-- ------------------------------------------------------
-- Geeklog Dbman Plugin 0.7.2
--
-- Host: localhost    Database Name: `blackcat`
-- ------------------------------------------------------
-- Database: mysql    Version: 10.6.24-MariaDB
--
-- Backup made: 2026-05-14 21:23:23 +0900
-- ------------------------------------------------------

--
-- Table structure for table `bc_access`
--

DROP TABLE IF EXISTS `bc_access`;

CREATE TABLE `bc_access` (
  `acc_ft_id` mediumint(8) NOT NULL DEFAULT 0,
  `acc_grp_id` mediumint(8) NOT NULL DEFAULT 0,
  PRIMARY KEY (`acc_ft_id`,`acc_grp_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_access`
--

INSERT INTO `bc_access`VALUES (1,3);
INSERT INTO `bc_access`VALUES (2,3);
INSERT INTO `bc_access`VALUES (5,9);
INSERT INTO `bc_access`VALUES (5,11);
INSERT INTO `bc_access`VALUES (6,9);
INSERT INTO `bc_access`VALUES (6,11);
INSERT INTO `bc_access`VALUES (7,12);
INSERT INTO `bc_access`VALUES (10,4);
INSERT INTO `bc_access`VALUES (11,6);
INSERT INTO `bc_access`VALUES (13,10);
INSERT INTO `bc_access`VALUES (14,11);
INSERT INTO `bc_access`VALUES (15,11);
INSERT INTO `bc_access`VALUES (16,4);
INSERT INTO `bc_access`VALUES (24,3);
INSERT INTO `bc_access`VALUES (29,19);
INSERT INTO `bc_access`VALUES (30,19);
INSERT INTO `bc_access`VALUES (32,23);
INSERT INTO `bc_access`VALUES (33,24);
INSERT INTO `bc_access`VALUES (51,36);
INSERT INTO `bc_access`VALUES (53,38);
INSERT INTO `bc_access`VALUES (54,39);
INSERT INTO `bc_access`VALUES (55,40);
INSERT INTO `bc_access`VALUES (59,10);
INSERT INTO `bc_access`VALUES (60,10);
INSERT INTO `bc_access`VALUES (61,11);
INSERT INTO `bc_access`VALUES (62,43);
INSERT INTO `bc_access`VALUES (63,44);
INSERT INTO `bc_access`VALUES (79,53);
INSERT INTO `bc_access`VALUES (80,53);
INSERT INTO `bc_access`VALUES (81,53);
INSERT INTO `bc_access`VALUES (82,53);
INSERT INTO `bc_access`VALUES (83,53);
INSERT INTO `bc_access`VALUES (84,53);
INSERT INTO `bc_access`VALUES (85,53);
INSERT INTO `bc_access`VALUES (86,53);
INSERT INTO `bc_access`VALUES (87,53);
INSERT INTO `bc_access`VALUES (88,53);
INSERT INTO `bc_access`VALUES (89,53);
INSERT INTO `bc_access`VALUES (90,53);
INSERT INTO `bc_access`VALUES (91,53);
INSERT INTO `bc_access`VALUES (92,53);
INSERT INTO `bc_access`VALUES (93,53);
INSERT INTO `bc_access`VALUES (94,53);
INSERT INTO `bc_access`VALUES (95,53);
INSERT INTO `bc_access`VALUES (96,53);
INSERT INTO `bc_access`VALUES (97,53);
INSERT INTO `bc_access`VALUES (98,53);
INSERT INTO `bc_access`VALUES (99,53);
INSERT INTO `bc_access`VALUES (100,53);
INSERT INTO `bc_access`VALUES (101,53);
INSERT INTO `bc_access`VALUES (102,53);
INSERT INTO `bc_access`VALUES (103,53);
INSERT INTO `bc_access`VALUES (104,53);
INSERT INTO `bc_access`VALUES (105,53);
INSERT INTO `bc_access`VALUES (106,53);
INSERT INTO `bc_access`VALUES (107,53);
INSERT INTO `bc_access`VALUES (108,53);
INSERT INTO `bc_access`VALUES (109,53);
INSERT INTO `bc_access`VALUES (110,53);
INSERT INTO `bc_access`VALUES (111,53);
INSERT INTO `bc_access`VALUES (112,53);
INSERT INTO `bc_access`VALUES (113,53);
INSERT INTO `bc_access`VALUES (114,53);
INSERT INTO `bc_access`VALUES (115,53);
INSERT INTO `bc_access`VALUES (116,53);
INSERT INTO `bc_access`VALUES (117,53);
INSERT INTO `bc_access`VALUES (135,55);
INSERT INTO `bc_access`VALUES (150,50);
INSERT INTO `bc_access`VALUES (151,60);
INSERT INTO `bc_access`VALUES (152,61);
INSERT INTO `bc_access`VALUES (153,61);
INSERT INTO `bc_access`VALUES (155,61);
INSERT INTO `bc_access`VALUES (156,61);
INSERT INTO `bc_access`VALUES (157,61);
INSERT INTO `bc_access`VALUES (158,61);
INSERT INTO `bc_access`VALUES (159,61);
INSERT INTO `bc_access`VALUES (160,62);
INSERT INTO `bc_access`VALUES (161,62);
INSERT INTO `bc_access`VALUES (162,62);
INSERT INTO `bc_access`VALUES (163,62);
INSERT INTO `bc_access`VALUES (164,62);
INSERT INTO `bc_access`VALUES (165,62);
INSERT INTO `bc_access`VALUES (166,62);
INSERT INTO `bc_access`VALUES (167,62);
INSERT INTO `bc_access`VALUES (168,63);
INSERT INTO `bc_access`VALUES (169,64);
INSERT INTO `bc_access`VALUES (170,64);
INSERT INTO `bc_access`VALUES (171,64);
INSERT INTO `bc_access`VALUES (182,69);
INSERT INTO `bc_access`VALUES (183,69);
INSERT INTO `bc_access`VALUES (184,69);
INSERT INTO `bc_access`VALUES (185,70);
INSERT INTO `bc_access`VALUES (186,71);
INSERT INTO `bc_access`VALUES (187,72);
INSERT INTO `bc_access`VALUES (189,72);
INSERT INTO `bc_access`VALUES (190,72);
INSERT INTO `bc_access`VALUES (195,76);
INSERT INTO `bc_access`VALUES (196,75);
INSERT INTO `bc_access`VALUES (200,77);
INSERT INTO `bc_access`VALUES (202,77);
INSERT INTO `bc_access`VALUES (203,77);
INSERT INTO `bc_access`VALUES (204,78);
INSERT INTO `bc_access`VALUES (205,79);
INSERT INTO `bc_access`VALUES (207,81);
INSERT INTO `bc_access`VALUES (208,81);
INSERT INTO `bc_access`VALUES (209,81);
INSERT INTO `bc_access`VALUES (210,3);
INSERT INTO `bc_access`VALUES (210,61);
INSERT INTO `bc_access`VALUES (210,82);
INSERT INTO `bc_access`VALUES (211,53);
INSERT INTO `bc_access`VALUES (212,53);
INSERT INTO `bc_access`VALUES (213,53);
INSERT INTO `bc_access`VALUES (214,53);
INSERT INTO `bc_access`VALUES (215,53);
INSERT INTO `bc_access`VALUES (216,83);
INSERT INTO `bc_access`VALUES (217,83);
INSERT INTO `bc_access`VALUES (218,83);
INSERT INTO `bc_access`VALUES (219,83);
INSERT INTO `bc_access`VALUES (220,83);
INSERT INTO `bc_access`VALUES (221,83);

--
-- Table structure for table `bc_article_images`
--

DROP TABLE IF EXISTS `bc_article_images`;

CREATE TABLE `bc_article_images` (
  `ai_sid` varchar(128) NOT NULL,
  `ai_img_num` tinyint(2) unsigned NOT NULL,
  `ai_filename` varchar(128) NOT NULL,
  PRIMARY KEY (`ai_sid`,`ai_img_num`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_article_images`
--

INSERT INTO `bc_article_images`VALUES ('XohealWelcome',2,'XohealWelcome_2.png');
INSERT INTO `bc_article_images`VALUES ('XohealWelcome',1,'XohealWelcome_1.png');
INSERT INTO `bc_article_images`VALUES ('xo_map144',1,'xo_map144_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map145',1,'xo_map145_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map146',1,'xo_map146_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map147',1,'xo_map147_1.jpg');
INSERT INTO `bc_article_images`VALUES ('JDBGridOutline',1,'JDBGridOutline_1.gif');
INSERT INTO `bc_article_images`VALUES ('JDBGridOutline',2,'JDBGridOutline_2.gif');
INSERT INTO `bc_article_images`VALUES ('JDBGridOutline',3,'JDBGridOutline_3.gif');
INSERT INTO `bc_article_images`VALUES ('JDBGridOutline',4,'JDBGridOutline_4.gif');
INSERT INTO `bc_article_images`VALUES ('xo_map152',1,'xo_map152_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map153',1,'xo_map153_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map155',1,'xo_map155_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map153',3,'xo_map153_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map153',2,'xo_map153_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map154',1,'xo_map154_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map156',1,'xo_map156_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map156',2,'xo_map156_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map156',3,'xo_map156_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map156',4,'xo_map156_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map157',1,'xo_map157_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map155',2,'xo_map155_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map155',3,'xo_map155_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map155',4,'xo_map155_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map157',2,'xo_map157_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map157',3,'xo_map157_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map158',1,'xo_map158_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map158',4,'xo_map158_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map158',3,'xo_map158_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map158',2,'xo_map158_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',2,'xo_XpItem_Gacha300_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',1,'xo_XpItem_Gacha300_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',3,'xo_XpItem_Gacha300_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',4,'xo_XpItem_Gacha300_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',5,'xo_XpItem_Gacha300_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',6,'xo_XpItem_Gacha300_6.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',7,'xo_XpItem_Gacha300_7.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',8,'xo_XpItem_Gacha300_8.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',9,'xo_XpItem_Gacha300_9.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',10,'xo_XpItem_Gacha300_10.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',11,'xo_XpItem_Gacha300_11.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',12,'xo_XpItem_Gacha300_12.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',13,'xo_XpItem_Gacha300_13.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',14,'xo_XpItem_Gacha300_14.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',15,'xo_XpItem_Gacha300_15.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',16,'xo_XpItem_Gacha300_16.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',17,'xo_XpItem_Gacha300_17.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',18,'xo_XpItem_Gacha300_18.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha300',19,'xo_XpItem_Gacha300_19.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha500',1,'xo_XpItem_Gacha500_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_XpItem_Gacha500',2,'xo_XpItem_Gacha500_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map150',1,'xo_map150_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map138',1,'xo_map139_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map139',1,'xo_map139_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map164',1,'xo_map164_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map164',2,'xo_map164_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map164',3,'xo_map164_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map164',4,'xo_map164_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map163',1,'xo_map163_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map163',2,'xo_map163_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map162',1,'xo_map162_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map163',3,'xo_map163_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map163',4,'xo_map163_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo_map163',5,'xo_map163_5.jpg');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',1,'20070407_OhanamiKasahara_1.JPG');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',2,'20070407_OhanamiKasahara_2.JPG');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',3,'20070407_OhanamiKasahara_3.JPG');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',4,'20070407_OhanamiKasahara_4.JPG');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',5,'20070407_OhanamiKasahara_5.JPG');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',6,'20070407_OhanamiKasahara_6.JPG');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',7,'20070407_OhanamiKasahara_7.JPG');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',8,'20070407_OhanamiKasahara_8.JPG');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',9,'20070407_OhanamiKasahara_9.JPG');
INSERT INTO `bc_article_images`VALUES ('20070407_OhanamiKasahara',10,'20070407_OhanamiKasahara_10.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',1,'20070410_OhanamiKusatsuRev_1.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',2,'20070410_OhanamiKusatsuRev_2.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',3,'20070410_OhanamiKusatsuRev_3.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',4,'20070410_OhanamiKusatsuRev_4.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',5,'20070410_OhanamiKusatsuRev_5.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',6,'20070410_OhanamiKusatsuRev_6.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',7,'20070410_OhanamiKusatsuRev_7.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',8,'20070410_OhanamiKusatsuRev_8.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',9,'20070410_OhanamiKusatsuRev_9.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',10,'20070410_OhanamiKusatsuRev_10.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',11,'20070410_OhanamiKusatsuRev_11.JPG');
INSERT INTO `bc_article_images`VALUES ('20070410_OhanamiKusatsuRev',12,'20070410_OhanamiKusatsuRev_12.JPG');
INSERT INTO `bc_article_images`VALUES ('20070425_kokumin-touhyou-houan',1,'20070425_kokumin-touhyou-houan_1.gif');
INSERT INTO `bc_article_images`VALUES ('xo070602_1305',1,'xo070602_1305_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070602_1305',2,'xo070602_1305_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070602_1305',3,'xo070602_1305_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070602_1305',4,'xo070602_1305_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070604_1142',1,'xo070604_1142_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070604_1254',1,'xo070604_1254_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070604_1254',2,'xo070604_1254_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070604_1254',3,'xo070604_1254_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070606_1254',1,'xo070606_1254_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070606_1259',1,'xo070606_1259_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070606_1259',2,'xo070606_1259_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070609_2044',1,'xo070609_2044_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070609_2044',2,'xo070609_2044_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070609_2044',3,'xo070609_2044_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070617_1340',1,'xo070617_1340_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070617_1340',2,'xo070617_1340_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070617_1340',3,'xo070617_1340_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070618_2359',1,'xo070618_2359_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070618_2359',2,'xo070618_2359_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070618_2359',3,'xo070618_2359_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070618_2359',4,'xo070618_2359_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070618_5959',1,'xo070618_5959_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070618_5959',2,'xo070618_5959_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070618_5959',3,'xo070618_5959_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_0133',1,'xo070620_0133_1.gif');
INSERT INTO `bc_article_images`VALUES ('xo070620_0217',1,'xo070620_0217_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_2354',1,'xo070620_2354_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_2354',2,'xo070620_2354_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_2354',3,'xo070620_2354_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_2354',4,'xo070620_2354_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_2354',5,'xo070620_2354_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_2354',8,'xo070620_2354_8.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_2354',6,'xo070620_2354_6.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_2354',7,'xo070620_2354_7.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070620_2354',9,'xo070620_2354_9.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',1,'xo070623_0832_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',2,'xo070623_0832_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',3,'xo070623_0832_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',4,'xo070623_0832_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',5,'xo070623_0832_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',6,'xo070623_0832_6.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',7,'xo070623_0832_7.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',8,'xo070623_0832_8.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',9,'xo070623_0832_9.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',10,'xo070623_0832_10.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',11,'xo070623_0832_11.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',12,'xo070623_0832_12.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',13,'xo070623_0832_13.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',14,'xo070623_0832_14.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070623_0832',15,'xo070623_0832_15.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070626_0829',1,'xo070626_0829_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070627_1951',1,'xo070627_1951_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070627_1951',2,'xo070627_1951_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070627_1951',3,'xo070627_1951_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070627_1951',4,'xo070627_1951_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070629_0226',1,'xo070629_0226_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070629_0226',2,'xo070629_0226_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070710_0828',1,'xo070710_0828_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070718_0015',1,'xo070718_0015_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070718_0015',2,'xo070718_0015_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070719_0120',1,'xo070719_0120_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070719_0120',2,'xo070719_0120_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070719_0120',3,'xo070719_0120_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070723_1933',1,'xo070723_1933_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070723_1933',2,'xo070723_1933_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070723_1933',3,'xo070723_1933_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070723_1933',4,'xo070723_1933_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070729_2218',1,'xo070729_2218_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070729_2218',2,'xo070729_2218_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070729_2218',3,'xo070729_2218_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070729_2218',4,'xo070729_2218_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070801_1954',1,'xo070801_1954_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070801_1954',2,'xo070801_1954_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070801_1954',3,'xo070801_1954_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070808_2218',1,'xo070808_2218_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070808_2218',2,'xo070808_2218_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070808_2218',3,'xo070808_2218_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070811_23212',1,'xo070811_23212_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070811_23212',2,'xo070811_23212_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070811_23212',3,'xo070811_23212_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070811_23212',4,'xo070811_23212_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070811_23212',5,'xo070811_23212_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070812_1653',1,'xo070812_1653_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070812_1619',1,'xo070812_1619_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070815_1947',1,'xo070815_1947_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070815_1947',2,'xo070815_1947_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070815_1947',3,'xo070815_1947_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070815_1947',4,'xo070815_1947_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070815_1947',5,'xo070815_1947_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070815_1947',6,'xo070815_1947_6.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070816_2321',1,'xo070816_2321_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070816_2321',2,'xo070816_2321_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070816_2321',3,'xo070816_2321_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070823_0733',1,'xo070823_0733_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070826_1133',1,'xo070826_1133_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070826_1133',2,'xo070826_1133_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070826_1133',3,'xo070826_1133_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070828_2222',1,'xo070828_2222_1.jpg');
INSERT INTO `bc_article_images`VALUES ('20070829_2323',1,'20070829_2323_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070902_2033',1,'xo070902_2033_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',1,'xo070903_0217_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',2,'xo070903_0217_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',3,'xo070903_0217_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',4,'xo070903_0217_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',5,'xo070903_0217_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',6,'xo070903_0217_6.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',7,'xo070903_0217_7.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',8,'xo070903_0217_8.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',9,'xo070903_0217_9.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',10,'xo070903_0217_10.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',11,'xo070903_0217_11.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',12,'xo070903_0217_12.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',13,'xo070903_0217_13.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070903_0217',14,'xo070903_0217_14.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070908_1037',1,'xo070908_1037_1.png');
INSERT INTO `bc_article_images`VALUES ('xo070908_1037',2,'xo070908_1037_2.png');
INSERT INTO `bc_article_images`VALUES ('xo070915_2148',1,'xo070915_2148_1.png');
INSERT INTO `bc_article_images`VALUES ('xo070916_1551',1,'xo070916_1551_1.png');
INSERT INTO `bc_article_images`VALUES ('xo070924_2228',1,'xo070924_2228_1.png');
INSERT INTO `bc_article_images`VALUES ('xo070923_1350',1,'xo070923_1350_1.png');
INSERT INTO `bc_article_images`VALUES ('xo070921_2134',1,'xo070921_2134_1.png');
INSERT INTO `bc_article_images`VALUES ('xo070927_2322',1,'xo070927_2322_1.png');
INSERT INTO `bc_article_images`VALUES ('xo070930_2137',1,'xo070930_2137_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071001_0006',1,'xo071001_0006_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo071006_1643',1,'xo071006_1643_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071006_1643',2,'xo071006_1643_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071007_1718',1,'200707_1718_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071007_1718',2,'200707_1718_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071009_2040',1,'xo071009_2040_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071009_2040',2,'xo071009_2040_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071009_2040',3,'xo071009_2040_3.png');
INSERT INTO `bc_article_images`VALUES ('xo071009_2040',4,'xo071009_2040_4.png');
INSERT INTO `bc_article_images`VALUES ('xo071012_0817',1,'xo071012_0817_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071012_2224',1,'xo071012_2224_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071012_2224',2,'xo071012_2224_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071012_2224',3,'xo071012_2224_3.png');
INSERT INTO `bc_article_images`VALUES ('xo071012_2224',4,'xo071012_2224_4.png');
INSERT INTO `bc_article_images`VALUES ('xo071013_2259',2,'xo071013_2259_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071013_2259',1,'xo071013_2259_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071014_2150',1,'xo071014_2150_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071015_2112',1,'xo071015_2112_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071017_2237',1,'xo071017_2237_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071019_2322',1,'20071020012203114_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071019_2322',2,'20071020012203114_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071022_2156',1,'xo071022_2156_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071022_2156',2,'xo071022_2156_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071022_2156',3,'xo071022_2156_3.png');
INSERT INTO `bc_article_images`VALUES ('xo071022_2156',4,'xo071022_2156_4.png');
INSERT INTO `bc_article_images`VALUES ('xo071023_01560',1,'xo071023_01560_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071024_0102',1,'xo071024_0102_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071105_1906',1,'xo071105_1906_1.JPG');
INSERT INTO `bc_article_images`VALUES ('xo071105_1906',2,'xo071105_1906_2.JPG');
INSERT INTO `bc_article_images`VALUES ('xo071108_2306',2,'xo071108_2306_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071108_2306',1,'xo071108_2306_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071110_1915',1,'xo071110_1915_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071111_2012',1,'xo071111_2012_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071113_0113',1,'xo071113_0113_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071113_2147',1,'xo071113_2147_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071113_2147',2,'xo071113_2147_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071118_1818',1,'xo071118_1818_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071118_1818',2,'xo071118_1818_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071118_1818',3,'xo071118_1818_3.png');
INSERT INTO `bc_article_images`VALUES ('xo071118_1818',4,'xo071118_1818_4.png');
INSERT INTO `bc_article_images`VALUES ('xo071124_0345',1,'xo071124_0345_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071124_0345',2,'xo071124_0345_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071124_0345',3,'xo071124_0345_3.png');
INSERT INTO `bc_article_images`VALUES ('xo071126_2157',1,'xo071126_215747883_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071128_2223',1,'xo071128_2223_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071128_2223',2,'xo071128_2223_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071201_2127',1,'xo071201_2127_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071202_2000',1,'xo071202_2000_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071213_0109',1,'xo071213_0109_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo071213_0128',1,'20071213012855940_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071219_0220',1,'xo071219_0220_1.png');
INSERT INTO `bc_article_images`VALUES ('xo071219_0220',2,'xo071219_0220_2.png');
INSERT INTO `bc_article_images`VALUES ('xo071221_1231',1,'xo071221_1231_1.png');
INSERT INTO `bc_article_images`VALUES ('050116_kinoko_obj',1,'050116_kinoko_obj_1.jpg');
INSERT INTO `bc_article_images`VALUES ('050321_umekoji',1,'050321_umekoji_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo071229_0155',1,'xo071229_0155_1.png');
INSERT INTO `bc_article_images`VALUES ('050503_habanero',1,'050503_habanero_1.jpg');
INSERT INTO `bc_article_images`VALUES ('050517_habanero',1,'050517_habanero_1.jpg');
INSERT INTO `bc_article_images`VALUES ('050525_habanero',1,'050525_habanero_1.jpg');
INSERT INTO `bc_article_images`VALUES ('050715_katesaien',1,'050715_katesaien_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo080103_1645',1,'xo080103_1645_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080105_1755',1,'xo080105_1755_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080106_0324',1,'xo080106_0324_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080107_2230',1,'xo080107_2230_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080107_2230',2,'xo080107_2230_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080107_2230',3,'xo080107_2230_3.png');
INSERT INTO `bc_article_images`VALUES ('xo080107_2230',4,'xo080107_2230_4.png');
INSERT INTO `bc_article_images`VALUES ('xo080116_0109',1,'xo080116_0109_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080112_0244',1,'xo080112_0244_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080112_0244',2,'xo080112_0244_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080112_0244',3,'xo080112_0244_3.png');
INSERT INTO `bc_article_images`VALUES ('xo080112_0244',4,'xo080112_0244_4.png');
INSERT INTO `bc_article_images`VALUES ('xo070401_2115',1,'xo070401_2115_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070401_2115',2,'xo070401_2115_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070401_2115',3,'xo070401_2115_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070406_2217',1,'xo070406_2217_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070414_1637',1,'xo070414_1637_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070428_2057',1,'xo070428_2057_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070429_0801',1,'xo070429_0801_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070429_0801',2,'xo070429_0801_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070430_0804',1,'xo070430_0804_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo080117_0126',1,'xo080117_0126_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080117_0126',2,'xo080117_0126_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080117_0126',3,'xo080117_0126_3.png');
INSERT INTO `bc_article_images`VALUES ('xo080119_2331',1,'xo080119_2331_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080119_2331',2,'xo080119_2331_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080122_2304',1,'xo080122_2304_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080122_2304',2,'xo080122_2304_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080126_2137',1,'xo080126_2137_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080126_2137',2,'xo080126_2137_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080129_0755',1,'xo080129_0755_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080202_0100',1,'xo080202_0100_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080204_2322',1,'xo080204_2322_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080212_1957',1,'xo080212_1957_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080212_1957',2,'xo080212_1957_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080212_1957',3,'xo080212_1957_3.png');
INSERT INTO `bc_article_images`VALUES ('xo080212_1957',4,'xo080212_1957_4.png');
INSERT INTO `bc_article_images`VALUES ('xo080212_1957',5,'xo080212_1957_5.png');
INSERT INTO `bc_article_images`VALUES ('xo080212_1957',6,'xo080212_1957_6.png');
INSERT INTO `bc_article_images`VALUES ('xo080212_1957',7,'xo080212_1957_7.png');
INSERT INTO `bc_article_images`VALUES ('080224_Select_AMD_Graphic_Driver',1,'080224_Select_AMD_Graphic_Driver_1.png');
INSERT INTO `bc_article_images`VALUES ('080224_Select_AMD_Graphic_Driver',2,'080224_Select_AMD_Graphic_Driver_2.png');
INSERT INTO `bc_article_images`VALUES ('080224_Select_AMD_Graphic_Driver',3,'080224_Select_AMD_Graphic_Driver_3.png');
INSERT INTO `bc_article_images`VALUES ('xo080224_1733',1,'xo080224_1733_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080301_0142',1,'xo080301_0142_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080301_0142',2,'xo080301_0142_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080302_2114',1,'xo080302_2114_1.png');
INSERT INTO `bc_article_images`VALUES ('080305_tohato',1,'080305_tohato_1.png');
INSERT INTO `bc_article_images`VALUES ('080305_tohato',2,'080305_tohato_2.png');
INSERT INTO `bc_article_images`VALUES ('080305_tohato',3,'080305_tohato_3.png');
INSERT INTO `bc_article_images`VALUES ('080305_tohato',4,'080305_tohato_4.png');
INSERT INTO `bc_article_images`VALUES ('xo080308_2205',1,'xo080308_2205_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080323_0015',1,'xo080323_0015_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080323_0015',2,'xo080323_0015_2.png');
INSERT INTO `bc_article_images`VALUES ('xo051222',1,'xo051222_1.gif');
INSERT INTO `bc_article_images`VALUES ('xo060203',1,'xo060203_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060203',2,'xo060203_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060203',3,'xo060203_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060203',4,'xo060203_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060203',5,'xo060203_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060203',6,'xo060203_6.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060205',1,'xo060205_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060218b',1,'xo060218b_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060218b',2,'xo060218b_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060218b',3,'xo060218b_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060218b',4,'xo060218b_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060218b',5,'xo060218b_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060221',1,'xo060221_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060223',1,'xo060223_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060223',2,'xo060223_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060305',1,'xo060305_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060305',2,'xo060305_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060305',3,'xo060305_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060308',4,'xo060308_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060308',3,'xo060308_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060308',2,'xo060308_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060308',1,'xo060308_1.png');
INSERT INTO `bc_article_images`VALUES ('xo060311',1,'xo060311_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060317',1,'xo060317_1.png');
INSERT INTO `bc_article_images`VALUES ('xo060319',1,'xo060319_1.png');
INSERT INTO `bc_article_images`VALUES ('xo060319',2,'xo060319_2.jpg');
INSERT INTO `bc_article_images`VALUES ('moe080229_FirstContact',1,'moe080229__1.png');
INSERT INTO `bc_article_images`VALUES ('xo080326_2325',1,'xo080326_2325_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080326_2325',2,'xo080326_2325_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080326_2325',3,'xo080326_2325_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080323_0430',1,'moe080323_0430_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080323_0430',2,'moe080323_0430_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080323_0430',3,'moe080323_0430_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080323_0430',4,'moe080323_0430_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080325_2354',1,'moe080325_2354_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080329_0041',1,'20080329004132204_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080329_0041',2,'20080329004132204_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080329_2347',1,'moe080329_2347_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080329_2347',2,'moe080329_2347_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080329_2347',3,'moe080329_2347_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080329_2347',4,'moe080329_2347_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080329_2347',5,'moe080329_2347_5.png');
INSERT INTO `bc_article_images`VALUES ('xo080330_2311',1,'xo080330_2311_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080330_2311',2,'xo080330_2311_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080330_2311',3,'xo080330_2311_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080401_0117',1,'moe080401_0117_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080401_0117',2,'moe080401_0117_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080401_0117',3,'moe080401_0117_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080401_0117',4,'moe080401_0117_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080401_0117',5,'moe080401_0117_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080401_0117',6,'moe080401_0117_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',1,'moe080404_0151_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',2,'moe080404_0151_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',3,'moe080404_0151_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',4,'moe080404_0151_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',5,'moe080404_0151_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',6,'moe080404_0151_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',7,'moe080404_0151_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',8,'moe080404_0151_8.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',9,'moe080404_0151_9.png');
INSERT INTO `bc_article_images`VALUES ('moe080404_0151',10,'moe080404_0151_10.png');
INSERT INTO `bc_article_images`VALUES ('moe080402_0233',1,'moe080402_0233_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080402_0233',2,'moe080402_0233_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080402_0233',3,'moe080402_0233_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080402_0233',4,'moe080402_0233_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080402_0233',5,'moe080402_0233_5.png');
INSERT INTO `bc_article_images`VALUES ('xo070514_1245',1,'xo070514_1245_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070514_1245',2,'xo070514_1245_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070526_1505',1,'xo070526_1505_1.gif');
INSERT INTO `bc_article_images`VALUES ('xo070501_2306',1,'xo070501_2306_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070501_2306',2,'xo070501_2306_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo070501_2306',3,'xo070501_2306_3.jpg');
INSERT INTO `bc_article_images`VALUES ('moe080408_0139',1,'moe080408_0139_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080408_0139',2,'moe080408_0139_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080408_0139',3,'moe080408_0139_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080408_0139',4,'moe080408_0139_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080408_0139',5,'moe080408_0139_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080410_2354',1,'moe080410_2354_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080410_2354',2,'moe080410_2354_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080410_2354',3,'moe080410_2354_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080410_2354',4,'moe080410_2354_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080410_2354',5,'moe080410_2354_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080414_0220',1,'moe080414_0220_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080414_0220',2,'moe080414_0220_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080414_0220',3,'moe080414_0220_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080414_0220',4,'moe080414_0220_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080413_0146',1,'080413_0146_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080413_0146',2,'080413_0146_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080413_0146',3,'080413_0146_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080413_0146',4,'080413_0146_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080416_2357',1,'moe080416_2357_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080416_2357',2,'moe080416_2357_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080416_2357',3,'moe080416_2357_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080416_2357',4,'moe080416_2357_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080418_1334',1,'moe080418_1334_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080418_1334',2,'moe080418_1334_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080418_1334',3,'moe080418_1334_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080418_1334',4,'moe080418_1334_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080418_1334',5,'moe080418_1334_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080418_1334',6,'moe080418_1334_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080423_0805',1,'moe080423_0805_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080423_0805',2,'moe080423_0805_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080423_0805',3,'moe080423_0805_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080423_0805',4,'moe080423_0805_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080423_0805',5,'moe080423_0805_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080423_0805',6,'moe080423_0805_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080423_0805',7,'moe080423_0805_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080423_0805',8,'moe080423_0805_8.png');
INSERT INTO `bc_article_images`VALUES ('moe080423_1828',1,'moe080423_1828_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080425_1835',1,'moe080425_1835_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080430_2212',1,'moe080430_2212_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080501_2350',1,'moe080501_2350_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080501_2350',2,'moe080501_2350_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080501_2350',3,'moe080501_2350_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080505_1118',1,'moe080505_1118_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080505_1118',2,'moe080505_1118_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080505_1118',3,'moe080505_1118_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080507_0130',1,'moe080507_0130_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080506_0822',1,'moe080506_0822_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080506_0822',2,'moe080506_0822_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080506_0822',3,'moe080506_0822_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080506_0822',4,'moe080506_0822_4.png');
INSERT INTO `bc_article_images`VALUES ('xo080507_2021',1,'xo080507_2021_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080510_2228',1,'xo080510_2228_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080511_0155',1,'moe080511_0155_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080511_1940',1,'moe080511_1940_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080511_1940',2,'moe080511_1940_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080511_1940',3,'moe080511_1940_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080511_1940',4,'moe080511_1940_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080511_1940',5,'moe080511_1940_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080511_1940',6,'moe080511_1940_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080511_1940',7,'moe080511_1940_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080511_1940',8,'moe080511_1940_8.png');
INSERT INTO `bc_article_images`VALUES ('moe080517_2308',1,'moe080517_2308_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080517_2308',2,'moe080517_2308_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080517_2308',3,'moe080517_2308_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080517_2308',4,'moe080517_2308_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080525_2335',1,'moe080525_2335_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080525_2335',2,'moe080525_2335_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080525_2335',3,'moe080525_2335_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080526_1843',1,'moe080526_1843_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080526_1843',2,'moe080526_1843_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080528_1200',1,'moe080528_1200_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080603_2130',1,'moe080603_2130_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080604_0812',1,'moe080604_0812_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080604_0812',2,'moe080604_0812_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080606_2257',1,'moe080606_2257_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080606_2257',2,'moe080606_2257_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080615_0809',1,'moe080615_0809_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080615_0809',2,'moe080615_0809_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080615_0809',3,'moe080615_0809_3.png');
INSERT INTO `bc_article_images`VALUES ('xo080618_0008',1,'xo080618_0008_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080622_0057',1,'moe080622_0057_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080622_0057',2,'moe080622_0057_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080622_0057',3,'moe080622_0057_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080623_0122',1,'20080623082229492_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080623_0122',2,'20080623082229492_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080623_0122',4,'moe080623012229492_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080623_0122',3,'moe080623012229492_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080623_0122',5,'moe080623012229492_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080623_0122',6,'moe080623012229492_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080623_0122',7,'moe080623012229492_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080623_0122',8,'moe080623012229492_8.png');
INSERT INTO `bc_article_images`VALUES ('moe080626_0811',1,'moe080626_0811_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080626_0811',2,'moe080626_0811_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080629_2223',1,'moe080629_2223_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080629_2223',2,'moe080629_2223_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080629_2223',3,'moe080629_2223_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080629_2223',4,'moe080629_2223_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080629_2223',5,'moe080629_2223_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080629_2223',6,'moe080629_2223_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080629_2223',7,'moe080629_2223_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080629_2223',8,'moe080629_2223_8.png');
INSERT INTO `bc_article_images`VALUES ('moe080629_2223',9,'moe080629_2223_9.png');
INSERT INTO `bc_article_images`VALUES ('moe080630_0125',1,'moe080630_0125_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080704_0823',1,'moe080704_0823_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080704_0823',2,'moe080704_0823_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080707_0809',1,'moe080707_0809_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080707_0809',2,'moe080707_0809_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080714_0050',1,'moe080714_0050_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080714_0050',2,'moe080714_0050_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',1,'xo080721_0848_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',2,'xo080721_0848_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',3,'xo080721_0848_3.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',4,'xo080721_0848_4.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',5,'xo080721_0848_5.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',6,'xo080721_0848_6.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',7,'xo080721_0848_7.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',8,'xo080721_0848_8.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',9,'xo080721_0848_9.png');
INSERT INTO `bc_article_images`VALUES ('xo080721_0848',10,'xo080721_0848_10.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',1,'xo080722_0814_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',2,'xo080722_0814_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',3,'xo080722_0814_3.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',4,'xo080722_0814_4.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',5,'xo080722_0814_5.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',6,'xo080722_0814_6.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',7,'xo080722_0814_7.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',8,'xo080722_0814_8.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',9,'xo080722_0814_9.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',10,'xo080722_0814_10.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',11,'xo080722_0814_11.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',12,'xo080722_0814_12.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',13,'xo080722_0814_13.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',14,'xo080722_0814_14.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',15,'xo080722_0814_15.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',16,'xo080722_0814_16.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',17,'xo080722_0814_17.png');
INSERT INTO `bc_article_images`VALUES ('xo080722_0814',18,'xo080722_0814_18.png');
INSERT INTO `bc_article_images`VALUES ('moe080726_1502',1,'moe080726_1502_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080726_1502',2,'moe080726_1502_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080726_1502',3,'moe080726_1502_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080728_0814',1,'moe080728_0814_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080728_0814',2,'moe080728_0814_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080803_0218',1,'moe080803_0218_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080806_0026',1,'20080806002617972_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080806_0026',2,'20080806002617972_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080806_0026',3,'20080806002617972_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080806_0026',4,'20080806002617972_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_0100',1,'moe080811_0100_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_0100',2,'moe080811_0100_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_0100',3,'moe080811_0100_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_0100',4,'moe080811_0100_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_0100',5,'moe080811_0100_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_0100',6,'moe080811_0100_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_0100',7,'moe080811_0100_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1349',1,'moe080814_1349_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1349',2,'moe080814_1349_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1349',3,'moe080814_1349_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1414',1,'moe080814_1414_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1414',2,'moe080814_1414_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',1,'moe080814_1011_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',2,'moe080814_1011_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',3,'moe080814_1011_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',4,'moe080814_1011_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',5,'moe080814_1011_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',6,'moe080814_1011_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',7,'moe080814_1011_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',8,'moe080814_1011_8.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',9,'moe080814_1011_9.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',10,'moe080814_1011_10.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',11,'moe080814_1011_11.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',12,'moe080814_1011_12.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',13,'moe080814_1011_13.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',14,'moe080814_1011_14.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',15,'moe080814_1011_15.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',16,'moe080814_1011_16.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',17,'moe080814_1011_17.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',18,'moe080814_1011_18.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',19,'moe080814_1011_19.png');
INSERT INTO `bc_article_images`VALUES ('moe080814_1011',20,'moe080814_1011_20.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_1017',1,'moe080811_1017_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_1017',2,'moe080811_1017_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_1017',3,'moe080811_1017_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_1017',4,'moe080811_1017_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_1017',5,'moe080811_1017_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_1017',6,'moe080811_1017_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_1017',7,'moe080811_1017_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080811_1017',8,'moe080811_1017_8.png');
INSERT INTO `bc_article_images`VALUES ('moe080820_0007',1,'moe080820_0007_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080820_0007',2,'moe080820_0007_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080820_0007',3,'moe080820_0007_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080820_0007',4,'moe080820_0007_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080820_0007',5,'moe080820_0007_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080820_0007',6,'moe080820_0007_6.png');
INSERT INTO `bc_article_images`VALUES ('xo080822_22255',1,'xo080822_22255_1.png');
INSERT INTO `bc_article_images`VALUES ('xo080822_22255',2,'xo080822_22255_2.png');
INSERT INTO `bc_article_images`VALUES ('xo080822_22255',3,'xo080822_22255_3.png');
INSERT INTO `bc_article_images`VALUES ('xo080822_22255',4,'xo080822_22255_4.png');
INSERT INTO `bc_article_images`VALUES ('xo080822_22255',5,'xo080822_22255_5.png');
INSERT INTO `bc_article_images`VALUES ('xo080822_22255',6,'xo080822_22255_6.png');
INSERT INTO `bc_article_images`VALUES ('xo080822_22255',7,'xo080822_22255_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1500',1,'moe080830_1500_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',1,'moe080830_1844_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',2,'moe080830_1844_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',3,'moe080830_1844_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',4,'moe080830_1844_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',5,'moe080830_1844_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',6,'moe080830_1844_6.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',7,'moe080830_1844_7.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',8,'moe080830_1844_8.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',9,'moe080830_1844_9.png');
INSERT INTO `bc_article_images`VALUES ('moe080830_1844',10,'moe080830_1844_10.png');
INSERT INTO `bc_article_images`VALUES ('moe080918_2202',1,'moe080918_2202_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080921_0210',1,'moe080921_0210_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080924_2302',1,'moe080924_2302_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080924_2302',2,'moe080924_2302_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080924_2302',3,'moe080924_2302_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080929_0101',1,'moe080929_0101_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080929_0101',2,'moe080929_0101_2.png');
INSERT INTO `bc_article_images`VALUES ('moe080929_0101',3,'moe080929_0101_3.png');
INSERT INTO `bc_article_images`VALUES ('moe080929_0101',4,'moe080929_0101_4.png');
INSERT INTO `bc_article_images`VALUES ('moe080929_0101',5,'moe080929_0101_5.png');
INSERT INTO `bc_article_images`VALUES ('moe080929_0155',1,'moe080929_0055_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080930_0113',1,'moe080930_0113_1.png');
INSERT INTO `bc_article_images`VALUES ('moe080930_0113',2,'moe080930_0113_2.png');
INSERT INTO `bc_article_images`VALUES ('moe081008_0022',1,'moe081008_0022_1.png');
INSERT INTO `bc_article_images`VALUES ('moe081008_0022',2,'moe081008_0022_2.png');
INSERT INTO `bc_article_images`VALUES ('moe081027_0712',1,'moe081027_0712_1.png');
INSERT INTO `bc_article_images`VALUES ('moe081027_0712',2,'moe081027_0712_2.png');
INSERT INTO `bc_article_images`VALUES ('moe081101_2136',1,'moe081101_2136_1.png');
INSERT INTO `bc_article_images`VALUES ('moe081101_2136',2,'moe081101_2136_2.png');
INSERT INTO `bc_article_images`VALUES ('moe081101_2136',3,'moe081101_2136_3.png');
INSERT INTO `bc_article_images`VALUES ('moe081101_2136',4,'moe081101_2136_4.png');
INSERT INTO `bc_article_images`VALUES ('moe081101_2136',5,'moe081101_2136_5.png');
INSERT INTO `bc_article_images`VALUES ('moe081224_Lost',1,'081224_Lost_1.png');
INSERT INTO `bc_article_images`VALUES ('moe081224_so_lonely',1,'moe081224_so_lonely_1.png');
INSERT INTO `bc_article_images`VALUES ('090120_gaika_trade',1,'090120_gaika_trade_1.png');
INSERT INTO `bc_article_images`VALUES ('090121_RepireRequest',1,'090121_RepireRequest_1.jpg');
INSERT INTO `bc_article_images`VALUES ('090121_RepireRequest',2,'090121_RepireRequest_2.jpg');
INSERT INTO `bc_article_images`VALUES ('090122_gaika_trade',1,'090122_GaikaTrade_1.png');
INSERT INTO `bc_article_images`VALUES ('090122_gaika_trade',2,'090122_GaikaTrade_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090124_0210',1,'moe090124_0210_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090124_0210',2,'moe090124_0210_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090124_0210',3,'moe090124_0210_3.png');
INSERT INTO `bc_article_images`VALUES ('moe090124_0210',4,'moe090124_0210_4.png');
INSERT INTO `bc_article_images`VALUES ('moe090124_0210',5,'moe090124_0210_5.png');
INSERT INTO `bc_article_images`VALUES ('moe090202_Ketchup_Pasta',1,'moe090202_Ketchup_Pasta_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090203_Ketchup_Pasta',1,'moe090203_Ketchup_Pasta_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090203_Ketchup_Pasta',2,'moe090203_Ketchup_Pasta_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090203_Ketchup_Pasta',3,'moe090203_Ketchup_Pasta_3.png');
INSERT INTO `bc_article_images`VALUES ('moe090314',1,'moe090314_1.png');
INSERT INTO `bc_article_images`VALUES ('xo060528',1,'xo060528_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060528',2,'xo060528_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060528',3,'xo060528_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo061015_1344',1,'xo061015_1344_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060717',1,'xo060717_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060717',2,'xo060717_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060717',3,'xo060717_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060527',1,'xo060527_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060524_2',1,'xo060524_2_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060524',1,'xo060524_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060524',2,'xo060524_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060523',1,'xo060523_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060523',2,'xo060523_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060521',1,'xo060521_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060510_2',1,'xo060510_2_1.jpg');
INSERT INTO `bc_article_images`VALUES ('090406_ohamami',1,'090406_ohamami_1.JPG');
INSERT INTO `bc_article_images`VALUES ('090406_ohamami',2,'090406_ohamami_2.JPG');
INSERT INTO `bc_article_images`VALUES ('090406_ohamami',3,'090406_ohamami_3.JPG');
INSERT INTO `bc_article_images`VALUES ('090406_ohamami',4,'090406_ohamami_4.JPG');
INSERT INTO `bc_article_images`VALUES ('090406_ohamami',5,'090406_ohamami_5.JPG');
INSERT INTO `bc_article_images`VALUES ('moe090414_event',1,'20090414205622835_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090414_event',2,'20090414205622835_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090414_event',3,'20090414205622835_3.png');
INSERT INTO `bc_article_images`VALUES ('moe090414_event',4,'moe090414_event_4.png');
INSERT INTO `bc_article_images`VALUES ('moe090414_event',5,'moe090414_event_5.png');
INSERT INTO `bc_article_images`VALUES ('moe090414_event',6,'moe090414_event_6.png');
INSERT INTO `bc_article_images`VALUES ('moe090414_event',7,'moe090414_event_7.png');
INSERT INTO `bc_article_images`VALUES ('moe090414_event',8,'moe090414_event_8.png');
INSERT INTO `bc_article_images`VALUES ('moe090413_mithril_pop',1,'moe090413__1.png');
INSERT INTO `bc_article_images`VALUES ('moe090413_mithril_pop',2,'moe090413__2.png');
INSERT INTO `bc_article_images`VALUES ('moe090417_Set_NoahBalance',1,'moe090417_Set_NoahBalance_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090417_Set_NoahBalance',2,'moe090417_Set_NoahBalance_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090417_Set_NoahBalance',3,'moe090417_Set_NoahBalance_3.png');
INSERT INTO `bc_article_images`VALUES ('moe090417_Set_NoahBalance',5,'moe090417_Set_NoahBalance_5.png');
INSERT INTO `bc_article_images`VALUES ('moe090417_Set_NoahBalance',6,'moe090417_Set_NoahBalance_6.png');
INSERT INTO `bc_article_images`VALUES ('moe090417_Set_NoahBalance',7,'moe090417_Set_NoahBalance_7.png');
INSERT INTO `bc_article_images`VALUES ('moe090417_Set_NoahBalance',4,'moe090417_Set_NoahBalance_4.png');
INSERT INTO `bc_article_images`VALUES ('moe090420_Last_line_of_defence',1,'moe090420_Last_line_of_defence_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090420_Last_line_of_defence',2,'moe090420_Last_line_of_defence_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090420_Last_line_of_defence',3,'moe090420_Last_line_of_defence_3.png');
INSERT INTO `bc_article_images`VALUES ('moe090420_Last_line_of_defence',4,'moe090420_Last_line_of_defence_4.png');
INSERT INTO `bc_article_images`VALUES ('moe090420_Last_line_of_defence',5,'moe090420_Last_line_of_defence_5.png');
INSERT INTO `bc_article_images`VALUES ('moe090420_Last_line_of_defence',6,'moe090420_Last_line_of_defence_6.png');
INSERT INTO `bc_article_images`VALUES ('moe090421',1,'moe090422_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090421',2,'moe090422_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090422',1,'moe090422_1.gif');
INSERT INTO `bc_article_images`VALUES ('moe090428_gishikinoma',1,'moe090428_gishikinoma_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090428_gishikinoma',2,'moe090428_gishikinoma_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090428_gishikinoma',3,'moe090428_gishikinoma_3.png');
INSERT INTO `bc_article_images`VALUES ('moe090428_gishikinoma',4,'moe090428_gishikinoma_4.png');
INSERT INTO `bc_article_images`VALUES ('moe090428_gishikinoma',5,'moe090428_gishikinoma_5.png');
INSERT INTO `bc_article_images`VALUES ('moe090428_gishikinoma',6,'moe090428_gishikinoma_6.png');
INSERT INTO `bc_article_images`VALUES ('090430_CreateNewForderOnThunderbird',1,'090430_CreateNewForderOnThunderbird_1.png');
INSERT INTO `bc_article_images`VALUES ('090430_CreateNewForderOnThunderbird',2,'090430_CreateNewForderOnThunderbird_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090501',1,'moe090501_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090504_at_last',1,'moe090504_at_last_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090504_at_last',2,'moe090504_at_last_2.png');
INSERT INTO `bc_article_images`VALUES ('moe090504_at_last',3,'moe090504_at_last_3.png');
INSERT INTO `bc_article_images`VALUES ('moe090503',1,'moe090503_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090508_Nya_meets_GM',1,'moe090508_Nya_meets_GM_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090514_miracle',1,'moe090514_miracle_1.png');
INSERT INTO `bc_article_images`VALUES ('090516_mechanival_parking',2,'090516_mechanival_parking_2.jpg');
INSERT INTO `bc_article_images`VALUES ('090516_mechanival_parking',1,'090516_mechanival_parking_1.jpg');
INSERT INTO `bc_article_images`VALUES ('090516_mechanival_parking',3,'090516_mechanival_parking_3.jpg');
INSERT INTO `bc_article_images`VALUES ('moe090516_toss_a_sword_into_the_fountain',1,'moe090516_toss_a_sword_into_the_fountain_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090516_toss_a_sword_into_the_fountain',2,'moe090516_toss_a_sword_into_the_fountain_2.png');
INSERT INTO `bc_article_images`VALUES ('moe0905220_NINGENKOKUHO-',1,'moe0905220_NINGENKOKUHO-_1.png');
INSERT INTO `bc_article_images`VALUES ('090528_install_Windows7',1,'090528_install_Windows7_1.PNG');
INSERT INTO `bc_article_images`VALUES ('090528_install_Windows7',2,'090528_install_Windows7_2.PNG');
INSERT INTO `bc_article_images`VALUES ('090529_ESET_smart_security',1,'090529_ESET_smart_security_1.PNG');
INSERT INTO `bc_article_images`VALUES ('090624_DOCOMO_T-01A',1,'090624_DOCOMO_T-01A_1.jpg');
INSERT INTO `bc_article_images`VALUES ('090731_chotto',1,'090731_chotto_1.png');
INSERT INTO `bc_article_images`VALUES ('090804_SendKeys_under_UAC',1,'090804_SendKeys_under_UAC_1.png');
INSERT INTO `bc_article_images`VALUES ('090804_SendKeys_under_UAC',2,'090804_SendKeys_under_UAC_2.PNG');
INSERT INTO `bc_article_images`VALUES ('090804_SendKeys_under_UAC',3,'090804_SendKeys_under_UAC_3.PNG');
INSERT INTO `bc_article_images`VALUES ('090804_SendKeys_under_UAC',4,'090804_SendKeys_under_UAC_4.PNG');
INSERT INTO `bc_article_images`VALUES ('090804_SendKeys_under_UAC',5,'090804_SendKeys_under_UAC_5.PNG');
INSERT INTO `bc_article_images`VALUES ('090804_SendKeys_under_UAC',6,'090804_SendKeys_under_UAC_6.PNG');
INSERT INTO `bc_article_images`VALUES ('090804_SendKeys_under_UAC',7,'090804_SendKeys_under_UAC_7.PNG');
INSERT INTO `bc_article_images`VALUES ('090804_SendKeys_under_UAC',8,'090804_SendKeys_under_UAC_8.png');
INSERT INTO `bc_article_images`VALUES ('090804_SendKeys_under_UAC',9,'090804_SendKeys_under_UAC_9.PNG');
INSERT INTO `bc_article_images`VALUES ('090830_drive',2,'090830_drive_2.png');
INSERT INTO `bc_article_images`VALUES ('090830_drive',1,'090830_drive_1.png');
INSERT INTO `bc_article_images`VALUES ('moe090901',1,'moe090901_1.png');
INSERT INTO `bc_article_images`VALUES ('091011_rtri',1,'091011_rtri_1.png');
INSERT INTO `bc_article_images`VALUES ('091011_rtri',2,'091011_rtri_2.png');
INSERT INTO `bc_article_images`VALUES ('091011_rtri',3,'091011_rtri_3.png');
INSERT INTO `bc_article_images`VALUES ('091011_rtri',4,'091011_rtri_4.png');
INSERT INTO `bc_article_images`VALUES ('20091108173621642',1,'20091108173621642_1.png');
INSERT INTO `bc_article_images`VALUES ('060411_administrator',1,'060411_administrator_1.png');
INSERT INTO `bc_article_images`VALUES ('universalcentury',1,'universalcentury_1.jpg');
INSERT INTO `bc_article_images`VALUES ('universalcentury',2,'universalcentury_2.jpg');
INSERT INTO `bc_article_images`VALUES ('universalcentury',3,'universalcentury_3.jpg');
INSERT INTO `bc_article_images`VALUES ('091124_ReplaceCPUandGraphicBord',5,'091124_ReplaceCPUandGraphicBord_5.PNG');
INSERT INTO `bc_article_images`VALUES ('091124_ReplaceCPUandGraphicBord',4,'091124_ReplaceCPUandGraphicBord_4.png');
INSERT INTO `bc_article_images`VALUES ('091124_ReplaceCPUandGraphicBord',3,'091124_ReplaceCPUandGraphicBord_3.PNG');
INSERT INTO `bc_article_images`VALUES ('091124_ReplaceCPUandGraphicBord',2,'091124_ReplaceCPUandGraphicBord_2.png');
INSERT INTO `bc_article_images`VALUES ('091124_ReplaceCPUandGraphicBord',1,'091124_ReplaceCPUandGraphicBord_1.png');
INSERT INTO `bc_article_images`VALUES ('fx091206',1,'fx091206_1.png');
INSERT INTO `bc_article_images`VALUES ('fx091206',2,'fx091206_2.png');
INSERT INTO `bc_article_images`VALUES ('fx091206',3,'fx091206_3.png');
INSERT INTO `bc_article_images`VALUES ('fx091206',4,'fx091206_4.png');
INSERT INTO `bc_article_images`VALUES ('xo060410',1,'xo060410_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',2,'xo060410_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',3,'xo060410_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',4,'xo060410_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',5,'xo060410_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',6,'xo060410_6.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',7,'xo060410_7.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',8,'xo060410_8.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',9,'xo060410_9.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',10,'xo060410_10.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',11,'xo060410_11.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',12,'xo060410_12.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',13,'xo060410_13.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',14,'xo060410_14.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060410',15,'xo060410_15.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060731',1,'xo060731_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060910',1,'xo060910_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060910',2,'xo060910_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060910',3,'xo060910_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060910',4,'xo060910_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',1,'xo060417_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',2,'xo060417_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',3,'xo060417_3.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',4,'xo060417_4.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',5,'xo060417_5.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',6,'xo060417_6.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',7,'xo060417_7.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',8,'xo060417_8.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',9,'xo060417_9.jpg');
INSERT INTO `bc_article_images`VALUES ('xo060417',10,'xo060417_10.jpg');
INSERT INTO `bc_article_images`VALUES ('xo090621_0712',2,'xo090621_0712_2.jpg');
INSERT INTO `bc_article_images`VALUES ('xo090621_0712',1,'xo090621_0712_1.jpg');
INSERT INTO `bc_article_images`VALUES ('xo090621_0712',3,'xo090621_0712_3.jpg');
INSERT INTO `bc_article_images`VALUES ('moe100222_gothic_accessories',1,'moe100222_gothic_accessories_1.png');
INSERT INTO `bc_article_images`VALUES ('moe100222_gothic_accessories',2,'moe100222_gothic_accessories_2.png');
INSERT INTO `bc_article_images`VALUES ('moe100222_gothic_accessories',3,'moe100222_gothic_accessories_3.png');
INSERT INTO `bc_article_images`VALUES ('fx100224_down_trend',1,'fx100224_down_trend_1.jpg');
INSERT INTO `bc_article_images`VALUES ('fx100224_down_trend',2,'fx100224_down_trend_2.jpg');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',12,'Shogi-Kakoi-KinYagura_12.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',11,'Shogi-Kakoi-KinYagura_11.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',10,'Shogi-Kakoi-KinYagura_10.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',9,'Shogi-Kakoi-KinYagura_9.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',8,'Shogi-Kakoi-KinYagura_8.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',7,'Shogi-Kakoi-KinYagura_7.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',6,'Shogi-Kakoi-KinYagura_6.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',5,'Shogi-Kakoi-KinYagura_5.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',4,'Shogi-Kakoi-KinYagura_4.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',3,'Shogi-Kakoi-KinYagura_3.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',2,'Shogi-Kakoi-KinYagura_2.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',1,'Shogi-Kakoi-KinYagura_1.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',13,'Shogi-Kakoi-KinYagura_13.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-KinYagura',14,'Shogi-Kakoi-KinYagura_14.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-SouYagura',1,'Shogi-Kakoi-SouYagura_1.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-SouYagura',2,'Shogi-Kakoi-SouYagura_2.png');
INSERT INTO `bc_article_images`VALUES ('Shogi-Kakoi-SouYagura',3,'Shogi-Kakoi-SouYagura_3.png');
INSERT INTO `bc_article_images`VALUES ('fx100306_TrailOrderIsDangerous',1,'fx100306_TrailOrderIsDangerous_1.jpg');
INSERT INTO `bc_article_images`VALUES ('100409_MORINAGA',1,'100409_MORINAGA_1.JPG');
INSERT INTO `bc_article_images`VALUES ('moe100425',1,'moe100425_1.png');
INSERT INTO `bc_article_images`VALUES ('fx100428_after_the_Golden_Week_holidays',1,'fx100428_after_the_Golden_Week_holidays_1.jpg');
INSERT INTO `bc_article_images`VALUES ('moe100511_SakuraMochi',1,'100511__1.png');
INSERT INTO `bc_article_images`VALUES ('moe100511_SakuraMochi',2,'100511__2.png');
INSERT INTO `bc_article_images`VALUES ('moe100511_SakuraMochi',3,'moe100511_SakuraMochi_3.png');
INSERT INTO `bc_article_images`VALUES ('faq100528_001',1,'faq100528_001_1.png');
INSERT INTO `bc_article_images`VALUES ('moe100702_Sprits_of_orihalc',1,'moe100702_Sprits_of_orihalc_1.png');
INSERT INTO `bc_article_images`VALUES ('moe100702_Sprits_of_orihalc',2,'moe100702_Sprits_of_orihalc_2.png');
INSERT INTO `bc_article_images`VALUES ('moe100702_Sprits_of_orihalc',3,'moe100702_Sprits_of_orihalc_3.png');
INSERT INTO `bc_article_images`VALUES ('moe100725_SGKW',1,'moe100725_SGKW_1.png');
INSERT INTO `bc_article_images`VALUES ('moe100725_SGKW',2,'moe100725_SGKW_2.png');
INSERT INTO `bc_article_images`VALUES ('moe100725_SGKW',3,'moe100725_SGKW_3.png');
INSERT INTO `bc_article_images`VALUES ('moe100725_SGKW',4,'moe100725_SGKW_4.png');
INSERT INTO `bc_article_images`VALUES ('moe100801',1,'moe100801_1.png');
INSERT INTO `bc_article_images`VALUES ('moe100801',2,'moe100801_2.png');
INSERT INTO `bc_article_images`VALUES ('moe100801',3,'moe100801_3.png');
INSERT INTO `bc_article_images`VALUES ('moe100803_SquareRing',1,'moe100803_SquareRing_1.png');
INSERT INTO `bc_article_images`VALUES ('moe100803_BrotherOfExercise',1,'moe100803_BrotherOfExercise_1.png');
INSERT INTO `bc_article_images`VALUES ('moe100803_BrotherOfExercise',2,'moe100803_BrotherOfExercise_2.png');
INSERT INTO `bc_article_images`VALUES ('moe100803_watermelonman',1,'moe100803_watermelonman_1.png');
INSERT INTO `bc_article_images`VALUES ('100806_BiwakoBigfireworks',1,'100806_BiwakoBigfireworks_1.JPG');
INSERT INTO `bc_article_images`VALUES ('100806_BiwakoBigfireworks',2,'100806_BiwakoBigfireworks_2.JPG');
INSERT INTO `bc_article_images`VALUES ('100806_BiwakoBigfireworks',3,'100806_BiwakoBigfireworks_3.JPG');
INSERT INTO `bc_article_images`VALUES ('100806_BiwakoBigfireworks',4,'100806_BiwakoBigfireworks_4.JPG');
INSERT INTO `bc_article_images`VALUES ('moe100811_summar_event',1,'moe100811_summar_event_1.png');
INSERT INTO `bc_article_images`VALUES ('moe100811_summar_event',2,'moe100811_summar_event_2.png');
INSERT INTO `bc_article_images`VALUES ('dsweb100820',1,'dsweb100820_1.png');
INSERT INTO `bc_article_images`VALUES ('dsweb100820',2,'dsweb100820_2.png');
INSERT INTO `bc_article_images`VALUES ('dsweb100820',3,'dsweb100820_3.png');
INSERT INTO `bc_article_images`VALUES ('fx100824',1,'fx100824_1.png');
INSERT INTO `bc_article_images`VALUES ('dsweb100826',1,'dsweb100826_1.png');
INSERT INTO `bc_article_images`VALUES ('dsweb101003',1,'20101003120152139_1.png');
INSERT INTO `bc_article_images`VALUES ('dsweb101004',1,'20101004220256772_1.png');
INSERT INTO `bc_article_images`VALUES ('dsweb101004',2,'20101004220256772_2.png');
INSERT INTO `bc_article_images`VALUES ('110828_ToySword-8',1,'110828_ToySword-8_1.PNG');
INSERT INTO `bc_article_images`VALUES ('110829_install_graphics_driver',1,'110829_install_graphics_driver_1.PNG');
INSERT INTO `bc_article_images`VALUES ('110829_install_graphics_driver',2,'110829_install_graphics_driver_2.png');
INSERT INTO `bc_article_images`VALUES ('110829_install_graphics_driver',3,'110829_install_graphics_driver_3.png');
INSERT INTO `bc_article_images`VALUES ('110829_install_graphics_driver',4,'110829_install_graphics_driver_4.png');
INSERT INTO `bc_article_images`VALUES ('110829_install_graphics_driver',5,'110829_install_graphics_driver_5.png');
INSERT INTO `bc_article_images`VALUES ('moe110921_Lolimore',1,'110921_Lolimore_1.PNG');
INSERT INTO `bc_article_images`VALUES ('111218_SentSubNotePC',1,'111218_SentSubNotePC_1.JPG');
INSERT INTO `bc_article_images`VALUES ('111218_SentSubNotePC',2,'111218_SentSubNotePC_2.JPG');
INSERT INTO `bc_article_images`VALUES ('111218_SentSubNotePC',3,'111218_SentSubNotePC_3.JPG');
INSERT INTO `bc_article_images`VALUES ('111218_SentSubNotePC',4,'111218_SentSubNotePC_4.JPG');
INSERT INTO `bc_article_images`VALUES ('111218_SentSubNotePC',5,'111218_SentSubNotePC_5.JPG');
INSERT INTO `bc_article_images`VALUES ('20120320_HOME_SPOT_CUBE',1,'20120320120134353_1.JPG');
INSERT INTO `bc_article_images`VALUES ('20120320_HOME_SPOT_CUBE',2,'20120320120134353_2.JPG');
INSERT INTO `bc_article_images`VALUES ('20120320_HOME_SPOT_CUBE',3,'20120320120134353_3.JPG');
INSERT INTO `bc_article_images`VALUES ('120610_auMailFilterBug',1,'120610_auMailFilterBug_1.PNG');
INSERT INTO `bc_article_images`VALUES ('moe121014_2325',1,'moe121014_2325_1.png');
INSERT INTO `bc_article_images`VALUES ('moe20121124',1,'20121124221616815_1.png');
INSERT INTO `bc_article_images`VALUES ('20140509_LOGOS_RescueCan',1,'20140509_LOGOS_RescueCan_1.jpg');
INSERT INTO `bc_article_images`VALUES ('20140509_LOGOS_RescueCan',2,'20140509_LOGOS_RescueCan_2.jpg');
INSERT INTO `bc_article_images`VALUES ('20140516101202573',3,'20140516101202573_3.PNG');
INSERT INTO `bc_article_images`VALUES ('20140516101202573',2,'20140516101202573_2.PNG');
INSERT INTO `bc_article_images`VALUES ('20140516101202573',1,'20140516101202573_1.PNG');
INSERT INTO `bc_article_images`VALUES ('20140519144424159',1,'20140519144424159_1.jpg');
INSERT INTO `bc_article_images`VALUES ('20140519_Surface2Present',1,'20140519_Surface2Present_1.jpg');
INSERT INTO `bc_article_images`VALUES ('20140724_ThinkPadKeyCustomize',1,'20140724_ThinkPadKeyCustomize_1.PNG');
INSERT INTO `bc_article_images`VALUES ('20140830_Icanttrusttheapliofau',1,'20140830_Icanttrusttheapliofau_1.png');
INSERT INTO `bc_article_images`VALUES ('20140830_Icanttrusttheapliofau',2,'20140830_Icanttrusttheapliofau_2.png');
INSERT INTO `bc_article_images`VALUES ('20140830_Icanttrusttheapliofau',3,'20140830_Icanttrusttheapliofau_3.png');
INSERT INTO `bc_article_images`VALUES ('20140923_trouble_mailaddress_filter',1,'20140923_trouble_mailaddress_filter_1.png');
INSERT INTO `bc_article_images`VALUES ('20141216140025920',1,'20141216140025920_1.PNG');
INSERT INTO `bc_article_images`VALUES ('20141216140025920',2,'20141216140025920_2.PNG');
INSERT INTO `bc_article_images`VALUES ('20170123172025668',1,'20170123172025668_1.PNG');
INSERT INTO `bc_article_images`VALUES ('20150722_Windows10onVenu11',4,'20150722_Windows10onVenu11_4.PNG');
INSERT INTO `bc_article_images`VALUES ('20150722_Windows10onVenu11',1,'20150722_Windows10onVenu11_1.PNG');
INSERT INTO `bc_article_images`VALUES ('20150722_Windows10onVenu11',2,'20150722_Windows10onVenu11_2.PNG');
INSERT INTO `bc_article_images`VALUES ('20150722_Windows10onVenu11',3,'20150722_Windows10onVenu11_3.PNG');
INSERT INTO `bc_article_images`VALUES ('20170123172025668',2,'20170123172025668_2.PNG');
INSERT INTO `bc_article_images`VALUES ('20171225_Scan2PC',1,'20171225_Scan2PC_1.PNG');
INSERT INTO `bc_article_images`VALUES ('FAQXls_OpenBlankExcel',1,'FAQXls_OpenBlankExcel_1.PNG');
INSERT INTO `bc_article_images`VALUES ('FAQXls_OpenBlankExcel',2,'FAQXls_OpenBlankExcel_2.PNG');
INSERT INTO `bc_article_images`VALUES ('20210131_Next_FitbitIonic',1,'20210131_Next_FitbitIonic_1.jpg');
INSERT INTO `bc_article_images`VALUES ('20210131_Next_FitbitIonic',2,'20210131_Next_FitbitIonic_2.jpg');
INSERT INTO `bc_article_images`VALUES ('20210131_Next_FitbitIonic',3,'20210131_Next_FitbitIonic_3.jpg');
INSERT INTO `bc_article_images`VALUES ('Blog_Windows_BSoD20210423',1,'Blog_Windows_BSoD20210423_1.jpg');
INSERT INTO `bc_article_images`VALUES ('Blog_Windows_BSoD20210423',2,'Blog_Windows_BSoD20210423_2.jpg');

--
-- Table structure for table `bc_autotags`
--

DROP TABLE IF EXISTS `bc_autotags`;

CREATE TABLE `bc_autotags` (
  `tag` varchar(24) NOT NULL DEFAULT '',
  `description` varchar(255) DEFAULT '',
  `is_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `is_function` tinyint(1) NOT NULL DEFAULT 0,
  `replacement` text DEFAULT NULL,
  `owner_id` mediumint(8) NOT NULL DEFAULT 2,
  `group_id` mediumint(8) NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  PRIMARY KEY (`tag`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_autotags`
--

INSERT INTO `bc_autotags`VALUES ('cipher','A simple substitution cipher. This is rot13: [cipher:nopqrstuvwxyzabcdefghijklm Text to encode]',0,1,null,2,1,2,2,2,2);
INSERT INTO `bc_autotags`VALUES ('topic','Provides a link to index.php with the specified topic: [topic:tid]',0,1,null,2,1,2,2,2,2);
INSERT INTO `bc_autotags`VALUES ('lang','Provides access to the LANG family of variables',0,1,null,2,1,2,2,2,2);
INSERT INTO `bc_autotags`VALUES ('youtube','Embeds a youtube.com video: [youtube:video_id]',1,0,'<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/#1\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/#1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>',2,1,2,2,2,2);

--
-- Table structure for table `bc_blocks`
--

DROP TABLE IF EXISTS `bc_blocks`;

CREATE TABLE `bc_blocks` (
  `bid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `is_enabled` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `name` varchar(48) NOT NULL DEFAULT '',
  `type` varchar(20) NOT NULL DEFAULT 'normal',
  `title` varchar(48) DEFAULT NULL,
  `blockorder` smallint(5) unsigned NOT NULL DEFAULT 1,
  `content` text DEFAULT NULL,
  `allow_autotags` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `cache_time` int(11) NOT NULL DEFAULT 0,
  `rdfurl` varchar(255) DEFAULT NULL,
  `rdfupdated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rdf_last_modified` varchar(40) DEFAULT NULL,
  `rdf_etag` varchar(40) DEFAULT NULL,
  `rdflimit` smallint(5) unsigned NOT NULL DEFAULT 0,
  `onleft` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `phpblockfn` varchar(128) DEFAULT '''''',
  `help` varchar(255) DEFAULT '',
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  PRIMARY KEY (`bid`),
  KEY `blocks_bid` (`bid`),
  KEY `blocks_is_enabled` (`is_enabled`),
  KEY `blocks_type` (`type`),
  KEY `blocks_name` (`name`),
  KEY `blocks_onleft` (`onleft`)
) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_blocks`
--

INSERT INTO `bc_blocks`VALUES (1,1,'user_block','gldefault','ユーザー情報',30,'',0,0,'','0000-00-00 00:00:00',null,null,0,1,'','',2,1,3,3,2,2);
INSERT INTO `bc_blocks`VALUES (2,1,'admin_block','gldefault','管理者専用メニュー',20,'',0,0,'','0000-00-00 00:00:00',null,null,0,1,'','',2,1,3,3,2,2);
INSERT INTO `bc_blocks`VALUES (3,1,'section_block','gldefault','記事カテゴリ',10,'',0,0,'','0000-00-00 00:00:00',null,null,0,1,'','',2,1,3,3,2,2);
INSERT INTO `bc_blocks`VALUES (6,1,'whats_new_block','gldefault','新着情報',30,'',0,0,'','0000-00-00 00:00:00',null,null,0,0,'','',2,1,3,3,2,2);
INSERT INTO `bc_blocks`VALUES (7,0,'first_block','normal','Geeklogについて',20,'<p><strong>ようこそ、Geeklogへ!</strong><p>Geeklogについてのサポートは、 <a href=\"http://www.geeklog.jp\">Geeklog Japanese</a>へ。ドキュメントは <a href=\"http://wiki.geeklog.jp\">Geeklog Wiki ドキュメント</a>をどうぞ。',0,0,'','0000-00-00 00:00:00',null,null,0,0,'','',2,4,3,3,2,2);
INSERT INTO `bc_blocks`VALUES (20,0,'photomail','normal','メール投稿受信',50,'<img src=\"photomail/photomailimg.php\" width=\"1\" height=\"1\" alt=\"\" />',0,0,'','0000-00-00 00:00:00',null,null,0,1,'','',2,1,3,3,2,2);
INSERT INTO `bc_blocks`VALUES (8,1,'whosonline_block','phpblock','オンラインユーザー',10,'',0,0,'','0000-00-00 00:00:00',null,null,0,0,'phpblock_whosonline','',2,4,3,3,2,0);
INSERT INTO `bc_blocks`VALUES (9,0,'older_stories','gldefault','過去の記事',50,'',0,0,'','0000-00-00 00:00:00',null,null,0,0,'','',2,1,3,3,2,2);
INSERT INTO `bc_blocks`VALUES (48,1,'Ads','normal','Amazon広告',40,'<script type=\\\"text/javascript\\\">// <![CDATA[\r\namazon_ad_tag = \\\"blackcatlab-22\\\"; amazon_ad_width = \\\"160\\\"; amazon_ad_height = \\\"600\\\";\r\n// ]]></script>\r\n<script type=\\\"text/javascript\\\" src=\\\"http://ir-jp.amazon-adsystem.com/s/ads.js\\\"></script>',0,0,'','0000-00-00 00:00:00',null,null,0,0,'','',2,4,3,3,2,2);
INSERT INTO `bc_blocks`VALUES (49,1,'blockPerfectWorld','normal','完美 - Perfect World -',40,'<h4>レベル別クイズ</h4>\r\n<ul style=\"list-style-type: none;\">\r\n<li><span>[story:kanbi_quiz_90]</span></li>\r\n<li><span>[story:kanbi_quiz_80]</span></li>\r\n<li><span>[story:kanbi_quiz_70]</span></li>\r\n<li><span>[story:kanbi_quiz_60]</span></li>\r\n<li><span>[story:kanbi_quiz_50]</span></li>\r\n<li><span>[story:kanbi_quiz_40]</span></li>\r\n<li><span>[story:kanbi_quiz_30]</span></li>\r\n<li><span>[story:kanbi_quiz_20]</span></li>\r\n</ul>',1,0,'','0000-00-00 00:00:00',null,null,0,1,'','',3,4,3,3,2,2);
INSERT INTO `bc_blocks`VALUES (50,0,'blockCounter','normal','カウンター',60,'<noscript>&amp;amp;lt;a href=\"http://ac10.i2i.jp/bin/nojslink?00970892\" target=\"_blank\"&amp;amp;gt;&amp;amp;lt;img src=\"http://ac10.i2i.jp/bin/nojs.php?00970892&amp;amp;amp;amp;guid=ON\" border=\"0\" /&amp;amp;gt;&amp;amp;lt;/a&amp;amp;gt;</noscript>\r\n<script type=\"text/javascript\" src=\"http://ac10.i2i.jp/bin/2nd_gets.php?00970892\"></script>',0,0,'','0000-00-00 00:00:00',null,null,0,1,'','',3,4,3,3,2,2);

--
-- Table structure for table `bc_cn_settings`
--

DROP TABLE IF EXISTS `bc_cn_settings`;

CREATE TABLE `bc_cn_settings` (
  `layout` int(11) NOT NULL DEFAULT 1,
  `color` int(11) NOT NULL DEFAULT 1,
  `lblock` int(11) NOT NULL DEFAULT 1,
  `rblock` int(11) NOT NULL DEFAULT 1,
  `menu` int(11) NOT NULL DEFAULT 1,
  `menualign` int(11) NOT NULL DEFAULT 1,
  `logo` int(11) NOT NULL DEFAULT 1,
  `slogan` tinyint(4) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_cn_settings`
--

INSERT INTO `bc_cn_settings`VALUES (1,36,30,33,18,1,1,1);

--
-- Table structure for table `bc_cn_styles`
--

DROP TABLE IF EXISTS `bc_cn_styles`;

CREATE TABLE `bc_cn_styles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(25) NOT NULL,
  `name` varchar(128) NOT NULL,
  `description` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `type` (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_cn_styles`
--

INSERT INTO `bc_cn_styles`VALUES (1,'layout','Layout 1','Fluid center content column with fixed navigation and extra columns');
INSERT INTO `bc_cn_styles`VALUES (2,'layout','Layout 2','Fluid content on left with navigation and extra columns on the right');
INSERT INTO `bc_cn_styles`VALUES (3,'layout','Layout 3','Fluid content on right with navigation and extra columns on the left');
INSERT INTO `bc_cn_styles`VALUES (4,'layout','Layout 4','Navigation and Extra columns are stacked and floated right of the content');
INSERT INTO `bc_cn_styles`VALUES (5,'layout','Layout 5','Navigation and Extra columns are stacked and floated left of the content');
INSERT INTO `bc_cn_styles`VALUES (6,'layout','Layout 6','Fixed navigation on right with fluid content and fluid extras below both');
INSERT INTO `bc_cn_styles`VALUES (7,'layout','Layout 7','Fixed navigation on left with fluid content and fluid extras below both');
INSERT INTO `bc_cn_styles`VALUES (8,'layout','Layout 8','Fixed center content column with fixed navigation and extra columns ');
INSERT INTO `bc_cn_styles`VALUES (9,'layout','Layout 9','Fixed content column with fixed navigation and extra columns floated right');
INSERT INTO `bc_cn_styles`VALUES (10,'layout','Layout 10','Fixed content column with fixed navigation and extra columns floated left');
INSERT INTO `bc_cn_styles`VALUES (11,'layout','Layout 11','Fixed content column with fixed navigation and extra columns stacked right');
INSERT INTO `bc_cn_styles`VALUES (12,'layout','Layout 12','Fixed content column with fixed navigation and extra columns stacked left');
INSERT INTO `bc_cn_styles`VALUES (13,'layout','Layout 13','Fixed content column with fixed extra below and navigation floated right ');
INSERT INTO `bc_cn_styles`VALUES (14,'layout','Layout 14','Fixed content column with fixed extra below and navigation floated left');
INSERT INTO `bc_cn_styles`VALUES (15,'layout','Layout 15','Fixed content column with navigation floated right with extras below both');
INSERT INTO `bc_cn_styles`VALUES (16,'layout','Layout 16','Fixed content column with navigation floated left with extras below both');
INSERT INTO `bc_cn_styles`VALUES (17,'layout','Layout 17','Fixed content column with navigation and extra columns below');
INSERT INTO `bc_cn_styles`VALUES (18,'menu','Menu 1','Silver Buttons');
INSERT INTO `bc_cn_styles`VALUES (19,'menu','Menu 2','Grey with slanted dividers');
INSERT INTO `bc_cn_styles`VALUES (20,'menu','Menu 3','Silver bg with black highlight and bottom divider bar');
INSERT INTO `bc_cn_styles`VALUES (21,'menu','Menu 4','Thin menu with hover');
INSERT INTO `bc_cn_styles`VALUES (22,'menu','Menu 5','Blue Buttons with black highlight');
INSERT INTO `bc_cn_styles`VALUES (23,'menu','Menu 6','Black bar with blue underline highlight');
INSERT INTO `bc_cn_styles`VALUES (24,'menu','Menu 7','Black glass tabs on dark background');
INSERT INTO `bc_cn_styles`VALUES (25,'menu','Menu 8','Dark menu with rounded retro highlight');
INSERT INTO `bc_cn_styles`VALUES (26,'menu','Menu 9','Smooth blue tabs on black background');
INSERT INTO `bc_cn_styles`VALUES (27,'menu','Menu 10','Blue glass tabs with a border');
INSERT INTO `bc_cn_styles`VALUES (28,'menu','Menu 11','Large fixed-size block with rounded hover');
INSERT INTO `bc_cn_styles`VALUES (29,'menu','Menu 12','Transparent button background with alpha shaded highlight');
INSERT INTO `bc_cn_styles`VALUES (30,'lblock','Shaded Title BG','Block with shaded title background');
INSERT INTO `bc_cn_styles`VALUES (31,'lblock','No Title Shading','Block with bold title - no title background shading');
INSERT INTO `bc_cn_styles`VALUES (32,'lblock','No Title','No block title at all');
INSERT INTO `bc_cn_styles`VALUES (33,'rblock','Shaded Title BG','Block with shaded title background');
INSERT INTO `bc_cn_styles`VALUES (34,'rblock','No Title Shading','Block with bold title - no title background shading');
INSERT INTO `bc_cn_styles`VALUES (35,'rblock','No Title','No block title at all');
INSERT INTO `bc_cn_styles`VALUES (36,'color','Light Blue','Light blue color scheme');
INSERT INTO `bc_cn_styles`VALUES (37,'color','Dark Blue','Dark blue color scheme');
INSERT INTO `bc_cn_styles`VALUES (38,'color','Light Green','Light Green Theme');
INSERT INTO `bc_cn_styles`VALUES (39,'color','Dark Green','Dark Green Theme');
INSERT INTO `bc_cn_styles`VALUES (40,'color','Light Purple','Light purple color style');
INSERT INTO `bc_cn_styles`VALUES (41,'color','Dark Purple','Dark purple color style');
INSERT INTO `bc_cn_styles`VALUES (42,'color','Light Red','Light red color style');
INSERT INTO `bc_cn_styles`VALUES (43,'color','Dark Red','Dark red color scheme');

--
-- Table structure for table `bc_commentcodes`
--

DROP TABLE IF EXISTS `bc_commentcodes`;

CREATE TABLE `bc_commentcodes` (
  `code` tinyint(4) NOT NULL DEFAULT 0,
  `name` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_commentcodes`
--

INSERT INTO `bc_commentcodes`VALUES (-1,'コメントを許可しない');
INSERT INTO `bc_commentcodes`VALUES (0,'コメントを許可する');
INSERT INTO `bc_commentcodes`VALUES (1,'コメント受付終了');

--
-- Table structure for table `bc_commentedits`
--

DROP TABLE IF EXISTS `bc_commentedits`;

CREATE TABLE `bc_commentedits` (
  `cid` int(10) NOT NULL,
  `uid` mediumint(8) NOT NULL,
  `time` datetime NOT NULL,
  PRIMARY KEY (`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_commentedits`
--


--
-- Table structure for table `bc_commentmodes`
--

DROP TABLE IF EXISTS `bc_commentmodes`;

CREATE TABLE `bc_commentmodes` (
  `mode` varchar(10) NOT NULL DEFAULT '',
  `name` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`mode`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_commentmodes`
--

INSERT INTO `bc_commentmodes`VALUES ('threaded','スレッド表示');
INSERT INTO `bc_commentmodes`VALUES ('nested','入れ子表示');
INSERT INTO `bc_commentmodes`VALUES ('flat','一覧表示');
INSERT INTO `bc_commentmodes`VALUES ('nocomment','表示しない');

--
-- Table structure for table `bc_commentnotifications`
--

DROP TABLE IF EXISTS `bc_commentnotifications`;

CREATE TABLE `bc_commentnotifications` (
  `cid` int(10) DEFAULT NULL,
  `uid` mediumint(8) NOT NULL,
  `deletehash` varchar(32) NOT NULL,
  `mid` int(10) DEFAULT NULL,
  PRIMARY KEY (`deletehash`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_commentnotifications`
--


--
-- Table structure for table `bc_comments`
--

DROP TABLE IF EXISTS `bc_comments`;

CREATE TABLE `bc_comments` (
  `cid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(30) NOT NULL DEFAULT 'article',
  `sid` varchar(128) NOT NULL DEFAULT '',
  `date` datetime DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `comment` text DEFAULT NULL,
  `pid` int(10) unsigned NOT NULL DEFAULT 0,
  `lft` mediumint(10) unsigned NOT NULL DEFAULT 0,
  `rht` mediumint(10) unsigned NOT NULL DEFAULT 0,
  `indent` mediumint(10) unsigned NOT NULL DEFAULT 0,
  `name` varchar(32) DEFAULT NULL,
  `uid` mediumint(8) NOT NULL DEFAULT 1,
  `ipaddress` varchar(39) NOT NULL DEFAULT '',
  PRIMARY KEY (`cid`),
  KEY `comments_sid` (`sid`),
  KEY `comments_uid` (`uid`),
  KEY `comments_lft` (`lft`),
  KEY `comments_rht` (`rht`),
  KEY `comments_date` (`date`)
) ENGINE=MyISAM AUTO_INCREMENT=683 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_comments`
--

INSERT INTO `bc_comments`VALUES (1,'article','050512_install_xoops','2005-05-13 19:29:33','良い日','ご希望に近いサイトだと良いのですが\r\n\r\n「モジュール学園」\r\nhttp://module.coco.ac/\r\n\r\nなんかどうでしょう？',0,1,2,0,null,1,'202.232.138.68');
INSERT INTO `bc_comments`VALUES (2,'article','050610_habanero_dead','2005-06-10 11:57:54','KURO','(￣∇￣;)ハッハッハ',0,1,2,0,null,1,'202.246.252.129');
INSERT INTO `bc_comments`VALUES (3,'article','050610_habanero_dead','2005-06-14 23:44:51','くろねこ','笑われてしまったのだ...(ToT)',0,1,2,0,null,1,'219.167.71.53');
INSERT INTO `bc_comments`VALUES (4,'article','post_59','2005-09-16 19:26:24','蝦夷の末裔','コメントありがとう！\r\n疑問氷解♪',0,1,2,0,null,1,'220.150.166.181');
INSERT INTO `bc_comments`VALUES (5,'article','delphi2006','2005-12-11 15:51:58','RAN','こんにちは。以前より愛読させて頂いています。私のブログに言及して頂き、ありがとうございます。次回はトラックバックして頂けたらもっと嬉しいです。',0,1,2,0,null,1,'219.98.58.22');
INSERT INTO `bc_comments`VALUES (6,'article','delphi2006','2005-12-11 23:34:34','くろねこ','RAN 様コメントありがとうございました。\r\nRAN 様のWEBサイトは非常にたくさんの情報があふれていて、Borland の情報をどっから仕入れてくるのかな？と興味津々です。\r\n別に RAN 様への批判が書きたかったわけではなく、Borland にもっと真剣に製品を作ってほしいなと感じているそのままを書いたつもりです。\r\nWin32 と .Net の両対応という偉業を成し遂げたすばらしい製品を出せるなら、「遅い」はともかく「品質の向上」にはもっと力を注いでほしいと思っているユーザの一人ですので...\r\n\r\nまた、使えないコメント投稿プログラムから、コメント投稿いただきありがとうございました。\r\nこの前変更したときから何か変だなと思いつつ、そのままにしてました...\r\n志の低いWEB管理者でした＾＾；',0,1,2,0,null,3,'58.94.25.62');
INSERT INTO `bc_comments`VALUES (7,'article','delphi2006','2005-12-12 07:58:08','くろねこ','以下のデバッグオプションの件ですが...\n>でも、変だなうちの IE、たしかそのオプション ON にしてるのに、エラーはでてきてないかと... \n「スクリプトのデバッグを使用しない(その他)」のチェックがはずれているのが怪しいですね...',0,1,2,0,null,3,'58.94.25.62');
INSERT INTO `bc_comments`VALUES (8,'article','50403_trap','2006-02-10 11:37:32','強一郎に上がる','出ましたっっっ！まさに１０００回遊べるＲＰＧ！\n毎回プレイするたびに階段の位置?敵の位置?出現するアイテムなど、\n構造が変わるダンジョン内を探検します。\n１００種類以上のアイテム、４０種類以上のモンスター、いろんな罠などが用意されています。\n色々な難易度のダンジョンがあるので、ダンジョンＲＰＧ未経験者の方から経験者の方まで楽しめます！\n激レアアイテムをゲットして、後楽園で君と握手うううぅぅぅ！！！（壊） \nhttp://www.twganwwko.com/wrj/lineage.jpg',0,1,2,0,null,1,'222.78.80.165');
INSERT INTO `bc_comments`VALUES (9,'article','060309_google_desktop','2006-03-10 15:52:22','ＫＵＲＯ','バージョンＵＰに期待するものはバージョンＵＰに泣く( p_q)\nVista',0,1,2,0,null,1,'202.246.252.129');
INSERT INTO `bc_comments`VALUES (10,'article','060216_yahoo_auction','2006-03-13 17:54:26','ミミこと小泉','それは私です。\nこちらのBlogでこの事件の解明経緯や、捜査状況（もちろん訴訟の件も）を綴っています。\n\n奴は、詐取したチケットを玄関で待ち構えてじゃなく、堂々と署名して受領していますょ。\nまた、東京地方裁判所を…とのYahooの主張は、もはやいくつかの訴訟で却下されています。',0,1,2,0,null,1,'219.122.59.134');
INSERT INTO `bc_comments`VALUES (11,'article','060216_yahoo_auction','2006-03-15 23:16:48','くろねこ','ブログ拝見させていただきました。\r\nまだ全部見てないですが、ゆっくり読ませていただきますね。\r\n\r\nしかし、訴訟ってどんな書類を書くんですかね？',0,1,2,0,null,3,'58.94.25.62');
INSERT INTO `bc_comments`VALUES (12,'article','xo060324','2006-03-25 20:54:51','くま夫','素晴らしいショットですね。\n名カメラマンだ。\nこんなんに載るの初めてなのでうれしいです。\nまた遊んで下さい。',0,1,2,0,null,1,'138.243.201.1');
INSERT INTO `bc_comments`VALUES (13,'article','_w41t','2006-03-26 21:46:22','aiai12','http://lupo.jp/というPCｻｲﾄﾋﾞｭｰｻｰﾋﾞｽ、使ってみてください、低額内ですみます(^_^)v',0,1,2,0,null,1,'210.150.167.59');
INSERT INTO `bc_comments`VALUES (14,'article','xo060326','2006-03-27 11:28:49','リシェ','|∀･)　ﾋｮｺｰﾘ♪\n来てみました(｡-∀-)ﾆﾋ♪\nσ(･ω･*)のPCノートだし(｡´口`)ｧﾞｰ\n今のままだとどこいっても重いのです|,,･ﾉω･|ゞｺｯｿﾘ\n\n形象石・・・・何もないよりよかったよﾈ─(｡･ω-)(-ω･｡)─♪ \n',0,1,2,0,null,1,'219.170.183.202');
INSERT INTO `bc_comments`VALUES (15,'article','060330_hot_cake','2006-03-31 02:01:10','あびば','自分で後片付けまでこなしてから言ってね。\n作って焼くだけなら楽でしょうけど。\n洗い物を嫁に託すなら、少しは気を使って欲しいな。',0,1,2,0,null,3,'219.125.148.210');
INSERT INTO `bc_comments`VALUES (16,'article','060330_hot_cake','2006-04-01 16:19:05','こう','ん～、こればかりは難しいところだね。\n毎日の事であれば、少しでも楽に短時間で…と考えてしまうのは当然の事。\n逆にたまにやるからこそ、満足のいく物を作りたい…と考えるのも当然の事。\n\n個人的には料理は好きで、くろさんと同じく作るなら時間かけてでも美味しいものを作りたいと思うのですが、毎日の食事を考えなきゃいけない奥さんの言い分もよく分かるんですよねぇ～。\n\nお互いにやってもらう事には文句を言わず、ありがたく思う事が一番ですなぁ＾＾',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (17,'article','xo060326','2006-04-01 16:21:35','こう','次こそは、アコ７１をゲットしようねぇ～。\n毎回、回復ありがと~☆ヽ(∇⌒ヽ)(ノ⌒∇)ノ☆',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (18,'article','060330_clorets_xp','2006-04-01 16:30:37','こう','これは難しい！　ｗｗ\nまず、どっちが安全か…という以前にガム自体がプラスチックを噛んでいるようなものなのでまず体に良いって事はないでしょう。\n\nガムやお菓子に関わらず、現代社会の中で何も気にする事なく食生活をしていると年間で体内に入ってくる添加物の料は約５キロにもなると言われています。\nこれは人体の処理できる料を超えているのは間違いないでしょう。\n\n自己防衛…と言うと極端かもしれませんが、仕入先や流通経路、又製造方法か加工方法等を知る事で上で述べた５キロという量は間違いなく減らせるでしょう。\n\nみなさんも、今の食生活を少し見つめ直してみませんか？？',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (19,'article','060330_clorets_xp','2006-04-01 23:07:29','くろねこ','ガムべースは元々チクル（サポディラと呼ばれる巨木の樹液の固まり）なので、製法が変わっていなければ安心なんですが、今は石油製品の置き換わってるのかな？\n\nしかし、添加物の年間摂取量が5kgとは、とても恐ろしいです。\n害がないものばかりでは無いでしょうな...\nとても厚労省を信用できる世の中では無いことは、いくつもの裁判や歴史が証明しています。\n\nしかし、判断の基準となる情報も消費者には提供されていないのが現状ですね。',0,1,2,0,null,3,'58.94.25.62');
INSERT INTO `bc_comments`VALUES (20,'article','060330_hot_cake','2006-04-03 16:13:42','エロイ方のKURO','>洗い物を嫁に託すなら、少しは気を使って欲しいな。\n・・・料理作ったら洗い物もしなきゃ。。。。\n洗い物も効率の良い工程とか洗剤と洗い物の分量を計算しながらとか\n考えながらやると結構楽しいですぞ。\n\n私はくろねこさんの気持ちが痛いほど良くわかるので弁護と言うかフォローすると\n\n\n・結論\n「洗い物も少なく、そして最小工程で美味しいホットケーキを作る方法を二人で模索したらええじゃないか？」\n\n\n\n我が家でもですね。\nたとえば御味噌汁\n\n嫁：目分量、作成工程も適当\n私：ダシから味噌からなにからなにまできっちり計測、マニアル通りの工程で作成\n\nで、くろねこさんと同じ指摘を喰らうわけです。\n\n嫁の気持ちも判るんです。\n味的に大した違いは無いんです。\nでも、毎日作っているからこそ進歩して欲しいのです。\n\n・私の気持ち\n今後の参考にしてもらいたい。少しの手間で美味しい物が出来るんだよと考えて欲しかった。\n\n・嫁の気持ち\nそんなの毎日してられない。メンドクサイ。\n\n\nで、妥協した結論が\n『入れた分量を目分量でも答えられるようにしてもらう。』\n\n「この鍋を使って、このスプーンで３回味噌を投入したよ！」と答えられるようにしてもらった。\n\n育ちが違う2人が上手に生活する方法は『少しずつ歩み寄る』じゃないかのぅ\n\nと、仕事中に偉そうに長文書いてみる。。。すまそん。。。',0,1,2,0,null,1,'202.246.252.129');
INSERT INTO `bc_comments`VALUES (21,'article','xo060305','2006-04-16 21:34:16','simo','SSに写っているsimoです＾＾',0,1,2,0,null,1,'58.4.136.13');
INSERT INTO `bc_comments`VALUES (22,'article','060414_comeback_uo','2006-04-18 14:57:32','腹黒いほうのkuro','たま～～～～に居ますよ。ＵＯ\n\nＭＳＮを繋げるとＰＣが落ちるという不可解な事が起きてからＭＳＮつけてないんですよ。\n\nもう一回再インストールしときまっさ\n(^-^)ノシ',0,1,2,0,null,1,'202.246.252.129');
INSERT INTO `bc_comments`VALUES (23,'article','xo060420','2006-04-21 16:29:19','kou','え～、血が出てたら間違いなくもらいます。\n珊瑚のために意地でももらいます　ｗｗｗ\n\nしかし、今回のニグはすごく弱かった気がするんだけど回りに他の敵がいないとあんなもんなのね＾＾\n\n今度は一緒にクロック行こうねぇ♪',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (24,'article','xo060420','2006-04-22 10:42:57','ヒトハ','わーい＾＾くろたんだああ＾＾このブログわかんなくてｋｏｕちゃんに聞いちゃった＾＾カバ楽しかったね～。ボスねえ出た時ＰＣがおかしくてヒールできなかったのおお＞＜ごめんねえ＞＜でもボス観戦できてヒトハはそれだけで幸せです＾＾今度血がでても私はまだ大丈夫だから珊瑚ちゃんにゆずってあげて＾＾私は冒険してボス見れただけで満足＾＾石版は取れますように祈ります～なむなむ。くろたんありがとう～＾＾ホントにやさしい方々に出会えてヒトハは幸せものです！\n',0,1,2,0,null,1,'222.149.185.44');
INSERT INTO `bc_comments`VALUES (25,'article','xo060421','2006-04-22 13:54:03','ヒトハ','がちゃは癖になるよお＞＜中毒患者がここに・・・。笑\nちなみに倉庫はラムラムイヤーやおひげがかぶってる＾＾\n他もかぶってる・・・。消費アイテムにいたってはいえましぇん（笑）あうう絶対捨てれません～＞＜\nヒトハはお花欲しさにやってるのだけど肝心なお花がでないよ；；\nでも５００は先日でましたーー！！独眼流！！もう５００に未練ないもん＾＾あとはお花ーーーー＞＜（羽は無理；；あきらめますた）\n',0,1,2,0,null,1,'222.149.185.44');
INSERT INTO `bc_comments`VALUES (26,'article','xo060421','2006-04-23 02:29:20','kou','んだんだ、癖になるぞぉぉぉ　ｗｗ\n中毒患者がここにも一人…\nマフル欲しいよぉ、独眼流あげるからマフル頂戴♪\n\nそれよりも、くろさんが落ちた後のガディで石版取ったどぉぉぉ！！！\n\n今晩は気持ちよく眠れそう☆ミ',0,1,2,0,null,1,'60.44.10.95');
INSERT INTO `bc_comments`VALUES (27,'article','xo060421','2006-04-23 07:36:11','くろねこ','石版でたのか～いいな～\nでも、ここに書くと確実に上の人に取られるぞ！',0,1,2,0,null,3,'58.94.25.62');
INSERT INTO `bc_comments`VALUES (28,'article','xo060421','2006-04-23 18:14:44','ヒトハ','あはは＾＾石版出た途端に休止宣言しちゃったよ＾＾ぷぷ＾＾先日ゲーム内である人から酷いこと言われリアで大泣きし、精神的にやられたらあっという間に体調くずしますた＞＜ヒトハの為にみんな頑張ってくれてそして石版奪取してもらって、なんてヒトハは幸せなんだろうって思いました＾＾くろたんありがとう！みんなありがとう！体調が戻ったらまた連絡しますね＾＾その間ＨＰはこっそり？チェックしてるよ＾＾ではﾏﾀﾈ♪ヾ(ﾟ-^*)≡(((((((*ﾟ-)ﾉ |EXIT|　ヒトハより',0,1,2,0,null,1,'221.121.207.251');
INSERT INTO `bc_comments`VALUES (29,'article','xo060421','2006-04-24 12:58:36','くろねこ','うう、早く治して帰っておいで...\n早く治してG.W.をエンジョイしよう。',0,1,2,0,null,3,'203.180.232.99');
INSERT INTO `bc_comments`VALUES (30,'article','xo060425_2','2006-04-26 11:22:12','ヒトハ','やあやあ＾＾ヒトハだよ＾＾昨日はＩＮしたけどほんんどお話だな＾＾レベあがんない；；体調はね２日連続で病院いって落ち着きました。心配かけてごめんちゃい＾＾体力ないから７１までは無言で狩してるかもねええ＾＾ぷぷ　はっでも１：１とチャットがあああああ　爆',0,1,2,0,null,1,'222.149.173.7');
INSERT INTO `bc_comments`VALUES (31,'article','xo060427','2006-04-27 13:10:37','ヒトハ','ヒトハはデビルは前衛無しじゃとおれましぇん＞＜デビで何回浮いたことか；；なのでリターンもしくは助けを呼びます＾＾\r\nしかしヒトハはもてないのでシーン・・・誰も来ない・・・の方が圧倒的；；来てくれた優しい皆さんありがとおおおお＾＾ヒトハ復帰してきたおおおお＾＾（リハビリ中だけど）',0,1,2,0,null,1,'222.149.186.40');
INSERT INTO `bc_comments`VALUES (32,'article','xo060429_2','2006-04-30 02:44:28','kou','ん～、3日はもつ事を祈りたいとこだけど…\n早速明日あたりにダウンしそう　ｗ\n\nオイラの貸した血3種もいつ帰ってくるのでしょうか！？\n珊瑚の転職までには返してねっ　ｗｗｗ',0,1,2,0,null,1,'60.44.10.95');
INSERT INTO `bc_comments`VALUES (33,'article','xo060429_2','2006-04-30 02:46:03','kou','まずは、スタンリィー２度目の転職式おめでとう＾＾\nそして３日は頑張れる事を祈ろう！　ｗ\n\nちなみに、オイラが貸した血３種も珊瑚が転職するまでには返してね(￣ｍ￣〃)ぷぷっ!',0,1,2,0,null,1,'60.44.10.95');
INSERT INTO `bc_comments`VALUES (34,'article','xo060429_2','2006-05-01 13:08:08','ヒトハ','スタンリィーちゃんかっこいいねええってかヒトハとのアコ２のツーショットがああああ＞＜でもおめでとう＾＾がんばって今レベあげてるから一緒にＳＳとってね＾＾',0,1,2,0,null,1,'222.149.189.53');
INSERT INTO `bc_comments`VALUES (35,'article','xo060429','2006-05-01 13:13:39','ヒトハ','くろたん６８かあ＾＾今一番苦しいね＞＜ヒトハもちょっとくじけそうです；；；今お着替えの約束してる人いるけどもしかしたらみんな２次かぶるかもね＾＾\r\n',0,1,2,0,null,1,'222.149.189.53');
INSERT INTO `bc_comments`VALUES (36,'article','xo060429','2006-05-01 13:14:26','ヒトハ','くろたん６８かあ＾＾今一番苦しいね＞＜ヒトハもちょっとくじけそうです；；；今お着替えの約束してる人いるけどもしかしたらみんな２次かぶるかもね＾＾\r\n',0,1,2,0,null,1,'222.149.189.53');
INSERT INTO `bc_comments`VALUES (37,'article','xo060502','2006-05-03 01:55:12','kou','見てくれは予想通りのダサ具合だけど、効果は捨てがたいね＾＾\nもうちょっと見た目も考えてくれるといいのになぁ☆ミ',0,1,2,0,null,1,'58.88.197.48');
INSERT INTO `bc_comments`VALUES (38,'article','xo060502','2006-05-04 18:39:28','ヒトハ','私ももしいｗｗでも効果いみねええええ＞＜',0,1,2,0,null,1,'221.121.207.251');
INSERT INTO `bc_comments`VALUES (39,'article','xo060502','2006-05-04 18:43:49','ヒトハ','あ・・・・もしいになったＷＷほしいだな　爆',0,1,2,0,null,1,'221.121.207.251');
INSERT INTO `bc_comments`VALUES (40,'article','xo060505_2','2006-05-06 10:33:56','ヒトハ','くろたんありがとんｗｗヒトハはみんなに祝福されて幸せものです＾＾ヒトハはポイントゼロと２．５と杖強化しますたｗｗあとはランドセルね＾＾もう自分のレベに合ったＭＡＰじゃなかなかあがりましぇん＞＜ってかくま鍋うまい・・・ぎゃははｗｗ',0,1,2,0,null,1,'222.149.185.190');
INSERT INTO `bc_comments`VALUES (41,'article','xo060507','2006-05-08 01:34:27','kou','珊瑚は週末の転職式を機にまた苦痛の前衛へと戻ります。\nきっと狩りに疲れて遊びたくなった時には浮き浮きコンビでのお出かけ要請をかけると思うんで、その時は付き合ってね　ｗｗ\nナイト転職おめでとう！！！！！！',0,1,2,0,null,1,'58.88.197.48');
INSERT INTO `bc_comments`VALUES (42,'article','xo060507_2','2006-05-08 20:56:45','ヒトハ','くろたんおめでとうｗｗ遅刻してごめんよおお＞＜廃人生活したら体調崩しますた；；ってまたかいっ＞＜続々と２次になってく姿に見とれるヒトハですｗｗバギーたんも戻ってこれてよかったね＾＾二重の喜びに乾杯じゃああああｗｗ',0,1,2,0,null,1,'221.121.207.251');
INSERT INTO `bc_comments`VALUES (43,'article','xo060510','2006-05-10 18:12:26','kou','きっとその水着とセットで出るカブリモノは間違いなくコレ！\nマスクとシュノーケルセット　ｗｗ\n効果は潜水時間+１０分くらいか？　(≧ｍ≦)ぷっ!\n\n間違いなくヒトハは着てるだろな…',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (44,'article','060509_doubleclick','2006-05-10 18:15:58','kou','えっと、σ(⌒▽⌒;)は基本的に面倒臭いのが好きらしくクリックもシングルよりダブル派ですね。\nもひとつ言うとXPを2000仕様で使っています。\nなんかXPの余計な!?ヘルプにいまいち親近感が沸かず2000をこよなく愛するkouでした　ｗ',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (45,'article','xo060510_2','2006-05-11 08:11:19','kou','(￣Д￣　)ホォホォ\n果汁に新たなＰＴメンバーが出来たのねぇ～。。。\nｋｏｕが誰かに呼び出されるたびにいつも一人になって可愛そうな果汁ちゃん…\n(´▽｀) ホッ',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (46,'article','xo060510_2','2006-05-11 11:11:38','くろねこ','いつも独りだったからね～。\n\nということで、PT を募集してみました。\n(実はリシェのサブキャラだったりする)\n\n経験値の課金をして無くても、1時間で 10% 以上上がる。\nファイターの時にこんな上がった記憶は無いんだけど...\n\n週末は、くろねこがかり出されなければ 2.0 3D を付けて...\n',0,1,2,0,null,3,'203.180.232.99');
INSERT INTO `bc_comments`VALUES (47,'article','xo060510','2006-05-11 11:15:13','ヒトハ','あひゃひゃｗｗ水着いいねえ＾＾着まっせｗｗ昨日はＨＧコスプレで遊んでますた。深夜まで・・・。爆笑詳しくはテッケンさんＨＰでｗｗかなり遊んでます＾＾',0,1,2,0,null,1,'222.149.183.56');
INSERT INTO `bc_comments`VALUES (48,'article','xo060514','2006-05-15 16:01:22','kou','えっと、式は予想以上に人が来てくれて嬉しかったです、ハイ。\n式の後からほぼ２４時間書庫に篭ってた訳ですが、書庫にて知り合いＰＴを組んで遊んだ「†グロース†」さん（ナイト９１↑）のお陰で後半は浮く事なく狩りが出来ました。\nと言うのもグロースさん、ボスを広場中央に引き込んで後衛が広場の外側に配置すると、ポコッと殴ってボスと召還全部の集中放火を一人で耐えるんです。もちろん後衛は魔法攻撃と回復で最大限の援護をしますが、何せすごい。もうキャラの姿が見えないくらいに囲まれてボコボコなのに死なない。しかもギアを持ったまま（汗）\nとまぁ、グロースさんのお陰で召還に襲われる事もなく何匹も退治する事が出来ましたよ。\n浮かない書庫って楽しいねっ☆彡',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (49,'article','060515_broken_pc','2006-05-15 16:04:01','kou','ぶっ…\r\nどうやったらお菓子が詰まるのか。。。\r\n面倒臭がりのσ(⌒▽⌒;)でも定期的にパソコンの内部をお掃除しますぞ。\r\nもちろんバックアップ取ってだけど　ｗｗｗ\r\nでも、元々スペックが低いって言ってたから買い替えには丁度よい機会だったのでは？？',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (50,'article','060515_broken_pc','2006-05-15 18:46:27','くろねこ','でも、二年前の PC らしいです。\r\nノートPC なので基本的に遅いですよね...\r\n最近ゲーマー向けハイスペックノートPCがでていますが、どう考えても半額で変えるデスクトップPCにかないません。\r\n\r\nねこも今年PC買ったんですが...「これHDDの回転とかも速くてきびきび動きます」と言われたノートPC、速くもくろねこの家庭では遅いと評価されています。\r\n\r\n3年前に買ったデスクトップの方が速いです。\r\n(中身は全然別物という噂も聞こえてきています...)\r\n\r\n買い換えは、学生にはしんどいよね...\r\nくろねこは稼いだバイト代全てが PC に注がれていましたが、当時 PC 1台が70万円くらいでした。(・\"・;) ウッ',0,1,2,0,null,3,'203.180.232.99');
INSERT INTO `bc_comments`VALUES (51,'article','060515_broken_pc','2006-05-15 19:49:12','くろねこ','リシェのバソコン直るといいね。\r\n周りに直してくれる人が、見つかるとイイネ。',0,1,2,0,null,1,'219.125.148.203');
INSERT INTO `bc_comments`VALUES (52,'article','xo060518','2006-05-19 16:03:06','kou','まぁまぁ…\nレベルを上げる時には冒険やお出かけは禁止にしないと時間の浪費がすごいからねぇ～。\n一瞬で何時間もの努力を奪われてしまう…\nkouに使ってる経験値の期限が終了したらまた珊瑚を上げ始めます。\nなんとか青い杖を持たせてあげられるまでは頑張ろうかと♪\nくろさんも固いナイト目指して頑張ってぇ～！！',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (53,'article','xo060518','2006-05-20 10:07:41','ヒトハ','お久しぶりｗｗ昨日図書館で偶然会ってびっくり＾＾７５アコレア探しに行ったけどやっぱ無理ですた；；出ませんｗｗてか図書館沸きすぎおおお＞＜つおいしいい＞＜でもくろたんが精神的に復活しているようで安心しました＾＾',0,1,2,0,null,1,'222.149.175.146');
INSERT INTO `bc_comments`VALUES (54,'article','xo060521','2006-05-22 01:54:38','kou','うほっ、メイジ７９かぁ。\n次は図書館でメイジ７５をゲッツしてねぇ～。\n',0,1,2,0,null,1,'58.88.197.48');
INSERT INTO `bc_comments`VALUES (55,'article','xo060521_2','2006-05-22 01:56:31','kou','(*\'ω\'*)......ん?\n38→39→40→41のSSじゃないの？？\n38→39→39→39って…眠くて間違えたかな？　ｗｗ\nロストデビューしたら次は西でPLですよぉ♪',0,1,2,0,null,1,'58.88.197.48');
INSERT INTO `bc_comments`VALUES (56,'article','xo060521_2','2006-05-22 10:15:03','くろねこ','眠くて確認と公開は明日にしようと思って...(/|||￣▽)/ゲッ!!!\nいつの間にか公開してしまってる...後悔後に立つとはまさにこのこと\nコメントついてなかったら、隠蔽工作も成立するのだが...\n\nところで 2.5 が効いてる間にがんばっておこうと思って、朝1時間半ほどがんばったらたぶん約 50%UP で Lv41 の 70% 強になりました。(たぶん 72% 位)\n自宅に帰るころには、2.5 切れてるけど、まぁ今日中に Lv42 はいけるね！',0,1,2,0,null,3,'203.180.232.99');
INSERT INTO `bc_comments`VALUES (57,'article','xo060521_2','2006-05-22 10:45:44','ヒトハ','なかなか会えなくてごめんね＞＜ヒトハもサブにログ欲しくてｗｗやっぱイベント参加したいもんｗｗ\r\nアコー＞電撃\r\nログー＞盗賊団\r\nイベントばっかだとレベ上がんないか；；まあ楽しければいいかああｗｗ\r\nレベアップおめでとう！！',0,1,2,0,null,1,'222.149.176.72');
INSERT INTO `bc_comments`VALUES (58,'article','xo060521_2','2006-05-22 11:20:28','くろねこ','ヒトハちゃん Thank you.\n1:1 してるのに返事がないから～すねてみました。o_ _)oﾊﾟﾀ (o- -)oﾑｸｯ (oﾟ▽ﾟ)oﾆﾊﾟｯ (o_△_)oｺﾞﾛﾝ ( vﾟ▽ﾟ)o ｲｴｰｲ♪\nくろねこがｵﾝしたら例の約束お願いね♪\n\nしかし、魔法職のみなさんほとんど前衛作るね...ねこはあんなしんどいのもういいよ...',0,1,2,0,null,3,'203.180.232.99');
INSERT INTO `bc_comments`VALUES (59,'article','xo060523','2006-05-23 11:55:28','kou','経験値稼ぎの楽しみ方…\nりっきーのブログにも書いたけど、なかなか増えない経験値をチラチラ見ながら狩るのは結構ストレスになります。時給を考えるのも嫌になります。\nそこで、思いついた新しい楽しみ方がみかん回収の時給！\nなかなか増えない経験値よりも拾う程に確実に増えていくみかんの数を見ていると気持ち的に楽ですよぉ＾＾\nだからノルマも経験値ではなくて、レモン300個とみかん200個…といった具合に集めたアイテムの数にしています。\nそれでも飽きる人はサブで遊びましょう　ｗｗｗ',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (60,'article','xo060527','2006-05-29 03:31:53','kou&珊瑚','え～、珊瑚の召還にはかなりのマナを消費するのでご利用は計画的に…　ww\n\n明日は書庫です。((o(^-^)o))わくわく',0,1,2,0,null,1,'58.88.197.48');
INSERT INTO `bc_comments`VALUES (61,'article','xo060528','2006-05-29 13:56:26','kou&珊瑚','くろさぁ～ん、ゼンストンが５０個程欲しいよぉ。。。\n果汁に頑張ってもらってね　ｗｗｗ\n',0,1,2,0,null,1,'58.88.197.48');
INSERT INTO `bc_comments`VALUES (62,'article','xo060529','2006-05-31 08:04:36','kou','最弱さんの引退について。。。\n今日の夜にでもお話しますわ＾＾',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (63,'article','xo060530','2006-05-31 08:07:30','kou','しばらくの間、ねこのお出かけを禁止します　ww\nどうしても冒険に行く時は決して死なない事を前提に出かけてください　www\n珊瑚はもうしばらくゾンビを楽しみますぞ♪',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (64,'article','xo060530_2','2006-05-31 17:40:19','kou','ぐはぁっ、なんて伏字だ　www\nでもその通り！！！\nＨの次にＩがあるです。。。\nもっと言えば、ＨがなけりゃＩもない（爆\n\nところで、今日のメンテで前衛の攻撃スキルが大幅に強くなってやる気をＵＰさせられましたわぁ＾＾\n\n１ランク上のマップでの狩りが出来るようになったねぇ♪\n\n後衛もサブスキルの継続や効果がＵＰで嬉しい限りです＾＾\n今日も頑張りまっせぇ☆彡',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (65,'article','xo060530_2','2006-05-31 18:21:58','くろねこ','伏せ字ね、フロッピー３＄にしようかとも考えたんだけど…\r\nところで、今日のメンテそんなにすごいですか？\r\n帰ったら楽しみだ♪',0,1,2,0,null,3,'219.125.148.203');
INSERT INTO `bc_comments`VALUES (66,'article','xo060531','2006-06-01 11:01:22','kou','ぶっ…\n事実はそうだったのねぇ　www\n女性からすれば子供みたいな大人はよしとしても、大人になりきれてない子供はちと大変だよね。\n\n間接的にしかこの話は聞いてないけども、どうかんがえてもフロッピーさんは後者のように思えますがいかがでしょ？？\n\nもうすこし、自分の現状と周りをちゃんと把握して言動しないとあちこちに迷惑と誤解を招く原因になるぞぉ～ !!!',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (67,'article','060601_newspaper','2006-06-01 17:43:34','kou','うちでも新聞を取っています。\nでも本紙は全く読みません…と言うのも営業にきた新聞屋の兄ちゃんとの話で、スポーツ新聞を一緒に配ってくれるなら取ってやるという水面下の契約を結んだからです。\nやはり、情報の入手手段としてはWEB上からが100%ですね。',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (68,'article','060601_shokking','2006-06-01 17:48:40','kou','二輪の駐車違反も取り締まるようですね。。。\n学生の頃に友達が原チャリで駐禁きられたぁ！と騒いでいたのを思い出しました。\n駐停車の定義とその判断にも疑問が残りますが、飲酒運転に関してはエンジンをかけていたらＯＵＴだと聞きます。\n冬場に飲んで帰れない人が車内で寝るのにエンジンかけられないと凍死するのでは…と飲めないながら心配しております　ｗ',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (69,'article','060601_shokking','2006-06-02 16:53:00','nomura','電話加入権訴訟の代理人をしている弁護士の野村と申します。\nこの度は、ブログで取り上げていただきありがとうございます。\nネットで流されるニュースの情報は、訴訟のごく一部にすぎません。訴訟に関心のある方は、是非私どものサイトで訴状を入手してお読み下さい。電話加入権とは何か、なぜ国やＮＴＴの責任を問うのかが分かっていただけると思います。',0,1,2,0,null,1,'58.81.167.89');
INSERT INTO `bc_comments`VALUES (70,'article','xo060604_2','2006-06-05 17:41:55','kou','今晩SS送るからもう少し待っててね！\nと言うか、アドレス帳も消えちゃったから１度メールくれると助かります＾＾',0,1,2,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (71,'article','xo060603_2','2006-06-06 00:45:20','デヴァイス','初書き込みです。くろねこさん、ありがとうございます！蒼猿さんに協力を貰い、短時間で転職までいけまして感謝感激です！今後は、暁世を使って皆さんにお世話になっている分、恩返ししたと思っているので皆さんどうぞヨロシクです。',0,1,2,0,null,1,'211.19.170.99');
INSERT INTO `bc_comments`VALUES (72,'article','xo060606','2006-06-07 14:57:36','kou','回復ボタンを連打したつもりが、突然画面上に文字一覧のウィンドゥとJISコードがうんちゃらと言うメッセージが現れて「あぶっ、あぶっ」\n\nよく見ると文字入力欄に数字が残ってる…よくあるパターンです。\n\nまだそれで浮いた事はないけど、このレベルでの-10%は痛すぎる＞＜；\n\nチャットは安置でしましょうね♪\n',0,1,4,0,null,1,'125.172.235.72');
INSERT INTO `bc_comments`VALUES (73,'article','xo060606','2006-06-07 17:08:27','くろねこ','安地でするのが安全なんだけど、効率を考えるとどうなんだろう...\r\n\r\nみんな、そういうときのためにLG標準装備が多いね～\r\nATOK止めてIMEに変えるだけでこの問題は解決するんだけど...\r\n\r\nアプリごとに環境が自動的に変わるATOKは捨てがたい\r\nということで今日サポートセンターに問い合わせしてみる予定です。',72,2,3,1,null,3,'203.180.232.99');
INSERT INTO `bc_comments`VALUES (665,'article','ProgramingFAQ_del0082','2015-07-13 17:13:49','[Delphi] MainFormOnTaskBarとタスクバーボタン2の問題＆解決法','こんにちは。\r\n大変参考にさせていただいています。\r\n公開頂いているソースをほぼそのまま利用すると(開発Delphi2007、実行Windows7 or 8.1）\r\n１．親フォームに TPanel を継承したボタンを使用すると、スペースキーで押せない場合がある。\r\n２．フォームを最小化すると、タスクボタンが消える場合がある。\r\n\r\nという問題がありました。（私の環境だけかもしれません）\r\n以下の様にすると解消されましたので、コメントさせていただきます。\r\n\r\n１．FormClose 中の TForm(Owner).Show を削除する。\r\n    この行が無くても、特に他の動作におかしいと思われるところがなく、スペースキーの問題が解消されました。\r\n２．FormActivate 中の AddTaskBarBtn(Handle); の実行位置を、関数の最後に移動する。\r\n   関数の先頭で、AddTaskBarBtn を実行すると、フォームを最小化した時にタスクバーボタンが消えてしまうことがあるようです。\r\n\r\n※以前（かなり前です）、１．の問題をコメントさせてもらいました。その時は、何もわかっていない状態でのコメントでしたが、最近になってやっと解決しました。\r\n',0,1,4,0,null,1,'202.129.180.96');
INSERT INTO `bc_comments`VALUES (666,'article','ProgramingFAQ_del0082','2015-07-14 07:45:52','[Delphi] MainFormOnTaskBarとタスクバーボタン2の問題＆解決法','<p>くろねこです。 コメントいただきありがとうございます。</p>\r<p>最近まったくプログラムを作れておりません',665,2,3,1,null,3,'182.250.242.2');
INSERT INTO `bc_comments`VALUES (667,'article','20140516101202573','2015-11-23 18:12:15','2014.05.16 問題が発生したのでこのデバイスは停止しました。（コード43）','くろねこさん\rいきなり大変失礼します。\rわたしもdell venue8を使っておりただいまアダプターのエラーが出ました。\r何度無効にしても正常に機能いたしません。\rどうしたらいいか対処法を教えていただけないかと思いましてコメントさせていただいております\rよろしくお願いします',0,1,4,0,null,1,'126.205.133.128');
INSERT INTO `bc_comments`VALUES (668,'article','20140516101202573','2016-02-20 22:52:59','2014.05.16 問題が発生したのでこのデバイスは停止しました。（コード43）','私のVenue8Proも同様の症状です。OSはwindows10Pro(32bit)です。\rドライバのバージョンが3.7.2.59655。2014/06/04のものです。\r私もドライバの無効→有効を試しましたが復旧しません。電源のプロパティでもWifi関係は項目を隠されていますし…。Windows8.1Pro時代にはこの症状は起きませんでしたが、Win10にアップデート後、屋内で、USB⇒LAN変換で有線LANに接続し始めてからおかしくなり始めました。',667,2,3,1,null,1,'61.205.177.11');
INSERT INTO `bc_comments`VALUES (669,'article','ProgramingFAQ_del0075','2017-04-05 14:53:25','[Delphi] Format関数の困った仕様','16桁までならいけます。14桁の足りない０は、stringで作っておいて、formatの結果を連結するしかないですね。',0,1,2,0,null,1,'114.167.52.146');
INSERT INTO `bc_comments`VALUES (670,'article','ProgramingFAQ_del0077','2017-06-10 19:05:42','[Delphi] 多機能マウス対応','uses\r  AppCommand;\r\rこのAppCommandは何処にあるんでしょうか？\r初歩的な質問で申し訳ないですが、教えてください。\rよろしくお願いします。',0,1,4,0,null,1,'221.82.6.137');
INSERT INTO `bc_comments`VALUES (671,'article','20140516101202573','2017-09-28 18:15:37','2014.05.16 問題が発生したのでこのデバイスは停止しました。（コード43）','everypad proで同様の症状が出ていましたが、DELLサポートからドライバーを更新したところ、改善されました。確認してみてください。\rhttp://www.dell.com/support/home/jp/ja/jpbsd1/Drivers/DriversDetails?driverId=95DV0',0,5,8,0,null,1,'220.148.26.75');
INSERT INTO `bc_comments`VALUES (672,'article','20140516101202573','2017-09-29 10:16:11','2014.05.16 問題が発生したのでこのデバイスは停止しました。（コード43）','<p>コメントいただきありがとうございました。</p>\r<p>既にこのVenueを使用し無くなって数年が経過しております。<br />次に電源を投入する機会がいつになるかわからないので、結果報告が出来そうにないのですが<br />同じ症状が発生した際には試させていただきたいと思います。</p>\r<p>ありがとうございました。</p>',671,6,7,1,null,3,'222.151.230.142');
INSERT INTO `bc_comments`VALUES (673,'article','FAQXls_OpenBlankExcel','2019-01-10 10:06:59','[Excel]Excelが二重起動する(空のExcelが起動する)','ずっと解決出来ずいましたが、簡単に解決出来ました。\rありがとうございました。',0,1,4,0,null,1,'211.15.232.121');
INSERT INTO `bc_comments`VALUES (674,'article','20210101000614170','2021-01-31 08:25:05','新年あけましておめでとうございます。','改めまして、ゼネピックオンライン関連でお世話になっていた者です。（タイトルと無関係な話題ですいません・・・）\r\n\r\n\r\n上記ゲーム（日本版）のサービス終了はしたものの、現在「海外版」ですが復活を遂げております。\r\nもし興味が御座いましたら、「Xen Rebirth」で検索をどうぞ。',0,1,2,0,null,1,'122.223.248.1');
INSERT INTO `bc_comments`VALUES (675,'article','BlogPC_Spreadsheet_that_Unicode_can_be_used','2022-10-21 13:34:08','Unicode CSVを扱える表計算ソフト','utf-8のCSVファイルはジャストシステムのJUSTCULK４で読めました。',0,1,2,0,null,1,'60.38.95.87');
INSERT INTO `bc_comments`VALUES (676,'article','FAQXls_OpenBlankExcel','2023-10-17 17:04:07','[Excel]Excelが二重起動する(空のExcelが起動する)','ずっと解決できず不便をかんじておりましたが、解決できました。ありがとうございました。',673,2,3,1,'よっしゃ',1,'39.110.210.24');
INSERT INTO `bc_comments`VALUES (677,'article','ProgramingFAQ_del0077','2025-05-04 00:55:22','[Delphi] 多機能マウス対応','uses AppCommand は、記述する必要はないです。\r',670,2,3,1,null,1,'223.135.131.64');
INSERT INTO `bc_comments`VALUES (678,'filemgmt','fileid_39','2025-11-22 01:14:37','IE11一括配布バッチファイル(サンプル)','555',0,1,2,0,null,1,'85.208.84.179');
INSERT INTO `bc_comments`VALUES (679,'filemgmt','fileid_39','2025-11-22 01:15:44','IE11一括配布バッチファイル(サンプル)','555',0,3,4,0,null,1,'85.208.84.179');
INSERT INTO `bc_comments`VALUES (680,'filemgmt','fileid_39','2025-11-22 01:16:58','IE11一括配布バッチファイル(サンプル)','0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z',0,5,6,0,null,1,'85.208.84.179');
INSERT INTO `bc_comments`VALUES (681,'filemgmt','fileid_39','2025-11-22 01:18:06','IE11一括配布バッチファイル(サンプル)','(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\"+(select(0)from(select(sleep(15)))v)+\"*/',0,7,8,0,null,1,'85.208.84.179');
INSERT INTO `bc_comments`VALUES (682,'filemgmt','fileid_39','2025-11-22 01:19:11','IE11一括配布バッチファイル(サンプル)','-1); waitfor delay \'0:0:15\' -- ',0,9,10,0,null,1,'85.208.84.179');

--
-- Table structure for table `bc_commentsubmissions`
--

DROP TABLE IF EXISTS `bc_commentsubmissions`;

CREATE TABLE `bc_commentsubmissions` (
  `cid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(30) NOT NULL DEFAULT 'article',
  `sid` varchar(128) NOT NULL,
  `date` datetime DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `comment` text DEFAULT NULL,
  `uid` mediumint(8) NOT NULL DEFAULT 1,
  `name` varchar(32) DEFAULT NULL,
  `pid` int(10) NOT NULL DEFAULT 0,
  `ipaddress` varchar(39) NOT NULL DEFAULT '''''',
  PRIMARY KEY (`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_commentsubmissions`
--


--
-- Table structure for table `bc_conf_values`
--

DROP TABLE IF EXISTS `bc_conf_values`;

CREATE TABLE `bc_conf_values` (
  `name` varchar(50) DEFAULT NULL,
  `value` text DEFAULT NULL,
  `type` varchar(50) DEFAULT NULL,
  `group_name` varchar(50) DEFAULT NULL,
  `default_value` text DEFAULT NULL,
  `subgroup` int(11) DEFAULT NULL,
  `selectionArray` int(11) DEFAULT NULL,
  `sort_order` int(11) DEFAULT NULL,
  `tab` int(11) DEFAULT NULL,
  `fieldset` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_conf_values`
--

INSERT INTO `bc_conf_values`VALUES ('sg_site','N;','subgroup','Core','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_site','N;','fieldset','Core','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('site_url','s:24:\"https://www.blackcat.xyz\";','text','Core','s:0:\"\";',0,-1,20,0,0);
INSERT INTO `bc_conf_values`VALUES ('site_admin_url','s:30:\"https://www.blackcat.xyz/admin\";','text','Core','s:0:\"\";',0,-1,30,0,0);
INSERT INTO `bc_conf_values`VALUES ('site_name','s:21:\"くろねこ研究所\";','text','Core','s:0:\"\";',0,-1,60,0,0);
INSERT INTO `bc_conf_values`VALUES ('site_slogan','s:24:\"くろねこの備忘録\";','text','Core','s:0:\"\";',0,-1,70,0,0);
INSERT INTO `bc_conf_values`VALUES ('breadcrumb_root_site_name','i:0;','select','Core','i:0;',7,0,2040,45,45);
INSERT INTO `bc_conf_values`VALUES ('page_navigation_max_pages','i:7;','text','Core','i:7;',7,-1,1800,31,31);
INSERT INTO `bc_conf_values`VALUES ('site_disabled_msg','s:50:\"https://www.blackcat.xyz/japanize/disabledmsg.html\";','textarea','Core','s:44:\"Geeklog Site is down. Please come back soon.\";',0,-1,510,0,0);
INSERT INTO `bc_conf_values`VALUES ('copyrightyear','unset','text','Core','s:4:\"2008\";',0,-1,1440,0,0);
INSERT INTO `bc_conf_values`VALUES ('url_rewrite','i:1;','select','Core','b:0;',0,1,1800,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_mail','N;','fieldset','Core','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('site_mail','s:21:\"blackcat@blackcat.xyz\";','text','Core','s:0:\"\";',0,-1,40,1,1);
INSERT INTO `bc_conf_values`VALUES ('noreply_mail','s:20:\"noreply@blackcat.xyz\";','text','Core','s:0:\"\";',0,-1,50,1,1);
INSERT INTO `bc_conf_values`VALUES ('mail_settings','a:8:{s:7:\"backend\";s:4:\"mail\";s:13:\"sendmail_path\";s:17:\"/usr/bin/sendmail\";s:13:\"sendmail_args\";s:0:\"\";s:4:\"host\";s:9:\"localhodt\";s:4:\"port\";i:25;s:4:\"auth\";s:0:\"\";s:8:\"username\";s:20:\"noreply@blackcat.xyz\";s:8:\"password\";s:12:\"3ovMKPaRsMHY\";}','@text','Core','a:8:{s:7:\"backend\";s:4:\"mail\";s:13:\"sendmail_path\";s:17:\"/usr/bin/sendmail\";s:13:\"sendmail_args\";s:0:\"\";s:4:\"host\";s:16:\"smtp.example.com\";s:4:\"port\";s:2:\"25\";s:4:\"auth\";b:0;s:8:\"username\";s:13:\"smtp-username\";s:8:\"password\";s:13:\"smtp-password\";}',0,-1,160,1,1);
INSERT INTO `bc_conf_values`VALUES ('fs_syndication','N;','fieldset','Core','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('backend','i:1;','select','Core','i:1;',0,0,1380,2,2);
INSERT INTO `bc_conf_values`VALUES ('rdf_file','s:66:\"/virtual/blackcat/public_html/www.blackcat.xyz/backend/geeklog.rss\";','text','Core','s:0:\"\";',0,-1,1390,2,2);
INSERT INTO `bc_conf_values`VALUES ('rdf_limit','i:10;','text','Core','i:10;',0,-1,1400,2,2);
INSERT INTO `bc_conf_values`VALUES ('rdf_storytext','i:1;','text','Core','i:1;',0,-1,1410,2,2);
INSERT INTO `bc_conf_values`VALUES ('rdf_language','s:2:\"ja\";','text','Core','s:2:\"ja\";',0,-1,1420,2,2);
INSERT INTO `bc_conf_values`VALUES ('syndication_max_headlines','i:0;','text','Core','i:0;',0,-1,1430,2,2);
INSERT INTO `bc_conf_values`VALUES ('fs_paths','N;','fieldset','Core','N;',0,-1,0,3,3);
INSERT INTO `bc_conf_values`VALUES ('path_html','s:47:\"/virtual/blackcat/public_html/www.blackcat.xyz/\";','text','Core','s:0:\"\";',0,-1,10,3,3);
INSERT INTO `bc_conf_values`VALUES ('path_log','s:48:\"/virtual/blackcat/private/www.blackcat.xyz/logs/\";','text','Core','s:0:\"\";',0,-1,90,3,3);
INSERT INTO `bc_conf_values`VALUES ('path_language','s:52:\"/virtual/blackcat/private/www.blackcat.xyz/language/\";','text','Core','s:0:\"\";',0,-1,100,3,3);
INSERT INTO `bc_conf_values`VALUES ('backup_path','s:51:\"/virtual/blackcat/private/www.blackcat.xyz/backups/\";','text','Core','s:0:\"\";',0,-1,110,3,3);
INSERT INTO `bc_conf_values`VALUES ('path_data','s:48:\"/virtual/blackcat/private/www.blackcat.xyz/data/\";','text','Core','s:0:\"\";',0,-1,120,3,3);
INSERT INTO `bc_conf_values`VALUES ('path_images','s:54:\"/virtual/blackcat/public_html/www.blackcat.xyz/images/\";','text','Core','s:0:\"\";',0,-1,130,3,3);
INSERT INTO `bc_conf_values`VALUES ('fs_pear','N;','fieldset','Core','N;',0,-1,0,4,4);
INSERT INTO `bc_conf_values`VALUES ('have_pear','b:0;','select','Core','s:0:\"\";',0,1,135,4,4);
INSERT INTO `bc_conf_values`VALUES ('path_pear','s:55:\"/virtual/blackcat/private/www.blackcat.xyz/system/pear/\";','text','Core','s:0:\"\";',0,-1,140,4,4);
INSERT INTO `bc_conf_values`VALUES ('fs_mysql','N;','fieldset','Core','N;',0,-1,0,5,5);
INSERT INTO `bc_conf_values`VALUES ('allow_mysqldump','i:1;','select','Core','i:1;',0,0,170,5,5);
INSERT INTO `bc_conf_values`VALUES ('mysqldump_path','s:18:\"/usr/bin/mysqldump\";','text','Core','s:18:\"/usr/bin/mysqldump\";',0,-1,175,5,5);
INSERT INTO `bc_conf_values`VALUES ('mysqldump_options','s:2:\"-Q\";','text','Core','s:2:\"-Q\";',0,-1,180,5,5);
INSERT INTO `bc_conf_values`VALUES ('fs_search','N;','fieldset','Core','N;',0,-1,0,6,6);
INSERT INTO `bc_conf_values`VALUES ('num_search_results','i:30;','text','Core','i:30;',0,-1,651,6,6);
INSERT INTO `bc_conf_values`VALUES ('sg_stories','N;','subgroup','Core','N;',1,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_story','N;','fieldset','Core','N;',1,-1,0,7,7);
INSERT INTO `bc_conf_values`VALUES ('maximagesperarticle','i:20;','text','Core','i:5;',1,-1,1170,7,7);
INSERT INTO `bc_conf_values`VALUES ('limitnews','i:5;','text','Core','i:10;',1,-1,1180,7,7);
INSERT INTO `bc_conf_values`VALUES ('minnews','i:1;','text','Core','i:1;',1,-1,1190,7,7);
INSERT INTO `bc_conf_values`VALUES ('contributedbyline','i:1;','select','Core','i:1;',1,0,1200,7,7);
INSERT INTO `bc_conf_values`VALUES ('hideviewscount','i:0;','select','Core','i:0;',1,0,1210,7,7);
INSERT INTO `bc_conf_values`VALUES ('hideemailicon','i:0;','select','Core','i:0;',1,0,1220,7,7);
INSERT INTO `bc_conf_values`VALUES ('hideprintericon','i:0;','select','Core','i:0;',1,0,1230,7,7);
INSERT INTO `bc_conf_values`VALUES ('allow_page_breaks','i:1;','select','Core','i:1;',1,0,1240,7,7);
INSERT INTO `bc_conf_values`VALUES ('page_break_comments','s:4:\"last\";','select','Core','s:4:\"last\";',1,7,1250,7,7);
INSERT INTO `bc_conf_values`VALUES ('article_image_align','s:5:\"right\";','select','Core','s:5:\"right\";',1,8,1260,7,7);
INSERT INTO `bc_conf_values`VALUES ('show_topic_icon','i:1;','select','Core','i:1;',1,0,1270,7,7);
INSERT INTO `bc_conf_values`VALUES ('draft_flag','i:0;','select','Core','i:0;',1,0,1280,7,7);
INSERT INTO `bc_conf_values`VALUES ('frontpage','i:1;','select','Core','i:1;',1,0,1290,7,7);
INSERT INTO `bc_conf_values`VALUES ('hide_no_news_msg','i:0;','select','Core','i:0;',1,0,1300,7,7);
INSERT INTO `bc_conf_values`VALUES ('hide_main_page_navigation','i:0;','select','Core','i:0;',1,0,1310,7,7);
INSERT INTO `bc_conf_values`VALUES ('onlyrootfeatures','i:0;','select','Core','i:0;',1,0,1320,7,7);
INSERT INTO `bc_conf_values`VALUES ('aftersave_story','s:4:\"item\";','select','Core','s:4:\"list\";',1,9,1330,7,7);
INSERT INTO `bc_conf_values`VALUES ('fs_trackback','N;','fieldset','Core','N;',1,-1,0,8,8);
INSERT INTO `bc_conf_values`VALUES ('trackback_enabled','i:1;','select','Core','b:1;',1,1,1060,8,8);
INSERT INTO `bc_conf_values`VALUES ('trackback_code','i:0;','select','Core','i:0;',1,3,1070,8,8);
INSERT INTO `bc_conf_values`VALUES ('trackbackspeedlimit','i:300;','text','Core','i:300;',1,-1,1080,8,8);
INSERT INTO `bc_conf_values`VALUES ('check_trackback_link','i:2;','select','Core','i:2;',1,4,1090,8,8);
INSERT INTO `bc_conf_values`VALUES ('multiple_trackbacks','i:0;','select','Core','i:0;',1,2,1100,8,8);
INSERT INTO `bc_conf_values`VALUES ('fs_pingback','N;','fieldset','Core','N;',1,-1,0,9,9);
INSERT INTO `bc_conf_values`VALUES ('pingback_enabled','i:1;','select','Core','b:1;',1,1,1110,9,9);
INSERT INTO `bc_conf_values`VALUES ('pingback_excerpt','b:1;','select','Core','b:1;',1,1,1120,9,9);
INSERT INTO `bc_conf_values`VALUES ('pingback_self','i:0;','select','Core','i:0;',1,13,1130,9,9);
INSERT INTO `bc_conf_values`VALUES ('ping_enabled','i:1;','select','Core','b:1;',1,1,1140,9,9);
INSERT INTO `bc_conf_values`VALUES ('sg_theme','N;','subgroup','Core','N;',2,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_theme','N;','fieldset','Core','N;',2,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('theme','s:7:\"default\";','select','Core','s:12:\"professional\";',2,-1,190,10,10);
INSERT INTO `bc_conf_values`VALUES ('menu_elements','a:1:{i:0;s:6:\"custom\";}','%select','Core','a:5:{i:0;s:10:\"contribute\";i:1;s:6:\"search\";i:2;s:5:\"stats\";i:3;s:9:\"directory\";i:4;s:7:\"plugins\";}',2,24,200,10,10);
INSERT INTO `bc_conf_values`VALUES ('default_cache_time_article','i:0;','text','Core','i:0;',1,-1,1390,7,7);
INSERT INTO `bc_conf_values`VALUES ('default_cache_time_block','i:0;','text','Core','i:0;',7,-1,1810,31,31);
INSERT INTO `bc_conf_values`VALUES ('fs_theme_advanced','N;','fieldset','Core','N;',2,-1,0,11,11);
INSERT INTO `bc_conf_values`VALUES ('show_right_blocks','s:1:\"0\";','select','Core','b:0;',2,1,1350,11,11);
INSERT INTO `bc_conf_values`VALUES ('showfirstasfeatured','i:1;','select','Core','i:0;',2,0,1360,11,11);
INSERT INTO `bc_conf_values`VALUES ('sg_blocks','N;','subgroup','Core','N;',3,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_admin_block','N;','fieldset','Core','N;',3,-1,0,12,12);
INSERT INTO `bc_conf_values`VALUES ('sort_admin','b:0;','select','Core','b:1;',3,1,340,12,12);
INSERT INTO `bc_conf_values`VALUES ('link_documentation','i:1;','select','Core','i:1;',3,0,1150,12,12);
INSERT INTO `bc_conf_values`VALUES ('link_versionchecker','i:1;','select','Core','i:1;',3,0,1160,12,12);
INSERT INTO `bc_conf_values`VALUES ('fs_topics_block','N;','fieldset','Core','N;',3,-1,0,13,13);
INSERT INTO `bc_conf_values`VALUES ('sortmethod','s:7:\"sortnum\";','select','Core','s:7:\"sortnum\";',3,15,870,13,13);
INSERT INTO `bc_conf_values`VALUES ('showstorycount','i:1;','select','Core','i:1;',3,0,880,13,13);
INSERT INTO `bc_conf_values`VALUES ('showsubmissioncount','b:0;','select','Core','i:1;',3,0,890,13,13);
INSERT INTO `bc_conf_values`VALUES ('hide_home_link','b:1;','select','Core','i:0;',3,0,900,13,13);
INSERT INTO `bc_conf_values`VALUES ('fs_whosonline_block','N;','fieldset','Core','N;',3,-1,0,14,14);
INSERT INTO `bc_conf_values`VALUES ('whosonline_threshold','i:300;','text','Core','i:300;',3,-1,910,14,14);
INSERT INTO `bc_conf_values`VALUES ('whosonline_anonymous','i:1;','select','Core','i:0;',3,0,920,14,14);
INSERT INTO `bc_conf_values`VALUES ('fs_whatsnew_block','N;','fieldset','Core','N;',3,-1,0,15,15);
INSERT INTO `bc_conf_values`VALUES ('newstoriesinterval','i:86400;','text','Core','i:86400;',3,-1,980,15,15);
INSERT INTO `bc_conf_values`VALUES ('newcommentsinterval','i:172800;','text','Core','i:172800;',3,-1,990,15,15);
INSERT INTO `bc_conf_values`VALUES ('newtrackbackinterval','i:172800;','text','Core','i:172800;',3,-1,1000,15,15);
INSERT INTO `bc_conf_values`VALUES ('hidenewstories','i:0;','select','Core','i:0;',3,0,1010,15,15);
INSERT INTO `bc_conf_values`VALUES ('hidenewcomments','i:0;','select','Core','i:0;',3,0,1020,15,15);
INSERT INTO `bc_conf_values`VALUES ('hidenewtrackbacks','i:0;','select','Core','i:0;',3,0,1030,15,15);
INSERT INTO `bc_conf_values`VALUES ('hidenewplugins','i:0;','select','Core','i:0;',3,0,1040,15,15);
INSERT INTO `bc_conf_values`VALUES ('title_trim_length','i:20;','text','Core','i:20;',3,-1,1050,15,15);
INSERT INTO `bc_conf_values`VALUES ('sg_users','N;','subgroup','Core','N;',4,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_users','N;','fieldset','Core','N;',4,-1,0,16,16);
INSERT INTO `bc_conf_values`VALUES ('disable_new_user_registration','s:1:\"1\";','select','Core','b:0;',4,0,220,16,16);
INSERT INTO `bc_conf_values`VALUES ('allow_user_themes','i:1;','select','Core','i:1;',4,0,230,16,16);
INSERT INTO `bc_conf_values`VALUES ('allow_user_language','i:1;','select','Core','i:1;',6,0,360,28,28);
INSERT INTO `bc_conf_values`VALUES ('allow_user_photo','i:1;','select','Core','i:1;',4,0,250,16,16);
INSERT INTO `bc_conf_values`VALUES ('allow_username_change','i:0;','select','Core','i:0;',4,0,260,16,16);
INSERT INTO `bc_conf_values`VALUES ('allow_account_delete','i:1;','select','Core','i:0;',4,0,270,16,16);
INSERT INTO `bc_conf_values`VALUES ('hide_author_exclusion','i:0;','select','Core','i:0;',4,0,280,16,16);
INSERT INTO `bc_conf_values`VALUES ('show_fullname','i:0;','select','Core','i:0;',4,0,290,16,16);
INSERT INTO `bc_conf_values`VALUES ('show_servicename','b:1;','select','Core','b:1;',4,1,300,16,16);
INSERT INTO `bc_conf_values`VALUES ('custom_registration','b:0;','select','Core','b:0;',4,1,310,16,16);
INSERT INTO `bc_conf_values`VALUES ('aftersave_user','s:4:\"item\";','select','Core','s:4:\"item\";',4,9,1340,16,16);
INSERT INTO `bc_conf_values`VALUES ('fs_spamx','N;','fieldset','Core','N;',4,-1,0,17,17);
INSERT INTO `bc_conf_values`VALUES ('spamx','i:128;','text','Core','i:128;',4,-1,330,17,17);
INSERT INTO `bc_conf_values`VALUES ('fs_login','N;','fieldset','Core','N;',4,-1,0,18,18);
INSERT INTO `bc_conf_values`VALUES ('lastlogin','b:1;','select','Core','b:1;',4,1,640,18,18);
INSERT INTO `bc_conf_values`VALUES ('loginrequired','i:0;','select','Core','i:0;',4,0,680,18,18);
INSERT INTO `bc_conf_values`VALUES ('submitloginrequired','i:1;','select','Core','i:0;',4,0,690,18,18);
INSERT INTO `bc_conf_values`VALUES ('commentsloginrequired','i:0;','select','Core','i:0;',4,0,700,18,18);
INSERT INTO `bc_conf_values`VALUES ('statsloginrequired','i:1;','select','Core','i:0;',4,0,710,18,18);
INSERT INTO `bc_conf_values`VALUES ('searchloginrequired','i:0;','select','Core','i:0;',4,16,720,18,18);
INSERT INTO `bc_conf_values`VALUES ('profileloginrequired','i:1;','select','Core','i:0;',4,0,730,18,18);
INSERT INTO `bc_conf_values`VALUES ('emailuserloginrequired','i:1;','select','Core','i:0;',4,0,740,18,18);
INSERT INTO `bc_conf_values`VALUES ('emailstoryloginrequired','i:0;','select','Core','i:0;',4,0,750,18,18);
INSERT INTO `bc_conf_values`VALUES ('directoryloginrequired','i:0;','select','Core','i:0;',4,0,760,18,18);
INSERT INTO `bc_conf_values`VALUES ('passwordspeedlimit','i:300;','text','Core','i:300;',4,-1,1680,18,18);
INSERT INTO `bc_conf_values`VALUES ('login_attempts','i:5;','text','Core','i:3;',4,-1,1690,18,18);
INSERT INTO `bc_conf_values`VALUES ('login_speedlimit','i:300;','text','Core','i:300;',4,-1,1700,18,18);
INSERT INTO `bc_conf_values`VALUES ('fs_user_submission','N;','fieldset','Core','N;',4,-1,0,19,19);
INSERT INTO `bc_conf_values`VALUES ('usersubmission','i:0;','select','Core','i:0;',4,0,780,19,19);
INSERT INTO `bc_conf_values`VALUES ('allow_domains','s:0:\"\";','text','Core','s:0:\"\";',4,-1,960,19,19);
INSERT INTO `bc_conf_values`VALUES ('disallow_domains','s:0:\"\";','text','Core','s:0:\"\";',4,-1,970,19,19);
INSERT INTO `bc_conf_values`VALUES ('fs_submission','N;','fieldset','Core','N;',4,-1,0,20,20);
INSERT INTO `bc_conf_values`VALUES ('storysubmission','s:1:\"0\";','select','Core','i:1;',4,0,770,20,20);
INSERT INTO `bc_conf_values`VALUES ('listdraftstories','s:1:\"1\";','select','Core','i:0;',4,0,790,20,20);
INSERT INTO `bc_conf_values`VALUES ('postmode','s:4:\"html\";','select','Core','s:9:\"plaintext\";',4,5,810,20,20);
INSERT INTO `bc_conf_values`VALUES ('speedlimit','i:20;','text','Core','i:45;',4,-1,820,20,20);
INSERT INTO `bc_conf_values`VALUES ('skip_preview','s:1:\"0\";','select','Core','i:0;',4,0,830,20,20);
INSERT INTO `bc_conf_values`VALUES ('advanced_editor','b:0;','select','Core','b:0;',4,1,840,20,20);
INSERT INTO `bc_conf_values`VALUES ('wikitext_editor','b:0;','select','Core','b:0;',4,1,850,20,20);
INSERT INTO `bc_conf_values`VALUES ('fs_comments','N;','fieldset','Core','N;',4,-1,0,21,21);
INSERT INTO `bc_conf_values`VALUES ('commentspeedlimit','i:45;','text','Core','i:45;',4,-1,1640,21,21);
INSERT INTO `bc_conf_values`VALUES ('comment_limit','i:100;','text','Core','i:100;',4,-1,1650,21,21);
INSERT INTO `bc_conf_values`VALUES ('comment_mode','s:4:\"flat\";','select','Core','s:8:\"threaded\";',4,11,1660,21,21);
INSERT INTO `bc_conf_values`VALUES ('comment_code','i:0;','select','Core','i:0;',4,17,1670,21,21);
INSERT INTO `bc_conf_values`VALUES ('sg_images','N;','subgroup','Core','N;',5,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_imagelib','N;','fieldset','Core','N;',5,-1,0,22,22);
INSERT INTO `bc_conf_values`VALUES ('image_lib','s:5:\"gdlib\";','select','Core','s:0:\"\";',5,10,1450,22,22);
INSERT INTO `bc_conf_values`VALUES ('path_to_mogrify','unset','text','Core','s:0:\"\";',5,-1,1460,22,22);
INSERT INTO `bc_conf_values`VALUES ('path_to_netpbm','unset','text','Core','s:0:\"\";',5,-1,1470,22,22);
INSERT INTO `bc_conf_values`VALUES ('fs_upload','N;','fieldset','Core','N;',5,-1,0,23,23);
INSERT INTO `bc_conf_values`VALUES ('keep_unscaled_image','i:1;','select','Core','i:0;',5,0,1480,23,23);
INSERT INTO `bc_conf_values`VALUES ('allow_user_scaling','i:1;','select','Core','i:1;',5,0,1490,23,23);
INSERT INTO `bc_conf_values`VALUES ('debug_image_upload','b:0;','select','Core','unset:b:0;',5,1,1500,23,23);
INSERT INTO `bc_conf_values`VALUES ('fs_articleimg','N;','fieldset','Core','N;',5,-1,0,24,24);
INSERT INTO `bc_conf_values`VALUES ('max_image_width','i:400;','text','Core','i:160;',5,-1,1510,24,24);
INSERT INTO `bc_conf_values`VALUES ('max_image_height','i:300;','text','Core','i:160;',5,-1,1520,24,24);
INSERT INTO `bc_conf_values`VALUES ('max_image_size','i:10485760;','text','Core','i:1048576;',5,-1,1530,24,24);
INSERT INTO `bc_conf_values`VALUES ('fs_topicicon','N;','fieldset','Core','N;',5,-1,0,25,25);
INSERT INTO `bc_conf_values`VALUES ('max_topicicon_width','i:48;','text','Core','i:48;',5,-1,1540,25,25);
INSERT INTO `bc_conf_values`VALUES ('max_topicicon_height','i:48;','text','Core','i:48;',5,-1,1550,25,25);
INSERT INTO `bc_conf_values`VALUES ('max_topicicon_size','i:65536;','text','Core','i:65536;',5,-1,1560,25,25);
INSERT INTO `bc_conf_values`VALUES ('fs_userphoto','N;','fieldset','Core','N;',5,-1,0,26,26);
INSERT INTO `bc_conf_values`VALUES ('max_photo_width','i:128;','text','Core','i:128;',5,-1,1570,26,26);
INSERT INTO `bc_conf_values`VALUES ('max_photo_height','i:128;','text','Core','i:128;',5,-1,1580,26,26);
INSERT INTO `bc_conf_values`VALUES ('max_photo_size','i:65536;','text','Core','i:65536;',5,-1,1590,26,26);
INSERT INTO `bc_conf_values`VALUES ('force_photo_width','unset','text','Core','i:75;',5,-1,1620,26,26);
INSERT INTO `bc_conf_values`VALUES ('default_photo','unset','text','Core','s:38:\"http://www.blackcatlab.com/default.jpg\";',5,-1,1630,26,26);
INSERT INTO `bc_conf_values`VALUES ('fs_gravatar','N;','fieldset','Core','N;',5,-1,0,27,27);
INSERT INTO `bc_conf_values`VALUES ('use_gravatar','b:0;','select','Core','b:0;',5,1,1600,27,27);
INSERT INTO `bc_conf_values`VALUES ('gravatar_rating','unset','select','Core','s:1:\"R\";',5,26,1610,27,27);
INSERT INTO `bc_conf_values`VALUES ('sg_locale','N;','subgroup','Core','N;',6,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_language','N;','fieldset','Core','N;',6,-1,0,28,28);
INSERT INTO `bc_conf_values`VALUES ('language','s:14:\"japanese_utf-8\";','select','Core','s:7:\"english\";',6,-1,350,28,28);
INSERT INTO `bc_conf_values`VALUES ('language_files','unset','*text','Core','a:2:{s:2:\"en\";s:13:\"english_utf-8\";s:2:\"de\";s:19:\"german_formal_utf-8\";}',6,-1,470,28,29);
INSERT INTO `bc_conf_values`VALUES ('languages','unset','*text','Core','a:2:{s:2:\"en\";s:7:\"English\";s:2:\"de\";s:7:\"Deutsch\";}',6,-1,480,28,29);
INSERT INTO `bc_conf_values`VALUES ('fs_locale','N;','fieldset','Core','N;',6,-1,0,29,29);
INSERT INTO `bc_conf_values`VALUES ('locale','s:11:\"ja_JP.UTF-8\";','text','Core','s:5:\"en_GB\";',6,-1,360,29,29);
INSERT INTO `bc_conf_values`VALUES ('date','s:25:\"%Y年%B%e日(%a) %H:%M %Z\";','text','Core','s:26:\"%A, %B %d %Y @ %I:%M %p %Z\";',6,-1,370,29,29);
INSERT INTO `bc_conf_values`VALUES ('daytime','s:14:\"%m/%d %H:%M %Z\";','text','Core','s:13:\"%m/%d %I:%M%p\";',6,-1,380,29,29);
INSERT INTO `bc_conf_values`VALUES ('shortdate','s:12:\"%Y年%B%e日\";','text','Core','s:2:\"%x\";',6,-1,390,29,29);
INSERT INTO `bc_conf_values`VALUES ('dateonly','s:7:\"%B%e日\";','text','Core','s:5:\"%d-%b\";',6,-1,400,29,29);
INSERT INTO `bc_conf_values`VALUES ('timeonly','s:8:\"%H:%M %Z\";','text','Core','s:7:\"%I:%M%p\";',6,-1,410,29,29);
INSERT INTO `bc_conf_values`VALUES ('week_start','s:3:\"Sun\";','select','Core','s:3:\"Sun\";',6,14,420,29,29);
INSERT INTO `bc_conf_values`VALUES ('hour_mode','i:24;','select','Core','i:12;',6,6,430,29,29);
INSERT INTO `bc_conf_values`VALUES ('thousand_separator','s:1:\",\";','text','Core','s:1:\",\";',6,-1,440,29,29);
INSERT INTO `bc_conf_values`VALUES ('decimal_separator','s:1:\".\";','text','Core','s:1:\".\";',6,-1,450,29,29);
INSERT INTO `bc_conf_values`VALUES ('decimal_count','s:1:\"2\";','text','Core','s:1:\"2\";',6,-1,460,29,29);
INSERT INTO `bc_conf_values`VALUES ('timezone','s:10:\"Asia/Tokyo\";','select','Core','s:3:\"UTC\";',6,-1,490,29,29);
INSERT INTO `bc_conf_values`VALUES ('sg_misc','N;','subgroup','Core','N;',7,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_cookies','N;','fieldset','Core','N;',7,-1,0,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookie_session','s:10:\"bc_session\";','text','Core','s:10:\"gl_session\";',7,-1,530,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookie_name','s:7:\"bc_long\";','text','Core','s:7:\"geeklog\";',7,-1,540,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookie_password','s:8:\"password\";','text','Core','s:8:\"password\";',7,-1,550,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookie_theme','s:5:\"theme\";','text','Core','s:5:\"theme\";',7,-1,560,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookie_language','s:8:\"language\";','text','Core','s:8:\"language\";',7,-1,570,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookie_tzid','s:8:\"timezone\";','text','Core','s:8:\"timezone\";',7,-1,575,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookie_ip','i:0;','select','Core','i:0;',7,0,580,30,30);
INSERT INTO `bc_conf_values`VALUES ('default_perm_cookie_timeout','i:28800;','select','Core','i:28800;',7,-1,590,30,30);
INSERT INTO `bc_conf_values`VALUES ('session_cookie_timeout','i:7200;','text','Core','i:7200;',7,-1,600,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookie_path','s:1:\"/\";','text','Core','s:1:\"/\";',7,-1,610,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookiedomain','s:0:\"\";','text','Core','s:0:\"\";',7,-1,620,30,30);
INSERT INTO `bc_conf_values`VALUES ('cookiesecure','i:0;','select','Core','b:0;',7,1,630,30,30);
INSERT INTO `bc_conf_values`VALUES ('fs_misc','N;','fieldset','Core','N;',7,-1,0,31,31);
INSERT INTO `bc_conf_values`VALUES ('notification','a:5:{i:0;s:5:\"story\";i:1;s:7:\"comment\";i:2;s:4:\"user\";i:3;s:9:\"trackback\";i:4;s:8:\"pingback\";}','%select','Core','a:0:{}',7,25,800,31,31);
INSERT INTO `bc_conf_values`VALUES ('cron_schedule_interval','i:86400;','text','Core','i:86400;',7,-1,860,31,31);
INSERT INTO `bc_conf_values`VALUES ('disable_autolinks','i:0;','select','Core','i:0;',7,0,1750,31,31);
INSERT INTO `bc_conf_values`VALUES ('fs_debug','N;','fieldset','Core','N;',7,-1,0,32,32);
INSERT INTO `bc_conf_values`VALUES ('rootdebug','b:0;','select','Core','b:0;',7,1,520,32,32);
INSERT INTO `bc_conf_values`VALUES ('fs_daily_digest','N;','fieldset','Core','N;',7,-1,0,33,33);
INSERT INTO `bc_conf_values`VALUES ('emailstories','i:0;','select','Core','i:0;',7,0,930,33,33);
INSERT INTO `bc_conf_values`VALUES ('emailstorieslength','i:1;','text','Core','i:1;',7,-1,940,33,33);
INSERT INTO `bc_conf_values`VALUES ('emailstoriesperdefault','i:0;','select','Core','i:0;',7,0,950,33,33);
INSERT INTO `bc_conf_values`VALUES ('fs_htmlfilter','N;','fieldset','Core','N;',7,-1,0,34,34);
INSERT INTO `bc_conf_values`VALUES ('user_html','a:18:{s:1:\"a\";a:3:{s:4:\"href\";i:1;s:5:\"title\";i:1;s:3:\"rel\";i:1;}s:1:\"b\";a:0:{}s:10:\"blockquote\";a:0:{}s:2:\"br\";a:1:{s:5:\"clear\";i:1;}s:4:\"code\";a:0:{}s:3:\"div\";a:1:{s:5:\"class\";i:1;}s:2:\"em\";a:0:{}s:4:\"font\";a:1:{s:5:\"color\";i:1;}s:1:\"h\";a:0:{}s:2:\"hr\";a:0:{}s:1:\"i\";a:0:{}s:2:\"li\";a:0:{}s:2:\"ol\";a:0:{}s:1:\"p\";a:1:{s:4:\"lang\";i:1;}s:3:\"pre\";a:0:{}s:6:\"strong\";a:0:{}s:2:\"tt\";a:0:{}s:2:\"ul\";a:0:{}}','**placeholder','Core','a:14:{s:1:\"p\";a:0:{}s:1:\"b\";a:0:{}s:6:\"strong\";a:0:{}s:1:\"i\";a:0:{}s:1:\"a\";a:3:{s:4:\"href\";i:1;s:5:\"title\";i:1;s:3:\"rel\";i:1;}s:2:\"em\";a:0:{}s:2:\"br\";a:0:{}s:2:\"tt\";a:0:{}s:2:\"hr\";a:0:{}s:2:\"li\";a:0:{}s:2:\"ol\";a:0:{}s:2:\"ul\";a:0:{}s:4:\"code\";a:0:{}s:3:\"pre\";a:0:{}}',7,-1,1710,34,34);
INSERT INTO `bc_conf_values`VALUES ('admin_html','a:26:{s:1:\"a\";a:7:{s:4:\"href\";i:1;s:5:\"title\";i:1;s:2:\"id\";i:1;s:4:\"lang\";i:1;s:4:\"name\";i:1;s:4:\"type\";i:1;s:3:\"rel\";i:1;}s:2:\"br\";a:2:{s:5:\"clear\";i:1;s:5:\"style\";i:1;}s:7:\"caption\";a:1:{s:5:\"style\";i:1;}s:3:\"div\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"style\";i:1;}s:5:\"embed\";a:8:{s:3:\"src\";i:1;s:4:\"loop\";i:1;s:7:\"quality\";i:1;s:5:\"width\";i:1;s:6:\"height\";i:1;s:4:\"type\";i:1;s:11:\"pluginspage\";i:1;s:5:\"align\";i:1;}s:2:\"h1\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"style\";i:1;}s:2:\"h2\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"style\";i:1;}s:2:\"h3\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"style\";i:1;}s:2:\"h4\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"style\";i:1;}s:2:\"h5\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"style\";i:1;}s:2:\"h6\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"style\";i:1;}s:2:\"hr\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"align\";i:1;}s:3:\"img\";a:15:{s:3:\"src\";i:1;s:5:\"width\";i:1;s:6:\"height\";i:1;s:6:\"vspace\";i:1;s:6:\"hspace\";i:1;s:3:\"dir\";i:1;s:5:\"align\";i:1;s:6:\"valign\";i:1;s:6:\"border\";i:1;s:4:\"lang\";i:1;s:8:\"longdesc\";i:1;s:5:\"title\";i:1;s:2:\"id\";i:1;s:3:\"alt\";i:1;s:5:\"style\";i:1;}s:8:\"noscript\";a:0:{}s:6:\"object\";a:7:{s:4:\"type\";i:1;s:4:\"data\";i:1;s:7:\"classid\";i:1;s:8:\"codebase\";i:1;s:5:\"width\";i:1;s:6:\"height\";i:1;s:5:\"align\";i:1;}s:2:\"ol\";a:2:{s:5:\"class\";i:1;s:5:\"style\";i:1;}s:1:\"p\";a:4:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"align\";i:1;s:4:\"lang\";i:1;}s:5:\"param\";a:2:{s:4:\"name\";i:1;s:5:\"value\";i:1;}s:6:\"script\";a:3:{s:3:\"src\";i:1;s:8:\"language\";i:1;s:4:\"type\";i:1;}s:4:\"span\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:4:\"lang\";i:1;}s:5:\"table\";a:6:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"width\";i:1;s:6:\"border\";i:1;s:11:\"cellspacing\";i:1;s:11:\"cellpadding\";i:1;}s:5:\"tbody\";a:0:{}s:2:\"td\";a:6:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"align\";i:1;s:6:\"valign\";i:1;s:7:\"colspan\";i:1;s:7:\"rowspan\";i:1;}s:2:\"th\";a:6:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"align\";i:1;s:6:\"valign\";i:1;s:7:\"colspan\";i:1;s:7:\"rowspan\";i:1;}s:2:\"tr\";a:4:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"align\";i:1;s:6:\"valign\";i:1;}s:2:\"ul\";a:2:{s:5:\"class\";i:1;s:5:\"style\";i:1;}}','**placeholder','Core','a:7:{s:1:\"p\";a:3:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"align\";i:1;}s:3:\"div\";a:2:{s:5:\"class\";i:1;s:2:\"id\";i:1;}s:4:\"span\";a:2:{s:5:\"class\";i:1;s:2:\"id\";i:1;}s:5:\"table\";a:6:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"width\";i:1;s:6:\"border\";i:1;s:11:\"cellspacing\";i:1;s:11:\"cellpadding\";i:1;}s:2:\"tr\";a:4:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"align\";i:1;s:6:\"valign\";i:1;}s:2:\"th\";a:6:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"align\";i:1;s:6:\"valign\";i:1;s:7:\"colspan\";i:1;s:7:\"rowspan\";i:1;}s:2:\"td\";a:6:{s:5:\"class\";i:1;s:2:\"id\";i:1;s:5:\"align\";i:1;s:6:\"valign\";i:1;s:7:\"colspan\";i:1;s:7:\"rowspan\";i:1;}}',7,-1,1720,34,34);
INSERT INTO `bc_conf_values`VALUES ('skip_html_filter_for_root','s:1:\"1\";','select','Core','i:0;',7,0,1730,34,34);
INSERT INTO `bc_conf_values`VALUES ('allowed_protocols','a:3:{i:0;s:4:\"http\";i:1;s:5:\"https\";i:2;s:3:\"ftp\";}','%text','Core','a:3:{i:0;s:4:\"http\";i:1;s:3:\"ftp\";i:2;s:5:\"https\";}',7,-1,1740,34,34);
INSERT INTO `bc_conf_values`VALUES ('fs_censoring','N;','fieldset','Core','N;',7,-1,0,35,35);
INSERT INTO `bc_conf_values`VALUES ('censormode','i:0;','select','Core','i:1;',7,18,1760,35,35);
INSERT INTO `bc_conf_values`VALUES ('censorreplace','s:10:\"*censored*\";','text','Core','s:12:\"*censormode*\";',7,-1,1770,35,35);
INSERT INTO `bc_conf_values`VALUES ('censorlist','a:1:{i:0;s:4:\"fuck\";}','%text','Core','a:14:{i:0;s:4:\"fuck\";i:1;s:4:\"cunt\";i:2;s:6:\"fucker\";i:3;s:7:\"fucking\";i:4;s:5:\"pussy\";i:5;s:4:\"cock\";i:6;s:4:\"c0ck\";i:7;s:5:\" cum \";i:8;s:4:\"twat\";i:9;s:4:\"clit\";i:10;s:5:\"bitch\";i:11;s:3:\"fuk\";i:12;s:6:\"fuking\";i:13;s:12:\"motherfucker\";}',7,-1,1780,35,35);
INSERT INTO `bc_conf_values`VALUES ('fs_iplookup','N;','fieldset','Core','N;',7,-1,0,36,36);
INSERT INTO `bc_conf_values`VALUES ('ip_lookup','unset','text','Core','s:28:\"/nettools/whois.php?domain=*\";',7,-1,1790,36,36);
INSERT INTO `bc_conf_values`VALUES ('fs_perm_story','N;','fieldset','Core','N;',7,-1,0,37,37);
INSERT INTO `bc_conf_values`VALUES ('default_permissions_story','a:4:{i:0;i:3;i:1;i:3;i:2;i:2;i:3;i:2;}','@select','Core','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}',7,12,1820,37,37);
INSERT INTO `bc_conf_values`VALUES ('fs_perm_topic','N;','fieldset','Core','N;',7,-1,0,37,38);
INSERT INTO `bc_conf_values`VALUES ('default_permissions_topic','a:4:{i:0;i:3;i:1;i:3;i:2;i:2;i:3;i:2;}','@select','Core','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}',7,12,1830,37,38);
INSERT INTO `bc_conf_values`VALUES ('fs_perm_block','N;','fieldset','Core','N;',7,-1,0,37,39);
INSERT INTO `bc_conf_values`VALUES ('default_permissions_block','a:4:{i:0;i:3;i:1;i:3;i:2;i:2;i:3;i:2;}','@select','Core','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}',7,12,1810,37,39);
INSERT INTO `bc_conf_values`VALUES ('fs_webservices','N;','fieldset','Core','N;',7,-1,0,40,40);
INSERT INTO `bc_conf_values`VALUES ('disable_webservices','i:1;','select','Core','i:0;',7,0,1840,40,40);
INSERT INTO `bc_conf_values`VALUES ('restrict_webservices','i:0;','select','Core','i:0;',7,0,1850,40,40);
INSERT INTO `bc_conf_values`VALUES ('atom_max_stories','i:10;','text','Core','i:10;',7,0,1860,40,40);
INSERT INTO `bc_conf_values`VALUES ('frequencies','a:5:{s:7:\"article\";s:5:\"daily\";s:8:\"calendar\";s:5:\"daily\";s:5:\"polls\";s:5:\"daily\";s:11:\"staticpages\";s:6:\"weekly\";s:8:\"filemgmt\";s:5:\"daily\";}','@select','xmlsitemap','a:4:{s:7:\"article\";s:5:\"daily\";s:8:\"calendar\";s:5:\"daily\";s:5:\"polls\";s:5:\"daily\";s:11:\"staticpages\";s:6:\"weekly\";}',0,20,60,2,2);
INSERT INTO `bc_conf_values`VALUES ('fs_freq','N;','fieldset','xmlsitemap','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('tab_freq','N;','tab','xmlsitemap','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('priorities','a:5:{s:7:\"article\";d:0.5;s:8:\"calendar\";d:0.5;s:5:\"polls\";d:0.5;s:11:\"staticpages\";d:0.5;s:8:\"filemgmt\";d:0.5;}','*text','xmlsitemap','a:4:{s:7:\"article\";d:0.5;s:8:\"calendar\";d:0.5;s:5:\"polls\";d:0.5;s:11:\"staticpages\";d:0.5;}',0,-1,50,1,1);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_link','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','links','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}',0,13,10,10,10);
INSERT INTO `bc_conf_values`VALUES ('fs_autotag_permissions','N;','fieldset','links','N;',0,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('tab_autotag_permissions','N;','tab','links','N;',0,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('category_permissions','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','links','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}',0,12,150,3,3);
INSERT INTO `bc_conf_values`VALUES ('fs_cpermissions','N;','fieldset','links','N;',0,-1,0,3,3);
INSERT INTO `bc_conf_values`VALUES ('tab_cpermissions','N;','tab','links','N;',0,-1,0,3,3);
INSERT INTO `bc_conf_values`VALUES ('tab_permissions','N;','tab','links','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('fs_permissions','N;','fieldset','links','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('default_permissions','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','links','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}',0,12,140,2,2);
INSERT INTO `bc_conf_values`VALUES ('filemgmt_FileStoreURL','s:44:\"http://www.blackcat.xyz/filemgmt_data/files/\";','text','filemgmt','s:47:\"http://www.blackcatlab.com/filemgmt_data/files/\";',0,0,16,null,2);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','custommenu','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('aftersave','s:4:\"list\";','select','custommenu','s:4:\"list\";',0,9,10,0,0);
INSERT INTO `bc_conf_values`VALUES ('menu_render','s:8:\"pulldown\";','select','custommenu','s:8:\"pulldown\";',0,10,20,0,0);
INSERT INTO `bc_conf_values`VALUES ('prefix_id','s:7:\"cmitem-\";','text','custommenu','s:7:\"cmitem-\";',0,0,30,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_permissions','N;','tab','custommenu','N;',0,-1,0,1,2);
INSERT INTO `bc_conf_values`VALUES ('fs_permissions','N;','fieldset','custommenu','N;',0,-1,0,1,2);
INSERT INTO `bc_conf_values`VALUES ('default_permissions','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','custommenu','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}',0,12,40,1,2);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','autotags','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_main','N;','tab','autotags','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','autotags','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('link_in_menu','i:0;','select','autotags','i:0;',0,1,10,0,0);
INSERT INTO `bc_conf_values`VALUES ('disallow','a:1:{i:0;s:7:\"geeklog\";}','%text','autotags','a:1:{i:0;s:7:\"geeklog\";}',0,1,20,0,0);
INSERT INTO `bc_conf_values`VALUES ('allow_php','i:0;','select','autotags','i:0;',0,1,30,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_autotag_permissions','N;','tab','autotags','N;',0,-1,0,10,0);
INSERT INTO `bc_conf_values`VALUES ('fs_autotag_permissions','N;','fieldset','autotags','N;',0,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('default_autotag_permissions','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','autotags','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}',0,13,10,10,10);
INSERT INTO `bc_conf_values`VALUES ('fs_url','N;','fieldset','filemgmt','N;',0,-1,0,null,2);
INSERT INTO `bc_conf_values`VALUES ('block_topic','a:3:{i:0;s:6:\"Mumble\";i:1;s:6:\"Mobile\";i:2;s:11:\"Blog_WinMgr\";}','%select','mycaljp','a:0:{}',0,-1,26,2,2);
INSERT INTO `bc_conf_values`VALUES ('fs_block_permissions','N;','fieldset','mycaljp','N;',0,-1,0,2,3);
INSERT INTO `bc_conf_values`VALUES ('block_group_id','i:2;','select','mycaljp','s:2:\"71\";',0,-1,27,2,3);
INSERT INTO `bc_conf_values`VALUES ('block_permissions','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','mycaljp','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}',0,16,28,2,3);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','japanize','N;',0,-1,0,null,0);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','japanize','N;',0,-1,0,null,0);
INSERT INTO `bc_conf_values`VALUES ('block_order','i:20;','text','mycaljp','i:10;',0,0,24,2,2);
INSERT INTO `bc_conf_values`VALUES ('block_topic_option','s:3:\"all\";','select','mycaljp','s:3:\"all\";',0,15,25,2,2);
INSERT INTO `bc_conf_values`VALUES ('block_isleft','i:0;','select','mycaljp','i:1;',0,0,23,2,2);
INSERT INTO `bc_conf_values`VALUES ('block_enable','b:1;','select','mycaljp','b:1;',0,0,22,2,2);
INSERT INTO `bc_conf_values`VALUES ('fs_block_settings','N;','fieldset','mycaljp','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('jpeg_quality','unset','text','Core','i:75;',5,-1,1495,23,23);
INSERT INTO `bc_conf_values`VALUES ('advanced_html','a:1:{s:3:\"img\";a:7:{s:5:\"width\";i:1;s:6:\"height\";i:1;s:3:\"src\";i:1;s:5:\"align\";i:1;s:6:\"valign\";i:1;s:6:\"border\";i:1;s:3:\"alt\";i:1;}}','**placeholder','Core','a:1:{s:3:\"img\";a:7:{s:5:\"width\";i:1;s:6:\"height\";i:1;s:3:\"src\";i:1;s:5:\"align\";i:1;s:6:\"valign\";i:1;s:6:\"border\";i:1;s:3:\"alt\";i:1;}}',7,-1,1721,34,34);
INSERT INTO `bc_conf_values`VALUES ('fs_search','N;','fieldset','Core','N;',0,-1,0,6,6);
INSERT INTO `bc_conf_values`VALUES ('search_style','s:6:\"google\";','select','Core','s:6:\"google\";',0,19,644,6,6);
INSERT INTO `bc_conf_values`VALUES ('search_limits','s:13:\"10,50,100,200\";','text','Core','s:11:\"10,15,25,30\";',0,-1,647,6,6);
INSERT INTO `bc_conf_values`VALUES ('search_show_limit','b:1;','select','Core','b:1;',0,1,654,6,6);
INSERT INTO `bc_conf_values`VALUES ('search_show_sort','b:1;','select','Core','b:1;',0,1,658,6,6);
INSERT INTO `bc_conf_values`VALUES ('search_show_num','b:1;','select','Core','b:1;',0,1,661,6,6);
INSERT INTO `bc_conf_values`VALUES ('search_show_type','b:1;','select','Core','b:1;',0,1,665,6,6);
INSERT INTO `bc_conf_values`VALUES ('search_separator','s:6:\" &gt; \";','text','Core','s:6:\" &gt; \";',0,-1,668,6,6);
INSERT INTO `bc_conf_values`VALUES ('search_def_keytype','s:3:\"all\";','select','Core','s:6:\"phrase\";',0,20,672,6,6);
INSERT INTO `bc_conf_values`VALUES ('search_use_fulltext','b:0;','hidden','Core','b:0;',0,-1,0,6,6);
INSERT INTO `bc_conf_values`VALUES ('mysqldump_filename_mask','s:39:\"geeklog_db_backup_%Y_%m_%d_%H_%M_%S.sql\";','text','Core','s:39:\"geeklog_db_backup_%Y_%m_%d_%H_%M_%S.sql\";',0,-1,185,5,5);
INSERT INTO `bc_conf_values`VALUES ('doctype','s:19:\"xhtml10transitional\";','select','Core','s:13:\"html401strict\";',2,21,195,10,10);
INSERT INTO `bc_conf_values`VALUES ('comment_edit','s:1:\"1\";','select','Core','i:0;',4,0,1680,21,21);
INSERT INTO `bc_conf_values`VALUES ('commentsubmission','i:0;','select','Core','i:0;',4,0,1682,21,21);
INSERT INTO `bc_conf_values`VALUES ('comment_edittime','i:3600;','text','Core','i:1800;',4,-1,1684,21,21);
INSERT INTO `bc_conf_values`VALUES ('article_comment_close_days','i:30;','text','Core','i:30;',4,-1,1686,21,21);
INSERT INTO `bc_conf_values`VALUES ('comment_close_rec_stories','i:0;','text','Core','i:0;',4,-1,1688,21,21);
INSERT INTO `bc_conf_values`VALUES ('allow_reply_notifications','i:0;','select','Core','i:0;',4,0,1689,21,21);
INSERT INTO `bc_conf_values`VALUES ('cookie_anon_name','s:9:\"anon_name\";','text','Core','s:9:\"anon_name\";',7,-1,577,30,30);
INSERT INTO `bc_conf_values`VALUES ('clickable_links','i:1;','select','Core','i:1;',7,1,1753,31,31);
INSERT INTO `bc_conf_values`VALUES ('compressed_output','i:0;','select','Core','i:0;',7,1,1756,31,31);
INSERT INTO `bc_conf_values`VALUES ('frame_options','s:4:\"DENY\";','select','Core','s:4:\"DENY\";',7,22,1758,31,31);
INSERT INTO `bc_conf_values`VALUES ('tb_dateformat','s:9:\"Y-m-d H:i\";','text','tinymce','s:9:\"Y-m-d H:i\";',1,-1,3,null,5);
INSERT INTO `bc_conf_values`VALUES ('tb_pagination','i:0;','text','tinymce','i:0;',1,-1,2,null,5);
INSERT INTO `bc_conf_values`VALUES ('tb_thumbquality','i:80;','text','tinymce','i:80;',1,-1,2,null,4);
INSERT INTO `bc_conf_values`VALUES ('tb_window_width','i:770;','text','tinymce','i:770;',1,-1,0,null,5);
INSERT INTO `bc_conf_values`VALUES ('tb_window_height','i:480;','text','tinymce','i:480;',1,-1,1,null,5);
INSERT INTO `bc_conf_values`VALUES ('tb_imageresize_height','i:0;','text','tinymce','i:0;',1,-1,2,null,3);
INSERT INTO `bc_conf_values`VALUES ('tb_thumbsize','i:80;','text','tinymce','i:80;',1,-1,0,null,4);
INSERT INTO `bc_conf_values`VALUES ('monday','s:3:\"月\";','text','mycaljp','s:3:\"月\";',0,0,5,0,0);
INSERT INTO `bc_conf_values`VALUES ('tuesday','s:3:\"火\";','text','mycaljp','s:3:\"火\";',0,0,6,0,0);
INSERT INTO `bc_conf_values`VALUES ('wednesday','s:3:\"水\";','text','mycaljp','s:3:\"水\";',0,0,7,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_mycaljp_block','N;','tab','mycaljp','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('tab_staticpages','N;','tab','mycaljp','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('tab_main','N;','tab','mycaljp','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('sp_except','s:8:\"formmail\";','text','mycaljp','s:8:\"formmail\";',0,0,21,1,1);
INSERT INTO `bc_conf_values`VALUES ('sp_type','i:1;','select','mycaljp','i:1;',0,14,20,1,1);
INSERT INTO `bc_conf_values`VALUES ('fs_staticpages','N;','fieldset','mycaljp','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('enabled_contents','a:14:{s:7:\"stories\";i:1;s:8:\"comments\";i:1;s:9:\"trackback\";i:1;s:11:\"staticpages\";i:1;s:8:\"calendar\";i:1;s:5:\"links\";i:1;s:5:\"polls\";i:1;s:8:\"dokuwiki\";i:1;s:5:\"forum\";i:1;s:8:\"filemgmt\";i:1;s:6:\"faqman\";i:1;s:12:\"mediagallery\";i:1;s:10:\"calendarjp\";i:1;s:9:\"downloads\";i:1;}','%text','mycaljp','a:14:{s:7:\"stories\";i:1;s:8:\"comments\";i:1;s:9:\"trackback\";i:1;s:11:\"staticpages\";i:1;s:8:\"calendar\";i:1;s:5:\"links\";i:1;s:5:\"polls\";i:1;s:8:\"dokuwiki\";i:1;s:5:\"forum\";i:1;s:8:\"filemgmt\";i:1;s:6:\"faqman\";i:1;s:12:\"mediagallery\";i:1;s:10:\"calendarjp\";i:1;s:9:\"downloads\";i:1;}',0,-1,19,0,0);
INSERT INTO `bc_conf_values`VALUES ('checkjpholiday','b:1;','select','mycaljp','b:1;',0,1,12,0,0);
INSERT INTO `bc_conf_values`VALUES ('enablesrblocks','b:1;','select','mycaljp','b:1;',0,1,13,0,0);
INSERT INTO `bc_conf_values`VALUES ('showstoriesintro','b:1;','select','mycaljp','b:1;',0,1,14,0,0);
INSERT INTO `bc_conf_values`VALUES ('use_theme','s:1:\"0\";','select','mycaljp','b:0;',0,0,15,0,0);
INSERT INTO `bc_conf_values`VALUES ('template','s:7:\"default\";','select','mycaljp','s:7:\"default\";',0,-1,16,0,0);
INSERT INTO `bc_conf_values`VALUES ('date_format','s:8:\"[Y-m-d] \";','text','mycaljp','s:8:\"[Y-m-d] \";',0,0,17,0,0);
INSERT INTO `bc_conf_values`VALUES ('supported_contents','a:14:{i:0;s:7:\"stories\";i:1;s:8:\"comments\";i:2;s:9:\"trackback\";i:3;s:11:\"staticpages\";i:4;s:8:\"calendar\";i:5;s:5:\"links\";i:6;s:5:\"polls\";i:7;s:8:\"dokuwiki\";i:8;s:5:\"forum\";i:9;s:8:\"filemgmt\";i:10;s:6:\"faqman\";i:11;s:12:\"mediagallery\";i:12;s:10:\"calendarjp\";i:13;s:9:\"downloads\";}','%text','mycaljp','a:14:{i:0;s:7:\"stories\";i:1;s:8:\"comments\";i:2;s:9:\"trackback\";i:3;s:11:\"staticpages\";i:4;s:8:\"calendar\";i:5;s:5:\"links\";i:6;s:5:\"polls\";i:7;s:8:\"dokuwiki\";i:8;s:5:\"forum\";i:9;s:8:\"filemgmt\";i:10;s:6:\"faqman\";i:11;s:12:\"mediagallery\";i:12;s:10:\"calendarjp\";i:13;s:9:\"downloads\";}',0,-1,18,0,0);
INSERT INTO `bc_conf_values`VALUES ('showholiday','b:1;','select','mycaljp','b:1;',0,1,11,0,0);
INSERT INTO `bc_conf_values`VALUES ('meta_tags','i:0;','select','Core','i:0;',0,23,2000,0,0);
INSERT INTO `bc_conf_values`VALUES ('meta_description','s:48:\"Blog,ブログ,Windows,android,Delphi,Programing\";','textarea','Core','s:82:\"Geeklog, the open source content management system designed with security in mind.\";',0,-1,2010,0,0);
INSERT INTO `bc_conf_values`VALUES ('meta_keywords','s:48:\"Blog,ブログ,Windows,android,Delphi,Programing\";','textarea','Core','s:68:\"Geeklog, Blog, Content Management System, CMS, Open Source, Security\";',0,-1,2020,0,0);
INSERT INTO `bc_conf_values`VALUES ('article_comment_close_enabled','i:0;','select','Core','i:0;',4,0,1685,21,21);
INSERT INTO `bc_conf_values`VALUES ('fs_pri','N;','fieldset','xmlsitemap','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('hidelinksmenu','i:0;','select','links','i:0;',0,0,80,1,1);
INSERT INTO `bc_conf_values`VALUES ('new_window','b:0;','select','links','b:0;',0,1,55,0,0);
INSERT INTO `bc_conf_values`VALUES ('filemgmt_SnapCat','s:76:\"/virtual/blackcat/public_html/www.blackcat.xyz/filemgmt_data/category_snaps/\";','text','filemgmt','s:79:\"/virtual/blackcat/public_html/www.blackcatlab.com/filemgmt_data/category_snaps/\";',0,0,15,null,1);
INSERT INTO `bc_conf_values`VALUES ('filemgmt_SnapStore','s:67:\"/virtual/blackcat/public_html/www.blackcat.xyz/filemgmt_data/snaps/\";','text','filemgmt','s:70:\"/virtual/blackcat/public_html/www.blackcatlab.com/filemgmt_data/snaps/\";',0,0,14,null,1);
INSERT INTO `bc_conf_values`VALUES ('filemgmt_FileStore','s:67:\"/virtual/blackcat/public_html/www.blackcat.xyz/filemgmt_data/files/\";','text','filemgmt','s:70:\"/virtual/blackcat/public_html/www.blackcatlab.com/filemgmt_data/files/\";',0,0,13,null,1);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_shotwidth','s:2:\"50\";','text','filemgmt','i:50;',0,0,11,null,0);
INSERT INTO `bc_conf_values`VALUES ('filemgmt_Emailoption','s:1:\"1\";','select','filemgmt','i:1;',0,0,12,null,0);
INSERT INTO `bc_conf_values`VALUES ('fs_path','N;','fieldset','filemgmt','N;',0,-1,0,null,1);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_publicpriv','s:1:\"1\";','select','filemgmt','i:1;',0,0,8,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_uploadpublic','s:1:\"1\";','select','filemgmt','i:1;',0,0,9,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_useshots','s:1:\"1\";','select','filemgmt','i:1;',0,0,10,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_uploadselect','s:1:\"1\";','select','filemgmt','i:1;',0,0,7,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_selectpriv','s:1:\"0\";','select','filemgmt','i:0;',0,0,6,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_whatsnew','s:1:\"1\";','select','filemgmt','i:1;',0,0,5,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_trimdesc','s:1:\"1\";','select','filemgmt','i:1;',0,0,4,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_dlreport','s:1:\"1\";','select','filemgmt','i:1;',0,0,3,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_newdownloads','s:2:\"10\";','text','filemgmt','i:10;',0,0,2,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_popular','s:2:\"20\";','text','filemgmt','i:20;',0,0,1,null,0);
INSERT INTO `bc_conf_values`VALUES ('mydownloads_perpage','s:1:\"5\";','text','filemgmt','i:5;',0,0,0,null,0);
INSERT INTO `bc_conf_values`VALUES ('search_def_sort','s:9:\"hits|desc\";','select','Core','s:9:\"hits|desc\";',0,27,676,6,6);
INSERT INTO `bc_conf_values`VALUES ('tab_pri','N;','tab','xmlsitemap','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('show_top10','b:1;','select','links','b:1;',0,1,40,0,0);
INSERT INTO `bc_conf_values`VALUES ('linksperpage','i:10;','text','links','i:10;',0,0,30,0,0);
INSERT INTO `bc_conf_values`VALUES ('comment_code','i:-1;','select','staticpages','i:-1;',0,17,125,0,0);
INSERT INTO `bc_conf_values`VALUES ('draft_flag','i:0;','select','staticpages','i:0;',0,0,127,0,0);
INSERT INTO `bc_conf_values`VALUES ('disable_breadcrumbs_staticpages','i:0;','select','staticpages','i:0;',0,0,128,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_whatsnew','N;','tab','staticpages','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('fs_whatsnew','N;','fieldset','staticpages','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('newstaticpagesinterval','i:1209600;','text','staticpages','i:1209600;',0,-1,10,1,1);
INSERT INTO `bc_conf_values`VALUES ('hidenewstaticpages','s:4:\"hide\";','select','staticpages','s:4:\"hide\";',0,5,20,1,1);
INSERT INTO `bc_conf_values`VALUES ('title_trim_length','i:20;','text','staticpages','i:20;',0,-1,30,1,1);
INSERT INTO `bc_conf_values`VALUES ('includecenterblocks','i:0;','select','staticpages','i:0;',0,0,40,1,1);
INSERT INTO `bc_conf_values`VALUES ('includephp','i:0;','select','staticpages','i:0;',0,0,50,1,1);
INSERT INTO `bc_conf_values`VALUES ('tab_search','N;','tab','staticpages','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('fs_search','N;','fieldset','staticpages','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('includesearch','i:1;','select','staticpages','i:1;',0,0,10,2,2);
INSERT INTO `bc_conf_values`VALUES ('includesearchcenterblocks','i:0;','select','staticpages','i:0;',0,0,20,2,2);
INSERT INTO `bc_conf_values`VALUES ('includesearchphp','i:0;','select','staticpages','i:0;',0,0,30,2,2);
INSERT INTO `bc_conf_values`VALUES ('tab_permissions','N;','tab','staticpages','N;',0,-1,0,3,3);
INSERT INTO `bc_conf_values`VALUES ('fs_permissions','N;','fieldset','staticpages','N;',0,-1,0,3,3);
INSERT INTO `bc_conf_values`VALUES ('default_permissions','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','staticpages','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}',0,12,130,3,3);
INSERT INTO `bc_conf_values`VALUES ('tab_autotag_permissions','N;','tab','staticpages','N;',0,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('fs_autotag_permissions','N;','fieldset','staticpages','N;',0,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_staticpage','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','staticpages','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}',0,13,10,10,10);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_staticpage_content','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}','@select','staticpages','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}',0,13,10,10,10);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','links','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_public','N;','tab','links','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_public','N;','fieldset','links','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('linksloginrequired','i:0;','select','links','i:0;',0,0,10,0,0);
INSERT INTO `bc_conf_values`VALUES ('linkcols','i:3;','text','links','i:3;',0,0,20,0,0);
INSERT INTO `bc_conf_values`VALUES ('user_login_method','a:4:{s:8:\"standard\";b:1;s:6:\"openid\";b:0;s:8:\"3rdparty\";b:0;s:5:\"oauth\";b:0;}','@select','Core','a:4:{s:8:\"standard\";b:1;s:6:\"openid\";b:0;s:8:\"3rdparty\";b:0;s:5:\"oauth\";b:0;}',4,1,320,16,16);
INSERT INTO `bc_conf_values`VALUES ('whosonline_photo','i:0;','select','Core','i:0;',3,0,930,14,14);
INSERT INTO `bc_conf_values`VALUES ('facebook_login','i:0;','select','Core','i:0;',4,1,350,16,16);
INSERT INTO `bc_conf_values`VALUES ('facebook_consumer_key','s:0:\"\";','text','Core','s:0:\"\";',4,-1,351,16,16);
INSERT INTO `bc_conf_values`VALUES ('facebook_consumer_secret','s:0:\"\";','text','Core','s:0:\"\";',4,-1,352,16,16);
INSERT INTO `bc_conf_values`VALUES ('linkedin_login','i:0;','select','Core','i:0;',4,1,353,16,16);
INSERT INTO `bc_conf_values`VALUES ('linkedin_consumer_key','s:0:\"\";','text','Core','s:0:\"\";',4,-1,354,16,16);
INSERT INTO `bc_conf_values`VALUES ('linkedin_consumer_secret','s:0:\"\";','text','Core','s:0:\"\";',4,-1,355,16,16);
INSERT INTO `bc_conf_values`VALUES ('twitter_login','i:0;','select','Core','i:0;',4,1,356,16,16);
INSERT INTO `bc_conf_values`VALUES ('twitter_consumer_key','s:0:\"\";','text','Core','s:0:\"\";',4,-1,357,16,16);
INSERT INTO `bc_conf_values`VALUES ('twitter_consumer_secret','s:0:\"\";','text','Core','s:0:\"\";',4,-1,358,16,16);
INSERT INTO `bc_conf_values`VALUES ('fs_autotag_permissions','N;','fieldset','Core','N;',7,-1,0,37,41);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_story','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','Core','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}',7,28,1870,37,41);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_user','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','Core','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}',7,28,1880,37,41);
INSERT INTO `bc_conf_values`VALUES ('cdn_hosted','b:1;','select','Core','b:0;',0,1,1900,0,0);
INSERT INTO `bc_conf_values`VALUES ('owner_name','s:12:\"くろねこ\";','text','Core','s:0:\"\";',0,-1,1000,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_site','N;','tab','Core','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_mail','N;','tab','Core','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('tab_syndication','N;','tab','Core','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('tab_paths','N;','tab','Core','N;',0,-1,0,3,3);
INSERT INTO `bc_conf_values`VALUES ('tab_pear','N;','tab','Core','N;',0,-1,0,4,4);
INSERT INTO `bc_conf_values`VALUES ('tab_mysql','N;','tab','Core','N;',0,-1,0,5,5);
INSERT INTO `bc_conf_values`VALUES ('tab_search','N;','tab','Core','N;',0,-1,0,6,6);
INSERT INTO `bc_conf_values`VALUES ('tab_story','N;','tab','Core','N;',1,-1,0,7,7);
INSERT INTO `bc_conf_values`VALUES ('tab_trackback','N;','tab','Core','N;',1,-1,0,8,8);
INSERT INTO `bc_conf_values`VALUES ('tab_pingback','N;','tab','Core','N;',1,-1,0,9,9);
INSERT INTO `bc_conf_values`VALUES ('tab_theme','N;','tab','Core','N;',2,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('tab_theme_advanced','N;','tab','Core','N;',2,-1,0,11,11);
INSERT INTO `bc_conf_values`VALUES ('tab_admin_block','N;','tab','Core','N;',3,-1,0,12,12);
INSERT INTO `bc_conf_values`VALUES ('tab_topics_block','N;','tab','Core','N;',3,-1,0,13,13);
INSERT INTO `bc_conf_values`VALUES ('tab_whosonline_block','N;','tab','Core','N;',3,-1,0,14,14);
INSERT INTO `bc_conf_values`VALUES ('tab_whatsnew_block','N;','tab','Core','N;',3,-1,0,15,15);
INSERT INTO `bc_conf_values`VALUES ('tab_users','N;','tab','Core','N;',4,-1,0,16,16);
INSERT INTO `bc_conf_values`VALUES ('tab_spamx','N;','tab','Core','N;',4,-1,0,17,17);
INSERT INTO `bc_conf_values`VALUES ('tab_login','N;','tab','Core','N;',4,-1,0,18,18);
INSERT INTO `bc_conf_values`VALUES ('tab_user_submission','N;','tab','Core','N;',4,-1,0,19,19);
INSERT INTO `bc_conf_values`VALUES ('tab_submission','N;','tab','Core','N;',4,-1,0,20,20);
INSERT INTO `bc_conf_values`VALUES ('tab_comments','N;','tab','Core','N;',4,-1,0,21,21);
INSERT INTO `bc_conf_values`VALUES ('tab_imagelib','N;','tab','Core','N;',5,-1,0,22,22);
INSERT INTO `bc_conf_values`VALUES ('tab_upload','N;','tab','Core','N;',5,-1,0,23,23);
INSERT INTO `bc_conf_values`VALUES ('tab_articleimg','N;','tab','Core','N;',5,-1,0,24,24);
INSERT INTO `bc_conf_values`VALUES ('tab_topicicon','N;','tab','Core','N;',5,-1,0,25,25);
INSERT INTO `bc_conf_values`VALUES ('tab_userphoto','N;','tab','Core','N;',5,-1,0,26,26);
INSERT INTO `bc_conf_values`VALUES ('tab_gravatar','N;','tab','Core','N;',5,-1,0,27,27);
INSERT INTO `bc_conf_values`VALUES ('tab_language','N;','tab','Core','N;',6,-1,0,28,28);
INSERT INTO `bc_conf_values`VALUES ('tab_locale','N;','tab','Core','N;',6,-1,0,29,29);
INSERT INTO `bc_conf_values`VALUES ('tab_cookies','N;','tab','Core','N;',7,-1,0,30,30);
INSERT INTO `bc_conf_values`VALUES ('tab_misc','N;','tab','Core','N;',7,-1,0,31,31);
INSERT INTO `bc_conf_values`VALUES ('tab_debug','N;','tab','Core','N;',7,-1,0,32,32);
INSERT INTO `bc_conf_values`VALUES ('tab_daily_digest','N;','tab','Core','N;',7,-1,0,33,33);
INSERT INTO `bc_conf_values`VALUES ('tab_htmlfilter','N;','tab','Core','N;',7,-1,0,34,34);
INSERT INTO `bc_conf_values`VALUES ('tab_censoring','N;','tab','Core','N;',7,-1,0,35,35);
INSERT INTO `bc_conf_values`VALUES ('tab_iplookup','N;','tab','Core','N;',7,-1,0,36,36);
INSERT INTO `bc_conf_values`VALUES ('tab_permissions','N;','tab','Core','N;',7,-1,0,37,37);
INSERT INTO `bc_conf_values`VALUES ('tab_webservices','N;','tab','Core','N;',7,-1,0,40,40);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','filemgmt','N;',0,-1,0,null,0);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','filemgmt','N;',0,-1,0,null,0);
INSERT INTO `bc_conf_values`VALUES ('tab_main','N;','tab','custommenu','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','custommenu','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('thursday','s:3:\"木\";','text','mycaljp','s:3:\"木\";',0,0,8,0,0);
INSERT INTO `bc_conf_values`VALUES ('sunday','s:3:\"日\";','text','mycaljp','s:3:\"日\";',0,0,4,0,0);
INSERT INTO `bc_conf_values`VALUES ('titleorder','b:1;','select','mycaljp','b:1;',0,13,3,0,0);
INSERT INTO `bc_conf_values`VALUES ('headertitlemonth','s:4:\"m月\";','text','mycaljp','s:4:\"m月\";',0,0,2,0,0);
INSERT INTO `bc_conf_values`VALUES ('headertitleyear','s:4:\"Y年\";','text','mycaljp','s:4:\"Y年\";',0,0,1,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','mycaljp','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('exclude','a:1:{i:0;s:5:\"links\";}','%text','xmlsitemap','a:1:{i:0;s:5:\"links\";}',0,-1,40,0,0);
INSERT INTO `bc_conf_values`VALUES ('mobile_sitemap_file','unset','text','xmlsitemap','s:18:\"mobile_sitemap.xml\";',0,-1,20,0,0);
INSERT INTO `bc_conf_values`VALUES ('types','a:5:{i:0;s:7:\"article\";i:1;s:8:\"calendar\";i:2;s:5:\"polls\";i:3;s:11:\"staticpages\";i:4;s:8:\"filemgmt\";}','%text','xmlsitemap','a:4:{i:0;s:7:\"article\";i:1;s:8:\"calendar\";i:2;s:5:\"polls\";i:3;s:11:\"staticpages\";}',0,-1,30,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','xmlsitemap','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('sitemap_file','s:11:\"sitemap.xml\";','text','xmlsitemap','s:11:\"sitemap.xml\";',0,-1,10,0,0);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','xmlsitemap','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_main','N;','tab','xmlsitemap','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('download_as_file','b:1;','select','dbman','b:0;',0,0,230,null,1);
INSERT INTO `bc_conf_values`VALUES ('compress_data','b:1;','select','dbman','b:0;',0,0,220,null,1);
INSERT INTO `bc_conf_values`VALUES ('root','s:4:\"site\";','text','links','s:4:\"site\";',0,0,130,1,1);
INSERT INTO `bc_conf_values`VALUES ('aftersave','s:4:\"list\";','select','links','s:4:\"list\";',0,9,120,1,1);
INSERT INTO `bc_conf_values`VALUES ('delete_links','i:0;','select','links','i:0;',0,0,110,1,1);
INSERT INTO `bc_conf_values`VALUES ('notification','i:0;','select','links','i:0;',0,0,100,1,1);
INSERT INTO `bc_conf_values`VALUES ('linksubmission','i:1;','select','links','i:1;',0,0,90,1,1);
INSERT INTO `bc_conf_values`VALUES ('newlinksinterval','i:1209600;','text','links','i:1209600;',0,0,70,1,1);
INSERT INTO `bc_conf_values`VALUES ('hidenewlinks','i:0;','select','links','i:0;',0,0,60,1,1);
INSERT INTO `bc_conf_values`VALUES ('fs_admin','N;','fieldset','links','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('tab_admin','N;','tab','links','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('show_category_descriptions','b:1;','select','links','b:1;',0,1,50,0,0);
INSERT INTO `bc_conf_values`VALUES ('meta_tags','i:0;','select','staticpages','i:0;',0,0,120,0,0);
INSERT INTO `bc_conf_values`VALUES ('aftersave','s:4:\"list\";','select','staticpages','s:4:\"list\";',0,9,100,0,0);
INSERT INTO `bc_conf_values`VALUES ('atom_max_items','i:10;','text','staticpages','i:10;',0,-1,110,0,0);
INSERT INTO `bc_conf_values`VALUES ('filter_html','i:0;','select','staticpages','i:0;',0,0,80,0,0);
INSERT INTO `bc_conf_values`VALUES ('censor','i:0;','select','staticpages','i:0;',0,0,90,0,0);
INSERT INTO `bc_conf_values`VALUES ('show_date','i:1;','select','staticpages','i:1;',0,0,70,0,0);
INSERT INTO `bc_conf_values`VALUES ('show_hits','i:1;','select','staticpages','i:1;',0,0,60,0,0);
INSERT INTO `bc_conf_values`VALUES ('in_block','i:1;','select','staticpages','i:1;',0,0,50,0,0);
INSERT INTO `bc_conf_values`VALUES ('delete_pages','i:0;','select','staticpages','i:0;',0,0,40,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_main','N;','tab','staticpages','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','staticpages','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('allow_php','i:1;','select','staticpages','i:1;',0,0,10,0,0);
INSERT INTO `bc_conf_values`VALUES ('sort_by','s:2:\"id\";','select','staticpages','s:2:\"id\";',0,2,20,0,0);
INSERT INTO `bc_conf_values`VALUES ('sort_menu_by','s:5:\"label\";','select','staticpages','s:5:\"label\";',0,3,30,0,0);
INSERT INTO `bc_conf_values`VALUES ('sort_list_by','s:5:\"title\";','select','staticpages','s:5:\"title\";',0,4,35,0,0);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','mycaljp','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('saturday','s:3:\"土\";','text','mycaljp','s:3:\"土\";',0,0,10,0,0);
INSERT INTO `bc_conf_values`VALUES ('friday','s:3:\"金\";','text','mycaljp','s:3:\"金\";',0,0,9,0,0);
INSERT INTO `bc_conf_values`VALUES ('tb_imageresize_width','i:0;','text','tinymce','i:0;',1,-1,1,null,3);
INSERT INTO `bc_conf_values`VALUES ('tb_imagequality','i:80;','text','tinymce','i:80;',1,-1,0,null,3);
INSERT INTO `bc_conf_values`VALUES ('tb_maxsize_file','i:0;','text','tinymce','i:0;',1,-1,2,null,2);
INSERT INTO `bc_conf_values`VALUES ('tb_maxsize_media','i:0;','text','tinymce','i:0;',1,-1,1,null,2);
INSERT INTO `bc_conf_values`VALUES ('tb_maxsize_image','i:0;','text','tinymce','i:0;',1,-1,0,null,2);
INSERT INTO `bc_conf_values`VALUES ('tb_prohibited','a:24:{i:0;s:3:\"php\";i:1;s:4:\"php3\";i:2;s:4:\"php4\";i:3;s:4:\"php5\";i:4;s:5:\"phtml\";i:5;s:3:\"asp\";i:6;s:4:\"aspx\";i:7;s:4:\"ascx\";i:8;s:3:\"jsp\";i:9;s:3:\"cfm\";i:10;s:3:\"cfc\";i:11;s:2:\"pl\";i:12;s:3:\"bat\";i:13;s:3:\"exe\";i:14;s:3:\"dll\";i:15;s:3:\"reg\";i:16;s:3:\"cgi\";i:17;s:2:\"sh\";i:18;s:2:\"py\";i:19;s:3:\"asa\";i:20;s:4:\"asax\";i:21;s:6:\"config\";i:22;s:3:\"com\";i:23;s:3:\"inc\";}','%text','tinymce','a:24:{i:0;s:3:\"php\";i:1;s:4:\"php3\";i:2;s:4:\"php4\";i:3;s:4:\"php5\";i:4;s:5:\"phtml\";i:5;s:3:\"asp\";i:6;s:4:\"aspx\";i:7;s:4:\"ascx\";i:8;s:3:\"jsp\";i:9;s:3:\"cfm\";i:10;s:3:\"cfc\";i:11;s:2:\"pl\";i:12;s:3:\"bat\";i:13;s:3:\"exe\";i:14;s:3:\"dll\";i:15;s:3:\"reg\";i:16;s:3:\"cgi\";i:17;s:2:\"sh\";i:18;s:2:\"py\";i:19;s:3:\"asa\";i:20;s:4:\"asax\";i:21;s:6:\"config\";i:22;s:3:\"com\";i:23;s:3:\"inc\";}',1,-1,5,null,1);
INSERT INTO `bc_conf_values`VALUES ('height','s:3:\"360\";','text','tinymce','s:3:\"360\";',0,-1,4,null,0);
INSERT INTO `bc_conf_values`VALUES ('width','s:3:\"90%\";','text','tinymce','s:3:\"90%\";',0,-1,5,null,0);
INSERT INTO `bc_conf_values`VALUES ('tb_unixpermissions','s:3:\"777\";','text','tinymce','s:3:\"777\";',1,-1,1,null,1);
INSERT INTO `bc_conf_values`VALUES ('tb_cleanfilename','b:1;','select','tinymce','b:1;',1,1,2,null,1);
INSERT INTO `bc_conf_values`VALUES ('tb_filetype_image','a:4:{i:0;s:3:\"jpg\";i:1;s:4:\"jpeg\";i:2;s:3:\"gif\";i:3;s:3:\"png\";}','%text','tinymce','a:4:{i:0;s:3:\"jpg\";i:1;s:4:\"jpeg\";i:2;s:3:\"gif\";i:3;s:3:\"png\";}',1,1,3,null,1);
INSERT INTO `bc_conf_values`VALUES ('tb_filetype_media','a:18:{i:0;s:3:\"swf\";i:1;s:3:\"dcr\";i:2;s:3:\"mov\";i:3;s:2:\"qt\";i:4;s:3:\"mpg\";i:5;s:3:\"mp3\";i:6;s:3:\"mp4\";i:7;s:4:\"mpeg\";i:8;s:3:\"avi\";i:9;s:3:\"wmv\";i:10;s:2:\"wm\";i:11;s:3:\"asf\";i:12;s:3:\"asx\";i:13;s:3:\"wmx\";i:14;s:3:\"wvx\";i:15;s:2:\"rm\";i:16;s:2:\"ra\";i:17;s:3:\"ram\";}','%text','tinymce','a:18:{i:0;s:3:\"swf\";i:1;s:3:\"dcr\";i:2;s:3:\"mov\";i:3;s:2:\"qt\";i:4;s:3:\"mpg\";i:5;s:3:\"mp3\";i:6;s:3:\"mp4\";i:7;s:4:\"mpeg\";i:8;s:3:\"avi\";i:9;s:3:\"wmv\";i:10;s:2:\"wm\";i:11;s:3:\"asf\";i:12;s:3:\"asx\";i:13;s:3:\"wmx\";i:14;s:3:\"wvx\";i:15;s:2:\"rm\";i:16;s:2:\"ra\";i:17;s:3:\"ram\";}',1,-1,4,null,1);
INSERT INTO `bc_conf_values`VALUES ('target_ids','a:3:{i:0;s:9:\"introtext\";i:1;s:8:\"bodytext\";i:2;s:12:\"html_content\";}','%text','tinymce','a:3:{i:0;s:9:\"introtext\";i:1;s:8:\"bodytext\";i:2;s:12:\"html_content\";}',0,-1,3,null,0);
INSERT INTO `bc_conf_values`VALUES ('target_class','s:15:\"tinymce_enabled\";','text','tinymce','s:15:\"tinymce_enabled\";',0,-1,2,null,0);
INSERT INTO `bc_conf_values`VALUES ('targets','s:4:\"auto\";','select','tinymce','s:4:\"auto\";',0,12,1,null,0);
INSERT INTO `bc_conf_values`VALUES ('fs_tb_appearance','N;','fieldset','tinymce','N;',1,-1,0,null,5);
INSERT INTO `bc_conf_values`VALUES ('fs_tb_thumb','N;','fieldset','tinymce','N;',1,-1,0,null,4);
INSERT INTO `bc_conf_values`VALUES ('fs_tb_resize','N;','fieldset','tinymce','N;',1,-1,0,null,3);
INSERT INTO `bc_conf_values`VALUES ('fs_tb_filesize','N;','fieldset','tinymce','N;',1,-1,0,null,2);
INSERT INTO `bc_conf_values`VALUES ('fs_tb_upload','N;','fieldset','tinymce','N;',1,-1,0,null,1);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','tinymce','N;',0,-1,0,null,0);
INSERT INTO `bc_conf_values`VALUES ('sg_tinybrwoser','N;','subgroup','tinymce','N;',1,-1,0,null,0);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','tinymce','N;',0,-1,0,null,0);
INSERT INTO `bc_conf_values`VALUES ('tab_topics','N;','tab','Core','N;',7,-1,0,45,45);
INSERT INTO `bc_conf_values`VALUES ('fs_breadcrumbs','N;','fieldset','Core','N;',7,-1,0,45,45);
INSERT INTO `bc_conf_values`VALUES ('multiple_breadcrumbs','i:0;','select','Core','i:0;',7,0,2000,45,45);
INSERT INTO `bc_conf_values`VALUES ('disable_breadcrumbs_topics','i:0;','select','Core','i:0;',7,0,2010,45,45);
INSERT INTO `bc_conf_values`VALUES ('disable_breadcrumbs_articles','i:0;','select','Core','i:0;',7,0,2020,45,45);
INSERT INTO `bc_conf_values`VALUES ('disable_breadcrumbs_plugins','i:0;','select','Core','i:0;',7,0,2030,45,45);
INSERT INTO `bc_conf_values`VALUES ('linktext_maxlen','i:50;','text','Core','i:50;',7,-1,1754,31,31);
INSERT INTO `bc_conf_values`VALUES ('mail_cc_enabled','i:1;','select','Core','i:1;',0,0,180,1,1);
INSERT INTO `bc_conf_values`VALUES ('mail_cc_default','i:0;','select','Core','i:0;',0,0,190,1,1);
INSERT INTO `bc_conf_values`VALUES ('fs_pass','N;','fieldset','Core','N;',4,-1,0,18,42);
INSERT INTO `bc_conf_values`VALUES ('pass_alg','i:1;','select','Core','i:1;',4,29,800,18,42);
INSERT INTO `bc_conf_values`VALUES ('pass_stretch','i:4096;','text','Core','i:4096;',4,-1,810,18,42);
INSERT INTO `bc_conf_values`VALUES ('comment_on_same_page','i:0;','select','Core','i:0;',4,0,1690,21,21);
INSERT INTO `bc_conf_values`VALUES ('show_comments_at_replying','i:0;','select','Core','i:0;',4,0,1691,21,21);
INSERT INTO `bc_conf_values`VALUES ('add_drop_table','b:1;','select','dbman','b:0;',0,0,210,null,1);
INSERT INTO `bc_conf_values`VALUES ('max_backup','i:0;','text','dbman','i:0;',0,-1,160,null,0);
INSERT INTO `bc_conf_values`VALUES ('cron_backup','b:1;','select','dbman','b:0;',0,0,150,null,0);
INSERT INTO `bc_conf_values`VALUES ('backup_except','a:1:{i:0;s:10:\"/^bc_gus_/\";}','%text','dbman','a:1:{i:0;s:10:\"/^bc_gus_/\";}',0,-1,140,null,0);
INSERT INTO `bc_conf_values`VALUES ('compression_level','i:8;','select','dbman','i:8;',0,1,130,null,0);
INSERT INTO `bc_conf_values`VALUES ('chunk_size','i:100;','text','dbman','i:100;',0,-1,120,null,0);
INSERT INTO `bc_conf_values`VALUES ('allow_restore','b:1;','select','dbman','b:0;',0,0,110,null,0);
INSERT INTO `bc_conf_values`VALUES ('fs_backup','N;','fieldset','dbman','N;',0,-1,2,null,1);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','dbman','N;',0,-1,0,null,0);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','dbman','N;',0,-1,1,null,0);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','staticpages','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','spamx','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_main','N;','tab','spamx','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','spamx','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('logging','b:1;','select','spamx','b:1;',0,1,10,0,0);
INSERT INTO `bc_conf_values`VALUES ('timeout','i:5;','text','spamx','i:5;',0,-1,30,0,0);
INSERT INTO `bc_conf_values`VALUES ('notification_email','unset','text','spamx','s:0:\"\";',0,-1,40,0,0);
INSERT INTO `bc_conf_values`VALUES ('spamx_action','unset','text','spamx','i:128;',0,-1,50,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_modules','N;','tab','spamx','N;',0,-1,0,10,0);
INSERT INTO `bc_conf_values`VALUES ('fs_sfs','N;','fieldset','spamx','N;',0,-1,0,10,0);
INSERT INTO `bc_conf_values`VALUES ('sfs_enabled','b:0;','select','spamx','b:0;',0,1,10,10,0);
INSERT INTO `bc_conf_values`VALUES ('fs_snl','N;','fieldset','spamx','N;',0,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('snl_enabled','b:0;','select','spamx','b:0;',0,1,10,10,10);
INSERT INTO `bc_conf_values`VALUES ('snl_num_links','i:5;','text','spamx','i:5;',0,-1,20,10,10);
INSERT INTO `bc_conf_values`VALUES ('filemgmt_FileSnapURL','s:44:\"http://www.blackcat.xyz/filemgmt_data/snaps/\";','text','filemgmt','s:47:\"http://www.blackcatlab.com/filemgmt_data/snaps/\";',0,0,17,null,2);
INSERT INTO `bc_conf_values`VALUES ('filemgmt_SnapCatURL','s:53:\"http://www.blackcat.xyz/filemgmt_data/category_snaps/\";','text','filemgmt','s:56:\"http://www.blackcatlab.com/filemgmt_data/category_snaps/\";',0,0,18,null,2);
INSERT INTO `bc_conf_values`VALUES ('comment_order','s:3:\"ASC\";','select','Core','s:3:\"ASC\";',4,31,1665,21,21);
INSERT INTO `bc_conf_values`VALUES ('cache_templates','b:1;','select','Core','b:1;',2,1,220,10,10);
INSERT INTO `bc_conf_values`VALUES ('template_comments','b:0;','select','Core','b:0;',2,1,1370,11,11);
INSERT INTO `bc_conf_values`VALUES ('related_topics','i:1;','select','Core','i:1;',1,32,1340,7,7);
INSERT INTO `bc_conf_values`VALUES ('related_topics_max','i:6;','text','Core','i:6;',1,-1,1350,7,7);
INSERT INTO `bc_conf_values`VALUES ('whats_related','i:1;','select','Core','i:1;',1,33,1360,7,7);
INSERT INTO `bc_conf_values`VALUES ('whats_related_max','i:0;','text','Core','i:0;',1,-1,1370,7,7);
INSERT INTO `bc_conf_values`VALUES ('whats_related_trim','i:26;','text','Core','i:26;',1,-1,1380,7,7);
INSERT INTO `bc_conf_values`VALUES ('whatsnew_cache_time','i:3600;','text','Core','i:3600;',3,-1,1060,15,15);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_topic','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','Core','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}',7,28,1890,37,41);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_related_topics','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}','@select','Core','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}',7,28,1900,37,41);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_related_items','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}','@select','Core','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}',7,28,1910,37,41);
INSERT INTO `bc_conf_values`VALUES ('fs_multilanguage','N;','fieldset','Core','N;',6,-1,0,28,29);
INSERT INTO `bc_conf_values`VALUES ('google_login','i:0;','select','Core','i:0;',4,1,359,16,16);
INSERT INTO `bc_conf_values`VALUES ('google_consumer_key','s:0:\"\";','text','Core','s:0:\"\";',4,-1,360,16,16);
INSERT INTO `bc_conf_values`VALUES ('google_consumer_secret','s:0:\"\";','text','Core','s:0:\"\";',4,-1,361,16,16);
INSERT INTO `bc_conf_values`VALUES ('microsoft_login','i:0;','select','Core','i:0;',4,1,362,16,16);
INSERT INTO `bc_conf_values`VALUES ('microsoft_consumer_key','s:0:\"\";','text','Core','s:0:\"\";',4,-1,363,16,16);
INSERT INTO `bc_conf_values`VALUES ('microsoft_consumer_secret','s:0:\"\";','text','Core','s:0:\"\";',4,-1,364,16,16);
INSERT INTO `bc_conf_values`VALUES ('yahoo_login','i:0;','select','Core','i:0;',4,1,365,16,16);
INSERT INTO `bc_conf_values`VALUES ('yahoo_consumer_key','s:0:\"\";','text','Core','s:0:\"\";',4,-1,366,16,16);
INSERT INTO `bc_conf_values`VALUES ('yahoo_consumer_secret','s:0:\"\";','text','Core','s:0:\"\";',4,-1,367,16,16);
INSERT INTO `bc_conf_values`VALUES ('path_editors','s:55:\"/virtual/blackcat/public_html/www.blackcat.xyz/editors/\";','text','Core','s:0:\"\";',0,-1,132,3,3);
INSERT INTO `bc_conf_values`VALUES ('advanced_editor_name','s:8:\"ckeditor\";','select','Core','s:8:\"ckeditor\";',4,-1,845,20,20);
INSERT INTO `bc_conf_values`VALUES ('titletoid','i:0;','select','Core','i:0;',7,1,1820,31,31);
INSERT INTO `bc_conf_values`VALUES ('sg_filemanager','N;','subgroup','Core','N;',8,-1,0,0,46);
INSERT INTO `bc_conf_values`VALUES ('tab_filemanager_general','N;','tab','Core','N;',8,-1,0,46,46);
INSERT INTO `bc_conf_values`VALUES ('fs_filemanager_general','N;','fieldset','Core','N;',8,-1,0,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_disabled','b:0;','select','Core','b:0;',8,1,2050,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_browse_only','b:0;','select','Core','b:0;',8,1,2060,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_default_view_mode','s:4:\"grid\";','select','Core','s:4:\"grid\";',8,34,2070,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_show_confirmation','b:1;','select','Core','b:1;',8,1,2080,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_search_box','b:1;','select','Core','b:1;',8,1,2090,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_file_sorting','s:7:\"default\";','select','Core','s:7:\"default\";',8,35,2100,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_chars_only_latin','b:1;','select','Core','b:1;',8,1,2110,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_date_format','s:11:\"Y-m-d H:i:s\";','text','Core','s:11:\"Y-m-d H:i:s\";',8,-1,2120,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_logger','b:0;','select','Core','b:0;',8,1,2130,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_show_thumbs','b:1;','select','Core','b:1;',8,1,2140,46,46);
INSERT INTO `bc_conf_values`VALUES ('filemanager_generate_thumbnails','b:1;','select','Core','b:1;',8,1,2150,46,46);
INSERT INTO `bc_conf_values`VALUES ('tab_filemanager_upload','N;','tab','Core','N;',8,-1,0,47,47);
INSERT INTO `bc_conf_values`VALUES ('fs_filemanager_upload','N;','fieldset','Core','N;',8,-1,0,47,47);
INSERT INTO `bc_conf_values`VALUES ('filemanager_upload_restrictions','a:23:{i:0;s:3:\"jpg\";i:1;s:4:\"jpeg\";i:2;s:3:\"gif\";i:3;s:3:\"png\";i:4;s:3:\"svg\";i:5;s:3:\"txt\";i:6;s:3:\"pdf\";i:7;s:3:\"odp\";i:8;s:3:\"ods\";i:9;s:3:\"odt\";i:10;s:3:\"rtf\";i:11;s:3:\"doc\";i:12;s:4:\"docx\";i:13;s:3:\"xls\";i:14;s:4:\"xlsx\";i:15;s:3:\"ppt\";i:16;s:4:\"pptx\";i:17;s:3:\"ogv\";i:18;s:3:\"mp4\";i:19;s:4:\"webm\";i:20;s:3:\"ogg\";i:21;s:3:\"mp3\";i:22;s:3:\"wav\";}','%text','Core','a:23:{i:0;s:3:\"jpg\";i:1;s:4:\"jpeg\";i:2;s:3:\"gif\";i:3;s:3:\"png\";i:4;s:3:\"svg\";i:5;s:3:\"txt\";i:6;s:3:\"pdf\";i:7;s:3:\"odp\";i:8;s:3:\"ods\";i:9;s:3:\"odt\";i:10;s:3:\"rtf\";i:11;s:3:\"doc\";i:12;s:4:\"docx\";i:13;s:3:\"xls\";i:14;s:4:\"xlsx\";i:15;s:3:\"ppt\";i:16;s:4:\"pptx\";i:17;s:3:\"ogv\";i:18;s:3:\"mp4\";i:19;s:4:\"webm\";i:20;s:3:\"ogg\";i:21;s:3:\"mp3\";i:22;s:3:\"wav\";}',8,-1,2160,47,47);
INSERT INTO `bc_conf_values`VALUES ('filemanager_upload_overwrite','b:0;','select','Core','b:0;',8,1,2170,47,47);
INSERT INTO `bc_conf_values`VALUES ('filemanager_upload_images_only','b:0;','select','Core','b:0;',8,1,2180,47,47);
INSERT INTO `bc_conf_values`VALUES ('filemanager_upload_file_size_limit','i:16;','text','Core','i:16;',8,-1,2190,47,47);
INSERT INTO `bc_conf_values`VALUES ('filemanager_unallowed_files','a:1:{i:0;s:9:\".htaccess\";}','%text','Core','a:1:{i:0;s:9:\".htaccess\";}',8,-1,2200,47,47);
INSERT INTO `bc_conf_values`VALUES ('filemanager_unallowed_dirs','a:3:{i:0;s:7:\"_thumbs\";i:1;s:16:\".CDN_ACCESS_LOGS\";i:2;s:12:\"cloudservers\";}','%text','Core','a:3:{i:0;s:7:\"_thumbs\";i:1;s:16:\".CDN_ACCESS_LOGS\";i:2;s:12:\"cloudservers\";}',8,-1,2210,47,47);
INSERT INTO `bc_conf_values`VALUES ('filemanager_unallowed_files_regexp','s:8:\"/^\\./uis\";','text','Core','s:8:\"/^\\./uis\";',8,-1,2220,47,47);
INSERT INTO `bc_conf_values`VALUES ('filemanager_unallowed_dirs_regexp','s:8:\"/^\\./uis\";','text','Core','s:8:\"/^\\./uis\";',8,-1,2230,47,47);
INSERT INTO `bc_conf_values`VALUES ('tab_filemanager_images','N;','tab','Core','N;',8,-1,0,48,48);
INSERT INTO `bc_conf_values`VALUES ('fs_filemanager_images','N;','fieldset','Core','N;',8,-1,0,48,48);
INSERT INTO `bc_conf_values`VALUES ('filemanager_images_ext','a:5:{i:0;s:3:\"jpg\";i:1;s:4:\"jpeg\";i:2;s:3:\"gif\";i:3;s:3:\"png\";i:4;s:3:\"svg\";}','%text','Core','a:5:{i:0;s:3:\"jpg\";i:1;s:4:\"jpeg\";i:2;s:3:\"gif\";i:3;s:3:\"png\";i:4;s:3:\"svg\";}',8,-1,2240,48,48);
INSERT INTO `bc_conf_values`VALUES ('tab_filemanager_videos','N;','tab','Core','N;',8,-1,0,49,49);
INSERT INTO `bc_conf_values`VALUES ('fs_filemanager_videos','N;','fieldset','Core','N;',8,-1,0,49,49);
INSERT INTO `bc_conf_values`VALUES ('filemanager_show_video_player','b:1;','select','Core','b:1;',8,1,2250,49,49);
INSERT INTO `bc_conf_values`VALUES ('filemanager_videos_ext','a:3:{i:0;s:3:\"ogv\";i:1;s:3:\"mp4\";i:2;s:4:\"webm\";}','%text','Core','a:3:{i:0;s:3:\"ogv\";i:1;s:3:\"mp4\";i:2;s:4:\"webm\";}',8,-1,2260,49,49);
INSERT INTO `bc_conf_values`VALUES ('filemanager_videos_player_width','i:400;','text','Core','i:400;',8,-1,2270,49,49);
INSERT INTO `bc_conf_values`VALUES ('filemanager_videos_player_height','i:222;','text','Core','i:222;',8,-1,2280,49,49);
INSERT INTO `bc_conf_values`VALUES ('tab_filemanager_audios','N;','tab','Core','N;',8,-1,0,50,50);
INSERT INTO `bc_conf_values`VALUES ('fs_filemanager_audios','N;','fieldset','Core','N;',8,-1,0,50,50);
INSERT INTO `bc_conf_values`VALUES ('filemanager_show_audio_player','b:1;','select','Core','b:1;',8,1,2290,50,50);
INSERT INTO `bc_conf_values`VALUES ('filemanager_audios_ext','a:3:{i:0;s:3:\"ogg\";i:1;s:3:\"mp3\";i:2;s:3:\"wav\";}','%text','Core','a:3:{i:0;s:3:\"ogg\";i:1;s:3:\"mp3\";i:2;s:3:\"wav\";}',8,-1,2300,50,50);
INSERT INTO `bc_conf_values`VALUES ('default_cache_time','i:0;','text','staticpages','i:0;',0,-1,129,0,0);
INSERT INTO `bc_conf_values`VALUES ('sg_main','N;','subgroup','polls','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_main','N;','tab','polls','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('fs_main','N;','fieldset','polls','N;',0,-1,0,0,0);
INSERT INTO `bc_conf_values`VALUES ('pollsloginrequired','i:0;','select','polls','i:0;',0,0,10,0,0);
INSERT INTO `bc_conf_values`VALUES ('hidepollsmenu','i:0;','select','polls','i:0;',0,1,20,0,0);
INSERT INTO `bc_conf_values`VALUES ('maxquestions','i:5;','text','polls','i:5;',0,0,30,0,0);
INSERT INTO `bc_conf_values`VALUES ('maxanswers','i:8;','text','polls','i:8;',0,0,40,0,0);
INSERT INTO `bc_conf_values`VALUES ('answerorder','s:11:\"submitorder\";','select','polls','s:11:\"submitorder\";',0,2,50,0,0);
INSERT INTO `bc_conf_values`VALUES ('pollcookietime','i:86400;','text','polls','i:86400;',0,0,60,0,0);
INSERT INTO `bc_conf_values`VALUES ('polladdresstime','i:604800;','text','polls','i:604800;',0,0,70,0,0);
INSERT INTO `bc_conf_values`VALUES ('delete_polls','i:0;','select','polls','i:0;',0,0,80,0,0);
INSERT INTO `bc_conf_values`VALUES ('aftersave','s:4:\"list\";','select','polls','s:4:\"list\";',0,9,90,0,0);
INSERT INTO `bc_conf_values`VALUES ('meta_tags','i:0;','select','polls','i:0;',0,0,100,0,0);
INSERT INTO `bc_conf_values`VALUES ('tab_whatsnew','N;','tab','polls','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('fs_whatsnew','N;','fieldset','polls','N;',0,-1,0,1,1);
INSERT INTO `bc_conf_values`VALUES ('newpollsinterval','i:1209600;','text','polls','i:1209600;',0,-1,10,1,1);
INSERT INTO `bc_conf_values`VALUES ('hidenewpolls','s:4:\"hide\";','select','polls','s:4:\"hide\";',0,5,20,1,1);
INSERT INTO `bc_conf_values`VALUES ('title_trim_length','i:20;','text','polls','i:20;',0,-1,30,1,1);
INSERT INTO `bc_conf_values`VALUES ('tab_permissions','N;','tab','polls','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('fs_permissions','N;','fieldset','polls','N;',0,-1,0,2,2);
INSERT INTO `bc_conf_values`VALUES ('default_permissions','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','polls','a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}',0,12,100,2,2);
INSERT INTO `bc_conf_values`VALUES ('tab_autotag_permissions','N;','tab','polls','N;',0,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('fs_autotag_permissions','N;','fieldset','polls','N;',0,-1,0,10,10);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_poll','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','polls','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}',0,13,10,10,10);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_poll_vote','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}','@select','polls','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}',0,13,10,10,10);
INSERT INTO `bc_conf_values`VALUES ('autotag_permissions_poll_result','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}','@select','polls','a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}',0,13,10,10,10);
INSERT INTO `bc_conf_values`VALUES ('tab_poll_block','N;','tab','polls','N;',0,-1,0,20,20);
INSERT INTO `bc_conf_values`VALUES ('fs_block_settings','N;','fieldset','polls','N;',0,-1,0,20,10);
INSERT INTO `bc_conf_values`VALUES ('block_enable','b:1;','select','polls','b:1;',0,0,10,20,10);
INSERT INTO `bc_conf_values`VALUES ('block_isleft','i:0;','select','polls','i:0;',0,0,20,20,10);
INSERT INTO `bc_conf_values`VALUES ('block_order','i:100;','text','polls','i:100;',0,0,30,20,10);
INSERT INTO `bc_conf_values`VALUES ('block_topic_option','s:3:\"all\";','select','polls','s:3:\"all\";',0,15,40,20,10);
INSERT INTO `bc_conf_values`VALUES ('block_topic','a:0:{}','%select','polls','a:0:{}',0,-1,50,20,10);
INSERT INTO `bc_conf_values`VALUES ('fs_block_permissions','N;','fieldset','polls','N;',0,-1,0,20,20);
INSERT INTO `bc_conf_values`VALUES ('block_group_id','s:2:\"83\";','select','polls','s:2:\"83\";',0,-1,10,20,20);
INSERT INTO `bc_conf_values`VALUES ('block_permissions','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}','@select','polls','a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}',0,14,20,20,20);

--
-- Table structure for table `bc_cookiecodes`
--

DROP TABLE IF EXISTS `bc_cookiecodes`;

CREATE TABLE `bc_cookiecodes` (
  `cc_value` int(8) unsigned NOT NULL DEFAULT 0,
  `cc_descr` varchar(20) NOT NULL DEFAULT '',
  PRIMARY KEY (`cc_value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_cookiecodes`
--

INSERT INTO `bc_cookiecodes`VALUES (0,'保存しない');
INSERT INTO `bc_cookiecodes`VALUES (3600,'1時間');
INSERT INTO `bc_cookiecodes`VALUES (7200,'2時間');
INSERT INTO `bc_cookiecodes`VALUES (10800,'3時間');
INSERT INTO `bc_cookiecodes`VALUES (28800,'8時間');
INSERT INTO `bc_cookiecodes`VALUES (86400,'1日');
INSERT INTO `bc_cookiecodes`VALUES (604800,'1週間');
INSERT INTO `bc_cookiecodes`VALUES (2678400,'1ヶ月');

--
-- Table structure for table `bc_cp_config`
--

DROP TABLE IF EXISTS `bc_cp_config`;

CREATE TABLE `bc_cp_config` (
  `config_name` varchar(255) NOT NULL DEFAULT '',
  `config_value` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`config_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_cp_config`
--

INSERT INTO `bc_cp_config`VALUES ('anonymous_only','1');
INSERT INTO `bc_cp_config`VALUES ('remoteusers','0');
INSERT INTO `bc_cp_config`VALUES ('debug','0');
INSERT INTO `bc_cp_config`VALUES ('enable_comment','0');
INSERT INTO `bc_cp_config`VALUES ('enable_contact','0');
INSERT INTO `bc_cp_config`VALUES ('enable_emailstory','0');
INSERT INTO `bc_cp_config`VALUES ('enable_forum','0');
INSERT INTO `bc_cp_config`VALUES ('enable_registration','0');
INSERT INTO `bc_cp_config`VALUES ('enable_story','0');
INSERT INTO `bc_cp_config`VALUES ('gfxDriver','3');
INSERT INTO `bc_cp_config`VALUES ('gfxFormat','jpg');
INSERT INTO `bc_cp_config`VALUES ('gfxPath','');

--
-- Table structure for table `bc_cp_sessions`
--

DROP TABLE IF EXISTS `bc_cp_sessions`;

CREATE TABLE `bc_cp_sessions` (
  `session_id` varchar(40) NOT NULL DEFAULT '',
  `cptime` int(11) NOT NULL DEFAULT 0,
  `validation` varchar(40) NOT NULL DEFAULT '',
  `counter` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`session_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_cp_sessions`
--


--
-- Table structure for table `bc_dateformats`
--

DROP TABLE IF EXISTS `bc_dateformats`;

CREATE TABLE `bc_dateformats` (
  `dfid` tinyint(4) NOT NULL DEFAULT 0,
  `format` varchar(32) DEFAULT NULL,
  `description` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`dfid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_dateformats`
--

INSERT INTO `bc_dateformats`VALUES (0,'','System Default');
INSERT INTO `bc_dateformats`VALUES (1,'%A %B %d, %Y @%I:%M%p','Sunday March 21, 1999 @10:00PM');
INSERT INTO `bc_dateformats`VALUES (2,'%A %b %d, %Y @%H:%M','Sunday March 21, 1999 @22:00');
INSERT INTO `bc_dateformats`VALUES (4,'%A %b %d @%H:%M','Sunday March 21 @22:00');
INSERT INTO `bc_dateformats`VALUES (5,'%H:%M %d %B %Y','22:00 21 March 1999');
INSERT INTO `bc_dateformats`VALUES (6,'%H:%M %A %d %B %Y','22:00 Sunday 21 March 1999');
INSERT INTO `bc_dateformats`VALUES (7,'%I:%M%p - %A %B %d %Y','10:00PM -- Sunday March 21 1999');
INSERT INTO `bc_dateformats`VALUES (8,'%a %B %d, %I:%M%p','Sun March 21, 10:00PM');
INSERT INTO `bc_dateformats`VALUES (9,'%a %B %d, %H:%M','Sun March 21, 22:00');
INSERT INTO `bc_dateformats`VALUES (10,'%m-%d-%y %H:%M','3-21-99 22:00');
INSERT INTO `bc_dateformats`VALUES (11,'%d-%m-%y %H:%M','21-3-99 22:00');
INSERT INTO `bc_dateformats`VALUES (12,'%m-%d-%y %I:%M%p','3-21-99 10:00PM');
INSERT INTO `bc_dateformats`VALUES (13,'%I:%M%p  %B %e, %Y','10:00PM  March 21, 1999');
INSERT INTO `bc_dateformats`VALUES (14,'%a %b %d, \'%y %I:%M%p','Sun Mar 21, \'99 10:00PM');
INSERT INTO `bc_dateformats`VALUES (15,'Day %j, %I ish','Day 80, 10 ish');
INSERT INTO `bc_dateformats`VALUES (16,'%y-%m-%d %I:%M','99-03-21 10:00');
INSERT INTO `bc_dateformats`VALUES (17,'%d/%m/%y %H:%M','21/03/99 22:00');
INSERT INTO `bc_dateformats`VALUES (18,'%a %d %b %I:%M%p','Sun 21 Mar 10:00PM');
INSERT INTO `bc_dateformats`VALUES (19,'%Y-%m-%d %H:%M','1999-03-21 22:00');

--
-- Table structure for table `bc_dpxy_notify`
--

DROP TABLE IF EXISTS `bc_dpxy_notify`;

CREATE TABLE `bc_dpxy_notify` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `callback_name` varchar(30) NOT NULL DEFAULT '',
  `type` varchar(255) NOT NULL DEFAULT '',
  KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_dpxy_notify`
--


--
-- Table structure for table `bc_events`
--

DROP TABLE IF EXISTS `bc_events`;

CREATE TABLE `bc_events` (
  `eid` varchar(20) NOT NULL DEFAULT '',
  `title` varchar(128) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `postmode` varchar(10) NOT NULL DEFAULT 'plaintext',
  `datestart` date DEFAULT NULL,
  `dateend` date DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `hits` mediumint(8) unsigned NOT NULL DEFAULT 0,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `address1` varchar(40) DEFAULT NULL,
  `address2` varchar(40) DEFAULT NULL,
  `city` varchar(60) DEFAULT NULL,
  `state` varchar(40) DEFAULT NULL,
  `zipcode` varchar(16) DEFAULT NULL,
  `allday` tinyint(1) NOT NULL DEFAULT 0,
  `event_type` varchar(40) NOT NULL DEFAULT '',
  `location` varchar(128) DEFAULT NULL,
  `timestart` time DEFAULT NULL,
  `timeend` time DEFAULT NULL,
  PRIMARY KEY (`eid`),
  KEY `events_eid` (`eid`),
  KEY `events_event_type` (`event_type`),
  KEY `events_datestart` (`datestart`),
  KEY `events_dateend` (`dateend`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_events`
--


--
-- Table structure for table `bc_eventsubmission`
--

DROP TABLE IF EXISTS `bc_eventsubmission`;

CREATE TABLE `bc_eventsubmission` (
  `eid` varchar(20) NOT NULL DEFAULT '',
  `title` varchar(128) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `location` varchar(128) DEFAULT NULL,
  `datestart` date DEFAULT NULL,
  `dateend` date DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `allday` tinyint(1) NOT NULL DEFAULT 0,
  `zipcode` varchar(16) DEFAULT NULL,
  `state` varchar(40) DEFAULT NULL,
  `city` varchar(60) DEFAULT NULL,
  `address2` varchar(40) DEFAULT NULL,
  `address1` varchar(40) DEFAULT NULL,
  `event_type` varchar(40) NOT NULL DEFAULT '',
  `timestart` time DEFAULT NULL,
  `timeend` time DEFAULT NULL,
  PRIMARY KEY (`eid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_eventsubmission`
--


--
-- Table structure for table `bc_featurecodes`
--

DROP TABLE IF EXISTS `bc_featurecodes`;

CREATE TABLE `bc_featurecodes` (
  `code` tinyint(4) NOT NULL DEFAULT 0,
  `name` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_featurecodes`
--

INSERT INTO `bc_featurecodes`VALUES (1,'注目記事');
INSERT INTO `bc_featurecodes`VALUES (0,'通常記事');

--
-- Table structure for table `bc_features`
--

DROP TABLE IF EXISTS `bc_features`;

CREATE TABLE `bc_features` (
  `ft_id` mediumint(8) NOT NULL AUTO_INCREMENT,
  `ft_name` varchar(50) NOT NULL,
  `ft_descr` varchar(255) NOT NULL DEFAULT '',
  `ft_gl_core` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ft_id`),
  KEY `ft_name` (`ft_name`)
) ENGINE=MyISAM AUTO_INCREMENT=222 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_features`
--

INSERT INTO `bc_features`VALUES (1,'story.edit','記事を編集する権限',1);
INSERT INTO `bc_features`VALUES (2,'story.moderate','承認待ちの記事を承認・却下する権限',1);
INSERT INTO `bc_features`VALUES (5,'user.edit','ユーザーを編集する権限',1);
INSERT INTO `bc_features`VALUES (6,'user.delete','ユーザーを削除する権限',1);
INSERT INTO `bc_features`VALUES (7,'user.mail','メンバーにメールを送信する権限',1);
INSERT INTO `bc_features`VALUES (10,'block.edit','ブロックを編集する権限',1);
INSERT INTO `bc_features`VALUES (11,'topic.edit','話題を編集する権限',1);
INSERT INTO `bc_features`VALUES (13,'plugin.edit','プラグインを編集する権限',1);
INSERT INTO `bc_features`VALUES (14,'group.edit','グループを編集する権限',1);
INSERT INTO `bc_features`VALUES (15,'group.delete','グループを削除する権限',1);
INSERT INTO `bc_features`VALUES (16,'block.delete','ブロックを削除する権限',1);
INSERT INTO `bc_features`VALUES (19,'story.submit','承認待ちなしで記事を掲載する権限',1);
INSERT INTO `bc_features`VALUES (24,'story.ping','記事の更新ピング、ピングバック、トラックバックを送信する権限',1);
INSERT INTO `bc_features`VALUES (29,'forum.edit','Forum Admin',0);
INSERT INTO `bc_features`VALUES (30,'forum.user','Forum Viewer',0);
INSERT INTO `bc_features`VALUES (32,'userconfig.edit','userconfig Admin Rights',0);
INSERT INTO `bc_features`VALUES (33,'syndication.edit','フィードを管理する権限',1);
INSERT INTO `bc_features`VALUES (45,'nmox10stories.edit','nmox10stories Admin',0);
INSERT INTO `bc_features`VALUES (46,'nmox10stories.user','nmox10stories User',0);
INSERT INTO `bc_features`VALUES (49,'nmoxmenu.edit','nmoxmenu Admin',0);
INSERT INTO `bc_features`VALUES (50,'nmoxmenu.user','nmoxmenu User',0);
INSERT INTO `bc_features`VALUES (51,'webservices.atompub','Atompubウェブサービスを使用する権限',1);
INSERT INTO `bc_features`VALUES (169,'config.xmlsitemap.tab_main','Access to configure general XMLSitemap settings',0);
INSERT INTO `bc_features`VALUES (54,'sitemap.admin','Sitemap Admin',0);
INSERT INTO `bc_features`VALUES (55,'dataproxy.admin','dataproxy Admin',0);
INSERT INTO `bc_features`VALUES (59,'plugin.install','プラグインをインストール・アンインストールする権限',1);
INSERT INTO `bc_features`VALUES (60,'plugin.upload','プラグインを新規にアップロードする権限',1);
INSERT INTO `bc_features`VALUES (61,'group.assign','ユーザーをグループに加入させる権限',1);
INSERT INTO `bc_features`VALUES (62,'comment.moderate','承認待ちのコメントを承認・却下する権限',1);
INSERT INTO `bc_features`VALUES (63,'comment.submit','承認待ちなしでコメントを投稿する権限',1);
INSERT INTO `bc_features`VALUES (76,'htmlfilter.skip','HTMLフィルターをバイパスする権限',1);
INSERT INTO `bc_features`VALUES (79,'config.Core.tab_site','コンフィギュレーションの「サイト」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (80,'config.Core.tab_mail','コンフィギュレーションの「メール」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (81,'config.Core.tab_syndication','コンフィギュレーションの「フィード」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (82,'config.Core.tab_paths','コンフィギュレーションの「パス」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (83,'config.Core.tab_pear','コンフィギュレーションの「PEAR」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (84,'config.Core.tab_mysql','コンフィギュレーションの「MySQL」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (85,'config.Core.tab_search','コンフィギュレーションの「検索」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (86,'config.Core.tab_story','コンフィギュレーションの「記事」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (87,'config.Core.tab_trackback','コンフィギュレーションの「トラックバック」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (88,'config.Core.tab_pingback','コンフィギュレーションの「ピングバック」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (89,'config.Core.tab_theme','コンフィギュレーションの「テーマ」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (90,'config.Core.tab_theme_advanced','コンフィギュレーションの「テーマの拡張設定」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (91,'config.Core.tab_admin_block','コンフィギュレーションの「管理者ブロック」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (92,'config.Core.tab_topics_block','コンフィギュレーションの「話題ブロック」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (93,'config.Core.tab_whosonline_block','コンフィギュレーションの「オンラインユーザーブロック」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (94,'config.Core.tab_whatsnew_block','コンフィギュレーションの「新着ブロック」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (95,'config.Core.tab_users','コンフィギュレーションの「ユーザー」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (96,'config.Core.tab_spamx','コンフィギュレーションの「Spam-x」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (97,'config.Core.tab_login','コンフィギュレーションの「ログイン」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (98,'config.Core.tab_user_submission','コンフィギュレーションの「ユーザー登録」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (99,'config.Core.tab_submission','コンフィギュレーションの「投稿」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (100,'config.Core.tab_comments','コンフィギュレーションの「コメント」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (101,'config.Core.tab_imagelib','コンフィギュレーションの「画像処理ライブラリ」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (102,'config.Core.tab_upload','コンフィギュレーションの「アップロード」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (103,'config.Core.tab_articleimg','コンフィギュレーションの「記事の画像」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (104,'config.Core.tab_topicicon','コンフィギュレーションの「話題アイコン」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (105,'config.Core.tab_userphoto','コンフィギュレーションの「ユーザーの写真」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (106,'config.Core.tab_gravatar','コンフィギュレーションの「Gravatar」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (107,'config.Core.tab_language','コンフィギュレーションの「言語」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (108,'config.Core.tab_locale','コンフィギュレーションの「ロケール」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (109,'config.Core.tab_cookies','コンフィギュレーションの「クッキー」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (110,'config.Core.tab_misc','コンフィギュレーションの「その他」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (111,'config.Core.tab_debug','コンフィギュレーションの「デバッグ」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (112,'config.Core.tab_daily_digest','コンフィギュレーションの「デイリーダイジェスト」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (113,'config.Core.tab_htmlfilter','コンフィギュレーションの「HTMLフィルタ」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (114,'config.Core.tab_censoring','コンフィギュレーションの「バッドワードチェック」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (115,'config.Core.tab_iplookup','コンフィギュレーションの「IP検索」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (116,'config.Core.tab_permissions','コンフィギュレーションの「パーミッション」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (117,'config.Core.tab_webservices','コンフィギュレーションの「Webサービス」タブにアクセスする権限',1);
INSERT INTO `bc_features`VALUES (135,'tinymce.edit','Access to TinyMCE editor',0);
INSERT INTO `bc_features`VALUES (137,'nmoxtopicown.edit','Access to nmoxtopicown editor',0);
INSERT INTO `bc_features`VALUES (150,'config.spamx.tab_modules','コンフィギュレーションの「Spam-x - Modules」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (151,'japanize.edit','Japanizeプラグインを管理する権限',0);
INSERT INTO `bc_features`VALUES (152,'staticpages.edit','静的ページを編集する権限',0);
INSERT INTO `bc_features`VALUES (153,'staticpages.delete','静的ページを削除する権限',0);
INSERT INTO `bc_features`VALUES (154,'staticpages.PHP','静的ページでPHPを使用する権限',0);
INSERT INTO `bc_features`VALUES (155,'config.staticpages.tab_main','コンフィギュレーションの「静的ページ - 静的ページのメイン設定」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (156,'config.staticpages.tab_whatsnew','コンフィギュレーションの「静的ページ - 新着情報ブロック」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (157,'config.staticpages.tab_search','コンフィギュレーションの「静的ページ - 検索」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (158,'config.staticpages.tab_permissions','コンフィギュレーションの「静的ページ - パーミッションのデフォルト」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (159,'config.staticpages.tab_autotag_permissions','コンフィギュレーションの「静的ページ - 自動タグのパーミッション」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (160,'links.edit','リンクを編集する権限',0);
INSERT INTO `bc_features`VALUES (161,'links.moderate','承認待ちのリンクを承認・却下する権限',0);
INSERT INTO `bc_features`VALUES (162,'links.submit','承認待ちなしでリンクを掲載する権限',0);
INSERT INTO `bc_features`VALUES (163,'config.links.tab_public','コンフィギュレーションの「リンク - 公開リンク設定」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (164,'config.links.tab_admin','コンフィギュレーションの「リンク - 管理」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (165,'config.links.tab_permissions','コンフィギュレーションの「リンク - パーミッション」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (166,'config.links.tab_cpermissions','コンフィギュレーションの「リンク - カテゴリのパーミッション」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (167,'config.links.tab_autotag_permissions','コンフィギュレーションの「リンク - 自動タグのパーミッション」タブにアクセスする権限',0);
INSERT INTO `bc_features`VALUES (168,'dbman.edit','Access to Dbman editor',0);
INSERT INTO `bc_features`VALUES (170,'config.xmlsitemap.tab_pri','Access to configure XMLSitemap priorities',0);
INSERT INTO `bc_features`VALUES (171,'config.xmlsitemap.tab_freq','Access to configure XMLSitemap update frequency',0);
INSERT INTO `bc_features`VALUES (186,'mycaljp.admin','Mycaljp Admin',0);
INSERT INTO `bc_features`VALUES (187,'autotags.edit','Access to autotags editor',0);
INSERT INTO `bc_features`VALUES (184,'config.custommenu.tab_permissions','Access to configure custommenu default permissions',0);
INSERT INTO `bc_features`VALUES (182,'custommenu.admin','CustomMenu Admin',0);
INSERT INTO `bc_features`VALUES (183,'config.custommenu.tab_main','Access to configure general custommenu settings',0);
INSERT INTO `bc_features`VALUES (185,'dataproxy.admin','Dataproxy Admin',0);
INSERT INTO `bc_features`VALUES (188,'autotags.PHP','Ability to create Autotags which use a PHP function',0);
INSERT INTO `bc_features`VALUES (189,'config.autotags.tab_main','Access to configure general autotag settings',0);
INSERT INTO `bc_features`VALUES (190,'config.autotags.tab_autotag_permissions','Access to configure default autotag usage permissions',0);
INSERT INTO `bc_features`VALUES (208,'filemgmt.edit','filemgmt Admin Rights',0);
INSERT INTO `bc_features`VALUES (195,'tinymce.edit','Access to TinyMCE editor',0);
INSERT INTO `bc_features`VALUES (196,'tinymce.edit','Access to TinyMCE editor',0);
INSERT INTO `bc_features`VALUES (207,'filemgmt.user','filemgmt Access',0);
INSERT INTO `bc_features`VALUES (200,'spamx.admin','Full access to Spam-X plugin',0);
INSERT INTO `bc_features`VALUES (201,'spamx.skip','Skip checking posts for Spam',0);
INSERT INTO `bc_features`VALUES (202,'config.spamx.tab_main','Access to configure Spam-x main settings',0);
INSERT INTO `bc_features`VALUES (203,'config.spamx.tab_modules','Access to configure Spam-x modules',0);
INSERT INTO `bc_features`VALUES (204,'nmoxtopicown.edit','Access to nmoxtopicown editor',0);
INSERT INTO `bc_features`VALUES (205,'tkgmaps.admin','GoogleMaps Admin',0);
INSERT INTO `bc_features`VALUES (209,'filemgmt.upload','filemgmt File Upload Rights',0);
INSERT INTO `bc_features`VALUES (210,'filemanager.admin','Ability to use File Manager',0);
INSERT INTO `bc_features`VALUES (211,'config.Filemanager.tab_general','Access to configure Filemanager General Settings',0);
INSERT INTO `bc_features`VALUES (212,'config.Filemanager.tab_upload','Access to configure Filemanager Upload Settings',0);
INSERT INTO `bc_features`VALUES (213,'config.Filemanager.tab_images','Access to configure Filemanager Images Settings',0);
INSERT INTO `bc_features`VALUES (214,'config.Filemanager.tab_videos','Access to configure Filemanager Videos Settings',0);
INSERT INTO `bc_features`VALUES (215,'config.Filemanager.tab_audios','Access to configure Filemanager Audios Settings',0);
INSERT INTO `bc_features`VALUES (216,'polls.edit','Access to polls editor',0);
INSERT INTO `bc_features`VALUES (217,'config.polls.tab_whatsnew','Access to configure polls what\'s new block',0);
INSERT INTO `bc_features`VALUES (218,'config.polls.tab_main','Access to configure general polls settings',0);
INSERT INTO `bc_features`VALUES (219,'config.polls.tab_permissions','Access to configure polls default permissions',0);
INSERT INTO `bc_features`VALUES (220,'config.polls.tab_autotag_permissions','Access to configure polls autotag usage permissions',0);
INSERT INTO `bc_features`VALUES (221,'config.polls.tab_poll_block','Access to configure polls block',0);

--
-- Table structure for table `bc_filemgmt_broken`
--

DROP TABLE IF EXISTS `bc_filemgmt_broken`;

CREATE TABLE `bc_filemgmt_broken` (
  `reportid` int(5) NOT NULL AUTO_INCREMENT,
  `lid` int(11) NOT NULL DEFAULT 0,
  `sender` int(11) NOT NULL DEFAULT 0,
  `ip` varchar(20) NOT NULL DEFAULT '',
  PRIMARY KEY (`reportid`),
  KEY `lid` (`lid`),
  KEY `sender` (`sender`),
  KEY `ip` (`ip`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_filemgmt_broken`
--

INSERT INTO `bc_filemgmt_broken`VALUES (9,39,1,'210.143.35.20');
INSERT INTO `bc_filemgmt_broken`VALUES (10,35,1,'153.215.234.116');
INSERT INTO `bc_filemgmt_broken`VALUES (11,3,1,'122.16.6.132');

--
-- Table structure for table `bc_filemgmt_category`
--

DROP TABLE IF EXISTS `bc_filemgmt_category`;

CREATE TABLE `bc_filemgmt_category` (
  `cid` int(5) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(5) unsigned NOT NULL DEFAULT 0,
  `title` varchar(50) NOT NULL DEFAULT '',
  `imgurl` varchar(150) NOT NULL DEFAULT '',
  `grp_access` mediumint(8) NOT NULL DEFAULT 0,
  PRIMARY KEY (`cid`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_filemgmt_category`
--

INSERT INTO `bc_filemgmt_category`VALUES (1,0,'一般ユーザ向け','',2);
INSERT INTO `bc_filemgmt_category`VALUES (2,0,'開発者向け','',2);
INSERT INTO `bc_filemgmt_category`VALUES (3,1,'ツール','',2);
INSERT INTO `bc_filemgmt_category`VALUES (4,3,'Xenepic Online(*)','',22);
INSERT INTO `bc_filemgmt_category`VALUES (5,2,'Delphi コンポーネント','',2);
INSERT INTO `bc_filemgmt_category`VALUES (6,1,'各種データ','',2);
INSERT INTO `bc_filemgmt_category`VALUES (7,6,'Xenepic Online(*)','',22);
INSERT INTO `bc_filemgmt_category`VALUES (8,0,'WEBサイト管理者用','',2);
INSERT INTO `bc_filemgmt_category`VALUES (9,8,'Geeklog','',2);
INSERT INTO `bc_filemgmt_category`VALUES (10,5,'サンプルプログラム','',2);
INSERT INTO `bc_filemgmt_category`VALUES (11,3,'Xenepic Online','',2);
INSERT INTO `bc_filemgmt_category`VALUES (12,0,'ないしょ','',18);
INSERT INTO `bc_filemgmt_category`VALUES (13,6,'Xenepic Online','',2);
INSERT INTO `bc_filemgmt_category`VALUES (14,2,'Delphi FAQ用サンプル','',2);
INSERT INTO `bc_filemgmt_category`VALUES (15,0,'サーバー管理者用','',2);

--
-- Table structure for table `bc_filemgmt_downloadhistory`
--

DROP TABLE IF EXISTS `bc_filemgmt_downloadhistory`;

CREATE TABLE `bc_filemgmt_downloadhistory` (
  `uid` mediumint(8) NOT NULL DEFAULT 0,
  `lid` int(11) NOT NULL DEFAULT 0,
  `remote_ip` varchar(15) NOT NULL DEFAULT '',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  KEY `lid` (`lid`),
  KEY `uid` (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_filemgmt_downloadhistory`
--

INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'202.142.247.23','2006-09-26 18:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'202.142.247.23','2006-09-26 18:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'202.142.247.23','2006-09-26 18:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'202.142.247.23','2006-09-26 18:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'202.142.247.23','2006-09-26 18:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'202.142.247.23','2006-09-26 18:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (5,1,'58.147.224.158','2006-09-26 18:32:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2006-09-26 18:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2006-09-26 18:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2006-09-26 18:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2006-09-26 18:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2006-09-26 18:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,1,'219.209.122.64','2006-09-26 20:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,1,'219.209.122.64','2006-09-26 20:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,1,'58.147.224.158','2006-09-26 20:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (7,1,'221.185.12.44','2006-09-26 23:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (7,1,'221.185.12.44','2006-09-26 23:31:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (7,1,'221.185.12.44','2006-09-27 01:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'203.180.232.99','2006-09-27 14:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.173.18.92','2006-09-28 01:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2006-09-28 20:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'219.117.42.53','2006-09-28 22:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'202.142.242.157','2006-09-29 02:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,1,'203.180.232.99','2006-09-29 11:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.66.229','2006-09-29 15:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.169','2006-09-29 20:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.169','2006-09-29 21:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.169','2006-09-29 21:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.169','2006-09-29 21:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.169','2006-09-29 21:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.169','2006-09-29 21:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.169','2006-09-29 21:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.169','2006-09-29 21:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,1,'219.8.217.6','2006-09-30 10:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,1,'219.8.217.6','2006-09-30 11:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,1,'58.147.224.158','2006-09-30 19:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,1,'58.147.224.158','2006-09-30 19:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.55','2006-09-30 21:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.55','2006-09-30 21:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.55','2006-09-30 21:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'221.171.87.55','2006-09-30 22:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,8,'59.141.81.208','2006-10-01 00:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'124.18.173.107','2006-10-01 09:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,7,'211.9.172.222','2006-10-01 09:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,7,'221.189.133.95','2006-10-01 14:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,1,'221.189.133.95','2006-10-01 14:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,8,'221.189.133.95','2006-10-01 14:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,8,'221.189.133.95','2006-10-01 14:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,8,'221.189.133.95','2006-10-01 14:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'124.18.173.107','2006-10-01 18:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,7,'124.18.173.107','2006-10-01 18:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,8,'124.18.173.107','2006-10-01 18:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,7,'219.209.122.64','2006-10-02 20:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,7,'219.209.122.64','2006-10-02 20:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,1,'219.209.122.64','2006-10-02 20:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (7,7,'221.185.11.222','2006-10-03 21:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (7,7,'221.185.11.222','2006-10-03 21:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (7,1,'221.185.11.222','2006-10-03 21:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,8,'221.185.11.222','2006-10-03 21:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,7,'221.185.11.222','2006-10-03 21:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,7,'221.185.11.222','2006-10-03 21:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,7,'221.185.11.222','2006-10-03 21:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,7,'202.142.230.157','2006-10-03 22:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.72.13','2006-10-04 19:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,7,'58.147.224.158','2006-10-04 23:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,7,'58.147.224.158','2006-10-05 07:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,7,'203.180.232.99','2006-10-05 11:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2006-10-06 02:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (8,1,'203.136.53.22','2006-10-06 02:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'124.24.210.45','2006-10-06 07:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'124.24.210.45','2006-10-06 07:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (13,1,'58.81.197.251','2006-10-08 11:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,7,'211.9.172.71','2006-10-09 11:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,7,'58.147.224.158','2006-10-09 11:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,9,'211.9.172.71','2006-10-09 11:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,7,'58.147.224.158','2006-10-09 11:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.72.13','2006-10-10 08:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.72.13','2006-10-10 08:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.72.13','2006-10-10 08:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.72.13','2006-10-10 15:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.205','2006-10-10 15:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,7,'59.141.81.208','2006-10-11 17:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,7,'59.141.81.208','2006-10-11 17:03:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,7,'59.141.81.208','2006-10-11 17:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,7,'58.147.224.158','2006-10-11 20:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,8,'58.147.224.158','2006-10-11 21:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,8,'211.9.172.71','2006-10-11 21:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,7,'211.9.172.71','2006-10-11 21:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.222.176.124','2006-10-15 03:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (16,8,'124.85.175.9','2006-10-15 19:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (16,7,'124.85.175.9','2006-10-15 19:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,9,'203.180.232.99','2006-10-16 14:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.209.10.234','2006-10-18 19:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (16,7,'58.88.95.46','2006-10-18 20:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'202.142.224.177','2006-10-19 14:10:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.73.232','2006-10-20 14:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2006-10-20 15:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.41.214.24','2006-10-20 16:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.222.139.1','2006-10-23 15:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (14,1,'60.33.145.71','2006-10-25 17:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (14,7,'60.33.145.71','2006-10-25 17:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.98.7.13','2006-10-25 22:00:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.138.58.217','2006-10-27 09:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'58.138.58.217','2006-10-27 09:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.222.195.74','2006-10-27 16:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.222.195.74','2006-10-27 16:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,1,'219.164.140.210','2006-10-28 11:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,1,'219.164.140.210','2006-10-28 11:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,1,'219.164.140.210','2006-10-28 11:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,1,'219.164.140.210','2006-10-28 12:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,1,'219.164.140.210','2006-10-28 17:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2006-10-31 04:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.104.57','2006-10-31 10:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.222.195.74','2006-10-31 14:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.222.195.74','2006-10-31 17:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.222.195.74','2006-10-31 17:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.120.227.122','2006-10-31 22:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.73.232','2006-11-01 08:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.73.217','2006-11-01 08:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.1.151.236','2006-11-01 10:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.222.195.74','2006-11-01 11:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2006-11-02 01:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.148.102.27','2006-11-02 16:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.167.66.14','2006-11-02 20:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.252.158','2006-11-02 20:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'58.188.232.167','2006-11-03 01:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.124.60.9','2006-11-03 15:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.124.60.9','2006-11-03 15:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.124.60.9','2006-11-03 15:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.124.60.9','2006-11-03 16:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.124.60.9','2006-11-03 16:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2006-11-05 06:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.156.140.201','2006-11-06 13:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2006-11-08 00:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'202.142.247.122','2006-11-08 08:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.162.92.51','2006-11-08 16:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.109.211.133','2006-11-08 16:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.198.90.143','2006-11-09 11:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.162.92.51','2006-11-09 14:34:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.98.7.13','2006-11-09 21:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.196.204.21','2006-11-10 11:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,9,'203.180.232.99','2006-11-10 15:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2006-11-11 00:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.167.66.14','2006-11-11 11:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.167.66.14','2006-11-11 11:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.209.10.234','2006-11-11 11:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.77','2006-11-11 14:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.73.217','2006-11-12 00:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.98.147','2006-11-12 09:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.98.148','2006-11-12 09:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.98.148','2006-11-12 09:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.98.147','2006-11-12 10:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.98.147','2006-11-12 10:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.177.95','2006-11-12 11:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,1,'60.43.102.217','2006-11-12 21:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,7,'60.43.102.217','2006-11-12 21:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2006-11-14 00:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.116.47.130','2006-11-14 15:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.113.46.236','2006-11-14 15:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.213.220.65','2006-11-15 12:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'218.224.252.78','2006-11-15 17:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.224.252.78','2006-11-15 17:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.224.252.78','2006-11-15 17:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.224.252.78','2006-11-15 17:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2006-11-15 22:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.116.161.82','2006-11-15 23:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.125.175.131','2006-11-16 14:10:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (19,1,'219.104.255.60','2006-11-19 14:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,1,'58.147.224.158','2006-11-19 14:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.108.79.221','2006-11-19 18:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.1.116.78','2006-11-19 19:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.222.176.123','2006-11-20 11:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'219.101.94.129','2006-11-20 22:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'219.101.94.129','2006-11-20 22:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'219.101.94.129','2006-11-20 22:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.167.50.22','2006-11-21 02:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.167.50.22','2006-11-21 02:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.167.50.22','2006-11-21 03:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.167.50.22','2006-11-21 03:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.167.50.22','2006-11-21 03:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.167.50.22','2006-11-21 03:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.167.50.22','2006-11-21 03:09:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.167.50.22','2006-11-21 03:10:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.167.50.22','2006-11-21 03:10:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.167.50.22','2006-11-21 03:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.114.76.132','2006-11-21 05:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2006-11-22 07:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.35.120.243','2006-11-22 12:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.73.217','2006-11-22 21:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (9,7,'124.85.58.219','2006-11-23 03:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2006-11-24 14:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.69.30','2006-11-24 22:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2006-11-27 01:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2006-11-27 01:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.255.13.162','2006-11-28 21:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.24.172.99','2006-11-30 06:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.184.40.246','2006-12-01 10:27:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.90.196.97','2006-12-02 12:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2006-12-03 16:45:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.114.160.42','2006-12-03 23:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2006-12-05 02:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'203.112.59.84','2006-12-05 11:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.69.30','2006-12-05 14:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.65.197','2006-12-06 04:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2006-12-08 12:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.4.245.130','2006-12-08 13:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (6,1,'219.209.122.64','2006-12-09 14:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'124.85.218.17','2006-12-10 19:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'124.85.218.17','2006-12-10 19:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'124.85.218.17','2006-12-10 20:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'124.85.218.17','2006-12-10 20:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.180.82.88','2006-12-11 10:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.172.112.69','2006-12-11 10:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'218.42.1.145','2006-12-11 13:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.86.228','2006-12-11 20:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.86.105','2006-12-11 23:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.85.220','2006-12-11 23:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.86.236','2006-12-12 00:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.86.209','2006-12-12 03:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,6,'203.180.232.99','2006-12-13 14:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,6,'203.180.232.99','2006-12-13 16:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2006-12-14 07:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.97.206.174','2006-12-15 13:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.97.206.174','2006-12-15 13:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.97.206.174','2006-12-15 13:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.225.63.40','2006-12-15 23:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,9,'222.225.63.40','2006-12-15 23:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.225.63.40','2006-12-15 23:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,7,'222.225.63.40','2006-12-16 00:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,8,'222.225.63.40','2006-12-16 00:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.180.82.88','2006-12-16 00:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,13,'222.225.63.40','2006-12-16 00:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,8,'211.9.172.52','2006-12-16 00:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.180.82.86','2006-12-16 00:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,9,'211.9.172.52','2006-12-16 00:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.180.82.82','2006-12-16 00:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,13,'211.9.172.52','2006-12-16 00:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,7,'211.9.172.52','2006-12-16 00:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,8,'211.9.172.52','2006-12-16 00:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'211.9.172.52','2006-12-16 00:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'211.9.172.52','2006-12-16 00:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'211.9.172.52','2006-12-16 00:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2006-12-16 05:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,1,'58.147.224.158','2006-12-16 08:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'211.9.172.52','2006-12-16 08:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.69.30','2006-12-16 09:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.66.137','2006-12-16 11:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.15','2006-12-16 13:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.222.176.122','2006-12-17 14:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.15','2006-12-17 23:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2006-12-19 06:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.87.25','2006-12-19 07:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.86.228','2006-12-19 08:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.86.203','2006-12-19 14:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.86.209','2006-12-19 16:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.37','2006-12-19 17:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.68.206','2006-12-19 19:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.37','2006-12-19 20:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.65.101','2006-12-21 01:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.190.68.232','2006-12-21 11:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.233.125.29','2006-12-21 11:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.70.182','2006-12-21 16:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.68.199','2006-12-21 17:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.71.36','2006-12-21 23:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.71.62','2006-12-22 02:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.68.139','2006-12-24 05:43:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.74.96','2006-12-24 11:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2006-12-24 19:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.101','2006-12-26 04:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.72.74','2006-12-27 09:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2006-12-27 12:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.213.99.155','2006-12-27 13:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.101','2006-12-28 02:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.108','2006-12-28 06:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.108','2006-12-28 06:15:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.108','2006-12-28 06:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.213.108','2006-12-28 07:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.213.108','2006-12-28 07:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.213.48.66','2006-12-28 17:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.213.48.66','2006-12-28 17:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.12.172.181','2006-12-29 03:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.12.172.181','2006-12-29 04:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.12.172.181','2006-12-29 04:14:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.101','2006-12-29 19:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.12.172.181','2006-12-29 20:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'58.3.170.191','2006-12-29 21:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.124.76.33','2006-12-29 21:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.213.108','2006-12-30 01:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.213.108','2006-12-30 02:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.65.15','2006-12-30 06:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2006-12-30 08:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.68.206','2006-12-30 16:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.213.108','2006-12-31 00:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.213.108','2006-12-31 00:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.213.108','2006-12-31 02:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.73.95','2007-01-01 16:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.71.36','2007-01-01 21:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.70.182','2007-01-02 01:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.15','2007-01-02 06:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.71.62','2007-01-02 22:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.15','2007-01-03 07:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.179.180.127','2007-01-04 10:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.179.180.127','2007-01-04 10:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.179.180.127','2007-01-04 10:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.179.180.127','2007-01-04 10:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.179.180.127','2007-01-04 10:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.74.96','2007-01-04 19:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'58.3.172.35','2007-01-04 22:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2007-01-05 04:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.246.172.75','2007-01-05 13:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.246.172.75','2007-01-05 13:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.246.172.75','2007-01-05 13:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.246.172.75','2007-01-05 13:44:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.246.172.75','2007-01-05 13:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'58.157.244.114','2007-01-05 16:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2007-01-05 19:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.70.27','2007-01-06 07:23:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.146.247.156','2007-01-06 14:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'64.124.85.213','2007-01-07 00:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'64.124.85.213','2007-01-07 00:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.12.191.91','2007-01-07 09:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.89','2007-01-07 12:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.210.93','2007-01-07 12:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.92','2007-01-07 12:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.88','2007-01-07 12:46:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.88','2007-01-07 12:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.65.142','2007-01-07 13:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.65.142','2007-01-07 13:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.142','2007-01-07 13:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2007-01-07 17:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.65.142','2007-01-08 07:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.86.203','2007-01-09 02:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.98.148','2007-01-10 03:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.98.148','2007-01-10 03:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.98.147','2007-01-10 08:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.98.147','2007-01-10 08:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.226.135','2007-01-10 14:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2007-01-10 19:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.124.85.213','2007-01-11 02:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'64.124.85.213','2007-01-11 02:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'64.124.85.213','2007-01-11 02:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'64.124.85.213','2007-01-11 02:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'64.124.85.213','2007-01-11 02:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'64.124.85.213','2007-01-11 02:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'64.124.85.213','2007-01-11 02:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.68.206','2007-01-11 09:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.33.90.76','2007-01-11 22:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.87.25','2007-01-12 10:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'219.106.243.66','2007-01-12 11:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.213.120.5','2007-01-12 16:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.71.36','2007-01-12 16:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.32.99.81','2007-01-12 18:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.70.182','2007-01-13 08:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.46.9.22','2007-01-14 14:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.36.3.117','2007-01-14 22:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.228.229.71','2007-01-15 19:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.71.62','2007-01-15 23:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.74.96','2007-01-16 03:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2007-01-16 05:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.71.62','2007-01-17 12:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2007-01-18 14:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.112.97.8','2007-01-19 05:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.146.35.82','2007-01-19 20:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'128.241.20.86','2007-01-20 09:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.195.11.76','2007-01-20 09:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.208.65.162','2007-01-20 17:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.193.72.30','2007-01-21 10:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.222.176.123','2007-01-22 14:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.12.191.92','2007-01-22 19:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.108','2007-01-22 23:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.108','2007-01-22 23:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.108','2007-01-22 23:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.213.108','2007-01-22 23:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.213.108','2007-01-22 23:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.15.12.39','2007-01-23 17:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.15.12.39','2007-01-23 17:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.15.12.39','2007-01-23 17:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'211.15.12.39','2007-01-23 17:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.213.108','2007-01-23 18:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'64.242.88.60','2007-01-23 21:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.221.227.121','2007-01-24 00:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'64.242.88.60','2007-01-24 00:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'64.242.88.60','2007-01-24 00:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.242.88.60','2007-01-24 12:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2007-01-25 02:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.68.206','2007-01-25 03:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.85.231.115','2007-01-25 08:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.12.191.92','2007-01-25 22:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.213.108','2007-01-26 03:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.213.108','2007-01-26 03:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.213.108','2007-01-26 05:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'60.36.3.117','2007-01-27 17:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.71.56','2007-01-29 05:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.85.231.115','2007-01-29 12:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.230','2007-01-30 05:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'210.228.90.200','2007-01-30 15:32:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.228.229.88','2007-01-30 21:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.228.229.88','2007-01-30 21:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.246.252.129','2007-01-31 15:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.246.252.129','2007-01-31 16:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.65.220','2007-02-02 09:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.86.203','2007-02-02 15:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.87.25','2007-02-02 16:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.190.1.203','2007-02-03 23:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.190.1.203','2007-02-03 23:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.46.9.22','2007-02-04 00:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.149.225.207','2007-02-04 18:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.149.225.207','2007-02-04 18:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.149.225.207','2007-02-04 18:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.213.152.134','2007-02-07 21:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.213.152.134','2007-02-07 21:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.11','2007-02-08 21:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.213.108','2007-02-09 03:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.108','2007-02-09 03:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.108','2007-02-09 03:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.108','2007-02-09 03:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.228.63.15','2007-02-09 09:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.213.108','2007-02-09 13:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.213.108','2007-02-09 13:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'122.26.59.98','2007-02-09 13:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.198.144.70','2007-02-09 19:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.213.108','2007-02-09 23:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.189.187.119','2007-02-10 03:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,3,'218.228.69.132','2007-02-10 14:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'128.241.20.85','2007-02-10 23:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.180.82.88','2007-02-10 23:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.103.231.221','2007-02-10 23:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.180.82.87','2007-02-10 23:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.103.231.221','2007-02-10 23:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.147.110.20','2007-02-11 10:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'220.147.110.20','2007-02-11 10:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.147.110.20','2007-02-11 10:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.147.110.20','2007-02-11 10:21:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'210.235.214.254','2007-02-11 11:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-02-11 16:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.210.93','2007-02-11 16:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-02-11 16:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-02-11 16:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.89','2007-02-11 17:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.210.92','2007-02-11 17:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.210.95','2007-02-11 18:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.180.82.85','2007-02-11 22:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.103.231.221','2007-02-11 22:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.180.82.84','2007-02-11 22:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.103.231.221','2007-02-11 22:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.180.82.88','2007-02-11 22:39:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.103.231.221','2007-02-11 22:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.213.108','2007-02-13 08:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.213.108','2007-02-13 08:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.213.108','2007-02-13 08:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.246.172.75','2007-02-14 15:19:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.246.172.75','2007-02-14 15:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.246.172.75','2007-02-14 15:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.246.172.75','2007-02-14 15:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.246.172.75','2007-02-14 15:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.246.172.75','2007-02-14 15:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.246.172.75','2007-02-14 15:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,14,'58.147.224.158','2007-02-14 21:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,14,'123.48.138.16','2007-02-14 21:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,14,'123.48.138.16','2007-02-14 22:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.202.51.82','2007-02-15 00:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.227','2007-02-15 09:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-02-16 06:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.210.90','2007-02-16 06:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.89','2007-02-16 06:31:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'133.74.158.214','2007-02-16 11:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,14,'218.228.69.132','2007-02-16 19:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.103.220.172','2007-02-18 11:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.70.27','2007-02-18 11:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-02-18 18:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-02-18 18:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.204.161.240','2007-02-19 08:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.204.161.240','2007-02-19 08:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.204.161.240','2007-02-19 08:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.204.161.240','2007-02-19 08:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.204.161.240','2007-02-20 09:20:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.177.232','2007-02-21 14:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.91','2007-02-21 18:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.91','2007-02-21 18:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.91','2007-02-21 18:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.94','2007-02-21 18:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.167.66.14','2007-02-21 19:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.167.66.14','2007-02-21 19:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.167.66.14','2007-02-21 19:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.167.66.14','2007-02-21 19:06:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.167.66.14','2007-02-21 19:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,14,'203.180.232.99','2007-02-22 09:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.149.56.49','2007-02-22 13:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'211.5.66.113','2007-02-22 13:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'211.5.66.113','2007-02-22 16:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.227','2007-02-23 03:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.232.135.94','2007-02-23 12:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.23.154.208','2007-02-24 02:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.23.154.208','2007-02-24 02:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.70.182','2007-02-24 10:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.213.108','2007-02-25 06:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.108','2007-02-25 15:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.108','2007-02-25 15:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.108','2007-02-25 15:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.12.191.209','2007-02-25 16:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.12.191.209','2007-02-25 16:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.230','2007-02-25 21:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.230','2007-02-25 22:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'207.46.98.147','2007-02-25 22:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.213.108','2007-02-26 02:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.70.143','2007-02-26 10:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.70.143','2007-02-26 10:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'59.190.72.157','2007-02-27 14:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'59.190.72.157','2007-02-27 14:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2007-02-27 23:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.74.96','2007-02-28 06:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'211.5.66.113','2007-02-28 11:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.196.171.106','2007-02-28 12:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.69.214','2007-02-28 21:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'59.84.82.98','2007-03-01 10:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.213.108','2007-03-01 18:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.213.108','2007-03-02 05:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.213.108','2007-03-02 06:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.208.172.179','2007-03-04 07:53:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'64.208.172.179','2007-03-04 07:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'64.208.172.179','2007-03-04 07:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'64.208.172.179','2007-03-04 07:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'64.208.172.179','2007-03-04 07:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'64.208.172.179','2007-03-04 07:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'64.208.172.179','2007-03-04 07:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'64.208.172.179','2007-03-04 07:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'64.208.172.179','2007-03-04 08:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.14.182.4','2007-03-04 10:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.172','2007-03-05 04:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'61.121.47.59','2007-03-05 10:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.70.143','2007-03-05 13:52:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.172','2007-03-06 00:55:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.172','2007-03-06 01:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2007-03-06 14:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.31.112.2','2007-03-07 13:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-03-07 13:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.42.146.30','2007-03-07 18:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-03-08 09:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-03-08 10:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.90','2007-03-08 10:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-03-08 10:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.32.99.81','2007-03-08 12:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2007-03-08 17:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-03-08 17:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,14,'124.18.54.54','2007-03-08 17:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-03-09 14:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.90','2007-03-09 15:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-03-09 15:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-03-09 15:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-03-09 22:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.65.146','2007-03-10 05:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.65.146','2007-03-10 05:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,9,'58.147.224.158','2007-03-10 10:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'123.48.138.109','2007-03-10 10:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.103.220.172','2007-03-10 19:32:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-03-10 20:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.90','2007-03-10 21:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-03-10 21:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-03-10 21:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.65.146','2007-03-11 04:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.65.146','2007-03-11 05:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2007-03-11 08:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-03-12 02:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.90','2007-03-12 03:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-03-12 03:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-03-12 03:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-03-12 11:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.71.56','2007-03-13 01:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.146','2007-03-13 10:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-03-13 10:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-03-13 10:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-03-13 10:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.90','2007-03-13 10:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-03-13 16:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.23.154.208','2007-03-13 21:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.23.154.208','2007-03-13 21:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.213.108','2007-03-13 23:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.204.161.240','2007-03-14 09:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.146','2007-03-14 09:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.204.161.240','2007-03-14 09:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.146','2007-03-14 10:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-03-14 16:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-03-14 16:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.90','2007-03-14 16:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-03-14 16:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-03-14 22:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.163.64.106','2007-03-15 10:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.163.64.106','2007-03-15 10:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.173.178.131','2007-03-15 17:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'83.138.189.75','2007-03-15 18:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'83.138.189.75','2007-03-15 18:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'83.138.189.75','2007-03-15 18:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'83.138.189.75','2007-03-15 18:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'83.138.189.75','2007-03-15 18:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.253.203.8','2007-03-16 05:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-03-16 10:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-03-16 11:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.90','2007-03-16 11:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-03-16 11:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-03-16 11:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'125.173.178.131','2007-03-16 11:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.65.220','2007-03-17 09:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (12,1,'61.121.47.59','2007-03-17 22:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.108','2007-03-18 00:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.108','2007-03-18 00:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.108','2007-03-18 02:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-03-18 23:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.213.108','2007-03-18 23:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-03-19 00:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-03-19 01:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.90','2007-03-19 01:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-03-19 01:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.94.128.68','2007-03-19 14:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'132.222.120.39','2007-03-19 14:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.96.46.29','2007-03-19 14:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-03-20 08:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.210.90','2007-03-21 21:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.210.90','2007-03-21 21:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.210.90','2007-03-21 21:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.210.93','2007-03-22 00:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2007-03-22 07:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,1,'203.180.232.99','2007-03-22 13:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.210.95','2007-03-23 07:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.225.137.214','2007-03-23 14:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.225.137.214','2007-03-23 14:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.225.137.214','2007-03-23 14:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.10','2007-03-24 16:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.65.169','2007-03-24 23:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.65.169','2007-03-25 00:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.65.169','2007-03-25 00:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (26,1,'211.128.40.140','2007-03-25 22:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (26,1,'211.128.40.140','2007-03-25 22:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (26,1,'211.128.40.140','2007-03-25 22:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.1.151.236','2007-03-26 18:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.1.151.236','2007-03-26 18:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.169','2007-03-26 23:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.225.64.197','2007-03-27 00:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.225.64.197','2007-03-27 00:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,7,'222.225.64.197','2007-03-27 00:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.10','2007-03-27 09:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'219.106.243.66','2007-03-27 10:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,14,'203.180.232.99','2007-03-27 13:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,14,'203.180.232.99','2007-03-27 13:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.191.101.194','2007-03-27 16:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.191.101.194','2007-03-27 16:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,14,'203.180.232.99','2007-03-27 18:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.10','2007-03-27 23:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.10','2007-03-27 23:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.169','2007-03-28 11:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.169','2007-03-28 11:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.10','2007-03-29 05:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.166.194.89','2007-03-29 10:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.72.176','2007-03-29 16:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.10','2007-03-30 00:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.10','2007-03-30 03:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.10','2007-03-30 16:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.10','2007-03-31 01:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.10','2007-03-31 04:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.10','2007-03-31 05:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.213.109','2007-04-02 04:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.193.61.93','2007-04-02 23:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.180.82.84','2007-04-03 16:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'222.147.252.67','2007-04-03 16:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'222.147.252.67','2007-04-03 16:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.180.82.82','2007-04-03 16:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.252.67','2007-04-03 16:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.180.82.86','2007-04-03 16:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.147.252.67','2007-04-03 16:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.10','2007-04-03 19:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.109','2007-04-03 21:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.213.109','2007-04-04 02:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.109','2007-04-04 04:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.177.232','2007-04-04 17:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.67.165','2007-04-05 02:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2007-04-05 10:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.147.224.158','2007-04-05 21:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.180.82.90','2007-04-05 22:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.102.60.84','2007-04-05 22:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'211.1.193.100','2007-04-05 23:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'211.1.193.100','2007-04-05 23:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'211.1.193.100','2007-04-05 23:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'211.1.193.100','2007-04-05 23:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'211.1.193.100','2007-04-05 23:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.180.82.90','2007-04-06 21:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.102.60.84','2007-04-06 21:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.25.139.109','2007-04-06 21:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.25.139.109','2007-04-06 22:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.25.139.109','2007-04-07 18:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.187.235.175','2007-04-07 18:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.72.176','2007-04-08 04:07:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'128.194.135.94','2007-04-08 06:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.210.95','2007-04-08 16:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.72.238','2007-04-09 13:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.241','2007-04-11 17:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.65.241','2007-04-12 07:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'218.219.214.119','2007-04-12 13:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'218.219.214.119','2007-04-12 13:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'220.111.106.152','2007-04-12 13:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.68.18','2007-04-12 14:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.198.140.147','2007-04-14 15:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.198.140.147','2007-04-14 15:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,14,'125.198.140.147','2007-04-14 15:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,7,'125.198.140.147','2007-04-14 15:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,7,'125.198.140.147','2007-04-14 15:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,8,'125.198.140.147','2007-04-14 15:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,15,'125.198.140.147','2007-04-14 15:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,15,'125.198.140.147','2007-04-14 15:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.241','2007-04-14 15:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.198.140.147','2007-04-14 16:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.253.238.88','2007-04-14 17:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.253.238.88','2007-04-14 17:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.253.238.88','2007-04-14 17:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'203.212.47.160','2007-04-15 00:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2007-04-16 11:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.213.109','2007-04-16 11:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2007-04-16 12:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.65.220','2007-04-16 15:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'128.194.135.94','2007-04-16 15:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.166.131.32','2007-04-16 19:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.166.131.32','2007-04-16 19:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.136.112.223','2007-04-16 21:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2007-04-16 22:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'128.194.135.94','2007-04-17 04:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'128.194.135.94','2007-04-17 04:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.70.182','2007-04-17 17:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.100.204.52','2007-04-17 19:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.100.204.52','2007-04-17 19:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2007-04-18 05:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.93.162.226','2007-04-18 20:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'58.147.224.158','2007-04-20 19:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.33.235.200','2007-04-21 19:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.33.235.200','2007-04-21 19:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.10','2007-04-21 22:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.177','2007-04-22 03:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.225.65.249','2007-04-22 12:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,16,'222.225.65.249','2007-04-22 12:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,14,'222.225.65.249','2007-04-22 12:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.73.125','2007-04-22 17:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'124.210.251.10','2007-04-22 23:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.163.24.60','2007-04-23 15:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.10','2007-04-23 20:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.10','2007-04-23 21:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.145.86.188','2007-04-24 01:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.10','2007-04-24 03:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.84.52.8','2007-04-24 03:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.10','2007-04-24 07:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.10','2007-04-24 08:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.185.210.18','2007-04-24 16:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.185.210.18','2007-04-24 16:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (29,12,'221.185.210.18','2007-04-25 06:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'221.185.210.18','2007-04-25 06:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'221.185.210.18','2007-04-25 06:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.191.197.249','2007-04-25 06:35:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.185.210.18','2007-04-25 06:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (29,10,'221.185.210.18','2007-04-25 06:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.35.7.50','2007-04-25 06:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (29,13,'221.185.210.18','2007-04-25 06:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.35.7.50','2007-04-25 06:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.198.227.89','2007-04-25 14:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2007-04-25 14:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2007-04-25 14:34:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.198.227.89','2007-04-25 14:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2007-04-25 15:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,17,'123.48.66.242','2007-04-25 15:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,17,'122.152.128.10','2007-04-25 22:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.10','2007-04-26 01:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.10','2007-04-26 05:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.65.177','2007-04-26 12:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.219.214.119','2007-04-26 14:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.219.214.119','2007-04-26 14:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.10','2007-04-26 17:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.10','2007-04-26 21:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.10','2007-04-26 23:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2007-04-27 08:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.65.177','2007-04-27 09:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,16,'218.228.69.132','2007-04-27 10:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,16,'218.228.69.132','2007-04-27 10:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,16,'218.228.69.132','2007-04-27 10:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,17,'218.228.69.132','2007-04-27 10:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,15,'218.228.69.132','2007-04-27 10:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,1,'218.228.69.132','2007-04-27 10:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,14,'218.228.69.132','2007-04-27 10:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,7,'218.228.69.132','2007-04-27 10:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (24,7,'218.228.69.132','2007-04-27 10:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.129.111.90','2007-04-27 16:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.180.82.82','2007-04-27 16:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.148.89.36','2007-04-27 16:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.180.82.90','2007-04-27 17:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.148.89.36','2007-04-27 17:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'210.172.29.169','2007-04-27 18:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.65.177','2007-04-27 21:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.65.220','2007-04-27 22:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.65.177','2007-04-28 02:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'133.46.141.202','2007-04-28 17:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'125.175.146.175','2007-04-28 18:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.25.136.218','2007-04-28 22:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.25.136.218','2007-04-28 22:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.25.136.218','2007-04-28 22:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.180.82.88','2007-04-29 00:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'58.190.12.64','2007-04-29 00:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'58.190.12.64','2007-04-29 00:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.70.182','2007-04-29 08:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2007-04-29 11:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'218.219.224.14','2007-04-30 10:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.180.82.83','2007-04-30 22:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.101.156.198','2007-04-30 22:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.74.156','2007-05-04 00:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.180.82.84','2007-05-04 13:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.151.199.193','2007-05-04 13:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.211.5.240','2007-05-05 19:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.211.5.240','2007-05-05 19:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.211.5.240','2007-05-05 19:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.211.5.240','2007-05-05 19:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.211.5.240','2007-05-05 19:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.211.5.240','2007-05-05 19:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.211.5.240','2007-05-05 19:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.70.182','2007-05-06 11:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.71.56','2007-05-06 19:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.71.56','2007-05-08 15:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.111','2007-05-09 10:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.192.224.130','2007-05-09 12:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.219.196.176','2007-05-09 13:14:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.81.208','2007-05-09 16:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'202.224.20.115','2007-05-09 16:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.65.220','2007-05-09 21:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.73.178','2007-05-09 21:57:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.82.156.230','2007-05-09 22:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.82.156.230','2007-05-09 22:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.82.156.230','2007-05-09 22:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.82.156.230','2007-05-09 22:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.82.156.230','2007-05-09 22:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.65.235','2007-05-10 13:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.221.246.233','2007-05-10 16:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.213.109','2007-05-11 06:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.124.60.9','2007-05-11 11:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.124.60.9','2007-05-11 11:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'222.7.177.168','2007-05-11 16:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.7.177.168','2007-05-11 16:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'222.7.177.168','2007-05-11 16:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.7.177.168','2007-05-11 16:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.7.177.168','2007-05-11 16:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.187.5.92','2007-05-11 17:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.52.229.126','2007-05-11 19:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'211.7.121.91','2007-05-11 21:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.109','2007-05-12 23:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.10','2007-05-13 03:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'59.141.27.155','2007-05-13 14:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'59.141.27.155','2007-05-13 14:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'59.141.27.155','2007-05-13 18:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'59.141.27.155','2007-05-13 18:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'59.141.27.155','2007-05-13 18:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'59.141.27.155','2007-05-13 18:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'59.141.27.155','2007-05-13 18:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.109','2007-05-13 23:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.109','2007-05-13 23:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.213.109','2007-05-14 01:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.213.109','2007-05-14 02:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.213.109','2007-05-14 02:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.107.190.135','2007-05-14 13:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.187.142.213','2007-05-14 15:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.213.160.227','2007-05-14 16:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.19.227.74','2007-05-14 16:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.40.147.210','2007-05-14 16:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.111','2007-05-14 18:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.111','2007-05-14 18:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.198.229.175','2007-05-14 21:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.10','2007-05-15 07:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.10','2007-05-15 11:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'203.180.232.99','2007-05-15 16:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'133.205.131.20','2007-05-15 19:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.1.193.50','2007-05-15 22:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.1.193.50','2007-05-15 22:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.1.193.50','2007-05-15 22:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.147.205.191','2007-05-16 08:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.147.205.191','2007-05-16 09:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.180.82.83','2007-05-16 11:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.94.229.203','2007-05-16 11:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.94.229.203','2007-05-16 11:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.180.82.90','2007-05-16 11:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.168.224.127','2007-05-16 12:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.168.224.127','2007-05-16 12:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.70.182','2007-05-16 15:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.180.82.82','2007-05-16 16:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'219.94.229.203','2007-05-16 16:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.94.229.203','2007-05-16 16:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.180.82.90','2007-05-16 16:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.94.229.203','2007-05-16 16:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.180.82.86','2007-05-16 16:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.177.232','2007-05-16 18:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.10','2007-05-16 18:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.10','2007-05-17 09:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.179.90.177','2007-05-18 11:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.10','2007-05-18 16:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.10','2007-05-18 23:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (30,1,'219.187.59.157','2007-05-19 10:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (30,1,'219.187.59.157','2007-05-19 10:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (30,1,'219.187.59.157','2007-05-19 10:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.72.68','2007-05-19 19:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.10','2007-05-20 10:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.10','2007-05-20 12:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.10','2007-05-20 12:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.10','2007-05-20 16:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.10','2007-05-21 03:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.117.118.212','2007-05-21 11:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.117.118.212','2007-05-21 11:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'133.205.131.20','2007-05-22 05:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'125.103.229.20','2007-05-22 10:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'125.103.229.20','2007-05-22 10:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.73.239','2007-05-22 16:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'133.205.131.20','2007-05-23 20:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'133.205.131.20','2007-05-23 20:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'133.205.131.20','2007-05-23 20:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.66.229','2007-05-25 16:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.109.24.157','2007-05-26 18:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.109.24.157','2007-05-26 18:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.109.24.157','2007-05-26 18:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.66.229','2007-05-27 08:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.204.161.240','2007-05-29 18:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.117.171.194','2007-05-29 18:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.94.229.203','2007-05-29 20:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.180.82.81','2007-05-29 20:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.66.229','2007-05-30 14:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.214.113.250','2007-05-30 15:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.214.113.250','2007-05-30 15:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.213.109','2007-05-30 22:54:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.103.215.18','2007-05-31 11:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.103.215.18','2007-05-31 11:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.103.215.18','2007-05-31 11:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.30.25.63','2007-05-31 19:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.30.25.63','2007-05-31 19:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.30.25.63','2007-05-31 19:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.213.109','2007-05-31 21:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.41.214.24','2007-06-01 11:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.66.229','2007-06-02 10:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.132.54.202','2007-06-03 01:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.132.54.202','2007-06-03 01:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.132.54.202','2007-06-03 01:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.10','2007-06-04 13:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.103.215.18','2007-06-05 13:47:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.103.215.18','2007-06-05 13:56:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.239.7.130','2007-06-05 14:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.249.97.40','2007-06-05 18:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.249.97.40','2007-06-05 18:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.97.40','2007-06-05 18:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.249.97.40','2007-06-05 18:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.249.97.40','2007-06-05 18:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.249.97.40','2007-06-05 18:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.249.97.40','2007-06-05 18:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.10','2007-06-06 00:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.10','2007-06-06 01:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.162.92.51','2007-06-06 11:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.146.35.86','2007-06-06 14:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.146.35.86','2007-06-06 14:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.227.163.234','2007-06-06 15:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.227.163.234','2007-06-06 15:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.193.35.163','2007-06-06 17:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'125.193.35.163','2007-06-06 17:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.193.35.163','2007-06-06 17:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.81.208','2007-06-06 17:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2007-06-06 17:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.81.208','2007-06-06 20:42:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.66.35','2007-06-07 02:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.70.182','2007-06-07 02:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.66.35','2007-06-07 13:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.4.245.130','2007-06-07 16:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.66.35','2007-06-08 10:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.157.93.6','2007-06-08 17:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.10','2007-06-08 19:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.10','2007-06-08 21:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.66.35','2007-06-09 06:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.66.35','2007-06-09 06:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.10','2007-06-09 17:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.106.103.13','2007-06-10 04:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'208.36.144.7','2007-06-10 06:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'208.36.144.7','2007-06-10 12:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'208.36.144.7','2007-06-10 17:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'208.36.144.7','2007-06-11 01:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.36.144.7','2007-06-11 04:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'208.36.144.7','2007-06-11 08:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.232.135.94','2007-06-11 10:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.232.135.94','2007-06-11 11:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'208.36.144.7','2007-06-11 13:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.36.144.7','2007-06-11 16:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.135.94','2007-06-11 17:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.36.144.7','2007-06-11 19:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'208.36.144.7','2007-06-11 21:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'208.36.144.7','2007-06-12 00:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.10','2007-06-12 00:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.10','2007-06-12 08:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.10','2007-06-12 09:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.10','2007-06-12 11:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.228.69.132','2007-06-12 20:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.10','2007-06-12 23:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'208.36.144.7','2007-06-13 00:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.228.69.132','2007-06-13 02:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.10','2007-06-13 03:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.122.29.19','2007-06-14 01:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.66.35','2007-06-14 11:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.66.35','2007-06-14 11:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.31.74.248','2007-06-15 14:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.66.35','2007-06-15 19:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.232.135.94','2007-06-15 20:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'203.180.232.99','2007-06-15 20:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.135.94','2007-06-15 21:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.232.135.94','2007-06-15 21:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.232.135.94','2007-06-15 21:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.232.135.94','2007-06-15 21:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.22','2007-06-17 19:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.124.60.9','2007-06-18 14:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.135.94','2007-06-19 13:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.135.94','2007-06-19 16:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'123.48.136.242','2007-06-20 09:11:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.66.35','2007-06-20 10:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.66.35','2007-06-20 10:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.66.35','2007-06-20 10:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.66.35','2007-06-20 10:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.66.35','2007-06-20 10:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.56.149.117','2007-06-20 10:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.66.35','2007-06-20 10:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.66.35','2007-06-20 10:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.56.149.117','2007-06-20 10:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.66.35','2007-06-20 10:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.66.35','2007-06-20 10:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.66.35','2007-06-20 10:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.56.149.117','2007-06-20 13:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.16.102.76','2007-06-20 14:38:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.165.127.226','2007-06-20 18:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.135.94','2007-06-20 19:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2007-06-20 19:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2007-06-20 19:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.135.94','2007-06-20 19:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.232.135.94','2007-06-20 19:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.232.135.94','2007-06-20 20:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.232.135.94','2007-06-20 20:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.165.127.226','2007-06-20 20:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.165.127.226','2007-06-20 20:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.165.127.226','2007-06-20 20:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.66.35','2007-06-20 22:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.225.65.148','2007-06-21 01:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'218.41.193.141','2007-06-21 01:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.225.65.148','2007-06-21 01:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.66.35','2007-06-21 05:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'58.70.51.129','2007-06-21 06:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'58.70.51.129','2007-06-21 06:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'58.70.51.129','2007-06-21 06:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'58.70.51.129','2007-06-21 06:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'58.70.51.129','2007-06-21 06:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.177.232','2007-06-22 00:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'163.135.10.35','2007-06-22 14:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.18.193.144','2007-06-22 18:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.96.233.145','2007-06-23 21:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'124.96.233.145','2007-06-23 21:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.255.18.123','2007-06-23 22:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.73.36','2007-06-24 02:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.177.222.19','2007-06-24 19:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.3.39.207','2007-06-25 08:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.3.39.207','2007-06-25 08:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'125.3.39.207','2007-06-25 08:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.249.119.25','2007-06-25 09:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.249.119.25','2007-06-25 09:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.126.225.85','2007-06-25 12:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.126.225.85','2007-06-25 12:17:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.249.119.25','2007-06-25 13:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.249.119.25','2007-06-25 13:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.10','2007-06-25 20:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.135.94','2007-06-25 20:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.232.135.94','2007-06-25 20:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.25.128.82','2007-06-26 11:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'128.241.20.81','2007-06-26 11:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.25.128.82','2007-06-26 11:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.180.82.86','2007-06-26 11:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.25.128.82','2007-06-26 11:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.180.82.88','2007-06-26 11:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.25.128.82','2007-06-26 11:43:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.0.155.130','2007-06-27 16:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.0.155.130','2007-06-27 16:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.10.64.113','2007-06-28 01:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.199.220.96','2007-06-28 13:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.10','2007-06-28 15:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.115.172','2007-06-28 19:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'221.186.115.172','2007-06-28 19:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.116','2007-06-29 02:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.126.178.136','2007-06-29 04:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'203.179.93.83','2007-06-29 09:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.10','2007-06-30 21:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.10','2007-06-30 21:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.10','2007-07-01 03:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.10','2007-07-01 03:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.10','2007-07-01 03:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.26.134','2007-07-01 09:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2007-07-01 11:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.110.155.50','2007-07-03 10:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.10','2007-07-04 06:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.96.228.186','2007-07-04 11:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.212.193.69','2007-07-04 11:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.180.82.85','2007-07-04 13:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.98.237.185','2007-07-04 13:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-07-04 15:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'124.83.159.171','2007-07-05 02:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.83.159.164','2007-07-05 02:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.83.159.162','2007-07-05 02:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-07-05 07:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'124.115.0.105','2007-07-06 12:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.10','2007-07-06 13:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.10','2007-07-06 13:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.151.0.119','2007-07-06 14:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.115.0.24','2007-07-06 16:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.73.151','2007-07-07 00:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (32,1,'220.216.9.135','2007-07-07 03:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.115.0.106','2007-07-07 09:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.228.77.174','2007-07-07 11:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.115.0.24','2007-07-08 03:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.215.134.1','2007-07-08 03:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.215.134.1','2007-07-08 03:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.115.0.142','2007-07-08 03:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.115.0.142','2007-07-08 03:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.115.0.25','2007-07-08 12:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.213.109','2007-07-08 16:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'72.30.177.249','2007-07-08 17:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.115.0.17','2007-07-09 02:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'124.115.0.18','2007-07-09 06:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.10','2007-07-09 07:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'12.146.65.2','2007-07-09 11:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'12.146.65.2','2007-07-09 11:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.115.0.142','2007-07-09 11:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'12.146.65.2','2007-07-09 11:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.232.217.71','2007-07-09 13:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.83.159.171','2007-07-09 15:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.83.159.147','2007-07-09 15:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.83.159.170','2007-07-09 16:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.83.159.166','2007-07-09 16:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.10','2007-07-09 18:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.10','2007-07-09 18:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.115.0.14','2007-07-09 20:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'122.152.128.10','2007-07-10 05:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.115.0.138','2007-07-10 05:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'58.147.224.158','2007-07-10 08:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'128.194.135.94','2007-07-10 10:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.206.241.65','2007-07-10 11:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.206.241.65','2007-07-10 11:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.115.0.18','2007-07-10 13:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.115.0.14','2007-07-10 15:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.116','2007-07-11 20:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.247.217.36','2007-07-11 23:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'219.126.31.35','2007-07-12 03:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'66.180.82.96','2007-07-12 03:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'65.55.213.109','2007-07-12 07:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-07-12 07:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.74.70','2007-07-12 11:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.169.79.62','2007-07-12 14:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.219.196.27','2007-07-13 16:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.73.151','2007-07-13 17:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.111.52.214','2007-07-14 16:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.247.217.35','2007-07-14 16:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2007-07-14 18:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2007-07-14 18:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2007-07-14 18:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2007-07-14 18:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-07-15 04:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-07-15 08:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.96.214.195','2007-07-15 13:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-07-15 14:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-07-15 15:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.47.141.20','2007-07-15 17:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.47.141.20','2007-07-15 17:34:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-07-15 22:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.247.217.37','2007-07-15 23:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.22','2007-07-16 02:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2007-07-16 05:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-07-16 11:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-07-16 11:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-07-16 11:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2007-07-16 16:11:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.22','2007-07-16 20:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.83.159.151','2007-07-16 20:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.83.159.147','2007-07-16 20:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.83.159.156','2007-07-16 20:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.83.159.152','2007-07-16 20:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.73.239','2007-07-16 22:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.22','2007-07-16 22:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.22','2007-07-17 09:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.22','2007-07-17 09:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.109.211.134','2007-07-17 13:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-07-17 19:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.116','2007-07-17 19:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-07-17 19:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-07-17 19:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.116','2007-07-17 19:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-07-17 19:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-07-17 19:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-07-17 19:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'220.211.48.101','2007-07-17 19:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'128.241.20.81','2007-07-17 19:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.180.82.82','2007-07-17 19:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'220.211.48.101','2007-07-17 19:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.180.82.86','2007-07-17 19:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'220.211.48.101','2007-07-17 19:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'220.211.48.101','2007-07-17 19:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.116','2007-07-17 19:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.116','2007-07-17 20:48:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-07-17 20:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-07-17 20:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.116','2007-07-17 23:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.116','2007-07-18 01:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.22','2007-07-18 04:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.221.120.131','2007-07-18 08:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.233.30.15','2007-07-18 15:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-07-19 02:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.116','2007-07-19 02:16:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.151.0.119','2007-07-19 03:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.115.175.2','2007-07-19 17:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.115.175.2','2007-07-19 17:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.102.99.104','2007-07-19 18:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.180.82.81','2007-07-19 18:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.3.109.100','2007-07-19 18:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'125.192.238.212','2007-07-19 23:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.192.238.212','2007-07-19 23:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'121.115.231.203','2007-07-21 01:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.116','2007-07-21 08:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-07-22 01:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.247.217.37','2007-07-22 13:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.184.120.49','2007-07-22 14:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-07-23 03:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'128.194.135.94','2007-07-23 13:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'128.194.135.94','2007-07-23 13:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'128.194.135.94','2007-07-23 13:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'128.194.135.94','2007-07-23 13:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'128.194.135.94','2007-07-23 13:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'128.194.135.94','2007-07-23 13:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'218.41.193.141','2007-07-23 21:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-07-23 23:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-07-24 00:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-07-24 00:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'211.5.197.16','2007-07-24 16:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'211.5.197.16','2007-07-24 16:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2007-07-24 17:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2007-07-24 17:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.239.208.197','2007-07-24 17:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.3.108.141','2007-07-25 11:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.32.104.0','2007-07-25 16:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,15,'58.147.224.158','2007-07-25 20:19:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.162.92.51','2007-07-25 21:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.95.25.99','2007-07-26 10:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'133.250.250.4','2007-07-26 11:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'133.250.250.4','2007-07-26 11:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'133.250.250.4','2007-07-26 11:11:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.163.64.106','2007-07-26 18:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.163.64.106','2007-07-26 18:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.64.106','2007-07-26 19:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.64.106','2007-07-26 19:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.163.64.106','2007-07-26 19:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.64.106','2007-07-26 19:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (13,1,'210.190.239.243','2007-07-26 20:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.117.192.90','2007-07-27 17:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'219.117.192.90','2007-07-27 17:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.247.217.33','2007-07-27 19:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-07-27 21:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (34,1,'211.11.57.121','2007-07-28 11:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (34,1,'211.11.57.121','2007-07-28 11:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.164.94.62','2007-07-28 18:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.217.35','2007-07-28 19:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.116','2007-07-29 22:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'128.194.135.94','2007-07-30 19:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.39.96.3','2007-07-30 22:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.39.96.3','2007-07-30 22:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.199.192.64','2007-07-30 23:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.116','2007-07-31 07:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-07-31 07:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-07-31 07:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-07-31 10:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.116','2007-07-31 10:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.116','2007-07-31 10:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.116','2007-07-31 10:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-07-31 10:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-07-31 10:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.116','2007-07-31 10:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-07-31 17:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-07-31 17:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-07-31 17:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-07-31 17:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.3.108.197','2007-07-31 20:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'138.243.228.133','2007-07-31 20:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.145.85.158','2007-07-31 20:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.175.27.222','2007-07-31 23:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (32,1,'219.126.27.124','2007-08-01 03:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (32,1,'219.126.27.124','2007-08-01 03:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-08-01 13:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-08-01 13:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-08-01 13:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-08-01 13:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'124.37.215.27','2007-08-01 16:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.102.52.46','2007-08-01 17:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'125.102.52.46','2007-08-01 17:04:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'124.37.215.27','2007-08-02 00:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2007-08-05 15:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2007-08-05 16:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2007-08-05 17:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2007-08-05 18:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.41.238.144','2007-08-05 22:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'122.210.11.178','2007-08-06 02:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2007-08-06 07:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.22','2007-08-06 11:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.238.228.112','2007-08-06 16:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.238.228.112','2007-08-06 16:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.22','2007-08-06 17:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'122.210.11.178','2007-08-07 06:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-08-07 07:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'124.83.159.163','2007-08-07 09:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.83.159.165','2007-08-07 09:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.163.51.227','2007-08-07 10:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.163.51.227','2007-08-07 10:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.227.43.10','2007-08-07 11:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.22','2007-08-07 16:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.102.52.46','2007-08-07 17:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'125.102.52.46','2007-08-07 17:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'58.147.224.158','2007-08-07 22:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.218.224.45','2007-08-08 05:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.173.59.43','2007-08-08 08:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.173.59.43','2007-08-08 08:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.199.140.207','2007-08-08 08:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.192.225.194','2007-08-08 11:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.74.207','2007-08-08 12:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.116','2007-08-08 12:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-08-08 14:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.22','2007-08-08 16:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2007-08-08 16:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-08-08 17:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-08-08 18:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-08-08 18:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'124.37.215.27','2007-08-08 18:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'124.37.215.27','2007-08-09 01:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.203.214.206','2007-08-09 19:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.203.214.206','2007-08-09 19:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-08-09 22:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-08-10 05:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.22','2007-08-10 15:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.20.194.46','2007-08-10 20:09:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-08-11 14:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (13,1,'210.190.239.243','2007-08-11 14:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (13,1,'210.190.239.243','2007-08-11 14:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-08-11 15:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.22','2007-08-11 15:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.112.97.8','2007-08-11 18:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.112.97.8','2007-08-11 18:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'208.36.144.7','2007-08-12 00:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.19.198.4','2007-08-12 04:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.19.198.4','2007-08-12 04:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'122.210.11.178','2007-08-12 05:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-08-12 13:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.209.6.122','2007-08-12 14:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-08-12 17:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.58.218.109','2007-08-14 09:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.58.218.109','2007-08-14 09:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-08-14 13:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.116','2007-08-14 13:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-08-14 13:45:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.116','2007-08-14 16:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-08-14 16:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.116','2007-08-14 16:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-08-14 16:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.116','2007-08-14 16:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.116','2007-08-14 16:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-08-14 16:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.40.140.224','2007-08-15 07:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.109.121.252','2007-08-15 11:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.101.72.114','2007-08-16 13:28:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.101.72.114','2007-08-16 13:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-08-16 20:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-08-16 20:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-08-16 20:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-08-16 20:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.249.16.5','2007-08-17 08:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.249.16.5','2007-08-17 09:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.249.16.5','2007-08-17 09:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.249.16.5','2007-08-17 09:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.249.16.5','2007-08-17 09:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.249.16.5','2007-08-17 09:01:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2007-08-17 17:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.98.237.146','2007-08-17 18:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.70.48.179','2007-08-17 21:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'220.157.228.218','2007-08-18 01:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.157.228.218','2007-08-18 01:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.173.116.7','2007-08-18 06:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'122.210.11.178','2007-08-19 01:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.222.106.140','2007-08-19 08:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.222.106.140','2007-08-19 08:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-08-19 19:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.221.53.100','2007-08-19 20:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'121.2.129.10','2007-08-19 21:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.114.99.190','2007-08-20 12:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.101.72.114','2007-08-20 14:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'121.93.49.9','2007-08-21 00:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (26,1,'59.147.28.46','2007-08-21 11:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.247.246.82','2007-08-21 11:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.247.246.82','2007-08-21 11:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.247.246.82','2007-08-21 11:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.247.246.82','2007-08-21 12:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.247.246.82','2007-08-21 12:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.247.246.82','2007-08-21 12:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,19,'203.180.232.99','2007-08-21 14:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,19,'58.147.224.158','2007-08-21 20:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.177.222.19','2007-08-22 04:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (13,15,'210.190.239.243','2007-08-22 08:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.187.59.157','2007-08-22 08:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.114.77.210','2007-08-22 09:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.174.2.32','2007-08-22 09:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.174.2.32','2007-08-22 10:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.58.218.109','2007-08-22 12:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.116','2007-08-23 00:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.129.111.90','2007-08-23 13:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2007-08-23 14:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.163.64.106','2007-08-23 20:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.163.64.106','2007-08-23 20:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.163.64.106','2007-08-23 20:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.163.64.106','2007-08-23 20:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.157.228.218','2007-08-24 06:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.157.228.218','2007-08-24 07:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.43.95.83','2007-08-24 10:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.43.95.83','2007-08-24 10:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.43.95.83','2007-08-24 10:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'60.43.95.83','2007-08-24 10:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.238.228.112','2007-08-24 14:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (26,15,'59.147.28.46','2007-08-24 14:32:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (26,15,'59.147.28.46','2007-08-24 20:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (26,1,'59.147.28.46','2007-08-25 18:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.41.253.185','2007-08-26 00:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.41.253.185','2007-08-26 00:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-08-26 01:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.191.80.73','2007-08-26 20:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'60.191.80.87','2007-08-26 22:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2007-08-27 00:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2007-08-27 00:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2007-08-27 01:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.191.80.88','2007-08-27 03:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'60.191.80.72','2007-08-27 11:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.191.80.72','2007-08-27 11:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'60.191.80.72','2007-08-27 11:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.191.80.72','2007-08-27 11:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-08-27 11:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.108.44.210','2007-08-27 13:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,9,'58.147.224.158','2007-08-27 20:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.102.215.101','2007-08-27 23:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.102.215.101','2007-08-27 23:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.102.215.101','2007-08-27 23:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.102.215.101','2007-08-27 23:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.102.215.101','2007-08-27 23:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.102.215.101','2007-08-28 00:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.102.215.101','2007-08-28 00:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.40.65.58','2007-08-28 11:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2007-08-28 17:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.2.30.152','2007-08-29 01:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.2.30.152','2007-08-29 01:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.235.40.54','2007-08-29 05:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.22','2007-08-29 17:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2007-08-29 17:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.203.214.206','2007-08-29 18:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.203.214.206','2007-08-29 18:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,19,'58.147.224.158','2007-08-29 20:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,19,'58.147.224.158','2007-08-29 20:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,19,'58.147.224.158','2007-08-29 20:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-08-29 22:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.22','2007-08-30 14:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.22','2007-08-31 19:19:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'60.191.80.87','2007-09-01 08:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'60.191.80.87','2007-09-01 08:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'60.191.80.87','2007-09-01 08:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.229.165.100','2007-09-01 23:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.229.165.100','2007-09-01 23:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.229.165.100','2007-09-01 23:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.22','2007-09-02 18:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.22','2007-09-02 18:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-09-02 18:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-09-03 01:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.191.80.84','2007-09-03 04:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.163.51.227','2007-09-03 11:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.36.2.202','2007-09-03 19:00:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (5,15,'58.147.224.158','2007-09-03 23:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-09-04 02:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-09-04 03:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.255.56.162','2007-09-04 20:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.238.228.112','2007-09-05 16:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.238.228.112','2007-09-05 16:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.238.228.112','2007-09-05 16:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-09-06 10:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.116','2007-09-07 03:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.116','2007-09-07 04:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.83.54.32','2007-09-07 07:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.83.54.32','2007-09-07 07:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.247.185.62','2007-09-07 14:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.247.185.62','2007-09-07 14:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.83.54.32','2007-09-07 22:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-09-08 19:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.116','2007-09-08 19:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.116','2007-09-08 19:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-09-08 20:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-09-08 20:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.116','2007-09-08 20:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.116','2007-09-08 20:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-09-08 20:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-09-08 20:28:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-09-08 20:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-09-08 20:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-09-08 20:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.116','2007-09-08 20:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-09-08 20:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.113.147.96','2007-09-09 09:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'221.21.234.11','2007-09-09 13:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (26,1,'59.147.28.46','2007-09-09 14:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.174.255.228','2007-09-09 22:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'207.46.98.147','2007-09-10 14:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.222.224.24','2007-09-10 16:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.222.224.24','2007-09-10 16:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.46.93.19','2007-09-12 06:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.41.253.50','2007-09-12 07:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.247.217.37','2007-09-14 11:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.217.37','2007-09-14 11:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-09-14 18:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.165.122.178','2007-09-15 03:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.195.116.61','2007-09-16 05:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.200.27.203','2007-09-16 05:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.146.82.79','2007-09-16 05:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.52.229.126','2007-09-16 05:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.44.30.97','2007-09-16 05:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.44.30.97','2007-09-16 05:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.195.116.61','2007-09-16 05:45:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.44.30.97','2007-09-16 05:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.36.25.194','2007-09-16 06:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'128.241.20.210','2007-09-16 06:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.44.30.97','2007-09-16 06:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.44.30.97','2007-09-16 06:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.200.27.203','2007-09-16 08:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2007-09-16 08:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2007-09-16 08:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2007-09-16 08:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2007-09-16 08:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2007-09-16 09:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2007-09-16 09:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2007-09-16 15:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2007-09-16 16:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2007-09-16 16:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.149.71.181','2007-09-17 10:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'123.217.22.32','2007-09-17 12:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'123.217.22.32','2007-09-17 12:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'123.217.22.32','2007-09-17 12:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.247.217.37','2007-09-17 13:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.247.217.37','2007-09-17 13:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.117.195.38','2007-09-17 13:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.117.195.38','2007-09-17 13:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'60.238.103.70','2007-09-17 23:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,16,'60.238.103.70','2007-09-17 23:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.101.173.161','2007-09-18 09:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.101.173.161','2007-09-18 09:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.101.173.161','2007-09-18 09:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.101.173.161','2007-09-18 09:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.217.37','2007-09-18 09:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2007-09-18 10:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.230.175.190','2007-09-18 14:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.230.175.190','2007-09-18 14:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2007-09-18 17:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.37.82.71','2007-09-18 21:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2007-09-20 16:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.133.32.52','2007-09-21 09:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.133.32.52','2007-09-21 09:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.22','2007-09-21 21:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.22','2007-09-21 23:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.155.28.86','2007-09-22 11:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.155.28.86','2007-09-22 11:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.155.28.86','2007-09-22 11:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.22','2007-09-22 15:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.209.143.136','2007-09-22 16:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.209.143.136','2007-09-22 16:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'220.209.143.136','2007-09-22 16:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.0.73.228','2007-09-22 23:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'121.95.110.203','2007-09-22 23:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.0.73.228','2007-09-22 23:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'116.80.49.244','2007-09-22 23:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.0.73.228','2007-09-22 23:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.121.238.116','2007-09-23 12:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.121.238.116','2007-09-23 12:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.121.238.116','2007-09-23 13:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.121.238.116','2007-09-23 13:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.121.238.116','2007-09-23 13:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'211.121.238.116','2007-09-23 13:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.180.82.89','2007-09-23 13:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'219.98.237.178','2007-09-23 13:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.247.217.37','2007-09-23 16:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.22','2007-09-23 19:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.113.8.50','2007-09-24 00:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.113.8.50','2007-09-24 00:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'60.238.103.70','2007-09-24 11:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'60.238.103.70','2007-09-24 11:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.235.40.54','2007-09-24 12:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.22','2007-09-24 13:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.12.32.50','2007-09-25 21:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-09-26 01:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.32.56.161','2007-09-26 06:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.14.52.69','2007-09-26 06:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.14.52.69','2007-09-26 07:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.32.56.161','2007-09-26 07:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.14.52.69','2007-09-26 07:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-09-26 16:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-09-27 01:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.138.111.3','2007-09-27 07:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-09-27 08:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'61.247.217.33','2007-09-27 12:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-09-28 03:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-09-28 03:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-09-28 04:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-09-28 05:51:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.158.51.147','2007-09-28 10:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-09-28 14:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.217.34','2007-09-29 01:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.197.25.115','2007-09-29 09:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'203.138.111.3','2007-09-29 10:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.138.111.3','2007-09-29 10:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.138.111.3','2007-09-29 10:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.138.111.3','2007-09-29 10:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.197.25.115','2007-09-29 10:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.138.111.3','2007-09-29 10:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'221.255.185.141','2007-09-29 18:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2007-09-29 19:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'220.157.165.130','2007-09-30 02:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.249.116.206','2007-10-01 09:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,19,'203.180.232.99','2007-10-01 10:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.75.235.33','2007-10-01 14:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'220.157.165.130','2007-10-01 22:53:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.54.27.25','2007-10-01 22:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.83.54.32','2007-10-02 22:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.101.72.114','2007-10-03 10:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.248.94.137','2007-10-03 11:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.113.147.96','2007-10-04 02:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.147.177.112','2007-10-04 23:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.147.177.112','2007-10-04 23:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.222.141.223','2007-10-05 02:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2007-10-06 19:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2007-10-08 01:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2007-10-08 22:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2007-10-09 03:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'38.114.104.116','2007-10-09 10:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.85.213','2007-10-09 19:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2007-10-09 21:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.208.193.138','2007-10-10 17:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.48.133.2','2007-10-11 09:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-10-11 11:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.18.229.220','2007-10-11 19:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'221.117.87.98','2007-10-12 11:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'128.241.20.83','2007-10-12 11:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'221.117.87.98','2007-10-12 12:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.26.28','2007-10-12 14:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'82.99.30.36','2007-10-12 16:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2007-10-12 18:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.22','2007-10-12 19:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2007-10-12 22:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.20.117','2007-10-13 05:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.173.104.8','2007-10-13 13:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2007-10-14 01:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2007-10-14 11:30:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.22','2007-10-14 14:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.22','2007-10-14 19:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.22','2007-10-14 20:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.22','2007-10-15 18:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.116.154.86','2007-10-16 00:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.116.154.86','2007-10-16 00:49:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.173.104.8','2007-10-16 03:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.36.111.137','2007-10-16 11:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.36.111.137','2007-10-16 11:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.36.111.137','2007-10-16 12:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.36.111.137','2007-10-16 12:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.172.2.241','2007-10-16 16:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'58.147.224.158','2007-10-16 23:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-10-17 22:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-10-17 22:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-10-18 10:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-10-18 10:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2007-10-18 21:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2007-10-18 21:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2007-10-18 21:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.247.246.82','2007-10-19 10:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.247.246.82','2007-10-19 10:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.247.246.82','2007-10-19 10:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.247.246.82','2007-10-19 10:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-10-19 10:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-10-19 10:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2007-10-20 00:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.211.53.34','2007-10-20 13:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.211.53.34','2007-10-20 13:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.211.53.34','2007-10-20 13:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.154.100.77','2007-10-20 16:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.154.100.77','2007-10-20 16:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.154.100.77','2007-10-20 16:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.154.100.77','2007-10-20 16:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-10-20 18:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.247.217.34','2007-10-20 21:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.217.39','2007-10-20 21:01:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.247.217.37','2007-10-20 23:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.217.34','2007-10-21 01:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.217.34','2007-10-21 01:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2007-10-21 02:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-10-21 11:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.26.28','2007-10-21 22:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.49.68.87','2007-10-22 06:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.49.68.87','2007-10-22 06:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.49.68.87','2007-10-22 06:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.49.68.87','2007-10-22 06:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-10-22 11:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.211.142.244','2007-10-22 13:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.211.142.244','2007-10-22 13:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'203.180.232.99','2007-10-22 16:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'203.180.232.99','2007-10-22 16:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,2,'203.180.232.99','2007-10-22 16:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'203.180.232.99','2007-10-22 18:00:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,19,'203.180.232.99','2007-10-22 18:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,19,'203.180.232.99','2007-10-22 18:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 19:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 19:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 19:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 20:01:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 20:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 20:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 20:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 20:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 20:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 20:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 20:25:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'58.147.224.158','2007-10-22 20:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,2,'203.180.232.99','2007-10-23 09:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.96.126.33','2007-10-23 17:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.70.91.64','2007-10-23 19:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.162.87.208','2007-10-24 00:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.148.63.26','2007-10-24 00:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.162.87.208','2007-10-24 00:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.21.61.158','2007-10-24 04:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.99.166.75','2007-10-24 07:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.99.166.75','2007-10-24 07:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.99.166.75','2007-10-24 07:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'220.254.0.4','2007-10-24 10:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.180.82.83','2007-10-24 10:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.254.0.4','2007-10-24 11:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'128.241.20.212','2007-10-24 11:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.254.0.4','2007-10-24 11:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.208.193.138','2007-10-24 11:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.254.0.4','2007-10-24 11:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'128.241.20.85','2007-10-24 11:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.254.0.4','2007-10-24 11:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.208.193.138','2007-10-24 13:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.208.193.138','2007-10-24 13:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.160.254.169','2007-10-24 21:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'202.94.156.206','2007-10-25 05:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'202.94.156.206','2007-10-25 05:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.139.14.251','2007-10-25 10:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.139.14.251','2007-10-25 10:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.247.217.33','2007-10-25 16:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.247.217.38','2007-10-25 16:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,10,'58.147.224.158','2007-10-25 18:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.112.196.166','2007-10-25 20:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.160.254.169','2007-10-26 01:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.99.166.75','2007-10-26 08:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.99.166.75','2007-10-26 08:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.166.219.160','2007-10-26 16:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'58.3.188.88','2007-10-27 01:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.34.0.12','2007-10-27 03:49:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'208.36.144.7','2007-10-27 04:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-10-27 09:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.25.157','2007-10-28 00:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.190.240.76','2007-10-28 02:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2007-10-28 02:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.25.76','2007-10-28 02:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.12.191.172','2007-10-28 09:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.12.191.172','2007-10-28 09:50:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.114.161.60','2007-10-28 21:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.41.242.146','2007-10-29 05:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.225.137.214','2007-10-29 10:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.26.28','2007-10-29 10:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2007-10-29 14:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.188.229.126','2007-10-29 15:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'221.188.229.126','2007-10-29 17:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2007-10-30 01:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.196.186.66','2007-10-30 17:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.8.14.56','2007-10-30 21:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.8.14.56','2007-10-30 21:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.116','2007-10-30 22:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-10-30 23:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2007-10-31 03:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.85.37.188','2007-10-31 10:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'208.36.144.7','2007-10-31 11:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.133.140.242','2007-10-31 21:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'221.36.242.202','2007-11-01 09:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'116.80.50.85','2007-11-01 09:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-11-01 18:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.116','2007-11-01 20:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.150.162.151','2007-11-01 22:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.150.162.151','2007-11-01 22:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.150.162.151','2007-11-01 22:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.150.162.151','2007-11-01 22:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.22','2007-11-02 17:05:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2007-11-02 17:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2007-11-02 17:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.136.118.3','2007-11-03 10:32:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.49.68.87','2007-11-03 10:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.49.68.87','2007-11-03 10:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.95.42.11','2007-11-03 18:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.20.117','2007-11-04 00:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'220.157.165.130','2007-11-04 01:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'128.241.20.81','2007-11-04 01:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'220.157.165.130','2007-11-04 04:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.25.157','2007-11-04 10:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,16,'123.48.75.107','2007-11-04 12:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,16,'123.48.75.107','2007-11-04 13:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.80.244.125','2007-11-05 07:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.18.54.58','2007-11-05 07:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'58.147.224.158','2007-11-05 07:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.18.54.58','2007-11-05 14:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.126.146.203','2007-11-05 20:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.126.146.203','2007-11-05 20:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.126.146.203','2007-11-05 20:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.18.54.58','2007-11-05 22:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-11-05 22:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.116','2007-11-05 22:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.116','2007-11-05 23:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-11-05 23:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-11-05 23:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-11-05 23:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-11-05 23:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-11-05 23:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'208.36.144.7','2007-11-06 01:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.110.158.160','2007-11-06 05:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.157.44.142','2007-11-06 16:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.18.134.227','2007-11-06 19:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.21.216.18','2007-11-07 00:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.247.217.36','2007-11-07 01:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2007-11-07 01:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.212.140.32','2007-11-07 01:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.148.190.139','2007-11-07 02:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.148.190.139','2007-11-07 02:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.106.250.123','2007-11-07 09:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.31.69.146','2007-11-07 10:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.31.69.146','2007-11-07 10:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.114.99.190','2007-11-07 11:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.114.99.190','2007-11-07 11:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.185.162','2007-11-07 15:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.166.7.115','2007-11-07 17:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.116','2007-11-07 19:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.22','2007-11-07 19:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.32.99.81','2007-11-07 19:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.32.99.81','2007-11-07 19:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.223.2.6','2007-11-07 21:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.180.34.186','2007-11-07 21:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.210.55.105','2007-11-07 23:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'128.241.20.167','2007-11-07 23:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.223.2.6','2007-11-08 06:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2007-11-08 10:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.84.56.121','2007-11-08 12:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.84.56.121','2007-11-08 12:04:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.84.56.121','2007-11-08 12:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.84.56.121','2007-11-08 12:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.84.56.121','2007-11-08 12:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.105.111.136','2007-11-08 15:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.105.111.136','2007-11-08 16:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.40.121.45','2007-11-08 23:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2007-11-09 00:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.36.144.7','2007-11-09 05:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.22','2007-11-09 07:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.213.109','2007-11-09 08:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.22','2007-11-09 18:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-11-09 20:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.60.135.42','2007-11-09 23:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.22','2007-11-10 00:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'202.180.34.186','2007-11-10 01:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.94.235','2007-11-10 01:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.94.235','2007-11-10 01:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-11-10 13:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.22','2007-11-10 14:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.102.52.46','2007-11-10 15:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.102.52.46','2007-11-10 15:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.102.52.46','2007-11-10 15:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.20.117','2007-11-11 00:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.0.176.219','2007-11-11 01:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'128.241.20.167','2007-11-11 01:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.0.176.219','2007-11-11 01:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'128.241.20.167','2007-11-11 01:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.0.176.219','2007-11-11 01:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'128.241.20.167','2007-11-11 01:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'61.247.217.36','2007-11-11 23:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.247.217.36','2007-11-11 23:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.247.217.35','2007-11-11 23:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.247.217.35','2007-11-11 23:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.25.157','2007-11-12 05:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.99.166.75','2007-11-12 14:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.32.8.237','2007-11-12 15:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-11-12 19:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.99.102.212','2007-11-13 16:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.99.102.212','2007-11-13 16:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2007-11-14 03:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'59.128.78.135','2007-11-14 13:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (38,1,'59.133.111.157','2007-11-14 23:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.205.208.17','2007-11-16 13:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.205.208.17','2007-11-16 13:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.129.206.231','2007-11-17 01:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.107.76.188','2007-11-17 14:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.85.213','2007-11-17 21:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.20.117','2007-11-18 00:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'219.126.197.34','2007-11-18 02:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2007-11-18 05:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.165.239.93','2007-11-18 17:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.165.239.93','2007-11-18 17:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'125.1.224.231','2007-11-18 18:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.25.157','2007-11-19 08:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.117.195.38','2007-11-19 15:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.117.195.38','2007-11-19 15:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.188.229.126','2007-11-19 17:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.188.229.126','2007-11-19 17:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.188.229.126','2007-11-19 17:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.110.5.50','2007-11-20 18:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2007-11-20 21:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.228.180.241','2007-11-21 07:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.180.82.88','2007-11-21 07:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.228.180.241','2007-11-21 07:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.162.92.51','2007-11-21 11:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.92.86.42','2007-11-21 12:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2007-11-21 14:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2007-11-21 16:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2007-11-21 16:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.163.51.227','2007-11-21 17:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.163.51.227','2007-11-21 17:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.216.252.22','2007-11-22 12:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.75.242.209','2007-11-22 19:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.75.242.209','2007-11-22 19:40:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.75.242.209','2007-11-22 19:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.215.134.1','2007-11-23 19:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.146.82.89','2007-11-24 12:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2007-11-24 13:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2007-11-24 13:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.117.85.206','2007-11-24 19:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (32,1,'220.216.10.245','2007-11-24 23:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.239.5.130','2007-11-25 00:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2007-11-25 05:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2007-11-25 09:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.238.47.14','2007-11-25 17:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.238.47.14','2007-11-25 17:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.238.47.14','2007-11-25 17:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.238.47.14','2007-11-25 17:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.97.0.145','2007-11-25 20:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.97.0.145','2007-11-25 20:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2007-11-25 22:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'59.141.81.208','2007-11-26 08:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'133.250.249.71','2007-11-26 18:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.94.101.112','2007-11-26 19:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2007-11-27 02:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.109','2007-11-27 15:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.213.109','2007-11-27 16:03:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.109','2007-11-27 16:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.213.109','2007-11-27 16:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.247.217.41','2007-11-27 21:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.150.36.174','2007-11-27 23:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.150.36.174','2007-11-27 23:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.150.36.174','2007-11-27 23:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.7.108','2007-11-28 10:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.213.109','2007-11-28 15:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.109','2007-11-28 15:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.180.82.86','2007-11-28 16:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.162.92.51','2007-11-28 16:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.162.92.51','2007-11-28 16:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.180.82.88','2007-11-28 16:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.25.76','2007-11-28 17:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.213.109','2007-11-28 17:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.213.109','2007-11-28 17:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.213.109','2007-11-29 16:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.213.109','2007-11-29 16:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.213.109','2007-11-29 16:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.85.213','2007-11-29 20:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2007-11-30 07:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.188.229.126','2007-11-30 18:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.22','2007-11-30 23:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.22','2007-12-01 20:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-12-01 23:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-12-01 23:55:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'219.111.2.36','2007-12-02 02:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2007-12-02 05:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.188.67.108','2007-12-02 08:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.188.67.108','2007-12-02 08:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.22','2007-12-02 19:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.22','2007-12-03 00:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.126.62.205','2007-12-03 10:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.189.82.39','2007-12-03 14:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'128.241.20.167','2007-12-03 14:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.32.8.237','2007-12-03 16:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-12-03 21:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.41.174.204','2007-12-04 03:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2007-12-04 10:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.238.228.112','2007-12-06 16:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.217.253.134','2007-12-06 16:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.171.22.213','2007-12-06 21:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.116','2007-12-07 07:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2007-12-07 11:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.249.178.190','2007-12-07 13:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.94.128.68','2007-12-07 13:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.114.99.190','2007-12-07 15:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.114.99.190','2007-12-07 15:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.114.99.190','2007-12-07 15:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.114.99.190','2007-12-07 15:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.34.175.91','2007-12-07 16:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.34.175.91','2007-12-07 17:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.34.175.91','2007-12-07 17:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.213.48.50','2007-12-07 20:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.213.48.50','2007-12-07 20:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'123.224.166.150','2007-12-08 16:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.22','2007-12-08 17:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'60.238.103.70','2007-12-09 01:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2007-12-09 18:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-12-10 08:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.116','2007-12-10 08:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.29.93.184','2007-12-10 11:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.251.119.154','2007-12-10 16:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.251.119.154','2007-12-10 16:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.251.119.154','2007-12-10 16:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.228.229.76','2007-12-10 19:30:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.254.102.81','2007-12-11 07:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.254.102.81','2007-12-11 07:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'61.194.3.208','2007-12-11 17:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2007-12-11 19:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.254.102.81','2007-12-12 00:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.251.119.154','2007-12-12 08:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.251.119.154','2007-12-12 08:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.116','2007-12-12 14:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.145.142.225','2007-12-12 16:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.145.142.225','2007-12-12 16:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.44.84.219','2007-12-12 17:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.44.84.219','2007-12-12 17:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.44.84.219','2007-12-12 17:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.44.84.219','2007-12-12 17:27:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.145.142.225','2007-12-12 18:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-12-12 18:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.46.245.163','2007-12-13 05:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-12-13 07:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-12-13 07:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-12-13 07:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.116','2007-12-13 07:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-12-13 07:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-12-13 07:09:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.116','2007-12-13 07:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.116','2007-12-13 07:10:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.116','2007-12-13 07:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.116','2007-12-13 07:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.116','2007-12-13 07:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.116','2007-12-13 07:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'121.114.99.190','2007-12-13 11:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.228.229.75','2007-12-13 16:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2007-12-13 18:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.43.28.252','2007-12-13 23:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.159.217.240','2007-12-14 01:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.116','2007-12-14 02:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2007-12-14 11:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.209.221.92','2007-12-14 11:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.209.221.92','2007-12-14 11:47:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.209.221.92','2007-12-14 11:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.36.144.7','2007-12-15 12:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2007-12-15 20:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2007-12-15 21:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.116','2007-12-16 02:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.116','2007-12-16 06:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.116','2007-12-16 06:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.116','2007-12-16 07:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.116','2007-12-16 10:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2007-12-17 01:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.4.72.11','2007-12-17 11:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.145.245.132','2007-12-18 02:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.145.245.132','2007-12-18 02:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.145.245.132','2007-12-18 02:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2007-12-18 16:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.171.22.213','2007-12-18 22:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2007-12-19 03:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.217.44','2007-12-19 07:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.146.236.104','2007-12-19 22:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'219.166.144.222','2007-12-20 13:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.162.92.51','2007-12-20 13:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.162.92.51','2007-12-20 13:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.7.2.208','2007-12-20 15:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'133.254.5.52','2007-12-20 16:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.217.44','2007-12-21 00:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.25.157','2007-12-21 01:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.213.109','2007-12-21 07:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.239.208.197','2007-12-21 07:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.239.208.197','2007-12-21 07:58:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2007-12-21 08:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'121.114.99.190','2007-12-21 11:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.114.99.190','2007-12-21 11:11:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.114.99.190','2007-12-21 11:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2007-12-21 11:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.143.35.13','2007-12-21 14:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.227.43.3','2007-12-22 00:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.227.43.3','2007-12-22 00:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.22','2007-12-22 21:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2007-12-22 21:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2007-12-23 18:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.22','2007-12-24 00:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.22','2007-12-24 02:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2007-12-24 22:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.22','2007-12-24 23:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2007-12-25 03:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'208.36.144.7','2007-12-25 12:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.127.172.73','2007-12-25 15:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.99.131.81','2007-12-25 15:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.86.14.10','2007-12-25 16:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.86.14.10','2007-12-25 16:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.86.14.10','2007-12-25 16:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.86.14.10','2007-12-25 16:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.94.128.68','2007-12-25 17:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.96.46.29','2007-12-25 17:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.210.157.249','2007-12-26 01:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2007-12-26 07:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2007-12-26 10:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.188.71.163','2007-12-26 11:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.188.71.163','2007-12-26 12:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'133.254.5.52','2007-12-26 17:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'58.147.224.158','2007-12-26 21:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.235.223.92','2007-12-27 18:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'208.36.144.7','2007-12-28 02:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.109.211.133','2007-12-28 08:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.109.211.133','2007-12-28 08:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.7.108','2007-12-28 10:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.225.137.214','2007-12-28 12:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.36.144.7','2007-12-28 16:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.190.105.212','2007-12-28 23:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'208.36.144.7','2007-12-28 23:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.36.144.7','2007-12-29 00:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'208.36.144.7','2007-12-29 04:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'208.36.144.7','2007-12-29 06:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.22','2007-12-30 21:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.194.136.36','2007-12-30 23:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.194.136.36','2007-12-30 23:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.194.136.36','2007-12-30 23:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.194.136.36','2007-12-31 00:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.225.24.197','2007-12-31 23:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.180.82.85','2007-12-31 23:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.225.24.197','2007-12-31 23:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.86.9.46','2008-01-01 10:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.25','2008-01-01 10:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.173.22.75','2008-01-01 22:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.173.22.75','2008-01-01 22:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.4.58.230','2008-01-01 23:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.114.248.192','2008-01-02 15:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.209.170.149','2008-01-02 18:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.209.170.149','2008-01-02 18:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.40.121.52','2008-01-03 00:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.40.121.52','2008-01-03 01:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.40.121.52','2008-01-03 01:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.40.121.52','2008-01-03 01:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.40.121.52','2008-01-03 01:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.40.121.52','2008-01-03 01:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.40.121.52','2008-01-03 01:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2008-01-03 02:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.225.47.216','2008-01-03 02:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'222.225.47.216','2008-01-03 02:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.44.50.131','2008-01-03 05:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.44.50.131','2008-01-03 05:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.44.50.131','2008-01-03 05:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.44.50.131','2008-01-03 06:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.81.208','2008-01-03 12:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'208.36.144.7','2008-01-03 15:55:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-01-03 17:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'72.44.50.131','2008-01-03 21:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.44.50.131','2008-01-03 21:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.44.50.131','2008-01-03 21:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.44.50.131','2008-01-03 21:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.44.50.131','2008-01-03 21:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.44.50.131','2008-01-03 21:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2008-01-03 21:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.40.121.52','2008-01-03 22:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.44.50.131','2008-01-04 07:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'72.44.50.131','2008-01-04 07:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'72.44.50.131','2008-01-04 07:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.33','2008-01-04 13:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (44,1,'220.30.76.33','2008-01-04 13:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (44,1,'220.30.76.33','2008-01-04 17:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.123.187.201','2008-01-04 17:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.31.92.30','2008-01-04 18:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.31.92.30','2008-01-04 18:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.92.161.133','2008-01-05 01:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (44,1,'220.30.76.33','2008-01-05 15:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2008-01-06 01:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2008-01-06 01:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2008-01-06 07:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2008-01-06 07:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.118.61.107','2008-01-07 01:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.70.84.25','2008-01-07 01:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.147.76.46','2008-01-07 10:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.147.76.46','2008-01-07 10:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.111','2008-01-07 16:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.111','2008-01-07 16:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.196.135.114','2008-01-07 19:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.247.107.171','2008-01-07 19:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.133.8','2008-01-08 11:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.133.8','2008-01-08 11:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.225.137.214','2008-01-08 12:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.111','2008-01-09 01:18:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.111','2008-01-09 01:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.16.36.197','2008-01-09 02:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.18.73.104','2008-01-09 02:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.18.73.104','2008-01-09 02:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.150.98.157','2008-01-09 03:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'132.179.39.36','2008-01-09 09:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'132.179.39.36','2008-01-09 09:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'132.179.39.36','2008-01-09 09:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'132.179.39.36','2008-01-09 09:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'132.179.39.36','2008-01-09 10:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'133.5.51.10','2008-01-09 15:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.133.8','2008-01-09 16:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.133.8','2008-01-09 16:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2008-01-09 19:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.109.121.252','2008-01-10 09:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.109.121.252','2008-01-10 09:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.165.122.174','2008-01-10 11:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.226.0.190','2008-01-10 14:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.226.0.190','2008-01-10 15:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.226.0.190','2008-01-10 18:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.162.92.51','2008-01-11 15:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.43.224.70','2008-01-12 04:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.43.224.70','2008-01-12 04:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.43.224.70','2008-01-12 04:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.43.224.70','2008-01-12 04:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.43.224.70','2008-01-12 05:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.43.224.70','2008-01-12 05:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.154.101.243','2008-01-12 12:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.113.39.60','2008-01-12 16:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.40.14.64','2008-01-12 21:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.40.14.64','2008-01-12 21:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2008-01-12 21:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.22','2008-01-12 23:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.22','2008-01-13 00:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.111','2008-01-13 06:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2008-01-13 06:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.22','2008-01-14 19:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'58.80.104.80','2008-01-14 22:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.80.104.80','2008-01-14 22:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.80.104.80','2008-01-14 22:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.22','2008-01-15 08:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-01-15 09:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2008-01-15 14:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.180.177.176','2008-01-15 18:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.25.0.94','2008-01-16 12:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'203.144.160.251','2008-01-16 13:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.75.91.3','2008-01-16 23:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.75.91.4','2008-01-16 23:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.116.5.58','2008-01-18 12:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.116.5.58','2008-01-18 12:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.82','2008-01-18 16:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.155.201.32','2008-01-18 16:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.155.201.32','2008-01-18 16:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.157.170.139','2008-01-19 15:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.22','2008-01-19 15:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.109','2008-01-19 17:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.109','2008-01-19 17:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.170.135.174','2008-01-20 07:45:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.82','2008-01-20 20:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.22','2008-01-21 00:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.180.177.176','2008-01-21 00:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.22','2008-01-21 17:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.25.157','2008-01-21 23:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.82','2008-01-22 21:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.82','2008-01-22 21:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.82','2008-01-22 21:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.82','2008-01-22 21:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.33','2008-01-23 02:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'59.140.65.40','2008-01-23 09:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'59.140.65.40','2008-01-23 09:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.173.182.50','2008-01-23 13:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (45,16,'122.220.28.10','2008-01-23 13:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'125.173.182.50','2008-01-23 13:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.18.146.173','2008-01-23 15:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.163.185.162','2008-01-23 16:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.180.177.176','2008-01-23 16:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.96.224.129','2008-01-23 17:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.96.224.129','2008-01-23 17:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.193.128.171','2008-01-23 21:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.44.35.232','2008-01-24 01:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2008-01-24 11:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.193.128.171','2008-01-25 17:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.46.226.84','2008-01-25 20:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.216.225.209','2008-01-25 23:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.26.122.40','2008-01-26 12:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2008-01-26 15:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.22','2008-01-26 19:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.128.22','2008-01-26 20:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.12.33.161','2008-01-27 00:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2008-01-27 07:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.7.108','2008-01-27 13:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-01-27 18:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.82','2008-01-28 00:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.22','2008-01-28 00:42:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.114.61.193','2008-01-28 09:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'134.155.99.42','2008-01-28 10:58:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.22','2008-01-28 17:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.22','2008-01-28 17:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.82','2008-01-28 20:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.127.248.66','2008-01-28 23:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.146.35.80','2008-01-29 16:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.146.35.80','2008-01-29 16:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.142.41.65','2008-01-29 16:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'128.241.20.83','2008-01-29 16:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.82','2008-01-29 20:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.30.131.10','2008-01-29 22:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.58.206.13','2008-01-30 14:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.58.206.13','2008-01-30 14:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.168.224.127','2008-01-30 18:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.142.41.65','2008-01-30 20:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-01-30 20:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.151.193.254','2008-01-30 22:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.128.22','2008-01-31 00:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.82','2008-01-31 21:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'219.99.72.3','2008-01-31 22:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'219.166.136.107','2008-01-31 22:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.199.140.207','2008-02-01 00:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.199.140.207','2008-02-01 00:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'86.81.143.31','2008-02-01 07:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'86.81.143.31','2008-02-01 07:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2008-02-01 14:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.54.241','2008-02-01 18:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.82','2008-02-01 21:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.82','2008-02-01 22:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.70.32.163','2008-02-02 11:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.22','2008-02-03 04:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'208.36.144.7','2008-02-04 03:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.36.144.7','2008-02-04 05:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.225.43.99','2008-02-04 09:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.45','2008-02-04 19:14:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.140.139','2008-02-04 19:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2008-02-05 06:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.10.64.113','2008-02-05 14:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.46','2008-02-05 19:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'208.36.144.7','2008-02-05 20:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2008-02-05 22:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.26.167','2008-02-06 01:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'208.36.144.7','2008-02-06 05:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.228.14.71','2008-02-06 15:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.172.3.185','2008-02-06 17:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.191.49.43','2008-02-06 20:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'208.36.144.7','2008-02-07 02:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'208.36.144.7','2008-02-07 09:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.149.20.43','2008-02-07 10:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2008-02-07 16:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.163.64.106','2008-02-07 17:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.163.64.106','2008-02-07 17:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.30.88.146','2008-02-07 23:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.140.138','2008-02-08 00:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'208.36.144.7','2008-02-08 10:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.36.144.7','2008-02-08 18:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'58.80.104.80','2008-02-08 22:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.80.104.80','2008-02-08 22:05:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.80.104.80','2008-02-08 22:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.179.180.52','2008-02-09 18:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.140.139','2008-02-09 21:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.154.113.234','2008-02-10 00:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.154.113.234','2008-02-10 00:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.15.8.142','2008-02-10 03:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'125.15.8.142','2008-02-10 03:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'12.217.34.213','2008-02-10 09:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.110.153.242','2008-02-10 22:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.26.152','2008-02-11 08:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-02-11 08:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.128.45','2008-02-12 02:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'59.138.133.218','2008-02-12 02:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'59.138.133.218','2008-02-12 02:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'59.138.133.218','2008-02-12 02:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'208.36.144.7','2008-02-12 12:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.121.162.76','2008-02-12 14:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.193.240.119','2008-02-13 01:08:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.235.62.234','2008-02-13 01:48:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2008-02-13 07:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2008-02-13 07:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.81.208','2008-02-13 08:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.81.208','2008-02-13 08:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-02-13 08:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-02-13 08:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.7.203.45','2008-02-13 09:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.226.166.71','2008-02-13 09:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.226.166.71','2008-02-13 09:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.239.75.206','2008-02-13 16:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.198.90.17','2008-02-13 20:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.198.90.17','2008-02-13 21:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.117.234.97','2008-02-14 10:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.220.145.210','2008-02-14 15:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.220.145.210','2008-02-14 15:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.220.145.210','2008-02-14 15:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.220.145.210','2008-02-14 15:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.193.240.119','2008-02-14 15:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.193.240.119','2008-02-14 15:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.82','2008-02-14 22:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.82','2008-02-14 22:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.82','2008-02-14 22:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.82','2008-02-14 22:48:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.239.75.129','2008-02-15 04:42:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.82','2008-02-15 06:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.82','2008-02-15 06:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.82','2008-02-15 06:23:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.82','2008-02-15 06:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.82','2008-02-15 06:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.82','2008-02-15 06:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.82','2008-02-15 19:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.82','2008-02-15 20:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.82','2008-02-15 20:33:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.82','2008-02-15 20:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'208.36.144.7','2008-02-15 22:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.82','2008-02-16 08:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.82','2008-02-16 08:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.82','2008-02-16 08:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.82','2008-02-16 08:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.174.163.53','2008-02-16 14:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.3.173.20','2008-02-16 16:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.3.173.20','2008-02-16 16:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'116.254.72.95','2008-02-16 22:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.140.139','2008-02-16 22:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.46.226.84','2008-02-17 00:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.145.215.177','2008-02-17 01:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.109.238.221','2008-02-17 07:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.82','2008-02-17 09:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.82','2008-02-17 09:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.194.206.126','2008-02-17 10:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.45','2008-02-17 13:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.13.93.197','2008-02-17 22:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.25.50.106','2008-02-17 22:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'222.13.93.197','2008-02-17 23:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.82','2008-02-18 00:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.128.46','2008-02-18 11:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.82','2008-02-18 13:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.246.252.97','2008-02-18 19:19:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.224.184','2008-02-19 03:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2008-02-19 04:07:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.224.184','2008-02-19 04:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.224.184','2008-02-19 04:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.122.192.129','2008-02-19 04:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.82','2008-02-19 07:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.206.241.65','2008-02-19 12:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.206.241.65','2008-02-19 13:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'60.46.253.10','2008-02-19 16:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.215.99.123','2008-02-19 16:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.82','2008-02-19 17:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.82','2008-02-19 18:34:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.46','2008-02-19 20:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.45','2008-02-19 22:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.82','2008-02-19 22:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.82','2008-02-19 22:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.140.138','2008-02-19 23:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.155.200.244','2008-02-19 23:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2008-02-20 06:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.179.180.51','2008-02-20 09:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.32.111.72','2008-02-20 13:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.82','2008-02-20 16:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'59.106.82.243','2008-02-20 16:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.140.139','2008-02-20 17:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.124.255.83','2008-02-21 00:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.82','2008-02-21 02:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'59.106.82.243','2008-02-21 04:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.147.113.112','2008-02-21 11:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.148.20.235','2008-02-21 11:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.248.53.165','2008-02-21 17:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.117.230.10','2008-02-22 10:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.117.230.10','2008-02-22 10:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.117.230.10','2008-02-22 10:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.117.230.10','2008-02-22 10:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.117.230.10','2008-02-22 10:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.117.230.10','2008-02-22 11:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.117.230.10','2008-02-22 11:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.82','2008-02-22 12:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.96.0.2','2008-02-22 16:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.25.157','2008-02-23 05:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-02-23 12:42:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.224.242.221','2008-02-23 13:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.108','2008-02-24 09:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.108','2008-02-24 09:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.108','2008-02-24 09:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.108','2008-02-24 09:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.24.155','2008-02-24 21:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.7.9.102','2008-02-24 21:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'121.111.0.7','2008-02-24 23:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.98.143.151','2008-02-25 20:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.98.143.151','2008-02-25 20:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.174.163.53','2008-02-26 13:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.7.108','2008-02-26 17:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.140.140','2008-02-26 18:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.46.226.84','2008-02-26 22:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.108.115.87','2008-02-26 22:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.8.219.175','2008-02-26 22:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.108.115.87','2008-02-26 22:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.108.115.87','2008-02-26 22:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.108.115.87','2008-02-26 22:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.108.115.87','2008-02-26 22:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.108.115.87','2008-02-26 22:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.224.246.74','2008-02-26 22:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.43','2008-02-27 02:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (44,1,'220.30.76.33','2008-02-27 03:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.47.32.89','2008-02-27 10:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.5.20.45','2008-02-27 10:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.47.32.89','2008-02-27 10:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.47.32.89','2008-02-27 10:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.249.178.190','2008-02-27 11:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.94.128.68','2008-02-27 11:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'221.249.178.190','2008-02-27 11:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.47.32.89','2008-02-27 14:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.5.20.45','2008-02-27 14:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.226.0.190','2008-02-27 16:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.184.88.143','2008-02-28 10:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.9.166.166','2008-02-28 11:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.224.178.170','2008-02-28 13:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2008-02-29 08:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2008-02-29 08:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2008-02-29 08:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.129.111.90','2008-02-29 09:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.129.111.90','2008-02-29 09:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.129.111.90','2008-02-29 09:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2008-02-29 09:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.204.71.4','2008-02-29 09:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.204.71.4','2008-02-29 09:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.164.21.216','2008-02-29 11:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2008-02-29 21:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.241.153.156','2008-03-01 18:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.15','2008-03-02 18:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.140.142','2008-03-02 20:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.102.197.232','2008-03-03 15:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.102.197.232','2008-03-03 15:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.102.197.232','2008-03-03 15:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.102.197.232','2008-03-03 15:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.102.197.232','2008-03-03 15:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.102.197.232','2008-03-03 15:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.96.83.136','2008-03-03 22:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.96.83.136','2008-03-03 22:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.96.83.136','2008-03-03 22:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.96.83.136','2008-03-03 22:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.96.83.136','2008-03-03 22:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.96.83.136','2008-03-03 22:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.12.159.65','2008-03-03 23:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.12.159.65','2008-03-03 23:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.12.159.65','2008-03-03 23:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.12.159.65','2008-03-03 23:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.12.159.65','2008-03-03 23:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.12.159.65','2008-03-03 23:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.12.159.65','2008-03-03 23:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.140.150','2008-03-03 23:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2008-03-04 00:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.20.120','2008-03-05 06:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.224.249.79','2008-03-05 07:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.224.249.79','2008-03-05 07:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'123.224.249.79','2008-03-05 07:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.224.249.79','2008-03-05 07:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.108','2008-03-05 14:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.37.92.215','2008-03-05 19:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.217.34','2008-03-07 02:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2008-03-07 11:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2008-03-07 11:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2008-03-07 11:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-03-07 11:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-03-07 11:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.129.111.90','2008-03-07 11:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-03-07 16:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-03-07 16:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2008-03-07 16:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-03-07 16:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.129.111.90','2008-03-07 16:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2008-03-07 16:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'211.129.111.90','2008-03-07 16:58:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'202.229.224.36','2008-03-07 21:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'202.229.224.36','2008-03-07 21:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.147.2.7','2008-03-08 00:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.162.192.187','2008-03-08 04:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.162.192.187','2008-03-08 04:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.49','2008-03-08 04:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.56.160.10','2008-03-08 09:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.56.160.10','2008-03-08 09:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.56.160.10','2008-03-08 10:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.56.160.10','2008-03-08 10:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.56.160.10','2008-03-08 10:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.12.162.101','2008-03-08 21:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-03-10 07:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.214.178.44','2008-03-10 14:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'202.214.178.44','2008-03-10 14:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.214.178.44','2008-03-10 14:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.214.178.44','2008-03-10 14:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.88','2008-03-10 17:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.88','2008-03-10 17:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.101.218.61','2008-03-10 18:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.140.141','2008-03-10 21:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.140.39','2008-03-10 21:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.88','2008-03-11 00:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.109.121.252','2008-03-11 08:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.109.121.252','2008-03-11 08:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.115.44.10','2008-03-11 09:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.115.44.10','2008-03-11 09:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-03-11 11:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-03-11 11:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.129.111.90','2008-03-11 11:35:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.129.111.90','2008-03-11 11:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-03-11 11:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2008-03-11 11:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.129.111.90','2008-03-11 11:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2008-03-11 11:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-03-11 11:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (48,11,'211.129.111.90','2008-03-11 14:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (48,5,'211.129.111.90','2008-03-11 14:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (48,6,'211.129.111.90','2008-03-11 14:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (48,4,'211.129.111.90','2008-03-11 14:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (48,3,'211.129.111.90','2008-03-11 14:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.71','2008-03-11 15:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.124.211.22','2008-03-11 15:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.174.163.53','2008-03-11 18:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.174.163.53','2008-03-11 18:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.9.82','2008-03-11 21:00:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.141','2008-03-11 21:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.88','2008-03-11 22:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.251.26.125','2008-03-11 23:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.251.26.125','2008-03-11 23:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.251.26.125','2008-03-11 23:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'218.251.26.125','2008-03-11 23:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.100.5.251','2008-03-12 04:09:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.100.5.251','2008-03-12 04:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.100.5.251','2008-03-12 04:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.225.53.124','2008-03-12 04:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.26.191','2008-03-12 08:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.26.191','2008-03-12 08:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.26.191','2008-03-12 08:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.26.191','2008-03-12 08:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.26','2008-03-12 08:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.26.191','2008-03-12 08:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.26.191','2008-03-12 08:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.26.191','2008-03-12 08:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.26.191','2008-03-12 08:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.26.191','2008-03-12 08:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.140.139','2008-03-12 18:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.140.140','2008-03-12 18:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.128.45','2008-03-12 18:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.140.150','2008-03-12 22:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.128.45','2008-03-12 22:14:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.88','2008-03-13 06:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.88','2008-03-13 06:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.88','2008-03-13 06:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.88','2008-03-13 07:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.108.109.58','2008-03-13 08:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.108.109.58','2008-03-13 08:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.108.109.58','2008-03-13 08:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.108.109.58','2008-03-13 08:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.108.109.58','2008-03-13 08:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.108.109.58','2008-03-13 08:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.128.193.51','2008-03-13 08:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.128.193.51','2008-03-13 08:12:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.128.193.51','2008-03-13 08:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.108.109.58','2008-03-13 08:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.140.143','2008-03-13 10:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.88','2008-03-13 20:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.88','2008-03-13 20:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.88','2008-03-13 20:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.88','2008-03-13 20:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.88','2008-03-13 20:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.88','2008-03-13 20:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.23.154','2008-03-14 02:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.101.246.71','2008-03-14 05:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.9.108','2008-03-14 06:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.113.112','2008-03-14 09:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.113.112','2008-03-14 09:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.88','2008-03-14 13:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.88','2008-03-14 14:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.140.39','2008-03-14 14:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.88','2008-03-15 07:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.88','2008-03-15 08:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.88','2008-03-15 08:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'203.179.53.65','2008-03-15 08:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.179.53.65','2008-03-15 08:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.179.53.65','2008-03-15 08:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.179.53.65','2008-03-15 08:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.179.53.65','2008-03-15 08:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'203.179.53.65','2008-03-15 08:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'203.179.53.65','2008-03-15 08:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:04:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.26','2008-03-16 04:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:08:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.168','2008-03-16 04:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.86.75.161','2008-03-16 12:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.86.75.161','2008-03-16 12:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.86.75.161','2008-03-16 12:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.86.75.161','2008-03-16 12:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.86.75.161','2008-03-16 12:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.22','2008-03-16 16:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.70.90','2008-03-16 20:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.70.90','2008-03-16 20:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.51.46.10','2008-03-16 23:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.51.46.10','2008-03-16 23:46:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.51.46.10','2008-03-16 23:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.51.46.10','2008-03-16 23:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.51.46.10','2008-03-16 23:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.51.46.10','2008-03-16 23:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.51.46.10','2008-03-16 23:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.108.118.251','2008-03-17 06:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.17.208','2008-03-17 09:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.221.221.181','2008-03-17 11:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.221.221.181','2008-03-17 11:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.221.221.181','2008-03-17 11:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.221.221.181','2008-03-17 11:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.221.221.181','2008-03-17 11:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.221.221.181','2008-03-17 11:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.221.221.181','2008-03-17 11:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.70.90','2008-03-17 12:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-17 14:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.214.126.213','2008-03-17 14:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-17 14:54:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.214.126.213','2008-03-17 14:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-17 14:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,16,'59.141.81.208','2008-03-17 14:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,16,'59.141.81.208','2008-03-17 14:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,16,'59.141.81.208','2008-03-17 14:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.214.126.213','2008-03-17 14:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,16,'59.141.81.208','2008-03-17 14:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.214.126.213','2008-03-17 14:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'59.141.81.208','2008-03-17 14:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.23.185','2008-03-17 20:25:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'58.147.224.158','2008-03-17 22:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2008-03-17 22:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'58.147.224.158','2008-03-17 22:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,1,'58.147.224.158','2008-03-17 23:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'58.147.224.158','2008-03-17 23:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'58.147.224.158','2008-03-17 23:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.70.90','2008-03-18 04:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-18 07:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 15:03:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-18 15:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 15:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-18 15:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 15:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 15:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-18 15:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 15:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-18 15:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-18 16:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.230.102.150','2008-03-18 16:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 16:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-03-18 17:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 17:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.44','2008-03-18 20:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 20:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.230.102.150','2008-03-18 21:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.145.26.157','2008-03-19 00:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.145.26.157','2008-03-19 00:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.145.26.157','2008-03-19 00:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.165.93.32','2008-03-19 10:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.198.138.72','2008-03-19 18:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.221.221.181','2008-03-19 19:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.174.178.20','2008-03-20 11:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.174.178.20','2008-03-20 11:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.140.40','2008-03-20 20:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.247.217.35','2008-03-21 04:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.96.160.29','2008-03-21 09:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.9.108','2008-03-24 00:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.9.87','2008-03-24 01:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.50','2008-03-24 08:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-03-24 08:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.101.73.56','2008-03-24 11:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.120.115.94','2008-03-24 12:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.120.115.94','2008-03-24 13:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.8.62','2008-03-24 16:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2008-03-24 22:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.98','2008-03-25 08:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.57','2008-03-25 08:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.135.199.87','2008-03-25 20:52:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.135.199.87','2008-03-25 20:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.135.199.87','2008-03-25 20:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.135.199.87','2008-03-25 20:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.183','2008-03-25 22:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.31.131.187','2008-03-26 01:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.20.30.235','2008-03-26 01:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.84.156.25','2008-03-26 02:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.84.233.37','2008-03-26 02:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.70.90','2008-03-26 03:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.70.90','2008-03-26 03:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.70.90','2008-03-26 03:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.70.90','2008-03-26 03:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.70.90','2008-03-26 03:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.70.90','2008-03-26 03:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.70.90','2008-03-26 03:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.70.90','2008-03-26 03:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.70.90','2008-03-26 03:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.70.90','2008-03-26 03:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.133.3.67','2008-03-26 06:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.111.90','2008-03-26 09:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.70.90','2008-03-26 10:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.18.204.211','2008-03-26 10:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.96.46.29','2008-03-26 11:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'58.157.44.142','2008-03-26 11:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.249.178.190','2008-03-26 11:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.31.133.187','2008-03-26 14:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.31.133.187','2008-03-26 17:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.31.133.187','2008-03-26 17:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.167.254.201','2008-03-26 17:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.19.35.106','2008-03-27 02:22:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.23.154','2008-03-27 09:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.17.244','2008-03-27 14:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.70.90','2008-03-27 16:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.70.90','2008-03-27 16:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.70.90','2008-03-27 16:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.70.90','2008-03-27 16:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.40.3.231','2008-03-27 17:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.40.3.231','2008-03-27 17:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.102.57.28','2008-03-27 20:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.102.57.28','2008-03-27 20:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.24.155','2008-03-28 00:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.102.78.14','2008-03-28 07:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (45,1,'60.83.54.32','2008-03-28 08:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.249.119.25','2008-03-28 09:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.117.224.234','2008-03-28 13:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.214.178.44','2008-03-28 14:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.214.178.44','2008-03-28 14:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.148.3.204','2008-03-28 15:08:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.210.165.138','2008-03-28 18:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.36.31.51','2008-03-28 21:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.222.89.78','2008-03-29 01:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.222.89.78','2008-03-29 01:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.103.251.120','2008-03-29 11:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.229.153.242','2008-03-29 14:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.38.141.118','2008-03-29 14:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.38.141.118','2008-03-29 14:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.38.141.118','2008-03-29 14:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.24.155','2008-03-29 19:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.214.132.87','2008-03-30 04:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.214.132.87','2008-03-30 04:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.214.132.87','2008-03-30 04:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.183','2008-03-30 06:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.9.108','2008-03-31 00:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.9.87','2008-03-31 01:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.50','2008-03-31 08:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-03-31 08:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.108.210.56','2008-03-31 09:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.108.210.56','2008-03-31 09:38:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.108.210.56','2008-03-31 09:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.5.121.29','2008-03-31 12:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.5.121.29','2008-03-31 12:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.122.29.19','2008-03-31 14:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.8.62','2008-03-31 17:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.216.53.87','2008-03-31 21:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.45','2008-03-31 21:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'211.127.154.33','2008-03-31 23:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.29.33','2008-04-01 06:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.98','2008-04-01 08:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.57','2008-04-01 09:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.117.144','2008-04-01 15:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.140.141','2008-04-01 23:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'141.223.181.24','2008-04-02 05:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.24.155','2008-04-02 07:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.7.108','2008-04-02 08:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'82.99.30.15','2008-04-02 10:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.18.167.30','2008-04-02 11:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.129.182','2008-04-03 00:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.201','2008-04-03 07:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.23.154','2008-04-03 09:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.179.180.51','2008-04-03 14:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.17.244','2008-04-03 14:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.166.145.11','2008-04-03 16:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.140.142','2008-04-04 11:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.129.182','2008-04-04 17:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.129.185','2008-04-04 17:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.88.192.147','2008-04-05 08:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'60.41.27.163','2008-04-05 12:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'60.41.27.163','2008-04-05 12:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.41.27.163','2008-04-05 12:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.129.185','2008-04-05 18:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.140.150','2008-04-05 18:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.9.108','2008-04-07 00:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.5','2008-04-07 01:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.5','2008-04-07 01:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.183','2008-04-07 04:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-04-07 08:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.50','2008-04-07 08:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.172.18.254','2008-04-08 01:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.172.18.254','2008-04-08 01:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.172.18.254','2008-04-08 01:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.24.98','2008-04-08 08:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.128.43','2008-04-08 19:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.103.47.207','2008-04-08 21:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.215.194.29','2008-04-08 22:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.216.58.251','2008-04-08 23:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.216.58.251','2008-04-08 23:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.5','2008-04-09 00:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.5','2008-04-09 00:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.9.87','2008-04-09 07:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.108.240.31','2008-04-09 07:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.118.247.35','2008-04-09 07:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.3.180.37','2008-04-09 08:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.3.180.37','2008-04-09 08:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.12.21.76','2008-04-09 09:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.12.21.76','2008-04-09 09:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.8.62','2008-04-09 09:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.19.210.185','2008-04-09 09:49:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-04-09 09:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.185.95.206','2008-04-09 09:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.3.180.37','2008-04-09 13:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.149.120.93','2008-04-09 13:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.105.207.45','2008-04-09 14:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.209.22.76','2008-04-09 17:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.209.22.76','2008-04-09 17:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.209.22.76','2008-04-09 17:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.209.22.76','2008-04-09 17:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.209.22.76','2008-04-09 17:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.23.154','2008-04-10 09:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.133.8','2008-04-10 12:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.94.133.8','2008-04-10 12:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.133.8','2008-04-10 13:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.17.244','2008-04-10 14:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.133.8','2008-04-10 15:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.234.163.15','2008-04-10 15:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.234.163.15','2008-04-10 15:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.234.163.15','2008-04-10 15:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.234.163.15','2008-04-10 16:13:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.24.155','2008-04-10 16:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.140.149','2008-04-10 20:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.175.85.65','2008-04-11 02:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-04-11 02:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.109','2008-04-11 18:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.109','2008-04-11 18:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.109','2008-04-11 18:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'222.159.217.17','2008-04-11 20:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.159.217.17','2008-04-11 20:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.159.217.17','2008-04-11 20:09:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.159.217.17','2008-04-11 20:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'222.159.217.17','2008-04-11 20:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.159.217.17','2008-04-11 20:10:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.159.217.17','2008-04-11 20:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.159.217.17','2008-04-11 20:10:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.159.217.17','2008-04-11 20:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'222.159.217.17','2008-04-11 20:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'123.48.143.124','2008-04-11 23:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'123.48.143.124','2008-04-11 23:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.84.44','2008-04-11 23:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.44','2008-04-11 23:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.48.143.124','2008-04-11 23:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.44','2008-04-11 23:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'123.48.143.124','2008-04-11 23:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.48.143.124','2008-04-11 23:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'123.48.143.124','2008-04-11 23:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'123.48.143.124','2008-04-11 23:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.70.84.44','2008-04-11 23:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'123.48.143.124','2008-04-12 00:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.48.143.124','2008-04-12 00:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.44','2008-04-12 00:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.210.162.173','2008-04-12 02:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.210.162.173','2008-04-12 02:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.210.162.173','2008-04-12 02:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.210.162.173','2008-04-12 02:29:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.210.162.173','2008-04-12 02:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.210.162.173','2008-04-12 02:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.210.162.173','2008-04-12 02:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.173.158.73','2008-04-12 14:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.221.98.123','2008-04-12 18:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.44','2008-04-12 18:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.236.40.58','2008-04-13 02:22:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.236.40.58','2008-04-13 02:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.29.115.204','2008-04-13 11:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.44','2008-04-13 11:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.18.102','2008-04-13 17:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.128.43','2008-04-13 20:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.5','2008-04-14 04:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.5','2008-04-14 04:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.5','2008-04-14 05:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.2.80.33','2008-04-14 08:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-04-14 08:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-04-14 09:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.125.242.118','2008-04-14 16:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'60.39.218.101','2008-04-14 18:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.50','2008-04-14 20:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.5','2008-04-14 21:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.190.240.66','2008-04-14 23:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.190.240.66','2008-04-14 23:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.190.240.66','2008-04-14 23:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.190.240.66','2008-04-14 23:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.173.158.73','2008-04-15 13:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.9.108','2008-04-15 19:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.209.6.10','2008-04-15 23:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.209.6.10','2008-04-15 23:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.36.144.7','2008-04-16 12:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.5','2008-04-16 14:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.5','2008-04-16 14:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.5','2008-04-16 14:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.5','2008-04-16 14:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.23.235','2008-04-17 01:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'125.197.144.44','2008-04-17 02:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'125.197.144.44','2008-04-17 02:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.23.154','2008-04-17 09:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.17.244','2008-04-17 14:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-04-17 15:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'163.221.243.176','2008-04-17 15:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'163.221.243.176','2008-04-17 15:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.24.155','2008-04-17 16:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.146.35.82','2008-04-17 16:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.103.210.254','2008-04-18 13:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.187.197.111','2008-04-18 15:32:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.5','2008-04-18 18:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.5','2008-04-18 18:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.5','2008-04-18 18:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.5','2008-04-18 19:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.5','2008-04-18 19:10:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.5','2008-04-18 19:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.135.195.202','2008-04-19 07:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.5','2008-04-19 14:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.5','2008-04-19 14:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.190.201.146','2008-04-19 15:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'64.124.85.213','2008-04-19 23:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'64.124.85.213','2008-04-19 23:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.124.85.213','2008-04-19 23:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'64.124.85.213','2008-04-19 23:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-04-21 09:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.50','2008-04-21 20:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.159.176.87','2008-04-21 21:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'132.222.120.30','2008-04-22 13:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'132.222.120.30','2008-04-22 13:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'132.222.120.30','2008-04-22 13:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.175.230','2008-04-22 15:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.25.153','2008-04-22 19:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.236.99.87','2008-04-23 03:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'60.56.193.35','2008-04-23 09:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.172.208.10','2008-04-23 17:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.152.128.45','2008-04-23 19:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.254.0.4','2008-04-23 21:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.254.0.4','2008-04-23 21:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.172.3.169','2008-04-23 23:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.172.3.169','2008-04-23 23:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.23.235','2008-04-24 03:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.23.154','2008-04-24 09:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.175.230','2008-04-24 11:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.41','2008-04-24 20:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.41','2008-04-24 20:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.41','2008-04-24 20:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.60.4.27','2008-04-26 17:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.5','2008-04-27 08:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.5','2008-04-27 08:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.5','2008-04-27 08:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'212.97.190.11','2008-04-27 09:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'212.97.190.11','2008-04-27 09:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'212.97.190.11','2008-04-27 09:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'212.97.190.11','2008-04-27 09:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'212.97.190.11','2008-04-27 09:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'212.97.190.11','2008-04-27 09:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'212.97.190.11','2008-04-27 09:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.62.171.118','2008-04-27 14:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.62.171.118','2008-04-27 14:57:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.62.171.118','2008-04-27 14:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.62.171.118','2008-04-27 14:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.152.128.45','2008-04-27 18:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.5','2008-04-28 00:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-04-28 09:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.152.129.182','2008-04-28 18:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.152.140.138','2008-04-30 00:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.109.238.221','2008-04-30 07:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.180.82.88','2008-04-30 07:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.225.136.203','2008-04-30 10:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.23.235','2008-05-01 04:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.23.154','2008-05-01 09:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.111.6.197','2008-05-01 10:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'59.141.81.208','2008-05-02 11:38:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'59.141.81.208','2008-05-02 12:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.138.133.218','2008-05-02 17:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'59.138.133.218','2008-05-02 17:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.230.121.198','2008-05-02 19:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.152.140.140','2008-05-03 00:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.152.128.44','2008-05-03 00:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.152.128.44','2008-05-03 00:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.5','2008-05-03 01:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'64.128.80.102','2008-05-03 06:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.204.50.29','2008-05-03 09:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.204.50.29','2008-05-03 10:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'208.36.144.7','2008-05-03 12:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.152.140.143','2008-05-03 16:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.18.88.223','2008-05-03 19:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.18.88.223','2008-05-03 19:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.57','2008-05-03 21:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'122.152.140.139','2008-05-03 23:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.152.140.14','2008-05-03 23:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.152.140.39','2008-05-04 00:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.192.79.151','2008-05-04 05:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'125.195.17.227','2008-05-04 10:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.7.57.182','2008-05-04 10:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.192.79.151','2008-05-04 10:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'208.36.144.7','2008-05-04 22:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.8.62','2008-05-04 22:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.152.140.139','2008-05-05 00:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.152.128.45','2008-05-05 01:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.81.208','2008-05-05 13:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.81.208','2008-05-05 13:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.190.240.66','2008-05-06 07:59:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.190.240.66','2008-05-06 07:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.190.240.66','2008-05-06 07:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.190.240.66','2008-05-06 08:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.220','2008-05-06 23:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.220','2008-05-06 23:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.220','2008-05-06 23:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.220','2008-05-06 23:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.50','2008-05-07 04:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.7.108','2008-05-07 07:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.170.126.150','2008-05-07 09:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.183','2008-05-07 13:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.163.64.106','2008-05-07 15:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-05-07 19:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'219.106.243.97','2008-05-07 20:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.23.235','2008-05-08 04:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.23.154','2008-05-08 09:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.199.185.74','2008-05-09 14:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.115.5.62','2008-05-09 16:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.24.155','2008-05-09 16:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.86.1.35','2008-05-09 16:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.180.82.88','2008-05-09 16:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.26.216','2008-05-09 23:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.9.87','2008-05-09 23:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.57','2008-05-10 21:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.8.62','2008-05-11 22:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.9.108','2008-05-12 12:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.21.183.19','2008-05-12 14:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.119.137.71','2008-05-12 17:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.49','2008-05-12 17:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.127.248.66','2008-05-12 23:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.148','2008-05-13 05:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.36.144.7','2008-05-13 07:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2008-05-13 09:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2008-05-13 09:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2008-05-13 09:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.211.144.146','2008-05-13 16:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.179.58.41','2008-05-13 20:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.26.27.50','2008-05-14 00:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.1.170.182','2008-05-14 01:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.124.96.79','2008-05-14 06:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.94.77.200','2008-05-14 07:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.135.50.162','2008-05-14 08:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.228.229.88','2008-05-14 18:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.183','2008-05-14 23:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.193.42','2008-05-15 02:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.26.165','2008-05-15 03:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.23.235','2008-05-15 04:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.70.98','2008-05-15 09:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.23.154','2008-05-15 10:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.178','2008-05-15 10:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'218.219.125.211','2008-05-15 13:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.50','2008-05-15 21:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.213.176.60','2008-05-16 01:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.213.176.60','2008-05-16 01:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.213.176.60','2008-05-16 01:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.213.176.60','2008-05-16 01:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.178','2008-05-16 02:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.178','2008-05-16 02:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.178','2008-05-16 03:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.24.155','2008-05-16 19:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.178','2008-05-16 20:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.178','2008-05-16 22:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (45,1,'60.83.54.32','2008-05-16 22:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.178','2008-05-16 23:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.26.216','2008-05-17 00:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.115.44.172','2008-05-17 03:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.178','2008-05-18 04:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.57','2008-05-19 00:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.98.231.246','2008-05-19 03:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.98.231.246','2008-05-19 03:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.8.62','2008-05-19 14:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.9.108','2008-05-19 14:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.193.42','2008-05-19 21:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.229.77.78','2008-05-19 22:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'210.229.77.78','2008-05-19 22:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'38.100.41.105','2008-05-20 02:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.9.87','2008-05-20 04:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'77.194.6.170','2008-05-20 04:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'77.194.6.170','2008-05-20 04:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'77.194.6.170','2008-05-20 04:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'203.99.0.200','2008-05-20 13:55:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.193.42','2008-05-21 00:04:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'58.3.79.188','2008-05-21 00:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'58.3.79.188','2008-05-21 00:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'58.3.79.188','2008-05-21 00:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.3.79.188','2008-05-21 00:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.98.41','2008-05-21 09:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.249.98.41','2008-05-21 09:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.178','2008-05-21 11:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.1.231.12','2008-05-21 13:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (50,4,'123.222.4.132','2008-05-21 16:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (49,16,'58.70.91.4','2008-05-21 16:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (45,1,'122.220.28.10','2008-05-21 16:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (45,1,'122.220.28.10','2008-05-21 16:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (45,1,'122.220.28.10','2008-05-21 16:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.23.235','2008-05-22 04:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.138.173.7','2008-05-22 13:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'60.56.193.35','2008-05-22 16:13:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.196.171.96','2008-05-22 16:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.196.171.96','2008-05-22 16:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'150.70.84.49','2008-05-22 16:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.196.171.96','2008-05-22 16:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.203.213.135','2008-05-22 17:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.49.94.116','2008-05-22 19:42:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.23.50','2008-05-22 21:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.71.112.203','2008-05-23 05:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.232.32.97','2008-05-23 08:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.232.32.97','2008-05-23 08:15:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.232.32.97','2008-05-23 08:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'202.232.32.97','2008-05-23 08:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.232.32.97','2008-05-23 08:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.232.32.97','2008-05-23 08:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.25.151.248','2008-05-23 10:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.25.151.248','2008-05-23 10:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.49','2008-05-23 10:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.102.12.149','2008-05-23 11:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.25.151.248','2008-05-23 11:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.18.249','2008-05-23 15:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.18.249','2008-05-23 16:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.38.141.118','2008-05-24 00:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (51,15,'220.38.141.118','2008-05-24 00:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.18.249','2008-05-24 04:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.18.249','2008-05-24 11:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.204.50.29','2008-05-24 17:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'116.82.177.45','2008-05-24 17:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'116.82.177.45','2008-05-24 18:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'116.82.177.45','2008-05-24 18:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.185','2008-05-25 22:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'59.138.133.218','2008-05-26 10:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.219.252.233','2008-05-26 14:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.249.98.41','2008-05-26 17:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.193.42','2008-05-26 17:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.193.42','2008-05-26 18:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.92.62.209','2008-05-27 07:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.92.62.209','2008-05-27 07:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.70.84.44','2008-05-27 07:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'150.70.84.49','2008-05-27 07:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.122.3.8','2008-05-27 11:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.26.27.50','2008-05-28 03:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.26.27.50','2008-05-28 03:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.192.125.252','2008-05-28 07:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'125.204.115.146','2008-05-29 00:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.17.186','2008-05-29 04:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.248.94.137','2008-05-29 09:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.32.77.254','2008-05-29 10:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.98.41','2008-05-29 14:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'203.180.232.99','2008-05-29 15:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.254.12.25','2008-05-29 19:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.174.27.103','2008-05-30 14:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.167.119.109','2008-05-31 12:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.49','2008-05-31 12:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.167.119.109','2008-05-31 12:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.49','2008-05-31 13:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.174.251.141','2008-05-31 17:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.70.153','2008-05-31 19:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.18.254','2008-05-31 20:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.85.213','2008-06-01 04:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.70.153','2008-06-01 16:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.131.3.177','2008-06-01 22:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.70.153','2008-06-02 11:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.3.130.225','2008-06-02 12:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.111.48.194','2008-06-02 15:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.124.85.213','2008-06-02 18:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'64.124.85.213','2008-06-02 18:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'64.124.85.213','2008-06-02 18:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'64.124.85.213','2008-06-02 19:07:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.124.96.178','2008-06-02 19:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.18.254','2008-06-02 20:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.70.153','2008-06-03 05:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.98.41','2008-06-03 09:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.111.48.194','2008-06-03 12:03:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.111.48.194','2008-06-03 16:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.111.48.194','2008-06-03 16:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.111.48.194','2008-06-03 16:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.214.132.36','2008-06-04 17:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.7.3.210','2008-06-04 17:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.22.188','2008-06-04 17:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.240.115.79','2008-06-05 01:05:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.17.179','2008-06-05 04:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.88.44.13','2008-06-05 04:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.108.210.56','2008-06-05 11:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.108.210.56','2008-06-05 11:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.108.210.56','2008-06-05 11:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.168.224.127','2008-06-05 12:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'125.100.80.50','2008-06-05 17:05:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.17.179','2008-06-06 13:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.70.153','2008-06-07 01:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.70.153','2008-06-07 01:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.85.213','2008-06-07 12:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.34.117.219','2008-06-07 14:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.110.225.230','2008-06-07 16:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.193.42','2008-06-08 04:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.70.153','2008-06-08 19:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.22.107','2008-06-10 01:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.108.210.56','2008-06-10 14:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.254.191.144','2008-06-10 15:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.100.4.87','2008-06-11 12:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.100.4.87','2008-06-11 12:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.44','2008-06-11 12:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.100.4.87','2008-06-11 12:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.84.44','2008-06-11 12:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.100.4.87','2008-06-11 12:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'130.34.69.169','2008-06-11 13:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.30.247.1','2008-06-11 14:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.30.247.1','2008-06-11 14:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.163.78','2008-06-11 16:45:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'58.80.104.80','2008-06-11 20:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.0.140.106','2008-06-11 23:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.86.223.166','2008-06-12 03:21:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.3.19.102','2008-06-12 04:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.3.19.102','2008-06-12 04:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.239.208.197','2008-06-12 08:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2008-06-12 08:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2008-06-12 09:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.239.208.197','2008-06-12 09:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.183','2008-06-12 13:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.183','2008-06-12 14:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.131.41.87','2008-06-12 22:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.131.41.87','2008-06-12 22:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-06-12 22:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.131.41.87','2008-06-12 22:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.44','2008-06-12 22:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.49','2008-06-12 22:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.131.41.87','2008-06-12 22:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.49','2008-06-12 22:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.131.41.87','2008-06-12 22:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'210.131.41.87','2008-06-12 22:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.70.84.44','2008-06-12 22:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'150.70.84.49','2008-06-12 22:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'210.131.41.87','2008-06-12 22:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'210.131.41.87','2008-06-12 22:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.131.41.87','2008-06-12 22:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.131.41.87','2008-06-12 22:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.131.41.87','2008-06-12 22:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.213.41.202','2008-06-13 01:25:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'220.213.41.202','2008-06-13 01:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.84.44','2008-06-13 01:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'150.70.84.44','2008-06-13 01:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.70.153','2008-06-13 07:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.22.107','2008-06-13 14:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.191.213.117','2008-06-13 15:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.196.171.96','2008-06-13 16:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.84.44','2008-06-13 16:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.22.107','2008-06-13 23:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.70.153','2008-06-14 01:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.22.119','2008-06-14 08:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.190.240.66','2008-06-14 10:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.190.240.66','2008-06-14 10:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.190.240.66','2008-06-14 10:31:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.190.240.66','2008-06-14 10:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.146.176.57','2008-06-14 14:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.146.176.57','2008-06-14 14:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.146.176.57','2008-06-14 14:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.124.4.168','2008-06-14 19:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.124.4.168','2008-06-14 19:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.124.4.168','2008-06-14 19:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.70.153','2008-06-14 20:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.70.153','2008-06-15 15:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.254.1.121','2008-06-15 16:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.17.181','2008-06-16 05:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'58.190.38.156','2008-06-16 11:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'58.190.38.156','2008-06-16 12:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.144.255.161','2008-06-17 08:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.1.69.159','2008-06-17 11:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.251.53.143','2008-06-17 16:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.18.229.222','2008-06-17 18:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.213.109','2008-06-17 23:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.208.193.138','2008-06-18 09:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.234.150.143','2008-06-18 10:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-06-18 10:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.17.181','2008-06-19 01:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.17.181','2008-06-19 01:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.17.181','2008-06-19 04:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.50.24','2008-06-19 09:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.196.228.238','2008-06-19 10:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.215.199.135','2008-06-19 11:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.17.181','2008-06-19 13:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.196.228.238','2008-06-19 13:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.196.228.238','2008-06-19 13:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.1.244.224','2008-06-19 16:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.124.4.168','2008-06-19 18:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.124.4.168','2008-06-19 18:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.12','2008-06-19 19:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.12','2008-06-19 21:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.12','2008-06-19 22:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.12','2008-06-19 22:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.12','2008-06-19 22:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.12','2008-06-19 22:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.158.32.16','2008-06-20 13:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.158.32.16','2008-06-20 13:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.158.32.16','2008-06-20 13:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.237.159.200','2008-06-20 17:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.210.162.173','2008-06-20 23:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.210.162.173','2008-06-20 23:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.88.212.184','2008-06-21 21:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.146.192.132','2008-06-21 23:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (44,16,'220.30.76.41','2008-06-22 09:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.17.175','2008-06-24 08:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.17.175','2008-06-24 10:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.17.175','2008-06-25 00:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.225.111.16','2008-06-25 02:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.96.69.143','2008-06-25 04:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.96.69.143','2008-06-25 04:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.96.69.143','2008-06-25 04:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.192.76.135','2008-06-25 05:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.64.130.117','2008-06-25 08:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.64.130.117','2008-06-25 08:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.64.130.117','2008-06-25 08:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.64.130.117','2008-06-25 08:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.0.148.97','2008-06-25 08:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.163.64.104','2008-06-25 10:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.163.64.104','2008-06-25 10:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.163.64.104','2008-06-25 10:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.64.104','2008-06-25 11:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.64.104','2008-06-25 11:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.64.104','2008-06-25 11:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.163.64.104','2008-06-25 11:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.17.175','2008-06-25 17:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.31.37.35','2008-06-25 17:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'123.226.90.225','2008-06-25 21:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.145.248.52','2008-06-26 09:03:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.100.12.209','2008-06-26 09:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.100.12.209','2008-06-26 09:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.100.12.209','2008-06-26 09:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.145.248.52','2008-06-26 10:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.145.248.52','2008-06-26 10:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.228.213.247','2008-06-26 14:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.166.88.27','2008-06-26 17:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.190.141.67','2008-06-26 19:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.166.17.200','2008-06-27 15:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.166.17.200','2008-06-27 15:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.17.175','2008-06-28 00:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.107.221.104','2008-06-28 02:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'58.80.104.80','2008-06-28 06:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.78','2008-06-28 08:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.28.127.140','2008-06-28 20:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.132.188.58','2008-06-29 09:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.143.245.129','2008-06-29 16:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.121.73.134','2008-06-29 16:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.121.73.134','2008-06-29 19:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.208.232.75','2008-06-29 23:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.208.232.75','2008-06-29 23:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.0.50.151','2008-06-30 20:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.7.123.186','2008-07-01 09:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.193.183.65','2008-07-01 13:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.149.144.49','2008-07-01 15:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.193.183.65','2008-07-01 17:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.193.183.65','2008-07-01 17:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.193.183.65','2008-07-01 17:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.7.127.200','2008-07-02 01:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.78','2008-07-02 10:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.78','2008-07-02 23:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.115.44.112','2008-07-03 00:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.17.175','2008-07-03 13:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.17.175','2008-07-03 18:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.172.208.48','2008-07-03 22:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.45.211.229','2008-07-04 09:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.1.50.201','2008-07-04 11:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.1.50.201','2008-07-04 11:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.1.50.201','2008-07-04 11:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.208.174.68','2008-07-04 14:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.228.195.28','2008-07-04 17:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.228.195.28','2008-07-04 17:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.228.195.28','2008-07-04 17:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.17.175','2008-07-05 11:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.166.89.40','2008-07-05 11:51:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.198.90.17','2008-07-05 12:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.78','2008-07-05 14:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.25.151.248','2008-07-05 19:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.196','2008-07-06 06:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.17.175','2008-07-06 07:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.17.175','2008-07-06 07:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.193.128.171','2008-07-06 09:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.228.229.71','2008-07-06 11:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.17.175','2008-07-07 04:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.146.222.217','2008-07-07 04:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.146.222.217','2008-07-07 04:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.17.175','2008-07-07 05:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.196','2008-07-07 05:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (34,1,'118.7.203.59','2008-07-07 13:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.17.175','2008-07-07 17:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.32.39.21','2008-07-07 18:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.78','2008-07-07 20:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.215.160.179','2008-07-08 01:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.17.175','2008-07-08 04:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.17.175','2008-07-08 08:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.17.175','2008-07-08 08:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.17.175','2008-07-08 08:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.17.175','2008-07-08 18:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.3.179.195','2008-07-08 23:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.192.125.252','2008-07-08 23:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.3.179.195','2008-07-08 23:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.36.146.211','2008-07-09 08:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.139.67','2008-07-09 11:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.155.10.156','2008-07-09 12:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.212.218.135','2008-07-09 17:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.174.27.103','2008-07-09 18:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.139.67','2008-07-09 22:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.139.67','2008-07-09 22:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.78','2008-07-10 05:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.78','2008-07-10 05:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.36.146.211','2008-07-10 18:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.255.229.246','2008-07-11 08:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.255.229.246','2008-07-11 08:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.255.229.246','2008-07-11 08:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.255.229.246','2008-07-11 08:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.172.1.140','2008-07-11 10:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.70.49','2008-07-11 13:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.22.73.242','2008-07-13 02:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.18.236','2008-07-13 07:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.236','2008-07-13 07:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.58.206.13','2008-07-13 16:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.215','2008-07-14 05:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.215','2008-07-14 05:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.18.236','2008-07-14 06:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.18.236','2008-07-14 11:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.18.236','2008-07-15 08:14:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.18.236','2008-07-15 08:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.248.58.38','2008-07-15 19:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.248.58.38','2008-07-15 19:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.18.236','2008-07-15 23:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.94.221.149','2008-07-16 16:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.18.236','2008-07-16 17:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'133.5.13.70','2008-07-17 15:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.146.247.15','2008-07-17 23:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.18.236','2008-07-18 09:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.18.236','2008-07-18 11:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.88.190.8','2008-07-18 14:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.18.236','2008-07-18 21:08:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.162.93.121','2008-07-18 21:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.190.1.43','2008-07-18 21:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.255.229.246','2008-07-19 03:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.18.236','2008-07-19 11:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.18.236','2008-07-20 07:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.236','2008-07-20 07:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.109','2008-07-20 18:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.109','2008-07-20 18:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.213.109','2008-07-20 20:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.213.109','2008-07-20 20:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.109','2008-07-20 20:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.213.109','2008-07-20 21:06:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.213.109','2008-07-21 01:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.213.109','2008-07-21 01:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'71.41.200.74','2008-07-21 03:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'71.41.200.74','2008-07-21 03:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'59.190.74.6','2008-07-21 04:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'218.124.44.139','2008-07-21 13:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.18.236','2008-07-22 04:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.18.236','2008-07-22 08:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.18.236','2008-07-22 08:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.248.58.38','2008-07-22 11:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.224.84.64','2008-07-22 15:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.224.84.64','2008-07-22 15:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.32.75.193','2008-07-22 19:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.32.75.193','2008-07-22 19:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.126.188.225','2008-07-22 20:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.126.188.225','2008-07-22 20:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.101.176.5','2008-07-22 23:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.162.93.121','2008-07-23 08:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.196.148.31','2008-07-23 11:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.167.83.8','2008-07-23 18:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.18.236','2008-07-24 01:54:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.102.211.215','2008-07-24 11:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.199.208.249','2008-07-24 11:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.199.208.249','2008-07-24 11:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.199.208.249','2008-07-24 11:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.40.147.210','2008-07-24 12:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.196.117.1','2008-07-24 13:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.18.236','2008-07-24 13:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.189.178.180','2008-07-24 16:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.189.178.180','2008-07-24 16:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.123.35.19','2008-07-24 17:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'211.123.35.19','2008-07-24 17:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.18.236','2008-07-24 19:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.248.58.38','2008-07-24 19:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.72.27.153','2008-07-25 05:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.72.27.153','2008-07-25 05:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.124.99.14','2008-07-25 05:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.72.27.153','2008-07-25 05:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.117.40.211','2008-07-25 17:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.138','2008-07-25 22:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.138','2008-07-26 02:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.163.171.56','2008-07-26 14:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.163.171.56','2008-07-26 15:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.163.171.56','2008-07-26 15:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.163.171.56','2008-07-26 15:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.137.21.103','2008-07-27 00:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.138','2008-07-27 07:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.18.236','2008-07-27 07:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'121.92.87.4','2008-07-27 22:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.190.38.191','2008-07-28 16:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.190.38.191','2008-07-28 17:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.255.229.246','2008-07-28 19:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.255.229.246','2008-07-28 19:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.255.229.246','2008-07-28 19:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.255.229.246','2008-07-28 19:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.255.229.246','2008-07-28 19:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.255.229.246','2008-07-28 20:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.255.229.246','2008-07-28 20:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.255.229.246','2008-07-28 21:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.255.229.246','2008-07-28 21:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.138','2008-07-29 07:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.18.236','2008-07-29 08:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.18.236','2008-07-29 08:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.216.136.223','2008-07-29 14:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'150.70.84.44','2008-07-29 14:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.216.136.223','2008-07-29 15:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.44','2008-07-29 15:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.216.136.223','2008-07-29 15:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.44','2008-07-29 15:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.3.239.112','2008-07-29 19:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'218.130.64.35','2008-07-29 22:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.17.167','2008-07-30 17:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.17.167','2008-07-30 18:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.26.15.43','2008-07-31 03:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.105.111.136','2008-07-31 09:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.224.235.227','2008-07-31 10:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.224.235.227','2008-07-31 10:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.17.167','2008-07-31 18:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.17.167','2008-07-31 18:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.17.167','2008-07-31 21:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.17.167','2008-08-01 03:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.213.109','2008-08-01 05:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.213.109','2008-08-02 04:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.17.167','2008-08-02 15:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.17.167','2008-08-04 12:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.213.205.169','2008-08-04 20:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.213.205.169','2008-08-04 20:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.17.167','2008-08-05 04:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.17.167','2008-08-05 08:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.17.167','2008-08-05 13:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.17.167','2008-08-05 19:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'76.191.168.140','2008-08-06 01:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'76.191.168.140','2008-08-06 01:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'76.191.168.140','2008-08-06 01:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'76.191.168.140','2008-08-06 01:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'76.191.168.140','2008-08-06 01:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'76.191.168.140','2008-08-06 01:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.240.165.249','2008-08-06 02:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.154','2008-08-06 02:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.138','2008-08-06 05:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.229.99','2008-08-06 08:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.138','2008-08-06 09:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'211.9.59.131','2008-08-06 14:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'211.9.59.131','2008-08-06 14:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.17.167','2008-08-07 00:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.138','2008-08-07 02:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.47.228.34','2008-08-07 11:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.47.228.34','2008-08-07 11:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.47.228.34','2008-08-07 11:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.17.167','2008-08-07 18:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.138','2008-08-08 10:40:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.239.7.130','2008-08-08 10:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.255.169.38','2008-08-09 17:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.138','2008-08-10 19:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.138','2008-08-10 20:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.138','2008-08-10 20:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.110.68.1','2008-08-11 01:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.17.167','2008-08-11 03:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.83.54.32','2008-08-11 04:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.138','2008-08-11 20:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.138','2008-08-11 20:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.17.167','2008-08-11 23:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.17.167','2008-08-12 01:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.81.8.169','2008-08-12 13:04:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.138','2008-08-12 14:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.138','2008-08-13 00:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-08-13 03:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-08-13 10:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.138','2008-08-13 22:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.17.167','2008-08-13 22:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,16,'118.111.76.94','2008-08-13 23:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.17.167','2008-08-14 01:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.17.167','2008-08-14 18:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.17.167','2008-08-14 22:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.17.167','2008-08-15 01:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.84.24.59','2008-08-15 04:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.84.24.59','2008-08-15 09:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.179.68.79','2008-08-15 15:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.22.105','2008-08-16 15:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.146.247.15','2008-08-16 20:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.131.248.5','2008-08-16 22:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.105','2008-08-17 01:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.22.105','2008-08-17 01:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'59.141.81.208','2008-08-17 09:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:50:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,16,'210.234.88.36','2008-08-17 09:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,5,'210.234.88.36','2008-08-17 09:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 09:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (10,1,'210.234.88.36','2008-08-17 11:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.22.105','2008-08-17 18:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.138','2008-08-18 06:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-08-18 17:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.122.53.66','2008-08-19 14:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.249.209.158','2008-08-19 14:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.84.44','2008-08-19 15:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.122.53.66','2008-08-19 15:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.122.53.66','2008-08-19 16:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.122.53.66','2008-08-19 16:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.1.115.252','2008-08-19 21:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.1.115.252','2008-08-19 21:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.238.165.230','2008-08-19 21:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'60.238.165.230','2008-08-19 21:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'60.238.165.230','2008-08-19 21:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'60.238.165.230','2008-08-19 21:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'60.238.165.230','2008-08-19 21:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.138','2008-08-20 09:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.61.23.81','2008-08-20 19:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.22.105','2008-08-21 08:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.66.71.118','2008-08-21 14:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.66.71.118','2008-08-21 14:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.31.57.29','2008-08-22 10:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.44','2008-08-22 10:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.31.57.29','2008-08-22 10:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.31.57.29','2008-08-22 10:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'150.70.84.44','2008-08-22 10:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.44','2008-08-22 10:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'116.64.2.35','2008-08-22 11:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.135.230.79','2008-08-22 13:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.44','2008-08-22 13:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.157.231.162','2008-08-22 13:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.157.231.162','2008-08-22 13:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.22.105','2008-08-22 15:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'203.135.230.79','2008-08-22 19:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.70.84.44','2008-08-22 19:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'58.1.115.252','2008-08-23 09:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.22.105','2008-08-23 22:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.212.218.135','2008-08-24 02:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.22.105','2008-08-25 05:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.45.211.229','2008-08-25 14:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.22.105','2008-08-25 15:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.138','2008-08-25 16:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.138','2008-08-25 16:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.138','2008-08-25 19:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.18.227','2008-08-25 23:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.18.227','2008-08-26 07:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.198.24.21','2008-08-27 03:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.240.221.188','2008-08-27 05:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.154','2008-08-27 05:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.240.221.188','2008-08-27 05:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.154','2008-08-27 06:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.18.227','2008-08-27 14:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (32,1,'219.126.46.105','2008-08-28 01:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.194.210.63','2008-08-28 03:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'64.124.85.213','2008-08-28 04:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'64.124.85.213','2008-08-28 04:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'64.124.85.213','2008-08-28 04:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.124.85.213','2008-08-28 04:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.127.85.132','2008-08-28 11:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.138','2008-08-28 11:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.138','2008-08-28 11:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.138.169.39','2008-08-28 18:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.138.169.39','2008-08-28 18:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.208.125.220','2008-08-28 19:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.18.227','2008-08-28 22:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.17.187','2008-08-29 00:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.138','2008-08-29 22:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.85.210','2008-08-30 01:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.17.187','2008-08-30 01:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'64.124.85.210','2008-08-30 08:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'64.124.85.210','2008-08-30 08:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.124.85.210','2008-08-30 08:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.35.118.62','2008-08-31 00:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.35.118.62','2008-08-31 00:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.3.185.170','2008-08-31 15:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'91.113.90.177','2008-08-31 17:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.17.154','2008-08-31 18:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.129.111.90','2008-09-01 14:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.109.64.131','2008-09-01 14:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.61.23.81','2008-09-01 14:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2008-09-01 14:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.129.111.90','2008-09-01 14:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.221.221.181','2008-09-01 19:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.22.2.232','2008-09-01 22:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.22.93','2008-09-02 11:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2008-09-03 10:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.45.211.229','2008-09-03 17:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.45.211.229','2008-09-03 17:41:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'61.203.26.126','2008-09-03 22:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'61.203.26.126','2008-09-03 22:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.18.239','2008-09-03 23:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.248','2008-09-05 05:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.215.199.135','2008-09-05 14:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.215.199.135','2008-09-05 14:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.215.199.135','2008-09-05 14:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.215.199.135','2008-09-05 14:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.18.248','2008-09-07 03:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.40.121.18','2008-09-07 10:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.145.244','2008-09-07 13:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.18.248','2008-09-07 15:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,26,'58.147.224.158','2008-09-07 21:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.38.190.188','2008-09-07 21:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,25,'58.147.224.158','2008-09-07 21:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.18.248','2008-09-08 02:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.18.248','2008-09-08 03:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.18.248','2008-09-08 03:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.18.248','2008-09-08 03:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.18.248','2008-09-08 03:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.18.248','2008-09-08 04:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.213.221.97','2008-09-08 06:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.213.221.97','2008-09-08 07:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.213.221.97','2008-09-08 07:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.213.221.97','2008-09-08 08:19:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.18.248','2008-09-08 08:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.101.111.8','2008-09-08 08:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.213.221.97','2008-09-08 08:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'202.213.221.97','2008-09-08 09:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,25,'203.180.232.99','2008-09-08 09:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.213.221.97','2008-09-08 09:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.18.248','2008-09-08 10:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'202.213.221.97','2008-09-08 10:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.213.221.97','2008-09-08 10:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.18.248','2008-09-08 10:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'202.213.221.97','2008-09-08 11:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.138','2008-09-08 16:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.232.32.97','2008-09-08 17:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.232.32.97','2008-09-08 17:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,25,'58.147.224.158','2008-09-08 19:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.22.89','2008-09-08 21:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.89','2008-09-08 22:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'59.146.203.19','2008-09-08 23:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.203.213.241','2008-09-09 09:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.203.213.241','2008-09-09 09:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.203.213.241','2008-09-09 09:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.203.213.241','2008-09-09 09:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.22.89','2008-09-09 14:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'219.101.212.99','2008-09-09 15:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'219.101.212.99','2008-09-09 17:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.138','2008-09-09 19:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.107.55.204','2008-09-10 06:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.225.124.130','2008-09-10 10:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.225.124.130','2008-09-10 10:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.225.124.130','2008-09-10 10:41:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'125.102.52.46','2008-09-10 14:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.36.2.15','2008-09-11 06:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'123.222.98.63','2008-09-11 08:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.216.245.195','2008-09-11 09:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.73.138','2008-09-11 09:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.73.138','2008-09-11 09:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.73.138','2008-09-11 09:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.73.138','2008-09-11 09:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.73.138','2008-09-11 09:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.17.167','2008-09-11 12:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.110.126.110','2008-09-11 17:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.84.154','2008-09-11 17:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.17.167','2008-09-11 22:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.194.133','2008-09-12 00:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'61.214.65.18','2008-09-12 02:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.32.178.37','2008-09-12 08:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.194.133','2008-09-12 10:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.194.133','2008-09-12 12:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.138','2008-09-12 12:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.32.215.17','2008-09-12 15:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.85.213','2008-09-12 21:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.22.97','2008-09-13 11:40:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.255.229.246','2008-09-13 15:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.255.229.246','2008-09-13 16:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.255.229.246','2008-09-13 16:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.255.229.246','2008-09-13 16:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.45.123.14','2008-09-13 19:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.154','2008-09-13 19:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.113.39.9','2008-09-13 21:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.138','2008-09-13 21:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.138','2008-09-13 21:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.138','2008-09-13 21:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.138','2008-09-13 21:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.55.213.109','2008-09-14 00:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.55.213.109','2008-09-14 00:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.55.213.109','2008-09-14 00:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.55.213.109','2008-09-14 02:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.55.213.109','2008-09-14 02:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.213.109','2008-09-14 02:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.55.213.109','2008-09-14 02:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.213.109','2008-09-14 02:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.55.213.109','2008-09-14 02:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.213.109','2008-09-14 03:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.194.133','2008-09-14 08:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.22.97','2008-09-14 19:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.138','2008-09-15 01:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.22.97','2008-09-15 03:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.22.97','2008-09-15 04:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.22.97','2008-09-15 04:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.22.97','2008-09-15 04:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.22.97','2008-09-15 08:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.97','2008-09-15 10:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.22.97','2008-09-15 10:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'202.79.2.207','2008-09-15 14:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.22.97','2008-09-15 16:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.73.138','2008-09-16 04:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.138','2008-09-16 04:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.138','2008-09-16 05:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.138','2008-09-16 05:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.135.230.79','2008-09-16 10:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.154','2008-09-16 10:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.135.230.79','2008-09-16 10:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.22.96','2008-09-16 11:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.18.216.233','2008-09-16 15:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.194.133','2008-09-16 20:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.255.229.246','2008-09-17 01:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.255.229.246','2008-09-17 02:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.255.229.246','2008-09-17 02:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.194.133','2008-09-17 02:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.255.229.246','2008-09-17 02:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.255.229.246','2008-09-17 02:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.101.212.99','2008-09-17 09:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.22.96','2008-09-17 09:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'64.124.85.213','2008-09-17 13:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'64.124.85.213','2008-09-17 13:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.170.87.70','2008-09-18 11:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.22.96','2008-09-18 12:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.150.51.138','2008-09-18 15:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'64.124.85.213','2008-09-19 03:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.22.96','2008-09-19 05:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'64.124.85.213','2008-09-19 05:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.99.4.51','2008-09-19 10:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'59.158.181.30','2008-09-19 17:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.138','2008-09-20 03:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'59.190.74.6','2008-09-20 05:20:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'59.190.74.6','2008-09-20 05:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'59.190.74.6','2008-09-20 05:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'59.190.74.6','2008-09-20 05:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.226.94.96','2008-09-20 17:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.18.216','2008-09-21 05:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.18.216','2008-09-21 10:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.18.216','2008-09-22 00:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.18.216','2008-09-22 03:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.18.216','2008-09-22 04:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.18.216','2008-09-22 04:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.18.216','2008-09-22 04:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.18.216','2008-09-22 08:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.18.216','2008-09-22 10:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.18.216','2008-09-22 10:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.214.149.1','2008-09-22 12:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.203.214.231','2008-09-22 15:08:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.18.216','2008-09-22 16:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'210.169.188.237','2008-09-22 17:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.169.188.237','2008-09-22 17:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.18.216','2008-09-22 23:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.73.138','2008-09-23 02:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.73.138','2008-09-23 03:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.73.138','2008-09-23 03:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.73.138','2008-09-23 04:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.138','2008-09-23 04:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.18.216','2008-09-23 11:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.194.133','2008-09-23 16:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.229.197.44','2008-09-23 17:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'125.14.100.218','2008-09-23 19:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.99.155.123','2008-09-24 00:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.221.11.5','2008-09-24 06:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.18.216','2008-09-24 11:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'220.57.14.51','2008-09-24 11:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.18.216','2008-09-24 17:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.18.216','2008-09-25 08:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'116.83.123.108','2008-09-25 10:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.18.252','2008-09-25 12:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'121.93.42.242','2008-09-25 18:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.167.254.238','2008-09-25 19:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.167.254.238','2008-09-25 19:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.18.252','2008-09-25 22:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.229.197.44','2008-09-25 23:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.18.252','2008-09-26 04:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'88.159.75.243','2008-09-26 05:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'88.159.75.243','2008-09-26 05:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'88.159.75.243','2008-09-26 05:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.1.203.81','2008-09-26 08:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.18.252','2008-09-26 17:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.194.133','2008-09-27 06:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.0.179.67','2008-09-27 14:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.36.10.22','2008-09-27 19:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.103.44.14','2008-09-28 16:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.103.44.14','2008-09-28 16:06:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'222.229.197.44','2008-09-28 16:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.139.67','2008-09-29 02:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.139.67','2008-09-29 02:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.22.98','2008-09-29 04:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.22.98','2008-09-29 04:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.194.133','2008-09-29 06:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.22.98','2008-09-29 08:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.22.98','2008-09-29 10:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.98','2008-09-29 10:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.54.241','2008-09-29 13:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.249.54.241','2008-09-29 13:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.22.166','2008-09-29 13:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.22.166','2008-09-29 16:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.22.166','2008-09-29 16:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.219.224.139','2008-09-30 01:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.17.168','2008-09-30 03:39:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'61.118.142.25','2008-09-30 06:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.154.103.2','2008-09-30 10:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.17.168','2008-09-30 11:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.171.132.149','2008-09-30 11:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.171.132.149','2008-09-30 12:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.8.126','2008-09-30 12:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.1.137.164','2008-09-30 16:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'211.10.155.12','2008-09-30 17:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.10.155.12','2008-09-30 17:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.10.155.12','2008-09-30 17:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'221.245.93.130','2008-10-01 05:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'221.245.93.130','2008-10-01 05:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'150.70.84.154','2008-10-01 05:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'150.70.84.154','2008-10-01 05:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'58.147.224.158','2008-10-01 07:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.171.132.149','2008-10-01 13:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-10-01 23:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.55.27','2008-10-01 23:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.22.190','2008-10-02 05:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.85.213','2008-10-02 10:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.81.232.94','2008-10-02 12:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.22.104','2008-10-02 12:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'220.145.116.51','2008-10-02 20:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.22.154','2008-10-03 07:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.226.197.114','2008-10-03 12:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.226.197.114','2008-10-03 12:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.138','2008-10-03 23:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.243.128.197','2008-10-05 00:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.243.128.197','2008-10-05 00:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'61.7.67.230','2008-10-05 05:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.18.243','2008-10-05 10:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.17.185','2008-10-06 01:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.22.84.133','2008-10-06 01:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.2.144.8','2008-10-06 01:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.22.84.133','2008-10-06 01:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-10-06 01:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.2.144.8','2008-10-06 01:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.17.185','2008-10-06 01:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.22.84.133','2008-10-06 01:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.17.185','2008-10-06 04:03:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.17.185','2008-10-06 04:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.194.133','2008-10-06 06:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.17.185','2008-10-06 08:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.8.89','2008-10-06 18:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.22.161','2008-10-07 00:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.89','2008-10-07 02:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.22.89','2008-10-07 04:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.22.89','2008-10-07 05:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.18.220','2008-10-07 12:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.18.220','2008-10-07 13:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.97.206.253','2008-10-07 15:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.97.206.253','2008-10-07 15:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.18.220','2008-10-07 15:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.85.211','2008-10-07 21:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'64.124.85.211','2008-10-07 21:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'64.124.85.211','2008-10-07 21:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'64.124.85.211','2008-10-07 21:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'64.124.85.211','2008-10-07 21:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'118.241.160.85','2008-10-07 21:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'118.241.160.85','2008-10-07 21:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'118.241.160.85','2008-10-07 21:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'118.241.160.85','2008-10-07 21:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.241.160.85','2008-10-07 22:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.53.47.63','2008-10-08 07:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.53.47.63','2008-10-08 07:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.53.47.63','2008-10-08 07:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.53.47.63','2008-10-08 07:43:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.100.95.192','2008-10-09 00:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.22.185','2008-10-09 12:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.153','2008-10-10 05:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.194.133','2008-10-10 14:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.138','2008-10-10 15:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'128.208.134.169','2008-10-11 00:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.138','2008-10-11 11:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.138','2008-10-11 11:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.138','2008-10-11 12:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.138','2008-10-11 12:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.138','2008-10-11 12:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.138','2008-10-11 12:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.138','2008-10-11 13:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.138','2008-10-11 13:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.18.250','2008-10-11 23:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.9','2008-10-12 10:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.9','2008-10-12 10:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.9','2008-10-12 10:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.9','2008-10-12 10:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.9','2008-10-12 10:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.9','2008-10-12 10:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.9','2008-10-12 10:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.18.214.25','2008-10-12 12:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.9','2008-10-12 17:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.8.98','2008-10-13 04:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.8.98','2008-10-13 04:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.8.98','2008-10-13 08:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.194.133','2008-10-13 14:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.160.28.237','2008-10-13 17:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.160.28.237','2008-10-13 17:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.160.28.237','2008-10-13 17:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.160.28.237','2008-10-13 17:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.160.28.237','2008-10-13 17:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.18.237','2008-10-13 22:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.22.88','2008-10-14 00:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.22.190','2008-10-14 01:22:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.190','2008-10-14 02:14:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.212.218.135','2008-10-14 04:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'60.56.119.181','2008-10-14 10:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.119.181','2008-10-14 10:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.119.181','2008-10-14 10:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.194.133','2008-10-14 12:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.22.151','2008-10-14 15:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.124.209.166','2008-10-14 16:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.124.209.166','2008-10-14 16:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.124.209.166','2008-10-14 16:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-10-14 18:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.9','2008-10-15 02:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.138','2008-10-15 06:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.138','2008-10-15 06:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.138','2008-10-15 06:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.138','2008-10-15 06:52:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.138','2008-10-15 07:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.175.153.155','2008-10-15 08:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.56.119.181','2008-10-15 09:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.119.181','2008-10-15 09:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'60.56.119.181','2008-10-15 09:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.175.153.155','2008-10-15 10:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.175.153.155','2008-10-15 10:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.175.153.155','2008-10-15 10:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.17.165','2008-10-15 12:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'60.56.119.181','2008-10-15 12:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.119.181','2008-10-15 12:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.56.119.181','2008-10-15 12:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.56.119.181','2008-10-15 12:58:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-10-15 17:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.101.69.9','2008-10-15 17:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.17.153','2008-10-15 17:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.17.153','2008-10-15 19:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.9','2008-10-15 20:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.133.26.22','2008-10-16 00:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.138','2008-10-16 03:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.138','2008-10-16 03:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.138','2008-10-16 03:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.73.138','2008-10-16 05:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.18.248','2008-10-16 13:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.55.253.14','2008-10-16 18:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.194.133','2008-10-17 04:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.22.157','2008-10-17 04:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'118.91.195.12','2008-10-17 11:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'203.213.160.104','2008-10-17 15:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.109.219.34','2008-10-17 17:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.109.219.34','2008-10-17 17:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.109.219.34','2008-10-17 17:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.102.52.46','2008-10-17 18:03:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.215.142.68','2008-10-17 20:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.73.138','2008-10-17 21:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-10-17 22:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.17.173','2008-10-18 07:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'220.217.172.73','2008-10-18 13:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'59.190.161.189','2008-10-18 17:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.243.128.197','2008-10-18 23:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.138','2008-10-19 01:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.138','2008-10-19 05:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.138','2008-10-19 05:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.138','2008-10-19 05:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.138','2008-10-19 05:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.22.188','2008-10-19 19:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.138','2008-10-19 21:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.8.94','2008-10-20 00:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.8.94','2008-10-20 01:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.8.94','2008-10-20 04:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.8.94','2008-10-20 04:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.138','2008-10-20 05:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.138','2008-10-20 05:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.138','2008-10-20 05:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.138','2008-10-20 05:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.138','2008-10-20 05:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.8.94','2008-10-20 08:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.211.128.51','2008-10-20 09:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.73.138','2008-10-20 09:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.73.138','2008-10-20 09:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.73.138','2008-10-20 09:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.73.138','2008-10-20 09:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.73.138','2008-10-20 09:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.8.94','2008-10-20 10:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.18.224','2008-10-20 14:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'118.86.80.117','2008-10-20 23:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.8.97','2008-10-21 03:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-10-21 04:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.8.97','2008-10-21 04:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.249.74.30','2008-10-21 09:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.249.74.30','2008-10-21 09:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.249.74.30','2008-10-21 10:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'120.75.23.187','2008-10-21 11:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'120.75.23.187','2008-10-21 11:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,15,'210.249.74.30','2008-10-21 13:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,15,'210.249.74.30','2008-10-21 13:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.22.96','2008-10-21 14:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.194.133','2008-10-21 16:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.6.22.96','2008-10-21 18:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.22.96','2008-10-21 22:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.229.224.66','2008-10-22 01:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'218.33.223.30','2008-10-22 02:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.33.223.30','2008-10-22 02:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.16.97.127','2008-10-22 03:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.16.97.127','2008-10-22 03:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.221.245.101','2008-10-22 06:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.221.245.101','2008-10-22 06:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.221.245.101','2008-10-22 06:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.194.133','2008-10-22 06:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.22.101','2008-10-22 08:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.17.168','2008-10-22 12:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.190.36.238','2008-10-22 14:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.41','2008-10-22 14:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.41','2008-10-22 14:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.106.199.167','2008-10-22 14:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.86.14.103','2008-10-22 15:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.154','2008-10-22 15:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'116.80.48.168','2008-10-22 15:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.180.62.190','2008-10-22 15:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.180.62.190','2008-10-22 15:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.180.62.190','2008-10-22 15:43:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.96.224.240','2008-10-22 16:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.96.224.240','2008-10-22 16:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-10-22 16:06:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-10-22 17:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.128.17','2008-10-22 17:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.10.97.25','2008-10-22 17:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.102.57.199','2008-10-22 17:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.17.168','2008-10-22 17:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (26,1,'211.10.43.120','2008-10-22 20:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.8.114','2008-10-22 21:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.8.114','2008-10-22 21:30:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.100.252.105','2008-10-22 21:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.18.75.210','2008-10-23 01:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,15,'222.229.197.44','2008-10-23 09:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,15,'222.229.197.44','2008-10-23 09:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.154','2008-10-23 09:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.29.86.11','2008-10-23 09:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.128.17','2008-10-23 15:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.194.133','2008-10-23 16:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.141.129.243','2008-10-23 17:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.138','2008-10-23 18:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.138','2008-10-23 18:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.240.73.29','2008-10-23 19:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.81.208','2008-10-23 20:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.96.157.152','2008-10-23 21:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.201.13.74','2008-10-23 23:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.235.233.21','2008-10-24 00:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.138','2008-10-24 03:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.17.162','2008-10-24 05:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.46.141.127','2008-10-24 15:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.21.108.53','2008-10-24 21:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-10-25 05:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.254.0.4','2008-10-25 09:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.254.0.4','2008-10-25 09:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.1.172.55','2008-10-25 10:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.9','2008-10-25 11:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.9','2008-10-25 11:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.22.94','2008-10-25 14:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.1.172.55','2008-10-25 20:09:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.5.82.75','2008-10-25 22:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'86.80.2.207','2008-10-26 00:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'59.143.141.60','2008-10-26 02:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'150.70.84.44','2008-10-26 02:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-10-26 02:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.73.138','2008-10-26 03:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.22.180','2008-10-26 06:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.97.89.66','2008-10-26 12:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.85.1.71','2008-10-26 18:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.85.1.71','2008-10-26 18:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.154','2008-10-26 18:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.83.54.32','2008-10-26 19:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.22.154','2008-10-27 04:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.22.154','2008-10-27 08:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.22.154','2008-10-27 08:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'203.213.160.104','2008-10-27 09:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.22.154','2008-10-27 09:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'203.213.160.104','2008-10-27 09:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.9','2008-10-27 09:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.9','2008-10-27 09:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.9','2008-10-27 09:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.9','2008-10-27 09:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.9','2008-10-27 10:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.22.167','2008-10-27 12:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.96.157.152','2008-10-27 13:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.96.157.152','2008-10-27 13:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.22.167','2008-10-27 14:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.233.9.2','2008-10-27 14:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.233.9.2','2008-10-27 14:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.194.133','2008-10-27 18:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.17.156','2008-10-28 04:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.188.125.197','2008-10-28 08:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'221.188.125.197','2008-10-28 08:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.9','2008-10-28 08:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.9','2008-10-28 09:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.228.72.141','2008-10-28 12:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.228.72.141','2008-10-28 12:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.228.72.141','2008-10-28 12:52:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.135.170.42','2008-10-28 13:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'126.96.42.81','2008-10-28 14:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.18.248','2008-10-28 14:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.172.198.156','2008-10-28 15:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-10-28 15:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'117.74.26.168','2008-10-28 16:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.89.56.241','2008-10-28 16:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-10-28 16:11:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.89.56.241','2008-10-28 16:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.89.56.241','2008-10-28 16:13:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.228.72.141','2008-10-28 16:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.228.72.141','2008-10-28 16:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'116.80.196.238','2008-10-28 20:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.80.196.238','2008-10-28 20:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.80.196.238','2008-10-28 20:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'116.80.196.238','2008-10-28 20:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.18.248','2008-10-28 22:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.97.99','2008-10-29 00:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.97.99','2008-10-29 00:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.228.72.141','2008-10-29 01:44:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.9','2008-10-29 08:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.9','2008-10-29 08:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.8.122','2008-10-29 08:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.9','2008-10-29 08:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.194.133','2008-10-29 08:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.99.26.188','2008-10-29 11:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.190.60.165','2008-10-29 12:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.106.88','2008-10-29 12:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-10-29 12:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.106.88','2008-10-29 12:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.106.88','2008-10-29 12:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.120.216.86','2008-10-29 16:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.6.22.90','2008-10-29 17:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.194.133','2008-10-29 17:47:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.22.90','2008-10-29 18:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.183.162.131','2008-10-29 19:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.127.172.73','2008-10-30 09:33:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.84.154','2008-10-30 09:34:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.73.138','2008-10-30 12:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.73.138','2008-10-30 13:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.161.225','2008-10-30 16:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.17.189','2008-10-31 05:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.16.43.220','2008-10-31 09:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.16.43.220','2008-10-31 09:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.84.44','2008-10-31 09:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.16.43.220','2008-10-31 09:37:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.16.43.220','2008-10-31 09:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.16.43.220','2008-10-31 09:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.16.43.220','2008-10-31 09:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.84.44','2008-10-31 09:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'150.70.84.44','2008-10-31 09:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.120.216.86','2008-10-31 13:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'61.120.216.86','2008-10-31 13:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.215.123.225','2008-10-31 15:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.138','2008-10-31 15:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.73.138','2008-10-31 16:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.34.90.122','2008-10-31 21:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.34.90.122','2008-10-31 22:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.34.90.122','2008-10-31 22:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.73.138','2008-11-01 03:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.161.227','2008-11-01 06:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.73.138','2008-11-01 09:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.161.227','2008-11-01 10:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.142.168','2008-11-01 12:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.73.138','2008-11-01 15:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2008-11-01 16:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2008-11-01 16:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-11-01 22:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.171.64.168','2008-11-02 04:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'116.80.48.168','2008-11-02 09:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.3.220.15','2008-11-03 02:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.3.220.15','2008-11-03 02:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.79.125','2008-11-03 09:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.73.138','2008-11-03 15:03:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.22.152','2008-11-04 02:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.22.152','2008-11-04 05:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.9','2008-11-04 09:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.9','2008-11-04 09:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.22.152','2008-11-04 12:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.104','2008-11-04 14:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'222.158.252.90','2008-11-04 16:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.9','2008-11-04 16:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.9','2008-11-04 17:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.9','2008-11-04 17:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.9','2008-11-04 17:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.9','2008-11-04 17:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.9','2008-11-04 17:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.9','2008-11-04 17:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.9','2008-11-04 17:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.154.205.181','2008-11-04 18:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.22.104','2008-11-04 19:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-11-05 00:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.22.120','2008-11-05 01:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.22.120','2008-11-05 08:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'43.244.66.77','2008-11-05 11:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.6.22.162','2008-11-05 17:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.22.162','2008-11-05 17:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.22.162','2008-11-05 19:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.114.161.60','2008-11-05 20:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.114.161.60','2008-11-05 20:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.114.161.60','2008-11-05 21:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'218.114.161.60','2008-11-05 21:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.138.133.218','2008-11-05 23:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.138.133.218','2008-11-05 23:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.138.133.218','2008-11-05 23:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.138.133.218','2008-11-05 23:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.22.168','2008-11-06 06:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.18.252','2008-11-06 16:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.22.166','2008-11-07 05:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.162.99.34','2008-11-07 09:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.51.207.169','2008-11-07 10:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.73.138','2008-11-07 12:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.164.44.132','2008-11-07 14:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.128.102.155','2008-11-07 15:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.22.178','2008-11-07 18:15:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.233.228.1','2008-11-07 22:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'60.36.3.162','2008-11-07 23:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'123.230.15.85','2008-11-08 01:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.133.26.22','2008-11-08 02:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-11-08 09:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.22.190','2008-11-08 21:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.22.190','2008-11-08 23:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.22.190','2008-11-08 23:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.217.30.149','2008-11-09 02:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.217.30.149','2008-11-09 02:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.217.30.149','2008-11-09 02:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.8.90','2008-11-09 02:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.222.56','2008-11-09 05:12:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.222.56','2008-11-09 05:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.9','2008-11-10 05:31:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.9','2008-11-10 05:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.73.138','2008-11-10 05:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.163.64.106','2008-11-10 09:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.164.127.79','2008-11-10 09:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.164.127.79','2008-11-10 09:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.22.95','2008-11-10 09:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.163.64.106','2008-11-10 09:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.118.166.194','2008-11-10 11:35:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.198.112.20','2008-11-10 14:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.99.254.4','2008-11-10 17:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.22.107','2008-11-10 21:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.102.113.250','2008-11-10 23:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.102.113.250','2008-11-10 23:04:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.22.107','2008-11-10 23:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.22.177','2008-11-11 04:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.163','2008-11-11 14:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.160.52.136','2008-11-11 15:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.160.52.136','2008-11-11 15:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.192.225.101','2008-11-12 04:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.192.225.101','2008-11-12 04:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.192.225.101','2008-11-12 04:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.192.225.101','2008-11-12 04:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.192.225.101','2008-11-12 04:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.192.225.101','2008-11-12 04:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.225.113.73','2008-11-12 06:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.225.113.73','2008-11-12 06:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.247.222.54','2008-11-12 07:42:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.254.0.4','2008-11-12 08:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.254.0.4','2008-11-12 08:45:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.254.0.4','2008-11-12 08:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'72.30.78.242','2008-11-12 08:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'203.160.28.196','2008-11-12 13:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.160.28.196','2008-11-12 13:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'203.160.28.196','2008-11-12 13:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-12 13:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-12 13:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-12 13:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-12 14:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-12 14:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.247.222.55','2008-11-12 15:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.208.112.139','2008-11-12 17:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.208.112.139','2008-11-12 17:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.6.18.242','2008-11-12 17:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.208.112.139','2008-11-12 17:38:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.208.112.139','2008-11-12 17:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.208.112.139','2008-11-12 17:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.208.112.139','2008-11-12 17:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 22:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 22:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 22:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 22:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 22:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 22:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-11-12 23:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 23:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.199.140.107','2008-11-12 23:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.199.140.107','2008-11-12 23:22:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 23:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 23:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'222.150.12.218','2008-11-12 23:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'222.150.12.218','2008-11-12 23:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.199.140.107','2008-11-12 23:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.199.140.107','2008-11-12 23:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.0.50.151','2008-11-12 23:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 23:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.0.50.151','2008-11-12 23:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.0.50.151','2008-11-12 23:29:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.0.50.151','2008-11-12 23:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'125.202.185.91','2008-11-12 23:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 23:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 23:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 23:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 23:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-12 23:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.185.91','2008-11-12 23:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.180.74.79','2008-11-13 00:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.180.74.79','2008-11-13 00:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.180.74.79','2008-11-13 00:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.180.74.79','2008-11-13 00:28:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.180.74.79','2008-11-13 00:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.180.74.79','2008-11-13 00:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.180.74.79','2008-11-13 00:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.180.74.79','2008-11-13 00:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.180.74.79','2008-11-13 00:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.121.16.64','2008-11-13 01:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.121.16.64','2008-11-13 01:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.3.140.12','2008-11-13 02:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.3.140.12','2008-11-13 02:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.3.140.12','2008-11-13 02:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-11-13 02:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.22.101','2008-11-13 05:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.22.101','2008-11-13 06:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.9','2008-11-13 08:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.9','2008-11-13 08:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.9','2008-11-13 08:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.9','2008-11-13 08:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.9','2008-11-13 08:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-11-13 08:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.9','2008-11-13 08:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.9','2008-11-13 08:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.96.0.2','2008-11-13 08:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.96.0.2','2008-11-13 08:45:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.96.0.2','2008-11-13 08:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.9','2008-11-13 09:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.9','2008-11-13 10:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.9','2008-11-13 10:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.96.0.2','2008-11-13 12:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.96.0.2','2008-11-13 12:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.96.0.2','2008-11-13 12:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.3.40.22','2008-11-13 12:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'58.3.40.22','2008-11-13 12:07:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.3.40.22','2008-11-13 12:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.138','2008-11-13 13:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.81.64','2008-11-13 17:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.81.64','2008-11-13 17:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.111.81.64','2008-11-13 17:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.81.64','2008-11-13 17:43:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.81.64','2008-11-13 17:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.81.64','2008-11-13 17:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.254.0.4','2008-11-13 18:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.50.80','2008-11-13 20:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.50.80','2008-11-13 20:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.50.80','2008-11-13 20:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.50.80','2008-11-13 20:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-11-13 20:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.50.80','2008-11-13 20:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.50.80','2008-11-13 20:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.50.80','2008-11-13 20:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-14 00:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-14 00:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-14 00:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.150.12.218','2008-11-14 00:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.150.12.218','2008-11-14 00:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.9.166.14','2008-11-14 00:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.9.166.14','2008-11-14 00:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.9.166.14','2008-11-14 00:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.9.166.14','2008-11-14 00:26:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.9.166.14','2008-11-14 00:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.150.12.218','2008-11-14 00:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.45.87.214','2008-11-14 00:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.45.87.214','2008-11-14 00:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.45.87.214','2008-11-14 00:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.45.87.214','2008-11-14 00:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'124.45.87.214','2008-11-14 00:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'118.9.166.14','2008-11-14 00:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.45.87.214','2008-11-14 00:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.45.87.214','2008-11-14 00:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.45.87.214','2008-11-14 00:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.45.87.214','2008-11-14 00:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.45.87.214','2008-11-14 00:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.45.87.214','2008-11-14 00:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.44','2008-11-14 00:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'150.70.84.44','2008-11-14 00:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.138','2008-11-14 03:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.9.166.14','2008-11-14 03:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.84.44','2008-11-14 03:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.9.166.14','2008-11-14 03:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-11-14 03:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.50.80','2008-11-14 08:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-11-14 08:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.50.80','2008-11-14 08:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.78.216','2008-11-14 13:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.155.106.33','2008-11-14 17:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.240.22.47','2008-11-15 00:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.240.22.47','2008-11-15 00:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.240.22.47','2008-11-15 00:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.217.234.250','2008-11-15 17:27:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.217.234.250','2008-11-15 17:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.217.234.250','2008-11-15 17:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.217.234.250','2008-11-15 17:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.84.44','2008-11-15 17:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'150.70.84.44','2008-11-15 17:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.216.147.33','2008-11-15 19:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.216.147.33','2008-11-15 19:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.216.147.33','2008-11-15 19:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.110.188.131','2008-11-15 19:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.110.188.131','2008-11-15 19:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-11-15 19:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.110.188.131','2008-11-15 19:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-11-15 19:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-11-15 19:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.161.219','2008-11-15 21:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.81.159','2008-11-16 01:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.58.206.13','2008-11-16 04:04:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.58.206.13','2008-11-16 04:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.58.206.13','2008-11-16 04:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.58.206.13','2008-11-16 04:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.58.206.13','2008-11-16 04:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.58.206.13','2008-11-16 04:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.125.115.193','2008-11-16 05:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.153.210.31','2008-11-16 11:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.153.210.31','2008-11-16 11:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.153.210.31','2008-11-16 11:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.153.210.31','2008-11-16 11:17:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.153.210.31','2008-11-16 11:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.110.188.131','2008-11-16 14:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.110.188.131','2008-11-16 14:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.110.188.131','2008-11-16 15:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.24.56.10','2008-11-16 15:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.24.56.10','2008-11-16 15:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.24.56.10','2008-11-16 15:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.24.56.10','2008-11-16 15:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.24.56.10','2008-11-16 15:44:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.24.56.10','2008-11-16 15:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.24.56.10','2008-11-16 15:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'220.110.188.131','2008-11-16 15:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.110.188.131','2008-11-16 15:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.211.27.56','2008-11-16 19:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.211.27.56','2008-11-16 19:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-11-16 19:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.211.27.56','2008-11-16 19:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.211.27.56','2008-11-16 19:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.211.27.56','2008-11-16 19:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.6.17.51','2008-11-16 23:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.6.17.51','2008-11-16 23:20:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.161.216','2008-11-17 08:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.45.173.142','2008-11-17 08:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.45.173.142','2008-11-17 08:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.45.173.142','2008-11-17 08:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.161.216','2008-11-17 09:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.248','2008-11-17 21:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.142.248','2008-11-17 21:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.194.133','2008-11-18 00:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-11-18 00:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.225.113.73','2008-11-18 02:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.225.113.73','2008-11-18 02:29:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.154.247.98','2008-11-18 03:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.154.247.98','2008-11-18 03:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.154.247.98','2008-11-18 03:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.154.247.98','2008-11-18 03:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.154.247.98','2008-11-18 03:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.154.247.98','2008-11-18 03:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.142.189','2008-11-18 04:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.8.121','2008-11-18 10:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.8.121','2008-11-18 11:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.181','2008-11-18 15:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.70.69','2008-11-18 23:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.70.69','2008-11-18 23:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.22.170','2008-11-19 01:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.1.75.156','2008-11-19 03:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.1.75.156','2008-11-19 03:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.1.75.156','2008-11-19 03:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.1.75.156','2008-11-19 03:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.1.75.156','2008-11-19 03:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.1.75.156','2008-11-19 03:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.1.75.156','2008-11-19 03:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-19 07:17:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-19 07:18:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.70.69','2008-11-19 11:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.79.85','2008-11-19 12:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.87.106','2008-11-19 17:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.65.55','2008-11-19 18:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-19 19:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-19 19:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-11-19 19:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.171.134.66','2008-11-19 20:03:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.171.134.66','2008-11-19 20:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.171.134.66','2008-11-19 20:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.58.206.13','2008-11-20 01:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.124.229.67','2008-11-20 06:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.44','2008-11-20 06:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.124.229.67','2008-11-20 06:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.124.229.67','2008-11-20 06:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.105.239','2008-11-20 06:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.105.239','2008-11-20 06:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.142.250','2008-11-20 06:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.70.69','2008-11-20 11:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.127.73.126','2008-11-20 14:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.127.73.126','2008-11-20 14:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'222.144.236.244','2008-11-20 17:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.144.236.244','2008-11-20 17:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.154','2008-11-20 17:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.154','2008-11-20 17:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.144.236.244','2008-11-20 17:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.154','2008-11-20 17:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.144.236.244','2008-11-20 17:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'218.114.161.60','2008-11-20 20:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'218.114.161.60','2008-11-20 20:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.114.161.60','2008-11-20 20:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'218.114.161.60','2008-11-20 20:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.114.161.60','2008-11-20 20:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'68.192.9.221','2008-11-21 00:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'68.192.9.221','2008-11-21 00:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'68.192.9.221','2008-11-21 00:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'68.192.9.221','2008-11-21 00:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'68.192.9.221','2008-11-21 00:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.124.229.67','2008-11-21 03:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.124.229.67','2008-11-21 03:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.124.229.67','2008-11-21 03:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.83.54.32','2008-11-21 03:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.83.54.32','2008-11-21 03:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-11-21 03:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.124.229.67','2008-11-21 03:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.44','2008-11-21 03:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.208.112.139','2008-11-21 12:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.208.112.139','2008-11-21 12:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (56,16,'220.208.112.139','2008-11-21 12:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (56,16,'220.208.112.139','2008-11-21 12:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (56,16,'220.208.112.139','2008-11-21 12:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (56,16,'220.208.112.139','2008-11-21 12:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (56,31,'220.208.112.139','2008-11-21 12:50:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,31,'211.4.245.130','2008-11-21 12:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,30,'211.4.245.130','2008-11-21 12:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,29,'211.4.245.130','2008-11-21 12:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,31,'211.4.245.130','2008-11-21 13:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,32,'211.4.245.130','2008-11-21 13:12:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.4.245.130','2008-11-21 13:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.78.246','2008-11-21 14:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,31,'211.4.245.130','2008-11-21 18:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,28,'211.4.245.130','2008-11-21 18:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.70.69','2008-11-21 18:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.108.245','2008-11-22 03:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.125.175.133','2008-11-22 08:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.125.175.133','2008-11-22 08:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.125.175.133','2008-11-22 08:46:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.105.231','2008-11-22 16:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.105.243','2008-11-22 18:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.55.105.232','2008-11-22 20:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.55.105.232','2008-11-22 20:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.105.240','2008-11-22 20:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.105.230','2008-11-22 21:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.105.230','2008-11-22 21:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.105.229','2008-11-22 22:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.105.243','2008-11-22 23:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.105.243','2008-11-23 01:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.70.69','2008-11-23 03:15:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.70.69','2008-11-23 03:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.70.69','2008-11-23 03:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.70.69','2008-11-23 03:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.70.69','2008-11-23 04:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.81.190','2008-11-23 16:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.30.81.190','2008-11-23 18:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.81.190','2008-11-23 19:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.70.69','2008-11-23 20:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.108.245','2008-11-23 21:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.70.69','2008-11-24 00:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.79.113','2008-11-24 08:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.79.113','2008-11-24 10:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'72.30.81.155','2008-11-24 12:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.81.155','2008-11-24 13:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.81.155','2008-11-24 15:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (57,15,'60.35.170.133','2008-11-24 18:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.44','2008-11-24 18:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (57,15,'60.35.170.133','2008-11-24 18:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.142.156','2008-11-25 07:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.87.112','2008-11-25 11:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.142.251','2008-11-25 15:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.70.69','2008-11-25 17:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.174.252.49','2008-11-25 18:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.174.252.49','2008-11-25 18:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.150.12.218','2008-11-25 20:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-11-25 20:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.30.81.162','2008-11-25 21:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.30.79.39','2008-11-26 02:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.142.185','2008-11-26 03:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.9','2008-11-26 04:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.9','2008-11-26 04:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.9','2008-11-26 04:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-11-26 04:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.219.151.11','2008-11-26 10:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.78.226','2008-11-26 12:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.79.34','2008-11-26 18:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.0.137.86','2008-11-27 02:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.21.116.118','2008-11-27 02:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.21.116.118','2008-11-27 02:41:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.252','2008-11-27 04:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.233.192.85','2008-11-27 04:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.47.124.1','2008-11-27 05:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.108.67.41','2008-11-27 05:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.161.218','2008-11-27 06:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-11-27 14:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.79.124','2008-11-27 15:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.29.86.11','2008-11-27 15:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.61.124.12','2008-11-27 15:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.61.124.12','2008-11-27 15:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.61.124.12','2008-11-27 15:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.29.86.11','2008-11-27 16:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.61.124.12','2008-11-27 16:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.117.154.239','2008-11-27 20:55:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.117.154.239','2008-11-27 21:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.149.120.93','2008-11-27 22:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2008-11-27 22:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.96.183.94','2008-11-27 22:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.79.23','2008-11-27 23:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.121.74.244','2008-11-27 23:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.30.70.247','2008-11-27 23:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.71.74.54','2008-11-28 00:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-11-28 02:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2008-11-28 02:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.45.177.175','2008-11-28 02:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.45.177.175','2008-11-28 04:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.60.41.175','2008-11-28 04:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.60.41.175','2008-11-28 04:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.121.156.97','2008-11-28 04:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.121.156.97','2008-11-28 04:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.121.156.97','2008-11-28 05:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.60.41.175','2008-11-28 05:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.60.41.175','2008-11-28 05:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-28 05:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-28 05:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.225.113.73','2008-11-28 05:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.44.238.154','2008-11-28 09:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.96.225.46','2008-11-28 15:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.96.225.46','2008-11-28 15:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.167.254.238','2008-11-28 18:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.167.254.238','2008-11-28 19:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.167.254.238','2008-11-28 19:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.81.183','2008-11-28 19:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.194.133','2008-11-29 06:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.72.17.166','2008-11-29 17:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.236.185.108','2008-11-29 20:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.22.121','2008-11-30 09:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.237.81.203','2008-12-01 09:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.44','2008-12-01 09:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.142.247','2008-12-01 10:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.142.247','2008-12-01 15:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.142.247','2008-12-01 15:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2008-12-01 19:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.41.225.67','2008-12-02 12:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.41.225.67','2008-12-02 12:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.84.44','2008-12-02 12:08:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.186','2008-12-02 12:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'58.90.106.220','2008-12-02 19:37:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.84.154','2008-12-02 19:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.22.106','2008-12-03 01:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.142.126','2008-12-03 07:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.70.69','2008-12-03 07:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-12-03 09:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.9','2008-12-03 13:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.9','2008-12-03 15:21:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.142.126','2008-12-03 20:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.70.69','2008-12-04 01:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.142.154','2008-12-04 03:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.87.125','2008-12-04 04:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.75.211.73','2008-12-04 08:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.75.211.73','2008-12-04 08:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.75.211.73','2008-12-04 09:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.87.91','2008-12-04 23:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.30.65.25','2008-12-05 01:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'72.30.65.25','2008-12-05 03:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'116.21.160.20','2008-12-05 03:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'116.21.160.20','2008-12-05 03:17:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'116.21.160.20','2008-12-05 03:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'116.21.160.20','2008-12-05 03:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'116.21.160.20','2008-12-05 03:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.81.155','2008-12-05 09:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.78.242','2008-12-05 12:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.78.242','2008-12-05 12:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.201.94.89','2008-12-05 14:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.90.247.147','2008-12-05 15:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'58.90.247.147','2008-12-05 15:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.18.231','2008-12-05 15:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'202.248.61.19','2008-12-05 17:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.171.251.66','2008-12-05 18:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.17.176','2008-12-05 20:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.70.69','2008-12-06 13:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.70.69','2008-12-06 13:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.70.69','2008-12-06 13:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.70.69','2008-12-06 13:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.70.69','2008-12-06 13:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.3.74.43','2008-12-06 16:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.3.74.43','2008-12-06 16:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.8.104','2008-12-07 13:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.70.69','2008-12-07 17:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'60.56.119.181','2008-12-08 09:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'60.56.119.181','2008-12-08 09:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.29.194','2008-12-08 11:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.65.47','2008-12-08 15:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.110.170.138','2008-12-09 11:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.110.170.138','2008-12-09 11:36:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.84.154','2008-12-09 11:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.154','2008-12-09 11:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.167.249.191','2008-12-09 12:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'203.141.92.14','2008-12-09 13:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.71.74.54','2008-12-09 15:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.8.101','2008-12-09 15:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'219.165.254.204','2008-12-09 17:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'59.86.82.83','2008-12-09 22:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'59.86.82.83','2008-12-09 22:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.17.175','2008-12-10 04:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.22.90','2008-12-10 20:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.22.90','2008-12-10 23:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.8.92','2008-12-11 02:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.8.92','2008-12-11 04:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.8.92','2008-12-11 05:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.70.69','2008-12-11 07:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.142.92','2008-12-11 09:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.0.157.137','2008-12-11 12:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.0.157.137','2008-12-11 12:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.0.157.137','2008-12-11 13:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'220.0.157.137','2008-12-11 13:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.0.157.137','2008-12-11 13:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.247.222.53','2008-12-11 18:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-12-11 21:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.79.55','2008-12-12 00:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.22.124','2008-12-12 06:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.199.158.195','2008-12-12 09:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.22.124','2008-12-12 09:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.199.158.195','2008-12-12 09:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.22.124','2008-12-12 11:20:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.79.88','2008-12-12 12:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.81.190','2008-12-12 16:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.193.161.98','2008-12-12 22:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.193.161.98','2008-12-12 22:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.135.170.42','2008-12-13 06:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.79.49','2008-12-14 14:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.228.135.175','2008-12-14 20:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.110.176.105','2008-12-15 09:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'219.112.211.64','2008-12-15 14:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.112.211.64','2008-12-15 15:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.112.211.64','2008-12-15 15:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.112.211.64','2008-12-15 15:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.247.222.54','2008-12-15 15:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.132.204.37','2008-12-16 07:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.164.44.132','2008-12-16 13:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'60.56.119.181','2008-12-17 15:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'60.56.119.181','2008-12-17 16:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.228.54.226','2008-12-17 17:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.142.123','2008-12-17 21:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.79.124','2008-12-17 23:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.87.121','2008-12-18 02:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.211.250.242','2008-12-18 15:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.32.47.194','2008-12-18 17:11:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.17.156','2008-12-19 00:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.70.69','2008-12-19 01:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.198.207','2008-12-19 10:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-12-19 11:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.151.215.149','2008-12-19 13:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.9','2008-12-19 16:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.9','2008-12-19 16:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.9','2008-12-19 16:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.9','2008-12-19 16:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.9','2008-12-19 16:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.9','2008-12-19 16:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.9','2008-12-19 16:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.9','2008-12-19 16:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.100.196.61','2008-12-19 22:25:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-12-19 23:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.6.8.112','2008-12-19 23:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.8.112','2008-12-19 23:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.149.123','2008-12-20 00:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.149.123','2008-12-20 00:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.149.123','2008-12-20 00:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.149.123','2008-12-20 00:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.149.123','2008-12-20 00:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.149.123','2008-12-20 00:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.2.144.8','2008-12-20 00:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.8.112','2008-12-20 22:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.249.7.56','2008-12-21 01:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'120.74.227.10','2008-12-21 05:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'120.74.227.10','2008-12-21 06:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'120.74.227.10','2008-12-21 07:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.70.69','2008-12-21 08:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.131.11.92','2008-12-21 18:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.22.103','2008-12-21 18:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.70.69','2008-12-21 19:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.191.218.209','2008-12-22 11:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.191.218.209','2008-12-22 11:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.233.9.1','2008-12-22 20:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.233.9.1','2008-12-22 20:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.8.98','2008-12-23 09:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.70.69','2008-12-23 09:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.247.222.52','2008-12-23 17:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.34.117.129','2008-12-23 23:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.34.117.129','2008-12-23 23:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.161.216','2008-12-24 00:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-12-24 00:29:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.22.154','2008-12-24 04:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.22.154','2008-12-24 06:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'137.153.16.10','2008-12-24 11:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-12-24 19:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.7.184','2008-12-24 21:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.22.154','2008-12-25 03:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.42.149.113','2008-12-25 17:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.32.47.194','2008-12-25 17:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.118.166.30','2008-12-25 18:51:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.214.178.44','2008-12-26 15:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.214.178.44','2008-12-26 15:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.214.178.44','2008-12-26 15:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.214.178.44','2008-12-26 15:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.214.178.44','2008-12-26 15:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.214.178.44','2008-12-26 15:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.214.178.44','2008-12-26 15:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.22.154','2008-12-26 19:58:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.149.123','2008-12-26 22:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.221.149.123','2008-12-26 23:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.6.22.154','2008-12-26 23:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.9','2008-12-27 05:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.9','2008-12-27 05:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.9','2008-12-27 05:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.9','2008-12-27 05:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.154','2008-12-27 05:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.22.154','2008-12-27 06:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.9','2008-12-27 20:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.70.69','2008-12-27 22:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.122.182.12','2008-12-28 01:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.122.182.12','2008-12-28 01:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.122.182.12','2008-12-28 01:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.213.109','2008-12-28 08:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.9','2008-12-28 10:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.87.121','2008-12-28 23:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.87.121','2008-12-28 23:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.87.121','2008-12-28 23:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.87.121','2008-12-28 23:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'122.249.8.208','2008-12-29 22:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.2.144.8','2008-12-30 01:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.2.144.8','2008-12-30 01:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.9','2008-12-30 09:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.87.121','2008-12-30 14:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.9','2008-12-30 19:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.9','2008-12-30 20:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.9','2008-12-30 20:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.9','2008-12-30 20:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.9','2008-12-30 20:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.9','2008-12-30 20:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.87.121','2008-12-30 21:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.82.156.169','2008-12-30 22:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.87.121','2008-12-30 23:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.87.121','2008-12-31 05:22:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.9','2008-12-31 07:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.9','2008-12-31 07:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.9','2008-12-31 07:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.87.121','2008-12-31 08:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.112.97.8','2008-12-31 10:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.112.97.8','2008-12-31 10:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.147.212.153','2008-12-31 22:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.44','2008-12-31 22:18:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.87.121','2009-01-01 03:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'72.30.87.121','2009-01-01 06:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.87.121','2009-01-01 10:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.30.87.121','2009-01-01 17:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.87.121','2009-01-02 02:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.30.87.121','2009-01-02 09:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.87.121','2009-01-02 23:40:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.92','2009-01-03 06:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.194.133','2009-01-03 08:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'124.214.114.229','2009-01-03 12:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.213.109','2009-01-03 20:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.213.109','2009-01-03 20:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.213.109','2009-01-03 20:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.213.109','2009-01-03 20:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.213.109','2009-01-03 20:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.213.109','2009-01-03 20:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.213.109','2009-01-03 20:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.82.156.169','2009-01-04 14:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.82.156.169','2009-01-04 14:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.82.156.169','2009-01-04 14:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.82.156.169','2009-01-04 14:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.82.156.169','2009-01-04 14:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.194.133','2009-01-04 20:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.213.109','2009-01-04 20:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.213.109','2009-01-04 20:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.213.109','2009-01-04 20:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.150.61.169','2009-01-04 21:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.150.61.169','2009-01-04 21:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (61,30,'119.150.61.169','2009-01-04 22:48:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (61,30,'119.150.61.169','2009-01-04 22:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (61,16,'119.150.61.169','2009-01-04 23:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.214.252.239','2009-01-05 07:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.214.252.239','2009-01-05 08:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'122.145.121.200','2009-01-05 09:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,15,'211.4.245.130','2009-01-05 11:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.214.231.141','2009-01-05 12:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'132.222.120.30','2009-01-05 14:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'132.222.120.30','2009-01-05 14:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'132.222.120.30','2009-01-05 14:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'132.222.120.30','2009-01-05 14:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'132.222.120.30','2009-01-05 14:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'132.222.120.30','2009-01-05 14:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'132.222.120.30','2009-01-05 14:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.22.92','2009-01-05 15:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.127.100.59','2009-01-06 10:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.127.100.59','2009-01-06 10:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.9','2009-01-06 11:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.9','2009-01-06 11:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.27','2009-01-06 12:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.27','2009-01-06 12:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.8.99','2009-01-06 19:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.8.99','2009-01-06 22:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.40.71.157','2009-01-07 00:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.40.71.157','2009-01-07 00:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.70.69','2009-01-07 00:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.40.71.157','2009-01-07 00:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.8.99','2009-01-07 05:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.8.99','2009-01-07 05:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.8.99','2009-01-07 05:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.8.99','2009-01-07 05:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.8.99','2009-01-07 08:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.8.99','2009-01-07 12:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.8.99','2009-01-07 18:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.129.226.197','2009-01-08 06:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.129.226.197','2009-01-08 06:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.129.226.197','2009-01-08 06:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.129.226.197','2009-01-08 06:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.8.99','2009-01-08 08:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.8.99','2009-01-08 09:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.221.221.181','2009-01-08 11:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.229.77.141','2009-01-08 16:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.229.77.141','2009-01-08 16:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.229.77.141','2009-01-08 16:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.96.104.144','2009-01-08 18:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.96.104.144','2009-01-08 18:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.96.104.144','2009-01-08 18:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.96.104.144','2009-01-08 18:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.96.104.144','2009-01-08 18:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.96.104.144','2009-01-08 18:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.96.104.144','2009-01-08 18:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.96.104.144','2009-01-08 20:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.96.104.144','2009-01-08 20:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.96.104.144','2009-01-08 20:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.96.104.144','2009-01-08 20:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.81.157','2009-01-09 02:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.27','2009-01-09 06:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.81.157','2009-01-09 23:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.81.157','2009-01-10 06:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.81.157','2009-01-10 06:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.81.157','2009-01-10 06:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.163.51.227','2009-01-10 12:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.163.51.227','2009-01-10 12:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.228.74.253','2009-01-10 14:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.27','2009-01-10 19:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.6.22.126','2009-01-11 02:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.22.126','2009-01-11 06:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.22.126','2009-01-11 15:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.3.149.140','2009-01-11 23:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.142.254','2009-01-12 22:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.27','2009-01-13 04:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.27','2009-01-13 04:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.27','2009-01-13 04:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.27','2009-01-13 04:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.27','2009-01-13 04:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.27','2009-01-13 04:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.27','2009-01-13 04:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.27','2009-01-13 04:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.27','2009-01-13 04:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.27','2009-01-13 04:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.27','2009-01-13 05:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.27','2009-01-13 13:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.189','2009-01-13 15:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.170.12.200','2009-01-13 16:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.193.161.98','2009-01-13 21:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.53.91.147','2009-01-14 11:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.142.189','2009-01-14 12:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.142.189','2009-01-14 19:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.142.189','2009-01-15 02:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.194.133','2009-01-15 04:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.142.189','2009-01-15 05:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.142.189','2009-01-15 10:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.15.224.2','2009-01-15 10:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.3.149.140','2009-01-15 18:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.203.214.206','2009-01-15 19:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.203.214.206','2009-01-15 20:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.142.189','2009-01-16 04:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.142.189','2009-01-16 08:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.142.189','2009-01-16 10:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.142.189','2009-01-16 13:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.27','2009-01-16 13:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'203.141.116.14','2009-01-16 15:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.247.222.55','2009-01-16 21:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'194.204.30.253','2009-01-16 23:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.41','2009-01-17 00:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.27','2009-01-17 05:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.27','2009-01-17 05:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.27','2009-01-17 05:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.27','2009-01-17 05:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.27','2009-01-17 05:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.27','2009-01-17 05:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.161.233','2009-01-17 15:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.3.149.140','2009-01-17 15:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.161.233','2009-01-17 16:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.30.161.233','2009-01-18 11:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.194.133','2009-01-18 14:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.81.182','2009-01-19 07:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.94.19.85','2009-01-19 08:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.27','2009-01-19 10:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.27','2009-01-19 10:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.27','2009-01-19 10:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'123.219.247.31','2009-01-19 15:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.27','2009-01-19 15:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.27','2009-01-19 16:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.27','2009-01-19 16:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.27','2009-01-19 16:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.27','2009-01-19 16:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.27','2009-01-19 17:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.27','2009-01-19 17:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.27','2009-01-19 17:07:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.27','2009-01-19 17:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.247.222.52','2009-01-19 22:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.81.182','2009-01-19 22:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.247.222.52','2009-01-19 22:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'116.94.150.11','2009-01-20 01:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'116.94.150.11','2009-01-20 01:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'116.94.150.11','2009-01-20 01:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'116.94.150.11','2009-01-20 01:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.44','2009-01-20 01:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.84.44','2009-01-20 01:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.81.182','2009-01-20 02:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.109.121.252','2009-01-20 10:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.81.182','2009-01-20 15:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.41','2009-01-20 17:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.86','2009-01-20 19:03:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.81.182','2009-01-20 20:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.81.182','2009-01-21 04:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.81.182','2009-01-21 06:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.3.149.140','2009-01-21 12:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.81.182','2009-01-21 12:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.30.81.182','2009-01-21 13:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'116.82.10.171','2009-01-22 08:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'116.82.10.171','2009-01-22 08:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'116.82.10.171','2009-01-22 08:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'116.82.10.171','2009-01-22 09:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'116.82.10.171','2009-01-22 09:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.81.182','2009-01-22 10:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.81.182','2009-01-22 14:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.201.94.89','2009-01-22 14:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.30.76.41','2009-01-22 15:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'116.83.139.63','2009-01-22 18:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.222.56','2009-01-23 00:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.222.54','2009-01-23 00:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.86','2009-01-23 04:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.86','2009-01-23 12:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.22.168','2009-01-23 13:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.207.100.171','2009-01-23 16:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.94.226.116','2009-01-23 21:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.22.168','2009-01-24 10:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.216.50.32','2009-01-24 11:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'202.216.50.32','2009-01-24 11:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.216.50.32','2009-01-24 11:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.22.168','2009-01-24 15:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.22.168','2009-01-24 20:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.25','2009-01-25 01:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.25','2009-01-25 01:27:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.25','2009-01-25 01:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.25','2009-01-25 01:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.25','2009-01-25 01:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.86','2009-01-25 07:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.104.192.180','2009-01-25 20:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.104.192.180','2009-01-25 20:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.104.192.180','2009-01-25 20:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.193.65.133','2009-01-25 23:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.193.65.133','2009-01-25 23:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.193.65.133','2009-01-25 23:53:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.129.111.90','2009-01-26 10:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.30.78.239','2009-01-26 10:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.25','2009-01-26 13:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.25','2009-01-26 14:05:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.4.199.20','2009-01-26 17:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.78.239','2009-01-27 02:31:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.91.73.188','2009-01-27 12:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.164.127.93','2009-01-27 14:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.164.127.93','2009-01-27 14:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.78.239','2009-01-27 16:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.94.226.116','2009-01-27 17:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.94.226.116','2009-01-27 17:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.94.226.116','2009-01-27 17:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.30.78.239','2009-01-27 20:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.78.239','2009-01-27 23:01:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.78.239','2009-01-27 23:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.78.239','2009-01-28 00:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.212.218.135','2009-01-28 06:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.212.218.135','2009-01-28 06:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.98.53.162','2009-01-28 08:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.78.239','2009-01-28 08:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'122.20.249.196','2009-01-28 10:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'122.20.249.196','2009-01-28 10:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (62,16,'220.25.22.222','2009-01-28 10:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'61.27.72.91','2009-01-28 10:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'58.158.96.150','2009-01-28 17:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.78.239','2009-01-28 22:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.78.239','2009-01-28 23:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'218.219.224.212','2009-01-29 00:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.231.137.124','2009-01-29 11:03:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.78.239','2009-01-29 13:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.78.239','2009-01-29 14:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.91.73.188','2009-01-29 15:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.78.239','2009-01-29 16:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.192.198.200','2009-01-29 17:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'220.20.223.212','2009-01-29 17:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.194.133','2009-01-29 22:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.86','2009-01-30 10:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.247.222.55','2009-01-30 12:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'203.141.92.14','2009-01-30 14:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'130.36.159.252','2009-01-30 15:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.78.239','2009-01-31 01:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.146.231.25','2009-01-31 20:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.78.239','2009-01-31 23:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.78.239','2009-02-01 02:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.78.239','2009-02-01 16:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.119.20.4','2009-02-01 20:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.119.20.4','2009-02-01 20:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.249.14.212','2009-02-02 11:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.249.14.212','2009-02-02 11:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.14.212','2009-02-02 11:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.249.14.212','2009-02-02 11:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.249.14.212','2009-02-02 11:33:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.43.231.65','2009-02-02 13:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.78.239','2009-02-03 07:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.97.44.8','2009-02-03 09:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.97.44.8','2009-02-03 09:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.192.215.158','2009-02-03 12:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.120.199.163','2009-02-03 16:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.163.22.235','2009-02-03 16:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.169.79.62','2009-02-03 19:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.247.222.56','2009-02-03 22:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.25','2009-02-03 22:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.25','2009-02-03 23:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'72.30.78.239','2009-02-03 23:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.78.239','2009-02-04 00:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.78.239','2009-02-04 07:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.78.239','2009-02-04 07:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.127.85.132','2009-02-05 16:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.33.172.219','2009-02-05 19:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.82.156.169','2009-02-05 20:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.198.252.69','2009-02-05 20:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'203.140.177.224','2009-02-05 22:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.140.177.224','2009-02-05 22:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.82.156.169','2009-02-06 04:22:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.82.156.169','2009-02-06 04:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.82.156.169','2009-02-06 04:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.82.156.169','2009-02-06 04:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.82.156.169','2009-02-06 05:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.78.239','2009-02-06 15:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'72.30.78.239','2009-02-06 16:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'116.83.81.20','2009-02-06 17:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.141.146.126','2009-02-06 17:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.78.239','2009-02-07 11:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.194.133','2009-02-07 21:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.78.239','2009-02-07 23:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.78.239','2009-02-08 02:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.78.239','2009-02-08 09:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.30.78.239','2009-02-08 22:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.78.239','2009-02-09 10:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.161.10.129','2009-02-09 13:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.161.10.129','2009-02-09 13:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.83.159.148','2009-02-09 14:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'192.135.94.17','2009-02-09 15:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'192.135.94.17','2009-02-09 15:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.30.78.239','2009-02-09 15:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.83.159.146','2009-02-09 20:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.83.159.147','2009-02-09 20:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.83.159.161','2009-02-09 21:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.83.159.175','2009-02-09 21:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.25','2009-02-10 02:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.25','2009-02-10 02:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.78.239','2009-02-10 04:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.78.239','2009-02-10 06:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.19.97.25','2009-02-10 09:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.19.97.25','2009-02-10 09:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.19.97.25','2009-02-10 11:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.19.97.25','2009-02-10 11:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'125.170.23.67','2009-02-10 15:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.9.234.37','2009-02-10 17:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.1','2009-02-11 02:04:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.1','2009-02-11 02:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.78.239','2009-02-11 07:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'72.30.78.239','2009-02-11 07:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.1','2009-02-11 14:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.1','2009-02-11 14:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.1','2009-02-11 14:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.1','2009-02-11 14:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.1','2009-02-11 14:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.1','2009-02-11 14:37:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.1','2009-02-11 14:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.1','2009-02-11 14:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.1','2009-02-11 14:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.1','2009-02-11 14:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.1','2009-02-11 14:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.1','2009-02-11 14:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.1','2009-02-11 15:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.1','2009-02-11 15:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.1','2009-02-11 15:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.1','2009-02-11 15:11:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.1','2009-02-11 18:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.78.239','2009-02-11 21:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.25.250.147','2009-02-12 06:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.78.239','2009-02-12 14:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.78.239','2009-02-12 15:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.3.149.140','2009-02-12 20:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.113.24.252','2009-02-12 21:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.162.211.39','2009-02-13 00:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.162.211.39','2009-02-13 00:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.45.182.61','2009-02-13 00:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.45.182.61','2009-02-13 01:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.45.182.61','2009-02-13 01:12:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.194.133','2009-02-13 07:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.78.239','2009-02-13 11:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.194.133','2009-02-13 15:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.194.133','2009-02-13 21:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.210.162.173','2009-02-14 02:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.210.162.173','2009-02-14 02:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.210.162.173','2009-02-14 02:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.2','2009-02-14 13:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.131.194.187','2009-02-14 21:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.78.239','2009-02-15 00:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.78.239','2009-02-15 08:27:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.78.239','2009-02-15 12:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'122.27.18.28','2009-02-15 18:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.26.219.143','2009-02-15 18:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.232.96.214','2009-02-16 11:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.78.239','2009-02-16 16:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'211.125.39.140','2009-02-16 21:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'211.125.39.140','2009-02-16 21:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.78.239','2009-02-16 21:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.30.78.239','2009-02-17 06:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'118.16.168.127','2009-02-17 11:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.18.74.94','2009-02-17 13:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.84.44','2009-02-17 13:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.19.222.3','2009-02-17 16:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.105.42.218','2009-02-17 17:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.105.42.218','2009-02-17 17:46:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.105.42.218','2009-02-17 17:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.105.42.218','2009-02-17 17:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.105.42.218','2009-02-17 17:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.105.42.218','2009-02-17 17:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.105.42.218','2009-02-17 17:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.250.254.174','2009-02-17 19:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.250.254.174','2009-02-17 19:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.78.239','2009-02-17 20:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.78.236','2009-02-18 07:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.78.236','2009-02-18 07:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.91.41.110','2009-02-18 09:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.19.222.3','2009-02-18 15:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.78.236','2009-02-18 15:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.182.27.126','2009-02-19 02:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.194.133','2009-02-19 13:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.78.236','2009-02-20 04:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.78.236','2009-02-20 11:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.151.15.180','2009-02-20 11:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.151.15.180','2009-02-20 11:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.151.15.180','2009-02-20 11:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.151.15.180','2009-02-20 11:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.247.222.53','2009-02-20 12:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'61.208.183.244','2009-02-20 14:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.82.156.169','2009-02-21 00:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.115.62.70','2009-02-21 18:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.115.62.70','2009-02-21 18:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.78.236','2009-02-21 20:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.30.78.236','2009-02-21 20:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'77.133.164.206','2009-02-22 11:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'77.133.164.206','2009-02-22 11:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'77.133.164.206','2009-02-22 11:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'77.133.164.206','2009-02-22 11:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.82.156.169','2009-02-22 13:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.82.156.169','2009-02-22 13:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.82.156.169','2009-02-22 13:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.82.156.169','2009-02-22 13:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.82.156.169','2009-02-22 13:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.22.155','2009-02-22 22:39:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.142.243.226','2009-02-23 10:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.121.148.8','2009-02-23 10:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.121.148.8','2009-02-23 10:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.194.133','2009-02-23 15:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.86','2009-02-23 20:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.30.87.84','2009-02-24 06:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.123.129.51','2009-02-24 11:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'125.206.255.107','2009-02-24 11:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'123.221.92.18','2009-02-24 20:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.114.24.108','2009-02-24 20:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.114.24.108','2009-02-24 20:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.84.154','2009-02-24 20:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.154','2009-02-24 20:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.20','2009-02-25 00:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.20','2009-02-25 00:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.20','2009-02-25 00:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.20','2009-02-25 01:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.87.84','2009-02-25 02:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.59.24.51','2009-02-25 03:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.87.84','2009-02-25 05:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.87.84','2009-02-25 07:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.18.215.192','2009-02-25 10:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.30.87.84','2009-02-25 10:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'59.190.172.72','2009-02-25 11:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'59.190.172.72','2009-02-25 11:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.87.84','2009-02-25 22:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'123.216.232.192','2009-02-26 10:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.7','2009-02-26 11:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.7','2009-02-26 11:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.7','2009-02-26 11:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.7','2009-02-26 11:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.7','2009-02-26 11:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.7','2009-02-26 11:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.7','2009-02-26 12:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.44.34.167','2009-02-26 23:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.44.34.167','2009-02-26 23:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.44.34.167','2009-02-27 00:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.44.34.167','2009-02-27 00:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.86','2009-02-27 02:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.202.56.114','2009-02-27 03:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.79.124','2009-02-27 12:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.86','2009-02-27 19:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.29.65.60','2009-02-27 22:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.29.65.60','2009-02-27 22:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.44','2009-02-27 22:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.123','2009-02-27 23:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.100.66.145','2009-02-28 15:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'220.100.66.145','2009-02-28 16:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.105.230','2009-03-01 05:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.83.159.152','2009-03-01 07:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'124.83.159.167','2009-03-01 07:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'124.83.159.165','2009-03-01 07:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.142.123','2009-03-01 07:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.83.159.168','2009-03-01 08:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'124.83.159.153','2009-03-01 08:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.83.159.147','2009-03-01 08:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'124.83.159.165','2009-03-01 11:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.83.159.171','2009-03-01 11:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.83.159.157','2009-03-01 12:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.83.159.173','2009-03-01 12:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.83.159.154','2009-03-01 12:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'124.83.159.166','2009-03-01 13:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.83.159.151','2009-03-01 13:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'124.83.159.168','2009-03-01 13:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.83.159.176','2009-03-01 13:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.83.159.176','2009-03-01 13:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.142.123','2009-03-01 16:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.142.123','2009-03-02 00:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'222.146.35.84','2009-03-02 14:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.117.63.236','2009-03-02 17:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'82.99.30.22','2009-03-03 01:03:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.174.178.20','2009-03-03 11:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.142.123','2009-03-03 12:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.29.254.44','2009-03-03 13:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.142.123','2009-03-03 15:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'59.156.66.61','2009-03-03 18:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.0.221.123','2009-03-04 10:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.0.221.123','2009-03-04 10:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'60.56.138.245','2009-03-04 11:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.18.218','2009-03-04 12:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.223.54.108','2009-03-04 17:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.172.7.226','2009-03-05 02:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.7','2009-03-05 15:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.7','2009-03-05 15:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.7','2009-03-05 15:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.7','2009-03-05 15:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.18.238','2009-03-05 16:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.86','2009-03-05 21:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.81.165','2009-03-07 23:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.241.19.151','2009-03-08 14:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.45.81.130','2009-03-09 03:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.81.165','2009-03-09 05:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.81.165','2009-03-09 19:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.194.133','2009-03-09 22:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.211.198.31','2009-03-09 23:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.211.198.31','2009-03-09 23:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.211.198.31','2009-03-09 23:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.44','2009-03-10 00:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.147.91.24','2009-03-10 13:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.84.44','2009-03-10 14:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.81.165','2009-03-11 01:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.106.201.35','2009-03-11 10:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'72.30.81.165','2009-03-11 13:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.121.128.210','2009-03-11 15:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.81.165','2009-03-11 17:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,15,'125.207.175.84','2009-03-11 22:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.81.165','2009-03-12 03:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.19.148.186','2009-03-12 06:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.22.103','2009-03-12 15:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.183.28.4','2009-03-12 16:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.81.181','2009-03-12 17:10:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.81.181','2009-03-12 17:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.87.5.94','2009-03-12 21:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.225.50.30','2009-03-12 23:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'115.75.37.147','2009-03-12 23:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'115.75.37.147','2009-03-12 23:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'60.38.184.196','2009-03-12 23:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'60.38.184.196','2009-03-12 23:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'60.38.184.196','2009-03-12 23:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.38.184.196','2009-03-12 23:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'60.38.184.196','2009-03-12 23:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'115.75.37.147','2009-03-12 23:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'115.75.37.147','2009-03-13 00:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.7','2009-03-13 19:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.7','2009-03-13 20:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.7','2009-03-13 20:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.7','2009-03-13 20:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.229.77.10','2009-03-14 01:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.87.84','2009-03-14 17:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'59.146.48.4','2009-03-14 20:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.54.84.1','2009-03-15 11:15:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.126','2009-03-15 11:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.30.142.126','2009-03-15 13:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.194.133','2009-03-15 13:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.142.126','2009-03-15 15:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.142.126','2009-03-15 16:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.211.249.217','2009-03-15 17:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.194.133','2009-03-16 07:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.196.252.106','2009-03-16 13:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.142.126','2009-03-16 20:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.194.133','2009-03-17 11:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.142.126','2009-03-17 12:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'219.162.92.51','2009-03-17 18:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.142.167','2009-03-17 22:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.105.229','2009-03-17 23:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'118.19.144.207','2009-03-18 00:01:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.124.209.166','2009-03-18 10:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'125.101.57.190','2009-03-18 10:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.110.41.182','2009-03-18 11:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.110.41.182','2009-03-18 11:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.214.255.190','2009-03-18 12:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.142.167','2009-03-18 14:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.101.57.190','2009-03-18 15:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.101.57.190','2009-03-18 15:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.142.167','2009-03-18 16:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'59.190.191.34','2009-03-18 18:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.101.57.190','2009-03-18 19:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.101.57.190','2009-03-18 20:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.101.57.190','2009-03-18 20:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.101.57.190','2009-03-18 20:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.194.133','2009-03-18 21:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.30.142.167','2009-03-18 23:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.142.167','2009-03-19 03:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.194.133','2009-03-19 03:39:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.142.167','2009-03-19 08:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.142.167','2009-03-19 12:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.222.45','2009-03-19 13:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.194.133','2009-03-19 13:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.194.133','2009-03-19 17:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.211.249.217','2009-03-19 22:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.211.249.217','2009-03-19 22:52:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'122.211.249.217','2009-03-19 23:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'122.211.249.217','2009-03-19 23:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.211.249.217','2009-03-19 23:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.211.249.217','2009-03-19 23:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'116.80.66.33','2009-03-20 02:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'72.30.142.167','2009-03-20 09:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'211.4.245.130','2009-03-20 16:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.30.65.40','2009-03-21 03:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.65.40','2009-03-21 03:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.65.40','2009-03-21 07:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.28','2009-03-21 13:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.14.199.124','2009-03-21 17:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.14.199.124','2009-03-21 17:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.14.199.124','2009-03-21 17:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.14.199.124','2009-03-21 17:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.194.133','2009-03-21 19:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.65.40','2009-03-21 20:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.65.40','2009-03-22 11:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'219.122.159.224','2009-03-22 18:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.122.159.224','2009-03-22 18:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.65.40','2009-03-23 06:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.162.93.121','2009-03-23 11:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'218.42.34.186','2009-03-23 14:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'125.170.23.67','2009-03-23 14:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'125.170.23.67','2009-03-23 14:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'125.170.23.67','2009-03-23 14:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.84.154','2009-03-23 14:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'150.70.84.154','2009-03-23 14:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.84.44','2009-03-23 15:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'58.190.20.128','2009-03-23 22:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'125.28.205.246','2009-03-24 01:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.28.205.246','2009-03-24 02:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.28.205.246','2009-03-24 02:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'203.183.28.4','2009-03-24 14:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.65.40','2009-03-24 15:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.65.40','2009-03-25 03:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.205.234.76','2009-03-25 10:14:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.205.234.76','2009-03-25 10:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.205.234.76','2009-03-25 10:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.247.222.45','2009-03-25 17:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.234.36.209','2009-03-26 01:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.234.36.209','2009-03-26 01:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.234.36.209','2009-03-26 01:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.234.36.209','2009-03-26 01:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.65.40','2009-03-26 09:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.190.113.111','2009-03-26 11:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.142.178','2009-03-26 17:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.142.178','2009-03-26 17:29:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.142.178','2009-03-27 01:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.202.37.186','2009-03-27 02:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.202.37.186','2009-03-27 03:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.202.37.186','2009-03-27 07:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.202.37.186','2009-03-27 08:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.142.178','2009-03-27 10:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.142.178','2009-03-27 21:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.190.36.82','2009-03-28 03:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.142.178','2009-03-28 04:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.33.126.144','2009-03-28 06:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.33.126.144','2009-03-28 07:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.33.126.144','2009-03-28 07:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.33.126.144','2009-03-28 07:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.33.126.144','2009-03-28 07:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.33.126.144','2009-03-28 07:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.33.126.144','2009-03-28 07:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.33.126.144','2009-03-28 09:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.255.16.138','2009-03-28 11:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.33.126.144','2009-03-28 14:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.79.46','2009-03-29 10:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.20.42.22','2009-03-29 18:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.87.122','2009-03-29 20:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'120.74.60.214','2009-03-30 07:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.202.24.228','2009-03-30 10:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.202.24.228','2009-03-30 10:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.202.24.228','2009-03-30 10:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.202.24.228','2009-03-30 11:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.202.24.228','2009-03-30 11:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.202.24.228','2009-03-30 11:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.202.24.228','2009-03-30 11:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.202.24.228','2009-03-30 11:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.202.24.228','2009-03-30 11:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.202.24.228','2009-03-30 11:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.202.24.228','2009-03-30 11:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'218.219.212.112','2009-03-31 10:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.219.212.112','2009-03-31 10:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.219.212.112','2009-03-31 11:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'218.219.212.112','2009-03-31 11:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.187.206.134','2009-03-31 13:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.187.206.134','2009-03-31 13:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'132.179.39.36','2009-03-31 18:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'61.247.222.44','2009-03-31 18:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.87.122','2009-04-01 09:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.87.122','2009-04-01 11:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.87.122','2009-04-01 12:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.73.210','2009-04-01 13:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.73.210','2009-04-01 13:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.202.25.84','2009-04-02 07:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.202.25.84','2009-04-02 07:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.202.25.84','2009-04-02 07:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.202.25.84','2009-04-02 07:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.202.25.84','2009-04-02 07:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.202.25.84','2009-04-02 08:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.202.25.84','2009-04-02 08:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.202.25.84','2009-04-02 08:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.202.25.84','2009-04-02 08:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.202.25.84','2009-04-02 08:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.87.122','2009-04-02 11:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.87.122','2009-04-02 18:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.188.5.112','2009-04-03 12:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.188.5.112','2009-04-03 12:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.243.27.130','2009-04-03 19:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.6.8.91','2009-04-04 04:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.6.8.91','2009-04-04 08:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.8.91','2009-04-04 12:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.73.210','2009-04-04 18:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.154.224.178','2009-04-04 20:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.8.91','2009-04-05 00:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.73.210','2009-04-05 05:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.47.152.102','2009-04-06 02:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.8.88','2009-04-06 04:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.155.55.60','2009-04-06 19:14:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.155.55.60','2009-04-06 19:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.117.154.239','2009-04-07 00:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.117.154.239','2009-04-07 00:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.25','2009-04-07 02:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.167.97.52','2009-04-07 08:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.167.97.52','2009-04-07 08:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.167.97.52','2009-04-07 08:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'43.244.98.169','2009-04-07 09:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'61.205.219.105','2009-04-07 10:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'61.205.219.105','2009-04-07 10:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'61.205.219.105','2009-04-07 10:38:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.205.219.105','2009-04-07 10:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.205.219.105','2009-04-07 10:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'61.205.219.105','2009-04-07 10:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.205.219.105','2009-04-07 10:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'61.205.219.105','2009-04-07 10:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.205.219.105','2009-04-07 10:40:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'61.205.219.105','2009-04-07 10:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.150.54.14','2009-04-07 11:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.202.17.209','2009-04-07 15:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.202.17.209','2009-04-07 16:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.25','2009-04-07 23:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.25','2009-04-07 23:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.25','2009-04-07 23:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.25','2009-04-07 23:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.229.146.46','2009-04-08 10:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.30.161.221','2009-04-08 18:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.78.219','2009-04-09 10:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.210','2009-04-09 14:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.78.219','2009-04-09 18:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.78.219','2009-04-09 19:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.182.40.214','2009-04-09 21:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.210.157.99','2009-04-10 00:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.78.219','2009-04-10 08:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.247.222.44','2009-04-10 11:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'222.144.229.182','2009-04-10 16:47:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.166.39.146','2009-04-10 17:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.166.39.146','2009-04-10 17:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.166.39.146','2009-04-10 17:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.166.39.146','2009-04-10 17:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'137.153.0.42','2009-04-10 23:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.78.219','2009-04-11 01:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.170.203.109','2009-04-11 01:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.78.219','2009-04-11 04:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.87.65.97','2009-04-11 04:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.87.65.97','2009-04-11 04:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.78.219','2009-04-11 09:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.65.97','2009-04-11 13:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.65.97','2009-04-11 13:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.65.97','2009-04-11 13:22:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.41.61','2009-04-11 14:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.41.61','2009-04-11 14:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.208.139.96','2009-04-11 21:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.208.139.96','2009-04-11 21:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.210','2009-04-12 08:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.210','2009-04-12 09:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.78.219','2009-04-12 13:14:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.78.219','2009-04-12 17:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.214.51.200','2009-04-12 20:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.214.51.200','2009-04-12 20:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.214.51.200','2009-04-12 20:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.6.8.95','2009-04-13 19:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.79.42','2009-04-14 00:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.16.149.29','2009-04-14 10:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.1.206.44','2009-04-14 12:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.1.206.44','2009-04-14 12:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.1.206.44','2009-04-14 12:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.1.206.44','2009-04-14 12:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.73.210','2009-04-14 17:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.18.222','2009-04-15 06:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.144.82.92','2009-04-15 14:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'220.220.121.199','2009-04-15 18:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.204.193.194','2009-04-16 00:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.18.222','2009-04-17 00:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.194.133','2009-04-17 14:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.194.133','2009-04-17 16:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.101.212.99','2009-04-17 17:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.101.212.99','2009-04-17 17:49:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.101.212.99','2009-04-17 17:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.6.18.222','2009-04-17 22:40:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.6.18.222','2009-04-18 04:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.6.18.222','2009-04-19 07:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.18.222','2009-04-19 18:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.18.222','2009-04-20 05:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.18.222','2009-04-20 08:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.111.138.56','2009-04-20 10:00:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.111.138.56','2009-04-20 10:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.160.8.66','2009-04-20 12:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.160.8.66','2009-04-20 12:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.160.8.66','2009-04-20 12:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.114.248.192','2009-04-20 14:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.114.248.192','2009-04-20 14:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.102.153.21','2009-04-20 14:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.102.153.21','2009-04-20 14:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.102.153.21','2009-04-20 14:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-20 14:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'125.100.80.50','2009-04-20 14:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-20 14:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-20 14:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.100.80.50','2009-04-20 14:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.100.80.50','2009-04-20 14:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'125.100.80.50','2009-04-20 14:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'125.100.80.50','2009-04-20 14:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-20 14:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-20 14:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'125.100.80.50','2009-04-20 14:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-20 15:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'134.180.230.1','2009-04-20 16:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'134.180.230.1','2009-04-20 16:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'134.180.230.1','2009-04-20 16:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'134.180.230.1','2009-04-20 16:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'134.180.230.1','2009-04-20 16:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'218.221.249.186','2009-04-20 19:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'218.221.249.186','2009-04-20 19:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.210','2009-04-21 09:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-21 11:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-21 11:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-21 11:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-04-21 11:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'125.100.80.50','2009-04-21 11:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'125.100.80.50','2009-04-21 13:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.65.43','2009-04-21 15:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'118.13.202.242','2009-04-21 15:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'118.13.202.242','2009-04-21 15:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'118.13.202.242','2009-04-21 15:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'118.13.202.242','2009-04-21 15:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'123.224.47.15','2009-04-21 18:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.65.43','2009-04-22 00:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'82.99.30.17','2009-04-22 13:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.65.43','2009-04-22 17:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.21.109.3','2009-04-22 22:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.21.109.3','2009-04-22 22:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.21.109.3','2009-04-22 22:44:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.21.109.3','2009-04-22 22:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.159.221.158','2009-04-23 05:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.73.210','2009-04-23 07:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.210','2009-04-23 07:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.210','2009-04-23 07:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.10','2009-04-23 08:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.10','2009-04-23 08:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.10','2009-04-23 08:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.10','2009-04-23 08:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'211.122.210.21','2009-04-23 15:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.122.210.21','2009-04-23 15:36:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.122.210.21','2009-04-23 15:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.231.169.16','2009-04-24 11:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.231.169.16','2009-04-24 11:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.231.169.16','2009-04-24 11:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.101.174.58','2009-04-24 11:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.101.174.58','2009-04-24 11:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.101.174.58','2009-04-24 11:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.101.174.58','2009-04-24 11:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.101.174.58','2009-04-24 11:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.101.174.58','2009-04-24 11:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.101.174.58','2009-04-24 11:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.65.43','2009-04-24 23:45:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.65.43','2009-04-25 04:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.210','2009-04-25 16:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.105.239','2009-04-26 05:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.161.227','2009-04-26 08:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.161.227','2009-04-26 19:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.161.227','2009-04-27 05:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.228.74.253','2009-04-27 08:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.228.74.253','2009-04-27 08:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.228.74.253','2009-04-27 08:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.161.227','2009-04-27 09:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'113.32.79.92','2009-04-27 17:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'150.70.84.44','2009-04-27 17:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.161.227','2009-04-27 19:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.247.222.44','2009-04-27 21:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.161.227','2009-04-28 02:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.210','2009-04-28 03:10:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.255.229.246','2009-04-28 05:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.255.229.246','2009-04-28 06:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.255.229.246','2009-04-28 06:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.255.229.246','2009-04-28 06:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.161.227','2009-04-28 07:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.161.227','2009-04-28 10:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.98.172.95','2009-04-28 11:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.5.214.155','2009-04-28 14:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.5.214.155','2009-04-28 14:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.5.214.155','2009-04-28 14:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.210','2009-04-28 15:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2009-04-28 21:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2009-04-28 21:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2009-04-28 21:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2009-04-28 21:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2009-04-28 21:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.89.47.118','2009-04-28 21:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.89.47.118','2009-04-28 21:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.89.47.118','2009-04-28 21:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2009-04-28 21:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2009-04-28 21:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.116.24.45','2009-04-29 02:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.116.24.45','2009-04-29 02:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.116.24.45','2009-04-29 02:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.116.24.45','2009-04-29 02:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.116.24.45','2009-04-29 02:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.116.24.45','2009-04-29 02:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.116.24.45','2009-04-29 02:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.105.243','2009-04-29 03:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.89.47.118','2009-04-29 04:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2009-04-29 04:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.89.47.118','2009-04-29 04:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.161.227','2009-04-29 06:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'118.21.96.119','2009-04-29 10:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.161.227','2009-04-29 17:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'222.151.89.67','2009-04-29 19:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'222.151.89.67','2009-04-29 19:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'222.151.89.67','2009-04-29 19:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.142.220','2009-04-29 19:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.30.142.220','2009-04-29 20:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.83.159.199','2009-04-29 21:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'211.125.175.132','2009-04-30 08:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.125.175.132','2009-04-30 08:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.125.175.132','2009-04-30 08:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.41.213.130','2009-04-30 11:37:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.41.213.130','2009-04-30 11:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.41.213.130','2009-04-30 11:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.41.213.130','2009-04-30 11:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.172.21.101','2009-04-30 15:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.172.21.101','2009-04-30 15:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.172.21.101','2009-04-30 15:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.172.21.101','2009-04-30 15:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.172.21.101','2009-04-30 15:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.73.210','2009-04-30 16:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.210','2009-04-30 16:34:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.210','2009-04-30 16:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.73.210','2009-04-30 16:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.6.18.230','2009-04-30 18:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.139.22.195','2009-05-01 02:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.139.22.195','2009-05-01 02:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.139.22.195','2009-05-01 02:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.18.230','2009-05-01 06:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.95.34.24','2009-05-01 15:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.95.34.24','2009-05-01 15:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.95.34.24','2009-05-01 15:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'117.58.224.142','2009-05-01 21:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'117.58.224.142','2009-05-01 21:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.79.51','2009-05-02 05:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.79.45','2009-05-02 07:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.105.230','2009-05-02 22:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'213.251.185.91','2009-05-03 05:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.79.45','2009-05-03 13:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.210','2009-05-03 22:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.73.210','2009-05-03 22:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.210','2009-05-03 23:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.210','2009-05-03 23:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.73.210','2009-05-03 23:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.105.230','2009-05-04 04:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.79.45','2009-05-04 09:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.79.45','2009-05-04 13:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.216.108.41','2009-05-05 03:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.218.96.194','2009-05-05 16:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'122.218.96.194','2009-05-05 16:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.218.96.194','2009-05-05 16:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.218.96.194','2009-05-05 16:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.194.133','2009-05-05 21:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.17.184','2009-05-05 23:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.214.225.193','2009-05-06 10:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.214.225.193','2009-05-06 10:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.214.225.193','2009-05-06 10:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.214.225.193','2009-05-06 10:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.214.225.193','2009-05-06 10:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.214.225.193','2009-05-06 10:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.78.245','2009-05-06 14:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.78.245','2009-05-06 17:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.0.17.30','2009-05-06 19:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.0.17.30','2009-05-06 19:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.194.133','2009-05-06 21:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.142.180','2009-05-07 09:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.110.41.182','2009-05-08 13:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.110.41.182','2009-05-08 14:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.151.228.19','2009-05-08 14:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.210','2009-05-08 15:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.19.222.3','2009-05-08 15:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.19.222.3','2009-05-08 15:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.19.222.3','2009-05-08 15:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.19.222.3','2009-05-08 15:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'133.225.214.133','2009-05-08 17:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'133.225.214.133','2009-05-08 17:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.210','2009-05-08 18:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.78.216','2009-05-08 22:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.78.216','2009-05-08 23:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.30.78.216','2009-05-08 23:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.210','2009-05-09 02:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.210','2009-05-09 02:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.78.216','2009-05-09 05:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.100.196.205','2009-05-09 11:37:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.100.196.205','2009-05-09 11:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.210','2009-05-09 12:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.79.133.32','2009-05-09 12:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.79.133.32','2009-05-09 12:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.70.84.44','2009-05-09 13:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'150.70.84.44','2009-05-09 13:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.73.210','2009-05-09 14:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.73.210','2009-05-10 02:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.73.210','2009-05-10 02:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.73.210','2009-05-10 02:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.73.210','2009-05-10 02:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.30.79.117','2009-05-10 10:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.108.115.152','2009-05-10 12:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.108.115.152','2009-05-10 12:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.108.115.152','2009-05-10 13:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.110.37','2009-05-10 13:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.110.37','2009-05-10 13:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.110.37','2009-05-10 13:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.44','2009-05-10 13:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.110.37','2009-05-10 13:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.110.37','2009-05-10 13:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.110.37','2009-05-10 13:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.110.37','2009-05-10 13:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.190.110.37','2009-05-10 13:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.79.117','2009-05-10 13:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.64.126','2009-05-10 14:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.64.126','2009-05-10 14:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.64.126','2009-05-10 14:19:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.75.253.103','2009-05-10 14:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.64.126','2009-05-10 14:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.75.253.103','2009-05-10 14:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.75.253.103','2009-05-10 14:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.75.253.103','2009-05-10 14:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.190.86.35','2009-05-10 15:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.190.86.35','2009-05-10 15:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'58.190.86.35','2009-05-10 15:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.190.86.35','2009-05-10 15:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.190.86.35','2009-05-10 15:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.80.146.179','2009-05-10 17:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.143','2009-05-10 19:09:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.143','2009-05-10 19:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.143','2009-05-10 19:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.79.117','2009-05-10 22:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.142.95','2009-05-11 00:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.22.87','2009-05-11 09:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.73.210','2009-05-12 03:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.73.210','2009-05-12 03:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.73.210','2009-05-12 03:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.73.210','2009-05-12 03:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.73.210','2009-05-12 03:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.102.97.90','2009-05-13 00:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'121.102.97.90','2009-05-13 00:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'121.102.97.90','2009-05-13 00:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.210','2009-05-13 03:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'210.172.205.158','2009-05-13 09:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'210.172.205.158','2009-05-13 09:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'210.172.205.158','2009-05-13 09:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.83.9.195','2009-05-13 10:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.83.9.195','2009-05-13 10:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.226.139.254','2009-05-13 10:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.226.139.254','2009-05-13 10:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2009-05-13 10:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.216.28.65','2009-05-13 15:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.216.28.65','2009-05-13 15:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.216.28.65','2009-05-13 15:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.216.28.65','2009-05-13 15:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.65.44','2009-05-13 17:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'118.152.231.111','2009-05-13 18:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.65.44','2009-05-13 21:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.70.219','2009-05-14 07:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.70.219','2009-05-14 07:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.70.219','2009-05-14 07:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.70.219','2009-05-14 07:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.95.16.25','2009-05-14 14:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.95.16.25','2009-05-14 14:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.70.219','2009-05-14 15:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.172.92.216','2009-05-14 17:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.107.82.243','2009-05-14 18:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.42.48.18','2009-05-14 18:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.42.48.18','2009-05-14 18:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.42.48.18','2009-05-14 18:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.42.48.18','2009-05-14 21:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.42.48.18','2009-05-14 21:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.131.43.107','2009-05-15 00:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.131.43.107','2009-05-15 00:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.131.43.107','2009-05-15 00:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.20.42.22','2009-05-15 00:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.20.42.22','2009-05-15 00:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.20.42.22','2009-05-15 00:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.100.27.74','2009-05-15 06:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.100.27.74','2009-05-15 06:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.100.27.74','2009-05-15 06:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.100.27.74','2009-05-15 06:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.247.222.44','2009-05-15 09:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.222.54','2009-05-15 09:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.63.44','2009-05-15 16:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.63.44','2009-05-15 16:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.63.44','2009-05-15 16:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.63.44','2009-05-15 18:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'59.190.119.75','2009-05-15 20:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'59.190.119.75','2009-05-15 20:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'59.190.119.75','2009-05-15 20:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.30.65.44','2009-05-15 22:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.212.246.113','2009-05-16 10:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.65.44','2009-05-16 15:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.20.42.22','2009-05-17 08:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.20.42.22','2009-05-17 08:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.65.44','2009-05-17 14:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.129.119.46','2009-05-17 14:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.65.44','2009-05-18 05:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.65.44','2009-05-18 09:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.61.31.77','2009-05-18 10:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.61.31.77','2009-05-18 10:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.129.119.46','2009-05-18 11:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.127.73.126','2009-05-18 11:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.127.73.126','2009-05-18 11:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.44.173.238','2009-05-18 17:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.44.173.238','2009-05-18 17:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.44.173.238','2009-05-18 17:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.44.173.238','2009-05-18 18:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.54.238.209','2009-05-18 23:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.129.119.46','2009-05-18 23:25:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.194.133','2009-05-19 03:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.194.133','2009-05-19 06:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.249.154.130','2009-05-19 09:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.249.154.130','2009-05-19 09:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.65.44','2009-05-19 10:11:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.129.119.46','2009-05-19 10:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.70.219','2009-05-19 12:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.102.89.1','2009-05-19 17:10:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.214.51.200','2009-05-19 21:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.214.51.200','2009-05-19 21:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.214.51.200','2009-05-19 21:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.17','2009-05-19 22:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.17','2009-05-19 22:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.17','2009-05-19 22:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.17','2009-05-19 22:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.194.133','2009-05-19 23:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.129.119.46','2009-05-20 01:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.129.119.46','2009-05-20 07:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.125.175.132','2009-05-20 08:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.125.175.132','2009-05-20 08:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'211.125.175.132','2009-05-20 08:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.125.175.132','2009-05-20 08:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.222.56','2009-05-20 10:05:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.222.56','2009-05-20 10:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.65.44','2009-05-20 12:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'192.51.44.16','2009-05-20 14:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'192.51.44.17','2009-05-20 14:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.32.99.131','2009-05-20 16:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.65.44','2009-05-20 17:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.30.65.44','2009-05-20 20:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.65.44','2009-05-20 22:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.48.68.175','2009-05-21 00:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.129.119.46','2009-05-21 01:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.215.249.154','2009-05-22 13:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.215.249.154','2009-05-22 13:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.215.249.154','2009-05-22 13:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.124.60.9','2009-05-22 15:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.124.60.9','2009-05-22 15:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.124.60.9','2009-05-22 15:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.124.60.9','2009-05-22 15:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.124.60.9','2009-05-22 15:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.247.222.44','2009-05-22 15:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.73.54','2009-05-22 15:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.73.54','2009-05-22 15:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.73.54','2009-05-22 15:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.54','2009-05-22 15:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.73.54','2009-05-22 15:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.73.54','2009-05-22 15:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.73.54','2009-05-22 15:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.73.54','2009-05-22 15:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'61.247.222.45','2009-05-22 15:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.73.54','2009-05-22 16:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.54','2009-05-22 16:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.73.54','2009-05-22 16:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.73.54','2009-05-22 16:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.73.54','2009-05-22 16:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.73.54','2009-05-22 16:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.73.54','2009-05-22 16:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.73.54','2009-05-22 16:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.125.175.132','2009-05-22 19:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.151.209.226','2009-05-22 20:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.151.209.226','2009-05-22 20:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.151.209.226','2009-05-22 20:08:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.151.209.226','2009-05-22 20:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.151.209.226','2009-05-22 20:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.151.209.226','2009-05-22 20:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.151.209.226','2009-05-22 20:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.151.209.226','2009-05-22 20:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.151.209.226','2009-05-22 20:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.107.156.121','2009-05-23 10:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.143','2009-05-23 23:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'110.4.172.73','2009-05-24 02:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.18.232','2009-05-24 10:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.18.232','2009-05-24 11:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.18.232','2009-05-24 14:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.143','2009-05-25 00:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'38.99.13.117','2009-05-25 03:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'38.99.13.117','2009-05-25 03:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.18.232','2009-05-25 09:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'38.99.13.117','2009-05-25 12:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'38.99.13.117','2009-05-25 14:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.19.222.3','2009-05-25 14:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.19.222.3','2009-05-25 14:40:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.6.18.232','2009-05-25 15:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'38.99.13.117','2009-05-25 18:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'114.148.63.143','2009-05-25 20:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'114.148.63.143','2009-05-25 20:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'114.148.63.143','2009-05-25 20:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'114.148.63.143','2009-05-25 20:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,7,'114.148.63.143','2009-05-25 20:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'114.148.63.143','2009-05-25 20:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.143','2009-05-25 22:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.247.222.54','2009-05-26 00:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.20.235.50','2009-05-26 03:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'38.99.13.117','2009-05-26 10:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'38.99.13.117','2009-05-26 14:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.142.87','2009-05-26 14:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.237.174.3','2009-05-26 16:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.237.174.3','2009-05-26 16:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'38.99.13.117','2009-05-26 17:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.142.87','2009-05-27 02:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.218.240.210','2009-05-27 02:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.218.240.210','2009-05-27 02:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.142.87','2009-05-27 08:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'222.144.37.5','2009-05-27 10:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'222.144.37.5','2009-05-27 10:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'222.144.37.5','2009-05-27 10:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'222.144.37.5','2009-05-27 10:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'222.144.37.5','2009-05-27 10:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'222.144.37.5','2009-05-27 10:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'222.144.37.5','2009-05-27 10:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.144.37.5','2009-05-27 11:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.110.121.172','2009-05-27 16:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.110.121.172','2009-05-27 16:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.110.121.172','2009-05-27 16:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.40.222.72','2009-05-27 17:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.40.222.72','2009-05-27 17:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.40.222.72','2009-05-27 17:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.154','2009-05-27 17:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'38.99.13.117','2009-05-27 18:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'117.58.224.142','2009-05-27 20:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'117.58.224.142','2009-05-27 20:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'117.58.224.142','2009-05-27 20:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'117.58.224.142','2009-05-27 20:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-05-27 20:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-05-27 20:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-05-27 20:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'117.58.224.142','2009-05-27 20:57:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'117.58.224.142','2009-05-27 20:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'117.58.224.142','2009-05-27 20:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'117.58.224.142','2009-05-27 20:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'117.58.224.142','2009-05-27 20:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'117.58.224.142','2009-05-27 20:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'117.58.224.142','2009-05-27 20:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'117.58.224.142','2009-05-27 21:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'117.58.224.142','2009-05-27 21:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'117.58.224.142','2009-05-27 21:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-05-27 21:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'117.58.224.142','2009-05-27 21:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'117.58.224.142','2009-05-27 21:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'117.58.224.142','2009-05-27 21:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'117.58.224.142','2009-05-27 21:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.208.138.125','2009-05-27 22:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.208.138.125','2009-05-27 22:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.142.154','2009-05-28 00:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'38.99.13.117','2009-05-28 06:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'38.99.13.117','2009-05-28 11:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.147.191.168','2009-05-28 11:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.147.191.168','2009-05-28 11:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.147.191.168','2009-05-28 11:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.143','2009-05-28 18:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.143','2009-05-28 18:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.117.83.75','2009-05-28 18:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.117.83.75','2009-05-28 18:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.142.89','2009-05-28 22:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.61.133','2009-05-28 23:15:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.142.89','2009-05-29 00:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'117.58.224.142','2009-05-29 09:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'117.58.224.142','2009-05-29 09:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.9.101.66','2009-05-29 09:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.9.101.66','2009-05-29 09:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-05-29 16:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.249.138.224','2009-05-29 20:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'38.99.13.117','2009-05-29 23:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.143','2009-05-30 01:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.143','2009-05-30 01:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.143','2009-05-30 01:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.143','2009-05-30 01:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.143','2009-05-30 01:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.143','2009-05-30 01:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.143','2009-05-30 01:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.143','2009-05-30 01:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.143','2009-05-30 01:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.143','2009-05-30 01:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.143','2009-05-31 03:27:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.89','2009-05-31 14:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-05-31 20:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.143','2009-05-31 22:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.143','2009-05-31 22:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.143','2009-05-31 22:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.213.20.125','2009-06-01 09:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.213.20.125','2009-06-01 09:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.213.20.125','2009-06-01 09:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.142.89','2009-06-01 10:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.118.242.72','2009-06-01 17:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.118.242.72','2009-06-01 17:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.250.42.68','2009-06-01 19:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.250.42.68','2009-06-01 19:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-06-02 02:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-06-02 02:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-06-02 02:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'117.58.224.142','2009-06-02 02:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'117.58.224.142','2009-06-02 02:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'117.58.224.142','2009-06-02 02:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.143','2009-06-02 03:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.143','2009-06-02 03:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.143','2009-06-02 03:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.143','2009-06-02 03:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.30.142.89','2009-06-02 05:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.194.133','2009-06-02 07:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.194.133','2009-06-02 08:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.207.242.2','2009-06-02 10:22:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.225.171.18','2009-06-02 10:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.100.80.50','2009-06-02 13:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.142.89','2009-06-02 14:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.18.249.145','2009-06-02 20:12:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'211.18.249.145','2009-06-02 20:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.143','2009-06-02 22:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.247.222.45','2009-06-03 13:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.222.54','2009-06-03 13:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.196.131.203','2009-06-03 13:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.196.131.203','2009-06-03 13:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.196.131.203','2009-06-03 13:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.196.131.203','2009-06-03 13:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.196.131.203','2009-06-03 13:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.196.131.203','2009-06-03 13:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.196.131.203','2009-06-03 13:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.196.131.203','2009-06-03 13:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.196.131.203','2009-06-03 13:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.196.131.203','2009-06-03 13:50:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.196.131.203','2009-06-03 13:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.110.56.8','2009-06-03 14:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.110.56.8','2009-06-03 14:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.110.56.8','2009-06-03 14:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.110.56.8','2009-06-03 14:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.110.56.8','2009-06-03 14:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.143','2009-06-03 15:11:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.143','2009-06-03 15:11:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.143','2009-06-03 15:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.143','2009-06-04 01:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.212.78.130','2009-06-04 07:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.212.78.130','2009-06-04 08:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.65.43','2009-06-04 09:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.127.73.126','2009-06-04 09:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.127.73.126','2009-06-04 09:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.127.73.126','2009-06-04 09:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.127.73.126','2009-06-04 09:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.127.73.126','2009-06-04 09:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.127.73.126','2009-06-04 09:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.65.43','2009-06-04 12:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.143','2009-06-04 18:00:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.143','2009-06-04 18:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.143','2009-06-04 18:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.143','2009-06-04 18:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.143','2009-06-04 18:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.222.45','2009-06-04 18:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.222.56','2009-06-04 18:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.9.101.65','2009-06-05 13:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.9.101.65','2009-06-05 13:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.65.43','2009-06-05 19:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.204','2009-06-05 19:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.204','2009-06-05 19:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.204','2009-06-05 19:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.204','2009-06-05 19:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.204','2009-06-05 19:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.103.138.79','2009-06-06 02:31:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'121.103.138.79','2009-06-06 02:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.103.138.79','2009-06-06 02:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'121.103.138.79','2009-06-06 02:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'121.103.138.79','2009-06-06 02:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.103.138.79','2009-06-06 02:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.103.138.79','2009-06-06 02:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'121.103.138.79','2009-06-06 02:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'121.103.138.79','2009-06-06 02:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.103.138.79','2009-06-06 02:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.103.138.79','2009-06-06 02:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.56','2009-06-06 11:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.204','2009-06-07 04:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.204','2009-06-07 04:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.204','2009-06-07 04:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.65.43','2009-06-07 15:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.63.169','2009-06-07 20:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.63.169','2009-06-07 20:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2009-06-07 21:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.247.222.55','2009-06-08 01:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'125.103.39.237','2009-06-08 02:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,6,'125.103.39.237','2009-06-08 02:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,6,'125.103.39.237','2009-06-08 02:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,6,'125.103.39.237','2009-06-08 02:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,6,'125.103.39.237','2009-06-08 02:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.103.39.237','2009-06-08 02:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,16,'125.103.39.237','2009-06-08 02:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.17.151','2009-06-08 04:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.204','2009-06-08 05:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.17.151','2009-06-08 10:42:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.127.73.126','2009-06-08 13:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.194.133','2009-06-08 16:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.44.67.44','2009-06-08 20:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.105.240','2009-06-09 04:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.204','2009-06-09 05:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.127.73.126','2009-06-09 08:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.127.73.126','2009-06-09 08:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.152','2009-06-09 10:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.6.17.151','2009-06-09 11:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.152','2009-06-09 12:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.127.73.126','2009-06-09 14:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.6.17.151','2009-06-09 17:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.203.214.206','2009-06-09 18:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.203.214.206','2009-06-09 18:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.241.130.238','2009-06-09 19:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.2.20.80','2009-06-09 19:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.196.21.30','2009-06-09 23:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.196.21.30','2009-06-09 23:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.196.21.30','2009-06-09 23:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.86.218.240','2009-06-10 03:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.152','2009-06-10 08:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.17.151','2009-06-10 16:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.236.123.82','2009-06-10 16:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.236.123.82','2009-06-10 16:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.236.123.82','2009-06-10 16:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.242.78.147','2009-06-10 18:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.242.78.147','2009-06-10 19:38:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.6.17.151','2009-06-11 04:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.17.151','2009-06-11 09:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.17.151','2009-06-11 10:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.203.214.206','2009-06-11 10:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.127.73.126','2009-06-11 10:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.127.73.126','2009-06-11 11:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.127.73.126','2009-06-11 11:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.152','2009-06-11 12:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.152','2009-06-11 12:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.152','2009-06-11 12:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.152','2009-06-11 12:46:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.152','2009-06-11 12:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.152','2009-06-11 12:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.152','2009-06-11 12:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.68.152','2009-06-11 12:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.152','2009-06-11 12:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.152','2009-06-11 12:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.152','2009-06-11 12:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.152','2009-06-11 12:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.152','2009-06-11 12:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.152','2009-06-11 12:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.152','2009-06-11 12:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.152','2009-06-11 12:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.138.122.21','2009-06-11 13:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.17.151','2009-06-11 17:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.254.1.121','2009-06-11 20:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'220.254.1.121','2009-06-11 21:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.80.104.80','2009-06-11 22:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.162.93.121','2009-06-11 22:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.162.93.121','2009-06-11 22:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.162.93.121','2009-06-11 22:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.24','2009-06-12 10:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.180.59.5','2009-06-12 11:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'118.21.139.121','2009-06-12 12:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'160.186.10.113','2009-06-12 15:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.30.161.242','2009-06-13 00:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.152','2009-06-13 04:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.131.61.106','2009-06-13 07:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'60.36.130.5','2009-06-13 08:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'60.36.130.5','2009-06-13 08:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.36.130.5','2009-06-13 09:00:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'60.36.130.5','2009-06-13 09:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.36.130.5','2009-06-13 09:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'60.36.130.5','2009-06-13 09:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'117.58.224.142','2009-06-13 15:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.72.37','2009-06-13 16:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.72.37','2009-06-13 16:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.72.37','2009-06-13 16:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.72.37','2009-06-13 16:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.72.37','2009-06-13 16:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.72.37','2009-06-13 17:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'218.220.151.162','2009-06-13 23:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.220.151.162','2009-06-13 23:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.220.151.162','2009-06-13 23:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'218.220.151.162','2009-06-13 23:30:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'218.220.151.162','2009-06-13 23:30:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.220.151.162','2009-06-13 23:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.14.199.45','2009-06-14 10:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.105.243','2009-06-14 13:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.105.239','2009-06-14 13:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.151.170.174','2009-06-14 13:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.151.170.174','2009-06-14 13:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.151.170.174','2009-06-14 13:31:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.161.242','2009-06-14 15:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.72.37','2009-06-14 17:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.161.242','2009-06-14 22:01:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.161.242','2009-06-15 05:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'160.186.10.113','2009-06-15 10:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'160.186.10.113','2009-06-15 10:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.161.242','2009-06-15 10:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.152','2009-06-15 18:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.68.152','2009-06-15 18:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.152','2009-06-15 18:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.152','2009-06-15 18:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.152','2009-06-15 18:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.106.111.45','2009-06-15 22:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'121.106.111.45','2009-06-15 22:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.106.111.45','2009-06-16 11:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.229.92.81','2009-06-16 12:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'59.146.233.189','2009-06-16 14:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.152','2009-06-16 18:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.152','2009-06-16 18:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.152','2009-06-16 18:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.152','2009-06-16 18:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.152','2009-06-16 18:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.152','2009-06-16 18:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.152','2009-06-16 18:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.152','2009-06-16 18:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.152','2009-06-16 18:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.152','2009-06-16 18:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.152','2009-06-16 18:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.152','2009-06-16 18:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.152','2009-06-16 18:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.152','2009-06-16 18:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.152','2009-06-16 18:45:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.152','2009-06-16 18:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.152','2009-06-16 18:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.152','2009-06-16 18:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'192.51.44.17','2009-06-16 20:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.132.102.74','2009-06-16 22:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.132.102.74','2009-06-16 22:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'115.124.194.33','2009-06-17 00:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.85.99.63','2009-06-17 12:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.85.99.63','2009-06-17 12:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.99.179.27','2009-06-17 14:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.99.179.27','2009-06-17 14:58:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.85.99.63','2009-06-17 15:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.85.99.63','2009-06-17 15:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'118.243.91.149','2009-06-17 19:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.160.8.69','2009-06-18 08:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.85.99.63','2009-06-18 13:54:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.85.99.63','2009-06-18 13:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.85.99.63','2009-06-18 13:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.85.99.63','2009-06-18 13:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.145.206.118','2009-06-18 15:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 22:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 22:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 22:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 22:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 22:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 22:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 22:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.152','2009-06-18 22:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.68.152','2009-06-18 22:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.152','2009-06-18 22:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.152','2009-06-18 22:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.152','2009-06-18 22:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 22:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 23:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.87.67.26','2009-06-18 23:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'38.99.13.117','2009-06-19 06:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.106.199.167','2009-06-19 10:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.106.199.167','2009-06-19 10:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.247.222.54','2009-06-19 12:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.222.54','2009-06-19 12:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-06-19 12:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.110.130.96','2009-06-19 14:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.247.222.45','2009-06-19 16:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'115.124.194.33','2009-06-19 23:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-06-20 03:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-06-20 03:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-06-20 03:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-06-20 03:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-06-20 03:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-06-20 03:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-06-20 03:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-06-20 03:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-06-20 03:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-06-20 03:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-06-20 03:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.251.60.15','2009-06-20 08:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.24','2009-06-20 13:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.24','2009-06-20 13:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.107.144.240','2009-06-21 08:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.107.144.240','2009-06-21 08:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.107.144.240','2009-06-21 08:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.107.144.240','2009-06-21 08:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-06-21 12:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.161.242','2009-06-21 18:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.151.170.174','2009-06-21 23:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.161.242','2009-06-21 23:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-06-22 00:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-06-22 00:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.161.242','2009-06-22 04:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.32.137.121','2009-06-22 16:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.161.242','2009-06-22 16:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.21.82.157','2009-06-22 17:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.21.82.157','2009-06-22 17:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.80.145.172','2009-06-22 20:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2009-06-22 20:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.194.133','2009-06-22 21:05:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-06-23 02:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-06-23 02:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-06-23 02:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-06-23 02:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-06-23 02:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-06-23 02:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.194.133','2009-06-23 04:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.107.144.240','2009-06-23 15:07:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.107.144.240','2009-06-23 15:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.107.144.240','2009-06-23 15:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.107.144.240','2009-06-23 15:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.86.180.220','2009-06-24 02:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.245.111.28','2009-06-24 04:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.245.111.28','2009-06-24 04:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.103.119.227','2009-06-24 04:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.103.119.227','2009-06-24 04:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.208.153.17','2009-06-24 05:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-06-24 07:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-06-24 07:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-06-24 07:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-06-24 07:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.164.177.111','2009-06-24 08:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-06-24 08:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-06-24 08:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-06-24 08:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.107.144.240','2009-06-24 11:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.43.26.75','2009-06-24 12:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.107.144.240','2009-06-24 12:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.107.144.240','2009-06-24 12:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.174.193.144','2009-06-24 12:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.215.160.169','2009-06-24 14:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'221.32.49.133','2009-06-24 17:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'203.179.239.3','2009-06-24 18:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.105.230','2009-06-24 22:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.237.150.17','2009-06-24 23:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.43.26.84','2009-06-25 02:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.105.238','2009-06-25 03:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-06-25 04:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-06-25 09:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-06-25 09:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-06-25 09:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.222.54','2009-06-25 09:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'137.153.0.34','2009-06-25 18:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'137.153.0.41','2009-06-25 18:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.161.242','2009-06-26 04:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.24','2009-06-26 05:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-06-26 12:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-06-26 12:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-06-26 12:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-06-26 12:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-06-26 12:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.3.133.75','2009-06-26 12:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.81.162','2009-06-26 13:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.105.238','2009-06-26 14:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'72.30.79.48','2009-06-26 21:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.12.7.68','2009-06-27 11:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-06-27 14:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.6.8.120','2009-06-27 23:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.80.146.49','2009-06-28 08:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.19.21.97','2009-06-28 16:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-06-28 22:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-06-28 22:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-06-28 22:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-06-28 23:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-06-28 23:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.8.120','2009-06-28 23:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.8.120','2009-06-29 04:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.24','2009-06-29 06:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.163.51.227','2009-06-29 08:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.163.51.227','2009-06-29 08:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.8.120','2009-06-29 14:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.8.120','2009-06-29 15:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-06-29 22:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-06-29 22:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-06-29 22:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-06-29 22:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-06-29 22:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-06-29 22:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-06-29 22:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-06-29 22:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.228.68.137','2009-06-29 23:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.228.68.137','2009-06-29 23:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.228.68.137','2009-06-29 23:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.6.8.120','2009-06-29 23:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.6.8.120','2009-06-30 00:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.8.120','2009-06-30 03:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-06-30 04:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.24','2009-06-30 07:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-06-30 21:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-06-30 21:06:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-06-30 21:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-06-30 21:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-07-01 04:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.24','2009-07-01 05:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.250.104.42','2009-07-01 05:47:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.250.104.42','2009-07-01 05:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-07-02 10:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-07-02 10:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-07-02 10:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-07-02 10:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-07-02 10:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-07-02 10:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-07-02 11:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.197.194.114','2009-07-02 14:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.197.194.114','2009-07-02 17:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'61.197.194.114','2009-07-02 17:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-07-03 01:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.19.222.3','2009-07-03 11:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-07-03 13:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-07-03 13:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-07-03 13:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-07-03 13:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-07-03 13:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-07-03 13:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.248.94.137','2009-07-03 14:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.255.107.79','2009-07-04 01:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-07-04 07:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.24','2009-07-04 08:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.255.102.19','2009-07-04 12:09:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-07-04 12:12:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.24','2009-07-05 07:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.24','2009-07-05 07:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.80.104.80','2009-07-05 10:56:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'58.80.104.80','2009-07-05 10:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.198.79.20','2009-07-05 11:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.203.252.180','2009-07-05 11:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.198.79.20','2009-07-05 11:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.190.36.204','2009-07-05 11:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2009-07-05 11:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'71.132.208.45','2009-07-05 11:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-07-05 13:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-07-05 13:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-07-05 13:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-07-05 13:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-07-05 13:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-07-05 13:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-07-05 13:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-07-05 14:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-07-05 14:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-07-05 14:01:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-07-05 14:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-07-05 15:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'59.190.112.89','2009-07-05 17:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.193.214','2009-07-05 20:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.105.229','2009-07-05 20:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.210.225.67','2009-07-05 23:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.195.30','2009-07-05 23:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.218','2009-07-06 00:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.24','2009-07-06 06:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.146.184.251','2009-07-06 10:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-07-06 13:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.30.81.153','2009-07-06 13:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.81.153','2009-07-06 14:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.169.227.33','2009-07-06 18:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-07-06 18:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.80.104.80','2009-07-06 21:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.81.153','2009-07-06 21:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.80.104.80','2009-07-06 21:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'58.80.104.80','2009-07-06 21:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.81.153','2009-07-06 23:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.249.231.196','2009-07-07 03:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.249.231.196','2009-07-07 03:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.81.153','2009-07-07 05:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-07-07 06:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-07-07 13:41:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-07-07 13:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-07-07 13:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-07-07 13:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-07-07 13:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.154.61.237','2009-07-08 04:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.236.119.162','2009-07-08 09:04:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.30.81.153','2009-07-08 16:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.207.129.118','2009-07-08 17:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.126.57.34','2009-07-08 21:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.22.166','2009-07-09 03:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-07-09 05:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.24','2009-07-09 06:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.121.135.134','2009-07-09 07:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-07-09 11:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-07-09 11:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-07-09 11:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'221.254.191.144','2009-07-09 12:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.222.56','2009-07-09 13:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.25.3.246','2009-07-09 17:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.193.214','2009-07-09 23:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-07-10 06:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-07-10 06:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-07-10 08:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-07-10 08:50:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-07-10 08:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.203.214.206','2009-07-10 20:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.24','2009-07-10 21:16:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-07-10 21:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.24','2009-07-11 00:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.24','2009-07-11 00:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.24','2009-07-11 00:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.24','2009-07-11 00:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.24','2009-07-11 00:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-07-11 02:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-07-11 11:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-07-11 12:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-07-11 12:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-07-11 12:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.24','2009-07-11 20:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.94.140.20','2009-07-11 22:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.135.132.92','2009-07-12 03:12:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.130','2009-07-12 03:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.24','2009-07-12 03:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.24','2009-07-12 03:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-07-12 14:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-07-12 14:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-07-12 15:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.247.222.54','2009-07-12 17:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-07-12 18:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.247.222.55','2009-07-12 23:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.222.54','2009-07-12 23:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.222.56','2009-07-13 00:00:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-07-13 00:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.24','2009-07-13 01:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.24','2009-07-13 03:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.168.200.209','2009-07-13 09:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.168.200.209','2009-07-13 10:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.161.220','2009-07-13 15:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.225.196.64','2009-07-13 17:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.225.196.64','2009-07-13 17:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.159.185.146','2009-07-13 18:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-07-13 18:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-07-13 18:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-07-13 18:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-07-13 19:00:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-07-13 19:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-07-13 19:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-07-13 22:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.24','2009-07-13 22:42:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.161.220','2009-07-13 23:41:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.24','2009-07-14 01:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.161.220','2009-07-14 05:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (11,1,'210.172.205.158','2009-07-14 09:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'123.223.58.120','2009-07-14 14:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-07-14 17:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-07-14 18:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-07-14 18:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-07-14 18:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-07-14 18:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-07-14 18:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-07-14 19:07:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-07-14 19:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-07-14 19:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.195.30','2009-07-15 09:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.195.30','2009-07-15 09:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-07-15 18:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-07-15 18:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-07-15 18:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-07-15 18:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-07-15 18:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.106.89.138','2009-07-15 19:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-07-15 19:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-07-15 19:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-07-15 19:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.24','2009-07-15 21:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.195.30','2009-07-15 22:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.108.243','2009-07-16 00:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.24','2009-07-16 01:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.24','2009-07-16 01:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.24','2009-07-16 01:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.170.219.141','2009-07-16 11:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.170.219.141','2009-07-16 11:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.44.249.66','2009-07-16 18:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'218.44.249.66','2009-07-16 18:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.43','2009-07-17 02:37:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.12','2009-07-17 02:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.136.195.106','2009-07-17 10:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'203.136.195.106','2009-07-17 10:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-07-17 12:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-07-17 13:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-07-17 13:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-07-17 13:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-07-17 13:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-07-17 13:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-07-17 14:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-07-17 14:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-07-17 15:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-07-17 15:07:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-07-17 15:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.146.122.205','2009-07-17 17:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.146.122.205','2009-07-17 17:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-07-18 05:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.210.86.36','2009-07-18 06:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-07-18 06:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-07-18 07:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.24','2009-07-18 07:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.24','2009-07-18 07:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.24','2009-07-18 07:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.24','2009-07-18 07:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-07-18 07:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-07-18 07:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.190.72.32','2009-07-18 09:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.157.208.159','2009-07-19 07:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.157.208.159','2009-07-19 08:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-07-19 19:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-07-19 19:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,34,'125.103.39.237','2009-07-19 19:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-07-19 21:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.24','2009-07-20 09:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-07-20 09:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.24','2009-07-20 10:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.44','2009-07-20 11:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.6.22.152','2009-07-20 13:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.24','2009-07-20 14:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-07-20 15:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-07-20 15:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.5','2009-07-20 15:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.36','2009-07-20 15:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.4','2009-07-20 15:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.21','2009-07-20 15:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-07-20 15:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-07-20 15:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-07-20 15:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-07-20 15:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-07-20 15:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-07-20 15:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-07-20 16:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-07-20 16:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.146.238.111','2009-07-20 18:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'150.70.84.44','2009-07-20 19:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.31','2009-07-20 23:03:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.7','2009-07-20 23:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.22.87','2009-07-21 02:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.28','2009-07-21 05:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.22.87','2009-07-21 06:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.99.198.161','2009-07-21 09:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.32','2009-07-21 09:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.195.30','2009-07-21 10:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-07-21 10:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.143.134.132','2009-07-21 16:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-07-21 19:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.13.112.162','2009-07-22 03:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.13.112.162','2009-07-22 03:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.13.112.162','2009-07-22 03:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.24','2009-07-22 05:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.24','2009-07-22 08:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.24','2009-07-22 08:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.24','2009-07-22 11:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-07-22 12:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.195.30','2009-07-22 20:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.247.222.54','2009-07-22 22:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-07-23 00:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-07-23 00:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-07-23 01:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-07-23 01:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-07-23 01:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-07-23 01:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-07-23 01:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-07-23 02:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-07-23 02:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-07-23 03:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-07-23 03:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-07-23 03:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-07-23 05:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.24','2009-07-23 06:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.24','2009-07-23 06:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.24','2009-07-23 06:50:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.24','2009-07-23 06:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.44.249.66','2009-07-23 08:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.44.249.66','2009-07-23 08:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.44.249.66','2009-07-23 08:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'218.44.249.66','2009-07-23 08:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.44.249.66','2009-07-23 08:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.24','2009-07-23 09:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.24','2009-07-23 09:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-07-23 22:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-07-23 22:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.109.54.198','2009-07-24 00:03:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-07-24 00:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-07-24 00:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-07-24 00:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-07-24 00:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-07-24 00:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.24','2009-07-24 07:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.24','2009-07-24 09:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.24','2009-07-24 09:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.24','2009-07-24 09:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.24','2009-07-24 09:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.247.222.54','2009-07-24 17:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.30.87.89','2009-07-24 19:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'58.90.183.219','2009-07-24 19:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'219.44.184.10','2009-07-24 21:18:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.87.89','2009-07-24 22:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'124.45.85.87','2009-07-24 22:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-07-24 22:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-07-24 22:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.247.222.56','2009-07-24 23:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-07-25 00:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-07-25 00:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-07-25 00:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.17','2009-07-25 00:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.4','2009-07-25 00:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.87.89','2009-07-25 01:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-07-25 05:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.24','2009-07-25 05:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.24','2009-07-25 06:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.24','2009-07-25 06:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.247.222.44','2009-07-25 10:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.247.222.55','2009-07-25 13:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.14','2009-07-25 20:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'192.114.71.13','2009-07-25 23:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'192.114.71.13','2009-07-25 23:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'192.114.71.13','2009-07-25 23:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'192.114.71.13','2009-07-25 23:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-07-26 02:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-07-26 02:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-07-26 02:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-07-26 07:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.24','2009-07-26 09:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.24','2009-07-26 09:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.24','2009-07-26 11:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.24','2009-07-26 12:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.24','2009-07-26 12:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.24','2009-07-26 13:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.24','2009-07-26 13:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'118.22.185.208','2009-07-26 14:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-07-27 02:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-07-27 02:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-07-27 02:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-07-27 03:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-07-27 03:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-07-27 03:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-07-27 03:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-07-27 03:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-07-27 03:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-07-27 03:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-07-27 03:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-07-27 03:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-07-27 03:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.162.149.44','2009-07-27 03:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-07-27 03:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-07-27 03:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.24','2009-07-27 07:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.24','2009-07-27 08:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.24','2009-07-27 09:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.24','2009-07-27 09:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.24','2009-07-27 09:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.24','2009-07-27 09:46:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'112.70.34.220','2009-07-27 11:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'124.101.65.99','2009-07-27 13:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.111.134.249','2009-07-27 16:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.4','2009-07-27 18:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.21','2009-07-27 18:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.148.68.13','2009-07-27 19:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.130','2009-07-27 19:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'220.19.54.37','2009-07-27 21:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.30.135.12','2009-07-27 21:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.30.135.12','2009-07-27 21:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.30.135.12','2009-07-27 21:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-07-28 01:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-07-28 01:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-07-28 01:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-07-28 01:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-07-28 01:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.24','2009-07-28 08:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.24','2009-07-28 08:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-07-28 08:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'123.48.101.155','2009-07-28 09:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.24','2009-07-28 09:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.24','2009-07-28 10:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.24','2009-07-28 10:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.24','2009-07-28 10:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.247.222.54','2009-07-28 11:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.222.56','2009-07-28 12:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.247.222.44','2009-07-28 12:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.222.44','2009-07-28 14:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'222.226.11.27','2009-07-28 16:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.226.11.27','2009-07-28 16:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.226.11.27','2009-07-28 16:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'222.226.11.27','2009-07-28 16:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.247.222.55','2009-07-28 17:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.161.253','2009-07-28 21:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.48','2009-07-28 22:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.4','2009-07-28 22:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.27','2009-07-29 00:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.26','2009-07-29 00:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.57','2009-07-29 00:35:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.105.243','2009-07-29 00:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.161.253','2009-07-29 01:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-07-29 03:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-07-29 03:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-07-29 03:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-07-29 03:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-07-29 03:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.246.252.97','2009-07-29 08:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.239.208.197','2009-07-29 09:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.239.208.197','2009-07-29 09:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.239.208.197','2009-07-29 09:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-07-29 13:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.161.253','2009-07-29 14:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.24','2009-07-29 15:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.24','2009-07-29 15:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.24','2009-07-29 15:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'222.151.228.19','2009-07-29 17:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.87','2009-07-29 22:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-07-29 22:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-07-29 22:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-07-29 22:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-07-29 22:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-07-29 23:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-07-29 23:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-07-30 00:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-07-30 00:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-07-30 00:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-07-30 00:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.30.142.87','2009-07-30 00:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.87','2009-07-30 02:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-07-31 01:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-07-31 01:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-07-31 02:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-07-31 02:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-07-31 02:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.163.51.227','2009-07-31 17:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'222.6.29.227','2009-07-31 20:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-07-31 22:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-07-31 23:14:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-07-31 23:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-07-31 23:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-07-31 23:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-07-31 23:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-08-01 00:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-08-01 00:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-08-01 00:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-08-01 02:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.24','2009-08-01 15:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.24','2009-08-01 15:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.24','2009-08-01 15:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.24','2009-08-01 15:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.24','2009-08-01 16:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.24','2009-08-01 16:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.24','2009-08-01 16:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.24','2009-08-01 16:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.24','2009-08-01 16:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.24','2009-08-01 16:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.24','2009-08-01 16:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.24','2009-08-01 16:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.150.243.195','2009-08-01 20:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.150.243.195','2009-08-01 20:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'113.150.243.195','2009-08-01 20:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'113.150.243.195','2009-08-01 20:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'71.132.192.53','2009-08-01 20:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-08-02 05:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.150.243.195','2009-08-02 11:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'113.150.243.195','2009-08-02 11:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'113.150.243.195','2009-08-02 11:38:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'113.150.243.195','2009-08-02 11:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.44','2009-08-02 11:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.150.243.195','2009-08-02 11:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'150.70.84.44','2009-08-02 11:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.104.15.130','2009-08-02 12:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'113.150.243.195','2009-08-02 17:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.150.243.195','2009-08-02 17:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.104.15.138','2009-08-02 18:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.142','2009-08-02 18:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.102.42.74','2009-08-03 07:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'150.70.84.44','2009-08-03 07:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-08-03 11:27:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-08-03 11:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.142.87','2009-08-04 05:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.226.227.254','2009-08-04 11:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-08-04 11:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-08-04 11:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-08-04 12:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-08-04 12:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-08-04 12:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-08-04 12:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-08-04 12:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-08-04 12:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-08-04 12:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-08-04 12:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-08-04 13:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-08-04 13:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-08-04 13:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-08-04 13:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-08-04 13:17:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-08-04 13:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-08-04 13:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-08-04 13:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-08-04 13:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'59.138.133.213','2009-08-04 13:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.87','2009-08-04 18:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.92.91.73','2009-08-04 18:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'74.52.45.250','2009-08-04 22:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.52.45.250','2009-08-04 22:40:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.52.45.250','2009-08-04 22:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.52.45.250','2009-08-04 22:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.61.124.16','2009-08-05 05:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.13.112.162','2009-08-05 05:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.24','2009-08-05 09:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.24','2009-08-05 09:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2009-08-05 09:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.24','2009-08-05 10:23:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-08-05 12:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-08-05 12:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-08-05 12:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.115.122.58','2009-08-05 13:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'211.7.91.97','2009-08-05 15:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'221.242.34.251','2009-08-05 19:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.161.223','2009-08-06 00:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.161.223','2009-08-06 02:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.59','2009-08-06 07:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.59','2009-08-06 07:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.59','2009-08-06 08:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.59','2009-08-06 08:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.59','2009-08-06 09:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.59','2009-08-06 09:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.59','2009-08-06 09:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.59','2009-08-06 09:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.59','2009-08-06 09:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.59','2009-08-06 12:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-08-06 13:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.154.121.144','2009-08-06 14:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.154.121.144','2009-08-06 14:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.59','2009-08-06 14:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.59','2009-08-06 15:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.59','2009-08-06 15:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.203.214.206','2009-08-06 19:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.203.214.206','2009-08-06 19:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.150.243.195','2009-08-06 19:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.150.243.195','2009-08-06 19:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.130','2009-08-06 19:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.195','2009-08-06 20:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.161.223','2009-08-06 22:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'203.133.141.121','2009-08-07 08:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'203.133.141.121','2009-08-07 08:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'150.70.84.44','2009-08-07 09:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.233.222.108','2009-08-07 12:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.138.237.23','2009-08-07 16:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.138.237.23','2009-08-07 16:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.104.15.142','2009-08-07 16:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-08-07 21:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-08-07 22:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-08-07 22:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.30.161.223','2009-08-07 22:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.212.176.138','2009-08-07 22:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-08-07 22:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-08-07 22:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.232.34','2009-08-07 22:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-08-07 23:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-08-08 00:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.232.34','2009-08-08 00:42:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.232.34','2009-08-08 00:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-08-08 02:17:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-08-08 02:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-08-08 02:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-08-08 02:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-08-08 02:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-08-08 03:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-08-08 03:13:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-08-08 03:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.233.222.108','2009-08-08 11:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2009-08-08 14:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2009-08-08 14:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2009-08-08 14:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2009-08-08 14:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2009-08-08 17:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.19.100.254','2009-08-08 17:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.59','2009-08-08 18:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.59','2009-08-08 19:00:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.59','2009-08-08 19:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-08-08 22:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.131.30.146','2009-08-08 22:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-08-08 22:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-08-08 22:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-08-08 22:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-08-08 23:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-08-08 23:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-08-08 23:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-08-09 00:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-08-09 00:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-08-09 00:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.65.28','2009-08-09 22:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-08-10 06:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.11.66.167','2009-08-10 13:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.11.66.167','2009-08-10 13:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.11.66.167','2009-08-10 13:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'150.29.111.30','2009-08-10 14:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.29.111.30','2009-08-10 14:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.29.111.30','2009-08-10 14:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.29.111.30','2009-08-10 14:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.29.111.30','2009-08-10 14:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.59','2009-08-10 15:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.131.30.149','2009-08-10 16:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.131.30.150','2009-08-10 16:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.59','2009-08-10 16:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.59','2009-08-10 16:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.59','2009-08-10 17:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.59','2009-08-10 19:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.59','2009-08-10 19:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.153.207.114','2009-08-10 20:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.153.207.114','2009-08-10 20:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.131.30.146','2009-08-10 22:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-08-10 23:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-08-10 23:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-08-10 23:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-08-11 01:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-08-11 01:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.229.146.46','2009-08-11 14:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.229.146.46','2009-08-11 14:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.229.146.46','2009-08-11 14:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.65.28','2009-08-11 18:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-08-11 19:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-08-11 19:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-08-11 19:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-08-11 20:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-08-11 20:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-08-11 21:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-08-11 21:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-08-11 21:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-08-11 21:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-08-11 22:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-08-11 22:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-08-11 22:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-08-11 23:33:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-08-12 11:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-08-12 12:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2009-08-12 15:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2009-08-12 15:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2009-08-12 15:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.19.100.254','2009-08-12 15:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.131.30.147','2009-08-12 15:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.131.30.150','2009-08-12 15:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.131.30.149','2009-08-12 15:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.131.30.147','2009-08-12 18:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-08-12 22:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-08-12 22:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-08-12 22:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-08-12 23:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-08-12 23:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-08-12 23:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-08-12 23:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-08-13 00:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.17.153','2009-08-13 03:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.17.153','2009-08-13 05:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.131.30.149','2009-08-13 12:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.131.30.149','2009-08-13 12:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.218.116.163','2009-08-13 15:54:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'202.131.30.147','2009-08-13 18:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.17.153','2009-08-13 23:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'219.117.232.22','2009-08-13 23:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-08-14 06:26:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-08-14 06:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-08-14 06:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'110.67.85.126','2009-08-14 10:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'110.67.85.126','2009-08-14 10:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.218.116.163','2009-08-14 10:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.203.214.206','2009-08-14 10:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.218.116.163','2009-08-14 15:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.133.82.155','2009-08-14 16:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.133.82.155','2009-08-14 16:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.133.82.155','2009-08-14 16:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.104.15.134','2009-08-14 16:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.104.15.142','2009-08-14 16:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'150.70.84.171','2009-08-14 16:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.84.171','2009-08-14 16:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.84.171','2009-08-14 16:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'71.132.208.45','2009-08-14 16:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'99.159.44.6','2009-08-14 16:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'99.153.217.149','2009-08-14 16:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.247.222.45','2009-08-14 18:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'150.70.84.173','2009-08-14 18:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.84.173','2009-08-14 18:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.84.173','2009-08-14 18:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'122.133.82.155','2009-08-14 18:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.133.82.155','2009-08-14 18:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.84.44','2009-08-14 18:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.218.116.163','2009-08-15 01:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.218.116.163','2009-08-15 08:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-08-15 10:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-08-15 10:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.218.116.163','2009-08-15 10:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-08-15 11:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-08-15 11:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-08-15 11:13:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-08-15 14:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.218.116.163','2009-08-15 14:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.209','2009-08-15 16:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'74.6.17.153','2009-08-15 19:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.218.116.163','2009-08-16 04:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.87.208.114','2009-08-16 14:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.87.208.114','2009-08-16 14:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.87.208.114','2009-08-16 14:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.87.208.114','2009-08-16 14:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.87.208.114','2009-08-16 14:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.87.208.114','2009-08-16 14:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.87.208.114','2009-08-16 14:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.59','2009-08-16 15:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.59','2009-08-16 15:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.59','2009-08-16 15:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.218.116.163','2009-08-17 15:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'125.174.8.131','2009-08-17 15:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.59','2009-08-17 15:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.59','2009-08-17 16:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-08-17 17:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.218.116.163','2009-08-17 20:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.2.249.53','2009-08-17 23:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.111.60.194','2009-08-18 00:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.22.152','2009-08-18 07:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-08-18 08:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.218.116.163','2009-08-18 09:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.218.116.163','2009-08-18 09:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.43.36.12','2009-08-18 12:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.43.36.12','2009-08-18 12:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.43.36.12','2009-08-18 12:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.43.36.12','2009-08-18 12:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.12','2009-08-18 14:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.12','2009-08-18 14:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.12','2009-08-18 14:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.12','2009-08-18 14:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.218.116.163','2009-08-18 14:55:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.12','2009-08-18 17:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.252','2009-08-18 17:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-08-18 17:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-08-18 17:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.224','2009-08-18 17:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.12','2009-08-18 18:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.12','2009-08-18 18:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-08-18 18:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-08-18 19:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-08-18 19:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-08-18 19:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-08-18 19:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-08-18 20:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-08-18 20:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-08-18 20:08:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-08-18 20:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-08-18 20:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-08-18 20:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-08-18 20:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-08-18 20:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.207','2009-08-18 21:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.229','2009-08-19 01:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.17.151','2009-08-19 06:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.245','2009-08-19 13:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.248.73.112','2009-08-19 16:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.248.73.112','2009-08-19 16:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.22.180.17','2009-08-19 16:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-08-19 19:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.196','2009-08-20 03:12:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.249','2009-08-20 03:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.242','2009-08-20 03:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.243','2009-08-20 03:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.205','2009-08-20 03:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.17.151','2009-08-20 05:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.237','2009-08-20 08:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-08-20 16:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-08-20 17:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-08-20 17:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.152','2009-08-20 17:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2009-08-20 17:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2009-08-20 17:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-08-20 18:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2009-08-20 18:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-08-20 18:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-08-20 18:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-08-20 20:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.159.85.194','2009-08-20 21:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.159.85.194','2009-08-20 21:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'222.159.85.194','2009-08-20 21:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'222.159.85.194','2009-08-20 21:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-08-21 01:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.220','2009-08-21 03:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.165.143.195','2009-08-21 10:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.165.143.195','2009-08-21 10:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.205','2009-08-21 15:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.217','2009-08-21 15:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.210','2009-08-21 15:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.196','2009-08-21 15:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.238','2009-08-21 15:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.236','2009-08-21 15:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.219','2009-08-21 15:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.254','2009-08-21 15:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.254','2009-08-21 15:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.17.151','2009-08-21 18:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.228','2009-08-21 19:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-08-21 23:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-08-21 23:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-08-22 00:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-08-22 00:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-08-22 00:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-08-22 00:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-08-22 00:52:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-08-22 01:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-08-22 01:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-08-22 01:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.81.182','2009-08-22 07:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.193.214','2009-08-22 13:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.161.15.237','2009-08-22 18:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.161.15.237','2009-08-22 18:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.44','2009-08-22 18:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.30.81.182','2009-08-22 19:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.236.169.107','2009-08-22 20:29:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.236.169.107','2009-08-22 20:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2009-08-22 20:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-08-23 03:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-08-23 04:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-08-23 05:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.152','2009-08-23 05:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.79.55','2009-08-23 09:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'124.96.132.121','2009-08-23 16:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'124.96.132.121','2009-08-23 16:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.225','2009-08-24 03:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.255.229.246','2009-08-24 06:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2009-08-24 12:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.147.190.10','2009-08-24 15:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.147.190.10','2009-08-24 15:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.147.190.10','2009-08-24 15:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.147.190.10','2009-08-24 15:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.190.10','2009-08-24 15:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.190.10','2009-08-24 15:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.147.190.10','2009-08-24 15:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.190.10','2009-08-24 15:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.190.10','2009-08-24 15:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.190.10','2009-08-24 15:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.190.10','2009-08-24 15:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'222.147.190.10','2009-08-24 15:35:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (66,21,'222.147.190.10','2009-08-24 16:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (66,13,'222.147.190.10','2009-08-24 16:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.117.159.122','2009-08-24 16:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.104.15.142','2009-08-24 16:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.117.159.122','2009-08-24 16:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (66,34,'222.147.190.10','2009-08-24 17:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (66,10,'222.147.190.10','2009-08-24 17:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.131.30.146','2009-08-24 19:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'61.213.93.35','2009-08-24 19:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'61.213.93.35','2009-08-24 19:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.104.15.142','2009-08-24 19:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2009-08-24 22:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.31.12.2','2009-08-24 22:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'113.146.144.138','2009-08-25 08:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.190.10','2009-08-25 09:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-08-25 13:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-08-25 14:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2009-08-25 14:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-08-25 14:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-08-25 14:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (66,13,'222.147.190.10','2009-08-25 16:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.152','2009-08-25 16:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.152','2009-08-25 17:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2009-08-25 17:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-08-25 17:03:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2009-08-25 17:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-08-25 17:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2009-08-25 19:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.199.61','2009-08-26 03:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.142.223','2009-08-26 03:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.218.116.163','2009-08-26 08:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.105.239','2009-08-26 14:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.97','2009-08-26 16:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-08-26 22:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.218.116.163','2009-08-26 22:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.218.116.163','2009-08-27 02:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.218.116.163','2009-08-27 05:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.142.97','2009-08-27 12:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.131.30.148','2009-08-27 13:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.131.30.150','2009-08-27 13:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.247.222.45','2009-08-27 13:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'222.147.190.10','2009-08-27 14:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'222.147.190.10','2009-08-27 14:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.131.30.149','2009-08-27 15:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.131.30.146','2009-08-27 15:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.131.30.148','2009-08-27 15:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.154.229.6','2009-08-27 16:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-08-28 00:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.218.116.163','2009-08-28 06:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'222.147.190.10','2009-08-28 09:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-08-28 14:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2009-08-28 14:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.218.116.163','2009-08-28 14:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.154.229.6','2009-08-28 16:33:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.154.229.6','2009-08-28 16:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.199.33','2009-08-28 17:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.218.116.163','2009-08-28 18:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.218.116.163','2009-08-28 23:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.97','2009-08-29 11:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.186','2009-08-29 13:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.186','2009-08-29 13:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.65.186','2009-08-29 13:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.65.186','2009-08-29 13:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.65.186','2009-08-29 13:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.65.186','2009-08-29 14:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.186','2009-08-29 14:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.186','2009-08-29 14:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.51.18.6','2009-08-29 14:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.51.18.6','2009-08-29 14:47:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.51.18.6','2009-08-29 14:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.65.186','2009-08-29 16:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.65.186','2009-08-29 16:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.65.186','2009-08-29 16:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.65.186','2009-08-29 16:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.65.186','2009-08-29 16:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.175.243.81','2009-08-29 20:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.228.173.207','2009-08-29 20:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.228.173.207','2009-08-29 20:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.211.249.217','2009-08-30 00:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.211.249.217','2009-08-30 00:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.30.142.97','2009-08-30 07:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.218.116.163','2009-08-30 16:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'202.131.30.147','2009-08-30 20:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.186','2009-08-31 05:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.65.186','2009-08-31 07:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.170.23.67','2009-08-31 11:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.170.23.67','2009-08-31 11:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.170.23.67','2009-08-31 11:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.104.15.134','2009-08-31 11:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.170.23.67','2009-08-31 11:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.170.23.67','2009-08-31 11:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.171','2009-08-31 11:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.171','2009-08-31 11:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'125.170.23.67','2009-08-31 11:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.104.15.130','2009-08-31 11:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.134','2009-08-31 11:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.170.23.67','2009-08-31 11:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.170.23.67','2009-08-31 11:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (67,5,'125.170.23.67','2009-08-31 11:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'150.70.84.44','2009-08-31 11:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (67,6,'125.170.23.67','2009-08-31 11:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (67,5,'125.170.23.67','2009-08-31 12:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.94.150.210','2009-08-31 12:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'125.198.214.177','2009-08-31 16:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.106.135','2009-09-01 04:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.65.186','2009-09-01 05:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'222.147.190.10','2009-09-01 08:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.147.190.10','2009-09-01 09:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'115.162.61.214','2009-09-01 10:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'115.162.61.214','2009-09-01 10:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'115.162.61.214','2009-09-01 10:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.111.134.249','2009-09-01 11:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.111.134.249','2009-09-01 11:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.111.134.249','2009-09-01 11:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.111.134.249','2009-09-01 11:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.111.134.249','2009-09-01 11:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.155.197.19','2009-09-01 11:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.104.15.138','2009-09-01 11:59:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.111.134.249','2009-09-01 12:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.6.8.118','2009-09-01 12:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'59.139.20.194','2009-09-01 15:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'59.139.20.194','2009-09-01 15:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.203.252.180','2009-09-01 16:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.131.30.146','2009-09-01 19:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.131.30.150','2009-09-01 20:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.203.112.118','2009-09-01 21:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.203.112.118','2009-09-01 21:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.203.112.118','2009-09-01 21:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.131.30.149','2009-09-01 21:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.186','2009-09-01 23:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.186','2009-09-01 23:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.65.186','2009-09-01 23:27:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.65.186','2009-09-02 01:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.2.85.123','2009-09-02 02:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.2.85.123','2009-09-02 02:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.207.54','2009-09-02 05:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'220.111.134.249','2009-09-02 12:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.103.39.174','2009-09-02 12:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,34,'125.103.39.174','2009-09-02 12:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,6,'125.103.39.174','2009-09-02 12:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,5,'125.103.39.174','2009-09-02 12:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.33.248.212','2009-09-02 15:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.99.179.27','2009-09-02 16:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'123.219.100.202','2009-09-02 16:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.99.179.27','2009-09-02 16:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.99.179.27','2009-09-02 16:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.99.179.27','2009-09-02 16:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.99.179.27','2009-09-02 16:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.99.179.27','2009-09-02 16:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.218.116.163','2009-09-02 18:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.218.116.163','2009-09-02 22:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.186','2009-09-02 23:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.186','2009-09-02 23:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.151','2009-09-02 23:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.65.186','2009-09-02 23:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.65.186','2009-09-03 01:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'192.51.44.15','2009-09-03 12:49:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'221.115.158.250','2009-09-03 14:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.17.247.66','2009-09-03 14:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.21.65.87','2009-09-03 14:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'133.35.203.80','2009-09-03 15:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.173','2009-09-03 17:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.173','2009-09-03 17:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.142.151','2009-09-03 19:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.30.142.151','2009-09-04 01:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.152','2009-09-04 02:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.33.248.212','2009-09-04 09:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.131.30.148','2009-09-04 15:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.98','2009-09-05 12:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-09-05 16:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.152','2009-09-06 07:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.30.142.98','2009-09-06 08:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2009-09-06 20:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-09-06 21:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.95.3.124','2009-09-06 21:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.30.142.98','2009-09-07 08:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-09-07 11:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2009-09-07 13:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.251.101.142','2009-09-07 14:07:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.202.12.169','2009-09-07 23:09:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.30.142.98','2009-09-08 00:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.30.142.98','2009-09-08 05:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-09-08 09:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.216.28.65','2009-09-08 11:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.84.44','2009-09-08 11:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-09-08 11:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.30.142.107','2009-09-08 11:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'174.133.211.122','2009-09-08 12:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'174.133.211.122','2009-09-08 12:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'174.133.211.122','2009-09-08 12:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'174.133.211.122','2009-09-08 12:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.131.30.150','2009-09-08 16:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.131.30.147','2009-09-08 16:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.196.41.87','2009-09-08 16:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.196.41.87','2009-09-08 16:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.196.41.87','2009-09-08 16:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.174.255.228','2009-09-09 11:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.174.255.228','2009-09-09 11:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.174.255.228','2009-09-09 11:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'202.131.30.147','2009-09-09 13:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.219.44.132','2009-09-09 13:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.107.75.128','2009-09-09 15:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.30.142.107','2009-09-09 16:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.79.33','2009-09-10 01:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.170.23.67','2009-09-10 10:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.44','2009-09-10 10:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.170.23.67','2009-09-10 10:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.170.23.67','2009-09-10 10:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.134','2009-09-10 10:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (67,6,'125.170.23.67','2009-09-10 10:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (67,5,'125.170.23.67','2009-09-10 10:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (67,5,'125.170.23.67','2009-09-10 10:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (67,31,'125.170.23.67','2009-09-10 10:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (67,6,'125.170.23.67','2009-09-10 10:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (67,6,'125.170.23.67','2009-09-10 10:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.44','2009-09-10 11:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.196.54.80','2009-09-10 14:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.196.54.80','2009-09-10 14:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-09-10 20:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2009-09-10 20:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.84.119.252','2009-09-10 22:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'121.84.119.252','2009-09-10 22:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.84.119.252','2009-09-10 22:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.172.15.141','2009-09-10 23:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'125.172.15.141','2009-09-10 23:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.10','2009-09-11 05:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.131.30.150','2009-09-11 06:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.79.33','2009-09-11 08:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'222.159.73.151','2009-09-11 11:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.28','2009-09-11 17:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.192.148.189','2009-09-11 21:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'222.147.190.10','2009-09-12 10:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.147.190.10','2009-09-12 10:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.6.8.118','2009-09-12 12:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.228.79.219','2009-09-13 00:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.6.18.249','2009-09-13 03:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2009-09-13 23:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.152','2009-09-14 00:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.6.17.155','2009-09-14 08:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'122.249.138.31','2009-09-14 08:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'125.0.223.184','2009-09-14 14:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'125.0.223.184','2009-09-14 14:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'125.0.223.184','2009-09-14 15:53:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'125.0.223.184','2009-09-14 15:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'202.131.30.146','2009-09-14 16:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.152.36.87','2009-09-14 18:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'118.237.189.161','2009-09-14 20:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-09-15 01:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.25.171.113','2009-09-15 03:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.39','2009-09-15 05:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.117','2009-09-15 07:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.6.17.155','2009-09-15 15:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.39','2009-09-15 17:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.233.131.106','2009-09-15 17:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.33','2009-09-15 17:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.106.133','2009-09-15 17:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.8.99.111','2009-09-15 20:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.8.99.111','2009-09-15 20:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.6.17.155','2009-09-15 23:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.25','2009-09-16 05:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.41','2009-09-16 05:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.61','2009-09-16 05:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.45','2009-09-16 05:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.22','2009-09-16 05:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.36','2009-09-16 05:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.84.173','2009-09-16 08:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'220.98.130.80','2009-09-16 10:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.129.111.90','2009-09-16 14:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.129.111.90','2009-09-16 14:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.52','2009-09-16 17:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'202.131.30.150','2009-09-16 17:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,6,'125.103.39.174','2009-09-16 20:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.79.32','2009-09-17 01:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.62','2009-09-17 07:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.195.30','2009-09-17 07:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'71.10.72.25','2009-09-17 16:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.207.69','2009-09-17 18:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.134','2009-09-17 20:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.134','2009-09-17 20:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.134','2009-09-17 20:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.134','2009-09-17 20:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,34,'125.103.39.174','2009-09-17 22:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.195.30','2009-09-18 03:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.207.102','2009-09-18 08:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.22.181','2009-09-18 09:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'221.119.65.191','2009-09-18 09:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.195.30','2009-09-18 16:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.195.30','2009-09-18 17:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'192.218.140.228','2009-09-18 18:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.195.30','2009-09-18 18:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.207.24','2009-09-19 01:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.134','2009-09-19 05:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.27','2009-09-19 06:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.24','2009-09-19 06:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.31','2009-09-19 06:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.48','2009-09-19 06:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.24','2009-09-19 06:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.61','2009-09-19 06:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.59','2009-09-19 06:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.19','2009-09-19 06:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.4','2009-09-19 06:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.25','2009-09-19 06:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.23','2009-09-19 06:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.39','2009-09-19 06:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.14','2009-09-19 06:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.10','2009-09-19 06:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.134','2009-09-19 07:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.134','2009-09-19 07:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.134','2009-09-19 07:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.134','2009-09-19 07:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.134','2009-09-19 07:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.134','2009-09-19 11:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.195.30','2009-09-19 11:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.78.229','2009-09-19 14:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.195.30','2009-09-19 15:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.195.30','2009-09-19 16:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.30.78.229','2009-09-19 19:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,7,'66.249.67.134','2009-09-19 23:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.195.30','2009-09-20 02:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.195.30','2009-09-20 06:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.134','2009-09-20 07:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.134','2009-09-20 08:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,1,'119.63.193.41','2009-09-20 17:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.131.30.147','2009-09-20 19:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'117.74.37.55','2009-09-20 20:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.30.78.248','2009-09-21 04:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.30.78.248','2009-09-21 05:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.171.42.97','2009-09-21 12:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.108.126.196','2009-09-21 23:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.142.161','2009-09-22 09:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.142.161','2009-09-22 16:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.30.142.161','2009-09-22 20:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.201','2009-09-23 10:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.201','2009-09-23 16:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.56.147.217','2009-09-23 18:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.142','2009-09-23 18:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.201','2009-09-23 20:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.8.93','2009-09-24 01:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2009-09-24 07:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.204.70.17','2009-09-24 09:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2009-09-24 12:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.169.79.62','2009-09-24 17:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.201','2009-09-24 22:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.201','2009-09-24 22:17:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.3.138.194','2009-09-24 22:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.8.93','2009-09-25 10:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.110.56.8','2009-09-25 13:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.84.44','2009-09-25 14:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,1,'110.54.86.128','2009-09-25 14:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,1,'110.54.86.128','2009-09-25 14:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'61.247.222.83','2009-09-25 20:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.152.39.39','2009-09-25 21:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.152.39.39','2009-09-25 21:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.152.39.39','2009-09-25 21:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.152.39.39','2009-09-25 21:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.152.39.39','2009-09-25 21:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,1,'72.30.161.231','2009-09-25 21:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2009-09-25 22:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.120','2009-09-26 05:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.120','2009-09-26 05:20:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.199.178.103','2009-09-26 11:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,1,'119.63.195.30','2009-09-26 13:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.161.231','2009-09-26 14:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.10.61.115','2009-09-26 14:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.10.61.115','2009-09-26 14:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.166.131.122','2009-09-26 17:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.30.142.253','2009-09-27 05:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'219.94.216.118','2009-09-27 06:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.201','2009-09-27 07:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.83.159.230','2009-09-27 08:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.83.159.227','2009-09-27 08:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'222.159.119.99','2009-09-27 11:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.159.119.99','2009-09-27 15:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.165.167.252','2009-09-27 15:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.108.45.83','2009-09-27 17:59:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2009-09-28 03:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.30.142.228','2009-09-28 04:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.201','2009-09-28 05:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.201','2009-09-28 09:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.87.28.182','2009-09-28 21:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.201','2009-09-29 02:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.201','2009-09-29 02:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2009-09-29 03:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,1,'66.249.67.201','2009-09-29 07:33:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.12.212.252','2009-09-29 10:46:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.12.212.252','2009-09-29 10:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'66.249.67.201','2009-09-29 14:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.117.227.10','2009-09-29 16:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2009-09-29 21:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.214.4.38','2009-09-30 12:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.104.15.142','2009-09-30 12:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.93.40.132','2009-09-30 13:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'58.93.40.132','2009-09-30 13:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.230.213.162','2009-09-30 13:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.230.213.162','2009-09-30 13:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.219.199.138','2009-09-30 14:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.201','2009-09-30 15:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.201','2009-09-30 15:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'219.166.128.144','2009-09-30 16:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.31.8.59','2009-09-30 17:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.31.8.59','2009-09-30 17:42:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.112.71.100','2009-10-01 00:46:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.112.71.100','2009-10-01 00:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.22.154','2009-10-01 02:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'222.5.62.140','2009-10-01 08:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.120','2009-10-02 02:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.120','2009-10-02 03:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.120','2009-10-02 03:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.120','2009-10-02 03:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,33,'119.63.198.57','2009-10-02 08:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.6.17.151','2009-10-02 09:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.169.188.36','2009-10-02 10:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.150.241.165','2009-10-02 11:00:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.150.241.165','2009-10-02 11:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.186.117.144','2009-10-02 11:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'117.74.24.204','2009-10-02 16:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.207.70','2009-10-02 16:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2009-10-02 19:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.30.142.164','2009-10-03 02:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'119.63.198.55','2009-10-03 03:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.195.30','2009-10-03 03:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,1,'72.30.142.164','2009-10-03 05:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.113.233.110','2009-10-03 07:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.45.176.186','2009-10-03 08:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.201','2009-10-03 10:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.201','2009-10-03 10:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2009-10-03 10:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.201','2009-10-03 10:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.201','2009-10-03 10:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.164','2009-10-03 14:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.132.142.69','2009-10-03 15:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'125.172.248.43','2009-10-03 17:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.30.142.164','2009-10-04 02:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.201','2009-10-04 17:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.201','2009-10-04 17:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2009-10-04 17:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2009-10-04 17:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.51','2009-10-04 17:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.30','2009-10-04 17:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.201','2009-10-04 18:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.201','2009-10-04 18:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.201','2009-10-04 18:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.201','2009-10-04 18:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.201','2009-10-04 18:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.201','2009-10-04 18:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.201','2009-10-04 18:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.201','2009-10-04 18:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.201','2009-10-04 18:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.201','2009-10-04 18:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.201','2009-10-04 18:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.201','2009-10-04 18:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.201','2009-10-04 18:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.201','2009-10-04 18:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.201','2009-10-04 19:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2009-10-04 20:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.106.181','2009-10-05 07:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.106.115','2009-10-05 08:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.0.50.151','2009-10-05 17:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.6.22.162','2009-10-05 17:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.180.126.141','2009-10-05 20:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.84.44','2009-10-05 21:50:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.17.211.164','2009-10-05 23:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.17.211.164','2009-10-05 23:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.17.211.164','2009-10-05 23:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.17.211.164','2009-10-05 23:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'74.6.22.179','2009-10-06 05:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.167.249.191','2009-10-06 10:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.212.177.254','2009-10-06 14:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.247.222.83','2009-10-06 20:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.131.30.146','2009-10-06 20:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'203.131.251.136','2009-10-07 05:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.131.251.136','2009-10-07 05:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'203.131.251.136','2009-10-07 05:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'203.131.251.136','2009-10-07 05:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.201','2009-10-07 08:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2009-10-07 08:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.32.157.11','2009-10-07 09:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.201','2009-10-07 09:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.217.155.57','2009-10-07 09:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.213.61.229','2009-10-07 11:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.213.61.229','2009-10-07 11:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.131.30.149','2009-10-07 12:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.131.30.148','2009-10-07 13:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.131.30.146','2009-10-07 13:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.247.222.83','2009-10-07 16:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.58','2009-10-07 17:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.57','2009-10-07 17:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.18.240.89','2009-10-07 21:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.131.251.136','2009-10-07 23:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'203.131.251.136','2009-10-07 23:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'203.131.251.136','2009-10-07 23:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'203.131.251.136','2009-10-07 23:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'203.131.251.136','2009-10-07 23:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'203.131.251.136','2009-10-07 23:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.131.251.136','2009-10-07 23:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'203.131.251.136','2009-10-07 23:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'203.131.251.136','2009-10-07 23:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'203.131.251.136','2009-10-08 00:03:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'203.131.251.136','2009-10-08 00:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'203.131.251.136','2009-10-08 00:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'203.131.251.136','2009-10-08 00:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'203.131.251.136','2009-10-08 00:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'203.131.251.136','2009-10-08 00:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.93.21.188','2009-10-08 00:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'203.131.251.136','2009-10-08 00:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'203.131.251.136','2009-10-08 00:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.131.251.136','2009-10-08 00:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'203.131.251.136','2009-10-08 00:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'203.131.251.136','2009-10-08 00:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'203.131.251.136','2009-10-08 00:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'203.131.251.136','2009-10-08 00:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,1,'203.131.251.136','2009-10-08 01:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.8.91','2009-10-08 07:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'150.61.31.78','2009-10-08 07:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.201','2009-10-08 10:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.201','2009-10-08 10:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'66.249.67.201','2009-10-08 13:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.48.205.249','2009-10-08 18:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.120','2009-10-09 06:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.120','2009-10-09 06:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.120','2009-10-09 06:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.120','2009-10-09 06:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.111.20.131','2009-10-09 15:34:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.247.222.82','2009-10-09 17:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.247.222.83','2009-10-09 19:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2009-10-10 01:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2009-10-10 01:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.201','2009-10-10 02:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.201','2009-10-10 02:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.201','2009-10-10 02:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.201','2009-10-10 04:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.201','2009-10-10 05:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.21','2009-10-10 05:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.112.48.205','2009-10-10 11:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.6.22.172','2009-10-10 16:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.52','2009-10-10 17:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.12','2009-10-10 17:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.180.126.141','2009-10-10 19:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'150.70.84.49','2009-10-10 19:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.247.222.83','2009-10-10 21:18:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.131.30.150','2009-10-10 21:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'61.247.222.83','2009-10-10 23:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.20','2009-10-11 07:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'124.208.133.216','2009-10-11 14:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'202.131.30.150','2009-10-11 16:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.44','2009-10-11 18:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.17','2009-10-11 18:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.20','2009-10-11 18:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.46','2009-10-11 18:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.34','2009-10-11 18:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.40','2009-10-11 18:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.7','2009-10-11 18:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.30','2009-10-11 18:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.15','2009-10-11 18:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.201','2009-10-11 21:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.201','2009-10-11 21:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.201','2009-10-11 21:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.201','2009-10-11 21:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.201','2009-10-11 21:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.201','2009-10-11 21:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.201','2009-10-11 23:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'66.249.67.201','2009-10-12 00:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2009-10-12 00:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,33,'66.249.67.201','2009-10-12 01:09:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.6.18.242','2009-10-12 02:54:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.22','2009-10-12 09:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.20','2009-10-12 09:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.32','2009-10-12 09:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.12','2009-10-12 09:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.43','2009-10-12 09:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.29','2009-10-12 09:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.38','2009-10-12 09:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.22','2009-10-12 10:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.96','2009-10-12 20:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.10','2009-10-12 20:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.45','2009-10-12 20:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.146.154.28','2009-10-13 17:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.201','2009-10-13 21:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.120','2009-10-14 01:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.120','2009-10-14 01:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.120','2009-10-14 07:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.120','2009-10-14 07:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.120','2009-10-14 07:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.108.118.61','2009-10-14 08:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.131.30.148','2009-10-14 19:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.6.22.120','2009-10-15 08:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.127.228.9','2009-10-15 10:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2009-10-15 11:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2009-10-15 11:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.201','2009-10-15 12:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.201','2009-10-15 12:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.201','2009-10-15 12:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.186.187.211','2009-10-15 16:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.233.192.117','2009-10-15 23:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'210.233.192.117','2009-10-15 23:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,20,'66.249.67.201','2009-10-16 00:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'38.100.41.66','2009-10-16 03:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.201','2009-10-16 09:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.201','2009-10-16 16:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.201','2009-10-16 16:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.201','2009-10-16 17:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.201','2009-10-17 00:33:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.201','2009-10-17 00:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.201','2009-10-17 00:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.201','2009-10-17 01:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.201','2009-10-17 02:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.201','2009-10-18 08:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2009-10-18 04:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.143.141.60','2009-10-18 17:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'59.143.141.60','2009-10-18 17:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.201','2009-10-19 10:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.201','2009-10-19 16:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.207.74','2009-10-20 05:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.120','2009-10-20 06:58:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.138.14.124','2009-10-20 11:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.84.49','2009-10-20 11:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.12.212.252','2009-10-20 18:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2009-10-21 14:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.201','2009-10-21 17:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.201','2009-10-21 17:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.201','2009-10-21 18:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.201','2009-10-21 18:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2009-10-21 18:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.201','2009-10-21 18:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.201','2009-10-21 18:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.201','2009-10-21 18:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.30.142.98','2009-10-22 01:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.98','2009-10-22 01:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.33.248.212','2009-10-22 13:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.218.116.163','2009-10-22 13:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.30.142.98','2009-10-22 18:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2009-10-22 22:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.30.142.98','2009-10-23 07:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.165.153.80','2009-10-23 14:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.120','2009-10-23 15:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.120','2009-10-23 15:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.120','2009-10-23 15:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.120','2009-10-23 15:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.120','2009-10-23 15:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.120','2009-10-23 15:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'218.219.186.146','2009-10-23 15:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.30.142.98','2009-10-23 20:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.218.116.163','2009-10-24 21:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.22.85.49','2009-10-25 08:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'220.22.126.113','2009-10-25 17:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.114.106.227','2009-10-25 23:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2009-10-26 02:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.201','2009-10-26 02:12:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.201','2009-10-26 02:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.201','2009-10-26 02:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'125.2.42.40','2009-10-26 04:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.201','2009-10-26 06:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'121.83.201.158','2009-10-26 17:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'72.30.142.98','2009-10-26 19:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.145.114.40','2009-10-26 22:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.201','2009-10-27 02:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.201','2009-10-27 02:27:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.120','2009-10-27 11:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.120','2009-10-27 11:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.120','2009-10-27 11:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.120','2009-10-27 11:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.47.149.18','2009-10-27 15:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'218.47.149.18','2009-10-27 15:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.47.149.18','2009-10-27 15:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.131.30.148','2009-10-28 01:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2009-10-28 05:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.102.5.219','2009-10-28 06:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.102.5.219','2009-10-28 06:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.102.5.219','2009-10-28 06:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.102.5.219','2009-10-28 06:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.102.5.219','2009-10-28 06:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.84.20.236','2009-10-28 09:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'125.174.255.228','2009-10-28 09:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'125.174.255.228','2009-10-28 09:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.120','2009-10-28 12:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.120','2009-10-28 12:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.201','2009-10-28 13:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.201','2009-10-28 13:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.201','2009-10-28 13:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.201','2009-10-28 13:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.201','2009-10-28 13:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.201','2009-10-28 16:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.201','2009-10-28 16:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.201','2009-10-28 16:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.201','2009-10-28 17:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.163','2009-10-29 01:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2009-10-29 07:09:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.15.150.99','2009-10-29 11:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.15.150.99','2009-10-29 11:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.120','2009-10-29 12:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.120','2009-10-29 12:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.120','2009-10-29 12:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.120','2009-10-29 12:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.120','2009-10-29 12:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2009-10-29 17:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.201','2009-10-29 19:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.201','2009-10-29 21:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2009-10-29 21:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.15.150.99','2009-10-29 21:51:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.152.36.87','2009-10-30 09:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.152.36.87','2009-10-30 09:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.120','2009-10-30 15:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'202.70.243.89','2009-10-30 16:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'202.70.243.89','2009-10-30 17:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.201','2009-10-30 20:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.43','2009-10-31 01:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'122.249.138.31','2009-10-31 05:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'116.82.52.34','2009-10-31 10:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.5','2009-10-31 13:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.7','2009-10-31 13:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.33','2009-10-31 13:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.31','2009-10-31 13:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.195.30','2009-10-31 15:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.120','2009-10-31 15:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.233','2009-10-31 17:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.163','2009-10-31 19:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.162.164.105','2009-10-31 20:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.104.15.130','2009-10-31 20:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.84.48','2009-10-31 20:32:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.233','2009-11-01 00:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.233','2009-11-01 01:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.233','2009-11-01 01:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.23','2009-11-01 01:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.4','2009-11-01 01:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.233','2009-11-01 01:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.233','2009-11-01 02:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.163','2009-11-01 03:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.163','2009-11-01 05:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.163','2009-11-01 07:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.163','2009-11-01 07:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.120','2009-11-01 14:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.233','2009-11-01 21:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.195.30','2009-11-02 03:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.195.30','2009-11-02 04:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.233','2009-11-02 05:32:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.233','2009-11-02 07:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.233','2009-11-02 07:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.233','2009-11-02 07:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.233','2009-11-02 07:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.233','2009-11-02 07:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.163','2009-11-02 14:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.212.246.113','2009-11-02 14:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.195.30','2009-11-02 15:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'218.223.63.2','2009-11-02 15:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.104.15.142','2009-11-02 15:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.233','2009-11-03 02:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.163','2009-11-03 02:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.233','2009-11-03 05:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.233','2009-11-03 05:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.233','2009-11-03 05:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.233','2009-11-03 05:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.233','2009-11-03 05:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.233','2009-11-03 06:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.120','2009-11-03 07:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.120','2009-11-03 07:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.120','2009-11-03 07:18:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.218.116.163','2009-11-03 08:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.167.88.48','2009-11-03 08:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.163','2009-11-03 16:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.163','2009-11-03 18:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.28','2009-11-04 01:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.53','2009-11-04 01:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.41','2009-11-04 01:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.50','2009-11-04 13:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.106.113','2009-11-04 14:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.115.163','2009-11-04 19:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.163','2009-11-04 19:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.115.163','2009-11-04 19:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'220.107.64.5','2009-11-04 20:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.107.64.5','2009-11-04 20:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.107.64.5','2009-11-04 20:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.107.64.5','2009-11-04 20:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.107.64.5','2009-11-04 20:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.83.35.5','2009-11-04 21:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.35.5','2009-11-04 21:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.163','2009-11-04 23:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.134','2009-11-04 23:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.134','2009-11-05 01:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'211.133.21.233','2009-11-05 09:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.155.201.173','2009-11-05 11:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.115.163','2009-11-05 11:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.129.111.90','2009-11-05 16:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2009-11-05 16:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.14.132.103','2009-11-06 05:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.115.163','2009-11-06 08:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.134','2009-11-06 10:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.134','2009-11-06 10:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.163','2009-11-06 10:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.134','2009-11-06 10:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.134','2009-11-06 10:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.134','2009-11-06 10:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.134','2009-11-06 10:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.134','2009-11-06 13:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.134','2009-11-06 13:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.134','2009-11-06 13:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.134','2009-11-06 13:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.134','2009-11-06 13:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.134','2009-11-06 13:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.134','2009-11-06 13:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.4','2009-11-06 13:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.1.2.195','2009-11-06 15:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.163','2009-11-06 18:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.163.50.226','2009-11-06 20:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.50','2009-11-07 00:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.107.180','2009-11-07 08:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'111.169.4.136','2009-11-07 09:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.134','2009-11-07 09:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.120','2009-11-07 10:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.120','2009-11-07 10:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.120','2009-11-07 10:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.120','2009-11-07 10:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.120','2009-11-07 10:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.120','2009-11-07 11:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.134','2009-11-07 14:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.106.243.141','2009-11-07 16:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.106.243.141','2009-11-07 16:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'174.133.177.66','2009-11-07 20:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'174.133.177.66','2009-11-07 20:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'174.133.177.66','2009-11-07 20:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'174.133.177.66','2009-11-07 20:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.163','2009-11-08 05:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.30','2009-11-08 07:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.107.179','2009-11-08 10:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.134','2009-11-08 12:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.163','2009-11-08 15:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.115.163','2009-11-09 17:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.163','2009-11-09 20:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.112.109','2009-11-10 03:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.109','2009-11-10 06:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.109','2009-11-10 10:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.109','2009-11-10 18:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'117.74.13.94','2009-11-11 01:47:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2009-11-11 07:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.152','2009-11-11 07:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2009-11-11 07:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.152','2009-11-11 07:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.152','2009-11-11 08:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.152','2009-11-11 08:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2009-11-11 08:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.168.241.226','2009-11-11 09:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.109','2009-11-11 11:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.143.35.21','2009-11-11 13:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.143.35.21','2009-11-11 13:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'118.6.202.15','2009-11-11 16:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.109','2009-11-11 19:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.109','2009-11-11 21:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'112.70.110.109','2009-11-11 21:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.109','2009-11-11 23:12:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.251.99.69','2009-11-12 08:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.251.99.69','2009-11-12 08:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'192.135.94.17','2009-11-12 10:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.254.191.144','2009-11-12 11:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'89.123.50.166','2009-11-12 11:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'122.208.65.162','2009-11-12 16:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.109','2009-11-13 05:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.40','2009-11-13 07:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'58.183.224.14','2009-11-13 09:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.109','2009-11-13 10:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.109','2009-11-13 11:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.195','2009-11-13 14:46:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.195','2009-11-14 00:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.195','2009-11-14 00:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.195','2009-11-14 00:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.195','2009-11-14 00:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.195','2009-11-14 00:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.195','2009-11-14 01:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.61','2009-11-14 01:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.109','2009-11-14 08:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.99','2009-11-14 08:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.99','2009-11-14 08:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.99','2009-11-14 08:28:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.56','2009-11-14 10:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.109','2009-11-14 17:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.17','2009-11-15 01:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.26','2009-11-15 01:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.23','2009-11-15 01:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.23','2009-11-15 01:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.7','2009-11-15 01:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.28','2009-11-15 01:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.10','2009-11-15 01:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.109','2009-11-15 05:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.109','2009-11-15 08:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.195','2009-11-15 09:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.99','2009-11-15 10:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.99','2009-11-15 10:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.99','2009-11-15 10:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.99','2009-11-15 10:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.195','2009-11-15 10:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.109','2009-11-15 15:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'121.87.27.5','2009-11-15 17:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'121.87.27.5','2009-11-15 17:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'121.87.27.5','2009-11-15 17:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.87.27.5','2009-11-15 17:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.27.179.205','2009-11-16 00:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.109','2009-11-16 13:28:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.230.187.147','2009-11-16 15:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.230.187.147','2009-11-16 15:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.230.187.147','2009-11-16 15:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.195','2009-11-16 15:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.195','2009-11-16 15:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.195','2009-11-16 15:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.230.187.147','2009-11-16 16:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.195','2009-11-16 16:10:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.195','2009-11-16 16:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.195','2009-11-16 16:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.195','2009-11-16 16:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.195','2009-11-16 16:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.109','2009-11-16 18:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.195','2009-11-16 22:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.195','2009-11-17 00:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.195','2009-11-17 00:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.229.146.46','2009-11-17 10:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.109','2009-11-17 13:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.109','2009-11-17 18:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.109','2009-11-18 07:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'117.74.17.72','2009-11-18 12:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'117.74.17.72','2009-11-18 12:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.142','2009-11-18 12:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.134','2009-11-18 12:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.130','2009-11-18 12:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.44','2009-11-18 12:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.131.30.148','2009-11-18 17:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.247.222.83','2009-11-18 17:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.109','2009-11-18 19:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.109','2009-11-18 23:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.109','2009-11-19 02:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.109','2009-11-19 06:46:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.195','2009-11-19 07:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.112.109','2009-11-19 10:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.112.109','2009-11-19 15:07:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.101.88.90','2009-11-20 06:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.195','2009-11-20 07:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.195','2009-11-20 07:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.109','2009-11-20 08:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.195','2009-11-20 08:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.222.224.24','2009-11-20 09:45:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.222.224.24','2009-11-20 09:45:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'58.183.133.109','2009-11-20 09:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'150.70.84.48','2009-11-20 09:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.222.224.24','2009-11-20 10:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.222.224.24','2009-11-20 10:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.109','2009-11-20 10:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.222.224.24','2009-11-20 10:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.125.175.132','2009-11-20 16:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.195','2009-11-21 05:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.195','2009-11-21 05:20:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.145.106.41','2009-11-21 15:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.109','2009-11-21 17:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'121.87.41.81','2009-11-21 18:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.109','2009-11-21 19:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.207.96','2009-11-22 01:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.109','2009-11-22 05:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.109','2009-11-22 13:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.195','2009-11-22 15:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.195','2009-11-22 15:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.195','2009-11-22 15:20:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.195','2009-11-22 15:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.195','2009-11-22 15:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.195','2009-11-22 15:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.195','2009-11-22 15:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.195','2009-11-22 15:57:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.195','2009-11-22 16:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.195','2009-11-23 07:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.59','2009-11-23 14:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.59','2009-11-23 14:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.59','2009-11-23 14:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.59','2009-11-23 14:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.59','2009-11-23 14:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.59','2009-11-23 14:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.59','2009-11-23 14:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.59','2009-11-23 14:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.59','2009-11-23 14:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.36','2009-11-23 16:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.12','2009-11-23 16:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.109','2009-11-23 16:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.109','2009-11-23 18:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.109','2009-11-23 19:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.109','2009-11-23 20:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.43','2009-11-24 04:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.56','2009-11-24 04:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.25','2009-11-24 04:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.195.30','2009-11-24 04:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.195.30','2009-11-24 11:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'71.113.203.209','2009-11-24 12:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'71.113.203.209','2009-11-24 12:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'204.15.165.130','2009-11-24 12:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'71.113.203.209','2009-11-24 12:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.46','2009-11-24 13:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.109','2009-11-24 14:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.106.227.3','2009-11-24 16:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.109','2009-11-24 19:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.109','2009-11-24 20:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.195.30','2009-11-24 22:25:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.109','2009-11-25 01:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.8','2009-11-25 04:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.145.133.205','2009-11-25 06:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2009-11-25 06:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.109','2009-11-25 07:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.83.57.249','2009-11-25 08:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.152.248.215','2009-11-25 11:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.15','2009-11-25 16:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.8','2009-11-25 16:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.36','2009-11-25 16:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'113.36.198.42','2009-11-25 16:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'113.36.198.42','2009-11-25 16:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.82.156.169','2009-11-25 17:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.82.156.169','2009-11-25 18:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.82.156.169','2009-11-25 19:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.82.156.169','2009-11-25 19:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.82.156.169','2009-11-25 19:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.230','2009-11-25 20:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.230','2009-11-25 20:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.216.241.5','2009-11-25 20:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.216.241.5','2009-11-25 20:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.216.241.5','2009-11-25 20:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.82.156.169','2009-11-25 20:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.82.156.169','2009-11-25 20:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.82.156.169','2009-11-25 20:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.218.116.163','2009-11-25 20:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.82.156.169','2009-11-25 21:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.82.156.169','2009-11-25 21:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.82.156.169','2009-11-26 01:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.59','2009-11-26 02:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.59','2009-11-26 02:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.59','2009-11-26 02:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.59','2009-11-26 03:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.82.156.169','2009-11-26 04:10:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.29.122.220','2009-11-26 08:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.29.122.220','2009-11-26 08:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.29.122.220','2009-11-26 08:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.29.122.220','2009-11-26 08:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.240.23.74','2009-11-26 13:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.82.156.169','2009-11-26 14:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.82.156.169','2009-11-26 15:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.82.156.169','2009-11-26 17:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.82.156.169','2009-11-26 19:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.82.156.169','2009-11-26 20:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'116.80.35.19','2009-11-27 08:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.168.241.226','2009-11-27 09:03:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.168.241.226','2009-11-27 09:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.168.241.226','2009-11-27 09:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.168.241.226','2009-11-27 09:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.218.116.163','2009-11-27 09:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.168.241.226','2009-11-27 09:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.120','2009-11-27 09:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.168.241.226','2009-11-27 10:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.168.241.226','2009-11-27 10:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.196.228.238','2009-11-27 10:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.196.228.238','2009-11-27 10:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.39.56.2','2009-11-27 10:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.39.56.2','2009-11-27 10:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.104.15.130','2009-11-27 10:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.168.241.226','2009-11-27 11:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.168.241.226','2009-11-27 11:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.168.241.226','2009-11-27 11:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.168.241.226','2009-11-27 11:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'211.19.97.25','2009-11-27 13:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.159.186.13','2009-11-27 14:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'192.51.44.11','2009-11-27 14:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.37.172','2009-11-28 01:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.37.172','2009-11-28 05:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.195.30','2009-11-28 11:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.84.127.75','2009-11-28 14:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.131','2009-11-28 18:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.131','2009-11-28 19:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.131','2009-11-28 19:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.131','2009-11-28 19:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.131','2009-11-28 19:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.131','2009-11-28 19:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.131','2009-11-28 19:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.2.84.161','2009-11-29 03:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'222.2.84.161','2009-11-29 03:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.2.84.161','2009-11-29 03:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.2.84.161','2009-11-29 03:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.82.156.169','2009-11-29 06:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.82.156.169','2009-11-29 07:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.82.156.169','2009-11-29 07:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.82.156.169','2009-11-29 08:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.82.156.169','2009-11-29 08:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.82.156.169','2009-11-29 08:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.82.156.169','2009-11-29 09:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.82.156.169','2009-11-29 10:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.45.192.59','2009-11-29 18:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.159','2009-11-30 02:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.131','2009-11-30 08:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.131','2009-11-30 08:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.131','2009-11-30 08:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.131','2009-11-30 08:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.131','2009-11-30 08:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.131','2009-11-30 08:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.131','2009-11-30 09:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.131','2009-11-30 09:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.131','2009-11-30 09:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.120','2009-11-30 11:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.195.30','2009-11-30 11:53:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.131','2009-11-30 11:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.131','2009-11-30 11:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.131','2009-11-30 11:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.131','2009-11-30 11:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.27.253.12','2009-11-30 16:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.168.241.226','2009-11-30 17:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.168.241.226','2009-11-30 17:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.168.241.226','2009-11-30 17:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.159','2009-11-30 18:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.159','2009-11-30 21:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.131','2009-12-01 05:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.131','2009-12-01 05:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.131','2009-12-01 14:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.214.87.230','2009-12-01 15:13:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.159','2009-12-01 19:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.65.74','2009-12-02 04:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.14.199.82','2009-12-02 11:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.14.199.82','2009-12-02 11:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.14.199.82','2009-12-02 11:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.14.199.82','2009-12-02 11:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.14.199.82','2009-12-02 11:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.14.199.82','2009-12-02 11:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.14.199.82','2009-12-02 11:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.14.199.82','2009-12-02 11:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.159','2009-12-02 12:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'202.131.30.149','2009-12-02 18:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.181.44.27','2009-12-02 19:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.47.216.2','2009-12-02 19:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.47.216.2','2009-12-02 21:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.159','2009-12-02 22:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'219.125.148.7','2009-12-03 02:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.74','2009-12-03 02:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.74','2009-12-03 02:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.65.74','2009-12-03 03:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.74','2009-12-03 03:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.65.74','2009-12-03 03:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.65.74','2009-12-03 04:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.159','2009-12-03 04:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.65.74','2009-12-03 07:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.159','2009-12-03 08:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.159','2009-12-03 09:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.128.215.2','2009-12-03 09:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.128.215.2','2009-12-03 10:04:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.195.30','2009-12-03 16:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.159','2009-12-04 01:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.247.222.82','2009-12-04 02:04:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.65.74','2009-12-04 02:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.65.74','2009-12-04 02:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.74','2009-12-04 02:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.65.74','2009-12-04 02:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.65.74','2009-12-04 02:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.65.74','2009-12-04 03:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.159','2009-12-04 05:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.159','2009-12-04 13:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.0.219.254','2009-12-04 14:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.167.183.244','2009-12-04 16:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'123.219.26.136','2009-12-04 17:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.195.30','2009-12-04 21:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.65.74','2009-12-05 05:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.65.74','2009-12-05 05:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.65.74','2009-12-05 05:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.65.74','2009-12-05 05:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.74','2009-12-05 05:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.131.30.148','2009-12-05 11:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.131.30.150','2009-12-05 11:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.120','2009-12-05 11:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.159','2009-12-05 11:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.120','2009-12-05 11:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'125.58.82.67','2009-12-05 13:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.135.243.246','2009-12-05 13:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'150.70.84.151','2009-12-05 14:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'203.135.243.246','2009-12-05 14:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.195.30','2009-12-05 19:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.131','2009-12-06 01:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.159','2009-12-06 07:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'24.13.165.250','2009-12-06 07:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.16','2009-12-06 08:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.195.30','2009-12-06 13:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.21','2009-12-06 19:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.218.116.163','2009-12-07 00:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.159','2009-12-07 02:46:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.120','2009-12-07 05:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.120','2009-12-07 05:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.24','2009-12-07 07:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.49','2009-12-07 07:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.56','2009-12-07 07:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'133.225.214.133','2009-12-07 11:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.249.116.206','2009-12-07 11:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'221.249.116.206','2009-12-07 11:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.44','2009-12-07 11:42:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.84.44','2009-12-07 11:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.32','2009-12-07 21:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.131','2009-12-08 00:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.131','2009-12-08 00:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.131','2009-12-08 01:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.131','2009-12-08 01:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.131','2009-12-08 01:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.131','2009-12-08 01:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.131','2009-12-08 02:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.131','2009-12-08 02:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.131','2009-12-08 02:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.131','2009-12-08 02:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.131','2009-12-08 02:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.159','2009-12-08 07:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'211.133.50.32','2009-12-08 09:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.249.116.206','2009-12-08 11:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.104.15.138','2009-12-08 11:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.120','2009-12-08 14:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.120','2009-12-08 14:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.120','2009-12-08 14:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.120','2009-12-08 14:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.41','2009-12-08 22:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.13.142','2009-12-08 23:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.218.116.163','2009-12-08 23:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.159','2009-12-09 01:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.159','2009-12-09 01:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.159','2009-12-09 01:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.131','2009-12-09 02:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.159','2009-12-09 05:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.120','2009-12-09 07:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.106.163','2009-12-09 07:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.120','2009-12-09 07:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'59.166.95.210','2009-12-09 11:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.106.230','2009-12-09 16:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.8.178','2009-12-09 22:52:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-09 22:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-09 22:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-09 22:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-09 22:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-09 23:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-09 23:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-09 23:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-09 23:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-10 00:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.159','2009-12-10 09:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.159','2009-12-10 09:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.146','2009-12-10 10:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.146','2009-12-10 10:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.159','2009-12-10 10:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.219.100.78','2009-12-10 10:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.159','2009-12-10 11:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.207.98','2009-12-10 15:16:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.3.135.22','2009-12-10 15:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.104.15.138','2009-12-10 15:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.104.15.134','2009-12-10 15:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.157.231.162','2009-12-10 19:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.195.30','2009-12-10 22:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.159','2009-12-11 01:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.146','2009-12-11 05:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.159','2009-12-11 05:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.38','2009-12-11 08:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.207.117','2009-12-11 09:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.157.231.162','2009-12-11 10:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.159','2009-12-11 11:01:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.159','2009-12-11 14:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.38','2009-12-11 21:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.38','2009-12-11 21:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.38','2009-12-11 21:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.38','2009-12-11 21:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.38','2009-12-11 21:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.38','2009-12-11 21:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.38','2009-12-11 21:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.38','2009-12-11 22:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'210.197.201.181','2009-12-12 08:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.104.15.142','2009-12-12 08:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.204','2009-12-12 10:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.204','2009-12-12 10:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.204','2009-12-12 10:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.204','2009-12-12 10:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.204','2009-12-12 10:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.204','2009-12-12 10:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.204','2009-12-12 11:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.204','2009-12-12 11:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.204','2009-12-12 11:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.204','2009-12-12 14:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.17.145.109','2009-12-12 21:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.188.2.37','2009-12-12 21:56:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'58.80.89.218','2009-12-12 23:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.20','2009-12-13 01:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.218.116.163','2009-12-13 14:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-14 06:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-14 06:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.79.176.216','2009-12-14 06:55:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-14 07:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.133.50.32','2009-12-14 07:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.207.26','2009-12-14 10:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'60.45.70.39','2009-12-14 16:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.195.30','2009-12-14 18:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.204','2009-12-14 19:38:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.149.60.235','2009-12-14 21:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.204','2009-12-14 21:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.204','2009-12-14 21:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.104.28','2009-12-15 10:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.236','2009-12-15 13:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.236','2009-12-15 13:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.236','2009-12-15 13:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.236','2009-12-15 13:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.236','2009-12-15 13:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.236','2009-12-15 13:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.236','2009-12-15 13:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.236','2009-12-15 13:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.236','2009-12-15 13:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'58.89.36.20','2009-12-15 22:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.159','2009-12-16 02:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'113.150.243.195','2009-12-16 07:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'113.150.243.195','2009-12-16 07:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'113.150.243.195','2009-12-16 07:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.104.15.138','2009-12-16 07:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.187','2009-12-16 13:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.187','2009-12-16 14:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.187','2009-12-16 14:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.224.195.12','2009-12-16 16:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.67','2009-12-16 19:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.67','2009-12-16 19:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.159','2009-12-16 20:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.110.45','2009-12-16 21:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.195.30','2009-12-16 23:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.4','2009-12-17 02:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.159','2009-12-17 06:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.159','2009-12-17 06:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.159','2009-12-17 07:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.159','2009-12-17 10:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.67','2009-12-17 11:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.67','2009-12-17 11:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.67','2009-12-17 11:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.67','2009-12-17 11:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.67','2009-12-17 11:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.67','2009-12-17 12:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.67','2009-12-17 12:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.206.32.229','2009-12-17 15:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.206.32.229','2009-12-17 15:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.67','2009-12-17 16:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.67','2009-12-17 16:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.67','2009-12-17 17:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.67','2009-12-17 18:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.67','2009-12-17 18:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.67','2009-12-17 18:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.67','2009-12-17 19:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.159','2009-12-17 19:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.159','2009-12-18 01:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.181','2009-12-18 02:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.181','2009-12-18 02:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.181','2009-12-18 02:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.181','2009-12-18 03:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.181','2009-12-18 06:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.181','2009-12-18 06:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.181','2009-12-18 06:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.181','2009-12-18 06:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.181','2009-12-18 06:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.159','2009-12-18 08:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.159','2009-12-18 11:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.219.248.87','2009-12-18 14:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.159','2009-12-18 14:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.159','2009-12-18 14:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.159','2009-12-18 15:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.19.185.125','2009-12-18 15:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.207.136','2009-12-19 02:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.207.48','2009-12-19 03:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.146','2009-12-19 10:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.146','2009-12-19 10:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.146','2009-12-19 12:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.146','2009-12-19 12:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.146','2009-12-19 13:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.159','2009-12-19 13:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.146','2009-12-19 13:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.207.120','2009-12-20 00:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'59.166.95.210','2009-12-20 01:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'59.166.95.210','2009-12-20 01:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.67','2009-12-20 02:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.67','2009-12-20 02:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.67','2009-12-20 02:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.67','2009-12-20 03:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.67','2009-12-20 03:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.67','2009-12-20 03:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.67','2009-12-20 03:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.67','2009-12-20 03:17:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.67','2009-12-20 03:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.67','2009-12-20 04:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.67','2009-12-20 04:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.67','2009-12-20 04:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.67','2009-12-20 04:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.67','2009-12-20 05:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.67','2009-12-20 05:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.67','2009-12-20 05:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.67','2009-12-20 05:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.67','2009-12-20 05:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.146','2009-12-20 05:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.159','2009-12-20 08:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'221.249.116.206','2009-12-20 13:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.67','2009-12-20 14:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.67','2009-12-20 16:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.67','2009-12-20 16:58:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.67','2009-12-20 17:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.67','2009-12-20 17:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.67','2009-12-20 17:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.67','2009-12-20 17:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.110.183','2009-12-20 18:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.67','2009-12-20 19:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.67','2009-12-20 22:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.67','2009-12-20 22:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.67','2009-12-20 22:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.67','2009-12-20 22:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.67','2009-12-20 22:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.67','2009-12-20 22:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.146','2009-12-21 06:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.146','2009-12-21 06:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.146','2009-12-21 06:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.146','2009-12-21 06:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.146','2009-12-21 06:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.146','2009-12-21 06:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.146','2009-12-21 06:58:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.146','2009-12-21 07:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.146','2009-12-21 07:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.146','2009-12-21 07:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'124.83.159.228','2009-12-21 09:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.83.159.176','2009-12-21 09:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.83.159.179','2009-12-21 09:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'124.83.159.177','2009-12-21 09:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.83.159.179','2009-12-21 09:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.83.159.224','2009-12-21 09:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.83.159.183','2009-12-21 09:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'124.83.159.225','2009-12-21 09:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.83.159.247','2009-12-21 09:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.83.159.179','2009-12-21 10:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.254.191.144','2009-12-21 19:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.112.159','2009-12-21 20:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.108.200.170','2009-12-21 21:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.130','2009-12-21 21:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.159','2009-12-21 23:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.67','2009-12-22 05:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.67','2009-12-22 05:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.67','2009-12-22 05:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.67','2009-12-22 05:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.67','2009-12-22 05:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.67','2009-12-22 06:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.67','2009-12-22 06:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.67','2009-12-22 06:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.67','2009-12-22 06:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.151.143.128','2009-12-22 08:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.254.191.144','2009-12-22 10:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'123.219.26.136','2009-12-22 11:10:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.67','2009-12-22 12:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.67','2009-12-22 13:18:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.67','2009-12-22 13:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.67','2009-12-22 14:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.159','2009-12-22 14:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.67','2009-12-22 15:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.67','2009-12-22 15:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.67','2009-12-22 15:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.67','2009-12-22 15:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.67','2009-12-22 15:14:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.67','2009-12-22 15:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.67','2009-12-22 15:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.67','2009-12-22 15:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.67','2009-12-22 15:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.67','2009-12-22 17:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.67','2009-12-22 17:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.67','2009-12-22 17:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.67','2009-12-22 17:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.67','2009-12-22 19:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.67','2009-12-22 20:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.67','2009-12-22 23:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.67','2009-12-22 23:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.67','2009-12-23 00:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.67','2009-12-23 03:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.67','2009-12-23 03:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.67','2009-12-23 03:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.67','2009-12-23 03:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.159','2009-12-23 03:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.67','2009-12-23 05:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.159','2009-12-23 08:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.142.243.226','2009-12-23 09:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'133.215.123.4','2009-12-23 09:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.159','2009-12-23 12:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'116.80.26.33','2009-12-23 17:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.146','2009-12-23 18:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.146','2009-12-23 18:54:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.146','2009-12-23 18:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.146','2009-12-23 20:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.146','2009-12-24 02:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.146','2009-12-24 02:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.159','2009-12-24 07:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.159','2009-12-24 11:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.112.159','2009-12-24 12:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.159','2009-12-24 14:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.67','2009-12-24 14:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.131.30.146','2009-12-24 18:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.53','2009-12-24 19:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.159','2009-12-24 19:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.159','2009-12-24 21:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.146','2009-12-25 00:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.146','2009-12-25 01:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.159','2009-12-25 01:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.146','2009-12-25 01:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.146','2009-12-25 01:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.146','2009-12-25 02:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.146','2009-12-25 02:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.146','2009-12-25 02:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.67','2009-12-25 03:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.67','2009-12-25 07:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.67','2009-12-25 07:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.67','2009-12-25 08:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.67','2009-12-25 08:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.67','2009-12-25 08:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.67','2009-12-25 08:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.207.78','2009-12-25 11:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.159','2009-12-25 11:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.159','2009-12-25 14:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.67','2009-12-25 15:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.67','2009-12-25 15:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.67','2009-12-25 16:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.67','2009-12-25 16:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.67','2009-12-25 16:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.67','2009-12-25 16:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.67','2009-12-25 16:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.67','2009-12-25 16:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.67','2009-12-25 16:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.67','2009-12-25 16:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.4','2009-12-25 18:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.51','2009-12-25 18:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.24','2009-12-25 18:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.25','2009-12-25 18:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.11','2009-12-25 18:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.13','2009-12-25 18:50:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.38','2009-12-25 18:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.21','2009-12-25 18:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.61','2009-12-25 18:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.67','2009-12-25 21:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.67','2009-12-25 21:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.67','2009-12-26 04:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.67','2009-12-26 04:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.67','2009-12-26 04:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.67','2009-12-26 04:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.67','2009-12-26 04:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.67','2009-12-26 04:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.67','2009-12-26 04:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.67','2009-12-26 04:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.67','2009-12-26 05:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.67','2009-12-26 08:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.67','2009-12-26 08:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.207.52','2009-12-26 13:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.159','2009-12-26 16:34:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.14.81.38','2009-12-26 17:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.48.136.56','2009-12-26 19:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.251.44.142','2009-12-26 21:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.101.225.3','2009-12-26 23:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.159','2009-12-27 01:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.44.188.206','2009-12-27 01:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.44.188.206','2009-12-27 01:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.229.29.253','2009-12-27 12:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.229.29.253','2009-12-27 12:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.104.15.142','2009-12-27 12:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'211.2.182.98','2009-12-27 17:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.223.197.213','2009-12-28 04:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.159','2009-12-28 05:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.159','2009-12-28 06:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.117.208.165','2009-12-28 14:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.32.88.42','2009-12-28 17:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.12.32.39','2009-12-28 22:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.159','2009-12-28 23:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.121.135.134','2009-12-29 07:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'121.1.222.225','2009-12-29 15:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.146','2009-12-29 22:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.146','2009-12-29 22:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.146','2009-12-29 22:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.146','2009-12-29 22:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.146','2009-12-29 22:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.159','2009-12-30 02:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.170.159.183','2009-12-30 08:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.170.159.183','2009-12-30 08:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.223.197.215','2009-12-30 10:36:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.44','2009-12-30 10:40:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.159','2009-12-30 14:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'174.133.177.66','2009-12-31 00:13:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'174.133.177.66','2009-12-31 00:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'174.133.177.66','2009-12-31 00:14:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.159','2009-12-31 05:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.146','2009-12-31 05:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.146','2009-12-31 05:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.146','2009-12-31 05:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.146','2009-12-31 05:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.159','2009-12-31 07:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.146','2009-12-31 07:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.67','2009-12-31 09:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.67','2009-12-31 09:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.67','2009-12-31 09:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.67','2009-12-31 09:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.159','2009-12-31 09:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.3','2009-12-31 10:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.146','2009-12-31 11:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.159','2009-12-31 14:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.143.141.60','2009-12-31 14:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.67','2009-12-31 20:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.67','2009-12-31 20:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.67','2009-12-31 20:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.67','2009-12-31 20:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.67','2009-12-31 20:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.159','2009-12-31 21:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.159','2010-01-01 01:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.67','2010-01-01 04:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.67','2010-01-01 04:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.67','2010-01-01 04:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.67','2010-01-01 05:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.67','2010-01-01 05:03:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.159','2010-01-01 12:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.159','2010-01-01 14:36:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.146','2010-01-01 14:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.146','2010-01-01 15:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.146','2010-01-01 16:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.131.30.148','2010-01-02 08:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.112.159','2010-01-02 08:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.67','2010-01-02 11:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.67','2010-01-02 11:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.67','2010-01-02 12:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.67','2010-01-02 13:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.159','2010-01-02 17:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.3','2010-01-02 23:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.3','2010-01-02 23:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.146.53.83','2010-01-03 00:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.3','2010-01-03 04:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.146','2010-01-03 04:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.146','2010-01-03 04:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.146','2010-01-03 04:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.146','2010-01-03 04:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.146','2010-01-03 04:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.3','2010-01-03 05:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.146','2010-01-03 05:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.146','2010-01-03 05:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.146','2010-01-03 05:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'221.92.67.83','2010-01-03 11:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'59.86.8.157','2010-01-03 15:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.86.8.157','2010-01-03 15:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.43.84','2010-01-03 21:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.173.132.236','2010-01-04 00:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.104.15.142','2010-01-04 00:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.159','2010-01-04 01:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.159','2010-01-04 05:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'88.131.106.24','2010-01-04 06:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.3','2010-01-04 06:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.3','2010-01-04 06:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.3','2010-01-04 06:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.3','2010-01-04 06:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.3','2010-01-04 06:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.3','2010-01-04 06:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.3','2010-01-04 06:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.3','2010-01-04 06:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.3','2010-01-04 06:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.3','2010-01-04 08:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.3','2010-01-04 10:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.56.228.9','2010-01-04 10:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.159','2010-01-04 13:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.96.225.46','2010-01-04 14:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.146','2010-01-04 17:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.146','2010-01-04 17:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.146','2010-01-04 18:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.146','2010-01-04 19:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.146','2010-01-04 20:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.112.159','2010-01-04 21:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.159','2010-01-04 23:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.31.133','2010-01-05 01:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.31.133','2010-01-05 01:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.146','2010-01-05 01:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.3','2010-01-05 04:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.30','2010-01-05 04:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.40','2010-01-05 04:26:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.106.210','2010-01-05 08:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.35','2010-01-05 21:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.35','2010-01-05 21:06:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.35','2010-01-06 10:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.35','2010-01-06 10:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'115.162.81.133','2010-01-06 14:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.218.116.163','2010-01-06 14:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.159','2010-01-06 15:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.131.30.146','2010-01-06 15:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'61.118.57.203','2010-01-06 15:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'61.118.57.203','2010-01-06 15:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.144.47.147','2010-01-06 18:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.70.84.44','2010-01-06 18:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.159','2010-01-06 23:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.16','2010-01-07 04:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.21','2010-01-07 04:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.6','2010-01-07 04:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.159','2010-01-07 05:34:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.215.254.235','2010-01-07 07:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.159','2010-01-07 07:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.159','2010-01-07 09:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.19','2010-01-07 14:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.112.159','2010-01-07 22:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.35','2010-01-07 23:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.35','2010-01-07 23:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.35','2010-01-07 23:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.35','2010-01-07 23:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.35','2010-01-07 23:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.35','2010-01-07 23:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.35','2010-01-07 23:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.35','2010-01-07 23:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.35','2010-01-07 23:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.35','2010-01-07 23:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.35','2010-01-07 23:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.35','2010-01-07 23:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.35','2010-01-07 23:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.35','2010-01-07 23:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.35','2010-01-07 23:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.35','2010-01-08 00:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.35','2010-01-08 00:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.35','2010-01-08 00:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.247.222.83','2010-01-08 01:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.159','2010-01-08 01:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2010-01-08 06:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.201','2010-01-08 06:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2010-01-08 06:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.201','2010-01-08 06:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.201','2010-01-08 06:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.201','2010-01-08 07:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.201','2010-01-08 07:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.103.38.188','2010-01-08 10:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.159','2010-01-08 12:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.159','2010-01-08 12:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.159','2010-01-08 12:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.159','2010-01-08 13:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.127.218.162','2010-01-08 14:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.218.116.163','2010-01-09 02:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.159','2010-01-09 10:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.159','2010-01-09 17:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.201','2010-01-09 20:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.201','2010-01-09 20:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.201','2010-01-09 20:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.201','2010-01-09 20:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.159','2010-01-09 20:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.201','2010-01-09 21:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.201','2010-01-09 21:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.201','2010-01-09 21:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.201','2010-01-09 21:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.201','2010-01-10 00:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.201','2010-01-10 00:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.159','2010-01-10 04:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.128.28.70','2010-01-10 07:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'61.247.222.83','2010-01-10 10:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.159','2010-01-10 14:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.247.222.45','2010-01-11 03:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.201','2010-01-11 11:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.218.116.163','2010-01-11 11:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.201','2010-01-11 11:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.201','2010-01-11 12:07:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.159','2010-01-11 13:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.112.159','2010-01-11 21:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'58.183.182.216','2010-01-11 22:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.17','2010-01-12 04:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (70,34,'202.94.147.51','2010-01-12 10:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.210.174.219','2010-01-12 10:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'150.70.84.44','2010-01-12 10:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.35','2010-01-13 01:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.201','2010-01-13 02:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.201','2010-01-13 02:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.150.51.196','2010-01-13 07:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.159','2010-01-13 07:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.119.26.159','2010-01-13 10:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.138.104.134','2010-01-13 11:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.159','2010-01-13 11:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.201','2010-01-13 14:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.159','2010-01-13 15:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.219.78.241','2010-01-13 15:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.201','2010-01-13 15:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.119.26.159','2010-01-13 18:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.119.26.159','2010-01-13 19:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.217.111.180','2010-01-13 19:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.222.33.208','2010-01-13 19:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.159','2010-01-13 22:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.218.116.163','2010-01-14 01:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.159','2010-01-14 07:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.163.77.209','2010-01-14 08:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.189.163.180','2010-01-14 10:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.234','2010-01-14 13:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.234','2010-01-14 13:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.65.234','2010-01-14 15:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.234','2010-01-14 16:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.164.20.55','2010-01-14 19:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.40.85.93','2010-01-14 21:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'88.131.106.26','2010-01-15 00:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.112.159','2010-01-15 09:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.159','2010-01-15 12:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.159','2010-01-15 14:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.159','2010-01-15 15:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.65.234','2010-01-15 15:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.14.199.6','2010-01-15 16:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.65.234','2010-01-15 16:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.14.199.6','2010-01-15 17:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.65.234','2010-01-15 17:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.65.234','2010-01-15 17:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.65.234','2010-01-15 17:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.65.234','2010-01-15 17:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.65.234','2010-01-15 17:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'118.108.64.157','2010-01-15 20:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.109.82','2010-01-15 21:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.110.186','2010-01-15 22:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.65.234','2010-01-16 02:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.119.233.6','2010-01-16 09:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.207','2010-01-16 11:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.114.243','2010-01-16 12:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.207','2010-01-16 13:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.207','2010-01-16 13:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.207','2010-01-16 13:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.218.116.163','2010-01-16 15:13:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.35','2010-01-16 17:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.114.243','2010-01-16 17:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.35','2010-01-16 18:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.207','2010-01-17 01:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.247.222.82','2010-01-17 07:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'118.152.1.212','2010-01-17 07:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.31','2010-01-17 16:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.32','2010-01-17 16:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.114.243','2010-01-17 17:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.207.119','2010-01-17 19:45:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.15','2010-01-17 20:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.45','2010-01-17 20:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.46','2010-01-17 20:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.22','2010-01-17 20:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.207','2010-01-17 21:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'88.131.106.26','2010-01-18 00:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.207','2010-01-18 00:45:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.17.247.66','2010-01-18 10:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.207','2010-01-18 15:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.207','2010-01-18 15:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.114.243','2010-01-18 16:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.119.26.159','2010-01-18 18:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.207','2010-01-18 20:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.207','2010-01-18 20:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.207','2010-01-18 21:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.207','2010-01-18 21:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.207','2010-01-18 21:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-01-18 22:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-01-18 22:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-01-18 22:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-01-18 22:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.114.42','2010-01-19 04:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.58','2010-01-19 04:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.114.42','2010-01-19 04:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.115.122.58','2010-01-19 11:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.115.122.58','2010-01-19 11:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.207','2010-01-19 12:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.207','2010-01-19 13:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.207','2010-01-19 14:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.207','2010-01-19 14:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.131.30.147','2010-01-19 21:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.42','2010-01-20 01:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.207','2010-01-20 12:42:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.207','2010-01-20 14:07:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.213.69.33','2010-01-20 15:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.207','2010-01-20 18:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.35','2010-01-20 21:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.35','2010-01-20 21:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.35','2010-01-20 21:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.35','2010-01-20 21:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.35','2010-01-20 22:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.35','2010-01-20 22:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'61.247.222.46','2010-01-20 23:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.207','2010-01-20 23:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.179.51.41','2010-01-21 02:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.179.51.41','2010-01-21 02:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.49','2010-01-21 02:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.114.42','2010-01-21 03:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'218.231.143.240','2010-01-21 03:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.207.96','2010-01-21 04:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.42','2010-01-21 05:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.244.212.58','2010-01-21 13:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.244.212.58','2010-01-21 13:47:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'202.131.30.146','2010-01-21 18:15:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'88.131.106.24','2010-01-22 03:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'202.131.30.150','2010-01-22 05:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.195','2010-01-22 11:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.195','2010-01-22 11:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.195','2010-01-22 11:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.151.125.126','2010-01-22 11:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.151.125.126','2010-01-22 12:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.151.125.126','2010-01-22 12:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.195','2010-01-22 12:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.70','2010-01-22 13:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.70','2010-01-22 13:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.70','2010-01-22 13:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.70','2010-01-22 13:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.70','2010-01-22 13:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.195','2010-01-22 13:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.195','2010-01-22 14:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.207.51','2010-01-22 14:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.195','2010-01-22 14:19:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'221.249.116.206','2010-01-22 15:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.131.30.150','2010-01-22 16:50:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.42','2010-01-23 07:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.42','2010-01-23 07:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.195','2010-01-23 13:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.195','2010-01-23 14:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.195','2010-01-23 14:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.195','2010-01-23 14:29:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.195','2010-01-23 14:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.195','2010-01-23 14:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.195','2010-01-23 16:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.195','2010-01-23 16:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.114.42','2010-01-23 17:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.42','2010-01-23 19:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.42','2010-01-23 22:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.114.42','2010-01-24 00:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.31','2010-01-24 07:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.7','2010-01-24 07:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.60','2010-01-24 07:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.12','2010-01-24 07:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.13','2010-01-24 07:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.39','2010-01-24 07:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.54','2010-01-24 07:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.70','2010-01-24 08:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.70','2010-01-24 08:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.70','2010-01-24 08:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.70','2010-01-24 08:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.70','2010-01-24 09:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.195','2010-01-24 11:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.195','2010-01-24 11:41:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.70','2010-01-24 12:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.70','2010-01-24 12:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.70','2010-01-24 12:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.70','2010-01-24 12:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.70','2010-01-24 12:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.70','2010-01-24 12:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.70','2010-01-24 12:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.70','2010-01-24 12:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.70','2010-01-24 12:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.114.42','2010-01-24 13:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.42','2010-01-24 20:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.114.42','2010-01-24 21:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.114.42','2010-01-25 09:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.195','2010-01-25 10:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.195','2010-01-25 11:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.195','2010-01-25 11:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.195','2010-01-25 11:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.195','2010-01-25 12:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.195','2010-01-25 13:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.195','2010-01-25 13:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.195','2010-01-25 13:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.195','2010-01-25 13:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.195','2010-01-25 14:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.195','2010-01-25 14:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.181.42.48','2010-01-25 23:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.25.124.132','2010-01-26 01:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.25.124.132','2010-01-26 01:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.25.124.132','2010-01-26 01:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.25.124.132','2010-01-26 01:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.25.124.132','2010-01-26 01:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.25.124.132','2010-01-26 01:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'85.25.124.132','2010-01-26 01:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'85.25.124.132','2010-01-26 01:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'85.25.124.132','2010-01-26 01:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'192.114.71.13','2010-01-26 09:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'192.114.71.13','2010-01-26 09:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'192.114.71.13','2010-01-26 09:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'192.114.71.13','2010-01-26 09:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'118.14.1.28','2010-01-26 15:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'150.70.84.49','2010-01-26 15:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.207.137','2010-01-26 20:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.70','2010-01-26 20:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.70','2010-01-26 20:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.70','2010-01-26 20:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.70','2010-01-26 20:49:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.70','2010-01-26 20:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.70','2010-01-26 22:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.70','2010-01-26 23:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.70','2010-01-26 23:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.70','2010-01-26 23:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.114.42','2010-01-27 02:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.228.90.252','2010-01-27 05:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.228.90.252','2010-01-27 05:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'222.228.90.252','2010-01-27 05:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.135.213.92','2010-01-27 07:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.195','2010-01-27 11:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.96.74.16','2010-01-27 11:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.195','2010-01-27 13:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.195','2010-01-27 13:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.195','2010-01-27 14:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.195','2010-01-27 14:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.195','2010-01-27 14:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.195','2010-01-27 14:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.195','2010-01-27 14:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.109.108','2010-01-27 14:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.195','2010-01-27 15:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.195','2010-01-27 15:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.195','2010-01-27 16:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.97.179.215','2010-01-27 18:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'113.156.172.39','2010-01-27 22:52:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'113.156.172.39','2010-01-27 23:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.114.42','2010-01-28 02:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.207.120','2010-01-28 10:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.195','2010-01-28 11:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.195','2010-01-28 11:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.195','2010-01-28 11:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.195','2010-01-28 15:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.70','2010-01-28 21:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.70','2010-01-28 21:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.70','2010-01-28 21:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.114.42','2010-01-28 21:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.160.225.113','2010-01-29 08:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.160.225.113','2010-01-29 08:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.216.54','2010-01-29 09:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.162.220.38','2010-01-29 12:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.162.220.38','2010-01-29 12:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.162.220.38','2010-01-29 12:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.226.0.253','2010-01-29 14:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.70','2010-01-29 15:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.70','2010-01-29 15:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.70','2010-01-29 15:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.70','2010-01-29 16:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.207.126','2010-01-29 16:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.32.75.193','2010-01-29 16:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'60.32.75.193','2010-01-29 16:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.70','2010-01-29 18:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.70','2010-01-29 18:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.70','2010-01-29 18:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.114.42','2010-01-30 07:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.114.42','2010-01-30 07:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.42','2010-01-30 07:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.42','2010-01-30 08:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'221.115.158.250','2010-01-30 11:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.114.42','2010-01-30 13:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.65.70','2010-01-30 15:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.166','2010-01-30 15:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.166','2010-01-30 15:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.166','2010-01-30 15:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.166','2010-01-30 15:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.166','2010-01-30 15:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.166','2010-01-30 15:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.166','2010-01-30 15:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.166','2010-01-30 15:58:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.166','2010-01-30 16:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'123.227.225.48','2010-01-30 16:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.166','2010-01-30 16:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.166','2010-01-30 16:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.166','2010-01-30 16:41:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.166','2010-01-30 16:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.114.42','2010-01-30 17:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.114.42','2010-01-30 19:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.70','2010-01-31 09:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.70','2010-01-31 09:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.70','2010-01-31 09:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.70','2010-01-31 09:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.70','2010-01-31 09:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.70','2010-01-31 09:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.166','2010-01-31 11:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.166','2010-01-31 12:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.166','2010-01-31 12:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.117.202.221','2010-01-31 23:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.117.202.221','2010-01-31 23:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.70','2010-02-01 06:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.70','2010-02-01 06:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.70','2010-02-01 06:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.70','2010-02-01 06:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.70','2010-02-01 06:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.70','2010-02-01 06:34:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.70','2010-02-01 06:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.70','2010-02-01 07:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.70','2010-02-01 07:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.70','2010-02-01 08:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.70','2010-02-01 08:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.70','2010-02-01 08:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.70','2010-02-01 08:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.70','2010-02-01 08:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.70','2010-02-01 08:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.70','2010-02-01 08:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.99.127.188','2010-02-01 13:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.99.127.188','2010-02-01 13:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.42','2010-02-01 19:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'88.131.106.31','2010-02-01 20:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.114.42','2010-02-02 12:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.246.252.97','2010-02-02 12:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.121','2010-02-02 13:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.121','2010-02-02 13:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.121','2010-02-02 13:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.65.121','2010-02-02 13:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.65.121','2010-02-02 13:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.65.121','2010-02-02 13:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.65.121','2010-02-02 13:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.65.121','2010-02-02 15:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.65.121','2010-02-02 15:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.65.121','2010-02-02 15:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.99.127.188','2010-02-03 11:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.99.127.188','2010-02-03 11:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.166','2010-02-03 14:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.166','2010-02-03 14:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.166','2010-02-03 16:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.218.116.163','2010-02-03 17:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'221.190.56.173','2010-02-03 21:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'218.44.235.70','2010-02-04 10:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.114.42','2010-02-04 11:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.114.42','2010-02-04 16:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.167.23.47','2010-02-05 03:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.26.176.54','2010-02-05 05:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'88.131.106.32','2010-02-05 10:38:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.166','2010-02-05 13:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.166','2010-02-05 15:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.166','2010-02-05 15:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.166','2010-02-05 15:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'218.228.134.221','2010-02-05 18:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.166','2010-02-05 22:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.166','2010-02-05 22:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.166','2010-02-05 22:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.166','2010-02-05 22:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.166','2010-02-05 22:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.166','2010-02-05 22:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.166','2010-02-05 22:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'88.131.106.32','2010-02-06 02:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.37.188','2010-02-06 05:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.37.188','2010-02-06 08:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.37.188','2010-02-06 08:50:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.37.188','2010-02-06 12:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.233.1.121','2010-02-06 13:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.37.188','2010-02-06 14:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.166','2010-02-06 15:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.166','2010-02-06 15:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.166','2010-02-06 17:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.37.188','2010-02-06 17:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.18','2010-02-06 17:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.37.188','2010-02-06 19:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.37.188','2010-02-06 21:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.37.188','2010-02-06 21:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.37.188','2010-02-06 21:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.37.188','2010-02-07 01:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.37.188','2010-02-07 01:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.166','2010-02-07 05:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.37.188','2010-02-07 06:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.131.30.148','2010-02-07 09:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.207.77','2010-02-07 16:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.70','2010-02-07 19:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.70','2010-02-07 19:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.70','2010-02-07 19:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.70','2010-02-07 19:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.70','2010-02-07 19:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.70','2010-02-07 19:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.70','2010-02-07 19:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.70','2010-02-07 19:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.70','2010-02-07 19:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'88.131.106.32','2010-02-08 02:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.70','2010-02-08 02:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.70','2010-02-08 02:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.70','2010-02-08 02:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.70','2010-02-08 02:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-02-08 11:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-02-08 11:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-02-08 11:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-02-08 11:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.166','2010-02-08 12:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'218.43.102.27','2010-02-08 13:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.166','2010-02-08 14:44:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.166','2010-02-08 14:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.166','2010-02-08 14:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.166','2010-02-08 14:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.166','2010-02-08 15:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.166','2010-02-08 16:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.166','2010-02-08 16:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.37.188','2010-02-08 16:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.118.166.194','2010-02-08 16:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.166','2010-02-08 16:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.166','2010-02-08 16:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.166','2010-02-08 16:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'133.66.193.62','2010-02-08 17:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.37.188','2010-02-08 18:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.138.4.155','2010-02-08 19:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'115.163.184.201','2010-02-08 23:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.84.49','2010-02-09 00:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.42','2010-02-09 01:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.166','2010-02-09 02:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.50','2010-02-09 04:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.37.188','2010-02-09 08:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.37.188','2010-02-09 10:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.166','2010-02-09 11:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.37.188','2010-02-09 11:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.166','2010-02-09 12:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.166','2010-02-09 13:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.166','2010-02-09 13:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'220.99.127.188','2010-02-09 13:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'220.99.127.188','2010-02-09 13:14:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.99.127.188','2010-02-09 13:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.99.127.188','2010-02-09 13:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.99.127.188','2010-02-09 13:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.99.127.188','2010-02-09 13:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.99.127.188','2010-02-09 13:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.99.127.188','2010-02-09 13:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.99.127.188','2010-02-09 13:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.99.127.188','2010-02-09 13:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.99.127.188','2010-02-09 13:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.99.127.188','2010-02-09 13:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.99.127.188','2010-02-09 13:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.99.127.188','2010-02-09 13:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.99.127.188','2010-02-09 14:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.37.188','2010-02-09 15:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.208.174.67','2010-02-09 16:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.31','2010-02-09 17:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.159.134.115','2010-02-09 17:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.54','2010-02-09 19:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.129.141.250','2010-02-09 21:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.57','2010-02-09 22:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.53','2010-02-09 22:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.152','2010-02-10 12:58:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'220.99.127.188','2010-02-10 13:39:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.37.188','2010-02-11 03:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.70','2010-02-11 06:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.70','2010-02-11 07:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.70','2010-02-11 07:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.37.188','2010-02-11 07:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2010-02-11 12:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2010-02-11 12:19:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2010-02-11 12:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.4','2010-02-11 12:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2010-02-11 12:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2010-02-11 12:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2010-02-11 12:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2010-02-11 12:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2010-02-11 13:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2010-02-11 13:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2010-02-11 13:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.70','2010-02-11 13:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.70','2010-02-11 13:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.70','2010-02-11 13:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.70','2010-02-11 13:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.70','2010-02-11 13:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.70','2010-02-11 13:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.70','2010-02-11 13:45:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2010-02-11 13:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.37.188','2010-02-11 16:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.39.127.9','2010-02-11 17:04:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.39.127.9','2010-02-11 17:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.39.127.9','2010-02-11 17:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.39.127.9','2010-02-11 17:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.121.49.131','2010-02-11 19:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'60.32.83.112','2010-02-12 10:11:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.104.15.138','2010-02-12 10:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.70','2010-02-12 10:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.70','2010-02-12 10:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.70','2010-02-12 10:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.70','2010-02-12 10:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.70','2010-02-12 10:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.37.188','2010-02-12 10:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.70','2010-02-12 10:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2010-02-12 11:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2010-02-12 11:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'88.131.106.30','2010-02-12 13:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.169.254.239','2010-02-12 13:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2010-02-12 16:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.37.188','2010-02-13 00:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.34','2010-02-13 04:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.37.188','2010-02-13 05:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'195.42.102.25','2010-02-13 07:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'195.42.102.25','2010-02-13 07:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'195.42.102.25','2010-02-13 07:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.37.188','2010-02-13 09:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.106.181','2010-02-13 10:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.37.188','2010-02-13 14:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.37.188','2010-02-13 17:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.37.188','2010-02-13 21:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.143','2010-02-14 10:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.143','2010-02-14 10:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.143','2010-02-14 10:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.143','2010-02-14 10:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.143','2010-02-14 10:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.143','2010-02-14 10:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.143','2010-02-14 10:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.143','2010-02-14 10:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.143','2010-02-14 10:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.143','2010-02-14 10:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.143','2010-02-14 10:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.37.188','2010-02-14 20:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.110.40','2010-02-14 20:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.218.159','2010-02-14 20:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.2.32.54','2010-02-14 22:40:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.37.188','2010-02-14 23:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.106.131','2010-02-15 00:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.37.188','2010-02-15 00:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.52','2010-02-15 09:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.143','2010-02-15 09:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.143','2010-02-15 09:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.143','2010-02-15 09:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.169.188.36','2010-02-15 11:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.131.30.149','2010-02-15 13:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.37.188','2010-02-15 16:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.143','2010-02-15 16:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.143','2010-02-15 17:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.110.69','2010-02-15 20:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.70','2010-02-16 03:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.70','2010-02-16 03:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.70','2010-02-16 03:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.70','2010-02-16 03:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.70','2010-02-16 03:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.70','2010-02-16 03:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.70','2010-02-16 03:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.70','2010-02-16 03:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.70','2010-02-16 03:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.37.188','2010-02-16 03:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.47','2010-02-16 04:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.37.188','2010-02-16 05:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.29','2010-02-16 15:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'218.131.8.4','2010-02-16 19:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'88.131.106.30','2010-02-16 19:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.187.96.13','2010-02-16 22:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.70','2010-02-17 08:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.70','2010-02-17 09:19:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.70','2010-02-17 09:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.70','2010-02-17 09:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.233.131.106','2010-02-17 10:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2010-02-17 10:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2010-02-17 10:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2010-02-17 10:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2010-02-17 10:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2010-02-17 10:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2010-02-17 10:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2010-02-17 10:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2010-02-17 10:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2010-02-17 10:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2010-02-17 10:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2010-02-17 10:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'125.53.116.116','2010-02-17 16:50:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.37.188','2010-02-17 18:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.37.188','2010-02-17 20:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.62','2010-02-18 05:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.76','2010-02-18 07:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.76','2010-02-18 07:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.76','2010-02-18 08:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.71.175','2010-02-18 11:14:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2010-02-18 11:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2010-02-18 11:19:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.97.40.31','2010-02-18 12:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.147.193.42','2010-02-18 14:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.110.189','2010-02-18 15:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.192.102.162','2010-02-18 17:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.37.188','2010-02-18 17:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.37.188','2010-02-19 00:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.207.75','2010-02-19 06:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.40.3.5','2010-02-19 06:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.40.3.5','2010-02-19 06:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'116.94.158.43','2010-02-19 10:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.76','2010-02-19 15:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.76','2010-02-19 15:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.76','2010-02-19 15:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.76','2010-02-19 15:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.76','2010-02-19 15:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.76','2010-02-19 15:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.76','2010-02-19 15:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.76','2010-02-19 15:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.104.71','2010-02-19 16:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.99.127.188','2010-02-19 17:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'220.99.127.188','2010-02-19 17:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.237.215.128','2010-02-19 20:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.237.215.128','2010-02-19 20:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.237.215.128','2010-02-19 20:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.198.181.225','2010-02-19 22:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.198.181.225','2010-02-19 22:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.198.181.225','2010-02-19 22:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.198.181.225','2010-02-19 22:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-02-20 07:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-02-20 07:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-02-20 07:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.37.188','2010-02-20 08:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2010-02-20 08:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2010-02-20 08:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2010-02-20 08:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2010-02-20 08:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.37.188','2010-02-20 10:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2010-02-20 12:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2010-02-20 12:14:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2010-02-20 12:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2010-02-20 12:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2010-02-20 12:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2010-02-20 12:33:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2010-02-20 13:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.131.30.147','2010-02-20 19:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.37.188','2010-02-20 20:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-02-20 22:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-02-20 22:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.37.188','2010-02-21 00:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.48.155.7','2010-02-21 00:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.48.155.7','2010-02-21 00:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.37.188','2010-02-21 01:54:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.37.188','2010-02-21 02:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-02-21 02:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.37.188','2010-02-21 04:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.118.210.66','2010-02-21 04:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.152','2010-02-21 08:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.152','2010-02-21 08:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.152','2010-02-21 08:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.37.188','2010-02-21 09:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.37.188','2010-02-21 21:31:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-02-21 21:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.237.215.155','2010-02-22 00:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.237.215.155','2010-02-22 00:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.237.215.155','2010-02-22 00:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-02-22 01:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.6.18.250','2010-02-22 08:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.37.188','2010-02-22 08:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-02-22 09:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.114.127.17','2010-02-22 14:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.255.85.209','2010-02-22 18:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.172.210.136','2010-02-22 19:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.70','2010-02-22 20:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.70','2010-02-22 20:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.70','2010-02-22 20:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.70','2010-02-22 20:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.70','2010-02-22 20:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.70','2010-02-22 20:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.70','2010-02-22 20:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.70','2010-02-22 20:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.70','2010-02-22 20:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.70','2010-02-22 22:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.70','2010-02-22 22:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.70','2010-02-22 22:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.70','2010-02-22 22:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.106.208','2010-02-22 23:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.37.188','2010-02-23 03:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.70','2010-02-23 04:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.70','2010-02-23 04:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.70','2010-02-23 05:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.70','2010-02-23 05:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.70','2010-02-23 05:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.70','2010-02-23 06:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.152','2010-02-23 06:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.152','2010-02-23 06:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.152','2010-02-23 06:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.67.152','2010-02-23 06:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.152','2010-02-23 06:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.152','2010-02-23 06:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.152','2010-02-23 06:49:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.152','2010-02-23 06:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.152','2010-02-23 06:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.152','2010-02-23 06:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.152','2010-02-23 06:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.37.188','2010-02-23 15:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.188.233.242','2010-02-23 16:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.155','2010-02-23 16:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.207.132','2010-02-23 23:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.37.188','2010-02-23 23:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.149','2010-02-24 06:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.149','2010-02-24 06:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.149','2010-02-24 06:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.1.74.233','2010-02-24 14:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.57.136.69','2010-02-24 15:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.26','2010-02-24 17:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.27','2010-02-24 17:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.5','2010-02-24 17:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.7','2010-02-24 17:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.38','2010-02-24 17:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.56','2010-02-24 17:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.39','2010-02-24 17:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.31','2010-02-24 18:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.111','2010-02-24 21:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.228.188.131','2010-02-24 22:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.214','2010-02-25 00:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.110.241','2010-02-25 01:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.214','2010-02-25 07:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.198','2010-02-25 07:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.172.210.136','2010-02-25 10:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.172.210.136','2010-02-25 10:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.172.210.136','2010-02-25 11:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.128.61.13','2010-02-25 11:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.84.28','2010-02-25 11:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.16.188.75','2010-02-25 16:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.134','2010-02-25 16:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.214','2010-02-25 17:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.26','2010-02-25 17:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.57.136.69','2010-02-25 18:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.57.136.69','2010-02-25 18:39:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.198','2010-02-26 06:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.198','2010-02-26 06:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.67.198','2010-02-26 06:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.198','2010-02-26 06:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.67.198','2010-02-26 06:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.198','2010-02-26 07:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.198','2010-02-26 07:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.214','2010-02-26 15:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,34,'125.103.39.174','2010-02-27 16:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,34,'125.103.39.174','2010-02-27 16:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.115.214','2010-02-27 17:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.214','2010-02-27 17:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.115.214','2010-02-27 19:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.214','2010-02-27 23:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.218.14.145','2010-02-28 05:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.174','2010-02-28 07:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.214','2010-02-28 08:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.204.171','2010-02-28 11:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.58.133.179','2010-02-28 12:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.58.133.179','2010-02-28 12:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.109.25','2010-02-28 13:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'121.58.133.179','2010-02-28 13:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.204.192','2010-02-28 14:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.174','2010-02-28 15:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.174','2010-02-28 15:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.174','2010-02-28 17:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.174','2010-02-28 20:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.174','2010-02-28 21:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.214','2010-02-28 21:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.174','2010-02-28 23:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.214','2010-03-01 02:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.174','2010-03-01 06:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.84.59.160','2010-03-01 07:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.84.59.160','2010-03-01 07:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.84.59.160','2010-03-01 07:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.174','2010-03-01 08:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.24','2010-03-01 08:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.24','2010-03-01 08:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.24','2010-03-01 08:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.115.214','2010-03-01 08:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.174','2010-03-01 09:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.187.65.53','2010-03-01 10:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.174','2010-03-01 10:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.174','2010-03-01 11:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.174','2010-03-01 12:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.174','2010-03-01 12:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.224.111.90','2010-03-01 13:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'116.82.200.23','2010-03-01 17:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.166.152.209','2010-03-01 18:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.150.54.14','2010-03-01 21:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.214','2010-03-02 03:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.115.214','2010-03-02 03:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.174','2010-03-02 06:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.174','2010-03-02 07:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.196.171.96','2010-03-02 11:31:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.155','2010-03-02 11:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.196.171.96','2010-03-02 14:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.138','2010-03-02 14:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'220.146.191.251','2010-03-02 14:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.174','2010-03-02 17:14:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.39','2010-03-02 17:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.44.189.220','2010-03-02 18:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.44.189.220','2010-03-02 18:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.115.214','2010-03-02 21:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.115.214','2010-03-02 22:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.149.120.115','2010-03-03 03:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.142','2010-03-03 03:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.155','2010-03-03 03:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.204.192','2010-03-03 09:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.196.171.96','2010-03-03 10:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.28','2010-03-03 10:50:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.196.171.96','2010-03-03 11:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.104.15.130','2010-03-03 11:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.196.171.96','2010-03-03 11:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.110.216.30','2010-03-03 11:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.214','2010-03-03 13:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.214','2010-03-03 20:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.24','2010-03-03 22:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.24','2010-03-03 22:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.24','2010-03-03 22:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.24','2010-03-03 22:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.24','2010-03-03 22:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.24','2010-03-03 22:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.214','2010-03-03 23:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.24','2010-03-04 00:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.24','2010-03-04 00:07:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.24','2010-03-04 00:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.24','2010-03-04 00:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.214','2010-03-04 05:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.174','2010-03-04 05:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.174','2010-03-04 05:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.174','2010-03-04 07:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.174','2010-03-04 07:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.174','2010-03-04 07:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.24','2010-03-04 08:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.24','2010-03-04 08:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.174','2010-03-04 11:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.174','2010-03-04 11:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.174','2010-03-04 11:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.174','2010-03-04 11:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.174','2010-03-04 11:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.174','2010-03-04 11:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.174','2010-03-04 11:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.106.221.51','2010-03-04 11:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.134','2010-03-04 11:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.106.221.51','2010-03-04 13:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.84.28','2010-03-04 13:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.106.221.51','2010-03-04 13:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.104.15.130','2010-03-04 13:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.106.221.51','2010-03-04 13:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.84.155','2010-03-04 13:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.86.246.158','2010-03-04 14:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.106.221.51','2010-03-04 14:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.84.155','2010-03-04 14:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.174','2010-03-04 15:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.115.214','2010-03-04 16:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.106.221.51','2010-03-04 18:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.84.155','2010-03-04 18:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.145','2010-03-05 06:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.145','2010-03-05 06:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'61.204.208.227','2010-03-05 12:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.97.201.120','2010-03-05 14:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.128.172.150','2010-03-05 15:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.128.172.150','2010-03-05 15:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.6','2010-03-05 21:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.214','2010-03-06 08:12:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.214','2010-03-06 11:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.45.231','2010-03-06 13:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.149.89.148','2010-03-06 17:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.149.89.148','2010-03-06 17:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.214','2010-03-06 17:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.115.214','2010-03-07 00:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.145','2010-03-07 05:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.145','2010-03-07 05:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.145','2010-03-07 05:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.145','2010-03-07 05:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.145','2010-03-07 05:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.145','2010-03-07 05:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.145','2010-03-07 05:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.145','2010-03-07 05:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.145','2010-03-07 05:50:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.145','2010-03-07 05:50:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.145','2010-03-07 05:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.145','2010-03-07 05:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.6','2010-03-07 11:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.214','2010-03-07 15:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.214','2010-03-08 01:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.115.214','2010-03-08 10:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'59.109.4.138','2010-03-08 15:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'59.109.4.138','2010-03-08 15:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'203.213.174.86','2010-03-08 22:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.145','2010-03-09 03:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.145','2010-03-09 03:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.145','2010-03-09 03:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.145','2010-03-09 04:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.115.214','2010-03-09 06:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.6','2010-03-09 06:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.214','2010-03-09 07:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'218.121.96.10','2010-03-09 10:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.104.15.130','2010-03-09 10:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'203.213.174.86','2010-03-09 10:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'203.213.174.86','2010-03-09 10:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.12.248.145','2010-03-09 14:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'203.212.32.141','2010-03-09 23:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.133.153.100','2010-03-10 01:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.16.185.154','2010-03-10 11:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'203.129.114.148','2010-03-10 18:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.6','2010-03-10 20:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.6','2010-03-10 20:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.6','2010-03-10 20:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.6','2010-03-10 20:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.6','2010-03-10 20:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.6','2010-03-10 20:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.6','2010-03-10 20:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.6','2010-03-10 20:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.6','2010-03-10 20:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.6','2010-03-10 20:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.6','2010-03-10 20:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.6','2010-03-10 20:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.6','2010-03-10 20:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.6','2010-03-10 22:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.6','2010-03-10 22:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.6','2010-03-10 23:02:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.6','2010-03-10 23:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.6','2010-03-10 23:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.6','2010-03-10 23:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.6','2010-03-10 23:05:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.6','2010-03-10 23:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.6','2010-03-10 23:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.6','2010-03-10 23:05:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.6','2010-03-10 23:05:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.214','2010-03-11 07:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.65.225','2010-03-11 07:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.65.225','2010-03-11 07:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.225','2010-03-11 07:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.225','2010-03-11 07:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.225','2010-03-11 07:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.65.225','2010-03-11 07:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.65.225','2010-03-11 07:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.65.225','2010-03-11 07:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.65.225','2010-03-11 07:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.65.225','2010-03-11 08:00:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.65.225','2010-03-11 08:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.65.225','2010-03-11 08:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.115.214','2010-03-11 14:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.199.50','2010-03-12 04:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.238.228.112','2010-03-12 15:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.214','2010-03-12 15:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.214','2010-03-12 16:18:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.8','2010-03-12 16:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.214','2010-03-12 19:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.145','2010-03-13 06:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.145','2010-03-13 06:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.145','2010-03-13 07:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.145','2010-03-13 07:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.145','2010-03-13 07:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.115.214','2010-03-13 08:10:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.214','2010-03-13 08:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.145','2010-03-13 09:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.145','2010-03-13 09:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.145','2010-03-13 09:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.214','2010-03-13 11:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.204.239','2010-03-13 14:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.46','2010-03-13 18:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.214','2010-03-13 19:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.6','2010-03-13 20:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.145','2010-03-14 05:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.145','2010-03-14 05:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.145','2010-03-14 05:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.145','2010-03-14 05:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.145','2010-03-14 06:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.145','2010-03-14 06:25:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.145','2010-03-14 06:27:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.115.214','2010-03-14 11:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.14.255.241','2010-03-14 13:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-03-14 15:06:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.145','2010-03-14 17:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.145','2010-03-14 18:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.68.145','2010-03-14 18:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.145','2010-03-14 18:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.145','2010-03-14 18:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-03-14 18:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-03-14 18:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.59','2010-03-15 04:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.203.213.135','2010-03-15 09:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-03-15 10:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-03-15 10:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-03-15 14:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.31','2010-03-16 01:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.31','2010-03-16 02:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.31','2010-03-16 08:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-03-16 10:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.249.126.203','2010-03-16 14:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-03-16 14:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.196.102.221','2010-03-16 15:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.196.102.221','2010-03-16 15:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.31','2010-03-16 16:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.85','2010-03-16 18:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.31','2010-03-16 19:52:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-03-16 22:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.6','2010-03-16 22:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.6','2010-03-16 22:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.31','2010-03-16 23:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.145','2010-03-17 00:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.145','2010-03-17 00:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.145','2010-03-17 00:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.145','2010-03-17 00:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.145','2010-03-17 00:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.145','2010-03-17 00:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.145','2010-03-17 01:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.145','2010-03-17 01:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.31','2010-03-17 01:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.145','2010-03-17 01:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.145','2010-03-17 01:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.48.206.191','2010-03-17 01:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.145','2010-03-17 01:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.145','2010-03-17 01:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.145','2010-03-17 01:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.145','2010-03-17 01:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.17','2010-03-17 05:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.61','2010-03-17 05:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.25','2010-03-17 05:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.110.70.123','2010-03-17 07:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'218.110.70.123','2010-03-17 07:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.110.70.123','2010-03-17 07:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.110.70.123','2010-03-17 07:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.110.70.123','2010-03-17 07:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'218.110.70.123','2010-03-17 07:02:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'218.110.70.123','2010-03-17 07:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.110.70.123','2010-03-17 07:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.110.70.123','2010-03-17 07:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'218.110.70.123','2010-03-17 07:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.110.70.123','2010-03-17 07:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'218.110.70.123','2010-03-17 07:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'218.110.70.123','2010-03-17 07:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.110.70.123','2010-03-17 07:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'218.110.70.123','2010-03-17 07:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.110.70.123','2010-03-17 07:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.31','2010-03-17 15:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.170.28.185','2010-03-17 18:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.110.70.123','2010-03-17 18:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'218.110.70.123','2010-03-17 18:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.110.70.123','2010-03-17 18:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'218.110.70.123','2010-03-17 18:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'218.110.70.123','2010-03-17 18:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.110.70.123','2010-03-17 18:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'218.110.70.123','2010-03-17 18:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'218.110.70.123','2010-03-17 18:34:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.110.70.123','2010-03-17 18:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'218.110.70.123','2010-03-17 18:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.18','2010-03-17 21:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.136','2010-03-17 22:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.145','2010-03-17 22:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.145','2010-03-17 23:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.145','2010-03-17 23:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.145','2010-03-17 23:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.145','2010-03-17 23:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.85','2010-03-18 01:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.6','2010-03-18 08:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.6','2010-03-18 08:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.6','2010-03-18 08:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.6','2010-03-18 08:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.6','2010-03-18 08:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.6','2010-03-18 09:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.6','2010-03-18 09:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.6','2010-03-18 10:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.6','2010-03-18 11:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.6','2010-03-18 11:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.6','2010-03-18 11:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.235.237.85','2010-03-18 15:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.48.252.63','2010-03-18 18:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.145','2010-03-18 20:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.145','2010-03-18 20:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.31','2010-03-19 00:12:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.44','2010-03-19 05:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.43','2010-03-19 05:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.22','2010-03-19 05:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.31','2010-03-19 08:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.20','2010-03-19 14:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.29','2010-03-19 14:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.45','2010-03-19 14:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.22','2010-03-19 14:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.52','2010-03-19 14:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.28','2010-03-19 14:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.19','2010-03-19 14:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.27','2010-03-19 14:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.249.126.203','2010-03-19 16:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.204.190','2010-03-19 17:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.98.234.33','2010-03-20 00:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.98.234.33','2010-03-20 00:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.31','2010-03-20 04:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.31','2010-03-20 08:17:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.31','2010-03-20 11:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.215.149.203','2010-03-21 04:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.235.237.20','2010-03-21 05:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.235.237.19','2010-03-21 05:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.6','2010-03-21 14:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.6','2010-03-21 14:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.6','2010-03-21 14:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.6','2010-03-21 14:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.6','2010-03-21 14:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.6','2010-03-21 14:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.6','2010-03-21 14:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.6','2010-03-21 14:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.6','2010-03-21 14:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.145','2010-03-21 18:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.145','2010-03-21 18:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.145','2010-03-21 18:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.6','2010-03-21 19:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.145','2010-03-21 19:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.145','2010-03-21 19:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.145','2010-03-21 19:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.145','2010-03-21 19:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.145','2010-03-21 20:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.145','2010-03-21 21:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.145','2010-03-21 21:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.145','2010-03-21 21:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.145','2010-03-21 21:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.145','2010-03-21 21:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.145','2010-03-21 21:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.31','2010-03-22 05:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.83.30.10','2010-03-22 13:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.85','2010-03-22 13:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.235.237.18','2010-03-22 14:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.20','2010-03-22 17:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.235.237.19','2010-03-22 18:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.6','2010-03-23 10:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.189.209.72','2010-03-23 12:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.189.209.72','2010-03-23 12:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.189.209.72','2010-03-23 12:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.189.209.72','2010-03-23 12:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.189.209.72','2010-03-23 12:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.189.209.72','2010-03-23 12:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.189.209.72','2010-03-23 12:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.189.209.72','2010-03-23 12:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.148.15.203','2010-03-23 20:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.148.15.203','2010-03-23 20:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.246.252.97','2010-03-23 20:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.31','2010-03-23 22:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.103.39.174','2010-03-24 01:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.103.39.174','2010-03-24 01:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.103.39.174','2010-03-24 01:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.23.212.21','2010-03-24 03:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.197.149.104','2010-03-24 03:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.197.149.104','2010-03-24 03:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.23.212.21','2010-03-24 03:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.28','2010-03-24 03:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.197.149.104','2010-03-24 03:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.197.149.104','2010-03-24 03:08:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.20','2010-03-24 05:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.25.74.63','2010-03-24 08:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.195.223','2010-03-24 10:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.25.74.63','2010-03-24 11:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.85.147.93','2010-03-24 11:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.155','2010-03-24 11:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.118.215.204','2010-03-24 13:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.118.215.204','2010-03-24 13:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.242.193.186','2010-03-24 16:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.6','2010-03-24 20:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.6','2010-03-24 20:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.6','2010-03-24 20:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.6','2010-03-24 20:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.6','2010-03-24 20:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.6','2010-03-24 20:43:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.6','2010-03-24 20:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.6','2010-03-24 20:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.6','2010-03-24 20:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.31','2010-03-25 02:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.6','2010-03-25 04:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.31','2010-03-25 08:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.145','2010-03-25 13:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.68.145','2010-03-25 20:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.145','2010-03-25 22:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.145','2010-03-26 00:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.145','2010-03-26 01:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.145','2010-03-26 03:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.246.252.97','2010-03-26 13:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.246.252.97','2010-03-26 13:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.127.228.9','2010-03-26 15:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.31','2010-03-26 17:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.235.237.93','2010-03-27 01:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.145','2010-03-27 02:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.31','2010-03-27 02:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.6','2010-03-27 04:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.6','2010-03-27 04:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.6','2010-03-27 04:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.6','2010-03-27 04:10:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.6','2010-03-27 04:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.6','2010-03-27 04:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.6','2010-03-27 04:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.6','2010-03-27 04:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.6','2010-03-27 04:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.6','2010-03-27 04:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.161.51.154','2010-03-27 05:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.161.51.154','2010-03-27 05:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.145','2010-03-27 06:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.31','2010-03-27 14:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.31','2010-03-27 18:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.136','2010-03-27 23:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.31','2010-03-28 08:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.31','2010-03-28 09:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.195.224','2010-03-28 14:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.42','2010-03-28 17:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.111.51.133','2010-03-28 17:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.5','2010-03-28 23:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.5','2010-03-28 23:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.5','2010-03-28 23:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.5','2010-03-28 23:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.5','2010-03-28 23:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.5','2010-03-28 23:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.5','2010-03-28 23:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.5','2010-03-28 23:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.5','2010-03-28 23:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.204.237','2010-03-29 00:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.53','2010-03-29 02:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'211.11.7.172','2010-03-29 03:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'211.11.7.172','2010-03-29 03:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'211.11.7.172','2010-03-29 03:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'211.11.7.172','2010-03-29 03:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.31','2010-03-29 06:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.31','2010-03-29 06:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'61.123.199.142','2010-03-29 11:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.28','2010-03-29 19:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.31','2010-03-29 21:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.31','2010-03-30 10:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.85','2010-03-30 12:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.113.124.144','2010-03-30 14:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.113.124.144','2010-03-30 14:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.247.214.155','2010-03-30 17:36:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.220.103.146','2010-03-30 21:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.142','2010-03-30 21:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.95.83.87','2010-03-31 04:27:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.95.83.87','2010-03-31 04:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.145','2010-03-31 06:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.13','2010-03-31 10:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.27','2010-03-31 10:22:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.31','2010-03-31 16:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.31','2010-03-31 21:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'220.23.89.17','2010-03-31 21:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.5','2010-03-31 23:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.5','2010-03-31 23:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.5','2010-03-31 23:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.5','2010-03-31 23:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.5','2010-03-31 23:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.5','2010-03-31 23:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.5','2010-03-31 23:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.5','2010-03-31 23:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.5','2010-03-31 23:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-04-01 00:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-04-01 00:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.238.250.235','2010-04-01 02:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-04-01 02:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-04-01 02:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.5','2010-04-01 03:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.5','2010-04-01 03:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.5','2010-04-01 03:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.5','2010-04-01 03:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.31','2010-04-01 05:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-04-01 07:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.249.7.56','2010-04-01 14:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.249.7.56','2010-04-01 14:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-04-01 15:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'192.51.44.14','2010-04-01 17:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.218.146.45','2010-04-01 17:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.5','2010-04-02 05:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.3.168','2010-04-02 07:17:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.3.168','2010-04-02 07:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.3.168','2010-04-02 07:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.3.168','2010-04-02 07:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.3.168','2010-04-02 07:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.3.168','2010-04-02 07:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.3.168','2010-04-02 07:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.3.168','2010-04-02 07:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.3.168','2010-04-02 07:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.31','2010-04-02 10:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-04-02 13:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-04-02 13:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-04-02 13:21:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.198.191.195','2010-04-02 15:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.195.242','2010-04-02 17:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.149.112.184','2010-04-02 19:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.155','2010-04-02 19:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.18','2010-04-02 21:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.20','2010-04-02 21:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.85','2010-04-02 22:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.241.8.118','2010-04-02 22:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-04-03 04:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-04-03 04:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-04-03 04:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.31','2010-04-03 09:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-04-03 10:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-04-03 10:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-04-03 10:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.31','2010-04-03 11:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.31','2010-04-03 15:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-04-03 22:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.31','2010-04-04 04:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-04-04 06:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.31','2010-04-04 12:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.132','2010-04-04 19:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.5','2010-04-05 02:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.5','2010-04-05 02:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.5','2010-04-05 02:50:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.5','2010-04-05 02:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.5','2010-04-05 02:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.5','2010-04-05 02:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.5','2010-04-05 02:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.5','2010-04-05 02:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.5','2010-04-05 02:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.5','2010-04-05 05:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.5','2010-04-05 05:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.5','2010-04-05 05:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.5','2010-04-05 05:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.137','2010-04-05 06:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.186.95.250','2010-04-05 13:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.186.95.250','2010-04-05 13:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.44.173.123','2010-04-05 16:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.31','2010-04-05 16:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.17','2010-04-05 16:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.5','2010-04-06 00:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.5','2010-04-06 04:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.5','2010-04-06 05:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.5','2010-04-06 05:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.5','2010-04-06 05:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.5','2010-04-06 05:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.5','2010-04-06 05:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.5','2010-04-06 05:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.145','2010-04-06 10:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.145','2010-04-06 11:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'164.71.1.149','2010-04-06 16:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.31','2010-04-06 20:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.105.143.246','2010-04-07 01:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.105.143.246','2010-04-07 01:07:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.181.45.144','2010-04-07 12:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.31','2010-04-07 14:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.31','2010-04-07 15:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.31','2010-04-07 19:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.20.102.39','2010-04-07 21:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.20.102.39','2010-04-07 21:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'222.2.145.72','2010-04-08 02:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.145','2010-04-08 11:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.218.22.85','2010-04-08 15:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.86','2010-04-08 21:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-08 22:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-08 22:23:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-08 22:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-08 22:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-08 22:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-08 22:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-08 22:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-08 22:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-08 22:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-09 01:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-09 03:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'58.188.118.6','2010-04-09 03:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'58.188.118.6','2010-04-09 03:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.188.118.6','2010-04-09 03:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'58.188.118.6','2010-04-09 03:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'58.188.118.6','2010-04-09 03:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-04-09 05:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-04-09 05:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-09 06:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-09 07:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2010-04-09 07:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2010-04-09 07:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2010-04-09 08:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-09 08:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2010-04-09 08:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2010-04-09 08:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.242.193.186','2010-04-09 11:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.193.161.11','2010-04-09 14:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'118.18.148.129','2010-04-09 14:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.16','2010-04-09 21:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.235.237.18','2010-04-09 22:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.118.210.66','2010-04-10 01:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-10 03:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-10 03:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-10 04:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-10 04:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.31','2010-04-10 05:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-10 12:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-10 12:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-10 12:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-10 12:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-10 12:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-10 12:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-10 12:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-10 12:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-10 12:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.31','2010-04-10 14:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.31','2010-04-10 19:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.154.249.100','2010-04-10 19:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.16','2010-04-11 00:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'88.131.106.30','2010-04-12 03:00:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.31','2010-04-12 09:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'133.50.156.108','2010-04-12 11:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-12 12:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-12 12:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-12 12:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-12 12:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-12 12:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-12 12:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-12 12:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-12 12:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-12 12:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-12 12:46:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-12 12:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-12 12:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-12 12:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-12 12:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-12 12:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-12 12:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-12 12:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-12 12:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-12 12:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-12 12:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-04-12 13:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-04-12 13:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-12 13:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-04-12 13:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-04-12 13:01:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-12 13:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-12 13:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-12 13:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2010-04-12 13:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2010-04-12 13:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-12 13:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2010-04-12 13:03:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-12 13:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2010-04-12 13:04:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2010-04-12 13:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2010-04-12 13:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2010-04-12 13:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2010-04-12 13:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2010-04-12 13:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2010-04-12 13:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-12 13:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-12 13:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'219.101.212.99','2010-04-12 13:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.206.255.108','2010-04-12 13:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.31','2010-04-12 15:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'124.32.196.162','2010-04-12 18:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.17','2010-04-12 20:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.5','2010-04-13 04:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.6','2010-04-13 04:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.22','2010-04-13 04:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.41','2010-04-13 04:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.7','2010-04-13 04:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.39','2010-04-13 06:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-13 11:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-13 11:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-13 11:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-13 11:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-13 11:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-13 11:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-13 11:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-13 11:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-13 11:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-13 11:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-13 11:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-13 11:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'125.102.55.85','2010-04-13 13:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.3.168','2010-04-13 17:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.3.168','2010-04-13 18:00:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.3.168','2010-04-13 18:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.3.168','2010-04-13 18:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.3.168','2010-04-13 18:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.3.168','2010-04-13 18:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.3.168','2010-04-13 18:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.3.168','2010-04-13 18:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.3.168','2010-04-13 18:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.3.168','2010-04-13 19:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.55.3.168','2010-04-13 19:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.55.3.168','2010-04-13 19:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.55.3.168','2010-04-13 19:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.55.3.168','2010-04-13 19:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.55.3.168','2010-04-13 19:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.55.3.168','2010-04-13 19:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.55.3.168','2010-04-13 19:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.3.168','2010-04-13 19:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.3.168','2010-04-13 19:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.3.168','2010-04-13 19:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.3.168','2010-04-13 19:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.3.168','2010-04-13 19:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.3.168','2010-04-13 19:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.3.168','2010-04-13 19:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.3.168','2010-04-13 19:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.31','2010-04-13 20:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.31','2010-04-13 20:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.31','2010-04-14 03:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.195.224','2010-04-14 06:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.2.19.161','2010-04-14 10:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.97.206.78','2010-04-14 21:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.97.206.78','2010-04-14 21:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-15 12:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-15 12:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-15 12:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-15 12:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-15 12:22:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-15 12:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-15 12:22:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-15 12:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-15 12:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-15 12:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-15 12:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-15 12:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-15 12:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-15 12:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-15 12:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-15 12:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-15 12:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-15 12:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-15 12:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-15 12:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-04-15 12:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-04-15 12:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-15 12:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-04-15 12:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-04-15 12:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-15 12:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-15 12:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2010-04-15 12:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2010-04-15 12:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2010-04-15 12:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2010-04-15 12:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-15 12:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-15 12:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2010-04-15 12:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-15 12:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2010-04-15 12:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2010-04-15 12:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2010-04-15 12:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-15 12:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2010-04-15 12:27:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2010-04-15 12:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-15 12:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.126.197.8','2010-04-15 16:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.98.246.119','2010-04-15 18:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.145','2010-04-15 19:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.145','2010-04-16 07:20:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.67.145','2010-04-16 09:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.145','2010-04-16 09:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.31','2010-04-16 12:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.17.162.95','2010-04-16 13:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.199.16','2010-04-16 13:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.86','2010-04-16 16:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-16 17:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-16 17:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-16 17:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-16 17:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-16 17:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-16 17:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-16 17:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-16 17:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-16 17:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-16 17:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-16 17:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-16 17:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.6.164.104','2010-04-16 19:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.31','2010-04-16 21:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.145','2010-04-16 23:40:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.31','2010-04-16 23:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.142','2010-04-17 01:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.222.184.178','2010-04-17 10:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.31','2010-04-17 10:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.31','2010-04-17 18:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.31','2010-04-18 01:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.53','2010-04-18 17:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.23','2010-04-18 17:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.9','2010-04-18 17:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.144.42.243','2010-04-18 17:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-18 20:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-18 20:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-18 20:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-18 20:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-18 20:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-18 20:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-18 20:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-18 20:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-18 20:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-18 20:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-18 20:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-18 20:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-18 20:42:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-18 20:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-18 20:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-18 20:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-18 20:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-18 20:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.31','2010-04-18 21:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-18 21:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-18 21:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.31','2010-04-18 22:14:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-04-18 22:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-04-18 22:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-18 22:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-04-18 22:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-04-18 22:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-18 22:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-18 23:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-18 23:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2010-04-18 23:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2010-04-18 23:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2010-04-18 23:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2010-04-18 23:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2010-04-18 23:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-18 23:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-18 23:15:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.44.168.216','2010-04-19 01:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.44.168.216','2010-04-19 01:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.190.201.146','2010-04-19 08:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.104.15.130','2010-04-19 08:02:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.12.210','2010-04-19 10:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.101.42.34','2010-04-19 14:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.235.237.92','2010-04-19 16:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'222.228.51.116','2010-04-19 16:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-19 20:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-19 20:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-19 20:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-19 20:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-19 20:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-19 21:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-19 21:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-19 21:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-19 21:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-19 21:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-19 21:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-19 21:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2010-04-19 21:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2010-04-19 21:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2010-04-19 21:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-19 21:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-19 21:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2010-04-19 21:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2010-04-19 21:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.40','2010-04-19 23:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.235.237.19','2010-04-20 03:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.195.226','2010-04-20 04:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.230.150.39','2010-04-20 10:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.230.150.39','2010-04-20 11:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.230.150.39','2010-04-20 11:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.31','2010-04-20 14:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.145','2010-04-20 17:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.212.111.208','2010-04-20 18:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.145','2010-04-20 18:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'219.113.209.172','2010-04-20 18:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.235.237.17','2010-04-20 19:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.213.237.160','2010-04-20 19:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.213.237.160','2010-04-20 19:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.213.237.160','2010-04-20 20:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.213.237.160','2010-04-20 20:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.213.237.160','2010-04-20 20:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.213.237.160','2010-04-20 20:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.213.237.160','2010-04-20 20:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.213.237.160','2010-04-20 20:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-20 20:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-20 20:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.31','2010-04-20 20:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-20 20:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-20 20:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-20 20:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-20 20:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-20 21:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-20 21:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.145','2010-04-20 23:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.145','2010-04-21 01:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.145','2010-04-21 01:46:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.145','2010-04-21 01:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.145','2010-04-21 01:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.31','2010-04-21 06:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.99','2010-04-21 08:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.25.74.63','2010-04-21 10:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.155','2010-04-21 10:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-21 19:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.40','2010-04-21 22:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.40','2010-04-21 22:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.40','2010-04-22 00:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.146','2010-04-22 02:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.40','2010-04-22 02:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.145','2010-04-22 02:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.40','2010-04-22 02:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.40','2010-04-22 02:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.40','2010-04-22 02:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.40','2010-04-22 02:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.19.61.149','2010-04-22 11:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.237.235.163','2010-04-22 15:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.12.65','2010-04-22 20:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-22 23:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-22 23:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-22 23:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-22 23:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-22 23:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-22 23:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-22 23:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-22 23:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-22 23:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-22 23:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-22 23:34:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-22 23:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-22 23:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-04-22 23:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-22 23:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-22 23:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-22 23:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-22 23:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-23 00:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-23 00:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-23 00:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-23 00:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2010-04-23 01:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-04-23 02:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-04-23 02:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-04-23 02:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-04-23 02:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-23 02:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-23 02:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-23 02:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-23 02:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-23 02:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-23 02:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-04-23 02:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-04-23 02:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.31','2010-04-23 11:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.98.2.62','2010-04-23 19:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.142','2010-04-23 19:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-04-23 19:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-04-23 19:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-04-23 19:55:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-04-23 19:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-04-23 19:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-04-23 20:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-04-23 20:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-04-23 20:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.31','2010-04-23 21:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.2.19.161','2010-04-23 22:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2010-04-23 22:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2010-04-23 22:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-04-23 22:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2010-04-23 23:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-23 23:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-23 23:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2010-04-23 23:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2010-04-23 23:17:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2010-04-23 23:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2010-04-23 23:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-23 23:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-23 23:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2010-04-23 23:25:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2010-04-23 23:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2010-04-23 23:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2010-04-23 23:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2010-04-23 23:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2010-04-23 23:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2010-04-23 23:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.204.190','2010-04-23 23:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.31','2010-04-24 05:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.31','2010-04-24 14:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-04-24 22:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'112.71.54.99','2010-04-25 02:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'60.41.45.16','2010-04-25 14:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.31','2010-04-25 16:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.130.19.88','2010-04-25 16:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.130.19.88','2010-04-25 16:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-04-26 00:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-04-26 00:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-04-26 00:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-04-26 00:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-04-26 00:55:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-04-26 00:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-04-26 00:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-04-26 00:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-04-26 01:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-04-26 01:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-04-26 01:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-04-26 01:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.199.44','2010-04-26 01:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-04-26 01:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-04-26 01:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-04-26 01:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-04-26 01:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-04-26 01:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-04-26 01:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-04-26 02:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-04-26 02:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-04-26 03:14:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-04-26 03:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-04-26 03:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-04-26 03:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-04-26 03:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-04-26 04:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-04-26 04:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-04-26 04:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-04-26 04:45:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-04-26 04:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-04-26 04:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-04-26 04:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-04-26 04:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-04-26 04:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-04-26 04:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-04-26 15:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.19.61.149','2010-04-26 16:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.67.145','2010-04-26 17:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.67.145','2010-04-26 18:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-04-26 19:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-04-26 19:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-04-27 01:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-04-27 01:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-04-27 01:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-04-27 01:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-04-27 01:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-04-27 01:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-04-27 01:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-04-27 01:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-04-27 02:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-04-27 04:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-04-27 04:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-04-27 04:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-04-27 04:12:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-04-27 04:15:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-04-27 04:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-04-27 04:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-04-27 04:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-04-27 04:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-04-27 04:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-04-27 04:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-04-27 04:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-04-27 04:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-04-27 04:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-04-27 04:27:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-04-27 04:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.166.152.209','2010-04-27 11:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'122.19.61.149','2010-04-27 11:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'222.145.78.182','2010-04-27 13:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.16.85.176','2010-04-27 20:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.164.200.97','2010-04-27 20:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.164.200.97','2010-04-27 20:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.164.200.97','2010-04-27 20:29:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.16.85.176','2010-04-27 20:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.16.85.176','2010-04-27 20:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.16.85.176','2010-04-27 20:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.28','2010-04-27 20:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.16.85.176','2010-04-27 20:55:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.164.200.97','2010-04-27 20:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.16.85.176','2010-04-27 20:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.16.85.176','2010-04-27 20:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.16.85.176','2010-04-27 20:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.16.85.176','2010-04-27 20:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-04-27 21:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-04-27 21:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-04-27 21:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-04-27 23:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-04-28 01:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-04-28 01:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-04-28 01:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-04-28 01:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-04-28 04:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-04-29 00:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-04-29 00:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-04-29 00:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-04-29 00:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-04-29 00:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-04-29 00:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-04-29 00:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-04-29 00:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-04-29 00:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-04-29 00:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-04-29 00:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-04-29 00:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-04-29 00:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-04-29 00:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-04-29 00:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-04-29 00:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-04-29 00:40:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-04-29 00:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-04-29 00:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-04-29 00:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-04-29 00:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-04-29 00:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-04-29 00:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-04-29 00:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.31','2010-04-29 06:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.215.160.205','2010-04-29 17:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.215.160.205','2010-04-29 17:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'220.215.160.205','2010-04-29 17:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-04-30 00:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-04-30 01:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-04-30 01:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-04-30 01:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-04-30 01:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-04-30 01:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-04-30 01:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-04-30 01:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-04-30 01:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-04-30 01:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-04-30 01:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-04-30 01:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-04-30 02:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-04-30 02:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-04-30 02:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-04-30 02:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-04-30 03:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-04-30 03:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-04-30 03:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-04-30 03:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-04-30 03:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-04-30 03:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-04-30 03:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-04-30 03:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.195.225','2010-04-30 05:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.213.138.96','2010-04-30 12:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.31','2010-04-30 14:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-04-30 21:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.31','2010-04-30 21:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.31','2010-05-01 00:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-01 00:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-01 00:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-01 00:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-01 00:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-01 00:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-01 00:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-01 00:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-01 00:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-01 00:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-01 00:54:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-01 00:55:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-01 00:55:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-01 00:56:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-01 00:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-01 00:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-01 00:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-01 00:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-01 00:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-01 00:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-01 01:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-01 01:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-01 01:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-01 01:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.132','2010-05-01 05:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.31','2010-05-01 12:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-01 23:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-01 23:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-01 23:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-01 23:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-01 23:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-01 23:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-01 23:45:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-01 23:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-01 23:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-01 23:49:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-01 23:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-01 23:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-01 23:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-01 23:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-01 23:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-01 23:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-01 23:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-01 23:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-01 23:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-01 23:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-01 23:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-01 23:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-01 23:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-01 23:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.31','2010-05-02 05:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.60','2010-05-02 07:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.15','2010-05-02 07:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.38','2010-05-02 07:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.32','2010-05-02 07:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.31','2010-05-02 19:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.31','2010-05-02 21:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.112.31','2010-05-03 00:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.36','2010-05-03 04:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-03 06:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-03 06:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-03 06:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-03 06:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-03 06:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-03 06:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-03 06:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-03 06:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-03 07:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-03 07:04:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-03 07:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-03 07:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-03 07:11:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-03 07:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-03 07:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-03 07:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-03 07:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-03 07:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.146.10.29','2010-05-03 08:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-03 08:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-03 08:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-03 08:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-03 08:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-03 08:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-03 08:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.42','2010-05-03 17:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.45','2010-05-03 17:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.28','2010-05-03 17:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.255.204.12','2010-05-03 20:08:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.255.204.12','2010-05-03 20:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.2.31.188','2010-05-04 00:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-04 02:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.31','2010-05-04 02:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-04 05:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-04 05:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-04 05:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-04 05:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-04 05:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-04 05:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-04 05:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-04 05:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-04 05:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-04 05:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-04 05:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-04 05:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-04 05:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-04 05:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-04 05:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-04 05:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-04 05:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-04 05:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-04 05:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-04 05:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-04 05:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-04 05:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-04 05:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.112.31','2010-05-04 05:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.31','2010-05-04 19:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-05 05:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-05 05:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-05 05:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-05 05:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-05 05:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-05 05:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-05 05:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-05 05:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-05 05:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-05 05:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-05 05:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-05 05:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-05 05:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-05 05:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-05 05:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-05 05:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-05 05:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-05 05:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-05 05:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-05 05:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-05 05:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-05 05:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-05 05:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-05 05:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'219.38.51.108','2010-05-05 12:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.199.45','2010-05-05 20:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.31','2010-05-06 02:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.145','2010-05-06 12:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.136','2010-05-06 21:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-07 02:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-07 02:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-07 02:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-07 02:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-07 02:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-07 02:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-07 02:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-07 02:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-07 02:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-07 03:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-07 03:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-07 03:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-07 03:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-07 03:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-07 03:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-07 03:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-07 03:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-07 03:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-07 03:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-07 03:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-07 03:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-07 03:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-07 03:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-07 03:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-07 03:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-07 03:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-07 03:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-07 03:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-07 03:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-07 03:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-07 03:42:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-07 03:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-07 03:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-07 03:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-07 03:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-07 03:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-07 04:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-07 04:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-07 04:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-07 04:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-07 04:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-07 04:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.31','2010-05-07 05:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'221.242.193.186','2010-05-07 11:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.104.15.138','2010-05-07 11:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'220.147.222.121','2010-05-07 21:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.31','2010-05-07 21:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.139','2010-05-08 02:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-08 03:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-08 04:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-08 04:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-08 04:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-08 04:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-08 04:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-08 04:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-08 04:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-08 04:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-08 04:33:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.31','2010-05-08 05:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-08 05:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-08 05:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-08 05:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-08 05:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-08 05:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-08 05:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-08 05:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-08 05:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-08 05:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-08 05:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-08 05:41:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-08 05:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-08 05:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-08 05:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-08 05:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.212','2010-05-08 07:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-08 08:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-08 08:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-08 08:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.204.193','2010-05-08 11:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.89.30.171','2010-05-08 14:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.31','2010-05-08 14:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.31','2010-05-08 17:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.155.197.19','2010-05-08 18:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.155.197.19','2010-05-08 18:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.104.15.142','2010-05-08 18:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.17.232.17','2010-05-09 00:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.134','2010-05-09 00:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-09 01:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-09 01:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-09 01:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-09 01:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-09 01:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-09 01:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-09 01:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-09 01:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-09 03:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-09 03:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-09 03:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-09 03:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-09 03:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-09 03:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-09 03:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-09 03:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-09 03:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-09 03:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-09 03:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-09 03:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-09 03:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-09 03:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-09 03:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-09 03:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-09 03:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-09 03:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-09 03:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-09 03:42:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-09 03:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-09 03:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-09 03:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-09 03:44:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-09 03:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-09 03:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-09 03:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-09 03:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-09 03:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-09 03:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-09 05:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-09 06:01:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.31','2010-05-09 06:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-09 06:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-09 06:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-09 06:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-09 06:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-09 06:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-09 07:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-09 07:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-09 07:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-09 07:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-09 07:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-09 07:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.62','2010-05-09 07:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-09 07:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-09 07:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-09 07:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-09 07:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-09 07:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-09 07:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.67.212','2010-05-09 20:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'212.227.136.205','2010-05-09 21:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'212.227.136.205','2010-05-09 21:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'212.227.136.205','2010-05-09 21:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'212.227.136.205','2010-05-09 21:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'212.227.136.205','2010-05-09 21:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'212.227.136.205','2010-05-09 21:22:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'212.227.136.205','2010-05-09 21:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'212.227.136.205','2010-05-09 21:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'212.227.136.205','2010-05-09 21:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-09 23:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-10 00:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-10 00:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-10 00:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-10 00:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-10 00:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-10 00:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-10 00:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-10 00:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-10 00:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-10 00:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-10 00:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-10 00:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-10 00:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-10 00:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-10 00:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-10 00:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-10 00:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-10 00:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-10 00:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-10 00:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-10 00:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-10 00:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-10 00:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-10 00:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-10 03:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-10 03:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-10 03:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-10 03:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-10 03:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-10 03:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-10 03:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-10 03:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-10 03:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-10 03:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-10 03:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-10 03:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-10 03:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-10 03:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-10 03:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-10 03:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-10 03:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.31','2010-05-10 11:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.31','2010-05-10 13:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'220.147.11.32','2010-05-10 14:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'220.147.11.32','2010-05-10 14:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.31','2010-05-10 18:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-10 21:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-10 21:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-10 21:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-10 21:42:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-10 21:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-10 21:43:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-10 21:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-10 21:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-10 21:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-10 21:50:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-10 21:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-10 21:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-10 21:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-10 21:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-10 21:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-10 21:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-10 21:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-10 21:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-10 21:55:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-10 21:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-10 21:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-10 21:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-10 21:56:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-10 21:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-10 21:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-10 21:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-10 21:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-10 21:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-10 21:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-10 21:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-10 21:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-10 21:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-10 21:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-10 22:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-10 22:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-10 22:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-10 22:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-10 22:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-10 22:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-10 22:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-10 22:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-10 22:10:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-10 22:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-10 22:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-10 22:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-10 23:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-10 23:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-10 23:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-10 23:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-10 23:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-10 23:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-10 23:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-10 23:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-10 23:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-10 23:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.48','2010-05-11 04:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.18','2010-05-11 04:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.59','2010-05-11 04:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.53','2010-05-11 04:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.31','2010-05-11 06:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-12 00:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-12 01:00:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-12 01:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-12 01:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-12 01:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-12 01:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-12 01:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-12 01:02:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-12 01:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-12 01:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-12 01:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-12 01:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-12 01:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-12 01:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-12 01:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-12 01:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-12 01:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-12 01:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-12 01:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-12 01:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-12 01:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-12 01:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-12 01:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-12 01:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-12 01:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'88.131.106.30','2010-05-12 01:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-12 02:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-12 02:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-12 02:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-12 02:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-12 02:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-12 02:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-12 02:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-12 02:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-12 02:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-12 02:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-12 02:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-12 02:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-12 02:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-12 02:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-12 02:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-12 02:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.31','2010-05-12 13:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.167.226.16','2010-05-12 14:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-13 01:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-13 01:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-13 01:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.31','2010-05-13 03:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'88.131.106.30','2010-05-13 04:18:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.161.196.158','2010-05-13 09:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.46.32.125','2010-05-13 16:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.46.32.125','2010-05-13 16:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.246.252.97','2010-05-13 17:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-14 00:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-14 00:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-14 00:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-14 00:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-14 00:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-14 00:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-14 00:50:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-14 00:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-14 00:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-14 01:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-14 01:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-14 01:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-14 01:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-14 01:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-14 01:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-14 01:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-14 01:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-14 01:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-14 02:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-14 02:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-14 02:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-14 02:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-14 02:05:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-14 02:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-14 02:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-14 02:06:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-14 02:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-14 02:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-14 02:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-14 02:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-14 02:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-14 02:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-14 02:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-14 02:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-14 02:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-14 02:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-14 02:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-14 02:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-14 02:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-14 02:40:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-14 02:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-14 02:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-14 02:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-14 02:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-14 02:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-14 02:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-14 02:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-14 02:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-14 02:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-14 02:46:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-14 02:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-14 02:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-14 02:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-14 02:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-14 02:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-14 02:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-14 02:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-14 02:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-14 02:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-14 02:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-14 02:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-14 02:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-14 02:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-05-14 03:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-14 03:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-14 03:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-14 03:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-14 03:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-14 03:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-14 03:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-14 03:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-14 03:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-14 03:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-14 03:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-14 03:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-05-14 06:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-05-14 06:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.216.162.206','2010-05-14 10:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'220.221.114.142','2010-05-14 11:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-05-14 14:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.154.58.185','2010-05-14 14:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.31','2010-05-14 18:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-15 00:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-15 00:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-15 00:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-15 00:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-15 00:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-15 00:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-15 00:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-15 00:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-15 00:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-15 00:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-15 00:39:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-15 00:40:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-15 00:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-15 00:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-15 00:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-15 00:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-15 00:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-15 00:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-15 00:43:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-15 00:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-15 00:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-15 00:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-15 00:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-15 00:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-15 00:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.125','2010-05-15 01:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-05-15 04:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-05-15 04:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-05-15 04:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'88.131.106.31','2010-05-15 06:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-05-15 08:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-05-15 08:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.31','2010-05-15 11:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.48.4.205','2010-05-15 15:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.31','2010-05-15 17:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-15 23:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-15 23:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-15 23:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-15 23:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-15 23:41:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-15 23:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-15 23:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-15 23:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-15 23:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-15 23:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-15 23:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-15 23:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-15 23:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-15 23:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-15 23:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-15 23:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-15 23:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-15 23:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-16 00:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-16 00:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-16 00:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-16 00:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-16 00:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-16 00:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-16 00:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-16 00:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-16 00:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-16 00:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-16 00:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-16 00:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-16 00:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-16 00:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-16 00:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-16 00:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-16 00:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-16 00:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-16 00:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-16 00:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-16 00:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-16 00:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-16 00:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-16 00:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-16 00:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-16 00:12:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-16 00:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-16 00:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-16 00:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-16 00:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-16 00:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-16 00:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-16 00:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-16 00:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-16 00:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-16 00:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-16 00:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-16 00:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-16 00:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-16 00:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-16 00:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-16 00:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-16 00:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-16 00:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-16 00:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-16 00:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-16 00:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-16 00:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-16 00:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-16 00:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-16 00:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-16 00:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-16 00:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-16 00:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-16 00:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-16 00:46:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.112.31','2010-05-16 04:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.212','2010-05-16 12:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.199.40','2010-05-16 14:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.31','2010-05-16 15:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.67.212','2010-05-16 18:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.212','2010-05-16 18:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.12.75','2010-05-16 20:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.20','2010-05-16 22:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.113.229','2010-05-16 23:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.19','2010-05-17 00:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.199.47','2010-05-17 15:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.132.136.65','2010-05-17 15:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.86','2010-05-17 16:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.88','2010-05-17 16:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.94','2010-05-17 16:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.199.46','2010-05-17 22:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.212','2010-05-17 22:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.31','2010-05-17 22:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-18 03:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-18 03:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-18 03:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-18 03:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-18 03:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-18 03:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-18 03:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-18 03:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-18 03:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-18 05:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-18 05:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-18 05:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-18 05:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-18 05:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-18 05:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-18 05:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-18 05:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-18 05:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-18 05:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-18 05:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-18 05:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-18 05:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-18 05:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-18 05:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-18 05:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-18 05:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-18 05:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-18 05:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-18 05:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-18 05:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-18 05:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-18 05:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-18 05:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-18 05:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-18 05:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-18 05:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-18 05:40:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-18 05:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-18 05:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-18 05:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-18 05:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-18 05:46:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-18 05:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-18 05:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-18 05:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-18 05:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-18 05:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-18 05:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-18 05:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-18 05:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-18 05:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-18 05:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-18 05:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-18 06:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-18 06:05:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-18 06:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-18 06:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-18 06:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-18 06:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.31','2010-05-18 06:46:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.196.231.135','2010-05-18 09:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.160.8.74','2010-05-18 10:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.31','2010-05-18 14:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.177.54.154','2010-05-18 22:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.195.227','2010-05-18 23:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-19 02:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-19 02:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-19 02:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-19 02:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-19 02:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-19 02:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-19 02:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-19 02:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-19 02:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-19 02:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-19 02:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-19 02:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-19 02:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-19 02:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-19 02:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-19 02:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-19 02:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-19 03:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-19 03:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.31','2010-05-19 04:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-19 04:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.37.112','2010-05-19 06:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'123.224.57.253','2010-05-19 10:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.37.112','2010-05-19 13:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.37.112','2010-05-19 15:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.48.49.112','2010-05-19 21:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.204.185','2010-05-19 23:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-20 05:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-20 05:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-20 05:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-20 05:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-20 05:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-20 05:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-20 05:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-20 05:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-20 05:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-20 05:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-20 05:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-20 05:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-20 05:31:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-20 05:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-20 05:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-20 05:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-20 05:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.37.112','2010-05-20 07:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.80.227.14','2010-05-20 12:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.104.15.134','2010-05-20 12:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-20 13:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.37.112','2010-05-20 19:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-20 23:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-20 23:08:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-20 23:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-20 23:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-20 23:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-20 23:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-20 23:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-20 23:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-20 23:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-20 23:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-21 00:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-21 00:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-21 01:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-21 01:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-21 01:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-21 01:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-21 01:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-21 01:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.80.227.14','2010-05-21 11:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'150.70.84.155','2010-05-21 11:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.37.112','2010-05-21 18:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.37.112','2010-05-21 20:01:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.199.46','2010-05-21 20:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.215.204.203','2010-05-22 00:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.215.204.203','2010-05-22 00:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.215.204.203','2010-05-22 00:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-22 02:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-22 02:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-22 02:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.204.190','2010-05-22 06:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.204.182','2010-05-22 10:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.247','2010-05-22 15:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.37.112','2010-05-22 18:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.247','2010-05-22 18:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-23 00:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-23 00:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-23 00:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-23 00:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-23 00:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-23 00:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-23 00:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-23 00:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-23 00:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-23 01:12:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-23 01:13:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-23 01:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-23 01:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-23 01:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-23 01:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-23 01:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-23 01:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-23 01:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-23 01:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-23 02:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-23 02:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-23 02:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.42','2010-05-23 02:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.148','2010-05-23 09:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.215.204.203','2010-05-23 10:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.215.204.203','2010-05-23 10:14:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.215.204.203','2010-05-23 10:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.215.204.203','2010-05-23 10:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.215.204.203','2010-05-23 10:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.215.204.203','2010-05-23 10:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.215.204.203','2010-05-23 10:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.215.204.203','2010-05-23 10:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.86','2010-05-23 10:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.204.196','2010-05-23 12:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.67.134.62','2010-05-23 15:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.138','2010-05-23 16:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.195.223','2010-05-23 17:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.37.112','2010-05-23 20:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.37.112','2010-05-24 03:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-05-24 04:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-05-24 04:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.13.90','2010-05-24 10:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.37.112','2010-05-24 18:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.40','2010-05-24 19:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.40','2010-05-24 19:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.40','2010-05-24 19:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.37.112','2010-05-24 21:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.67.133','2010-05-24 22:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.67.133','2010-05-24 22:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.133','2010-05-24 23:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.67.133','2010-05-24 23:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.67.133','2010-05-24 23:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-25 00:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-25 00:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-25 00:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-25 00:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-25 00:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-25 00:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-25 00:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-25 00:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-25 00:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-05-25 01:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-25 01:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-25 01:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-25 01:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-25 01:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-05-25 01:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-25 01:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-05-25 01:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-05-25 01:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-05-25 01:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-05-25 02:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-05-25 03:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-05-25 03:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.37.112','2010-05-25 06:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.199.51','2010-05-25 09:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.89','2010-05-26 00:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.66','2010-05-26 04:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.101','2010-05-26 04:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.37.112','2010-05-26 06:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.37.112','2010-05-26 07:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.37.112','2010-05-26 08:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.103.211.235','2010-05-26 09:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.103.211.235','2010-05-26 09:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.95','2010-05-26 10:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.204.242','2010-05-26 11:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.107','2010-05-26 12:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.37.112','2010-05-26 14:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.106.24.66','2010-05-26 16:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.95','2010-05-27 03:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.165.156.71','2010-05-27 09:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.223.54.206','2010-05-27 09:45:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.223.54.206','2010-05-27 09:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.32.45.27','2010-05-27 10:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.112','2010-05-27 16:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.3.168','2010-05-27 17:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.3.168','2010-05-27 17:18:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.3.168','2010-05-27 17:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.3.168','2010-05-27 17:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.3.168','2010-05-27 17:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.3.168','2010-05-27 17:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.3.168','2010-05-27 17:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.3.168','2010-05-27 17:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.3.168','2010-05-27 17:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.3.168','2010-05-27 18:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.55.3.168','2010-05-27 18:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.55.3.168','2010-05-27 18:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.55.3.168','2010-05-27 18:55:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.55.3.168','2010-05-27 18:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.55.3.168','2010-05-27 18:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.55.3.168','2010-05-27 18:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.55.3.168','2010-05-27 18:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.3.168','2010-05-27 18:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.3.168','2010-05-27 18:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.3.168','2010-05-27 18:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.3.168','2010-05-27 18:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.3.168','2010-05-27 18:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.3.168','2010-05-27 18:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.3.168','2010-05-27 19:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.3.168','2010-05-27 19:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'183.76.65.209','2010-05-27 22:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.84.28','2010-05-27 22:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.153.145.94','2010-05-28 04:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.235.237.85','2010-05-28 04:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.92','2010-05-28 04:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.125.175.132','2010-05-28 09:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.153.102.127','2010-05-28 12:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.99','2010-05-28 16:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'126.107.4.63','2010-05-28 16:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'150.70.84.155','2010-05-28 16:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'82.80.230.228','2010-05-29 11:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'82.80.230.228','2010-05-29 11:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'82.80.230.228','2010-05-29 11:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'82.80.230.228','2010-05-29 11:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'82.80.230.228','2010-05-29 11:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'82.80.230.228','2010-05-29 11:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'82.80.230.228','2010-05-29 11:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'82.80.230.228','2010-05-29 11:07:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'82.80.230.228','2010-05-29 11:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.40','2010-05-29 11:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.40','2010-05-29 11:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.40','2010-05-29 11:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.40','2010-05-29 11:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.40','2010-05-29 11:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.40','2010-05-29 11:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.47','2010-05-29 18:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.47','2010-05-29 19:02:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-05-29 20:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-05-29 20:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-05-29 21:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-05-29 21:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-05-29 21:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-05-29 21:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-05-29 21:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-05-29 21:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-05-29 21:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.88','2010-05-30 05:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.85','2010-05-30 05:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.199.49','2010-05-30 06:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.216.44.242','2010-05-30 15:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.216.44.242','2010-05-30 15:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.216.44.242','2010-05-30 15:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-05-30 23:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-05-30 23:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-05-31 00:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-05-31 00:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-05-31 00:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.204.235','2010-05-31 03:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.107.213.239','2010-05-31 05:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.47','2010-05-31 06:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.144','2010-05-31 07:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.101.159.194','2010-05-31 08:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.85','2010-05-31 09:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.218.116.163','2010-05-31 09:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.40','2010-05-31 10:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.131.124.114','2010-05-31 10:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.131.124.114','2010-05-31 10:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.40.107.47','2010-05-31 16:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.218.116.163','2010-05-31 19:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-06-01 02:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-06-01 02:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-06-01 02:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-06-01 02:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-06-01 02:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-06-01 02:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-06-01 02:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-06-01 02:53:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-06-01 03:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.235.237.18','2010-06-01 03:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.235.237.92','2010-06-01 03:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'88.131.106.22','2010-06-01 07:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.199.51','2010-06-01 09:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.157.237.34','2010-06-01 09:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'116.64.248.171','2010-06-01 10:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'150.70.84.28','2010-06-01 10:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.118.176.249','2010-06-01 13:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.218.116.131','2010-06-01 18:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.199.42','2010-06-02 09:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'118.20.156.73','2010-06-02 09:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.129.119.14','2010-06-02 13:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.47','2010-06-02 14:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.40.107.47','2010-06-02 15:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.40.107.47','2010-06-02 15:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.40.107.47','2010-06-02 15:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.42.146.249','2010-06-02 18:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.12.61','2010-06-03 00:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'221.18.242.115','2010-06-03 02:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.47','2010-06-03 03:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-06-03 03:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-06-03 03:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-06-03 04:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-06-03 04:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-06-03 04:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-06-03 04:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-06-03 04:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-06-03 04:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-06-03 04:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.47','2010-06-03 05:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.172.72.3','2010-06-03 09:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.114','2010-06-03 15:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.83','2010-06-03 16:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.76','2010-06-03 16:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.97','2010-06-03 16:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.47','2010-06-04 01:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.108','2010-06-04 04:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.101','2010-06-04 04:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.101','2010-06-04 04:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.101','2010-06-04 04:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.87','2010-06-04 04:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.125','2010-06-04 04:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.102','2010-06-04 04:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.47','2010-06-04 05:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.204.189','2010-06-04 08:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'183.76.38.162','2010-06-04 16:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.83','2010-06-04 17:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.47','2010-06-04 18:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.12.28','2010-06-04 18:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.144','2010-06-04 19:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-06-04 21:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-06-04 21:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-06-04 21:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.84','2010-06-04 21:17:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-06-04 21:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-06-04 21:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-06-04 21:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-06-04 21:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-06-04 21:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-06-04 21:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-06-04 21:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-06-04 21:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-06-04 21:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-06-04 21:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-06-04 21:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-06-04 21:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-06-04 21:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.47','2010-06-05 13:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.47','2010-06-05 15:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.132.243.103','2010-06-05 16:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.47','2010-06-05 16:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.47','2010-06-05 19:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.40','2010-06-05 20:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.177.54.154','2010-06-05 21:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.100','2010-06-05 21:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.40','2010-06-05 21:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.84','2010-06-05 23:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-06-06 04:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-06-06 04:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-06-06 04:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-06-06 04:10:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-06-06 04:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-06-06 04:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-06-06 04:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-06-06 04:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-06-06 04:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.83','2010-06-06 04:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.78','2010-06-06 04:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.195.239','2010-06-06 05:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.47','2010-06-06 06:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.124.77.63','2010-06-06 07:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'211.124.77.63','2010-06-06 07:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.124.77.63','2010-06-06 07:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'211.124.77.63','2010-06-06 07:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.124.77.63','2010-06-06 07:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.218.116.163','2010-06-06 08:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.112.47','2010-06-06 18:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.47','2010-06-06 19:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.199.44','2010-06-06 23:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-06-07 03:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-06-07 03:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-06-07 03:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-06-07 04:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-06-07 04:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-06-07 04:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-06-07 04:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-06-07 04:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-06-07 04:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-06-07 04:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2010-06-07 04:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-06-07 04:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-06-07 04:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-06-07 04:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.47','2010-06-07 08:05:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'221.246.172.75','2010-06-07 10:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'211.129.111.90','2010-06-07 13:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.40','2010-06-07 17:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'220.109.197.182','2010-06-07 17:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.31.57.56','2010-06-07 18:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.204.181','2010-06-07 21:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.47','2010-06-07 21:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-06-08 01:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-06-08 01:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-06-08 01:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-06-08 01:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-06-08 01:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-06-08 01:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-06-08 01:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-06-08 01:53:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-06-08 01:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.14.199.84','2010-06-08 02:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.14.199.84','2010-06-08 03:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.47','2010-06-08 06:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.47','2010-06-08 08:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.14.199.84','2010-06-08 13:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.112.47','2010-06-08 21:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-06-09 03:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.139','2010-06-09 04:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-06-09 04:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-06-09 05:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-06-09 05:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-06-09 05:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-06-09 07:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-06-09 07:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.47','2010-06-09 11:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.47','2010-06-09 14:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'116.82.190.217','2010-06-09 17:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-06-09 18:13:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.218.116.163','2010-06-09 20:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.47','2010-06-09 20:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.53','2010-06-09 23:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-06-10 02:11:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-06-10 02:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-06-10 02:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-06-10 02:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-06-10 02:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-06-10 02:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-06-10 05:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-06-10 05:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-06-10 05:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.47','2010-06-10 08:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-06-10 12:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.204.221','2010-06-10 16:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-06-10 20:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-06-11 00:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-06-11 00:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-06-11 01:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-06-11 01:20:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-06-11 01:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.40','2010-06-11 02:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.12.169','2010-06-11 10:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-06-12 01:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-06-12 01:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-06-12 01:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-06-12 01:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-06-12 01:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-06-12 01:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.211.7.220','2010-06-12 14:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.47','2010-06-12 18:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.47','2010-06-12 19:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.40','2010-06-12 23:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-06-13 01:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-06-13 01:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-06-13 01:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.13','2010-06-13 16:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.56','2010-06-13 16:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.60','2010-06-13 16:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-06-13 23:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-06-14 02:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-06-14 03:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-06-14 03:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.163.51.227','2010-06-14 08:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.47','2010-06-14 19:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.218.116.163','2010-06-14 22:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.40','2010-06-14 23:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.190.53.235','2010-06-15 03:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.47','2010-06-15 03:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-06-15 03:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-06-15 06:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-06-15 06:19:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.47','2010-06-15 11:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.154.14.154','2010-06-15 13:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.12.162','2010-06-15 14:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.204.193','2010-06-16 13:10:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.246.252.97','2010-06-16 13:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.47','2010-06-16 14:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.112.47','2010-06-16 14:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.47','2010-06-16 17:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.172.2.137','2010-06-16 20:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.172.2.137','2010-06-16 20:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.172.2.137','2010-06-16 20:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.172.2.137','2010-06-16 21:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.172.2.137','2010-06-16 21:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.172.2.137','2010-06-16 21:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.146.97.181','2010-06-17 01:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.40.107.47','2010-06-17 11:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.47','2010-06-17 13:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-06-17 13:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-06-17 13:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-06-17 13:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.204.211','2010-06-17 14:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.40','2010-06-17 14:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.46','2010-06-18 04:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.62','2010-06-18 07:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.57','2010-06-18 07:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.26','2010-06-18 10:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-06-18 11:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-06-18 11:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2010-06-18 11:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-06-18 11:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.40','2010-06-18 12:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.239.208.197','2010-06-18 13:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.1.173.22','2010-06-18 16:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.1.173.22','2010-06-18 16:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.47','2010-06-18 18:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.47','2010-06-19 06:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.217.240.82','2010-06-19 11:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-06-19 15:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-06-19 15:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2010-06-19 15:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.136','2010-06-19 23:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.179.225.231','2010-06-20 02:52:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.179.225.231','2010-06-20 02:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.47','2010-06-20 03:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.218.116.163','2010-06-20 04:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.47','2010-06-20 08:04:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-06-20 12:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-06-20 12:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-06-20 12:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.47','2010-06-20 13:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.47','2010-06-20 13:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.136.252.107','2010-06-20 14:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.122','2010-06-20 14:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2010-06-20 14:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.122','2010-06-20 14:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.139','2010-06-20 15:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.47','2010-06-21 00:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.47','2010-06-21 08:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.238.62.2','2010-06-21 09:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.104.15.138','2010-06-21 09:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.254.209.99','2010-06-21 09:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.122','2010-06-21 11:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.122','2010-06-21 11:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.122','2010-06-21 11:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.122','2010-06-21 11:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2010-06-21 11:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2010-06-21 11:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.122','2010-06-21 11:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.122','2010-06-21 11:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.122','2010-06-21 11:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.122','2010-06-21 11:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.179.35.3','2010-06-21 16:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.204.243','2010-06-21 22:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.47','2010-06-21 23:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.195.225','2010-06-21 23:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'210.79.39.209','2010-06-22 02:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.204.190','2010-06-22 06:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.40','2010-06-22 08:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.40','2010-06-22 10:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.66.186','2010-06-22 12:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.238.62.2','2010-06-22 14:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.104.15.134','2010-06-22 14:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.47','2010-06-22 14:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'88.131.106.1','2010-06-23 02:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.112.47','2010-06-23 05:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.195.150.98','2010-06-23 10:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.122','2010-06-23 18:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.122','2010-06-23 18:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.249','2010-06-23 21:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.112.47','2010-06-23 21:34:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.113.48.166','2010-06-23 22:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'58.70.48.67','2010-06-23 22:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.47','2010-06-23 22:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.113.48.166','2010-06-23 22:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.113.48.166','2010-06-23 22:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.47','2010-06-24 00:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.146.58.122','2010-06-24 02:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.84.28','2010-06-24 02:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.47','2010-06-24 08:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2010-06-24 13:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2010-06-24 13:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.122','2010-06-24 13:59:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2010-06-24 14:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.122','2010-06-24 14:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.122','2010-06-24 14:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'202.213.43.110','2010-06-24 16:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'150.70.84.155','2010-06-24 16:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.29.209.77','2010-06-24 23:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.145','2010-06-25 13:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.249','2010-06-25 14:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.249','2010-06-25 14:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.249','2010-06-25 14:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'211.3.132.232','2010-06-25 17:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.47','2010-06-25 19:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.47','2010-06-26 03:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.249','2010-06-26 07:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.199.39','2010-06-26 08:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.47','2010-06-26 11:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.249','2010-06-26 16:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'210.1.154.158','2010-06-27 05:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.218.116.168','2010-06-27 08:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.34.100','2010-06-27 09:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.34.100','2010-06-27 09:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.231.94.188','2010-06-27 12:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.231.94.188','2010-06-27 12:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'121.92.169.202','2010-06-27 13:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.249','2010-06-27 15:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.249','2010-06-27 15:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.249','2010-06-27 16:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.249','2010-06-27 17:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.103.196.23','2010-06-28 00:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.103.196.23','2010-06-28 00:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.129.119.42','2010-06-28 09:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.105.213.128','2010-06-28 20:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.47','2010-06-28 22:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.47','2010-06-28 23:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.27','2010-06-29 00:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.47','2010-06-29 05:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'202.32.60.10','2010-06-29 16:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.47','2010-06-29 16:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.204.231','2010-06-30 00:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.154.124.59','2010-06-30 08:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.30','2010-06-30 11:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.218.116.163','2010-06-30 19:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.47','2010-06-30 22:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'183.76.203.105','2010-06-30 22:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.249','2010-07-01 00:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.249','2010-07-01 00:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.249','2010-07-01 00:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.249','2010-07-01 00:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.249','2010-07-01 00:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.249','2010-07-01 00:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.100','2010-07-01 04:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.47','2010-07-01 07:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.243.5.220','2010-07-01 08:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'60.44.153.17','2010-07-01 09:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.195.224','2010-07-01 09:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.129.119.40','2010-07-01 11:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'219.66.119.144','2010-07-01 12:59:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.66.119.144','2010-07-01 12:59:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.66.119.144','2010-07-01 12:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.66.119.144','2010-07-01 12:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.66.119.144','2010-07-01 12:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.66.119.144','2010-07-01 12:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.66.119.144','2010-07-01 13:00:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.111.20.131','2010-07-01 16:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.51','2010-07-02 00:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.154.20.164','2010-07-02 01:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2010-07-02 07:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2010-07-02 07:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2010-07-02 07:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2010-07-02 07:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2010-07-02 07:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2010-07-02 07:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2010-07-02 07:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2010-07-02 07:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2010-07-03 07:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'124.246.142.2','2010-07-03 10:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.15','2010-07-03 16:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.34','2010-07-03 16:36:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'88.131.106.8','2010-07-03 18:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.195.231','2010-07-03 20:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.36','2010-07-03 22:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'203.131.255.226','2010-07-03 23:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.131.255.226','2010-07-03 23:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'203.131.255.226','2010-07-04 00:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'203.131.255.226','2010-07-04 00:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.131.255.226','2010-07-04 00:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'203.131.255.226','2010-07-04 00:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'203.131.255.226','2010-07-04 00:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'203.131.255.226','2010-07-04 00:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'203.131.255.226','2010-07-04 00:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.47','2010-07-04 02:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2010-07-04 02:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2010-07-04 02:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2010-07-04 02:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2010-07-04 02:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2010-07-04 02:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2010-07-04 02:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2010-07-04 02:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2010-07-04 02:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2010-07-04 02:50:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.47','2010-07-04 03:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.54','2010-07-04 04:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.40','2010-07-04 04:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.218.116.163','2010-07-04 07:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-07-04 17:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-07-04 17:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-07-04 17:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-07-05 03:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2010-07-05 05:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.47','2010-07-05 08:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'113.35.75.58','2010-07-05 12:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'219.118.176.249','2010-07-05 14:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.47','2010-07-05 21:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-07-05 21:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-07-05 21:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-07-05 21:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.47','2010-07-05 23:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2010-07-06 04:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.47','2010-07-06 07:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.112.47','2010-07-06 07:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-07-06 08:17:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-07-06 08:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.47','2010-07-06 08:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'124.110.101.90','2010-07-06 10:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.45.185.231','2010-07-06 16:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.84.28','2010-07-06 16:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.163.51.227','2010-07-06 18:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.199.37','2010-07-06 20:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.24.145.71','2010-07-06 20:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.142','2010-07-06 20:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.107.217.171','2010-07-06 23:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.242','2010-07-07 01:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.249','2010-07-07 04:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.115.130.227','2010-07-07 04:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.114.242','2010-07-07 05:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.114.182.148','2010-07-07 10:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-07-07 11:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.195.239','2010-07-07 18:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2010-07-07 21:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2010-07-07 21:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2010-07-07 21:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2010-07-07 21:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2010-07-07 21:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2010-07-07 21:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2010-07-07 21:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2010-07-07 21:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2010-07-07 21:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.249','2010-07-07 22:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2010-07-08 03:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.114.242','2010-07-08 04:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.114.242','2010-07-08 05:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.114.242','2010-07-08 11:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.3.36.127','2010-07-08 21:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.14','2010-07-09 00:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.45','2010-07-09 04:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.14.199.107','2010-07-09 07:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.14.199.107','2010-07-09 07:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-07-09 11:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.40','2010-07-09 19:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.38','2010-07-09 19:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.54','2010-07-09 19:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.37','2010-07-09 19:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.16','2010-07-09 22:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.21','2010-07-09 22:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.242','2010-07-09 22:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-10 02:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-07-10 03:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.78','2010-07-10 05:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.78','2010-07-10 05:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.48','2010-07-10 09:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-11 04:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.78','2010-07-11 04:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.18','2010-07-11 12:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.17','2010-07-11 12:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-12 00:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.242','2010-07-12 03:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.177.54.154','2010-07-13 01:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-13 03:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.78','2010-07-13 03:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-14 02:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-14 03:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-14 03:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.184.160.242','2010-07-14 17:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.184.160.242','2010-07-14 17:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.184.160.242','2010-07-14 17:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-15 01:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.78','2010-07-15 01:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.78','2010-07-15 02:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.78','2010-07-15 02:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.78','2010-07-15 02:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.78','2010-07-15 02:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.78','2010-07-15 02:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'88.131.106.22','2010-07-15 08:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.32.45.27','2010-07-15 10:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.32.45.27','2010-07-15 10:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.25','2010-07-15 10:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'132.222.120.31','2010-07-15 12:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.15','2010-07-15 16:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.114.242','2010-07-15 19:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.249','2010-07-15 21:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.78','2010-07-15 21:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-15 21:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-15 21:41:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.78','2010-07-15 21:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-15 21:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.78','2010-07-15 21:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.78','2010-07-15 21:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.78','2010-07-15 21:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-16 00:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-16 01:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.78','2010-07-16 01:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-16 01:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-16 02:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.218.116.163','2010-07-16 03:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.17','2010-07-16 04:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.49','2010-07-16 04:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.21','2010-07-16 04:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.42','2010-07-16 04:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.22','2010-07-16 04:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.18','2010-07-16 04:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.114.242','2010-07-16 06:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.106.21.138','2010-07-16 08:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.106.21.138','2010-07-16 08:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'220.106.21.138','2010-07-16 08:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.12.248.145','2010-07-16 09:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.12.248.145','2010-07-16 09:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.12.248.145','2010-07-16 10:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.218.116.163','2010-07-16 11:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.114.242','2010-07-16 12:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.225.87.158','2010-07-16 19:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.60','2010-07-16 22:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-17 00:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.78','2010-07-17 00:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.78','2010-07-17 01:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.78','2010-07-17 02:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.78','2010-07-17 02:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.78','2010-07-17 02:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.78','2010-07-17 02:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.78','2010-07-17 02:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.78','2010-07-17 02:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.78','2010-07-17 23:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.78','2010-07-17 23:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.78','2010-07-17 23:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-17 23:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-17 23:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-17 23:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.78','2010-07-17 23:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.78','2010-07-17 23:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-18 00:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-18 02:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.78','2010-07-18 02:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-18 02:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-18 02:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.114.242','2010-07-18 06:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.225.87.158','2010-07-18 14:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.5.89.27','2010-07-18 14:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.114.242','2010-07-18 15:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.249','2010-07-18 16:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-19 02:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.78','2010-07-19 02:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.78','2010-07-19 03:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.78','2010-07-19 03:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.12.210','2010-07-19 03:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.78','2010-07-19 03:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.78','2010-07-19 03:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.78','2010-07-19 03:08:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.78','2010-07-19 03:25:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-07-19 10:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.242','2010-07-19 15:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.121.148.103','2010-07-19 16:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-07-19 19:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.114.242','2010-07-20 00:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-20 00:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-20 02:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-20 02:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.114.242','2010-07-20 05:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-07-20 09:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-07-20 09:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-07-20 13:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.249','2010-07-20 14:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.114.242','2010-07-20 14:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.5.89.27','2010-07-20 19:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.78','2010-07-21 00:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.78','2010-07-21 00:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-21 00:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-21 00:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-21 00:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.78','2010-07-21 00:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-07-21 00:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.242','2010-07-21 02:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.60','2010-07-21 04:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-07-21 07:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-07-21 11:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-07-21 11:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-07-21 11:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.114.242','2010-07-21 18:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-07-21 18:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.78','2010-07-21 23:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-21 23:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.78','2010-07-21 23:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.114.242','2010-07-22 00:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.134','2010-07-22 09:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.114.242','2010-07-22 10:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.32.45.27','2010-07-22 11:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-07-22 12:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.78','2010-07-23 00:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-23 00:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.78','2010-07-23 00:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-23 00:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.78','2010-07-23 00:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-23 00:29:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-23 01:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-23 02:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.113.232.58','2010-07-23 09:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.5.88.15','2010-07-23 13:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.134','2010-07-23 13:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'180.5.88.15','2010-07-23 14:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.5.88.15','2010-07-23 14:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.64.197','2010-07-23 14:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.114.242','2010-07-23 15:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.242','2010-07-23 22:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-23 22:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-23 22:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.78','2010-07-24 01:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-24 02:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.78','2010-07-24 02:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.78','2010-07-24 02:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.78','2010-07-24 02:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.78','2010-07-24 02:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.78','2010-07-24 02:38:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.195.224','2010-07-24 10:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.199.44','2010-07-24 10:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.218.116.167','2010-07-24 14:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.249','2010-07-24 14:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'220.108.23.58','2010-07-24 16:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.249','2010-07-24 20:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.249','2010-07-24 20:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.78','2010-07-25 04:02:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.78','2010-07-25 04:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.78','2010-07-25 04:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.218.116.163','2010-07-25 08:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.195.106','2010-07-25 11:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.249','2010-07-25 14:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.249','2010-07-25 21:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.78','2010-07-25 23:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.78','2010-07-25 23:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-25 23:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-25 23:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.78','2010-07-25 23:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.78','2010-07-25 23:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.78','2010-07-25 23:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.78','2010-07-25 23:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.78','2010-07-26 00:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.78','2010-07-26 01:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.78','2010-07-26 03:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.78','2010-07-26 03:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.114.242','2010-07-26 06:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.44.182.6','2010-07-26 06:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'60.38.1.81','2010-07-26 13:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'60.38.1.81','2010-07-26 13:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'60.38.1.81','2010-07-26 13:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.249','2010-07-26 20:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2010-07-27 10:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-07-27 10:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-07-27 10:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-07-27 10:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'60.38.1.81','2010-07-27 10:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-07-27 10:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-07-27 10:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-07-27 10:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2010-07-27 10:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-07-27 10:53:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.38.1.81','2010-07-27 11:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'60.38.1.81','2010-07-27 11:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'60.38.1.81','2010-07-27 11:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.249','2010-07-27 15:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.249','2010-07-27 16:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.249','2010-07-27 16:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.38','2010-07-27 16:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.249','2010-07-27 16:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.20','2010-07-27 21:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-07-27 23:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-07-27 23:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-07-27 23:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-07-27 23:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-07-27 23:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-07-27 23:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-07-27 23:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-07-27 23:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-07-27 23:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-07-28 00:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-07-28 01:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-07-28 01:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.195.241','2010-07-28 05:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.110.101.90','2010-07-28 13:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-07-29 01:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.204.231','2010-07-29 02:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-07-29 04:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-07-29 04:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-07-29 04:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-07-29 05:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-07-29 05:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-07-29 05:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-07-29 05:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-07-29 05:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-07-29 05:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.110.101.90','2010-07-29 09:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'118.104.19.252','2010-07-29 21:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'150.70.84.28','2010-07-29 21:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-07-30 00:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.18','2010-07-30 00:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.218.116.163','2010-07-30 01:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-07-30 01:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-07-30 02:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-07-30 02:41:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.19.70.199','2010-07-30 10:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.232.182.70','2010-07-30 16:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.117.154.231','2010-07-30 17:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-07-30 17:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.12.19','2010-07-30 23:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-07-31 01:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-07-31 03:16:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-07-31 03:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-07-31 03:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-07-31 03:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-07-31 03:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-07-31 03:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-07-31 03:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-07-31 03:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-07-31 03:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-07-31 03:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.8','2010-07-31 16:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-01 01:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-01 01:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-01 01:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-01 01:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-01 01:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-01 01:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-01 01:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.17','2010-08-01 05:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.13','2010-08-01 05:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.36','2010-08-01 05:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.242','2010-08-01 07:24:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.24','2010-08-01 07:28:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.34','2010-08-01 07:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.26','2010-08-01 07:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.29','2010-08-01 07:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.47','2010-08-01 10:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.114.242','2010-08-01 12:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.211.82.138','2010-08-01 17:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'150.70.64.197','2010-08-01 17:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.249','2010-08-01 18:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.211.82.138','2010-08-01 20:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.199.46','2010-08-01 20:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'150.70.75.159','2010-08-01 20:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.6.164.96','2010-08-01 21:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.6.164.96','2010-08-01 21:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.249','2010-08-01 21:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'124.83.159.224','2010-08-01 22:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.83.159.227','2010-08-01 22:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'124.83.159.227','2010-08-01 22:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.83.159.226','2010-08-01 22:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.83.159.227','2010-08-01 22:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.83.159.180','2010-08-01 22:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'124.83.159.229','2010-08-01 22:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.83.159.180','2010-08-01 23:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'124.83.159.182','2010-08-01 23:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.83.159.180','2010-08-01 23:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.83.159.182','2010-08-01 23:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.83.159.226','2010-08-01 23:07:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.83.159.224','2010-08-02 00:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.83.159.228','2010-08-02 00:56:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.83.159.228','2010-08-02 00:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'124.83.159.228','2010-08-02 00:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.83.159.228','2010-08-02 01:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'124.83.159.185','2010-08-02 01:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'124.83.159.183','2010-08-02 01:06:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.83.159.228','2010-08-02 01:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.83.159.185','2010-08-02 01:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.83.159.185','2010-08-02 01:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.83.159.224','2010-08-02 01:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.83.159.224','2010-08-02 01:26:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'124.83.159.224','2010-08-02 01:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.83.159.224','2010-08-02 01:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'124.83.159.224','2010-08-02 01:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'124.83.159.179','2010-08-02 01:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.83.159.185','2010-08-02 01:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.83.159.179','2010-08-02 01:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-02 02:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-02 02:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.83.159.226','2010-08-02 02:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.83.159.224','2010-08-02 02:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.83.159.224','2010-08-02 02:36:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.83.159.232','2010-08-02 02:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'124.83.159.232','2010-08-02 02:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-02 02:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.83.159.224','2010-08-02 02:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.83.159.180','2010-08-02 03:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'124.83.159.185','2010-08-02 03:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.83.159.181','2010-08-02 03:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.83.159.181','2010-08-02 03:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.83.159.227','2010-08-02 03:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'124.83.159.230','2010-08-02 03:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.83.159.227','2010-08-02 03:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'124.83.159.180','2010-08-02 03:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-02 04:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-02 04:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-02 06:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2010-08-02 06:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-08-02 07:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.214.9.2','2010-08-02 09:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.249','2010-08-02 15:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.54','2010-08-02 17:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.59','2010-08-02 17:05:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.55','2010-08-02 17:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.5','2010-08-02 17:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.8','2010-08-02 17:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.199.47','2010-08-02 22:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-03 01:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-03 01:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-03 01:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-03 01:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-03 01:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-03 01:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.114.242','2010-08-03 02:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.43','2010-08-03 03:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-03 04:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-03 04:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-08-03 05:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2010-08-03 05:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.114.242','2010-08-03 08:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-04 01:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.242','2010-08-04 03:04:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-04 03:34:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.242','2010-08-04 03:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-04 04:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-04 04:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-04 04:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-08-04 04:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.114.242','2010-08-04 06:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.114.242','2010-08-04 09:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.88','2010-08-04 11:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.121.148.103','2010-08-04 16:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.114.242','2010-08-04 18:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-05 02:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-05 02:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-05 02:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-05 02:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-05 02:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-05 02:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.114.242','2010-08-05 02:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-05 04:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-05 04:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-08-05 06:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2010-08-05 06:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.114.242','2010-08-05 06:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.114.242','2010-08-05 08:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.114.242','2010-08-05 08:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.114.242','2010-08-05 08:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.246.252.97','2010-08-05 09:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.101.212.99','2010-08-05 10:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'221.246.185.170','2010-08-05 13:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.199.45','2010-08-05 13:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'61.215.99.81','2010-08-05 16:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'61.215.99.81','2010-08-05 16:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.249','2010-08-05 19:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.249','2010-08-05 19:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.249','2010-08-05 19:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.114.242','2010-08-05 20:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-08-05 22:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.232','2010-08-06 00:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-08-06 01:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-08-06 01:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-08-06 01:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-08-06 01:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-08-06 01:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-08-06 01:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-08-06 01:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-08-06 01:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-08-06 02:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2010-08-06 02:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.114.242','2010-08-06 03:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2010-08-06 03:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2010-08-06 04:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2010-08-06 04:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2010-08-06 04:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-08-06 05:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2010-08-06 05:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2010-08-06 05:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.41','2010-08-06 07:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.39','2010-08-06 07:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.249','2010-08-06 13:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2010-08-07 06:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.249','2010-08-07 07:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.114.242','2010-08-07 11:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.114.242','2010-08-07 20:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2010-08-08 03:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-08-08 03:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2010-08-08 03:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-08-08 03:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2010-08-08 03:26:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2010-08-08 03:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2010-08-08 03:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2010-08-08 03:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'58.183.147.64','2010-08-08 13:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'58.183.147.64','2010-08-08 13:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.40','2010-08-08 14:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.5','2010-08-08 16:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.43','2010-08-08 16:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.199.42','2010-08-08 18:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-09 02:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-09 02:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.114.242','2010-08-09 03:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-09 03:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-09 03:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-09 03:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-09 04:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-09 04:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-09 04:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.204.236','2010-08-09 14:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.70.46.206','2010-08-09 18:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.159','2010-08-09 18:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.195.240','2010-08-09 21:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-10 01:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-10 01:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-10 01:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-10 01:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-10 01:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-08-10 05:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.199.54','2010-08-10 05:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-08-10 05:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2010-08-10 05:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-10 05:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.90','2010-08-10 05:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.90','2010-08-10 05:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'203.179.93.83','2010-08-10 13:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.94.156.151','2010-08-10 14:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.156.151','2010-08-10 14:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.94.156.151','2010-08-10 14:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.94.156.151','2010-08-10 14:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.170.249.201','2010-08-10 14:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.170.249.201','2010-08-10 14:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.170.249.201','2010-08-10 14:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.170.249.201','2010-08-10 14:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.170.249.201','2010-08-10 14:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.197.49.168','2010-08-10 16:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.41.253.236','2010-08-10 17:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.230.153.234','2010-08-10 21:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-08-11 00:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-11 01:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-11 02:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-11 03:32:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-11 04:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-11 04:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-11 04:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-11 05:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-11 05:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.66.185','2010-08-11 09:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-12 00:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-12 00:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-12 00:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-12 00:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-12 00:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-12 00:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-12 00:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-12 00:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-12 00:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-12 00:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-12 00:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-12 00:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-12 00:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2010-08-12 04:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2010-08-12 05:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-08-12 05:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'70.35.196.129','2010-08-12 13:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'70.35.196.129','2010-08-12 13:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'70.35.196.129','2010-08-12 13:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'70.35.196.129','2010-08-12 13:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'70.35.196.129','2010-08-12 13:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'70.35.196.129','2010-08-12 13:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'70.35.196.129','2010-08-12 13:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'70.35.196.129','2010-08-12 13:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'70.35.196.129','2010-08-12 13:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.191.215.96','2010-08-12 15:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.114.242','2010-08-12 19:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2010-08-13 06:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-13 06:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.90','2010-08-13 06:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.90','2010-08-13 06:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.90','2010-08-13 06:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'218.143.92.2','2010-08-13 11:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.249','2010-08-13 21:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-14 03:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-14 04:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-14 04:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-14 04:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.114.242','2010-08-14 12:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.249','2010-08-14 13:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.49','2010-08-14 22:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-15 04:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-15 04:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-15 04:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-15 04:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-15 04:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-15 04:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-15 04:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-15 04:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-15 04:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-15 04:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-15 04:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.242','2010-08-15 07:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'88.131.106.4','2010-08-15 11:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-08-15 12:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-08-15 15:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-08-15 15:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'88.131.106.8','2010-08-15 16:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.15','2010-08-15 16:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.12','2010-08-15 16:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.29','2010-08-15 16:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.62','2010-08-15 16:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.27','2010-08-15 22:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-08-15 22:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-16 04:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-16 04:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2010-08-16 05:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2010-08-16 08:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2010-08-16 08:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2010-08-16 08:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-16 08:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.90','2010-08-16 09:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.90','2010-08-16 09:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.90','2010-08-16 09:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-08-16 09:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-08-16 09:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-08-16 09:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-08-16 12:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-08-16 16:36:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.249','2010-08-16 20:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.242','2010-08-17 03:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-17 03:50:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.114.242','2010-08-17 06:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.90','2010-08-17 17:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2010-08-17 17:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2010-08-17 17:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.90','2010-08-17 17:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.90','2010-08-17 17:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.209.88.212','2010-08-17 22:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.209.88.212','2010-08-17 22:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.242','2010-08-18 03:10:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-18 03:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-18 03:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-18 03:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-18 03:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-18 03:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-18 04:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-18 05:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'59.139.20.138','2010-08-18 16:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'88.131.106.8','2010-08-18 18:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.18','2010-08-18 19:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-19 06:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-19 06:29:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-19 06:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.155','2010-08-19 12:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.118.176.249','2010-08-19 15:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.44.186.254','2010-08-20 01:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.44.180.20','2010-08-20 01:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-20 04:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-20 04:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-20 04:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-20 04:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-20 04:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-20 04:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-20 04:10:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-20 04:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-20 04:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-20 05:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-20 05:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.19.54.103','2010-08-20 09:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.52','2010-08-20 18:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'121.94.3.45','2010-08-20 20:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'58.183.147.64','2010-08-20 23:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'219.162.88.247','2010-08-20 23:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.162.88.247','2010-08-20 23:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'219.162.88.247','2010-08-20 23:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.162.88.247','2010-08-20 23:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.162.88.247','2010-08-20 23:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'219.162.88.247','2010-08-20 23:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.162.88.247','2010-08-20 23:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-21 03:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-21 03:51:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-21 03:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.14','2010-08-21 16:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.58','2010-08-21 16:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.41','2010-08-21 16:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.17','2010-08-21 16:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.34','2010-08-21 16:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.11','2010-08-21 16:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.53','2010-08-21 16:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.57','2010-08-21 16:38:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-22 04:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-22 04:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.93.46.218','2010-08-22 16:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.16','2010-08-22 17:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.155','2010-08-22 17:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.92','2010-08-22 17:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-23 03:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-23 03:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-23 03:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-23 03:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-23 03:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-23 03:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-23 03:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-23 03:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-23 03:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.16','2010-08-23 04:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.125.175.132','2010-08-23 11:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.114.242','2010-08-23 11:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.114.242','2010-08-23 12:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-08-23 17:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.91.202.137','2010-08-23 20:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.159','2010-08-23 20:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.114.242','2010-08-23 22:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.132','2010-08-24 00:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.61.124.7','2010-08-24 01:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-08-24 01:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-08-24 02:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-24 03:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-24 03:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-24 03:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-24 04:11:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-24 04:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-24 04:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-24 04:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.132.27.213','2010-08-24 10:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-24 13:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.4','2010-08-24 16:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'133.254.5.52','2010-08-24 18:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.114.242','2010-08-25 00:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-25 02:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-25 03:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-25 03:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-25 03:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.114.242','2010-08-25 13:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'123.230.146.98','2010-08-25 16:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'115.39.73.159','2010-08-25 16:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'115.39.73.159','2010-08-25 16:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'115.39.73.159','2010-08-25 16:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'115.39.73.159','2010-08-25 16:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'88.131.106.22','2010-08-25 20:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.195.107','2010-08-26 00:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.199.43','2010-08-26 03:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-26 05:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-26 05:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-26 05:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-26 05:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-26 05:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-26 05:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-26 05:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.199.43','2010-08-26 09:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.16','2010-08-26 13:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.230.252.227','2010-08-26 14:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.230.252.227','2010-08-26 14:09:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.204.191','2010-08-27 01:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-27 04:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-27 05:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-27 05:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-27 05:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.48.22.32','2010-08-27 15:59:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.114.242','2010-08-27 16:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.230.252.227','2010-08-27 17:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'113.156.155.26','2010-08-27 23:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'88.131.106.2','2010-08-28 03:07:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-28 06:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-28 06:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-28 06:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-28 06:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-28 06:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.92','2010-08-28 10:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.17','2010-08-28 13:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.64.124.110','2010-08-28 15:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.64.124.110','2010-08-28 15:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.64.124.110','2010-08-28 15:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.64.124.110','2010-08-28 15:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.86','2010-08-28 15:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.132','2010-08-28 17:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'88.131.106.3','2010-08-29 02:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-29 03:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-29 03:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-29 03:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-29 03:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-29 03:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-29 03:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-29 04:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-29 04:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-29 04:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-29 06:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-08-29 06:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2010-08-29 07:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.114.242','2010-08-29 12:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.210.66.2','2010-08-29 21:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.195.106','2010-08-29 23:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-30 06:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-30 08:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'58.3.16.248','2010-08-30 10:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.230.252.227','2010-08-30 10:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.230.252.227','2010-08-30 10:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.230.252.227','2010-08-30 10:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-08-30 13:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.39','2010-08-30 15:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.22','2010-08-30 15:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.50','2010-08-30 15:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.52','2010-08-30 15:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.42','2010-08-30 15:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.24','2010-08-30 15:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.213.220.65','2010-08-30 18:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.213.220.65','2010-08-30 18:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.199.48','2010-08-30 19:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-08-30 22:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.44','2010-08-31 02:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-31 03:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-08-31 03:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-08-31 03:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-08-31 03:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-31 04:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-08-31 04:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-08-31 04:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-08-31 04:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-31 04:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-08-31 04:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-08-31 04:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-08-31 05:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-08-31 05:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.242','2010-08-31 06:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-08-31 09:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.213.220.65','2010-08-31 09:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.213.220.65','2010-08-31 09:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.213.220.65','2010-08-31 09:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.114.242','2010-08-31 12:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.121.212.32','2010-08-31 20:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.121.212.32','2010-08-31 21:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2010-09-01 09:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.159.4.178','2010-09-01 21:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.159.4.178','2010-09-01 21:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.159.4.178','2010-09-01 21:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.242','2010-09-02 03:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-09-02 04:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-09-02 04:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-09-02 04:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-09-02 04:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-09-02 04:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-09-02 04:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-09-02 04:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-09-02 05:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-09-02 05:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-09-02 05:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-09-02 05:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-09-02 06:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-09-02 06:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-09-02 06:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.85','2010-09-02 15:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.32.7.18','2010-09-02 16:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'58.93.3.101','2010-09-02 17:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'58.93.3.101','2010-09-02 17:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.16','2010-09-02 23:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.114.242','2010-09-03 01:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-09-03 14:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-09-03 14:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-09-03 14:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-09-03 14:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-09-03 14:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-09-03 14:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2010-09-03 16:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-09-03 16:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2010-09-03 16:22:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.114.242','2010-09-03 19:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.114.242','2010-09-03 21:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.29','2010-09-04 02:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.23','2010-09-04 04:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.114.242','2010-09-04 08:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.114.242','2010-09-04 08:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.114.242','2010-09-04 11:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.114.242','2010-09-04 12:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-09-04 12:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-09-04 12:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-09-04 12:19:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2010-09-04 12:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2010-09-04 12:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2010-09-04 12:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-09-04 12:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'59.190.86.253','2010-09-04 14:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2010-09-04 17:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2010-09-04 18:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2010-09-04 18:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.132','2010-09-04 18:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'121.103.189.166','2010-09-05 07:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'150.70.75.159','2010-09-05 07:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'150.70.75.159','2010-09-05 07:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.210.66.2','2010-09-05 13:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.210.66.2','2010-09-05 13:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.210.66.2','2010-09-05 14:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.210.66.2','2010-09-05 14:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.210.66.2','2010-09-05 17:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'61.210.66.2','2010-09-05 17:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.210.66.2','2010-09-05 17:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.210.66.2','2010-09-05 17:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.114.242','2010-09-05 19:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.91','2010-09-05 23:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.242','2010-09-06 06:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'88.131.106.22','2010-09-06 08:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-09-06 08:40:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.25.138','2010-09-06 08:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.114.242','2010-09-06 11:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2010-09-06 13:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2010-09-06 13:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2010-09-06 13:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2010-09-06 13:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2010-09-06 13:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2010-09-06 13:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2010-09-06 15:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-06 15:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-09-06 15:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2010-09-06 16:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-06 17:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.114.242','2010-09-06 19:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.195.235','2010-09-07 00:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-09-07 01:14:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-09-07 09:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.114.242','2010-09-07 11:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.193.190.254','2010-09-07 13:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.193.190.254','2010-09-07 13:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-07 14:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-07 15:15:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-07 15:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-07 15:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-07 15:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-07 15:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-07 15:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-07 15:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.32.79.10','2010-09-07 15:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'60.32.79.10','2010-09-07 15:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-07 16:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-07 16:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'38.107.191.85','2010-09-07 20:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'59.136.120.109','2010-09-07 21:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.218.37.111','2010-09-08 00:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.218.37.111','2010-09-08 00:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.55','2010-09-08 11:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.151.230.142','2010-09-08 12:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'222.151.230.142','2010-09-08 12:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.25.138','2010-09-08 12:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.212.1.153','2010-09-08 14:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-08 16:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.17','2010-09-08 17:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.25.138','2010-09-08 21:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.92','2010-09-08 21:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.25.138','2010-09-08 23:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.199.50','2010-09-09 05:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.93','2010-09-09 12:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-09 13:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-09 13:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-09 13:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-09 13:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-09 13:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.25.138','2010-09-09 15:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.25.138','2010-09-09 16:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.25.138','2010-09-09 22:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.25.138','2010-09-10 00:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.204.219','2010-09-10 02:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.25.138','2010-09-10 03:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.195.228','2010-09-10 06:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.25.138','2010-09-10 06:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'123.218.197.166','2010-09-10 07:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-10 11:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-10 11:43:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-10 11:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-10 11:45:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-10 11:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-10 11:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-10 11:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-10 14:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-10 14:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.25.138','2010-09-10 15:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.108.242.239','2010-09-10 16:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.108.242.239','2010-09-10 16:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.55.25.138','2010-09-10 17:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.25.138','2010-09-10 17:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.25.138','2010-09-10 21:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.25.138','2010-09-11 04:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'38.107.191.87','2010-09-11 05:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.55.25.138','2010-09-11 06:09:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.25.138','2010-09-11 06:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.199.49','2010-09-11 12:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'116.89.213.113','2010-09-11 13:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'116.89.213.113','2010-09-11 13:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'116.89.213.113','2010-09-11 13:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'116.89.213.113','2010-09-11 13:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'116.89.213.113','2010-09-11 13:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'116.89.213.113','2010-09-11 13:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-11 13:37:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-11 14:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-11 14:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-11 14:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-11 14:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-11 14:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-11 14:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-11 14:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-11 14:42:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-11 14:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-11 14:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.16','2010-09-11 16:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,16,'125.103.39.174','2010-09-11 16:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.25.138','2010-09-11 17:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2010-09-11 17:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-09-11 17:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-11 17:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.137','2010-09-11 18:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'187.75.191.198','2010-09-11 22:08:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.199.25','2010-09-12 01:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.29','2010-09-12 14:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2010-09-12 17:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-12 17:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.17','2010-09-13 06:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.18','2010-09-13 07:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.141.146.126','2010-09-13 09:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.199.158.195','2010-09-13 09:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.235.237.85','2010-09-13 11:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-13 13:42:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-13 13:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-13 13:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-13 13:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-13 13:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-13 13:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-13 13:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-13 13:59:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-13 13:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-13 14:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.16','2010-09-13 15:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-13 15:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'211.19.97.25','2010-09-13 16:01:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'112.136.114.91','2010-09-13 20:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'112.136.114.91','2010-09-13 20:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.13','2010-09-13 22:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.54','2010-09-13 22:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.25.138','2010-09-14 01:11:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.54','2010-09-14 02:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.53','2010-09-14 04:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.114.242','2010-09-14 05:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.25.138','2010-09-14 06:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.242','2010-09-14 06:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.159.186.239','2010-09-14 11:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.114.242','2010-09-14 11:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.159.186.239','2010-09-14 11:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-14 13:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-14 13:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-14 13:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-14 13:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-14 13:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.25.138','2010-09-14 14:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2010-09-14 14:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-14 14:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-09-14 14:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.212.199.123','2010-09-14 15:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'122.212.199.123','2010-09-14 15:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-14 16:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-09-14 16:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.249.98.41','2010-09-14 17:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.25.138','2010-09-14 18:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.114.242','2010-09-15 00:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.44','2010-09-15 01:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.33','2010-09-15 05:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.59','2010-09-15 05:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.3','2010-09-15 05:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.32','2010-09-15 05:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.36','2010-09-15 05:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.25.138','2010-09-15 06:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.25.138','2010-09-15 09:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-15 14:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-15 15:28:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-15 15:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-15 15:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-15 15:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-15 15:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-15 15:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-15 15:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-15 15:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-15 15:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-15 15:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-15 15:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-15 15:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.114.242','2010-09-15 15:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-15 16:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-15 16:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.46','2010-09-15 16:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.48','2010-09-15 16:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.5','2010-09-15 16:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.19','2010-09-15 16:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-15 17:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2010-09-15 17:34:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.69','2010-09-15 17:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.69','2010-09-15 17:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-15 17:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-09-15 19:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-09-16 03:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.114.242','2010-09-16 05:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.25.138','2010-09-16 05:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.55.25.138','2010-09-16 05:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.114.242','2010-09-16 06:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.216.136.223','2010-09-16 11:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.198.26','2010-09-16 16:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.194.135.239','2010-09-16 19:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.64.197','2010-09-16 20:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'123.227.78.8','2010-09-17 09:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-17 13:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-17 13:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-17 13:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-17 13:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-17 13:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-17 14:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.25.138','2010-09-17 14:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-17 14:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-17 14:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-17 14:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-17 14:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-17 14:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-17 14:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-17 14:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.249.98.41','2010-09-17 15:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.75.159','2010-09-17 15:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-17 15:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-17 16:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2010-09-17 16:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-17 16:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-09-17 16:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-17 17:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.168.215.22','2010-09-17 17:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2010-09-17 17:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.69','2010-09-17 17:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.69','2010-09-17 17:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-17 17:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.114.242','2010-09-17 21:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.11.207.34','2010-09-18 01:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'88.131.106.22','2010-09-18 03:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'88.131.106.22','2010-09-18 10:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.135.33.100','2010-09-18 14:05:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.135.33.100','2010-09-18 14:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.114.242','2010-09-18 20:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.44.118.154','2010-09-19 00:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.44.118.154','2010-09-19 00:58:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.44.118.154','2010-09-19 00:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.44.118.154','2010-09-19 00:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.44.118.154','2010-09-19 01:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.44.118.154','2010-09-19 01:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.44.118.154','2010-09-19 01:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.44.118.154','2010-09-19 01:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.44.118.154','2010-09-19 01:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2010-09-19 01:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.242','2010-09-19 03:13:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.114.242','2010-09-19 07:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.242','2010-09-19 15:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.52.108.58','2010-09-19 17:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.59','2010-09-20 01:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-09-20 08:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.249.98.41','2010-09-20 09:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.75.159','2010-09-20 09:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.75.159','2010-09-20 09:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.43','2010-09-20 10:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-20 11:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-20 11:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-20 11:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-20 11:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-20 11:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-20 12:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-20 12:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-20 12:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-20 12:07:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-20 12:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-20 12:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-20 12:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.114.242','2010-09-20 12:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-20 12:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-09-20 12:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-20 12:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2010-09-20 13:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.69','2010-09-20 14:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2010-09-20 14:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2010-09-20 14:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.114.242','2010-09-20 18:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.212.199.123','2010-09-20 21:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.94','2010-09-20 21:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.214.213.124','2010-09-21 02:27:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.152.251.200','2010-09-21 03:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.25.138','2010-09-21 04:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.25.138','2010-09-21 05:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-09-21 10:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.92','2010-09-21 10:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.69','2010-09-21 16:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2010-09-21 16:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.69','2010-09-21 16:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.69','2010-09-21 16:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.69','2010-09-21 16:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.69','2010-09-21 16:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-21 16:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.41.5.32','2010-09-21 17:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.55.25.138','2010-09-22 01:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.25.138','2010-09-22 01:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.25.138','2010-09-22 01:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.25.138','2010-09-22 01:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.25.138','2010-09-22 01:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.25.138','2010-09-22 01:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.25.138','2010-09-22 01:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.25.138','2010-09-22 01:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.25.138','2010-09-22 01:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.66.185','2010-09-22 04:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.114.242','2010-09-22 09:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'203.129.112.38','2010-09-22 13:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.153.46.33','2010-09-22 13:45:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.25.138','2010-09-22 14:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.55.25.138','2010-09-22 14:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.55.25.138','2010-09-22 14:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-22 15:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-22 15:21:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-22 15:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-22 15:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-22 15:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-22 15:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-22 16:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-22 16:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-22 16:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-22 16:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-22 16:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-22 16:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-22 16:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-22 16:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-09-22 16:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.196.234.122','2010-09-22 16:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2010-09-22 17:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.69','2010-09-22 17:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2010-09-22 17:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2010-09-22 17:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2010-09-22 18:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2010-09-22 18:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2010-09-22 18:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.69','2010-09-22 18:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.69','2010-09-22 18:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.69','2010-09-22 18:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2010-09-22 18:25:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.69','2010-09-22 18:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2010-09-22 18:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.114.242','2010-09-23 05:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'125.170.11.63','2010-09-23 11:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'125.170.11.63','2010-09-23 11:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.170.11.63','2010-09-23 11:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.64.197','2010-09-23 11:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.64.197','2010-09-23 11:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.55.25.138','2010-09-23 12:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.25.138','2010-09-23 12:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.25.138','2010-09-23 12:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.25.138','2010-09-23 12:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.25.138','2010-09-23 12:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.25.138','2010-09-23 12:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.25.138','2010-09-23 12:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.25.138','2010-09-23 12:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.25.138','2010-09-23 12:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-23 14:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-23 14:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-23 14:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-23 14:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-23 14:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-23 14:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-23 16:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-23 16:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.53','2010-09-23 16:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.44','2010-09-23 16:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-23 17:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.133','2010-09-23 19:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.133','2010-09-23 19:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.133','2010-09-23 19:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.52','2010-09-23 19:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.25.138','2010-09-24 03:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.25.138','2010-09-24 03:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.55.25.138','2010-09-24 05:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.16','2010-09-24 07:55:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'88.131.106.7','2010-09-24 11:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.225.241.10','2010-09-24 16:38:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2010-09-24 17:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.69','2010-09-24 17:46:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.69','2010-09-24 17:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-24 17:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.10.202.162','2010-09-24 18:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.55.25.138','2010-09-25 00:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.55.25.138','2010-09-25 00:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-09-25 01:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.66.185','2010-09-25 14:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.66.185','2010-09-25 14:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-25 15:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-25 15:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-25 15:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-25 15:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-25 15:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-25 15:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-25 15:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-25 15:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-25 15:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-25 15:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-09-25 16:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'182.170.54.62','2010-09-25 16:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2010-09-25 16:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2010-09-25 16:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2010-09-25 16:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2010-09-25 17:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2010-09-25 17:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2010-09-25 17:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.69','2010-09-25 17:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.133','2010-09-26 02:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.133','2010-09-26 02:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.133','2010-09-26 09:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.25.138','2010-09-26 10:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-26 15:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-26 15:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-26 15:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-26 15:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-26 15:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-26 15:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-26 16:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-26 16:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.12','2010-09-26 16:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.30','2010-09-26 16:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-26 16:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.114.242','2010-09-26 18:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.132','2010-09-26 19:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.69','2010-09-26 19:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2010-09-26 19:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.69','2010-09-26 19:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.69','2010-09-26 20:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2010-09-26 20:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.114.242','2010-09-26 21:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'58.85.233.128','2010-09-26 21:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-09-27 05:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'132.179.39.32','2010-09-27 09:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.133','2010-09-27 16:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.133','2010-09-27 16:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-27 17:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-27 17:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-27 17:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-27 17:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-27 17:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-27 17:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-27 17:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-27 17:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-27 18:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.69','2010-09-27 18:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.69','2010-09-27 18:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.204.194','2010-09-27 19:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.241.37.1','2010-09-27 19:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.40','2010-09-28 04:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-09-28 11:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.114.242','2010-09-28 12:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-28 17:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-28 17:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-09-28 18:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2010-09-28 18:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.69','2010-09-28 18:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.69','2010-09-28 18:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2010-09-28 18:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.13.88','2010-09-29 01:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.55.25.138','2010-09-29 09:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-29 13:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-29 13:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-29 14:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-29 14:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2010-09-29 15:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2010-09-29 15:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2010-09-29 15:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-09-29 15:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2010-09-29 15:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2010-09-29 16:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.69','2010-09-29 16:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2010-09-29 16:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.69','2010-09-29 16:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2010-09-29 16:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.69','2010-09-29 16:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.69','2010-09-29 16:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2010-09-29 17:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.219.78.241','2010-09-29 17:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.16','2010-09-29 18:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.16','2010-09-29 18:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.20','2010-09-29 20:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.119.3','2010-09-29 23:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.93','2010-09-29 23:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.235.237.17','2010-09-30 01:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.114.242','2010-09-30 05:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.167.167.53','2010-09-30 08:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.204.231','2010-09-30 08:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.55.25.138','2010-09-30 11:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.114.242','2010-09-30 12:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.21','2010-09-30 15:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.48','2010-09-30 15:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.60','2010-09-30 15:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.114.242','2010-09-30 15:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2010-09-30 16:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-09-30 16:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2010-09-30 16:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-09-30 16:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2010-09-30 16:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2010-09-30 16:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2010-09-30 17:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2010-09-30 17:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2010-09-30 17:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-09-30 17:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-09-30 17:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.133','2010-09-30 21:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.133','2010-09-30 22:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.133','2010-09-30 22:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.133','2010-09-30 22:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.133','2010-09-30 22:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.133','2010-09-30 22:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.133','2010-09-30 22:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.196.17.206','2010-09-30 23:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.55.25.138','2010-10-01 07:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.108.216.88','2010-10-01 14:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.108.216.88','2010-10-01 14:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.12.240','2010-10-01 15:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2010-10-01 16:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2010-10-01 16:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'113.35.9.98','2010-10-01 16:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2010-10-01 17:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2010-10-01 17:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2010-10-01 17:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.69','2010-10-01 17:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2010-10-01 17:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.69','2010-10-01 18:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.69','2010-10-01 18:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2010-10-01 18:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.69','2010-10-01 18:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2010-10-01 18:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2010-10-01 18:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2010-10-01 18:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2010-10-01 18:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.133','2010-10-01 19:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.133','2010-10-01 19:21:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.133','2010-10-01 19:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2010-10-01 22:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2010-10-01 23:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.242','2010-10-02 10:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.1.133.7','2010-10-02 11:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.1.133.7','2010-10-02 11:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.1.133.7','2010-10-02 11:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.1.133.7','2010-10-02 11:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.204.242','2010-10-02 11:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2010-10-02 17:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.69','2010-10-02 17:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2010-10-02 17:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.69','2010-10-02 17:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.69','2010-10-02 17:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.69','2010-10-02 17:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2010-10-02 17:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.114.242','2010-10-03 16:07:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-03 16:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-03 16:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.242','2010-10-03 16:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-10-04 05:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.113.243.87','2010-10-04 12:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.251.101.142','2010-10-04 14:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.251.101.142','2010-10-04 14:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.251.101.142','2010-10-04 14:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.113.243.87','2010-10-04 14:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-04 15:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.157.216.210','2010-10-04 15:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-04 16:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-04 16:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-04 16:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-04 16:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'221.113.38.2','2010-10-04 20:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-10-05 05:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.155','2010-10-05 06:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.155','2010-10-05 06:53:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.155','2010-10-05 06:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.114.242','2010-10-05 13:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.219.100.194','2010-10-05 15:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-05 16:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-05 16:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-05 16:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-05 16:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-05 16:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.31','2010-10-05 16:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.109.193','2010-10-05 17:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-10-05 20:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.114.242','2010-10-06 02:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.114.242','2010-10-06 03:05:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.34','2010-10-06 04:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.45','2010-10-06 04:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.59','2010-10-06 04:02:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.34','2010-10-06 04:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.114.242','2010-10-06 11:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.96.224.129','2010-10-06 12:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.96.224.129','2010-10-06 12:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.96.224.129','2010-10-06 12:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-06 15:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-06 15:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-06 15:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-06 15:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-06 16:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-06 16:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2010-10-06 16:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.31','2010-10-06 16:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.13','2010-10-06 16:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.34','2010-10-06 17:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.34','2010-10-06 17:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.34','2010-10-06 17:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.34','2010-10-06 17:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.29.41.208','2010-10-06 17:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.186.74.205','2010-10-06 18:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.114.242','2010-10-06 19:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.190.35.142','2010-10-06 19:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.190.35.142','2010-10-06 19:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.242','2010-10-06 19:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.55.3.215','2010-10-06 20:02:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.106.177.252','2010-10-07 02:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.64.197','2010-10-07 02:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.195.236','2010-10-07 03:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.114.242','2010-10-07 05:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.49','2010-10-07 11:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'60.32.7.18','2010-10-07 15:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.216.136.223','2010-10-07 17:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-07 17:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-07 18:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-07 18:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-07 18:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-07 18:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.34','2010-10-07 20:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.34','2010-10-07 20:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.34','2010-10-07 20:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.194.135.239','2010-10-07 22:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'82.80.230.228','2010-10-08 00:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'82.80.230.228','2010-10-08 00:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'82.80.230.228','2010-10-08 00:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'82.80.230.228','2010-10-08 00:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'82.80.230.228','2010-10-08 00:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'82.80.230.228','2010-10-08 00:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'82.80.230.228','2010-10-08 00:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'82.80.230.228','2010-10-08 00:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'82.80.230.228','2010-10-08 00:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'82.80.230.228','2010-10-08 00:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'82.80.230.228','2010-10-08 00:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'82.80.230.228','2010-10-08 00:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'82.80.230.228','2010-10-08 00:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'82.80.230.228','2010-10-08 00:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.216.136.223','2010-10-08 09:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'88.131.106.6','2010-10-08 16:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.37.164.133','2010-10-08 17:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.195.229','2010-10-08 21:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.114.242','2010-10-09 00:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-10-09 03:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.41','2010-10-09 03:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.50','2010-10-09 04:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.27.42','2010-10-09 11:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.27.42','2010-10-09 11:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.36','2010-10-09 15:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.27','2010-10-09 15:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.50','2010-10-09 15:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-09 16:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-09 16:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-09 16:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-09 16:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-09 16:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-09 16:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-09 16:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-09 16:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-09 16:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.140.236.43','2010-10-09 18:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.235.237.18','2010-10-09 20:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.114.242','2010-10-09 20:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.18','2010-10-09 20:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.93','2010-10-10 07:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.81.245.175','2010-10-10 09:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.81.245.175','2010-10-10 10:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.235.237.16','2010-10-10 11:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.114.242','2010-10-10 14:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'121.87.88.200','2010-10-10 15:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-10 21:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-10 21:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.93','2010-10-10 23:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.20','2010-10-11 03:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.12.114','2010-10-11 03:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-10-11 06:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-10-11 06:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-10-11 10:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-10-11 10:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'122.135.222.58','2010-10-11 10:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.51','2010-10-11 16:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-11 19:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-11 20:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2010-10-11 20:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-11 20:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.34','2010-10-11 20:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-11 20:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-10-11 20:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.195.226','2010-10-12 01:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.195.166.166','2010-10-12 05:04:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-10-12 07:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-10-12 07:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-10-12 07:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.11.179.63','2010-10-12 11:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.64.197','2010-10-12 11:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-10-12 15:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.198.26','2010-10-12 16:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.51','2010-10-12 16:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.26','2010-10-12 16:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.12.49.94','2010-10-12 16:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-12 20:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-12 20:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-12 20:53:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-12 20:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-12 20:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-12 20:55:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-10-12 22:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.222.81.228','2010-10-12 22:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.199.45','2010-10-12 23:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.114.242','2010-10-13 02:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-13 18:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-13 19:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-13 19:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-13 20:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-13 20:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-13 20:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2010-10-13 20:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-13 21:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2010-10-13 21:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-13 21:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.34','2010-10-13 21:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-13 21:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.195.239','2010-10-13 23:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.93','2010-10-13 23:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.204.231','2010-10-14 06:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.117.244.161','2010-10-14 10:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.235.237.20','2010-10-14 10:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.235.237.16','2010-10-14 10:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.114.76.240','2010-10-14 13:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.114.242','2010-10-14 15:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.36','2010-10-14 15:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.114.242','2010-10-14 17:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.20','2010-10-14 19:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.199.218.126','2010-10-14 20:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.34','2010-10-14 22:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.92','2010-10-15 02:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.93','2010-10-15 03:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.44.187.107','2010-10-15 10:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'121.119.252.103','2010-10-15 11:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.205.123','2010-10-15 11:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.205.123','2010-10-15 11:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.44.187.107','2010-10-15 11:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.44.187.107','2010-10-15 11:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.17','2010-10-15 14:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-15 20:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-15 20:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-15 20:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-15 20:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-15 20:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-15 20:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-15 20:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-15 20:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-15 22:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.34','2010-10-15 22:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.34','2010-10-15 22:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.34','2010-10-15 23:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'125.192.37.88','2010-10-16 07:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.114.242','2010-10-16 08:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.3.215','2010-10-16 12:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.114.242','2010-10-16 12:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-16 19:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-16 19:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-16 19:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-16 21:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-16 21:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2010-10-16 21:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-16 21:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-16 21:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.34','2010-10-16 22:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'124.146.226.138','2010-10-16 22:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-10-17 02:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.6.164.103','2010-10-17 12:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.85','2010-10-17 14:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'116.83.226.69','2010-10-17 19:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.34','2010-10-18 00:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.21','2010-10-18 05:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.114.242','2010-10-18 12:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.20','2010-10-18 13:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.93','2010-10-18 18:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.41.213.230','2010-10-18 19:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'183.177.203.231','2010-10-18 22:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'183.177.203.231','2010-10-18 22:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-19 01:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-19 01:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-19 01:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-19 01:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-19 01:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-19 01:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-19 01:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-19 01:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-19 01:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-19 01:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-19 01:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-19 02:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-19 02:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-19 02:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2010-10-19 02:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-19 02:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.34','2010-10-19 02:42:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.186.74.205','2010-10-19 08:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'61.215.98.10','2010-10-19 11:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.48.192.2','2010-10-19 11:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.206.185.66','2010-10-19 13:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.206.185.66','2010-10-19 13:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.206.185.66','2010-10-19 13:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.208.200.34','2010-10-19 17:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.242','2010-10-19 22:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-19 22:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.34','2010-10-19 23:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.34','2010-10-19 23:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.34','2010-10-19 23:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.34','2010-10-19 23:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.242','2010-10-20 07:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.235.237.93','2010-10-20 08:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.235.237.93','2010-10-20 08:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.235.237.92','2010-10-20 08:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.114.242','2010-10-20 12:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.229.146.46','2010-10-20 15:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.195.148.233','2010-10-20 19:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.114.242','2010-10-20 20:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.235.237.18','2010-10-20 21:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-10-21 02:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.114.242','2010-10-21 05:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.2.30.32','2010-10-21 09:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'58.183.226.199','2010-10-21 10:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.214.60.30','2010-10-21 11:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.214.60.30','2010-10-21 11:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.214.60.30','2010-10-21 11:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.85','2010-10-21 12:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.151.230.142','2010-10-21 14:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.114.242','2010-10-21 15:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.210.129.77','2010-10-21 16:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'133.225.214.133','2010-10-21 16:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.6.164.104','2010-10-21 19:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-21 19:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-21 20:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-21 20:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-21 20:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-21 20:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-21 20:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-21 20:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-21 20:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-21 20:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-21 20:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-21 20:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-21 20:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-21 21:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-21 21:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-21 23:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2010-10-21 23:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-22 00:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.34','2010-10-22 01:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.151.230.142','2010-10-22 09:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.184.165.33','2010-10-22 11:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-10-22 13:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.149.120.125','2010-10-22 16:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.64.197','2010-10-22 16:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.114.242','2010-10-22 17:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.114.242','2010-10-22 18:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.199.45','2010-10-22 20:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-22 23:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.34','2010-10-22 23:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.34','2010-10-23 00:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.34','2010-10-23 00:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.34','2010-10-23 00:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.85','2010-10-23 06:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.23','2010-10-23 13:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.221.38.155','2010-10-23 16:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.49','2010-10-23 18:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'220.3.231.8','2010-10-23 19:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.55','2010-10-24 06:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,34,'125.103.39.174','2010-10-24 07:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.155','2010-10-24 12:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.155','2010-10-24 13:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.155','2010-10-24 15:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.155','2010-10-24 15:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.195.30','2010-10-24 16:01:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-24 17:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-24 17:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-24 17:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-24 18:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-24 18:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-24 18:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-24 18:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-24 18:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-24 18:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-24 18:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-24 18:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.155','2010-10-25 05:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.92.197.197','2010-10-25 07:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.32.199.203','2010-10-25 10:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.32.60.10','2010-10-25 15:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.155','2010-10-25 17:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-25 18:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.155','2010-10-25 18:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.34','2010-10-25 18:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.34','2010-10-25 18:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2010-10-25 19:40:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-25 19:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-25 19:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.34','2010-10-25 19:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.34','2010-10-25 21:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.34','2010-10-25 21:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.34','2010-10-25 21:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.34','2010-10-25 21:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.34','2010-10-25 21:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-10-26 04:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.16','2010-10-26 13:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.110.186.129','2010-10-26 13:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.64.197','2010-10-26 13:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.235.237.19','2010-10-26 15:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.43.183.194','2010-10-26 18:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.43.183.194','2010-10-26 18:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.155','2010-10-26 18:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-26 19:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-26 19:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.34','2010-10-26 19:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.155','2010-10-26 20:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.242','2010-10-26 21:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.29','2010-10-27 05:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.155','2010-10-27 06:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.155','2010-10-27 06:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.114.242','2010-10-27 09:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.56.229.179','2010-10-27 10:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.114.242','2010-10-27 12:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.48.96.232','2010-10-27 17:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.34','2010-10-27 18:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2010-10-27 18:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.34','2010-10-27 18:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.34','2010-10-27 18:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2010-10-27 18:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.34','2010-10-27 18:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.34','2010-10-27 22:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.226','2010-10-28 00:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.152.231.112','2010-10-28 08:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.152.231.112','2010-10-28 08:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.200.178.25','2010-10-28 09:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.200.178.25','2010-10-28 09:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'113.34.90.1','2010-10-28 11:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.54','2010-10-28 14:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.62','2010-10-28 14:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.148.112.66','2010-10-28 14:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.148.112.66','2010-10-28 14:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.148.112.66','2010-10-28 14:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.114.242','2010-10-28 15:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.131.130.11','2010-10-28 16:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.5','2010-10-28 17:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.51','2010-10-28 17:16:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.226','2010-10-28 20:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.33','2010-10-28 21:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.48','2010-10-28 21:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.57','2010-10-28 21:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.17','2010-10-28 21:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.54','2010-10-28 21:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.24','2010-10-28 21:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.226','2010-10-28 21:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.226','2010-10-28 21:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.226','2010-10-28 23:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.226','2010-10-28 23:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.226','2010-10-28 23:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.226','2010-10-28 23:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.195.223','2010-10-29 01:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.93','2010-10-29 07:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.155','2010-10-29 08:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.155','2010-10-29 08:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.151.230.142','2010-10-29 11:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.38','2010-10-29 15:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.8','2010-10-29 15:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.23','2010-10-29 18:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.23','2010-10-29 18:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.23','2010-10-29 18:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.23','2010-10-29 18:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.23','2010-10-29 18:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.23','2010-10-29 18:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.121.217.84','2010-10-29 20:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.23','2010-10-29 22:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.23','2010-10-29 23:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.23','2010-10-29 23:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-10-30 01:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.16','2010-10-30 02:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.92','2010-10-30 11:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.114.242','2010-10-30 12:15:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.195.232','2010-10-30 12:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.93','2010-10-30 12:59:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.12.239','2010-10-30 17:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'222.144.159.92','2010-10-30 17:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'222.144.159.92','2010-10-30 17:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'222.144.159.92','2010-10-30 17:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.155','2010-10-30 17:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.23','2010-10-30 18:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.23','2010-10-30 18:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.23','2010-10-30 18:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.23','2010-10-30 19:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.23','2010-10-30 19:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.155','2010-10-30 22:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'58.183.190.142','2010-10-30 23:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.114.242','2010-10-31 04:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.58','2010-10-31 06:15:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.13.84','2010-10-31 13:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.41','2010-10-31 14:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.93','2010-10-31 15:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.113.124.47','2010-10-31 15:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.23','2010-10-31 17:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.23','2010-10-31 17:54:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.23','2010-10-31 17:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.23','2010-10-31 17:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.23','2010-10-31 17:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.23','2010-10-31 17:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.23','2010-10-31 17:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.23','2010-10-31 17:56:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.23','2010-10-31 17:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.23','2010-10-31 19:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.23','2010-10-31 19:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.23','2010-10-31 20:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.23','2010-10-31 21:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.23','2010-10-31 21:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.12','2010-10-31 21:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.36','2010-10-31 21:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.23','2010-10-31 22:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.23','2010-10-31 23:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.23','2010-10-31 23:37:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.23','2010-10-31 23:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.23','2010-10-31 23:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.92','2010-11-01 00:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.23','2010-11-01 00:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.23','2010-11-01 00:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.23','2010-11-01 00:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.23','2010-11-01 00:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-11-01 05:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.111.250','2010-11-01 09:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-11-01 09:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.17','2010-11-01 13:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.85','2010-11-01 15:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.92','2010-11-01 15:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.23','2010-11-01 17:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.23','2010-11-01 17:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.23','2010-11-01 17:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.112.48.209','2010-11-01 17:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.23','2010-11-01 18:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.23','2010-11-01 18:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.112.48.209','2010-11-01 19:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-11-01 19:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (2,1,'125.103.39.174','2010-11-02 00:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (75,1,'58.85.41.96','2010-11-02 00:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (74,1,'118.110.22.198','2010-11-02 00:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (74,1,'118.110.22.198','2010-11-02 00:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (74,1,'118.110.22.198','2010-11-02 00:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (74,1,'118.110.22.198','2010-11-02 00:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (74,1,'118.110.22.198','2010-11-02 00:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (74,1,'118.110.22.198','2010-11-02 00:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-11-02 07:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-11-02 07:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-11-02 07:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'115.179.169.132','2010-11-02 11:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'115.179.169.132','2010-11-02 11:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.49','2010-11-02 13:40:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-11-02 14:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.114.242','2010-11-02 16:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.23','2010-11-02 17:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.23','2010-11-02 17:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.23','2010-11-02 17:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.23','2010-11-02 17:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.23','2010-11-02 17:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.23','2010-11-02 17:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.23','2010-11-02 17:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.23','2010-11-02 17:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.23','2010-11-02 17:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.102.245.228','2010-11-02 17:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.212.21.229','2010-11-02 18:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.23','2010-11-02 18:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.23','2010-11-02 18:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.23','2010-11-02 20:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.23','2010-11-02 20:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.141','2010-11-02 21:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-11-02 21:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.19','2010-11-02 21:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.145','2010-11-03 06:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.92','2010-11-03 08:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.198.17','2010-11-03 15:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.15','2010-11-03 15:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.198.41','2010-11-03 15:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.87','2010-11-03 19:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.87','2010-11-03 20:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.87','2010-11-03 20:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.87','2010-11-03 20:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.87','2010-11-03 20:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.87','2010-11-03 22:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.87','2010-11-03 23:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.87','2010-11-04 00:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.87','2010-11-04 02:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.87','2010-11-04 02:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.87','2010-11-04 02:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.87','2010-11-04 02:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.87','2010-11-04 02:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.87','2010-11-04 02:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.60','2010-11-04 05:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.60','2010-11-04 05:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.93','2010-11-04 10:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.219','2010-11-04 10:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.219','2010-11-04 10:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.219','2010-11-04 10:56:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.219','2010-11-04 14:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.219','2010-11-04 14:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.219','2010-11-04 14:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.114.242','2010-11-04 15:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.52','2010-11-04 17:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.52','2010-11-04 17:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.52','2010-11-04 17:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.52','2010-11-04 17:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.52','2010-11-04 17:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.52','2010-11-04 17:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.52','2010-11-04 19:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.185.162.163','2010-11-04 20:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.114.242','2010-11-04 20:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.140','2010-11-04 22:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:05:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.31','2010-11-04 23:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.31','2010-11-04 23:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (76,16,'221.23.1.43','2010-11-04 23:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.159','2010-11-04 23:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.23.1.43','2010-11-04 23:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.13.146','2010-11-05 02:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-11-05 08:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.84','2010-11-05 08:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.84','2010-11-05 08:27:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.84','2010-11-05 08:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.84','2010-11-05 08:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.84','2010-11-05 08:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.114.242','2010-11-05 11:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.148.193.13','2010-11-05 13:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.64.197','2010-11-05 13:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.153.46.33','2010-11-05 15:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.219','2010-11-06 03:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.219','2010-11-06 03:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.219','2010-11-06 03:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.84','2010-11-06 06:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.84','2010-11-06 06:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.84','2010-11-06 06:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.242','2010-11-06 06:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-11-06 06:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.114.242','2010-11-06 07:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.114.242','2010-11-06 08:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-06 17:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-06 17:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-06 17:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-06 17:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-06 17:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-06 17:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-06 17:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-06 17:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-06 17:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.242','2010-11-06 20:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.50','2010-11-07 06:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.235.237.16','2010-11-07 10:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-07 15:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-07 15:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-11-07 15:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-07 15:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-07 15:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-07 15:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-07 15:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-11-07 15:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-07 16:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-11-07 16:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-11-07 16:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-11-07 17:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-07 17:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-11-08 00:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.114.242','2010-11-08 00:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.84','2010-11-08 01:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-11-08 01:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.84','2010-11-08 01:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-11-08 01:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-11-08 01:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.84','2010-11-08 02:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.84','2010-11-08 02:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.84','2010-11-08 02:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.52.108.60','2010-11-08 06:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.85','2010-11-08 07:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.170.44.108','2010-11-08 09:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.130','2010-11-08 11:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-08 15:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-08 15:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-08 15:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-08 15:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-08 15:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-08 15:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-08 15:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-08 15:54:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-08 15:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.114.242','2010-11-08 16:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.168.206.10','2010-11-08 17:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.88','2010-11-09 01:19:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.84','2010-11-09 02:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.84','2010-11-09 02:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.84','2010-11-09 02:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.84','2010-11-09 02:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.84','2010-11-09 03:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.84','2010-11-09 03:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.114.242','2010-11-09 12:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.16.125.92','2010-11-09 13:10:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.96.74.16','2010-11-09 13:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.19','2010-11-09 13:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.228.139.164','2010-11-09 13:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.114.242','2010-11-09 14:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.159.20.151','2010-11-09 16:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.31','2010-11-09 16:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.31','2010-11-09 16:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-09 17:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-09 17:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-09 17:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-11-09 17:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-09 17:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-09 17:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-09 17:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-09 17:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-11-09 18:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-11-09 18:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-11-09 18:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-09 18:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.194.63.98','2010-11-09 23:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.194.63.98','2010-11-09 23:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.85','2010-11-10 00:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.89.169.212','2010-11-10 00:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.43','2010-11-10 10:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.198.68.198','2010-11-10 13:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'61.198.68.198','2010-11-10 13:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-10 16:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-10 17:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-10 17:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-10 17:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.190.36.161','2010-11-10 18:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-11-10 18:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.214.174.143','2010-11-11 01:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.159','2010-11-11 01:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.159','2010-11-11 01:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.64.197','2010-11-11 02:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.114.242','2010-11-11 07:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'122.135.30.71','2010-11-11 09:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.195.233','2010-11-11 15:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'94.23.238.27','2010-11-11 16:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.5.2.118','2010-11-11 19:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'211.19.100.254','2010-11-11 19:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2010-11-11 19:41:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.66.178','2010-11-11 20:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.16.231','2010-11-11 22:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-11-11 22:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.84','2010-11-11 22:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.84','2010-11-11 22:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.84','2010-11-11 22:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-11-11 22:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-11-12 02:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-11-12 03:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-11-12 03:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.114.242','2010-11-12 03:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-12 16:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-12 17:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-12 17:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-12 17:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-12 17:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.114.242','2010-11-12 19:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.41.241.121','2010-11-12 20:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.41.241.121','2010-11-12 20:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.17.147.67','2010-11-12 22:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.7.209.142','2010-11-13 03:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'118.7.209.142','2010-11-13 03:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.7.209.142','2010-11-13 03:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'118.7.209.142','2010-11-13 03:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.7.209.142','2010-11-13 03:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.53','2010-11-13 14:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-13 19:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-13 19:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-13 20:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-13 20:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-13 20:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.114.242','2010-11-14 08:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.100','2010-11-14 12:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.89','2010-11-14 14:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-14 22:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-14 22:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-14 22:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-14 22:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.206.32.229','2010-11-15 10:18:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.249.116.206','2010-11-15 12:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.204.241','2010-11-15 12:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.114.242','2010-11-15 12:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.195.107','2010-11-15 13:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'219.166.149.5','2010-11-15 14:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.94','2010-11-15 20:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.107.253.242','2010-11-15 20:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.115.152','2010-11-15 22:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-15 22:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-15 22:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-15 22:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-15 22:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-15 22:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-11-15 23:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-15 23:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-15 23:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-15 23:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.195.106','2010-11-16 20:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'221.113.38.113','2010-11-16 20:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.200.202.185','2010-11-16 21:50:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-17 00:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.152','2010-11-17 00:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-17 00:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-17 00:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-17 00:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.152','2010-11-17 00:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-17 00:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-17 00:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-17 02:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-17 02:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-17 02:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.152','2010-11-17 04:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.152','2010-11-17 05:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.198.112','2010-11-17 05:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.198.67','2010-11-17 05:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.212.1.153','2010-11-17 11:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.91.143.235','2010-11-17 14:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'150.70.75.159','2010-11-17 14:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'150.70.75.159','2010-11-17 14:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.152','2010-11-17 16:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.152','2010-11-17 20:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-11-18 03:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-18 03:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-11-18 03:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-11-18 03:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-11-18 04:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.84','2010-11-18 04:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-18 07:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.84','2010-11-18 07:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'203.180.232.97','2010-11-18 10:44:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'175.179.196.167','2010-11-18 11:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.195.30','2010-11-18 16:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'121.87.219.18','2010-11-18 20:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'121.87.219.18','2010-11-18 20:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'195.42.102.25','2010-11-18 21:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'195.42.102.25','2010-11-18 21:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'195.42.102.25','2010-11-18 21:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.198.101','2010-11-19 01:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.198.90','2010-11-19 01:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.198.65','2010-11-19 01:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-19 01:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-11-19 01:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-19 01:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-19 01:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.237.138.64','2010-11-19 03:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.75.31','2010-11-19 03:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.75.31','2010-11-19 03:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-11-19 04:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-11-19 04:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.84','2010-11-19 05:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.84','2010-11-19 05:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.84','2010-11-19 05:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.84','2010-11-19 05:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.84','2010-11-19 05:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.84','2010-11-19 06:11:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-11-19 06:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.34.128','2010-11-19 07:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.34.128','2010-11-19 07:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.34.128','2010-11-19 07:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.40.92.125','2010-11-19 08:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.118','2010-11-19 09:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.66','2010-11-19 09:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.96','2010-11-19 09:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'219.96.153.80','2010-11-19 12:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.195.224','2010-11-19 12:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.152','2010-11-19 12:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.219.100.194','2010-11-19 13:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.222.77.60','2010-11-19 14:44:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.12.26.130','2010-11-19 17:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.70','2010-11-19 17:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.85','2010-11-19 17:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.99','2010-11-19 18:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.115.152','2010-11-19 20:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.93','2010-11-19 21:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.225.104.62','2010-11-19 23:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-20 00:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-20 00:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.110.65','2010-11-20 08:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-21 00:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-21 00:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-21 00:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-21 00:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-21 01:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-21 01:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-21 01:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-11-21 01:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-21 01:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-11-21 01:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.198.66','2010-11-21 01:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-11-21 02:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.152','2010-11-21 08:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.93','2010-11-21 16:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-21 22:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-21 22:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-11-22 02:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.250','2010-11-22 02:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-11-22 06:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.115.152','2010-11-22 13:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.173.141.127','2010-11-22 15:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.173.141.127','2010-11-22 15:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.152','2010-11-22 15:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-11-22 17:00:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.11.251.125','2010-11-22 17:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.11.251.125','2010-11-22 17:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.195.30','2010-11-22 18:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.235.237.16','2010-11-22 19:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.152','2010-11-22 20:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.18','2010-11-22 21:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-22 22:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-22 22:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-22 22:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-22 22:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-22 22:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-22 22:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-11-23 00:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-11-23 00:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-11-23 00:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-11-23 04:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-11-23 12:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.219.100.194','2010-11-23 17:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.195.30','2010-11-23 18:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-23 23:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-23 23:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-23 23:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-23 23:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-23 23:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-11-23 23:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-23 23:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-23 23:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-24 00:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-11-24 00:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-11-24 00:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-11-24 00:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-11-24 01:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-11-24 01:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-11-24 01:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.219','2010-11-24 03:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.85','2010-11-24 06:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.219','2010-11-24 07:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.12.236','2010-11-24 12:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'59.133.94.136','2010-11-24 13:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.195.30','2010-11-24 14:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'220.157.160.2','2010-11-24 20:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.157.160.2','2010-11-24 20:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.152','2010-11-24 21:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-24 23:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-24 23:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-24 23:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-24 23:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-24 23:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-24 23:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.219','2010-11-24 23:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.84','2010-11-25 01:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.84','2010-11-25 01:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-11-25 01:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-11-25 03:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.195.30','2010-11-25 06:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.115.152','2010-11-25 06:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.42','2010-11-25 07:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.52.108.13','2010-11-25 09:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.128.172.150','2010-11-25 09:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'211.18.204.244','2010-11-25 10:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.127.33','2010-11-25 15:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'221.186.127.33','2010-11-25 15:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'130.54.130.234','2010-11-25 16:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.128.172.150','2010-11-25 17:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.128.172.150','2010-11-25 17:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.128.172.150','2010-11-25 17:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.128.172.150','2010-11-25 17:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.128.172.150','2010-11-25 17:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.44.185.100','2010-11-25 19:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.0.224.17','2010-11-25 19:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-25 22:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-25 23:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-25 23:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-11-25 23:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.219','2010-11-26 00:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.219','2010-11-26 01:19:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.152','2010-11-26 04:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.52.110.56','2010-11-26 14:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.82','2010-11-26 17:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.5.1.98','2010-11-26 20:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.5.1.98','2010-11-26 20:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.219','2010-11-26 22:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-27 00:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-27 00:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-27 00:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-27 01:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-27 01:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-27 01:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-27 01:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-27 01:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-11-27 02:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-11-27 02:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-11-27 02:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-11-27 03:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-27 10:31:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.48.77.166','2010-11-27 14:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.159.186.239','2010-11-27 15:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.83','2010-11-27 17:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.113','2010-11-27 17:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.44.181.21','2010-11-27 18:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.195.30','2010-11-27 22:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-27 23:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-11-28 00:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-28 00:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-11-28 00:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.198.117','2010-11-28 01:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-11-28 02:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.219','2010-11-28 03:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.219','2010-11-28 03:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.219','2010-11-28 03:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.219','2010-11-28 03:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.219','2010-11-28 03:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.152','2010-11-28 08:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.156.254.229','2010-11-28 21:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.92','2010-11-28 23:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-11-28 23:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-11-28 23:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-11-28 23:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-11-28 23:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-11-28 23:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-28 23:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-11-28 23:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-29 00:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-11-29 00:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.219','2010-11-29 03:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.152','2010-11-29 06:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.219','2010-11-29 10:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.152','2010-11-29 12:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.142.56.234','2010-11-29 17:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.149.120.123','2010-11-29 18:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.130','2010-11-29 20:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.110.51','2010-11-29 20:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-11-29 22:06:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-11-29 22:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-11-29 22:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.152','2010-11-29 22:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.210.162.173','2010-11-29 23:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.195.30','2010-11-30 00:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.127.33','2010-11-30 11:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.253.243.145','2010-11-30 16:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.137','2010-11-30 17:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.236.20.2','2010-11-30 20:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.236.20.2','2010-11-30 20:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.31','2010-11-30 21:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'85.25.124.132','2010-11-30 22:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.25.124.132','2010-11-30 22:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.25.124.132','2010-11-30 22:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.25.124.132','2010-11-30 22:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.25.124.132','2010-11-30 22:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.25.124.132','2010-11-30 22:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.25.124.132','2010-11-30 22:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'85.25.124.132','2010-11-30 22:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.115.152','2010-11-30 23:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-12-01 01:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-12-01 01:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-12-01 01:06:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-12-01 01:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-12-01 01:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-01 01:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-12-01 01:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-12-01 01:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.107','2010-12-01 01:31:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.77','2010-12-01 01:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-12-01 01:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-01 01:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.195.30','2010-12-01 02:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.152','2010-12-01 05:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.66','2010-12-01 09:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.22.101.13','2010-12-01 11:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.115.152','2010-12-01 13:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.195.242','2010-12-01 13:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.204.187','2010-12-01 14:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.22.16.114','2010-12-01 14:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.110.65','2010-12-01 21:02:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.195.30','2010-12-01 22:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.198.66','2010-12-02 01:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-12-02 04:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-12-02 04:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-12-02 05:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-12-02 06:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-12-02 06:40:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-12-02 06:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-12-02 06:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-12-02 06:49:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-12-02 07:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-12-02 07:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-12-02 07:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.5.138.59','2010-12-02 13:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.5.138.59','2010-12-02 13:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.94.133.8','2010-12-02 15:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.94.133.8','2010-12-02 16:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'121.103.109.120','2010-12-02 18:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.103.109.120','2010-12-02 18:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.195.242','2010-12-02 19:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.115.152','2010-12-02 23:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-12-03 01:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-12-03 01:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-12-03 01:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-12-03 01:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-03 01:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-12-03 01:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-12-03 01:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-12-03 01:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-03 01:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-12-03 01:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.195.30','2010-12-03 08:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.141.171.76','2010-12-03 08:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.9.173.184','2010-12-03 09:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.171.134.236','2010-12-03 13:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.75.159','2010-12-03 13:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.138.104.134','2010-12-03 14:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.138.104.134','2010-12-03 14:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.138.104.134','2010-12-03 14:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.138.104.134','2010-12-03 14:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.195.153.116','2010-12-03 16:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.152','2010-12-03 19:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.93','2010-12-03 20:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-12-04 00:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-12-04 00:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-12-04 00:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-12-04 01:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-12-04 01:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-12-04 01:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-12-04 01:48:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-12-04 01:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-12-04 02:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-12-04 02:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-12-04 02:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-12-04 06:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-12-04 06:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-12-04 06:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-12-04 09:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-12-05 00:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.152','2010-12-05 08:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.198.100','2010-12-05 11:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.103','2010-12-05 11:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.115.152','2010-12-05 12:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.16.231','2010-12-05 13:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.87.102.126','2010-12-05 13:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-12-05 23:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.110.64','2010-12-06 07:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.40','2010-12-06 10:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'222.3.73.100','2010-12-06 16:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.152','2010-12-06 17:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-06 18:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-12-06 18:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-12-06 18:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'117.18.27.221','2010-12-06 18:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'117.18.27.221','2010-12-06 18:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.18.27.221','2010-12-06 18:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.92','2010-12-06 19:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-12-06 20:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.92','2010-12-06 21:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.85.41.96','2010-12-06 21:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-12-07 09:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-12-07 09:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-12-07 09:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-12-07 09:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-12-07 09:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-12-07 09:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-12-07 09:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-12-07 09:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-07 10:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-12-07 10:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-12-07 11:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.181.92.54','2010-12-07 11:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-12-07 11:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-12-07 11:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-12-07 11:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-12-07 11:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-12-07 11:31:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.150.54.14','2010-12-07 13:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.41.209.34','2010-12-07 15:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.108.58','2010-12-07 23:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.174.113.139','2010-12-08 00:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.152','2010-12-08 01:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.152','2010-12-08 04:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.219','2010-12-08 06:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.219','2010-12-08 06:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.219','2010-12-08 06:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-12-08 07:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-12-08 08:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.149.120.123','2010-12-08 12:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.102.241.181','2010-12-08 12:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.64.200','2010-12-08 12:17:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.19','2010-12-08 12:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.17','2010-12-08 14:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.195.30','2010-12-08 18:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-08 21:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-12-08 21:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-12-08 21:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-12-08 21:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-12-08 22:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-12-08 22:57:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-12-09 07:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-12-09 07:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-12-09 07:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-12-09 07:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-12-09 07:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-12-09 07:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-12-09 07:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-09 07:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-12-09 07:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-12-09 08:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-12-09 08:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-12-09 08:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-12-09 08:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.84','2010-12-09 08:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-12-09 08:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.84','2010-12-09 08:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.115.152','2010-12-09 08:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.83','2010-12-09 09:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.73','2010-12-09 09:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.1.2.195','2010-12-09 09:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.1.2.195','2010-12-09 09:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.104.15.142','2010-12-09 09:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'61.197.236.217','2010-12-09 14:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.152','2010-12-09 15:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.66.178','2010-12-10 00:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.184.94.93','2010-12-10 01:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.219','2010-12-10 01:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.219','2010-12-10 02:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.66.178','2010-12-10 05:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.115','2010-12-10 09:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.195.224','2010-12-10 10:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.136.38.34','2010-12-10 11:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.16','2010-12-10 19:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.115','2010-12-11 00:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.212','2010-12-11 01:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.212','2010-12-11 01:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.52.110.51','2010-12-11 02:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.204.192','2010-12-11 06:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.152','2010-12-11 07:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-12-11 14:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-12-11 14:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.84','2010-12-11 14:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.84','2010-12-11 14:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-12-11 14:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-12-11 14:50:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-11 15:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-12-11 15:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-12-11 15:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.84','2010-12-11 15:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-12-11 15:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.84','2010-12-11 15:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-12-11 15:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-12-11 15:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-12-11 15:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-12-11 15:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2010-12-11 15:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-12-11 15:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.195.30','2010-12-11 16:01:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.111','2010-12-11 16:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.66','2010-12-11 16:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.88','2010-12-11 16:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.72','2010-12-12 00:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.77','2010-12-12 00:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.74','2010-12-12 00:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2010-12-12 02:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.84','2010-12-12 02:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.195.30','2010-12-12 04:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.3.190','2010-12-12 07:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.55.3.190','2010-12-12 07:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.152','2010-12-12 08:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.55.3.190','2010-12-12 10:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.55.3.190','2010-12-12 10:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.3.190','2010-12-12 12:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.12.237','2010-12-12 15:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'112.68.120.30','2010-12-12 15:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.195.30','2010-12-12 22:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.152','2010-12-13 01:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.84','2010-12-13 03:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.195.30','2010-12-13 06:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.13.94','2010-12-13 08:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.208.174.67','2010-12-13 09:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.208.174.67','2010-12-13 09:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.152','2010-12-13 10:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.0.157.137','2010-12-13 12:58:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.84','2010-12-13 13:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.195.30','2010-12-13 14:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.84','2010-12-13 23:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.84','2010-12-13 23:21:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2010-12-13 23:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.84','2010-12-13 23:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2010-12-13 23:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.195.30','2010-12-14 02:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.146.186.226','2010-12-14 09:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.11.155.20','2010-12-14 10:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2010-12-14 12:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.84','2010-12-14 12:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.84','2010-12-14 12:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.186.104.57','2010-12-14 17:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.70.75.159','2010-12-14 17:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.70.75.159','2010-12-14 17:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.215.189.74','2010-12-14 20:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.152','2010-12-14 21:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.115.152','2010-12-14 23:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.152','2010-12-15 03:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.200.202.185','2010-12-15 12:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.40','2010-12-15 12:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.115.152','2010-12-15 13:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.138.104.134','2010-12-15 13:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.138.104.134','2010-12-15 13:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.138.104.134','2010-12-15 13:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.138.104.134','2010-12-15 13:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.138.104.134','2010-12-15 13:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'125.1.149.104','2010-12-15 14:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2010-12-15 14:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.204.243','2010-12-15 17:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.20.207.77','2010-12-15 17:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.40','2010-12-15 22:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.40','2010-12-15 22:07:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.134.198.86','2010-12-15 22:23:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.115.152','2010-12-16 07:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.16.207.86','2010-12-16 07:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.16.207.86','2010-12-16 07:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.16.207.86','2010-12-16 08:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.40','2010-12-16 11:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.40','2010-12-16 11:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'118.20.207.77','2010-12-16 14:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.20.207.77','2010-12-16 14:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.20.207.77','2010-12-16 15:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.20.207.77','2010-12-16 16:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'118.20.207.77','2010-12-16 16:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.20.207.77','2010-12-16 16:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.40','2010-12-16 19:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.40','2010-12-16 19:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.250.250.4','2010-12-16 21:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.84','2010-12-16 22:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.40','2010-12-17 02:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.40','2010-12-17 02:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.40','2010-12-17 02:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.40','2010-12-17 03:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.152','2010-12-17 06:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.152','2010-12-17 14:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.52.108.60','2010-12-17 16:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'222.151.230.142','2010-12-17 17:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.118.165.221','2010-12-17 17:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.138','2010-12-17 17:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.152','2010-12-17 20:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.40','2010-12-17 21:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.40','2010-12-17 21:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.152','2010-12-17 22:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.44','2010-12-18 02:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.199.54','2010-12-18 06:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.250','2010-12-18 11:25:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.195.30','2010-12-18 14:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-12-18 14:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-12-18 14:57:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.40','2010-12-18 15:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.40','2010-12-18 15:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'123.226.6.89','2010-12-18 15:50:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.40','2010-12-18 21:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.40','2010-12-19 01:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.195.241','2010-12-19 02:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-12-19 05:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.152','2010-12-19 08:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.152','2010-12-19 09:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-12-19 12:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.152','2010-12-19 12:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.115.152','2010-12-19 20:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.40','2010-12-19 22:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.40','2010-12-19 22:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.40','2010-12-19 22:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.40','2010-12-19 22:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.167.30.184','2010-12-20 07:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.195.105','2010-12-20 09:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.40','2010-12-20 12:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.40','2010-12-20 12:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.154.214.76','2010-12-20 14:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.154.214.76','2010-12-20 14:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.154.214.76','2010-12-20 15:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.99.141.230','2010-12-20 17:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.40','2010-12-20 20:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.40','2010-12-20 20:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.40','2010-12-20 20:34:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.40','2010-12-21 00:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.193.219.168','2010-12-21 04:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.193.219.168','2010-12-21 04:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.193.219.168','2010-12-21 04:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.193.219.168','2010-12-21 04:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.193.219.168','2010-12-21 04:03:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.193.219.168','2010-12-21 04:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.193.219.168','2010-12-21 04:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.193.219.168','2010-12-21 04:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'110.67.250.148','2010-12-21 14:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.12.20','2010-12-21 17:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.67.171.131','2010-12-21 18:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.85','2010-12-21 21:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'61.89.53.6','2010-12-21 22:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'61.89.53.6','2010-12-21 22:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.40','2010-12-22 00:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.40','2010-12-22 00:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.40','2010-12-22 00:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.40','2010-12-22 00:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.101.212.99','2010-12-22 10:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.101.212.99','2010-12-22 10:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'61.206.122.249','2010-12-22 11:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.106.78','2010-12-22 14:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'115.124.169.95','2010-12-22 16:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.92','2010-12-22 18:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.48.192.2','2010-12-22 22:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.195.30','2010-12-23 02:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.115.152','2010-12-23 09:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.1.166.137','2010-12-23 10:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.1.166.137','2010-12-23 10:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.52.104.39','2010-12-23 15:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.16','2010-12-23 19:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.199.21','2010-12-24 01:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.40','2010-12-24 03:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.40','2010-12-24 03:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.40','2010-12-24 03:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.40','2010-12-24 03:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.40','2010-12-24 03:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.40','2010-12-24 10:03:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.40','2010-12-24 10:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.40','2010-12-24 10:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.251.119.154','2010-12-24 15:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.20','2010-12-24 16:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.40','2010-12-24 21:36:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.198.77','2010-12-25 01:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.115.152','2010-12-25 07:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.195.30','2010-12-25 12:01:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'110.67.250.148','2010-12-25 14:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'110.67.250.148','2010-12-25 14:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'110.67.250.148','2010-12-25 14:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'110.67.250.148','2010-12-25 14:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'110.67.250.148','2010-12-25 15:19:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'110.67.250.148','2010-12-25 15:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.163.185.35','2010-12-25 16:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.40','2010-12-25 17:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.40','2010-12-25 17:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.40','2010-12-25 17:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.40','2010-12-25 20:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.40','2010-12-25 20:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.40','2010-12-25 20:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.40','2010-12-25 20:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.40','2010-12-25 20:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.40','2010-12-25 21:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.40','2010-12-25 21:10:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.40','2010-12-25 21:12:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.195.30','2010-12-26 02:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.27','2010-12-26 06:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.27','2010-12-26 10:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.27','2010-12-26 10:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.195.30','2010-12-26 12:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.195.30','2010-12-26 18:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'221.186.173.38','2010-12-27 10:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.195.30','2010-12-27 12:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.40','2010-12-27 14:49:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.169.79.62','2010-12-27 16:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.5.88.15','2010-12-27 17:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.5.88.15','2010-12-27 17:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'180.5.88.15','2010-12-27 17:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'180.5.88.15','2010-12-27 17:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.75.159','2010-12-27 17:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.75.159','2010-12-27 17:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.75.159','2010-12-27 17:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.75.159','2010-12-27 17:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.75.159','2010-12-27 17:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.5.88.15','2010-12-27 17:29:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.5.88.15','2010-12-27 17:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.152','2010-12-27 17:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'180.5.88.15','2010-12-27 17:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.75.159','2010-12-27 17:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.75.159','2010-12-27 17:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.5.88.15','2010-12-27 17:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.75.159','2010-12-27 17:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.239.163.40','2010-12-27 20:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.152','2010-12-27 22:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.27','2010-12-28 03:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.27','2010-12-28 03:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.27','2010-12-28 03:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.27','2010-12-28 04:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.152','2010-12-28 04:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.27','2010-12-28 04:34:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'133.254.5.52','2010-12-28 15:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'133.254.5.52','2010-12-28 15:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'133.254.5.52','2010-12-28 15:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'133.254.5.52','2010-12-28 15:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'133.254.5.52','2010-12-28 15:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.250','2010-12-28 20:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2010-12-28 20:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'122.249.78.165','2010-12-28 22:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.40','2010-12-29 00:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.40','2010-12-29 00:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.40','2010-12-29 00:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.40','2010-12-29 00:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.40','2010-12-29 00:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.40','2010-12-29 00:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.152','2010-12-29 01:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.52.110.55','2010-12-29 02:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2010-12-29 12:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.152','2010-12-29 12:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.195.30','2010-12-29 14:01:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.195.30','2010-12-29 16:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.195.30','2010-12-29 18:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'88.131.106.22','2010-12-29 19:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.250','2010-12-29 20:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.40','2010-12-30 00:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.40','2010-12-30 00:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2010-12-30 04:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2010-12-30 04:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2010-12-30 04:04:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.40','2010-12-30 08:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.27','2010-12-30 09:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.152','2010-12-30 11:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2010-12-30 11:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.195.30','2010-12-30 14:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2010-12-30 15:46:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.4.228.34','2010-12-30 18:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.195.30','2010-12-30 22:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.115.152','2010-12-30 23:28:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.40','2010-12-31 01:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.40','2010-12-31 01:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.40','2010-12-31 01:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.40','2010-12-31 01:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.40','2010-12-31 01:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.40','2010-12-31 01:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.115.152','2010-12-31 13:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'195.42.102.25','2010-12-31 23:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'195.42.102.25','2010-12-31 23:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'195.42.102.25','2010-12-31 23:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.12.238','2011-01-01 10:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'38.127.197.103','2011-01-01 11:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.27','2011-01-01 17:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.27','2011-01-01 18:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.27','2011-01-01 18:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.152','2011-01-01 19:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.40','2011-01-02 00:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.40','2011-01-02 00:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.40','2011-01-02 00:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.40','2011-01-02 03:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.40','2011-01-02 03:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.40','2011-01-02 03:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.40','2011-01-02 03:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.191.161.5','2011-01-02 16:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.195.30','2011-01-03 02:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.235.237.85','2011-01-03 05:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.93','2011-01-03 19:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.198.91','2011-01-04 04:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.13.144','2011-01-04 08:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.195.30','2011-01-04 10:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.115.152','2011-01-04 12:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.115.152','2011-01-04 20:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.198.95','2011-01-05 00:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-05 00:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-01-05 00:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-05 00:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-05 00:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.152','2011-01-05 00:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.198.98','2011-01-05 00:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.198.113','2011-01-05 09:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.198.111','2011-01-05 09:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.198.67','2011-01-05 09:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.81.201.226','2011-01-05 13:53:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'133.254.5.52','2011-01-05 15:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'133.254.5.52','2011-01-05 15:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.198.121','2011-01-05 16:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.198.69','2011-01-05 16:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.198.83','2011-01-05 16:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.198.109','2011-01-05 16:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.198.76','2011-01-05 16:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.29.32.34','2011-01-05 20:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.195.30','2011-01-06 00:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-01-06 05:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'122.249.121.170','2011-01-06 12:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-01-06 13:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.136.38.34','2011-01-06 13:40:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.112.128.8','2011-01-06 14:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-07 01:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-07 01:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-01-07 01:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-07 01:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.152','2011-01-07 06:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2011-01-07 09:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2011-01-07 09:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.54.241','2011-01-07 09:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.152','2011-01-07 10:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.114.71.13','2011-01-07 12:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'192.114.71.13','2011-01-07 12:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'192.114.71.13','2011-01-07 12:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'192.114.71.13','2011-01-07 12:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'192.114.71.13','2011-01-07 12:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'192.114.71.13','2011-01-07 12:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'192.114.71.13','2011-01-07 12:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'192.114.71.13','2011-01-07 12:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'211.5.236.247','2011-01-07 13:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'150.70.75.31','2011-01-07 13:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.196.6.121','2011-01-07 16:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.196.6.121','2011-01-07 16:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.191.161.5','2011-01-07 16:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.196.6.121','2011-01-07 16:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.191.161.5','2011-01-07 16:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'60.34.95.187','2011-01-07 17:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-07 19:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-01-07 19:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.198.126','2011-01-08 00:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-01-08 01:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.152','2011-01-08 01:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.152','2011-01-08 02:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.52.108.13','2011-01-08 04:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-01-08 07:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-01-08 08:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.27','2011-01-08 13:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.27','2011-01-08 13:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.152','2011-01-08 15:19:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.27','2011-01-08 15:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.27','2011-01-08 15:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-08 17:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.90','2011-01-08 20:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.90','2011-01-08 20:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.90','2011-01-08 20:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.90','2011-01-08 20:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.16','2011-01-08 23:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-08 23:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-01-08 23:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-08 23:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-08 23:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.198.94','2011-01-09 00:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.198.81','2011-01-09 00:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.115.152','2011-01-09 05:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2011-01-09 05:48:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2011-01-09 05:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.198.102','2011-01-09 05:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.136.10.194','2011-01-09 08:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.198.89','2011-01-09 09:05:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.198.118','2011-01-09 09:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.152','2011-01-09 15:42:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2011-01-09 23:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.90','2011-01-09 23:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-01-09 23:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.26.184.31','2011-01-10 00:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-01-10 01:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-01-10 01:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.27','2011-01-10 02:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2011-01-10 05:07:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-01-10 05:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.52.110.69','2011-01-10 06:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.27','2011-01-10 12:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.90','2011-01-10 13:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-01-10 16:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-01-10 17:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.152.251.200','2011-01-10 19:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.138','2011-01-11 00:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.152','2011-01-11 02:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-01-11 03:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.152','2011-01-11 11:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-01-12 01:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-01-12 01:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-01-12 01:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.195.209','2011-01-12 02:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2011-01-12 03:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-01-12 03:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.202.68.85','2011-01-12 03:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.152','2011-01-12 04:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.27','2011-01-12 09:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'123.218.197.166','2011-01-12 10:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.195.213','2011-01-12 14:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-01-12 17:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-01-12 17:29:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'133.254.5.52','2011-01-12 17:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-01-13 01:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'133.254.5.52','2011-01-13 09:19:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.27','2011-01-13 10:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.27.253.12','2011-01-13 15:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.195.217','2011-01-13 18:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-14 01:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-01-14 01:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-14 01:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.195.227','2011-01-14 02:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.199.40','2011-01-14 14:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.248.139.34','2011-01-14 14:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.152','2011-01-14 15:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-01-14 18:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2011-01-14 19:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2011-01-14 19:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-01-14 19:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.115.152','2011-01-14 20:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-15 03:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.199.55','2011-01-15 05:51:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.115.152','2011-01-15 08:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-01-15 16:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.20','2011-01-15 17:05:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.27','2011-01-15 17:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.27','2011-01-15 17:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.135','2011-01-15 18:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.19','2011-01-15 19:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.195.221','2011-01-15 20:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.204.194','2011-01-15 22:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-15 23:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-15 23:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-01-15 23:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.96','2011-01-16 02:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.27','2011-01-16 16:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.27','2011-01-16 16:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.27','2011-01-16 16:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.27','2011-01-16 16:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-01-16 17:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2011-01-16 17:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-01-16 17:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2011-01-16 17:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-01-16 19:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.152','2011-01-16 21:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'88.131.106.7','2011-01-16 23:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-01-17 01:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-01-17 01:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-01-17 01:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-01-17 01:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2011-01-17 01:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-01-17 01:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-01-17 01:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2011-01-17 02:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.90','2011-01-17 02:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.90','2011-01-17 02:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.90','2011-01-17 02:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-01-17 02:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.90','2011-01-17 02:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.152','2011-01-17 08:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.249.184.60','2011-01-17 15:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.128.111.136','2011-01-17 18:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.152','2011-01-18 12:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.120.54.146','2011-01-18 13:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.120.54.146','2011-01-18 13:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.223.91.252','2011-01-18 17:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.55.3.190','2011-01-18 19:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.3.190','2011-01-18 19:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.3.190','2011-01-18 19:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.55.3.190','2011-01-18 19:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.55.3.190','2011-01-18 19:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.55.3.190','2011-01-18 19:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.55.3.190','2011-01-18 19:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.55.3.190','2011-01-18 19:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.115.152','2011-01-18 20:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.137','2011-01-18 21:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-01-19 00:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-01-19 00:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-01-19 00:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-01-19 00:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2011-01-19 00:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-01-19 00:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-01-19 00:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.43.32.182','2011-01-19 01:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2011-01-19 01:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.90','2011-01-19 02:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.90','2011-01-19 02:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-01-19 02:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.90','2011-01-19 02:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.90','2011-01-19 02:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.235.237.19','2011-01-19 08:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.235.237.20','2011-01-19 08:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.235.237.17','2011-01-19 08:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.17','2011-01-19 09:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.119.157.62','2011-01-19 14:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.119.157.62','2011-01-19 14:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.152','2011-01-19 15:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.192.233','2011-01-19 17:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.192.141','2011-01-19 17:07:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.192.140','2011-01-19 17:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.111.20.131','2011-01-19 18:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.152','2011-01-19 19:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.108.58','2011-01-20 00:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.192.235','2011-01-20 00:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.192.139','2011-01-20 00:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.204.180','2011-01-20 01:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-20 04:47:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-01-20 04:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-20 04:48:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-20 04:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.13.43','2011-01-20 05:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-01-20 05:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2011-01-20 05:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.152','2011-01-20 07:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.193.161.11','2011-01-20 09:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.192.142','2011-01-20 09:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.192.140','2011-01-20 09:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-01-20 12:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.166.164.110','2011-01-20 13:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.17','2011-01-20 15:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.195.232','2011-01-20 15:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.106.37.22','2011-01-20 18:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.52.110.56','2011-01-20 20:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.192.247','2011-01-20 20:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.169.130.119','2011-01-20 21:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.13.91','2011-01-21 04:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'192.218.140.245','2011-01-21 12:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'150.70.172.101','2011-01-21 12:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'150.70.172.101','2011-01-21 12:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.203.223.81','2011-01-21 14:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.101','2011-01-21 15:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.192.140','2011-01-21 21:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.152','2011-01-22 00:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.2.146.53','2011-01-22 01:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'61.125.216.42','2011-01-22 05:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-22 07:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-22 07:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-01-22 07:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-22 07:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2011-01-22 07:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-01-22 07:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'60.56.193.35','2011-01-22 08:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.42','2011-01-22 10:06:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.52.108.12','2011-01-22 11:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-01-22 15:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.90','2011-01-22 16:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2011-01-22 16:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.90','2011-01-22 16:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.195.223','2011-01-22 20:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.195.196','2011-01-23 04:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.195.219','2011-01-23 12:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-24 03:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-01-24 03:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-24 03:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-24 03:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.195.197','2011-01-24 04:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-01-24 04:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.90','2011-01-24 04:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-01-24 06:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2011-01-24 06:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.90','2011-01-24 06:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.90','2011-01-24 06:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.195.195','2011-01-24 10:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.115.152','2011-01-24 10:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2011-01-24 12:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.58.224.142','2011-01-24 12:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'117.58.224.142','2011-01-24 12:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'117.58.224.142','2011-01-24 12:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.204.237','2011-01-24 18:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.106.24.66','2011-01-24 18:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.106.24.66','2011-01-24 18:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.106.24.66','2011-01-24 18:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'116.254.0.139','2011-01-25 01:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'116.254.0.139','2011-01-25 01:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'116.254.0.139','2011-01-25 01:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-01-25 03:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-01-25 03:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-01-25 03:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-01-25 03:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.195.217','2011-01-25 04:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.152','2011-01-25 17:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2011-01-25 17:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-01-26 06:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-01-26 09:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2011-01-26 09:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.171.143.57','2011-01-26 09:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.171.143.57','2011-01-26 09:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.6.132.14','2011-01-26 11:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-01-26 11:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2011-01-26 12:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.20.207.77','2011-01-26 18:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'118.20.207.77','2011-01-26 18:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.195.203','2011-01-26 20:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.152','2011-01-26 20:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.144.82.219','2011-01-26 23:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'180.144.82.219','2011-01-26 23:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-01-27 03:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-01-27 03:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-01-27 03:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-01-27 03:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.90','2011-01-27 08:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.47','2011-01-27 14:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.37.110.145','2011-01-27 16:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.110.99.190','2011-01-27 17:57:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.204.233','2011-01-28 03:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-01-28 06:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.19','2011-01-28 06:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-01-28 07:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2011-01-28 07:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-01-28 07:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2011-01-28 07:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.110.99.190','2011-01-28 07:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.195.200','2011-01-28 08:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'150.70.75.31','2011-01-28 08:14:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'203.179.35.3','2011-01-28 09:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.171.143.57','2011-01-28 10:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.161.235.139','2011-01-28 12:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.152','2011-01-28 12:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.115.152','2011-01-28 14:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.235.237.18','2011-01-28 14:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.161.235.139','2011-01-28 14:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.235.237.19','2011-01-28 15:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'118.2.241.37','2011-01-28 15:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'118.2.241.37','2011-01-28 15:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.17','2011-01-28 18:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.85','2011-01-28 18:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.195.217','2011-01-29 00:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.92','2011-01-29 00:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-29 05:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-29 05:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-01-29 05:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-29 05:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.192.140','2011-01-29 08:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.52.110.66','2011-01-29 09:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'150.70.66.178','2011-01-29 13:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.195.198','2011-01-29 14:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.195.214','2011-01-29 16:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.167','2011-01-29 16:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.192.236','2011-01-29 20:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.167','2011-01-29 21:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.195.212','2011-01-29 22:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.167','2011-01-29 23:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.195.211','2011-01-30 00:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.12.238','2011-01-30 03:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.195.198','2011-01-30 08:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.167','2011-01-30 08:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.36.122.122','2011-01-30 09:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.75.159','2011-01-30 09:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.75.159','2011-01-30 09:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'60.36.122.122','2011-01-30 10:25:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'150.70.75.159','2011-01-30 10:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2011-01-30 11:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.19','2011-01-30 16:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2011-01-30 19:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.235.237.16','2011-01-30 19:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.167','2011-01-30 21:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.12.236.159','2011-01-30 23:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.250','2011-01-31 03:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-01-31 05:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-01-31 05:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-01-31 05:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-01-31 05:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.167','2011-01-31 07:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2011-01-31 11:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2011-01-31 11:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2011-01-31 11:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.92.106.148','2011-01-31 13:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2011-01-31 15:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.93','2011-01-31 19:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.16','2011-01-31 22:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2011-02-01 00:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-01 05:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-01 05:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-02-01 05:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'58.80.219.178','2011-02-01 14:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.104.15.138','2011-02-01 15:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.195.194','2011-02-01 18:01:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.27','2011-02-02 00:30:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.175','2011-02-02 07:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.199.53','2011-02-02 07:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-02-02 13:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-02 15:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.118.176.209','2011-02-02 16:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.175','2011-02-02 16:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2011-02-02 16:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-03 06:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-02-03 06:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-03 06:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-02-03 07:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.112.175','2011-02-03 07:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-03 07:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2011-02-03 07:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.31.171.192','2011-02-03 08:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.31.171.192','2011-02-03 08:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.31.171.192','2011-02-03 09:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.0.142','2011-02-03 15:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.204.233','2011-02-03 15:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.200.178.25','2011-02-03 16:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.200.178.25','2011-02-03 17:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.192.143','2011-02-03 20:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.175','2011-02-03 22:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.16.231','2011-02-03 23:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.53','2011-02-04 03:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-02-04 06:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-04 06:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.175','2011-02-04 06:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.52.109.60','2011-02-04 08:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.192.143','2011-02-04 08:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.215.146.97','2011-02-04 13:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.239.75.206','2011-02-04 16:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.175','2011-02-04 16:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.195.206','2011-02-05 06:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'88.131.106.22','2011-02-05 07:47:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.192.140','2011-02-05 08:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-02-05 08:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-02-05 08:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-02-05 08:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-05 08:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-05 08:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-05 09:34:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-02-05 09:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-02-05 10:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2011-02-05 11:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.90','2011-02-05 11:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.90','2011-02-05 11:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-02-05 12:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.95.30.250','2011-02-05 16:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.192.139','2011-02-05 20:45:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.192.142','2011-02-05 20:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.192.142','2011-02-05 20:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'110.135.83.192','2011-02-05 21:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-06 07:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.192.142','2011-02-06 08:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.192.140','2011-02-06 08:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.175','2011-02-06 17:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.192.143','2011-02-06 20:47:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.19','2011-02-06 23:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.235.237.19','2011-02-07 00:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.195.214','2011-02-07 04:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.195.216','2011-02-07 06:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-02-07 07:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-02-07 07:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-02-07 07:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-07 07:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-07 07:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.192.139','2011-02-07 08:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.237.21.110','2011-02-07 14:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.131.194.251','2011-02-07 16:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.131.194.251','2011-02-07 16:54:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.192.142','2011-02-07 20:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.195.232','2011-02-08 06:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-08 06:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-08 06:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-02-08 07:06:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-02-08 07:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.90','2011-02-08 08:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.90','2011-02-08 08:06:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2011-02-08 08:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-02-08 08:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.17.104','2011-02-08 10:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'118.83.23.48','2011-02-08 10:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'180.13.191.55','2011-02-08 12:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.70.75.159','2011-02-08 12:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.110.64','2011-02-08 18:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.223.5.71','2011-02-08 21:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.223.5.71','2011-02-08 21:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'123.223.5.71','2011-02-08 21:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.12.236','2011-02-08 21:42:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.52.110.83','2011-02-09 02:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.52','2011-02-09 05:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-09 08:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-09 08:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-02-09 08:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.36.8.20','2011-02-09 09:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.195.229','2011-02-09 10:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'113.35.110.61','2011-02-09 15:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'113.35.110.61','2011-02-09 15:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.195.239','2011-02-09 19:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-10 07:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-10 07:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-02-10 07:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-02-10 08:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'59.86.12.40','2011-02-10 08:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.112.175','2011-02-10 11:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.114.254.52','2011-02-10 12:53:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'117.102.169.234','2011-02-10 14:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.114.254.52','2011-02-10 16:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.196.127.73','2011-02-10 16:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.195.237','2011-02-10 19:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.195.209','2011-02-10 20:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.52.110.54','2011-02-11 03:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-11 07:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-11 07:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-02-11 07:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.51','2011-02-11 08:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.181.100.132','2011-02-11 10:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.175','2011-02-12 05:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-12 07:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-12 08:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-02-12 09:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-02-12 10:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.112.175','2011-02-12 17:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-02-13 07:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-13 08:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-13 08:04:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-02-13 08:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-02-13 08:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2011-02-13 09:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.13.114.68','2011-02-13 16:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.175','2011-02-14 00:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.175','2011-02-14 07:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-14 08:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-14 09:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-02-14 10:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.175','2011-02-14 10:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-02-14 12:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'221.186.115.172','2011-02-14 15:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.186.115.172','2011-02-14 15:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.186.115.172','2011-02-14 15:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.186.115.172','2011-02-14 15:58:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.186.115.172','2011-02-14 15:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.186.115.172','2011-02-14 16:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.115.172','2011-02-14 16:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.94.150.210','2011-02-14 16:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.94.150.210','2011-02-14 16:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.175','2011-02-14 16:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.155.37.159','2011-02-14 17:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'61.200.71.86','2011-02-14 19:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.46','2011-02-14 21:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-02-15 06:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-15 07:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-15 07:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-02-15 08:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-02-15 08:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2011-02-15 09:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.100','2011-02-16 04:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.206','2011-02-16 07:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-16 09:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-16 09:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-02-16 09:55:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.192.236','2011-02-16 09:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.192.233','2011-02-16 09:57:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-02-16 10:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.175','2011-02-16 12:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.192.139','2011-02-16 20:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'112.136.76.82','2011-02-16 22:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.175','2011-02-17 07:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-02-17 08:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-17 08:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-17 08:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'61.197.132.171','2011-02-17 09:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.112.175','2011-02-17 12:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.219.58.41','2011-02-17 16:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.219.58.41','2011-02-17 16:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.219.58.41','2011-02-17 16:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.219.58.41','2011-02-17 16:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.219.58.41','2011-02-17 16:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.186.183.124','2011-02-17 16:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.166.23.93','2011-02-17 19:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-02-17 23:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.195.201','2011-02-18 04:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.46','2011-02-18 06:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.112.175','2011-02-18 10:29:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-18 12:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-18 13:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-02-18 14:27:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-02-18 19:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.32.182.18','2011-02-18 19:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.47','2011-02-18 20:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.31.171.192','2011-02-19 01:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.175','2011-02-19 07:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.31.171.192','2011-02-19 08:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.31.171.192','2011-02-19 08:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-02-19 09:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-19 09:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.175','2011-02-19 12:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.235.237.18','2011-02-20 01:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-20 08:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-02-20 08:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.199.11','2011-02-20 08:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-20 15:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-02-20 15:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-20 15:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-02-20 15:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2011-02-20 17:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-02-20 18:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2011-02-20 19:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-02-20 22:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-02-21 08:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-21 08:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.143.35.15','2011-02-21 13:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.4.240.7','2011-02-21 16:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.4.240.7','2011-02-21 16:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.4.240.7','2011-02-21 16:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.4.240.7','2011-02-21 16:48:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.4.240.7','2011-02-21 16:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.4.240.7','2011-02-21 16:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.4.240.7','2011-02-21 16:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.4.240.7','2011-02-21 16:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.175','2011-02-21 18:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.105.55.116','2011-02-21 19:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'118.105.55.116','2011-02-21 19:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.204.177','2011-02-22 01:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'211.135.101.40','2011-02-22 05:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-02-22 09:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-22 09:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-22 11:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-02-22 11:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-22 11:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-02-22 11:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.116.69.78','2011-02-22 11:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-02-22 18:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.175','2011-02-22 19:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.175','2011-02-23 01:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-02-23 10:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.90','2011-02-23 10:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2011-02-23 13:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.90','2011-02-23 13:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.90','2011-02-23 13:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2011-02-23 14:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.90','2011-02-23 14:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.173.184','2011-02-23 20:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.90','2011-02-24 08:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-02-24 08:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.180.18.252','2011-02-24 09:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.180.18.252','2011-02-24 09:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.90','2011-02-24 10:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.90','2011-02-24 11:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.90','2011-02-24 11:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-02-24 11:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.143.35.21','2011-02-24 12:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.141','2011-02-24 12:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.175','2011-02-24 15:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.55.3.190','2011-02-24 16:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.55.3.190','2011-02-24 16:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.197.132.71','2011-02-24 17:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'122.31.11.239','2011-02-24 17:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.197.132.71','2011-02-24 17:07:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.195.235','2011-02-24 22:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.58','2011-02-25 13:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.52.108.14','2011-02-25 13:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.27','2011-02-25 17:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.18','2011-02-26 02:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.18','2011-02-26 07:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'221.187.142.69','2011-02-26 09:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'221.187.142.69','2011-02-26 09:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'88.131.106.6','2011-02-26 14:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.29.158.191','2011-02-27 01:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.29.158.191','2011-02-27 01:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.29.158.191','2011-02-27 02:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.175','2011-02-27 12:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-02-27 12:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.159.119.127','2011-02-27 13:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.75.159','2011-02-27 13:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.75.159','2011-02-27 13:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'126.26.3.21','2011-02-27 17:27:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'126.26.3.21','2011-02-27 17:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.75.159','2011-02-27 17:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.26.3.21','2011-02-27 17:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.75.159','2011-02-27 17:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'126.26.3.21','2011-02-27 17:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'150.70.75.159','2011-02-27 17:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'150.70.75.159','2011-02-27 17:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.134','2011-02-27 17:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.159','2011-02-27 17:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.159','2011-02-27 17:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.93','2011-02-27 18:54:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.18','2011-02-27 20:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.175','2011-02-28 01:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.175','2011-02-28 01:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2011-02-28 06:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.17','2011-02-28 08:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-02-28 09:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-02-28 10:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-02-28 10:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-02-28 10:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-02-28 10:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.84','2011-02-28 10:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2011-02-28 10:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'124.45.127.139','2011-02-28 11:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'219.166.183.232','2011-02-28 11:58:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.58','2011-02-28 13:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.58','2011-02-28 13:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.58','2011-02-28 13:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.58','2011-02-28 14:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.58','2011-02-28 14:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.58','2011-02-28 15:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.58','2011-02-28 15:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.58','2011-02-28 15:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.58','2011-02-28 15:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.58','2011-02-28 16:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.58','2011-02-28 16:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.175','2011-02-28 16:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.17','2011-02-28 16:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2011-02-28 19:00:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.175','2011-02-28 23:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.93','2011-03-01 01:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.250','2011-03-01 03:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.195.232','2011-03-01 07:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.18','2011-03-01 08:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.128.61.11','2011-03-01 09:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.64.201','2011-03-01 09:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.128.61.11','2011-03-01 09:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.128.61.11','2011-03-01 09:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.75.31','2011-03-01 09:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-01 11:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.18.222.5','2011-03-01 13:04:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.18.222.5','2011-03-01 13:04:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.153.95.1','2011-03-01 13:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.104.15.134','2011-03-01 13:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'219.166.131.122','2011-03-01 13:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2011-03-01 14:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2011-03-01 14:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2011-03-01 14:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'219.166.131.122','2011-03-01 14:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.96.46.179','2011-03-01 15:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'222.151.230.142','2011-03-01 18:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.53','2011-03-01 21:40:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2011-03-01 23:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.141','2011-03-02 01:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.53','2011-03-02 09:43:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.195.205','2011-03-02 12:01:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'110.4.188.177','2011-03-02 13:45:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.81.12.50','2011-03-02 16:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.246.172.75','2011-03-02 16:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.175','2011-03-02 16:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.52.110.23','2011-03-02 17:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.195.242','2011-03-02 20:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-02 21:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.6.188.53','2011-03-03 01:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.175','2011-03-03 06:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.50','2011-03-03 17:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.58','2011-03-03 21:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.206','2011-03-04 01:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.52.110.86','2011-03-04 13:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.233.46.60','2011-03-04 19:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.195.233','2011-03-04 21:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.101','2011-03-05 04:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'111.188.47.187','2011-03-05 07:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-05 11:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-05 11:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-05 11:29:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-05 11:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'61.192.225.204','2011-03-05 14:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.175','2011-03-05 22:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.58','2011-03-06 01:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.112.175','2011-03-06 06:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-06 10:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-06 10:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-06 10:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.112.175','2011-03-06 16:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.34.99.67','2011-03-06 17:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'60.34.99.67','2011-03-06 17:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.75.159','2011-03-06 17:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.66.102.45','2011-03-06 17:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.175','2011-03-06 18:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.175','2011-03-07 05:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-07 10:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-07 10:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-07 10:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-07 10:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-07 11:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-03-07 11:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-03-07 11:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'60.38.123.246','2011-03-07 16:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.164.2.194','2011-03-07 17:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.164.2.194','2011-03-07 19:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.112.175','2011-03-07 19:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,20,'125.103.39.174','2011-03-07 22:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.27','2011-03-08 08:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.61.31.77','2011-03-08 09:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.61.31.77','2011-03-08 09:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.106.24.66','2011-03-08 10:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.106.24.66','2011-03-08 10:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.212.1.153','2011-03-08 12:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-08 12:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-08 12:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-08 12:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-08 13:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-08 13:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-08 13:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.33.64.10','2011-03-08 14:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.116.52.27','2011-03-08 19:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.184.160.56','2011-03-08 19:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.184.160.56','2011-03-08 20:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.184.160.56','2011-03-08 20:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2011-03-09 04:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.206','2011-03-09 06:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.27','2011-03-09 07:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.27','2011-03-09 07:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.27','2011-03-09 07:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.27','2011-03-09 07:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.67.206','2011-03-09 07:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.27','2011-03-09 07:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.27','2011-03-09 07:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.27','2011-03-09 07:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.27','2011-03-09 07:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.27','2011-03-09 07:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.27','2011-03-09 08:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.27','2011-03-09 08:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.27','2011-03-09 08:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.27','2011-03-09 08:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.27','2011-03-09 08:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.27','2011-03-09 08:06:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.27','2011-03-09 08:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.27','2011-03-09 08:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.27','2011-03-09 08:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.67.206','2011-03-09 08:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.27','2011-03-09 08:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.206','2011-03-09 08:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.27','2011-03-09 08:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.27','2011-03-09 08:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.27','2011-03-09 08:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-09 10:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-09 11:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.229.130.79','2011-03-09 11:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-09 11:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-09 11:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-09 12:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-03-09 12:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-03-09 12:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.220.189.67','2011-03-09 15:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.224.112.96','2011-03-09 16:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2011-03-09 18:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'134.180.242.21','2011-03-09 19:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.31','2011-03-09 19:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.206.222.203','2011-03-09 22:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.52.110.56','2011-03-10 02:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.250','2011-03-10 04:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.192.236','2011-03-10 11:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-10 12:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-10 12:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-10 12:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-10 12:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-10 12:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-10 12:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2011-03-10 13:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2011-03-10 13:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2011-03-10 13:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2011-03-10 18:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2011-03-10 23:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.195.209','2011-03-11 06:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.192.236','2011-03-11 08:55:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.192.141','2011-03-11 08:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.192.142','2011-03-11 08:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.192.247','2011-03-11 08:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.192.141','2011-03-11 08:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-11 11:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-11 12:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-11 12:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-11 12:29:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-11 12:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-03-11 12:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-03-11 12:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.111.20.131','2011-03-11 13:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.192.139','2011-03-11 20:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.192.141','2011-03-11 20:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.192.234','2011-03-11 20:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.192.236','2011-03-11 20:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.195.198','2011-03-12 02:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.204.230','2011-03-12 06:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.112.175','2011-03-12 11:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-12 17:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-12 17:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-12 17:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-12 18:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-12 18:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-12 18:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.107.121.201','2011-03-13 03:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.19','2011-03-13 10:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.103.136.199','2011-03-13 11:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'121.103.136.199','2011-03-13 11:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-13 14:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.112.175','2011-03-13 15:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-13 16:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-13 16:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-13 17:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'110.66.127.54','2011-03-14 12:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.112.175','2011-03-14 15:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.112.175','2011-03-14 17:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-14 18:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-03-14 18:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-03-14 18:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.235.237.18','2011-03-14 21:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.112.175','2011-03-15 00:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.195.225','2011-03-15 08:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.112.175','2011-03-15 12:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-15 15:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-15 15:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-15 15:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-15 16:11:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-15 16:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-15 16:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.112.175','2011-03-16 00:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'222.151.230.142','2011-03-16 10:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.199.33.19','2011-03-16 11:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.112.175','2011-03-16 12:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,27,'222.151.230.142','2011-03-16 13:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-16 14:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.204.236','2011-03-16 15:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-16 15:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-16 16:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-16 17:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.204.234','2011-03-16 18:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-16 19:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.110.56','2011-03-16 19:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.52.110.23','2011-03-17 06:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.20','2011-03-17 08:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.218.182.234','2011-03-17 09:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.218.182.234','2011-03-17 09:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.128.214.254','2011-03-17 15:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.128.214.254','2011-03-17 16:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.128.214.254','2011-03-17 16:03:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.82.144.164','2011-03-17 19:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-17 19:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-17 19:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-17 19:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-03-17 20:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-03-17 20:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-17 20:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.102.241.181','2011-03-17 21:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.102.241.181','2011-03-17 21:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.102.241.181','2011-03-17 21:22:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.130.52.5','2011-03-17 21:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.28.248.181','2011-03-17 21:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.28.248.181','2011-03-17 21:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.109.242.182','2011-03-17 21:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.102.241.181','2011-03-17 22:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.102.241.181','2011-03-17 22:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.102.241.181','2011-03-17 22:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.102.241.181','2011-03-17 22:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.102.241.181','2011-03-17 22:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.249.27.230','2011-03-18 00:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.155','2011-03-18 00:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.155','2011-03-18 00:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.45.216.95','2011-03-18 01:50:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.45.216.95','2011-03-18 01:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.152.125.150','2011-03-18 01:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.152.125.150','2011-03-18 02:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.147.91.38','2011-03-18 07:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-03-18 08:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-03-18 09:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-03-18 09:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.44.182.194','2011-03-18 10:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-18 14:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-18 15:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'211.15.195.1','2011-03-18 15:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-18 16:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-18 17:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-18 18:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-18 18:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-18 18:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.58','2011-03-18 18:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.192.247','2011-03-18 20:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.229.146.46','2011-03-18 22:18:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.112.175','2011-03-19 05:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.112.175','2011-03-19 16:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-19 16:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-19 16:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-19 16:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-03-19 17:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-03-19 17:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-19 17:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.58','2011-03-19 18:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.58','2011-03-19 18:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.58','2011-03-19 18:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.58','2011-03-19 19:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.188.162.95','2011-03-19 21:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.188.162.95','2011-03-19 21:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.58','2011-03-19 21:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.58','2011-03-20 00:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.112.175','2011-03-20 00:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.58','2011-03-20 00:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-20 00:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.52','2011-03-20 05:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.112.175','2011-03-20 05:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'180.10.85.254','2011-03-20 09:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.144.168.95','2011-03-20 13:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-20 13:47:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-20 15:08:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-20 15:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-20 16:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-20 17:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-20 17:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-20 17:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.58','2011-03-20 17:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.130.237.219','2011-03-20 17:42:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.112.175','2011-03-20 19:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.58','2011-03-20 19:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.58','2011-03-20 19:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.58','2011-03-20 19:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.58','2011-03-20 19:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.36.10.11','2011-03-20 19:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.147.91.38','2011-03-20 23:33:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.147.91.38','2011-03-20 23:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-03-20 23:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.249.27.230','2011-03-21 02:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.249.27.230','2011-03-21 02:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.130','2011-03-21 02:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-03-21 05:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.75.247.92','2011-03-21 09:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.18','2011-03-21 10:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'117.55.65.139','2011-03-21 13:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'117.55.65.139','2011-03-21 13:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.12.241','2011-03-21 13:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.133','2011-03-21 14:23:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-21 15:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-21 15:59:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-21 15:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-21 16:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.175','2011-03-21 17:13:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.112.175','2011-03-21 17:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.58','2011-03-21 17:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.58','2011-03-21 17:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.58','2011-03-21 18:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.112.175','2011-03-21 18:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.58','2011-03-21 18:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.58','2011-03-21 20:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.108.13','2011-03-21 23:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.112.175','2011-03-22 05:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.13.137','2011-03-22 06:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.218.182.234','2011-03-22 09:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.218.182.234','2011-03-22 10:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.32.254.114','2011-03-22 12:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.12.114','2011-03-22 12:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-22 13:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-22 15:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-22 15:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-22 16:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.117.144','2011-03-22 16:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-22 17:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-22 17:18:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-22 17:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.58','2011-03-22 17:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'192.218.140.230','2011-03-22 17:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.75.31','2011-03-22 17:48:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.30.246.175','2011-03-22 17:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.85','2011-03-22 19:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.58','2011-03-22 19:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.58','2011-03-22 19:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.58','2011-03-22 19:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.58','2011-03-22 19:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.58','2011-03-22 20:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.63.42.206','2011-03-22 20:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.17','2011-03-23 01:40:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.112.175','2011-03-23 02:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.39','2011-03-23 02:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.112.175','2011-03-23 11:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.224.211.136','2011-03-23 15:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.42.114.76','2011-03-23 18:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.85','2011-03-23 19:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.16','2011-03-23 23:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.195.228','2011-03-24 02:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-24 12:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-24 13:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-24 14:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-24 15:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-24 15:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-24 15:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-24 15:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-03-24 16:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-24 16:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-24 16:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-24 16:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-24 16:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.58','2011-03-24 16:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-03-24 16:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.58','2011-03-24 16:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.58','2011-03-24 17:21:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.58','2011-03-24 17:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.58','2011-03-24 17:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.58','2011-03-24 17:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.58','2011-03-24 17:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.58','2011-03-24 18:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.58','2011-03-24 18:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.58','2011-03-24 18:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.58','2011-03-24 18:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.58','2011-03-24 18:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.58','2011-03-24 20:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.147.208.122','2011-03-25 02:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.147.208.122','2011-03-25 02:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.75.155','2011-03-25 02:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.75.155','2011-03-25 02:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'203.183.222.122','2011-03-25 09:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.148.193.13','2011-03-25 15:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.148.193.13','2011-03-25 15:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.75.31','2011-03-25 15:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.75.31','2011-03-25 15:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.58','2011-03-25 16:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'118.4.250.25','2011-03-26 12:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.4.250.25','2011-03-26 12:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-26 13:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-26 14:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-26 15:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-26 16:05:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-26 16:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-26 16:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-26 16:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-03-26 17:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-26 17:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-26 17:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-26 17:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-26 17:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.58','2011-03-26 17:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-03-26 17:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.58','2011-03-26 17:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.58','2011-03-26 18:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.58','2011-03-26 18:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.58','2011-03-26 18:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.58','2011-03-26 18:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.58','2011-03-26 18:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.58','2011-03-26 18:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.58','2011-03-26 19:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.58','2011-03-26 19:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.58','2011-03-26 19:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.58','2011-03-26 19:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.112.175','2011-03-27 07:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.193.219.168','2011-03-28 09:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.193.219.168','2011-03-28 09:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.193.219.168','2011-03-28 09:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.193.219.168','2011-03-28 09:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.193.219.168','2011-03-28 09:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.193.219.168','2011-03-28 09:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.193.219.168','2011-03-28 09:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.195.195','2011-03-28 12:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.58','2011-03-28 12:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.58','2011-03-28 14:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.58','2011-03-28 14:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.58','2011-03-28 15:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.58','2011-03-28 15:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.58','2011-03-28 16:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.58','2011-03-28 16:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.58','2011-03-28 18:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.58','2011-03-28 18:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.58','2011-03-28 18:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.58','2011-03-28 18:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.58','2011-03-28 18:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.58','2011-03-28 18:23:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.58','2011-03-28 18:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.58','2011-03-28 18:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.58','2011-03-28 18:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.58','2011-03-28 18:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.58','2011-03-28 18:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.58','2011-03-28 18:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.58','2011-03-28 19:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.58','2011-03-28 19:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.58','2011-03-28 19:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.58','2011-03-28 19:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.58','2011-03-28 20:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.58','2011-03-28 20:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'64.5.40.122','2011-03-29 04:55:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'64.5.40.122','2011-03-29 04:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.27.5.162','2011-03-29 04:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.112.235','2011-03-29 12:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.43.5.165','2011-03-29 15:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.138','2011-03-29 15:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.19','2011-03-29 15:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.239.165.155','2011-03-29 18:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-03-29 20:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.112.235','2011-03-30 01:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.77.41.70','2011-03-30 06:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.77.41.70','2011-03-30 06:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.77.41.70','2011-03-30 06:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.77.41.70','2011-03-30 06:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.77.41.70','2011-03-30 06:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.77.41.70','2011-03-30 06:12:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.77.41.70','2011-03-30 06:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.77.41.70','2011-03-30 06:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-03-30 13:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-03-30 14:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-03-30 14:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-03-30 14:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-03-30 14:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-03-30 15:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-03-30 15:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-03-30 15:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-03-30 16:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-03-30 16:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-03-30 17:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-03-30 17:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-03-30 17:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-03-30 17:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-03-30 17:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-03-30 18:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-03-30 18:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-03-30 18:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-03-30 18:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-03-30 18:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-03-30 18:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-03-30 18:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-03-30 18:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-03-30 18:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-03-30 18:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-03-30 19:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-03-30 19:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-03-30 19:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.235.237.20','2011-03-31 10:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.159.255.47','2011-03-31 11:56:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.75.155','2011-03-31 11:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.166.7.115','2011-03-31 13:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'222.228.189.59','2011-03-31 13:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.186.126.97','2011-03-31 16:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.129.222.247','2011-03-31 19:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.129.222.247','2011-03-31 19:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-03-31 20:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-01 02:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-01 12:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-04-01 13:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-04-01 14:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-01 15:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-01 15:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-04-01 16:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-04-01 16:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'125.170.5.93','2011-04-01 16:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.170.5.93','2011-04-01 16:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.112.235','2011-04-01 17:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-01 17:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-01 18:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-01 18:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-01 18:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-01 18:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-01 18:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-01 18:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-01 19:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-01 19:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-01 19:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-04-01 19:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-04-01 19:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-01 19:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-04-01 19:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,36,'222.151.230.142','2011-04-01 19:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-01 20:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,36,'125.103.39.174','2011-04-01 23:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.143.141.60','2011-04-02 06:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.112.235','2011-04-02 07:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2011-04-02 08:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-04-02 08:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-04-02 08:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'213.186.120.196','2011-04-02 08:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.186.120.196','2011-04-02 08:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'213.186.120.196','2011-04-02 08:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'213.186.120.196','2011-04-02 08:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'213.186.120.196','2011-04-02 08:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'213.186.120.196','2011-04-02 08:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'213.186.120.196','2011-04-02 08:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-04-02 08:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-04-02 08:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-04-02 08:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'213.186.120.196','2011-04-02 08:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-04-02 08:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-04-02 08:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.120.196','2011-04-02 08:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.186.120.196','2011-04-02 08:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.195.240','2011-04-02 10:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.195.237','2011-04-02 13:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.112.235','2011-04-02 14:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.172.122','2011-04-02 15:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.172.122','2011-04-02 15:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-02 18:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-02 20:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.158.245.131','2011-04-03 11:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.158.245.131','2011-04-03 11:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-03 13:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-04-03 16:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-04-03 17:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-03 18:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-03 18:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-04-03 19:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-04-03 19:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-03 20:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (4,1,'124.18.88.234','2011-04-03 20:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-03 21:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-03 21:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-03 21:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-03 22:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-03 22:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-03 22:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-03 23:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-03 23:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-03 23:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-04-04 00:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-04-04 00:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-04 00:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-04-04 00:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-04 01:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.112.235','2011-04-04 03:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'211.129.155.174','2011-04-04 11:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-04 16:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.186.120.196','2011-04-04 17:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-04-04 17:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2011-04-04 17:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'213.186.120.196','2011-04-04 17:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'213.186.120.196','2011-04-04 17:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'213.186.120.196','2011-04-04 17:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'213.186.120.196','2011-04-04 17:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'213.186.120.196','2011-04-04 17:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'213.186.120.196','2011-04-04 17:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-04 18:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-04-04 18:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-04 18:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.23.125.131','2011-04-04 19:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.104.15.142','2011-04-04 19:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-04 20:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.175.59.157','2011-04-05 13:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-05 13:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-04-05 14:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-04-05 15:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-05 15:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-05 15:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-04-05 16:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-04-05 16:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-05 17:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-05 17:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-05 17:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-05 17:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-05 17:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-05 18:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-05 18:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-05 18:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-05 18:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-05 18:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-04-05 18:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-04-05 18:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-05 18:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-04-05 19:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.157.160.2','2011-04-05 20:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.157.160.2','2011-04-05 20:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-05 20:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.228.203.2','2011-04-06 14:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.228.203.2','2011-04-06 14:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.143.35.18','2011-04-06 17:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.112.225.46','2011-04-06 18:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-04-06 19:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'213.186.120.196','2011-04-06 19:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'213.186.120.196','2011-04-06 19:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.85','2011-04-06 23:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.195.228','2011-04-07 01:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.16','2011-04-07 15:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-07 15:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-07 17:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-04-07 17:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-07 17:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-07 19:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.37.245.234','2011-04-07 21:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.85','2011-04-07 21:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.19','2011-04-07 22:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.92','2011-04-07 23:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'210.145.142.225','2011-04-08 11:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.104.15.130','2011-04-08 11:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-08 13:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-04-08 14:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-04-08 14:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-08 14:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-08 14:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-04-08 14:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-04-08 14:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-08 15:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-08 15:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-08 15:45:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-08 15:50:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.127.248.3','2011-04-08 16:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-08 16:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-08 16:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-08 17:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-08 17:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'222.150.252.103','2011-04-08 17:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-08 17:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-04-08 17:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-04-08 17:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-08 17:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-04-08 17:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.73.44','2011-04-08 18:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.150.252.103','2011-04-08 18:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.20','2011-04-09 01:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.195.209','2011-04-09 02:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.196.124.82','2011-04-09 11:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.12.212.201','2011-04-09 16:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-09 16:46:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-09 18:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-04-09 18:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2011-04-09 19:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-04-09 19:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-04-09 19:04:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'213.186.120.196','2011-04-09 19:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.186.120.196','2011-04-09 19:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'213.186.120.196','2011-04-09 19:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'213.186.120.196','2011-04-09 19:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'213.186.120.196','2011-04-09 19:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'213.186.120.196','2011-04-09 19:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'213.186.120.196','2011-04-09 19:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-04-09 19:04:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-04-09 19:04:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-04-09 19:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'213.186.120.196','2011-04-09 19:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-04-09 19:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-04-09 19:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.120.196','2011-04-09 19:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.186.120.196','2011-04-09 19:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-09 19:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'118.19.66.45','2011-04-09 20:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-09 21:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.245.99.179','2011-04-09 23:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.243.105.210','2011-04-10 00:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.192.247','2011-04-10 08:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.192.234','2011-04-10 08:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.192.139','2011-04-10 21:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.192.234','2011-04-10 21:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.195.247','2011-04-11 10:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.221.9.9','2011-04-11 11:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.117.208.165','2011-04-11 13:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.117.208.165','2011-04-11 13:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.117.208.165','2011-04-11 13:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.117.208.165','2011-04-11 13:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.117.208.165','2011-04-11 13:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.117.208.165','2011-04-11 13:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-11 14:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-04-11 15:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-04-11 15:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-11 15:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-11 15:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-04-11 15:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-04-11 15:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-11 16:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-11 16:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-11 16:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-11 16:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-11 16:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-11 16:59:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-11 17:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-11 17:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-11 18:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-11 18:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-11 18:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-04-11 18:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-11 18:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-04-11 18:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.110.155.50','2011-04-11 20:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.111.219','2011-04-11 20:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.192.234','2011-04-11 21:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'1.113.6.204','2011-04-11 21:58:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.192.247','2011-04-12 09:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.141.235.66','2011-04-12 11:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.45.231.130','2011-04-12 12:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.159.229.1','2011-04-12 13:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.18.219.179','2011-04-12 14:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'183.77.238.199','2011-04-12 14:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'183.77.238.199','2011-04-12 14:58:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'150.70.172.101','2011-04-12 15:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'150.70.172.101','2011-04-12 15:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-12 16:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.215.123.4','2011-04-12 16:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.101','2011-04-12 16:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.216.167.162','2011-04-12 17:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-12 17:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-04-12 17:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-12 17:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.138.104.134','2011-04-12 18:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.212.1.153','2011-04-12 19:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.111.219','2011-04-12 20:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-12 20:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.192.143','2011-04-12 21:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.161.228.122','2011-04-13 03:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.111.219','2011-04-13 08:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.186.96.142','2011-04-13 10:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.186.96.142','2011-04-13 10:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.186.96.142','2011-04-13 10:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.111.219','2011-04-13 12:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-13 14:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-04-13 15:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-04-13 15:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-13 15:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-13 15:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-04-13 15:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-04-13 15:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-13 16:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-13 16:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-13 16:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-13 16:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-13 16:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-13 16:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-13 17:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.114.42','2011-04-13 17:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-13 17:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-13 17:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-13 17:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-13 17:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-04-13 18:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-13 18:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-04-13 18:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.114.42','2011-04-13 21:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.114.42','2011-04-14 03:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.82.8.181','2011-04-14 09:02:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.186.96.142','2011-04-14 09:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.186.96.142','2011-04-14 09:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.114.42','2011-04-14 12:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.114.42','2011-04-14 14:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-04-14 17:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.114.42','2011-04-15 05:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.148.193.13','2011-04-15 11:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.148.193.13','2011-04-15 11:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.172.101','2011-04-15 11:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.172.101','2011-04-15 11:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-15 15:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-04-15 15:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-15 15:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-15 15:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-04-15 15:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-04-15 15:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-15 15:41:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.114.42','2011-04-15 15:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-15 15:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-15 16:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-15 16:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-15 16:11:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-15 16:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-15 16:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-15 16:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-15 16:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-04-15 16:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-04-15 16:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-15 17:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-15 17:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-15 17:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-15 17:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-15 17:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-04-15 17:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-04-15 18:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-15 19:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.85','2011-04-16 09:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.85','2011-04-16 15:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.186.120.196','2011-04-16 23:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-04-16 23:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2011-04-16 23:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2011-04-16 23:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-04-16 23:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'213.186.120.196','2011-04-16 23:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'213.186.120.196','2011-04-16 23:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-04-16 23:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'213.186.120.196','2011-04-16 23:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'213.186.120.196','2011-04-16 23:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'213.186.120.196','2011-04-16 23:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.186.120.196','2011-04-16 23:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'213.186.120.196','2011-04-16 23:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'213.186.120.196','2011-04-16 23:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'213.186.120.196','2011-04-16 23:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'213.186.120.196','2011-04-16 23:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'213.186.120.196','2011-04-16 23:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-04-16 23:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'213.186.120.196','2011-04-16 23:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-04-16 23:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-04-16 23:14:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'213.186.120.196','2011-04-16 23:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-04-16 23:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-04-16 23:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.120.196','2011-04-16 23:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.186.120.196','2011-04-16 23:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'213.186.120.196','2011-04-16 23:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.115','2011-04-17 04:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.219','2011-04-17 04:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.244','2011-04-17 04:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.220','2011-04-17 04:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.239','2011-04-17 04:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.219','2011-04-17 04:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.2','2011-04-17 04:48:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.151','2011-04-17 04:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.116','2011-04-17 04:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.28','2011-04-17 04:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.28','2011-04-17 04:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.113','2011-04-17 05:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.112','2011-04-17 05:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.242','2011-04-17 05:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.6','2011-04-17 05:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.114','2011-04-17 05:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.6','2011-04-17 05:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.170','2011-04-17 05:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.3','2011-04-17 06:13:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.67.154','2011-04-17 06:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.26','2011-04-17 06:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.170','2011-04-17 07:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.27','2011-04-17 08:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.97.36','2011-04-17 08:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.97.36','2011-04-17 08:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.196.94','2011-04-17 09:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.196.95','2011-04-17 09:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.196.125','2011-04-17 09:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.67.246','2011-04-17 10:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.250','2011-04-17 10:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.1','2011-04-17 10:15:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-04-17 16:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.239','2011-04-18 06:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.219','2011-04-18 06:11:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.25','2011-04-18 07:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.196.122','2011-04-18 09:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.196.92','2011-04-18 09:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.196.93','2011-04-18 09:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.196.61','2011-04-18 09:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.254.91.2','2011-04-18 13:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'192.51.44.12','2011-04-18 14:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.254.91.2','2011-04-18 14:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.148','2011-04-18 16:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-18 17:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-18 17:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-18 17:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.145.140.49','2011-04-18 17:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-18 17:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-18 17:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-18 18:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.170','2011-04-18 18:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-18 18:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-04-18 18:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-18 18:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-18 18:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-18 18:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-18 18:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-18 18:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.53.124.68','2011-04-18 19:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-18 19:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-04-18 19:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.52.110.85','2011-04-18 20:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-18 21:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.196.28','2011-04-18 21:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.196.92','2011-04-18 21:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.7.21','2011-04-18 23:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.235.237.20','2011-04-19 08:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.214.1.21','2011-04-19 13:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.248.84.158','2011-04-19 18:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.9.38.97','2011-04-19 19:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.170','2011-04-19 20:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.196.126','2011-04-19 21:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.110.48.222','2011-04-20 12:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.139.84.102','2011-04-20 14:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-20 21:25:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-20 21:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-20 21:52:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-20 22:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-20 23:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-20 23:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-21 00:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-04-21 00:51:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-21 00:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-21 00:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-21 00:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-21 00:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-21 01:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-21 01:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.244','2011-04-21 01:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.244','2011-04-21 01:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.244','2011-04-21 02:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.170','2011-04-21 05:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.115.170','2011-04-21 10:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.51.44.12','2011-04-21 13:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.195.236','2011-04-21 14:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-21 20:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-21 20:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-21 20:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-21 20:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-04-21 21:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-04-21 21:22:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.196.123','2011-04-21 21:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-04-21 21:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-04-21 21:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-04-21 21:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-21 22:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.51.44.13','2011-04-22 14:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.221','2011-04-22 15:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.221','2011-04-22 15:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.186.127.33','2011-04-22 16:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.18','2011-04-22 17:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.170','2011-04-22 23:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.170','2011-04-23 06:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.170','2011-04-23 07:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.235.237.17','2011-04-23 09:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-23 22:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-23 22:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-23 22:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-23 22:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-23 22:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.139.62.193','2011-04-23 23:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-24 00:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-24 01:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-04-24 01:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-24 01:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-24 01:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-24 01:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-24 01:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-24 01:59:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-24 02:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-04-24 02:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-04-24 02:09:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.20','2011-04-24 07:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.52.110.77','2011-04-24 19:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-24 22:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-24 22:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-24 22:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-24 23:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.18','2011-04-25 00:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-04-25 02:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-04-25 03:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-04-25 03:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-04-25 03:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-04-25 03:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-25 04:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-25 04:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.20','2011-04-25 13:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.17','2011-04-25 19:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-25 23:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-26 00:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-26 00:07:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-26 00:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-26 00:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-04-26 07:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-04-26 09:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-04-26 09:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-04-26 09:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-04-26 09:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-26 09:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-26 09:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-26 09:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-26 09:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-04-26 09:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.85','2011-04-26 16:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.223.130','2011-04-26 18:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.223.130','2011-04-26 18:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.85','2011-04-26 19:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.170','2011-04-27 00:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.112.229','2011-04-27 00:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.244','2011-04-28 00:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.244','2011-04-28 00:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.244','2011-04-28 00:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.244','2011-04-28 00:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.244','2011-04-28 00:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.244','2011-04-28 00:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.244','2011-04-28 00:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.244','2011-04-28 01:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.244','2011-04-28 01:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.235.237.18','2011-04-28 04:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.195.252','2011-04-28 06:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.83.233.58','2011-04-28 08:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.244','2011-04-28 08:50:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.244','2011-04-28 08:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.244','2011-04-28 08:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.244','2011-04-28 09:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.244','2011-04-28 09:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.244','2011-04-28 09:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.244','2011-04-28 09:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.244','2011-04-28 09:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.244','2011-04-28 09:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.244','2011-04-28 09:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.244','2011-04-28 09:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-04-28 09:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-04-28 09:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-04-28 09:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-04-28 09:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-04-28 09:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.115.170','2011-04-28 12:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-04-28 12:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-04-28 12:43:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.170','2011-04-28 12:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.115.170','2011-04-29 01:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.31.114.228','2011-04-30 09:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.38.179.71','2011-04-30 17:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.195.252','2011-04-30 22:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-04-30 23:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-04-30 23:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-04-30 23:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-04-30 23:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-04-30 23:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-04-30 23:19:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-04-30 23:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-04-30 23:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-04-30 23:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-05-01 05:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-05-01 05:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-05-01 05:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-05-01 05:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-05-01 05:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-05-01 05:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-05-01 06:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-05-01 06:09:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-05-01 06:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-05-01 06:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-05-01 06:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-05-01 06:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-05-01 06:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-05-01 06:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-05-01 07:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-05-01 07:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-05-01 10:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-05-01 10:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'111.104.223.29','2011-05-01 11:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'182.171.118.39','2011-05-01 19:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.235.237.85','2011-05-01 23:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.249.88.129','2011-05-02 20:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-05-02 22:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-05-02 22:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-05-02 22:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-05-02 22:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-05-02 22:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-05-02 22:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-05-02 22:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-05-02 22:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-05-02 22:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-05-03 00:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'219.162.197.125','2011-05-03 00:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-05-03 01:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-05-03 01:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-05-03 01:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-05-03 01:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-05-03 01:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-05-03 01:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-05-03 01:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-05-03 01:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-05-03 01:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-05-03 01:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-05-03 01:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-05-03 01:47:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-05-03 01:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-05-03 02:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-05-03 02:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-05-03 02:42:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-05-03 03:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.115.170','2011-05-03 04:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.19.136.45','2011-05-03 17:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.170','2011-05-03 17:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'220.105.126.219','2011-05-04 02:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.170','2011-05-04 03:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.170','2011-05-04 22:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-05-04 23:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-05-04 23:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-05-04 23:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-05-04 23:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-05-04 23:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-05-04 23:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-05-05 00:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-05-05 00:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.115.170','2011-05-05 02:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-05-05 05:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-05-05 05:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-05-05 05:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-05-05 05:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-05-05 06:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-05-05 06:01:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-05-05 06:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-05-05 06:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-05-05 06:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-05-05 06:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-05-05 06:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-05-05 06:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-05-05 06:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-05-05 07:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-05-05 07:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-05-05 08:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-05-05 08:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.196.30','2011-05-05 08:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'211.131.246.137','2011-05-05 08:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.192.34.95','2011-05-05 09:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.192.34.95','2011-05-05 09:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.192.34.95','2011-05-05 09:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.192.34.95','2011-05-05 09:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.192.34.95','2011-05-05 09:14:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.192.34.95','2011-05-05 09:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.192.34.95','2011-05-05 09:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.170','2011-05-05 21:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.47.180.165','2011-05-06 00:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.76.222','2011-05-06 00:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.202.76.222','2011-05-06 00:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.127.219.233','2011-05-06 11:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.127.219.233','2011-05-06 11:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.17','2011-05-06 20:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.239.150.92','2011-05-07 10:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.104.15.142','2011-05-07 10:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.31.114.228','2011-05-07 16:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.31.114.228','2011-05-07 16:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.31.114.228','2011-05-07 16:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.31.114.228','2011-05-07 16:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-05-07 22:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-05-07 22:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-05-07 22:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-05-07 22:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-05-07 22:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-05-07 22:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-05-07 22:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-05-07 22:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-05-07 22:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-05-08 01:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-05-08 01:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-05-08 01:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-05-08 01:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-05-08 01:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-05-08 01:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-05-08 01:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-05-08 02:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-05-08 02:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-05-08 02:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-05-08 02:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-05-08 02:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-05-08 02:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-05-08 02:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-05-08 03:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-05-08 03:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-05-08 04:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-05-08 04:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.111.250','2011-05-08 05:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'112.138.13.82','2011-05-08 12:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2011-05-08 16:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.250','2011-05-08 20:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.196.58','2011-05-08 20:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'222.149.10.173','2011-05-08 22:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.48.184.40','2011-05-09 00:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.48.184.40','2011-05-09 00:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2011-05-09 03:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2011-05-09 03:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2011-05-09 03:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.196.62','2011-05-09 08:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.7.5.211','2011-05-09 09:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.7.5.211','2011-05-09 09:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.24.206.171','2011-05-09 09:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.24.206.171','2011-05-09 09:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.24.206.171','2011-05-09 09:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.124.211','2011-05-09 13:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2011-05-09 14:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.142.235.59','2011-05-09 16:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.142.235.59','2011-05-09 16:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'211.11.142.46','2011-05-09 17:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2011-05-09 18:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'220.100.255.128','2011-05-09 19:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.165.216.20','2011-05-09 21:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.165.216.20','2011-05-09 21:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.17','2011-05-09 22:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.101','2011-05-10 00:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.101','2011-05-10 00:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.101','2011-05-10 00:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.101','2011-05-10 00:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.101','2011-05-10 01:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.101','2011-05-10 01:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.101','2011-05-10 01:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.101','2011-05-10 01:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.101','2011-05-10 01:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.101','2011-05-10 04:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.101','2011-05-10 04:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.101','2011-05-10 04:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.101','2011-05-10 04:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.101','2011-05-10 04:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.101','2011-05-10 04:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.101','2011-05-10 04:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.101','2011-05-10 04:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.101','2011-05-10 04:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.101','2011-05-10 04:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.101','2011-05-10 04:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.101','2011-05-10 04:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.101','2011-05-10 04:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.101','2011-05-10 04:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.170','2011-05-10 05:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.101','2011-05-10 05:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.101','2011-05-10 05:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'115.162.196.179','2011-05-10 06:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'115.162.196.179','2011-05-10 06:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'115.162.196.179','2011-05-10 06:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.170','2011-05-10 07:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.170','2011-05-10 07:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.101','2011-05-10 09:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.101','2011-05-10 09:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.153.191.196','2011-05-10 10:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.220.51.95','2011-05-10 21:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.195.243','2011-05-10 22:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.219.100.194','2011-05-10 22:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.195.241','2011-05-11 00:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.195.230','2011-05-11 10:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.17','2011-05-11 18:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.8.124.5','2011-05-11 21:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.93','2011-05-12 10:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.112.128.8','2011-05-12 11:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.3.118.144','2011-05-12 11:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.3.118.144','2011-05-12 11:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.112.128.8','2011-05-12 12:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'158.205.125.182','2011-05-12 13:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.249.88.129','2011-05-12 14:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.216.162.206','2011-05-12 19:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.52.110.56','2011-05-12 21:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'116.254.7.199','2011-05-12 23:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'116.254.7.199','2011-05-12 23:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.43','2011-05-13 01:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.43','2011-05-13 03:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.43','2011-05-13 03:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.43','2011-05-13 03:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.43','2011-05-13 03:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.43','2011-05-13 03:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.43','2011-05-13 03:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.43','2011-05-13 04:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.43','2011-05-13 04:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.43','2011-05-13 04:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.43','2011-05-13 04:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.43','2011-05-13 04:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.43','2011-05-13 04:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.43','2011-05-13 06:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.43','2011-05-13 06:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.170','2011-05-13 08:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.43','2011-05-13 09:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.43','2011-05-13 09:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.70.7.156','2011-05-13 13:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.70.7.156','2011-05-13 13:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.43','2011-05-13 13:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.43','2011-05-13 13:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.43','2011-05-13 13:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.43','2011-05-13 13:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-05-13 13:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.43','2011-05-13 14:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.115.170','2011-05-13 17:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.115.170','2011-05-14 12:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.170','2011-05-14 14:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.170','2011-05-14 16:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.115.170','2011-05-15 06:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.170','2011-05-15 07:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.57.34.220','2011-05-15 08:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'222.151.141.201','2011-05-15 09:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-05-15 16:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.43','2011-05-15 16:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.43','2011-05-15 16:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.43','2011-05-15 16:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-05-15 16:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.43','2011-05-15 17:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.43','2011-05-15 17:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.43','2011-05-15 17:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.43','2011-05-15 17:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.43','2011-05-15 17:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.43','2011-05-15 17:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'180.144.238.230','2011-05-15 18:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.43','2011-05-15 23:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.43','2011-05-15 23:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.43','2011-05-15 23:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.43','2011-05-15 23:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.43','2011-05-15 23:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.195.239','2011-05-16 00:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.193.240.207','2011-05-16 00:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.130','2011-05-16 00:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.43','2011-05-16 00:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.43','2011-05-16 00:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.43','2011-05-16 00:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.43','2011-05-16 00:53:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.43','2011-05-16 00:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.43','2011-05-16 01:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.43','2011-05-16 01:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.43','2011-05-16 02:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.43','2011-05-16 02:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.43','2011-05-16 03:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.43','2011-05-16 03:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.212.1.153','2011-05-16 13:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.170','2011-05-16 13:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.212.1.153','2011-05-16 13:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'60.40.42.102','2011-05-16 18:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'60.40.42.102','2011-05-16 18:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'60.40.42.102','2011-05-16 18:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.210.58.188','2011-05-17 02:20:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.138','2011-05-17 02:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'124.25.213.196','2011-05-17 06:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-05-17 10:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.43','2011-05-17 10:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.43','2011-05-17 10:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.43','2011-05-17 10:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.43','2011-05-17 10:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-05-17 10:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.43','2011-05-17 10:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.43','2011-05-17 11:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.43','2011-05-17 11:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.43','2011-05-17 11:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.43','2011-05-17 11:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.43','2011-05-17 11:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.43','2011-05-17 11:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.43','2011-05-17 13:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.43','2011-05-17 13:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.43','2011-05-17 13:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.43','2011-05-17 13:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.43','2011-05-17 13:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.43','2011-05-17 14:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.43','2011-05-17 14:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.43','2011-05-17 14:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.43','2011-05-17 14:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.43','2011-05-17 14:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.43','2011-05-17 14:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.43','2011-05-17 14:48:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.43','2011-05-17 15:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.43','2011-05-17 15:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.151.149.91','2011-05-17 16:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.196.96','2011-05-17 21:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.196.32','2011-05-17 21:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.196.123','2011-05-17 21:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'115.162.196.179','2011-05-17 23:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.104.161.137','2011-05-18 06:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.36.184.241','2011-05-18 08:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.196.62','2011-05-18 09:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.196.32','2011-05-18 09:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.196.92','2011-05-18 09:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.196.96','2011-05-18 09:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'116.83.229.5','2011-05-18 13:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.227.125.235','2011-05-18 18:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.220','2011-05-18 20:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.196.96','2011-05-18 21:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.170','2011-05-19 03:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.210.92.220','2011-05-19 05:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.210.92.220','2011-05-19 05:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-05-19 11:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.43','2011-05-19 12:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.43','2011-05-19 12:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.43','2011-05-19 12:06:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.43','2011-05-19 12:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-05-19 12:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.43','2011-05-19 12:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.43','2011-05-19 12:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.43','2011-05-19 12:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.43','2011-05-19 12:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.43','2011-05-19 13:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.43','2011-05-19 13:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.43','2011-05-19 13:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.43','2011-05-19 18:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.43','2011-05-19 18:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.43','2011-05-19 18:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.43','2011-05-19 18:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.43','2011-05-19 19:00:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.43','2011-05-20 00:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.43','2011-05-20 00:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.43','2011-05-20 00:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.43','2011-05-20 00:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.43','2011-05-20 00:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.43','2011-05-20 01:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.43','2011-05-20 02:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.115.170','2011-05-20 09:31:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.165.78.59','2011-05-20 11:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'59.139.20.194','2011-05-20 11:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'59.139.20.194','2011-05-20 11:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.227.76.23','2011-05-20 12:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.227.76.23','2011-05-20 12:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.227.76.23','2011-05-20 12:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.151.230.142','2011-05-20 13:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.106.59.199','2011-05-20 16:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.106.59.199','2011-05-20 16:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.210.174.219','2011-05-20 16:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.75.161','2011-05-20 16:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.104.15.138','2011-05-20 16:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.17.236.191','2011-05-20 18:02:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.245','2011-05-20 20:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.6','2011-05-20 20:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.240','2011-05-20 20:09:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.67.245','2011-05-20 20:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.222.77.60','2011-05-20 21:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.222.77.60','2011-05-20 21:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.28','2011-05-20 21:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.243','2011-05-20 23:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.2','2011-05-20 23:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.113','2011-05-21 03:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.219','2011-05-21 06:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.115.170','2011-05-21 10:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-05-21 11:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.43','2011-05-21 12:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.43','2011-05-21 12:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.43','2011-05-21 12:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.43','2011-05-21 12:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-05-21 12:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.43','2011-05-21 12:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.43','2011-05-21 12:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.43','2011-05-21 12:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.43','2011-05-21 13:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.43','2011-05-21 13:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.43','2011-05-21 13:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.244.213.234','2011-05-21 18:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.217','2011-05-21 19:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.43','2011-05-21 21:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.43','2011-05-21 21:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.43','2011-05-21 21:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.43','2011-05-21 21:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.43','2011-05-22 00:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.43','2011-05-22 00:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.43','2011-05-22 00:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.43','2011-05-22 00:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.43','2011-05-22 01:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.43','2011-05-22 01:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.43','2011-05-22 02:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.43','2011-05-22 03:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.115.242.113','2011-05-22 10:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.115.242.113','2011-05-22 10:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.115.242.113','2011-05-22 10:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.115.242.113','2011-05-22 10:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.115.242.113','2011-05-22 10:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-05-22 12:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.147.91.38','2011-05-22 12:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.28','2011-05-22 22:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.80.150.8','2011-05-23 10:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.127.74.129','2011-05-23 10:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.43','2011-05-23 11:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.204.53','2011-05-23 12:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.9.13.136','2011-05-23 12:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.43','2011-05-23 12:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.43','2011-05-23 13:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.106.25.79','2011-05-23 14:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.216.104.20','2011-05-23 17:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.216.104.20','2011-05-23 17:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.45','2011-05-23 20:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.106.230.3','2011-05-24 11:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.96.12.248','2011-05-24 14:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-05-24 14:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.43','2011-05-24 14:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.43','2011-05-24 14:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.43','2011-05-24 14:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.43','2011-05-24 14:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-05-24 14:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.43','2011-05-24 14:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.43','2011-05-24 14:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.43','2011-05-24 14:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.43','2011-05-24 14:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.43','2011-05-24 14:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.43','2011-05-24 15:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'158.201.127.1','2011-05-24 17:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.108','2011-05-24 17:25:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.96.0.12','2011-05-24 17:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.123.199.142','2011-05-24 18:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.123.199.142','2011-05-24 18:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.123.199.142','2011-05-24 18:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.43','2011-05-24 18:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.43','2011-05-24 18:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.43','2011-05-24 18:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.43','2011-05-24 18:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.43','2011-05-24 19:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.43','2011-05-24 19:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.43','2011-05-24 19:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.43','2011-05-24 19:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.219','2011-05-24 19:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.113','2011-05-24 19:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.67.194','2011-05-24 19:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.43','2011-05-24 19:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.43','2011-05-24 20:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.217','2011-05-24 20:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.43','2011-05-24 22:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.43','2011-05-24 22:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.25','2011-05-24 23:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.114','2011-05-24 23:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.115.170','2011-05-25 08:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.230.228.20','2011-05-25 11:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.112','2011-05-25 22:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.92.89.14','2011-05-25 22:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'150.70.75.161','2011-05-25 22:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'121.92.89.14','2011-05-25 22:50:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.104.15.138','2011-05-25 22:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.229','2011-05-25 23:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.244','2011-05-25 23:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.115.170','2011-05-26 04:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.170','2011-05-26 05:30:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.43','2011-05-26 11:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.43','2011-05-26 14:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.43','2011-05-26 14:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.56.2.61','2011-05-26 17:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.170','2011-05-26 17:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.208','2011-05-26 20:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'12.176.38.2','2011-05-27 00:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'150.70.97.37','2011-05-27 04:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-05-27 12:14:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.43','2011-05-27 12:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.43','2011-05-27 12:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.43','2011-05-27 12:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.43','2011-05-27 12:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-05-27 12:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.43','2011-05-27 12:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.43','2011-05-27 12:34:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.43','2011-05-27 12:34:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.43','2011-05-27 12:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.170','2011-05-27 12:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.43','2011-05-27 12:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.43','2011-05-27 13:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.43','2011-05-27 14:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.43','2011-05-27 14:35:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.43','2011-05-27 14:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.43','2011-05-27 14:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.43','2011-05-27 16:45:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.43','2011-05-27 16:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.43','2011-05-27 16:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.43','2011-05-27 16:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.43','2011-05-27 17:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.43','2011-05-27 17:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.43','2011-05-27 22:03:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.43','2011-05-27 22:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.239','2011-05-27 23:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.220','2011-05-27 23:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.170','2011-05-28 12:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.170','2011-05-28 14:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.56.2.61','2011-05-28 19:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.56.2.61','2011-05-28 20:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.56.2.61','2011-05-29 00:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.56.2.61','2011-05-29 05:18:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.56.2.61','2011-05-29 05:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.56.2.61','2011-05-29 07:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.112','2011-05-29 10:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.217','2011-05-29 10:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.6','2011-05-29 10:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.56.2.61','2011-05-29 10:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.49','2011-05-29 10:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.49','2011-05-29 11:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.49','2011-05-29 11:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.49','2011-05-29 11:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.49','2011-05-29 11:08:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.49','2011-05-29 11:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.49','2011-05-29 11:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.49','2011-05-29 11:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.49','2011-05-29 11:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.49','2011-05-29 11:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.49','2011-05-29 11:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.49','2011-05-29 11:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.49','2011-05-29 11:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.49','2011-05-29 11:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.49','2011-05-29 11:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.49','2011-05-29 11:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.49','2011-05-29 11:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.49','2011-05-29 11:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.49','2011-05-29 11:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.115.170','2011-05-29 12:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.217','2011-05-29 12:22:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.49','2011-05-29 12:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.49','2011-05-29 12:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.49','2011-05-29 12:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.49','2011-05-29 12:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.49','2011-05-29 12:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.49','2011-05-29 12:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.49','2011-05-29 13:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.49','2011-05-29 13:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.42.175.8','2011-05-29 15:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.42.175.8','2011-05-29 15:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.42.175.8','2011-05-29 15:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'175.105.255.174','2011-05-29 18:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.56.2.61','2011-05-29 20:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.56.2.61','2011-05-29 21:16:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.170','2011-05-30 03:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'24.17.159.125','2011-05-30 03:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.56.2.61','2011-05-30 10:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.32.218.136','2011-05-30 11:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.101.73.58','2011-05-30 18:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'126.110.173.52','2011-05-31 04:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'150.70.75.161','2011-05-31 04:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.49','2011-05-31 11:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.49','2011-05-31 11:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.49','2011-05-31 11:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.49','2011-05-31 11:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.49','2011-05-31 11:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.49','2011-05-31 11:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.49','2011-05-31 11:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.49','2011-05-31 11:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.49','2011-05-31 11:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.49','2011-05-31 11:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.49','2011-05-31 11:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.49','2011-05-31 12:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.49','2011-05-31 12:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.49','2011-05-31 12:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.49','2011-05-31 12:10:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.49','2011-05-31 12:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.49','2011-05-31 12:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.49','2011-05-31 12:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.56.2.61','2011-05-31 12:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.49','2011-05-31 15:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.49','2011-05-31 15:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.49','2011-05-31 15:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.49','2011-05-31 16:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'211.19.100.241','2011-05-31 18:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.49','2011-05-31 20:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.49','2011-05-31 20:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.56.2.61','2011-06-01 05:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.56.2.61','2011-06-01 09:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'116.94.147.102','2011-06-01 11:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.19.97.25','2011-06-01 16:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.56.2.61','2011-06-01 19:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.56.2.61','2011-06-01 19:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.56.2.61','2011-06-01 20:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.6.166.29','2011-06-01 21:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'88.131.106.22','2011-06-02 02:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.56.2.61','2011-06-02 04:09:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.111.248','2011-06-02 04:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.56.2.61','2011-06-02 06:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.56.2.61','2011-06-02 07:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'219.166.127.153','2011-06-02 09:18:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.56.2.61','2011-06-02 13:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.6.166.29','2011-06-02 19:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.6.166.29','2011-06-02 19:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.56.2.61','2011-06-02 23:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.111.248','2011-06-03 10:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.111.248','2011-06-03 16:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.124.217.50','2011-06-03 16:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.45.174.214','2011-06-03 17:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.45.174.214','2011-06-03 17:32:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.110.101.248','2011-06-03 18:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.56.2.61','2011-06-03 20:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.109.244.77','2011-06-03 23:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.195.243','2011-06-04 14:07:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.111.248','2011-06-04 14:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.56.2.61','2011-06-04 15:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.56.2.61','2011-06-04 16:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.56.2.61','2011-06-04 16:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.56.2.61','2011-06-04 17:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.56.2.61','2011-06-04 18:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.56.2.61','2011-06-05 00:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'88.131.106.2','2011-06-05 03:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.56.2.61','2011-06-05 06:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.195.237','2011-06-05 12:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.56.2.61','2011-06-05 13:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.218.127.173','2011-06-05 15:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.56.2.61','2011-06-05 16:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.19','2011-06-05 17:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.56.2.61','2011-06-05 17:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.56.2.61','2011-06-05 18:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.56.2.61','2011-06-05 19:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.56.2.61','2011-06-05 21:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.56.2.61','2011-06-05 22:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.49','2011-06-05 22:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.56.2.61','2011-06-06 04:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.49','2011-06-06 06:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.49','2011-06-06 06:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.49','2011-06-06 06:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.49','2011-06-06 06:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.49','2011-06-06 06:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.49','2011-06-06 06:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.49','2011-06-06 06:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.49','2011-06-06 06:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.49','2011-06-06 06:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.49','2011-06-06 06:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.49','2011-06-06 06:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.49','2011-06-06 06:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.49','2011-06-06 06:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.49','2011-06-06 06:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.49','2011-06-06 06:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.49','2011-06-06 06:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.49','2011-06-06 06:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.49','2011-06-06 06:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.49','2011-06-06 06:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.49','2011-06-06 06:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.49','2011-06-06 06:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.49','2011-06-06 06:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.56.2.61','2011-06-06 09:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.199.158.195','2011-06-06 15:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.138.104.134','2011-06-06 16:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.138.104.134','2011-06-06 16:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.181.169.23','2011-06-06 18:17:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'150.70.75.161','2011-06-06 18:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.56.2.61','2011-06-06 23:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.49','2011-06-07 04:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.92','2011-06-07 10:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.110.154','2011-06-07 18:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.85','2011-06-08 04:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.47.102.145','2011-06-08 09:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.9.34.69','2011-06-08 09:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.163.188.41','2011-06-08 10:45:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.187.44.200','2011-06-08 14:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.215.189.74','2011-06-08 22:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.142','2011-06-08 22:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'203.135.231.67','2011-06-08 22:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'203.135.231.67','2011-06-08 22:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'88.131.106.4','2011-06-08 23:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.110.154','2011-06-09 03:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.110.154','2011-06-09 17:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.235.237.17','2011-06-09 18:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.110.154','2011-06-10 06:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.186.120.196','2011-06-10 06:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-06-10 06:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2011-06-10 06:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2011-06-10 06:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-06-10 06:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'213.186.120.196','2011-06-10 06:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'213.186.120.196','2011-06-10 06:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-06-10 06:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-06-10 06:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-06-10 06:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-06-10 06:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'213.186.120.196','2011-06-10 06:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-06-10 06:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-06-10 06:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.120.196','2011-06-10 06:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.186.120.196','2011-06-10 06:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'213.186.120.196','2011-06-10 06:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.116.194.20','2011-06-10 10:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'121.116.194.20','2011-06-10 10:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'88.131.106.22','2011-06-10 10:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.109.130','2011-06-10 11:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.109.130','2011-06-10 11:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'58.188.97.238','2011-06-10 11:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.170.25.84','2011-06-10 12:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.151.15.182','2011-06-10 14:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.43','2011-06-10 16:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.43','2011-06-10 16:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.43','2011-06-10 16:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.43','2011-06-10 16:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.43','2011-06-10 16:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.43','2011-06-10 16:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.43','2011-06-10 16:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-06-10 16:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-06-10 16:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.43','2011-06-10 16:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.43','2011-06-10 16:03:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.43','2011-06-10 16:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.43','2011-06-10 16:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.43','2011-06-10 16:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.122.216.21','2011-06-10 19:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'114.48.142.204','2011-06-11 12:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.20','2011-06-12 03:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.20','2011-06-12 03:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.20','2011-06-12 04:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.20','2011-06-12 05:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.20','2011-06-12 06:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.6.166.29','2011-06-12 09:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.20','2011-06-12 13:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.255.49.34','2011-06-12 14:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.43','2011-06-13 04:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.43','2011-06-13 04:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.43','2011-06-13 04:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.43','2011-06-13 04:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.43','2011-06-13 04:07:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.43','2011-06-13 04:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.43','2011-06-13 04:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-06-13 04:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-06-13 04:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.43','2011-06-13 04:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.43','2011-06-13 04:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.43','2011-06-13 04:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.43','2011-06-13 04:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.43','2011-06-13 04:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.43','2011-06-13 04:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.110.154','2011-06-13 05:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.228.90.130','2011-06-13 09:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.108','2011-06-13 10:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.110.154','2011-06-13 12:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.45.237.118','2011-06-13 17:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.45.237.118','2011-06-13 17:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.45.237.118','2011-06-13 17:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.110.154','2011-06-14 00:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.247.74.112','2011-06-14 05:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.215.84.179','2011-06-14 10:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.218.140.228','2011-06-14 11:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.218.140.228','2011-06-14 11:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'61.123.169.101','2011-06-14 14:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'183.77.158.166','2011-06-14 14:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.224.195.12','2011-06-14 14:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'126.25.207.38','2011-06-14 18:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'126.25.207.38','2011-06-14 18:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.104.15.134','2011-06-14 18:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.104.15.130','2011-06-14 18:29:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.43','2011-06-14 20:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.43','2011-06-14 20:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.43','2011-06-14 20:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-06-14 20:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.43','2011-06-14 20:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.110.154','2011-06-14 21:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.110.154','2011-06-15 08:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'221.249.116.206','2011-06-15 10:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'125.206.246.251','2011-06-15 11:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.238.180.163','2011-06-15 18:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.238.180.163','2011-06-15 18:08:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.146.119.76','2011-06-15 23:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.235.237.93','2011-06-16 05:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.235.237.93','2011-06-16 05:11:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.235.237.20','2011-06-16 05:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.235.237.16','2011-06-16 05:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.235.237.17','2011-06-16 05:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.43','2011-06-16 15:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.33.78.43','2011-06-16 17:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.110.154','2011-06-16 23:40:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.174.28.10','2011-06-17 17:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.165.78.59','2011-06-17 17:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.212.191.153','2011-06-18 09:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.131','2011-06-18 11:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.190.201.9','2011-06-19 03:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2011-06-19 16:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2011-06-19 16:25:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.69','2011-06-19 16:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2011-06-19 16:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2011-06-19 16:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2011-06-19 16:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2011-06-19 16:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2011-06-19 16:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2011-06-19 16:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.69','2011-06-19 16:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2011-06-19 16:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2011-06-19 16:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2011-06-19 16:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2011-06-19 16:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2011-06-19 16:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.110.154','2011-06-19 18:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.110.154','2011-06-20 10:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.83.221.197','2011-06-20 12:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.110.154','2011-06-20 12:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.124.211','2011-06-20 16:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.124.211','2011-06-20 16:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.18','2011-06-21 04:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.87.24.161','2011-06-21 22:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.104.15.134','2011-06-21 22:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.105','2011-06-22 04:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.209','2011-06-22 04:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.163.63.48','2011-06-22 18:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.163.63.48','2011-06-22 18:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.110.154','2011-06-22 19:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.110.154','2011-06-22 22:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.110.154','2011-06-22 22:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.87.24.161','2011-06-22 23:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.222.77.60','2011-06-23 10:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.218.63.233','2011-06-23 16:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.186.173.89','2011-06-23 18:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.214.18','2011-06-24 13:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2011-06-24 14:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.195.229','2011-06-24 15:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.13.51','2011-06-24 17:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'121.92.89.14','2011-06-24 17:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.92.89.14','2011-06-24 17:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.92.89.14','2011-06-24 17:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.104.15.130','2011-06-24 18:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.104.15.138','2011-06-24 18:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2011-06-24 19:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.233.131.106','2011-06-24 20:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'59.190.103.216','2011-06-25 21:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.110.154','2011-06-25 22:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.56.214.213','2011-06-27 09:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'60.56.214.213','2011-06-27 09:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'60.56.214.213','2011-06-27 09:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.170.18.214','2011-06-27 13:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.104.15.138','2011-06-27 13:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.110.154','2011-06-27 14:13:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.110.164.34','2011-06-27 15:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.110.154','2011-06-28 04:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.110.154','2011-06-28 08:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.196.126','2011-06-28 08:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.213.43.110','2011-06-28 13:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.213.43.110','2011-06-28 13:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.37','2011-06-28 13:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.251.90.54','2011-06-28 16:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.64.197','2011-06-28 16:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.196.126','2011-06-28 20:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.186.120.196','2011-06-29 00:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-06-29 00:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2011-06-29 00:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2011-06-29 00:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-06-29 00:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'213.186.120.196','2011-06-29 00:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'213.186.120.196','2011-06-29 00:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-06-29 00:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-06-29 00:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-06-29 00:17:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-06-29 00:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'213.186.120.196','2011-06-29 00:17:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-06-29 00:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-06-29 00:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.120.196','2011-06-29 00:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.186.120.196','2011-06-29 00:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'213.186.120.196','2011-06-29 00:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.222.77.60','2011-06-29 10:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.110.154','2011-06-29 11:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.110.154','2011-06-29 12:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.212.183.34','2011-06-29 20:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.122','2011-06-29 20:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2011-06-29 20:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2011-06-29 20:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.122','2011-06-29 20:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2011-06-29 20:47:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.122','2011-06-29 20:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2011-06-29 20:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2011-06-29 20:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2011-06-29 20:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2011-06-29 20:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.196.61','2011-06-29 20:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.196.31','2011-06-30 12:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.169.188.237','2011-06-30 14:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.125.138.170','2011-06-30 22:13:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.64.197','2011-06-30 22:15:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.12.130.249','2011-07-01 01:17:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.196.225.201','2011-07-01 13:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.103.195.179','2011-07-01 17:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.103.195.179','2011-07-01 17:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.17.103','2011-07-01 17:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2011-07-01 18:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.110.154','2011-07-01 19:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.3.103.94','2011-07-01 19:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.3.103.94','2011-07-01 19:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.100.195.132','2011-07-02 11:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.52.110.41','2011-07-03 02:32:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.52.110.64','2011-07-03 05:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.110.84','2011-07-03 13:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.204.235','2011-07-04 19:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.196.60','2011-07-04 20:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.110.154','2011-07-05 03:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.110.154','2011-07-05 06:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.196.124','2011-07-05 09:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.253.152.241','2011-07-05 12:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.253.152.241','2011-07-05 13:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.110.154','2011-07-05 15:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.150.190.45','2011-07-05 16:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'150.70.75.37','2011-07-05 16:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.1.140.96','2011-07-06 09:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.141.92.14','2011-07-06 09:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.72','2011-07-06 11:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.48.40.201','2011-07-06 13:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.48.40.201','2011-07-06 13:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'220.110.170.138','2011-07-06 16:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.75.161','2011-07-06 16:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.51.44.14','2011-07-06 16:59:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.122','2011-07-06 21:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.122','2011-07-06 21:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.122','2011-07-06 21:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.122','2011-07-06 21:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.122','2011-07-06 21:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.122','2011-07-06 21:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.122','2011-07-06 21:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.122','2011-07-06 21:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.110.154','2011-07-06 22:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.235.237.85','2011-07-07 05:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.110.71','2011-07-07 07:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.110.154','2011-07-07 08:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.179.8.142','2011-07-07 08:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.191.155.94','2011-07-07 11:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.191.155.94','2011-07-07 11:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.233.58.158','2011-07-07 12:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.199.37','2011-07-07 16:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.245.100.62','2011-07-07 20:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'118.243.17.216','2011-07-07 21:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.110.154','2011-07-08 07:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.195.212','2011-07-08 09:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'133.254.5.52','2011-07-08 10:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.110.154','2011-07-08 13:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.160.8.68','2011-07-08 13:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.130','2011-07-08 13:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.29.254.229','2011-07-08 15:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.175.59.239','2011-07-08 18:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.249.116.206','2011-07-08 20:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.110.154','2011-07-09 04:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.87','2011-07-09 08:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.87','2011-07-09 08:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.87','2011-07-09 08:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.87','2011-07-09 08:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.87','2011-07-09 08:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.95','2011-07-09 12:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.204.229','2011-07-09 12:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.186.168.66','2011-07-09 13:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.125.219.172','2011-07-09 16:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.208.210.70','2011-07-10 15:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.110.154','2011-07-11 06:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'88.131.106.22','2011-07-11 07:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.110.154','2011-07-11 07:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'203.141.155.178','2011-07-11 14:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.125.242.245','2011-07-11 14:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.125.242.245','2011-07-11 14:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.106.24.66','2011-07-11 16:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.12.22','2011-07-12 07:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.199.22','2011-07-12 11:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.199.16','2011-07-12 11:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.3.146.212','2011-07-12 14:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.112.237','2011-07-13 09:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.174.204.94','2011-07-13 11:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.174.204.94','2011-07-13 11:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.110.154','2011-07-13 12:22:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.199.49','2011-07-13 14:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.117.208.165','2011-07-13 15:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.199.44','2011-07-13 15:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.17.105','2011-07-13 17:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.11.133.21','2011-07-13 21:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.11.133.21','2011-07-13 21:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'1.113.5.142','2011-07-13 22:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.87','2011-07-13 22:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.87','2011-07-13 22:40:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.87','2011-07-13 22:40:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.87','2011-07-13 22:40:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.87','2011-07-13 22:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.219.191.225','2011-07-14 18:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.110.154','2011-07-14 18:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.87','2011-07-15 06:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.87','2011-07-15 06:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.87','2011-07-15 06:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.110.154','2011-07-15 07:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.110.154','2011-07-15 08:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.110.154','2011-07-15 10:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2011-07-15 11:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.110.154','2011-07-15 12:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'219.167.254.238','2011-07-15 14:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'88.131.106.2','2011-07-15 15:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.87','2011-07-15 17:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.87','2011-07-15 17:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.87','2011-07-15 17:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.87','2011-07-15 17:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.87','2011-07-15 17:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.250','2011-07-15 20:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2011-07-16 04:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2011-07-16 04:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2011-07-16 04:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.52.110.51','2011-07-16 05:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.196.126','2011-07-16 08:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.57','2011-07-16 10:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.52.110.38','2011-07-16 12:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.110.79','2011-07-16 19:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.16.57','2011-07-16 20:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.235.237.19','2011-07-16 20:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.110.154','2011-07-16 22:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.87','2011-07-16 22:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.87','2011-07-16 22:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.87','2011-07-16 22:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.87','2011-07-16 22:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.87','2011-07-16 22:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.87','2011-07-16 22:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.87','2011-07-16 22:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.87','2011-07-16 22:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.87','2011-07-16 22:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.87','2011-07-16 22:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.87','2011-07-16 22:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.87','2011-07-16 22:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.87','2011-07-16 22:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.87','2011-07-16 22:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.87','2011-07-16 22:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.87','2011-07-16 22:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.87','2011-07-16 23:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.110.154','2011-07-17 03:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.87','2011-07-17 09:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.87','2011-07-17 11:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.127.190.184','2011-07-17 21:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.127.190.184','2011-07-17 21:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'61.127.190.184','2011-07-17 21:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.52.104.84','2011-07-17 22:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.110.72','2011-07-18 01:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.52.108.59','2011-07-18 07:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.172.23.113','2011-07-18 15:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.110.154','2011-07-19 04:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.214.30.73','2011-07-19 15:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.37','2011-07-19 17:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.28','2011-07-19 18:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.11','2011-07-19 18:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.53','2011-07-19 19:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.43','2011-07-19 20:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.52.110.146','2011-07-19 20:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.12','2011-07-19 21:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.57','2011-07-19 21:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.45','2011-07-19 22:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.52.110.21','2011-07-20 02:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.92','2011-07-20 06:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.112.237','2011-07-20 08:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'122.31.189.239','2011-07-20 11:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'61.193.236.95','2011-07-20 12:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'61.193.236.95','2011-07-20 12:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'80.24.143.178','2011-07-20 15:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.110.154','2011-07-20 18:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.172.45.166','2011-07-20 19:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.108.14','2011-07-20 20:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.110.154','2011-07-21 00:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'88.131.106.2','2011-07-21 01:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.110.154','2011-07-21 04:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.5.145.142','2011-07-21 15:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.5.128.128','2011-07-21 22:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.30.89.154','2011-07-22 05:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.30.89.154','2011-07-22 05:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.30.89.154','2011-07-22 05:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.196.30','2011-07-22 10:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2011-07-22 10:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2011-07-22 10:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.75','2011-07-22 10:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2011-07-22 10:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2011-07-22 10:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2011-07-22 10:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2011-07-22 10:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2011-07-22 10:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.52.108.71','2011-07-22 12:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.213.130.173','2011-07-22 16:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'88.131.106.22','2011-07-23 00:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.110.154','2011-07-23 01:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.204.234','2011-07-23 05:10:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.195.209','2011-07-23 06:39:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.110.154','2011-07-23 10:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.108.192','2011-07-23 11:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.235.237.17','2011-07-23 13:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.235.237.16','2011-07-23 13:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.235.237.93','2011-07-23 13:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.235.237.85','2011-07-23 13:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.235.237.18','2011-07-23 13:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.110.154','2011-07-23 22:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.114.71.13','2011-07-24 03:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'192.114.71.13','2011-07-24 03:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'192.114.71.13','2011-07-24 03:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'192.114.71.13','2011-07-24 03:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'192.114.71.13','2011-07-24 03:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'192.114.71.13','2011-07-24 03:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'192.114.71.13','2011-07-24 03:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.255.49.34','2011-07-24 12:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.255.49.34','2011-07-24 12:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.27','2011-07-24 22:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.110.154','2011-07-25 01:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.110.31','2011-07-25 06:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.195.239','2011-07-25 12:10:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.224.80.40','2011-07-25 14:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.235.237.18','2011-07-25 20:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.16','2011-07-26 10:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.242.223.162','2011-07-26 11:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.110.154','2011-07-26 20:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2011-07-27 02:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2011-07-27 02:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2011-07-27 02:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2011-07-27 02:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2011-07-27 02:03:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2011-07-27 02:03:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.75','2011-07-27 05:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.6.132.1','2011-07-27 06:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.6.132.1','2011-07-27 06:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2011-07-27 06:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.75','2011-07-27 06:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2011-07-27 07:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2011-07-27 07:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2011-07-27 08:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.175.128.76','2011-07-27 10:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.175.128.76','2011-07-27 10:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.75.36','2011-07-27 10:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2011-07-27 12:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2011-07-27 12:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2011-07-27 12:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2011-07-27 12:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2011-07-27 12:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2011-07-27 12:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.114.76.240','2011-07-27 15:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2011-07-27 15:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.75','2011-07-27 15:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2011-07-27 15:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'91.224.160.92','2011-07-27 17:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'91.224.160.92','2011-07-27 17:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.33.68.223','2011-07-27 18:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.33.68.223','2011-07-27 18:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.110.154','2011-07-27 20:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'59.146.38.132','2011-07-27 23:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'59.146.38.132','2011-07-27 23:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'59.146.38.132','2011-07-27 23:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.186.120.196','2011-07-28 04:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-07-28 04:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2011-07-28 04:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2011-07-28 04:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-07-28 04:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'213.186.120.196','2011-07-28 04:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'213.186.120.196','2011-07-28 04:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-07-28 04:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-07-28 04:59:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-07-28 04:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-07-28 04:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'213.186.120.196','2011-07-28 04:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-07-28 04:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-07-28 04:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.120.196','2011-07-28 04:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.186.120.196','2011-07-28 04:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'213.186.120.196','2011-07-28 05:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2011-07-28 06:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2011-07-28 06:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2011-07-28 06:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2011-07-28 06:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2011-07-28 08:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2011-07-28 08:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2011-07-28 08:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.163.189.155','2011-07-28 10:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'113.35.119.98','2011-07-28 11:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'113.35.119.98','2011-07-28 11:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.163.189.155','2011-07-28 12:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.120.83.242','2011-07-28 13:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.125.246.118','2011-07-29 11:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.110.154','2011-07-29 12:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2011-07-29 13:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2011-07-29 13:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2011-07-29 13:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.75','2011-07-29 13:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.75','2011-07-29 13:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2011-07-29 13:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2011-07-29 13:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2011-07-29 13:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2011-07-29 13:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2011-07-29 13:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2011-07-29 13:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2011-07-29 13:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2011-07-29 13:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.110.154','2011-07-29 20:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2011-07-29 23:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.43','2011-07-30 04:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'220.6.132.1','2011-07-30 05:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2011-07-30 06:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2011-07-30 06:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.16','2011-07-30 11:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.75','2011-07-30 17:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2011-07-30 17:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2011-07-30 17:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2011-07-30 17:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2011-07-30 17:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2011-07-30 17:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2011-07-30 17:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2011-07-30 17:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.75','2011-07-30 17:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2011-07-30 17:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.110.154','2011-07-31 12:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2011-07-31 14:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2011-07-31 14:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2011-07-31 14:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'222.228.220.100','2011-08-01 09:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.228.220.100','2011-08-01 10:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'222.228.220.100','2011-08-01 10:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.139.15.3','2011-08-01 16:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.139.15.3','2011-08-01 16:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.139.15.3','2011-08-01 16:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.135.154.224','2011-08-02 13:50:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.135.154.224','2011-08-02 13:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.135.154.224','2011-08-02 13:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2011-08-02 20:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.57','2011-08-02 22:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.110.154','2011-08-03 10:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.111.250','2011-08-03 16:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'61.114.121.2','2011-08-03 16:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.250','2011-08-03 20:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.85.108.160','2011-08-03 22:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'58.85.108.160','2011-08-03 22:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.195.233.119','2011-08-04 00:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.142','2011-08-04 00:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2011-08-04 03:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.165.73.19','2011-08-04 10:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2011-08-04 20:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2011-08-04 20:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2011-08-04 20:28:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.110.154','2011-08-04 21:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.110.154','2011-08-04 21:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.151.230.142','2011-08-05 16:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.110.154','2011-08-05 16:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.75','2011-08-06 07:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.75','2011-08-06 07:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.75','2011-08-06 07:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.75','2011-08-06 07:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.75','2011-08-06 07:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.75','2011-08-06 07:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.75','2011-08-06 07:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.75','2011-08-06 07:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.75','2011-08-06 07:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.75','2011-08-06 07:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.75','2011-08-06 07:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.75','2011-08-06 07:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.75','2011-08-06 07:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.75','2011-08-06 07:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.75','2011-08-06 07:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.52.110.80','2011-08-06 09:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.230.250.98','2011-08-06 11:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.75','2011-08-06 11:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.52.108.60','2011-08-06 11:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.110.154','2011-08-06 11:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2011-08-06 12:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.75','2011-08-06 12:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.75','2011-08-06 12:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.75','2011-08-06 12:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2011-08-06 14:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2011-08-06 14:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.22.162.2','2011-08-06 17:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.29.20.191','2011-08-06 23:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.138','2011-08-06 23:55:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'213.186.120.196','2011-08-07 01:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'213.186.120.196','2011-08-07 01:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.110.154','2011-08-07 20:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.110.154','2011-08-07 22:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'213.186.120.196','2011-08-09 10:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'213.186.120.196','2011-08-09 10:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.230.250.98','2011-08-09 11:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.75','2011-08-09 17:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.75','2011-08-09 17:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.75','2011-08-09 17:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.75','2011-08-09 17:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.75','2011-08-09 17:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.75','2011-08-09 17:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.110.154','2011-08-09 18:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.75','2011-08-09 21:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.123.164.133','2011-08-10 17:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.110.154','2011-08-10 20:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.108.191','2011-08-10 22:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.110.154','2011-08-11 00:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.52.110.52','2011-08-11 04:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.186.120.196','2011-08-11 08:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'213.186.120.196','2011-08-11 08:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'220.106.25.79','2011-08-11 10:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'218.213.130.173','2011-08-11 12:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'110.161.218.7','2011-08-11 16:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.208.65.162','2011-08-11 17:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.208.65.162','2011-08-11 17:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.110.154','2011-08-12 05:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.19','2011-08-12 07:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.148.112.66','2011-08-12 15:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.3.138.154','2011-08-12 16:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.3.138.154','2011-08-12 16:39:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.3.138.154','2011-08-12 16:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.187.74.42','2011-08-12 17:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.187.74.42','2011-08-12 17:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'218.213.130.173','2011-08-12 20:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.213.130.173','2011-08-12 21:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'218.213.130.173','2011-08-12 21:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.110.154','2011-08-12 21:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-08-13 04:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'213.186.120.196','2011-08-13 04:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'213.186.120.196','2011-08-13 04:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.89.227.114','2011-08-13 09:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.110.154','2011-08-13 11:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'218.213.130.173','2011-08-14 02:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.96','2011-08-14 11:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.115.96','2011-08-14 11:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-08-15 02:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.96','2011-08-15 07:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.213.130.173','2011-08-15 09:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'218.213.130.173','2011-08-15 10:03:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.31.99.85','2011-08-15 10:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.93','2011-08-15 18:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.181.37.77','2011-08-15 21:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.104.15.130','2011-08-15 21:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.250.208','2011-08-16 01:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.104.15.142','2011-08-16 01:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.96','2011-08-16 03:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.215.107.223','2011-08-16 10:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.113','2011-08-16 14:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.113','2011-08-16 14:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.113','2011-08-16 14:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.96','2011-08-16 15:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.213.130.173','2011-08-16 15:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'218.213.130.173','2011-08-16 15:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'218.213.130.173','2011-08-16 16:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.213.130.173','2011-08-16 16:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'218.213.130.173','2011-08-16 16:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'218.213.130.173','2011-08-16 16:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.213.130.173','2011-08-16 16:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'218.213.130.173','2011-08-16 16:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.213.130.173','2011-08-16 17:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2011-08-17 01:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.186.120.196','2011-08-17 01:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.89.241.5','2011-08-17 05:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.204.229.126','2011-08-17 10:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.186.117.144','2011-08-17 20:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.117.144','2011-08-17 20:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.166','2011-08-18 04:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.186.117.144','2011-08-18 09:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.117.144','2011-08-18 09:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'213.186.120.196','2011-08-18 18:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-08-18 18:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-08-18 18:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.115.166','2011-08-19 18:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2011-08-20 05:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.69','2011-08-20 05:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2011-08-20 05:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.111.250','2011-08-20 06:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.250','2011-08-20 14:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.166','2011-08-20 22:42:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.250','2011-08-20 23:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.111.250','2011-08-20 23:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.250','2011-08-20 23:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.89.70.21','2011-08-21 09:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.166','2011-08-21 17:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2011-08-21 17:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.69','2011-08-21 17:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2011-08-21 17:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.115.166','2011-08-22 01:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'218.44.249.66','2011-08-22 12:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.166','2011-08-22 14:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.158.111.97','2011-08-22 18:09:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.12.241','2011-08-22 18:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.33.78.43','2011-08-22 19:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.69','2011-08-23 09:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.69','2011-08-23 09:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.69','2011-08-23 09:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.69','2011-08-23 09:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2011-08-23 09:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.69','2011-08-23 09:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2011-08-23 09:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2011-08-23 09:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.69','2011-08-23 09:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.69','2011-08-23 09:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2011-08-23 09:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.69','2011-08-23 09:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2011-08-23 09:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.69','2011-08-23 09:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2011-08-23 09:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.69','2011-08-23 09:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2011-08-23 09:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.69','2011-08-23 09:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2011-08-23 09:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2011-08-23 09:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2011-08-23 09:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2011-08-23 09:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.255.158.54','2011-08-23 10:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.228.45','2011-08-23 11:13:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.104.15.134','2011-08-23 11:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.204.194','2011-08-23 18:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.69','2011-08-23 22:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.69','2011-08-23 22:06:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.69','2011-08-23 22:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.25','2011-08-24 03:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.243.235.109','2011-08-24 05:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.127.85.132','2011-08-24 13:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'180.2.161.37','2011-08-24 18:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.69','2011-08-24 20:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.69','2011-08-24 20:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.69','2011-08-24 20:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.69','2011-08-24 20:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.69','2011-08-24 20:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.69','2011-08-24 20:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.69','2011-08-24 20:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.69','2011-08-24 20:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.69','2011-08-24 20:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.69','2011-08-24 20:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.69','2011-08-24 20:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.69','2011-08-24 20:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.69','2011-08-24 20:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.166','2011-08-25 01:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.255.167.56','2011-08-25 13:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'58.191.147.126','2011-08-25 17:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.111.20.131','2011-08-25 17:42:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.166','2011-08-25 20:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.48.104.77','2011-08-26 16:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.109.145.65','2011-08-26 17:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.109.145.65','2011-08-26 17:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.17','2011-08-26 17:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.20','2011-08-26 20:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'125.206.202.58','2011-08-26 20:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'125.206.202.58','2011-08-26 20:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.115.166','2011-08-27 03:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'219.122.223.102','2011-08-27 03:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.122.223.102','2011-08-27 03:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.115.166','2011-08-27 13:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.98','2011-08-27 20:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.98','2011-08-27 20:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.98','2011-08-27 20:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.98','2011-08-27 20:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.98','2011-08-27 20:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.98','2011-08-27 20:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.98','2011-08-27 20:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.98','2011-08-27 20:06:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.127.188.59','2011-08-27 21:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.127.188.59','2011-08-27 21:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.98','2011-08-28 16:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.98','2011-08-28 16:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.98','2011-08-28 16:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.98','2011-08-28 16:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.98','2011-08-28 16:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.98','2011-08-28 16:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.98','2011-08-28 16:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.98','2011-08-28 16:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.98','2011-08-28 16:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.156','2011-08-28 16:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.26','2011-08-28 16:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.98','2011-08-28 21:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.98','2011-08-28 21:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.98','2011-08-28 21:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.98','2011-08-28 21:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.98','2011-08-28 21:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.98','2011-08-28 21:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.98','2011-08-28 21:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.98','2011-08-28 21:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.98','2011-08-28 21:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.98','2011-08-29 04:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.102.52.46','2011-08-29 15:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'122.30.214.86','2011-08-30 09:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.215.103.202','2011-08-30 10:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.118.177.65','2011-08-30 11:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.115.166','2011-08-30 12:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.98','2011-08-31 01:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.98','2011-08-31 01:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.98','2011-08-31 01:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.98','2011-08-31 01:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.98','2011-08-31 01:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.98','2011-08-31 01:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.98','2011-08-31 02:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.98','2011-08-31 03:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.98','2011-08-31 04:17:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.98','2011-08-31 04:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.98','2011-08-31 04:54:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.98','2011-08-31 05:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.98','2011-08-31 05:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.98','2011-08-31 05:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.98','2011-08-31 05:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.98','2011-08-31 05:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.98','2011-08-31 05:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.98','2011-08-31 05:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.98','2011-08-31 09:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.98','2011-08-31 09:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.98','2011-08-31 09:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.98','2011-08-31 09:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.98','2011-08-31 09:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.98','2011-08-31 09:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.98','2011-08-31 09:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.98','2011-08-31 09:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.98','2011-08-31 09:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'219.103.154.107','2011-08-31 16:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.103.154.107','2011-08-31 16:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'219.103.154.107','2011-08-31 16:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'219.103.154.107','2011-08-31 16:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.103.154.107','2011-08-31 16:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.166','2011-08-31 20:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.129.155.60','2011-09-01 08:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.166','2011-09-01 09:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.44.235.70','2011-09-01 17:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.98','2011-09-01 23:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.98','2011-09-01 23:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.98','2011-09-01 23:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.98','2011-09-01 23:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.98','2011-09-01 23:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.98','2011-09-01 23:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.98','2011-09-01 23:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.98','2011-09-01 23:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.98','2011-09-01 23:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.98','2011-09-01 23:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.98','2011-09-01 23:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.98','2011-09-01 23:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.98','2011-09-01 23:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.98','2011-09-01 23:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.98','2011-09-01 23:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.98','2011-09-01 23:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.98','2011-09-01 23:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.98','2011-09-01 23:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.98','2011-09-01 23:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.98','2011-09-01 23:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.98','2011-09-01 23:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.98','2011-09-01 23:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.98','2011-09-01 23:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.98','2011-09-01 23:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.153','2011-09-02 09:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.27','2011-09-02 13:15:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.216.11.98','2011-09-02 13:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.64.197','2011-09-02 13:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.166','2011-09-03 02:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.166','2011-09-03 09:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.115.166','2011-09-03 21:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.98','2011-09-03 22:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.98','2011-09-03 22:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.98','2011-09-03 22:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.98','2011-09-03 22:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.98','2011-09-03 22:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.98','2011-09-03 22:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.98','2011-09-03 22:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.98','2011-09-04 02:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.98','2011-09-04 02:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.98','2011-09-04 02:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.98','2011-09-04 02:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.98','2011-09-04 02:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.98','2011-09-04 02:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.98','2011-09-04 02:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.98','2011-09-04 02:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.98','2011-09-04 02:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.98','2011-09-04 02:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.27','2011-09-04 02:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.98','2011-09-04 05:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.98','2011-09-04 05:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.98','2011-09-04 05:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.98','2011-09-04 05:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.98','2011-09-04 05:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.98','2011-09-04 05:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.98','2011-09-04 05:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.25','2011-09-04 09:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.76.114.51','2011-09-04 15:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.57','2011-09-04 18:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.115.166','2011-09-04 21:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.166','2011-09-05 01:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.58.77.172','2011-09-05 19:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'219.121.142.105','2011-09-05 23:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'213.186.120.196','2011-09-06 04:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'213.186.120.196','2011-09-06 04:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'213.186.120.196','2011-09-06 04:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'134.180.242.21','2011-09-06 15:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'150.70.172.108','2011-09-06 15:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.150.191.169','2011-09-06 17:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.115.166','2011-09-06 22:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.166','2011-09-07 00:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'110.5.46.159','2011-09-07 10:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.21.136.8','2011-09-07 10:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.52.109.151','2011-09-07 11:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.167.254.238','2011-09-07 13:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.210.93.208','2011-09-07 14:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.104.15.130','2011-09-07 14:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'220.214.129.239','2011-09-08 14:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'220.214.129.239','2011-09-08 14:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'133.127.68.70','2011-09-08 15:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.213.236.100','2011-09-08 19:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'203.184.100.87','2011-09-08 22:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.7.67','2011-09-08 22:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.3.213.90','2011-09-08 22:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.3.213.90','2011-09-08 22:43:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.3.213.90','2011-09-08 22:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.163','2011-09-08 22:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.7.67','2011-09-08 22:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.3.213.90','2011-09-08 22:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.26','2011-09-09 06:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.222.77.60','2011-09-09 09:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.153.90.199','2011-09-09 11:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.98','2011-09-09 21:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.98','2011-09-09 21:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.98','2011-09-09 21:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.98','2011-09-09 21:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.98','2011-09-09 21:20:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.98','2011-09-09 21:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.98','2011-09-09 21:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.115.166','2011-09-10 05:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2011-09-10 07:22:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-09-10 07:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'213.186.120.196','2011-09-10 07:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'213.186.120.196','2011-09-10 07:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.98','2011-09-10 09:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.98','2011-09-10 09:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.98','2011-09-10 09:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.98','2011-09-10 09:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.98','2011-09-10 09:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.98','2011-09-10 09:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.98','2011-09-10 09:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.98','2011-09-10 09:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.98','2011-09-10 09:44:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.98','2011-09-10 09:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.98','2011-09-10 09:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.98','2011-09-10 09:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.98','2011-09-10 09:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.98','2011-09-10 09:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.98','2011-09-10 09:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.206.222.203','2011-09-10 14:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.98','2011-09-10 22:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.98','2011-09-10 22:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.98','2011-09-10 22:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.166','2011-09-10 22:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.98','2011-09-10 23:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.98','2011-09-11 01:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.166','2011-09-11 13:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.166','2011-09-11 23:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.115.166','2011-09-12 00:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'213.186.120.196','2011-09-12 01:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'213.186.120.196','2011-09-12 01:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.109.123.148','2011-09-12 09:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.166','2011-09-12 10:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.186.74.201','2011-09-12 16:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.166','2011-09-12 16:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.98','2011-09-12 20:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.166','2011-09-13 05:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.98','2011-09-13 10:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.98','2011-09-13 10:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.98','2011-09-13 10:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.98','2011-09-13 10:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.98','2011-09-13 10:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.98','2011-09-13 10:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.98','2011-09-13 10:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.98','2011-09-13 10:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.98','2011-09-13 10:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.166','2011-09-13 11:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.19','2011-09-13 11:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-09-13 19:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'213.186.120.196','2011-09-13 19:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'213.186.120.196','2011-09-13 19:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.186.120.196','2011-09-13 19:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-09-13 19:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'213.186.120.196','2011-09-13 19:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.98','2011-09-13 21:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.98','2011-09-13 21:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.98','2011-09-13 21:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.98','2011-09-13 21:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.98','2011-09-13 22:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.178.185.204','2011-09-14 00:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.162.195','2011-09-14 13:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.162.195','2011-09-14 13:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.35.244.246','2011-09-14 17:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.2.78.164','2011-09-14 18:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.98','2011-09-14 22:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.98','2011-09-14 22:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.98','2011-09-14 22:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.98','2011-09-14 22:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.98','2011-09-15 03:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.98','2011-09-15 03:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.98','2011-09-15 03:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.98','2011-09-15 03:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.166','2011-09-15 03:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.98','2011-09-15 04:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.98','2011-09-15 04:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.98','2011-09-15 05:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'180.10.24.140','2011-09-15 09:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.155','2011-09-15 10:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.155','2011-09-15 10:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'221.249.116.206','2011-09-15 11:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.98','2011-09-15 12:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.117.192.113','2011-09-15 15:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.131','2011-09-15 19:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.56','2011-09-15 19:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.155','2011-09-15 20:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.156.33.205','2011-09-16 00:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.17.236.191','2011-09-16 10:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.98','2011-09-16 10:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.98','2011-09-16 10:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.98','2011-09-16 14:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.98','2011-09-17 00:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.98','2011-09-17 00:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.98','2011-09-17 00:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.98','2011-09-17 00:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.98','2011-09-17 00:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.98','2011-09-17 00:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.98','2011-09-17 00:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.98','2011-09-17 00:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.98','2011-09-17 00:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.98','2011-09-17 00:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.98','2011-09-17 00:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.98','2011-09-17 00:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.98','2011-09-17 00:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.98','2011-09-17 00:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.98','2011-09-17 00:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.98','2011-09-17 00:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.98','2011-09-17 00:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.98','2011-09-17 00:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.98','2011-09-17 00:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.98','2011-09-17 03:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.166','2011-09-17 04:38:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.98','2011-09-17 05:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.98','2011-09-17 11:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.98','2011-09-17 11:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.98','2011-09-17 11:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.166','2011-09-17 22:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'213.186.120.196','2011-09-18 08:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.62.206.157','2011-09-18 14:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.115.166','2011-09-18 18:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.98','2011-09-19 10:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.98','2011-09-19 10:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.98','2011-09-19 10:35:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.98','2011-09-19 10:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.98','2011-09-19 10:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.98','2011-09-19 10:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.98','2011-09-19 10:35:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.98','2011-09-19 10:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.98','2011-09-19 10:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.98','2011-09-19 10:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.98','2011-09-19 10:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.98','2011-09-19 10:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.98','2011-09-19 10:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.166','2011-09-19 14:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'213.186.120.196','2011-09-19 19:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.166','2011-09-20 17:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.166','2011-09-20 22:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.153','2011-09-21 06:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.153','2011-09-21 07:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.17.212.214','2011-09-21 16:18:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.22.26.54','2011-09-21 17:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'67.195.115.166','2011-09-21 18:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.81','2011-09-22 01:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.81','2011-09-22 01:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.81','2011-09-22 08:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.81','2011-09-22 08:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.81','2011-09-22 08:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.81','2011-09-22 08:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.81','2011-09-22 08:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.81','2011-09-22 08:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.81','2011-09-22 08:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.81','2011-09-22 08:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.81','2011-09-22 08:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.81','2011-09-22 08:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.81','2011-09-22 13:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'213.186.120.196','2011-09-22 20:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.166','2011-09-22 20:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.166','2011-09-22 21:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.16.32.235','2011-09-23 00:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.16.32.235','2011-09-23 00:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'58.93.220.64','2011-09-23 13:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.104.15.130','2011-09-23 13:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2011-09-24 14:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'213.186.120.196','2011-09-24 14:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.172.151.30','2011-09-24 17:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'219.172.151.30','2011-09-24 17:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.172.151.30','2011-09-24 17:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.104.15.130','2011-09-24 17:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.81','2011-09-24 20:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.81','2011-09-24 20:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.81','2011-09-25 01:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.81','2011-09-25 01:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.81','2011-09-25 01:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.129','2011-09-25 13:07:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.84.73.3','2011-09-25 17:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'58.89.173.3','2011-09-26 11:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'58.89.173.3','2011-09-26 12:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'88.131.106.6','2011-09-26 14:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-09-26 14:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'213.186.120.196','2011-09-26 14:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-09-26 14:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.2.114','2011-09-26 15:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.154.4.212','2011-09-27 02:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'88.131.106.8','2011-09-27 10:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.20','2011-09-27 11:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.52.109.151','2011-09-27 14:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'67.195.115.166','2011-09-27 14:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.192.34.95','2011-09-27 16:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.192.34.95','2011-09-27 16:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.192.34.95','2011-09-27 16:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.192.34.95','2011-09-27 16:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.192.34.95','2011-09-27 16:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.192.34.95','2011-09-27 16:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.192.34.95','2011-09-27 16:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.221.246.233','2011-09-27 17:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'213.186.120.196','2011-09-28 04:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-09-28 04:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-09-28 04:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.19','2011-09-28 07:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'67.195.115.166','2011-09-28 08:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.151.230.226','2011-09-28 10:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.109.2.54','2011-09-28 13:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.109.2.54','2011-09-28 13:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'118.109.2.54','2011-09-28 13:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.109.2.54','2011-09-28 13:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.19.227.40','2011-09-28 15:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.35.208.7','2011-09-29 13:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'213.186.120.196','2011-09-29 17:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-09-29 17:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-09-29 17:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'67.195.115.166','2011-09-29 20:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.52.109.151','2011-09-30 00:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.52.109.151','2011-09-30 04:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.145.6.130','2011-09-30 13:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.52.109.151','2011-09-30 14:28:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.115.12.156','2011-09-30 16:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.115.12.156','2011-09-30 16:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.115.12.156','2011-09-30 16:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.115.12.156','2011-09-30 16:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.115.12.156','2011-09-30 16:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.166','2011-09-30 16:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.186.246.78','2011-09-30 17:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.64.197','2011-09-30 17:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.186.246.78','2011-09-30 17:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.52.109.151','2011-09-30 20:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.166','2011-09-30 21:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'67.195.115.166','2011-10-01 00:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.186.120.196','2011-10-01 05:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2011-10-01 05:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-10-01 05:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'67.195.115.166','2011-10-01 06:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.52.109.151','2011-10-01 10:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.166','2011-10-02 06:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.12.23','2011-10-02 14:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.242.11.58','2011-10-02 14:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.204.205','2011-10-02 17:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.18.55.62','2011-10-02 22:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'67.195.115.166','2011-10-03 09:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'67.195.115.166','2011-10-03 11:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2011-10-03 17:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.7.140.66','2011-10-03 19:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.166','2011-10-04 00:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.52.109.151','2011-10-04 06:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.175.59.235','2011-10-04 11:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.106.243.141','2011-10-04 14:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.115.166','2011-10-04 21:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.52.109.151','2011-10-04 22:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.166.152.209','2011-10-05 10:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.166.152.209','2011-10-05 10:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'67.195.115.166','2011-10-05 11:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.12.20','2011-10-05 12:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.52.109.151','2011-10-05 14:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.52.109.151','2011-10-05 14:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.109.151','2011-10-05 14:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.52.109.151','2011-10-05 14:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.109.151','2011-10-05 14:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.199.20','2011-10-05 16:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.199.11','2011-10-05 16:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.195.217','2011-10-05 16:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.112.234','2011-10-05 16:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.25','2011-10-05 17:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.186.120.196','2011-10-05 18:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.109.151','2011-10-06 08:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.109.151','2011-10-06 13:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.55.220.138','2011-10-06 15:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.52.109.151','2011-10-06 20:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'221.249.116.206','2011-10-06 21:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'59.141.145.246','2011-10-07 00:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.141.145.246','2011-10-07 00:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'59.141.145.246','2011-10-07 00:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'59.141.145.246','2011-10-07 00:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.104.15.134','2011-10-07 00:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.130','2011-10-07 00:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.104.15.138','2011-10-07 00:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.48.192.2','2011-10-07 01:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.109.151','2011-10-07 02:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.52.109.151','2011-10-07 02:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.6.132.1','2011-10-07 04:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'67.195.115.166','2011-10-07 12:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'67.195.115.166','2011-10-07 16:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.219.22.105','2011-10-08 00:33:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.104.15.134','2011-10-08 00:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'213.186.120.196','2011-10-08 06:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.152.205.181','2011-10-08 17:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.152.205.181','2011-10-08 17:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.152.205.181','2011-10-08 17:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.5','2011-10-08 17:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.22.202.1','2011-10-08 20:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.219.22.105','2011-10-09 00:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.75.163','2011-10-09 00:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.22.202.1','2011-10-09 01:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.81','2011-10-09 11:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.81','2011-10-09 13:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.81','2011-10-09 15:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.81','2011-10-09 16:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.81','2011-10-09 16:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.81','2011-10-09 18:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.81','2011-10-09 18:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.81','2011-10-09 19:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.81','2011-10-09 19:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.81','2011-10-09 21:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.81','2011-10-09 21:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.81','2011-10-09 22:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.81','2011-10-09 22:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.81','2011-10-10 00:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.81','2011-10-10 00:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.81','2011-10-10 00:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.81','2011-10-10 00:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.81','2011-10-10 00:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.81','2011-10-10 00:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'213.186.120.196','2011-10-10 03:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'213.186.120.196','2011-10-10 03:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.120.196','2011-10-10 03:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.81','2011-10-10 03:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.81','2011-10-10 03:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.81','2011-10-10 03:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'67.195.115.166','2011-10-10 05:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.12.161','2011-10-10 14:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.97.38','2011-10-10 16:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.204.160','2011-10-10 17:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'61.89.68.33','2011-10-11 13:42:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'61.89.68.33','2011-10-11 13:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.104','2011-10-11 15:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.104','2011-10-11 15:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.104','2011-10-11 15:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.104','2011-10-11 15:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.104','2011-10-11 15:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.104','2011-10-11 15:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.104','2011-10-11 15:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.104','2011-10-11 15:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.104','2011-10-11 15:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.104','2011-10-11 15:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.104','2011-10-11 15:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.104','2011-10-11 15:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.220.166.20','2011-10-11 16:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'203.168.89.67','2011-10-11 17:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'67.195.115.166','2011-10-11 18:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.104','2011-10-11 20:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.104','2011-10-11 20:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.104','2011-10-11 20:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.104','2011-10-11 20:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.104','2011-10-11 20:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.104','2011-10-11 21:00:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.104','2011-10-11 21:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.104','2011-10-11 21:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.104','2011-10-11 21:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-10-11 23:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'213.186.120.196','2011-10-11 23:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'213.186.120.196','2011-10-11 23:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'213.186.120.196','2011-10-11 23:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'213.186.120.196','2011-10-11 23:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'67.195.115.166','2011-10-12 00:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.149','2011-10-12 03:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'59.190.90.207','2011-10-12 09:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.12.60','2011-10-12 10:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.12.209','2011-10-12 12:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.12.170','2011-10-12 12:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.108.21','2011-10-12 13:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.112.227','2011-10-12 14:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.12.213','2011-10-12 15:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.5.89.38','2011-10-12 20:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.0.20.206','2011-10-12 20:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'67.195.115.166','2011-10-12 20:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.151.157.5','2011-10-12 20:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.148.147.12','2011-10-12 22:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.10.213.89','2011-10-12 23:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.166','2011-10-13 05:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.170.219.136','2011-10-13 13:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'213.186.120.196','2011-10-13 20:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-10-13 20:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-10-13 20:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'59.85.47.249','2011-10-13 22:27:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.195.234','2011-10-14 04:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.218.14.65','2011-10-14 11:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.218.14.65','2011-10-14 11:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2011-10-14 14:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'67.195.115.166','2011-10-14 14:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.12.66','2011-10-15 12:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2011-10-15 13:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-10-15 13:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.186.120.196','2011-10-15 13:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'213.186.120.196','2011-10-15 13:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.107','2011-10-15 14:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.107','2011-10-15 14:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.107','2011-10-15 15:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.107','2011-10-15 15:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.107','2011-10-15 15:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.107','2011-10-15 16:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.107','2011-10-15 17:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.107','2011-10-15 17:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.107','2011-10-15 17:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-15 17:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.107','2011-10-15 18:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.107','2011-10-15 18:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.107','2011-10-15 18:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.195.115.166','2011-10-15 19:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.107','2011-10-15 19:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.107','2011-10-15 19:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.107','2011-10-15 20:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.107','2011-10-15 20:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'67.195.115.166','2011-10-15 21:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'67.195.115.166','2011-10-15 22:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.67.241','2011-10-16 02:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'67.195.115.166','2011-10-16 09:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.134','2011-10-16 11:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.107','2011-10-16 11:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.107','2011-10-16 11:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.199.50','2011-10-16 15:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.196.30','2011-10-16 22:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.196.93','2011-10-16 22:46:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.196.28','2011-10-16 22:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.196.93','2011-10-16 22:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.196.93','2011-10-16 22:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.52.104.87','2011-10-16 23:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-10-17 02:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-10-17 02:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.196.92','2011-10-17 11:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.196.60','2011-10-17 11:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.196.61','2011-10-17 11:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.196.122','2011-10-17 11:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.196.94','2011-10-17 11:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.196.59','2011-10-17 11:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.107','2011-10-17 13:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.107','2011-10-17 13:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.249.116.206','2011-10-17 15:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.107','2011-10-17 15:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.107','2011-10-17 16:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.107','2011-10-17 16:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.107','2011-10-17 16:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.107','2011-10-17 16:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.107','2011-10-17 16:32:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.107','2011-10-17 17:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.107','2011-10-17 17:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-17 17:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.206.206.49','2011-10-17 17:41:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.64.197','2011-10-17 17:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.107','2011-10-17 18:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.107','2011-10-17 18:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.107','2011-10-17 18:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.107','2011-10-17 18:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.107','2011-10-17 19:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.107','2011-10-17 19:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.94','2011-10-17 22:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'67.195.115.166','2011-10-18 05:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'164.71.1.147','2011-10-18 11:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.173.251.133','2011-10-18 13:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.107','2011-10-18 15:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.107','2011-10-18 15:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'180.34.132.71','2011-10-18 15:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'113.151.247.130','2011-10-18 16:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.138.101.118','2011-10-18 18:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'67.195.115.166','2011-10-18 18:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'117.104.15.246','2011-10-18 20:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.107','2011-10-19 10:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.107','2011-10-19 10:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.107','2011-10-19 10:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.107','2011-10-19 10:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.107','2011-10-19 10:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.224.213.43','2011-10-19 10:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.107','2011-10-19 11:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.107','2011-10-19 12:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.107','2011-10-19 12:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.107','2011-10-19 12:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-19 12:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.107','2011-10-19 13:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.107','2011-10-19 14:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.107','2011-10-19 14:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.107','2011-10-19 15:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.107','2011-10-19 15:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.107','2011-10-19 16:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.107','2011-10-19 16:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.26.53.127','2011-10-19 23:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.186.120.196','2011-10-20 07:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'213.186.120.196','2011-10-20 07:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.225.43.216','2011-10-20 15:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'67.195.115.166','2011-10-20 17:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.138.173.70','2011-10-20 21:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.107','2011-10-20 22:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.107','2011-10-20 22:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'67.195.115.166','2011-10-21 00:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.107','2011-10-21 09:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.107','2011-10-21 09:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.107','2011-10-21 09:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.107','2011-10-21 09:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.107','2011-10-21 09:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.107','2011-10-21 11:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.107','2011-10-21 13:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.107','2011-10-21 13:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.107','2011-10-21 13:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.107','2011-10-21 13:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.107','2011-10-21 13:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.107','2011-10-21 13:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.107','2011-10-21 13:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.107','2011-10-21 13:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-21 13:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.107','2011-10-21 14:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.107','2011-10-21 17:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-10-22 00:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.94','2011-10-22 01:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.52.109.146','2011-10-22 07:03:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.215.38.193','2011-10-22 09:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.107','2011-10-22 11:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.107','2011-10-22 11:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.107','2011-10-22 11:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.107','2011-10-22 11:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.107','2011-10-22 11:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.107','2011-10-22 11:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.107','2011-10-22 11:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.94','2011-10-22 12:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.185.208.65','2011-10-22 13:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.185.208.65','2011-10-22 13:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.107','2011-10-22 15:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.107','2011-10-22 18:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.107','2011-10-22 18:11:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'67.195.115.166','2011-10-22 21:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.27.227.54','2011-10-22 23:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.107','2011-10-23 09:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.107','2011-10-23 09:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.107','2011-10-23 09:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.107','2011-10-23 09:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.107','2011-10-23 09:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.107','2011-10-23 09:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.107','2011-10-23 09:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.107','2011-10-23 09:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.107','2011-10-23 09:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.107','2011-10-23 09:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.107','2011-10-23 09:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.107','2011-10-23 09:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.107','2011-10-23 09:57:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.107','2011-10-23 09:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.107','2011-10-23 09:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.107','2011-10-23 09:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-23 09:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.186.120.196','2011-10-23 18:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.107','2011-10-24 11:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.107','2011-10-24 11:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.107','2011-10-24 12:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.107','2011-10-24 12:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.107','2011-10-24 12:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.107','2011-10-24 12:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.107','2011-10-24 12:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.107','2011-10-24 15:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.107','2011-10-24 15:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.107','2011-10-24 16:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'182.170.218.66','2011-10-24 20:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.75','2011-10-24 21:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'182.170.218.66','2011-10-24 23:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.111.75','2011-10-25 01:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.195.115.166','2011-10-25 05:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.107','2011-10-25 14:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.107','2011-10-25 14:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.107','2011-10-25 14:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.107','2011-10-25 14:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.107','2011-10-25 14:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.107','2011-10-25 14:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.107','2011-10-25 14:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.107','2011-10-25 14:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.107','2011-10-25 14:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.107','2011-10-25 14:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.107','2011-10-25 14:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.107','2011-10-25 14:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.107','2011-10-25 14:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.107','2011-10-25 14:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.107','2011-10-25 14:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.107','2011-10-25 14:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-25 14:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.1.74.233','2011-10-25 15:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.1.74.233','2011-10-25 15:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.1.74.233','2011-10-25 15:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.1.74.233','2011-10-25 15:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'213.186.120.196','2011-10-25 19:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'213.186.120.196','2011-10-25 19:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'213.186.120.196','2011-10-25 19:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.120.196','2011-10-25 19:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.188.53.43','2011-10-25 19:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.188.53.43','2011-10-25 19:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.38','2011-10-26 03:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.159.235.133','2011-10-26 07:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.107','2011-10-26 08:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.107','2011-10-26 08:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.107','2011-10-26 09:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.107','2011-10-26 09:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.107','2011-10-26 09:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.107','2011-10-26 09:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.107','2011-10-26 10:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.108.234.207','2011-10-26 10:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.107','2011-10-26 11:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.107','2011-10-26 11:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.107','2011-10-26 11:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.32.84.146','2011-10-26 16:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'67.195.115.166','2011-10-26 20:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.102.116.220','2011-10-26 21:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.54','2011-10-27 02:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.107','2011-10-27 08:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.107','2011-10-27 08:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.107','2011-10-27 08:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.107','2011-10-27 08:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.107','2011-10-27 08:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'121.1.171.118','2011-10-27 10:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-10-27 10:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'213.186.120.196','2011-10-27 10:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'121.1.171.118','2011-10-27 11:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'121.1.171.118','2011-10-27 11:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.230.228.20','2011-10-27 12:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.107','2011-10-27 14:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.107','2011-10-27 14:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.107','2011-10-27 14:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.107','2011-10-27 14:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.107','2011-10-27 14:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.107','2011-10-27 14:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.107','2011-10-27 14:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.107','2011-10-27 14:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.107','2011-10-27 14:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.107','2011-10-27 14:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.107','2011-10-27 14:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-27 14:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.126.170.179','2011-10-27 16:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.244.105.124','2011-10-28 11:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.244.105.124','2011-10-28 11:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.107','2011-10-28 14:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.107','2011-10-28 14:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.107','2011-10-28 14:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.107','2011-10-28 14:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.107','2011-10-28 14:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.107','2011-10-28 14:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.107','2011-10-28 14:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.107','2011-10-28 14:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.107','2011-10-28 14:37:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.107','2011-10-28 14:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.248.61.228','2011-10-28 15:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'213.186.120.196','2011-10-29 05:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'213.186.120.196','2011-10-29 05:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.42','2011-10-29 14:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.230','2011-10-29 14:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.107','2011-10-29 15:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.107','2011-10-29 15:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.107','2011-10-29 15:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.107','2011-10-29 15:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.107','2011-10-29 15:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.107','2011-10-29 15:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.107','2011-10-29 15:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.107','2011-10-29 15:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.107','2011-10-29 15:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.107','2011-10-29 15:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.107','2011-10-29 15:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.107','2011-10-29 15:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.107','2011-10-29 15:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.107','2011-10-29 15:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.107','2011-10-29 15:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.107','2011-10-29 15:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-29 15:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.16.86','2011-10-29 15:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-29 22:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.16','2011-10-30 15:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.107','2011-10-30 16:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.107','2011-10-30 16:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.107','2011-10-30 16:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.107','2011-10-30 16:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.107','2011-10-30 16:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.107','2011-10-30 16:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.107','2011-10-30 16:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.107','2011-10-30 16:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.107','2011-10-30 16:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.107','2011-10-30 16:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'213.186.120.196','2011-10-30 19:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'213.186.120.196','2011-10-30 19:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2011-10-30 19:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'213.186.120.196','2011-10-30 19:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'213.186.120.196','2011-10-30 19:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.69.43.151','2011-10-30 20:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.69.43.151','2011-10-30 20:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.69.43.151','2011-10-30 20:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.69.43.151','2011-10-30 20:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.69.43.151','2011-10-30 20:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.69.43.151','2011-10-30 20:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'122.1.74.233','2011-10-31 14:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.1.74.233','2011-10-31 14:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.1.74.233','2011-10-31 14:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.1.74.233','2011-10-31 14:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.1.74.233','2011-10-31 14:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.1.74.233','2011-10-31 14:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'122.1.74.233','2011-10-31 14:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.1.74.233','2011-10-31 14:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.1.74.233','2011-10-31 14:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.1.74.233','2011-10-31 14:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2011-10-31 14:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.107','2011-10-31 21:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.107','2011-10-31 21:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.107','2011-10-31 21:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.107','2011-10-31 21:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.107','2011-10-31 21:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.107','2011-10-31 21:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.107','2011-10-31 21:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.107','2011-10-31 21:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.107','2011-10-31 21:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.107','2011-10-31 21:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.107','2011-10-31 21:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.107','2011-10-31 21:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.107','2011-10-31 21:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.107','2011-10-31 21:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.107','2011-10-31 21:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.107','2011-10-31 21:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.107','2011-10-31 21:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.18.25','2011-10-31 22:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.40','2011-11-01 07:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.77','2011-11-01 07:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.67.201','2011-11-01 07:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.230','2011-11-01 07:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.53','2011-11-01 07:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.45','2011-11-01 07:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.231','2011-11-01 07:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.43','2011-11-01 07:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.229','2011-11-01 07:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.78','2011-11-01 07:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.46','2011-11-01 08:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.54','2011-11-01 08:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.37','2011-11-01 08:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.77','2011-11-01 08:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.77','2011-11-01 08:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.54','2011-11-01 08:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.230','2011-11-01 08:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.77','2011-11-01 08:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.107','2011-11-01 09:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.107','2011-11-01 09:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.107','2011-11-01 09:02:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.107','2011-11-01 09:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.107','2011-11-01 09:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.107','2011-11-01 09:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.107','2011-11-01 09:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.107','2011-11-01 09:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.107','2011-11-01 09:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.107','2011-11-01 09:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2011-11-01 18:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2011-11-01 19:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'213.186.120.196','2011-11-01 19:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.214.83.213','2011-11-01 20:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.175.249.60','2011-11-02 01:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.77','2011-11-02 03:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.47.64.154','2011-11-02 09:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.47.64.139','2011-11-02 09:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.171.17.25','2011-11-02 14:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.64.197','2011-11-02 14:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.66','2011-11-02 19:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.66','2011-11-02 19:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-02 19:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-02 19:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.66','2011-11-02 19:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.66','2011-11-02 19:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.66','2011-11-02 19:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.66','2011-11-02 19:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.66','2011-11-02 19:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-02 19:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-02 19:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-02 19:08:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-02 19:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-02 19:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-02 19:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-02 19:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-02 19:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.204.192','2011-11-02 21:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.204.192','2011-11-03 09:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-03 11:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-03 11:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-03 11:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-03 11:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-03 11:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-03 11:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-03 11:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-03 11:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-03 11:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-03 11:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.52.109.198','2011-11-03 14:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.189.250.185','2011-11-03 17:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.241','2011-11-04 10:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.241','2011-11-04 10:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.241','2011-11-04 10:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.241','2011-11-04 10:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.241','2011-11-04 10:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.241','2011-11-04 10:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.241','2011-11-04 10:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.241','2011-11-04 10:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.241','2011-11-04 10:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.241','2011-11-04 20:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.241','2011-11-04 20:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.193.82.250','2011-11-04 20:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.241','2011-11-04 21:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'60.41.49.56','2011-11-04 23:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-11-05 07:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-11-05 07:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.66','2011-11-05 17:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.66','2011-11-05 17:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-05 17:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-05 17:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-05 17:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-05 17:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-05 17:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-05 17:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-05 17:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-05 17:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-05 17:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.250.112.139','2011-11-05 19:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.250.112.139','2011-11-05 19:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-05 20:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.52.109.198','2011-11-05 23:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.18.25','2011-11-06 01:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.42.72.17','2011-11-06 12:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-06 21:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-06 21:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.66','2011-11-06 21:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.66','2011-11-06 21:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.66','2011-11-06 21:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-06 21:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-06 21:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-06 21:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-06 21:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-06 21:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.66','2011-11-06 23:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-11-07 00:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'213.186.120.196','2011-11-07 00:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'213.186.120.196','2011-11-07 00:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-11-07 00:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.186.120.196','2011-11-07 00:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'88.131.106.4','2011-11-07 01:00:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'88.131.106.2','2011-11-07 01:07:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.66','2011-11-07 01:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.94.20','2011-11-07 10:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.94.20','2011-11-07 10:14:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.94.20','2011-11-07 10:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.66','2011-11-07 16:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.66','2011-11-07 16:36:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-07 16:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-07 16:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-07 16:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-07 16:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-07 16:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-07 16:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-07 16:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-07 16:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-07 16:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-07 16:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.13.148','2011-11-07 22:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.52.109.72','2011-11-07 23:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.114.99.207','2011-11-08 11:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'180.16.189.221','2011-11-08 12:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-08 12:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-08 12:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.66','2011-11-08 12:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.66','2011-11-08 12:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.66','2011-11-08 12:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.66','2011-11-08 12:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.66','2011-11-08 12:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-08 12:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-08 12:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-08 12:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-08 12:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-08 12:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.114.99.207','2011-11-08 14:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.109.198','2011-11-08 14:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'210.175.245.185','2011-11-08 17:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.169','2011-11-08 19:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.109.19','2011-11-08 22:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.18.25','2011-11-09 00:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2011-11-09 00:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'213.186.120.196','2011-11-09 00:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.164.127.37','2011-11-09 09:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.52.110.198','2011-11-09 11:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.149','2011-11-09 13:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.51.44.18','2011-11-09 13:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.17.192','2011-11-09 15:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.17.200','2011-11-09 17:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.66','2011-11-09 18:40:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.66','2011-11-09 18:40:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-09 18:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-09 18:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-09 18:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-09 18:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-09 18:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-09 18:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-09 18:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-09 18:42:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-09 18:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-09 18:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.13.221.154','2011-11-10 16:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.13.221.154','2011-11-10 16:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-10 20:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-10 20:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.66','2011-11-10 20:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.66','2011-11-10 20:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.66','2011-11-10 20:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.66','2011-11-10 20:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.66','2011-11-10 20:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-10 20:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-10 20:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-10 20:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-10 20:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-10 20:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-10 20:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-10 20:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-10 20:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.186.120.196','2011-11-10 22:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'213.186.120.196','2011-11-10 22:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2011-11-11 10:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.15.64.202','2011-11-11 13:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.104.15.134','2011-11-11 13:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.249.116.206','2011-11-11 18:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2011-11-11 19:01:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.66','2011-11-11 21:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.66','2011-11-11 21:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-11 21:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-11 21:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-11 21:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-11 21:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-11 21:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-11 21:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-11 21:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-11 21:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-11 21:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-11 21:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'213.186.120.196','2011-11-12 15:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.32.71.70','2011-11-12 15:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-12 21:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-12 21:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.66','2011-11-12 21:16:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.66','2011-11-12 21:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.66','2011-11-12 21:17:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.66','2011-11-12 21:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.66','2011-11-12 21:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-12 21:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-12 21:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-12 21:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-12 21:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-12 21:18:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-12 21:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-12 21:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-12 21:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.52.110.198','2011-11-13 06:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.66','2011-11-13 11:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.66','2011-11-13 11:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-13 11:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-13 11:40:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-13 11:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-13 11:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-13 11:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-13 11:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-13 11:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-13 11:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-13 11:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-13 11:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'213.186.120.196','2011-11-14 06:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'213.186.120.196','2011-11-14 06:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.41','2011-11-14 08:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.227.76.23','2011-11-14 10:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-14 18:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-14 18:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.66','2011-11-14 18:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.66','2011-11-14 18:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.66','2011-11-14 18:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.66','2011-11-14 18:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.66','2011-11-14 18:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-14 18:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-14 18:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-14 18:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-14 18:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-14 18:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-14 18:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-14 18:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-14 18:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.196.171.96','2011-11-14 21:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.170.35.253','2011-11-14 21:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.199.206.84','2011-11-14 22:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.52.108.67','2011-11-15 00:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.92','2011-11-15 00:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.126.170.179','2011-11-15 08:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.126.170.179','2011-11-15 08:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'126.13.113.245','2011-11-15 10:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.232','2011-11-15 15:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.203.152.244','2011-11-15 17:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.203.152.244','2011-11-15 17:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.186.120.196','2011-11-15 21:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.120.196','2011-11-15 21:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'213.186.120.196','2011-11-15 21:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'213.186.120.196','2011-11-15 21:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-16 15:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-16 16:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-16 17:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-16 17:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-16 17:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-16 17:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-16 17:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-16 20:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-16 20:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-16 20:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-16 21:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-16 21:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.202.244.154','2011-11-16 21:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.221.46.98','2011-11-16 21:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-16 21:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.66','2011-11-16 22:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.66','2011-11-16 22:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.66','2011-11-16 22:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.66','2011-11-16 23:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-16 23:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-16 23:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.66','2011-11-17 00:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.66','2011-11-17 00:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-17 00:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.41.65.170','2011-11-17 04:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.53','2011-11-17 05:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-17 06:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-17 06:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-17 06:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-17 06:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.66','2011-11-17 07:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.5.107','2011-11-17 16:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.46.70.75','2011-11-17 19:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.5.107','2011-11-18 09:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.165.11.254','2011-11-18 13:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.165.11.254','2011-11-18 14:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-18 21:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-18 21:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-18 21:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-18 21:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-18 21:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-18 21:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-18 21:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-18 21:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-18 21:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-18 21:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-18 21:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-18 21:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-18 21:55:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-18 21:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-18 21:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-18 21:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-18 21:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.66','2011-11-19 00:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.66','2011-11-19 00:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.66','2011-11-19 00:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.66','2011-11-19 02:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.66','2011-11-19 02:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.66','2011-11-19 02:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-19 02:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-19 02:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.66','2011-11-19 02:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-19 03:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.17.200','2011-11-19 20:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.52.108.24','2011-11-20 15:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.186.120.196','2011-11-21 05:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.120.196','2011-11-21 05:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.120.196','2011-11-21 05:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-21 11:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.32.105.227','2011-11-21 12:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-21 14:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-21 14:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-21 14:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-21 14:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'211.4.245.130','2011-11-21 15:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.118.167.9','2011-11-21 15:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.4.245.130','2011-11-21 15:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.4.245.130','2011-11-21 15:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-22 02:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-22 02:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-22 02:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.66','2011-11-22 02:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.66','2011-11-22 02:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.66','2011-11-22 02:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.66','2011-11-22 02:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.66','2011-11-22 02:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-22 02:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-22 02:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-22 02:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-22 02:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-22 03:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-22 03:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-22 03:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-22 03:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-22 03:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-22 10:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-22 12:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.66','2011-11-22 12:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.66','2011-11-22 12:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.52.104.21','2011-11-22 14:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-22 14:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'60.45.74.154','2011-11-22 19:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-23 00:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-23 00:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-23 00:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-23 00:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-23 00:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'213.186.120.196','2011-11-23 21:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.38.26.92','2011-11-24 02:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-24 07:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-24 11:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.217.214.129','2011-11-24 16:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.234.161.90','2011-11-24 20:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.195.237','2011-11-24 21:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'117.104.12.66','2011-11-24 22:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.26.26.106','2011-11-25 00:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.141','2011-11-25 01:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.109.199','2011-11-25 03:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-25 04:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.66','2011-11-25 05:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.66','2011-11-25 05:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.66','2011-11-25 07:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.66','2011-11-25 07:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-25 09:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.66','2011-11-25 11:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.66','2011-11-25 11:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-25 11:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.214.60.30','2011-11-25 12:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-25 13:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-25 13:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-25 13:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.66','2011-11-25 15:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-25 15:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.39','2011-11-25 16:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.169.113','2011-11-25 16:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.169.113','2011-11-25 17:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.146','2011-11-25 23:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.12.70','2011-11-26 02:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-26 04:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-26 04:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-26 04:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-26 04:58:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-26 04:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-26 04:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.6.166.29','2011-11-26 11:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.6.166.29','2011-11-26 16:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-27 00:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-27 07:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-27 09:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-27 10:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-27 11:55:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-27 12:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-27 12:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.21.136.241','2011-11-27 13:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'219.6.166.29','2011-11-27 17:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.6.166.29','2011-11-27 18:00:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'122.26.240.31','2011-11-27 18:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'176.9.51.143','2011-11-27 23:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'176.9.51.143','2011-11-27 23:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'176.9.51.143','2011-11-27 23:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'176.9.51.143','2011-11-27 23:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'176.9.51.143','2011-11-27 23:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'176.9.51.143','2011-11-27 23:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'176.9.51.143','2011-11-27 23:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.6.217.244','2011-11-28 00:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-28 02:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-28 02:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-28 06:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-28 09:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-28 09:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-28 11:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.63.64.10','2011-11-28 12:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'49.240.241.183','2011-11-28 13:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.85','2011-11-28 16:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-11-28 22:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-11-29 01:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-11-29 03:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-11-29 03:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-11-29 05:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.106.143.46','2011-11-29 09:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-11-29 11:52:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-11-29 11:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'183.76.129.211','2011-11-29 15:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.32.196.82','2011-11-29 19:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-11-29 22:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-11-29 22:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-11-30 00:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-11-30 03:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-11-30 03:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-11-30 04:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.197.159.24','2011-11-30 12:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'223.135.98.89','2011-11-30 17:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'223.135.98.89','2011-11-30 17:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'223.135.98.89','2011-11-30 17:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.142','2011-11-30 23:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.142','2011-11-30 23:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.50','2011-11-30 23:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.51','2011-11-30 23:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.209','2011-11-30 23:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.105','2011-12-01 00:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.144','2011-12-01 00:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.209','2011-12-01 00:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.206','2011-12-01 00:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.50','2011-12-01 01:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.50','2011-12-01 01:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-12-01 01:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-12-01 01:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-12-01 01:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-12-01 01:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-12-01 01:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-12-01 01:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-12-01 01:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.196','2011-12-01 08:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.145','2011-12-01 08:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.50','2011-12-01 08:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.48','2011-12-01 08:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.110','2011-12-01 08:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.49','2011-12-01 08:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.51','2011-12-01 08:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.105','2011-12-01 08:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.85','2011-12-01 08:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.52.109.73','2011-12-01 09:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.155','2011-12-01 11:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.111.75.86','2011-12-01 20:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.185.198.65','2011-12-02 00:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.144','2011-12-02 01:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.169.126.9','2011-12-02 05:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.110.209.54','2011-12-02 09:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.106.62.123','2011-12-02 14:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.104.15.142','2011-12-02 14:04:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.101.148.146','2011-12-02 16:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.120.196','2011-12-03 01:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.120.196','2011-12-03 01:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.235.237.17','2011-12-03 06:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'211.2.22.138','2011-12-03 07:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-12-03 07:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-12-03 07:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-12-03 07:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-12-03 07:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-12-03 07:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-12-03 07:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-12-03 07:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-12-03 07:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-12-03 07:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-12-03 07:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.93','2011-12-03 09:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-12-03 10:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-12-03 10:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-12-03 10:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.16.219','2011-12-03 16:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.202.6.175','2011-12-03 20:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.104.15.142','2011-12-03 20:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.93','2011-12-04 01:15:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.183.68.54','2011-12-04 14:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.175.111.18','2011-12-04 17:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.66','2011-12-05 02:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.66','2011-12-05 02:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.66','2011-12-05 02:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.66','2011-12-05 02:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.66','2011-12-05 04:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.66','2011-12-05 04:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.66','2011-12-05 04:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.66','2011-12-05 04:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.66','2011-12-05 05:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.66','2011-12-05 05:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.66','2011-12-05 07:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.66','2011-12-05 07:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.66','2011-12-05 08:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.131.233.249','2011-12-05 09:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.131.233.249','2011-12-05 09:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.131.233.249','2011-12-05 09:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.153.95.1','2011-12-05 12:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.108','2011-12-05 12:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.220.8.70','2011-12-05 16:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.193.219.168','2011-12-05 20:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.193.219.168','2011-12-05 21:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.193.219.168','2011-12-05 21:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.52.104.88','2011-12-06 04:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.131.125.129','2011-12-06 11:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.33.68.223','2011-12-06 18:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.81','2011-12-06 23:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.81','2011-12-07 01:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.81','2011-12-07 01:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.81','2011-12-07 02:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.81','2011-12-07 02:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.81','2011-12-07 04:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.81','2011-12-07 06:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.81','2011-12-07 06:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.81','2011-12-07 06:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.81','2011-12-07 07:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.81','2011-12-07 08:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.81','2011-12-07 09:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.81','2011-12-07 09:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.81','2011-12-07 09:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.81','2011-12-07 10:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.81','2011-12-07 10:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.81','2011-12-07 10:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'36.3.199.251','2011-12-07 13:03:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.89.109.73','2011-12-07 21:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.89.109.73','2011-12-07 21:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.50.53.98','2011-12-08 05:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.227.125.235','2011-12-08 13:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'199.19.109.190','2011-12-08 20:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'199.19.109.190','2011-12-08 20:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'199.19.109.190','2011-12-08 20:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'199.19.109.190','2011-12-08 20:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'199.19.109.190','2011-12-08 20:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'199.19.109.190','2011-12-08 20:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'199.19.109.190','2011-12-08 20:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.50','2011-12-09 02:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.87','2011-12-09 07:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.87','2011-12-09 07:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.87','2011-12-09 07:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.87','2011-12-09 07:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.87','2011-12-09 07:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.87','2011-12-09 07:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.87','2011-12-09 07:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.87','2011-12-09 07:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.87','2011-12-09 11:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.195.239','2011-12-09 11:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.87','2011-12-09 12:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.87','2011-12-09 13:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'125.103.251.99','2011-12-09 14:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.87','2011-12-09 14:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.87','2011-12-09 16:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.87','2011-12-09 16:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.87','2011-12-09 23:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.87','2011-12-09 23:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.87','2011-12-09 23:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-12-10 22:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-12-10 23:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-12-10 23:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-12-10 23:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-12-11 00:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-12-11 01:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.52.109.198','2011-12-11 02:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-12-11 02:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2011-12-11 03:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2011-12-11 03:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.90','2011-12-11 04:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2011-12-11 04:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.90','2011-12-11 05:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.90','2011-12-11 05:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2011-12-11 06:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.51','2011-12-11 06:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.147','2011-12-11 09:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.147','2011-12-11 13:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.48.24.134','2011-12-11 16:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.104.15.130','2011-12-11 16:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.13.118','2011-12-12 00:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.118','2011-12-12 04:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.90','2011-12-12 07:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.211','2011-12-12 07:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.90','2011-12-12 10:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.90','2011-12-12 10:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.93','2011-12-12 12:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'210.175.241.43','2011-12-12 14:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.159.149.200','2011-12-12 14:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.159.149.200','2011-12-12 14:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2011-12-12 15:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.163.138.196','2011-12-12 16:41:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.255.167.56','2011-12-12 17:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.195.105','2011-12-13 05:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-12-13 06:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-12-13 06:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-12-13 06:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-12-13 07:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-12-13 09:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-12-13 12:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-12-13 15:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.90','2011-12-13 15:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.90','2011-12-13 19:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.90','2011-12-13 20:00:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.90','2011-12-13 20:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.90','2011-12-13 20:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.90','2011-12-13 20:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.90','2011-12-13 20:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.90','2011-12-13 20:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.90','2011-12-13 23:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.90','2011-12-13 23:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.5.227.126','2011-12-14 12:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'58.0.44.166','2011-12-14 21:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'125.195.233.119','2011-12-14 22:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.90','2011-12-15 06:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.90','2011-12-15 06:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.90','2011-12-15 06:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.90','2011-12-15 10:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.90','2011-12-15 10:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.226.241.89','2011-12-15 10:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.104.15.142','2011-12-15 10:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.138.104.138','2011-12-15 13:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.90','2011-12-15 13:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.226.241.89','2011-12-15 15:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.104.15.130','2011-12-15 15:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.148.112.66','2011-12-15 16:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.32.104.6','2011-12-15 16:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.51','2011-12-15 16:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.90','2011-12-15 16:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'85.17.29.107','2011-12-15 21:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.17.29.107','2011-12-15 21:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.17.29.107','2011-12-15 21:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.51','2011-12-16 03:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.161','2011-12-16 06:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.98','2011-12-16 07:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2011-12-16 07:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2011-12-16 07:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2011-12-16 07:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2011-12-16 07:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2011-12-16 07:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2011-12-16 08:00:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2011-12-16 08:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2011-12-16 08:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2011-12-16 08:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'58.188.96.8','2011-12-16 13:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'113.35.75.58','2011-12-16 14:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.226','2011-12-16 18:19:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.236.222.76','2011-12-16 18:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'180.48.205.93','2011-12-17 00:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.104.15.134','2011-12-17 00:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.161','2011-12-17 01:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2011-12-17 03:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2011-12-17 03:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2011-12-17 03:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2011-12-17 15:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.161','2011-12-17 15:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2011-12-17 15:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.254.7.112','2011-12-17 18:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2011-12-17 22:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2011-12-17 22:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2011-12-17 22:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2011-12-17 22:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2011-12-17 22:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2011-12-17 22:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.161','2011-12-17 22:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2011-12-17 22:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2011-12-17 23:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2011-12-18 01:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.41.65.169','2011-12-18 04:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.105','2011-12-18 09:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.196.31','2011-12-18 11:06:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.196.62','2011-12-18 11:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.196.96','2011-12-18 22:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.196.29','2011-12-18 22:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'27.91.226.162','2011-12-19 01:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2011-12-19 05:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.161','2011-12-19 05:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2011-12-19 06:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2011-12-19 06:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2011-12-19 07:03:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.161','2011-12-19 08:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2011-12-19 09:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.235.237.17','2011-12-19 11:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.249.116.206','2011-12-19 13:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.120.55.24','2011-12-19 14:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.226.241.89','2011-12-19 15:48:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.226.241.89','2011-12-19 15:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.134','2011-12-19 15:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.104.15.142','2011-12-19 15:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.226.241.89','2011-12-19 15:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'58.81.235.98','2011-12-19 16:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.41.65.169','2011-12-19 23:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.161','2011-12-19 23:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2011-12-19 23:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2011-12-19 23:56:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2011-12-19 23:56:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2011-12-19 23:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2011-12-19 23:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2011-12-19 23:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2011-12-20 01:14:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2011-12-20 01:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2011-12-20 02:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.107','2011-12-20 08:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.163.5.88','2011-12-20 13:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.195.242','2011-12-20 13:34:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.195.242','2011-12-21 02:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2011-12-21 12:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2011-12-21 12:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2011-12-21 12:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.161','2011-12-21 12:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.161','2011-12-21 12:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2011-12-21 12:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2011-12-21 12:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.161','2011-12-22 03:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.161','2011-12-22 03:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2011-12-22 03:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2011-12-22 03:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2011-12-22 03:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2011-12-22 03:07:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2011-12-22 03:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2011-12-22 03:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.161','2011-12-22 03:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2011-12-22 03:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.161','2011-12-22 03:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.161','2011-12-22 03:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.161','2011-12-22 03:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.161','2011-12-22 03:08:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.161','2011-12-22 03:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2011-12-22 03:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2011-12-22 04:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.161','2011-12-22 04:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.161','2011-12-22 04:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.161','2011-12-22 06:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.17.200','2011-12-22 12:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.108.87.215','2011-12-22 14:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.146','2011-12-22 15:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.35.3','2011-12-22 17:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.199.35','2011-12-22 19:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2011-12-22 19:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2011-12-22 19:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2011-12-22 19:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.161','2011-12-22 19:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.161','2011-12-22 19:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2011-12-22 19:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2011-12-22 19:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.52.108.200','2011-12-23 02:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.146','2011-12-23 03:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.52.104.82','2011-12-23 08:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'60.32.179.202','2011-12-23 13:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'60.32.179.202','2011-12-23 13:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.217.148.75','2011-12-23 13:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'64.124.203.77','2011-12-23 13:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'60.32.179.202','2011-12-23 18:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.13.146','2011-12-24 04:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2011-12-24 10:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2011-12-24 10:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.161','2011-12-24 10:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.161','2011-12-24 10:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.161','2011-12-24 10:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2011-12-24 10:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2011-12-24 10:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.161','2011-12-24 10:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2011-12-24 10:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.161','2011-12-24 10:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2011-12-24 10:29:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2011-12-24 10:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2011-12-24 10:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.161','2011-12-24 10:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2011-12-24 10:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.161','2011-12-24 10:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.161','2011-12-24 10:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.161','2011-12-24 10:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.161','2011-12-24 10:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.161','2011-12-24 10:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.146','2011-12-24 14:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'175.132.214.230','2011-12-24 23:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2011-12-25 02:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2011-12-25 02:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2011-12-25 03:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.161','2011-12-25 03:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.161','2011-12-25 03:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2011-12-25 03:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2011-12-25 03:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2011-12-26 06:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2011-12-26 06:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.161','2011-12-26 06:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.161','2011-12-26 06:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.161','2011-12-26 06:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2011-12-26 06:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2011-12-26 06:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.161','2011-12-26 06:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2011-12-26 06:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.161','2011-12-26 06:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2011-12-26 06:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2011-12-26 06:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2011-12-26 06:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.161','2011-12-26 06:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2011-12-26 06:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.161','2011-12-26 06:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.161','2011-12-26 06:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.161','2011-12-26 06:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.161','2011-12-26 06:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.161','2011-12-26 06:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.101.211.161','2011-12-26 14:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.125.210.246','2011-12-26 17:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2011-12-26 20:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2011-12-26 20:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2011-12-26 20:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.161','2011-12-26 20:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.161','2011-12-26 20:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2011-12-26 20:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2011-12-26 20:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.143','2011-12-27 02:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.9.34.68','2011-12-27 11:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'211.9.34.68','2011-12-27 11:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.204.242','2011-12-27 20:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2011-12-28 03:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2011-12-28 03:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.161','2011-12-28 03:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.161','2011-12-28 03:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.161','2011-12-28 03:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2011-12-28 03:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2011-12-28 03:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.161','2011-12-28 03:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2011-12-28 03:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.161','2011-12-28 03:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2011-12-28 03:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2011-12-28 03:49:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2011-12-28 03:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.161','2011-12-28 03:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2011-12-28 03:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.161','2011-12-28 03:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.161','2011-12-28 03:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.161','2011-12-28 03:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.161','2011-12-28 03:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.161','2011-12-28 03:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.166.152.209','2011-12-28 09:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.138.104.134','2011-12-28 10:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.134','2011-12-28 18:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.246.252.102','2011-12-28 21:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2011-12-29 02:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2011-12-29 02:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2011-12-29 02:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.161','2011-12-29 02:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.161','2011-12-29 02:25:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2011-12-29 02:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2011-12-29 02:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.199.55','2011-12-29 17:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.161','2011-12-30 00:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2011-12-30 00:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.161','2011-12-30 00:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2011-12-30 00:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.161','2011-12-30 00:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.161','2011-12-30 00:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.161','2011-12-30 00:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.161','2011-12-30 00:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.161','2011-12-30 01:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.199.39','2011-12-30 01:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2011-12-30 02:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2011-12-30 02:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2011-12-30 02:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2011-12-30 02:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2011-12-30 03:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2011-12-30 04:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2011-12-30 04:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.161','2011-12-30 04:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.161','2011-12-30 04:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.161','2011-12-30 04:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.161','2011-12-30 05:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2011-12-30 22:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2011-12-30 22:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.161','2011-12-30 22:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2011-12-30 22:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2011-12-30 22:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.161','2011-12-31 01:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2011-12-31 02:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.30.70.112','2011-12-31 09:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.30.70.112','2011-12-31 09:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.30.70.112','2011-12-31 09:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.161','2011-12-31 22:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2011-12-31 22:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.161','2011-12-31 22:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2011-12-31 22:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.161','2011-12-31 22:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.161','2011-12-31 22:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.161','2011-12-31 22:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.161','2011-12-31 23:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.161','2011-12-31 23:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2011-12-31 23:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2012-01-01 00:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2012-01-01 00:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2012-01-01 00:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2012-01-01 00:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2012-01-01 01:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.161','2012-01-01 01:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2012-01-01 01:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.161','2012-01-01 01:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.161','2012-01-01 01:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.161','2012-01-01 01:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.26.2.236','2012-01-01 03:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.26.2.236','2012-01-01 03:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.26.2.236','2012-01-01 03:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.26.2.236','2012-01-01 03:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.26.2.236','2012-01-01 03:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.26.2.236','2012-01-01 04:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.142','2012-01-01 11:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.51','2012-01-01 23:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.67.131','2012-01-01 23:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.117','2012-01-01 23:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.117','2012-01-01 23:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.141','2012-01-01 23:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.141','2012-01-01 23:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.48','2012-01-01 23:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.205','2012-01-02 01:24:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.67.130','2012-01-02 01:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2012-01-02 02:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2012-01-02 02:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2012-01-02 02:31:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.161','2012-01-02 02:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.161','2012-01-02 02:31:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2012-01-02 02:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2012-01-02 02:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.52','2012-01-02 08:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.121','2012-01-02 15:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2012-01-02 22:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2012-01-02 22:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.161','2012-01-02 22:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.161','2012-01-02 22:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.121','2012-01-02 22:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.121','2012-01-02 23:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.121','2012-01-02 23:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.161','2012-01-03 01:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2012-01-03 01:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2012-01-03 01:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2012-01-03 01:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.161','2012-01-03 01:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.161','2012-01-03 01:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.161','2012-01-03 01:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2012-01-03 02:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2012-01-03 03:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2012-01-03 03:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.161','2012-01-03 03:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2012-01-03 03:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.161','2012-01-03 03:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.161','2012-01-03 03:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.161','2012-01-03 04:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.120','2012-01-03 07:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.161','2012-01-03 21:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.161','2012-01-03 21:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.161','2012-01-03 21:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.161','2012-01-03 21:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.161','2012-01-03 21:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.226.241.89','2012-01-04 15:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.226.241.89','2012-01-04 15:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.85.119.113','2012-01-04 17:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.85.119.113','2012-01-04 17:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'132.179.39.32','2012-01-04 17:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.214.144.54','2012-01-04 20:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.121','2012-01-04 21:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.121','2012-01-04 21:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.121','2012-01-04 21:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.121','2012-01-04 21:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.121','2012-01-04 21:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.161','2012-01-05 01:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.161','2012-01-05 01:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.161','2012-01-05 01:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.161','2012-01-05 01:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.161','2012-01-05 01:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.161','2012-01-05 01:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.161','2012-01-05 01:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.161','2012-01-05 01:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.161','2012-01-05 01:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.161','2012-01-05 01:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.161','2012-01-05 01:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.161','2012-01-05 01:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.161','2012-01-05 01:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.161','2012-01-05 01:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.161','2012-01-05 01:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.161','2012-01-05 01:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.161','2012-01-05 02:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.161','2012-01-05 03:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.161','2012-01-05 03:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.138.251.236','2012-01-05 13:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.17.189.137','2012-01-05 15:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.52.110.17','2012-01-05 15:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.214.144.54','2012-01-05 18:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.6.166.29','2012-01-05 23:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.241','2012-01-06 00:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.241','2012-01-06 00:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.241','2012-01-06 00:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.241','2012-01-06 00:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.241','2012-01-06 01:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.158.17.185','2012-01-06 07:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.196.255.8','2012-01-06 09:56:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.200','2012-01-06 09:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.196.255.8','2012-01-06 11:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.108','2012-01-06 11:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.158.17.185','2012-01-06 15:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.64.201','2012-01-06 15:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.32.17.95','2012-01-06 17:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.241','2012-01-07 03:20:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.241','2012-01-07 03:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.241','2012-01-07 03:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.241','2012-01-07 03:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.241','2012-01-07 03:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.241','2012-01-07 03:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.241','2012-01-07 03:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.241','2012-01-07 03:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.241','2012-01-07 03:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.241','2012-01-07 03:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.241','2012-01-07 03:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.241','2012-01-07 03:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.241','2012-01-07 03:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.241','2012-01-07 03:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.241','2012-01-07 03:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.241','2012-01-07 03:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.241','2012-01-07 03:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.241','2012-01-07 03:25:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.241','2012-01-07 03:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.158.17.185','2012-01-07 20:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'222.158.17.185','2012-01-07 21:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.241','2012-01-08 01:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.241','2012-01-08 01:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.241','2012-01-08 02:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.241','2012-01-08 02:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.241','2012-01-08 02:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.241','2012-01-08 03:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.241','2012-01-08 03:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.241','2012-01-08 03:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.16.57','2012-01-08 07:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.145.152.250','2012-01-08 22:08:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.241','2012-01-09 00:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.241','2012-01-09 00:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.241','2012-01-09 00:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.241','2012-01-09 00:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.241','2012-01-09 00:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.241','2012-01-09 00:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.241','2012-01-09 00:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.241','2012-01-09 00:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.241','2012-01-09 00:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.241','2012-01-09 00:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.241','2012-01-09 01:00:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.241','2012-01-09 01:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.241','2012-01-09 01:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.241','2012-01-09 01:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.241','2012-01-09 01:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.241','2012-01-09 01:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.241','2012-01-09 01:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.241','2012-01-09 01:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.241','2012-01-09 01:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'183.79.63.60','2012-01-09 10:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.246.189.98','2012-01-09 14:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.241','2012-01-10 07:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.241','2012-01-10 07:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.241','2012-01-10 07:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.241','2012-01-10 07:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.241','2012-01-10 07:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.241','2012-01-10 07:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.241','2012-01-10 07:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.241','2012-01-10 07:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.12.205','2012-01-10 09:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'183.79.63.110','2012-01-10 11:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.60.41.3','2012-01-10 11:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-10 15:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-10 15:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-10 15:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-10 16:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-10 17:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-10 17:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.216.73.50','2012-01-10 17:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-10 17:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'122.216.73.50','2012-01-11 10:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-11 10:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.160.8.69','2012-01-11 11:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.200','2012-01-11 11:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-11 15:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.115.12.99','2012-01-11 16:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.27.21.215','2012-01-11 17:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.27.21.215','2012-01-11 17:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.241','2012-01-12 00:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.241','2012-01-12 00:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.241','2012-01-12 00:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.241','2012-01-12 00:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.241','2012-01-12 01:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.241','2012-01-12 01:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.241','2012-01-12 01:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.241','2012-01-12 01:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.241','2012-01-12 01:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.241','2012-01-12 05:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.241','2012-01-12 05:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.241','2012-01-12 05:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.241','2012-01-12 05:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.241','2012-01-12 05:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.241','2012-01-12 05:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.241','2012-01-12 05:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.241','2012-01-12 05:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.241','2012-01-12 05:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.241','2012-01-12 05:19:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.220.124.190','2012-01-12 11:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.241','2012-01-12 13:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.241','2012-01-12 13:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.241','2012-01-12 13:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.241','2012-01-12 13:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.241','2012-01-12 13:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.241','2012-01-12 13:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.241','2012-01-12 13:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.241','2012-01-12 13:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.121','2012-01-13 00:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.105.124.67','2012-01-13 11:19:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.138.104.134','2012-01-13 13:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.249.30.122','2012-01-13 14:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'122.216.73.50','2012-01-13 17:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.85','2012-01-13 18:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.241','2012-01-14 03:35:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.241','2012-01-14 03:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.241','2012-01-14 03:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.241','2012-01-14 03:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.241','2012-01-14 03:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.241','2012-01-14 03:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.241','2012-01-14 03:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.241','2012-01-14 03:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.241','2012-01-14 03:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.241','2012-01-14 03:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.241','2012-01-14 03:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.241','2012-01-14 03:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.241','2012-01-14 03:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.241','2012-01-14 03:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.241','2012-01-14 03:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.241','2012-01-14 03:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.241','2012-01-14 03:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.241','2012-01-14 03:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.241','2012-01-14 03:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.241','2012-01-14 03:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.241','2012-01-14 03:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.241','2012-01-14 07:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.241','2012-01-14 08:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.17','2012-01-14 08:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.241','2012-01-14 08:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.241','2012-01-14 08:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.241','2012-01-14 08:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.241','2012-01-14 09:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.246.252.102','2012-01-14 16:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.246.252.102','2012-01-14 16:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'118.86.210.248','2012-01-14 21:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'58.0.44.166','2012-01-15 02:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.96','2012-01-15 19:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'207.46.13.212','2012-01-16 03:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.241','2012-01-16 03:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.241','2012-01-16 03:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.241','2012-01-16 03:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.241','2012-01-16 03:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.241','2012-01-16 03:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.241','2012-01-16 04:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.241','2012-01-16 04:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.241','2012-01-16 07:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.241','2012-01-16 07:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.241','2012-01-16 07:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.241','2012-01-16 07:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.241','2012-01-16 07:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.241','2012-01-16 07:12:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.20','2012-01-16 09:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.241','2012-01-16 09:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.241','2012-01-16 09:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.241','2012-01-16 09:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.241','2012-01-16 09:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.241','2012-01-16 09:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.241','2012-01-16 09:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.241','2012-01-16 09:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.241','2012-01-16 09:43:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.235.237.85','2012-01-16 10:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.241','2012-01-16 11:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.241','2012-01-16 11:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.241','2012-01-16 11:02:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.241','2012-01-16 11:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.241','2012-01-16 11:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.221','2012-01-16 12:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.146','2012-01-16 12:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.241','2012-01-16 14:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'59.134.37.20','2012-01-16 21:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.166.203.109','2012-01-16 22:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.216.73.50','2012-01-16 23:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.235.237.93','2012-01-17 01:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.246.252.102','2012-01-17 09:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.246.252.102','2012-01-17 09:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-01-17 20:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.216.73.50','2012-01-17 20:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.241','2012-01-18 01:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.109','2012-01-18 02:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.241','2012-01-18 02:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.241','2012-01-18 03:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'213.186.120.196','2012-01-18 04:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.186.120.196','2012-01-18 04:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.241','2012-01-18 05:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.241','2012-01-18 05:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.241','2012-01-18 05:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.241','2012-01-18 05:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.241','2012-01-18 05:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.241','2012-01-18 05:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.241','2012-01-18 05:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.241','2012-01-18 05:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.138.100.178','2012-01-18 10:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.200','2012-01-18 10:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.235.237.17','2012-01-18 11:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.241','2012-01-18 11:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.241','2012-01-18 11:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.241','2012-01-18 11:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.241','2012-01-18 11:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.241','2012-01-18 11:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.241','2012-01-18 11:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.241','2012-01-18 11:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.241','2012-01-18 11:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.241','2012-01-18 11:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.241','2012-01-18 11:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.241','2012-01-18 11:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.241','2012-01-18 11:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.241','2012-01-18 11:12:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.241','2012-01-18 11:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.241','2012-01-18 11:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.241','2012-01-18 11:12:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.235.7.78','2012-01-18 15:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'182.167.120.171','2012-01-18 23:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2012-01-19 10:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.55.17.200','2012-01-20 04:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'213.186.120.196','2012-01-20 09:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.186.120.196','2012-01-20 09:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.186.120.196','2012-01-20 09:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.232.32.97','2012-01-20 10:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'150.70.75.36','2012-01-20 10:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.24.29','2012-01-20 11:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.148.112.66','2012-01-20 17:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.235.237.93','2012-01-20 20:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.185.195.209','2012-01-21 12:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.235.237.85','2012-01-21 19:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'213.186.120.196','2012-01-21 22:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'213.186.120.196','2012-01-21 22:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.249','2012-01-22 19:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.149','2012-01-22 22:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.149','2012-01-22 22:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-01-22 22:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.149','2012-01-22 22:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.149','2012-01-23 01:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-01-23 02:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-01-23 02:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.149','2012-01-23 03:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-01-23 03:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.149','2012-01-23 04:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.149','2012-01-23 06:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-01-23 07:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-01-23 09:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-01-23 09:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.149','2012-01-23 10:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.149','2012-01-23 10:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-01-23 10:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-01-23 10:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.149','2012-01-23 13:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-01-23 13:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.149','2012-01-23 13:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.149','2012-01-23 13:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.149','2012-01-23 13:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.149','2012-01-23 17:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-01-23 17:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-01-23 17:30:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-01-23 17:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.52.104.89','2012-01-24 08:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.249','2012-01-24 15:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.18.23','2012-01-24 17:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.149','2012-01-24 19:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-01-24 19:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.149','2012-01-24 19:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-01-24 19:46:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.149','2012-01-24 19:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.149','2012-01-24 19:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.149','2012-01-24 19:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.149','2012-01-24 19:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.149','2012-01-24 19:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.149','2012-01-24 19:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.149','2012-01-24 19:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-01-24 19:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.149','2012-01-24 19:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-01-24 19:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.149','2012-01-24 19:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-01-24 19:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-01-24 19:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-01-24 19:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-01-24 19:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-01-24 19:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.149','2012-01-24 19:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.149','2012-01-24 19:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-01-24 19:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.49','2012-01-25 06:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.52.104.26','2012-01-25 17:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.149','2012-01-25 18:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-01-25 18:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-01-25 18:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-01-25 18:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.199.46','2012-01-26 00:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'118.22.10.14','2012-01-26 10:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'118.22.10.14','2012-01-26 10:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.22.10.14','2012-01-26 10:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-01-26 22:03:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.149','2012-01-26 22:41:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.149','2012-01-26 22:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.149','2012-01-26 22:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.149','2012-01-26 22:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.149','2012-01-27 00:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-01-27 00:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-01-27 00:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-01-27 00:25:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-01-27 03:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.149','2012-01-27 03:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-01-27 03:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.149','2012-01-27 03:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-01-27 03:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-01-27 03:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-01-27 03:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.149','2012-01-27 06:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-01-27 06:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.149','2012-01-27 06:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.149','2012-01-27 06:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.149','2012-01-27 06:45:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.149','2012-01-27 06:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.149','2012-01-27 06:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.52.108.67','2012-01-27 10:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'133.254.5.52','2012-01-27 12:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.147','2012-01-27 17:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.16.177','2012-01-28 04:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.45.182.61','2012-01-28 13:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-01-28 22:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.149','2012-01-28 22:45:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.149','2012-01-28 22:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.149','2012-01-28 22:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.149','2012-01-28 22:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.149','2012-01-28 22:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-01-28 22:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-01-28 22:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-01-28 22:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-01-28 22:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.149','2012-01-28 22:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.149','2012-01-28 22:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'61.213.92.178','2012-01-29 00:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-01-29 01:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-01-29 04:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-01-29 04:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.149','2012-01-29 06:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.149','2012-01-29 06:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-01-29 06:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-01-29 06:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.149','2012-01-29 06:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.149','2012-01-29 06:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-01-29 06:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.149','2012-01-29 06:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-01-29 06:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.149','2012-01-29 06:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.149','2012-01-29 06:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-01-29 06:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'111.171.148.184','2012-01-29 14:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.199.44','2012-01-29 18:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.199.44','2012-01-29 19:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.221.67.79','2012-01-29 22:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.52.104.89','2012-01-30 05:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.85','2012-01-30 20:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'126.15.123.101','2012-01-30 21:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-01-31 00:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-01-31 00:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-01-31 00:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.149','2012-01-31 00:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.149','2012-01-31 00:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.111.114.181','2012-01-31 02:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-01-31 05:06:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.149','2012-01-31 05:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.149','2012-01-31 05:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-01-31 05:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-01-31 05:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-01-31 05:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.149','2012-01-31 06:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-01-31 06:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.149','2012-01-31 06:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.149','2012-01-31 06:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.149','2012-01-31 06:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.149','2012-01-31 06:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.149','2012-01-31 06:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-01-31 06:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.149','2012-01-31 06:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.149','2012-01-31 07:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-01-31 07:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.149','2012-01-31 07:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.149','2012-01-31 11:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-01-31 11:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-01-31 11:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-01-31 11:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.101.212.99','2012-01-31 11:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.161.235.139','2012-01-31 11:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.85','2012-01-31 11:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.19','2012-01-31 12:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.216.178.42','2012-01-31 15:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.121','2012-01-31 16:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-02-01 13:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.121','2012-02-01 14:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.92','2012-02-02 02:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.123.129.248','2012-02-02 13:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-02-02 18:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-02-02 18:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-02-02 18:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-02-02 18:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-02-02 18:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-02-02 18:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-02-02 18:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-02 18:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-02-02 18:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-02-02 18:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-02-02 18:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-02-02 20:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-02-02 20:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.97.187.94','2012-02-03 11:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'194.105.126.70','2012-02-03 16:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.192.34.95','2012-02-03 17:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.192.34.95','2012-02-03 17:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.192.34.95','2012-02-03 17:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.192.34.95','2012-02-03 17:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.192.34.95','2012-02-03 17:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.192.34.95','2012-02-03 17:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.192.34.95','2012-02-03 17:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.121','2012-02-03 21:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.121','2012-02-04 01:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.121','2012-02-04 01:15:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.121','2012-02-04 01:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.121','2012-02-04 11:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.86.166.216','2012-02-04 16:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.121','2012-02-04 17:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.121','2012-02-04 19:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.121','2012-02-04 19:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.121','2012-02-04 19:29:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.249','2012-02-04 19:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-02-04 22:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-02-04 22:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-02-04 22:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-02-04 22:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-02-04 22:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-02-04 22:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-02-04 22:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-02-04 22:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-02-04 22:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-04 22:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-02-04 22:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-02-04 22:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-02-04 22:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.249','2012-02-04 23:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.75','2012-02-04 23:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.121','2012-02-05 00:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.99','2012-02-05 02:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'208.115.111.75','2012-02-05 03:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'208.115.111.75','2012-02-05 07:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.109.152','2012-02-05 08:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.99','2012-02-05 08:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'208.115.111.75','2012-02-05 12:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'208.115.111.75','2012-02-05 15:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.121','2012-02-05 21:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.235.237.18','2012-02-06 07:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.113.91','2012-02-06 08:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.113.91','2012-02-06 11:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.20','2012-02-06 12:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.235.237.17','2012-02-06 12:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.235.237.17','2012-02-06 12:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.235.237.20','2012-02-06 12:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.235.237.17','2012-02-06 12:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.92','2012-02-06 12:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.115.113.91','2012-02-06 15:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-02-06 19:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-06 19:47:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-02-06 21:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-02-06 21:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-02-06 22:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-02-06 22:47:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-02-06 23:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-02-06 23:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-02-06 23:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-02-07 00:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-02-07 00:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-02-07 01:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-02-07 02:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.121','2012-02-07 08:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.216.92.227','2012-02-07 15:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'164.71.1.220','2012-02-07 15:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'164.71.1.220','2012-02-07 15:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'222.4.73.174','2012-02-07 17:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'208.115.111.75','2012-02-07 22:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'208.115.111.75','2012-02-08 02:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.16.219','2012-02-08 03:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.16.219','2012-02-08 03:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.16.219','2012-02-08 04:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'208.115.111.75','2012-02-08 06:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.52.110.146','2012-02-08 07:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.52.110.146','2012-02-08 14:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.199.193.114','2012-02-08 14:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.161.235.139','2012-02-08 15:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.52.110.146','2012-02-08 16:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-02-08 22:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-02-08 22:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-08 22:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-02-08 22:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-02-09 00:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-02-09 00:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-02-09 01:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-02-09 01:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-02-09 01:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-02-09 02:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-02-09 02:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-02-09 03:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-02-09 05:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.254.37.34','2012-02-09 09:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.130.255.3','2012-02-09 11:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.151.240.161','2012-02-09 13:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.230.211.193','2012-02-09 14:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.234.16','2012-02-09 15:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.130.255.3','2012-02-09 19:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.97','2012-02-09 23:48:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.235.237.18','2012-02-10 01:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.55.17.143','2012-02-10 16:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.45.182.61','2012-02-10 18:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.45.182.61','2012-02-10 18:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.45.182.61','2012-02-10 18:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.45.182.61','2012-02-10 19:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'218.45.182.61','2012-02-10 19:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-02-10 19:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-10 19:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.48.215.112','2012-02-10 19:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'208.115.113.91','2012-02-10 21:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.113.91','2012-02-11 01:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-02-11 05:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-02-11 05:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-02-11 05:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-02-11 05:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-02-11 05:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-02-11 05:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-02-11 05:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-02-11 05:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-02-11 05:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-02-11 05:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-02-11 05:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'208.115.113.91','2012-02-11 09:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.45.182.61','2012-02-11 12:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.235.237.92','2012-02-11 21:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.157','2012-02-11 23:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.18.24','2012-02-12 04:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.195.234','2012-02-12 09:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.199.48','2012-02-12 10:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.157','2012-02-12 16:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'49.241.9.200','2012-02-12 17:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.115.113.91','2012-02-12 22:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'208.115.113.91','2012-02-13 06:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-02-13 06:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-02-13 06:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-02-13 06:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-02-13 06:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-02-13 06:47:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-02-13 06:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-02-13 06:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-02-13 06:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-02-13 06:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-13 06:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-02-13 06:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-02-13 06:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-02-13 06:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.75','2012-02-13 08:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'208.115.113.91','2012-02-13 09:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'208.115.113.91','2012-02-13 13:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.75','2012-02-13 15:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.42.0.201','2012-02-14 13:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.200','2012-02-14 13:31:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.213.138.96','2012-02-14 19:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.213.138.96','2012-02-14 19:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.52.110.153','2012-02-14 22:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.52.110.153','2012-02-14 22:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-15 02:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.52.110.153','2012-02-15 02:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-02-15 02:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-02-15 02:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-02-15 02:58:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-02-15 02:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-02-15 02:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-02-15 02:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-02-15 02:59:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-02-15 02:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-02-15 03:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-02-15 03:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-02-15 03:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-02-15 03:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.52.108.142','2012-02-15 04:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.52.108.142','2012-02-15 04:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.219.100.78','2012-02-15 10:45:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'208.115.113.91','2012-02-15 12:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.18.22','2012-02-15 14:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.11.50.106','2012-02-15 17:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.121','2012-02-15 17:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.13.144','2012-02-15 19:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.113.91','2012-02-15 20:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.19','2012-02-15 20:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.52.109.19','2012-02-16 04:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'208.115.113.91','2012-02-16 05:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.52.109.19','2012-02-16 06:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.110.30','2012-02-16 06:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.52.109.19','2012-02-16 08:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'208.115.113.91','2012-02-16 11:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-02-16 19:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.108.67','2012-02-16 22:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.52.109.153','2012-02-17 00:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.16.220','2012-02-17 04:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.149','2012-02-17 05:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.149','2012-02-17 05:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.149','2012-02-17 05:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.149','2012-02-17 05:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.149','2012-02-17 05:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.149','2012-02-17 05:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.149','2012-02-17 05:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.149','2012-02-17 05:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.149','2012-02-17 05:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-17 05:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.149','2012-02-17 05:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-02-17 05:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-02-17 05:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.16.220','2012-02-17 06:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.16.220','2012-02-17 07:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'180.16.196.81','2012-02-17 08:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.110.17','2012-02-17 15:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.121','2012-02-17 19:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.121','2012-02-17 19:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.121','2012-02-17 19:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.121','2012-02-17 20:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'116.90.151.49','2012-02-17 23:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'116.90.151.49','2012-02-18 00:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'208.115.111.75','2012-02-18 03:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.75','2012-02-18 11:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.149','2012-02-18 15:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.235.237.85','2012-02-18 18:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.37','2012-02-19 01:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.149','2012-02-19 02:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.37','2012-02-19 02:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.149','2012-02-19 09:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.219.8.225','2012-02-19 11:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.219.8.225','2012-02-19 11:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.219.8.225','2012-02-19 11:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.219.8.225','2012-02-19 11:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.219.8.225','2012-02-19 11:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'62.219.8.225','2012-02-19 11:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'62.219.8.225','2012-02-19 11:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.196.58','2012-02-19 22:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.196.29','2012-02-19 22:49:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.196.30','2012-02-19 22:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.16','2012-02-20 05:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.196.61','2012-02-20 10:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.196.92','2012-02-20 10:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.196.92','2012-02-20 10:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.196.32','2012-02-20 10:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.208.58.218','2012-02-20 14:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.208.58.218','2012-02-20 14:06:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.149','2012-02-20 14:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.48.152.251','2012-02-20 15:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'180.48.152.251','2012-02-20 15:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.48.152.251','2012-02-20 15:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.48.152.251','2012-02-20 15:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'180.48.152.251','2012-02-20 15:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'180.48.152.251','2012-02-20 15:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.48.152.251','2012-02-20 15:22:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'180.48.152.251','2012-02-20 15:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.151.149.120','2012-02-20 18:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.149','2012-02-20 20:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.90.253.72','2012-02-20 22:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.149','2012-02-21 02:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-21 06:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.45.182.61','2012-02-21 15:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.108.122.138','2012-02-22 08:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.149','2012-02-22 19:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.173.76.27','2012-02-22 21:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.173.76.27','2012-02-22 21:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.149','2012-02-23 02:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.149','2012-02-23 07:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.24.141.107','2012-02-23 11:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-02-23 12:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.148','2012-02-23 13:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.126.17.41','2012-02-23 17:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.189.29.198','2012-02-23 18:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'111.86.202.25','2012-02-23 19:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.195.241','2012-02-23 19:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'121.93.85.28','2012-02-23 23:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.85','2012-02-24 01:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.85','2012-02-24 01:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.243','2012-02-24 20:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.25.89.34','2012-02-24 22:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.243','2012-02-25 00:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.243','2012-02-25 05:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.235.237.92','2012-02-25 07:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.235.237.17','2012-02-25 07:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.235.237.85','2012-02-25 09:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.235.237.16','2012-02-25 10:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.235.237.18','2012-02-25 10:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.243','2012-02-25 10:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.109','2012-02-25 20:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.204.241','2012-02-26 00:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.204.241','2012-02-26 02:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.243','2012-02-26 11:07:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.243','2012-02-26 14:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.243','2012-02-27 03:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.243','2012-02-27 04:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.243','2012-02-27 05:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.243','2012-02-27 06:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.243','2012-02-27 07:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.243','2012-02-27 07:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.243','2012-02-27 13:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.243','2012-02-27 14:32:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.243','2012-02-27 16:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.243','2012-02-27 22:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.243','2012-02-27 22:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.243','2012-02-28 01:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.243','2012-02-28 01:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.243','2012-02-28 02:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'209.85.238.243','2012-02-28 04:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.243','2012-02-28 04:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'209.85.238.243','2012-02-28 05:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'209.85.238.243','2012-02-28 06:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'207.46.13.206','2012-02-28 06:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.243','2012-02-28 07:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.243','2012-02-28 07:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.243','2012-02-28 09:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.196.54.21','2012-02-28 09:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'27.121.222.25','2012-02-28 15:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'27.121.222.25','2012-02-28 15:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'27.121.222.25','2012-02-28 15:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'27.121.222.25','2012-02-28 15:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.121.222.25','2012-02-28 15:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.121.222.25','2012-02-28 15:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.75.164','2012-02-28 15:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.243','2012-02-28 15:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.160.91.57','2012-02-28 15:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.243','2012-02-28 16:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.243','2012-02-28 16:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'113.159.221.176','2012-02-28 18:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.249.116.206','2012-02-28 23:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.243','2012-02-29 01:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.243','2012-02-29 01:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.243','2012-02-29 01:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.243','2012-02-29 01:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.243','2012-02-29 01:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.243','2012-02-29 03:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'176.74.192.82','2012-02-29 05:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'176.74.192.82','2012-02-29 05:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'176.74.192.82','2012-02-29 05:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'176.74.192.82','2012-02-29 05:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'176.74.192.82','2012-02-29 05:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'176.74.192.82','2012-02-29 05:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'176.74.192.82','2012-02-29 05:02:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.243','2012-02-29 10:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.243','2012-02-29 10:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.243','2012-02-29 11:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.195.241','2012-02-29 11:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.18.23','2012-02-29 17:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.19','2012-03-01 12:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.52.109.152','2012-03-01 15:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.52.109.152','2012-03-01 17:34:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.109','2012-03-01 19:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.243','2012-03-02 00:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.243','2012-03-02 00:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.243','2012-03-02 00:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.243','2012-03-02 00:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.243','2012-03-02 00:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.243','2012-03-03 22:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.243','2012-03-03 23:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.139.22.26','2012-03-04 00:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.243','2012-03-04 01:08:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.243','2012-03-04 01:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.243','2012-03-04 02:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.243','2012-03-04 03:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.243','2012-03-04 04:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.109','2012-03-04 18:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.243','2012-03-06 04:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.243','2012-03-06 04:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.243','2012-03-06 04:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.243','2012-03-06 04:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.243','2012-03-06 04:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.243','2012-03-06 04:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.243','2012-03-06 04:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.199.46','2012-03-06 10:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.199.44','2012-03-06 18:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.1.236.207','2012-03-06 18:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.1.236.207','2012-03-06 18:34:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.185','2012-03-07 00:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.192.45','2012-03-07 20:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.243','2012-03-07 23:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.243','2012-03-07 23:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.243','2012-03-07 23:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.243','2012-03-08 03:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.243','2012-03-08 04:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.98','2012-03-08 06:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.243','2012-03-08 06:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.243','2012-03-08 06:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.249.116.206','2012-03-08 11:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.242.193.187','2012-03-08 14:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'208.115.111.75','2012-03-08 18:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.157.220.66','2012-03-09 13:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.44.132.146','2012-03-09 20:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.218.38.220','2012-03-09 21:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.243','2012-03-10 01:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.20','2012-03-10 09:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.19','2012-03-10 09:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.135','2012-03-10 09:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.135','2012-03-10 09:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.135','2012-03-10 15:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.135','2012-03-10 15:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.135','2012-03-10 15:26:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.135','2012-03-10 16:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.135','2012-03-10 16:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.135','2012-03-10 16:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.135','2012-03-10 17:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.121','2012-03-11 19:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.135','2012-03-12 04:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.135','2012-03-12 04:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.135','2012-03-12 04:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.135','2012-03-12 04:22:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.135','2012-03-12 04:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.135','2012-03-12 04:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.135','2012-03-12 04:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.135','2012-03-12 04:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.135','2012-03-12 04:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.135','2012-03-12 09:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.108.25','2012-03-12 15:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.52.104.26','2012-03-12 15:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.32.51.125','2012-03-12 16:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.121','2012-03-12 23:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.108.25','2012-03-13 07:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.146.114.5','2012-03-13 10:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.121','2012-03-13 12:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.121','2012-03-13 12:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.67.175','2012-03-13 12:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.121','2012-03-13 13:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.121','2012-03-13 13:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.121','2012-03-13 13:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.67.175','2012-03-13 13:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.73.45','2012-03-13 14:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.73.45','2012-03-13 14:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'126.112.89.198','2012-03-13 14:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.121','2012-03-14 03:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.121','2012-03-14 03:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.135','2012-03-14 04:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.135','2012-03-14 04:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.135','2012-03-14 04:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.135','2012-03-14 04:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.135','2012-03-14 04:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.135','2012-03-14 04:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.135','2012-03-14 04:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.135','2012-03-14 04:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.135','2012-03-14 04:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.135','2012-03-14 04:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.35.30.137','2012-03-14 06:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.35.30.137','2012-03-14 06:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.196.58','2012-03-14 12:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.196.96','2012-03-14 12:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.196.92','2012-03-14 12:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.196.96','2012-03-14 12:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.196.92','2012-03-14 12:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.196.29','2012-03-14 12:36:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.18.23','2012-03-14 12:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.196.126','2012-03-14 15:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.109.123.148','2012-03-14 18:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.196.62','2012-03-15 11:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.196.28','2012-03-15 11:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.196.62','2012-03-15 11:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.196.58','2012-03-15 12:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.196.62','2012-03-15 12:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.196.93','2012-03-15 13:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.196.95','2012-03-15 13:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.196.32','2012-03-15 13:23:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.196.126','2012-03-15 14:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.85','2012-03-15 14:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.196.125','2012-03-15 16:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.20','2012-03-15 19:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.121','2012-03-15 20:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.135','2012-03-15 21:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.248.105.232','2012-03-15 21:35:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.135','2012-03-15 22:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.135','2012-03-15 22:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.135','2012-03-15 22:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.135','2012-03-15 22:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.135','2012-03-15 22:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.135','2012-03-15 22:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.135','2012-03-15 22:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.139.22.26','2012-03-15 23:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.196.62','2012-03-16 00:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.196.92','2012-03-16 01:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.196.92','2012-03-16 02:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.196.124','2012-03-16 02:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.196.29','2012-03-16 02:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.249.116.206','2012-03-16 05:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.52.104.89','2012-03-16 06:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.135','2012-03-16 07:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.135','2012-03-16 07:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.196.123','2012-03-16 11:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.196.123','2012-03-16 11:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.196.122','2012-03-16 11:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.196.92','2012-03-16 11:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'180.34.129.75','2012-03-16 13:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.95.42.84','2012-03-17 13:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.135','2012-03-17 21:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.135','2012-03-18 02:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.52.104.21','2012-03-18 02:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.135','2012-03-18 03:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.135','2012-03-18 05:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.135','2012-03-18 05:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.135','2012-03-18 05:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.135','2012-03-18 07:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.135','2012-03-18 07:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.135','2012-03-18 09:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.135','2012-03-18 12:16:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.235.237.18','2012-03-19 12:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.235.237.16','2012-03-19 14:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.243.216.190','2012-03-19 15:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.239.14.193','2012-03-19 16:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.239.208.197','2012-03-19 18:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'110.67.237.22','2012-03-19 22:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.135','2012-03-19 23:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.135','2012-03-20 05:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.135','2012-03-20 05:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.135','2012-03-20 05:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.135','2012-03-20 07:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.135','2012-03-20 07:38:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.236.178.15','2012-03-20 17:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.171.11.106','2012-03-20 17:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.171.11.106','2012-03-20 17:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.135','2012-03-20 18:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.135','2012-03-20 18:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.135','2012-03-20 18:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.135','2012-03-20 18:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.239.14.193','2012-03-21 10:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'49.156.201.245','2012-03-21 13:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.204.224','2012-03-22 02:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.196.94','2012-03-22 04:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.135','2012-03-22 08:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.204.240','2012-03-22 09:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.135','2012-03-22 09:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.135','2012-03-22 09:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.135','2012-03-22 09:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.135','2012-03-22 09:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.135','2012-03-22 09:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.135','2012-03-22 09:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.135','2012-03-22 09:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.135','2012-03-22 09:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.135','2012-03-22 09:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.204.240','2012-03-22 19:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.204.224','2012-03-22 20:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.196.124','2012-03-23 03:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.13.189.26','2012-03-23 13:11:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.135','2012-03-23 20:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.135','2012-03-24 02:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.217','2012-03-24 08:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.217','2012-03-24 08:22:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.217','2012-03-24 08:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.217','2012-03-24 08:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.217','2012-03-24 08:22:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.217','2012-03-24 08:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.217','2012-03-24 08:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.217','2012-03-24 12:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.204.224','2012-03-24 17:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.52.104.28','2012-03-25 15:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.173.156.123','2012-03-25 15:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'208.115.111.75','2012-03-25 16:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.217','2012-03-26 09:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.217','2012-03-26 12:55:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.217','2012-03-26 12:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.217','2012-03-26 12:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.217','2012-03-26 12:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.217','2012-03-26 14:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.217','2012-03-26 14:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.217','2012-03-26 14:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.217','2012-03-26 14:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.217','2012-03-26 14:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.224.211.136','2012-03-26 15:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.122.43.145','2012-03-26 16:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.122.43.145','2012-03-26 17:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.122.43.145','2012-03-26 17:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.249.116.206','2012-03-26 21:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.52.110.19','2012-03-27 04:42:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.18','2012-03-27 06:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.67.175','2012-03-27 07:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.101.158.12','2012-03-27 12:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.186.117.144','2012-03-27 17:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.186.117.144','2012-03-27 17:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.101.212.99','2012-03-27 18:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'222.0.54.104','2012-03-27 21:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.170.117.80','2012-03-28 05:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.170.117.80','2012-03-28 05:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.170.117.80','2012-03-28 05:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.217','2012-03-28 08:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.217','2012-03-28 08:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.217','2012-03-28 08:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.217','2012-03-28 08:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.217','2012-03-28 08:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.217','2012-03-28 08:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.217','2012-03-28 08:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.217','2012-03-28 08:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.217','2012-03-28 08:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.217','2012-03-28 09:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.250.166.130','2012-03-28 14:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.250.166.130','2012-03-28 14:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'150.70.64.197','2012-03-28 14:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.235.237.92','2012-03-29 01:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.235.237.85','2012-03-29 02:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.235.237.18','2012-03-29 02:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.235.237.17','2012-03-29 03:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.235.237.20','2012-03-29 04:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'113.33.207.156','2012-03-29 17:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.1.70.216','2012-03-29 17:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.1.70.216','2012-03-29 17:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.34','2012-03-29 22:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.34','2012-03-30 05:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.34','2012-03-30 06:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2012-03-30 06:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.34','2012-03-30 07:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.34','2012-03-30 07:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.34','2012-03-30 08:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2012-03-30 09:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.34','2012-03-30 10:05:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2012-03-30 10:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.204.240','2012-03-30 16:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.106.24.66','2012-03-30 17:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.16','2012-03-31 04:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.18','2012-03-31 04:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'123.198.213.24','2012-03-31 13:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.34','2012-03-31 23:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.34','2012-04-01 03:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.34','2012-04-01 03:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.34','2012-04-01 03:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.34','2012-04-01 03:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2012-04-01 03:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.34','2012-04-01 03:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2012-04-01 03:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.34','2012-04-01 03:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2012-04-01 05:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.235.237.93','2012-04-02 18:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.110.19','2012-04-02 19:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.204.224','2012-04-03 00:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.34','2012-04-03 07:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.34','2012-04-03 07:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.34','2012-04-03 07:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.34','2012-04-03 07:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.34','2012-04-03 07:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.34','2012-04-03 07:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.34','2012-04-03 07:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.34','2012-04-03 08:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.34','2012-04-03 08:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.34','2012-04-03 08:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.52.104.28','2012-04-03 13:33:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'1.33.103.80','2012-04-03 22:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.17','2012-04-04 03:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.165.193.75','2012-04-04 10:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.116','2012-04-05 02:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.116','2012-04-05 02:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.116','2012-04-05 02:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-05 02:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-05 02:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-05 02:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.116','2012-04-05 05:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.116','2012-04-05 06:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.116','2012-04-05 06:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.116','2012-04-05 06:48:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.254.95.5','2012-04-05 10:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'115.177.82.9','2012-04-05 11:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.168','2012-04-05 12:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.168','2012-04-05 12:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.189.114.209','2012-04-05 13:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.117.144','2012-04-05 13:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.186.117.144','2012-04-05 13:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.186.117.144','2012-04-05 13:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.168','2012-04-05 13:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.168','2012-04-05 13:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.168','2012-04-05 13:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.168','2012-04-05 13:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.73.27','2012-04-05 13:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.17.29.107','2012-04-05 16:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'85.17.29.107','2012-04-05 16:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.17.29.107','2012-04-05 16:45:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.17.29.107','2012-04-05 16:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'85.17.29.107','2012-04-05 16:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'85.17.29.107','2012-04-05 16:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.17.29.107','2012-04-05 16:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'85.17.29.107','2012-04-05 16:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'85.17.29.107','2012-04-05 16:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'85.17.29.107','2012-04-05 16:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'85.17.29.107','2012-04-05 17:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'183.77.126.105','2012-04-05 23:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.204.240','2012-04-06 06:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'64.5.40.122','2012-04-06 07:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'64.5.40.122','2012-04-06 07:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.5.40.122','2012-04-06 07:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.255.154.229','2012-04-06 17:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.110.19','2012-04-07 02:56:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.116','2012-04-07 05:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.116','2012-04-07 05:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-07 05:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-07 05:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-07 05:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.116','2012-04-07 08:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.116','2012-04-07 09:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.116','2012-04-07 10:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.116','2012-04-07 10:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.116','2012-04-07 11:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.204.240','2012-04-08 22:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.204.240','2012-04-09 04:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.230.90.117','2012-04-09 15:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'222.230.90.117','2012-04-09 15:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'222.230.90.117','2012-04-09 17:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'222.230.90.117','2012-04-09 17:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.116','2012-04-10 02:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-10 02:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-10 02:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.116','2012-04-10 04:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.116','2012-04-10 04:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.116','2012-04-10 04:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-10 04:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.116','2012-04-10 05:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.116','2012-04-10 05:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.116','2012-04-10 07:43:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.204.224','2012-04-10 08:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.104.28','2012-04-10 17:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.206.222.203','2012-04-11 12:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-11 23:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.116','2012-04-12 04:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-12 04:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.116','2012-04-12 06:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-12 07:09:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.52.104.28','2012-04-12 07:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.116','2012-04-12 07:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-12 08:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.116','2012-04-12 08:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.116','2012-04-12 09:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.116','2012-04-12 10:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.116','2012-04-12 10:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.196.93','2012-04-12 23:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.196.93','2012-04-13 01:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.196.59','2012-04-13 01:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.196.29','2012-04-13 01:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.196.123','2012-04-13 01:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.130.194.19','2012-04-13 12:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.130.194.19','2012-04-13 12:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.63.196.29','2012-04-13 12:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.215.146.97','2012-04-13 15:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.196.123','2012-04-13 15:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.196.126','2012-04-13 15:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.128.189.190','2012-04-13 17:53:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.20','2012-04-13 19:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.18','2012-04-14 01:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-14 03:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-14 07:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-14 07:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.196.62','2012-04-14 11:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.8.82.230','2012-04-15 10:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-16 08:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-16 09:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-16 09:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.104.28','2012-04-16 10:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'61.124.236.224','2012-04-16 15:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.116','2012-04-16 21:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.116','2012-04-16 22:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.116','2012-04-16 22:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.116','2012-04-16 22:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-16 22:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'209.85.238.116','2012-04-16 22:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'209.85.238.116','2012-04-16 22:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.196.31','2012-04-16 23:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.247.42.2','2012-04-17 02:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.196.62','2012-04-17 10:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.196.126','2012-04-17 10:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'61.197.1.52','2012-04-17 20:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.196.58','2012-04-18 00:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-18 03:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-18 03:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-18 03:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.44.166.34','2012-04-18 08:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.44.166.34','2012-04-18 08:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'209.85.238.116','2012-04-18 08:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-18 08:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-18 08:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'209.85.238.116','2012-04-18 09:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.116','2012-04-18 09:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.196.30','2012-04-18 22:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.249.101.203','2012-04-19 08:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.249.101.203','2012-04-19 08:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.249.101.203','2012-04-19 08:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.249.101.203','2012-04-19 08:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.249.101.203','2012-04-19 08:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.249.101.203','2012-04-19 08:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.249.101.203','2012-04-19 08:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.101.203','2012-04-19 08:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.249.101.203','2012-04-19 08:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.249.101.203','2012-04-19 08:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.155','2012-04-19 20:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.204.240','2012-04-20 01:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.116','2012-04-20 11:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.156.223.209','2012-04-20 17:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-21 12:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-21 12:54:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-21 12:54:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.196.96','2012-04-21 23:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'119.63.196.30','2012-04-21 23:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.168','2012-04-21 23:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.116','2012-04-22 07:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.183','2012-04-22 17:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.235.237.20','2012-04-22 21:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-23 01:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-23 06:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-23 08:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.184.224.226','2012-04-23 20:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.116','2012-04-24 01:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.196.126','2012-04-24 04:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.196.124','2012-04-24 04:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.196.122','2012-04-24 04:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.196.123','2012-04-24 11:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.52.104.28','2012-04-24 12:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.204.224','2012-04-24 13:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.221','2012-04-24 16:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.196.61','2012-04-24 16:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.196.122','2012-04-24 16:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.196.93','2012-04-24 16:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.196.62','2012-04-24 18:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.116','2012-04-25 04:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.116','2012-04-25 07:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.116','2012-04-25 07:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.52.104.28','2012-04-26 03:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.119','2012-04-26 05:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.204.224','2012-04-26 05:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.204.240','2012-04-26 10:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.63.196.31','2012-04-26 12:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.63.196.60','2012-04-26 12:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.196.58','2012-04-26 12:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'222.151.230.142','2012-04-26 16:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.120.62.226','2012-04-26 19:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-04-27 02:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.180.232.133','2012-04-27 05:07:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-04-27 08:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-04-27 08:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.219.191.225','2012-04-27 10:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.219.191.225','2012-04-27 10:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'222.144.209.206','2012-04-27 14:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.219.131.254','2012-04-27 14:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.219.131.254','2012-04-27 15:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'218.219.131.254','2012-04-27 15:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.246.252.102','2012-04-27 20:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.246.252.102','2012-04-27 20:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.149','2012-04-28 04:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'208.115.113.91','2012-04-28 11:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.49','2012-04-28 12:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.128.87.3','2012-04-28 14:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'1.113.197.86','2012-04-28 15:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.168','2012-04-28 22:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'218.213.141.58','2012-04-29 02:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.213.141.58','2012-04-29 03:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'38.111.147.83','2012-04-29 12:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'38.111.147.83','2012-04-29 12:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'38.111.147.83','2012-04-29 12:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'38.111.147.83','2012-04-29 12:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'38.111.147.83','2012-04-29 13:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'38.111.147.83','2012-04-29 13:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'38.111.147.83','2012-04-29 13:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.149','2012-04-29 14:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.149','2012-04-29 14:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.149','2012-04-29 14:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.68.129','2012-04-29 17:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.2','2012-04-29 17:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.182','2012-04-29 17:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.164','2012-04-29 17:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'123.217.141.64','2012-04-29 19:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.149','2012-04-30 02:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.199.39','2012-04-30 21:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.204.224','2012-04-30 23:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.199.39','2012-05-01 10:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'182.168.129.92','2012-05-02 00:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.245','2012-05-02 01:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.33.152.24','2012-05-02 06:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.52.109.152','2012-05-02 07:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.245','2012-05-02 09:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.245','2012-05-02 11:08:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.245','2012-05-02 11:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.52.104.28','2012-05-02 14:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.245','2012-05-03 16:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.203','2012-05-03 19:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.245','2012-05-03 21:12:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.208.51.74','2012-05-03 21:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.208.51.74','2012-05-03 21:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.104.87','2012-05-03 21:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.245','2012-05-04 07:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.245','2012-05-04 07:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.245','2012-05-04 07:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.245','2012-05-04 07:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.245','2012-05-04 07:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'180.147.112.203','2012-05-04 23:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'180.147.112.203','2012-05-04 23:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.245','2012-05-05 07:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.245','2012-05-05 07:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.245','2012-05-05 07:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.245','2012-05-05 07:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.204.224','2012-05-05 16:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.192.34.95','2012-05-05 22:11:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.192.34.95','2012-05-05 22:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.192.34.95','2012-05-05 22:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.192.34.95','2012-05-05 22:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.192.34.95','2012-05-05 22:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.192.34.95','2012-05-05 22:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.192.34.95','2012-05-05 22:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.63.196.60','2012-05-06 01:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.63.196.60','2012-05-06 01:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.245','2012-05-06 02:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.245','2012-05-06 11:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.245','2012-05-06 11:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.245','2012-05-06 11:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.245','2012-05-06 11:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.63.196.61','2012-05-06 12:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.63.196.123','2012-05-06 12:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.63.196.30','2012-05-06 12:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'113.151.37.223','2012-05-06 19:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.245','2012-05-07 13:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.245','2012-05-07 13:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.245','2012-05-07 13:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.245','2012-05-07 13:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.245','2012-05-08 03:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.245','2012-05-08 08:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.179.69.29','2012-05-08 09:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.245','2012-05-08 10:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.245','2012-05-08 10:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.245','2012-05-08 10:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.63.196.61','2012-05-08 13:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.185','2012-05-09 11:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.185','2012-05-09 11:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.185','2012-05-09 11:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.185','2012-05-09 11:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.215','2012-05-09 15:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.215','2012-05-09 18:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.235.237.92','2012-05-09 19:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.185','2012-05-10 10:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.185','2012-05-10 10:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.185','2012-05-10 10:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.185','2012-05-10 10:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.185','2012-05-10 10:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.185','2012-05-10 10:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.1.104.30','2012-05-10 11:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.170.10.107','2012-05-10 12:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.170.10.107','2012-05-10 12:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.215','2012-05-10 15:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.49','2012-05-10 20:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'220.107.185.251','2012-05-11 07:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.129.61.230','2012-05-11 13:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.185','2012-05-11 14:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.185','2012-05-11 14:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.185','2012-05-11 14:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.185','2012-05-11 14:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.185','2012-05-12 09:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.185','2012-05-12 11:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.185','2012-05-12 11:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.185','2012-05-12 11:04:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.185','2012-05-12 11:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.185','2012-05-12 11:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.235.237.17','2012-05-12 14:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.235.237.85','2012-05-12 15:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.215','2012-05-12 22:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.198.69.18','2012-05-12 23:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.185','2012-05-13 04:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.185','2012-05-13 04:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.185','2012-05-13 04:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.185','2012-05-13 04:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.215','2012-05-13 20:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.63.196.93','2012-05-13 23:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.52.104.21','2012-05-14 00:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.185','2012-05-14 03:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.185','2012-05-14 06:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.185','2012-05-14 06:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.185','2012-05-14 06:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.185','2012-05-14 06:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.185','2012-05-14 06:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.215','2012-05-14 06:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.215','2012-05-14 07:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.148.24.8','2012-05-14 14:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.104.15.134','2012-05-14 14:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.50.160.25','2012-05-14 15:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.50.160.25','2012-05-14 15:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.63.196.29','2012-05-14 23:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.161.43.33','2012-05-15 05:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.215','2012-05-15 05:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.215','2012-05-15 05:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.215','2012-05-15 06:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.215','2012-05-15 06:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.185','2012-05-15 07:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.185','2012-05-15 08:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.185','2012-05-15 08:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.185','2012-05-15 08:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.215','2012-05-15 08:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.215','2012-05-15 09:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.215','2012-05-15 09:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.219.199.61','2012-05-15 18:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.215','2012-05-15 20:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.215','2012-05-16 01:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.7.67','2012-05-16 06:10:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.7.67','2012-05-16 06:13:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.181.113.71','2012-05-16 07:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.181.113.71','2012-05-16 07:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.185','2012-05-16 11:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.185','2012-05-16 11:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.185','2012-05-16 11:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.185','2012-05-16 11:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.185','2012-05-16 11:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.185','2012-05-16 11:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.240.83.155','2012-05-16 13:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'150.70.97.42','2012-05-17 01:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.97.42','2012-05-17 03:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.63.196.96','2012-05-17 11:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.63.196.31','2012-05-17 11:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.251.119.154','2012-05-17 11:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'180.50.160.25','2012-05-17 11:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'180.50.160.25','2012-05-17 11:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'180.50.160.25','2012-05-17 11:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.251.119.154','2012-05-17 14:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.251.119.154','2012-05-17 14:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'113.35.202.124','2012-05-17 17:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.163.170.89','2012-05-17 17:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.63.196.31','2012-05-17 23:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.63.196.61','2012-05-17 23:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'119.63.196.32','2012-05-17 23:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.185','2012-05-17 23:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'119.235.237.20','2012-05-18 09:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.185','2012-05-18 10:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.185','2012-05-18 10:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.185','2012-05-18 10:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'180.50.160.25','2012-05-18 11:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.50.160.25','2012-05-18 13:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.63.196.123','2012-05-19 11:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.63.196.61','2012-05-19 11:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.185','2012-05-19 13:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.185','2012-05-19 13:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.185','2012-05-19 13:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.185','2012-05-19 13:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.185','2012-05-19 13:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.185','2012-05-19 13:44:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.185','2012-05-19 13:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.147.240.141','2012-05-19 19:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.63.196.60','2012-05-19 23:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.185','2012-05-20 06:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.185','2012-05-20 06:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.185','2012-05-20 06:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'211.124.76.77','2012-05-20 10:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'118.7.170.178','2012-05-20 17:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.7.170.178','2012-05-20 17:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.7.170.178','2012-05-20 17:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'118.7.170.178','2012-05-20 17:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.7.170.178','2012-05-20 17:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.7.170.178','2012-05-20 17:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.82.96.3','2012-05-20 22:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'211.132.172.217','2012-05-21 10:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.63.196.95','2012-05-21 11:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.185','2012-05-21 17:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.235.237.18','2012-05-21 18:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.185','2012-05-21 18:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.185','2012-05-21 18:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.185','2012-05-21 18:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.185','2012-05-21 18:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.185','2012-05-21 18:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.185','2012-05-21 18:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.185','2012-05-22 08:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.185','2012-05-22 08:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.185','2012-05-22 08:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'223.132.20.157','2012-05-22 09:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'59.84.168.4','2012-05-22 14:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.63.196.96','2012-05-22 15:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.86.201.25','2012-05-22 17:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.6.183.73','2012-05-22 20:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.235.237.16','2012-05-23 01:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.27.174.155','2012-05-23 06:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.185','2012-05-23 13:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.185','2012-05-23 13:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.185','2012-05-23 13:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.185','2012-05-23 13:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.185','2012-05-23 13:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.185','2012-05-23 13:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.185','2012-05-23 13:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.1.197.103','2012-05-24 09:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.1.197.103','2012-05-24 09:54:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'203.209.178.82','2012-05-24 10:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.209','2012-05-24 11:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.209','2012-05-24 11:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.209','2012-05-24 11:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.17.159.95','2012-05-25 04:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.163.69.254','2012-05-25 10:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'61.206.48.153','2012-05-25 15:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'61.206.48.153','2012-05-25 15:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-05-25 15:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-05-25 15:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-05-25 15:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-05-25 15:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-05-25 15:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-05-25 15:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-05-25 15:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.196.30','2012-05-25 21:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-05-26 16:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-05-26 16:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-05-26 16:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.63.196.126','2012-05-26 19:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-05-27 12:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-05-27 13:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-05-27 13:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-05-27 13:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-05-27 13:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.196.165.242','2012-05-27 15:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-05-27 20:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-05-27 20:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.63.196.30','2012-05-28 13:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.63.196.124','2012-05-28 13:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.21.198.221','2012-05-28 16:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.151.157.13','2012-05-28 17:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.63.196.60','2012-05-29 03:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'59.84.168.4','2012-05-29 09:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.151.157.10','2012-05-29 09:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'59.84.168.4','2012-05-29 10:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'59.84.168.4','2012-05-29 10:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-05-29 11:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'59.84.168.4','2012-05-29 12:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.112.112.94','2012-05-29 14:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-05-29 17:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-05-29 17:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-05-29 17:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-05-29 17:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-05-29 17:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-05-29 17:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-05-29 17:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-05-29 17:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-05-29 17:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.63.196.61','2012-05-30 23:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.31.135.2','2012-05-31 08:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.186.119.144','2012-05-31 13:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.186.127.28','2012-05-31 13:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'212.113.37.106','2012-05-31 13:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.186.119.136','2012-05-31 13:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.186.127.14','2012-05-31 13:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'213.186.119.133','2012-06-01 03:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.186.127.14','2012-06-01 03:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-01 09:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.122.27.162','2012-06-01 13:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-01 15:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-01 15:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-01 15:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-01 15:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-01 15:42:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-01 15:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-01 15:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-01 15:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-01 18:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-03 06:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-03 15:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-03 15:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-03 15:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-03 15:17:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-03 15:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-03 15:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-03 15:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-03 15:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-03 15:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.161.43.33','2012-06-03 22:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.161.43.33','2012-06-03 22:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.161.43.33','2012-06-03 22:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.161.43.33','2012-06-03 22:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.161.43.33','2012-06-03 22:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.161.43.33','2012-06-03 22:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.235.237.85','2012-06-04 04:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'119.235.237.17','2012-06-04 22:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'210.138.100.134','2012-06-05 10:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.131.98.161','2012-06-05 14:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.197.187.168','2012-06-05 16:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.197.187.168','2012-06-05 16:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.235.237.93','2012-06-05 18:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.235.237.92','2012-06-05 19:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-05 20:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-05 20:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-05 20:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-05 20:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-05 20:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-05 20:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-05 20:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-05 20:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-05 20:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-05 20:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'119.235.237.93','2012-06-05 20:54:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.235.237.92','2012-06-05 21:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'119.235.237.18','2012-06-05 22:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'119.235.237.16','2012-06-05 23:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.110.213.190','2012-06-06 13:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.208.228.248','2012-06-06 18:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'111.109.159.67','2012-06-06 20:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'111.109.159.67','2012-06-06 20:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-07 09:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-07 14:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-07 14:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-07 16:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-07 17:26:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-07 17:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-07 18:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-07 18:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-07 22:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.12.141.42','2012-06-07 22:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'180.3.211.202','2012-06-09 10:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.3.211.202','2012-06-09 11:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-09 15:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-09 15:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-09 15:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-09 15:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-09 15:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-09 15:58:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-09 19:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-09 21:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.52.110.145','2012-06-09 22:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-09 23:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.204.180','2012-06-10 01:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.215','2012-06-10 17:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.146.113.145','2012-06-10 18:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.146.113.145','2012-06-10 18:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.146.113.145','2012-06-10 18:52:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-11 13:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-11 16:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-11 16:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-11 16:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-11 16:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-11 16:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-11 16:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-11 16:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-11 16:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.215','2012-06-12 01:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.204.241','2012-06-12 02:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.204.241','2012-06-12 02:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.19','2012-06-12 21:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.53','2012-06-13 09:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.199.53','2012-06-13 13:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.104.75','2012-06-13 17:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.215','2012-06-13 17:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-13 19:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-13 19:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-13 19:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-13 19:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-13 19:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-13 19:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-13 19:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-13 19:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-13 19:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.199.53','2012-06-13 21:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'163.135.17.41','2012-06-13 21:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.98','2012-06-13 21:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.98','2012-06-14 14:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.204.241','2012-06-14 15:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-14 17:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.98','2012-06-14 21:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.106.223.70','2012-06-14 21:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'119.235.237.19','2012-06-14 21:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.215','2012-06-14 22:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.104.75','2012-06-14 22:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.52.110.151','2012-06-14 23:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.52.104.14','2012-06-14 23:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'119.235.237.16','2012-06-15 01:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-15 09:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-15 14:41:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-15 15:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-15 15:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.204.177','2012-06-15 16:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-15 16:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.204.177','2012-06-15 17:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-15 17:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.204.177','2012-06-15 17:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-15 18:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-15 18:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-15 20:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-16 09:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'207.46.13.15','2012-06-17 01:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.17.200','2012-06-17 01:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.108.26','2012-06-17 10:32:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.108.26','2012-06-17 16:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-17 16:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-17 18:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-17 18:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-17 18:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-17 18:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-17 18:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-17 18:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-17 18:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.17.200','2012-06-17 19:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-17 20:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-18 13:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.36.183.234','2012-06-18 19:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'120.75.155.170','2012-06-18 21:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.4.132.207','2012-06-18 22:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.89.226.254','2012-06-19 01:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.215','2012-06-19 02:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.215','2012-06-19 02:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.215','2012-06-19 02:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.215','2012-06-19 03:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.215','2012-06-19 03:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.215','2012-06-19 03:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.215','2012-06-19 03:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.7.91.97','2012-06-19 09:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.163.62.17','2012-06-19 10:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.163.62.17','2012-06-19 10:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.163.206.134','2012-06-19 11:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'180.19.104.8','2012-06-19 13:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'180.19.104.8','2012-06-19 13:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'183.76.217.143','2012-06-19 15:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'183.76.217.143','2012-06-19 15:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.215','2012-06-19 15:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.204.191','2012-06-19 15:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.128.123.251','2012-06-19 16:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-19 23:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-19 23:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-19 23:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-19 23:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-19 23:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-19 23:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-19 23:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-19 23:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-20 00:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.18.24','2012-06-20 06:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.233.36.224','2012-06-20 07:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.162.57.168','2012-06-20 09:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.199.158.195','2012-06-20 10:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'164.71.1.221','2012-06-20 15:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.18.24','2012-06-20 16:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.55.18.24','2012-06-20 17:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'110.4.173.64','2012-06-20 17:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'110.4.173.64','2012-06-20 17:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.55.18.24','2012-06-20 23:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.84.49.78','2012-06-21 15:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.220.135.101','2012-06-21 15:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.246.252.102','2012-06-21 15:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.246.252.102','2012-06-21 15:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-21 16:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-21 17:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.52.108.20','2012-06-22 09:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'176.9.51.137','2012-06-22 11:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'176.9.51.137','2012-06-22 11:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'176.9.51.137','2012-06-22 11:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'176.9.51.137','2012-06-22 11:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'176.9.51.137','2012-06-22 11:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'176.9.51.137','2012-06-22 11:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'176.9.51.137','2012-06-22 11:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.102','2012-06-22 16:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.102','2012-06-22 16:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'122.22.71.198','2012-06-22 20:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.215','2012-06-23 06:43:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.204.175','2012-06-23 06:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-23 14:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-23 14:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.215','2012-06-23 18:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'119.235.237.85','2012-06-23 19:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.52.110.152','2012-06-24 04:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.204.175','2012-06-24 05:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.235.237.18','2012-06-24 08:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.52.109.26','2012-06-24 15:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'111.109.159.67','2012-06-25 06:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-25 14:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-25 15:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.151.149.121','2012-06-26 09:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.215','2012-06-26 10:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.215','2012-06-26 10:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.215','2012-06-26 12:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.215','2012-06-26 16:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.215','2012-06-26 16:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.215','2012-06-26 16:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.215','2012-06-26 17:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.215','2012-06-26 17:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.215','2012-06-26 17:30:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.215','2012-06-26 19:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.215','2012-06-26 20:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.215','2012-06-26 20:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.215','2012-06-26 20:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.235.237.92','2012-06-27 00:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.215','2012-06-27 12:22:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-06-27 13:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-06-27 15:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.106.116.16','2012-06-27 15:18:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.106.116.16','2012-06-27 15:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-28 11:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'85.17.29.107','2012-06-28 19:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.215','2012-06-28 23:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-06-29 01:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-06-29 01:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-06-29 01:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-06-29 06:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-06-29 06:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-06-29 07:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-06-29 08:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.106.116.16','2012-06-29 10:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.79.100.64','2012-06-29 14:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.79.100.64','2012-06-29 14:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.35.106.66','2012-06-29 17:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.110.152','2012-06-30 05:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.52.110.152','2012-06-30 07:20:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-06-30 19:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-07-01 01:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-07-01 02:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-07-01 07:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-07-01 07:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-07-01 09:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-07-01 09:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-07-01 09:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-07-01 09:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-07-01 09:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.19.100.254','2012-07-01 14:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.170','2012-07-01 23:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.110.147','2012-07-02 00:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.122.247.104','2012-07-02 08:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-07-02 14:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-07-02 15:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-07-02 17:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.175.128.68','2012-07-02 17:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-07-02 19:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-07-02 19:36:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-07-02 20:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-07-02 20:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-07-02 21:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-07-02 21:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-07-02 22:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.123.199.143','2012-07-03 13:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.110.147','2012-07-03 14:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.179.29.67','2012-07-03 20:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.179.29.67','2012-07-03 20:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.166.181.253','2012-07-03 20:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-07-04 14:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-07-04 14:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-07-04 14:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-07-04 15:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-07-04 16:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-07-04 16:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.28.47.113','2012-07-04 16:41:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-07-04 17:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-07-04 17:20:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-07-04 17:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-07-04 18:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.103.67.201','2012-07-04 19:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'182.164.248.107','2012-07-05 04:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.110.147','2012-07-05 08:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.213.220.93','2012-07-05 10:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.18.22','2012-07-05 12:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.228.150.180','2012-07-05 13:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.235.237.19','2012-07-05 22:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.127.74.129','2012-07-06 11:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'59.139.20.138','2012-07-06 14:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-07-06 19:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-07-06 19:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-07-06 19:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-07-06 19:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-07-06 19:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-07-06 19:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-07-06 19:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-07-06 19:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-07-06 19:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-07-06 19:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'96.252.108.129','2012-07-07 02:26:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'96.252.108.129','2012-07-07 02:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'96.252.108.129','2012-07-07 02:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'119.235.237.19','2012-07-07 21:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.52.110.18','2012-07-07 23:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.133','2012-07-08 01:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.1.167.168','2012-07-08 13:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.235','2012-07-08 13:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.235','2012-07-08 18:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.235','2012-07-08 18:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.235','2012-07-08 18:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.235','2012-07-08 18:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.235','2012-07-08 18:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.235','2012-07-08 20:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.235','2012-07-08 20:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.235','2012-07-08 21:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.235','2012-07-08 21:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.133','2012-07-09 10:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.110.147','2012-07-09 11:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'123.222.251.144','2012-07-09 11:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.133','2012-07-09 16:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.18.26','2012-07-09 22:17:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.154.162.81','2012-07-10 08:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.154.162.81','2012-07-10 09:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.16.87','2012-07-10 12:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.32.190.67','2012-07-10 19:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.138.104.134','2012-07-10 19:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.245','2012-07-10 21:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-11 08:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-11 08:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.199.44','2012-07-11 09:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-11 09:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-11 09:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-11 09:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-11 09:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-11 10:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-07-11 10:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-11 10:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.40.42.102','2012-07-12 16:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-12 21:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-12 21:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-12 21:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-12 21:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-12 23:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-13 00:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-13 00:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-13 00:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-07-13 03:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-13 03:35:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.10.88.31','2012-07-13 09:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.10.88.31','2012-07-13 10:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.204.180','2012-07-13 15:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.0.144.64','2012-07-13 17:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.87.239.41','2012-07-14 11:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.0.157.137','2012-07-14 15:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.0.157.137','2012-07-14 15:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.0.157.137','2012-07-14 15:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-14 18:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-14 18:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-14 18:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-14 18:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-14 18:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-14 18:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-07-14 18:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-14 18:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-14 18:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-14 18:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'119.235.237.20','2012-07-15 14:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.111.33.202','2012-07-16 10:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-16 19:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-16 19:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-16 19:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.103.90.243','2012-07-16 19:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.103.90.243','2012-07-16 19:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-16 20:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.235.237.17','2012-07-16 20:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-16 20:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-16 20:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-16 21:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-16 22:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-07-16 22:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-16 22:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-18 15:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-18 18:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-18 18:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-18 21:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-18 22:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-18 22:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-18 22:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-19 00:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-07-19 00:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-19 00:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.5','2012-07-19 01:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.127.255.215','2012-07-19 16:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.235.237.19','2012-07-19 18:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.5','2012-07-20 10:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.235.237.92','2012-07-20 13:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.241.100.26','2012-07-20 14:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.241.100.26','2012-07-20 14:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-20 19:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-21 00:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-21 01:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.104.87','2012-07-21 01:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-21 03:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-21 04:11:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-21 05:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-21 05:44:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-21 06:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-07-21 07:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-21 08:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.192.34.95','2012-07-21 19:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.192.34.95','2012-07-21 19:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.192.34.95','2012-07-21 19:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.192.34.95','2012-07-21 19:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.192.34.95','2012-07-21 19:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.192.34.95','2012-07-21 19:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.192.34.95','2012-07-21 19:41:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.91.226.162','2012-07-22 00:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-22 17:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-22 17:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-22 17:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-22 21:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-22 22:45:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-22 23:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-22 23:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-23 00:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-07-23 00:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-23 01:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'178.63.75.80','2012-07-23 07:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.63.75.80','2012-07-23 07:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.63.75.80','2012-07-23 07:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'178.63.75.80','2012-07-23 07:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'178.63.75.80','2012-07-23 07:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'178.63.75.80','2012-07-23 07:05:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'178.63.75.80','2012-07-23 07:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.5','2012-07-23 08:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.17.147','2012-07-24 03:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-25 02:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-25 02:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-25 02:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-25 02:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-25 02:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-07-25 02:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-25 02:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-25 02:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-25 02:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-25 10:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.52.109.150','2012-07-25 13:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'49.134.178.133','2012-07-25 16:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.163.49.221','2012-07-25 18:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.17.147','2012-07-26 07:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.12.208.148','2012-07-26 09:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'211.12.208.148','2012-07-26 10:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-26 13:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'122.216.73.50','2012-07-26 14:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'122.216.73.50','2012-07-26 14:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-26 23:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-26 23:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-27 02:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-27 02:03:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-27 02:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-27 02:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-27 02:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-27 02:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.108.25','2012-07-27 08:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.17.196','2012-07-27 09:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'126.212.137.211','2012-07-27 10:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'126.212.137.211','2012-07-27 10:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.5','2012-07-27 13:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'188.165.201.134','2012-07-27 22:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.17.144','2012-07-28 10:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.17.196','2012-07-28 11:09:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.214','2012-07-28 15:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-28 16:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-28 16:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-28 16:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-28 16:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-28 16:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-28 17:42:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.146.113.20','2012-07-28 17:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-28 19:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-28 20:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-28 20:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.52.108.24','2012-07-29 12:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-07-30 22:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-07-31 04:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-07-31 04:30:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-07-31 07:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-07-31 09:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-07-31 09:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'182.167.26.202','2012-07-31 10:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.75.161','2012-07-31 10:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-07-31 12:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-07-31 12:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-07-31 12:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.5','2012-08-01 01:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.163','2012-08-01 11:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-08-01 19:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.163','2012-08-01 19:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-08-01 21:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-08-01 22:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-08-01 22:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-08-01 22:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-08-01 22:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-08-01 22:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-08-01 22:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-08-02 02:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.17.149','2012-08-02 09:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.174.19.67','2012-08-02 11:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.95.236','2012-08-03 11:14:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.97.42','2012-08-03 11:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.55.220.162','2012-08-03 13:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.84','2012-08-03 19:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.84','2012-08-03 20:25:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.84','2012-08-03 20:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.84','2012-08-03 22:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.84','2012-08-03 23:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.84','2012-08-03 23:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.84','2012-08-03 23:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.84','2012-08-04 01:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.84','2012-08-04 04:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.180.34.186','2012-08-04 22:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.165.77.14','2012-08-05 14:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-08-05 17:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-08-05 22:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-08-05 22:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-08-05 22:45:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-08-06 00:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-08-06 00:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-08-06 01:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-08-06 01:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-08-06 02:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.180.34.186','2012-08-06 05:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.32.153.146','2012-08-06 19:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.180.34.186','2012-08-07 13:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.248.73.112','2012-08-07 13:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.17.200','2012-08-07 22:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.169','2012-08-08 08:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.169','2012-08-08 08:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.169','2012-08-08 08:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.169','2012-08-08 08:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.169','2012-08-08 08:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.169','2012-08-08 08:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.169','2012-08-08 08:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.169','2012-08-08 08:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.169','2012-08-08 08:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.169','2012-08-08 08:22:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.216.167.163','2012-08-08 09:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.169.113','2012-08-08 10:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.169.113','2012-08-08 10:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.169.113','2012-08-08 10:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.169.113','2012-08-08 10:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.206.218.81','2012-08-08 14:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.189.6.2','2012-08-08 19:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'116.82.103.53','2012-08-08 23:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.107.186.72','2012-08-09 03:07:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.107.186.72','2012-08-09 03:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.107.186.72','2012-08-09 03:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.107.186.72','2012-08-09 03:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.107.186.72','2012-08-09 03:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.107.186.72','2012-08-09 03:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.107.186.72','2012-08-09 03:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.107.186.72','2012-08-09 03:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'43.244.209.147','2012-08-09 11:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'43.244.209.147','2012-08-09 11:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'43.244.209.147','2012-08-09 11:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.101.32.71','2012-08-09 14:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.146.247.156','2012-08-09 16:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.131.125.221','2012-08-09 21:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.131.125.221','2012-08-09 21:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'49.98.8.106','2012-08-09 22:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.192.48','2012-08-10 04:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.51','2012-08-10 05:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.192.48','2012-08-10 06:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.215','2012-08-10 06:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.51','2012-08-10 08:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.51','2012-08-10 08:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.51','2012-08-10 08:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.51','2012-08-10 08:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.51','2012-08-10 08:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.52.104.28','2012-08-10 08:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.32.119.252','2012-08-10 10:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2012-08-10 13:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.51','2012-08-10 14:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'219.108.45.73','2012-08-10 16:08:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'219.108.45.73','2012-08-10 16:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.42.90.124','2012-08-11 01:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.42.90.124','2012-08-11 01:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.42.90.124','2012-08-11 01:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.165.255.197','2012-08-11 02:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.215','2012-08-11 06:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.215','2012-08-11 06:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.215','2012-08-11 06:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.215','2012-08-11 06:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.215','2012-08-11 06:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.215','2012-08-11 06:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.215','2012-08-11 06:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.215','2012-08-11 06:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.215','2012-08-11 06:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.109.8','2012-08-11 14:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.192.48','2012-08-11 15:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.69.51','2012-08-11 15:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.215','2012-08-11 17:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.115.111.75','2012-08-12 08:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.51','2012-08-12 14:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.51','2012-08-12 14:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.51','2012-08-12 14:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.51','2012-08-12 14:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.51','2012-08-12 14:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.51','2012-08-12 14:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.67.229','2012-08-12 14:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.51','2012-08-12 14:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.215','2012-08-13 03:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.215','2012-08-13 03:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.215','2012-08-13 03:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.215','2012-08-13 03:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.215','2012-08-13 03:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.215','2012-08-13 03:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.215','2012-08-13 03:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.215','2012-08-13 03:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.215','2012-08-13 03:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.215','2012-08-13 20:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.110.34','2012-08-14 10:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'203.141.134.125','2012-08-14 16:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'203.141.134.125','2012-08-14 16:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.215','2012-08-14 19:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.215','2012-08-14 19:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.51','2012-08-14 19:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.204.243','2012-08-14 20:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.113.91','2012-08-14 22:21:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.110.34','2012-08-14 23:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'208.115.113.91','2012-08-15 06:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'62.212.73.211','2012-08-15 10:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.212.73.211','2012-08-15 10:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.212.73.211','2012-08-15 10:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.212.73.211','2012-08-15 10:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.212.73.211','2012-08-15 10:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'62.212.73.211','2012-08-15 10:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'62.212.73.211','2012-08-15 10:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.212.73.211','2012-08-15 10:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.212.73.211','2012-08-15 10:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.212.73.211','2012-08-15 10:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.212.73.211','2012-08-15 10:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.212.73.211','2012-08-15 10:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.212.73.211','2012-08-15 10:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.212.73.211','2012-08-15 10:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.212.73.211','2012-08-15 10:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.242.58.50','2012-08-16 00:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'208.115.113.91','2012-08-16 02:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.17.236.191','2012-08-16 15:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.17.236.191','2012-08-16 15:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.117','2012-08-16 15:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (82,35,'202.17.236.191','2012-08-16 17:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.52.104.10','2012-08-16 20:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.5','2012-08-16 22:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.179','2012-08-17 02:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.179','2012-08-17 02:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.222','2012-08-17 12:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'164.71.1.220','2012-08-17 13:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'116.82.141.65','2012-08-17 14:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'116.82.141.65','2012-08-17 14:41:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.45.129.180','2012-08-17 17:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.5','2012-08-17 18:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.143.141.201','2012-08-17 19:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'43.244.209.147','2012-08-18 16:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'43.244.209.147','2012-08-18 16:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'43.244.209.147','2012-08-18 16:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'43.244.209.147','2012-08-18 16:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'43.244.209.147','2012-08-18 16:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'43.244.209.147','2012-08-18 16:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'43.244.209.147','2012-08-18 16:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.179','2012-08-18 21:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.179','2012-08-18 21:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.52.110.152','2012-08-19 00:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.52.110.152','2012-08-19 00:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.5','2012-08-19 02:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'183.79.63.53','2012-08-19 09:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.204.175','2012-08-19 20:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.105.34.192','2012-08-19 21:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.105.34.192','2012-08-19 22:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.44.214.79','2012-08-20 14:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.148.112.66','2012-08-20 16:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.179','2012-08-20 19:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.179','2012-08-20 21:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.5','2012-08-21 11:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'125.0.114.164','2012-08-21 14:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'164.71.1.221','2012-08-21 14:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.104.28','2012-08-21 20:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.52.104.28','2012-08-21 20:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.179','2012-08-21 22:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.179','2012-08-22 12:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'58.1.249.188','2012-08-22 13:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.179','2012-08-22 20:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.179','2012-08-22 20:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.179','2012-08-22 20:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.179','2012-08-22 20:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.179','2012-08-22 20:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.179','2012-08-22 20:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.179','2012-08-22 20:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.179','2012-08-22 20:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.115.111.75','2012-08-23 00:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.52.104.75','2012-08-23 05:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.52.104.26','2012-08-23 07:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.52.104.75','2012-08-23 07:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.16.57','2012-08-23 08:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.119.34.39','2012-08-23 19:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.179','2012-08-23 21:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.179','2012-08-23 22:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.186.91.45','2012-08-24 13:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.106','2012-08-24 14:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.16.57','2012-08-24 14:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.218.251.202','2012-08-24 16:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.69.5','2012-08-24 18:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.18.22','2012-08-24 21:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.87.42.246','2012-08-25 01:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'208.115.113.91','2012-08-25 10:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.179','2012-08-25 12:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.179','2012-08-25 12:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.179','2012-08-25 12:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.179','2012-08-25 12:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.179','2012-08-25 12:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.179','2012-08-25 12:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.179','2012-08-25 12:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.179','2012-08-25 12:35:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'208.115.113.91','2012-08-25 14:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.179','2012-08-25 22:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.179','2012-08-26 00:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.17.147','2012-08-26 06:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.179','2012-08-27 02:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.18.22','2012-08-27 03:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.179','2012-08-27 03:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.179','2012-08-27 03:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.179','2012-08-27 03:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.179','2012-08-27 03:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.179','2012-08-27 04:00:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.179','2012-08-27 04:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.179','2012-08-27 04:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.71.1.148','2012-08-27 20:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.179','2012-08-27 20:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.179','2012-08-27 20:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.115.111.75','2012-08-28 07:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'211.5.190.17','2012-08-28 12:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'211.5.190.17','2012-08-28 12:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.5','2012-08-28 23:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'209.85.238.243','2012-08-29 00:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.243','2012-08-29 00:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.243','2012-08-29 00:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.243','2012-08-29 00:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.243','2012-08-29 00:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.243','2012-08-29 00:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.243','2012-08-29 00:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.243','2012-08-29 00:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.5','2012-08-30 03:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.249','2012-08-30 07:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.120.1.114','2012-08-30 10:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.120.1.114','2012-08-30 10:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.12.232.245','2012-08-30 18:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'1.33.206.140','2012-08-31 17:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.35.93','2012-08-31 20:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.249','2012-09-01 05:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.113.91','2012-09-01 17:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.35.47','2012-09-02 07:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'131.253.46.231','2012-09-02 14:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.188.16.19','2012-09-02 18:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.5','2012-09-02 19:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.5','2012-09-03 04:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.249','2012-09-03 04:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.146.222.66','2012-09-03 22:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.151.157.11','2012-09-04 09:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'118.151.157.11','2012-09-04 09:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'219.166.152.209','2012-09-04 10:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.63.64.10','2012-09-04 11:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.255.115.206','2012-09-04 12:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.249','2012-09-04 14:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'158.217.250.23','2012-09-05 10:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2012-09-05 15:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.249','2012-09-06 04:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.77.225.236','2012-09-06 12:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.122.247.104','2012-09-06 12:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'219.122.247.104','2012-09-06 12:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'61.197.230.153','2012-09-07 11:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'150.70.75.31','2012-09-07 11:12:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'183.79.63.69','2012-09-08 00:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.32.108','2012-09-08 08:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.199','2012-09-08 09:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'131.253.47.155','2012-09-08 10:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.75','2012-09-09 12:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'183.79.63.86','2012-09-09 13:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.199','2012-09-10 11:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.2.131.89','2012-09-10 20:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.249.71.52','2012-09-11 11:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'61.22.160.5','2012-09-11 13:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.56.229.187','2012-09-11 16:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.42.29.16','2012-09-11 18:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'222.147.216.109','2012-09-11 18:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'202.246.252.102','2012-09-11 20:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.199','2012-09-12 02:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.147','2012-09-13 00:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.147','2012-09-13 04:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.22','2012-09-13 07:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.138.131.70','2012-09-13 09:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.55.24.220','2012-09-13 14:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'118.103.65.35','2012-09-14 10:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.22','2012-09-14 13:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'36.2.73.238','2012-09-14 15:00:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.70.75.161','2012-09-14 15:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.63.64.10','2012-09-14 16:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.134.131.155','2012-09-14 18:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.69.5','2012-09-15 21:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.69.5','2012-09-15 21:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.69.5','2012-09-15 21:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'49.133.236.180','2012-09-15 23:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.35.91','2012-09-16 01:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.32.154','2012-09-16 02:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.22','2012-09-16 06:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.115.113.91','2012-09-17 18:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.22','2012-09-18 05:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.182.70','2012-09-18 11:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.169.10.41','2012-09-18 12:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'220.157.230.20','2012-09-18 13:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.32.86','2012-09-19 00:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.25','2012-09-19 03:46:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.69.11','2012-09-19 08:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.11','2012-09-19 08:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.69.11','2012-09-19 11:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.11.179.59','2012-09-19 11:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.25','2012-09-20 05:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.69.11','2012-09-20 10:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.98.6.114','2012-09-20 13:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.155.197.19','2012-09-20 14:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'150.70.75.161','2012-09-20 14:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.69.11','2012-09-20 16:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'113.146.143.130','2012-09-20 16:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.64.197','2012-09-20 17:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.74.25','2012-09-21 08:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'183.77.224.211','2012-09-21 16:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.27.129.92','2012-09-21 17:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.83.159.162','2012-09-21 18:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'131.253.47.215','2012-09-21 21:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.25','2012-09-22 09:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.25','2012-09-22 16:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.69.11','2012-09-22 18:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.25','2012-09-24 06:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.75','2012-09-24 12:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.97.212.83','2012-09-24 23:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.122.247.104','2012-09-25 11:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.122.247.104','2012-09-25 11:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'182.167.63.162','2012-09-25 11:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'182.167.63.162','2012-09-25 11:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.122.247.104','2012-09-25 11:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'150.70.172.232','2012-09-25 11:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.122.247.104','2012-09-25 11:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.7.67','2012-09-25 22:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'203.82.92.69','2012-09-25 22:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.82.92.69','2012-09-25 22:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.7.67','2012-09-25 22:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'203.82.92.69','2012-09-25 22:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.7.67','2012-09-25 22:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'61.46.243.95','2012-09-25 22:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.82.92.69','2012-09-25 22:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.69.11','2012-09-25 23:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.69.11','2012-09-25 23:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.69.11','2012-09-25 23:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.25','2012-09-26 02:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.157.201.254','2012-09-26 11:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.238.166.205','2012-09-26 12:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.238.166.205','2012-09-26 12:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.25','2012-09-26 13:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.128.172.150','2012-09-26 14:56:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.25','2012-09-26 17:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.32.75','2012-09-26 21:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.216.178.42','2012-09-27 13:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.69.11','2012-09-27 19:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.69.11','2012-09-27 19:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.25','2012-09-28 04:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'221.114.46.186','2012-09-29 20:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.25','2012-09-30 02:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'209.85.238.25','2012-10-01 18:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'209.85.238.25','2012-10-01 18:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'209.85.238.25','2012-10-01 18:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.69.11','2012-10-01 22:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.69.11','2012-10-01 22:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.11','2012-10-01 22:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.69.11','2012-10-01 22:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.69.11','2012-10-01 22:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.69.11','2012-10-01 22:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.25','2012-10-02 01:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.148.6.53','2012-10-02 07:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.161','2012-10-02 07:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.251.42.186','2012-10-02 10:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'202.213.234.1','2012-10-03 11:22:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.22','2012-10-03 14:48:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.22','2012-10-03 18:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.103.65.35','2012-10-03 18:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.22','2012-10-04 10:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.109.33.130','2012-10-04 15:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.22','2012-10-05 09:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.22','2012-10-05 14:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.22','2012-10-05 17:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'59.86.13.101','2012-10-05 22:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.75.161','2012-10-05 23:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'113.149.189.242','2012-10-05 23:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.69.17','2012-10-06 07:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.22','2012-10-06 13:34:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.21.142.189','2012-10-06 16:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.170.23.7','2012-10-06 19:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.170.23.7','2012-10-06 19:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.170.23.7','2012-10-06 19:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'124.83.159.164','2012-10-06 20:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'124.83.159.169','2012-10-06 20:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.83.159.154','2012-10-06 20:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.83.159.168','2012-10-06 20:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'124.83.159.159','2012-10-06 20:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.83.159.166','2012-10-06 20:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.83.159.156','2012-10-06 20:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'124.83.159.156','2012-10-06 20:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.83.159.163','2012-10-06 20:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.83.159.162','2012-10-06 20:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'124.83.159.162','2012-10-06 20:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.165.197.141','2012-10-08 04:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.165.197.141','2012-10-08 04:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.165.197.141','2012-10-08 04:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.165.197.141','2012-10-08 04:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.165.197.141','2012-10-08 04:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.165.197.141','2012-10-08 04:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.165.197.141','2012-10-08 04:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.165.197.141','2012-10-08 04:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'124.83.159.159','2012-10-09 09:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.83.159.166','2012-10-09 10:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'124.83.159.159','2012-10-09 10:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.83.159.169','2012-10-09 10:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'124.83.159.165','2012-10-09 11:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.83.159.168','2012-10-09 11:17:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.83.159.153','2012-10-09 11:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.21.142.189','2012-10-09 12:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'118.21.142.189','2012-10-09 12:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.21.142.189','2012-10-09 12:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.115.111.75','2012-10-09 15:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'209.85.238.22','2012-10-10 09:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.151.156.174','2012-10-10 14:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.88.7.141','2012-10-10 15:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.88.7.141','2012-10-10 15:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.88.7.141','2012-10-10 15:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.88.7.141','2012-10-10 15:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.22','2012-10-10 17:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.83.159.163','2012-10-11 01:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.36.49','2012-10-11 02:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.188.154.208','2012-10-11 11:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.53.29.251','2012-10-12 17:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.52.95','2012-10-13 12:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.170.17.148','2012-10-13 21:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.217.220.54','2012-10-14 00:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.172.232','2012-10-14 00:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.97.42','2012-10-14 00:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.22','2012-10-15 08:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'203.138.34.146','2012-10-15 14:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'192.218.140.245','2012-10-15 14:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.87.102.50','2012-10-15 15:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.87.102.50','2012-10-15 15:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.117.208.165','2012-10-15 17:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.22','2012-10-15 19:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'192.218.140.245','2012-10-15 20:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.221.235','2012-10-16 16:32:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'1.113.88.247','2012-10-16 17:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.69.17','2012-10-16 18:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.69.17','2012-10-16 18:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.22','2012-10-16 18:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'218.217.220.54','2012-10-16 21:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'150.70.172.232','2012-10-16 21:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.220.232.238','2012-10-16 21:58:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'138.243.218.189','2012-10-17 10:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.35.55.218','2012-10-17 15:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.22','2012-10-17 20:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'124.83.159.157','2012-10-18 03:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'124.83.159.159','2012-10-18 04:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.83.159.154','2012-10-18 04:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.69.17','2012-10-18 04:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.83.159.158','2012-10-18 06:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.141.92.14','2012-10-18 10:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'209.85.238.22','2012-10-18 19:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.83.159.155','2012-10-18 21:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.233.135.212','2012-10-19 15:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.233.135.212','2012-10-19 15:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'180.233.135.212','2012-10-19 15:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.22','2012-10-19 18:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.125.245.109','2013-04-02 10:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'173.208.165.90','2013-04-02 21:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'173.242.125.206','2013-04-03 12:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.214.244.211','2013-04-04 18:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'208.107.54.150','2013-04-04 19:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.107.54.150','2013-04-04 19:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.107.54.150','2013-04-04 19:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.107.54.150','2013-04-04 19:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.107.54.150','2013-04-04 19:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'94.23.23.127','2013-04-05 09:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'94.23.23.127','2013-04-05 09:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'94.23.23.127','2013-04-05 09:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'94.23.23.127','2013-04-05 09:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'94.23.23.127','2013-04-05 09:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'94.23.23.127','2013-04-05 09:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'94.23.23.127','2013-04-05 09:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'94.23.23.127','2013-04-05 09:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'94.23.23.127','2013-04-05 09:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'94.23.23.127','2013-04-05 09:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.208.165.90','2013-04-06 01:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.208.165.90','2013-04-06 01:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.208.165.90','2013-04-06 01:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.25.31.1','2013-04-07 00:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.169.150.239','2013-04-08 15:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.172.240','2013-04-08 15:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.70.97.42','2013-04-08 16:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.245.250.18','2013-04-11 13:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.249.116.206','2013-04-11 14:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.83.201.158','2013-04-11 15:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2013-04-12 19:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.56.93.202','2013-04-13 14:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'126.47.132.235','2013-04-14 04:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'101.128.143.32','2013-04-14 23:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.105.99.120','2013-04-15 00:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'60.239.234.84','2013-04-15 22:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.107.48','2013-04-16 11:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.127.157.129','2013-04-16 15:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'108.59.8.80','2013-04-17 08:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.169.113','2013-04-17 13:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.9.34.68','2013-04-17 18:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.206.169.113','2013-04-18 16:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.27.104.122','2013-04-19 20:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'150.70.172.240','2013-04-19 20:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.1.239.33','2013-04-22 15:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.1.239.33','2013-04-22 15:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.233.46.58','2013-04-22 16:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.221.174.111','2013-04-22 21:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.17.236.191','2013-04-23 10:12:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.132.172.217','2013-04-23 11:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.132.172.217','2013-04-23 15:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.164','2013-04-24 08:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.143.35.16','2013-04-24 18:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.74.164','2013-04-24 20:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.74.164','2013-04-24 20:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.164','2013-04-24 20:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.74.164','2013-04-24 20:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.164','2013-04-24 20:46:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.74.164','2013-04-24 20:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.74.164','2013-04-24 20:47:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.74.164','2013-04-24 20:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.74.164','2013-04-24 20:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.74.164','2013-04-24 20:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.74.164','2013-04-24 20:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.74.164','2013-04-24 20:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.34.179','2013-04-25 08:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.32.86','2013-04-25 08:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.208.65.164','2013-04-25 19:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.164','2013-04-26 11:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.46.149.13','2013-04-27 14:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'183.79.63.62','2013-04-29 03:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'111.217.82.27','2013-04-30 21:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.34.179','2013-04-30 22:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.56.93.73','2013-05-01 08:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'175.137.64.155','2013-05-02 18:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.35.105','2013-05-03 16:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.74.164','2013-05-06 09:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.74.164','2013-05-06 09:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.74.164','2013-05-06 09:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.74.164','2013-05-06 09:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.74.164','2013-05-06 09:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.74.164','2013-05-06 09:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.74.164','2013-05-06 09:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.74.164','2013-05-06 09:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.164','2013-05-06 09:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'183.77.203.153','2013-05-09 11:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'183.77.203.153','2013-05-09 11:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.164','2013-05-09 18:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.104.209.90','2013-05-10 21:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'153.136.221.221','2013-05-13 11:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.92.17','2013-05-14 13:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.32.86','2013-05-15 06:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'38.101.148.120','2013-05-15 12:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.33.31','2013-05-15 16:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'38.101.148.120','2013-05-17 00:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.248.186.91','2013-05-17 13:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.162.135.246','2013-05-17 15:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.45.82.215','2013-05-17 17:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.45.82.215','2013-05-17 17:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.45.82.215','2013-05-17 17:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.45.82.215','2013-05-17 17:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.45.82.215','2013-05-17 17:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.45.82.215','2013-05-17 17:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.74.164','2013-05-17 18:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'209.85.238.164','2013-05-18 15:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'209.85.238.164','2013-05-18 15:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.164','2013-05-18 15:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'121.114.137.178','2013-05-19 02:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'121.114.137.178','2013-05-19 02:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.214.158.11','2013-05-20 13:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'38.101.148.120','2013-05-21 03:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.40.147.210','2013-05-21 20:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'180.131.152.57','2013-05-22 11:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.98.194.52','2013-05-23 09:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.32.166','2013-05-24 13:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.74.164','2013-05-25 18:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.74.164','2013-05-26 02:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.74.164','2013-05-26 03:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.74.164','2013-05-26 04:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.74.164','2013-05-26 05:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.164','2013-05-26 06:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'126.47.132.235','2013-05-26 11:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.74.164','2013-06-01 10:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.74.164','2013-06-01 10:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.74.164','2013-06-01 10:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.74.164','2013-06-01 10:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.74.164','2013-06-02 08:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.74.164','2013-06-02 13:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.150.86.157','2013-06-04 01:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.150.86.157','2013-06-04 01:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.150.86.157','2013-06-04 01:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.74.164','2013-06-04 18:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.74.164','2013-06-04 19:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.251.127.242','2013-06-05 11:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.108.216.252','2013-06-05 21:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'95.108.216.252','2013-06-05 21:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.74.164','2013-06-06 02:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'95.108.216.252','2013-06-06 10:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,31,'222.151.230.142','2013-06-07 17:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.74.164','2013-06-07 18:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.74.164','2013-06-08 12:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.52.95','2013-06-09 05:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.56.92.152','2013-06-09 11:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.56.92.152','2013-06-09 15:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'106.180.213.248','2013-06-09 16:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.97.151.208','2013-06-10 10:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.97.151.208','2013-06-10 10:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.97.151.208','2013-06-10 10:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.74.164','2013-06-11 00:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.164','2013-06-12 08:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.85.238.164','2013-06-13 02:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.150.188.90','2013-06-13 17:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.74.164','2013-06-14 14:12:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.74.164','2013-06-14 23:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.74.164','2013-06-15 00:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.74.164','2013-06-15 13:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.74.164','2013-06-15 13:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.74.164','2013-06-15 14:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.66.230.246','2013-06-15 19:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.74.164','2013-06-15 21:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,37,'27.91.226.162','2013-06-16 20:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,31,'27.91.226.162','2013-06-16 20:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,37,'27.91.226.162','2013-06-16 20:24:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.74.164','2013-06-17 08:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'209.85.238.164','2013-06-17 12:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'209.85.238.164','2013-06-17 12:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'209.85.238.164','2013-06-17 12:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'209.85.238.164','2013-06-17 12:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.74.164','2013-06-17 12:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.74.164','2013-06-17 12:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.164','2013-06-17 12:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'209.85.238.164','2013-06-17 12:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'209.85.238.164','2013-06-17 12:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'209.85.238.164','2013-06-17 12:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.74.164','2013-06-17 12:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.74.164','2013-06-17 12:59:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.74.164','2013-06-17 12:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.74.164','2013-06-17 12:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.74.164','2013-06-17 13:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.74.164','2013-06-17 13:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.74.164','2013-06-17 13:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.74.164','2013-06-17 13:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.164','2013-06-17 13:03:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.74.164','2013-06-17 13:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'209.85.238.164','2013-06-17 13:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.205.121','2013-06-17 20:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.208.159.114','2013-06-18 12:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'125.204.129.194','2013-06-19 11:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.160.91.56','2013-06-20 11:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'223.134.141.209','2013-06-20 13:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'124.27.42.146','2013-06-20 14:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.162.137.121','2013-06-20 18:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.74.164','2013-06-21 13:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'180.40.50.172','2013-06-23 16:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.5.174.254','2013-06-24 13:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.74.164','2013-06-24 16:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.74.164','2013-06-24 19:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.146.174.236','2013-06-25 09:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.74.164','2013-06-26 11:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.117.61.178','2013-06-27 16:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'180.40.15.168','2013-06-27 23:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'180.40.15.168','2013-06-27 23:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'180.40.15.168','2013-06-27 23:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.164','2013-06-28 16:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.147.138.17','2013-06-30 13:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'175.179.138.116','2013-07-01 16:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.32.108','2013-07-01 22:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'58.13.73.162','2013-07-02 23:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'58.13.73.162','2013-07-03 00:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.56.92.153','2013-07-03 01:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'14.192.46.98','2013-07-03 17:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.103.58.121','2013-07-03 22:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.17.236.191','2013-07-05 17:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.33.112','2013-07-06 02:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.56.92.161','2013-07-06 10:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'27.135.193.162','2013-07-06 12:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.33.182','2013-07-08 11:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.25.154.242','2013-07-09 13:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.25.154.242','2013-07-09 13:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.183.85.180','2013-07-09 17:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'131.248.58.39','2013-07-10 11:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'106.188.18.177','2013-07-10 14:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.74.164','2013-07-11 07:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.74.164','2013-07-11 08:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.55.24.243','2013-07-12 20:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.74.164','2013-07-13 13:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.74.164','2013-07-13 13:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.74.164','2013-07-13 14:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.74.164','2013-07-13 14:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.74.164','2013-07-13 14:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.55.24.243','2013-07-13 18:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.110.235.218','2013-07-14 02:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.74.164','2013-07-14 08:34:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'106.188.144.154','2013-07-16 12:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.151.184.216','2013-07-16 16:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'49.135.182.43','2013-07-17 21:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.164','2013-07-18 06:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.139.87.98','2013-07-19 09:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.74.164','2013-07-19 16:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.154.42.225','2013-07-19 19:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.154.42.225','2013-07-19 19:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.154.42.225','2013-07-19 19:31:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.74.164','2013-07-19 19:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'124.154.42.225','2013-07-19 19:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.74.164','2013-07-20 13:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.74.164','2013-07-20 14:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.74.164','2013-07-21 15:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.164','2013-07-22 06:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-07-22 20:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'113.149.189.242','2013-07-23 11:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.134.90.6','2013-07-23 14:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.164','2013-07-23 16:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.74.164','2013-07-24 00:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.119.250.102','2013-07-24 13:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.239.79.207','2013-07-24 16:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.239.79.207','2013-07-24 16:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.239.79.207','2013-07-24 16:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.239.79.207','2013-07-24 16:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.154.42.225','2013-07-26 00:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'1.115.193.203','2013-07-26 00:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'1.115.193.203','2013-07-26 00:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'1.115.193.203','2013-07-26 00:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'1.115.193.203','2013-07-26 00:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'1.115.193.203','2013-07-26 00:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.74.164','2013-07-26 06:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.74.164','2013-07-26 06:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.74.164','2013-07-26 07:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.74.164','2013-07-26 07:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.74.164','2013-07-26 07:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.74.164','2013-07-26 07:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.74.164','2013-07-26 07:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.164','2013-07-26 08:11:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.74.164','2013-07-26 08:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.74.164','2013-07-26 08:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.74.164','2013-07-26 08:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.164','2013-07-26 12:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'58.13.73.162','2013-07-26 17:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.13.73.162','2013-07-26 17:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.13.73.162','2013-07-26 17:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'58.13.73.162','2013-07-26 17:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.74.164','2013-07-26 22:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.74.164','2013-07-26 23:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'198.20.66.122','2013-07-27 12:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'198.20.66.122','2013-07-27 12:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'198.20.66.122','2013-07-27 12:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'198.20.66.122','2013-07-27 12:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'198.20.66.122','2013-07-27 12:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'198.20.66.122','2013-07-27 12:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'198.20.66.122','2013-07-27 12:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'198.20.66.122','2013-07-27 12:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.20.66.122','2013-07-27 12:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'198.20.66.122','2013-07-27 12:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'198.20.66.122','2013-07-27 15:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'198.20.66.122','2013-07-27 15:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'198.20.66.122','2013-07-27 15:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.74.164','2013-07-27 16:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'198.20.66.122','2013-07-27 17:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'198.20.66.122','2013-07-27 17:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'198.20.66.122','2013-07-27 17:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'198.20.66.122','2013-07-27 17:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'198.20.66.122','2013-07-27 17:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'198.20.66.122','2013-07-27 17:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'198.20.66.122','2013-07-27 21:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'198.20.66.122','2013-07-27 21:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.74.164','2013-07-27 22:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'198.20.66.122','2013-07-27 23:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'198.20.66.122','2013-07-28 00:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'198.20.66.122','2013-07-28 01:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.74.164','2013-07-28 02:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'198.20.66.122','2013-07-28 06:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'198.20.66.122','2013-07-28 06:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.74.164','2013-07-28 06:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'198.20.66.122','2013-07-28 06:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'198.20.66.122','2013-07-28 06:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'198.20.66.122','2013-07-28 06:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.74.164','2013-07-28 08:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.123.222.27','2013-07-29 03:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.123.222.27','2013-07-29 03:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.143.35.16','2013-07-29 15:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'153.129.169.250','2013-07-29 17:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'112.137.56.36','2013-07-29 17:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'58.13.73.162','2013-07-29 18:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.52.96','2013-07-30 05:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.193.175.119','2013-07-30 15:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.193.175.119','2013-07-30 15:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.193.175.119','2013-07-30 15:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.193.175.119','2013-07-30 15:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'122.221.195.65','2013-07-31 23:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'209.85.238.164','2013-08-01 02:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'209.85.238.164','2013-08-01 02:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'116.58.189.174','2013-08-01 13:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.110.166.81','2013-08-01 13:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'116.58.189.174','2013-08-01 17:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'209.85.238.164','2013-08-02 12:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.74.164','2013-08-02 17:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'121.105.53.233','2013-08-03 01:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.105.53.233','2013-08-03 01:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'121.105.53.233','2013-08-03 01:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'121.105.53.233','2013-08-03 01:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.105.53.233','2013-08-03 01:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.105.53.233','2013-08-03 01:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'121.105.53.233','2013-08-03 01:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'121.105.53.233','2013-08-03 01:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'121.105.53.233','2013-08-03 01:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'121.105.53.233','2013-08-03 01:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'121.105.53.233','2013-08-03 01:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'121.105.53.233','2013-08-03 01:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'121.105.53.233','2013-08-03 01:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.56.229.244','2013-08-05 01:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.65','2013-08-05 03:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.65','2013-08-05 08:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.39','2013-08-05 12:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.10.83.39','2013-08-05 13:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.10.83.39','2013-08-05 13:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.10.83.39','2013-08-05 14:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.39','2013-08-05 14:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.39','2013-08-05 14:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.10.83.39','2013-08-05 14:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.10.83.39','2013-08-05 14:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.39','2013-08-05 14:55:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.10.83.39','2013-08-05 15:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.39','2013-08-05 16:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.39','2013-08-05 16:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.39','2013-08-05 17:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.168.92.163','2013-08-05 18:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.39','2013-08-05 18:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.39','2013-08-05 19:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.39','2013-08-05 19:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.115.107.91','2013-08-05 23:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'121.115.107.91','2013-08-06 00:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'126.47.132.235','2013-08-06 03:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'126.47.132.235','2013-08-06 03:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'126.47.132.235','2013-08-06 03:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'126.47.132.235','2013-08-06 03:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.35','2013-08-06 04:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.164','2013-08-06 07:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.83.67.67','2013-08-06 12:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.41.151.7','2013-08-07 08:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.138.104.134','2013-08-07 20:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.105','2013-08-07 23:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.105','2013-08-08 03:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.105','2013-08-08 03:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.105','2013-08-08 04:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.105','2013-08-08 04:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.105','2013-08-08 05:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.35.104','2013-08-08 06:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.105','2013-08-08 06:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.34.94','2013-08-08 07:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.160.199.85','2013-08-08 14:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.246.252.102','2013-08-08 16:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.93','2013-08-08 19:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.34.179','2013-08-10 06:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.61','2013-08-10 20:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.61','2013-08-10 20:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.61','2013-08-10 22:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.61','2013-08-10 22:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.64','2013-08-11 01:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.76','2013-08-11 07:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.10.83.76','2013-08-11 07:51:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.36','2013-08-11 12:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.36','2013-08-11 13:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.74.164','2013-08-12 00:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.12','2013-08-12 13:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.12','2013-08-12 15:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'173.199.114.91','2013-08-12 17:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.84','2013-08-13 01:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.84','2013-08-13 04:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.166.241.28','2013-08-13 10:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'205.156.160.129','2013-08-13 17:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.33.26','2013-08-14 15:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.95','2013-08-16 07:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.10.83.95','2013-08-16 09:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'114.147.68.226','2013-08-16 10:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.147.68.226','2013-08-16 10:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.95','2013-08-16 10:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.95','2013-08-16 12:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.95','2013-08-16 17:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.95','2013-08-16 18:44:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.95','2013-08-16 22:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.56.93.62','2013-08-17 01:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'124.154.41.200','2013-08-17 04:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'211.18.46.92','2013-08-19 04:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.172.110.50','2013-08-20 17:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'69.197.129.42','2013-08-22 05:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'69.197.129.42','2013-08-22 05:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'69.197.129.42','2013-08-22 05:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'69.197.129.42','2013-08-22 05:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'69.197.129.42','2013-08-22 05:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'69.197.129.42','2013-08-22 05:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'69.197.129.42','2013-08-22 05:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.237.62','2013-08-22 10:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'178.24.143.227','2013-08-22 20:00:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'178.24.143.227','2013-08-22 20:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'178.24.143.227','2013-08-22 20:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'178.24.143.227','2013-08-22 20:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'178.24.143.227','2013-08-22 20:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'178.24.143.227','2013-08-22 20:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'178.24.143.227','2013-08-22 20:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'178.24.143.227','2013-08-22 20:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'178.24.143.227','2013-08-22 20:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'178.24.143.227','2013-08-22 20:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'178.24.143.227','2013-08-22 20:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'178.24.143.227','2013-08-22 20:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'178.24.143.227','2013-08-22 20:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.51.44.16','2013-08-22 20:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.82','2013-08-22 22:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.44.218.58','2013-08-23 15:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'144.76.95.39','2013-08-24 10:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'198.74.231.14','2013-08-24 20:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.108.17.159','2013-08-25 21:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'144.76.95.231','2013-08-26 03:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.127.135.38','2013-08-28 13:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.74.164','2013-08-28 16:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.74.172','2013-08-28 16:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.32.164','2013-08-29 09:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'153.137.186.89','2013-08-29 19:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.212.177.98','2013-08-30 10:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.17.6.6','2013-08-30 15:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.56.92.164','2013-08-30 21:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.33.20','2013-08-31 05:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.35.83','2013-08-31 09:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.230.21.100','2013-08-31 09:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.10.83.67','2013-08-31 10:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.35.86','2013-08-31 18:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.34.35','2013-09-01 01:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.35.83','2013-09-01 07:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.32.110','2013-09-01 10:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.55.33.77','2013-09-02 00:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.56.93.94','2013-09-02 00:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.10.83.79','2013-09-02 03:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.74.164','2013-09-02 04:11:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.10.83.7','2013-09-02 06:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.35.87','2013-09-02 09:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.35.87','2013-09-02 10:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.89','2013-09-03 13:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.44.208.161','2013-09-03 17:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.44.208.161','2013-09-03 17:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.78','2013-09-04 01:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.74.164','2013-09-04 02:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.74.164','2013-09-04 05:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.74.164','2013-09-04 22:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'220.60.162.160','2013-09-05 10:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'220.60.162.160','2013-09-05 10:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.74.175','2013-09-05 13:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.74.164','2013-09-05 18:56:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.162.92.51','2013-09-05 21:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.238.206.171','2013-09-05 23:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.74.164','2013-09-05 23:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.74.187','2013-09-06 03:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.172','2013-09-06 07:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.74.196','2013-09-06 08:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'220.60.162.160','2013-09-06 16:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'220.60.162.160','2013-09-06 16:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.220.32.30','2013-09-06 16:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'58.13.73.162','2013-09-06 18:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.52.96','2013-09-07 22:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.10.83.101','2013-09-08 04:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.181.153.11','2013-09-08 21:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.248.134.12','2013-09-09 09:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.56.229.138','2013-09-09 09:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-09-09 11:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-09-09 11:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.120.127.50','2013-09-09 11:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.10.83.101','2013-09-09 13:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,37,'27.91.226.162','2013-09-09 23:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,37,'27.91.226.162','2013-09-09 23:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,38,'27.91.226.162','2013-09-09 23:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,38,'27.91.226.162','2013-09-09 23:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.74.164','2013-09-10 22:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'220.60.162.160','2013-09-10 23:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.13.73.162','2013-09-11 14:13:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.148.110.104','2013-09-12 20:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.74.171','2013-09-13 10:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.174','2013-09-13 10:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.74.204','2013-09-13 10:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.74.171','2013-09-13 11:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.74.197','2013-09-13 11:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.201','2013-09-13 11:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.74.192','2013-09-13 11:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.74.169','2013-09-13 11:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'146.52.227.61','2013-09-13 17:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.74.191','2013-09-14 08:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.74.173','2013-09-14 09:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.74.164','2013-09-14 14:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'175.142.64.128','2013-09-14 15:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.55.24.218','2013-09-14 16:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.74.190','2013-09-15 00:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.74.163','2013-09-15 07:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.74.203','2013-09-15 12:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.55.32.114','2013-09-16 18:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.56.229.246','2013-09-17 12:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.211.163.82','2013-09-17 14:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'108.59.8.70','2013-09-17 15:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'183.77.248.112','2013-09-17 18:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.73','2013-09-18 02:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.31','2013-09-18 03:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.150.55.82','2013-09-18 04:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.73','2013-09-18 05:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.64','2013-09-18 11:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.12','2013-09-18 11:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.31','2013-09-18 19:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.91','2013-09-18 19:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.19','2013-09-19 03:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.154.142.10','2013-09-19 09:24:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'153.137.186.89','2013-09-20 11:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.227.115.210','2013-09-20 11:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.227.115.210','2013-09-20 14:29:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'180.43.8.247','2013-09-20 21:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'211.10.75.14','2013-09-21 13:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'182.158.130.164','2013-09-22 03:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'182.158.130.164','2013-09-22 12:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.31','2013-09-23 21:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.25','2013-09-23 21:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.3','2013-09-24 04:36:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.73','2013-09-25 04:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.18','2013-09-25 10:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.112.128.8','2013-09-25 17:11:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'223.133.39.239','2013-09-25 18:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.18','2013-09-25 21:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.47.106.185','2013-09-25 22:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.3','2013-09-26 00:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.60','2013-09-26 07:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.18','2013-09-26 14:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.58','2013-09-27 04:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.248.73.112','2013-09-27 11:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.248.73.112','2013-09-27 11:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.248.73.112','2013-09-27 11:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.248.73.112','2013-09-27 11:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.248.73.112','2013-09-27 11:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.87.102.51','2013-09-27 14:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.29','2013-09-27 14:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.91','2013-09-27 23:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.10.83.40','2013-09-28 15:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.58','2013-09-28 21:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'219.117.238.94','2013-09-30 13:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'219.117.238.94','2013-09-30 13:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.32.141','2013-10-01 08:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'221.249.116.206','2013-10-01 17:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.32.116','2013-10-01 19:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.35.31','2013-10-02 04:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.35.95','2013-10-02 08:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.102.69.110','2013-10-02 11:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.35.35','2013-10-02 14:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.153.130.86','2013-10-02 17:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.153.130.86','2013-10-02 17:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.151.185.58','2013-10-02 17:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.55.24.214','2013-10-02 18:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.76','2013-10-02 18:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.101.215.121','2013-10-02 18:54:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.45.9.37','2013-10-03 09:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.22.24.2','2013-10-03 11:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.22.24.2','2013-10-03 11:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.19.227.74','2013-10-03 12:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.68','2013-10-03 17:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'183.76.142.97','2013-10-03 23:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.31','2013-10-04 10:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.172.1.140','2013-10-04 18:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.46.247.59','2013-10-05 03:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.10.83.83','2013-10-05 03:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.10','2013-10-05 04:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.68','2013-10-05 11:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.10.83.68','2013-10-05 12:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.10.83.96','2013-10-05 14:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'60.71.237.126','2013-10-06 00:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.56.93.41','2013-10-06 06:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.154.101.235','2013-10-07 11:02:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.154.101.235','2013-10-07 11:03:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.2','2013-10-07 11:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.51','2013-10-07 16:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.32','2013-10-07 17:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.86','2013-10-07 17:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.103','2013-10-08 04:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.10.83.2','2013-10-08 06:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.32','2013-10-08 09:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.2','2013-10-08 10:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.86.30','2013-10-08 10:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.22','2013-10-09 04:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.50','2013-10-09 14:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.10.83.41','2013-10-09 14:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.74.164','2013-10-09 18:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.74.164','2013-10-09 21:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.72','2013-10-10 10:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.72','2013-10-10 10:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.98','2013-10-10 13:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.2','2013-10-10 16:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.98.98.36','2013-10-11 01:58:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'58.98.98.36','2013-10-11 01:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.74.164','2013-10-11 02:08:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.169.79.62','2013-10-11 12:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.169.79.62','2013-10-11 12:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.81','2013-10-12 01:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.27','2013-10-12 07:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'114.181.106.106','2013-10-12 12:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.32','2013-10-13 09:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.33.146','2013-10-13 18:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.64.5','2013-10-13 21:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.10.83.11','2013-10-13 21:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.46','2013-10-14 13:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.37','2013-10-14 14:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.213.29.113','2013-10-14 18:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.213.29.113','2013-10-14 19:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.213.29.113','2013-10-14 19:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'218.213.29.113','2013-10-14 19:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.10','2013-10-15 01:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.103','2013-10-15 06:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.12','2013-10-15 08:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.37','2013-10-15 11:47:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'220.110.216.30','2013-10-15 15:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.233.125.132','2013-10-16 16:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.233.125.132','2013-10-16 16:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.151.157.8','2013-10-17 11:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'61.114.217.231','2013-10-18 03:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'61.114.217.231','2013-10-18 03:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'61.114.217.231','2013-10-18 03:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'61.114.217.231','2013-10-18 03:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.114.217.231','2013-10-18 03:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.114.217.231','2013-10-18 03:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.11','2013-10-18 14:12:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.45','2013-10-19 01:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.74.164','2013-10-19 01:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.11','2013-10-19 05:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.17','2013-10-19 06:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.131.158.34','2013-10-19 07:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.131.158.34','2013-10-19 07:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.101','2013-10-19 07:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.81','2013-10-19 09:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.45','2013-10-19 12:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.81','2013-10-19 14:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.80','2013-10-19 19:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.18','2013-10-19 20:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'223.135.223.77','2013-10-19 22:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.26','2013-10-20 05:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.59','2013-10-20 08:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.109.8.56','2013-10-20 09:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.109.8.56','2013-10-20 09:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.80','2013-10-20 09:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.17','2013-10-20 16:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'223.132.11.68','2013-10-20 21:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'223.132.11.68','2013-10-20 21:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.101','2013-10-21 00:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.67','2013-10-21 08:23:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.102','2013-10-21 09:10:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.43.32.103','2013-10-21 16:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.10.83.24','2013-10-21 17:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.10.83.45','2013-10-22 03:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.57','2013-10-22 08:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.84','2013-10-22 09:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.43.32.103','2013-10-22 10:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.102','2013-10-22 14:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.166.38.35','2013-10-22 15:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.84','2013-10-22 16:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.82.97.153','2013-10-22 17:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.10.83.84','2013-10-22 17:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'32.42.186.71','2013-10-22 18:35:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.58','2013-10-22 20:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.8','2013-10-22 21:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.163.138.196','2013-10-23 18:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.10.83.100','2013-10-23 20:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.42.224.188','2013-10-23 21:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'218.42.224.188','2013-10-23 21:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.89','2013-10-24 02:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.64','2013-10-24 03:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'115.37.141.84','2013-10-24 12:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.8.247','2013-10-24 13:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.8.247','2013-10-24 13:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.10.83.100','2013-10-24 14:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.72','2013-10-24 15:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.89','2013-10-25 01:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.64','2013-10-25 01:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.15','2013-10-25 11:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.103','2013-10-25 11:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'221.249.187.141','2013-10-25 15:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'221.249.187.141','2013-10-25 15:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.101','2013-10-25 19:41:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.31','2013-10-26 03:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.89','2013-10-26 06:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.101','2013-10-26 07:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.10.83.31','2013-10-26 13:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.74.164','2013-10-26 18:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.74.164','2013-10-26 19:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.81','2013-10-27 01:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.23','2013-10-27 22:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.86','2013-10-27 22:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.94','2013-10-27 23:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.57','2013-10-28 00:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.42','2013-10-28 11:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.12','2013-10-29 01:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.50','2013-10-29 02:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.35.83','2013-10-29 03:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.33.81','2013-10-29 06:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.125.138.172','2013-10-29 14:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.161.41.24','2013-10-29 21:00:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.56.229.23','2013-10-30 00:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.33.251','2013-10-30 03:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.14.171.154','2013-10-30 13:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.163.138.196','2013-10-30 16:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.194.112.5','2013-10-30 18:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.32.83','2013-10-31 15:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.103.54.80','2013-10-31 16:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.11','2013-11-01 23:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.14','2013-11-02 05:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.96','2013-11-02 06:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.35','2013-11-02 20:07:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.96','2013-11-03 06:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.17.184.104','2013-11-03 22:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.204.95.192','2013-11-04 16:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.180.34.186','2013-11-05 06:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.7.16.115','2013-11-06 10:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.35.115','2013-11-07 02:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.180.34.186','2013-11-07 06:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.66.60','2013-11-07 11:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.66.62','2013-11-07 13:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.66.25','2013-11-07 13:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.77','2013-11-08 07:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.74.171','2013-11-08 11:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.74.172','2013-11-08 12:17:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.88','2013-11-08 13:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'211.120.127.50','2013-11-08 15:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-11-08 15:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-11-08 15:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-11-08 15:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.203','2013-11-08 16:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.74.178','2013-11-08 16:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.74.190','2013-11-08 23:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.180.34.186','2013-11-09 10:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.180.34.186','2013-11-09 10:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'173.208.165.90','2013-11-09 18:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'173.208.165.90','2013-11-09 18:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.208.165.90','2013-11-09 18:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'173.208.165.90','2013-11-09 18:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.208.165.90','2013-11-09 18:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'74.112.202.19','2013-11-10 05:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'108.59.8.70','2013-11-10 18:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'108.59.8.70','2013-11-10 18:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'108.59.8.70','2013-11-10 18:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'108.59.8.70','2013-11-10 18:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'108.59.8.70','2013-11-10 18:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'108.59.8.70','2013-11-10 18:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'108.59.8.70','2013-11-10 18:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'108.59.8.70','2013-11-10 18:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'108.59.8.70','2013-11-10 18:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'108.59.8.70','2013-11-10 18:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.56.93.73','2013-11-10 20:55:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.110.91.130','2013-11-10 21:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.110.91.130','2013-11-10 21:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.74.176','2013-11-11 00:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.74.180','2013-11-11 00:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'69.197.128.26','2013-11-11 00:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.56.92.157','2013-11-11 10:34:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.33.83','2013-11-11 14:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-11-11 15:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-11-11 16:10:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-11-11 16:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.172','2013-11-11 16:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.74.196','2013-11-11 16:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.74.205','2013-11-11 16:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.74.172','2013-11-11 16:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.169','2013-11-11 16:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.74.163','2013-11-11 17:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.74.164','2013-11-11 17:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.74.201','2013-11-11 17:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.52','2013-11-12 05:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.10.83.60','2013-11-12 05:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.74.184','2013-11-12 12:00:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.74.185','2013-11-12 12:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.52','2013-11-12 13:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.120.127.50','2013-11-12 16:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.107.155.114','2013-11-12 19:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.73','2013-11-12 21:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.88','2013-11-12 23:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'108.59.8.80','2013-11-12 23:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.10.83.73','2013-11-13 00:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.197.128.26','2013-11-13 23:14:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.74.164','2013-11-14 23:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.35.75','2013-11-15 21:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.161.41.24','2013-11-16 07:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.74.200','2013-11-16 13:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.74.202','2013-11-16 13:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.74.163','2013-11-16 13:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.56.229.245','2013-11-16 17:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.56.229.185','2013-11-16 21:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.55.52.117','2013-11-18 17:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.10.83.69','2013-11-19 03:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.10.83.80','2013-11-19 04:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.10.83.65','2013-11-19 05:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.68','2013-11-19 11:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.61','2013-11-19 15:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.80','2013-11-19 16:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.162.92.51','2013-11-19 16:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.10.83.9','2013-11-19 21:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.80','2013-11-19 22:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.61','2013-11-20 02:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'117.74.43.52','2013-11-20 03:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.68','2013-11-20 06:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.69','2013-11-20 06:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.91.133.87','2013-11-20 09:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.98.194.52','2013-11-21 14:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.203.255.154','2013-11-21 15:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.34.93','2013-11-21 22:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.34.93','2013-11-21 23:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.56.92.142','2013-11-22 03:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.56.93.153','2013-11-22 06:54:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.55.24.234','2013-11-22 07:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.40','2013-11-22 07:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.33.27','2013-11-22 07:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.75','2013-11-22 10:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.225.152.224','2013-11-22 11:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.62','2013-11-22 13:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.246.0.10','2013-11-22 14:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.33.27','2013-11-22 17:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.69','2013-11-22 20:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.33.27','2013-11-23 04:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.86.160.180','2013-11-24 20:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.32.188','2013-11-24 20:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'125.173.143.195','2013-11-24 21:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.56.229.188','2013-11-25 01:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.56.229.188','2013-11-25 02:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.56.92.159','2013-11-25 15:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.56.93.51','2013-11-25 16:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'153.135.213.136','2013-11-25 16:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.33.146','2013-11-25 19:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.10','2013-11-26 04:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.197.218.134','2013-11-26 13:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.79','2013-11-26 18:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.74.164','2013-11-26 20:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.74.164','2013-11-26 20:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.74.195','2013-11-29 03:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.33.19','2013-11-29 13:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.33.19','2013-11-29 13:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.33.39','2013-11-29 15:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.56.93.39','2013-11-29 19:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.33.98','2013-11-29 23:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.33.19','2013-11-30 06:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.32.99','2013-11-30 08:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.56.93.40','2013-12-01 10:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.56.92.155','2013-12-02 04:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'144.76.95.232','2013-12-02 17:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.99','2013-12-02 19:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.32','2013-12-03 00:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.50','2013-12-03 02:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.10.83.73','2013-12-03 09:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.33.110','2013-12-04 06:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'61.213.138.96','2013-12-04 10:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.214.94.236','2013-12-04 11:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.87.102.51','2013-12-04 15:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.87.102.51','2013-12-04 15:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:02:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.243.78.98','2013-12-05 11:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.35.31','2013-12-05 23:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.33.39','2013-12-06 05:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.56.229.88','2013-12-06 17:07:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'144.76.95.39','2013-12-06 19:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.35.50','2013-12-06 22:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.33.123','2013-12-07 09:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.56.93.52','2013-12-07 10:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.56.229.138','2013-12-07 16:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.55','2013-12-08 08:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.11','2013-12-08 13:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.10','2013-12-08 13:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.10','2013-12-08 16:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.86','2013-12-08 17:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.10.83.93','2013-12-08 21:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.40','2013-12-09 02:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.8','2013-12-09 04:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.93','2013-12-09 06:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'222.10.84.26','2013-12-09 21:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.7','2013-12-11 14:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.64','2013-12-11 21:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.104','2013-12-12 07:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.68','2013-12-12 09:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.32.80','2013-12-12 13:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.68','2013-12-12 22:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.40','2013-12-13 06:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.34.93','2013-12-13 09:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.28','2013-12-14 20:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.28','2013-12-15 06:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.82','2013-12-15 11:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.35','2013-12-15 20:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.10.83.93','2013-12-16 02:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.28','2013-12-16 09:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.93','2013-12-16 14:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.41.79.76','2013-12-17 13:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'182.166.18.213','2013-12-18 00:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.107.90','2013-12-18 01:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.228.226.20','2013-12-18 01:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.36','2013-12-18 14:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.10.83.39','2013-12-18 19:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.59','2013-12-18 20:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.39','2013-12-18 22:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.10.83.43','2013-12-19 01:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.82','2013-12-19 09:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.36','2013-12-19 11:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.63','2013-12-20 00:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.10.83.82','2013-12-20 04:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.18','2013-12-20 05:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.77.184','2013-12-20 12:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.77.184','2013-12-20 12:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.77.184','2013-12-20 12:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.74.164','2013-12-22 11:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.74.164','2013-12-22 20:18:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.74.164','2013-12-22 20:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.74.164','2013-12-23 02:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.74.164','2013-12-23 02:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.74','2013-12-23 03:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.49','2013-12-23 04:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.30','2013-12-23 05:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.30','2013-12-23 07:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.74.164','2013-12-23 13:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.164','2013-12-23 13:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.74.164','2013-12-23 14:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.74.164','2013-12-23 14:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.164','2013-12-23 14:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.74.164','2013-12-23 14:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.23','2013-12-24 01:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.164','2013-12-24 21:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.74.164','2013-12-25 03:54:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.74.164','2013-12-25 03:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'219.111.107.90','2013-12-25 12:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.10.83.34','2013-12-26 02:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.74.164','2013-12-26 03:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.208.65.164','2013-12-26 14:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'119.72.196.242','2013-12-26 17:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.96','2013-12-26 20:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.32','2013-12-26 23:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.47','2013-12-27 02:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.13','2013-12-27 05:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.34','2013-12-27 05:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.116.114.117','2013-12-27 10:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.32.188','2013-12-27 17:32:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.33.29','2013-12-27 22:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.74.164','2013-12-28 02:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.74.164','2013-12-28 02:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.35.95','2013-12-28 10:29:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.89','2013-12-31 02:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.89','2013-12-31 04:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.69','2013-12-31 05:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.38','2013-12-31 08:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.24','2013-12-31 18:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.74.164','2014-01-01 19:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.55.24.218','2014-01-02 04:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.199.240.216','2014-01-02 17:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.53','2014-01-03 11:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.86.160.180','2014-01-03 15:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.67','2014-01-03 17:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.47','2014-01-03 19:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.82','2014-01-03 22:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.10.83.88','2014-01-03 23:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.74.164','2014-01-04 00:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.74.164','2014-01-04 00:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'219.212.225.187','2014-01-04 13:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.212.225.187','2014-01-04 13:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'219.212.225.187','2014-01-04 13:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.212.225.187','2014-01-04 13:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.53','2014-01-04 15:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.74.164','2014-01-04 22:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.55.52.87','2014-01-05 20:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.55.55.231','2014-01-07 01:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.32.187','2014-01-07 03:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.83','2014-01-07 05:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.58','2014-01-07 07:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.55.24.219','2014-01-07 11:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.36.45','2014-01-07 15:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.32.62','2014-01-07 19:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.74.164','2014-01-08 01:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.81','2014-01-08 02:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.57','2014-01-08 03:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.36.39','2014-01-08 04:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.56.93.51','2014-01-08 04:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.83','2014-01-08 11:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.48','2014-01-08 14:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.58','2014-01-08 15:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'220.214.141.252','2014-01-09 12:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'220.214.141.252','2014-01-09 12:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.33.126','2014-01-10 19:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'221.185.229.207','2014-01-12 21:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.165.197.141','2014-01-13 03:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.165.197.141','2014-01-13 03:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.165.197.141','2014-01-13 03:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.165.197.141','2014-01-13 03:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.165.197.141','2014-01-13 03:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.165.197.141','2014-01-13 03:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.165.197.141','2014-01-13 03:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.165.197.141','2014-01-13 03:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.165.197.141','2014-01-13 03:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.165.197.141','2014-01-13 03:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.165.197.141','2014-01-13 03:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.74.164','2014-01-13 06:19:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.74.164','2014-01-13 06:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.74.164','2014-01-13 11:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'180.46.159.184','2014-01-13 15:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.35.81','2014-01-14 10:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'111.64.245.246','2014-01-14 12:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'111.64.245.246','2014-01-14 12:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.74.164','2014-01-14 13:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.56.92.174','2014-01-14 15:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'218.42.149.113','2014-01-14 15:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.35.81','2014-01-14 18:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'125.200.78.141','2014-01-15 09:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'218.42.149.113','2014-01-15 09:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'218.42.149.113','2014-01-15 09:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.131.157.137','2014-01-15 11:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'208.115.111.75','2014-01-16 07:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.35.115','2014-01-16 09:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.147.68.226','2014-01-17 10:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'208.115.113.91','2014-01-17 18:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.56.92.148','2014-01-18 13:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.246.159.185','2014-01-20 10:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.246.159.185','2014-01-20 11:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'180.131.157.137','2014-01-20 21:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.125.45.117','2014-01-22 12:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.248.61.228','2014-01-24 15:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.163.5.88','2014-01-25 16:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.74.47','2014-01-27 02:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.74.47','2014-01-28 06:42:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.74.47','2014-01-28 06:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.74.47','2014-01-28 09:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.74.47','2014-01-28 09:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.74.47','2014-01-28 10:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.74.47','2014-01-28 10:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.47','2014-01-28 11:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.74.47','2014-01-28 11:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.47','2014-01-28 22:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'144.76.176.17','2014-01-29 11:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'144.76.176.17','2014-01-29 11:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'144.76.176.17','2014-01-29 11:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'144.76.176.17','2014-01-29 11:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'144.76.176.17','2014-01-29 11:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'144.76.176.17','2014-01-29 11:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.74.47','2014-01-29 13:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.47','2014-01-29 13:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.74.47','2014-01-29 13:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.74.47','2014-01-29 13:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.74.47','2014-01-29 19:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'162.210.196.129','2014-01-29 20:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'162.210.196.129','2014-01-29 20:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'144.76.137.226','2014-01-29 22:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'144.76.137.226','2014-01-29 22:41:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'144.76.137.226','2014-01-29 22:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'144.76.137.226','2014-01-29 22:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.74.71','2014-01-30 00:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'198.20.66.122','2014-01-30 17:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'198.20.66.122','2014-01-30 17:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'198.20.66.122','2014-01-30 17:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'198.20.66.122','2014-01-30 17:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'198.20.66.122','2014-01-30 17:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'198.20.66.122','2014-01-30 17:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'198.20.66.122','2014-01-30 17:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.20.66.122','2014-01-30 17:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'198.20.66.122','2014-01-30 17:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'198.20.66.122','2014-01-30 17:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'198.20.66.122','2014-01-30 17:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'198.20.66.122','2014-01-30 17:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'198.20.66.122','2014-01-30 17:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'198.20.66.122','2014-01-30 17:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'198.20.66.122','2014-01-30 17:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'198.20.66.122','2014-01-30 17:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.74.71','2014-01-30 18:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'198.20.66.122','2014-01-30 18:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'198.20.66.122','2014-01-30 18:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'198.20.66.122','2014-01-30 18:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'198.20.66.122','2014-01-30 19:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'198.20.66.122','2014-01-30 23:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'198.20.66.122','2014-01-31 00:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'198.20.66.122','2014-01-31 00:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'198.20.66.122','2014-01-31 01:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'198.20.66.122','2014-01-31 01:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'198.20.66.122','2014-01-31 04:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'198.20.66.122','2014-01-31 04:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'198.20.66.122','2014-01-31 05:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'198.20.66.122','2014-01-31 06:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'199.192.207.146','2014-02-01 01:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.35.104','2014-02-03 03:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.165.197.151','2014-02-03 17:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.165.197.151','2014-02-03 17:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'199.58.86.206','2014-02-04 07:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'199.58.86.206','2014-02-04 07:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'199.58.86.206','2014-02-04 07:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'199.58.86.206','2014-02-04 07:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'199.58.86.206','2014-02-04 07:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'199.58.86.206','2014-02-04 07:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'199.58.86.206','2014-02-04 07:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'199.58.86.206','2014-02-04 07:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.34','2014-02-06 06:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.74.89','2014-02-06 13:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.31','2014-02-06 14:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.130.250.177','2014-02-06 15:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.130.250.177','2014-02-06 15:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.69','2014-02-06 22:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.26','2014-02-07 00:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.21','2014-02-07 18:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.79','2014-02-07 23:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.10.83.74','2014-02-07 23:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'208.115.113.91','2014-02-08 02:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.130.250.177','2014-02-08 17:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.74.71','2014-02-08 22:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.24','2014-02-10 11:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.83','2014-02-10 11:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.50','2014-02-10 11:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.83','2014-02-10 11:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.59','2014-02-10 13:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.10.83.24','2014-02-10 21:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.10.83.24','2014-02-11 01:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.83','2014-02-11 07:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'80.57.78.214','2014-02-11 07:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'80.57.78.214','2014-02-11 07:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'80.57.78.214','2014-02-11 07:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.74.71','2014-02-11 22:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.55','2014-02-12 13:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.24','2014-02-12 13:23:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.43.225.85','2014-02-14 22:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'208.43.225.85','2014-02-14 22:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'208.43.225.85','2014-02-14 22:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'208.43.225.85','2014-02-14 22:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'208.43.225.85','2014-02-14 22:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'199.192.207.146','2014-02-15 16:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'208.43.251.181','2014-02-17 03:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.14','2014-02-20 19:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.35','2014-02-21 22:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.84','2014-02-22 06:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.14','2014-02-22 13:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.74','2014-02-22 15:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.40','2014-02-23 05:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.60','2014-02-23 08:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.84','2014-02-24 06:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'208.115.113.91','2014-02-24 10:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.60','2014-02-24 21:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.35','2014-02-25 06:55:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.35','2014-02-25 10:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.14','2014-02-25 21:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.17','2014-02-26 00:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.24','2014-02-26 00:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.14','2014-02-26 04:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.33','2014-02-26 07:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.10.83.9','2014-02-26 11:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2014-02-26 13:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2014-02-26 13:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.14','2014-02-26 14:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.51','2014-02-26 16:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.10.83.39','2014-02-26 16:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.87','2014-02-27 00:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.9','2014-02-27 05:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.33','2014-02-27 06:45:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.239.111.184','2014-02-27 07:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.24','2014-02-27 16:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.24','2014-02-27 17:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.10.83.14','2014-02-27 20:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.17','2014-02-27 21:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.39','2014-02-28 04:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'208.115.111.75','2014-02-28 07:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.87','2014-02-28 20:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.11','2014-03-01 00:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.10.83.14','2014-03-01 04:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.14','2014-03-01 04:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.17','2014-03-01 21:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.10.83.87','2014-03-01 21:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'144.76.137.226','2014-03-02 01:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'144.76.137.226','2014-03-02 01:43:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'144.76.137.226','2014-03-02 01:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'144.76.137.226','2014-03-02 01:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.10.83.11','2014-03-02 09:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.94','2014-03-02 11:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'144.76.137.226','2014-03-02 11:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'144.76.137.226','2014-03-02 11:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'144.76.137.226','2014-03-02 11:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'144.76.137.226','2014-03-02 11:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'144.76.137.226','2014-03-02 11:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'144.76.137.226','2014-03-02 11:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.187.84.49','2014-03-03 10:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.95','2014-03-03 19:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.82.156.141','2014-03-04 07:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.82.156.141','2014-03-04 07:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.82.156.141','2014-03-04 07:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.82.156.141','2014-03-04 08:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.82.156.141','2014-03-04 09:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.82.156.141','2014-03-04 09:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.82.156.141','2014-03-04 09:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.82.156.141','2014-03-04 09:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.82.156.141','2014-03-04 10:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.82.156.141','2014-03-04 10:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.82.156.141','2014-03-04 12:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.82.156.141','2014-03-04 12:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.82.156.141','2014-03-04 12:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.82.156.141','2014-03-04 13:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.82.156.141','2014-03-04 13:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.82.156.141','2014-03-04 14:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.82.156.141','2014-03-04 14:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.127','2014-03-04 14:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.82.156.141','2014-03-04 14:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.33.146','2014-03-04 14:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.82.156.141','2014-03-04 15:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.82.156.141','2014-03-04 15:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.82.156.141','2014-03-04 16:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.82.156.141','2014-03-04 16:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.82.156.141','2014-03-04 17:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.82.156.141','2014-03-04 17:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.82.156.141','2014-03-04 18:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.82.156.141','2014-03-04 18:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.82.156.141','2014-03-04 22:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.159','2014-03-05 08:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.159','2014-03-05 08:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.127','2014-03-05 18:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.95','2014-03-06 13:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.95','2014-03-07 01:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.74.70','2014-03-07 03:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.159','2014-03-07 04:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.127','2014-03-07 04:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.34','2014-03-09 19:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.74.87','2014-03-10 01:07:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.74.94','2014-03-10 01:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.83','2014-03-10 02:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.12','2014-03-10 10:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.26','2014-03-11 20:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.23','2014-03-12 05:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'183.60.212.190','2014-03-12 06:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'192.187.116.234','2014-03-12 21:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'192.187.116.234','2014-03-12 21:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'192.187.116.234','2014-03-12 21:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'192.187.116.234','2014-03-12 21:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'192.187.116.234','2014-03-12 21:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'192.187.116.234','2014-03-12 21:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'192.187.116.234','2014-03-12 21:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'192.187.116.234','2014-03-12 21:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'69.64.35.154','2014-03-13 03:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.64.35.154','2014-03-13 03:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'208.43.252.200','2014-03-13 18:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.25','2014-03-14 21:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.50','2014-03-14 23:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.77','2014-03-15 02:17:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.65','2014-03-15 09:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.25','2014-03-15 11:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.60','2014-03-15 14:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.60','2014-03-15 15:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.7','2014-03-15 18:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.75.31','2014-03-15 18:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.60','2014-03-16 07:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.50','2014-03-16 14:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.14','2014-03-16 16:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.127','2014-03-16 18:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.65','2014-03-17 04:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.25','2014-03-17 16:09:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.80','2014-03-17 17:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.77','2014-03-18 03:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.56.93.83','2014-03-18 05:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.33.252','2014-03-18 09:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.10.83.7','2014-03-18 14:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.12','2014-03-18 14:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.80','2014-03-18 23:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.82.156.141','2014-03-19 00:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.82.156.141','2014-03-19 00:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.82.156.141','2014-03-19 00:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.82.156.141','2014-03-19 02:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.82.156.141','2014-03-19 03:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.82.156.141','2014-03-19 03:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.82.156.141','2014-03-19 03:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.82.156.141','2014-03-19 03:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.82.156.141','2014-03-19 04:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.80','2014-03-19 09:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.82.156.141','2014-03-19 10:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.82.156.141','2014-03-19 12:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.82.156.141','2014-03-19 12:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.82.156.141','2014-03-19 13:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.82.156.141','2014-03-19 13:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.82.156.141','2014-03-19 13:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.82.156.141','2014-03-19 14:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.82.156.141','2014-03-19 14:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.82.156.141','2014-03-19 15:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.82.156.141','2014-03-19 15:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.82.156.141','2014-03-19 15:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.82.156.141','2014-03-19 15:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.82.156.141','2014-03-19 16:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.82.156.141','2014-03-19 16:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.82.156.141','2014-03-19 16:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.82.156.141','2014-03-19 17:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.82.156.141','2014-03-19 17:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.32.58','2014-03-19 17:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.32.58','2014-03-19 17:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.32.58','2014-03-19 17:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.32.58','2014-03-19 17:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.32.58','2014-03-19 17:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.32.58','2014-03-19 17:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.56.229.245','2014-03-19 17:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.56.229.245','2014-03-19 17:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.56.229.245','2014-03-19 17:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.56.229.245','2014-03-19 17:24:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.56.229.245','2014-03-19 17:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.34.27','2014-03-19 17:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.34.27','2014-03-19 17:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.34.27','2014-03-19 17:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.32.153','2014-03-19 18:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.32.153','2014-03-19 18:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.32.153','2014-03-19 18:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.32.153','2014-03-19 18:18:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.32.153','2014-03-19 18:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.82.156.141','2014-03-19 19:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'49.109.214.229','2014-03-22 13:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.56.92.177','2014-03-23 06:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.13','2014-03-25 18:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.28','2014-03-26 08:32:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'106.147.160.166','2014-03-26 12:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.84','2014-03-26 15:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.10.83.19','2014-03-26 23:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.84','2014-03-28 08:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.61','2014-03-28 16:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.82.156.141','2014-03-29 01:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.10.83.9','2014-03-29 12:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.90','2014-03-29 18:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.61','2014-03-29 18:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.61','2014-03-29 23:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.21','2014-03-30 06:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.10.83.67','2014-03-30 07:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.10','2014-03-30 07:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.10.83.18','2014-03-30 09:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'144.76.176.17','2014-03-31 14:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'115.179.101.238','2014-03-31 15:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'49.98.139.118','2014-03-31 15:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.18','2014-03-31 22:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.57','2014-04-01 01:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.55.52.96','2014-04-01 03:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.10.83.9','2014-04-01 08:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.10.83.9','2014-04-01 12:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'176.9.34.171','2014-04-01 17:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'176.9.34.171','2014-04-01 17:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'176.9.34.171','2014-04-01 17:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'176.9.34.171','2014-04-01 17:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'176.9.34.171','2014-04-01 17:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'176.9.34.171','2014-04-01 17:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.38','2014-04-04 23:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.51','2014-04-05 00:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.51','2014-04-05 01:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'183.60.214.112','2014-04-05 08:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.127','2014-04-05 09:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.10.83.11','2014-04-05 14:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.10.83.75','2014-04-05 16:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.127','2014-04-06 06:50:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.50','2014-04-06 08:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'220.105.183.103','2014-04-06 09:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'192.99.7.5','2014-04-06 19:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'192.99.7.5','2014-04-06 19:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'111.217.232.214','2014-04-08 06:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.11','2014-04-08 18:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.10.83.51','2014-04-09 05:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.34.100','2014-04-10 23:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.10.83.41','2014-04-11 02:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.10.83.41','2014-04-11 06:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.35.83','2014-04-11 14:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.10.83.39','2014-04-12 04:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.10.83.40','2014-04-12 04:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.127','2014-04-12 11:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.10.83.100','2014-04-12 11:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.127','2014-04-12 16:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'144.76.36.244','2014-04-12 17:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'144.76.36.244','2014-04-12 17:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'148.251.23.114','2014-04-12 19:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'148.251.23.114','2014-04-12 19:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'148.251.23.114','2014-04-12 19:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'148.251.23.114','2014-04-12 19:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'148.251.23.114','2014-04-12 19:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'148.251.23.114','2014-04-12 19:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'148.251.23.114','2014-04-12 19:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.10.83.97','2014-04-12 22:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.82.156.141','2014-04-13 01:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.127','2014-04-13 05:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.10.83.45','2014-04-13 05:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.95','2014-04-13 11:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.10.83.88','2014-04-13 15:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.10.83.97','2014-04-13 15:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.10.83.22','2014-04-13 20:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.10.83.100','2014-04-14 05:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.10.83.39','2014-04-14 05:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.10.83.39','2014-04-14 06:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.10.83.40','2014-04-15 09:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.10.83.40','2014-04-15 14:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.10.83.94','2014-04-15 15:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'182.118.25.240','2014-04-17 19:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.127','2014-04-19 02:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.127','2014-04-19 09:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'148.251.23.114','2014-04-19 18:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.159','2014-04-20 20:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'144.76.95.232','2014-04-21 21:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.79.184.51','2014-04-22 15:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'38.111.147.83','2014-04-22 16:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'38.111.147.83','2014-04-22 16:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'38.111.147.83','2014-04-22 16:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.127','2014-04-23 05:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.254.91.2','2014-04-23 16:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.254.91.2','2014-04-23 16:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'183.60.213.22','2014-04-24 00:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'183.60.212.190','2014-04-25 12:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.127','2014-04-25 15:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'183.60.212.190','2014-04-26 01:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'37.58.100.178','2014-04-26 23:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'37.58.100.175','2014-04-26 23:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'37.58.100.138','2014-04-27 02:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'37.58.100.185','2014-04-27 03:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'37.58.100.167','2014-04-27 09:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'37.58.100.74','2014-04-28 03:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'37.58.100.74','2014-04-28 03:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.58.100.151','2014-04-28 06:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'37.58.100.151','2014-04-28 06:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.82.156.141','2014-04-28 09:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'37.58.100.185','2014-04-28 13:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.86.109','2014-04-28 16:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'183.60.212.190','2014-04-29 17:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'95.215.0.27','2014-05-01 00:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'183.60.212.190','2014-05-01 02:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'183.60.213.22','2014-05-01 03:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,35,'210.165.6.207','2014-08-05 17:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'148.251.124.174','2014-08-05 19:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'148.251.124.174','2014-08-05 19:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'37.58.100.90','2014-08-05 20:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'37.58.100.170','2014-08-05 21:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'148.251.42.9','2014-08-05 22:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'148.251.42.9','2014-08-05 22:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'148.251.42.9','2014-08-05 22:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'148.251.42.9','2014-08-05 22:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'148.251.42.9','2014-08-05 22:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'148.251.42.9','2014-08-05 22:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'148.251.42.9','2014-08-05 22:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.144','2014-08-06 12:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'183.60.213.22','2014-08-06 12:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.157','2014-08-08 06:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'183.60.213.22','2014-08-08 17:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'178.63.13.15','2014-08-08 22:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.157','2014-08-09 08:21:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'183.60.214.112','2014-08-10 01:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'183.60.214.112','2014-08-10 10:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.134','2014-08-10 11:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.144','2014-08-11 03:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'183.60.213.22','2014-08-11 06:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'211.122.27.162','2014-08-11 10:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'211.122.27.162','2014-08-11 10:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.25','2014-08-11 14:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.134','2014-08-11 23:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.134','2014-08-12 16:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.39.195','2014-08-13 01:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.178','2014-08-13 02:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'183.60.212.190','2014-08-13 08:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'183.60.213.22','2014-08-13 11:32:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'80.86.94.7','2014-08-13 13:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'80.86.94.7','2014-08-13 14:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'37.58.100.93','2014-08-13 19:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.39.134','2014-08-14 03:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.164.221.36','2014-08-14 11:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'153.164.221.36','2014-08-14 11:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.31','2014-08-14 13:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'37.58.100.232','2014-08-14 15:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'37.58.100.81','2014-08-14 20:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'37.58.100.81','2014-08-15 02:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.58.100.69','2014-08-15 03:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.39.195','2014-08-15 05:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.36','2014-08-15 05:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'37.58.100.144','2014-08-15 10:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'37.58.100.187','2014-08-15 11:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'37.58.100.232','2014-08-16 01:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.39.134','2014-08-16 05:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.60.214.112','2014-08-16 08:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.31','2014-08-16 13:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.53','2014-08-17 22:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'183.60.212.190','2014-08-18 09:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'222.228.5.10','2014-08-18 14:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'222.228.5.10','2014-08-18 18:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'222.228.5.10','2014-08-18 18:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.40','2014-08-19 03:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.27','2014-08-19 03:27:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.40','2014-08-19 03:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.53','2014-08-19 03:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.40','2014-08-19 03:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.53','2014-08-19 03:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.53','2014-08-19 03:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.53','2014-08-19 03:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.53','2014-08-19 04:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.40','2014-08-19 04:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.53','2014-08-19 04:14:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.27','2014-08-19 04:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'195.2.240.103','2014-08-19 06:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'23.254.130.148','2014-08-19 18:25:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.40','2014-08-20 01:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.53','2014-08-20 01:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.27','2014-08-20 01:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.53','2014-08-20 02:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.27','2014-08-20 02:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.53','2014-08-20 02:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.27','2014-08-20 03:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'37.58.100.76','2014-08-20 07:25:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.36','2014-08-20 11:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'126.47.132.235','2014-08-21 02:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.47.132.235','2014-08-21 02:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.47.132.235','2014-08-21 02:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'126.47.132.235','2014-08-21 02:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'126.47.132.235','2014-08-21 02:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'126.47.132.235','2014-08-21 02:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'126.47.132.235','2014-08-21 02:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'126.47.132.235','2014-08-21 02:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'126.47.132.235','2014-08-21 03:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'126.47.132.235','2014-08-21 03:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'37.58.100.228','2014-08-22 09:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'183.60.213.22','2014-08-23 03:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'37.58.100.142','2014-08-23 03:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.83.150.79','2014-08-24 15:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.83.150.79','2014-08-24 15:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.83.150.79','2014-08-24 15:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.83.150.79','2014-08-24 15:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'222.11.167.22','2014-08-26 23:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'222.11.167.22','2014-08-26 23:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'160.252.203.16','2014-08-27 09:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.157.88.6','2014-08-28 13:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.157.88.6','2014-08-28 13:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.73.19','2014-08-29 02:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'37.58.100.183','2014-08-29 08:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'37.58.100.146','2014-08-29 13:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'37.58.100.145','2014-08-30 01:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'183.60.214.112','2014-08-30 11:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'37.58.100.178','2014-08-30 23:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'37.58.100.145','2014-08-31 13:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'37.58.100.89','2014-09-01 02:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'37.58.100.174','2014-09-01 06:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.148.102.22','2014-09-01 08:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'183.60.213.22','2014-09-01 11:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'37.58.100.236','2014-09-01 23:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'37.58.100.183','2014-09-02 03:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.147.68.239','2014-09-02 13:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.40','2014-09-02 14:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.27','2014-09-02 14:54:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'37.58.100.146','2014-09-02 23:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'37.58.100.228','2014-09-03 13:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'183.60.212.190','2014-09-04 00:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'37.58.100.232','2014-09-04 01:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.31','2014-09-04 06:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.195','2014-09-04 06:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.31','2014-09-04 06:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.13.0','2014-09-04 06:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.30','2014-09-05 13:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.38','2014-09-05 15:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'37.58.100.146','2014-09-06 01:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.38','2014-09-06 02:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'37.58.100.137','2014-09-06 13:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'37.58.100.85','2014-09-06 21:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'37.58.100.172','2014-09-06 21:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'37.58.100.226','2014-09-07 14:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.22','2014-09-07 16:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'37.58.100.149','2014-09-07 22:57:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.30','2014-09-07 23:49:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.22','2014-09-08 00:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.22','2014-09-08 01:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.13.0','2014-09-09 14:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.195','2014-09-09 15:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.31','2014-09-09 15:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.31','2014-09-09 15:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.22','2014-09-10 04:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'183.60.213.22','2014-09-10 12:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.30','2014-09-10 13:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.250','2014-09-10 20:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.31','2014-09-10 20:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.31','2014-09-10 20:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.39.151','2014-09-10 20:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.14.199.57','2014-09-11 04:18:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.14.199.44','2014-09-11 04:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.214.19.121','2014-09-11 09:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.214.19.121','2014-09-11 09:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'61.214.19.121','2014-09-11 09:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.38','2014-09-11 10:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'37.58.100.229','2014-09-11 13:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.14.199.44','2014-09-11 21:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'183.76.204.30','2014-09-11 23:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'124.37.249.10','2014-09-12 12:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.140.4.131','2014-09-12 15:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'37.58.100.130','2014-09-13 21:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'37.58.100.137','2014-09-14 01:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.38','2014-09-14 01:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.30','2014-09-14 04:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.58.100.237','2014-09-14 09:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'37.58.100.92','2014-09-14 18:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'183.60.214.112','2014-09-14 21:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.65.30','2014-09-16 08:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'37.58.100.189','2014-09-16 21:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.140.4.131','2014-09-17 12:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.14.199.31','2014-09-17 22:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.14.199.31','2014-09-17 23:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.14.199.57','2014-09-17 23:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.14.199.57','2014-09-17 23:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.14.199.57','2014-09-17 23:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.14.199.31','2014-09-17 23:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.14.199.57','2014-09-17 23:22:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.119','2014-09-18 02:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'37.58.100.237','2014-09-18 12:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'195.2.240.101','2014-09-18 13:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.38','2014-09-19 01:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.15.253.17','2014-09-20 18:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.86.160.180','2014-09-20 19:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.14.199.26','2014-09-20 20:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.14.199.20','2014-09-20 20:39:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.14.199.20','2014-09-20 20:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.22','2014-09-21 07:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.219.8.235','2014-09-22 11:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.219.8.235','2014-09-22 11:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.219.8.235','2014-09-22 11:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.219.8.235','2014-09-22 11:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.219.8.235','2014-09-22 11:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.219.8.235','2014-09-22 11:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.219.8.235','2014-09-22 11:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.219.8.235','2014-09-22 11:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.219.8.235','2014-09-22 11:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.219.8.235','2014-09-22 11:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.219.8.235','2014-09-22 11:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.219.8.235','2014-09-22 11:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'62.219.8.235','2014-09-22 11:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.219.8.235','2014-09-22 11:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'62.219.8.235','2014-09-22 11:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.219.8.235','2014-09-22 11:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.219.8.235','2014-09-22 11:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.219.8.235','2014-09-22 11:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.219.8.235','2014-09-22 11:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.219.8.235','2014-09-22 11:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.219.8.235','2014-09-22 11:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'62.219.8.235','2014-09-22 11:25:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'62.219.8.235','2014-09-22 11:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'62.219.8.235','2014-09-22 11:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.219.8.235','2014-09-22 11:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.219.8.235','2014-09-22 11:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'211.123.199.141','2014-09-22 19:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.159.87.184','2014-09-22 21:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.30','2014-09-23 20:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'37.58.100.137','2014-09-24 05:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'37.58.100.89','2014-09-24 16:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'37.58.100.228','2014-09-24 21:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.205','2014-09-26 06:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.16.172.55','2014-09-26 08:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.97.244','2014-09-26 19:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.38','2014-09-27 04:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.30','2014-09-27 07:56:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.38','2014-09-27 07:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.38','2014-09-27 07:57:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.38','2014-09-27 20:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.30','2014-09-28 13:07:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'37.58.100.183','2014-09-28 14:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'37.58.100.175','2014-09-28 15:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'37.58.100.228','2014-09-28 20:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'37.58.100.155','2014-09-28 20:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'95.91.6.78','2014-09-28 21:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'37.58.100.150','2014-09-29 02:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'183.60.213.22','2014-09-29 04:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.10','2014-09-30 00:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.18','2014-09-30 00:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'37.187.107.36','2014-09-30 01:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'37.58.100.162','2014-09-30 21:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'37.58.100.75','2014-10-01 10:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.30','2014-10-01 12:01:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'37.58.100.171','2014-10-01 22:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'37.58.100.82','2014-10-02 11:47:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'37.58.100.150','2014-10-02 13:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'37.58.100.171','2014-10-02 14:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'37.58.100.230','2014-10-03 01:22:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.72','2014-10-03 04:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.48','2014-10-03 05:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.177','2014-10-03 05:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.30','2014-10-03 11:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.194.248.2','2014-10-03 20:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.194.248.2','2014-10-03 20:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.30','2014-10-04 02:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.150.238.39','2014-10-05 01:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.178','2014-10-05 03:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.49','2014-10-05 03:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.72','2014-10-05 03:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'37.58.100.168','2014-10-05 11:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'37.58.100.230','2014-10-05 18:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'37.58.100.233','2014-10-06 15:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'37.58.100.150','2014-10-06 15:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.178','2014-10-06 20:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.72','2014-10-06 21:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.49','2014-10-06 21:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'37.58.100.162','2014-10-07 05:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'37.58.100.81','2014-10-07 20:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.151.157.9','2014-10-08 12:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.38','2014-10-09 05:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'183.60.213.22','2014-10-10 01:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.22','2014-10-10 11:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.179.69.29','2014-10-10 15:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.58.100.82','2014-10-10 15:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'148.251.124.174','2014-10-10 18:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'148.251.124.174','2014-10-10 18:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'148.251.124.174','2014-10-10 18:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'183.60.214.112','2014-10-11 08:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'37.58.100.238','2014-10-12 00:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'72.14.199.20','2014-10-12 06:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.77.28','2014-10-13 11:11:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'61.22.157.52','2014-10-13 22:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.208.150.118','2014-10-14 13:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'78.46.94.23','2014-10-14 18:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'78.46.94.23','2014-10-14 18:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'183.60.213.22','2014-10-14 20:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'60.36.200.245','2014-10-15 13:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'60.36.200.245','2014-10-15 13:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'183.60.212.190','2014-10-15 16:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.142.228.17','2014-10-15 16:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.77.48','2014-10-16 05:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.99.254.160','2014-10-16 05:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'198.20.66.122','2014-10-16 06:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'198.20.66.122','2014-10-16 06:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'198.20.66.122','2014-10-16 06:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'198.20.66.122','2014-10-16 06:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'198.20.66.122','2014-10-16 06:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'198.20.66.122','2014-10-16 06:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'198.20.66.122','2014-10-16 06:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'198.20.66.122','2014-10-16 06:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'198.20.66.122','2014-10-16 06:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'198.20.66.122','2014-10-16 06:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.20.66.122','2014-10-16 06:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'198.20.66.122','2014-10-16 06:54:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'198.20.66.122','2014-10-16 06:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'198.20.66.122','2014-10-16 06:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'198.20.66.122','2014-10-16 06:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'198.20.66.122','2014-10-16 06:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'198.20.66.122','2014-10-16 06:55:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'198.20.66.122','2014-10-16 06:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'198.20.66.122','2014-10-16 06:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'198.20.66.122','2014-10-16 07:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'198.20.66.122','2014-10-16 07:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'198.20.66.122','2014-10-16 07:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'198.20.66.122','2014-10-16 07:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'198.20.66.122','2014-10-16 07:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'198.20.66.122','2014-10-16 07:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'198.20.66.122','2014-10-17 08:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'118.151.157.9','2014-10-17 11:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.151.157.9','2014-10-17 11:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.38','2014-10-18 07:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'183.60.214.112','2014-10-19 06:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.77.38','2014-10-19 08:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.121.56.59','2014-10-19 15:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'183.60.213.22','2014-10-19 15:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.77.48','2014-10-20 02:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'188.165.15.60','2014-10-20 09:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'198.20.66.122','2014-10-20 12:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'198.20.66.122','2014-10-20 12:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'198.20.66.122','2014-10-20 12:33:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'188.165.15.138','2014-10-20 14:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.71','2014-10-21 02:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'188.165.15.240','2014-10-21 05:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'188.165.15.231','2014-10-21 06:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'188.165.15.99','2014-10-21 23:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'188.165.15.23','2014-10-22 04:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'78.46.94.23','2014-10-24 23:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'78.46.94.23','2014-10-24 23:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'78.46.94.23','2014-10-24 23:36:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'78.46.94.23','2014-10-24 23:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'78.46.94.23','2014-10-24 23:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'78.46.94.23','2014-10-24 23:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'78.46.94.23','2014-10-24 23:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'78.46.94.23','2014-10-24 23:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'78.46.94.23','2014-10-24 23:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'188.165.15.60','2014-10-25 02:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'220.99.253.46','2014-10-25 04:21:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'188.165.15.200','2014-10-26 12:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'188.165.15.26','2014-10-26 15:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'188.165.15.49','2014-10-26 21:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'188.165.15.36','2014-10-27 18:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'188.165.15.209','2014-10-27 19:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'188.165.15.36','2014-10-27 19:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'188.165.15.209','2014-10-27 20:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'188.165.15.209','2014-10-27 20:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'188.165.15.209','2014-10-27 21:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'188.165.15.36','2014-10-27 21:14:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.86.110.156','2014-10-28 16:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'118.86.110.156','2014-10-28 16:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'118.86.110.156','2014-10-28 16:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'188.165.15.200','2014-10-30 10:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'188.165.15.23','2014-10-30 20:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'188.165.15.233','2014-10-31 01:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'188.165.15.233','2014-10-31 02:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'188.165.15.19','2014-10-31 02:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.79.181.77','2014-10-31 06:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.79.181.77','2014-10-31 06:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.79.181.77','2014-10-31 06:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'188.165.15.49','2014-10-31 22:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'94.113.118.216','2014-11-01 01:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'94.113.118.216','2014-11-01 01:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'94.113.118.216','2014-11-01 01:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'94.113.118.216','2014-11-01 01:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'94.113.118.216','2014-11-01 01:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'94.113.118.216','2014-11-01 01:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'94.113.118.216','2014-11-01 01:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'94.113.118.216','2014-11-01 01:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'94.113.118.216','2014-11-01 01:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'94.113.118.216','2014-11-01 01:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'94.113.118.216','2014-11-01 01:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'94.113.118.216','2014-11-01 01:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'94.113.118.216','2014-11-01 01:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'94.113.118.216','2014-11-01 01:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'94.113.118.216','2014-11-01 01:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'94.113.118.216','2014-11-01 01:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'94.113.118.216','2014-11-01 01:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'148.251.124.173','2014-11-02 00:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'148.251.124.173','2014-11-02 00:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'148.251.124.173','2014-11-02 00:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'162.210.196.129','2014-11-02 04:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.63.49.82','2014-11-02 08:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'188.165.15.21','2014-11-02 22:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'188.165.15.235','2014-11-03 14:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'188.165.15.138','2014-11-03 16:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'188.165.15.230','2014-11-03 23:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'188.165.15.41','2014-11-04 00:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'188.165.15.138','2014-11-04 01:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.123.141','2014-11-06 20:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.154.40.209','2014-11-11 01:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.154.40.209','2014-11-11 01:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'188.165.15.187','2014-11-17 08:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'188.165.15.13','2014-11-17 23:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'188.165.15.224','2014-11-18 01:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'188.165.15.191','2014-11-18 20:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'188.165.15.205','2014-11-19 11:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'188.165.15.224','2014-11-19 16:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.77.233','2014-11-19 20:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.77.243','2014-11-19 20:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'188.165.15.224','2014-11-20 09:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'220.147.51.199','2014-11-20 21:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'220.147.51.199','2014-11-20 21:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'220.147.51.199','2014-11-20 21:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'188.165.15.44','2014-11-21 00:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'188.165.15.224','2014-11-21 03:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.77.243','2014-11-22 09:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.77.233','2014-11-22 13:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'188.165.15.132','2014-11-23 07:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'188.165.15.23','2014-11-23 12:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'58.156.46.169','2014-11-25 12:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.180.20.120','2014-11-25 17:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'188.165.15.152','2014-11-27 07:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'182.250.253.234','2014-11-27 15:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'188.165.15.23','2014-11-27 16:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'188.165.15.127','2014-11-27 17:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'188.165.15.211','2014-11-29 13:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'188.165.15.79','2014-11-29 20:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'188.165.15.136','2014-11-30 00:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'188.165.15.15','2014-11-30 01:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'188.165.15.152','2014-11-30 02:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'188.165.15.37','2014-11-30 19:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'188.165.15.211','2014-12-01 02:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'188.165.15.37','2014-12-01 06:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'188.165.15.192','2014-12-01 12:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'188.165.15.152','2014-12-01 22:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'188.165.15.211','2014-12-01 23:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'188.165.15.152','2014-12-02 01:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'188.165.15.237','2014-12-02 06:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'188.165.15.136','2014-12-03 00:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'188.165.15.79','2014-12-03 02:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'188.165.15.136','2014-12-03 08:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'188.165.15.15','2014-12-03 14:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.77.233','2014-12-04 00:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.77.233','2014-12-04 00:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.77.243','2014-12-04 00:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.145','2014-12-04 13:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'198.100.144.83','2014-12-05 17:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'198.100.144.83','2014-12-05 17:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'198.100.144.83','2014-12-05 17:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'218.128.30.234','2014-12-06 16:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'218.128.30.234','2014-12-06 16:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.103','2014-12-07 04:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.3','2014-12-07 04:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.15','2014-12-07 04:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.1','2014-12-07 21:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.103','2014-12-08 06:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.15','2014-12-08 06:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.3','2014-12-08 06:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.71.85','2014-12-13 12:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.1','2014-12-14 15:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'220.254.1.121','2014-12-14 20:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'220.254.1.121','2014-12-14 20:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.1','2014-12-15 11:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.129.100.180','2014-12-15 13:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'188.165.15.176','2014-12-16 01:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.39.123','2014-12-16 01:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.39.46','2014-12-16 02:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'188.165.15.95','2014-12-16 05:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.123','2014-12-16 05:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'125.198.33.104','2014-12-16 07:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'125.198.33.104','2014-12-16 07:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'125.198.33.104','2014-12-16 07:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.123','2014-12-16 08:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.47','2014-12-16 08:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.11','2014-12-16 11:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.11','2014-12-16 11:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'124.110.12.89','2014-12-16 12:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.13.11','2014-12-16 13:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.123','2014-12-16 17:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.47','2014-12-16 17:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.123','2014-12-16 21:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.123','2014-12-17 02:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.123','2014-12-17 03:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.47','2014-12-17 06:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'188.165.15.208','2014-12-17 08:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.176.211.158','2014-12-17 10:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.176.211.158','2014-12-17 10:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.176.211.158','2014-12-17 10:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'198.27.87.138','2014-12-17 10:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.46','2014-12-17 11:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'188.165.15.85','2014-12-17 12:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.47','2014-12-17 18:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.123','2014-12-17 21:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.39.123','2014-12-17 21:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.55.39.123','2014-12-17 22:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.11','2014-12-17 22:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.11','2014-12-18 02:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.138.176','2014-12-18 03:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.39.47','2014-12-18 04:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.13.123','2014-12-18 05:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.122','2014-12-18 07:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.13.123','2014-12-18 09:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.123','2014-12-18 16:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.11','2014-12-19 03:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.47','2014-12-19 04:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'188.165.15.85','2014-12-19 08:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.123','2014-12-19 08:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.39.123','2014-12-19 12:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.55.39.123','2014-12-19 12:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.123','2014-12-19 13:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.123','2014-12-19 14:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.47','2014-12-19 18:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.39.46','2014-12-19 22:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.122','2014-12-20 00:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.123','2014-12-20 03:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.11','2014-12-20 04:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'188.165.15.36','2014-12-20 05:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.123','2014-12-20 06:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'188.165.15.95','2014-12-20 06:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.123','2014-12-20 09:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.122','2014-12-20 11:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'188.165.15.205','2014-12-20 18:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.131','2014-12-21 09:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.42.90.124','2014-12-23 22:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.42.90.124','2014-12-23 22:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'221.42.90.124','2014-12-23 22:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.42.90.124','2014-12-23 22:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.42.90.124','2014-12-23 22:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'188.165.15.209','2014-12-24 03:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.133.8','2014-12-24 15:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.94.133.8','2014-12-24 15:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.94.133.8','2014-12-24 15:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'188.165.15.148','2014-12-24 21:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'188.165.15.10','2014-12-24 22:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'188.165.15.117','2014-12-26 03:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.42.90.124','2014-12-26 04:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'221.42.90.124','2014-12-26 04:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.42.90.124','2014-12-26 05:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.42.90.124','2014-12-26 05:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.42.90.124','2014-12-26 05:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'188.165.15.205','2014-12-26 15:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.228.89','2014-12-26 22:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.153','2015-01-02 06:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.153','2015-01-02 06:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.153','2015-01-02 18:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'115.65.53.134','2015-01-03 17:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'115.65.53.134','2015-01-03 17:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.1','2015-01-04 09:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'58.1.141.28','2015-01-05 03:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'58.1.141.28','2015-01-05 03:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'58.1.141.28','2015-01-05 16:28:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'126.47.132.235','2015-01-06 06:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'126.47.132.235','2015-01-06 06:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.163.62.17','2015-01-08 11:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'188.165.15.204','2015-01-08 16:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'188.165.15.10','2015-01-08 16:31:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'188.165.15.44','2015-01-08 17:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'192.69.90.148','2015-01-08 20:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'188.165.15.10','2015-01-08 21:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'188.165.15.32','2015-01-08 23:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'188.165.15.105','2015-01-09 04:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'188.165.15.105','2015-01-09 06:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'188.165.15.204','2015-01-09 15:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'188.165.15.204','2015-01-10 02:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'188.165.15.160','2015-01-10 18:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'188.165.15.105','2015-01-10 23:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'188.165.15.138','2015-01-11 08:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'188.165.15.231','2015-01-11 10:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'188.165.15.204','2015-01-12 14:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'188.165.15.231','2015-01-12 20:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'188.165.15.231','2015-01-13 04:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.1','2015-01-16 17:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.153','2015-01-16 21:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.153','2015-01-17 10:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'198.27.64.208','2015-01-19 20:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'198.27.64.208','2015-01-19 20:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.27.64.208','2015-01-19 20:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'198.27.64.208','2015-01-19 20:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.4.12.20','2015-01-19 21:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.4.12.20','2015-01-19 21:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.4.12.20','2015-01-19 21:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.4.12.20','2015-01-19 21:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'144.76.29.162','2015-01-19 21:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'144.76.29.162','2015-01-19 21:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'144.76.29.162','2015-01-19 21:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'144.76.29.162','2015-01-19 21:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'144.76.29.162','2015-01-19 21:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'144.76.29.162','2015-01-19 21:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'144.76.29.162','2015-01-19 21:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'144.76.29.162','2015-01-19 21:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'144.76.29.162','2015-01-19 21:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.95.89.85','2015-01-19 23:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'104.143.25.153','2015-01-20 06:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.150.190.45','2015-01-20 14:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.150.190.45','2015-01-20 14:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.150.190.45','2015-01-20 14:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.150.190.45','2015-01-20 15:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.150.190.45','2015-01-20 15:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'37.59.20.217','2015-01-20 18:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-20 23:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-20 23:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-20 23:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-20 23:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-20 23:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'180.221.154.5','2015-01-20 23:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'180.221.154.5','2015-01-20 23:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.221.154.5','2015-01-20 23:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.221.154.5','2015-01-20 23:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.221.154.5','2015-01-20 23:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-20 23:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-20 23:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-20 23:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'104.218.197.33','2015-01-21 01:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.150.190.45','2015-01-21 09:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-21 21:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-21 21:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-21 21:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-21 21:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-21 21:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.221.154.5','2015-01-21 21:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'180.221.154.5','2015-01-21 21:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'88.198.164.52','2015-01-21 22:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'88.198.164.52','2015-01-21 22:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'88.198.164.52','2015-01-21 22:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'88.198.164.52','2015-01-21 22:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'183.98.168.159','2015-01-23 15:54:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'183.98.168.159','2015-01-23 17:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'183.98.168.159','2015-01-23 17:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.107.155.114','2015-01-23 19:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.107.155.114','2015-01-23 19:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.107.155.114','2015-01-23 19:20:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.107.155.114','2015-01-23 19:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.153','2015-01-24 02:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'188.165.15.132','2015-01-25 11:47:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.161','2015-01-25 18:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.82','2015-01-25 18:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.160.53.149','2015-01-25 19:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.160.53.149','2015-01-25 20:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.160.53.149','2015-01-25 20:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'136.243.5.219','2015-01-25 20:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.221.154.5','2015-01-25 21:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'180.221.154.5','2015-01-25 21:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'180.221.154.5','2015-01-25 21:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.82','2015-01-25 21:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.161','2015-01-25 21:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.82','2015-01-25 23:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.162','2015-01-25 23:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'188.165.15.99','2015-01-25 23:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.162','2015-01-26 03:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.82','2015-01-26 03:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.82','2015-01-26 04:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.162','2015-01-26 04:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.162','2015-01-26 06:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.82','2015-01-26 06:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.162','2015-01-26 12:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.82','2015-01-26 12:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.161','2015-01-27 00:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.82','2015-01-27 00:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'188.165.15.94','2015-01-27 01:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'188.165.15.94','2015-01-27 09:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.153','2015-01-27 14:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.162','2015-01-27 15:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.82','2015-01-27 15:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'188.165.15.64','2015-01-27 21:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'188.165.15.187','2015-01-28 03:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'222.230.122.109','2015-01-28 10:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'188.165.15.94','2015-01-28 19:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'188.165.15.130','2015-01-29 04:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'188.165.15.130','2015-01-29 20:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'188.165.15.64','2015-01-29 20:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.166.152.209','2015-02-10 11:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.166.152.209','2015-02-10 11:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-02-13 11:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-02-13 11:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-02-13 11:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-02-13 11:34:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-02-13 11:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-02-13 11:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'116.199.241.2','2015-02-13 16:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.146','2015-02-17 04:14:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.154','2015-02-17 13:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.154','2015-02-17 14:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.146','2015-02-17 15:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'64.79.100.12','2015-02-20 15:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'64.79.100.12','2015-02-20 15:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'64.79.100.12','2015-02-20 15:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.146','2015-02-21 01:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'36.54.120.138','2015-02-21 13:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'36.54.120.138','2015-02-21 13:34:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'36.54.120.138','2015-02-21 13:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'36.54.120.138','2015-02-21 13:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'36.54.120.138','2015-02-21 13:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'36.54.120.138','2015-02-21 13:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'36.54.120.138','2015-02-21 13:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'36.54.120.138','2015-02-21 13:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'36.54.120.138','2015-02-21 13:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'36.54.120.138','2015-02-21 13:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'36.54.120.138','2015-02-21 15:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'36.54.120.138','2015-02-21 15:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'36.54.120.138','2015-02-21 15:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'36.54.120.138','2015-02-21 15:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'136.243.16.7','2015-02-23 17:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.16.7','2015-02-23 17:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.16.7','2015-02-23 17:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.16.7','2015-02-23 17:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'188.165.15.87','2015-02-23 21:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'188.165.15.44','2015-02-23 21:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'188.165.15.78','2015-02-23 22:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'188.165.15.105','2015-02-24 03:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'188.165.15.207','2015-02-24 03:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'188.165.15.105','2015-02-24 05:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'188.165.15.193','2015-02-24 07:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'188.165.15.162','2015-02-24 13:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'188.165.15.89','2015-02-24 19:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.228.89','2015-02-24 22:31:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'64.79.100.12','2015-02-25 03:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'64.79.100.12','2015-02-25 03:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'64.79.100.12','2015-02-25 03:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'64.79.100.12','2015-02-25 04:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'64.79.100.12','2015-02-25 04:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'64.79.100.12','2015-02-25 04:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.79.100.12','2015-02-25 04:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'64.79.100.12','2015-02-25 04:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'64.79.100.12','2015-02-25 04:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'64.79.100.12','2015-02-25 04:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'64.79.100.12','2015-02-25 04:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'64.79.100.12','2015-02-25 04:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'64.79.100.12','2015-02-25 04:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'64.79.100.12','2015-02-25 04:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.79.100.12','2015-02-25 04:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'64.79.100.12','2015-02-25 04:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'64.79.100.12','2015-02-25 04:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'64.79.100.12','2015-02-25 04:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'64.79.100.12','2015-02-25 04:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'64.79.100.12','2015-02-25 04:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'64.79.100.12','2015-02-25 04:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'64.79.100.12','2015-02-25 04:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'64.79.100.12','2015-02-25 04:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'64.79.100.12','2015-02-25 04:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'64.79.100.12','2015-02-25 04:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'64.79.100.12','2015-02-25 04:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'188.165.15.78','2015-02-25 08:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'188.165.15.105','2015-02-25 08:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.161.235.139','2015-02-25 09:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.161.235.139','2015-02-25 09:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.161.235.139','2015-02-25 09:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'103.9.96.227','2015-02-25 11:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'103.9.96.227','2015-02-25 11:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'103.9.96.227','2015-02-25 11:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'103.9.96.227','2015-02-25 11:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'103.9.96.227','2015-02-25 11:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'103.9.96.227','2015-02-25 11:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'188.165.15.89','2015-02-25 17:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'188.165.15.200','2015-02-25 17:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'188.165.15.207','2015-02-26 03:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'188.165.15.193','2015-02-26 11:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'61.214.19.121','2015-02-26 13:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'61.214.19.121','2015-02-26 13:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'61.214.19.121','2015-02-26 13:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'61.214.19.121','2015-02-26 13:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.214.19.121','2015-02-26 13:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'61.214.19.121','2015-02-26 13:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'61.214.19.121','2015-02-26 13:34:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'61.214.19.121','2015-02-26 13:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.71.76','2015-02-26 19:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'61.12.158.206','2015-02-26 21:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'61.12.158.206','2015-02-26 21:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.71.93','2015-02-26 23:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.71.76','2015-02-26 23:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.71.93','2015-02-26 23:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'188.165.15.200','2015-02-27 02:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'188.165.15.87','2015-02-27 09:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.154','2015-02-27 12:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'188.165.15.89','2015-02-28 10:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'220.100.22.24','2015-02-28 12:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'188.165.15.105','2015-02-28 16:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'27.84.185.185','2015-03-05 10:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.20','2015-03-08 18:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.20','2015-03-08 18:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.20','2015-03-08 18:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.20','2015-03-08 18:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.20','2015-03-08 18:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'153.235.80.157','2015-03-08 18:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.143.35.20','2015-03-08 19:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.143.35.20','2015-03-08 19:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.143.35.20','2015-03-08 19:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.20','2015-03-08 19:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.20','2015-03-08 19:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.20','2015-03-08 19:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.20','2015-03-08 19:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.12','2015-03-09 10:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.15','2015-03-09 22:16:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.15','2015-03-09 22:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.15','2015-03-10 15:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.14','2015-03-10 21:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'221.116.134.234','2015-03-11 14:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.255.253.103','2015-03-16 09:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.255.253.85','2015-03-16 09:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.255.253.85','2015-03-16 09:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-03-16 14:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-03-16 14:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-03-16 14:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-03-16 14:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.67.2','2015-03-17 09:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.255.253.41','2015-03-17 13:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.255.253.85','2015-03-17 13:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.255.253.41','2015-03-17 13:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.255.253.41','2015-03-17 13:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.255.253.85','2015-03-17 13:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.255.253.85','2015-03-17 13:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.255.253.85','2015-03-17 13:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.255.253.85','2015-03-17 13:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.255.253.41','2015-03-17 13:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.255.253.103','2015-03-17 13:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.255.253.85','2015-03-17 13:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.255.253.41','2015-03-17 13:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.255.253.85','2015-03-17 13:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.255.253.103','2015-03-17 13:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.255.253.85','2015-03-17 13:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.255.253.103','2015-03-17 13:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.255.253.85','2015-03-17 13:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.255.253.103','2015-03-17 13:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.255.253.85','2015-03-17 13:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.255.253.85','2015-03-17 13:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.255.253.85','2015-03-17 13:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.255.253.103','2015-03-17 14:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.255.253.85','2015-03-18 17:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.255.253.85','2015-03-18 17:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.255.253.85','2015-03-18 17:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.255.253.85','2015-03-18 17:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.255.253.85','2015-03-18 17:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.2','2015-03-21 22:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.2','2015-03-22 04:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.2','2015-03-22 04:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.2','2015-03-22 08:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.146','2015-03-22 09:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.154','2015-03-22 09:38:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.154','2015-03-22 09:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.154','2015-03-22 20:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.146','2015-03-23 01:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.154','2015-03-23 10:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.2','2015-03-23 19:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.154','2015-03-23 19:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.2','2015-03-23 20:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.71.76','2015-03-23 23:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.71.93','2015-03-23 23:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.71.93','2015-03-24 02:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.71.76','2015-03-24 02:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.71.76','2015-03-24 06:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.71.93','2015-03-24 06:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.71.59','2015-03-24 06:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.71.93','2015-03-24 06:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.71.76','2015-03-24 23:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.71.76','2015-03-25 00:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.71.93','2015-03-25 01:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.147.68.226','2015-03-25 14:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.147.68.226','2015-03-25 14:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'150.70.173.55','2015-03-25 14:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'150.70.172.231','2015-03-25 14:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.71.76','2015-03-25 18:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.71.93','2015-03-27 05:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-03-27 11:57:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.40.110.193','2015-03-27 11:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.71.93','2015-03-28 14:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'175.179.32.65','2015-03-29 04:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'175.179.32.65','2015-03-29 04:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'175.179.32.65','2015-03-29 04:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.71.59','2015-03-29 22:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.7.154.214','2015-03-31 17:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.7.154.214','2015-03-31 17:54:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'106.186.200.119','2015-03-31 17:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'106.186.200.119','2015-03-31 17:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.241.226.218','2015-03-31 18:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.7.154.214','2015-03-31 18:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.7.154.214','2015-03-31 18:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.154','2015-04-02 04:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'211.126.71.192','2015-04-02 09:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'211.126.71.192','2015-04-02 09:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'211.126.71.192','2015-04-02 09:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'211.126.71.192','2015-04-02 09:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'211.126.71.192','2015-04-02 09:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.154','2015-04-03 21:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.154','2015-04-04 08:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.146','2015-04-04 15:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.40.114.215','2015-04-09 07:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.73.169','2015-04-09 08:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.73.161','2015-04-09 14:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'198.27.64.33','2015-04-09 20:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'198.27.64.33','2015-04-09 20:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.27.64.33','2015-04-09 20:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'198.27.64.33','2015-04-09 20:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.73.169','2015-04-09 21:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'221.249.116.206','2015-04-10 10:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.165.197.142','2015-04-10 17:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'188.165.15.138','2015-04-10 21:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'136.243.16.7','2015-04-10 23:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'183.77.100.29','2015-04-10 23:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'183.77.100.29','2015-04-10 23:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'183.77.100.29','2015-04-10 23:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'183.77.100.29','2015-04-10 23:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'183.77.100.29','2015-04-10 23:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'183.77.100.29','2015-04-10 23:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'136.243.24.27','2015-04-11 04:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'136.243.24.27','2015-04-11 04:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'136.243.24.27','2015-04-11 04:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'198.27.66.185','2015-04-11 04:53:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'198.27.66.185','2015-04-11 04:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'198.27.66.185','2015-04-11 04:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'198.27.66.185','2015-04-11 04:53:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'136.243.24.27','2015-04-11 04:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'198.27.66.185','2015-04-11 04:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'136.243.24.27','2015-04-11 04:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'136.243.24.27','2015-04-11 04:55:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'136.243.24.27','2015-04-11 04:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'188.165.15.138','2015-04-11 05:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'188.165.15.138','2015-04-12 03:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.190.61.187','2015-04-12 09:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'188.165.15.138','2015-04-12 22:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'188.165.15.138','2015-04-13 01:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'136.243.24.27','2015-04-13 17:25:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'136.243.24.27','2015-04-13 17:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'104.255.67.238','2015-04-13 18:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'104.255.67.238','2015-04-13 18:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'104.255.67.238','2015-04-13 18:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'104.255.67.238','2015-04-13 18:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'104.255.67.238','2015-04-13 18:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'104.255.67.238','2015-04-13 18:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'136.243.5.87','2015-04-13 20:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'136.243.5.87','2015-04-13 20:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'136.243.5.87','2015-04-13 20:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'136.243.5.87','2015-04-13 20:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'136.243.5.87','2015-04-13 20:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.242.113.188','2015-04-14 00:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'77.248.252.113','2015-04-14 12:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'148.251.124.173','2015-04-16 05:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'148.251.124.173','2015-04-16 05:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'148.251.124.173','2015-04-16 05:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'148.251.124.173','2015-04-16 05:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'148.251.124.173','2015-04-16 05:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'148.251.124.173','2015-04-16 05:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'148.251.124.173','2015-04-16 05:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'148.251.124.173','2015-04-16 05:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'148.251.124.173','2015-04-16 05:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'148.251.124.173','2015-04-16 05:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'210.239.163.78','2015-04-20 11:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.254.3.66','2015-04-20 15:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.254.3.66','2015-04-20 15:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'150.70.173.56','2015-04-20 15:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.173.40','2015-04-20 15:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.254.3.66','2015-04-20 15:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.254.3.66','2015-04-20 15:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'150.70.97.118','2015-04-20 15:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'68.180.228.89','2015-04-22 02:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'68.180.228.89','2015-04-22 02:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.228.89','2015-04-22 18:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.71.76','2015-04-25 02:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.71.93','2015-04-25 08:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.71.93','2015-04-25 20:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.238.10.225','2015-04-27 13:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.238.10.225','2015-04-27 13:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.163.159.152','2015-04-27 13:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.163.159.152','2015-04-27 13:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.163.159.152','2015-04-27 13:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.163.159.152','2015-04-27 13:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.2','2015-04-27 13:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.154','2015-04-28 00:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.146','2015-04-28 04:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.154','2015-04-28 07:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.68.239','2015-04-29 15:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.147.68.239','2015-04-29 15:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.147.68.239','2015-04-29 15:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.68.239','2015-04-29 15:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'150.70.97.121','2015-04-29 15:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'150.70.97.127','2015-04-29 15:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.97.115','2015-04-29 15:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.68.239','2015-04-30 10:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.68.239','2015-04-30 10:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'150.70.97.126','2015-04-30 10:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.68.239','2015-04-30 10:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'131.113.221.79','2015-05-01 10:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.154','2015-05-03 23:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.2','2015-05-04 11:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,39,'210.165.6.207','2015-05-08 13:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,37,'210.165.6.207','2015-05-08 13:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,39,'210.165.6.207','2015-05-08 13:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,37,'210.165.6.207','2015-05-08 13:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,39,'210.165.6.207','2015-05-08 13:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,39,'210.165.6.207','2015-05-08 13:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,39,'210.165.6.207','2015-05-08 13:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,39,'210.165.6.207','2015-05-08 13:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,39,'210.165.6.207','2015-05-08 13:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.232','2015-05-09 07:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.232','2015-05-09 08:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'153.176.51.4','2015-05-09 14:35:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'94.23.19.178','2015-05-09 20:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'136.243.5.87','2015-05-10 20:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.244','2015-05-10 22:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.232','2015-05-11 03:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.232','2015-05-11 05:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.244','2015-05-11 07:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.244','2015-05-11 08:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,40,'210.165.6.207','2015-05-11 09:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.13','2015-05-11 10:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.165.6.207','2015-05-11 13:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.19.120.181','2015-05-11 22:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'144.76.137.226','2015-05-13 02:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'144.76.137.226','2015-05-13 02:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'144.76.137.226','2015-05-13 02:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'144.76.137.226','2015-05-13 02:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'144.76.137.226','2015-05-13 02:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'144.76.137.226','2015-05-13 02:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'144.76.137.226','2015-05-13 02:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'144.76.137.226','2015-05-13 02:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'144.76.137.226','2015-05-13 02:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'144.76.137.226','2015-05-13 02:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'144.76.137.226','2015-05-13 02:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'144.76.137.226','2015-05-13 02:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'144.76.137.226','2015-05-13 02:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'144.76.137.226','2015-05-13 02:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'144.76.137.226','2015-05-13 02:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'144.76.137.226','2015-05-13 02:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'144.76.137.226','2015-05-13 02:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'144.76.137.226','2015-05-13 02:25:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'144.76.137.226','2015-05-13 02:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'144.76.137.226','2015-05-13 02:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'144.76.137.226','2015-05-13 02:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'144.76.137.226','2015-05-13 02:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'144.76.137.226','2015-05-13 02:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'144.76.137.226','2015-05-13 02:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'144.76.137.226','2015-05-13 02:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'144.76.137.226','2015-05-13 02:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'144.76.137.226','2015-05-13 02:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'144.76.137.226','2015-05-13 02:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'91.194.84.106','2015-05-14 03:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'91.194.84.106','2015-05-14 03:36:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'91.194.84.106','2015-05-14 03:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'91.194.84.106','2015-05-14 03:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'91.194.84.106','2015-05-14 03:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'91.194.84.106','2015-05-14 03:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'91.194.84.106','2015-05-14 03:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'91.194.84.106','2015-05-14 03:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'91.194.84.106','2015-05-14 03:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'91.194.84.106','2015-05-14 03:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'91.194.84.106','2015-05-14 03:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'91.194.84.106','2015-05-14 03:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'91.194.84.106','2015-05-14 03:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'91.194.84.106','2015-05-14 03:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'91.194.84.106','2015-05-14 03:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'91.194.84.106','2015-05-14 03:38:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'91.194.84.106','2015-05-14 03:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'91.194.84.106','2015-05-14 03:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'91.194.84.106','2015-05-14 03:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'91.194.84.106','2015-05-14 03:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'91.194.84.106','2015-05-14 03:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'91.194.84.106','2015-05-14 03:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.194.84.106','2015-05-14 03:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'91.194.84.106','2015-05-14 03:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'91.194.84.106','2015-05-14 03:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'91.194.84.106','2015-05-14 03:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'91.194.84.106','2015-05-14 03:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.180.184.39','2015-05-14 17:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'199.58.86.211','2015-05-15 00:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'199.192.207.146','2015-05-15 05:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'199.192.207.146','2015-05-15 05:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.188.56.210','2015-05-15 17:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.188.56.210','2015-05-15 17:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.232','2015-05-17 18:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.232','2015-05-17 19:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.232','2015-05-18 04:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.13','2015-05-18 15:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.248.21.12','2015-05-19 11:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'198.27.66.194','2015-05-19 22:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'198.27.66.194','2015-05-19 22:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'198.27.66.194','2015-05-19 22:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'198.27.66.194','2015-05-19 22:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'124.37.191.42','2015-05-20 14:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.65.66','2015-05-21 10:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'148.251.124.173','2015-05-21 22:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'148.251.124.173','2015-05-21 22:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'148.251.124.173','2015-05-21 22:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'148.251.124.173','2015-05-21 22:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'106.168.78.31','2015-05-23 11:21:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.97.48','2015-05-23 22:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.97.48','2015-05-23 22:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.97.48','2015-05-23 22:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.97.48','2015-05-23 22:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'198.27.64.33','2015-05-25 22:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'198.27.64.33','2015-05-25 22:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'198.27.64.33','2015-05-25 22:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'198.27.64.33','2015-05-25 22:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'188.165.15.211','2015-05-27 03:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.165.197.141','2015-05-28 16:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.165.197.141','2015-05-28 16:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.246.252.102','2015-05-28 20:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'188.165.15.181','2015-05-31 00:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'188.165.15.181','2015-05-31 01:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'188.165.15.181','2015-05-31 02:52:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'188.165.15.181','2015-05-31 03:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'188.165.15.211','2015-05-31 08:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'188.165.15.181','2015-06-01 01:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'188.165.15.181','2015-06-01 05:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'188.165.15.181','2015-06-01 15:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'188.165.15.181','2015-06-01 22:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.90.118','2015-06-01 22:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.90.118','2015-06-01 22:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.196.171.96','2015-06-03 16:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'150.70.173.7','2015-06-03 16:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'175.179.145.49','2015-06-04 02:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'175.179.145.49','2015-06-04 02:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'175.179.145.49','2015-06-04 02:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'94.23.19.178','2015-06-04 04:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'94.23.19.178','2015-06-04 04:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'151.80.31.140','2015-06-04 08:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'203.141.92.14','2015-06-04 13:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'151.80.31.140','2015-06-04 16:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'151.80.31.140','2015-06-05 02:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'151.80.31.140','2015-06-05 09:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'151.80.31.140','2015-06-05 17:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.138.38.37','2015-06-05 19:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.138.38.37','2015-06-05 19:12:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.138.38.37','2015-06-05 19:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.138.38.37','2015-06-05 19:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'150.70.97.126','2015-06-05 19:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'150.70.97.115','2015-06-05 19:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.138.38.37','2015-06-05 19:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.138.38.37','2015-06-05 19:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'150.70.173.43','2015-06-05 19:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.138.38.37','2015-06-05 19:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.138.38.37','2015-06-05 19:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'150.70.173.57','2015-06-05 19:22:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.138.38.37','2015-06-05 19:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'150.70.173.14','2015-06-05 19:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.138.38.37','2015-06-05 19:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.138.38.37','2015-06-05 19:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.173.44','2015-06-05 19:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.138.38.37','2015-06-05 19:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'150.70.172.230','2015-06-05 19:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.13','2015-06-05 22:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'192.99.2.27','2015-06-06 04:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'192.99.2.27','2015-06-06 04:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'151.80.31.140','2015-06-06 10:32:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.13','2015-06-06 11:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'151.80.31.140','2015-06-06 15:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'151.80.31.140','2015-06-06 18:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'151.80.31.140','2015-06-07 06:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'151.80.31.140','2015-06-07 22:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'151.80.31.140','2015-06-08 00:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'82.37.199.233','2015-06-08 07:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'82.37.199.233','2015-06-08 07:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.138.38.37','2015-06-08 09:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'150.70.97.116','2015-06-08 09:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'151.80.31.140','2015-06-08 19:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'208.107.41.62','2015-06-10 07:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'208.107.41.62','2015-06-10 07:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.188.56.210','2015-06-10 17:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.188.56.210','2015-06-10 17:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.165.15.19','2015-06-11 06:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'188.165.15.19','2015-06-11 17:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.13','2015-06-11 18:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.232','2015-06-12 02:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.13','2015-06-12 05:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.244','2015-06-12 20:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'188.165.15.19','2015-06-13 00:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.13','2015-06-13 01:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.232','2015-06-13 01:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'199.58.86.211','2015-06-13 10:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'199.58.86.211','2015-06-13 10:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.242.113.188','2015-06-15 23:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.10.76.49','2015-06-17 17:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'223.132.76.57','2015-06-18 08:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'153.217.47.38','2015-06-18 11:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'165.225.100.66','2015-06-18 15:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.165.15.237','2015-06-19 09:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'59.147.103.191','2015-06-19 13:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'151.80.31.153','2015-06-20 18:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.228.158','2015-06-20 19:56:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'68.180.228.158','2015-06-20 20:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'68.180.228.158','2015-06-20 20:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.140.38.2','2015-06-21 21:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.140.38.2','2015-06-21 21:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.140.38.2','2015-06-21 21:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'218.110.158.36','2015-06-21 23:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.244','2015-06-22 12:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.147.68.239','2015-06-22 16:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'150.70.173.48','2015-06-22 16:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.68.239','2015-06-22 17:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'150.70.188.167','2015-06-22 17:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.244','2015-06-23 04:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.13','2015-06-23 04:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.13','2015-06-23 04:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.13','2015-06-23 04:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.244','2015-06-23 04:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.244','2015-06-23 04:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.244','2015-06-23 04:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.244','2015-06-25 13:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.232','2015-06-25 13:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.232','2015-06-25 17:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'162.210.196.100','2015-06-27 13:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'162.210.196.100','2015-06-27 13:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'180.76.15.144','2015-06-28 07:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.232','2015-06-29 07:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,32,'222.151.230.142','2015-06-29 13:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (3,37,'222.151.230.142','2015-06-29 13:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'150.70.173.42','2015-06-29 13:04:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'150.70.97.114','2015-06-29 13:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'144.76.26.177','2015-06-29 23:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'144.76.26.177','2015-06-29 23:34:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.206.32.207','2015-07-01 16:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.206.32.207','2015-07-01 16:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.208.177.130','2015-07-01 20:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.208.177.130','2015-07-01 20:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.232','2015-07-02 02:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.244','2015-07-02 02:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.244','2015-07-02 03:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.244','2015-07-02 03:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.243.216.161','2015-07-02 11:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.108','2015-07-02 19:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.108','2015-07-02 19:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.109','2015-07-02 19:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.109','2015-07-02 19:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.109','2015-07-02 19:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.196','2015-07-02 19:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.69','2015-07-02 19:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.69','2015-07-02 19:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.69','2015-07-02 19:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'59.190.128.33','2015-07-03 14:20:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.113.61.128','2015-07-04 22:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.18','2015-07-05 17:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.27','2015-07-05 17:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.27','2015-07-05 17:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.27','2015-07-05 17:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.11','2015-07-05 17:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.11','2015-07-05 17:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.141','2015-07-05 18:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.141','2015-07-05 18:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.141','2015-07-05 18:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.107.155.114','2015-07-07 01:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'195.154.162.103','2015-07-08 11:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'195.154.162.103','2015-07-08 11:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'195.154.162.103','2015-07-08 11:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'195.154.162.103','2015-07-08 11:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'195.154.162.103','2015-07-08 11:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.244','2015-07-08 11:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'195.154.162.103','2015-07-08 11:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'195.154.162.103','2015-07-08 11:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'195.154.162.103','2015-07-08 11:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'195.154.162.103','2015-07-08 11:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.244','2015-07-08 19:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'195.154.187.115','2015-07-09 03:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.93.82.62','2015-07-09 20:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.70.97.124','2015-07-09 20:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'198.27.82.147','2015-07-11 08:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.238','2015-07-13 22:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'69.204.195.101','2015-07-15 14:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'153.189.171.230','2015-07-16 08:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.101.128.4','2015-07-16 08:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.13','2015-07-16 16:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'77.21.218.1','2015-07-17 03:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'77.21.218.1','2015-07-17 03:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'77.21.218.1','2015-07-17 03:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'77.21.218.1','2015-07-17 03:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'77.21.218.1','2015-07-17 03:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'77.21.218.1','2015-07-17 03:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'77.21.218.1','2015-07-17 03:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'77.21.218.1','2015-07-17 03:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'77.21.218.1','2015-07-17 03:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'77.21.218.1','2015-07-17 03:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'77.21.218.1','2015-07-17 03:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'77.21.218.1','2015-07-17 03:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'77.21.218.1','2015-07-17 03:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'77.21.218.1','2015-07-17 03:59:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'77.21.218.1','2015-07-17 03:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'77.21.218.1','2015-07-17 03:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'77.21.218.1','2015-07-17 03:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'77.21.218.1','2015-07-17 03:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'77.21.218.1','2015-07-17 03:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'77.21.218.1','2015-07-17 04:00:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'77.21.218.1','2015-07-17 04:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'77.21.218.1','2015-07-17 04:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'77.21.218.1','2015-07-17 04:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'77.21.218.1','2015-07-17 04:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'77.21.218.1','2015-07-17 04:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'77.21.218.1','2015-07-17 04:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'72.14.199.121','2015-07-17 06:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'72.14.199.4','2015-07-17 06:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'72.14.199.121','2015-07-17 06:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.202','2015-07-19 05:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.67','2015-07-19 05:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.13','2015-07-20 00:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.73.153','2015-07-20 15:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'123.50.19.27','2015-07-21 10:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.99','2015-07-21 14:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.73.153','2015-07-24 09:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.103.6.126','2015-07-24 11:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'199.192.207.146','2015-07-24 12:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'199.192.207.146','2015-07-24 12:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'199.192.207.146','2015-07-24 12:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.138.100.135','2015-07-24 17:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.5.87','2015-07-24 19:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'136.243.5.87','2015-07-24 19:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'136.243.5.87','2015-07-24 19:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'136.243.5.87','2015-07-24 19:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'136.243.5.87','2015-07-24 19:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'136.243.5.87','2015-07-24 19:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'136.243.5.87','2015-07-24 19:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'136.243.5.87','2015-07-24 19:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'136.243.5.87','2015-07-24 19:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'136.243.5.87','2015-07-24 19:47:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'136.243.5.87','2015-07-24 19:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'136.243.5.87','2015-07-24 19:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'136.243.5.87','2015-07-24 19:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'136.243.5.87','2015-07-24 19:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.5.87','2015-07-24 19:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'136.243.5.87','2015-07-24 19:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'136.243.5.87','2015-07-24 19:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'136.243.5.87','2015-07-24 19:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'136.243.5.87','2015-07-24 19:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.73.169','2015-07-24 21:32:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.73.153','2015-07-24 21:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.62','2015-07-24 23:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.46','2015-07-25 03:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.73.153','2015-07-25 08:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.73.161','2015-07-25 09:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.111.70','2015-07-26 21:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.111.70','2015-07-26 21:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.111.70','2015-07-26 21:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.111.70','2015-07-26 21:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.218','2015-07-27 19:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'198.27.66.185','2015-07-27 23:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'198.27.66.185','2015-07-27 23:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'198.27.66.185','2015-07-27 23:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'198.27.66.185','2015-07-27 23:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'198.27.66.185','2015-07-27 23:45:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'198.27.66.185','2015-07-27 23:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'198.27.66.185','2015-07-27 23:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'198.27.66.185','2015-07-27 23:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'198.27.66.185','2015-07-27 23:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'198.27.66.185','2015-07-27 23:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'198.27.66.185','2015-07-27 23:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'198.27.66.185','2015-07-27 23:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'198.27.66.185','2015-07-27 23:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'198.27.66.185','2015-07-27 23:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'198.27.66.185','2015-07-27 23:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.27.66.185','2015-07-27 23:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'198.27.66.185','2015-07-27 23:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'198.27.66.185','2015-07-27 23:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.125','2015-07-28 22:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.147.117.5','2015-07-29 11:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.5','2015-07-29 15:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'212.83.177.193','2015-07-29 19:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'212.83.177.193','2015-07-29 19:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'212.83.177.193','2015-07-29 19:57:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.189.125.88','2015-07-30 17:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'86.107.110.221','2015-07-30 22:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'146.52.209.95','2015-08-01 04:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'195.154.163.223','2015-08-01 05:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'195.154.163.223','2015-08-01 05:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'195.154.163.223','2015-08-01 05:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.106','2015-08-02 07:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.232','2015-08-02 23:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.107.155.114','2015-08-03 07:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.244','2015-08-03 17:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.232','2015-08-04 02:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.244','2015-08-04 07:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'77.100.248.6','2015-08-04 10:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'77.100.248.6','2015-08-04 10:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.242','2015-08-06 05:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.81','2015-08-06 05:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'198.27.64.33','2015-08-07 00:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'61.200.27.50','2015-08-07 11:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'78.94.83.125','2015-08-07 18:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'78.94.83.125','2015-08-07 18:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'78.94.83.125','2015-08-07 18:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'78.94.83.125','2015-08-07 18:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'78.94.83.125','2015-08-07 18:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'78.94.83.125','2015-08-07 18:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'78.94.83.125','2015-08-07 18:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'78.94.83.125','2015-08-07 18:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'78.94.83.125','2015-08-07 18:45:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'198.27.64.33','2015-08-08 21:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.244','2015-08-09 02:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2015-08-09 07:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.232','2015-08-11 02:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.232','2015-08-11 12:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.244','2015-08-11 13:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.232','2015-08-11 13:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.13','2015-08-11 18:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'198.27.65.39','2015-08-11 21:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'198.27.65.39','2015-08-11 21:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'198.27.65.39','2015-08-11 21:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'198.27.65.39','2015-08-11 21:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'198.27.65.39','2015-08-11 21:53:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'198.27.65.39','2015-08-11 21:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'198.27.65.39','2015-08-11 21:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.27.65.39','2015-08-11 21:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'198.27.65.39','2015-08-11 21:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'198.27.65.39','2015-08-11 21:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.13','2015-08-12 01:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.232','2015-08-12 03:42:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.13','2015-08-12 07:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.124','2015-08-12 14:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.110','2015-08-12 14:30:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.71.48.100','2015-08-13 08:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.62.7.84','2015-08-13 10:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'178.62.7.84','2015-08-13 10:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'178.62.7.84','2015-08-13 10:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'178.62.7.84','2015-08-13 10:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'178.62.7.84','2015-08-13 10:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'178.62.7.84','2015-08-13 10:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'178.62.7.84','2015-08-13 10:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'178.62.7.84','2015-08-13 10:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'178.62.7.84','2015-08-13 10:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'218.41.219.59','2015-08-14 17:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.100','2015-08-15 00:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.34','2015-08-15 00:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.13','2015-08-16 04:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.13','2015-08-16 20:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.13','2015-08-16 20:40:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'198.245.51.90','2015-08-17 01:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'198.245.51.90','2015-08-17 01:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'198.245.51.90','2015-08-17 01:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'198.245.51.90','2015-08-17 02:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'198.245.51.90','2015-08-17 02:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'198.245.51.90','2015-08-17 02:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'198.245.51.90','2015-08-17 02:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.245.51.90','2015-08-17 02:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'198.245.51.90','2015-08-17 02:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'198.245.51.90','2015-08-17 02:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.244','2015-08-17 08:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.13','2015-08-17 08:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.232','2015-08-17 08:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.236.122.8','2015-08-18 16:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'86.132.209.114','2015-08-18 18:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'86.132.209.114','2015-08-18 18:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'86.132.209.114','2015-08-18 18:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'86.132.209.114','2015-08-18 18:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'86.132.209.114','2015-08-18 18:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'86.132.209.114','2015-08-18 18:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.192','2015-08-19 04:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.177','2015-08-19 07:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'68.180.228.239','2015-08-19 19:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'68.180.228.239','2015-08-19 19:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'111.87.102.51','2015-08-20 11:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.73.161','2015-08-20 12:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'23.254.203.70','2015-08-21 01:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.254.203.70','2015-08-21 01:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.254.203.70','2015-08-21 01:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.254.203.70','2015-08-21 01:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'23.254.203.70','2015-08-21 01:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'23.254.203.70','2015-08-21 01:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'23.254.203.70','2015-08-21 01:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'23.254.203.70','2015-08-21 01:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'23.254.203.70','2015-08-21 01:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.254.203.70','2015-08-21 01:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'151.80.41.169','2015-08-24 20:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'151.80.41.169','2015-08-24 20:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'151.80.41.169','2015-08-24 20:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'151.80.41.169','2015-08-24 20:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'151.80.41.169','2015-08-24 20:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'151.80.41.169','2015-08-24 20:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'151.80.41.169','2015-08-24 20:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'151.80.41.169','2015-08-24 20:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'151.80.41.169','2015-08-24 20:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'151.80.41.169','2015-08-24 20:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.131','2015-08-25 13:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.214','2015-08-25 13:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.34.149.67','2015-08-26 12:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2015-08-26 19:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.145','2015-08-27 22:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.32','2015-08-27 22:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.1','2015-08-28 19:56:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'208.107.12.128','2015-08-28 22:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'208.107.12.128','2015-08-28 22:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'208.107.12.128','2015-08-28 22:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'208.107.12.128','2015-08-28 22:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'208.107.12.128','2015-08-28 22:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'208.107.12.128','2015-08-28 22:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'208.107.12.128','2015-08-28 22:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.107.12.128','2015-08-28 22:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.107.12.128','2015-08-28 22:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'208.107.12.128','2015-08-28 22:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.14.199.63','2015-08-28 22:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.14.199.60','2015-08-28 22:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'72.14.199.60','2015-08-28 22:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.14.199.2','2015-08-28 22:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.14.199.63','2015-08-28 22:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'72.14.199.2','2015-08-28 23:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.14.199.63','2015-08-28 23:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.14.199.60','2015-08-28 23:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.14.199.63','2015-08-28 23:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.14.199.63','2015-08-28 23:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.14.199.60','2015-08-28 23:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.14.199.60','2015-08-28 23:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.14.199.60','2015-08-28 23:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'72.14.199.63','2015-08-28 23:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'72.14.199.2','2015-08-28 23:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.14.199.63','2015-08-28 23:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.14.199.63','2015-08-28 23:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.14.199.63','2015-08-29 00:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.14.199.2','2015-08-29 00:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.99','2015-08-29 03:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.117','2015-08-29 15:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.1','2015-08-29 16:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.123','2015-08-29 16:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.154','2015-08-31 19:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.39.154','2015-09-01 14:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.153','2015-09-01 18:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.55.39.101','2015-09-01 21:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.71.50','2015-09-01 22:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.71.50','2015-09-01 22:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.71.41','2015-09-01 22:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.117','2015-09-01 22:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.71.32','2015-09-01 23:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.71.50','2015-09-01 23:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.71.32','2015-09-01 23:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.71.32','2015-09-01 23:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.71.32','2015-09-01 23:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.71.50','2015-09-01 23:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.71.50','2015-09-01 23:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.117','2015-09-01 23:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.71.32','2015-09-01 23:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.71.50','2015-09-01 23:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.71.50','2015-09-01 23:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.117','2015-09-01 23:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.101','2015-09-02 01:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.158','2015-09-02 05:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.154','2015-09-02 05:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.229','2015-09-02 11:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'113.35.224.170','2015-09-02 15:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.71.32','2015-09-02 22:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.2.26.117','2015-09-02 23:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.153','2015-09-02 23:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.103','2015-09-03 11:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.208.177.130','2015-09-03 11:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.208.177.130','2015-09-03 11:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.208.177.130','2015-09-03 11:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.208.177.130','2015-09-03 11:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'173.208.177.130','2015-09-03 11:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'173.208.177.130','2015-09-03 11:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.208.177.130','2015-09-03 11:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.208.177.130','2015-09-03 11:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'173.208.177.130','2015-09-03 11:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.208.177.130','2015-09-03 11:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.72','2015-09-03 16:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.55.39.45','2015-09-03 18:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.69.136.208','2015-09-03 19:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.39.101','2015-09-04 00:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.69.136.205','2015-09-04 06:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.69.136.205','2015-09-04 06:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.69.136.205','2015-09-04 09:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.69.136.210','2015-09-04 20:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.69.136.208','2015-09-04 20:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.69.136.206','2015-09-04 21:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.69.136.206','2015-09-05 02:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.69.136.203','2015-09-05 04:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.135','2015-09-05 19:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'198.27.82.146','2015-09-06 00:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'89.27.36.103','2015-09-06 10:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'89.27.36.103','2015-09-06 10:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'89.27.36.103','2015-09-06 10:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'89.27.36.103','2015-09-06 10:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'89.27.36.103','2015-09-06 10:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'89.27.36.103','2015-09-06 10:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'89.27.36.103','2015-09-06 10:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'89.27.36.103','2015-09-06 10:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'89.27.36.103','2015-09-06 10:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'89.27.36.103','2015-09-06 10:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'222.147.140.132','2015-09-07 09:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.145','2015-09-07 17:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.42','2015-09-07 17:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.123','2015-09-09 04:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.161.151.73','2015-09-09 11:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.212','2015-09-11 23:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.39.70','2015-09-12 07:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.211','2015-09-12 08:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.39.147','2015-09-13 02:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.147','2015-09-13 11:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.1','2015-09-13 18:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.160','2015-09-13 18:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.135','2015-09-14 02:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.39.70','2015-09-14 09:58:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.123','2015-09-14 18:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.152','2015-09-15 09:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'222.147.140.132','2015-09-15 09:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.147.140.132','2015-09-15 09:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'222.147.140.132','2015-09-15 09:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2015-09-15 13:26:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'178.255.215.95','2015-09-15 13:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'178.255.215.95','2015-09-15 13:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'178.255.215.95','2015-09-15 13:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2015-09-15 13:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.1','2015-09-16 15:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'101.1.166.87','2015-09-16 22:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.130','2015-09-17 13:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.1','2015-09-18 00:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.117','2015-09-18 09:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.123','2015-09-18 18:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.117','2015-09-18 18:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.123','2015-09-18 19:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.89.170','2015-09-19 05:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.239.239.42','2015-09-21 11:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.239.239.42','2015-09-21 11:04:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.185','2015-09-22 16:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.14.199.89','2015-09-22 22:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.14.199.97','2015-09-22 22:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.14.199.97','2015-09-22 23:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.14.199.89','2015-09-22 23:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.14.199.97','2015-09-22 23:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.14.199.89','2015-09-22 23:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'72.14.199.93','2015-09-22 23:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.14.199.93','2015-09-23 00:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'72.14.199.93','2015-09-23 00:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'72.14.199.97','2015-09-23 00:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.178','2015-09-23 02:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.250.215','2015-09-23 09:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.185','2015-09-23 16:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.251.122.64','2015-09-24 08:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'104.167.217.32','2015-09-26 12:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'27.229.241.183','2015-09-26 15:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'151.80.31.113','2015-09-28 03:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'151.80.31.113','2015-09-28 03:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'151.80.31.113','2015-09-28 06:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.171','2015-09-28 08:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.254.97.219','2015-09-28 10:40:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.254.97.219','2015-09-28 10:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.173.2.165','2015-09-28 15:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.73.169','2015-09-28 16:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'151.80.31.113','2015-09-28 18:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'151.80.31.113','2015-09-28 19:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'151.80.31.113','2015-09-29 01:40:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.178','2015-09-29 02:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.185','2015-09-29 03:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'151.80.31.113','2015-09-29 07:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.171.15.34','2015-09-29 11:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'151.80.31.113','2015-09-29 12:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'151.80.31.113','2015-09-29 20:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'151.80.31.113','2015-09-29 21:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'151.80.31.113','2015-09-29 23:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'151.80.31.113','2015-09-30 01:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'151.80.31.113','2015-09-30 04:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'151.80.31.113','2015-09-30 04:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'151.80.31.113','2015-09-30 06:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'151.80.31.113','2015-09-30 08:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'151.80.31.113','2015-09-30 08:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'133.249.52.2','2015-09-30 11:53:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'133.249.52.2','2015-09-30 11:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'151.80.31.113','2015-09-30 12:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'151.80.31.113','2015-10-01 02:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'151.80.31.113','2015-10-01 04:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'151.80.31.113','2015-10-01 06:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.14.199.89','2015-10-01 11:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'151.80.31.113','2015-10-01 18:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'151.80.31.113','2015-10-01 20:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'151.80.31.113','2015-10-02 00:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.171','2015-10-02 01:40:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'151.80.31.113','2015-10-02 01:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'151.80.31.113','2015-10-02 03:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.178','2015-10-02 08:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'151.80.31.113','2015-10-02 11:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'151.80.31.113','2015-10-02 11:54:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'151.80.31.113','2015-10-02 15:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'151.80.31.113','2015-10-02 16:53:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.185','2015-10-02 18:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'125.202.47.102','2015-10-03 11:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.171','2015-10-03 19:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.4.32.75','2015-10-04 00:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.185','2015-10-04 10:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.171','2015-10-04 17:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.178','2015-10-04 20:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.73.169','2015-10-05 16:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.248.73.112','2015-10-06 08:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'115.162.246.34','2015-10-06 17:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'115.162.246.34','2015-10-06 17:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'188.165.15.238','2015-10-07 02:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.178','2015-10-07 10:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.73.169','2015-10-07 11:34:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.185','2015-10-07 21:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.178','2015-10-07 21:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'144.76.8.132','2015-10-08 01:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'144.76.8.132','2015-10-08 01:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.226.184.50','2015-10-08 13:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'218.226.184.50','2015-10-08 13:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'218.226.184.50','2015-10-08 13:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.171','2015-10-08 13:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.171','2015-10-08 14:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.171','2015-10-08 19:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'122.209.121.18','2015-10-09 16:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'188.165.15.238','2015-10-10 19:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.163.78.143','2015-10-11 12:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.171','2015-10-13 20:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.171','2015-10-13 20:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.178','2015-10-13 20:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.178','2015-10-13 20:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.185','2015-10-13 20:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.185','2015-10-13 20:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.171','2015-10-13 20:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.171','2015-10-13 20:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.185','2015-10-13 20:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.185','2015-10-13 20:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.171','2015-10-13 21:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.171','2015-10-13 21:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.178','2015-10-13 21:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.185','2015-10-13 21:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.185','2015-10-13 21:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.178','2015-10-13 21:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.171','2015-10-13 21:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.171','2015-10-13 21:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.185','2015-10-13 21:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.185','2015-10-13 21:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.185','2015-10-13 21:33:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.178','2015-10-13 21:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.178','2015-10-13 21:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.185','2015-10-13 21:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.171','2015-10-13 21:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.185','2015-10-13 21:52:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.171','2015-10-13 21:56:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.171','2015-10-13 21:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.171','2015-10-13 22:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.136.116.14','2015-10-14 15:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.138.38.37','2015-10-14 19:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.121.101.78','2015-10-15 03:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'88.91.160.154','2015-10-17 02:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'212.47.254.63','2015-10-18 02:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'212.47.254.63','2015-10-18 02:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'212.47.254.63','2015-10-18 02:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'212.47.254.63','2015-10-18 02:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'212.47.254.63','2015-10-18 02:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'212.47.254.63','2015-10-18 02:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.228.239','2015-10-18 19:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'188.165.15.160','2015-10-19 23:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'68.180.228.239','2015-10-20 10:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.14.199.93','2015-10-20 15:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.14.199.93','2015-10-20 15:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.14.199.89','2015-10-20 15:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.14.199.89','2015-10-20 15:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'72.14.199.89','2015-10-20 15:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.14.199.93','2015-10-20 15:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.14.199.97','2015-10-20 16:17:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.14.199.97','2015-10-20 16:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.14.199.97','2015-10-20 17:09:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.14.199.97','2015-10-20 17:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.14.199.97','2015-10-20 17:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.14.199.89','2015-10-20 17:35:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.36.86','2015-10-20 21:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.36.86','2015-10-20 21:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.36.86','2015-10-20 21:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.178','2015-10-21 09:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.90.118','2015-10-22 17:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.90.118','2015-10-22 17:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.90.118','2015-10-22 17:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'62.210.90.118','2015-10-22 17:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'62.210.90.118','2015-10-22 17:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.90.118','2015-10-22 17:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.90.118','2015-10-22 17:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.90.118','2015-10-22 17:33:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.90.118','2015-10-22 17:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.90.118','2015-10-22 17:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.90.118','2015-10-22 17:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.90.118','2015-10-22 17:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.90.118','2015-10-22 17:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'62.210.90.118','2015-10-22 17:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.90.118','2015-10-22 17:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.90.118','2015-10-22 17:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.90.118','2015-10-22 17:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.90.118','2015-10-22 17:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.90.118','2015-10-22 17:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.90.118','2015-10-22 17:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.210.90.118','2015-10-22 17:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.90.118','2015-10-22 17:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'68.180.228.239','2015-10-23 09:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'58.191.159.72','2015-10-23 17:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'91.121.221.15','2015-10-24 04:11:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'91.121.221.15','2015-10-24 04:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.185','2015-10-24 23:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.171','2015-10-27 05:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.171','2015-10-28 00:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.178','2015-10-28 14:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.171','2015-10-28 14:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'106.155.68.205','2015-10-28 22:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.178','2015-10-29 08:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.171','2015-10-30 02:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'194.44.218.132','2015-10-30 04:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.250.132.188','2015-10-30 15:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.151.157.26','2015-11-02 14:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'118.151.157.26','2015-11-02 14:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.53','2015-11-03 10:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'113.36.47.222','2015-11-04 14:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'188.165.15.84','2015-11-04 22:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'178.202.133.84','2015-11-05 10:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'178.202.133.84','2015-11-05 10:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'178.202.133.84','2015-11-05 10:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'178.202.133.84','2015-11-05 10:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'178.202.133.84','2015-11-05 10:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'178.202.133.84','2015-11-05 10:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'178.202.133.84','2015-11-05 10:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'178.202.133.84','2015-11-05 10:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.248.73.112','2015-11-06 10:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.118.172.81','2015-11-06 11:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.118.172.81','2015-11-06 11:57:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'162.210.196.129','2015-11-06 23:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'162.210.196.129','2015-11-06 23:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'198.245.49.180','2015-11-08 02:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'198.245.49.180','2015-11-08 02:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'198.245.49.180','2015-11-08 02:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'198.245.49.180','2015-11-08 02:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'198.245.49.180','2015-11-08 02:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.245.49.180','2015-11-08 02:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'198.245.49.180','2015-11-08 02:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'198.245.49.180','2015-11-08 03:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.71.250','2015-11-08 06:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'188.165.15.234','2015-11-09 08:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'188.165.15.234','2015-11-09 16:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.171','2015-11-12 04:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2015-11-13 10:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.246.252.102','2015-11-13 11:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.246.252.102','2015-11-13 11:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.246.252.102','2015-11-13 11:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.246.252.102','2015-11-13 12:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.246.252.102','2015-11-13 12:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.246.252.102','2015-11-13 12:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.246.252.102','2015-11-13 12:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'27.153.138.25','2015-11-14 08:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'27.153.138.25','2015-11-14 08:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'27.153.138.25','2015-11-14 08:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'94.23.19.178','2015-11-14 15:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.163','2015-11-14 22:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.178','2015-11-15 06:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.18','2015-11-15 12:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'188.165.15.234','2015-11-15 21:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.47','2015-11-16 06:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'81.209.177.95','2015-11-16 12:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'81.209.177.189','2015-11-16 13:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'81.209.177.189','2015-11-16 13:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'81.209.177.95','2015-11-16 13:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'81.209.177.95','2015-11-16 13:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'81.209.177.189','2015-11-16 13:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.209.177.189','2015-11-16 14:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'81.209.177.95','2015-11-16 15:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.230.187.147','2015-11-16 15:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'81.209.177.189','2015-11-16 16:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'81.209.177.189','2015-11-16 16:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'81.209.177.95','2015-11-16 16:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'81.209.177.95','2015-11-16 17:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'81.209.177.95','2015-11-16 17:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.135','2015-11-16 20:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'188.165.15.13','2015-11-17 09:05:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'180.76.15.15','2015-11-17 09:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.178','2015-11-17 11:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'188.165.15.13','2015-11-17 11:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'188.165.15.13','2015-11-17 18:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.50','2015-11-18 00:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'88.198.16.153','2015-11-18 03:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'88.198.16.153','2015-11-18 03:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'88.198.16.153','2015-11-18 03:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'88.198.16.153','2015-11-18 03:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'88.198.16.153','2015-11-18 03:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'88.198.16.153','2015-11-18 03:55:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'88.198.16.153','2015-11-18 03:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'88.198.16.153','2015-11-18 03:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'88.198.16.153','2015-11-18 03:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'88.198.16.153','2015-11-18 03:55:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'88.198.16.153','2015-11-18 03:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'88.198.16.153','2015-11-18 03:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'180.76.15.33','2015-11-18 11:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.246.136.22','2015-11-18 18:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'188.165.15.13','2015-11-18 19:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'188.165.15.13','2015-11-19 02:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.165.15.13','2015-11-19 11:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.178','2015-11-19 16:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.230.187.147','2015-11-19 19:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.76.15.153','2015-11-20 03:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.254.121.186','2015-11-21 05:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.254.121.186','2015-11-21 05:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.254.121.186','2015-11-21 05:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.254.121.186','2015-11-21 05:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.254.121.186','2015-11-21 05:58:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.254.121.186','2015-11-21 05:58:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'188.165.15.13','2015-11-21 07:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.184','2015-11-22 00:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2015-11-22 02:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'188.165.15.13','2015-11-22 18:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.148.246','2015-11-22 21:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'62.210.148.246','2015-11-22 21:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.148.246','2015-11-22 21:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.148.246','2015-11-22 21:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.148.246','2015-11-22 21:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.148.246','2015-11-22 21:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.148.246','2015-11-22 21:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.148.246','2015-11-22 21:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.148.246','2015-11-22 21:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.148.246','2015-11-22 21:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.185','2015-11-23 00:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2015-11-24 00:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'182.171.231.102','2015-11-24 11:52:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'91.194.84.106','2015-11-24 14:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'91.194.84.106','2015-11-24 14:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'91.194.84.106','2015-11-24 14:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'91.194.84.106','2015-11-24 14:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'91.194.84.106','2015-11-24 14:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'91.194.84.106','2015-11-24 14:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'91.194.84.106','2015-11-24 14:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'91.194.84.106','2015-11-24 14:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'91.194.84.106','2015-11-24 14:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'91.194.84.106','2015-11-24 14:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'91.194.84.106','2015-11-24 14:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'91.194.84.106','2015-11-24 14:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'91.194.84.106','2015-11-24 14:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'91.194.84.106','2015-11-24 14:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.238.224.70','2015-11-24 16:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.142.118.165','2015-11-25 14:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'144.76.29.66','2015-11-25 15:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'144.76.29.66','2015-11-25 15:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'188.165.15.209','2015-11-25 18:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'223.29.34.162','2015-11-26 14:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'198.27.82.146','2015-11-27 00:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'198.27.82.146','2015-11-27 00:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.73.169','2015-11-27 21:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.126','2015-11-27 21:52:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'188.165.15.209','2015-11-29 13:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'188.165.15.209','2015-11-30 06:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.157.242.98','2015-11-30 15:43:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.185','2015-11-30 16:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.53','2015-11-30 17:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.178','2015-11-30 21:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.178','2015-11-30 21:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.178','2015-11-30 21:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.171','2015-11-30 21:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.185','2015-11-30 21:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.171','2015-11-30 21:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.171','2015-11-30 21:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'165.14.164.5','2015-11-30 22:22:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.199.128.69','2015-12-01 10:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'94.22.47.242','2015-12-01 12:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'94.22.47.242','2015-12-01 12:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'94.22.47.242','2015-12-01 12:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'94.22.47.242','2015-12-01 12:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'94.22.47.242','2015-12-01 12:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'94.22.47.242','2015-12-01 12:15:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'94.22.47.242','2015-12-01 12:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'94.22.47.242','2015-12-01 12:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'94.22.47.242','2015-12-01 12:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.85.70.31','2015-12-02 09:07:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.85.70.31','2015-12-02 09:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.85.70.31','2015-12-02 09:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'151.80.31.127','2015-12-02 11:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'151.80.31.127','2015-12-02 15:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'151.80.31.127','2015-12-02 18:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'151.80.31.127','2015-12-03 05:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'151.80.31.127','2015-12-03 15:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'151.80.31.127','2015-12-04 06:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.71.48.100','2015-12-04 13:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.71.48.100','2015-12-04 13:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.71.48.100','2015-12-04 13:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.229.84.63','2015-12-04 21:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.34','2015-12-06 05:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'151.80.31.127','2015-12-06 10:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'151.80.31.127','2015-12-06 10:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'151.80.31.127','2015-12-06 11:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'178.255.215.95','2015-12-06 22:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'178.255.215.95','2015-12-06 22:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.143','2015-12-07 22:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'218.44.241.158','2015-12-08 13:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.138','2015-12-08 20:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'125.0.160.209','2015-12-09 10:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.210.148.233','2015-12-10 15:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.229.84.63','2015-12-10 17:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.165.16.26','2015-12-12 23:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.11','2015-12-13 03:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'151.80.31.126','2015-12-13 19:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.130.195.79','2015-12-14 16:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.175.128.77','2015-12-14 18:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.175.128.77','2015-12-14 18:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.175.128.77','2015-12-14 18:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.202.233.119','2015-12-15 03:12:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.202.233.119','2015-12-15 03:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.202.233.119','2015-12-15 03:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.202.233.119','2015-12-15 03:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'211.9.51.65','2015-12-15 19:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.170.96.202','2015-12-16 17:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'151.80.31.126','2015-12-16 17:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.228.239','2015-12-17 20:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'151.80.31.126','2015-12-18 15:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'68.180.228.239','2015-12-19 10:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2015-12-20 09:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.185','2015-12-21 05:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'162.243.140.95','2015-12-21 10:07:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'162.243.140.95','2015-12-21 10:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'162.243.140.95','2015-12-21 10:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'162.243.140.95','2015-12-21 10:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'162.243.140.95','2015-12-21 10:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'162.243.140.95','2015-12-21 10:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'162.243.140.95','2015-12-21 10:10:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'162.243.140.95','2015-12-21 10:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'162.243.140.95','2015-12-21 10:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'162.243.140.95','2015-12-21 10:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'162.243.140.95','2015-12-21 10:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'162.243.140.95','2015-12-21 10:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'162.243.140.95','2015-12-21 10:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'162.243.140.95','2015-12-21 10:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'162.243.140.95','2015-12-21 10:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'162.243.140.95','2015-12-21 10:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'162.243.140.95','2015-12-21 10:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'162.243.140.95','2015-12-21 10:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'162.243.140.95','2015-12-21 10:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'162.243.140.95','2015-12-21 10:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'162.243.140.95','2015-12-21 10:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'162.243.140.95','2015-12-21 10:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'162.243.140.95','2015-12-21 10:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'162.243.140.95','2015-12-21 10:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'162.243.140.95','2015-12-21 10:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'162.243.140.95','2015-12-21 10:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'162.243.140.95','2015-12-21 10:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'162.243.140.95','2015-12-21 10:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'162.243.140.95','2015-12-21 10:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'162.243.140.95','2015-12-21 10:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'219.166.41.89','2015-12-21 17:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.166.41.89','2015-12-21 17:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'119.104.56.186','2015-12-21 17:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'101.140.220.214','2015-12-21 21:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.165.15.202','2015-12-22 19:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.186.201.168','2015-12-22 19:39:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.185','2015-12-23 08:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.178','2015-12-23 19:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'68.180.228.239','2015-12-23 20:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.185','2015-12-24 17:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.178','2015-12-24 23:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.171','2015-12-25 00:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'188.165.15.202','2015-12-25 10:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'183.77.118.201','2015-12-25 14:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.178','2015-12-25 14:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.142.186.19','2015-12-25 19:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.142.186.19','2015-12-25 19:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.146','2015-12-26 13:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.18','2015-12-26 15:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.178','2015-12-26 16:31:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.139','2015-12-27 14:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.131','2015-12-27 17:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.171','2015-12-28 11:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'133.254.5.52','2015-12-28 16:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.185','2015-12-28 22:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.171','2015-12-29 12:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'67.43.158.140','2015-12-31 00:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.151.156.92','2016-01-01 12:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.151.156.92','2016-01-01 12:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.171','2016-01-01 20:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'144.76.12.75','2016-01-03 14:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.171','2016-01-04 08:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.171','2016-01-04 12:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.185','2016-01-04 13:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.171','2016-01-04 16:03:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.185','2016-01-04 17:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.171','2016-01-04 19:40:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.185','2016-01-04 20:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.185','2016-01-04 21:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.171','2016-01-04 22:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.185','2016-01-04 22:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'175.28.230.137','2016-01-05 15:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'175.28.230.137','2016-01-05 16:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.159.235.132','2016-01-06 09:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.136.143.114','2016-01-07 15:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.136.143.114','2016-01-07 15:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.136.143.114','2016-01-07 15:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.185','2016-01-07 16:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.178','2016-01-08 00:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.171','2016-01-08 09:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.178','2016-01-08 10:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'203.140.74.129','2016-01-08 10:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'203.140.74.129','2016-01-08 10:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.187','2016-01-08 13:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.136.143.114','2016-01-08 13:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'192.218.140.230','2016-01-08 14:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'1.115.197.241','2016-01-08 16:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.171','2016-01-09 02:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'188.165.15.238','2016-01-09 07:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.171','2016-01-09 11:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.165.197.141','2016-01-09 14:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'188.165.15.238','2016-01-09 22:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.185','2016-01-10 04:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.196','2016-01-10 20:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2016-01-10 23:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'188.165.15.238','2016-01-11 21:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'188.165.15.238','2016-01-12 04:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'188.165.15.238','2016-01-12 05:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.247.219.89','2016-01-13 09:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.246.252.102','2016-01-13 13:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.246.252.102','2016-01-13 13:47:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.90.118','2016-01-14 03:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.150','2016-01-14 07:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.171','2016-01-14 10:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.171','2016-01-14 11:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'222.230.127.173','2016-01-15 00:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'222.230.127.173','2016-01-15 00:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'125.207.174.33','2016-01-16 09:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'136.243.149.234','2016-01-16 20:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.3.212.246','2016-01-17 08:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.90.118','2016-01-17 09:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'60.239.32.17','2016-01-17 12:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.8.236.222','2016-01-18 03:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.8.236.222','2016-01-18 03:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.8.236.222','2016-01-18 03:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.8.236.222','2016-01-18 03:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.8.236.222','2016-01-18 03:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.8.236.222','2016-01-18 03:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.8.236.222','2016-01-18 03:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.8.236.222','2016-01-18 03:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.8.236.222','2016-01-18 03:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.8.236.222','2016-01-18 03:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.8.236.222','2016-01-18 03:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.8.236.222','2016-01-18 03:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.8.236.222','2016-01-18 03:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.8.236.222','2016-01-18 03:42:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.8.236.222','2016-01-18 03:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.8.236.222','2016-01-18 03:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'183.77.118.201','2016-01-18 11:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'183.77.118.201','2016-01-18 11:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.63','2016-01-18 18:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.5','2016-01-19 07:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'136.243.155.36','2016-01-19 08:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.251.122.64','2016-01-19 11:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'136.243.154.107','2016-01-19 20:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.163','2016-01-19 22:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.21.142.189','2016-01-20 14:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.255.65.37','2016-01-20 20:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.248.73.112','2016-01-21 13:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.248.73.112','2016-01-21 13:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.248.73.112','2016-01-21 13:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.248.73.112','2016-01-21 13:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'59.147.103.191','2016-01-21 17:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'59.147.103.191','2016-01-21 17:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.253.152.241','2016-01-21 17:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.161','2016-01-22 12:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.238.251.194','2016-01-22 14:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'116.81.54.92','2016-01-23 08:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.81.54.92','2016-01-23 08:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2016-01-23 20:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.253.152.241','2016-01-25 11:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'136.243.36.98','2016-01-25 15:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'136.243.36.98','2016-01-25 15:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'136.243.36.98','2016-01-25 15:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'136.243.36.98','2016-01-25 15:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'136.243.36.98','2016-01-25 15:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'136.243.36.98','2016-01-25 15:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.36.98','2016-01-25 15:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'136.243.36.98','2016-01-25 15:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'136.243.36.98','2016-01-25 15:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'136.243.36.98','2016-01-25 15:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'136.243.36.98','2016-01-25 15:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'136.243.36.98','2016-01-25 15:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'136.243.36.98','2016-01-25 15:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'136.243.36.98','2016-01-25 15:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'136.243.36.98','2016-01-25 15:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'136.243.36.98','2016-01-25 15:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'136.243.36.98','2016-01-25 15:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'136.243.36.98','2016-01-25 15:44:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'136.243.36.98','2016-01-25 15:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'136.243.36.98','2016-01-25 15:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'136.243.36.98','2016-01-25 15:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'136.243.36.98','2016-01-25 15:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'136.243.36.98','2016-01-25 15:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'136.243.36.98','2016-01-25 15:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.253.152.241','2016-01-25 18:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.255.36.85','2016-01-26 13:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.255.36.85','2016-01-26 13:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.255.36.85','2016-01-26 13:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.255.36.85','2016-01-26 13:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.15','2016-01-27 04:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.171','2016-01-28 02:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.185','2016-01-28 05:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.255.65.7','2016-01-28 14:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.185','2016-01-28 17:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.185','2016-01-28 22:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.20','2016-01-28 23:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.255.65.51','2016-01-29 01:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.171','2016-01-29 01:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.171','2016-01-29 03:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.255.65.72','2016-01-29 03:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.178','2016-01-29 03:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.178','2016-01-29 04:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.255.65.47','2016-01-29 04:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.178','2016-01-29 04:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.178','2016-01-29 08:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.185','2016-01-29 09:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.171','2016-01-29 09:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.255.65.75','2016-01-29 10:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.185','2016-01-29 11:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.255.65.52','2016-01-29 18:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.255.65.29','2016-01-29 22:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.255.65.87','2016-01-30 19:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'199.58.86.209','2016-01-31 00:05:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'199.58.86.209','2016-01-31 00:05:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'199.58.86.209','2016-01-31 00:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'199.58.86.209','2016-01-31 00:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.255.65.11','2016-01-31 06:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.138','2016-01-31 21:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.255.65.22','2016-02-01 08:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.14.199.93','2016-02-01 20:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.171','2016-02-01 23:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.255.207.26','2016-02-02 00:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.255.207.26','2016-02-02 00:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.39.170','2016-02-02 08:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.170','2016-02-02 08:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.213','2016-02-02 13:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.213','2016-02-02 13:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.39.213','2016-02-02 13:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.213','2016-02-02 13:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.39.201','2016-02-02 13:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.163.95.251','2016-02-03 10:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.163.95.251','2016-02-03 10:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.255.65.40','2016-02-03 10:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.255.65.21','2016-02-03 17:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'153.147.101.106','2016-02-03 20:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.255.65.14','2016-02-04 01:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.171','2016-02-04 08:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.171','2016-02-04 13:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.171','2016-02-04 14:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.243.181.214','2016-02-04 14:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.171','2016-02-04 15:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.243.181.214','2016-02-04 16:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.243.181.214','2016-02-04 16:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.154.101.235','2016-02-05 13:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.154.101.235','2016-02-05 14:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.15','2016-02-05 16:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.103','2016-02-05 18:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.171','2016-02-06 09:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.171','2016-02-06 10:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.171','2016-02-06 10:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.171','2016-02-06 10:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'86.132.209.23','2016-02-06 17:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'69.30.214.46','2016-02-06 17:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'59.147.103.191','2016-02-08 13:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'60.39.245.199','2016-02-09 11:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.171','2016-02-10 03:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.40','2016-02-10 05:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'40.77.167.43','2016-02-10 09:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.65','2016-02-10 12:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.175','2016-02-10 15:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.13.175','2016-02-10 15:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.11','2016-02-10 15:40:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.41','2016-02-10 20:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'144.76.7.107','2016-02-10 21:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'144.76.7.107','2016-02-10 21:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'144.76.7.107','2016-02-10 21:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'144.76.7.107','2016-02-10 21:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.11','2016-02-11 04:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.13','2016-02-11 12:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.35.48.211','2016-02-11 13:12:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.136','2016-02-11 20:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.144.134.245','2016-02-12 17:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'72.14.199.89','2016-02-14 02:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.14.199.89','2016-02-14 03:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.14.199.89','2016-02-14 03:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.14.199.89','2016-02-14 03:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'72.14.199.89','2016-02-14 03:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'72.14.199.89','2016-02-14 03:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'72.14.199.89','2016-02-14 03:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.14.199.89','2016-02-14 03:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.34','2016-02-14 22:47:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.255.65.83','2016-02-15 05:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.179.40.14','2016-02-15 10:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.157.240.146','2016-02-15 11:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'69.30.198.242','2016-02-15 14:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'69.30.198.242','2016-02-15 14:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'69.30.198.242','2016-02-15 14:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'69.30.198.242','2016-02-15 14:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'69.30.198.242','2016-02-15 14:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'69.30.198.242','2016-02-15 14:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.30.198.242','2016-02-15 14:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.171','2016-02-15 16:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.228.239','2016-02-15 20:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.21','2016-02-16 06:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.255.65.29','2016-02-16 07:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.255.65.85','2016-02-16 08:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.13.75.138','2016-02-16 10:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.255.65.68','2016-02-16 11:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'68.180.228.239','2016-02-17 10:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.255.65.10','2016-02-17 13:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.255.65.72','2016-02-17 15:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.172.30.22','2016-02-17 16:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.255.65.91','2016-02-17 18:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'108.59.8.80','2016-02-17 21:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'108.59.8.80','2016-02-17 21:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'108.59.8.80','2016-02-17 21:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.255.65.42','2016-02-18 06:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'115.179.68.79','2016-02-18 16:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.255.65.41','2016-02-19 00:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.255.65.97','2016-02-19 07:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.255.65.45','2016-02-19 11:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.171','2016-02-19 13:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.179.40.14','2016-02-19 15:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.6','2016-02-19 16:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.255.65.96','2016-02-19 16:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'91.194.84.106','2016-02-19 17:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2016-02-20 03:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.185','2016-02-21 02:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.185','2016-02-21 10:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.178','2016-02-21 19:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'68.180.228.239','2016-02-21 20:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'173.234.153.122','2016-02-21 20:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.234.153.122','2016-02-21 20:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.234.153.122','2016-02-21 20:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.234.153.122','2016-02-21 20:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.234.153.122','2016-02-21 20:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.234.153.122','2016-02-21 20:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.159.8.114','2016-02-22 11:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.178','2016-02-22 11:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'91.121.169.194','2016-02-22 14:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'91.121.169.194','2016-02-22 14:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.185','2016-02-22 17:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.171','2016-02-23 06:50:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.178','2016-02-23 08:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.197.177.50','2016-02-23 15:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.138.100.145','2016-02-23 16:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.138.100.145','2016-02-23 16:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.255.65.51','2016-02-23 23:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.178','2016-02-24 00:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'115.179.109.50','2016-02-24 05:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'115.179.109.50','2016-02-24 05:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.255.65.42','2016-02-24 09:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.43.32.103','2016-02-24 13:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.255.65.52','2016-02-24 17:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.161','2016-02-25 04:52:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.171','2016-02-25 09:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.155.100.131','2016-02-25 22:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.178','2016-02-26 09:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'39.110.10.43','2016-02-26 22:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.107.201','2016-02-27 03:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'62.210.107.201','2016-02-27 03:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.107.201','2016-02-27 04:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.107.201','2016-02-27 04:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'62.210.107.201','2016-02-27 04:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.107.201','2016-02-27 04:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.107.201','2016-02-27 04:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.107.201','2016-02-27 04:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.210.107.201','2016-02-27 04:08:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.255.65.22','2016-02-27 08:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.178','2016-02-27 08:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'199.58.86.206','2016-02-27 18:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'199.58.86.206','2016-02-27 18:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'199.58.86.206','2016-02-27 18:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.103.156','2016-02-28 08:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.171','2016-02-28 18:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'144.76.30.236','2016-02-29 03:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.255.65.44','2016-02-29 04:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.103.156','2016-02-29 22:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'136.243.103.156','2016-02-29 22:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.151.128.43','2016-03-01 14:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.151.128.43','2016-03-01 14:11:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.178','2016-03-02 03:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.185','2016-03-02 04:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.254.131.242','2016-03-02 07:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.254.131.242','2016-03-02 07:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.254.131.242','2016-03-02 07:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.254.131.242','2016-03-02 07:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.254.131.242','2016-03-02 07:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.254.131.242','2016-03-02 07:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.254.131.242','2016-03-02 07:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.254.131.242','2016-03-02 07:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.254.131.242','2016-03-02 07:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.254.131.242','2016-03-02 07:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.254.131.242','2016-03-02 07:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'69.30.201.98','2016-03-02 16:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.171','2016-03-02 16:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.171','2016-03-02 16:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.171','2016-03-02 16:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.171','2016-03-02 19:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.85.4','2016-03-02 23:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.85.4','2016-03-02 23:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.85.4','2016-03-02 23:02:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.85.4','2016-03-02 23:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.85.4','2016-03-02 23:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.85.4','2016-03-02 23:03:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.85.4','2016-03-02 23:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.85.4','2016-03-02 23:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.255.65.76','2016-03-03 02:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'221.143.212.206','2016-03-03 03:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.143.212.206','2016-03-03 03:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.40.95.70','2016-03-03 07:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.255.207.3','2016-03-05 21:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.255.207.3','2016-03-05 21:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.255.207.3','2016-03-05 21:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.255.207.3','2016-03-05 21:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.255.207.3','2016-03-05 21:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.255.207.3','2016-03-05 21:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.255.207.3','2016-03-05 21:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.255.207.3','2016-03-05 21:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.255.207.3','2016-03-05 21:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.255.207.3','2016-03-05 21:17:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.255.207.3','2016-03-05 21:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.255.207.3','2016-03-05 21:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.255.207.3','2016-03-05 21:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.255.207.3','2016-03-05 21:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.255.207.3','2016-03-05 21:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'136.243.36.98','2016-03-06 09:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'136.243.36.98','2016-03-06 09:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'136.243.36.98','2016-03-06 09:21:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'136.243.36.98','2016-03-06 09:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'136.243.36.98','2016-03-06 09:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'136.243.36.98','2016-03-06 09:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.36.98','2016-03-06 09:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'136.243.36.98','2016-03-06 09:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'136.243.36.98','2016-03-06 09:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'136.243.36.98','2016-03-06 09:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'136.243.36.98','2016-03-06 09:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'136.243.36.98','2016-03-06 09:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'136.243.36.98','2016-03-06 09:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'136.243.36.98','2016-03-06 09:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'136.243.36.98','2016-03-06 09:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'136.243.36.98','2016-03-06 09:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'136.243.36.98','2016-03-06 09:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'136.243.36.98','2016-03-06 09:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'136.243.36.98','2016-03-06 09:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'136.243.36.98','2016-03-06 09:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'136.243.36.98','2016-03-06 09:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'136.243.36.98','2016-03-06 09:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'136.243.36.98','2016-03-06 09:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'136.243.36.98','2016-03-06 09:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.231','2016-03-07 02:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.145','2016-03-07 06:42:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.255.65.29','2016-03-08 07:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.255.65.59','2016-03-08 10:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'122.217.88.178','2016-03-08 12:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2016-03-08 19:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'37.187.94.236','2016-03-08 20:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'89.163.148.58','2016-03-09 21:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'27.228.42.209','2016-03-10 13:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.255.65.56','2016-03-10 14:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.144','2016-03-11 14:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'164.132.161.84','2016-03-13 17:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.20','2016-03-14 16:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'144.76.29.162','2016-03-15 13:55:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'144.76.29.162','2016-03-15 13:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'144.76.29.162','2016-03-15 13:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'144.76.29.162','2016-03-15 13:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'144.76.29.162','2016-03-15 13:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'144.76.29.162','2016-03-15 13:55:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2016-03-15 22:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'144.76.93.46','2016-03-16 00:06:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'113.36.47.222','2016-03-16 10:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.150','2016-03-17 05:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.227','2016-03-17 05:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.227','2016-03-17 05:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.143','2016-03-17 05:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.150','2016-03-17 05:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.143','2016-03-17 05:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.143','2016-03-17 06:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.157','2016-03-17 06:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.157','2016-03-17 06:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.143','2016-03-17 06:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.143','2016-03-17 06:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.157','2016-03-17 06:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.157','2016-03-17 06:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.150','2016-03-17 06:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'164.132.161.69','2016-03-17 15:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.157','2016-03-17 15:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.157','2016-03-17 15:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.143','2016-03-17 15:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.255.66.192','2016-03-18 19:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'94.154.239.69','2016-03-18 23:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'164.132.161.31','2016-03-19 01:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.157','2016-03-19 05:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.161','2016-03-19 05:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.255.65.17','2016-03-19 06:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.35','2016-03-19 07:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.150','2016-03-19 17:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.7','2016-03-20 05:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.37.188.16','2016-03-20 09:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.20','2016-03-20 09:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.157','2016-03-20 15:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.255.65.20','2016-03-20 20:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.148.247','2016-03-20 20:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.148.247','2016-03-20 20:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.148.247','2016-03-20 20:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.148.247','2016-03-20 20:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'62.210.148.247','2016-03-20 20:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.148.247','2016-03-20 20:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.148.247','2016-03-20 20:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.210.148.247','2016-03-20 20:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.157','2016-03-20 23:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.40.252.146','2016-03-21 06:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.143','2016-03-21 07:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.255.219.252','2016-03-21 12:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'91.121.169.194','2016-03-21 13:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'91.121.169.194','2016-03-21 13:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'91.121.169.194','2016-03-21 13:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'91.121.169.194','2016-03-21 13:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'91.121.169.194','2016-03-21 13:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'91.121.169.194','2016-03-21 13:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'38.100.21.67','2016-03-22 00:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.157','2016-03-22 01:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.171','2016-03-22 03:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.178','2016-03-22 04:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.178','2016-03-22 05:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'42.145.110.108','2016-03-23 23:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.45','2016-03-24 01:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.239.107.180','2016-03-24 10:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.243.181.214','2016-03-24 13:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.243.181.214','2016-03-24 14:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.243.181.214','2016-03-24 14:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'164.132.161.67','2016-03-24 23:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.255.65.7','2016-03-24 23:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.48','2016-03-25 01:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'151.80.31.178','2016-03-27 02:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'164.132.161.12','2016-03-27 11:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.132.161.36','2016-03-27 19:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.255.65.88','2016-03-27 22:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'151.80.31.164','2016-03-28 19:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.255.65.76','2016-03-29 05:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'148.251.0.23','2016-03-29 06:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'148.251.0.23','2016-03-29 06:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'148.251.0.23','2016-03-29 06:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'148.251.0.23','2016-03-29 06:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'148.251.0.23','2016-03-29 06:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'148.251.0.23','2016-03-29 06:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'148.251.0.23','2016-03-29 06:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'148.251.0.23','2016-03-29 06:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'148.251.0.23','2016-03-29 06:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'148.251.0.23','2016-03-29 06:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'148.251.0.23','2016-03-29 06:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'148.251.0.23','2016-03-29 06:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'148.251.0.23','2016-03-29 06:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'148.251.0.23','2016-03-29 06:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'148.251.0.23','2016-03-29 06:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'148.251.0.23','2016-03-29 06:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'148.251.0.23','2016-03-29 06:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'148.251.0.23','2016-03-29 06:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'148.251.0.23','2016-03-29 06:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'148.251.0.23','2016-03-29 06:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'148.251.0.23','2016-03-29 06:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'148.251.0.23','2016-03-29 06:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'148.251.0.23','2016-03-29 06:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'148.251.0.23','2016-03-29 06:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'63.141.226.178','2016-03-29 13:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.204.209.91','2016-03-30 11:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.160','2016-03-30 17:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'195.154.200.68','2016-03-31 00:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'195.154.200.68','2016-03-31 00:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'195.154.200.68','2016-03-31 00:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'195.154.200.68','2016-03-31 00:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'195.154.200.68','2016-03-31 00:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'195.154.200.68','2016-03-31 00:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.122.184.198','2016-03-31 13:50:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.255.65.44','2016-03-31 19:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.43.16.69','2016-03-31 21:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.255.65.40','2016-04-01 03:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.163','2016-04-01 05:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.255.65.60','2016-04-01 14:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'125.13.196.78','2016-04-01 17:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.254.121.187','2016-04-04 17:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'164.132.161.81','2016-04-04 22:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'132.222.121.99','2016-04-05 17:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'164.132.161.87','2016-04-06 13:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'195.154.200.93','2016-04-07 03:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.113.197.238','2016-04-07 16:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.53','2016-04-07 18:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.123.140.152','2016-04-07 18:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'88.198.230.79','2016-04-07 22:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.123.140.152','2016-04-08 15:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'164.132.161.50','2016-04-09 14:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.55','2016-04-09 19:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.255.65.48','2016-04-09 21:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.14.199.27','2016-04-10 03:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.3.151.26','2016-04-11 00:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.255.36.88','2016-04-11 05:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.255.36.88','2016-04-11 05:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.255.36.88','2016-04-11 05:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.255.36.88','2016-04-11 05:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.255.36.88','2016-04-11 05:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.255.36.88','2016-04-11 05:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.255.65.20','2016-04-11 09:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.69.98','2016-04-11 21:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.69.98','2016-04-11 23:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.255.65.42','2016-04-12 02:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.255.65.78','2016-04-12 11:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.160.8.71','2016-04-12 14:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.225.150.170','2016-04-12 15:45:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.69.98','2016-04-12 18:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'183.77.157.9','2016-04-13 08:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.53','2016-04-13 10:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.53','2016-04-13 10:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.53','2016-04-13 13:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.138.38.37','2016-04-13 17:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.138.38.37','2016-04-13 17:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.151.149.102','2016-04-14 10:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.160.8.68','2016-04-14 11:58:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'218.227.53.232','2016-04-14 20:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.19.31.78','2016-04-15 10:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.19.31.78','2016-04-15 10:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'72.14.199.26','2016-04-15 10:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.14.199.26','2016-04-15 10:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.14.199.26','2016-04-15 10:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'72.14.199.26','2016-04-15 10:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.14.199.26','2016-04-15 10:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'72.14.199.26','2016-04-15 11:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'72.14.199.26','2016-04-15 11:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.14.199.26','2016-04-15 11:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.229.166','2016-04-15 20:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'164.132.161.97','2016-04-16 22:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'164.132.161.66','2016-04-18 07:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.113.94.247','2016-04-18 13:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'164.132.161.95','2016-04-19 04:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.13','2016-04-20 10:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.161.151.73','2016-04-20 11:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.27','2016-04-21 13:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'68.180.229.166','2016-04-21 20:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'151.80.31.161','2016-04-21 23:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.24','2016-04-22 14:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.255.65.33','2016-04-23 02:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.255.65.56','2016-04-23 07:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.239.205.207','2016-04-23 08:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.239.205.207','2016-04-23 08:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'213.239.205.207','2016-04-23 08:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.255.65.97','2016-04-23 19:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'164.132.161.41','2016-04-23 20:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'108.178.10.50','2016-04-24 06:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'108.178.10.50','2016-04-24 06:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'108.178.10.50','2016-04-24 06:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.243.114.104','2016-04-25 12:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'182.248.223.49','2016-04-25 15:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.103.72.129','2016-04-28 12:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.137','2016-04-29 02:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'91.121.211.59','2016-04-29 03:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'91.121.211.59','2016-04-29 03:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'91.121.211.59','2016-04-29 03:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'164.132.161.92','2016-04-29 10:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.14.199.18','2016-04-29 12:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.14.199.18','2016-04-29 13:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.14.199.18','2016-04-29 13:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.14.199.18','2016-04-29 13:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.14.199.18','2016-04-29 13:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.14.199.18','2016-04-29 13:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.14.199.18','2016-04-29 14:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'37.187.77.14','2016-04-30 00:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'37.187.77.14','2016-04-30 00:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'37.187.77.14','2016-04-30 00:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'219.198.152.11','2016-04-30 08:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.146','2016-05-01 08:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.255.65.51','2016-05-01 11:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.255.65.37','2016-05-01 22:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'69.30.210.242','2016-05-03 09:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.132.161.35','2016-05-03 19:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.255.65.15','2016-05-04 00:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.255.65.28','2016-05-04 03:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.255.65.37','2016-05-04 17:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'164.132.161.13','2016-05-05 23:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.169','2016-05-06 12:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.255.65.33','2016-05-09 05:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'69.30.221.242','2016-05-09 07:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'69.30.221.242','2016-05-09 07:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'69.30.221.242','2016-05-09 07:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.43.172.179','2016-05-09 13:45:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'119.245.155.254','2016-05-09 15:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.123.116','2016-05-09 15:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'203.179.19.78','2016-05-10 14:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.255.65.45','2016-05-10 19:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'113.36.47.222','2016-05-11 16:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.16.216.152','2016-05-11 17:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'164.132.161.27','2016-05-11 19:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.216.200.130','2016-05-12 13:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.243.181.214','2016-05-12 13:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.121.103.156','2016-05-12 15:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.255.65.68','2016-05-12 15:36:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.238.209.132','2016-05-13 11:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.255.65.10','2016-05-14 23:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.255.65.66','2016-05-15 16:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.198','2016-05-15 21:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.198','2016-05-15 21:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.39.52','2016-05-15 22:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.39.52','2016-05-15 22:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.198','2016-05-15 23:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'203.180.29.43','2016-05-16 09:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.140','2016-05-16 15:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.160.240.47','2016-05-16 17:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.139','2016-05-16 23:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'164.132.161.34','2016-05-17 04:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'203.180.29.43','2016-05-17 09:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.103.69.182','2016-05-17 11:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.255.65.17','2016-05-17 16:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2016-05-17 19:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.154','2016-05-17 23:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'164.132.161.69','2016-05-18 04:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'122.209.124.163','2016-05-18 10:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'151.80.31.175','2016-05-19 03:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.175.223.140','2016-05-19 10:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'211.11.133.78','2016-05-19 15:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.148.28.133','2016-05-19 17:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.151.142.39','2016-05-20 15:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.53','2016-05-20 15:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'151.80.31.109','2016-05-20 17:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'218.223.90.205','2016-05-20 17:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'164.132.161.14','2016-05-21 20:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.196.254.101','2016-05-23 16:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.210.143.245','2016-05-23 16:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'164.132.161.22','2016-05-24 07:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.255.51.70','2016-05-24 11:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.65','2016-05-24 12:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.53','2016-05-24 22:46:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.53','2016-05-25 01:28:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.53','2016-05-25 02:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.53','2016-05-25 02:20:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.53','2016-05-25 02:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.53','2016-05-25 02:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.53','2016-05-25 03:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.53','2016-05-25 04:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.53','2016-05-25 04:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.53','2016-05-25 04:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.53','2016-05-25 04:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.53','2016-05-25 06:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.53','2016-05-25 07:17:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.255.65.65','2016-05-25 07:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.53','2016-05-25 09:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.53','2016-05-25 09:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.53','2016-05-25 09:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.53','2016-05-25 09:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.255.65.65','2016-05-25 13:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'164.132.161.51','2016-05-25 14:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'136.243.5.87','2016-05-26 02:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'136.243.5.87','2016-05-26 02:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'136.243.5.87','2016-05-26 02:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'136.243.5.87','2016-05-26 02:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'136.243.5.87','2016-05-26 02:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'136.243.5.87','2016-05-26 02:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'136.243.5.87','2016-05-26 02:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'136.243.5.87','2016-05-26 02:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'136.243.5.87','2016-05-26 02:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.5.87','2016-05-26 02:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.5.87','2016-05-26 02:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'164.132.161.58','2016-05-26 10:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'183.77.132.149','2016-05-26 16:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'151.80.31.105','2016-05-26 23:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'178.255.215.95','2016-05-27 01:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.30.221.250','2016-05-27 10:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'39.110.224.162','2016-05-27 14:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'164.132.161.42','2016-05-27 15:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'162.210.196.98','2016-06-04 05:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'162.210.196.98','2016-06-04 05:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'162.210.196.98','2016-06-04 05:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'162.210.196.98','2016-06-04 05:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'162.210.196.98','2016-06-04 05:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'162.210.196.98','2016-06-04 05:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'162.210.196.98','2016-06-04 05:09:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'162.210.196.98','2016-06-04 05:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'162.210.196.98','2016-06-04 05:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'162.210.196.98','2016-06-04 05:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'162.210.196.98','2016-06-04 05:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'162.210.196.98','2016-06-04 05:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'162.210.196.98','2016-06-04 05:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'162.210.196.98','2016-06-04 05:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'162.210.196.98','2016-06-04 05:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.22','2016-06-05 04:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.157','2016-06-06 03:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.150','2016-06-06 03:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.38','2016-06-06 12:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'164.132.161.79','2016-06-06 23:19:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'106.165.187.71','2016-06-07 16:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.150','2016-06-09 09:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.150','2016-06-09 10:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.150','2016-06-09 21:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.64','2016-06-10 03:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.125.215.209','2016-06-10 10:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.73.227','2016-06-10 11:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.73.227','2016-06-10 11:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.73.227','2016-06-10 11:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.73.227','2016-06-10 11:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.73.227','2016-06-10 11:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.4.32.75','2016-06-10 13:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.4.32.75','2016-06-10 13:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.4.32.75','2016-06-10 13:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.4.32.75','2016-06-10 13:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.4.32.75','2016-06-10 13:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.68.226','2016-06-10 14:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.91','2016-06-11 08:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.14.199.73','2016-06-12 09:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'72.14.199.73','2016-06-12 10:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'72.14.199.73','2016-06-12 10:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.14.199.73','2016-06-12 10:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'72.14.199.73','2016-06-12 10:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.14.199.73','2016-06-12 10:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.14.199.73','2016-06-12 10:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'72.14.199.73','2016-06-12 10:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.14.199.73','2016-06-12 10:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.14.199.73','2016-06-12 13:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'164.132.161.27','2016-06-13 17:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'164.132.161.18','2016-06-14 00:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.143','2016-06-14 02:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.150','2016-06-14 03:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.143','2016-06-14 03:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'82.193.127.15','2016-06-14 04:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'82.193.127.15','2016-06-14 04:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'82.193.127.15','2016-06-14 04:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'82.193.127.15','2016-06-14 04:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'82.193.127.15','2016-06-14 04:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'82.193.127.15','2016-06-14 04:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.2.175.226','2016-06-14 09:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.229.30','2016-06-14 20:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.255.65.61','2016-06-14 21:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'164.132.161.4','2016-06-15 07:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.249.101.203','2016-06-15 08:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.249.101.203','2016-06-15 08:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'210.249.101.203','2016-06-15 08:08:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.249.101.203','2016-06-15 08:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.249.101.203','2016-06-15 08:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'210.249.101.203','2016-06-15 08:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.249.101.203','2016-06-15 08:08:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.249.101.203','2016-06-15 08:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.249.101.203','2016-06-15 08:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.249.101.203','2016-06-15 08:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.249.101.203','2016-06-15 08:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.249.101.203','2016-06-15 08:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.225.40.126','2016-06-15 09:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'203.179.35.3','2016-06-15 10:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'126.112.245.102','2016-06-15 13:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'68.180.229.30','2016-06-16 10:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.255.65.14','2016-06-17 00:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.158','2016-06-17 12:16:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.137.166.125','2016-06-18 05:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'178.137.166.125','2016-06-18 05:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'178.137.166.125','2016-06-18 05:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'178.137.166.125','2016-06-18 05:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'178.137.166.125','2016-06-18 05:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'178.137.166.125','2016-06-18 05:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'178.137.166.125','2016-06-18 05:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.143','2016-06-19 23:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.40.65.99','2016-06-21 13:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'68.180.229.30','2016-06-23 09:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.60','2016-06-23 13:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.25','2016-06-24 03:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'164.132.161.51','2016-06-24 07:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.255.65.48','2016-06-24 11:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.32.103','2016-06-24 13:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.149.174.147','2016-06-24 18:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.149.174.147','2016-06-24 19:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.23','2016-06-24 23:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'164.132.161.40','2016-06-25 08:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'92.222.94.117','2016-06-25 11:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'92.222.94.117','2016-06-25 11:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'92.222.94.117','2016-06-25 11:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'92.222.94.117','2016-06-25 11:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'92.222.94.117','2016-06-25 11:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'92.222.94.117','2016-06-25 11:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'92.222.94.117','2016-06-25 11:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'92.222.94.117','2016-06-25 11:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.222.94.117','2016-06-25 11:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'92.222.94.117','2016-06-25 11:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'92.222.94.117','2016-06-25 11:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'92.222.94.117','2016-06-25 11:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.222.94.117','2016-06-25 11:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'92.222.94.117','2016-06-25 11:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'92.222.94.117','2016-06-25 11:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'92.222.94.117','2016-06-25 11:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'92.222.94.117','2016-06-25 11:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'92.222.94.117','2016-06-25 11:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.169','2016-06-25 19:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.255.65.22','2016-06-25 23:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'151.80.31.103','2016-06-26 05:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'151.80.31.157','2016-06-26 05:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'193.111.140.153','2016-06-27 00:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.255.65.64','2016-06-27 04:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.22','2016-06-29 21:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.255.65.11','2016-06-30 08:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.255.65.44','2016-06-30 12:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.142.231.73','2016-06-30 17:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.4.120.3','2016-07-02 07:13:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.4.120.3','2016-07-02 07:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.4.120.3','2016-07-02 07:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.4.120.3','2016-07-02 07:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.4.120.3','2016-07-02 07:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.4.120.3','2016-07-02 07:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.4.120.3','2016-07-02 07:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.4.120.3','2016-07-02 07:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.4.120.3','2016-07-02 07:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.4.120.3','2016-07-02 07:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.4.120.3','2016-07-02 07:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.4.120.3','2016-07-02 07:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.4.120.3','2016-07-02 07:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.4.120.3','2016-07-02 07:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.4.120.3','2016-07-02 07:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.4.120.3','2016-07-02 07:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.4.120.3','2016-07-02 07:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.4.120.3','2016-07-02 07:15:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.146','2016-07-03 08:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'164.132.161.49','2016-07-04 12:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.9.34.69','2016-07-04 13:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.146','2016-07-04 18:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'68.180.229.30','2016-07-05 00:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.255.65.64','2016-07-05 14:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'151.80.41.169','2016-07-06 11:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.143','2016-07-07 10:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.143','2016-07-07 10:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'68.180.229.30','2016-07-07 20:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.143','2016-07-07 21:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.143','2016-07-07 21:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.143','2016-07-07 21:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.143','2016-07-07 21:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'164.132.161.26','2016-07-08 08:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.206','2016-07-09 14:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.96','2016-07-09 23:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.10.136.99','2016-07-10 16:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'222.10.136.99','2016-07-10 17:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'222.10.136.99','2016-07-10 17:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'222.10.136.99','2016-07-10 17:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'164.132.161.35','2016-07-11 07:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.75.162.10','2016-07-11 08:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'69.30.221.250','2016-07-11 13:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'69.30.221.250','2016-07-11 13:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'69.30.221.250','2016-07-11 13:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'69.30.221.250','2016-07-11 13:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'69.30.221.250','2016-07-11 13:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'69.30.221.250','2016-07-11 13:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.30.221.250','2016-07-11 13:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'69.30.221.250','2016-07-11 13:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.30.221.250','2016-07-11 13:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.30.221.250','2016-07-11 13:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.30.221.250','2016-07-11 13:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.30.221.250','2016-07-11 13:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.255.65.90','2016-07-12 00:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'151.80.31.169','2016-07-12 18:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.220','2016-07-13 05:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.206','2016-07-13 05:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.199','2016-07-13 05:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.28','2016-07-13 17:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'164.132.161.93','2016-07-14 06:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.160.240.47','2016-07-14 14:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.129.95.252','2016-07-14 15:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.129.95.252','2016-07-14 15:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.129.95.252','2016-07-14 15:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.129.95.252','2016-07-14 15:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'151.80.31.162','2016-07-14 21:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.50','2016-07-15 15:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.255.65.19','2016-07-17 16:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2016-07-18 14:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'144.76.7.107','2016-07-18 21:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'144.76.7.107','2016-07-18 21:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.101.139.67','2016-07-19 14:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.101.139.67','2016-07-19 14:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'61.44.158.89','2016-07-19 15:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'164.132.161.63','2016-07-19 22:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.126','2016-07-20 20:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.50.58.236','2016-07-20 23:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'144.76.4.148','2016-07-21 05:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'144.76.4.148','2016-07-21 05:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'144.76.4.148','2016-07-21 05:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'144.76.4.148','2016-07-21 05:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'144.76.4.148','2016-07-21 05:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'144.76.4.148','2016-07-21 05:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'144.76.4.148','2016-07-21 05:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'144.76.4.148','2016-07-21 05:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'144.76.4.148','2016-07-21 05:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'144.76.4.148','2016-07-21 05:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'144.76.4.148','2016-07-21 05:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'144.76.4.148','2016-07-21 05:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'144.76.4.148','2016-07-21 05:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'144.76.4.148','2016-07-21 05:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'144.76.4.148','2016-07-21 05:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.179.29.67','2016-07-21 13:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.227.116.163','2016-07-21 13:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.179.29.67','2016-07-21 13:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'178.255.215.95','2016-07-21 18:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'178.255.215.95','2016-07-21 18:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'178.255.215.95','2016-07-21 18:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.172','2016-07-22 19:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.172','2016-07-23 01:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.169','2016-07-23 23:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.175','2016-07-24 12:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.172','2016-07-24 13:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.169','2016-07-24 20:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.230.154.169','2016-07-25 00:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.71.244','2016-07-25 01:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.210.210.90','2016-07-25 16:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.169','2016-07-25 16:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'40.77.167.51','2016-07-25 22:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.163','2016-07-26 10:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'69.30.198.178','2016-07-26 14:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'69.30.198.178','2016-07-26 14:22:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'69.30.198.178','2016-07-26 14:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'69.30.198.178','2016-07-26 14:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'69.30.198.178','2016-07-26 14:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'69.30.198.178','2016-07-26 14:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'69.30.198.178','2016-07-26 14:22:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.30.198.178','2016-07-26 14:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'69.30.198.178','2016-07-26 14:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.30.198.178','2016-07-26 14:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.30.198.178','2016-07-26 14:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'69.30.198.178','2016-07-26 14:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.30.198.178','2016-07-26 14:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.30.198.178','2016-07-26 14:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.172','2016-07-27 08:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.191.129.21','2016-07-27 09:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.156.28.29','2016-07-27 13:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.132','2016-07-28 05:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.175.113.45','2016-07-28 09:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.89.170','2016-07-29 09:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.89.170','2016-07-29 09:59:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.31','2016-07-29 11:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.203.246.173','2016-07-29 14:03:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.203.246.173','2016-07-29 14:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.203.246.173','2016-07-29 14:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.203.246.173','2016-07-29 15:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'136.243.152.18','2016-07-30 03:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.112','2016-07-31 10:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.19','2016-08-01 09:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'92.222.94.100','2016-08-02 10:01:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'92.222.94.100','2016-08-02 10:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.255.65.5','2016-08-02 15:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2016-08-03 06:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'149.202.49.56','2016-08-03 13:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'60.47.177.116','2016-08-05 05:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'60.47.177.116','2016-08-05 05:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.179.41.82','2016-08-05 11:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'221.246.147.253','2016-08-05 14:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.214.30.73','2016-08-05 17:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.148','2016-08-05 18:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.172','2016-08-06 00:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.175','2016-08-06 02:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2016-08-06 05:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.169','2016-08-06 12:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.175','2016-08-06 17:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'91.198.143.120','2016-08-06 21:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'91.198.143.120','2016-08-06 21:18:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'68.180.230.181','2016-08-07 14:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.100.204.238','2016-08-08 08:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.179.41.82','2016-08-09 13:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.160','2016-08-10 01:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.163','2016-08-10 08:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'213.239.205.207','2016-08-10 18:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.239.205.207','2016-08-10 18:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.10','2016-08-13 10:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.12','2016-08-16 17:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'69.30.221.250','2016-08-17 03:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'69.30.221.250','2016-08-17 03:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'69.30.221.250','2016-08-17 03:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.127.90.117','2016-08-17 10:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.33','2016-08-17 14:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.181.1.43','2016-08-17 16:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'218.251.74.245','2016-08-17 17:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'110.4.181.10','2016-08-18 13:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.62.130','2016-08-18 22:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'211.129.102.45','2016-08-20 10:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'144.76.29.162','2016-08-21 06:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'69.197.163.195','2016-08-21 17:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'69.197.163.195','2016-08-21 17:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'69.197.163.195','2016-08-21 17:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.197.163.195','2016-08-21 17:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.197.163.195','2016-08-21 17:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'69.197.163.195','2016-08-21 17:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.197.163.195','2016-08-21 17:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.197.163.195','2016-08-21 17:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.246.252.102','2016-08-22 11:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.225.5.123','2016-08-22 19:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.30','2016-08-23 14:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.127.90.116','2016-08-23 20:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.156.36.252','2016-08-24 14:45:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.3.127.144','2016-08-25 18:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.3.127.144','2016-08-25 19:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.123','2016-08-26 08:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2016-08-26 08:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'106.187.60.32','2016-08-26 15:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'106.187.60.32','2016-08-26 15:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'106.187.60.32','2016-08-26 15:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'106.187.60.32','2016-08-26 15:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'106.187.60.32','2016-08-26 16:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'106.187.60.32','2016-08-26 16:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.36','2016-08-27 01:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.165','2016-08-27 13:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.23.101.18','2016-08-27 21:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.148','2016-08-28 02:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'106.187.60.32','2016-08-29 14:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'106.187.60.32','2016-08-29 15:06:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.23.101.18','2016-08-29 16:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'106.187.60.32','2016-08-30 08:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'106.187.60.32','2016-08-30 08:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'122.23.101.18','2016-09-01 11:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.179.41.82','2016-09-01 15:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.3.127.144','2016-09-01 23:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.166.153.84','2016-09-02 10:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.86.147.132','2016-09-03 06:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'72.14.199.147','2016-09-03 10:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'72.14.199.149','2016-09-03 10:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.89','2016-09-03 18:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.50','2016-09-04 23:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'192.187.104.235','2016-09-06 00:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'221.113.61.54','2016-09-06 08:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'221.113.61.54','2016-09-06 08:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'221.113.61.54','2016-09-06 08:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.199.233.166','2016-09-06 15:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'89.163.148.22','2016-09-08 10:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'89.163.148.22','2016-09-08 10:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'89.163.148.22','2016-09-08 10:06:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'89.163.148.22','2016-09-08 10:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.130.226.32','2016-09-08 15:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.127.145.211','2016-09-08 18:47:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'69.30.221.250','2016-09-09 14:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'58.91.199.144','2016-09-10 00:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.6','2016-09-10 12:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'91.194.84.106','2016-09-13 17:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'72.14.199.139','2016-09-16 05:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'72.14.199.139','2016-09-16 05:59:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.14.199.141','2016-09-16 06:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'72.14.199.139','2016-09-16 06:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'72.14.199.139','2016-09-16 06:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'72.14.199.137','2016-09-16 06:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'144.76.4.148','2016-09-16 08:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'144.76.4.148','2016-09-16 08:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'144.76.4.148','2016-09-16 08:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'144.76.4.148','2016-09-16 08:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'144.76.4.148','2016-09-16 08:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'72.14.199.137','2016-09-16 12:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'116.64.165.69','2016-09-16 16:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'116.64.165.69','2016-09-16 16:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.255.51.250','2016-09-18 22:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.255.51.250','2016-09-18 22:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'178.255.215.95','2016-09-19 19:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'178.255.215.95','2016-09-19 19:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'178.255.215.95','2016-09-19 19:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'178.255.215.95','2016-09-19 19:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'178.255.215.95','2016-09-19 19:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.82','2016-09-20 00:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.85','2016-09-20 01:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.82','2016-09-20 01:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.89','2016-09-20 01:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.85','2016-09-20 01:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.82','2016-09-20 01:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.82','2016-09-20 01:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.85','2016-09-20 09:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.82','2016-09-20 11:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.44.208.161','2016-09-21 14:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.44.208.161','2016-09-21 15:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.44.208.161','2016-09-21 15:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'113.36.47.222','2016-09-21 16:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.21','2016-09-23 04:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.42','2016-09-24 11:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'195.154.185.20','2016-09-24 20:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'195.154.185.20','2016-09-24 20:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'195.154.185.20','2016-09-24 20:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'195.154.185.20','2016-09-24 20:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'195.154.185.20','2016-09-24 20:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'195.154.185.20','2016-09-24 20:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'195.154.185.20','2016-09-24 20:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.109','2016-09-25 00:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.148.246','2016-09-25 14:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'103.9.97.229','2016-09-26 10:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.82','2016-09-26 19:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.82','2016-09-27 09:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.82','2016-09-27 09:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.85','2016-09-27 10:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'113.41.158.86','2016-09-29 11:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'113.41.158.86','2016-09-29 11:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'113.41.158.86','2016-09-29 12:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.229.154.240','2016-09-29 12:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.186','2016-09-30 02:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.186','2016-09-30 02:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.150','2016-09-30 02:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.39.92','2016-09-30 02:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.39.92','2016-09-30 02:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.9','2016-09-30 03:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.85','2016-09-30 19:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.85','2016-09-30 19:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.82','2016-09-30 19:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.82','2016-09-30 19:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.82','2016-09-30 19:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.82','2016-09-30 19:44:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.82','2016-09-30 19:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.88.103','2016-10-01 02:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.160.221.202','2016-10-01 08:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.89','2016-10-01 15:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.82','2016-10-01 16:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.85','2016-10-01 17:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.82','2016-10-01 17:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.82','2016-10-01 17:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.82','2016-10-01 17:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.82','2016-10-01 18:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.85','2016-10-01 18:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.85','2016-10-01 19:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.82','2016-10-01 19:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.82','2016-10-01 19:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.82','2016-10-01 21:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.89','2016-10-02 14:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.82','2016-10-02 21:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.82','2016-10-03 03:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.85','2016-10-03 03:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.82','2016-10-03 06:58:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'122.25.204.196','2016-10-04 10:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.114.169.127','2016-10-04 11:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.19','2016-10-05 03:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'40.77.167.63','2016-10-06 01:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'103.9.97.232','2016-10-06 08:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'103.9.97.232','2016-10-06 08:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.39.81','2016-10-08 06:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.150','2016-10-08 12:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.82','2016-10-09 03:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.9','2016-10-09 06:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'40.77.167.50','2016-10-09 15:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'103.9.96.231','2016-10-11 16:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.166.152.209','2016-10-11 18:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.166.152.209','2016-10-11 18:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2016-10-12 11:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'138.201.22.92','2016-10-12 12:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.24','2016-10-12 13:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'80.91.162.98','2016-10-12 22:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'144.76.8.132','2016-10-15 09:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'144.76.8.132','2016-10-15 09:49:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.72','2016-10-16 23:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.49','2016-10-17 18:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.43.32.103','2016-10-18 14:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.203.214.57','2016-10-18 14:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.203.214.57','2016-10-18 14:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.203.214.57','2016-10-18 14:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.56.228.9','2016-10-18 17:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'72.14.199.139','2016-10-23 01:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'72.14.199.139','2016-10-23 01:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'72.14.199.137','2016-10-23 02:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'72.14.199.137','2016-10-23 02:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'72.14.199.137','2016-10-23 02:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'72.14.199.141','2016-10-23 02:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'72.14.199.137','2016-10-23 02:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'72.14.199.139','2016-10-23 02:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'72.14.199.141','2016-10-23 02:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'72.14.199.139','2016-10-23 10:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.13.84','2016-10-23 13:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'72.14.199.139','2016-10-23 23:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'72.14.199.137','2016-10-24 00:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'72.14.199.137','2016-10-24 00:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'72.14.199.141','2016-10-24 05:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'72.14.199.141','2016-10-24 16:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'72.14.199.141','2016-10-24 17:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.14.199.139','2016-10-24 19:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.142.96.2','2016-10-25 07:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.142.96.2','2016-10-25 07:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.142.96.2','2016-10-25 07:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.100','2016-10-25 15:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'204.79.180.59','2016-10-26 18:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.173','2016-10-27 23:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'178.255.215.95','2016-10-29 12:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'124.103.13.13','2016-10-30 17:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.39.128','2016-11-03 03:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.82','2016-11-03 21:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.89','2016-11-03 22:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.85','2016-11-03 22:19:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.85','2016-11-03 22:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.89','2016-11-03 22:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.85','2016-11-03 22:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.85','2016-11-03 22:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.89','2016-11-03 22:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.85','2016-11-03 22:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.89','2016-11-03 22:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.157','2016-11-03 23:29:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2016-11-05 06:34:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'40.77.167.10','2016-11-06 09:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'220.31.114.213','2016-11-06 10:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.213.151.82','2016-11-06 14:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.17','2016-11-07 15:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'64.79.85.205','2016-11-07 20:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'64.79.85.205','2016-11-07 20:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'64.79.85.205','2016-11-07 20:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'131.113.67.5','2016-11-07 21:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.162','2016-11-08 03:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.14','2016-11-08 06:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.13','2016-11-08 09:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.65','2016-11-09 02:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.89','2016-11-09 14:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.85','2016-11-09 15:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.85','2016-11-12 09:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.82','2016-11-13 00:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'72.14.199.139','2016-11-13 05:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'72.14.199.137','2016-11-13 05:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'72.14.199.139','2016-11-13 05:44:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'72.14.199.137','2016-11-13 05:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.82','2016-11-13 13:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.89','2016-11-13 23:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.89','2016-11-14 03:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.89','2016-11-14 05:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.85','2016-11-14 07:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.80','2016-11-15 00:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.89.8.196','2016-11-15 20:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.85','2016-11-16 23:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.3.200.215','2016-11-17 17:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.3.200.215','2016-11-17 17:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.85','2016-11-18 01:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'213.239.200.142','2016-11-18 02:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'213.239.200.142','2016-11-18 02:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.29','2016-11-21 23:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.123.204.217','2016-11-22 08:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.44.208.161','2016-11-22 10:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'218.44.208.161','2016-11-22 15:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.8.18.100','2016-11-24 14:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.85','2016-11-24 20:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.30','2016-11-28 11:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'64.79.85.205','2016-11-29 12:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'64.79.85.205','2016-11-29 12:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'64.79.85.205','2016-11-29 12:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'49.111.157.40','2016-11-29 13:54:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.85','2016-11-29 14:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.82','2016-11-29 14:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.82','2016-11-29 14:48:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.85','2016-11-29 14:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.82','2016-11-29 15:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.89','2016-11-29 15:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.82','2016-11-29 15:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.85','2016-11-29 16:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.82','2016-11-29 16:19:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.89','2016-11-29 16:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.89','2016-11-29 16:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.82','2016-11-29 16:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.89','2016-11-29 16:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.35.1.26','2016-11-29 17:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.82','2016-11-29 23:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'120.51.83.102','2016-12-01 06:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.160.1.1','2016-12-01 11:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.127','2016-12-01 16:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.89','2016-12-01 19:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.85','2016-12-01 20:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.82','2016-12-01 20:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.85','2016-12-01 21:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.89','2016-12-03 02:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.69.133.2','2016-12-04 10:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.69.133.4','2016-12-04 19:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.69.133.194','2016-12-04 22:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.69.133.9','2016-12-05 00:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.69.133.5','2016-12-05 03:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.69.133.194','2016-12-05 12:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.69.133.2','2016-12-06 02:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'113.157.220.66','2016-12-06 12:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.85','2016-12-06 15:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.85','2016-12-06 16:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.215.11.33','2016-12-07 16:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.89','2016-12-08 00:22:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.85','2016-12-08 01:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.85','2016-12-08 02:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.82','2016-12-08 02:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.89','2016-12-08 02:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.89','2016-12-08 02:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.82','2016-12-08 02:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.82','2016-12-08 02:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.82','2016-12-08 03:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.85','2016-12-08 09:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.82','2016-12-08 09:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.179.70.73','2016-12-08 16:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'192.124.188.227','2016-12-08 21:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'192.124.188.227','2016-12-08 21:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'192.124.188.227','2016-12-08 21:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'192.124.188.227','2016-12-08 21:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'192.124.188.227','2016-12-08 21:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.131','2016-12-09 15:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.82','2016-12-11 12:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.89','2016-12-11 16:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.89','2016-12-11 20:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'40.77.167.46','2016-12-11 20:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2016-12-13 06:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.82','2016-12-13 10:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.40','2016-12-14 16:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'126.209.252.32','2016-12-15 15:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.160.8.73','2016-12-16 18:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.159','2016-12-16 20:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.45','2016-12-17 20:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2016-12-20 11:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.245','2016-12-21 05:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2016-12-22 13:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'209.190.113.85','2016-12-23 05:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'209.190.113.85','2016-12-23 05:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.21','2016-12-25 17:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.235','2016-12-26 06:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'126.115.43.83','2016-12-28 02:53:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.80','2016-12-28 06:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.80','2016-12-28 08:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.137','2016-12-28 19:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.28','2016-12-31 10:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.67','2017-01-01 10:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.161','2017-01-01 17:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.30','2017-01-04 12:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.243.37','2017-01-04 17:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.156','2017-01-04 18:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.226.123.225','2017-01-06 11:58:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.85','2017-01-06 23:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'219.172.151.133','2017-01-08 16:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.172.151.133','2017-01-08 16:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.159','2017-01-10 19:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.9.101.80','2017-01-11 16:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.219.218.217','2017-01-11 23:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'132.222.121.100','2017-01-12 16:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'114.179.41.82','2017-01-12 17:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.179.41.82','2017-01-12 17:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.179.41.82','2017-01-12 17:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.179.41.82','2017-01-12 17:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'132.222.121.100','2017-01-12 20:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'132.222.121.100','2017-01-12 20:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'61.7.121.37','2017-01-13 14:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'106.72.33.128','2017-01-16 10:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'106.72.33.128','2017-01-16 10:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.250.161.156','2017-01-16 15:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.179.41.82','2017-01-16 17:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.179.41.82','2017-01-16 19:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.179.41.82','2017-01-16 19:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.179.41.82','2017-01-16 19:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.203.146','2017-01-19 12:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.142.231.73','2017-01-19 13:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.179.41.82','2017-01-19 15:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.179.41.82','2017-01-19 15:09:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.179.41.82','2017-01-19 15:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.26','2017-01-20 02:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.140','2017-01-21 06:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.31','2017-01-23 09:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'138.107.12.24','2017-01-23 16:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.239.73.194','2017-01-24 11:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.224','2017-01-25 21:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.184.27','2017-01-27 15:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.166.152.209','2017-01-27 16:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.24','2017-01-30 00:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'122.21.105.16','2017-02-01 08:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'122.21.105.16','2017-02-01 08:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.138.38.37','2017-02-01 15:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'122.21.105.16','2017-02-01 16:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'122.21.105.16','2017-02-01 16:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.44','2017-02-02 11:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.236.164.14','2017-02-02 14:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.85','2017-02-03 11:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.72','2017-02-03 16:11:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.151.184.236','2017-02-03 17:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.21.148.20','2017-02-03 19:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.181','2017-02-04 05:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.181','2017-02-04 12:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'40.77.167.2','2017-02-04 18:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2017-02-05 10:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2017-02-05 10:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2017-02-05 10:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2017-02-05 13:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2017-02-05 13:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2017-02-05 13:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2017-02-05 13:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2017-02-05 13:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2017-02-05 13:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2017-02-05 13:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2017-02-05 13:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2017-02-05 13:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2017-02-05 13:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2017-02-05 13:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2017-02-05 13:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2017-02-05 13:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2017-02-05 13:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2017-02-05 13:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2017-02-05 13:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2017-02-05 13:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2017-02-05 13:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2017-02-05 13:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2017-02-05 13:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2017-02-05 13:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2017-02-05 13:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2017-02-05 13:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2017-02-05 15:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.180','2017-02-05 16:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2017-02-05 18:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2017-02-05 18:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2017-02-05 18:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.89','2017-02-06 20:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.85','2017-02-06 21:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.246.252.102','2017-02-07 14:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.82','2017-02-07 17:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.105','2017-02-08 11:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.89','2017-02-08 19:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.105','2017-02-09 01:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.14','2017-02-10 07:04:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'125.53.88.250','2017-02-10 13:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'125.174.90.246','2017-02-10 16:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'128.28.185.88','2017-02-12 22:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.14','2017-02-13 01:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.126','2017-02-13 06:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'192.218.140.236','2017-02-13 14:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'220.106.239.171','2017-02-13 20:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.232.175.2','2017-02-14 10:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.38','2017-02-14 21:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.188.211.40','2017-02-15 07:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.188.211.40','2017-02-15 07:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.188.211.40','2017-02-15 07:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.111.65.193','2017-02-16 11:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'121.114.169.127','2017-02-17 14:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'121.114.169.127','2017-02-17 14:46:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'121.114.169.127','2017-02-17 14:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'121.114.169.127','2017-02-17 15:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'121.114.169.127','2017-02-17 15:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.114.169.127','2017-02-17 15:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'121.114.169.127','2017-02-17 15:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'121.114.169.127','2017-02-17 15:31:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'121.114.169.127','2017-02-17 15:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.114.169.127','2017-02-17 15:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'121.114.169.127','2017-02-17 15:32:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.188.211.37','2017-02-17 15:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.188.211.37','2017-02-17 15:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.188.211.37','2017-02-17 15:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.114.169.127','2017-02-17 16:03:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'121.114.169.127','2017-02-17 16:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'121.114.169.127','2017-02-17 16:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.122','2017-02-17 16:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.115','2017-02-18 06:34:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.69.133.2','2017-02-21 04:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.177.86','2017-02-21 09:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.177.86','2017-02-21 09:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.69.133.9','2017-02-21 13:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'60.32.77.254','2017-02-21 18:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.69.133.9','2017-02-21 19:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.142','2017-02-21 21:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.36','2017-02-23 04:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'125.54.86.232','2017-02-23 21:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.36','2017-02-24 23:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.196.222.174','2017-02-25 15:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.196.222.167','2017-02-25 15:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.196.222.167','2017-02-25 15:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.171','2017-02-26 04:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'133.254.5.52','2017-02-27 15:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'133.254.5.52','2017-02-27 15:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'133.254.5.52','2017-02-27 15:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'133.254.5.52','2017-02-27 15:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.1.123.54','2017-03-01 08:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2017-03-02 15:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.124.216.206','2017-03-02 15:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.124.216.206','2017-03-02 15:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.124.216.206','2017-03-02 15:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.124.216.206','2017-03-02 15:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2017-03-02 15:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2017-03-02 15:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.124.216.206','2017-03-02 15:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.18','2017-03-03 12:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.25','2017-03-04 19:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.161','2017-03-05 06:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'133.163.14.54','2017-03-06 08:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'221.186.70.194','2017-03-06 16:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.140.249.26','2017-03-06 17:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.160.8.68','2017-03-07 09:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.193.77','2017-03-07 15:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.136.143.114','2017-03-09 10:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.136.143.114','2017-03-09 10:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'210.136.143.114','2017-03-09 10:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.136.143.114','2017-03-09 10:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.136.143.114','2017-03-09 10:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.12','2017-03-09 19:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.86.199.201','2017-03-10 17:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.104','2017-03-10 18:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.236','2017-03-11 05:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.81','2017-03-11 20:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'40.77.167.134','2017-03-12 12:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.101.174.133','2017-03-12 16:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.39.42','2017-03-14 06:43:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.39.42','2017-03-14 06:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'40.77.167.84','2017-03-14 06:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.75','2017-03-14 06:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.242','2017-03-14 06:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.242','2017-03-14 06:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'60.45.72.137','2017-03-14 19:04:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.21','2017-03-15 23:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2017-03-16 11:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2017-03-16 11:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2017-03-16 11:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2017-03-16 15:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2017-03-16 15:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2017-03-16 15:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2017-03-16 15:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2017-03-16 15:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2017-03-16 15:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2017-03-16 15:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2017-03-16 15:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2017-03-16 15:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2017-03-16 15:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2017-03-16 15:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2017-03-16 15:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2017-03-16 15:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2017-03-16 15:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2017-03-16 15:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2017-03-16 15:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2017-03-16 15:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2017-03-16 15:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2017-03-16 15:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2017-03-16 15:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2017-03-16 15:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2017-03-16 15:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2017-03-16 15:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2017-03-16 16:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2017-03-16 18:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2017-03-16 18:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2017-03-16 18:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.132','2017-03-17 04:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.82','2017-03-17 22:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.119','2017-03-21 19:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.238.207.72','2017-03-22 10:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.166.152.209','2017-03-22 16:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.89.180.110','2017-03-22 22:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.102.8.137','2017-03-22 22:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.178.90.168','2017-03-23 14:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.154.90.26','2017-03-24 13:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.230.199.240','2017-03-26 18:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.136.143.114','2017-03-27 14:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.136.143.114','2017-03-27 14:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.136.143.114','2017-03-27 14:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.136.143.114','2017-03-27 14:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.33','2017-03-27 23:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.120','2017-03-28 04:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'125.200.169.202','2017-03-29 15:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.188.211.39','2017-03-30 14:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.188.211.39','2017-03-30 14:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.188.211.39','2017-03-30 14:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.153','2017-03-31 11:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.188.211.39','2017-03-31 12:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.188.211.39','2017-03-31 12:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.188.211.39','2017-03-31 12:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.188.211.39','2017-03-31 12:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.2','2017-03-31 21:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.76','2017-04-01 13:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'64.79.85.205','2017-04-03 00:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'64.79.85.205','2017-04-03 00:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'64.79.85.205','2017-04-03 00:16:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.146.54.61','2017-04-04 14:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'153.197.189.86','2017-04-04 22:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'42.127.227.221','2017-04-05 12:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.143.35.15','2017-04-05 20:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.255.253.52','2017-04-06 05:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.142.251.26','2017-04-06 16:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'211.18.219.130','2017-04-07 08:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'219.104.15.106','2017-04-08 19:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.25','2017-04-09 17:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'40.77.167.125','2017-04-09 22:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.101.26.99','2017-04-11 11:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'124.101.26.99','2017-04-11 11:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.248.109.242','2017-04-11 16:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.42.90.124','2017-04-13 19:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.42.90.124','2017-04-13 19:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.42.90.124','2017-04-13 19:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.42.90.124','2017-04-13 19:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.42.90.124','2017-04-13 19:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'221.42.90.124','2017-04-13 19:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.42.90.124','2017-04-13 19:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'221.42.90.124','2017-04-13 19:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'221.42.90.124','2017-04-13 19:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'221.42.90.124','2017-04-13 19:32:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.42.90.124','2017-04-13 19:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'221.42.90.124','2017-04-13 19:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.42.90.124','2017-04-13 19:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.14','2017-04-14 00:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2017-04-14 15:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.119.99.249','2017-04-17 09:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'221.186.108.176','2017-04-18 16:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'221.186.108.176','2017-04-18 17:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'221.186.108.176','2017-04-18 17:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'221.186.108.176','2017-04-18 18:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.151.184.237','2017-04-19 16:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.36','2017-04-22 22:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'213.239.200.142','2017-04-22 22:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'40.77.167.47','2017-04-26 07:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2017-04-26 12:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2017-04-27 03:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2017-04-27 03:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2017-04-27 03:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2017-04-27 06:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2017-04-27 06:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2017-04-27 06:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2017-04-27 06:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2017-04-27 06:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2017-04-27 06:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2017-04-27 06:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2017-04-27 06:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2017-04-27 06:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2017-04-27 06:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2017-04-27 06:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2017-04-27 06:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2017-04-27 06:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2017-04-27 06:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2017-04-27 06:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2017-04-27 06:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2017-04-27 06:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2017-04-27 06:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2017-04-27 06:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2017-04-27 06:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2017-04-27 06:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2017-04-27 06:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2017-04-27 06:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2017-04-27 07:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2017-04-27 09:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2017-04-27 09:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2017-04-27 09:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'110.92.15.162','2017-04-27 13:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'110.92.15.162','2017-04-27 13:29:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'125.206.246.253','2017-04-28 11:43:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.248','2017-04-28 11:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.191','2017-04-29 13:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.96','2017-04-30 11:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.5','2017-04-30 18:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2017-05-02 08:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.22','2017-05-02 08:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.145','2017-05-03 07:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.255.253.52','2017-05-03 12:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.168','2017-05-07 15:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.37','2017-05-08 08:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'119.245.134.121','2017-05-08 12:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.127.68.126','2017-05-08 17:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.138.33.158','2017-05-09 01:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'61.121.103.156','2017-05-09 11:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.121.103.156','2017-05-09 11:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'61.121.103.156','2017-05-09 11:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.241.231.143','2017-05-09 19:52:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.241.231.143','2017-05-09 19:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.241.231.143','2017-05-09 20:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.162.55.152','2017-05-11 10:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.102.6.11','2017-05-11 10:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.121.103.156','2017-05-12 14:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.139.70.108','2017-05-12 14:32:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.71.73','2017-05-12 18:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.71.73','2017-05-12 19:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.85','2017-05-12 19:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.71.75','2017-05-12 20:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.71.77','2017-05-13 04:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.85','2017-05-13 12:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.85','2017-05-13 16:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.85','2017-05-13 18:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.85','2017-05-13 21:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.85','2017-05-13 23:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.82','2017-05-14 04:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.85','2017-05-14 06:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.89','2017-05-14 10:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.89','2017-05-14 10:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.82','2017-05-14 13:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.85','2017-05-14 15:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.89','2017-05-14 16:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.106.42.151','2017-05-14 16:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.85','2017-05-14 18:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.71.25','2017-05-15 01:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.71.24','2017-05-15 02:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.71.23','2017-05-15 04:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.82','2017-05-15 07:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'141.8.183.11','2017-05-15 16:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.225.204.193','2017-05-16 19:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'208.43.225.84','2017-05-17 10:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'208.43.225.84','2017-05-17 10:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2017-05-17 16:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.183','2017-05-18 02:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.143.35.16','2017-05-18 14:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.44.184.250','2017-05-18 16:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.160','2017-05-19 18:50:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.85','2017-05-20 00:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'203.140.152.9','2017-05-22 10:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'208.43.225.85','2017-05-22 17:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'208.43.225.84','2017-05-22 17:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.43.225.84','2017-05-22 17:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'208.43.225.84','2017-05-22 17:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.125.142.89','2017-05-22 17:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.69.133.4','2017-05-23 11:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.55','2017-05-23 12:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.69.133.9','2017-05-23 16:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.69.133.194','2017-05-23 16:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.69.133.5','2017-05-23 16:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.69.133.4','2017-05-23 18:08:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.69.133.4','2017-05-23 21:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.69.133.5','2017-05-24 06:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.69.133.3','2017-05-24 06:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.69.133.2','2017-05-24 11:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.246.252.97','2017-05-24 15:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.178','2017-05-28 20:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.101.159.194','2017-05-29 10:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.168.42.94','2017-05-30 10:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.168.42.94','2017-05-30 10:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.168.42.94','2017-05-30 11:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.168.42.94','2017-05-30 11:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.168.42.94','2017-05-30 11:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.168.42.94','2017-05-30 11:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'210.168.42.94','2017-05-30 11:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.23','2017-05-30 23:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.43','2017-05-31 12:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'124.33.173.74','2017-05-31 16:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'121.116.4.102','2017-06-02 16:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.209.177.136','2017-06-02 16:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'81.209.177.189','2017-06-02 16:29:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'81.209.177.189','2017-06-02 16:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'81.209.177.189','2017-06-02 16:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'81.209.177.136','2017-06-02 16:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'81.209.177.189','2017-06-02 16:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'81.209.177.136','2017-06-02 16:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'81.209.177.189','2017-06-02 16:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'81.209.177.136','2017-06-02 17:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'121.119.136.219','2017-06-02 17:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'121.119.136.219','2017-06-02 17:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'121.119.136.219','2017-06-02 17:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'121.119.136.219','2017-06-02 17:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'121.119.136.219','2017-06-02 17:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'81.209.177.189','2017-06-02 17:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'81.209.177.136','2017-06-02 18:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.30','2017-06-02 20:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.60','2017-06-03 09:50:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.67.8.7','2017-06-05 22:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.151.184.237','2017-06-07 09:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.151.184.237','2017-06-07 09:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.26','2017-06-07 17:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.143','2017-06-09 06:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.161','2017-06-09 18:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.43.225.84','2017-06-09 19:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'208.43.225.84','2017-06-09 19:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'208.43.225.85','2017-06-09 19:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'208.43.225.84','2017-06-09 19:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.43.225.84','2017-06-09 19:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'68.180.228.243','2017-06-12 02:19:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'103.9.96.233','2017-06-12 14:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'122.223.148.114','2017-06-12 16:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'122.223.148.114','2017-06-12 16:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.156','2017-06-15 04:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.255.253.52','2017-06-15 14:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.24','2017-06-16 08:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'122.219.141.40','2017-06-16 15:23:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'64.79.85.205','2017-06-16 22:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'64.79.85.205','2017-06-16 22:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'208.43.225.85','2017-06-18 20:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'208.43.225.85','2017-06-18 20:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'208.43.225.85','2017-06-18 20:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'208.43.225.85','2017-06-18 20:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.43.225.84','2017-06-18 20:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.43.225.84','2017-06-18 20:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.22','2017-06-19 07:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.166.183.9','2017-06-19 12:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.21','2017-06-22 06:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'208.43.225.84','2017-06-23 03:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2017-06-23 21:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2017-06-23 21:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2017-06-23 21:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2017-06-24 00:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2017-06-24 00:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2017-06-24 00:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2017-06-24 00:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2017-06-24 00:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2017-06-24 00:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2017-06-24 00:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2017-06-24 00:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2017-06-24 00:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2017-06-24 00:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2017-06-24 00:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2017-06-24 00:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2017-06-24 00:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2017-06-24 00:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2017-06-24 00:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2017-06-24 00:07:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2017-06-24 00:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2017-06-24 00:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2017-06-24 00:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2017-06-24 00:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2017-06-24 00:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2017-06-24 00:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2017-06-24 00:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2017-06-24 00:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2017-06-24 02:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2017-06-24 02:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2017-06-24 02:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2017-06-24 09:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.129.140.240','2017-06-24 22:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.129.140.240','2017-06-24 22:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'61.197.148.71','2017-06-27 15:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.71.23','2017-06-27 20:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.196.222.174','2017-06-28 20:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.196.222.174','2017-06-28 20:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'63.243.252.180','2017-06-29 00:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.66','2017-06-29 06:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.94.146.194','2017-06-30 13:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.129.130.80','2017-06-30 16:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'182.250.253.225','2017-07-03 16:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.11','2017-07-06 04:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.201.133.185','2017-07-06 13:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'61.197.218.129','2017-07-06 16:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.13','2017-07-07 10:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.185','2017-07-07 10:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.185','2017-07-07 10:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.118','2017-07-07 10:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.106','2017-07-08 03:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.75','2017-07-09 13:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.79','2017-07-09 22:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.79','2017-07-09 23:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.123','2017-07-11 01:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.91.109.11','2017-07-11 14:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.186.200.32','2017-07-12 17:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.164.210.78','2017-07-12 18:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.254.176','2017-07-13 18:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.211','2017-07-14 04:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.165','2017-07-17 19:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.79','2017-07-18 00:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.68','2017-07-18 00:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.76','2017-07-18 01:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.65','2017-07-18 01:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.70','2017-07-18 01:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.70','2017-07-18 01:47:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.69','2017-07-18 02:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.73','2017-07-18 02:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.73','2017-07-18 02:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.77','2017-07-18 03:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.130.195.94','2017-07-18 17:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.64','2017-07-19 02:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.135','2017-07-21 19:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.77','2017-07-22 10:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.65','2017-07-22 11:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.79','2017-07-22 11:54:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.73','2017-07-22 12:02:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.77','2017-07-22 12:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.75','2017-07-22 12:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.240.55.52','2017-07-23 01:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.240.55.52','2017-07-23 01:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.139.70.208','2017-07-24 11:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.71.24','2017-07-24 13:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.212','2017-07-26 15:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.67','2017-07-27 03:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.65','2017-07-27 04:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.67','2017-07-27 04:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.78','2017-07-27 05:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.76','2017-07-27 05:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.12','2017-07-27 08:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'122.212.183.34','2017-07-27 10:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.20','2017-07-28 13:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.75','2017-07-30 18:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.77','2017-07-30 18:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.71','2017-07-30 18:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.65','2017-07-30 19:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.71','2017-07-30 19:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.75','2017-07-30 19:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.65','2017-07-30 19:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.80','2017-07-30 19:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.79','2017-07-30 19:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.66','2017-07-30 20:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.238.16.173','2017-07-31 13:59:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.238.16.173','2017-07-31 13:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'131.147.196.59','2017-07-31 22:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.238.16.173','2017-08-01 10:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.71.24','2017-08-01 17:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'161.151.56.21','2017-08-02 17:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.42','2017-08-02 18:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.79','2017-08-03 03:14:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.76','2017-08-03 03:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.65','2017-08-03 03:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.65','2017-08-03 04:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.76','2017-08-03 04:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.76','2017-08-03 04:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.71','2017-08-03 05:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.166.152.209','2017-08-03 14:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.198.152.11','2017-08-04 04:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.67','2017-08-05 02:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.52','2017-08-05 09:40:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.65','2017-08-08 01:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.73','2017-08-08 01:19:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.65','2017-08-08 01:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.74','2017-08-08 01:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.73','2017-08-08 01:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.68','2017-08-08 01:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.69','2017-08-08 02:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.69','2017-08-08 03:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.100.20.64','2017-08-12 10:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.67','2017-08-12 18:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.77','2017-08-12 18:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.78','2017-08-12 18:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.79','2017-08-12 18:40:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.73','2017-08-12 18:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.77','2017-08-12 18:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.76','2017-08-12 19:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.69','2017-08-12 19:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.77','2017-08-12 19:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.80','2017-08-12 21:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.67','2017-08-12 21:46:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.80','2017-08-12 22:00:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.71','2017-08-12 22:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.96.227.64','2017-08-17 18:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.75','2017-08-17 19:00:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.79','2017-08-17 20:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.72','2017-08-17 21:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.68','2017-08-17 21:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.80','2017-08-17 21:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.77','2017-08-17 21:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.69','2017-08-17 22:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.200.25.237','2017-08-18 11:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.75','2017-08-20 04:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.141','2017-08-22 01:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.71','2017-08-22 12:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.71','2017-08-22 13:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.79','2017-08-22 13:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.78','2017-08-22 13:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.78','2017-08-22 13:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.69','2017-08-22 14:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.68','2017-08-22 15:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.77','2017-08-22 15:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.76','2017-08-22 15:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2017-08-23 04:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2017-08-23 04:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2017-08-23 04:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2017-08-23 06:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2017-08-23 06:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2017-08-23 06:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2017-08-23 06:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2017-08-23 06:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2017-08-23 06:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2017-08-23 06:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2017-08-23 06:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2017-08-23 06:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2017-08-23 06:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2017-08-23 06:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2017-08-23 06:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2017-08-23 06:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2017-08-23 06:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2017-08-23 06:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2017-08-23 06:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2017-08-23 06:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2017-08-23 06:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2017-08-23 06:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2017-08-23 06:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2017-08-23 06:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2017-08-23 06:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2017-08-23 06:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2017-08-23 07:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2017-08-23 08:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2017-08-23 08:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2017-08-23 08:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.125.142.89','2017-08-23 10:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.125.142.89','2017-08-23 11:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.77','2017-08-24 06:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.192.116.178','2017-08-24 12:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.192.116.178','2017-08-24 12:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.192.116.178','2017-08-24 12:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.95','2017-08-25 00:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.73','2017-08-25 18:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'126.82.190.100','2017-08-26 14:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.235','2017-08-28 03:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.235','2017-08-28 04:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'58.81.77.61','2017-08-28 17:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'58.81.77.61','2017-08-28 17:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.165.28.16','2017-08-29 11:53:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.165.28.16','2017-08-29 11:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.165.28.16','2017-08-29 11:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.165.28.16','2017-08-29 11:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.165.28.16','2017-08-29 12:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'192.47.64.83','2017-08-29 14:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'203.180.202.2','2017-08-29 15:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.74','2017-08-29 16:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.77','2017-08-29 16:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.79','2017-08-29 17:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.78','2017-08-29 17:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.70','2017-08-29 18:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.65','2017-08-29 18:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.65','2017-08-29 18:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.132.33.115','2017-08-29 18:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.69','2017-08-29 19:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.80','2017-08-29 19:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.103.6.126','2017-08-30 09:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.142','2017-08-30 23:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.159.13.140','2017-08-31 03:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.73','2017-08-31 12:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.71.24','2017-08-31 23:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.128.60.146','2017-09-01 17:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'133.202.153.194','2017-09-01 18:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'133.202.153.194','2017-09-01 18:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.75','2017-09-02 23:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.76','2017-09-03 13:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.71','2017-09-03 13:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.77','2017-09-03 14:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.80','2017-09-03 16:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.68','2017-09-03 16:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.69','2017-09-03 17:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.11.133','2017-09-05 00:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.11.133','2017-09-05 00:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.154.106.2','2017-09-05 11:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.71.24','2017-09-05 23:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.79','2017-09-06 02:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.65','2017-09-06 02:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.80','2017-09-06 03:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.80','2017-09-06 05:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.73','2017-09-06 06:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.79','2017-09-06 06:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.79','2017-09-06 06:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.140','2017-09-06 07:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.194.57.250','2017-09-07 14:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.144','2017-09-08 06:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.147','2017-09-09 04:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.76.15.5','2017-09-10 18:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'203.112.60.25','2017-09-11 20:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.112.60.25','2017-09-11 20:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'36.12.74.12','2017-09-11 23:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'211.5.174.241','2017-09-12 13:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'211.5.174.241','2017-09-12 13:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.27','2017-09-13 17:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.137','2017-09-14 01:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.166.152.209','2017-09-15 15:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.225.83.12','2017-09-18 20:09:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'64.233.172.173','2017-09-18 20:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.4.42.18','2017-09-19 11:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.143.35.22','2017-09-20 20:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.75','2017-09-26 21:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.39.58.2','2017-09-27 18:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2017-09-30 16:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.77','2017-09-30 23:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'153.172.49.106','2017-10-02 11:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.172.49.106','2017-10-02 15:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'153.172.49.106','2017-10-02 15:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.172.49.106','2017-10-02 16:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.172.49.106','2017-10-02 16:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'163.44.36.218','2017-10-02 20:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'153.202.0.159','2017-10-04 16:44:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.175.72.97','2017-10-05 11:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.175.72.97','2017-10-05 11:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'153.175.72.97','2017-10-05 13:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.175.72.97','2017-10-05 13:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.75','2017-10-06 11:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.17','2017-10-06 14:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'180.76.15.19','2017-10-08 04:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'112.71.158.183','2017-10-08 22:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'112.71.158.183','2017-10-08 22:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.33','2017-10-10 06:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'110.5.44.101','2017-10-10 22:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.192.116.178','2017-10-11 02:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.192.116.178','2017-10-11 02:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.192.116.178','2017-10-11 02:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.76.15.9','2017-10-12 10:41:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.28','2017-10-13 02:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.59','2017-10-13 14:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'110.5.44.101','2017-10-13 21:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2017-10-14 15:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2017-10-14 15:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2017-10-14 15:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2017-10-14 18:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2017-10-14 18:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2017-10-14 18:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2017-10-14 18:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2017-10-14 18:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2017-10-14 18:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2017-10-14 18:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2017-10-14 19:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2017-10-14 19:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2017-10-14 19:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2017-10-14 19:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2017-10-14 19:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2017-10-14 19:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2017-10-14 19:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2017-10-14 19:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2017-10-14 19:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2017-10-14 19:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2017-10-14 19:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2017-10-14 19:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2017-10-14 19:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2017-10-14 19:07:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2017-10-14 19:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2017-10-14 19:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2017-10-14 20:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.250.250.4','2017-10-14 21:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2017-10-14 22:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2017-10-14 22:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2017-10-14 22:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.142.211.205','2017-10-17 10:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.96','2017-10-18 12:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'182.250.254.35','2017-10-19 09:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'27.109.96.175','2017-10-19 22:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.126','2017-10-20 14:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.10','2017-10-21 18:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.76.15.141','2017-10-22 05:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.14','2017-10-23 04:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'120.75.65.61','2017-10-23 15:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.76.15.157','2017-10-23 15:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.76.15.15','2017-10-24 16:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.135','2017-10-24 18:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.126.24','2017-10-25 12:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.126.24','2017-10-25 12:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.104.83.212','2017-10-25 17:06:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'106.154.117.99','2017-10-26 08:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.145','2017-10-27 20:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.143','2017-10-28 01:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.145','2017-10-28 05:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.141','2017-10-28 06:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.65','2017-10-28 14:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'180.76.15.134','2017-10-28 21:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.95','2017-10-29 10:41:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.65','2017-10-29 10:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.95','2017-10-29 13:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.65','2017-10-29 14:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.107','2017-11-02 08:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.177','2017-11-05 19:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'203.180.112.225','2017-11-08 10:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.71.25','2017-11-08 16:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.169.127.163','2017-11-12 05:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'153.169.127.163','2017-11-12 05:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'151.80.39.149','2017-11-12 20:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.26','2017-11-13 16:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.213.55.176','2017-11-13 18:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.130.205.14','2017-11-15 16:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.130.205.14','2017-11-15 16:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'164.132.161.72','2017-11-15 20:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.182.132.155','2017-11-16 01:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.231','2017-11-16 04:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.136.82.66','2017-11-16 09:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.136.82.66','2017-11-16 09:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'164.132.161.79','2017-11-16 12:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.237.134.35','2017-11-16 14:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.237.134.35','2017-11-16 14:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'153.237.134.35','2017-11-16 14:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.237.134.35','2017-11-16 14:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'153.237.134.35','2017-11-16 14:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'153.237.134.35','2017-11-16 14:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.237.134.35','2017-11-16 14:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'153.237.134.35','2017-11-16 14:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.237.134.35','2017-11-16 14:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'153.237.134.35','2017-11-16 14:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.237.134.35','2017-11-16 14:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'153.237.134.35','2017-11-16 14:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'153.237.134.35','2017-11-16 14:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'153.237.134.35','2017-11-16 14:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.237.134.35','2017-11-16 14:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'153.237.134.35','2017-11-16 14:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'153.237.134.35','2017-11-16 14:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'153.237.134.35','2017-11-16 14:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'153.237.134.35','2017-11-16 14:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'153.237.134.35','2017-11-16 14:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.17.46.25','2017-11-17 00:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.215.187.41','2017-11-17 11:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.255.65.72','2017-11-17 13:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.182.132.153','2017-11-17 14:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.255.65.20','2017-11-17 15:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.182.132.73','2017-11-17 17:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'164.132.161.25','2017-11-17 19:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'164.132.161.10','2017-11-17 22:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.182.132.36','2017-11-18 03:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'164.132.161.83','2017-11-19 04:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'164.132.161.59','2017-11-19 09:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.129.108.45','2017-11-19 14:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'49.129.108.45','2017-11-19 14:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'217.182.132.92','2017-11-19 16:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'164.132.161.73','2017-11-20 01:38:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.255.65.55','2017-11-20 02:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.255.65.85','2017-11-20 05:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.182.132.170','2017-11-20 06:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.255.71.115','2017-11-20 16:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.72','2017-11-20 20:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.67','2017-11-20 23:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.182.132.170','2017-11-21 06:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.70','2017-11-21 19:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.65','2017-11-21 20:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.72','2017-11-21 23:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.182.132.56','2017-11-22 01:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.255.71.113','2017-11-22 02:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.32.215.17','2017-11-22 12:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.32.215.17','2017-11-22 12:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.182.132.72','2017-11-22 13:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.255.65.90','2017-11-22 14:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'164.132.161.28','2017-11-22 15:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'164.132.161.63','2017-11-22 19:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.160','2017-11-23 18:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.16','2017-11-24 08:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.182.132.56','2017-11-24 09:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'122.223.148.114','2017-11-24 10:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.38','2017-11-26 03:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.65','2017-11-26 06:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.70','2017-11-26 07:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.75','2017-11-26 10:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.70','2017-11-26 11:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.71','2017-11-26 12:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.72','2017-11-29 02:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.74','2017-11-29 02:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.79','2017-11-29 02:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.71','2017-11-29 02:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.71','2017-11-29 02:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.79','2017-11-29 03:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.255.65.91','2017-11-29 03:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'218.224.236.22','2017-11-29 09:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'164.132.161.64','2017-11-29 12:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.139.229.80','2017-11-29 17:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'174.129.146.168','2017-11-30 00:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'174.129.146.168','2017-11-30 00:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'174.129.146.168','2017-11-30 00:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'213.180.203.3','2017-12-01 09:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'141.8.132.9','2017-12-01 11:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'141.8.142.2','2017-12-01 11:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'141.8.183.14','2017-12-01 11:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'95.108.181.63','2017-12-01 11:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'141.8.183.22','2017-12-01 14:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'178.154.200.31','2017-12-01 14:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'141.8.183.22','2017-12-01 14:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'141.8.183.22','2017-12-01 17:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.225.133.45','2017-12-01 17:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'141.8.183.22','2017-12-01 20:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'141.8.183.22','2017-12-01 23:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.151.156.188','2017-12-02 16:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.79','2017-12-04 11:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.79','2017-12-04 11:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.79','2017-12-04 11:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'113.36.193.130','2017-12-04 14:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.157','2017-12-05 16:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'170.105.14.225','2017-12-08 12:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.30','2017-12-09 12:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'219.114.127.16','2017-12-09 13:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.114.127.16','2017-12-09 13:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'153.142.0.207','2017-12-09 13:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.65','2017-12-10 04:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.80','2017-12-10 05:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.2','2017-12-11 02:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.20','2017-12-12 01:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.18','2017-12-12 01:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.18','2017-12-12 02:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.18','2017-12-12 02:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.22','2017-12-12 02:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.22','2017-12-12 02:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.80','2017-12-12 16:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.4','2017-12-12 20:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'133.163.14.22','2017-12-13 13:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'133.163.14.22','2017-12-13 13:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2017-12-13 22:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2017-12-13 22:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2017-12-13 22:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2017-12-14 02:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2017-12-14 02:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2017-12-14 02:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2017-12-14 02:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2017-12-14 02:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2017-12-14 02:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2017-12-14 02:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2017-12-14 02:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2017-12-14 02:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2017-12-14 02:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2017-12-14 02:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2017-12-14 02:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2017-12-14 02:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2017-12-14 02:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2017-12-14 02:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2017-12-14 02:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2017-12-14 02:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2017-12-14 02:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2017-12-14 02:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2017-12-14 02:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2017-12-14 02:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2017-12-14 02:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2017-12-14 02:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2017-12-14 03:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2017-12-14 05:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2017-12-14 05:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2017-12-14 05:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.226','2017-12-14 10:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.226','2017-12-14 22:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.21','2017-12-16 00:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.69','2017-12-17 08:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.65','2017-12-17 08:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.72','2017-12-17 08:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.67','2017-12-17 08:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.67','2017-12-17 08:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.67','2017-12-17 08:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.74','2017-12-17 10:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.69','2017-12-17 10:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'103.9.97.230','2017-12-18 11:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.85','2017-12-18 15:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'153.162.152.131','2017-12-18 16:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'153.162.152.131','2017-12-18 16:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'203.180.202.2','2017-12-19 14:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.71','2017-12-19 18:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.74','2017-12-19 18:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.74','2017-12-19 19:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.74','2017-12-19 19:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.80','2017-12-19 19:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.65','2017-12-19 19:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.226','2017-12-19 22:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.111.108.104','2017-12-20 09:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.99.157.195','2017-12-20 11:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.99.157.195','2017-12-20 11:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.192.116.178','2017-12-21 05:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.192.116.178','2017-12-21 05:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.192.116.178','2017-12-21 05:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.67','2017-12-21 14:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.255.65.48','2017-12-21 14:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.226','2017-12-21 17:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.182.132.149','2017-12-21 19:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'164.132.161.96','2017-12-21 19:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.255.65.91','2017-12-21 23:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.255.71.122','2017-12-22 06:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.255.71.115','2017-12-22 06:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.207','2017-12-22 10:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.61','2017-12-22 13:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.34','2017-12-22 13:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.50','2017-12-22 20:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.84','2017-12-23 09:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.72','2017-12-23 11:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.226','2017-12-23 13:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'115.30.236.150','2017-12-23 17:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.117','2017-12-23 18:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.15','2017-12-23 18:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.12','2017-12-24 10:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.145.161.252','2017-12-24 11:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.145.161.252','2017-12-24 12:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.69','2017-12-24 13:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.71','2017-12-24 14:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.71','2017-12-24 14:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.68','2017-12-24 15:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.226','2017-12-25 08:47:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.72','2017-12-25 11:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.146','2017-12-25 18:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.54','2017-12-25 21:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.74','2017-12-25 22:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.131','2017-12-26 00:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.27','2017-12-26 04:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.134','2017-12-26 11:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'126.77.220.87','2017-12-26 13:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.74','2017-12-26 18:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'177.47.27.208','2017-12-26 23:39:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.18','2017-12-27 00:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.92','2017-12-27 03:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.226','2017-12-27 04:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.38','2017-12-27 04:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.52','2017-12-27 17:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.140','2017-12-27 21:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.255.71.123','2017-12-27 23:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.105','2017-12-28 06:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.151','2017-12-28 11:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.149','2017-12-28 17:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.101','2017-12-28 17:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.21','2017-12-29 08:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.245','2017-12-29 10:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.255.71.126','2017-12-29 13:31:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.254','2017-12-29 15:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.109','2017-12-29 16:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.149.35','2017-12-29 21:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.70','2017-12-30 02:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.70','2017-12-30 02:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.80','2017-12-30 03:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.118','2017-12-30 03:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.71','2017-12-30 04:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.247','2017-12-30 13:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.204','2017-12-30 16:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.142','2017-12-30 16:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.72','2017-12-30 18:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.149.89','2017-12-31 04:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.230','2017-12-31 14:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.72','2017-12-31 15:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.197','2017-12-31 21:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.150','2018-01-01 00:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.124','2018-01-02 01:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.64','2018-01-02 09:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.56','2018-01-02 22:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.38','2018-01-03 05:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.193','2018-01-03 16:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.21','2018-01-03 17:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.149.21','2018-01-03 20:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.58','2018-01-04 01:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.104','2018-01-04 04:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.255.71.132','2018-01-04 07:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.92','2018-01-04 11:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.105','2018-01-04 14:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.44','2018-01-04 16:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'160.16.199.246','2018-01-05 15:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'160.16.199.246','2018-01-05 15:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'160.16.199.246','2018-01-05 15:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'160.16.199.246','2018-01-05 15:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'160.16.199.246','2018-01-05 15:39:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'160.16.199.246','2018-01-05 15:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'160.16.199.246','2018-01-05 15:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'160.16.199.246','2018-01-05 15:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'160.16.199.246','2018-01-05 15:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.55','2018-01-06 04:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.245','2018-01-08 08:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.129.114.142','2018-01-11 12:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.32','2018-01-12 03:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.68','2018-01-12 21:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.108','2018-01-14 01:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.113','2018-01-15 03:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.226.240.35','2018-01-15 16:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.226.240.35','2018-01-15 16:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.226.240.35','2018-01-15 16:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.226.240.35','2018-01-15 16:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.9','2018-01-18 09:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.9','2018-01-18 09:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.9','2018-01-18 09:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.9','2018-01-18 09:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.9','2018-01-18 09:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.9','2018-01-18 09:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.9','2018-01-18 09:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.206','2018-01-18 16:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.175.128.69','2018-01-19 09:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.104','2018-01-20 12:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'106.181.198.119','2018-01-20 17:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.102.6.204','2018-01-20 17:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'153.232.131.76','2018-01-25 13:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.238.207.72','2018-01-26 13:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'220.130.4.66','2018-01-26 13:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'45.32.55.82','2018-01-28 07:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'45.32.55.82','2018-01-28 07:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.66','2018-01-29 03:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.39','2018-01-29 06:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.255.65.26','2018-02-01 09:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.70','2018-02-03 03:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.182.132.21','2018-02-03 10:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.132','2018-02-03 19:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'164.132.161.81','2018-02-04 00:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.255.71.129','2018-02-04 02:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.182.132.32','2018-02-04 02:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.25','2018-02-04 05:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'164.132.161.22','2018-02-04 11:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'164.132.161.21','2018-02-04 23:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.182.132.75','2018-02-05 08:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'164.132.161.53','2018-02-06 10:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.46','2018-02-07 07:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.76','2018-02-07 09:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.67','2018-02-07 09:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.182.132.154','2018-02-07 21:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.251','2018-02-08 00:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.114','2018-02-08 08:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.192.116.178','2018-02-08 21:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.192.116.178','2018-02-08 21:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.192.116.178','2018-02-08 21:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.255.65.91','2018-02-08 22:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.182.132.14','2018-02-09 03:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'164.132.161.97','2018-02-09 05:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.188.211.26','2018-02-09 15:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.188.211.26','2018-02-09 15:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.188.211.26','2018-02-09 15:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.188.211.26','2018-02-09 15:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.188.211.26','2018-02-09 15:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.188.211.26','2018-02-09 15:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.188.211.26','2018-02-09 15:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.188.211.26','2018-02-09 15:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.188.211.26','2018-02-09 15:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.255.65.90','2018-02-09 22:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'164.132.161.81','2018-02-10 01:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.182.132.155','2018-02-10 08:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.182.132.185','2018-02-11 01:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.72','2018-02-11 19:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'164.132.161.49','2018-02-12 13:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'153.189.97.204','2018-02-13 21:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.174.90.23','2018-02-14 08:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.240','2018-02-15 06:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.0','2018-02-15 11:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.75','2018-02-15 12:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.230','2018-02-16 16:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.72','2018-02-16 19:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.71','2018-02-17 11:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.71','2018-02-17 11:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.65','2018-02-17 13:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.79','2018-02-17 13:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.78','2018-02-17 14:39:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.67','2018-02-17 15:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.119','2018-02-19 22:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.75','2018-02-20 03:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.171','2018-02-20 13:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'221.244.218.206','2018-02-20 17:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.160.248.5','2018-02-21 07:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.160.248.5','2018-02-21 07:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.91','2018-02-21 12:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.56.1.124','2018-02-21 16:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'125.56.1.166','2018-02-21 16:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'150.249.56.106','2018-02-23 09:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.184','2018-02-24 23:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.70','2018-02-25 04:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.77','2018-02-25 08:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.72','2018-02-25 17:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.67','2018-02-25 18:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.65','2018-02-27 14:05:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.77','2018-02-27 15:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.80','2018-02-27 16:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.76','2018-02-27 16:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.155.198.52','2018-02-27 17:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.70','2018-03-02 12:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.67','2018-03-02 12:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.67','2018-03-02 12:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.226','2018-03-03 00:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2018-03-03 03:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2018-03-03 03:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2018-03-03 03:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2018-03-03 07:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2018-03-03 07:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2018-03-03 07:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2018-03-03 07:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2018-03-03 07:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2018-03-03 07:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2018-03-03 07:27:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2018-03-03 07:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2018-03-03 07:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2018-03-03 07:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2018-03-03 07:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2018-03-03 07:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2018-03-03 07:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2018-03-03 07:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2018-03-03 07:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2018-03-03 07:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2018-03-03 07:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2018-03-03 07:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2018-03-03 07:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2018-03-03 07:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2018-03-03 07:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2018-03-03 07:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2018-03-03 07:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.67','2018-03-03 08:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.70','2018-03-03 08:10:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.70','2018-03-03 08:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2018-03-03 08:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.226','2018-03-03 12:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.181','2018-03-04 17:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.226','2018-03-04 18:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.156','2018-03-05 01:04:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.79','2018-03-05 02:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.226','2018-03-05 04:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.75','2018-03-05 05:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.74','2018-03-05 05:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.226','2018-03-05 05:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.72','2018-03-05 05:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.226','2018-03-05 06:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.226','2018-03-05 08:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.226','2018-03-05 09:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.226','2018-03-05 11:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.226','2018-03-05 15:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.248','2018-03-05 23:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.226','2018-03-06 00:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.190','2018-03-06 07:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.226','2018-03-06 08:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.226','2018-03-06 16:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.226','2018-03-06 21:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.226','2018-03-07 02:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'110.163.216.109','2018-03-07 07:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.226','2018-03-07 08:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.162.236.122','2018-03-07 09:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.162.236.122','2018-03-07 09:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.162.236.122','2018-03-07 09:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.162.236.122','2018-03-07 09:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.162.236.122','2018-03-07 09:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.162.236.122','2018-03-07 09:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.162.236.122','2018-03-07 09:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.162.236.122','2018-03-07 09:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.162.236.122','2018-03-07 09:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.226','2018-03-07 10:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.162.236.122','2018-03-07 10:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.162.236.122','2018-03-07 10:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.162.236.122','2018-03-07 10:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.87.230.241','2018-03-07 16:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.87.230.241','2018-03-07 16:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.87.230.241','2018-03-07 17:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.87.230.241','2018-03-07 17:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.87.230.241','2018-03-07 17:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.87.230.241','2018-03-07 17:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.162.236.122','2018-03-07 22:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.162.236.122','2018-03-07 22:46:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.162.236.122','2018-03-07 22:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.156','2018-03-08 04:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.226','2018-03-08 13:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.226','2018-03-09 08:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.135','2018-03-09 09:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'184.72.125.169','2018-03-09 11:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'184.72.125.169','2018-03-09 11:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'184.72.125.169','2018-03-09 11:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'184.72.125.169','2018-03-09 11:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'184.72.125.169','2018-03-09 11:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'184.72.125.169','2018-03-09 11:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'184.72.125.169','2018-03-09 11:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'184.72.125.169','2018-03-09 11:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'184.72.125.169','2018-03-09 11:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'184.72.125.169','2018-03-09 14:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'184.72.125.169','2018-03-09 14:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'184.72.125.169','2018-03-09 14:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'115.69.239.77','2018-03-09 21:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'115.69.239.77','2018-03-09 21:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'115.69.239.77','2018-03-09 21:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'184.72.125.169','2018-03-10 02:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'184.72.125.169','2018-03-10 03:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'184.72.125.169','2018-03-10 03:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.175.18.56','2018-03-10 04:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.175.18.56','2018-03-10 04:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.227.222.172','2018-03-10 04:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.175.18.56','2018-03-10 04:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.227.222.172','2018-03-10 04:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.227.222.172','2018-03-10 04:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.227.222.172','2018-03-10 04:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.227.222.172','2018-03-10 04:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.227.222.172','2018-03-10 04:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.227.222.172','2018-03-10 04:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.175.18.56','2018-03-10 04:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.227.222.172','2018-03-10 04:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.227.222.172','2018-03-10 04:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.175.18.56','2018-03-10 04:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.175.18.56','2018-03-10 04:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.175.18.56','2018-03-10 04:59:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.175.18.56','2018-03-10 05:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.175.18.56','2018-03-10 05:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.175.18.56','2018-03-10 05:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.175.18.56','2018-03-10 06:04:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.175.18.56','2018-03-10 06:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.227.222.172','2018-03-10 06:42:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.227.222.172','2018-03-10 06:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.227.222.172','2018-03-10 06:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.227.222.172','2018-03-10 06:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.227.222.172','2018-03-10 06:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.227.222.172','2018-03-10 06:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.227.222.172','2018-03-10 06:49:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.227.222.172','2018-03-10 06:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.227.222.172','2018-03-10 06:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.227.222.172','2018-03-10 07:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.227.222.172','2018-03-10 07:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.227.222.172','2018-03-10 07:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.70','2018-03-10 08:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.70','2018-03-10 08:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.77','2018-03-10 08:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.227.222.172','2018-03-10 09:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.227.222.172','2018-03-10 09:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.227.222.172','2018-03-10 10:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.80','2018-03-10 10:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.74','2018-03-10 11:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.75','2018-03-10 12:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'131.129.126.209','2018-03-10 13:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.255','2018-03-10 15:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.110','2018-03-10 17:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.79','2018-03-10 18:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.175.18.56','2018-03-10 23:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.175.18.56','2018-03-10 23:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.175.18.56','2018-03-11 00:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.120','2018-03-11 09:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.227.222.172','2018-03-11 13:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.149.103','2018-03-11 15:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.227.222.172','2018-03-11 16:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.227.222.172','2018-03-11 16:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.227.222.172','2018-03-11 16:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.227.222.172','2018-03-11 16:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.227.222.172','2018-03-11 16:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.227.222.172','2018-03-11 16:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.227.222.172','2018-03-11 16:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.227.222.172','2018-03-11 16:55:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.227.222.172','2018-03-11 17:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.227.222.172','2018-03-11 17:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.227.222.172','2018-03-11 17:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.227.222.172','2018-03-11 17:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.227.222.172','2018-03-11 17:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.227.222.172','2018-03-11 17:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.227.222.172','2018-03-11 17:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.227.222.172','2018-03-11 17:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.227.222.172','2018-03-11 17:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.227.222.172','2018-03-11 17:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.227.222.172','2018-03-11 17:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.227.222.172','2018-03-11 17:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.227.222.172','2018-03-11 18:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.227.222.172','2018-03-11 18:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.227.222.172','2018-03-11 20:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'105.111.59.199','2018-03-11 20:03:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'105.111.59.199','2018-03-11 20:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'105.111.59.199','2018-03-11 20:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'105.111.59.199','2018-03-11 20:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'105.111.59.199','2018-03-11 20:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'105.111.59.199','2018-03-11 20:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'105.111.59.199','2018-03-11 21:01:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'105.111.59.199','2018-03-11 21:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.70','2018-03-12 23:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.87.222.36','2018-03-13 10:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.87.222.36','2018-03-13 10:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.87.222.36','2018-03-13 10:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.87.222.36','2018-03-13 10:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.87.222.36','2018-03-13 10:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.87.222.36','2018-03-13 10:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.87.222.36','2018-03-13 10:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.87.222.36','2018-03-13 10:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.87.222.36','2018-03-13 10:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.60','2018-03-13 11:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.226','2018-03-13 13:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.212.161.182','2018-03-13 16:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.226','2018-03-13 16:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.149.17','2018-03-13 19:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.51','2018-03-13 22:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.226','2018-03-14 00:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.181','2018-03-14 03:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.87.222.36','2018-03-14 04:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.87.222.36','2018-03-14 04:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.87.222.36','2018-03-14 04:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.87.222.36','2018-03-14 04:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.87.222.36','2018-03-14 04:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.113','2018-03-14 04:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.109','2018-03-14 05:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.239.255.75','2018-03-14 08:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.239.255.75','2018-03-14 08:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.239.255.75','2018-03-14 08:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.239.255.75','2018-03-14 08:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.239.255.75','2018-03-14 08:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.239.255.75','2018-03-14 08:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.239.255.75','2018-03-14 08:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.239.255.75','2018-03-14 08:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.239.255.75','2018-03-14 09:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.239.255.75','2018-03-14 09:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.239.255.75','2018-03-14 09:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.239.255.75','2018-03-14 10:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.23.179.77','2018-03-14 10:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.23.179.77','2018-03-14 10:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.23.179.77','2018-03-14 10:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.23.179.77','2018-03-14 10:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.23.179.77','2018-03-14 10:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.23.179.77','2018-03-14 10:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.23.179.77','2018-03-14 11:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.23.179.77','2018-03-14 11:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.23.179.77','2018-03-14 11:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.23.179.77','2018-03-14 11:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.23.179.77','2018-03-14 11:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.23.179.77','2018-03-14 11:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.239.254.19','2018-03-14 19:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.70','2018-03-14 19:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.239.254.19','2018-03-14 19:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.239.254.19','2018-03-14 20:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.63','2018-03-14 23:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.144.43.187','2018-03-15 03:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.144.43.187','2018-03-15 03:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.144.43.187','2018-03-15 03:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.144.43.187','2018-03-15 03:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.144.43.187','2018-03-15 03:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.144.43.187','2018-03-15 03:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.144.43.187','2018-03-15 03:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.144.43.187','2018-03-15 03:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.144.43.187','2018-03-15 03:42:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.144.43.187','2018-03-15 03:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.144.43.187','2018-03-15 03:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.144.43.187','2018-03-15 03:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.172.165.130','2018-03-15 06:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.172.165.130','2018-03-15 06:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.172.165.130','2018-03-15 06:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.144.43.187','2018-03-15 06:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.204.81.216','2018-03-15 07:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.204.81.216','2018-03-15 07:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.204.81.216','2018-03-15 07:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.204.81.216','2018-03-15 07:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.204.81.216','2018-03-15 07:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.204.81.216','2018-03-15 07:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.204.81.216','2018-03-15 07:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.204.81.216','2018-03-15 07:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.204.81.216','2018-03-15 07:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.204.81.216','2018-03-15 07:45:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.204.81.216','2018-03-15 07:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.204.81.216','2018-03-15 07:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.236.206.172','2018-03-15 09:35:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.236.206.172','2018-03-15 09:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.236.206.172','2018-03-15 09:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.236.206.172','2018-03-15 09:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.236.206.172','2018-03-15 09:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.236.206.172','2018-03-15 09:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.236.206.172','2018-03-15 09:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.236.206.172','2018-03-15 09:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.236.206.172','2018-03-15 09:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.236.206.172','2018-03-15 11:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.236.206.172','2018-03-15 11:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.236.206.172','2018-03-15 11:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.236.206.172','2018-03-15 11:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.236.206.172','2018-03-15 11:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.236.206.172','2018-03-15 11:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.236.206.172','2018-03-15 11:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.236.206.172','2018-03-15 11:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.236.206.172','2018-03-15 11:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.53','2018-03-15 18:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.207.121.50','2018-03-15 19:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.207.121.50','2018-03-15 19:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.207.121.50','2018-03-15 19:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.207.121.50','2018-03-15 19:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.207.121.50','2018-03-15 20:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.207.121.50','2018-03-15 20:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.207.121.50','2018-03-15 20:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.207.121.50','2018-03-15 20:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.207.121.50','2018-03-15 20:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.207.121.50','2018-03-15 20:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.207.121.50','2018-03-15 20:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.207.121.50','2018-03-15 20:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'34.239.255.75','2018-03-15 21:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.77','2018-03-16 02:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'34.239.255.75','2018-03-16 02:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.172.165.130','2018-03-16 03:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.70','2018-03-16 04:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.70','2018-03-16 04:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.78','2018-03-16 04:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.226','2018-03-16 05:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.232.76.142','2018-03-16 10:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.232.76.142','2018-03-16 10:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.232.76.142','2018-03-16 10:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.232.76.142','2018-03-16 10:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.232.76.142','2018-03-16 10:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.232.76.142','2018-03-16 10:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.232.76.142','2018-03-16 10:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.232.76.142','2018-03-16 10:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.232.76.142','2018-03-16 11:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.232.76.142','2018-03-16 11:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.232.76.142','2018-03-16 11:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.232.76.142','2018-03-16 11:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.89','2018-03-16 13:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.226','2018-03-16 14:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.226','2018-03-16 15:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.226','2018-03-16 16:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.239.255.84','2018-03-17 07:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.239.255.84','2018-03-17 07:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.239.255.84','2018-03-17 07:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.239.255.84','2018-03-17 07:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.239.255.84','2018-03-17 07:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.239.255.84','2018-03-17 07:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.239.255.84','2018-03-17 07:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.239.255.84','2018-03-17 07:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.239.255.84','2018-03-17 07:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.239.255.84','2018-03-17 08:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.239.255.84','2018-03-17 08:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.239.255.84','2018-03-17 08:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'34.207.121.50','2018-03-17 12:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.249','2018-03-17 16:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.123','2018-03-18 13:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.192.116.178','2018-03-18 17:51:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.192.116.178','2018-03-18 17:52:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.192.116.178','2018-03-18 17:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.45','2018-03-19 00:06:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'158.69.252.151','2018-03-19 08:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'158.69.252.151','2018-03-19 08:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'158.69.252.151','2018-03-19 08:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'158.69.252.151','2018-03-19 08:45:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'158.69.252.151','2018-03-19 08:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.226','2018-03-19 16:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.43','2018-03-19 23:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.69','2018-03-20 04:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.136','2018-03-20 15:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'153.209.246.141','2018-03-20 19:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'153.209.246.141','2018-03-20 21:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.64','2018-03-21 03:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.73','2018-03-21 20:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.69','2018-03-21 21:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.71','2018-03-21 21:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.75','2018-03-21 21:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.77','2018-03-21 22:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.80','2018-03-21 22:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.75','2018-03-21 22:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.80','2018-03-21 23:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.80','2018-03-21 23:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.80','2018-03-21 23:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.79','2018-03-22 00:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.73','2018-03-22 00:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.18','2018-03-22 13:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.143.35.13','2018-03-22 19:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.255','2018-03-23 06:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.207.85.124','2018-03-23 15:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.207.85.124','2018-03-23 15:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.207.85.124','2018-03-23 15:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.207.85.124','2018-03-23 15:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.207.85.124','2018-03-23 15:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.207.85.124','2018-03-23 15:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.207.85.124','2018-03-23 15:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.248.183.78','2018-03-23 17:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.69','2018-03-24 03:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.44','2018-03-24 05:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.145','2018-03-24 05:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'153.156.180.137','2018-03-24 09:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.61','2018-03-24 09:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.201.161.68','2018-03-24 10:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.201.161.68','2018-03-24 10:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.201.161.68','2018-03-24 10:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.201.161.68','2018-03-24 11:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.201.161.68','2018-03-24 11:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.201.161.68','2018-03-24 11:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.201.161.68','2018-03-24 11:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.201.161.68','2018-03-24 11:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.201.161.68','2018-03-24 11:05:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.201.161.68','2018-03-24 11:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.201.161.68','2018-03-24 11:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.201.161.68','2018-03-24 11:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.201.161.68','2018-03-24 14:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.201.161.68','2018-03-24 14:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.201.161.68','2018-03-24 14:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.50','2018-03-25 00:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'103.2.251.98','2018-03-25 01:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'34.201.161.68','2018-03-25 11:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'34.201.161.68','2018-03-25 14:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'34.201.161.68','2018-03-25 14:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'34.201.161.68','2018-03-25 14:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'34.201.161.68','2018-03-25 15:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'34.201.161.68','2018-03-25 15:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'34.201.161.68','2018-03-25 15:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'34.201.161.68','2018-03-25 15:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.201.161.68','2018-03-25 15:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.201.161.68','2018-03-25 15:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.201.161.68','2018-03-25 15:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.201.161.68','2018-03-25 15:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.201.161.68','2018-03-25 15:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.201.161.68','2018-03-25 15:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.201.161.68','2018-03-25 15:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.201.161.68','2018-03-25 16:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'34.201.161.68','2018-03-25 16:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'34.201.161.68','2018-03-25 16:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.81','2018-03-25 16:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'34.201.161.68','2018-03-25 16:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'34.201.161.68','2018-03-25 16:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'34.201.161.68','2018-03-25 16:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'34.201.161.68','2018-03-25 16:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'34.201.161.68','2018-03-25 17:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'34.201.161.68','2018-03-25 17:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.201.161.68','2018-03-25 17:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.201.161.68','2018-03-25 17:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.201.161.68','2018-03-25 20:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.86','2018-03-26 01:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.105','2018-03-26 13:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.66','2018-03-27 01:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.66','2018-03-27 01:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.226','2018-03-27 04:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.87.180.239','2018-03-27 07:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.87.180.239','2018-03-27 07:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.87.180.239','2018-03-27 07:28:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.87.180.239','2018-03-27 07:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.87.180.239','2018-03-27 07:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.87.180.239','2018-03-27 07:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.87.180.239','2018-03-27 07:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.87.180.239','2018-03-27 07:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.87.180.239','2018-03-27 07:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.87.180.239','2018-03-27 07:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.87.180.239','2018-03-27 07:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.87.180.239','2018-03-27 07:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.87.180.239','2018-03-27 10:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.87.180.239','2018-03-27 10:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.87.180.239','2018-03-27 10:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.248.183.78','2018-03-28 12:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.47','2018-03-29 06:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.35','2018-03-29 14:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.97','2018-03-29 16:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.207.221.255','2018-03-30 07:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.63','2018-03-30 07:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.207.221.255','2018-03-30 07:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.207.221.255','2018-03-30 07:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.207.221.255','2018-03-30 07:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.207.221.255','2018-03-30 07:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.207.221.255','2018-03-30 07:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.207.221.255','2018-03-30 07:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.207.221.255','2018-03-30 08:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.207.221.255','2018-03-30 08:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.207.221.255','2018-03-30 08:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.207.221.255','2018-03-30 08:27:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.207.221.255','2018-03-30 08:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.4','2018-03-30 16:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.207.221.255','2018-03-30 17:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.207.221.255','2018-03-30 17:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.207.221.255','2018-03-30 17:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.207.221.255','2018-03-30 17:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.207.221.255','2018-03-30 18:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.207.221.255','2018-03-30 18:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.207.221.255','2018-03-30 18:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.207.221.255','2018-03-30 18:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.207.221.255','2018-03-30 18:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.106.226.158','2018-03-30 19:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.106.226.158','2018-03-30 19:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.207.221.255','2018-03-30 22:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.207.221.255','2018-03-30 22:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.207.221.255','2018-03-30 22:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.207.221.255','2018-03-31 00:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.207.221.255','2018-03-31 00:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.207.221.255','2018-03-31 00:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.196.184.143','2018-03-31 09:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.196.184.143','2018-03-31 09:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.196.184.143','2018-03-31 09:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.196.184.143','2018-03-31 09:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.196.184.143','2018-03-31 09:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.196.184.143','2018-03-31 09:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.196.184.143','2018-03-31 09:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.196.184.143','2018-03-31 09:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.196.184.143','2018-03-31 09:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.232.68.240','2018-03-31 09:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.232.68.240','2018-03-31 09:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.232.68.240','2018-03-31 09:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.232.68.240','2018-03-31 09:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.232.68.240','2018-03-31 09:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.232.68.240','2018-03-31 09:42:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.232.68.240','2018-03-31 09:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.232.68.240','2018-03-31 09:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.232.68.240','2018-03-31 09:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.196.184.143','2018-03-31 09:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.196.184.143','2018-03-31 09:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.196.184.143','2018-03-31 09:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.232.68.240','2018-03-31 10:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.232.68.240','2018-03-31 10:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.232.68.240','2018-03-31 10:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.196.184.143','2018-03-31 11:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.196.184.143','2018-03-31 11:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.196.184.143','2018-03-31 11:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'34.207.221.255','2018-03-31 12:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.232.68.240','2018-03-31 12:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.232.68.240','2018-03-31 12:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.232.68.240','2018-03-31 12:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.23.90.25','2018-03-31 23:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.23.90.25','2018-03-31 23:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.23.90.25','2018-03-31 23:10:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.23.90.25','2018-03-31 23:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.23.90.25','2018-03-31 23:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.23.90.25','2018-03-31 23:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.23.90.25','2018-03-31 23:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.3.242.68','2018-04-01 04:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.3.242.68','2018-04-01 04:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.3.242.68','2018-04-01 04:26:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.3.242.68','2018-04-01 04:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.3.242.68','2018-04-01 04:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.3.242.68','2018-04-01 04:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.3.242.68','2018-04-01 04:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.3.242.68','2018-04-01 04:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.3.242.68','2018-04-01 04:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.3.242.68','2018-04-01 04:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.3.242.68','2018-04-01 04:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.3.242.68','2018-04-01 04:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-04-01 09:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.229.136.71','2018-04-01 14:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.229.136.71','2018-04-01 14:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.229.136.71','2018-04-01 14:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.229.136.71','2018-04-01 14:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.229.136.71','2018-04-01 14:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.229.136.71','2018-04-01 14:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.229.136.71','2018-04-01 14:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.229.136.71','2018-04-01 14:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.229.136.71','2018-04-01 14:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.69','2018-04-01 14:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.3.242.68','2018-04-01 17:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.3.242.68','2018-04-01 17:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.3.242.68','2018-04-01 17:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.72','2018-04-01 18:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.74','2018-04-02 08:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.75','2018-04-02 08:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.65','2018-04-02 08:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.125','2018-04-03 07:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.67','2018-04-03 23:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.67','2018-04-03 23:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.69','2018-04-04 00:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.4','2018-04-04 11:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.55','2018-04-04 11:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.232.66.46','2018-04-04 15:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.232.66.46','2018-04-04 15:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.232.66.46','2018-04-04 15:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.232.66.46','2018-04-04 15:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.232.66.46','2018-04-04 15:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.232.66.46','2018-04-04 15:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.232.66.46','2018-04-04 15:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.232.66.46','2018-04-04 15:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.232.66.46','2018-04-04 15:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.232.66.46','2018-04-04 15:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.232.66.46','2018-04-04 15:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.232.66.46','2018-04-04 16:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.55','2018-04-04 16:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.52','2018-04-04 17:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.55','2018-04-04 21:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.52','2018-04-05 01:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.164.188.82','2018-04-05 06:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.164.188.82','2018-04-05 06:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.164.188.82','2018-04-05 06:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.164.188.82','2018-04-05 06:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.164.188.82','2018-04-05 06:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.164.188.82','2018-04-05 06:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.164.188.82','2018-04-05 06:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.164.188.82','2018-04-05 06:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.164.188.82','2018-04-05 06:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.164.188.82','2018-04-05 06:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.164.188.82','2018-04-05 06:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.164.188.82','2018-04-05 06:31:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.164.188.82','2018-04-05 07:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.164.188.82','2018-04-05 07:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.164.188.82','2018-04-05 07:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'35.168.1.188','2018-04-05 09:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'35.168.1.188','2018-04-05 09:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'35.168.1.188','2018-04-05 09:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'35.168.1.188','2018-04-05 09:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'35.168.1.188','2018-04-05 09:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'35.168.1.188','2018-04-05 09:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'35.168.1.188','2018-04-05 09:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'35.168.1.188','2018-04-05 09:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'35.168.1.188','2018-04-05 09:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'35.168.1.188','2018-04-05 09:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'35.168.1.188','2018-04-05 09:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'35.168.1.188','2018-04-05 09:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.51','2018-04-05 16:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.209.136.196','2018-04-06 06:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.209.136.196','2018-04-06 06:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.209.136.196','2018-04-06 06:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.209.136.196','2018-04-06 06:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.209.136.196','2018-04-06 06:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.209.136.196','2018-04-06 06:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.209.136.196','2018-04-06 06:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.209.136.196','2018-04-06 06:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.209.136.196','2018-04-06 06:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.209.136.196','2018-04-06 07:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.209.136.196','2018-04-06 07:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.209.136.196','2018-04-06 07:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.209.136.196','2018-04-06 08:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.209.136.196','2018-04-06 08:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.209.136.196','2018-04-06 08:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.122.216.21','2018-04-06 08:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.122.216.21','2018-04-06 08:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.122.216.21','2018-04-06 08:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'61.122.216.21','2018-04-06 08:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.229.66.12','2018-04-06 10:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.229.66.12','2018-04-06 10:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.229.66.12','2018-04-06 10:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.229.66.12','2018-04-06 10:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.229.66.12','2018-04-06 10:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.229.66.12','2018-04-06 10:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.229.66.12','2018-04-06 10:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.229.66.12','2018-04-06 10:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.229.66.12','2018-04-06 10:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.229.66.12','2018-04-06 10:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.229.66.12','2018-04-06 10:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.229.66.12','2018-04-06 10:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.229.66.12','2018-04-06 11:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.229.66.12','2018-04-06 11:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.229.66.12','2018-04-06 11:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.4','2018-04-06 15:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.63.64.10','2018-04-06 15:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.209.136.196','2018-04-06 18:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.209.136.196','2018-04-06 18:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.209.136.196','2018-04-06 18:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.209.136.196','2018-04-06 18:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.209.136.196','2018-04-06 18:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.209.136.196','2018-04-06 18:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.209.136.196','2018-04-06 18:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.209.136.196','2018-04-06 18:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.209.136.196','2018-04-06 18:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.209.136.196','2018-04-06 18:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.209.136.196','2018-04-06 18:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.209.136.196','2018-04-06 18:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.209.136.196','2018-04-06 18:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.209.136.196','2018-04-06 19:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.209.136.196','2018-04-06 19:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.209.136.196','2018-04-06 19:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.209.136.196','2018-04-06 19:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.209.136.196','2018-04-06 19:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.209.136.196','2018-04-06 19:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.209.136.196','2018-04-06 19:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.209.136.196','2018-04-06 19:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.209.136.196','2018-04-06 19:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.209.136.196','2018-04-06 19:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'34.229.66.12','2018-04-07 01:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.118','2018-04-07 03:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'34.229.66.12','2018-04-07 04:24:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'34.229.66.12','2018-04-07 04:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'34.229.66.12','2018-04-07 04:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'34.229.66.12','2018-04-07 04:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'34.229.66.12','2018-04-07 04:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'34.229.66.12','2018-04-07 04:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'34.229.66.12','2018-04-07 04:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.229.66.12','2018-04-07 04:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.229.66.12','2018-04-07 04:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.229.66.12','2018-04-07 04:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.229.66.12','2018-04-07 04:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.229.66.12','2018-04-07 05:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'34.229.66.12','2018-04-07 05:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'34.229.66.12','2018-04-07 05:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'34.229.66.12','2018-04-07 05:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'34.229.66.12','2018-04-07 05:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'34.229.66.12','2018-04-07 05:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'34.229.66.12','2018-04-07 05:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'34.229.66.12','2018-04-07 05:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'34.229.66.12','2018-04-07 05:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.229.66.12','2018-04-07 05:39:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.229.66.12','2018-04-07 05:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.201.68.205','2018-04-07 08:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.201.68.205','2018-04-07 08:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.201.68.205','2018-04-07 08:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.201.68.205','2018-04-07 08:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.201.68.205','2018-04-07 08:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.201.68.205','2018-04-07 08:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.201.68.205','2018-04-07 08:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.201.68.205','2018-04-07 08:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.201.68.205','2018-04-07 08:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.201.68.205','2018-04-07 09:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.201.68.205','2018-04-07 09:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.201.68.205','2018-04-07 09:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.201.68.205','2018-04-07 10:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.201.68.205','2018-04-07 10:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.201.68.205','2018-04-07 10:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.200.22.98','2018-04-07 16:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.200.22.98','2018-04-07 16:17:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.164.7.19','2018-04-07 16:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.164.7.19','2018-04-07 16:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.9','2018-04-07 16:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.11','2018-04-07 16:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'34.201.68.205','2018-04-08 01:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'34.201.68.205','2018-04-08 01:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'34.201.68.205','2018-04-08 01:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'34.201.68.205','2018-04-08 01:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'34.201.68.205','2018-04-08 01:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'34.201.68.205','2018-04-08 01:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'34.201.68.205','2018-04-08 01:53:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.201.68.205','2018-04-08 01:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.201.68.205','2018-04-08 02:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.201.68.205','2018-04-08 02:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.201.68.205','2018-04-08 02:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.201.68.205','2018-04-08 02:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'34.201.68.205','2018-04-08 02:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'34.201.68.205','2018-04-08 02:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'34.201.68.205','2018-04-08 03:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'34.201.68.205','2018-04-08 03:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'34.201.68.205','2018-04-08 03:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'34.201.68.205','2018-04-08 03:20:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'34.201.68.205','2018-04-08 03:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'34.201.68.205','2018-04-08 03:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.201.68.205','2018-04-08 03:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.201.68.205','2018-04-08 03:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.6','2018-04-08 04:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.201.68.205','2018-04-08 04:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.13','2018-04-08 05:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.13','2018-04-08 05:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.11','2018-04-08 05:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.9','2018-04-08 05:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'34.201.68.205','2018-04-08 13:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.36','2018-04-09 01:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.174.105.212','2018-04-10 09:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.174.105.212','2018-04-10 09:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.174.105.212','2018-04-10 09:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.174.105.212','2018-04-10 09:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.174.105.212','2018-04-10 09:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.174.105.212','2018-04-10 09:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.174.105.212','2018-04-10 09:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.174.105.212','2018-04-10 09:45:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.174.105.212','2018-04-10 09:45:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.174.105.212','2018-04-10 09:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.174.105.212','2018-04-10 09:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.174.105.212','2018-04-10 09:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.174.105.212','2018-04-10 10:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.174.105.212','2018-04-10 10:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.174.105.212','2018-04-10 10:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.6','2018-04-10 11:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.201.68.205','2018-04-10 12:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.201.68.205','2018-04-10 12:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.201.68.205','2018-04-10 12:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.174.105.212','2018-04-10 20:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.174.105.212','2018-04-10 20:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.174.105.212','2018-04-10 20:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.174.105.212','2018-04-10 20:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.174.105.212','2018-04-10 20:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.174.105.212','2018-04-10 20:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.174.105.212','2018-04-10 20:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.174.105.212','2018-04-10 20:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.174.105.212','2018-04-10 20:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.174.105.212','2018-04-10 20:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.174.105.212','2018-04-10 20:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.174.105.212','2018-04-10 20:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.174.105.212','2018-04-10 20:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.174.105.212','2018-04-10 20:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.174.105.212','2018-04-10 20:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.174.105.212','2018-04-10 20:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.174.105.212','2018-04-10 20:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.174.105.212','2018-04-10 20:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.174.105.212','2018-04-10 20:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.174.105.212','2018-04-10 20:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.174.105.212','2018-04-10 20:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.174.105.212','2018-04-10 20:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.174.105.212','2018-04-10 21:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.174.105.212','2018-04-10 23:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.174.105.212','2018-04-11 08:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.174.105.212','2018-04-11 08:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.174.105.212','2018-04-11 08:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.215.234.116','2018-04-11 10:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.215.234.116','2018-04-11 10:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.71','2018-04-12 11:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2018-04-12 15:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.73','2018-04-13 14:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.73','2018-04-13 14:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.66','2018-04-13 14:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.73','2018-04-13 14:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.73','2018-04-13 14:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.73','2018-04-13 14:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.73','2018-04-13 15:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.78','2018-04-13 16:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.80','2018-04-13 16:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.80','2018-04-13 16:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.80','2018-04-13 18:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.80','2018-04-13 18:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.66','2018-04-13 19:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.150.32','2018-04-13 19:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.27','2018-04-14 08:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2018-04-15 09:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.17','2018-04-15 16:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.150.26','2018-04-16 02:20:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.203','2018-04-16 08:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.108','2018-04-16 10:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.219.199.138','2018-04-16 11:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.195','2018-04-16 22:56:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.56','2018-04-17 12:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.99','2018-04-17 23:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.67','2018-04-18 04:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.68','2018-04-18 05:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.18','2018-04-18 06:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.230.171.193','2018-04-18 10:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'165.225.100.91','2018-04-18 10:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.68','2018-04-19 08:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.72','2018-04-19 09:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.67','2018-04-19 10:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.79','2018-04-19 11:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.105','2018-04-19 11:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.69','2018-04-19 12:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.72','2018-04-19 12:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.153','2018-04-19 13:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.72','2018-04-19 13:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.76','2018-04-19 14:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.116','2018-04-19 22:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.155','2018-04-20 13:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.98','2018-04-21 04:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.226','2018-04-22 09:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.150.112','2018-04-22 20:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.79','2018-04-22 21:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.67','2018-04-22 22:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.226','2018-04-22 22:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.4.214','2018-04-23 11:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.62','2018-04-23 21:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.226','2018-04-24 00:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.46','2018-04-24 07:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'101.50.247.99','2018-04-24 08:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.232','2018-04-24 22:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.45','2018-04-24 22:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.226','2018-04-25 00:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.91','2018-04-25 13:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.160.196.155','2018-04-25 14:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.67','2018-04-25 21:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.150.108','2018-04-26 00:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.110','2018-04-26 04:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.65','2018-04-27 02:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.83','2018-04-27 03:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.2','2018-04-27 11:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'222.10.117.249','2018-04-27 17:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.78','2018-04-27 22:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.153','2018-04-28 00:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.75','2018-04-28 13:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2018-04-28 14:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.38','2018-04-28 20:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.54','2018-04-29 01:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.40','2018-04-29 14:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.78','2018-04-29 19:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.70','2018-04-29 19:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.219.116.129','2018-04-30 12:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.86','2018-04-30 20:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.150.85','2018-05-01 01:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.150.44','2018-05-01 04:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.50','2018-05-01 08:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.67','2018-05-01 21:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.71','2018-05-01 21:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.75','2018-05-01 22:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.75','2018-05-01 22:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.67','2018-05-01 22:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.66','2018-05-01 22:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.77','2018-05-02 00:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.65','2018-05-02 01:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.54','2018-05-02 01:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.72','2018-05-02 01:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.70','2018-05-02 01:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.74','2018-05-02 01:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.69','2018-05-02 02:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.75','2018-05-02 02:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.74','2018-05-02 03:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.65','2018-05-02 03:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.75','2018-05-02 03:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.76','2018-05-02 04:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.67','2018-05-02 05:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.67','2018-05-02 09:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.67','2018-05-02 11:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.150.97','2018-05-02 17:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.169','2018-05-02 21:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.75','2018-05-03 01:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.42','2018-05-03 10:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.20','2018-05-03 11:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.150.25','2018-05-03 12:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.28','2018-05-03 21:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-05-04 02:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.64','2018-05-04 08:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.78','2018-05-04 15:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.78','2018-05-04 16:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.67','2018-05-05 04:45:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.67','2018-05-05 07:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.70','2018-05-05 15:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.150.41','2018-05-05 17:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.150.52','2018-05-07 08:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.210','2018-05-07 14:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.150.112','2018-05-07 17:13:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.200','2018-05-07 23:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'220.145.251.89','2018-05-08 09:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.58','2018-05-09 08:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.150.114','2018-05-09 12:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.75','2018-05-09 14:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.71','2018-05-09 15:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.71','2018-05-09 16:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.239.115.104','2018-05-09 16:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'119.239.115.104','2018-05-09 16:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'119.239.115.104','2018-05-09 16:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'119.239.115.104','2018-05-09 16:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'119.239.115.104','2018-05-09 16:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.77','2018-05-10 03:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.119','2018-05-10 15:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.112','2018-05-10 20:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.207.189.192','2018-05-11 05:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.207.189.192','2018-05-11 05:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.207.189.192','2018-05-11 05:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.207.189.192','2018-05-11 05:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.207.189.192','2018-05-11 05:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.207.189.192','2018-05-11 06:00:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.207.189.192','2018-05-11 06:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.207.189.192','2018-05-11 06:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.207.189.192','2018-05-11 06:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.207.189.192','2018-05-11 06:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.207.189.192','2018-05-11 06:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.207.189.192','2018-05-11 06:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.207.189.192','2018-05-11 07:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.207.189.192','2018-05-11 07:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.207.189.192','2018-05-11 07:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'34.207.189.192','2018-05-11 23:11:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'34.207.189.192','2018-05-11 23:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'34.207.189.192','2018-05-11 23:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'34.207.189.192','2018-05-11 23:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'34.207.189.192','2018-05-11 23:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'34.207.189.192','2018-05-11 23:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'34.207.189.192','2018-05-11 23:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.207.189.192','2018-05-11 23:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.207.189.192','2018-05-11 23:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.207.189.192','2018-05-11 23:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.207.189.192','2018-05-11 23:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.207.189.192','2018-05-11 23:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'34.207.189.192','2018-05-11 23:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'34.207.189.192','2018-05-11 23:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'34.207.189.192','2018-05-11 23:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'34.207.189.192','2018-05-12 00:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'34.207.189.192','2018-05-12 00:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'34.207.189.192','2018-05-12 00:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'34.207.189.192','2018-05-12 00:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'34.207.189.192','2018-05-12 00:08:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.207.189.192','2018-05-12 00:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.207.189.192','2018-05-12 00:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.207.189.192','2018-05-12 00:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.192.116.178','2018-05-12 02:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.192.116.178','2018-05-12 02:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.192.116.178','2018-05-12 02:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'34.207.189.192','2018-05-12 04:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2018-05-12 07:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2018-05-12 07:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2018-05-12 07:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2018-05-12 10:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2018-05-12 10:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2018-05-12 10:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2018-05-12 10:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2018-05-12 10:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2018-05-12 10:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2018-05-12 10:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2018-05-12 10:44:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2018-05-12 10:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2018-05-12 10:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2018-05-12 10:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2018-05-12 10:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2018-05-12 10:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2018-05-12 10:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2018-05-12 10:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2018-05-12 10:50:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2018-05-12 10:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2018-05-12 10:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2018-05-12 10:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2018-05-12 10:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2018-05-12 10:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2018-05-12 10:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2018-05-12 10:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2018-05-12 11:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2018-05-12 14:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2018-05-12 14:06:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2018-05-12 14:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'141.8.183.22','2018-05-12 15:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.207.189.192','2018-05-12 19:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.207.189.192','2018-05-12 19:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.207.189.192','2018-05-12 19:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.52','2018-05-12 21:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.63','2018-05-12 22:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.150.36','2018-05-13 07:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'178.255.215.95','2018-05-13 18:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'178.255.215.95','2018-05-13 18:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'178.255.215.95','2018-05-13 18:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'178.255.215.95','2018-05-13 18:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'141.8.183.22','2018-05-14 23:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'141.8.183.22','2018-05-15 04:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.160.8.65','2018-05-15 12:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.44','2018-05-15 12:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'1.75.248.142','2018-05-16 17:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'60.32.118.4','2018-05-16 17:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.77','2018-05-17 18:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2018-05-19 10:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.81','2018-05-20 02:15:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.81','2018-05-20 02:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.67','2018-05-20 06:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.181','2018-05-21 16:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.81','2018-05-22 22:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2018-05-23 01:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.146','2018-05-23 11:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.149.10','2018-05-23 17:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.150.96','2018-05-24 07:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.60','2018-05-24 07:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.251.99.78','2018-05-24 10:11:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.117','2018-05-24 12:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.67','2018-05-25 12:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.134','2018-05-25 15:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.40','2018-05-25 15:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.171','2018-05-25 15:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.150.30','2018-05-25 21:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.89','2018-05-26 00:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.95','2018-05-26 02:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.47','2018-05-26 06:04:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.81','2018-05-26 12:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.20','2018-05-26 12:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.196','2018-05-26 15:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.149','2018-05-27 08:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.150.105','2018-05-27 16:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.25','2018-05-27 16:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.150.99','2018-05-27 19:34:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.150.47','2018-05-28 06:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.213.109.124','2018-05-28 09:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.179.91.132','2018-05-28 11:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'106.154.1.41','2018-05-28 13:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'101.50.247.99','2018-05-28 17:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.115','2018-05-28 20:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.128','2018-05-28 23:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.53','2018-05-29 05:06:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.150.44','2018-05-29 10:33:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.132','2018-05-29 15:37:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.99','2018-05-29 16:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.122','2018-05-30 02:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.5','2018-05-30 02:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.150.115','2018-05-30 06:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.11','2018-05-30 06:52:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.31','2018-05-30 10:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'101.50.247.99','2018-05-30 15:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'101.50.247.99','2018-05-30 15:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.150.33','2018-05-30 17:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.150.90','2018-05-30 17:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.150.67','2018-05-30 20:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.239','2018-05-30 23:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.84','2018-05-31 23:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.216.77.51','2018-06-01 13:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.150.62','2018-06-01 14:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.111','2018-06-01 20:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.36','2018-06-01 23:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.125','2018-06-02 03:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.130','2018-06-02 04:50:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.87','2018-06-02 07:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.150.59','2018-06-02 14:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2018-06-02 15:12:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.250','2018-06-02 15:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.249','2018-06-02 16:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.80','2018-06-02 18:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.80','2018-06-02 18:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2018-06-03 02:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.53','2018-06-03 07:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.204','2018-06-03 10:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.150.82','2018-06-03 23:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.139','2018-06-04 01:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2018-06-04 03:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.84','2018-06-04 04:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.111','2018-06-04 06:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2018-06-04 11:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2018-06-04 12:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2018-06-04 13:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2018-06-04 15:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.150.118','2018-06-04 15:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2018-06-04 16:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.67','2018-06-04 17:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2018-06-04 18:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.36','2018-06-04 19:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2018-06-04 21:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2018-06-05 05:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.240','2018-06-05 08:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2018-06-05 12:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'61.121.103.156','2018-06-05 12:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'119.239.115.104','2018-06-05 14:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'119.239.115.104','2018-06-05 14:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.109','2018-06-05 19:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2018-06-05 19:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'118.21.132.181','2018-06-05 21:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.93','2018-06-05 23:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2018-06-05 23:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2018-06-06 03:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2018-06-06 03:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2018-06-06 04:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2018-06-06 08:32:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2018-06-06 10:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.221','2018-06-06 13:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.182.73.14','2018-06-06 14:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.117','2018-06-06 14:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.150.135','2018-06-06 22:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2018-06-07 02:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2018-06-07 02:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.80','2018-06-07 04:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.51','2018-06-07 06:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.80','2018-06-07 06:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2018-06-07 09:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.150.61','2018-06-07 10:27:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.150.78','2018-06-07 20:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.31','2018-06-07 23:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2018-06-08 00:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.70','2018-06-08 08:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.70','2018-06-08 17:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.52','2018-06-08 18:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.70','2018-06-08 20:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.217','2018-06-08 23:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.131','2018-06-09 04:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.150.64','2018-06-09 11:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.183','2018-06-10 03:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.34','2018-06-10 05:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.13','2018-06-10 11:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.244','2018-06-10 15:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.80','2018-06-11 06:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.118.232.174','2018-06-11 12:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.70','2018-06-11 15:15:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.66','2018-06-11 17:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2018-06-13 03:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2018-06-13 06:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.150.15','2018-06-13 09:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2018-06-13 12:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.114.205.251','2018-06-13 13:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'37.187.90.226','2018-06-14 10:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'37.187.90.226','2018-06-14 10:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.13.75','2018-06-14 15:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.75','2018-06-14 15:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.13.75','2018-06-14 15:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.75','2018-06-14 15:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.75','2018-06-14 15:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.75','2018-06-14 15:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.75','2018-06-14 15:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.75','2018-06-14 15:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.104','2018-06-14 15:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.104','2018-06-14 15:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.104','2018-06-14 15:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'207.46.13.104','2018-06-14 15:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'207.46.13.104','2018-06-14 15:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.104','2018-06-14 15:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.104','2018-06-14 15:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.104','2018-06-14 15:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.104','2018-06-14 15:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'207.46.13.104','2018-06-14 15:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.207','2018-06-14 15:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'40.77.167.207','2018-06-14 15:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'40.77.167.207','2018-06-14 15:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.207','2018-06-14 15:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'40.77.167.207','2018-06-14 15:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.207','2018-06-14 15:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.207','2018-06-14 15:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'40.77.167.119','2018-06-14 15:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'40.77.167.119','2018-06-14 15:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'40.77.167.119','2018-06-14 15:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.119','2018-06-14 15:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.196.132.80','2018-06-14 16:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.171','2018-06-14 18:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2018-06-14 19:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2018-06-14 22:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2018-06-15 04:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'122.215.66.102','2018-06-15 09:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'122.215.66.102','2018-06-15 09:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'122.215.66.102','2018-06-15 09:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'122.215.66.102','2018-06-15 09:36:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.90','2018-06-15 11:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.196.87.32','2018-06-15 13:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.80','2018-06-16 14:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.80','2018-06-16 14:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.80','2018-06-16 15:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.80','2018-06-16 17:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.80','2018-06-16 18:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.90','2018-06-16 19:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.90','2018-06-16 19:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.90','2018-06-16 19:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'207.46.13.90','2018-06-16 19:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'207.46.13.90','2018-06-16 19:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.90','2018-06-16 19:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.90','2018-06-16 19:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.90','2018-06-16 19:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.90','2018-06-16 19:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'207.46.13.90','2018-06-16 19:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.128','2018-06-17 10:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2018-06-18 06:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'163.135.151.72','2018-06-18 13:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'111.216.204.236','2018-06-18 14:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'111.216.204.236','2018-06-18 14:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2018-06-18 18:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.218','2018-06-18 19:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.178','2018-06-18 21:22:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2018-06-19 01:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2018-06-19 02:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.145.18.137','2018-06-19 08:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.145.18.137','2018-06-19 08:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.175.79.183','2018-06-20 10:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.175.79.183','2018-06-20 10:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.175.79.183','2018-06-20 10:49:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.175.79.183','2018-06-20 10:49:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.175.79.183','2018-06-20 10:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.175.79.183','2018-06-20 10:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.175.79.183','2018-06-20 10:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.175.79.183','2018-06-20 10:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.175.79.183','2018-06-20 10:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.175.79.183','2018-06-20 10:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.175.79.183','2018-06-20 10:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.175.79.183','2018-06-20 10:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2018-06-20 20:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'194.187.170.129','2018-06-21 04:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'194.187.170.129','2018-06-21 04:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'194.187.170.129','2018-06-21 04:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.79','2018-06-21 04:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.68','2018-06-21 07:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'151.80.39.156','2018-06-22 11:31:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.100','2018-06-23 03:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.91.157.7','2018-06-23 10:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.91.157.7','2018-06-23 10:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.91.157.7','2018-06-23 10:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.91.157.7','2018-06-23 10:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.91.157.7','2018-06-23 10:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.91.157.7','2018-06-23 10:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.91.157.7','2018-06-23 10:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.91.157.7','2018-06-23 10:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.91.157.7','2018-06-23 10:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.91.157.7','2018-06-23 10:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.91.157.7','2018-06-23 10:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.91.157.7','2018-06-23 10:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.91.157.7','2018-06-23 11:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.91.157.7','2018-06-23 11:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.91.157.7','2018-06-23 11:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.63','2018-06-23 14:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.5.209.94','2018-06-23 17:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.63','2018-06-23 19:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.46','2018-06-24 06:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'151.80.39.191','2018-06-25 10:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.46','2018-06-25 16:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'113.123.0.106','2018-06-25 16:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'113.123.0.106','2018-06-25 16:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.69','2018-06-25 22:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.75','2018-06-25 23:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.71','2018-06-26 00:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'151.80.39.109','2018-06-26 06:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'117.108.80.128','2018-06-26 10:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2018-06-26 15:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.56.143','2018-06-26 18:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.89','2018-06-27 08:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'180.36.224.205','2018-06-27 11:55:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.49','2018-06-27 21:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.98.254.196','2018-06-28 00:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'107.182.226.6','2018-06-28 00:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.225','2018-06-28 09:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.226','2018-06-28 09:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.225','2018-06-28 09:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.39.225','2018-06-28 09:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.225','2018-06-28 09:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.227','2018-06-28 09:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.227','2018-06-28 09:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.227','2018-06-28 09:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.227','2018-06-28 09:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.39.227','2018-06-28 09:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.228','2018-06-28 09:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.39.228','2018-06-28 09:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.55.39.228','2018-06-28 09:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.228','2018-06-28 09:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.39.228','2018-06-28 09:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.227','2018-06-28 09:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.227','2018-06-28 09:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.227','2018-06-28 09:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.228','2018-06-28 09:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.228','2018-06-28 09:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.66','2018-06-28 14:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'151.80.39.120','2018-06-28 17:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.248.219.95','2018-06-28 18:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'151.80.39.24','2018-06-29 14:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.132','2018-06-30 02:45:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.228','2018-06-30 10:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.75','2018-06-30 12:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.13.75','2018-06-30 12:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.13.75','2018-06-30 12:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.75','2018-06-30 12:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.0','2018-06-30 12:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.0','2018-06-30 12:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'207.46.13.0','2018-06-30 12:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'207.46.13.0','2018-06-30 12:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.0','2018-06-30 12:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.0','2018-06-30 12:15:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.118','2018-06-30 12:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.118','2018-06-30 12:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.13.118','2018-06-30 12:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.118','2018-06-30 12:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.118','2018-06-30 12:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'207.46.13.0','2018-06-30 12:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.0','2018-06-30 12:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.0','2018-06-30 12:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.0','2018-06-30 12:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.118','2018-06-30 12:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.118','2018-06-30 12:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.159','2018-06-30 14:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.103','2018-06-30 15:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.93','2018-06-30 23:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'151.80.39.170','2018-06-30 23:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.196.87.14','2018-07-01 09:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.70','2018-07-01 12:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.79','2018-07-01 13:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.78','2018-07-01 14:56:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.83','2018-07-01 17:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.61','2018-07-01 19:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.196.87.49','2018-07-02 02:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.64','2018-07-02 03:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.139.70.176','2018-07-02 08:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.139.70.176','2018-07-02 08:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.253','2018-07-02 15:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.115','2018-07-03 04:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.101.169.3','2018-07-03 11:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.196.87.58','2018-07-03 11:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'23.101.169.3','2018-07-03 16:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.98','2018-07-04 00:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'23.101.169.3','2018-07-04 04:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.101.169.3','2018-07-04 11:02:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'23.101.169.3','2018-07-04 11:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.101.169.3','2018-07-05 00:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'144.76.14.153','2018-07-05 04:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'151.80.39.103','2018-07-05 13:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.82','2018-07-05 14:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.65','2018-07-05 14:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.82','2018-07-05 15:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.74','2018-07-05 16:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.70','2018-07-05 18:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'148.251.247.241','2018-07-06 00:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'148.251.247.241','2018-07-06 00:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'148.251.247.241','2018-07-06 00:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'148.251.247.241','2018-07-06 00:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.123','2018-07-06 00:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.93','2018-07-06 01:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'121.87.65.237','2018-07-06 10:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.128','2018-07-06 10:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.25','2018-07-06 10:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.251.99.78','2018-07-06 13:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'151.80.39.98','2018-07-06 14:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.217','2018-07-06 21:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.12','2018-07-07 07:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.77','2018-07-07 08:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.4','2018-07-07 16:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.4','2018-07-07 16:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.4','2018-07-07 16:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.55.39.4','2018-07-07 16:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.39.4','2018-07-07 16:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.4','2018-07-07 16:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.4','2018-07-07 16:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.4','2018-07-07 16:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.4','2018-07-07 16:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.39.4','2018-07-07 16:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.226','2018-07-07 16:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.226','2018-07-07 16:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.226','2018-07-07 16:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.226','2018-07-07 16:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.39.226','2018-07-07 16:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.226','2018-07-07 16:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.226','2018-07-07 16:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.226','2018-07-07 16:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.22','2018-07-07 21:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'151.80.39.106','2018-07-08 12:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.196.87.58','2018-07-08 19:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.76','2018-07-08 23:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.226','2018-07-09 05:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'151.80.39.156','2018-07-09 10:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.101.96','2018-07-09 15:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'178.63.34.189','2018-07-09 15:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.94','2018-07-09 19:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.114','2018-07-10 05:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.196.87.70','2018-07-10 07:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'144.76.7.79','2018-07-10 10:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.203.213.135','2018-07-10 11:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.203.213.135','2018-07-10 13:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'61.207.198.108','2018-07-10 14:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.130.195.46','2018-07-10 14:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.30','2018-07-10 23:00:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.69','2018-07-11 00:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'204.12.197.234','2018-07-11 03:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.133','2018-07-11 07:35:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.38.128.13','2018-07-11 07:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.38.128.13','2018-07-11 07:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.38.128.13','2018-07-11 07:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.38.128.13','2018-07-11 07:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.69','2018-07-11 11:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'69.30.234.2','2018-07-11 14:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.30.213.82','2018-07-11 15:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'219.122.32.25','2018-07-11 15:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.70','2018-07-11 19:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.107','2018-07-11 21:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'167.114.1.124','2018-07-12 02:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.175','2018-07-12 09:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.160.41.194','2018-07-12 13:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.196.87.55','2018-07-12 18:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.164.172.218','2018-07-12 22:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.6','2018-07-13 08:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.26','2018-07-13 15:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.244.157.10','2018-07-13 21:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.8','2018-07-14 05:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.194','2018-07-14 20:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'151.80.39.160','2018-07-14 22:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'144.76.186.38','2018-07-15 00:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.194','2018-07-15 09:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.4','2018-07-15 13:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.46','2018-07-15 15:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.66.205.121','2018-07-15 15:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.76','2018-07-15 16:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.131','2018-07-15 18:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'85.10.207.195','2018-07-15 23:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.63','2018-07-16 02:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.95','2018-07-16 02:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.71','2018-07-17 04:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'85.10.207.195','2018-07-17 06:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'95.216.11.34','2018-07-17 08:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'95.216.15.189','2018-07-17 08:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.250.177.55','2018-07-17 10:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.6','2018-07-18 02:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.72','2018-07-18 02:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.4','2018-07-18 02:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.6','2018-07-18 02:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.4','2018-07-18 02:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.6','2018-07-18 03:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.83','2018-07-18 05:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.93','2018-07-18 07:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.8','2018-07-18 11:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.86','2018-07-18 12:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.93','2018-07-18 13:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.4','2018-07-18 13:55:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.67','2018-07-18 16:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.205.176.178','2018-07-18 17:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.29','2018-07-19 05:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.189.75.82','2018-07-19 13:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.121','2018-07-20 09:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.6','2018-07-21 02:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.4','2018-07-21 02:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.8','2018-07-21 02:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.10','2018-07-21 15:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.4','2018-07-21 19:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.4','2018-07-21 20:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.4','2018-07-21 20:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.80','2018-07-22 17:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2018-07-22 21:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.4','2018-07-23 10:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.4','2018-07-23 10:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.212.59.133','2018-07-23 11:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.80','2018-07-23 12:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.11','2018-07-23 15:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.9','2018-07-23 16:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.8','2018-07-23 17:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.251.99.78','2018-07-23 19:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.251.99.78','2018-07-23 19:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.8','2018-07-24 04:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'106.73.177.96','2018-07-24 10:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'126.199.203.115','2018-07-24 12:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.6','2018-07-24 14:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.4','2018-07-24 14:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.4','2018-07-24 14:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.6','2018-07-24 14:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.4','2018-07-24 14:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2018-07-24 20:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'138.107.12.24','2018-07-25 16:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.5','2018-07-25 23:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'183.77.199.144','2018-07-26 04:22:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.27','2018-07-26 10:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2018-07-26 13:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'151.80.39.113','2018-07-26 14:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.77.231.55','2018-07-26 14:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.77.231.55','2018-07-26 14:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'151.80.39.192','2018-07-27 10:53:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'151.80.39.184','2018-07-28 10:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.27','2018-07-28 15:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.27','2018-07-29 03:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.81','2018-07-29 13:07:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.169','2018-07-30 06:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'126.196.86.14','2018-07-30 17:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'124.97.133.65','2018-07-31 09:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.65','2018-07-31 10:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.9','2018-07-31 23:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.35','2018-08-01 11:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.196.87.19','2018-08-02 00:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'151.80.39.31','2018-08-02 05:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.188.211.13','2018-08-02 06:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.8','2018-08-02 12:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.149.29','2018-08-02 13:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.188.211.13','2018-08-02 14:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.60','2018-08-02 21:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'151.80.39.100','2018-08-03 06:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2018-08-03 14:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.151','2018-08-03 14:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'218.225.124.130','2018-08-03 14:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'218.225.124.130','2018-08-03 14:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'218.225.124.130','2018-08-03 14:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.151.157.8','2018-08-03 16:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.223','2018-08-03 19:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'151.80.39.120','2018-08-04 01:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.55','2018-08-04 04:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'151.80.39.151','2018-08-04 06:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.196.87.60','2018-08-04 15:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.188.211.24','2018-08-05 02:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.188.211.21','2018-08-05 03:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.190','2018-08-05 08:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.108','2018-08-05 19:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.66.185.4','2018-08-06 10:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.127.172.193','2018-08-06 13:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.195','2018-08-06 19:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'151.80.39.149','2018-08-07 02:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.166','2018-08-07 10:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.125','2018-08-07 11:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.125','2018-08-07 13:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.196.87.39','2018-08-07 14:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.164','2018-08-07 15:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.128.123.251','2018-08-07 17:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.128.123.251','2018-08-07 18:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.125','2018-08-07 18:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'131.213.207.148','2018-08-07 20:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.196.87.18','2018-08-07 23:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.214','2018-08-08 13:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.88','2018-08-08 20:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.58','2018-08-09 11:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.177','2018-08-09 12:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.149.106','2018-08-10 01:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.72','2018-08-10 09:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'151.80.39.109','2018-08-10 21:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.133','2018-08-11 12:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.149.46','2018-08-11 22:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.43','2018-08-12 06:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.149.96','2018-08-13 00:25:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.70','2018-08-13 03:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.171','2018-08-13 21:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.204','2018-08-14 09:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.72','2018-08-15 11:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.170','2018-08-15 15:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.27','2018-08-15 22:54:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.33','2018-08-15 23:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.31','2018-08-16 05:01:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.80','2018-08-16 05:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.67','2018-08-16 11:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.13','2018-08-16 22:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.190','2018-08-17 03:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.48','2018-08-17 19:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.160','2018-08-18 00:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'221.247.121.2','2018-08-18 10:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.255.65.46','2018-08-19 04:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.196.87.29','2018-08-19 08:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.249','2018-08-19 09:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.196.87.49','2018-08-19 12:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.221','2018-08-20 15:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.119','2018-08-20 18:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.17','2018-08-21 01:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.131','2018-08-21 01:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.181','2018-08-21 03:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'153.181.217.61','2018-08-21 09:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'119.244.53.36','2018-08-22 08:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.1.32.126','2018-08-22 13:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'180.1.32.126','2018-08-22 13:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.67','2018-08-22 14:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.115','2018-08-22 15:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.62','2018-08-22 16:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.39','2018-08-22 18:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.99','2018-08-22 19:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.66','2018-08-23 07:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.101.92.33','2018-08-23 10:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'151.80.39.8','2018-08-23 11:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.101.230.196','2018-08-24 10:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'151.80.39.29','2018-08-27 02:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.163.16.187','2018-08-27 11:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'133.236.144.124','2018-08-27 12:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'218.219.187.248','2018-08-27 13:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.102.8.198','2018-08-27 13:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.102.6.99','2018-08-27 13:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'40.77.167.44','2018-08-28 11:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.179.111.1','2018-08-28 14:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.118','2018-08-28 16:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.35.3','2018-08-29 09:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.166.158.155','2018-08-29 12:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.184','2018-08-30 11:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.196.87.13','2018-08-31 04:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'94.130.16.50','2018-08-31 04:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'94.130.16.50','2018-08-31 04:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'94.130.16.50','2018-08-31 04:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.79','2018-08-31 05:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.62','2018-08-31 06:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'94.130.16.50','2018-08-31 17:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'94.130.16.50','2018-08-31 17:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'94.130.16.50','2018-08-31 17:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2018-09-01 03:16:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2018-09-01 03:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2018-09-01 03:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'151.80.39.147','2018-09-01 07:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2018-09-01 07:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2018-09-01 07:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2018-09-01 07:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2018-09-01 07:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2018-09-01 07:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2018-09-01 07:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2018-09-01 07:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2018-09-01 07:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2018-09-01 07:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2018-09-01 07:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2018-09-01 07:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2018-09-01 07:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2018-09-01 07:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2018-09-01 07:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2018-09-01 07:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2018-09-01 07:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2018-09-01 07:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2018-09-01 07:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2018-09-01 07:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2018-09-01 07:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2018-09-01 07:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2018-09-01 07:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2018-09-01 07:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2018-09-01 09:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2018-09-01 12:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.156','2018-09-02 15:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2018-09-03 12:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.166.158.155','2018-09-03 17:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2018-09-03 19:48:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2018-09-04 06:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2018-09-04 10:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2018-09-04 11:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2018-09-04 12:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2018-09-04 13:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.243.187.17','2018-09-04 16:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2018-09-04 17:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2018-09-04 22:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.170','2018-09-05 01:11:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2018-09-05 15:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2018-09-06 04:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.242','2018-09-06 10:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.67.181.126','2018-09-06 15:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.67.181.126','2018-09-06 16:58:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2018-09-06 17:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2018-09-06 18:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.128','2018-09-06 19:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.174.56.2','2018-09-06 20:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2018-09-07 03:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2018-09-07 11:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2018-09-07 11:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2018-09-07 14:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2018-09-08 02:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'151.80.39.166','2018-09-08 06:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.25','2018-09-08 09:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.112.203.239','2018-09-08 17:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.112.203.239','2018-09-08 17:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.112.203.239','2018-09-08 17:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.112.203.239','2018-09-08 17:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'60.112.203.239','2018-09-08 17:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'60.112.203.239','2018-09-08 17:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.44','2018-09-08 19:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.162','2018-09-08 19:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.36','2018-09-09 21:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.149.35','2018-09-10 02:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.215','2018-09-10 06:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.56','2018-09-10 08:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.103','2018-09-10 10:45:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.106','2018-09-10 11:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.97','2018-09-10 17:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.64','2018-09-10 17:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.47','2018-09-10 21:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.163.16.187','2018-09-12 16:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.163.16.187','2018-09-12 16:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.249.78.146','2018-09-12 16:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.17.236.191','2018-09-13 13:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.26.34.19','2018-09-14 00:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.161.184.13','2018-09-14 11:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.196.87.37','2018-09-14 11:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.1.225.40','2018-09-14 15:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.35.81.162','2018-09-14 15:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2018-09-14 18:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.60.186','2018-09-14 21:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2018-09-14 22:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.1.225.40','2018-09-15 02:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2018-09-15 10:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.205','2018-09-15 16:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.147','2018-09-17 01:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.232','2018-09-17 17:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2018-09-18 01:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'151.80.39.101','2018-09-18 03:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2018-09-19 00:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.204','2018-09-19 09:56:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2018-09-19 13:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2018-09-19 14:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.99','2018-09-20 05:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'150.249.210.114','2018-09-20 11:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'151.80.39.26','2018-09-20 15:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.91','2018-09-20 17:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.132','2018-09-20 19:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.93','2018-09-21 02:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.83','2018-09-21 02:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.55','2018-09-21 03:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.8','2018-09-21 05:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'223.29.16.218','2018-09-21 17:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'151.80.39.165','2018-09-21 18:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.149','2018-09-21 18:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.27','2018-09-22 09:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2018-09-22 20:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.149.9','2018-09-23 06:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'126.47.132.235','2018-09-24 09:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'126.47.132.235','2018-09-24 09:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.196.201.81','2018-09-24 11:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.17','2018-09-25 03:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.75','2018-09-25 08:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.196.87.42','2018-09-25 18:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'122.20.249.97','2018-09-25 19:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.244','2018-09-26 14:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.58','2018-09-27 04:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.40','2018-09-27 14:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2018-09-27 16:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.255.65.46','2018-09-27 22:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.221.7.157','2018-09-28 10:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.9','2018-09-28 22:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.138','2018-09-29 02:48:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.148','2018-09-29 14:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.21','2018-09-29 15:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.92','2018-09-29 18:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.70','2018-09-30 09:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.224','2018-09-30 23:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.193','2018-10-01 09:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.39.104','2018-10-01 21:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.57','2018-10-02 10:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.151.157.96','2018-10-02 11:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.151.157.96','2018-10-02 11:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.151.157.96','2018-10-02 11:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'151.80.39.168','2018-10-02 15:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.58','2018-10-02 21:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.52','2018-10-04 16:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.47','2018-10-05 03:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.36','2018-10-05 07:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.143.197.187','2018-10-05 13:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'151.80.39.150','2018-10-06 04:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.83','2018-10-06 08:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2018-10-06 10:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.78','2018-10-06 14:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-10-06 18:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.149.48','2018-10-07 12:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.122','2018-10-07 15:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.66.139.0','2018-10-08 19:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.247.242.115','2018-10-09 15:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'118.151.157.96','2018-10-10 16:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.228','2018-10-10 22:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.1','2018-10-11 00:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.160.204.22','2018-10-12 15:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.137','2018-10-12 21:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-10-13 05:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.196.87.17','2018-10-13 16:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.160.204.22','2018-10-14 13:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.160.204.22','2018-10-14 13:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.160.204.22','2018-10-14 13:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.10','2018-10-15 09:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.215.229.12','2018-10-15 17:38:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.107','2018-10-16 07:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.147','2018-10-16 13:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.152','2018-10-16 15:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.40','2018-10-16 18:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.132','2018-10-16 19:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.177','2018-10-17 06:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.235','2018-10-17 08:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'103.84.167.147','2018-10-17 12:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'103.84.167.147','2018-10-17 13:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'103.84.167.147','2018-10-17 13:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2018-10-17 19:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.133','2018-10-18 10:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.186.202.32','2018-10-18 11:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.136','2018-10-19 11:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.147','2018-10-19 11:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.134','2018-10-19 18:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.98','2018-10-19 21:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.148','2018-10-20 02:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.128','2018-10-20 05:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'218.251.124.165','2018-10-20 10:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.56','2018-10-20 14:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.149','2018-10-20 19:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'106.159.101.242','2018-10-20 19:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'151.80.39.156','2018-10-22 04:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.34','2018-10-22 06:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2018-10-22 18:04:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.102.47.11','2018-10-23 08:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.145','2018-10-23 09:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.237','2018-10-23 13:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2018-10-23 14:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2018-10-23 14:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.72','2018-10-23 21:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.144','2018-10-24 07:31:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'151.80.39.146','2018-10-24 07:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.134','2018-10-24 12:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2018-10-24 16:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.138','2018-10-24 18:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'220.147.45.205','2018-10-24 20:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.137','2018-10-25 04:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2018-10-25 09:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'115.176.83.218','2018-10-25 11:07:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'115.176.83.218','2018-10-25 11:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.166.152.209','2018-10-25 15:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.166.152.209','2018-10-25 15:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.103','2018-10-25 15:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'92.60.120.189','2018-10-26 00:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'92.60.120.189','2018-10-26 00:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.126','2018-10-26 00:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.39.84','2018-10-26 08:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.198','2018-10-26 15:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.143','2018-10-26 16:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.147','2018-10-26 23:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2018-10-27 00:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.142','2018-10-27 01:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.202','2018-10-27 03:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.192','2018-10-27 04:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.118','2018-10-27 07:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.86','2018-10-27 07:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.104','2018-10-27 13:10:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.154','2018-10-27 14:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.146','2018-10-27 14:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.146','2018-10-27 19:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.141','2018-10-28 22:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.148','2018-10-29 10:49:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.219','2018-10-29 14:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.138','2018-10-30 04:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.41','2018-10-31 03:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.166','2018-10-31 12:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.160','2018-11-01 05:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.245','2018-11-01 07:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.31','2018-11-01 20:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.155','2018-11-02 16:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.8.247','2018-11-02 17:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.36','2018-11-03 03:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2018-11-03 05:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2018-11-03 13:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2018-11-03 18:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.196.87.32','2018-11-05 06:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.196.87.55','2018-11-05 10:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.188','2018-11-05 19:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.132','2018-11-06 07:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.26.163.99','2018-11-06 12:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.76','2018-11-06 16:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.244','2018-11-06 22:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'151.80.39.169','2018-11-07 07:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'178.255.215.95','2018-11-08 04:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'178.255.215.95','2018-11-08 04:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'178.255.215.95','2018-11-08 04:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'178.255.215.95','2018-11-08 04:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.171.18.201','2018-11-09 13:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.171.18.201','2018-11-09 13:03:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.135','2018-11-10 06:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'151.80.39.159','2018-11-10 14:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.49','2018-11-10 15:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.45','2018-11-10 20:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'91.242.162.80','2018-11-11 00:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.40','2018-11-11 00:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.81','2018-11-13 07:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.60','2018-11-13 09:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.141','2018-11-13 19:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.49','2018-11-13 20:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2018-11-14 18:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2018-11-14 18:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2018-11-14 18:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.197','2018-11-14 20:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2018-11-14 21:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2018-11-14 21:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2018-11-14 21:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2018-11-14 21:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2018-11-14 21:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2018-11-14 21:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2018-11-14 21:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2018-11-14 21:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2018-11-14 21:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2018-11-14 21:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2018-11-14 21:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2018-11-14 21:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2018-11-14 21:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2018-11-14 21:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2018-11-14 21:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2018-11-14 21:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2018-11-14 21:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2018-11-14 21:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2018-11-14 21:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2018-11-14 21:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2018-11-14 21:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2018-11-14 21:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2018-11-14 21:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2018-11-14 22:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2018-11-15 00:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2018-11-15 00:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2018-11-15 00:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.198','2018-11-15 07:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.116','2018-11-15 18:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.195.157.17','2018-11-16 08:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'151.80.39.147','2018-11-16 16:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.198','2018-11-17 01:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.52','2018-11-17 08:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'91.242.162.71','2018-11-17 15:44:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.116','2018-11-18 22:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.142.20','2018-11-19 14:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.84','2018-11-19 16:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.142.20','2018-11-19 16:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'91.242.162.69','2018-11-20 05:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.196.87.41','2018-11-20 06:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.243.135.80','2018-11-20 19:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'220.243.135.72','2018-11-20 19:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.154','2018-11-21 15:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.153.241.64','2018-11-21 20:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.10','2018-11-22 00:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2018-11-22 11:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'151.80.39.98','2018-11-23 01:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'198.204.243.138','2018-11-23 18:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.137','2018-11-23 18:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'176.9.25.107','2018-11-23 22:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.140.242','2018-11-24 02:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'220.243.135.31','2018-11-24 16:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-11-24 19:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-11-25 01:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'144.76.29.84','2018-11-25 07:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.111','2018-11-25 17:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.142','2018-11-26 07:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'91.242.162.6','2018-11-26 12:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'144.76.137.254','2018-11-26 15:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.210.210.90','2018-11-26 16:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.116.39.153','2018-11-27 10:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.116.39.153','2018-11-27 10:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'220.243.136.25','2018-11-27 17:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'144.76.4.41','2018-11-28 00:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'144.76.4.41','2018-11-28 00:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.153','2018-11-28 02:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.150','2018-11-28 04:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.149','2018-11-28 04:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.208','2018-11-28 07:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.26.163.131','2018-11-28 20:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'91.209.51.22','2018-11-28 21:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'141.8.183.22','2018-11-28 23:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.208.206.50','2018-11-29 01:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.29','2018-11-29 05:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.97','2018-11-29 09:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.4.67.206','2018-11-29 12:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.4.67.206','2018-11-29 12:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.196.87.71','2018-11-29 12:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.151.57','2018-11-29 14:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.208.200.154','2018-11-29 18:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.208.200.154','2018-11-29 18:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.211','2018-11-30 12:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.136','2018-11-30 12:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.152','2018-11-30 20:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.151','2018-11-30 21:52:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.70.72','2018-12-01 09:34:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.127','2018-12-01 12:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.105','2018-12-01 16:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.147','2018-12-01 17:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.104','2018-12-02 00:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2018-12-02 01:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.142','2018-12-02 07:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'126.77.179.105','2018-12-02 09:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'13.78.188.48','2018-12-02 11:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'13.78.188.48','2018-12-02 11:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.149','2018-12-02 14:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-12-02 21:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'95.216.5.188','2018-12-02 23:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.141.8','2018-12-03 04:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.148','2018-12-03 05:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.55','2018-12-03 22:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.130','2018-12-04 01:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.209','2018-12-04 13:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.130.174.213','2018-12-04 13:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.143','2018-12-04 14:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-12-04 14:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.100.40','2018-12-05 04:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.100.40','2018-12-05 04:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.108.254','2018-12-05 07:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.130','2018-12-05 11:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.1','2018-12-05 13:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'144.76.4.41','2018-12-05 18:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.196.87.71','2018-12-06 08:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.103','2018-12-06 08:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.133','2018-12-06 11:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.106','2018-12-06 21:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.17','2018-12-06 23:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-12-06 23:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.162','2018-12-07 00:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.28','2018-12-07 00:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.38','2018-12-07 00:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.113','2018-12-07 01:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.250','2018-12-07 02:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.245','2018-12-07 02:41:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.52','2018-12-07 03:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.20','2018-12-07 03:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.150','2018-12-07 06:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'88.198.33.145','2018-12-07 09:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.134','2018-12-07 15:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.144','2018-12-07 19:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.136','2018-12-08 02:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'164.132.40.143','2018-12-08 03:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.23','2018-12-08 06:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2018-12-08 08:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2018-12-08 08:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.130','2018-12-08 21:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.148','2018-12-08 23:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.68','2018-12-09 04:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.212','2018-12-09 07:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.182.187.52','2018-12-09 12:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.139','2018-12-09 13:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.136','2018-12-09 22:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.136','2018-12-09 23:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.149.75','2018-12-10 05:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.239','2018-12-10 05:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.212.59.133','2018-12-10 10:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.212.59.133','2018-12-10 10:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'219.212.59.133','2018-12-10 10:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.212.59.133','2018-12-10 10:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.142','2018-12-10 11:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.12','2018-12-10 22:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.136','2018-12-11 07:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.122.27.162','2018-12-11 11:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'211.122.27.162','2018-12-11 11:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.149','2018-12-11 16:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.133','2018-12-11 23:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-12-12 08:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2018-12-12 11:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.148','2018-12-12 12:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.148','2018-12-12 19:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.252','2018-12-13 06:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.42.92.66','2018-12-13 12:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.153','2018-12-13 16:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.46','2018-12-13 18:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.149','2018-12-13 23:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.140','2018-12-14 00:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.25','2018-12-14 03:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.146','2018-12-14 04:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.131','2018-12-14 09:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'163.139.186.165','2018-12-14 10:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.88.59','2018-12-14 11:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.102.8.134','2018-12-14 11:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.164.7.7','2018-12-14 12:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.130','2018-12-14 19:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.12','2018-12-15 04:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.153','2018-12-15 09:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'151.80.39.105','2018-12-15 15:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'91.242.162.9','2018-12-16 00:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.136','2018-12-16 07:50:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.13.75.163','2018-12-16 12:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.134','2018-12-16 13:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2018-12-16 16:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-12-16 16:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.134','2018-12-16 16:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'184.168.193.44','2018-12-16 18:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'184.168.193.44','2018-12-16 18:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.145','2018-12-16 18:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.50.37.141','2018-12-16 19:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.50.37.141','2018-12-16 19:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.99','2018-12-17 15:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.136','2018-12-17 19:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.144','2018-12-18 13:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.254.228.34','2018-12-18 17:03:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.254.228.34','2018-12-18 17:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.147','2018-12-18 23:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.196.87.7','2018-12-19 01:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.153','2018-12-19 15:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.131','2018-12-19 19:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.131','2018-12-19 19:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'39.111.210.119','2018-12-19 21:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.149','2018-12-20 06:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.147','2018-12-20 11:06:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2018-12-20 14:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2018-12-20 18:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2018-12-20 20:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2018-12-20 20:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.131','2018-12-21 09:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.201','2018-12-21 13:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.201','2018-12-21 13:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.251.73.33','2018-12-21 18:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.251.73.33','2018-12-21 18:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.139','2018-12-22 02:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.153','2018-12-23 05:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.132','2018-12-23 14:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.141','2018-12-23 19:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.138','2018-12-24 00:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'151.80.39.160','2018-12-24 06:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'151.80.39.177','2018-12-24 09:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.145','2018-12-24 17:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.146','2018-12-24 18:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.146','2018-12-25 09:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.140','2018-12-25 12:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.135','2018-12-26 19:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.194','2018-12-27 08:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.152','2018-12-27 09:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.111','2018-12-27 19:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.143','2018-12-27 22:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.128','2018-12-28 00:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.149.61','2018-12-28 02:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.152','2018-12-28 10:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.101.169.3','2018-12-28 10:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.101.169.3','2018-12-28 11:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.101.169.3','2018-12-28 13:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.101.169.3','2018-12-28 15:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.224','2018-12-28 15:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.129','2018-12-29 22:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'151.80.39.35','2018-12-30 12:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.237','2018-12-30 21:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.67','2018-12-31 03:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.147','2018-12-31 07:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.62','2018-12-31 14:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.137','2018-12-31 23:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'151.80.39.149','2019-01-01 15:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.138','2019-01-01 22:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.192','2019-01-02 02:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.132.244.153','2019-01-02 08:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.161','2019-01-02 10:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'35.228.169.98','2019-01-02 20:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.140','2019-01-03 00:26:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2019-01-03 06:06:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.147','2019-01-03 06:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'91.242.162.12','2019-01-03 07:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.135','2019-01-03 09:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.149','2019-01-03 11:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.133','2019-01-03 19:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2019-01-03 20:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'106.180.13.59','2019-01-03 23:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.153','2019-01-04 01:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2019-01-04 01:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2019-01-04 04:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2019-01-04 14:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.132','2019-01-04 15:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.135','2019-01-04 15:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2019-01-04 18:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-01-04 21:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2019-01-04 22:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.188.211.10','2019-01-05 02:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.188.211.10','2019-01-05 02:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-01-05 03:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.54','2019-01-05 05:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.4','2019-01-05 05:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.144','2019-01-05 11:08:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'14.9.0.192','2019-01-05 16:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'14.9.0.192','2019-01-05 16:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2019-01-05 16:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.9.0.192','2019-01-05 17:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2019-01-05 17:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.54','2019-01-05 18:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2019-01-06 00:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.143','2019-01-06 01:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2019-01-06 04:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2019-01-06 08:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2019-01-06 10:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2019-01-06 15:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.55','2019-01-06 19:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.10','2019-01-06 22:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.182','2019-01-07 00:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.131','2019-01-07 04:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.68','2019-01-07 06:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2019-01-07 07:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2019-01-07 08:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.140','2019-01-07 12:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.39','2019-01-07 21:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2019-01-08 13:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'113.146.135.190','2019-01-08 14:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.140','2019-01-08 15:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2019-01-08 16:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2019-01-08 19:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.134','2019-01-09 01:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.153','2019-01-09 05:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.221','2019-01-09 05:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2019-01-09 10:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.65','2019-01-09 14:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2019-01-09 16:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.90','2019-01-09 19:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2019-01-09 21:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.112','2019-01-10 20:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.112','2019-01-10 20:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.101','2019-01-11 04:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.193','2019-01-11 15:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.149.100','2019-01-12 00:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'116.203.43.226','2019-01-12 02:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'116.203.43.226','2019-01-12 02:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.203.43.226','2019-01-12 02:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2019-01-12 03:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.149.53','2019-01-12 10:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2019-01-12 14:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.182','2019-01-12 14:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2019-01-12 16:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2019-01-12 17:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.54','2019-01-12 18:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.70','2019-01-12 22:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.139','2019-01-13 03:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2019-01-13 09:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.18','2019-01-13 19:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.23','2019-01-13 23:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.18','2019-01-14 02:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-01-14 03:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.99.157.195','2019-01-14 16:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.73','2019-01-15 00:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'126.47.132.235','2019-01-15 00:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.181','2019-01-15 01:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.154','2019-01-15 01:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.185','2019-01-15 01:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.175','2019-01-15 05:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.155','2019-01-15 09:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.163','2019-01-15 10:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.147','2019-01-15 10:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.9.32.74','2019-01-15 11:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.188.16.7','2019-01-15 23:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.188.16.7','2019-01-15 23:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'59.188.16.7','2019-01-15 23:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.163.255.92','2019-01-16 09:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.163.255.92','2019-01-16 10:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'95.163.255.92','2019-01-16 14:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'95.163.255.94','2019-01-16 15:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'95.163.255.92','2019-01-16 15:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.37','2019-01-16 20:07:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'95.163.255.99','2019-01-16 20:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'95.163.255.99','2019-01-16 22:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.79','2019-01-17 01:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'95.163.255.94','2019-01-17 02:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'95.163.255.94','2019-01-17 04:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.151','2019-01-17 06:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.47','2019-01-17 07:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.140','2019-01-17 16:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.124','2019-01-18 01:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.213.157.149','2019-01-18 13:55:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2019-01-18 21:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.139','2019-01-19 04:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.102','2019-01-19 07:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.244','2019-01-19 14:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.210','2019-01-20 00:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.215.49','2019-01-20 03:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.100','2019-01-20 07:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.146','2019-01-21 02:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'91.242.162.26','2019-01-21 12:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.67','2019-01-21 22:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.27','2019-01-22 02:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.215.95.90','2019-01-22 17:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2019-01-22 20:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2019-01-22 20:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2019-01-22 20:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2019-01-23 00:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2019-01-23 00:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2019-01-23 00:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2019-01-23 00:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2019-01-23 00:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2019-01-23 00:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2019-01-23 00:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2019-01-23 00:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2019-01-23 00:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2019-01-23 00:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2019-01-23 00:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2019-01-23 00:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2019-01-23 00:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2019-01-23 00:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2019-01-23 00:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2019-01-23 00:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2019-01-23 00:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2019-01-23 00:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2019-01-23 00:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2019-01-23 00:34:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2019-01-23 00:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2019-01-23 00:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2019-01-23 00:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2019-01-23 01:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2019-01-23 04:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2019-01-23 04:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2019-01-23 04:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.150','2019-01-23 11:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.129','2019-01-23 14:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'60.43.44.215','2019-01-23 16:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2019-01-23 17:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.145','2019-01-23 23:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'153.157.159.232','2019-01-24 13:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.135.122.63','2019-01-24 14:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.135.122.63','2019-01-24 14:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.19.31.78','2019-01-24 15:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.198','2019-01-24 18:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.173','2019-01-24 21:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.106','2019-01-25 19:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.146','2019-01-26 04:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.52','2019-01-26 04:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.55','2019-01-26 05:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-01-26 09:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.111','2019-01-26 16:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.136','2019-01-26 17:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.66.139.0','2019-01-26 18:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.110','2019-01-27 02:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.138','2019-01-27 08:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.87.65.237','2019-01-27 13:42:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'133.206.57.64','2019-01-28 10:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.135','2019-01-29 12:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.154','2019-01-30 19:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.146','2019-01-31 06:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2019-01-31 11:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.165','2019-01-31 13:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.130','2019-01-31 16:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.98','2019-01-31 16:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.151','2019-02-01 09:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.25.182.59','2019-02-01 16:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.25.182.59','2019-02-01 16:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.131','2019-02-01 20:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.212','2019-02-02 01:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-02-02 03:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.4','2019-02-02 15:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.91','2019-02-03 09:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.133','2019-02-03 10:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.195','2019-02-04 00:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.151','2019-02-04 01:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.151','2019-02-04 14:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.215.95.90','2019-02-04 14:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.124.159.179','2019-02-04 15:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.134','2019-02-06 11:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.131','2019-02-06 13:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.51','2019-02-06 23:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.135','2019-02-06 23:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.91','2019-02-07 10:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.135','2019-02-07 14:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.152','2019-02-07 14:35:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-02-07 16:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'126.161.188.114','2019-02-07 17:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-02-07 18:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.149.82','2019-02-07 18:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.179','2019-02-08 09:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.247','2019-02-08 23:11:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.142','2019-02-09 02:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.41','2019-02-09 02:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.149.35','2019-02-09 16:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.136','2019-02-10 03:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.149','2019-02-10 09:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.73','2019-02-10 15:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.16','2019-02-10 18:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.145','2019-02-10 21:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.150','2019-02-10 21:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.107','2019-02-10 21:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.147','2019-02-10 22:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.151','2019-02-11 05:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'203.180.184.17','2019-02-11 08:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.97','2019-02-12 11:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.203','2019-02-12 11:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.142','2019-02-12 11:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.58','2019-02-12 18:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.141','2019-02-12 19:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'113.42.19.186','2019-02-12 20:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'112.71.38.115','2019-02-13 09:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.151','2019-02-13 12:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.62','2019-02-13 14:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.131','2019-02-13 17:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.64','2019-02-14 00:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.140','2019-02-14 03:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.185','2019-02-14 05:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.138','2019-02-14 13:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.143','2019-02-14 15:40:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.242','2019-02-14 16:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.52','2019-02-14 17:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.88','2019-02-15 08:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.41','2019-02-15 12:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.134','2019-02-16 02:15:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.88','2019-02-16 03:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.98','2019-02-16 09:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.130','2019-02-17 02:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.237','2019-02-17 09:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.134','2019-02-17 16:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.79.62','2019-02-18 00:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.59','2019-02-18 00:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.59','2019-02-18 00:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.79.62','2019-02-18 00:27:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.145','2019-02-18 04:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.1','2019-02-18 08:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.29.171','2019-02-18 17:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.136','2019-02-18 20:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.146','2019-02-18 23:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-02-19 00:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.172','2019-02-19 01:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.139','2019-02-19 05:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.73','2019-02-19 07:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.35','2019-02-19 07:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.129','2019-02-19 09:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.50','2019-02-19 14:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.146','2019-02-20 02:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'101.110.53.194','2019-02-20 13:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2019-02-20 15:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2019-02-20 15:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2019-02-20 16:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.225.124.130','2019-02-20 16:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'199.47.87.142','2019-02-20 17:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'199.47.87.142','2019-02-20 17:17:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'199.47.87.142','2019-02-20 17:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.38','2019-02-20 20:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.134','2019-02-21 04:52:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.72','2019-02-21 13:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.180','2019-02-21 13:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.255.69.78','2019-02-21 13:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.72','2019-02-21 20:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2019-02-22 02:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-02-22 03:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.149.18','2019-02-22 04:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.44','2019-02-22 08:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.141','2019-02-22 14:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.143','2019-02-22 17:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.143','2019-02-22 18:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.1','2019-02-22 21:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.131','2019-02-23 09:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.50','2019-02-23 11:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.148','2019-02-24 00:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.150.121','2019-02-24 08:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.136','2019-02-25 11:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.89','2019-02-25 12:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.138','2019-02-25 12:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.148','2019-02-26 03:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.138','2019-02-26 04:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.182','2019-02-26 08:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.133','2019-02-26 13:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.135','2019-02-26 14:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.46','2019-02-26 18:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.40','2019-02-26 18:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.149','2019-02-27 05:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.157.162.225','2019-02-27 18:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.134','2019-02-27 21:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.150.51','2019-02-27 23:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.135','2019-02-28 09:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.152','2019-02-28 12:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.141','2019-02-28 22:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.135','2019-03-01 06:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.132','2019-03-01 09:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.143','2019-03-01 14:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.44','2019-03-01 20:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.86','2019-03-02 04:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-03-02 17:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.149','2019-03-02 18:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.137','2019-03-02 20:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.253','2019-03-03 03:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.22','2019-03-03 17:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-03-03 18:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.180','2019-03-04 01:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.151.156.119','2019-03-05 15:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.254','2019-03-06 14:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.150.143','2019-03-06 18:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.146','2019-03-07 00:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.98','2019-03-07 03:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.216','2019-03-07 09:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'165.225.110.189','2019-03-07 10:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.77','2019-03-07 12:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-03-07 12:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.222.71.21','2019-03-07 16:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.134','2019-03-08 03:51:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.224.254.62','2019-03-08 10:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.251','2019-03-08 23:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.150.72','2019-03-09 03:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.141','2019-03-09 09:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.135','2019-03-09 13:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.150.118','2019-03-10 00:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.103','2019-03-10 11:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.135','2019-03-11 10:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.53','2019-03-11 18:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.149','2019-03-12 11:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.142','2019-03-12 18:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.150.113','2019-03-12 18:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.93','2019-03-12 20:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-03-13 04:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.71','2019-03-13 09:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.1','2019-03-13 09:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.1','2019-03-13 09:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.187','2019-03-13 09:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.112','2019-03-13 09:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'141.8.183.22','2019-03-13 15:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.149.49','2019-03-13 23:46:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.148','2019-03-14 08:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.151','2019-03-14 13:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.20','2019-03-14 16:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'160.252.69.9','2019-03-14 16:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-03-14 23:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.59','2019-03-15 00:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.64','2019-03-15 03:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.134','2019-03-15 05:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.98','2019-03-15 07:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.150','2019-03-15 21:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.150.79.112','2019-03-16 12:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.144','2019-03-17 05:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.150.158','2019-03-17 08:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.144','2019-03-17 11:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.45','2019-03-17 14:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.140','2019-03-17 19:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.133','2019-03-18 02:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.134','2019-03-18 04:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.141','2019-03-18 07:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.130','2019-03-18 07:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.150.113','2019-03-18 08:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.140','2019-03-18 15:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.174.178.20','2019-03-18 15:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.152','2019-03-18 17:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.1.187.251','2019-03-19 00:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.148','2019-03-19 11:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.111','2019-03-19 18:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.135','2019-03-19 21:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.4','2019-03-20 10:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.133','2019-03-20 16:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.130','2019-03-20 21:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.145','2019-03-21 00:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.229','2019-03-21 04:27:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.62','2019-03-21 08:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.128','2019-03-21 20:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.153','2019-03-21 23:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.129','2019-03-22 04:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.132','2019-03-22 14:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.59','2019-03-22 16:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.135','2019-03-22 22:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.227','2019-03-23 03:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.152','2019-03-23 06:31:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.189','2019-03-23 09:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'163.44.28.171','2019-03-23 10:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.37','2019-03-23 14:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.57','2019-03-23 18:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.97','2019-03-23 18:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.154','2019-03-23 23:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.6','2019-03-24 01:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.135','2019-03-24 02:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.148','2019-03-24 06:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.131','2019-03-24 08:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.32','2019-03-24 10:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.144','2019-03-24 15:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.138','2019-03-24 18:40:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.148','2019-03-24 18:55:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.117.65.129','2019-03-24 22:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.141','2019-03-25 07:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.133','2019-03-25 10:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.150.73','2019-03-25 10:42:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.139','2019-03-25 14:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.130','2019-03-25 19:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.123','2019-03-26 03:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.79','2019-03-26 10:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.86','2019-03-26 16:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.148','2019-03-26 22:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.29','2019-03-27 01:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.150','2019-03-27 03:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.200.105.181','2019-03-27 11:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.163','2019-03-28 12:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'110.233.244.245','2019-03-28 21:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'110.233.244.245','2019-03-28 21:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.142','2019-03-29 08:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.157','2019-03-29 17:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.138','2019-03-30 03:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.133','2019-03-30 06:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.147','2019-03-30 07:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.101','2019-03-30 09:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.150.186','2019-03-30 12:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.129','2019-03-30 15:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.144','2019-03-30 17:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.161','2019-03-30 19:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.137','2019-03-30 19:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.150','2019-03-30 20:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.130','2019-03-31 00:11:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.139','2019-03-31 01:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.57','2019-03-31 04:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.134','2019-03-31 05:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.150.161','2019-03-31 18:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'178.255.215.95','2019-03-31 19:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.154','2019-03-31 20:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.133','2019-04-01 04:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.130','2019-04-01 08:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.90','2019-04-01 20:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.138','2019-04-01 20:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.168','2019-04-02 03:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.144','2019-04-02 03:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.72','2019-04-02 05:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.4','2019-04-02 10:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.150.26','2019-04-02 14:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.152','2019-04-02 14:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.130','2019-04-03 00:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.148','2019-04-03 08:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.9.32.78','2019-04-03 16:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'211.9.32.78','2019-04-03 16:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.65','2019-04-03 17:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.152','2019-04-03 18:22:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2019-04-03 19:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2019-04-03 19:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2019-04-03 20:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.103','2019-04-03 23:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2019-04-04 00:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2019-04-04 00:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2019-04-04 00:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2019-04-04 00:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2019-04-04 00:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2019-04-04 00:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2019-04-04 00:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2019-04-04 00:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2019-04-04 00:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2019-04-04 00:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2019-04-04 00:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2019-04-04 00:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2019-04-04 00:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2019-04-04 00:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2019-04-04 00:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2019-04-04 00:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2019-04-04 00:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2019-04-04 00:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2019-04-04 00:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2019-04-04 00:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2019-04-04 00:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2019-04-04 00:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2019-04-04 00:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2019-04-04 01:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2019-04-04 04:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2019-04-04 04:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2019-04-04 04:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-04-04 06:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.220','2019-04-04 13:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.17.223.114','2019-04-04 13:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.80','2019-04-04 13:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.51','2019-04-04 13:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.51','2019-04-04 13:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.147','2019-04-04 14:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'192.244.102.7','2019-04-05 09:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.3','2019-04-05 16:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.143','2019-04-05 21:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.132','2019-04-06 03:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.136','2019-04-06 04:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.152','2019-04-06 10:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.150.122','2019-04-06 11:59:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.132','2019-04-06 20:38:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.154','2019-04-07 01:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.151.156.175','2019-04-08 11:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.151.156.175','2019-04-08 11:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.151.156.175','2019-04-08 11:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.1','2019-04-08 12:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'182.248.129.226','2019-04-08 12:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.175','2019-04-08 18:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.142','2019-04-08 19:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.66.139.0','2019-04-09 01:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.150.165','2019-04-09 06:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.171.169.8','2019-04-09 11:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.125.138.198','2019-04-09 12:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-04-09 14:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.32','2019-04-09 15:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.50','2019-04-10 01:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.148','2019-04-10 03:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.103','2019-04-10 05:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.132','2019-04-10 07:22:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.141','2019-04-11 01:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.154','2019-04-11 03:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.135','2019-04-11 11:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.78','2019-04-12 01:54:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.224','2019-04-12 03:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.175.128.70','2019-04-12 10:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.152','2019-04-12 14:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'202.232.182.70','2019-04-12 14:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.140','2019-04-12 18:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.223.201','2019-04-12 18:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.223.201','2019-04-12 18:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.138','2019-04-13 14:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.43','2019-04-13 15:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.190.190.114','2019-04-13 22:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2019-04-14 01:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.149.65','2019-04-14 13:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.150.173','2019-04-14 15:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.65','2019-04-15 00:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.249','2019-04-15 02:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.3','2019-04-15 12:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.133','2019-04-15 17:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.132','2019-04-15 17:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.137','2019-04-16 20:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.57','2019-04-17 02:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.142','2019-04-17 10:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.208','2019-04-17 10:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.140','2019-04-17 11:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.29','2019-04-17 14:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.133','2019-04-17 17:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.150','2019-04-18 00:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.162','2019-04-18 11:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'95.163.255.115','2019-04-19 02:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-04-21 14:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.16','2019-04-21 20:53:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.144','2019-04-22 00:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.132','2019-04-22 11:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'218.216.187.218','2019-04-22 16:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'218.216.187.218','2019-04-22 16:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.232','2019-04-22 22:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.156.197.72','2019-04-23 16:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.167','2019-04-23 18:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.207','2019-04-23 20:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'148.64.1.154','2019-04-23 21:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.28','2019-04-24 04:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.66','2019-04-24 05:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.37.88','2019-04-24 10:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.37.88','2019-04-24 10:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.32.37.88','2019-04-24 10:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.135','2019-04-24 18:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.161','2019-04-25 02:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.135','2019-04-25 05:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.146','2019-04-25 05:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.137','2019-04-25 06:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.136','2019-04-25 16:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.144','2019-04-25 16:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.131','2019-04-25 18:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.145','2019-04-26 04:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.135','2019-04-26 05:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.134','2019-04-26 19:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'95.163.255.105','2019-04-27 11:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.149','2019-04-27 21:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.0','2019-04-27 22:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.129','2019-04-28 00:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.176','2019-04-28 07:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.20','2019-04-28 10:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.105','2019-04-28 17:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.189','2019-04-29 01:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.77','2019-04-29 08:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.136','2019-04-29 12:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'95.163.255.106','2019-04-29 22:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.129','2019-04-29 22:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.150','2019-04-30 02:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.145','2019-04-30 03:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.135','2019-04-30 08:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.239.110.43','2019-04-30 14:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.73','2019-04-30 18:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'95.163.255.113','2019-04-30 23:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.35','2019-04-30 23:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.131','2019-05-01 04:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.138','2019-05-01 09:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.132','2019-05-01 10:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-05-01 10:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.144','2019-05-01 11:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.46','2019-05-01 13:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.145','2019-05-01 23:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.138','2019-05-01 23:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.142','2019-05-02 00:16:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.132','2019-05-02 02:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.114','2019-05-02 05:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.90','2019-05-02 05:48:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.130','2019-05-02 06:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.249.36.239','2019-05-02 09:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.124','2019-05-02 09:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.133','2019-05-02 12:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.142','2019-05-02 21:38:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.9.0.192','2019-05-02 21:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'14.9.0.192','2019-05-02 21:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.146','2019-05-02 22:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.20','2019-05-03 05:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.139','2019-05-03 09:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.139','2019-05-03 10:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.130','2019-05-04 04:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.98','2019-05-04 12:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.162','2019-05-04 13:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.184.51.18','2019-05-04 15:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2019-05-04 16:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.208','2019-05-04 22:59:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.140','2019-05-05 05:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.244','2019-05-05 08:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.230','2019-05-06 02:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.141','2019-05-06 03:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.102','2019-05-06 04:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.138','2019-05-06 06:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.147','2019-05-06 09:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.76','2019-05-06 09:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.161','2019-05-06 12:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.141','2019-05-06 12:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.154','2019-05-06 16:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.143','2019-05-06 18:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.132','2019-05-06 19:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.233','2019-05-06 22:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.141','2019-05-07 07:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.134','2019-05-08 00:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.149','2019-05-08 07:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.133','2019-05-08 21:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.135','2019-05-09 06:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.175.195.230','2019-05-09 10:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.214','2019-05-09 11:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.214','2019-05-09 12:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.131','2019-05-09 14:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.246','2019-05-10 03:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.163','2019-05-10 13:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.224','2019-05-11 01:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-05-11 05:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.197','2019-05-11 06:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.161','2019-05-11 12:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.142','2019-05-11 16:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.134','2019-05-11 17:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.150','2019-05-12 00:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'31.28.163.157','2019-05-12 06:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'31.28.163.157','2019-05-12 06:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'31.28.163.157','2019-05-12 06:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.137','2019-05-13 10:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.219','2019-05-13 19:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.87','2019-05-14 07:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.12.26.130','2019-05-14 10:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.134','2019-05-15 20:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.134','2019-05-16 04:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.141','2019-05-16 06:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.137','2019-05-16 13:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.152','2019-05-16 15:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.132','2019-05-16 15:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.129.118.174','2019-05-16 17:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.150','2019-05-16 18:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.143','2019-05-17 07:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-05-17 07:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.43','2019-05-17 10:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.47','2019-05-17 21:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.131','2019-05-18 04:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'121.81.19.104','2019-05-18 05:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.134','2019-05-18 09:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.207','2019-05-19 10:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.162','2019-05-19 16:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.134','2019-05-20 02:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.129','2019-05-20 03:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.138','2019-05-20 18:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.152','2019-05-21 01:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.133','2019-05-21 04:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.131','2019-05-21 05:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.133','2019-05-21 18:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'144.76.60.198','2019-05-21 19:35:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'144.76.60.198','2019-05-21 19:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.154','2019-05-22 05:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.249','2019-05-22 05:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'211.133.180.7','2019-05-22 08:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.17','2019-05-22 15:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.239.208.197','2019-05-22 17:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'95.216.1.46','2019-05-22 18:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'176.9.25.107','2019-05-22 19:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.144','2019-05-23 03:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.106.254.60','2019-05-23 10:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.145','2019-05-23 21:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.89','2019-05-24 06:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.76','2019-05-24 18:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.143','2019-05-24 20:11:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.143','2019-05-24 20:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'148.251.9.145','2019-05-25 02:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'148.251.92.39','2019-05-25 06:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2019-05-25 09:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.152','2019-05-25 14:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.149.40','2019-05-25 18:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.146','2019-05-25 19:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.147','2019-05-25 21:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-05-25 23:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-05-26 00:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.149','2019-05-26 00:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'144.76.91.79','2019-05-26 02:39:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'144.76.91.79','2019-05-26 02:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'133.175.179.210','2019-05-26 05:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.4.60.249','2019-05-26 12:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.132','2019-05-26 18:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2019-05-26 20:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'144.76.90.142','2019-05-26 20:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.9','2019-05-26 22:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.144.234','2019-05-26 22:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.144.234','2019-05-26 22:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.73','2019-05-27 04:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.12','2019-05-27 06:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.162','2019-05-27 20:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.134','2019-05-28 01:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2019-05-28 10:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.166','2019-05-28 11:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'110.5.20.186','2019-05-28 12:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2019-05-28 15:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'144.76.236.112','2019-05-28 17:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'144.76.236.112','2019-05-28 17:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2019-05-28 17:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.71.213','2019-05-29 05:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.249.24.3','2019-05-29 05:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.91','2019-05-29 06:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.179.41.82','2019-05-29 11:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.30','2019-05-29 14:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.139','2019-05-29 16:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.37','2019-05-29 16:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.109','2019-05-29 22:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'148.251.41.239','2019-05-30 00:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2019-05-30 03:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.130','2019-05-30 11:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.37','2019-05-30 13:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.135','2019-05-30 15:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.163','2019-05-30 17:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.132','2019-05-30 19:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.154','2019-05-30 23:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2019-05-31 00:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.136','2019-05-31 04:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.149','2019-05-31 08:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.234','2019-05-31 19:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'144.76.120.197','2019-05-31 23:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.43','2019-06-01 05:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.43','2019-06-01 05:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.149','2019-06-01 05:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.112','2019-06-01 05:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.101','2019-06-01 05:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2019-06-01 11:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.150.4','2019-06-01 11:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.136','2019-06-01 13:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.149','2019-06-02 01:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.147','2019-06-02 06:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2019-06-03 06:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.150','2019-06-03 06:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.234','2019-06-03 09:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.133','2019-06-03 17:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'148.251.92.39','2019-06-03 23:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'148.251.92.39','2019-06-03 23:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.172','2019-06-04 00:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.6','2019-06-04 00:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.148','2019-06-04 07:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.138','2019-06-04 10:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.161','2019-06-04 11:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'223.29.14.14','2019-06-04 13:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'223.29.14.14','2019-06-04 13:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.134','2019-06-04 15:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.20','2019-06-04 22:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.107.211','2019-06-05 00:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.16.25.72','2019-06-05 00:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2019-06-05 00:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.150.161','2019-06-05 03:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.164.213.162','2019-06-05 13:08:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.162','2019-06-05 15:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2019-06-05 18:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.150.95','2019-06-06 00:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.139','2019-06-06 02:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.99','2019-06-06 03:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.133','2019-06-06 06:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.133','2019-06-07 00:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.129','2019-06-07 05:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2019-06-07 09:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'148.251.235.104','2019-06-07 10:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.161','2019-06-07 11:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'69.197.177.50','2019-06-07 15:04:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.148','2019-06-07 18:46:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.194','2019-06-07 19:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.7','2019-06-07 21:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.148','2019-06-07 22:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.56','2019-06-08 00:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2019-06-08 03:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.152','2019-06-08 09:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2019-06-08 09:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2019-06-08 09:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2019-06-08 09:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2019-06-08 13:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2019-06-08 13:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2019-06-08 13:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2019-06-08 13:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2019-06-08 13:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2019-06-08 13:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.47','2019-06-08 13:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2019-06-08 13:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2019-06-08 13:49:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2019-06-08 13:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2019-06-08 13:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2019-06-08 13:51:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2019-06-08 13:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2019-06-08 13:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2019-06-08 13:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2019-06-08 13:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2019-06-08 13:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2019-06-08 13:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2019-06-08 13:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2019-06-08 13:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2019-06-08 13:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2019-06-08 13:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2019-06-08 13:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2019-06-08 13:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2019-06-08 14:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.135','2019-06-08 15:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2019-06-08 16:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2019-06-08 16:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2019-06-08 16:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.32','2019-06-08 23:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.129','2019-06-09 06:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.60','2019-06-09 09:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.150.153','2019-06-09 12:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2019-06-09 17:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.11','2019-06-09 19:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2019-06-10 00:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.57','2019-06-10 03:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2019-06-10 09:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.107','2019-06-10 09:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2019-06-10 10:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2019-06-10 14:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2019-06-10 18:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.230','2019-06-10 22:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-06-11 12:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2019-06-11 19:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.139','2019-06-12 05:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.150.69','2019-06-12 06:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2019-06-12 11:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2019-06-12 12:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2019-06-12 14:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'14.13.43.96','2019-06-12 16:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.141','2019-06-12 17:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2019-06-12 17:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2019-06-12 21:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.170','2019-06-13 03:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2019-06-13 05:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.27','2019-06-13 06:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2019-06-13 08:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2019-06-13 09:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-06-13 09:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.66.139.0','2019-06-13 12:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'160.252.69.9','2019-06-13 13:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.161','2019-06-14 04:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.134','2019-06-14 11:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.144','2019-06-14 12:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2019-06-14 12:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.149','2019-06-14 21:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.161','2019-06-14 22:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.159','2019-06-15 00:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.137','2019-06-15 03:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.148','2019-06-15 04:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.162','2019-06-15 09:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.153','2019-06-15 21:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.142','2019-06-15 21:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'180.30.216.131','2019-06-16 06:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.123','2019-06-16 12:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.146','2019-06-16 23:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.162','2019-06-17 02:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.60','2019-06-17 02:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.146.132.23','2019-06-17 11:07:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.146.132.23','2019-06-17 11:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.115.1.167','2019-06-17 11:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.115.1.167','2019-06-17 11:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.90','2019-06-17 11:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2019-06-17 17:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.131','2019-06-18 13:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.123.185.74','2019-06-18 14:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'222.10.177.38','2019-06-18 15:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.134','2019-06-18 23:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.151','2019-06-19 04:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'210.149.174.148','2019-06-19 14:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.137','2019-06-20 04:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.120.26.18','2019-06-20 09:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.133','2019-06-20 11:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.154.183.145','2019-06-20 14:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.138','2019-06-20 16:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.142','2019-06-20 18:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.141','2019-06-20 20:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.56','2019-06-20 20:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.150','2019-06-21 03:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.179','2019-06-21 04:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.51.65','2019-06-21 09:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.154','2019-06-21 09:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.147','2019-06-21 11:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.145','2019-06-21 14:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.150','2019-06-21 14:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.146','2019-06-22 03:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.150.26','2019-06-22 05:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.133','2019-06-23 04:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.144','2019-06-24 02:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.201','2019-06-24 13:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.144','2019-06-24 16:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.150','2019-06-25 03:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.2','2019-06-25 18:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2019-06-25 18:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2019-06-25 20:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.129','2019-06-26 07:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.132','2019-06-26 13:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.129','2019-06-26 20:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.138','2019-06-26 21:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.142','2019-06-27 05:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.142','2019-06-27 05:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.142','2019-06-27 07:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.138','2019-06-27 12:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.252','2019-06-27 13:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.140','2019-06-27 18:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.85','2019-06-28 01:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.150.103','2019-06-28 07:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.29','2019-06-28 09:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-06-28 10:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.150.107','2019-06-29 00:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.150.129','2019-06-29 05:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.152','2019-06-29 07:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.102','2019-06-29 10:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.141','2019-06-29 17:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.81','2019-06-29 20:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.107','2019-06-30 00:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.137','2019-07-01 02:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.161','2019-07-01 17:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.158','2019-07-01 18:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.178','2019-07-01 20:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.146','2019-07-01 22:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.92','2019-07-02 06:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.217.253.135','2019-07-02 10:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2019-07-02 18:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.255.215.95','2019-07-02 22:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.132','2019-07-03 02:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.110.101.90','2019-07-03 11:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.153','2019-07-03 11:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.71','2019-07-03 13:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.145','2019-07-03 15:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'122.213.146.108','2019-07-03 16:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.253','2019-07-04 01:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.146','2019-07-04 18:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'112.68.165.48','2019-07-04 20:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'112.68.165.48','2019-07-04 20:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.242.162.43','2019-07-05 06:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.37','2019-07-05 12:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.134','2019-07-05 14:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.37','2019-07-05 15:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.180','2019-07-05 18:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.150.165','2019-07-05 21:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-07-06 09:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.174','2019-07-06 12:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.79','2019-07-06 20:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.132','2019-07-07 06:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.150.34','2019-07-08 00:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.174','2019-07-08 06:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.154','2019-07-08 22:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.142','2019-07-09 10:04:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-07-09 16:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-07-10 03:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.180.46.179','2019-07-10 08:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.147','2019-07-10 21:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.91','2019-07-11 02:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.33','2019-07-11 10:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.149','2019-07-11 13:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.242','2019-07-11 16:01:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.204.28.32','2019-07-11 16:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.238','2019-07-12 03:36:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.80','2019-07-12 06:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.67','2019-07-12 06:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.109','2019-07-12 09:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'101.102.203.197','2019-07-12 13:17:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'218.224.239.109','2019-07-12 16:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.79.37','2019-07-12 17:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.137','2019-07-12 18:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.3','2019-07-12 19:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.151','2019-07-12 21:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.150.45','2019-07-13 00:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-07-13 03:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.34','2019-07-13 04:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.15','2019-07-13 06:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.114','2019-07-13 08:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.0','2019-07-13 11:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.18','2019-07-13 17:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.157','2019-07-13 17:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.112','2019-07-13 19:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.146','2019-07-14 01:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.133','2019-07-14 03:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.129','2019-07-14 07:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.150.26','2019-07-14 07:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.149','2019-07-14 07:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.168','2019-07-14 15:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.8','2019-07-14 16:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.23','2019-07-14 23:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.103','2019-07-15 06:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.163','2019-07-15 14:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.144','2019-07-15 18:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.143','2019-07-15 18:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.163','2019-07-15 21:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.46','2019-07-16 04:33:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.95','2019-07-16 05:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.132','2019-07-16 05:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.138','2019-07-17 00:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.50','2019-07-17 06:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.141','2019-07-17 08:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.80','2019-07-17 08:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.182','2019-07-17 09:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.132','2019-07-18 01:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.152','2019-07-18 02:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.153','2019-07-18 02:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.151','2019-07-18 05:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.6.145.150','2019-07-18 16:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.255.215.95','2019-07-18 21:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.145','2019-07-19 05:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.77','2019-07-19 22:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.135','2019-07-19 22:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.161','2019-07-21 02:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.131','2019-07-21 07:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.208','2019-07-21 09:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.132','2019-07-21 09:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.34','2019-07-21 10:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-07-21 10:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.153','2019-07-21 14:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.152','2019-07-21 15:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.137','2019-07-21 15:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.137','2019-07-21 17:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.147','2019-07-21 21:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.134','2019-07-21 22:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.154','2019-07-22 05:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.137','2019-07-22 06:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.138','2019-07-22 09:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.188.70.74','2019-07-22 14:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.165','2019-07-23 03:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.150.119','2019-07-23 13:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.65','2019-07-23 14:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.141','2019-07-23 17:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.147','2019-07-23 20:27:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.124','2019-07-23 22:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.152','2019-07-24 03:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.45','2019-07-24 09:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'131.213.236.28','2019-07-24 15:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'131.213.236.28','2019-07-24 15:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'131.213.236.28','2019-07-24 15:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.131','2019-07-24 23:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.161','2019-07-25 00:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.213.145.106','2019-07-25 09:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'40.77.167.139','2019-07-25 15:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.185','2019-07-25 17:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.171','2019-07-25 19:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.42','2019-07-25 19:14:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.146','2019-07-26 11:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.81','2019-07-26 19:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.134','2019-07-27 08:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.127','2019-07-27 17:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.97','2019-07-27 19:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.127','2019-07-27 19:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.254','2019-07-27 21:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.28','2019-07-27 21:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.127','2019-07-27 22:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.177','2019-07-28 02:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.161','2019-07-28 02:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.162','2019-07-28 05:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.130','2019-07-28 10:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.136','2019-07-28 17:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.135','2019-07-28 20:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.131','2019-07-29 03:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.154','2019-07-29 04:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.135','2019-07-29 10:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.147','2019-07-29 17:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.146','2019-07-30 07:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.163','2019-07-30 10:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-07-30 13:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.145','2019-07-30 20:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.138','2019-07-30 23:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.209.120.236','2019-07-31 13:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.209.120.236','2019-07-31 13:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.209.120.236','2019-07-31 13:52:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.209.120.236','2019-07-31 13:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.209.120.236','2019-07-31 13:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.131','2019-07-31 20:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.85','2019-08-01 03:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'81.209.177.189','2019-08-01 06:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'81.209.177.189','2019-08-01 06:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'81.209.177.136','2019-08-01 06:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'81.209.177.136','2019-08-01 06:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'81.209.177.136','2019-08-01 06:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'81.209.177.189','2019-08-01 06:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'81.209.177.136','2019-08-01 06:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'81.209.177.136','2019-08-01 07:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'81.209.177.136','2019-08-01 07:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'81.209.177.189','2019-08-01 07:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'81.209.177.136','2019-08-01 07:12:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'81.209.177.136','2019-08-01 07:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'81.209.177.136','2019-08-01 07:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'81.209.177.136','2019-08-01 07:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'81.209.177.189','2019-08-01 07:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'81.209.177.189','2019-08-01 07:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'81.209.177.189','2019-08-01 08:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'81.209.177.189','2019-08-01 08:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'81.209.177.136','2019-08-01 08:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'81.209.177.189','2019-08-01 08:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'81.209.177.189','2019-08-01 09:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'81.209.177.189','2019-08-01 09:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.158.251.220','2019-08-01 10:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.147','2019-08-01 11:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.146','2019-08-01 12:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.151','2019-08-01 21:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.139','2019-08-02 06:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.230.252.179','2019-08-02 11:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.58','2019-08-02 12:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.142','2019-08-02 14:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.8','2019-08-02 15:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.146','2019-08-02 16:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.186','2019-08-02 20:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.96','2019-08-02 20:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.131','2019-08-02 22:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.150','2019-08-02 23:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.162','2019-08-03 01:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.149.86','2019-08-03 07:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.34','2019-08-03 08:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'203.133.171.112','2019-08-03 11:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.16.25.72','2019-08-03 12:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.39','2019-08-03 18:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.129','2019-08-03 20:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.130','2019-08-03 22:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.150.49','2019-08-04 00:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.45','2019-08-04 19:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.95','2019-08-04 21:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.150.178','2019-08-05 00:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.65','2019-08-05 02:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2019-08-05 04:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'178.255.215.95','2019-08-05 05:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.185','2019-08-05 05:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.176','2019-08-05 17:35:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.137','2019-08-05 22:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.143','2019-08-06 01:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'91.242.162.65','2019-08-06 04:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'91.242.162.65','2019-08-06 05:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.140','2019-08-06 05:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.50','2019-08-06 06:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.224','2019-08-06 07:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.163','2019-08-06 09:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.169','2019-08-06 10:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.0','2019-08-06 11:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'91.242.162.41','2019-08-06 14:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.46','2019-08-06 18:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.145','2019-08-06 19:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.79','2019-08-06 19:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.121','2019-08-07 01:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.142','2019-08-07 05:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'91.242.162.44','2019-08-07 05:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.154','2019-08-07 06:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.171.54.239','2019-08-07 13:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'91.242.162.1','2019-08-07 13:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'91.242.162.1','2019-08-07 13:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.139','2019-08-07 15:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.136','2019-08-08 03:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.154','2019-08-08 08:31:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.117','2019-08-08 14:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.254','2019-08-09 02:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'91.242.162.17','2019-08-09 07:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.254','2019-08-09 07:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.40','2019-08-09 08:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.139','2019-08-09 10:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.133','2019-08-09 14:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.147','2019-08-09 16:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'203.133.171.112','2019-08-10 06:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'203.133.171.112','2019-08-10 06:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.135','2019-08-10 08:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.198','2019-08-11 13:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.147','2019-08-11 23:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.164','2019-08-12 02:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.145','2019-08-12 02:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.149','2019-08-12 05:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.132','2019-08-12 05:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.154','2019-08-12 10:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.137','2019-08-12 14:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.150.153','2019-08-12 23:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.130','2019-08-13 02:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.242','2019-08-13 18:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.161','2019-08-13 23:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.143','2019-08-14 08:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.72','2019-08-14 09:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.150.124','2019-08-14 14:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.150.60','2019-08-14 14:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.9','2019-08-14 22:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.146','2019-08-14 23:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.15','2019-08-15 01:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.131','2019-08-15 06:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.97','2019-08-15 11:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2019-08-15 16:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2019-08-15 16:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2019-08-15 16:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2019-08-15 21:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2019-08-15 21:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2019-08-15 21:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2019-08-15 21:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2019-08-15 21:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'91.242.162.7','2019-08-15 21:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2019-08-15 21:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2019-08-15 21:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2019-08-15 21:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2019-08-15 21:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2019-08-15 21:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2019-08-15 21:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2019-08-15 21:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2019-08-15 21:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2019-08-15 21:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2019-08-15 21:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2019-08-15 21:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2019-08-15 21:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2019-08-15 21:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2019-08-15 21:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2019-08-15 21:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2019-08-15 21:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2019-08-15 21:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2019-08-15 21:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'91.242.162.7','2019-08-15 21:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.147','2019-08-15 22:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.161','2019-08-15 22:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2019-08-15 22:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.163','2019-08-15 23:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.39','2019-08-16 01:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2019-08-16 01:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2019-08-16 01:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2019-08-16 01:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.150','2019-08-16 02:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.162','2019-08-16 06:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.189','2019-08-16 10:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.245','2019-08-16 10:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.143','2019-08-16 11:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.225.204.41','2019-08-16 12:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.150.123','2019-08-16 17:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.161','2019-08-17 04:11:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.147','2019-08-17 06:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.169','2019-08-17 15:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.13','2019-08-18 02:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.137','2019-08-18 02:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.138','2019-08-18 13:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'91.242.162.19','2019-08-18 22:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'91.242.162.19','2019-08-18 23:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'91.242.162.19','2019-08-18 23:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.140','2019-08-19 03:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'91.242.162.48','2019-08-19 06:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'91.242.162.53','2019-08-19 11:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'91.242.162.53','2019-08-19 12:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'91.242.162.53','2019-08-19 12:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.148','2019-08-19 13:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.97','2019-08-19 18:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.201','2019-08-19 18:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'91.242.162.84','2019-08-19 19:13:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.137','2019-08-19 20:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.150.5','2019-08-19 20:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.31','2019-08-19 20:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.117','2019-08-20 00:26:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.154','2019-08-20 06:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.40','2019-08-20 07:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.136','2019-08-20 11:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2019-08-20 14:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.62','2019-08-20 17:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.142','2019-08-20 21:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.8','2019-08-20 22:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.150.46','2019-08-21 02:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.134','2019-08-21 03:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.148','2019-08-21 04:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.35','2019-08-21 17:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.154','2019-08-21 20:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.37','2019-08-21 22:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.130','2019-08-22 00:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.136','2019-08-22 01:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.79.46','2019-08-22 11:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.79.46','2019-08-22 22:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.159','2019-08-23 00:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.40','2019-08-23 05:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.135','2019-08-23 09:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.62','2019-08-23 13:06:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.144','2019-08-24 10:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.187.221.36','2019-08-24 15:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.37','2019-08-24 17:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.144','2019-08-24 17:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.46','2019-08-24 18:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.139','2019-08-24 20:39:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.43','2019-08-24 21:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.46','2019-08-24 22:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.62','2019-08-25 00:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.132','2019-08-25 03:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.143','2019-08-25 08:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.37','2019-08-25 08:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.151','2019-08-25 08:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.129','2019-08-25 09:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.146','2019-08-25 17:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.138','2019-08-26 00:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.84','2019-08-26 00:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.25','2019-08-26 05:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.40','2019-08-26 05:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.29','2019-08-26 07:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.0.129.50','2019-08-26 08:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.62','2019-08-26 12:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.142','2019-08-26 16:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.166.204.102','2019-08-26 16:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.242.162.51','2019-08-26 16:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.46','2019-08-26 17:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.140','2019-08-26 20:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.149.44','2019-08-27 05:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.173','2019-08-27 09:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.216.187.218','2019-08-27 11:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.173','2019-08-27 11:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.139','2019-08-27 17:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.33','2019-08-27 20:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2019-08-28 04:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2019-08-28 09:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2019-08-28 11:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2019-08-28 11:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.40','2019-08-28 13:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.37','2019-08-28 13:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.120','2019-08-29 02:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'91.242.162.46','2019-08-29 13:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'91.242.162.46','2019-08-29 14:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'91.242.162.46','2019-08-29 14:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.136','2019-08-29 16:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.129','2019-08-29 20:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.146','2019-08-29 21:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2019-08-29 21:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.133','2019-08-30 00:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.90','2019-08-30 02:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.132','2019-08-30 08:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.151.228.19','2019-08-30 10:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.79.62','2019-08-30 12:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'122.249.189.231','2019-08-30 13:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.157.240.146','2019-08-30 13:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.33','2019-08-30 14:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.37','2019-08-30 14:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.26','2019-08-30 16:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.40','2019-08-30 16:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.163','2019-08-30 19:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2019-08-30 20:02:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.79.37','2019-08-30 20:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.79.40','2019-08-31 03:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.46','2019-08-31 03:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.33','2019-08-31 03:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.33','2019-08-31 07:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.129','2019-08-31 15:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.6','2019-08-31 15:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.198','2019-08-31 17:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.152','2019-08-31 20:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.146','2019-09-01 02:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2019-09-01 07:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.162','2019-09-01 08:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.193','2019-09-01 19:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.132','2019-09-01 21:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.149','2019-09-02 00:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.152','2019-09-02 04:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.143','2019-09-02 08:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.129','2019-09-02 10:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.133','2019-09-03 00:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.133','2019-09-03 00:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.148','2019-09-03 01:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'91.242.162.26','2019-09-03 05:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.146','2019-09-03 08:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'91.242.162.83','2019-09-03 11:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'91.242.162.83','2019-09-03 11:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.133','2019-09-03 14:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.169.199.184','2019-09-03 16:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'91.242.162.66','2019-09-03 22:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.51','2019-09-04 03:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.19','2019-09-04 07:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.138','2019-09-04 07:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.145','2019-09-04 10:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.169','2019-09-04 18:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2019-09-04 21:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.154','2019-09-05 06:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.18.154.120','2019-09-05 13:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2019-09-05 15:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.134','2019-09-05 15:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.148','2019-09-06 01:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.155','2019-09-06 08:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.151.81.189','2019-09-06 10:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.145','2019-09-06 12:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.79','2019-09-06 17:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.153','2019-09-06 19:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.6','2019-09-06 22:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.139','2019-09-07 00:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.55','2019-09-07 02:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.146','2019-09-07 10:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.144','2019-09-07 14:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.150.1','2019-09-07 15:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.148','2019-09-07 22:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2019-09-07 22:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.161','2019-09-08 01:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.130','2019-09-08 01:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.52','2019-09-08 06:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.134','2019-09-08 17:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.154','2019-09-08 18:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.154','2019-09-08 18:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.143','2019-09-09 00:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.248','2019-09-09 01:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.150.114','2019-09-09 07:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.144','2019-09-09 15:17:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.46','2019-09-09 22:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2019-09-10 06:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2019-09-10 07:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2019-09-10 11:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2019-09-10 15:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.151.81.189','2019-09-10 17:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.208','2019-09-10 19:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.208','2019-09-10 20:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'91.242.162.34','2019-09-11 00:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'91.242.162.34','2019-09-11 01:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'91.242.162.34','2019-09-11 01:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'91.242.162.34','2019-09-11 01:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.174','2019-09-11 01:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.138','2019-09-11 03:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.11.138.129','2019-09-11 14:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2019-09-11 16:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2019-09-12 08:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.156','2019-09-12 10:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2019-09-12 10:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.149','2019-09-12 12:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2019-09-12 13:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2019-09-12 18:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2019-09-13 01:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2019-09-13 03:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2019-09-13 04:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.137','2019-09-13 23:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.161','2019-09-14 06:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.167','2019-09-14 08:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2019-09-14 08:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.132','2019-09-14 10:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.247','2019-09-14 14:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.132','2019-09-14 17:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.129','2019-09-14 19:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.148','2019-09-14 23:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.138','2019-09-15 00:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.132','2019-09-15 04:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.135','2019-09-15 16:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.142','2019-09-15 17:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.13','2019-09-15 21:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.136','2019-09-16 09:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.103','2019-09-16 12:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.150.54','2019-09-16 14:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.90','2019-09-16 15:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.7','2019-09-16 15:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.136','2019-09-16 16:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.73.188.4','2019-09-16 16:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.129','2019-09-17 11:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2019-09-17 11:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.144','2019-09-17 14:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.208','2019-09-17 14:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.193','2019-09-17 21:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.161','2019-09-17 22:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.139','2019-09-17 23:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.163','2019-09-18 01:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.145','2019-09-18 07:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.141.129.30','2019-09-18 07:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.141.129.30','2019-09-18 07:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'153.156.185.212','2019-09-18 15:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'153.156.185.212','2019-09-18 15:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.138','2019-09-18 19:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.147','2019-09-18 20:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.130','2019-09-19 00:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.149','2019-09-19 01:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.129','2019-09-19 05:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.149.14','2019-09-19 09:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.201.7.159','2019-09-19 14:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.201.7.159','2019-09-19 14:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.201.7.159','2019-09-19 14:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.201.7.159','2019-09-19 15:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.138','2019-09-19 15:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.136','2019-09-19 20:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.129','2019-09-19 21:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.44','2019-09-20 02:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.145','2019-09-20 04:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.147','2019-09-20 05:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.154','2019-09-20 06:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.62','2019-09-20 09:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.139','2019-09-20 12:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.150.43','2019-09-20 20:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.150.31','2019-09-21 00:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.87','2019-09-21 00:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.71','2019-09-21 03:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.142','2019-09-21 06:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.150.95','2019-09-21 07:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.163','2019-09-21 07:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.133','2019-09-21 08:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.255','2019-09-21 12:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.45.247.220','2019-09-21 18:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.48','2019-09-22 02:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.144','2019-09-22 14:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.48','2019-09-22 14:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.129','2019-09-22 16:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.162.161.148','2019-09-22 17:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.166','2019-09-22 19:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.171','2019-09-22 19:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.162.161.148','2019-09-22 20:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.10','2019-09-23 03:52:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.134','2019-09-23 04:48:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.163','2019-09-23 15:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.153','2019-09-23 22:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.93','2019-09-24 00:42:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.129','2019-09-24 01:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.108','2019-09-24 04:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.154','2019-09-24 14:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.62','2019-09-24 14:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.154','2019-09-24 19:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.149','2019-09-24 23:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.133','2019-09-25 05:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.138','2019-09-25 06:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.150.10','2019-09-25 10:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.190','2019-09-25 20:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.45.247.220','2019-09-25 20:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.135','2019-09-25 21:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.118','2019-09-25 22:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.145','2019-09-25 22:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.138','2019-09-25 23:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'40.77.167.138','2019-09-26 01:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.242.162.75','2019-09-26 02:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.147','2019-09-26 05:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.144','2019-09-26 16:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.131','2019-09-26 21:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.145','2019-09-27 00:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.151','2019-09-27 08:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.163','2019-09-27 11:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.68.119.33','2019-09-28 06:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.68.119.33','2019-09-28 06:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.68.119.33','2019-09-28 06:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.68.119.33','2019-09-28 06:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.68.119.33','2019-09-28 06:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'177.38.2.44','2019-09-28 11:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'177.38.2.44','2019-09-28 11:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'177.38.2.44','2019-09-28 11:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'177.38.2.44','2019-09-28 11:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'177.38.2.44','2019-09-28 11:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'40.77.167.61','2019-09-28 12:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.241','2019-09-28 18:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.141','2019-09-28 19:30:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.89','2019-09-28 20:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.183','2019-09-28 21:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.84','2019-09-29 04:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.54','2019-09-29 20:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'94.64.255.201','2019-09-29 21:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'94.64.255.201','2019-09-29 21:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'94.64.255.201','2019-09-29 21:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'94.64.255.201','2019-09-29 21:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'94.64.255.201','2019-09-29 21:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.117','2019-09-30 01:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.182','2019-09-30 05:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.249','2019-10-01 00:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.153','2019-10-01 04:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'195.34.15.98','2019-10-01 13:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'195.34.15.98','2019-10-01 13:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'195.34.15.98','2019-10-01 13:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'195.34.15.98','2019-10-01 13:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'195.34.15.98','2019-10-01 13:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.188','2019-10-01 14:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.142.20','2019-10-01 14:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.208.191.157','2019-10-01 14:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.149','2019-10-01 23:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'41.215.33.186','2019-10-02 02:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'41.215.33.186','2019-10-02 02:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'41.215.33.186','2019-10-02 02:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'41.215.33.186','2019-10-02 02:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'41.215.33.186','2019-10-02 02:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.147','2019-10-02 13:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2019-10-02 19:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.140','2019-10-02 20:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2019-10-02 22:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.186','2019-10-03 04:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.140','2019-10-03 17:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.130','2019-10-03 20:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.143','2019-10-03 21:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.146','2019-10-03 22:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.146','2019-10-04 02:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.140','2019-10-04 11:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.153','2019-10-04 12:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.22','2019-10-05 00:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.241','2019-10-05 08:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.144.142.19','2019-10-05 09:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.144.142.19','2019-10-05 09:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.144.142.19','2019-10-05 09:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.144.142.19','2019-10-05 09:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.144.142.19','2019-10-05 09:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.125.125.181','2019-10-05 14:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.125.125.181','2019-10-05 14:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.125.125.181','2019-10-05 14:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.57.33.254','2019-10-06 08:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.57.33.254','2019-10-06 08:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.57.33.254','2019-10-06 08:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.57.33.254','2019-10-06 08:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.57.33.254','2019-10-06 08:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.39.220','2019-10-06 08:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.77','2019-10-06 16:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.140','2019-10-06 16:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.146','2019-10-06 17:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.136','2019-10-06 17:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.129','2019-10-06 19:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.151','2019-10-07 01:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.132','2019-10-07 14:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.163','2019-10-07 15:11:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.154','2019-10-07 16:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.151','2019-10-07 19:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.135','2019-10-07 23:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.243','2019-10-08 02:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.143','2019-10-08 14:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.135','2019-10-08 14:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.134','2019-10-08 15:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.142','2019-10-08 19:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.150.25','2019-10-08 22:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.131','2019-10-08 23:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.123','2019-10-09 01:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.250','2019-10-09 06:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.150','2019-10-09 06:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2019-10-09 12:06:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.134','2019-10-09 23:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.147','2019-10-09 23:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.130','2019-10-10 01:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.150.68','2019-10-10 16:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.121.103.156','2019-10-10 20:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.1.145.192','2019-10-10 20:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.148','2019-10-10 21:40:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.139','2019-10-11 06:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.77','2019-10-11 07:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.9','2019-10-12 07:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.149','2019-10-12 14:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.143','2019-10-13 03:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.5','2019-10-13 03:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.150.132','2019-10-13 09:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.149','2019-10-13 11:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.162','2019-10-13 18:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.5.10.59','2019-10-14 02:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'110.5.10.59','2019-10-14 02:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.137','2019-10-14 05:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.205','2019-10-14 08:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.132','2019-10-14 09:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.95','2019-10-14 10:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.130','2019-10-14 11:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.161','2019-10-14 12:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.140','2019-10-14 20:03:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'177.185.206.150','2019-10-15 02:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'177.185.206.150','2019-10-15 02:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.129','2019-10-15 07:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.170','2019-10-15 09:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.145','2019-10-15 10:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.132','2019-10-15 12:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.63','2019-10-15 17:01:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.1.132.167','2019-10-15 17:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2019-10-15 21:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2019-10-15 21:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2019-10-15 21:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.140','2019-10-15 22:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2019-10-16 00:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2019-10-16 00:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2019-10-16 00:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2019-10-16 00:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2019-10-16 00:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2019-10-16 00:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2019-10-16 00:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2019-10-16 00:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2019-10-16 00:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2019-10-16 00:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2019-10-16 00:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2019-10-16 00:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2019-10-16 00:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2019-10-16 00:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2019-10-16 00:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2019-10-16 00:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2019-10-16 00:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2019-10-16 00:29:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2019-10-16 00:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2019-10-16 00:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2019-10-16 00:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2019-10-16 00:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2019-10-16 00:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.135','2019-10-16 00:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2019-10-16 01:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2019-10-16 03:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2019-10-16 03:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2019-10-16 03:44:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.112','2019-10-16 04:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.15','2019-10-16 07:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.94','2019-10-16 07:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.151.228.19','2019-10-16 14:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.142','2019-10-17 07:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.149','2019-10-17 13:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.163','2019-10-17 14:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.238','2019-10-17 14:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.131','2019-10-18 08:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.104','2019-10-18 09:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.150.75','2019-10-18 13:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.120','2019-10-18 17:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.136','2019-10-19 20:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.139','2019-10-20 12:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.32','2019-10-20 13:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.154','2019-10-20 14:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.161','2019-10-20 23:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.129','2019-10-21 12:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.146','2019-10-21 20:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.150.79','2019-10-21 22:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.140','2019-10-22 05:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.255','2019-10-22 07:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.139','2019-10-22 07:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.151','2019-10-22 12:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.163','2019-10-22 13:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.132','2019-10-22 14:09:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.177','2019-10-23 01:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.150.25','2019-10-23 09:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.83','2019-10-23 14:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.45','2019-10-24 00:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.68','2019-10-24 09:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.163','2019-10-24 20:34:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.57','2019-10-24 21:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.134','2019-10-25 06:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.144','2019-10-25 07:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.151','2019-10-25 07:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.135','2019-10-25 14:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.178','2019-10-25 17:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.97.239.244','2019-10-25 19:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.150.35','2019-10-26 01:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.130','2019-10-26 02:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.152','2019-10-26 04:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.72','2019-10-26 05:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.142','2019-10-26 05:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.82','2019-10-27 00:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.137','2019-10-27 01:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.53','2019-10-27 01:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.133','2019-10-27 04:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.139','2019-10-27 07:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2019-10-27 13:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.203','2019-10-27 19:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'40.77.167.66','2019-10-28 00:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.109','2019-10-28 01:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.162.161.148','2019-10-28 05:46:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.141','2019-10-28 10:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.150.89','2019-10-28 12:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.241','2019-10-28 13:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.66.139.0','2019-10-28 13:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.113','2019-10-28 14:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.107','2019-10-28 14:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.150.104','2019-10-28 15:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.97','2019-10-28 18:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.37','2019-10-28 21:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.107','2019-10-28 23:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.131','2019-10-29 00:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.82.119.27','2019-10-29 00:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.19','2019-10-29 03:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.150.4','2019-10-29 05:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.140','2019-10-29 11:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.45','2019-10-30 01:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.132','2019-10-30 04:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.249.36.239','2019-10-30 23:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.179','2019-10-31 06:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'223.29.217.93','2019-10-31 11:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.150.73','2019-10-31 15:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.137','2019-10-31 18:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.136','2019-10-31 22:07:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.153','2019-11-01 08:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.162','2019-11-01 09:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'91.242.162.42','2019-11-01 11:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.106','2019-11-01 15:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.135','2019-11-01 23:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.141','2019-11-02 13:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.145','2019-11-02 14:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.153','2019-11-02 14:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.133','2019-11-03 06:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.209','2019-11-03 14:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2019-11-03 16:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.133','2019-11-03 17:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'91.242.162.21','2019-11-03 23:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.69','2019-11-04 03:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'58.64.157.185','2019-11-05 06:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.22','2019-11-05 11:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.132','2019-11-05 14:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.35','2019-11-05 19:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.134','2019-11-06 04:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.147','2019-11-06 07:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.141','2019-11-06 07:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.131','2019-11-06 10:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.139','2019-11-06 12:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.131','2019-11-06 12:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.165','2019-11-06 13:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.145','2019-11-07 08:48:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.133','2019-11-07 11:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.141','2019-11-08 00:48:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.151','2019-11-08 02:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.184','2019-11-08 03:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.28','2019-11-08 07:04:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.143','2019-11-08 13:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.145','2019-11-08 15:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.14','2019-11-08 17:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.77','2019-11-09 04:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.154','2019-11-09 05:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.131','2019-11-09 11:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.151','2019-11-09 12:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.160.206.37','2019-11-09 12:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.160.206.37','2019-11-09 12:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.160.206.37','2019-11-09 12:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.160.206.37','2019-11-09 12:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.160.206.37','2019-11-09 12:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.124','2019-11-09 15:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.168','2019-11-09 21:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.143','2019-11-10 01:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.245','2019-11-10 04:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.168','2019-11-10 08:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.162','2019-11-10 11:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.112','2019-11-10 13:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.142','2019-11-11 01:08:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.108','2019-11-11 09:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.163','2019-11-11 13:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.170.53.26','2019-11-11 16:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.147','2019-11-11 16:34:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.144','2019-11-11 22:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.154','2019-11-12 05:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.154','2019-11-12 07:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.146','2019-11-12 17:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:15:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-11-12 19:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.22','2019-11-13 06:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.143','2019-11-13 10:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.134','2019-11-13 13:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.110.178.16','2019-11-13 14:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.177','2019-11-13 15:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.148','2019-11-13 15:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2019-11-13 16:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.149','2019-11-14 05:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'91.242.162.78','2019-11-14 07:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.27','2019-11-14 10:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.190','2019-11-14 11:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.163','2019-11-14 14:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.150','2019-11-14 16:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.154','2019-11-15 02:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.26.36.24','2019-11-15 06:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.132','2019-11-15 09:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'117.92.112.148','2019-11-15 11:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.49','2019-11-15 21:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.190','2019-11-15 21:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.151','2019-11-15 22:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'112.111.246.113','2019-11-15 23:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.149.31','2019-11-16 08:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'115.231.100.43','2019-11-16 15:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'115.231.100.43','2019-11-16 15:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'115.231.100.43','2019-11-16 15:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'115.231.100.43','2019-11-16 15:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'115.231.100.43','2019-11-16 15:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.66','2019-11-16 17:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.69','2019-11-16 22:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.135','2019-11-17 06:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.132','2019-11-17 08:48:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.137','2019-11-17 09:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.151','2019-11-17 17:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.131','2019-11-17 21:19:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.143','2019-11-18 03:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'106.72.168.129','2019-11-18 06:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.153.209.237','2019-11-18 13:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.157','2019-11-18 19:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.134','2019-11-18 20:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.104','2019-11-18 23:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.163','2019-11-19 02:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2019-11-19 09:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.150','2019-11-19 15:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'182.167.233.94','2019-11-19 22:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.202','2019-11-19 23:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.247.7.183','2019-11-20 15:18:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.113','2019-11-20 15:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2019-11-21 00:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.247','2019-11-21 01:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.125.125.181','2019-11-21 03:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.125.125.181','2019-11-21 03:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.11','2019-11-21 06:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'106.72.168.129','2019-11-21 08:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.240.76.130','2019-11-21 10:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.204','2019-11-21 13:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.107','2019-11-21 15:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'91.242.162.69','2019-11-21 21:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.223','2019-11-22 01:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.144','2019-11-22 04:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2019-11-22 09:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'121.57.166.131','2019-11-22 14:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.133','2019-11-22 16:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.150.81','2019-11-22 20:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.146','2019-11-23 07:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.148','2019-11-23 13:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.150','2019-11-23 21:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.228','2019-11-24 00:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.115','2019-11-24 01:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.142','2019-11-24 03:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.130','2019-11-24 08:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.138','2019-11-24 09:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.137','2019-11-24 14:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.161','2019-11-24 18:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.148','2019-11-25 00:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.122','2019-11-25 12:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.143','2019-11-25 20:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.148','2019-11-25 21:09:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.151.252.213','2019-11-26 03:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'40.77.167.29','2019-11-26 05:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.132','2019-11-26 07:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.50','2019-11-26 11:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.150.42','2019-11-26 13:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.4','2019-11-26 13:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.120.127.126','2019-11-26 14:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'182.50.132.2','2019-11-27 03:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2019-11-27 04:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.134','2019-11-27 22:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.134','2019-11-28 03:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.150.109','2019-11-28 11:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.52','2019-11-28 16:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.138','2019-11-28 18:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.139','2019-11-28 20:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.117.38.204','2019-11-28 21:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.133','2019-11-29 05:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.184','2019-11-29 06:09:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.151','2019-11-29 09:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.174','2019-11-29 09:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.216.187.219','2019-11-29 09:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.62.49.86','2019-11-29 09:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.130','2019-11-29 17:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2019-11-29 20:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.161','2019-11-29 23:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.154','2019-11-29 23:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.153','2019-11-30 00:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.184','2019-11-30 00:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2019-11-30 01:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.42','2019-11-30 05:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.172','2019-11-30 05:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.166','2019-11-30 07:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.139','2019-11-30 08:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.145','2019-11-30 12:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.151','2019-11-30 16:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.112','2019-11-30 18:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.150.62','2019-11-30 20:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.236.115.146','2019-11-30 20:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'183.12.86.241','2019-12-01 03:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.102.13.160','2019-12-01 04:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'14.106.106.126','2019-12-01 05:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2019-12-01 08:55:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.141','2019-12-01 11:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.150','2019-12-01 12:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.133','2019-12-01 14:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'140.237.162.57','2019-12-01 16:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'223.244.152.50','2019-12-01 16:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'163.44.53.153','2019-12-01 18:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'123.171.164.68','2019-12-01 21:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'117.176.200.121','2019-12-01 21:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.99.14.221','2019-12-01 22:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.5','2019-12-02 04:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2019-12-02 04:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.250','2019-12-02 07:56:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.152','2019-12-02 14:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'81.180.226.98','2019-12-02 20:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.183','2019-12-03 00:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.138','2019-12-03 04:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2019-12-03 11:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.57','2019-12-03 14:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.132','2019-12-03 17:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.5','2019-12-04 01:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.153','2019-12-04 06:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.150.38','2019-12-04 06:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.129','2019-12-04 16:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.87','2019-12-04 17:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.146','2019-12-04 17:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2019-12-04 21:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.127','2019-12-04 21:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.132','2019-12-05 05:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.144','2019-12-05 10:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.150.10','2019-12-05 13:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.129','2019-12-05 13:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.153','2019-12-05 15:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'187.188.14.112','2019-12-05 18:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.138','2019-12-06 01:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.4','2019-12-06 07:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.162','2019-12-06 09:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2019-12-06 16:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.204','2019-12-06 22:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.143','2019-12-07 00:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.204','2019-12-07 01:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.141','2019-12-07 01:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.134','2019-12-07 02:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.90','2019-12-07 08:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2019-12-07 08:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'117.90.21.175','2019-12-07 09:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.149','2019-12-07 10:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.41','2019-12-07 11:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.70','2019-12-07 16:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.150.87','2019-12-07 23:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.152','2019-12-08 09:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.220.155.201','2019-12-08 19:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.134','2019-12-09 00:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.84','2019-12-09 04:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.162','2019-12-09 06:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2019-12-09 11:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.50','2019-12-09 12:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.10','2019-12-09 20:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.106','2019-12-10 02:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:15:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.63.194.45','2019-12-10 02:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.151','2019-12-10 02:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.145','2019-12-10 02:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.161','2019-12-10 07:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.146','2019-12-10 23:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.130','2019-12-11 05:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.149','2019-12-11 05:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.152','2019-12-11 08:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2019-12-11 12:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2019-12-11 13:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.145','2019-12-11 13:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2019-12-11 17:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.142','2019-12-11 20:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2019-12-11 20:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.150.41','2019-12-12 13:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2019-12-12 19:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.133','2019-12-12 23:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.251','2019-12-13 00:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'50.62.177.117','2019-12-13 01:18:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.22','2019-12-13 05:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.155','2019-12-13 08:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2019-12-13 10:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2019-12-13 12:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2019-12-13 15:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'50.62.176.179','2019-12-13 19:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2019-12-13 19:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.150','2019-12-13 21:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2019-12-14 01:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2019-12-14 04:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2019-12-14 05:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.162','2019-12-14 10:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'14.11.8.161','2019-12-14 19:33:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.224','2019-12-14 19:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.132','2019-12-15 00:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2019-12-15 06:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.154','2019-12-15 11:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.143','2019-12-15 12:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.64','2019-12-15 19:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.134','2019-12-15 23:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.97','2019-12-16 01:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.163','2019-12-16 02:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.148','2019-12-16 09:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.129','2019-12-16 13:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.163','2019-12-16 17:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.153','2019-12-16 18:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.134','2019-12-16 23:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.187','2019-12-17 02:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.152','2019-12-17 04:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.149','2019-12-17 06:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.136','2019-12-17 15:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.181','2019-12-18 02:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2019-12-18 03:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.132','2019-12-18 07:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.162','2019-12-18 07:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'91.242.162.40','2019-12-18 09:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'91.242.162.40','2019-12-18 10:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'91.242.162.40','2019-12-18 10:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.180','2019-12-18 15:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.150.73','2019-12-19 06:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.143','2019-12-20 05:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.151','2019-12-20 05:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.116','2019-12-20 06:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.32','2019-12-20 10:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.148','2019-12-20 13:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.32','2019-12-20 16:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.138','2019-12-21 07:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.135','2019-12-21 11:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.163','2019-12-21 20:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'123.125.125.181','2019-12-21 22:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.133','2019-12-22 00:47:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.152','2019-12-22 16:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.147','2019-12-22 16:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.134','2019-12-22 18:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.74','2019-12-22 20:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.149','2019-12-23 01:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.149','2019-12-23 06:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.27','2019-12-23 11:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.133','2019-12-23 11:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'91.242.162.23','2019-12-23 16:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.150.5','2019-12-23 22:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2019-12-24 02:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.146','2019-12-24 07:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.146','2019-12-24 09:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.161','2019-12-24 10:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.194','2019-12-24 10:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'122.30.186.215','2019-12-24 14:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.95','2019-12-25 00:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2019-12-25 12:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2019-12-25 12:52:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2019-12-25 12:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.130','2019-12-25 18:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2019-12-25 18:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2019-12-25 18:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2019-12-25 18:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2019-12-25 18:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2019-12-25 18:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2019-12-25 18:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2019-12-25 18:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2019-12-25 18:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2019-12-25 18:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2019-12-25 18:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2019-12-25 18:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2019-12-25 18:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2019-12-25 18:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2019-12-25 18:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2019-12-25 18:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2019-12-25 18:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2019-12-25 18:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2019-12-25 18:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2019-12-25 18:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2019-12-25 18:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2019-12-25 18:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2019-12-25 18:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2019-12-25 18:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.147','2019-12-25 20:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2019-12-25 20:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2019-12-25 23:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2019-12-25 23:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2019-12-25 23:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.154','2019-12-26 02:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.81','2019-12-26 12:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.147','2019-12-26 14:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.163','2019-12-26 21:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.80','2019-12-27 07:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.137','2019-12-27 13:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.9.80.14','2019-12-27 13:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'219.126.234.29','2019-12-27 16:11:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.29','2019-12-27 18:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.208.198.162','2019-12-28 03:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.136','2019-12-28 03:56:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.134','2019-12-28 08:31:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.188','2019-12-28 08:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.88.113','2019-12-28 08:54:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.146','2019-12-28 09:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.153','2019-12-28 09:33:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.149','2019-12-28 10:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.152','2019-12-28 21:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.146','2019-12-29 03:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.27','2019-12-29 17:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.135','2019-12-29 23:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.133','2019-12-30 00:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.67','2019-12-30 00:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.27','2019-12-30 00:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.162','2019-12-30 03:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.244.196.162','2019-12-30 10:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.244.196.162','2019-12-30 10:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.244.196.162','2019-12-30 10:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.244.196.162','2019-12-30 10:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.131','2019-12-30 10:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.217','2019-12-30 20:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.148','2019-12-30 21:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.63','2019-12-31 08:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.129','2019-12-31 09:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.91.225.68','2020-01-01 00:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.130','2020-01-01 00:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.162','2020-01-01 10:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.143','2020-01-01 16:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.161.151.71','2020-01-01 22:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.161.151.71','2020-01-01 22:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.154','2020-01-02 03:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.211','2020-01-02 04:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.150.99','2020-01-02 05:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.154','2020-01-02 06:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.129','2020-01-02 07:33:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.150.78','2020-01-02 09:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.154','2020-01-02 11:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.6','2020-01-02 23:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.175','2020-01-03 00:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2020-01-03 02:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2020-01-03 04:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.133','2020-01-03 05:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.139','2020-01-03 10:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.139','2020-01-03 12:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.83','2020-01-03 12:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.146','2020-01-03 14:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.31','2020-01-03 17:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.138','2020-01-03 19:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.161','2020-01-03 20:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.150.54','2020-01-03 20:47:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.183','2020-01-04 08:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.221','2020-01-04 09:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.125','2020-01-04 18:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.100','2020-01-04 18:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.100','2020-01-04 19:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.150.2','2020-01-04 19:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.211','2020-01-04 22:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.87','2020-01-05 02:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.137','2020-01-05 03:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.135','2020-01-05 05:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.105','2020-01-05 09:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.28','2020-01-05 20:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.150.68','2020-01-06 01:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'13.66.139.0','2020-01-06 02:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.188.211.100','2020-01-06 10:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.147','2020-01-06 11:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'180.9.80.14','2020-01-06 14:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.188.211.100','2020-01-06 22:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.161','2020-01-07 02:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.130','2020-01-07 21:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.61','2020-01-08 07:01:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.135','2020-01-08 08:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.130','2020-01-08 09:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'129.60.39.38','2020-01-08 10:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.52','2020-01-09 11:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.52','2020-01-09 11:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.150','2020-01-09 13:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.147','2020-01-09 13:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.148','2020-01-09 13:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.45','2020-01-09 16:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.147','2020-01-09 16:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.161','2020-01-09 18:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.135','2020-01-09 19:08:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.134','2020-01-09 22:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.140','2020-01-09 23:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'91.242.162.71','2020-01-10 01:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'91.242.162.71','2020-01-10 01:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.61','2020-01-10 16:42:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.150.186','2020-01-10 17:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.117.206.207','2020-01-10 18:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.129','2020-01-10 21:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.136','2020-01-11 14:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.142','2020-01-11 20:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.193','2020-01-11 23:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.153','2020-01-12 14:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.163','2020-01-13 01:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.146','2020-01-13 05:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.208.191.127','2020-01-13 11:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.13','2020-01-13 13:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.145','2020-01-13 19:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.162','2020-01-13 22:58:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.9','2020-01-14 07:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.130','2020-01-14 07:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'195.250.139.106','2020-01-14 18:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.161','2020-01-14 21:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.141','2020-01-14 22:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.90','2020-01-14 22:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.129','2020-01-15 00:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.7','2020-01-15 09:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'36.62.211.160','2020-01-15 10:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.137','2020-01-15 11:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.201.243','2020-01-15 12:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.131','2020-01-15 23:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.146','2020-01-16 01:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.140','2020-01-16 07:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.130','2020-01-16 15:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.150.54','2020-01-16 17:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.154','2020-01-17 08:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.143','2020-01-17 11:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.189','2020-01-17 14:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.137','2020-01-18 09:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.142.114.188','2020-01-19 21:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.83','2020-01-19 22:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.163','2020-01-19 23:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.146','2020-01-20 05:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.68','2020-01-20 10:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2020-01-20 11:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.141','2020-01-20 14:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.145','2020-01-20 15:18:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.163','2020-01-20 19:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.147','2020-01-20 19:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.152','2020-01-20 21:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.140','2020-01-21 09:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.146','2020-01-21 10:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.39','2020-01-21 18:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.148','2020-01-22 02:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.65','2020-01-22 07:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'60.32.99.131','2020-01-22 09:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.141','2020-01-22 23:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.150.81','2020-01-23 04:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'159.138.159.176','2020-01-23 14:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'159.138.150.238','2020-01-23 14:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'159.138.149.207','2020-01-23 14:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.101','2020-01-23 23:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.152','2020-01-24 00:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.219','2020-01-24 13:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.154','2020-01-24 15:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.142','2020-01-25 19:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.207','2020-01-26 01:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2020-01-26 10:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.207','2020-01-26 12:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.151','2020-01-26 15:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.249.46.178','2020-01-27 02:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.249.46.178','2020-01-27 02:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'220.249.46.178','2020-01-27 02:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.148','2020-01-27 08:04:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'133.163.14.18','2020-01-27 15:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.149.103','2020-01-28 04:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.134','2020-01-28 07:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.63','2020-01-28 12:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.160.196.155','2020-01-28 13:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'101.102.141.220','2020-01-28 18:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.153','2020-01-29 08:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'195.154.183.25','2020-01-29 08:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.0.208.130','2020-01-29 09:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2020-01-29 18:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2020-01-29 19:29:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.6','2020-01-29 21:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.132','2020-01-30 10:13:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.146','2020-01-30 21:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.137','2020-01-30 23:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.188.210.4','2020-01-31 00:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.132','2020-01-31 01:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.146','2020-01-31 07:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.163','2020-01-31 10:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.244.196.162','2020-01-31 11:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'146.160.194.2','2020-01-31 11:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.47','2020-02-01 05:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.148','2020-02-01 09:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.148','2020-02-01 19:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.88','2020-02-01 21:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'195.154.183.25','2020-02-02 02:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.8','2020-02-02 06:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.144','2020-02-02 16:52:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.159','2020-02-02 18:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.13','2020-02-03 02:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.133','2020-02-03 04:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.144','2020-02-03 05:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.21','2020-02-03 06:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'195.154.183.25','2020-02-03 07:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.136','2020-02-03 14:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.7','2020-02-03 22:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.28','2020-02-03 23:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.161','2020-02-04 05:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.139','2020-02-04 09:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.49','2020-02-04 09:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.163','2020-02-04 14:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.173','2020-02-04 21:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.143','2020-02-04 22:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.33','2020-02-05 01:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.150.109','2020-02-05 02:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2020-02-05 19:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.147','2020-02-05 19:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.130','2020-02-05 21:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.188.45.79','2020-02-06 02:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.103','2020-02-06 07:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.114','2020-02-06 09:29:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.137','2020-02-06 09:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.234','2020-02-06 20:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.146','2020-02-07 06:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.130','2020-02-07 07:43:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.154','2020-02-07 09:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.236','2020-02-07 10:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.133.171.112','2020-02-07 11:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.133.171.112','2020-02-07 12:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'195.154.183.25','2020-02-08 02:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.150.27','2020-02-08 04:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.150.178','2020-02-08 08:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.150.42','2020-02-08 08:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.53','2020-02-08 09:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.162','2020-02-08 14:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.138','2020-02-08 16:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.161','2020-02-09 06:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2020-02-09 08:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.132','2020-02-09 17:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.55','2020-02-09 19:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.188.84.6','2020-02-09 22:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.182','2020-02-10 03:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.196.87.153','2020-02-10 05:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'151.80.39.49','2020-02-10 06:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'151.80.39.49','2020-02-10 10:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.151','2020-02-10 11:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.16','2020-02-10 16:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.168','2020-02-10 17:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.150.35','2020-02-10 20:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.229','2020-02-10 20:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.152','2020-02-11 04:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.66','2020-02-11 06:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.161','2020-02-11 13:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.134','2020-02-11 15:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.151','2020-02-11 22:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.142','2020-02-12 00:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.145','2020-02-12 02:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.9','2020-02-12 04:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'210.139.45.47','2020-02-12 04:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.132','2020-02-12 19:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.147','2020-02-12 22:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'180.11.255.173','2020-02-12 22:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.215','2020-02-13 02:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.137','2020-02-13 19:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.150','2020-02-13 20:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.149','2020-02-13 22:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.111','2020-02-14 14:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.92','2020-02-14 20:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.228','2020-02-14 21:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.150.96','2020-02-15 02:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.150.27','2020-02-15 03:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.137','2020-02-15 10:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.4.30.55','2020-02-15 13:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.4.30.55','2020-02-15 13:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.134','2020-02-16 04:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.141','2020-02-16 04:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.88','2020-02-16 15:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.136','2020-02-17 00:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.236','2020-02-17 07:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.149','2020-02-17 08:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.141','2020-02-17 08:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.146','2020-02-17 11:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.133','2020-02-17 17:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.150.122','2020-02-17 23:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.132','2020-02-17 23:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.189','2020-02-18 01:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.191','2020-02-18 10:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.131','2020-02-18 15:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.208','2020-02-18 19:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.135','2020-02-18 21:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.145','2020-02-18 22:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.150','2020-02-19 03:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.150.172','2020-02-19 05:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.129','2020-02-19 09:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'49.98.147.61','2020-02-19 13:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'194.60.254.243','2020-02-19 18:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.132','2020-02-19 18:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2020-02-19 19:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.80','2020-02-20 11:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.143','2020-02-20 16:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.149.61','2020-02-20 17:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.247','2020-02-20 19:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2020-02-21 04:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.151','2020-02-21 07:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.148','2020-02-22 00:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.150.44','2020-02-22 06:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.254','2020-02-22 06:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2020-02-22 08:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.153','2020-02-22 12:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.48','2020-02-22 13:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.163','2020-02-23 02:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.139','2020-02-23 18:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.152','2020-02-24 08:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'125.206.246.253','2020-02-24 11:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'125.206.246.253','2020-02-24 11:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.134','2020-02-24 12:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2020-02-24 14:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.132','2020-02-24 20:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.137','2020-02-24 22:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.182.57.105','2020-02-25 01:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.182.57.105','2020-02-25 01:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.161','2020-02-25 03:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.151','2020-02-25 03:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.143','2020-02-25 05:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.143','2020-02-25 06:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'49.149.104.215','2020-02-25 07:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.144','2020-02-25 10:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'125.202.3.193','2020-02-25 12:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.134','2020-02-25 15:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.150','2020-02-25 23:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.149','2020-02-26 02:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.145.38.227','2020-02-26 04:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2020-02-26 12:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2020-02-26 12:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2020-02-26 12:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2020-02-26 17:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2020-02-26 17:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2020-02-26 17:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2020-02-26 17:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2020-02-26 17:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2020-02-26 17:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2020-02-26 17:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2020-02-26 17:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2020-02-26 17:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2020-02-26 17:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2020-02-26 17:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2020-02-26 17:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2020-02-26 17:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2020-02-26 17:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2020-02-26 17:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2020-02-26 17:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2020-02-26 17:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2020-02-26 17:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2020-02-26 17:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2020-02-26 17:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2020-02-26 17:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2020-02-26 17:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2020-02-26 17:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2020-02-26 19:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2020-02-26 22:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2020-02-26 22:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2020-02-26 22:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.150','2020-02-26 23:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2020-02-27 03:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'69.197.139.242','2020-02-27 22:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.154','2020-02-27 22:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'153.156.16.150','2020-02-28 14:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.144','2020-02-28 16:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'195.154.226.67','2020-02-28 17:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.150','2020-02-29 04:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.148','2020-02-29 05:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.139','2020-02-29 07:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.140','2020-02-29 18:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2020-02-29 21:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2020-03-01 02:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.133','2020-03-01 03:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.146','2020-03-01 04:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.150.118','2020-03-01 06:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.132','2020-03-01 15:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.150.132','2020-03-02 02:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.139','2020-03-02 05:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.220','2020-03-02 05:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'175.173.220.197','2020-03-02 09:18:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'116.248.186.14','2020-03-02 09:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'124.112.204.91','2020-03-02 09:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2020-03-02 09:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.137','2020-03-02 11:34:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.143','2020-03-02 18:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.150.84','2020-03-02 22:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.212.191.58','2020-03-03 05:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.141','2020-03-03 10:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2020-03-03 19:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.143','2020-03-03 20:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.51','2020-03-03 23:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2020-03-03 23:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.51','2020-03-04 05:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.137','2020-03-04 08:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.219.64.50','2020-03-04 12:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'163.221.126.53','2020-03-04 20:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2020-03-05 07:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.144','2020-03-05 09:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.49','2020-03-05 15:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2020-03-06 03:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.149','2020-03-06 10:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.145','2020-03-06 16:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.43.87.226','2020-03-06 20:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.150','2020-03-07 03:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2020-03-07 10:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2020-03-07 17:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.129','2020-03-07 23:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.136','2020-03-08 00:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.29','2020-03-08 03:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.147','2020-03-08 07:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2020-03-08 09:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.166','2020-03-08 09:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.213','2020-03-08 09:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.99.15.130','2020-03-08 14:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.206','2020-03-08 15:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.139','2020-03-08 17:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.141','2020-03-08 22:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.163','2020-03-09 13:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.238.8.65','2020-03-09 15:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.211','2020-03-09 15:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.130','2020-03-10 09:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.153','2020-03-10 09:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2020-03-10 11:40:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'140.227.35.72','2020-03-10 12:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.144','2020-03-10 16:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.133','2020-03-10 18:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2020-03-11 06:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.134','2020-03-11 07:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.75.65.86','2020-03-11 10:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.75.65.86','2020-03-11 10:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.75.65.86','2020-03-11 10:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.150.98','2020-03-11 11:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.36','2020-03-11 11:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.131','2020-03-11 13:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.101','2020-03-12 02:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.63','2020-03-12 05:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'117.95.24.251','2020-03-12 05:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.146','2020-03-12 11:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2020-03-12 12:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'180.125.97.172','2020-03-12 12:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2020-03-12 12:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.38','2020-03-12 13:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.51','2020-03-12 14:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2020-03-12 17:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2020-03-12 20:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.255','2020-03-13 01:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.70','2020-03-13 04:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.3','2020-03-13 04:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.151','2020-03-13 18:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2020-03-13 19:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.150.40','2020-03-13 21:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'139.178.68.146','2020-03-14 08:52:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'139.178.68.146','2020-03-14 08:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'139.178.68.146','2020-03-14 08:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2020-03-14 09:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2020-03-14 11:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2020-03-14 14:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2020-03-14 18:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.139','2020-03-14 18:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2020-03-15 00:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.137','2020-03-15 00:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2020-03-15 02:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2020-03-15 03:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'182.244.169.21','2020-03-15 08:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.142','2020-03-15 10:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.163','2020-03-15 19:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.144','2020-03-15 19:49:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.34','2020-03-16 02:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.48','2020-03-16 02:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'60.2.194.26','2020-03-16 02:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2020-03-16 03:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.136','2020-03-16 08:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.171.169.8','2020-03-16 10:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'106.5.31.88','2020-03-16 17:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'183.165.41.245','2020-03-16 17:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.163','2020-03-16 22:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.192','2020-03-16 22:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2020-03-17 04:38:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2020-03-17 06:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2020-03-17 09:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.53','2020-03-17 09:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'60.189.137.234','2020-03-17 13:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.165.64','2020-03-17 13:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.249.46.178','2020-03-17 13:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.249.46.178','2020-03-17 13:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.154','2020-03-18 00:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.135','2020-03-18 04:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.141','2020-03-18 11:00:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.131','2020-03-18 13:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.153','2020-03-18 19:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2020-03-18 22:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.205','2020-03-18 23:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.220','2020-03-19 02:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.196.87.153','2020-03-19 05:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.196.87.153','2020-03-19 05:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.196.87.153','2020-03-19 05:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.130','2020-03-19 06:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.148','2020-03-19 07:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.248','2020-03-19 07:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'129.226.52.232','2020-03-19 09:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'151.80.39.49','2020-03-19 11:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.196.87.153','2020-03-19 11:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'151.80.39.49','2020-03-19 11:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.196.87.153','2020-03-19 11:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'151.80.39.49','2020-03-19 14:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.196.87.153','2020-03-19 14:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.196.87.153','2020-03-19 14:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.196.87.153','2020-03-19 14:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'151.80.39.49','2020-03-19 15:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'151.80.39.49','2020-03-19 15:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.196.87.153','2020-03-19 15:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'151.80.39.49','2020-03-19 15:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.163','2020-03-19 18:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.149.98','2020-03-20 00:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.196.87.153','2020-03-20 06:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'151.80.39.49','2020-03-20 06:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.154','2020-03-20 09:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.96','2020-03-20 10:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.135','2020-03-20 11:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.150.35','2020-03-20 12:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.149.107','2020-03-20 12:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.208.189.91','2020-03-20 12:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.160.92','2020-03-20 17:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.150.103','2020-03-20 19:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.90','2020-03-20 20:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.100','2020-03-21 01:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.53','2020-03-21 01:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.130','2020-03-21 08:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.139','2020-03-21 08:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.150.109','2020-03-22 01:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'151.80.39.49','2020-03-22 02:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'151.80.39.49','2020-03-22 03:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.152','2020-03-22 04:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.236.181.75','2020-03-22 13:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.236.181.75','2020-03-22 13:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.236.181.75','2020-03-22 13:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.236.181.75','2020-03-22 13:22:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.236.181.75','2020-03-22 13:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'118.236.181.75','2020-03-22 14:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'118.236.181.75','2020-03-22 14:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'118.236.181.75','2020-03-22 14:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.213','2020-03-22 20:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.136','2020-03-22 22:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.255','2020-03-23 00:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'151.80.39.49','2020-03-23 06:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'151.80.39.49','2020-03-23 06:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.196.87.153','2020-03-23 06:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.196.87.153','2020-03-23 06:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'151.80.39.49','2020-03-23 06:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.196.87.153','2020-03-23 06:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.11.154.195','2020-03-23 10:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.137','2020-03-23 17:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.154','2020-03-23 21:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.143','2020-03-23 23:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.57','2020-03-24 04:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.150','2020-03-24 05:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.154','2020-03-24 07:24:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.208','2020-03-24 14:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.66','2020-03-24 18:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.152','2020-03-24 19:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.138','2020-03-24 21:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.71','2020-03-24 22:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.4','2020-03-25 00:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.148','2020-03-25 05:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.129','2020-03-25 06:40:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'168.235.194.71','2020-03-25 08:36:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'58.5.61.127','2020-03-25 23:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.153','2020-03-26 05:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'203.141.134.70','2020-03-26 13:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.162','2020-03-26 14:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.142','2020-03-26 18:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.154','2020-03-26 20:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.135','2020-03-27 08:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.163','2020-03-27 10:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.114','2020-03-27 16:21:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.132','2020-03-27 18:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.143','2020-03-28 04:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.153','2020-03-28 10:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.137','2020-03-28 16:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.193.230.2','2020-03-28 20:03:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.144','2020-03-29 02:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.48','2020-03-29 04:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.162','2020-03-29 08:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.149','2020-03-30 01:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.1','2020-03-30 07:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.102','2020-03-30 10:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.246.252.101','2020-03-30 11:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.246.252.101','2020-03-30 11:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'13.66.190.44','2020-03-30 14:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.137','2020-03-30 19:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.133','2020-03-31 17:45:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.162','2020-03-31 18:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.131','2020-03-31 22:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.135','2020-03-31 22:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.162','2020-03-31 22:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.84.108.232','2020-04-01 01:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.140','2020-04-01 01:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'118.172.201.32','2020-04-01 04:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.142','2020-04-01 05:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.15.94.248','2020-04-01 10:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.15.94.248','2020-04-01 10:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.15.94.248','2020-04-01 10:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.214.90.252','2020-04-01 21:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.142','2020-04-01 23:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.164.226','2020-04-02 00:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'18.218.189.209','2020-04-02 09:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'18.218.189.209','2020-04-02 09:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'18.218.189.209','2020-04-02 09:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.43','2020-04-02 13:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.135','2020-04-02 22:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.119.162.25','2020-04-02 22:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'186.235.159.202','2020-04-03 01:44:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.147','2020-04-03 06:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.153','2020-04-03 06:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2020-04-03 12:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2020-04-03 14:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.153','2020-04-03 15:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.139','2020-04-03 22:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.138','2020-04-04 00:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.161.112','2020-04-04 02:40:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.151','2020-04-04 09:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.52','2020-04-04 15:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.43','2020-04-04 21:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.142','2020-04-04 23:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.214','2020-04-05 05:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.138','2020-04-05 06:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.142','2020-04-05 06:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.134','2020-04-05 14:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.150.124','2020-04-05 16:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.154','2020-04-05 19:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.134','2020-04-05 22:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.134','2020-04-06 02:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.134','2020-04-06 12:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.134','2020-04-07 00:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.136','2020-04-07 05:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.67','2020-04-07 09:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.141','2020-04-07 12:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.119.162.188','2020-04-07 22:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.149','2020-04-08 03:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.153','2020-04-08 07:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.107','2020-04-08 16:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.142','2020-04-08 18:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.71','2020-04-09 00:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.33','2020-04-09 06:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.149','2020-04-09 07:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.231.182.123','2020-04-09 12:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.169','2020-04-09 14:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.73.194.14','2020-04-09 14:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'114.119.162.10','2020-04-09 19:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.148','2020-04-10 02:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.196.87.153','2020-04-10 05:07:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.63','2020-04-10 17:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.136','2020-04-11 00:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.150.133','2020-04-11 02:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.59','2020-04-11 08:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.109','2020-04-11 11:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.146','2020-04-11 12:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'77.111.245.18','2020-04-11 22:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.142','2020-04-12 02:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.136','2020-04-12 03:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.109','2020-04-12 23:14:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'107.180.109.29','2020-04-13 01:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.161.56','2020-04-14 01:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.144','2020-04-14 01:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.93','2020-04-14 01:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.188','2020-04-14 03:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.119.164.192','2020-04-14 04:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.119.165.64','2020-04-14 07:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.161.112','2020-04-14 16:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.162','2020-04-14 17:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.160.251','2020-04-14 18:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.136','2020-04-14 22:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.162','2020-04-14 22:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.150.128','2020-04-15 02:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.22','2020-04-15 03:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.144','2020-04-15 04:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.3','2020-04-15 04:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.96','2020-04-15 04:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.134','2020-04-15 04:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.150.183','2020-04-15 05:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.150.21','2020-04-15 17:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.129','2020-04-15 19:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2020-04-15 22:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'129.226.163.96','2020-04-16 00:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.134','2020-04-16 00:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.94','2020-04-16 01:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.113','2020-04-16 02:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.162.10','2020-04-16 03:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.160.92','2020-04-16 10:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.136','2020-04-16 10:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.165.64','2020-04-16 11:22:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.152','2020-04-16 12:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.165.64','2020-04-16 12:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.79','2020-04-16 13:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.14','2020-04-16 14:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.34','2020-04-16 14:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.227','2020-04-16 14:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.5','2020-04-16 15:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.149.20','2020-04-16 15:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.117','2020-04-16 15:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.107','2020-04-16 15:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.92','2020-04-16 15:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.149.22','2020-04-16 16:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.80','2020-04-16 16:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.98','2020-04-16 16:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.13','2020-04-16 16:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.38','2020-04-16 16:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.46','2020-04-16 17:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.119.162.25','2020-04-16 18:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.161','2020-04-16 18:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.22','2020-04-16 18:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.149','2020-04-16 18:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.132','2020-04-16 19:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.150.153','2020-04-17 00:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.140','2020-04-17 00:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.167','2020-04-17 01:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.150.187','2020-04-17 01:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.45','2020-04-17 02:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.68','2020-04-17 04:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.83','2020-04-17 04:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.161.56','2020-04-17 06:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.153','2020-04-17 08:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.148','2020-04-17 09:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.22','2020-04-17 12:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'101.110.34.210','2020-04-17 14:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.131','2020-04-17 16:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.162.75','2020-04-17 17:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.119.165.243','2020-04-17 19:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.134','2020-04-18 00:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.143','2020-04-18 02:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.119.162.75','2020-04-18 18:12:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.154','2020-04-18 19:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.162.25','2020-04-18 19:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.164.192','2020-04-19 06:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.150.136','2020-04-19 07:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.146','2020-04-19 09:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.172','2020-04-19 12:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.140','2020-04-19 23:24:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.38','2020-04-20 04:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'113.123.0.21','2020-04-20 07:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'113.123.0.21','2020-04-20 07:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.138','2020-04-20 10:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.142','2020-04-20 14:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.140','2020-04-20 15:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.137','2020-04-20 19:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.154','2020-04-20 23:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.134','2020-04-21 01:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'115.226.227.192','2020-04-21 01:54:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'115.226.227.192','2020-04-21 01:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'115.226.227.192','2020-04-21 01:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'115.226.227.192','2020-04-21 01:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.142','2020-04-21 03:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.150.65','2020-04-21 05:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.143','2020-04-21 14:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.145','2020-04-21 15:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.12','2020-04-22 01:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.150.167','2020-04-22 04:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.100','2020-04-22 04:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.148','2020-04-22 05:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.149.29','2020-04-22 11:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.46.155.31','2020-04-22 11:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.163','2020-04-22 14:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.112','2020-04-22 22:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.150.4','2020-04-22 22:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.153','2020-04-23 01:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.163','2020-04-23 02:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.153','2020-04-23 08:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.28','2020-04-23 10:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'121.101.78.44','2020-04-23 11:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.162','2020-04-23 17:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.129','2020-04-23 19:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.150.19','2020-04-23 19:41:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.76','2020-04-24 08:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.150','2020-04-24 11:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.139','2020-04-24 15:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.170','2020-04-24 16:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.163','2020-04-25 02:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.144','2020-04-26 08:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.131','2020-04-26 11:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.137','2020-04-26 15:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.137','2020-04-26 15:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'114.119.165.64','2020-04-26 18:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.219','2020-04-26 19:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.150','2020-04-27 03:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.7','2020-04-27 13:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'72.167.190.24','2020-04-27 19:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.71','2020-04-27 19:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.145','2020-04-27 21:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.148','2020-04-28 04:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.163','2020-04-28 06:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.131','2020-04-28 10:00:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2020-04-28 10:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.124.216.206','2020-04-28 10:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.124.216.206','2020-04-28 10:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.124.216.206','2020-04-28 10:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.124.216.206','2020-04-28 10:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.124.216.206','2020-04-28 10:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.124.216.206','2020-04-28 10:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2020-04-28 10:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.124.216.206','2020-04-28 10:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.124.216.206','2020-04-28 10:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.124.216.206','2020-04-28 10:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'202.124.216.206','2020-04-28 10:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.124.216.206','2020-04-28 10:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'202.124.216.206','2020-04-28 10:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'202.124.216.206','2020-04-28 10:31:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.124.216.206','2020-04-28 10:32:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.124.216.206','2020-04-28 10:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.124.216.206','2020-04-28 10:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.124.216.206','2020-04-28 10:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.139','2020-04-28 18:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.144','2020-04-29 00:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.153','2020-04-29 11:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.150.183','2020-04-29 15:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'87.101.80.202','2020-04-30 00:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'138.91.126.147','2020-04-30 02:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.41','2020-04-30 06:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.8','2020-04-30 17:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'40.77.167.99','2020-04-30 21:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'203.133.171.112','2020-04-30 22:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.99','2020-05-01 04:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.162','2020-05-01 05:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.226','2020-05-01 12:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.232','2020-05-01 12:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.143','2020-05-01 18:34:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2020-05-01 20:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2020-05-01 20:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2020-05-01 20:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2020-05-02 00:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2020-05-02 00:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2020-05-02 00:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2020-05-02 00:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2020-05-02 00:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2020-05-02 00:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2020-05-02 00:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2020-05-02 00:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2020-05-02 00:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2020-05-02 00:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2020-05-02 00:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2020-05-02 00:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2020-05-02 00:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2020-05-02 00:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2020-05-02 00:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2020-05-02 00:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2020-05-02 00:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2020-05-02 00:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2020-05-02 00:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2020-05-02 00:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2020-05-02 00:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2020-05-02 00:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2020-05-02 00:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2020-05-02 02:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.152','2020-05-02 03:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2020-05-02 04:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2020-05-02 04:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2020-05-02 04:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.152','2020-05-02 16:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.135','2020-05-02 19:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'198.71.235.76','2020-05-03 02:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.150.173','2020-05-03 06:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.150.39','2020-05-03 14:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.244','2020-05-03 18:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.152','2020-05-03 23:35:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'99.3.38.140','2020-05-04 04:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.50','2020-05-04 05:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.10','2020-05-04 05:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.38','2020-05-04 05:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.138','2020-05-04 05:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.51','2020-05-04 06:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.90','2020-05-04 06:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.117','2020-05-04 06:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.140','2020-05-04 08:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2020-05-04 11:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.147','2020-05-04 12:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'182.50.151.7','2020-05-04 19:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.92.6.136','2020-05-04 20:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.150','2020-05-05 01:58:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.133','2020-05-05 08:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.79','2020-05-05 08:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.161','2020-05-05 17:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.58','2020-05-05 17:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'60.131.11.225','2020-05-05 20:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.144','2020-05-05 21:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.149.72','2020-05-05 22:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.163','2020-05-06 02:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.149.59','2020-05-06 02:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.39','2020-05-06 02:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.224','2020-05-06 02:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.38','2020-05-06 02:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.87','2020-05-06 02:20:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.133','2020-05-06 07:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.54','2020-05-06 08:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.81','2020-05-06 08:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.125','2020-05-06 08:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.144','2020-05-06 08:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.89','2020-05-06 08:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.68','2020-05-06 08:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.82','2020-05-06 08:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.119','2020-05-06 08:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.108','2020-05-06 08:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.197','2020-05-06 08:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.178','2020-05-06 08:56:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.40','2020-05-06 08:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.36','2020-05-06 08:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.37','2020-05-06 08:57:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.65','2020-05-06 08:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.212','2020-05-06 08:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.149.97','2020-05-06 10:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.188','2020-05-06 10:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.199','2020-05-06 14:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.163','2020-05-06 15:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.149','2020-05-07 00:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.82','2020-05-07 01:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.129','2020-05-07 08:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.185.14.174','2020-05-07 10:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.146','2020-05-07 15:50:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.36','2020-05-07 17:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.142','2020-05-07 17:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.140','2020-05-07 21:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.139','2020-05-07 21:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.152','2020-05-07 21:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.144','2020-05-08 05:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.19.144.39','2020-05-08 11:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.63','2020-05-08 12:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2020-05-08 13:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.75.147.212','2020-05-08 17:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.162','2020-05-08 22:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'87.101.81.138','2020-05-08 23:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.130','2020-05-08 23:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.11','2020-05-09 05:11:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.149.20','2020-05-10 01:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.154','2020-05-10 04:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.163','2020-05-10 05:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.142','2020-05-10 07:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.77','2020-05-10 09:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.147','2020-05-10 11:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'148.66.145.148','2020-05-10 15:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.147','2020-05-11 00:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.139','2020-05-11 02:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.55','2020-05-11 03:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.133','2020-05-11 05:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.142','2020-05-11 07:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.151','2020-05-11 10:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.145','2020-05-11 16:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.55','2020-05-11 16:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.144','2020-05-11 19:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.161','2020-05-11 21:32:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.141','2020-05-12 00:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.147','2020-05-12 00:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.133','2020-05-12 02:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'181.215.91.90','2020-05-12 07:46:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.134','2020-05-12 08:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.130','2020-05-12 20:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.134','2020-05-12 21:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.150','2020-05-12 23:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.50','2020-05-13 02:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.150.71','2020-05-13 12:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.79','2020-05-13 22:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.95','2020-05-14 03:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.47.112.174','2020-05-14 10:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.47.112.174','2020-05-14 12:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'87.101.82.89','2020-05-14 17:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.133','2020-05-15 01:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.129','2020-05-15 06:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.137','2020-05-15 09:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.142','2020-05-15 10:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.133','2020-05-15 10:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.146','2020-05-15 14:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'119.245.219.10','2020-05-15 15:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.149','2020-05-15 15:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.142','2020-05-15 16:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'183.177.138.208','2020-05-15 16:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'183.177.138.208','2020-05-15 16:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'183.177.138.208','2020-05-15 16:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'183.177.138.208','2020-05-15 16:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'183.177.138.208','2020-05-15 16:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.176','2020-05-15 18:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.131','2020-05-15 21:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.147','2020-05-15 23:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.146','2020-05-15 23:18:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.211','2020-05-16 02:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.150.85','2020-05-16 03:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.153','2020-05-16 11:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'203.104.154.136','2020-05-16 21:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'203.104.154.143','2020-05-16 21:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'203.104.154.135','2020-05-16 21:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'23.91.70.126','2020-05-16 22:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'23.91.70.126','2020-05-16 22:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.133','2020-05-17 01:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.152','2020-05-17 05:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2020-05-17 07:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.135','2020-05-17 08:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.145','2020-05-17 13:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'40.77.167.2','2020-05-18 03:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.141','2020-05-18 08:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.140','2020-05-18 08:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.154','2020-05-18 12:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.149','2020-05-18 17:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.154','2020-05-18 18:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.153','2020-05-18 22:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.145','2020-05-19 02:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.50','2020-05-19 05:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.140','2020-05-19 05:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.144','2020-05-19 12:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.140','2020-05-19 15:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.163','2020-05-19 16:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.134','2020-05-20 06:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.150.42','2020-05-20 22:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.148','2020-05-21 00:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.130','2020-05-21 10:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.139','2020-05-21 19:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.106','2020-05-22 02:50:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.132','2020-05-22 03:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'78.113.30.33','2020-05-22 07:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.227.156.71','2020-05-22 08:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.227.156.71','2020-05-22 08:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.227.156.71','2020-05-22 08:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.227.156.71','2020-05-22 08:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.227.156.71','2020-05-22 08:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.227.156.71','2020-05-22 08:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.227.156.71','2020-05-22 09:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.227.156.71','2020-05-22 09:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.227.156.71','2020-05-22 09:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.227.156.71','2020-05-22 09:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.227.156.71','2020-05-22 09:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.227.156.71','2020-05-22 09:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.145','2020-05-22 10:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.227.156.71','2020-05-22 12:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.227.156.71','2020-05-22 12:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.227.156.71','2020-05-22 12:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.147','2020-05-22 12:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.116.102.177','2020-05-22 14:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.161','2020-05-22 19:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.143','2020-05-22 19:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.131','2020-05-22 22:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.130','2020-05-22 23:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.141','2020-05-22 23:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.139','2020-05-23 05:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.163','2020-05-23 10:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.134','2020-05-23 21:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.135','2020-05-23 21:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.150','2020-05-24 04:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.161','2020-05-24 09:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2020-05-24 11:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.153','2020-05-24 17:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.123','2020-05-24 19:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.107','2020-05-24 23:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.68','2020-05-24 23:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.143','2020-05-25 01:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.138','2020-05-25 02:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.246','2020-05-25 06:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.162','2020-05-25 06:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.151','2020-05-25 17:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.140','2020-05-25 18:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.135','2020-05-25 22:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.135','2020-05-26 00:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.151','2020-05-26 03:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.162','2020-05-26 08:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.48','2020-05-26 09:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.78','2020-05-26 09:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.137','2020-05-26 11:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.153','2020-05-26 14:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.135','2020-05-26 14:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.132','2020-05-26 17:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.146','2020-05-26 23:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.14','2020-05-27 00:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.161','2020-05-27 07:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.149.22','2020-05-27 07:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.6','2020-05-27 07:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.60','2020-05-27 07:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.201','2020-05-27 07:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.230','2020-05-27 08:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.123','2020-05-27 08:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.149.15','2020-05-27 08:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.8','2020-05-27 10:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.149.75','2020-05-27 16:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.6','2020-05-27 16:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.148','2020-05-27 16:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.188','2020-05-27 18:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.26','2020-05-27 18:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.66','2020-05-27 18:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.139','2020-05-27 19:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.77','2020-05-27 19:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.234','2020-05-27 19:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.164','2020-05-27 19:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.103','2020-05-27 19:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.200','2020-05-27 19:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.76','2020-05-27 21:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.25','2020-05-28 00:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.228','2020-05-28 01:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.29','2020-05-28 01:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'150.95.8.228','2020-05-28 08:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.133','2020-05-28 08:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.222','2020-05-28 11:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.162','2020-05-28 11:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'31.177.95.203','2020-05-28 12:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.162','2020-05-28 12:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'203.133.171.112','2020-05-28 13:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'203.133.171.112','2020-05-28 13:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.26','2020-05-28 18:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.137','2020-05-28 20:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.64','2020-05-28 22:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.7','2020-05-28 22:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.132','2020-05-28 22:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2020-05-29 01:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.134','2020-05-29 11:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.138','2020-05-29 15:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.130','2020-05-29 15:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.148','2020-05-29 20:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.141','2020-05-29 21:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.145','2020-05-30 03:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2020-05-30 10:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.150','2020-05-30 11:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.172','2020-05-30 14:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.165','2020-05-30 19:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.96','2020-05-31 09:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.113','2020-05-31 17:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.113','2020-05-31 19:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.113','2020-06-01 03:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.130','2020-06-02 12:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.130','2020-06-02 15:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.138.57.6','2020-06-03 04:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'188.138.57.6','2020-06-03 04:51:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'188.138.57.6','2020-06-03 04:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.131','2020-06-03 05:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'188.138.57.6','2020-06-03 06:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'188.138.57.6','2020-06-03 06:18:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'188.138.57.6','2020-06-03 06:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'188.138.57.6','2020-06-03 06:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'188.138.57.6','2020-06-03 06:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'188.138.57.6','2020-06-03 06:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'188.138.57.6','2020-06-03 06:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'188.138.57.6','2020-06-03 06:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'188.138.57.6','2020-06-03 06:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'188.138.57.6','2020-06-03 06:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'188.138.57.6','2020-06-03 06:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'188.138.57.6','2020-06-03 06:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'188.138.57.6','2020-06-03 06:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'188.138.57.6','2020-06-03 06:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'188.138.57.6','2020-06-03 06:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'188.138.57.6','2020-06-03 06:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'188.138.57.6','2020-06-03 06:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'188.138.57.6','2020-06-03 06:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'188.138.57.6','2020-06-03 06:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'188.138.57.6','2020-06-03 06:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'188.138.57.6','2020-06-03 06:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'188.138.57.6','2020-06-03 06:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'188.138.57.6','2020-06-03 06:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'188.138.57.6','2020-06-03 06:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'188.138.57.6','2020-06-03 07:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'188.138.57.6','2020-06-03 07:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'188.138.57.6','2020-06-03 07:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.88','2020-06-03 09:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.153','2020-06-04 00:25:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.88','2020-06-04 04:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.153','2020-06-04 09:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.163','2020-06-04 11:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'133.207.192.32','2020-06-04 13:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'133.207.192.32','2020-06-04 13:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'207.46.13.200','2020-06-04 17:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.132','2020-06-04 18:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2020-06-04 19:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.142','2020-06-04 21:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.134','2020-06-05 00:58:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.130','2020-06-05 07:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2020-06-05 08:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.90','2020-06-05 13:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2020-06-05 13:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.152','2020-06-05 19:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.144','2020-06-05 23:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.136','2020-06-06 02:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.145','2020-06-06 10:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'105.209.182.128','2020-06-06 10:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.149','2020-06-06 12:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.134','2020-06-06 13:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.138','2020-06-06 20:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2020-06-06 20:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.137','2020-06-06 21:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.150','2020-06-06 21:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.162','2020-06-06 22:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.139','2020-06-07 03:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'192.140.91.133','2020-06-07 06:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'191.243.176.50','2020-06-07 07:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'156.155.155.11','2020-06-07 08:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.137','2020-06-07 10:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.140','2020-06-07 10:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'212.83.178.54','2020-06-07 10:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.148','2020-06-07 12:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.129','2020-06-07 14:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.137','2020-06-07 14:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.139','2020-06-07 17:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.163.227.32','2020-06-07 17:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'176.62.188.158','2020-06-07 18:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'91.238.54.189','2020-06-07 19:12:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'91.238.54.189','2020-06-07 19:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'109.60.135.162','2020-06-07 20:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'165.227.186.218','2020-06-07 20:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.137','2020-06-07 20:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'36.89.109.82','2020-06-07 21:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'170.247.152.163','2020-06-07 21:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.161','2020-06-07 21:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'103.122.107.122','2020-06-07 22:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'37.193.184.95','2020-06-07 22:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.91.212.159','2020-06-08 00:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.91.212.159','2020-06-08 00:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.148','2020-06-08 03:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.144','2020-06-08 05:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.152','2020-06-08 07:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.153','2020-06-08 09:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.146','2020-06-08 11:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.153','2020-06-08 12:13:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.146','2020-06-08 16:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2020-06-08 23:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.163','2020-06-09 03:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.135','2020-06-09 04:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2020-06-09 06:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.242.252.2','2020-06-09 14:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2020-06-09 18:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.53.113.10','2020-06-09 19:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.26','2020-06-09 20:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'139.9.199.13','2020-06-10 02:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.161','2020-06-10 03:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.166','2020-06-10 07:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.129','2020-06-10 19:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'104.214.63.73','2020-06-10 23:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.148','2020-06-11 08:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'40.77.167.148','2020-06-11 08:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.146','2020-06-11 12:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.134','2020-06-11 13:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.154','2020-06-11 13:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'77.87.212.165','2020-06-11 18:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.144','2020-06-11 19:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2020-06-12 01:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.148','2020-06-12 11:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.97','2020-06-12 16:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2020-06-12 20:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.100','2020-06-12 22:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.100','2020-06-13 12:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.134','2020-06-13 12:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2020-06-13 12:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2020-06-13 19:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2020-06-13 21:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2020-06-13 22:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2020-06-14 03:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2020-06-14 04:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.100','2020-06-14 07:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2020-06-14 08:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2020-06-14 11:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.143','2020-06-14 20:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.157','2020-06-15 02:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2020-06-15 10:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.13.150','2020-06-15 15:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.92','2020-06-15 16:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2020-06-15 17:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'89.19.30.91','2020-06-15 20:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'89.19.30.91','2020-06-15 20:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2020-06-16 02:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'40.77.167.113','2020-06-16 03:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2020-06-16 05:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.141','2020-06-16 09:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.39.92','2020-06-16 12:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.207','2020-06-16 18:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.139','2020-06-16 18:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.143','2020-06-17 03:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.106.54.23','2020-06-17 14:21:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'203.133.171.112','2020-06-17 14:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'203.133.171.112','2020-06-17 14:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'203.133.171.112','2020-06-17 14:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.163','2020-06-17 15:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.92','2020-06-17 21:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2020-06-17 21:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.148','2020-06-18 00:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2020-06-18 10:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.133','2020-06-18 13:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'87.101.81.144','2020-06-18 20:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.144','2020-06-18 21:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.138','2020-06-18 23:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2020-06-19 01:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.13.151','2020-06-19 17:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.133','2020-06-19 18:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'40.77.167.48','2020-06-19 23:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.151','2020-06-20 01:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.152','2020-06-20 05:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.150','2020-06-20 16:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.154','2020-06-20 17:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.131','2020-06-20 20:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2020-06-20 22:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.132','2020-06-20 22:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.139','2020-06-21 00:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.138','2020-06-21 08:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.132','2020-06-21 10:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.152','2020-06-21 12:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.141','2020-06-21 18:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.223','2020-06-22 01:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.161','2020-06-22 07:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.39.223','2020-06-22 08:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.129','2020-06-22 08:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.120','2020-06-22 15:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'40.77.167.120','2020-06-22 18:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.38','2020-06-22 21:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.151','2020-06-22 21:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.39.223','2020-06-23 11:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.145','2020-06-23 17:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.163','2020-06-23 21:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.162','2020-06-24 04:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'40.77.167.71','2020-06-24 09:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.162','2020-06-24 09:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.134','2020-06-24 09:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.139','2020-06-24 09:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'106.186.208.214','2020-06-24 10:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.138','2020-06-24 11:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.141','2020-06-24 12:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.133','2020-06-24 15:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.136','2020-06-24 20:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.162','2020-06-24 20:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'108.201.8.59','2020-06-25 00:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'108.201.8.59','2020-06-25 00:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.134','2020-06-25 07:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.162','2020-06-25 18:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.162','2020-06-25 22:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.163','2020-06-26 06:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.147.68.226','2020-06-26 09:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.135','2020-06-26 10:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'40.77.167.215','2020-06-26 10:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.152','2020-06-26 12:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.146.84.239','2020-06-26 19:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.115','2020-06-26 19:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.151','2020-06-26 19:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.133','2020-06-26 20:45:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'92.240.253.153','2020-06-27 04:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.149','2020-06-27 10:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.161','2020-06-27 13:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.146.84.239','2020-06-27 16:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.146.84.239','2020-06-27 16:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.146.84.239','2020-06-27 16:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.135','2020-06-27 18:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'79.100.53.85','2020-06-28 02:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'58.146.84.239','2020-06-28 04:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.162','2020-06-28 09:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'40.77.167.59','2020-06-28 15:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.162','2020-06-28 20:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.148','2020-06-29 09:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.130','2020-06-29 15:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.134','2020-06-29 22:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.129','2020-06-30 12:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'153.153.209.155','2020-06-30 16:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'153.153.209.155','2020-06-30 16:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'153.153.209.155','2020-06-30 16:38:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.129','2020-06-30 21:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.142','2020-06-30 22:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.131','2020-07-01 13:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.149.68','2020-07-01 14:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.147','2020-07-02 08:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.141','2020-07-02 10:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.133','2020-07-02 12:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.141','2020-07-02 13:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.167','2020-07-02 13:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.161','2020-07-03 02:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.134','2020-07-03 04:04:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.138','2020-07-03 13:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.140','2020-07-03 16:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.154','2020-07-04 09:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2020-07-04 14:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2020-07-04 16:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.153','2020-07-04 20:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.152','2020-07-05 08:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.142','2020-07-05 09:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'60.238.133.47','2020-07-05 20:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'60.238.133.47','2020-07-05 21:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.145','2020-07-06 01:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.132','2020-07-06 21:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.136','2020-07-06 23:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.129','2020-07-07 04:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'203.133.171.112','2020-07-07 07:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.142','2020-07-07 09:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.130','2020-07-07 12:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.90','2020-07-07 14:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.185','2020-07-07 14:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.185','2020-07-07 15:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.135','2020-07-07 23:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.137','2020-07-08 00:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.50','2020-07-08 05:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'69.167.165.184','2020-07-08 07:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'197.255.51.108','2020-07-08 07:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'197.255.51.108','2020-07-08 07:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.216.242.114','2020-07-08 11:16:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.216.242.114','2020-07-08 11:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.216.242.114','2020-07-08 11:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.216.242.114','2020-07-08 13:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.131.152.56','2020-07-08 17:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'163.131.167.84','2020-07-08 21:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.132','2020-07-09 12:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.129','2020-07-09 12:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'160.153.156.144','2020-07-09 18:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.150','2020-07-09 19:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.117','2020-07-09 20:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'87.236.20.130','2020-07-09 21:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'87.236.20.130','2020-07-09 21:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.147','2020-07-10 10:31:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.138','2020-07-10 11:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.143','2020-07-10 12:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.161','2020-07-10 23:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.142','2020-07-11 22:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.153','2020-07-12 19:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.132','2020-07-13 00:47:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.145','2020-07-13 01:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'211.149.214.230','2020-07-13 13:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.143','2020-07-13 16:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.161','2020-07-14 01:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.10','2020-07-14 11:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.11','2020-07-14 11:15:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.9','2020-07-14 11:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2020-07-14 19:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2020-07-14 19:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2020-07-14 19:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2020-07-14 23:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2020-07-14 23:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2020-07-14 23:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2020-07-14 23:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2020-07-14 23:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2020-07-14 23:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2020-07-14 23:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2020-07-15 00:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2020-07-15 00:01:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2020-07-15 00:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2020-07-15 00:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2020-07-15 00:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2020-07-15 00:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2020-07-15 00:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2020-07-15 00:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2020-07-15 00:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2020-07-15 00:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2020-07-15 00:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2020-07-15 00:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2020-07-15 00:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2020-07-15 00:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2020-07-15 00:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2020-07-15 00:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2020-07-15 01:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2020-07-15 03:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2020-07-15 03:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2020-07-15 03:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'176.99.9.148','2020-07-15 05:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.148','2020-07-15 08:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.152','2020-07-15 22:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.162','2020-07-15 22:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'132.148.167.172','2020-07-16 06:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.154','2020-07-16 06:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'218.228.195.38','2020-07-16 11:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'218.228.195.38','2020-07-16 11:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.161','2020-07-16 16:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'94.103.86.82','2020-07-16 16:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.162','2020-07-16 16:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.131','2020-07-17 20:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.141','2020-07-17 21:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'94.103.86.82','2020-07-17 22:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.153','2020-07-18 04:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.151','2020-07-18 05:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.134','2020-07-18 07:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'58.146.84.239','2020-07-18 09:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'207.46.13.149','2020-07-18 18:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.152','2020-07-19 00:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.162','2020-07-19 12:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.145','2020-07-19 14:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.143','2020-07-19 15:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.131','2020-07-19 17:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.149','2020-07-19 20:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.149','2020-07-19 21:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.131','2020-07-20 06:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.153','2020-07-20 06:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.147','2020-07-20 07:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.163','2020-07-21 05:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.139','2020-07-21 10:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.145','2020-07-21 13:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'220.249.46.178','2020-07-21 17:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.162','2020-07-21 23:06:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.135','2020-07-22 07:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.132','2020-07-22 21:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.144','2020-07-23 03:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.41','2020-07-23 03:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.139','2020-07-23 08:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.137','2020-07-23 22:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'70.37.67.206','2020-07-24 06:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'70.37.67.206','2020-07-24 06:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.129','2020-07-24 18:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.162','2020-07-24 19:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.163','2020-07-25 07:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.77','2020-07-25 08:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.149','2020-07-25 18:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.130','2020-07-25 23:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.103','2020-07-26 01:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.145','2020-07-26 09:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.148','2020-07-26 10:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.161','2020-07-26 11:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.142','2020-07-26 13:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.144','2020-07-26 15:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'220.249.46.178','2020-07-26 16:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.146','2020-07-26 20:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.52','2020-07-26 22:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'87.101.81.210','2020-07-27 02:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.131','2020-07-27 08:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.151','2020-07-27 13:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'104.194.220.16','2020-07-27 23:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.144','2020-07-28 01:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.152','2020-07-28 03:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2020-07-28 08:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.213.127.51','2020-07-28 14:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.77.167.172','2020-07-28 15:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'157.55.39.189','2020-07-28 17:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'87.101.81.23','2020-07-28 20:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.138','2020-07-29 02:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.211','2020-07-29 04:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.47','2020-07-29 05:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.147','2020-07-29 06:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.119.164.226','2020-07-29 06:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.92.126.84','2020-07-29 07:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.136','2020-07-29 08:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.70','2020-07-29 08:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.30','2020-07-29 10:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.136','2020-07-29 12:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.149.57','2020-07-29 12:54:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.161','2020-07-29 16:58:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.144','2020-07-29 17:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.140','2020-07-29 21:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.140','2020-07-29 21:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.18.204.140','2020-07-29 21:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.135','2020-07-30 03:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.52','2020-07-30 14:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.152','2020-07-30 17:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.82','2020-07-30 19:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.4','2020-07-30 21:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.184','2020-07-30 22:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.144','2020-07-31 01:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.151','2020-07-31 01:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'18.213.221.64','2020-07-31 02:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.149.54','2020-07-31 10:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.147','2020-07-31 10:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.82','2020-07-31 10:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.161','2020-07-31 13:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.154','2020-07-31 15:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'124.39.58.2','2020-07-31 16:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.15','2020-08-01 00:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.147','2020-08-01 23:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.137','2020-08-03 08:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.161','2020-08-03 09:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.162','2020-08-03 11:34:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.135','2020-08-03 11:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.137','2020-08-03 16:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.146','2020-08-03 18:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.140','2020-08-04 07:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.140','2020-08-04 07:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.140','2020-08-04 07:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.140','2020-08-04 07:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.140','2020-08-04 07:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.140','2020-08-04 07:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.140','2020-08-04 07:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.140','2020-08-04 07:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.140','2020-08-04 07:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.140','2020-08-04 07:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.140','2020-08-04 07:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.140','2020-08-04 07:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.140','2020-08-04 07:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.140','2020-08-04 07:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.140','2020-08-04 07:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.18.204.140','2020-08-04 07:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.140','2020-08-04 07:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.140','2020-08-04 07:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2020-08-04 11:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.18.204.140','2020-08-04 12:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.18.204.140','2020-08-04 12:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.18.204.140','2020-08-04 12:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.18.204.140','2020-08-04 12:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.18.204.140','2020-08-04 12:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.18.204.140','2020-08-04 12:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.18.204.140','2020-08-04 12:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.18.204.140','2020-08-04 12:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.18.204.140','2020-08-04 12:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'92.53.96.188','2020-08-04 13:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.18.204.140','2020-08-04 15:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.18.204.140','2020-08-04 15:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.18.204.140','2020-08-04 15:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.152','2020-08-04 18:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.147','2020-08-05 04:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.154','2020-08-05 05:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.161','2020-08-05 07:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.154','2020-08-05 08:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.149','2020-08-05 11:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.207','2020-08-05 18:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.139','2020-08-06 04:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.144','2020-08-06 04:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.129','2020-08-06 14:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.161','2020-08-06 16:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.131','2020-08-06 18:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.139','2020-08-06 19:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.36','2020-08-06 21:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.153','2020-08-06 22:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.138','2020-08-06 23:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.154','2020-08-07 01:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.116','2020-08-07 06:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.84','2020-08-07 08:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.146','2020-08-07 09:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.148','2020-08-07 10:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.89','2020-08-07 14:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.139','2020-08-08 02:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.147','2020-08-08 04:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.161','2020-08-08 08:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.161','2020-08-08 11:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.132','2020-08-08 12:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.140','2020-08-08 13:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.130','2020-08-08 14:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.163','2020-08-08 14:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.64','2020-08-08 15:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.134','2020-08-08 16:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.138','2020-08-08 17:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.141','2020-08-08 18:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.153','2020-08-09 00:21:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.151','2020-08-09 02:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.130','2020-08-09 06:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.133','2020-08-09 07:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.144','2020-08-09 09:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.139','2020-08-09 12:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.146','2020-08-09 20:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.147','2020-08-09 21:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.131','2020-08-10 04:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.129','2020-08-10 06:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.141','2020-08-10 07:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.130','2020-08-10 07:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.134','2020-08-10 15:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.149','2020-08-10 15:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.138','2020-08-10 16:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2020-08-11 10:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.146','2020-08-11 11:14:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.153','2020-08-11 13:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.134','2020-08-11 14:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.140','2020-08-11 18:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'202.8.217.36','2020-08-11 19:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.163','2020-08-11 19:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.41','2020-08-11 23:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.134','2020-08-11 23:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.154','2020-08-11 23:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.148','2020-08-12 06:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.134','2020-08-12 07:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.221','2020-08-12 07:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.132','2020-08-12 11:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.131','2020-08-12 12:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.143','2020-08-12 13:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.130','2020-08-12 16:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.130','2020-08-12 17:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.21','2020-08-12 19:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.141','2020-08-12 23:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.148','2020-08-13 01:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.235','2020-08-13 03:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.145','2020-08-13 07:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.141','2020-08-13 08:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.148','2020-08-13 09:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.149','2020-08-13 17:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.62','2020-08-14 01:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.223','2020-08-14 01:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.5','2020-08-14 03:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2020-08-14 14:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.134','2020-08-14 14:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.52','2020-08-14 16:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.20','2020-08-14 16:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.131','2020-08-14 18:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.81','2020-08-14 19:35:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.145','2020-08-14 23:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.162','2020-08-15 02:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.147','2020-08-15 03:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.145','2020-08-15 14:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.141','2020-08-15 15:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.137','2020-08-15 21:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.107','2020-08-16 01:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.163','2020-08-16 04:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.131','2020-08-16 22:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.154','2020-08-17 02:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.134','2020-08-17 05:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.139','2020-08-17 19:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.134','2020-08-17 20:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.131','2020-08-18 02:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'207.46.13.89','2020-08-18 02:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.130','2020-08-18 09:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.133','2020-08-18 12:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.129','2020-08-18 14:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.200','2020-08-18 18:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.136','2020-08-19 02:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.154','2020-08-19 03:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.45','2020-08-19 04:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.95','2020-08-19 13:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.46','2020-08-19 16:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.152','2020-08-19 23:09:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.154','2020-08-20 02:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.145','2020-08-20 07:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.146.84.239','2020-08-20 08:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.135','2020-08-20 11:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.129','2020-08-20 12:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.140','2020-08-20 14:34:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.140','2020-08-20 14:34:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.18.204.140','2020-08-20 14:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.154','2020-08-20 15:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.140','2020-08-20 16:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.140','2020-08-20 16:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.140','2020-08-20 16:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.140','2020-08-20 16:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.140','2020-08-20 16:27:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.140','2020-08-20 16:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.140','2020-08-20 16:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.140','2020-08-20 16:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.140','2020-08-20 16:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.140','2020-08-20 16:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.140','2020-08-20 16:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.140','2020-08-20 16:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.140','2020-08-20 16:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.140','2020-08-20 16:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.140','2020-08-20 16:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.18.204.140','2020-08-20 16:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.140','2020-08-20 16:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.140','2020-08-20 16:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.65','2020-08-20 17:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.18.204.140','2020-08-21 03:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.18.204.140','2020-08-21 03:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.18.204.140','2020-08-21 03:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.18.204.140','2020-08-21 03:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.18.204.140','2020-08-21 03:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.18.204.140','2020-08-21 03:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.18.204.140','2020-08-21 03:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.18.204.140','2020-08-21 03:15:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.18.204.140','2020-08-21 03:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.61','2020-08-21 04:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.133','2020-08-21 05:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.18.204.140','2020-08-21 07:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.18.204.140','2020-08-21 07:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.18.204.140','2020-08-21 07:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.148','2020-08-21 10:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.244','2020-08-21 18:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.244','2020-08-21 18:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.148','2020-08-21 19:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.137','2020-08-21 19:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.141','2020-08-21 22:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.125','2020-08-22 00:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.224','2020-08-22 02:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.224','2020-08-22 02:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.224','2020-08-22 02:54:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.163','2020-08-22 03:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.183','2020-08-22 17:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.150','2020-08-23 00:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.149.77','2020-08-23 01:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.119.164.226','2020-08-23 02:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.132','2020-08-23 05:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.137','2020-08-23 07:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.139','2020-08-23 07:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.148','2020-08-23 08:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.137','2020-08-23 09:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.44','2020-08-24 03:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.95','2020-08-24 04:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.188.211.26','2020-08-24 11:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.135','2020-08-24 11:55:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.114.250.106','2020-08-24 12:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.146','2020-08-24 13:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.114.250.106','2020-08-24 13:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.12','2020-08-24 17:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.134','2020-08-24 20:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.147','2020-08-25 00:36:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'46.229.168.149','2020-08-25 04:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.152','2020-08-25 05:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'124.103.141.245','2020-08-25 18:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.152','2020-08-25 20:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.130','2020-08-25 21:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.146','2020-08-26 00:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.133','2020-08-26 03:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.129','2020-08-26 04:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.147','2020-08-26 05:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.149','2020-08-26 07:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.132','2020-08-26 09:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'104.211.61.226','2020-08-26 15:34:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'46.229.168.154','2020-08-26 21:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'46.229.168.152','2020-08-27 02:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.141','2020-08-27 09:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'46.229.168.146','2020-08-27 10:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.141','2020-08-27 18:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.149','2020-08-27 18:40:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.145','2020-08-28 02:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'46.229.168.150','2020-08-28 03:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.140','2020-08-28 11:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.140','2020-08-28 11:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.18.204.140','2020-08-28 11:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.137','2020-08-28 23:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.229.168.133','2020-08-29 01:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.229.168.147','2020-08-29 03:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.138','2020-08-29 05:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.153','2020-08-29 07:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.147','2020-08-29 08:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.4','2020-08-29 09:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.76','2020-08-29 10:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.143','2020-08-29 13:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'14.11.162.32','2020-08-29 16:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.142','2020-08-29 20:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.71.200.16','2020-08-30 06:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.133','2020-08-30 08:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.46','2020-08-30 12:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.132','2020-08-30 13:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'46.229.168.129','2020-08-30 17:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.130','2020-08-30 17:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.237','2020-08-30 21:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.210','2020-08-30 23:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.229.168.162','2020-08-31 00:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.95','2020-08-31 07:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.183','2020-08-31 09:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.99','2020-08-31 09:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.81','2020-08-31 09:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.82','2020-08-31 09:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.134','2020-08-31 09:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.227','2020-08-31 10:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.132','2020-08-31 11:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.91','2020-08-31 11:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.39','2020-08-31 13:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.132','2020-09-01 00:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'46.229.168.152','2020-09-01 08:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.136','2020-09-01 11:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'46.229.168.152','2020-09-01 12:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.143','2020-09-01 12:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'203.181.50.61','2020-09-01 15:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'180.198.124.43','2020-09-01 16:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'46.229.168.136','2020-09-01 19:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.104.29.82','2020-09-01 20:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.86','2020-09-01 22:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.141','2020-09-02 00:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.161','2020-09-02 03:25:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.152','2020-09-02 07:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.134','2020-09-02 07:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.134','2020-09-02 14:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.142','2020-09-02 15:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'13.76.98.19','2020-09-02 21:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'13.76.98.19','2020-09-02 21:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'13.76.98.19','2020-09-02 21:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'13.76.98.19','2020-09-02 21:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2020-09-02 23:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2020-09-02 23:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2020-09-02 23:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2020-09-03 03:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2020-09-03 03:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2020-09-03 03:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2020-09-03 03:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2020-09-03 03:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2020-09-03 03:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2020-09-03 03:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2020-09-03 03:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.194.28.163','2020-09-03 03:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2020-09-03 03:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2020-09-03 03:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2020-09-03 03:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2020-09-03 03:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2020-09-03 03:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2020-09-03 03:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2020-09-03 03:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2020-09-03 03:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2020-09-03 03:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2020-09-03 03:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2020-09-03 03:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2020-09-03 03:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2020-09-03 03:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2020-09-03 03:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2020-09-03 03:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2020-09-03 04:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2020-09-03 06:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2020-09-03 06:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2020-09-03 06:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.136','2020-09-03 08:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.36','2020-09-03 10:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'46.229.168.161','2020-09-03 12:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.132','2020-09-03 12:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'124.39.58.2','2020-09-03 13:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'46.229.168.142','2020-09-03 15:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.161','2020-09-03 21:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.148','2020-09-04 16:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.149.104.194','2020-09-04 22:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.149.104.194','2020-09-04 22:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.149.104.194','2020-09-04 22:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.149.104.194','2020-09-04 22:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'46.229.168.145','2020-09-05 02:11:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'46.229.168.134','2020-09-05 07:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'46.229.168.139','2020-09-05 08:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'46.229.168.141','2020-09-05 11:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.229.168.151','2020-09-05 16:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'46.229.168.152','2020-09-05 18:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.229.168.151','2020-09-05 20:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.25','2020-09-05 22:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'46.229.168.163','2020-09-05 23:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'46.229.168.154','2020-09-06 00:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'46.229.168.131','2020-09-06 00:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'46.229.168.131','2020-09-06 18:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.149.108.181','2020-09-06 19:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.187.224.62','2020-09-06 23:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'46.229.168.129','2020-09-07 07:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'46.229.168.151','2020-09-07 11:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'46.229.168.141','2020-09-07 12:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.146.238.213','2020-09-07 13:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.229.168.146','2020-09-07 15:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.229.168.147','2020-09-07 21:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.17','2020-09-08 10:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.4','2020-09-08 11:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.7','2020-09-08 18:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.194.45.65','2020-09-08 20:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.22','2020-09-08 21:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.12','2020-09-08 21:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'67.229.29.81','2020-09-09 00:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.5','2020-09-09 03:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.72','2020-09-09 07:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.74.71.86','2020-09-09 07:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.3','2020-09-09 13:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.23','2020-09-09 13:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.13','2020-09-09 20:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.81','2020-09-10 02:46:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.25','2020-09-10 06:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.3','2020-09-10 09:58:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'81.209.177.145','2020-09-10 10:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'81.209.177.145','2020-09-10 10:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'81.209.177.145','2020-09-10 10:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'81.209.177.145','2020-09-10 10:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'81.209.177.145','2020-09-10 10:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'81.209.177.145','2020-09-10 10:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'81.209.177.145','2020-09-10 11:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'81.209.177.145','2020-09-10 11:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'81.209.177.145','2020-09-10 11:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'81.209.177.145','2020-09-10 11:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.145.241.8','2020-09-10 11:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.33','2020-09-10 13:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.14','2020-09-10 14:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.24','2020-09-10 16:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.15','2020-09-10 16:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.15','2020-09-10 17:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.5','2020-09-11 07:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.9','2020-09-11 20:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.18','2020-09-11 21:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.35','2020-09-11 23:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'67.229.48.242','2020-09-12 04:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'160.251.3.3','2020-09-12 09:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.17','2020-09-12 11:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.35','2020-09-12 14:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.25','2020-09-12 16:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.132','2020-09-12 20:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.123','2020-09-12 20:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.132','2020-09-12 20:17:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.29','2020-09-12 20:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.229','2020-09-12 23:36:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.132','2020-09-12 23:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.188','2020-09-13 05:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.245','2020-09-13 06:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.25','2020-09-13 07:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.21','2020-09-13 10:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.132','2020-09-13 18:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.35','2020-09-13 19:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.5','2020-09-13 19:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.20','2020-09-13 20:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.33','2020-09-13 20:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.30','2020-09-13 21:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.211','2020-09-13 21:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.0','2020-09-13 21:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.132','2020-09-13 22:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'45.125.223.42','2020-09-13 23:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.1','2020-09-14 00:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.33','2020-09-14 01:30:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'8.6.112.197','2020-09-14 04:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'8.6.112.197','2020-09-14 04:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'8.6.112.197','2020-09-14 04:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'8.6.112.197','2020-09-14 04:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.3','2020-09-14 05:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.24','2020-09-14 11:54:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.18','2020-09-14 14:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.10','2020-09-14 18:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.24','2020-09-15 02:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.19','2020-09-15 02:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.8','2020-09-15 02:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.7','2020-09-15 04:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.24','2020-09-15 13:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.136.63.26','2020-09-15 16:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.22','2020-09-15 16:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.18','2020-09-15 21:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.35','2020-09-15 22:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.1','2020-09-15 23:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.3','2020-09-16 14:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.18','2020-09-17 00:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'49.149.102.182','2020-09-17 01:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.18','2020-09-17 03:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.18','2020-09-17 05:10:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.17','2020-09-17 05:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.8','2020-09-17 08:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.35','2020-09-17 10:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.25','2020-09-17 14:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.33','2020-09-17 21:44:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.8','2020-09-17 22:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.17','2020-09-18 02:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.12','2020-09-18 10:07:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.7','2020-09-18 11:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.179.109.61','2020-09-18 12:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.2','2020-09-18 20:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.15','2020-09-19 00:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.21','2020-09-19 04:20:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.138.219.147','2020-09-19 09:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.17','2020-09-19 20:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.3','2020-09-20 05:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.24','2020-09-20 06:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.25','2020-09-20 11:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.81','2020-09-20 15:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.17','2020-09-20 19:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.5','2020-09-21 01:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.25','2020-09-21 06:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.19','2020-09-21 11:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.18','2020-09-21 13:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.33','2020-09-21 21:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.7','2020-09-21 22:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.14','2020-09-21 22:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.17','2020-09-22 00:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'27.141.60.58','2020-09-22 19:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.19','2020-09-23 04:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.33.87','2020-09-23 05:29:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.33.87','2020-09-23 05:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.33.87','2020-09-23 05:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.33','2020-09-23 07:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.16','2020-09-23 08:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.17','2020-09-23 12:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.6','2020-09-23 18:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.19','2020-09-23 18:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.17','2020-09-24 05:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.8','2020-09-24 09:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.56','2020-09-24 10:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.9','2020-09-24 14:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.25','2020-09-24 17:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.12','2020-09-24 20:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.13','2020-09-24 20:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.5','2020-09-25 14:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.2','2020-09-25 18:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.11','2020-09-26 00:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.10','2020-09-26 04:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.22','2020-09-26 08:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.19','2020-09-26 08:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.20','2020-09-26 08:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.8','2020-09-26 10:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.252','2020-09-26 11:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'219.121.137.241','2020-09-26 22:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.19','2020-09-27 02:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.12','2020-09-27 04:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.18','2020-09-27 05:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.14','2020-09-27 15:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.243','2020-09-27 16:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.12','2020-09-27 19:23:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.213.25.240','2020-09-27 23:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.184.127.174','2020-09-27 23:41:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.200.25.145','2020-09-27 23:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.220.165.157','2020-09-27 23:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.36.203.51','2020-09-28 00:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.184.127.174','2020-09-28 00:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.19','2020-09-28 13:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.14','2020-09-28 16:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.8','2020-09-28 22:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.23','2020-09-29 01:54:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.20','2020-09-29 03:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.7','2020-09-29 06:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.3','2020-09-29 06:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'83.130.156.233','2020-09-29 07:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.18','2020-09-29 11:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.35','2020-09-29 21:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.14','2020-09-30 00:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'40.77.167.180','2020-09-30 00:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.35','2020-09-30 02:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.180','2020-09-30 07:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.12','2020-09-30 10:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.16','2020-09-30 13:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.230','2020-09-30 16:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.20','2020-09-30 20:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.5','2020-10-01 04:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.39.64.57','2020-10-01 05:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'35.166.53.213','2020-10-01 06:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.39.68.156','2020-10-01 06:03:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.222.140.191','2020-10-01 06:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.186.82.132','2020-10-01 06:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.184.127.174','2020-10-01 06:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'34.217.82.208','2020-10-01 06:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.245.139.33','2020-10-01 06:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.148.234.85','2020-10-01 06:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.42.42.112','2020-10-01 07:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.211.188.246','2020-10-01 07:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'18.236.142.158','2020-10-01 07:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'34.216.221.238','2020-10-01 07:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.42.8.89','2020-10-01 07:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.148.234.85','2020-10-01 07:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'34.209.100.105','2020-10-01 07:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.39.64.57','2020-10-01 07:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.42.8.89','2020-10-01 07:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'34.217.82.208','2020-10-01 08:03:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.245.139.33','2020-10-01 08:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'34.211.188.246','2020-10-01 08:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.184.127.174','2020-10-01 08:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.187.232.59','2020-10-01 09:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.187.232.59','2020-10-01 09:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.42.42.112','2020-10-01 09:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'34.222.147.58','2020-10-01 09:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'34.221.148.231','2020-10-01 09:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'34.220.151.107','2020-10-01 09:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.39.68.156','2020-10-01 09:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'34.220.151.107','2020-10-01 09:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'34.216.221.238','2020-10-01 09:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.213.210.168','2020-10-01 09:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.2','2020-10-02 02:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.11','2020-10-02 05:21:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.23','2020-10-02 09:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.1','2020-10-02 21:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.165','2020-10-03 07:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.9','2020-10-03 09:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.3','2020-10-03 09:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.37','2020-10-03 11:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.6','2020-10-03 16:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.4','2020-10-03 18:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.136','2020-10-04 00:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.43','2020-10-04 01:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.11','2020-10-04 09:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.8','2020-10-04 09:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.19','2020-10-04 10:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.1','2020-10-04 10:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.11','2020-10-04 11:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.6','2020-10-04 11:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.5','2020-10-04 11:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.6','2020-10-04 11:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.19','2020-10-04 11:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.20','2020-10-04 11:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.17','2020-10-04 11:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.10','2020-10-04 11:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.18','2020-10-04 11:31:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.11','2020-10-04 11:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.1','2020-10-04 11:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.7','2020-10-04 11:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.4','2020-10-04 11:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.7','2020-10-04 11:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.14','2020-10-04 11:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.14','2020-10-04 11:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.6','2020-10-04 11:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.18','2020-10-04 11:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.2','2020-10-04 11:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.6','2020-10-04 11:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.17','2020-10-04 11:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.13','2020-10-04 16:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.40','2020-10-04 17:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.188.218','2020-10-04 23:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.188.218','2020-10-04 23:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.23','2020-10-05 03:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.41','2020-10-05 04:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.66.44','2020-10-05 09:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.13','2020-10-05 09:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.26','2020-10-05 22:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.36','2020-10-06 02:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.23','2020-10-06 11:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.216','2020-10-06 17:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.5','2020-10-06 18:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.13','2020-10-06 19:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.13','2020-10-06 19:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.102','2020-10-06 22:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.11','2020-10-07 19:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.210.188.218','2020-10-07 20:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.210.188.218','2020-10-07 20:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.188.218','2020-10-07 20:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.188.218','2020-10-07 20:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.44','2020-10-08 01:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.6','2020-10-08 05:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.40','2020-10-08 14:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.5','2020-10-08 14:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.1','2020-10-08 17:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.2','2020-10-09 05:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.13','2020-10-09 10:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.8','2020-10-09 13:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.10','2020-10-10 00:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.18','2020-10-10 04:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.18','2020-10-10 11:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.2','2020-10-10 15:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.188.218','2020-10-10 23:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.188.218','2020-10-10 23:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.188.218','2020-10-10 23:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.188.218','2020-10-10 23:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.188.218','2020-10-10 23:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.188.218','2020-10-10 23:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.188.218','2020-10-10 23:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.188.218','2020-10-10 23:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.19','2020-10-10 23:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.59.204','2020-10-11 00:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.59.204','2020-10-11 01:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.3','2020-10-11 05:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.4','2020-10-11 05:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.25','2020-10-11 06:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.10','2020-10-11 08:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.41','2020-10-11 09:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.2','2020-10-11 10:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.3','2020-10-11 17:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.25','2020-10-11 21:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2020-10-11 21:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2020-10-11 21:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2020-10-11 21:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.26','2020-10-11 22:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2020-10-12 01:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2020-10-12 01:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2020-10-12 01:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2020-10-12 01:04:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2020-10-12 01:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2020-10-12 01:10:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2020-10-12 01:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2020-10-12 01:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2020-10-12 01:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2020-10-12 01:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2020-10-12 01:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2020-10-12 01:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2020-10-12 01:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.20','2020-10-12 01:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2020-10-12 01:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2020-10-12 01:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2020-10-12 01:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2020-10-12 01:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2020-10-12 01:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2020-10-12 01:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2020-10-12 01:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2020-10-12 01:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2020-10-12 01:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2020-10-12 01:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.9','2020-10-12 01:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2020-10-12 02:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.136','2020-10-12 02:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2020-10-12 04:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2020-10-12 04:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2020-10-12 04:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.39','2020-10-12 04:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'31.14.72.25','2020-10-12 04:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.3','2020-10-12 04:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2020-10-12 08:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.149.41','2020-10-12 08:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.149.41','2020-10-12 08:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.149.41','2020-10-12 08:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.84.95.145','2020-10-12 15:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.108.105.77','2020-10-12 17:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.25','2020-10-13 02:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.23','2020-10-13 06:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.34','2020-10-13 13:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.85','2020-10-13 14:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.13','2020-10-13 15:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.23','2020-10-13 18:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.8','2020-10-13 19:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.8','2020-10-13 21:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.25','2020-10-13 23:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.19','2020-10-14 13:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.134.170.198','2020-10-14 15:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.15','2020-10-14 15:25:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.34','2020-10-14 19:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.41','2020-10-14 22:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.22','2020-10-14 23:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2020-10-15 00:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.149.41','2020-10-15 00:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.149.41','2020-10-15 00:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.149.41','2020-10-15 00:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.149.41','2020-10-15 00:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.38','2020-10-15 02:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.17','2020-10-15 06:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.42','2020-10-15 06:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.42','2020-10-15 07:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.14','2020-10-15 08:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.6','2020-10-15 09:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.2','2020-10-15 13:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.24','2020-10-15 14:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.43','2020-10-16 02:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.150','2020-10-16 03:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.22','2020-10-16 08:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.40','2020-10-16 09:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.4','2020-10-16 12:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.15','2020-10-16 14:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.69.109.2','2020-10-16 18:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.27.87.229','2020-10-16 18:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.222.152.27','2020-10-16 18:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.215.143.22','2020-10-16 18:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.215.143.22','2020-10-16 18:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.218.250.40','2020-10-16 18:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.18','2020-10-16 18:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.19','2020-10-16 20:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.12','2020-10-16 22:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.17','2020-10-16 22:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.19','2020-10-17 01:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.42','2020-10-17 03:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.16','2020-10-17 07:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.9','2020-10-17 14:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.26','2020-10-17 15:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2020-10-17 18:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.149.41','2020-10-17 18:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.149.41','2020-10-17 18:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.149.41','2020-10-17 18:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.149.41','2020-10-17 18:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.10','2020-10-17 21:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.7','2020-10-18 04:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.21','2020-10-18 04:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.2','2020-10-18 08:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.4','2020-10-18 10:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.237.164.3','2020-10-18 10:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.26','2020-10-18 17:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.25','2020-10-18 18:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.214','2020-10-18 19:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.214','2020-10-18 19:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.18.204.214','2020-10-18 19:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.25','2020-10-18 22:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.214','2020-10-18 23:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.214','2020-10-18 23:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.214','2020-10-18 23:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.214','2020-10-18 23:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.214','2020-10-18 23:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.214','2020-10-18 23:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.214','2020-10-18 23:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.214','2020-10-18 23:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.214','2020-10-18 23:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.39','2020-10-19 05:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.214','2020-10-19 12:59:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.214','2020-10-19 12:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.214','2020-10-19 12:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.214','2020-10-19 12:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.18.204.214','2020-10-19 12:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.214','2020-10-19 12:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.18.204.214','2020-10-19 12:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.18.204.214','2020-10-19 12:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.18.204.214','2020-10-19 12:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.18.204.214','2020-10-19 12:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.18.204.214','2020-10-19 12:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.18.204.214','2020-10-19 13:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.18.204.214','2020-10-19 13:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.18.204.214','2020-10-19 13:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.18.204.214','2020-10-19 13:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.18.204.214','2020-10-19 13:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.18.204.214','2020-10-19 13:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.18.204.214','2020-10-19 13:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.18.204.214','2020-10-19 13:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.214','2020-10-19 13:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.214','2020-10-19 13:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.18.204.214','2020-10-19 13:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.18.204.214','2020-10-19 13:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.1','2020-10-19 14:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.214','2020-10-19 14:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.5','2020-10-19 17:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.5','2020-10-19 17:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.33','2020-10-19 18:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.15','2020-10-19 18:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.17','2020-10-19 20:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.4','2020-10-20 07:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.124','2020-10-20 10:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.45','2020-10-20 11:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.6','2020-10-20 11:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2020-10-20 12:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.149.41','2020-10-20 12:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.149.41','2020-10-20 12:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.149.41','2020-10-20 12:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.149.41','2020-10-20 12:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.149.41','2020-10-20 12:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.149.41','2020-10-20 12:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.149.41','2020-10-20 12:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.149.41','2020-10-20 12:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.149.41','2020-10-20 12:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.149.41','2020-10-20 12:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.1','2020-10-20 15:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'222.6.66.217','2020-10-20 16:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.23','2020-10-20 21:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.15','2020-10-20 23:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.7','2020-10-21 04:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.2','2020-10-21 06:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.19','2020-10-21 07:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.5','2020-10-21 07:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.18.204.214','2020-10-21 08:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.18.204.214','2020-10-21 08:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.18.204.214','2020-10-21 08:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.218','2020-10-21 08:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.218','2020-10-21 09:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'91.236.126.25','2020-10-21 22:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.119','2020-10-22 05:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.214','2020-10-22 06:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.6','2020-10-22 12:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.35','2020-10-22 14:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.23','2020-10-22 17:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.196','2020-10-22 18:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.14','2020-10-22 18:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.17','2020-10-22 23:45:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.15','2020-10-23 00:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.10','2020-10-23 02:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'207.46.13.48','2020-10-23 03:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'157.55.39.56','2020-10-23 04:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.44','2020-10-23 10:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.246.252.103','2020-10-23 16:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.45','2020-10-23 17:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.43','2020-10-23 21:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.2','2020-10-24 02:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.38','2020-10-24 03:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.21','2020-10-24 08:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.186','2020-10-24 11:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.6','2020-10-24 21:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.33','2020-10-24 22:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.22','2020-10-25 05:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.36','2020-10-25 09:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.38','2020-10-25 11:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.2','2020-10-25 15:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.14','2020-10-25 15:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.17','2020-10-25 15:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.18','2020-10-25 20:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.10','2020-10-25 22:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.37','2020-10-26 02:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.11','2020-10-26 04:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.44','2020-10-26 08:27:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.13','2020-10-26 14:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.16','2020-10-26 17:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.4','2020-10-26 18:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.23','2020-10-26 21:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.9','2020-10-26 23:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.2','2020-10-27 04:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'45.63.75.87','2020-10-27 04:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.63.75.87','2020-10-27 04:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.43','2020-10-27 04:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.14','2020-10-27 13:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.136.143.114','2020-10-27 15:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.136.143.114','2020-10-27 15:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.136.143.114','2020-10-27 15:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.136.143.114','2020-10-27 15:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.136.143.114','2020-10-27 15:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.136.143.114','2020-10-27 15:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'210.136.143.114','2020-10-27 15:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'210.136.143.114','2020-10-27 15:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.9','2020-10-27 15:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.41','2020-10-28 05:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.3','2020-10-28 10:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'141.98.84.106','2020-10-28 10:08:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.86.201.124','2020-10-28 10:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.43','2020-10-28 11:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.16','2020-10-28 16:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.4','2020-10-28 18:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.188.216','2020-10-29 01:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.188.216','2020-10-29 01:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.188.216','2020-10-29 01:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.188.216','2020-10-29 01:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.188.216','2020-10-29 01:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.44','2020-10-29 02:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.48','2020-10-29 02:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.45','2020-10-29 07:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.37','2020-10-29 14:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.39','2020-10-29 14:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.42','2020-10-29 17:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.2','2020-10-29 17:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'194.104.8.43','2020-10-29 20:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.36','2020-10-29 22:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.39','2020-10-30 00:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.1','2020-10-30 07:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.188.216','2020-10-30 13:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.188.216','2020-10-30 13:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.188.216','2020-10-30 13:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.188.216','2020-10-30 13:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.188.216','2020-10-30 13:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.188.216','2020-10-30 13:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.188.216','2020-10-30 13:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.80','2020-10-30 16:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.168','2020-10-30 21:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.33','2020-10-31 00:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.234.207.100','2020-10-31 00:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.17','2020-10-31 00:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'34.234.207.100','2020-10-31 01:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.234.207.100','2020-10-31 02:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.16','2020-10-31 08:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.10','2020-10-31 11:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.5','2020-10-31 16:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.44','2020-10-31 17:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.11','2020-11-01 08:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.11','2020-11-01 19:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.40','2020-11-01 20:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.4','2020-11-01 20:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.37','2020-11-02 21:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.24','2020-11-03 00:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.89','2020-11-03 04:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.15','2020-11-03 05:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.3','2020-11-03 08:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.246','2020-11-03 08:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.18','2020-11-03 08:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.16','2020-11-03 08:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.37','2020-11-03 09:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.150','2020-11-03 10:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2020-11-03 10:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2020-11-03 10:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2020-11-03 10:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2020-11-03 10:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.42','2020-11-03 14:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.91','2020-11-03 15:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.111','2020-11-03 19:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.15','2020-11-04 04:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.14','2020-11-04 06:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.44','2020-11-04 06:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.23','2020-11-04 11:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.1','2020-11-04 13:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.17','2020-11-04 23:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.24','2020-11-05 03:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.38','2020-11-05 10:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'62.210.188.216','2020-11-05 17:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.188.216','2020-11-05 17:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.188.216','2020-11-05 17:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'62.210.188.216','2020-11-05 17:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.188.216','2020-11-05 17:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.4','2020-11-05 19:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.14','2020-11-05 20:46:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.9','2020-11-06 04:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.36','2020-11-06 04:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.34','2020-11-06 05:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.12','2020-11-06 05:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.13','2020-11-06 09:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.89.207.245','2020-11-06 12:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.43','2020-11-07 06:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.41','2020-11-07 09:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.41','2020-11-07 09:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'109.94.223.188','2020-11-07 11:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'109.94.175.149','2020-11-07 13:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.32.234.126','2020-11-07 16:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.207','2020-11-07 16:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.10','2020-11-07 18:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.182','2020-11-07 19:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.6','2020-11-07 22:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.155','2020-11-07 22:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.4','2020-11-08 01:32:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.157','2020-11-08 04:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'162.223.91.110','2020-11-08 14:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'162.223.91.110','2020-11-08 14:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.45','2020-11-08 19:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.19','2020-11-09 01:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'193.203.10.19','2020-11-09 02:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.183.255.171','2020-11-09 02:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.13','2020-11-09 03:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.42','2020-11-09 04:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2020-11-09 20:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2020-11-09 20:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2020-11-09 20:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2020-11-09 20:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.12','2020-11-09 21:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.35','2020-11-10 01:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.1','2020-11-10 08:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.22','2020-11-10 15:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'146.185.202.141','2020-11-10 16:52:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'192.200.158.118','2020-11-10 23:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.123','2020-11-11 02:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.246.252.97','2020-11-11 13:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.13','2020-11-11 15:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'109.94.175.168','2020-11-11 15:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.13.112','2020-11-11 22:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'37.9.46.168','2020-11-11 23:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.156','2020-11-12 10:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.112','2020-11-12 16:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.35','2020-11-12 23:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.39','2020-11-13 03:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.85','2020-11-13 04:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'49.106.215.197','2020-11-13 10:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.25','2020-11-13 11:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.19','2020-11-13 13:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.20','2020-11-13 19:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.16','2020-11-13 20:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.18','2020-11-14 04:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.188.216','2020-11-14 05:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.188.216','2020-11-14 05:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.188.216','2020-11-14 05:29:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.188.216','2020-11-14 05:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'62.210.188.216','2020-11-14 05:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.188.216','2020-11-14 05:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.188.216','2020-11-14 05:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.188.216','2020-11-14 05:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.125','2020-11-14 06:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.36','2020-11-14 08:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'101.142.229.222','2020-11-14 08:40:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'101.142.229.222','2020-11-14 08:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.105','2020-11-14 15:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.23','2020-11-14 16:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.7','2020-11-14 19:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.164','2020-11-14 23:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.79','2020-11-15 00:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.38','2020-11-15 05:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.5','2020-11-15 05:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.4','2020-11-15 07:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.173','2020-11-15 09:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.39.255','2020-11-15 11:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.15','2020-11-15 14:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.25','2020-11-15 16:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'62.210.188.216','2020-11-15 20:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.188.216','2020-11-15 20:49:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.188.216','2020-11-15 20:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.143.6','2020-11-16 00:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.143.6','2020-11-16 00:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.143.6','2020-11-16 00:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.143.6','2020-11-16 00:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.22','2020-11-16 07:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.1','2020-11-16 14:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.24','2020-11-16 20:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.49','2020-11-17 01:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.42','2020-11-17 19:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.143.6','2020-11-17 20:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.143.6','2020-11-17 20:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2020-11-17 20:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2020-11-17 20:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2020-11-17 20:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2020-11-17 20:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2020-11-17 20:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2020-11-17 20:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2020-11-17 20:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2020-11-17 20:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.14','2020-11-18 01:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.13','2020-11-18 06:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.68','2020-11-18 06:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.11','2020-11-18 07:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.15','2020-11-18 10:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.21','2020-11-18 15:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.176','2020-11-18 17:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.39','2020-11-19 04:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.43','2020-11-19 07:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.34','2020-11-19 12:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.40','2020-11-19 13:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.180.34.186','2020-11-19 13:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'223.29.216.203','2020-11-19 15:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.218','2020-11-19 17:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.3','2020-11-19 20:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.23','2020-11-20 06:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.148','2020-11-20 08:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.8','2020-11-20 09:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.36','2020-11-20 10:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.145.157.178','2020-11-20 17:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.145.157.178','2020-11-20 17:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.9','2020-11-20 19:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.84','2020-11-21 05:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.37','2020-11-21 06:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.188.216','2020-11-21 08:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.164','2020-11-21 11:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.1','2020-11-21 11:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.164','2020-11-21 12:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.164','2020-11-21 12:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.39','2020-11-21 19:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.39','2020-11-21 20:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.5','2020-11-21 20:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.46','2020-11-21 21:45:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.13','2020-11-21 21:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2020-11-21 22:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2020-11-21 22:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2020-11-21 22:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2020-11-21 22:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2020-11-21 22:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2020-11-21 22:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2020-11-21 22:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2020-11-21 22:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.4','2020-11-22 01:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.4','2020-11-22 02:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'199.48.241.103','2020-11-22 08:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.39','2020-11-22 12:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.39','2020-11-22 12:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.197','2020-11-22 14:06:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.149.61','2020-11-22 23:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.202','2020-11-23 02:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'62.210.188.216','2020-11-23 05:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.20','2020-11-23 05:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.86','2020-11-23 10:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.221','2020-11-23 11:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.4','2020-11-23 14:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.24','2020-11-23 15:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.238','2020-11-24 01:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.33','2020-11-24 01:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.119.157.139','2020-11-24 06:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.37','2020-11-24 07:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.142.20','2020-11-24 09:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.4','2020-11-24 10:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2020-11-24 10:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2020-11-24 10:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2020-11-24 10:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.43','2020-11-24 11:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.124.211','2020-11-24 13:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.124.211','2020-11-24 13:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.124.211','2020-11-24 13:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.124.211','2020-11-24 13:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.124.211','2020-11-24 13:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.124.211','2020-11-24 13:49:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2020-11-24 14:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2020-11-24 14:06:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2020-11-24 14:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2020-11-24 14:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2020-11-24 14:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2020-11-24 14:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2020-11-24 14:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2020-11-24 14:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2020-11-24 14:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2020-11-24 14:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2020-11-24 14:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2020-11-24 14:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2020-11-24 14:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2020-11-24 14:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2020-11-24 14:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2020-11-24 14:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2020-11-24 14:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2020-11-24 14:18:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2020-11-24 14:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2020-11-24 14:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2020-11-24 14:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2020-11-24 14:20:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2020-11-24 14:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2020-11-24 15:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2020-11-24 17:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2020-11-24 17:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2020-11-24 17:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.169','2020-11-24 18:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.7','2020-11-24 21:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.4','2020-11-24 22:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.152.231','2020-11-25 01:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.38','2020-11-25 02:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.12','2020-11-25 08:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.238','2020-11-25 09:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.94','2020-11-25 12:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.19','2020-11-25 13:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.228','2020-11-25 15:03:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.120','2020-11-25 17:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.15','2020-11-25 17:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.121','2020-11-25 20:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.239','2020-11-25 20:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.164','2020-11-25 20:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.38','2020-11-26 01:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.88.113','2020-11-26 03:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.88.113','2020-11-26 03:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.88.113','2020-11-26 03:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.88.113','2020-11-26 03:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.88.113','2020-11-26 03:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.88.113','2020-11-26 03:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.88.113','2020-11-26 03:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.88.113','2020-11-26 03:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.88.113','2020-11-26 03:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.88.113','2020-11-26 03:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.88.113','2020-11-26 03:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.88.113','2020-11-26 03:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.88.113','2020-11-26 03:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.88.113','2020-11-26 03:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.88.113','2020-11-26 03:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.88.113','2020-11-26 03:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.88.113','2020-11-26 03:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.88.113','2020-11-26 03:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.245.8.154','2020-11-26 11:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.49','2020-11-26 12:18:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.35','2020-11-26 14:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.39','2020-11-26 15:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.107','2020-11-26 16:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.152.231','2020-11-26 17:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.4','2020-11-26 20:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.164','2020-11-26 21:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.121','2020-11-26 21:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'94.154.239.69','2020-11-26 21:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.160.32.14','2020-11-27 00:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.139.60.134','2020-11-27 01:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.128','2020-11-27 04:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.119.136.243','2020-11-27 06:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.17','2020-11-27 07:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.4','2020-11-27 08:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.23','2020-11-27 09:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.42','2020-11-27 12:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.2','2020-11-27 12:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.37','2020-11-27 20:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.11','2020-11-27 21:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.119.136.243','2020-11-27 21:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2020-11-28 03:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2020-11-28 03:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.23','2020-11-28 03:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.11','2020-11-28 06:49:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.35','2020-11-28 15:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'144.76.60.198','2020-11-28 16:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'144.76.60.198','2020-11-28 16:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'144.76.60.198','2020-11-28 16:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'144.76.60.198','2020-11-28 16:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'144.76.60.198','2020-11-28 16:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'144.76.60.198','2020-11-28 16:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.249.16.207','2020-11-29 14:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.249.16.207','2020-11-29 14:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'173.249.16.207','2020-11-29 14:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.249.16.207','2020-11-29 14:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.26','2020-11-29 15:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.9','2020-11-29 20:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.76','2020-11-29 21:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.13.177','2020-11-30 14:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.219.130.177','2020-11-30 15:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.8','2020-11-30 23:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'157.55.39.65','2020-11-30 23:30:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.217','2020-12-01 00:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.2','2020-12-01 04:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.45','2020-12-01 07:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.24','2020-12-01 10:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2020-12-01 13:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2020-12-02 09:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2020-12-02 09:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2020-12-02 09:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2020-12-02 09:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.16','2020-12-02 10:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.36.27.226','2020-12-02 11:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.36.27.226','2020-12-02 11:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.21','2020-12-02 21:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.180','2020-12-03 02:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.12','2020-12-03 06:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.42','2020-12-03 06:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.27','2020-12-03 21:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.231.167.36','2020-12-04 00:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.231.167.36','2020-12-04 00:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.231.167.36','2020-12-04 00:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'95.163.255.95','2020-12-04 02:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.163.255.93','2020-12-04 02:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.26','2020-12-04 04:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'95.163.255.92','2020-12-04 07:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'95.163.255.92','2020-12-04 09:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.163.255.98','2020-12-04 10:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.45','2020-12-04 13:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.39','2020-12-04 14:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'95.163.255.92','2020-12-04 19:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.39','2020-12-04 21:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'95.163.255.97','2020-12-04 22:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.149.18','2020-12-04 22:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.84','2020-12-04 22:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.149.102','2020-12-04 22:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.170','2020-12-05 01:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.13','2020-12-05 01:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.112','2020-12-05 01:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'95.163.255.96','2020-12-05 02:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.21','2020-12-05 04:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'174.139.126.194','2020-12-05 07:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.39','2020-12-06 02:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.15','2020-12-06 04:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.39','2020-12-06 10:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.34','2020-12-06 10:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.154','2020-12-06 15:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.25','2020-12-06 15:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.2','2020-12-06 20:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.45','2020-12-07 02:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.51','2020-12-07 05:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.38','2020-12-07 15:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.96.58.3','2020-12-07 16:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.96.58.3','2020-12-07 16:17:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.6','2020-12-07 17:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.76','2020-12-07 21:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.37','2020-12-08 08:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.164','2020-12-08 18:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.39','2020-12-08 21:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.44','2020-12-08 21:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.16','2020-12-09 00:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.43','2020-12-09 02:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.3','2020-12-09 05:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.71','2020-12-09 13:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.188.211.14','2020-12-09 22:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.120','2020-12-10 08:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.188.211.22','2020-12-10 12:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.188.211.22','2020-12-10 12:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.188.211.22','2020-12-10 12:47:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2020-12-11 05:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2020-12-11 05:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2020-12-11 05:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2020-12-11 05:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2020-12-11 05:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2020-12-11 05:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2020-12-11 06:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2020-12-11 06:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2020-12-11 06:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2020-12-11 06:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2020-12-11 06:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2020-12-11 06:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2020-12-11 06:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2020-12-11 06:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2020-12-11 06:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2020-12-11 06:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.69.142.81','2020-12-11 07:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.69.142.81','2020-12-11 07:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.69.142.81','2020-12-11 07:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.69.142.81','2020-12-11 08:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.69.142.81','2020-12-11 08:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.69.142.81','2020-12-11 08:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.69.142.81','2020-12-11 08:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.69.142.81','2020-12-11 08:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.69.142.81','2020-12-11 08:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.69.142.81','2020-12-11 08:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.69.142.81','2020-12-11 08:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.69.142.81','2020-12-11 08:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.69.142.81','2020-12-11 08:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.69.142.81','2020-12-11 08:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.69.142.81','2020-12-11 08:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'114.69.142.81','2020-12-11 08:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.69.142.81','2020-12-11 08:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.69.142.81','2020-12-11 08:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.69.142.81','2020-12-11 08:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.69.142.81','2020-12-11 08:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.69.142.81','2020-12-11 08:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.69.142.81','2020-12-11 08:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.69.142.81','2020-12-11 08:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.69.142.81','2020-12-11 08:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.69.142.81','2020-12-11 08:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'114.69.142.81','2020-12-11 09:16:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.69.142.81','2020-12-11 09:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.69.142.81','2020-12-11 11:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'114.69.142.81','2020-12-11 11:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.69.142.81','2020-12-11 11:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.55.39.189','2020-12-12 04:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.122','2020-12-12 05:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.180.34.186','2020-12-12 09:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.29','2020-12-13 03:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.25','2020-12-13 03:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.27','2020-12-13 03:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.230','2020-12-13 07:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.202','2020-12-14 05:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.162','2020-12-14 16:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.212.27.43','2020-12-14 17:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.212.27.43','2020-12-14 17:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.212.27.43','2020-12-14 17:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.212.27.43','2020-12-14 17:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.199','2020-12-15 08:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.213','2020-12-15 19:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'202.8.217.36','2020-12-15 20:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'62.210.188.216','2020-12-16 17:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'202.180.34.186','2020-12-16 21:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.116','2020-12-17 03:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.108','2020-12-17 14:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.92','2020-12-18 00:55:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2020-12-18 03:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2020-12-18 03:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2020-12-18 03:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2020-12-18 03:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2020-12-18 03:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2020-12-18 03:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2020-12-18 03:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2020-12-18 03:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2020-12-18 03:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2020-12-18 03:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2020-12-18 03:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2020-12-18 03:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2020-12-18 03:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2020-12-18 03:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'192.218.140.237','2020-12-18 13:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'133.106.56.30','2020-12-18 13:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'133.106.56.30','2020-12-18 13:19:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.250.45.46','2020-12-18 21:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'95.163.255.94','2020-12-18 23:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.111','2020-12-19 00:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.59.207','2020-12-19 04:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.59.207','2020-12-19 04:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.231.59.207','2020-12-19 04:42:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.87','2020-12-19 06:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.59.207','2020-12-19 08:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.59.207','2020-12-19 08:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.59.207','2020-12-19 08:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.59.207','2020-12-19 08:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.59.207','2020-12-19 08:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.59.207','2020-12-19 08:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.59.207','2020-12-19 08:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.59.207','2020-12-19 08:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.59.207','2020-12-19 08:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.154','2020-12-19 15:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'95.163.255.96','2020-12-19 19:29:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.31','2020-12-20 01:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.69','2020-12-20 06:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.114','2020-12-20 06:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.168','2020-12-20 06:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.59.207','2020-12-20 10:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.59.207','2020-12-20 10:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.59.207','2020-12-20 10:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.59.207','2020-12-20 10:16:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.59.207','2020-12-20 10:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'173.231.59.207','2020-12-20 10:16:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.231.59.207','2020-12-20 10:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.231.59.207','2020-12-20 10:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'173.231.59.207','2020-12-20 10:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'173.231.59.207','2020-12-20 10:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.231.59.207','2020-12-20 10:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'173.231.59.207','2020-12-20 10:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'173.231.59.207','2020-12-20 10:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.231.59.207','2020-12-20 10:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'173.231.59.207','2020-12-20 10:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'173.231.59.207','2020-12-20 10:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'173.231.59.207','2020-12-20 10:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.231.59.207','2020-12-20 10:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'173.231.59.207','2020-12-20 10:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.231.59.207','2020-12-20 10:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.59.207','2020-12-20 10:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.59.207','2020-12-20 10:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.231.59.207','2020-12-20 10:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.231.59.207','2020-12-20 10:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.168','2020-12-20 15:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.118','2020-12-20 15:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.94','2020-12-20 16:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.231.59.207','2020-12-23 21:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.231.59.207','2020-12-23 21:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.231.59.207','2020-12-23 21:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.43','2020-12-24 05:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2020-12-24 12:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2020-12-24 12:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.71','2020-12-24 17:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.231.59.207','2020-12-25 10:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.96','2020-12-25 10:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.45','2020-12-25 10:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.80','2020-12-25 10:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'153.150.0.33','2020-12-25 10:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'153.150.0.33','2020-12-25 10:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'153.150.0.33','2020-12-25 10:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'153.150.0.33','2020-12-25 10:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.71','2020-12-25 11:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'62.210.188.216','2020-12-26 09:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.188.216','2020-12-26 09:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.167','2020-12-27 01:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2020-12-27 01:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.55.39.13','2020-12-27 23:01:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.167','2020-12-28 14:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.59.207','2020-12-28 23:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.59.207','2020-12-28 23:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.231.59.207','2020-12-28 23:00:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'113.35.224.170','2020-12-29 12:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.59.207','2020-12-29 14:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.59.207','2020-12-29 14:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.59.207','2020-12-29 14:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.59.207','2020-12-29 14:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.59.207','2020-12-29 14:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.59.207','2020-12-29 14:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.59.207','2020-12-29 14:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.59.207','2020-12-29 14:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.59.207','2020-12-29 14:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.59.207','2020-12-30 03:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.59.207','2020-12-30 03:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.59.207','2020-12-30 03:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.59.207','2020-12-30 03:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.59.207','2020-12-30 03:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'173.231.59.207','2020-12-30 03:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.231.59.207','2020-12-30 03:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.231.59.207','2020-12-30 03:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'173.231.59.207','2020-12-30 03:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'173.231.59.207','2020-12-30 03:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.231.59.207','2020-12-30 03:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'173.231.59.207','2020-12-30 03:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'173.231.59.207','2020-12-30 03:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.231.59.207','2020-12-30 03:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'173.231.59.207','2020-12-30 03:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'173.231.59.207','2020-12-30 03:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'173.231.59.207','2020-12-30 03:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.231.59.207','2020-12-30 03:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'173.231.59.207','2020-12-30 03:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.231.59.207','2020-12-30 03:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.59.207','2020-12-30 03:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.59.207','2020-12-30 03:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.231.59.207','2020-12-30 03:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.231.59.207','2020-12-30 03:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'153.211.172.53','2020-12-30 11:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.109','2020-12-30 14:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.136.175','2020-12-30 21:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.128.57','2020-12-31 02:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.136.175','2020-12-31 06:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.119.157.139','2020-12-31 09:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.175','2021-01-01 03:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.159.246','2021-01-02 14:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.159.246','2021-01-02 17:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.46.13.71','2021-01-03 08:06:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.119.140.137','2021-01-04 00:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.119.136.175','2021-01-04 07:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.148.235.33','2021-01-04 09:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.23','2021-01-04 11:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.157.139','2021-01-04 11:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.175.2','2021-01-04 12:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.175.2','2021-01-04 12:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.175.2','2021-01-04 12:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.175.2','2021-01-04 12:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.175.2','2021-01-04 14:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.175.2','2021-01-04 14:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.175.2','2021-01-04 14:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.232.175.2','2021-01-04 14:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'62.210.188.216','2021-01-05 00:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.188.216','2021-01-05 00:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.44.52.235','2021-01-05 12:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-01-06 00:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-01-06 00:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-01-06 00:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-01-06 00:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-01-06 00:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-01-06 00:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-01-06 00:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-01-06 00:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-01-06 01:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-01-06 01:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-01-06 01:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-01-06 01:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-01-06 01:07:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-01-06 01:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-01-06 01:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-01-06 01:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-01-06 01:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-01-06 01:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-01-06 01:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-01-06 01:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2021-01-07 16:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2021-01-07 16:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2021-01-07 16:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2021-01-07 20:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2021-01-07 20:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2021-01-07 20:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.145','2021-01-07 20:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2021-01-07 20:42:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2021-01-07 20:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2021-01-07 20:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2021-01-07 20:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2021-01-07 20:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2021-01-07 20:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2021-01-07 20:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2021-01-07 20:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2021-01-07 20:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2021-01-07 20:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2021-01-07 20:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2021-01-07 20:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2021-01-07 20:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2021-01-07 20:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2021-01-07 20:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2021-01-07 20:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2021-01-07 20:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2021-01-07 20:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2021-01-07 20:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2021-01-07 20:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2021-01-07 22:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2021-01-08 00:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2021-01-08 00:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2021-01-08 00:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.141.207.86','2021-01-08 17:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.113.186.162','2021-01-08 19:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.113.186.162','2021-01-08 19:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.113.186.162','2021-01-08 19:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.113.186.162','2021-01-08 19:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.145','2021-01-08 20:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.173.85.6','2021-01-09 19:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.173.85.6','2021-01-09 19:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.145.125','2021-01-09 22:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.136.175','2021-01-10 15:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.125','2021-01-10 20:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.119.159.246','2021-01-11 11:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'114.119.159.246','2021-01-11 16:17:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.136.175','2021-01-12 09:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.76.173.188','2021-01-12 17:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.76.173.188','2021-01-12 17:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.76.173.188','2021-01-12 17:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.76.173.188','2021-01-12 17:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.119.136.243','2021-01-13 17:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.125','2021-01-13 20:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.125','2021-01-13 22:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.99','2021-01-14 02:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.195','2021-01-14 04:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.195','2021-01-14 04:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.18.204.195','2021-01-14 04:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-01-14 10:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-01-14 10:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2021-01-14 10:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2021-01-14 10:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2021-01-14 10:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2021-01-14 10:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2021-01-14 10:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2021-01-14 10:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.125','2021-01-14 11:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.195','2021-01-14 12:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.195','2021-01-14 12:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.195','2021-01-14 12:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.195','2021-01-14 12:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.195','2021-01-14 12:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.195','2021-01-14 12:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.195','2021-01-14 12:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.195','2021-01-14 12:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.195','2021-01-14 12:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.18','2021-01-14 14:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.109','2021-01-14 17:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.25','2021-01-15 01:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'62.210.188.216','2021-01-15 14:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.188.216','2021-01-15 14:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.4','2021-01-15 18:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.43','2021-01-15 23:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.22','2021-01-16 02:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.22','2021-01-16 07:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.183','2021-01-16 09:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.35.243.204','2021-01-16 10:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.35.243.204','2021-01-16 10:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.35.243.204','2021-01-16 10:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.35.243.204','2021-01-16 10:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.35.243.204','2021-01-16 10:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.35.243.204','2021-01-16 10:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'60.35.243.204','2021-01-16 10:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.6','2021-01-16 11:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.7','2021-01-16 12:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.23','2021-01-16 12:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.3','2021-01-16 12:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.41','2021-01-16 13:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.2','2021-01-16 13:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.4','2021-01-16 16:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.43','2021-01-16 17:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.195','2021-01-16 19:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.195','2021-01-16 19:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.195','2021-01-16 19:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.195','2021-01-16 19:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.18.204.195','2021-01-16 19:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.195','2021-01-16 19:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.18.204.195','2021-01-16 19:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.18.204.195','2021-01-16 19:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.18.204.195','2021-01-16 19:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.18.204.195','2021-01-16 19:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.18.204.195','2021-01-16 19:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.18.204.195','2021-01-16 19:36:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.18.204.195','2021-01-16 19:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.18.204.195','2021-01-16 19:37:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.18.204.195','2021-01-16 19:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.18.204.195','2021-01-16 19:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.18.204.195','2021-01-16 19:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.18.204.195','2021-01-16 19:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.18.204.195','2021-01-16 19:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.195','2021-01-16 19:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.195','2021-01-16 19:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.18.204.195','2021-01-16 19:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.18.204.195','2021-01-16 19:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.40','2021-01-16 21:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.3','2021-01-16 21:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.125','2021-01-16 23:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.164','2021-01-16 23:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.8','2021-01-17 05:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-01-17 06:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-01-17 06:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-01-17 06:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-01-17 06:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-01-17 06:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-01-17 06:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-01-17 06:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-01-17 06:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-01-17 06:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-01-17 06:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-01-17 06:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-01-17 06:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-01-17 06:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-01-17 06:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-01-17 06:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-01-17 06:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-01-17 06:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-01-17 06:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.18.204.195','2021-01-17 06:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.18.204.195','2021-01-17 06:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.18.204.195','2021-01-17 06:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.45','2021-01-17 08:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.6','2021-01-17 09:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.15','2021-01-17 12:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.17','2021-01-17 16:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.7','2021-01-17 17:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.21','2021-01-17 18:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.9','2021-01-17 19:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.2','2021-01-18 00:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.4','2021-01-18 00:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.23','2021-01-18 05:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.148','2021-01-18 06:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.45','2021-01-18 08:19:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.119.138.33','2021-01-18 09:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.199','2021-01-18 17:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.26','2021-01-18 20:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.7','2021-01-18 22:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.4','2021-01-18 23:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.12','2021-01-19 00:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.44','2021-01-19 04:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.14','2021-01-19 08:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.40','2021-01-19 08:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.5','2021-01-19 10:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.6','2021-01-19 10:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.8','2021-01-19 12:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.41','2021-01-19 16:43:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.7','2021-01-19 17:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.35','2021-01-19 18:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'58.94.99.170','2021-01-19 20:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.12','2021-01-20 02:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.136','2021-01-20 03:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.39','2021-01-20 04:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.8','2021-01-20 06:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.85','2021-01-20 09:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.15','2021-01-20 13:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.45','2021-01-20 13:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.214.189.181','2021-01-20 13:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-01-20 13:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-01-20 13:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.214.189.181','2021-01-20 13:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.214.189.181','2021-01-20 13:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-01-20 13:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.214.189.181','2021-01-20 13:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.214.189.181','2021-01-20 13:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.214.189.181','2021-01-20 13:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.214.189.181','2021-01-20 13:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.214.189.181','2021-01-20 13:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-01-20 13:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.214.189.181','2021-01-20 13:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.214.189.181','2021-01-20 13:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-01-20 13:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.41','2021-01-20 14:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.44','2021-01-20 15:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.22','2021-01-20 16:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.8','2021-01-20 19:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.40','2021-01-20 22:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'106.73.12.128','2021-01-21 01:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.195','2021-01-21 09:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.238.149.126','2021-01-21 11:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.238.149.126','2021-01-21 11:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.79.91','2021-01-21 17:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.45','2021-01-22 02:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'218.221.63.121','2021-01-22 15:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.20','2021-01-22 19:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.89','2021-01-23 08:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.39','2021-01-23 14:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.155','2021-01-26 03:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.195','2021-01-26 07:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.195','2021-01-26 07:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.18.204.195','2021-01-26 07:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.1','2021-01-26 13:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.195','2021-01-26 22:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.195','2021-01-26 22:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.195','2021-01-26 22:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.195','2021-01-26 22:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.195','2021-01-26 22:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.195','2021-01-26 22:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.195','2021-01-26 22:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.195','2021-01-26 22:32:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.195','2021-01-26 22:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'179.61.178.77','2021-01-28 03:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.195','2021-01-28 12:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.195','2021-01-28 12:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.195','2021-01-28 12:58:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.195','2021-01-28 12:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.18.204.195','2021-01-28 12:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.195','2021-01-28 12:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.18.204.195','2021-01-28 12:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.18.204.195','2021-01-28 12:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.18.204.195','2021-01-28 12:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.18.204.195','2021-01-28 12:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.18.204.195','2021-01-28 12:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.18.204.195','2021-01-28 12:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.18.204.195','2021-01-28 13:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.18.204.195','2021-01-28 13:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.18.204.195','2021-01-28 13:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.18.204.195','2021-01-28 13:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.18.204.195','2021-01-28 13:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.18.204.195','2021-01-28 13:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.18.204.195','2021-01-28 13:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.195','2021-01-28 13:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.195','2021-01-28 13:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.18.204.195','2021-01-28 13:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.18.204.195','2021-01-28 13:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.50','2021-01-28 18:11:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.88','2021-01-28 22:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.18.204.195','2021-01-28 23:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.18.204.195','2021-01-29 00:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.18.204.195','2021-01-29 00:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'64.137.74.101','2021-01-29 23:59:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.1','2021-01-30 07:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.195','2021-02-01 16:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'106.157.147.17','2021-02-01 17:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'106.157.147.17','2021-02-01 17:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'106.157.147.17','2021-02-01 17:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'106.157.147.17','2021-02-01 17:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'106.157.147.17','2021-02-01 17:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.188.216','2021-02-02 09:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'183.177.133.249','2021-02-02 11:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.16','2021-02-02 17:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.71','2021-02-03 10:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.73','2021-02-03 12:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'111.101.75.15','2021-02-03 13:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'111.101.75.15','2021-02-03 13:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'111.101.75.15','2021-02-03 13:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'111.101.75.15','2021-02-03 13:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.119.131.205','2021-02-03 17:07:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.45','2021-02-04 00:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.31','2021-02-04 10:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.149.24','2021-02-04 20:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-02-05 01:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-02-05 01:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.239','2021-02-05 09:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.153.209.155','2021-02-05 15:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.153.209.155','2021-02-05 15:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.153.209.155','2021-02-05 15:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.99.117.163','2021-02-05 22:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'117.66.148.146','2021-02-06 02:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.149.98','2021-02-07 02:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.168','2021-02-08 00:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-02-08 09:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-02-08 09:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.143.6','2021-02-08 09:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.143.6','2021-02-08 09:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.143.6','2021-02-08 09:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.143.6','2021-02-08 09:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.195','2021-02-08 18:37:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.85','2021-02-08 22:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.119.128.196','2021-02-08 22:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.119.152.231','2021-02-09 03:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.7','2021-02-09 05:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.40','2021-02-09 18:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.42','2021-02-10 06:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.124.216.206','2021-02-10 11:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.39','2021-02-10 14:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.164','2021-02-10 16:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.119.138.33','2021-02-10 17:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.37','2021-02-11 01:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.22','2021-02-11 02:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'114.119.140.137','2021-02-11 02:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.119','2021-02-11 06:21:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.34','2021-02-11 08:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.216','2021-02-11 14:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.10','2021-02-11 17:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.10','2021-02-11 19:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'62.210.188.216','2021-02-11 21:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.188.216','2021-02-11 21:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.42','2021-02-11 22:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.39','2021-02-12 01:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.18.204.195','2021-02-12 01:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.18.204.195','2021-02-12 01:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.18.204.195','2021-02-12 01:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.14','2021-02-12 05:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.39','2021-02-12 05:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.38','2021-02-12 13:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.65','2021-02-12 17:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.20','2021-02-12 18:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.18','2021-02-12 19:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.119.157.54','2021-02-12 19:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.43','2021-02-12 22:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.42','2021-02-13 02:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.119.136.243','2021-02-13 02:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.76','2021-02-13 03:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.33','2021-02-13 09:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.28','2021-02-13 11:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.5','2021-02-13 11:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.11','2021-02-13 11:42:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'92.220.10.100','2021-02-13 14:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'92.220.10.100','2021-02-13 14:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'92.220.10.100','2021-02-13 14:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'92.220.10.100','2021-02-13 14:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'92.220.10.100','2021-02-13 14:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'92.220.10.100','2021-02-13 14:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'92.220.10.100','2021-02-13 14:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'92.220.10.100','2021-02-13 14:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'92.220.10.100','2021-02-13 14:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'92.220.10.100','2021-02-13 14:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'92.220.10.100','2021-02-13 14:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'92.220.10.100','2021-02-13 14:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'92.220.10.100','2021-02-13 14:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.220.10.100','2021-02-13 14:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'92.220.10.100','2021-02-13 14:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'92.220.10.100','2021-02-13 14:19:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'92.220.10.100','2021-02-13 14:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'92.220.10.100','2021-02-13 14:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.44','2021-02-13 20:36:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.195','2021-02-14 00:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.195','2021-02-14 00:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.18.204.195','2021-02-14 00:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'92.220.10.100','2021-02-14 15:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.41','2021-02-14 19:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.23','2021-02-14 20:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.13','2021-02-15 00:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.20','2021-02-15 02:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.10','2021-02-15 02:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.119.128.57','2021-02-15 02:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-02-15 03:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-02-15 03:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-02-15 03:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-02-15 03:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-02-15 03:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-02-15 03:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-02-15 03:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-02-15 03:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-02-15 03:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-02-15 03:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-02-15 03:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-02-15 03:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-02-15 03:25:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-02-15 03:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-02-15 03:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-02-15 03:25:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-02-15 03:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-02-15 03:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-02-15 03:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-02-15 03:25:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.188.216','2021-02-15 06:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.188.216','2021-02-15 06:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.188.216','2021-02-15 06:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'62.210.188.216','2021-02-15 06:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.188.216','2021-02-15 06:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.188.216','2021-02-15 06:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.188.216','2021-02-15 07:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.188.216','2021-02-15 07:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.18','2021-02-15 07:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.195','2021-02-15 08:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.195','2021-02-15 08:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.195','2021-02-15 08:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.195','2021-02-15 08:55:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.195','2021-02-15 08:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.195','2021-02-15 08:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.195','2021-02-15 08:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.195','2021-02-15 08:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.195','2021-02-15 08:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.38','2021-02-15 14:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.38','2021-02-15 14:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.82','2021-02-15 17:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.119.128.196','2021-02-15 17:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.12','2021-02-15 18:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.201','2021-02-15 19:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.35','2021-02-15 20:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.34','2021-02-15 20:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'157.55.39.245','2021-02-15 20:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.157.54','2021-02-15 20:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.8','2021-02-15 22:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.213','2021-02-16 03:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.18','2021-02-16 03:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'114.119.159.246','2021-02-16 04:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.7','2021-02-16 05:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.14','2021-02-16 05:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.26','2021-02-16 11:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.238.238.72','2021-02-16 13:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'202.180.34.186','2021-02-16 13:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.154.68','2021-02-16 13:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.154.68','2021-02-16 13:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.154.68','2021-02-16 13:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.154.68','2021-02-16 13:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.154.68','2021-02-16 13:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.154.68','2021-02-16 13:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.238.238.72','2021-02-16 14:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.13','2021-02-16 16:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.12','2021-02-16 18:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.9','2021-02-16 19:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.4','2021-02-16 22:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.14','2021-02-17 00:04:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.5','2021-02-17 03:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.18.204.195','2021-02-17 03:07:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.18.204.195','2021-02-17 03:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.18.204.195','2021-02-17 03:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.18.204.195','2021-02-17 03:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.18.204.195','2021-02-17 03:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.195','2021-02-17 03:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.18.204.195','2021-02-17 03:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.18.204.195','2021-02-17 03:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.18.204.195','2021-02-17 03:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.18.204.195','2021-02-17 03:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.18.204.195','2021-02-17 03:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.18.204.195','2021-02-17 03:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.18.204.195','2021-02-17 03:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.18.204.195','2021-02-17 03:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.18.204.195','2021-02-17 03:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.18.204.195','2021-02-17 03:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.18.204.195','2021-02-17 03:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.18.204.195','2021-02-17 03:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.18.204.195','2021-02-17 03:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.18.204.195','2021-02-17 03:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.18.204.195','2021-02-17 03:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.18.204.195','2021-02-17 03:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.18.204.195','2021-02-17 03:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.1','2021-02-17 06:45:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.18.204.195','2021-02-17 07:59:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.18.204.195','2021-02-17 07:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.18.204.195','2021-02-17 07:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.4','2021-02-17 12:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.4','2021-02-17 13:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.80.85.233','2021-02-17 13:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.80.85.233','2021-02-17 13:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.3','2021-02-17 14:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'210.136.143.114','2021-02-17 15:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.81','2021-02-17 20:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.24','2021-02-17 22:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.27','2021-02-17 23:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.41','2021-02-18 00:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'95.91.76.137','2021-02-18 00:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'95.91.76.137','2021-02-18 00:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'95.91.76.137','2021-02-18 00:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.19','2021-02-18 02:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.11','2021-02-18 09:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.8','2021-02-18 12:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.14','2021-02-18 13:42:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-02-18 14:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-02-18 14:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.18.204.195','2021-02-18 22:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.44','2021-02-19 03:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.39','2021-02-19 06:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.136.243','2021-02-19 08:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'110.5.20.254','2021-02-19 09:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'110.5.20.254','2021-02-19 09:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.23','2021-02-19 11:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'114.119.138.33','2021-02-19 11:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.25','2021-02-19 18:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.16','2021-02-19 20:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.188.211.13','2021-02-20 00:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.16','2021-02-20 00:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.1','2021-02-20 01:03:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.40','2021-02-20 02:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'211.5.207.176','2021-02-20 09:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.19','2021-02-20 10:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.22','2021-02-20 11:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.8','2021-02-20 12:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.18','2021-02-20 12:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.3','2021-02-20 13:30:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.35','2021-02-20 16:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.188.211.15','2021-02-20 19:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.11','2021-02-21 01:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.42','2021-02-21 02:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.23','2021-02-21 03:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.15','2021-02-21 16:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.36','2021-02-21 21:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2021-02-22 15:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2021-02-22 15:01:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2021-02-22 15:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.33','2021-02-22 15:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2021-02-22 18:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2021-02-22 18:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2021-02-22 18:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2021-02-22 18:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2021-02-22 18:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2021-02-22 18:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2021-02-22 18:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2021-02-22 18:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2021-02-22 18:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2021-02-22 18:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2021-02-22 18:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2021-02-22 18:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2021-02-22 18:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2021-02-22 18:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2021-02-22 18:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2021-02-22 18:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2021-02-22 18:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2021-02-22 18:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2021-02-22 18:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2021-02-22 18:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2021-02-22 18:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2021-02-22 18:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2021-02-22 18:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2021-02-22 19:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2021-02-22 21:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2021-02-22 21:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2021-02-22 21:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.188.216','2021-02-23 09:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.188.216','2021-02-23 09:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.143.6','2021-02-23 15:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.143.6','2021-02-23 15:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.143.6','2021-02-23 15:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.143.6','2021-02-23 15:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2021-02-23 15:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2021-02-23 15:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.143.6','2021-02-23 15:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.143.6','2021-02-23 15:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-02-23 15:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-02-23 15:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.210.143.6','2021-02-23 15:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.210.143.6','2021-02-23 15:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.143.6','2021-02-23 15:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.143.6','2021-02-23 15:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.143.6','2021-02-23 16:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.143.6','2021-02-23 16:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.143.6','2021-02-23 16:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.143.6','2021-02-23 16:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.18.204.195','2021-02-24 23:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.242','2021-02-25 00:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.25','2021-02-25 04:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.42','2021-02-26 02:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.2.11.245','2021-02-26 11:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.2.11.245','2021-02-26 11:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.2.11.245','2021-02-26 11:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.2.11.245','2021-02-26 11:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.119.157.139','2021-02-26 23:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.15','2021-02-27 02:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.12','2021-02-28 03:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.18.204.195','2021-02-28 09:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.18.204.195','2021-02-28 09:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.18.204.195','2021-02-28 09:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.177','2021-02-28 10:27:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.210.188.216','2021-02-28 15:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.188.216','2021-02-28 15:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-03-01 02:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-03-01 02:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.45','2021-03-01 06:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.15.33.4','2021-03-01 14:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.15.33.4','2021-03-01 14:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'222.15.33.4','2021-03-01 14:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.18.204.195','2021-03-01 17:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.18.204.195','2021-03-01 17:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.18.204.195','2021-03-01 17:11:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.22','2021-03-02 02:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.71','2021-03-02 03:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 14:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 14:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 14:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 14:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 14:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 14:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 14:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 14:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 14:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 15:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 15:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 15:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'180.46.241.188','2021-03-02 15:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.7','2021-03-02 17:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.28','2021-03-02 21:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.149.37','2021-03-03 11:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.223.2','2021-03-03 12:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.223.2','2021-03-03 12:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.43','2021-03-03 13:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.88','2021-03-03 14:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.15','2021-03-03 15:35:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.17','2021-03-03 20:42:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.138.88.137','2021-03-03 21:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.84','2021-03-03 22:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.8','2021-03-04 15:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.105','2021-03-04 17:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'40.77.167.68','2021-03-04 21:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.75','2021-03-05 21:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-03-05 22:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-03-05 22:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.201','2021-03-06 04:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.149.101','2021-03-06 07:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.171','2021-03-06 08:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.24','2021-03-06 18:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.236','2021-03-07 22:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.67','2021-03-08 12:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.236','2021-03-08 12:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.72','2021-03-08 12:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.4','2021-03-08 14:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.19','2021-03-08 14:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.1','2021-03-08 14:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.12','2021-03-08 14:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.12','2021-03-08 14:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.149.29','2021-03-08 23:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.7','2021-03-09 04:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.3','2021-03-09 06:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.176.244.27','2021-03-09 10:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.4','2021-03-09 14:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.227','2021-03-09 14:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.171','2021-03-10 00:54:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.171','2021-03-10 01:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.171','2021-03-10 03:42:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.171','2021-03-10 09:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.45','2021-03-10 09:48:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.34','2021-03-10 10:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.171','2021-03-10 10:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.44','2021-03-10 10:51:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.171','2021-03-10 12:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.62','2021-03-10 12:54:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.152.96.179','2021-03-10 14:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.152.96.179','2021-03-10 14:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.45','2021-03-10 19:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.102','2021-03-10 20:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.14','2021-03-11 01:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.182','2021-03-11 11:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.252','2021-03-11 12:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-11 21:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-11 21:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.3','2021-03-12 07:31:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.53','2021-03-12 09:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.5','2021-03-12 13:44:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-12 14:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.3','2021-03-13 08:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.113.251','2021-03-13 22:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.10','2021-03-14 00:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.6','2021-03-15 04:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.8','2021-03-15 05:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.22','2021-03-15 17:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.38','2021-03-15 17:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.23','2021-03-15 21:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'40.77.167.19','2021-03-15 22:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.32.135.50','2021-03-15 22:29:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.32.135.50','2021-03-15 22:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.32.135.50','2021-03-15 22:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.22','2021-03-16 23:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'106.186.200.149','2021-03-17 11:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.45','2021-03-18 01:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.38','2021-03-18 03:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-03-18 04:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-03-18 04:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-03-18 04:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-03-18 04:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-03-18 05:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-03-18 05:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-03-18 05:35:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.143.6','2021-03-18 05:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-03-18 05:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-03-18 05:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-03-18 05:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.143.6','2021-03-18 05:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-03-18 05:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-03-18 05:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.8','2021-03-18 14:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.5','2021-03-18 20:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.89','2021-03-18 20:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.34','2021-03-19 19:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.8.217.36','2021-03-19 20:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.8.217.36','2021-03-19 20:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.8.217.36','2021-03-19 20:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.8.217.36','2021-03-19 20:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.8.217.36','2021-03-19 20:42:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.8.217.36','2021-03-19 20:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.8.217.36','2021-03-19 20:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.8.217.36','2021-03-19 20:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.8.217.36','2021-03-19 20:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.8.217.36','2021-03-19 20:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.8.217.36','2021-03-19 20:42:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.8.217.36','2021-03-19 20:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.40','2021-03-20 06:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.5','2021-03-21 11:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'59.138.192.199','2021-03-21 19:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'13.66.139.0','2021-03-22 03:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.2','2021-03-22 05:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.73','2021-03-22 08:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.18','2021-03-22 17:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.5','2021-03-22 18:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.1','2021-03-22 18:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.7','2021-03-22 19:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.26','2021-03-22 19:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.17','2021-03-22 19:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'59.87.89.82','2021-03-23 11:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'59.87.89.82','2021-03-23 11:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.57','2021-03-24 08:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.22','2021-03-24 08:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.8','2021-03-24 17:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.119','2021-03-25 03:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.22','2021-03-25 14:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-03-26 03:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-03-26 03:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-03-26 03:47:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-03-26 03:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-03-26 04:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-03-26 04:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-03-26 04:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.143.6','2021-03-26 04:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-03-26 04:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-03-26 04:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-03-26 04:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.143.6','2021-03-26 04:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-03-26 04:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-03-26 04:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.7','2021-03-26 04:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.3','2021-03-26 04:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.7','2021-03-26 04:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.2','2021-03-26 04:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.20','2021-03-26 04:36:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.7','2021-03-26 06:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.5','2021-03-26 08:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.10','2021-03-26 11:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.44','2021-03-26 15:21:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.41','2021-03-26 23:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.34','2021-03-27 06:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.5.116.176','2021-03-27 09:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.5.116.176','2021-03-27 09:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.5.116.176','2021-03-27 09:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.5.116.176','2021-03-27 09:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.44','2021-03-27 13:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.53','2021-03-27 15:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.15','2021-03-27 15:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.45','2021-03-27 16:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.21','2021-03-27 22:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.78','2021-03-27 23:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'40.77.167.80','2021-03-28 06:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.37','2021-03-28 15:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.75','2021-03-28 19:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.21','2021-03-28 19:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.38','2021-03-28 21:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.38','2021-03-29 00:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.200','2021-03-29 12:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.149.1','2021-03-29 16:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.55','2021-03-29 18:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.51','2021-03-29 18:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.149.19','2021-03-29 18:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.149.32','2021-03-29 19:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.21','2021-03-29 23:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.42','2021-03-30 08:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.6','2021-03-30 09:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.4','2021-03-30 15:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.41','2021-03-31 07:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.24','2021-03-31 13:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.167','2021-03-31 13:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.45','2021-03-31 14:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.33','2021-03-31 17:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.34','2021-03-31 18:48:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.17','2021-04-01 03:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.21','2021-04-01 19:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.167','2021-04-02 00:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.37','2021-04-02 04:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.16','2021-04-02 10:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.24','2021-04-03 13:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.46.13.52','2021-04-03 14:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.12','2021-04-03 19:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.13','2021-04-03 19:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.18','2021-04-03 19:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.14','2021-04-03 19:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.15','2021-04-03 19:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.14','2021-04-04 00:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.157','2021-04-04 01:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.15','2021-04-04 04:02:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.1','2021-04-04 04:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.14','2021-04-04 04:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.17','2021-04-04 04:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.17','2021-04-04 04:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.10','2021-04-04 04:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.18','2021-04-04 04:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.6','2021-04-04 04:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.6','2021-04-04 04:06:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.11','2021-04-04 08:00:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.117.179.100','2021-04-04 08:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.12','2021-04-04 09:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.18','2021-04-04 11:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.4','2021-04-04 12:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.10','2021-04-04 12:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.18','2021-04-04 12:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.5','2021-04-04 12:39:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'147.92.153.9','2021-04-04 12:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.4','2021-04-04 12:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.2','2021-04-04 12:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'147.92.153.4','2021-04-04 12:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.18','2021-04-04 14:41:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.14','2021-04-04 14:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.18','2021-04-04 14:42:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.36','2021-04-04 15:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.6','2021-04-04 15:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.20','2021-04-04 15:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.7','2021-04-04 15:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.21','2021-04-04 19:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.19','2021-04-04 19:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.4','2021-04-04 19:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.14','2021-04-04 19:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.14','2021-04-04 19:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.16','2021-04-04 19:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.13','2021-04-04 19:42:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.17','2021-04-04 19:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.2','2021-04-05 03:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.5','2021-04-05 03:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.20','2021-04-05 03:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.127.195.46','2021-04-05 14:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.127.195.46','2021-04-05 14:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'61.127.195.46','2021-04-05 14:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'61.127.195.46','2021-04-05 14:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'220.99.57.139','2021-04-05 15:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.40','2021-04-06 00:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.45','2021-04-06 06:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.39','2021-04-07 04:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.167','2021-04-07 08:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.66','2021-04-07 08:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.2','2021-04-07 08:55:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.237.91.66','2021-04-07 09:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.237.91.66','2021-04-07 09:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.237.91.66','2021-04-07 09:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.237.91.66','2021-04-07 09:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.237.91.66','2021-04-07 09:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.237.91.66','2021-04-07 09:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.237.91.66','2021-04-07 09:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.237.91.66','2021-04-07 09:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.237.91.66','2021-04-07 09:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.237.91.66','2021-04-07 09:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.237.91.66','2021-04-07 09:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.237.91.66','2021-04-07 09:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.237.91.66','2021-04-07 12:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.237.91.66','2021-04-07 12:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.237.91.66','2021-04-07 12:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.105.32.156','2021-04-07 13:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.141.159.131','2021-04-07 13:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.36','2021-04-08 10:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.40','2021-04-08 16:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.40','2021-04-09 01:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.9','2021-04-09 14:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'175.132.220.154','2021-04-09 15:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.8','2021-04-10 04:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.9','2021-04-10 22:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.25','2021-04-11 14:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.25','2021-04-12 19:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-04-13 00:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2021-04-13 01:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2021-04-13 01:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2021-04-13 01:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2021-04-13 05:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2021-04-13 05:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2021-04-13 05:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2021-04-13 05:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2021-04-13 05:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2021-04-13 05:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2021-04-13 05:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2021-04-13 05:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2021-04-13 05:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2021-04-13 05:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2021-04-13 05:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2021-04-13 05:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2021-04-13 05:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2021-04-13 05:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2021-04-13 05:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2021-04-13 05:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2021-04-13 05:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2021-04-13 05:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2021-04-13 05:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2021-04-13 05:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2021-04-13 05:42:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2021-04-13 05:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2021-04-13 05:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2021-04-13 06:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2021-04-13 09:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2021-04-13 09:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2021-04-13 09:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.38','2021-04-14 06:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.34','2021-04-15 04:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.159.246','2021-04-18 09:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.25','2021-04-18 09:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.108','2021-04-18 17:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'111.101.75.15','2021-04-19 03:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'111.101.75.15','2021-04-19 03:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'111.101.75.15','2021-04-19 03:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'111.101.75.15','2021-04-19 03:54:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'111.101.75.15','2021-04-19 03:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'111.101.75.15','2021-04-19 03:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.109','2021-04-19 15:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-04-20 00:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-04-20 00:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-04-20 00:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-04-20 00:54:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-04-20 00:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-04-20 00:55:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.143.6','2021-04-20 00:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-04-20 00:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-04-20 00:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-04-20 00:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.143.6','2021-04-20 00:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-04-20 00:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-04-20 00:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.208.155.162','2021-04-20 17:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.20','2021-04-21 16:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.6','2021-04-21 17:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.18','2021-04-21 17:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.14','2021-04-21 18:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.9','2021-04-21 18:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.9','2021-04-22 07:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.138.102.231','2021-04-22 17:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'188.138.102.231','2021-04-22 17:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'188.138.102.231','2021-04-22 17:55:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.39','2021-04-23 01:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.12','2021-04-23 03:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.10','2021-04-23 06:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-04-23 11:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-04-23 11:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-04-23 11:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-04-23 12:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-04-23 12:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-04-23 12:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.143.6','2021-04-23 12:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-04-23 12:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-04-23 12:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-04-23 12:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.143.6','2021-04-23 12:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-04-23 12:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-04-23 12:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.7','2021-04-23 16:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.5','2021-04-23 17:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.16','2021-04-23 17:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.1','2021-04-23 18:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.20','2021-04-23 18:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.16','2021-04-23 23:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.4','2021-04-24 00:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.5','2021-04-24 01:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.19','2021-04-24 02:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.106','2021-04-24 10:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.16','2021-04-24 11:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.18','2021-04-24 13:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.18','2021-04-24 14:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.14','2021-04-24 14:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.2','2021-04-24 15:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.12','2021-04-24 16:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.14','2021-04-24 17:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.9','2021-04-24 20:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.6','2021-04-24 21:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.6','2021-04-24 21:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.38','2021-04-25 08:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.12','2021-04-25 10:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.24','2021-04-25 16:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.11','2021-04-26 05:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.16','2021-04-26 05:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.15','2021-04-26 08:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.18','2021-04-26 09:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.4','2021-04-26 10:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.15','2021-04-26 10:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.28','2021-04-26 20:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-04-26 22:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-04-26 22:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-04-26 23:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2021-04-26 23:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2021-04-26 23:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2021-04-27 00:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2021-04-27 00:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.30','2021-04-27 17:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.30','2021-04-27 17:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.149.25','2021-04-27 17:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.25','2021-04-27 18:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.35','2021-04-28 00:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'37.187.73.97','2021-04-28 13:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.110','2021-04-29 00:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.9','2021-04-29 07:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.37','2021-04-29 12:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.26','2021-04-29 15:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.8','2021-04-29 17:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.103','2021-04-29 18:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.83','2021-04-29 21:21:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.188','2021-04-30 00:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.149','2021-04-30 07:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.42','2021-04-30 08:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.26','2021-04-30 14:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.149.28','2021-04-30 16:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'219.126.214.202','2021-04-30 17:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'207.46.13.110','2021-04-30 18:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.6','2021-05-01 01:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.214','2021-05-01 06:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.44','2021-05-01 09:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.3.244.191','2021-05-01 10:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.3.244.191','2021-05-01 10:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.3.244.191','2021-05-01 10:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.3.244.191','2021-05-01 10:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.3.244.191','2021-05-01 10:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.3.244.191','2021-05-01 10:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.3.244.191','2021-05-01 10:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.3.244.191','2021-05-01 10:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.3.244.191','2021-05-01 10:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.3.244.191','2021-05-01 11:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.3.244.191','2021-05-01 11:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.3.244.191','2021-05-01 11:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.3.244.191','2021-05-01 11:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.3.244.191','2021-05-01 11:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.3.244.191','2021-05-01 11:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.3.244.191','2021-05-01 11:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.3.244.191','2021-05-01 13:24:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'52.3.244.191','2021-05-01 13:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'52.3.244.191','2021-05-01 13:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.3.244.191','2021-05-01 13:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.3.244.191','2021-05-01 13:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.3.244.191','2021-05-01 13:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'52.3.244.191','2021-05-01 13:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'52.3.244.191','2021-05-01 13:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.3.244.191','2021-05-01 13:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.3.244.191','2021-05-01 13:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.3.244.191','2021-05-01 13:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.3.244.191','2021-05-01 13:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.3.244.191','2021-05-01 13:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.3.244.191','2021-05-01 13:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.3.244.191','2021-05-01 13:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.3.244.191','2021-05-01 13:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'52.3.244.191','2021-05-01 13:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'52.3.244.191','2021-05-01 13:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.3.244.191','2021-05-01 13:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.3.244.191','2021-05-01 13:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.3.244.191','2021-05-01 13:50:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.8','2021-05-01 15:33:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.33','2021-05-01 17:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.3.244.191','2021-05-01 17:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.3.244.191','2021-05-01 17:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.3.244.191','2021-05-01 17:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.3.244.191','2021-05-01 17:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.3.244.191','2021-05-01 17:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.16','2021-05-01 18:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.149','2021-05-01 22:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.41','2021-05-01 23:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.38','2021-05-02 02:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.128','2021-05-02 03:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.44','2021-05-02 04:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.9','2021-05-02 17:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.11','2021-05-02 18:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'13.66.139.0','2021-05-02 23:50:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.6','2021-05-03 01:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.1','2021-05-03 01:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.6','2021-05-03 02:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.8','2021-05-03 02:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.53','2021-05-03 10:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.3','2021-05-03 11:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.34','2021-05-03 19:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-05-03 20:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-05-03 20:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-05-03 20:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-05-03 21:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.4','2021-05-04 01:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.18','2021-05-04 03:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.4','2021-05-04 03:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.39','2021-05-04 07:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.138.33','2021-05-04 12:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.24','2021-05-04 13:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'104.155.10.95','2021-05-04 23:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'104.155.10.95','2021-05-04 23:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'104.155.10.95','2021-05-04 23:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.126','2021-05-04 23:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.47','2021-05-05 00:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.39','2021-05-05 02:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.38','2021-05-05 06:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.22','2021-05-05 10:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.36','2021-05-05 10:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.4','2021-05-05 12:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.44','2021-05-05 18:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.25','2021-05-06 13:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.4','2021-05-06 16:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.119.159.246','2021-05-06 22:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'126.37.3.46','2021-05-07 08:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-05-07 18:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-05-07 18:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-05-07 18:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-05-07 18:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-05-07 19:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-05-07 19:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-05-07 19:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.143.6','2021-05-07 19:20:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-05-07 19:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-05-07 19:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.143.6','2021-05-07 19:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-05-07 19:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-05-07 19:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.22','2021-05-08 01:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.162.169.104','2021-05-08 15:43:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.162.169.104','2021-05-08 15:55:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.162.169.104','2021-05-08 15:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'210.162.169.104','2021-05-08 15:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.9','2021-05-09 03:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.185','2021-05-09 12:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.13.109','2021-05-09 12:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.149','2021-05-09 15:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.34','2021-05-09 17:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.194','2021-05-09 18:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.41','2021-05-09 21:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'211.249.246.165','2021-05-10 07:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.253','2021-05-10 09:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.106','2021-05-10 11:44:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.24','2021-05-10 12:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.17','2021-05-11 01:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.12','2021-05-11 01:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.14','2021-05-11 01:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.17','2021-05-11 01:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.20','2021-05-11 01:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.20','2021-05-11 14:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.36','2021-05-12 02:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.4','2021-05-12 06:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.106.246.110','2021-05-12 13:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.5','2021-05-12 15:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.232.32.170','2021-05-12 17:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.1','2021-05-12 18:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.9','2021-05-12 19:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.17','2021-05-12 19:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.19','2021-05-12 19:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.8','2021-05-12 20:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.14','2021-05-12 20:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.11','2021-05-12 21:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.19','2021-05-12 23:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.18','2021-05-12 23:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.21','2021-05-13 00:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'114.119.128.196','2021-05-13 01:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.138.33','2021-05-13 12:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.81','2021-05-13 14:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.23','2021-05-13 18:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.119.136.243','2021-05-14 00:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.49','2021-05-14 01:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.82','2021-05-14 04:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.26','2021-05-15 07:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.3','2021-05-15 10:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.6','2021-05-16 04:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.193','2021-05-16 05:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.252','2021-05-16 14:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.18','2021-05-17 16:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.230','2021-05-18 04:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2021-05-18 13:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.182','2021-05-18 21:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.119.136.243','2021-05-19 02:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'40.77.167.19','2021-05-19 20:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.10','2021-05-19 22:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.34','2021-05-19 23:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.119.128.57','2021-05-19 23:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.149.73','2021-05-19 23:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.34','2021-05-20 04:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'116.58.182.122','2021-05-21 15:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.58.182.122','2021-05-21 15:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.19','2021-05-21 17:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.122','2021-05-21 23:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.9','2021-05-22 00:06:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.10','2021-05-22 00:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.6','2021-05-22 01:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.6','2021-05-22 02:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.9','2021-05-22 02:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.2','2021-05-22 07:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.50','2021-05-22 13:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.34','2021-05-23 07:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'13.66.139.0','2021-05-23 08:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2021-05-23 16:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2021-05-23 16:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.143.6','2021-05-23 16:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.143.6','2021-05-23 16:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-05-23 17:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.143.6','2021-05-23 17:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.143.6','2021-05-23 17:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-05-23 17:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-05-23 17:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-05-23 17:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.143.6','2021-05-23 17:56:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.143.6','2021-05-23 17:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.210.143.6','2021-05-23 17:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.143.6','2021-05-23 17:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.143.6','2021-05-23 17:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.143.6','2021-05-23 17:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.143.6','2021-05-23 17:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.143.6','2021-05-23 17:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.143.6','2021-05-23 17:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-05-23 18:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.143.6','2021-05-23 18:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-05-23 18:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.143.6','2021-05-23 18:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-05-23 18:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-05-23 18:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.143.6','2021-05-23 18:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.143.6','2021-05-23 18:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-05-23 18:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.143.6','2021-05-23 18:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-05-23 18:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.143.6','2021-05-23 18:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.143.6','2021-05-23 19:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.143.6','2021-05-23 19:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.143.6','2021-05-23 19:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.143.6','2021-05-23 19:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.143.6','2021-05-23 19:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.210.143.6','2021-05-23 19:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.143.6','2021-05-23 19:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.143.6','2021-05-23 19:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.167','2021-05-24 11:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.47','2021-05-24 12:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.16.51.148','2021-05-25 01:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.209.233.155','2021-05-25 11:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.209.233.155','2021-05-25 11:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.209.233.155','2021-05-25 11:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.209.233.155','2021-05-25 11:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.209.233.155','2021-05-25 11:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.209.233.155','2021-05-25 11:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.209.233.155','2021-05-25 11:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.209.233.155','2021-05-25 11:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.209.233.155','2021-05-25 11:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.209.233.155','2021-05-25 11:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.209.233.155','2021-05-25 11:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.209.233.155','2021-05-25 11:30:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.209.233.155','2021-05-25 14:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.209.233.155','2021-05-25 14:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.209.233.155','2021-05-25 14:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.15','2021-05-26 01:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.24','2021-05-26 14:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.209.233.155','2021-05-26 15:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.22','2021-05-26 17:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.216','2021-05-26 17:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.209.233.155','2021-05-26 18:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.209.233.155','2021-05-26 19:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.209.233.155','2021-05-26 19:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.209.233.155','2021-05-26 19:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.209.233.155','2021-05-26 19:26:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.209.233.155','2021-05-26 19:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.209.233.155','2021-05-26 19:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.209.233.155','2021-05-26 19:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.209.233.155','2021-05-26 19:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.209.233.155','2021-05-26 19:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.209.233.155','2021-05-26 19:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.209.233.155','2021-05-26 19:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.209.233.155','2021-05-26 20:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.209.233.155','2021-05-26 20:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.209.233.155','2021-05-26 20:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.209.233.155','2021-05-26 20:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.209.233.155','2021-05-26 20:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.209.233.155','2021-05-26 20:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.209.233.155','2021-05-26 20:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.209.233.155','2021-05-26 20:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.209.233.155','2021-05-26 21:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.209.233.155','2021-05-26 21:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.16.51.52','2021-05-26 21:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.254','2021-05-27 00:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.209.233.155','2021-05-27 03:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.3','2021-05-27 10:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.43','2021-05-27 10:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.3','2021-05-27 14:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.18','2021-05-27 14:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.167','2021-05-27 15:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'42.150.40.79','2021-05-27 17:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.7','2021-05-27 20:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.44','2021-05-27 20:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.209.233.155','2021-05-27 20:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.209.233.155','2021-05-27 20:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.209.233.155','2021-05-27 20:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.209.233.155','2021-05-27 20:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'103.17.199.234','2021-05-27 21:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.8','2021-05-28 02:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'128.90.30.166','2021-05-28 03:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.149.31','2021-05-28 08:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.16','2021-05-28 09:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.12','2021-05-28 10:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.234','2021-05-28 14:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.19','2021-05-28 21:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.36','2021-05-28 22:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.33','2021-05-29 00:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.40','2021-05-29 04:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.14','2021-05-29 05:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.5','2021-05-29 06:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.34','2021-05-29 07:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.2','2021-05-29 08:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.2','2021-05-29 17:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.72','2021-05-29 20:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.19','2021-05-29 21:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.43','2021-05-29 21:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.12','2021-05-29 21:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.43','2021-05-30 00:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.24','2021-05-30 02:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.11','2021-05-30 05:06:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.25','2021-05-30 05:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.37','2021-05-30 10:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'45.120.200.202','2021-05-30 11:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'128.90.44.225','2021-05-31 06:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.13','2021-05-31 09:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.176','2021-05-31 09:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.77','2021-05-31 12:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.41','2021-05-31 16:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.2','2021-05-31 18:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.4','2021-05-31 20:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.226.240.245','2021-06-01 10:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.15','2021-06-01 12:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.18','2021-06-01 13:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.24','2021-06-01 16:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.42','2021-06-01 18:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.44','2021-06-01 21:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.150','2021-06-02 02:58:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.25','2021-06-02 16:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.149.29','2021-06-03 02:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.7','2021-06-03 02:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.11','2021-06-03 05:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.2','2021-06-03 07:38:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.20','2021-06-03 07:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.15','2021-06-03 07:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.7','2021-06-03 07:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.3','2021-06-03 08:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.212','2021-06-03 10:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.18','2021-06-03 19:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.19','2021-06-04 01:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.15','2021-06-04 17:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.251','2021-06-05 07:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.18','2021-06-05 10:29:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.25','2021-06-05 12:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.1','2021-06-06 02:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.15','2021-06-06 07:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.10','2021-06-06 08:41:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.44','2021-06-06 14:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.124','2021-06-06 21:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.10','2021-06-07 00:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.9','2021-06-07 11:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.10','2021-06-08 05:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.20','2021-06-08 05:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.18','2021-06-08 05:34:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.10','2021-06-08 05:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.1','2021-06-08 05:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.167','2021-06-08 07:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.23','2021-06-09 00:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.37','2021-06-09 01:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.107','2021-06-09 01:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.34','2021-06-09 06:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.3','2021-06-09 20:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.26','2021-06-11 02:40:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2021-06-11 03:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2021-06-11 03:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2021-06-11 03:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2021-06-11 07:39:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2021-06-11 07:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2021-06-11 07:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2021-06-11 07:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2021-06-11 07:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2021-06-11 07:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2021-06-11 07:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2021-06-11 07:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2021-06-11 07:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2021-06-11 07:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2021-06-11 07:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2021-06-11 07:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2021-06-11 07:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2021-06-11 07:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2021-06-11 07:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2021-06-11 07:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2021-06-11 07:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2021-06-11 07:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2021-06-11 07:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2021-06-11 07:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2021-06-11 07:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2021-06-11 07:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2021-06-11 07:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2021-06-11 09:09:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2021-06-11 11:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2021-06-11 11:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2021-06-11 11:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-06-11 12:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-06-11 12:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-06-11 13:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-06-11 13:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.89','2021-06-11 14:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.33','2021-06-11 15:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.29.40','2021-06-11 17:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.29.42','2021-06-11 17:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.29.42','2021-06-11 17:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.180.29.41','2021-06-11 17:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.12','2021-06-12 18:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.2','2021-06-12 18:55:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.4','2021-06-12 18:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.9','2021-06-12 19:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.7','2021-06-12 19:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.17','2021-06-12 19:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.13','2021-06-12 19:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.9','2021-06-12 19:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.4','2021-06-12 19:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.19','2021-06-12 19:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.39','2021-06-12 19:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.16','2021-06-12 19:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.17','2021-06-12 19:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.9','2021-06-12 19:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.15','2021-06-12 20:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.20','2021-06-12 20:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.1','2021-06-12 20:14:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.5','2021-06-12 20:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.8','2021-06-12 20:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.17','2021-06-12 20:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.8','2021-06-12 20:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.2','2021-06-12 21:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.8','2021-06-12 21:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.11','2021-06-12 21:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.13','2021-06-12 21:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.1','2021-06-12 21:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.1','2021-06-12 21:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.19','2021-06-12 21:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.18','2021-06-12 21:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.10','2021-06-12 21:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.6','2021-06-12 21:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'147.92.153.6','2021-06-12 21:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.3','2021-06-12 21:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.19','2021-06-12 21:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.12','2021-06-12 21:42:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.17','2021-06-12 21:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.2','2021-06-12 21:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'147.92.153.10','2021-06-12 21:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.2','2021-06-12 21:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.15','2021-06-12 22:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.8','2021-06-12 23:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.14','2021-06-12 23:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.9','2021-06-12 23:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'13.66.139.0','2021-06-13 07:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2021-06-13 08:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.20','2021-06-13 10:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.77','2021-06-13 17:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.156.44.152','2021-06-14 12:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.201.243','2021-06-14 14:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.201.243','2021-06-14 14:28:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'183.76.168.240','2021-06-14 14:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.216','2021-06-14 16:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.45','2021-06-15 05:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'103.105.165.155','2021-06-15 09:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'103.105.165.155','2021-06-15 09:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'103.105.165.155','2021-06-15 09:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'103.105.165.155','2021-06-15 09:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'103.105.165.155','2021-06-15 09:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'103.105.165.155','2021-06-15 09:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.206','2021-06-15 13:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.19','2021-06-15 21:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.169','2021-06-16 08:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.232','2021-06-16 08:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.10','2021-06-16 16:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.16','2021-06-17 00:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.221','2021-06-17 14:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.80','2021-06-17 16:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.3','2021-06-17 18:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.23','2021-06-19 02:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.1','2021-06-19 04:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.36.148.167','2021-06-19 06:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.104','2021-06-19 06:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.148.167','2021-06-19 06:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.167','2021-06-19 06:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.149.1','2021-06-19 06:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.148.49','2021-06-19 06:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.35','2021-06-19 08:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.167','2021-06-19 08:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.24','2021-06-19 11:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.35','2021-06-19 12:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.83','2021-06-19 15:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.219','2021-06-19 17:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.10','2021-06-20 10:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.44','2021-06-20 13:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.5','2021-06-20 20:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.14','2021-06-20 21:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.19','2021-06-20 22:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.20','2021-06-20 22:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.8','2021-06-20 23:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.20','2021-06-20 23:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.17','2021-06-21 00:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.13','2021-06-21 01:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.5','2021-06-21 01:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.6','2021-06-21 02:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.6','2021-06-21 02:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.4','2021-06-21 03:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.167','2021-06-21 05:54:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.36.148.191','2021-06-21 05:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.36','2021-06-21 11:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.26','2021-06-21 14:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.13','2021-06-21 17:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.36.148.106','2021-06-21 18:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.19','2021-06-21 18:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.40','2021-06-21 18:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.167','2021-06-22 05:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.167','2021-06-22 06:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.126','2021-06-22 12:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.124','2021-06-22 12:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.170','2021-06-22 12:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.10','2021-06-22 18:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.39','2021-06-23 01:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.147.168.130','2021-06-23 03:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.147.168.130','2021-06-23 03:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'60.147.168.130','2021-06-23 03:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.167','2021-06-23 06:10:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.19','2021-06-23 12:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.16','2021-06-23 18:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.17','2021-06-23 18:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.200.181.93','2021-06-23 21:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.3','2021-06-23 22:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.18','2021-06-23 22:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.9','2021-06-23 23:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.20','2021-06-24 00:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.1','2021-06-24 01:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.14','2021-06-24 04:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.6','2021-06-24 06:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.178.193.109','2021-06-25 14:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.69','2021-06-25 18:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.177','2021-06-27 00:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.26','2021-06-27 00:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.6','2021-06-27 06:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.14','2021-06-28 05:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.243','2021-06-28 06:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.34','2021-06-28 21:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.82','2021-06-28 23:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'140.227.35.75','2021-06-29 09:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.20','2021-06-29 09:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'124.39.58.2','2021-06-29 13:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.4','2021-06-30 07:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.15','2021-06-30 13:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'153.142.211.205','2021-06-30 17:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'13.66.139.0','2021-06-30 17:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.5','2021-06-30 18:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.17','2021-06-30 20:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.24','2021-07-01 04:40:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.13','2021-07-01 16:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.44','2021-07-01 19:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.23','2021-07-02 00:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.6','2021-07-02 02:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.40','2021-07-02 20:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.10','2021-07-03 00:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.33','2021-07-03 03:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.83','2021-07-03 10:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.63','2021-07-04 02:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.18','2021-07-04 08:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'122.16.6.132','2021-07-05 10:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 10:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2021-07-05 11:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.17','2021-07-05 16:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-07-05 23:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-07-05 23:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'13.66.139.0','2021-07-05 23:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.149.41','2021-07-06 00:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-07-06 02:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-07-06 02:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.36.148.234','2021-07-06 10:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.149.57','2021-07-06 13:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.44','2021-07-06 21:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.148.85','2021-07-07 02:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.148.129','2021-07-07 02:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.149.65','2021-07-07 04:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.11','2021-07-07 17:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.41','2021-07-08 06:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.24','2021-07-08 10:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.149.107.65','2021-07-08 12:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.1','2021-07-08 15:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.3','2021-07-08 15:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.4','2021-07-08 15:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.2','2021-07-08 15:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.3','2021-07-08 15:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.44','2021-07-08 20:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.11','2021-07-08 20:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.5','2021-07-08 21:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.9','2021-07-08 21:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.8','2021-07-08 21:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.12','2021-07-09 00:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.19','2021-07-09 00:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.9','2021-07-09 00:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.5','2021-07-09 01:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.12','2021-07-09 01:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.15','2021-07-09 01:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.19','2021-07-09 01:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.2','2021-07-09 01:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.8','2021-07-09 01:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.14','2021-07-09 01:34:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.2','2021-07-09 01:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.12','2021-07-09 02:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.74','2021-07-09 02:32:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.11','2021-07-09 03:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.10','2021-07-09 03:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.14','2021-07-09 03:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.14','2021-07-09 04:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.7','2021-07-09 04:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.2','2021-07-09 04:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.8','2021-07-09 04:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.8','2021-07-09 04:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.6','2021-07-09 04:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'147.92.153.5','2021-07-09 04:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.17','2021-07-09 04:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.14','2021-07-09 04:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.5','2021-07-09 04:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.10','2021-07-09 04:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.18','2021-07-09 04:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.5','2021-07-09 04:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'147.92.153.13','2021-07-09 04:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.9','2021-07-09 04:41:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.156.94.204','2021-07-09 12:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.156.94.204','2021-07-09 12:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'203.141.134.125','2021-07-09 17:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.14','2021-07-09 17:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.36.148.157','2021-07-09 18:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'207.46.13.76','2021-07-09 20:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.25','2021-07-10 03:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.39','2021-07-10 09:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.149.3','2021-07-10 13:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.16','2021-07-10 16:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.163','2021-07-11 06:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'135.181.144.209','2021-07-11 17:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'162.55.172.194','2021-07-11 19:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.5','2021-07-11 23:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'168.119.52.73','2021-07-12 00:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.4','2021-07-12 01:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.4','2021-07-12 04:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.16','2021-07-12 05:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.40','2021-07-12 06:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.21.186.63','2021-07-12 20:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.3','2021-07-13 11:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'162.55.171.85','2021-07-13 18:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.90.244.117','2021-07-13 19:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.90.244.117','2021-07-13 19:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.90.244.117','2021-07-13 19:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'162.55.213.76','2021-07-14 05:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.5','2021-07-14 13:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.25','2021-07-15 01:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.40','2021-07-15 11:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.76','2021-07-15 21:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.151.184.138','2021-07-16 16:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.151.184.138','2021-07-16 16:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.151.184.138','2021-07-16 16:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.151.184.138','2021-07-16 16:50:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.151.184.138','2021-07-16 16:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.19','2021-07-16 17:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.39','2021-07-17 00:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.42','2021-07-17 15:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.22','2021-07-17 17:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.15','2021-07-18 13:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.12.26.130','2021-07-19 11:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.206.237.101','2021-07-19 13:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.36','2021-07-19 21:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.41','2021-07-20 19:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.21','2021-07-21 08:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.8','2021-07-21 22:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.4','2021-07-21 22:20:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.12','2021-07-21 22:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.8','2021-07-21 22:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.1','2021-07-21 22:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.16','2021-07-22 00:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.7','2021-07-22 00:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.6','2021-07-22 00:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.3','2021-07-22 00:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.19','2021-07-22 00:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.14','2021-07-22 04:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.20','2021-07-22 04:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.2','2021-07-22 04:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.1','2021-07-22 04:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.20','2021-07-22 04:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.6','2021-07-22 06:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.17','2021-07-22 06:17:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.10','2021-07-22 06:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.12','2021-07-22 06:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.3','2021-07-22 06:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.148.26','2021-07-22 07:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.148.148','2021-07-22 07:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.148.53','2021-07-22 07:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.50','2021-07-22 10:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.8','2021-07-22 13:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.18','2021-07-22 13:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.17','2021-07-22 13:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.19','2021-07-22 15:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.9','2021-07-22 15:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.20','2021-07-22 15:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.12','2021-07-22 15:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.9','2021-07-22 15:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.14','2021-07-22 15:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.26','2021-07-23 14:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.68.7','2021-07-23 16:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.9','2021-07-24 02:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.24','2021-07-24 11:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.237.38.244','2021-07-24 16:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.237.38.244','2021-07-24 16:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.237.38.244','2021-07-24 16:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.5','2021-07-24 19:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'95.217.161.57','2021-07-24 22:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'95.217.161.57','2021-07-24 22:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'95.217.161.57','2021-07-24 22:56:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'95.217.161.57','2021-07-24 22:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'95.217.161.57','2021-07-24 22:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'95.217.161.57','2021-07-24 22:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'95.217.161.57','2021-07-24 22:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'95.217.161.57','2021-07-24 22:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.217.161.57','2021-07-24 22:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'95.217.161.57','2021-07-24 22:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'95.217.161.57','2021-07-24 22:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'95.217.161.57','2021-07-24 22:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'95.217.161.57','2021-07-24 22:59:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'95.217.161.57','2021-07-24 22:59:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'95.217.161.57','2021-07-24 22:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'95.217.161.57','2021-07-24 22:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2021-07-25 23:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2021-07-25 23:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2021-07-25 23:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2021-07-26 03:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2021-07-26 03:11:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2021-07-26 03:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2021-07-26 03:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2021-07-26 03:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2021-07-26 03:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2021-07-26 03:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2021-07-26 03:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2021-07-26 03:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2021-07-26 03:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2021-07-26 03:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2021-07-26 03:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2021-07-26 03:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2021-07-26 03:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2021-07-26 03:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2021-07-26 03:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2021-07-26 03:21:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2021-07-26 03:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2021-07-26 03:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2021-07-26 03:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2021-07-26 03:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2021-07-26 03:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2021-07-26 03:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2021-07-26 04:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2021-07-26 06:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2021-07-26 06:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2021-07-26 06:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'49.149.108.12','2021-07-26 06:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.21','2021-07-26 07:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.9','2021-07-27 05:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.8','2021-07-27 05:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'13.66.139.0','2021-07-27 09:20:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.10','2021-07-27 13:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.14','2021-07-27 13:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.5','2021-07-27 13:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.1','2021-07-27 13:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.1','2021-07-27 13:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.17','2021-07-27 15:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.14','2021-07-27 16:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.2','2021-07-27 16:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.9','2021-07-27 19:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.10','2021-07-27 19:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.1','2021-07-27 19:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.4','2021-07-27 19:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.12','2021-07-27 19:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'147.92.153.12','2021-07-27 19:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.7','2021-07-27 19:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.13','2021-07-27 19:50:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'147.92.153.5','2021-07-27 19:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.8','2021-07-27 19:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.19','2021-07-27 20:08:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.20','2021-07-27 21:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.6','2021-07-27 23:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.19','2021-07-27 23:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.5','2021-07-27 23:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.6','2021-07-27 23:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.10','2021-07-28 04:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.13','2021-07-28 04:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.18','2021-07-28 04:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.1','2021-07-28 10:08:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.15','2021-07-28 19:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.42','2021-07-29 02:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.8','2021-07-29 08:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.17','2021-07-29 09:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.5','2021-07-29 13:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2021-07-29 19:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2021-07-29 20:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2021-07-29 22:42:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2021-07-30 00:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.25','2021-07-30 04:27:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2021-07-30 04:42:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2021-07-30 06:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.38','2021-07-30 07:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2021-07-30 07:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2021-07-30 10:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2021-07-30 12:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2021-07-30 12:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.39','2021-07-30 15:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2021-07-30 16:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.1','2021-07-30 19:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.3','2021-07-30 19:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2021-07-31 02:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2021-07-31 07:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2021-07-31 07:35:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2021-07-31 11:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2021-07-31 21:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.4','2021-08-01 09:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2021-08-01 17:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2021-08-01 20:50:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.40','2021-08-02 00:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.8','2021-08-02 01:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2021-08-02 01:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2021-08-02 02:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.8','2021-08-02 03:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.2','2021-08-02 12:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'35.172.136.29','2021-08-02 17:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.4','2021-08-03 06:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2021-08-03 19:00:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2021-08-03 23:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.33','2021-08-04 02:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.10','2021-08-04 05:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.45','2021-08-04 06:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.22','2021-08-04 08:20:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2021-08-04 13:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'40.77.167.56','2021-08-04 14:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.10','2021-08-04 16:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.40','2021-08-04 17:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2021-08-04 19:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.36.148.140','2021-08-05 02:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2021-08-05 03:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2021-08-05 10:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2021-08-05 13:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.24','2021-08-05 14:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.8','2021-08-05 16:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.15','2021-08-05 18:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.5','2021-08-05 18:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.38','2021-08-05 20:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.18','2021-08-06 01:29:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.17','2021-08-06 21:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.11','2021-08-07 11:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.10','2021-08-07 12:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.5','2021-08-07 13:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.14','2021-08-07 13:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.17','2021-08-07 14:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.10','2021-08-07 14:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.17','2021-08-07 15:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.3','2021-08-07 16:11:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.12','2021-08-07 16:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.15','2021-08-07 17:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.11','2021-08-07 17:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.15','2021-08-07 18:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.7','2021-08-07 19:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.40','2021-08-07 19:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.25','2021-08-07 21:08:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.17','2021-08-07 21:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.5','2021-08-07 22:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.5','2021-08-07 22:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.1','2021-08-07 22:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.162.161.148','2021-08-07 23:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.5','2021-08-07 23:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.19','2021-08-07 23:33:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.4','2021-08-07 23:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.10','2021-08-08 00:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.11','2021-08-08 01:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.14','2021-08-08 02:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.140','2021-08-08 02:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.20','2021-08-08 06:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.24','2021-08-08 07:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2021-08-08 16:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-08-09 07:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-08-09 07:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-08-09 11:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-08-09 12:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.36.149.23','2021-08-09 13:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.220','2021-08-09 14:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.6','2021-08-09 21:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.14','2021-08-10 07:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'211.249.246.165','2021-08-10 09:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.142.46.12','2021-08-10 19:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2021-08-11 10:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.149.34','2021-08-11 10:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.39.127','2021-08-11 11:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.14','2021-08-11 13:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.42','2021-08-11 22:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.136','2021-08-11 22:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.38','2021-08-12 02:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.149.43','2021-08-12 04:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.36','2021-08-12 07:56:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.36.149.30','2021-08-12 09:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.148.169.25','2021-08-12 16:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.222','2021-08-12 17:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.33.33.18','2021-08-12 17:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.33.33.18','2021-08-12 17:32:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.33.33.18','2021-08-12 17:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.33.33.18','2021-08-12 17:32:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.36.148.167','2021-08-13 00:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.20','2021-08-13 01:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.15','2021-08-13 02:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.148.62','2021-08-13 03:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.45','2021-08-13 05:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.2','2021-08-13 06:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.16','2021-08-13 10:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2021-08-13 11:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.11','2021-08-13 11:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.3','2021-08-13 11:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.5','2021-08-13 12:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.9','2021-08-13 12:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.16','2021-08-13 17:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.13','2021-08-13 17:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.16','2021-08-13 21:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.39.85','2021-08-13 22:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.1','2021-08-14 01:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.4','2021-08-14 05:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.41','2021-08-14 06:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'147.92.153.1','2021-08-14 07:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.36.148.142','2021-08-14 18:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.2','2021-08-14 19:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.6','2021-08-14 19:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.138','2021-08-14 20:08:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'147.92.153.11','2021-08-14 20:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.36','2021-08-14 20:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.14','2021-08-14 21:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.15','2021-08-15 00:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.11','2021-08-15 03:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2021-08-15 04:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.10','2021-08-15 06:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.10','2021-08-15 06:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.38','2021-08-15 10:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.1','2021-08-15 18:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'106.73.154.193','2021-08-17 08:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'106.73.154.193','2021-08-17 08:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'106.73.154.193','2021-08-17 08:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'106.73.154.193','2021-08-17 08:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'106.73.154.193','2021-08-17 08:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'106.73.154.193','2021-08-17 08:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'106.73.154.193','2021-08-17 08:32:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'106.73.154.193','2021-08-17 08:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'106.73.154.193','2021-08-17 08:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'106.73.154.193','2021-08-17 08:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'106.73.154.193','2021-08-17 08:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'220.156.248.185','2021-08-17 11:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.36','2021-08-17 14:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.19','2021-08-17 21:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-08-18 06:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-08-18 06:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.149.41','2021-08-18 08:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.149.41','2021-08-18 08:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.149.41','2021-08-18 08:54:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.149.41','2021-08-18 08:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.149.41','2021-08-18 08:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.149.41','2021-08-18 08:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-08-18 09:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-08-18 09:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.15','2021-08-18 12:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.4','2021-08-18 12:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.6','2021-08-18 12:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.17','2021-08-18 12:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.4','2021-08-18 12:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.7','2021-08-18 12:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.4','2021-08-18 12:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.17','2021-08-18 12:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.13','2021-08-18 12:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.4','2021-08-18 12:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.14','2021-08-18 12:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.17','2021-08-18 12:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.6','2021-08-18 12:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.8','2021-08-18 12:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.20','2021-08-18 12:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.20','2021-08-18 12:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.1','2021-08-18 12:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.9','2021-08-18 12:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.4','2021-08-18 12:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.36.149.78','2021-08-18 12:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.10','2021-08-18 12:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.6','2021-08-18 12:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.8','2021-08-18 12:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.11.193.194','2021-08-18 12:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.11.193.194','2021-08-18 12:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.11.193.194','2021-08-18 12:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.11.193.194','2021-08-18 12:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'201.64.116.199','2021-08-18 13:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.149.41','2021-08-18 13:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.149.41','2021-08-18 13:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.210.149.41','2021-08-18 13:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.149.41','2021-08-18 13:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.149.41','2021-08-18 13:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.149.41','2021-08-18 13:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.149.41','2021-08-18 13:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.149.41','2021-08-18 13:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.149.41','2021-08-18 13:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.24','2021-08-18 20:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'126.35.81.161','2021-08-18 20:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.237','2021-08-19 06:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.4','2021-08-19 06:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.187.5.89','2021-08-19 11:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.102.6.59','2021-08-19 11:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'157.55.39.186','2021-08-19 14:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'81.209.177.145','2021-08-19 23:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'81.209.177.145','2021-08-19 23:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'81.209.177.145','2021-08-19 23:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'81.209.177.145','2021-08-19 23:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'81.209.177.145','2021-08-19 23:46:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'81.209.177.145','2021-08-19 23:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'81.209.177.145','2021-08-20 00:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'81.209.177.145','2021-08-20 00:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'81.209.177.145','2021-08-20 00:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.209.177.145','2021-08-20 00:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.18','2021-08-20 15:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.17','2021-08-20 15:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.13','2021-08-20 15:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.7','2021-08-20 15:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.1','2021-08-20 15:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'13.66.139.0','2021-08-20 18:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.15','2021-08-20 23:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'39.111.225.64','2021-08-21 06:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.97.135.237','2021-08-21 09:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.36.149.31','2021-08-21 13:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.35','2021-08-21 19:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.148.102','2021-08-22 13:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.149.41','2021-08-22 19:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.149.41','2021-08-22 19:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.149.41','2021-08-22 19:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.149.41','2021-08-22 19:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.149.41','2021-08-22 19:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.149.41','2021-08-22 19:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.149.41','2021-08-22 19:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.149.41','2021-08-22 19:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.149.41','2021-08-22 19:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.149.41','2021-08-22 19:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.149.41','2021-08-22 19:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.149.41','2021-08-22 19:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.149.41','2021-08-22 20:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.149.41','2021-08-22 21:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.149.41','2021-08-22 21:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.149.41','2021-08-22 21:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.149.41','2021-08-22 21:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.210.149.41','2021-08-22 21:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.149.41','2021-08-22 21:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.149.41','2021-08-22 21:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.40','2021-08-22 22:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.5','2021-08-23 08:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.11','2021-08-23 23:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.13','2021-08-23 23:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.4','2021-08-23 23:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.7','2021-08-23 23:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.6','2021-08-23 23:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.43','2021-08-24 00:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.22','2021-08-24 05:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.10','2021-08-24 05:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'40.77.167.56','2021-08-24 05:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.1','2021-08-24 09:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.16','2021-08-24 09:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.3','2021-08-24 09:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.18','2021-08-24 09:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.3','2021-08-24 09:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.18','2021-08-24 11:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.20','2021-08-24 11:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.9','2021-08-24 11:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.14','2021-08-24 11:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.8','2021-08-24 11:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.6','2021-08-24 11:47:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.14','2021-08-24 11:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.13','2021-08-24 11:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.162.161.148','2021-08-24 14:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.38','2021-08-24 16:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.36.148.84','2021-08-25 04:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.15','2021-08-25 12:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.41','2021-08-25 14:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.81','2021-08-25 18:21:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.38','2021-08-25 21:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.2','2021-08-26 06:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.38','2021-08-26 09:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.1','2021-08-26 09:55:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.36.149.101','2021-08-26 12:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.210','2021-08-26 12:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.3','2021-08-26 13:32:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.36.149.52','2021-08-26 16:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.39','2021-08-26 17:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'61.208.191.94','2021-08-26 17:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'61.208.191.94','2021-08-26 17:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.208.191.94','2021-08-26 17:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'61.208.191.94','2021-08-26 17:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'61.208.191.94','2021-08-26 17:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.10','2021-08-26 19:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.12','2021-08-26 22:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.3','2021-08-26 23:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.14','2021-08-27 00:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.7','2021-08-27 00:42:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.19','2021-08-27 00:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'147.92.153.14','2021-08-27 00:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.19','2021-08-27 00:55:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.13','2021-08-27 00:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.3','2021-08-27 01:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.19','2021-08-27 01:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.16','2021-08-27 01:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.5','2021-08-27 01:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.6','2021-08-27 01:13:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'147.92.153.1','2021-08-27 01:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.6','2021-08-27 01:16:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.12','2021-08-27 01:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.14','2021-08-27 01:20:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.36.149.72','2021-08-27 05:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.219','2021-08-27 08:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.117','2021-08-27 08:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.70','2021-08-27 20:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.34','2021-08-28 02:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.15','2021-08-28 14:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.1','2021-08-28 16:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.6','2021-08-28 18:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.149.41','2021-08-29 08:39:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.40','2021-08-29 18:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.2','2021-08-30 06:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.34','2021-08-30 11:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'133.175.179.210','2021-08-30 13:43:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'133.175.179.210','2021-08-30 13:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.6','2021-08-30 20:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.9','2021-08-30 22:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.12','2021-08-31 15:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.3','2021-08-31 15:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.6','2021-08-31 15:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.6','2021-08-31 15:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.9','2021-08-31 15:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.17','2021-08-31 19:50:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.13','2021-08-31 19:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.16','2021-08-31 19:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.9','2021-08-31 19:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.6','2021-08-31 19:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.13','2021-08-31 19:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.15','2021-08-31 19:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.8','2021-08-31 19:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.17','2021-08-31 19:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.9','2021-08-31 19:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.10','2021-08-31 19:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.5','2021-08-31 19:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.19','2021-08-31 21:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.5','2021-08-31 21:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.18','2021-08-31 21:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.8','2021-08-31 21:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-08-31 22:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-08-31 22:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.26','2021-08-31 23:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.149.41','2021-09-01 00:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.149.41','2021-09-01 00:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.149.41','2021-09-01 00:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.149.41','2021-09-01 00:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.149.41','2021-09-01 00:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.149.41','2021-09-01 00:20:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'62.210.149.41','2021-09-01 00:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.210.149.41','2021-09-01 00:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.4','2021-09-01 00:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.149.41','2021-09-01 02:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'62.210.149.41','2021-09-01 02:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.149.41','2021-09-01 02:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'62.210.149.41','2021-09-01 02:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.149.41','2021-09-01 02:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.149.41','2021-09-01 02:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'62.210.149.41','2021-09-01 02:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.210.149.41','2021-09-01 02:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.149.41','2021-09-01 02:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'62.210.149.41','2021-09-01 02:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.149.41','2021-09-01 02:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.149.41','2021-09-01 02:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'62.210.149.41','2021-09-01 03:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'62.210.149.41','2021-09-01 03:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'62.210.149.41','2021-09-01 03:41:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.210.149.41','2021-09-01 03:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'62.210.149.41','2021-09-01 03:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'62.210.149.41','2021-09-01 03:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'62.210.149.41','2021-09-01 03:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'62.210.149.41','2021-09-01 03:42:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'62.210.149.41','2021-09-01 03:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.9','2021-09-01 05:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.9','2021-09-01 05:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.8','2021-09-01 05:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.2','2021-09-01 06:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'62.210.149.41','2021-09-01 06:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'62.210.149.41','2021-09-01 06:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'62.210.149.41','2021-09-01 06:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.210.149.41','2021-09-01 06:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'62.210.149.41','2021-09-01 06:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.210.149.41','2021-09-01 06:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'62.210.149.41','2021-09-01 06:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'62.210.149.41','2021-09-01 06:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.18','2021-09-01 11:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.24','2021-09-01 12:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.38','2021-09-01 15:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.188.90.161','2021-09-01 16:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.188.90.161','2021-09-01 16:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.33','2021-09-02 15:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.22','2021-09-03 01:03:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.38','2021-09-03 04:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.16','2021-09-04 03:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.2','2021-09-04 04:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.18','2021-09-04 07:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.36.148.91','2021-09-04 10:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.36.148.227','2021-09-04 13:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.13','2021-09-04 15:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.36.148.59','2021-09-04 16:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.36.148.88','2021-09-04 18:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.18','2021-09-05 07:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.23','2021-09-05 10:41:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.12','2021-09-06 09:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.42','2021-09-06 09:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.246.163.96','2021-09-06 10:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.246.163.96','2021-09-06 10:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.1','2021-09-06 10:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.35','2021-09-06 15:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.41','2021-09-06 16:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.10','2021-09-06 21:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.235','2021-09-06 23:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.8','2021-09-07 19:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.9','2021-09-07 22:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.8','2021-09-08 07:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'146.112.40.22','2021-09-08 14:34:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'146.112.40.58','2021-09-08 14:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.162.161.148','2021-09-09 07:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.3','2021-09-09 19:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.10','2021-09-09 21:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.11','2021-09-10 01:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.10','2021-09-10 04:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.149.29','2021-09-10 05:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.70','2021-09-10 20:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.166.204.34','2021-09-11 08:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.166.204.34','2021-09-11 08:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.166.204.34','2021-09-11 08:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.166.204.34','2021-09-11 08:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'13.66.139.0','2021-09-11 11:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.44','2021-09-11 15:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.10','2021-09-11 23:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.15','2021-09-11 23:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.43','2021-09-12 08:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.1','2021-09-12 19:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.37','2021-09-13 03:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.36.148.152','2021-09-13 13:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2021-09-13 15:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2021-09-13 15:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2021-09-13 15:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.2','2021-09-13 19:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2021-09-13 19:11:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2021-09-13 19:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2021-09-13 19:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2021-09-13 19:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2021-09-13 19:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2021-09-13 19:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2021-09-13 19:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2021-09-13 19:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2021-09-13 19:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2021-09-13 19:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2021-09-13 19:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2021-09-13 19:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2021-09-13 19:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2021-09-13 19:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2021-09-13 19:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2021-09-13 19:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2021-09-13 19:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2021-09-13 19:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2021-09-13 19:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2021-09-13 19:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2021-09-13 19:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2021-09-13 19:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2021-09-13 19:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2021-09-13 20:36:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.188','2021-09-13 20:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.16','2021-09-13 22:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2021-09-13 22:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2021-09-13 22:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2021-09-13 22:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'192.218.140.237','2021-09-14 10:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.40','2021-09-14 11:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.36.148.79','2021-09-15 02:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.36.149.95','2021-09-15 02:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.3','2021-09-15 04:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.45','2021-09-15 11:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.39','2021-09-16 02:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.16','2021-09-16 06:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'157.55.39.103','2021-09-16 10:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.35','2021-09-16 14:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.8','2021-09-17 07:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.18','2021-09-17 10:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.3','2021-09-17 15:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.15','2021-09-17 16:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.3','2021-09-18 05:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.35','2021-09-18 12:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.6','2021-09-18 14:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.17','2021-09-18 14:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.36','2021-09-18 14:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.4','2021-09-18 18:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.19','2021-09-18 19:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.4','2021-09-18 19:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.11','2021-09-18 20:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.9','2021-09-18 21:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.9','2021-09-20 05:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.33','2021-09-20 15:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.4','2021-09-20 16:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.12','2021-09-20 18:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.7','2021-09-20 19:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.13','2021-09-20 19:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.6','2021-09-20 23:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.8','2021-09-21 00:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.8','2021-09-21 00:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.19','2021-09-21 01:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.14','2021-09-21 04:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'211.249.246.165','2021-09-21 04:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'211.249.246.165','2021-09-21 04:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'211.249.246.165','2021-09-21 04:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'211.249.246.165','2021-09-21 04:54:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'211.249.246.165','2021-09-21 04:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'211.249.246.165','2021-09-21 04:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'211.249.246.165','2021-09-21 05:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.10','2021-09-21 11:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.15','2021-09-21 14:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.11','2021-09-21 17:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.2','2021-09-22 11:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.189.53.45','2021-09-22 15:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.37','2021-09-22 18:49:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.12','2021-09-22 19:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.16','2021-09-23 17:30:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.42','2021-09-23 19:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.14','2021-09-24 09:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.162.161.148','2021-09-24 14:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.16','2021-09-24 14:12:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.12','2021-09-24 17:10:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.11','2021-09-25 09:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.4','2021-09-25 13:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.14','2021-09-25 18:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.36','2021-09-25 18:52:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.17','2021-09-26 02:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.7','2021-09-26 02:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.10','2021-09-26 03:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.20','2021-09-26 04:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.42','2021-09-26 11:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.9','2021-09-26 20:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.34','2021-09-27 09:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.33','2021-09-27 13:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.19','2021-09-27 21:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.4','2021-09-27 22:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.6','2021-09-28 01:34:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.6','2021-09-28 03:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.7','2021-09-28 04:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.18','2021-09-28 14:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.121.30.173','2021-09-28 19:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'219.121.30.173','2021-09-28 19:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.19','2021-09-28 20:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.42','2021-09-29 00:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.20','2021-09-29 03:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.12','2021-09-29 05:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.12','2021-09-29 08:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.37','2021-09-29 12:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.10','2021-09-29 15:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.38','2021-09-29 18:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.23','2021-09-30 00:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.14','2021-09-30 02:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.18','2021-09-30 06:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.6','2021-09-30 06:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.39','2021-09-30 06:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.5','2021-09-30 07:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.94.200.93','2021-09-30 11:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.94.200.93','2021-09-30 11:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.1','2021-09-30 12:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-09-30 13:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-09-30 13:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.214.189.181','2021-09-30 13:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.214.189.181','2021-09-30 13:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-09-30 13:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-09-30 13:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2021-09-30 13:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.6','2021-09-30 13:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.20','2021-09-30 14:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.2','2021-10-01 01:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.16','2021-10-01 09:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.12','2021-10-01 10:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.11','2021-10-01 11:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.219.160.126','2021-10-01 14:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.3','2021-10-01 17:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.16','2021-10-01 18:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.11','2021-10-02 02:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.11','2021-10-02 07:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.16','2021-10-02 07:27:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.20','2021-10-02 07:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.17','2021-10-02 08:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.45','2021-10-02 10:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.18','2021-10-02 10:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.2','2021-10-02 11:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.25','2021-10-02 15:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'49.101.212.224','2021-10-02 20:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'49.101.212.224','2021-10-02 20:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.14','2021-10-03 00:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.23','2021-10-03 00:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.4','2021-10-03 13:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.5','2021-10-03 21:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.4','2021-10-04 12:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.108','2021-10-04 17:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.42','2021-10-05 02:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.7','2021-10-05 11:06:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'221.186.104.56','2021-10-05 17:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.37','2021-10-06 02:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.44.15.101','2021-10-06 16:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.44.15.101','2021-10-06 16:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'110.161.133.234','2021-10-06 21:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.102.7.108','2021-10-06 21:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'110.161.133.234','2021-10-06 21:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'110.161.133.234','2021-10-06 21:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.21','2021-10-08 05:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.9','2021-10-08 16:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.6','2021-10-09 11:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.13','2021-10-10 10:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.162.161.148','2021-10-10 21:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.40','2021-10-10 22:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.18','2021-10-11 08:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.10','2021-10-11 08:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.13','2021-10-11 09:55:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.39','2021-10-11 17:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.8','2021-10-11 21:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.37','2021-10-11 21:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.14','2021-10-11 21:55:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.10','2021-10-11 22:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.12','2021-10-11 22:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.6','2021-10-11 23:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.12','2021-10-12 00:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.15','2021-10-12 04:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.25','2021-10-12 11:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.20','2021-10-12 16:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.38','2021-10-13 00:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.5','2021-10-13 02:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.15','2021-10-13 06:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.5','2021-10-13 06:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.4','2021-10-13 06:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.3','2021-10-13 14:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.6','2021-10-13 17:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.25','2021-10-13 22:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.19','2021-10-13 23:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.6','2021-10-14 02:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.7','2021-10-15 03:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.42','2021-10-15 22:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.39','2021-10-16 09:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.39','2021-10-16 17:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.18','2021-10-16 22:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.38','2021-10-17 20:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.86','2021-10-17 21:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.3','2021-10-17 23:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.25','2021-10-18 01:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.24','2021-10-18 05:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.19','2021-10-18 10:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.86','2021-10-18 11:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.15','2021-10-18 18:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.45','2021-10-19 00:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.2','2021-10-19 11:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.16','2021-10-19 16:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'27.228.159.173','2021-10-19 21:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'27.228.159.173','2021-10-19 21:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'27.228.159.173','2021-10-19 21:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'27.228.159.173','2021-10-19 21:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'27.228.159.173','2021-10-19 21:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.3','2021-10-19 21:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.21','2021-10-19 21:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.19','2021-10-19 23:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.37','2021-10-20 00:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.36','2021-10-20 06:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.97','2021-10-20 10:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.20','2021-10-20 11:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.198.39','2021-10-20 16:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.198.39','2021-10-20 16:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.198.39','2021-10-20 16:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.12','2021-10-21 00:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.40','2021-10-21 01:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.22','2021-10-21 18:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.4','2021-10-22 07:03:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.5','2021-10-22 16:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.15','2021-10-22 21:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.10','2021-10-22 22:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.40','2021-10-23 00:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.42','2021-10-23 22:36:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.8','2021-10-24 02:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.39','2021-10-24 07:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.15','2021-10-24 12:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.12','2021-10-24 17:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'95.163.255.94','2021-10-24 19:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.38','2021-10-24 22:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.4','2021-10-24 23:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.8','2021-10-24 23:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.17','2021-10-25 00:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.163.255.96','2021-10-25 00:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.19','2021-10-25 04:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.4','2021-10-25 05:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'95.163.36.0','2021-10-25 05:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.19','2021-10-25 06:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.163.255.96','2021-10-25 10:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.176.37.16','2021-10-25 11:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.176.37.16','2021-10-25 11:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.176.37.16','2021-10-25 11:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'95.163.255.99','2021-10-25 11:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'219.101.159.194','2021-10-25 13:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'95.163.255.97','2021-10-25 14:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'95.163.255.92','2021-10-25 14:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.19','2021-10-25 17:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.163.255.99','2021-10-25 22:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.11','2021-10-25 22:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.5','2021-10-25 23:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.8','2021-10-25 23:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.163.255.92','2021-10-26 01:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.7','2021-10-26 02:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.17','2021-10-26 02:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'95.163.255.94','2021-10-26 08:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'95.163.36.0','2021-10-26 09:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'95.163.255.96','2021-10-26 12:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'95.163.255.95','2021-10-26 12:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'95.163.36.0','2021-10-26 17:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.6','2021-10-27 00:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.43','2021-10-27 05:32:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'95.163.255.98','2021-10-27 06:09:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.163.255.95','2021-10-27 07:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'95.163.255.93','2021-10-27 12:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'95.163.36.0','2021-10-27 17:11:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.26','2021-10-28 08:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.119.146.55','2021-10-28 18:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.146.55','2021-10-29 11:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.119.146.70','2021-10-30 05:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2021-10-30 06:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.146.69','2021-10-30 06:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2021-10-30 07:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2021-10-30 12:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2021-10-30 13:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.146.51','2021-10-30 14:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2021-10-30 14:49:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.119.146.51','2021-10-30 15:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2021-10-30 18:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2021-10-30 19:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2021-10-30 19:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2021-10-30 23:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'49.101.248.144','2021-10-30 23:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2021-10-31 08:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.15','2021-10-31 11:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'49.101.184.23','2021-10-31 12:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'49.101.184.23','2021-10-31 12:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2021-10-31 13:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2021-10-31 13:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'101.1.186.16','2021-10-31 18:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'101.1.186.16','2021-10-31 18:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2021-11-01 02:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.14','2021-11-01 05:34:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.2','2021-11-01 09:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.34','2021-11-01 13:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.15','2021-11-01 16:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.35','2021-11-01 17:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.146.7','2021-11-01 19:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.18','2021-11-01 20:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.44','2021-11-02 00:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2021-11-02 06:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2021-11-02 07:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.39','2021-11-02 07:53:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.33','2021-11-02 13:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2021-11-02 16:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2021-11-02 16:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.22','2021-11-03 07:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.26','2021-11-03 09:04:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2021-11-03 09:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2021-11-03 09:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2021-11-03 09:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.15','2021-11-03 11:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2021-11-03 13:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2021-11-03 13:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2021-11-03 13:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2021-11-03 13:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2021-11-03 13:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2021-11-03 13:16:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2021-11-03 13:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2021-11-03 13:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2021-11-03 13:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2021-11-03 13:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2021-11-03 13:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2021-11-03 13:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2021-11-03 13:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2021-11-03 13:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2021-11-03 13:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2021-11-03 13:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2021-11-03 13:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2021-11-03 13:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2021-11-03 13:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2021-11-03 13:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2021-11-03 13:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2021-11-03 13:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2021-11-03 13:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2021-11-03 14:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2021-11-03 17:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2021-11-03 17:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2021-11-03 17:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2021-11-04 00:27:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.40','2021-11-04 02:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2021-11-04 04:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.40','2021-11-04 09:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2021-11-05 08:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2021-11-05 10:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2021-11-05 14:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2021-11-05 15:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2021-11-05 18:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.9','2021-11-06 00:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.119.146.51','2021-11-06 01:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.25','2021-11-06 02:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'88.198.20.79','2021-11-06 04:56:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'88.198.20.79','2021-11-06 05:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'88.198.20.79','2021-11-06 05:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.4','2021-11-06 05:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.7','2021-11-06 06:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.4','2021-11-06 06:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'116.202.113.39','2021-11-06 09:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'116.202.113.39','2021-11-06 09:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'116.202.113.39','2021-11-06 09:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'116.202.113.39','2021-11-06 09:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'116.202.113.39','2021-11-06 09:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'116.202.113.39','2021-11-06 09:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'116.202.113.39','2021-11-06 09:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'116.202.113.39','2021-11-06 09:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'116.202.113.39','2021-11-06 09:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'116.202.113.39','2021-11-06 09:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'116.202.113.39','2021-11-06 09:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'116.202.113.39','2021-11-06 09:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'116.202.113.39','2021-11-06 10:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'116.202.113.39','2021-11-06 10:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'116.202.113.39','2021-11-06 11:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'116.202.113.39','2021-11-06 11:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'116.202.113.39','2021-11-06 11:14:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'116.202.113.39','2021-11-06 11:17:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'116.202.113.39','2021-11-06 11:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'116.202.113.39','2021-11-06 11:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'116.202.113.39','2021-11-06 11:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'116.202.113.39','2021-11-06 11:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.13','2021-11-06 16:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'116.202.113.39','2021-11-06 17:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'116.202.113.39','2021-11-06 17:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.146.70','2021-11-06 17:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'116.202.113.39','2021-11-06 18:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'116.202.113.39','2021-11-06 18:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'116.202.113.39','2021-11-06 18:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.14','2021-11-06 18:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'116.202.113.39','2021-11-06 18:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'116.202.113.39','2021-11-06 18:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'116.202.113.39','2021-11-06 19:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.22','2021-11-07 04:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.119.146.61','2021-11-07 06:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.25','2021-11-07 10:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.20','2021-11-07 10:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.20','2021-11-07 10:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.4','2021-11-07 11:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.15','2021-11-07 13:08:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.1','2021-11-07 13:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.3','2021-11-07 17:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.7','2021-11-07 17:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.13','2021-11-07 18:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.19','2021-11-07 18:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.6','2021-11-07 18:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.15','2021-11-07 19:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.9','2021-11-07 20:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.7','2021-11-07 20:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.18','2021-11-07 21:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.8','2021-11-07 22:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.146.51','2021-11-08 00:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2021-11-08 04:50:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.12','2021-11-08 07:43:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.146.61','2021-11-08 09:39:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2021-11-08 09:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.1','2021-11-08 16:29:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.119.146.69','2021-11-08 18:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.146.61','2021-11-08 19:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.19','2021-11-08 19:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2021-11-08 19:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.17','2021-11-09 02:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.6','2021-11-09 02:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.16','2021-11-09 03:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.13','2021-11-09 03:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.9','2021-11-09 04:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.14','2021-11-09 06:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.44','2021-11-09 11:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.23','2021-11-09 13:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'111.239.191.236','2021-11-09 13:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'111.239.191.236','2021-11-09 13:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'111.239.191.236','2021-11-09 13:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.38','2021-11-09 15:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.34','2021-11-10 14:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.17','2021-11-10 15:29:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.4','2021-11-11 01:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.17','2021-11-11 08:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.33','2021-11-11 12:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2021-11-11 13:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.26','2021-11-11 14:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.8','2021-11-11 19:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.11','2021-11-12 00:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.17','2021-11-12 01:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.14','2021-11-12 01:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.1','2021-11-12 02:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.11','2021-11-12 02:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.23','2021-11-12 06:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.18.246.118','2021-11-12 09:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.6','2021-11-12 13:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.17','2021-11-12 13:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.168.135.174','2021-11-12 15:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.168.135.174','2021-11-12 15:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.168.135.174','2021-11-12 15:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.168.135.174','2021-11-12 15:49:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.168.135.174','2021-11-12 15:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.168.135.174','2021-11-12 15:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.17','2021-11-12 19:11:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'147.92.153.10','2021-11-12 23:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.8','2021-11-13 00:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.6','2021-11-13 00:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'147.92.153.15','2021-11-13 01:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.14','2021-11-13 02:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.20','2021-11-13 03:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.10','2021-11-13 03:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.4','2021-11-13 03:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.8','2021-11-13 19:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'119.106.152.19','2021-11-13 21:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'119.106.152.19','2021-11-13 21:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'119.106.152.19','2021-11-13 21:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'119.106.152.19','2021-11-13 21:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.5','2021-11-13 21:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.18','2021-11-14 03:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.12','2021-11-14 06:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.21','2021-11-14 07:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.119.146.61','2021-11-14 14:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.146.70','2021-11-14 19:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.146.77','2021-11-15 02:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2021-11-15 08:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.119.146.69','2021-11-15 08:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.146.51','2021-11-15 14:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.146.51','2021-11-15 15:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.23','2021-11-15 20:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.6','2021-11-15 21:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.44','2021-11-15 23:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.9','2021-11-16 02:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.44','2021-11-16 07:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.1','2021-11-16 13:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.44.13.113','2021-11-16 16:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2021-11-16 21:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'36.14.162.136','2021-11-16 21:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'36.14.162.136','2021-11-16 21:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'36.14.162.136','2021-11-16 21:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'36.14.162.136','2021-11-16 21:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'36.14.162.136','2021-11-16 21:20:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.10','2021-11-16 22:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.119.146.77','2021-11-17 08:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.15','2021-11-17 11:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.199.22.83','2021-11-17 11:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'125.199.22.83','2021-11-17 11:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.8.217.36','2021-11-17 13:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.8.217.36','2021-11-17 13:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'202.8.217.36','2021-11-17 13:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.119.146.69','2021-11-18 07:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'114.119.146.55','2021-11-18 08:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.172.21.98','2021-11-18 10:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.116.25.38','2021-11-18 10:10:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.38','2021-11-18 15:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.16','2021-11-19 07:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.12','2021-11-19 08:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.7','2021-11-19 09:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.5','2021-11-19 09:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.119.146.61','2021-11-19 10:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.16','2021-11-19 10:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.13','2021-11-19 17:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.119.146.77','2021-11-19 17:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.1','2021-11-19 18:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.17','2021-11-19 19:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.146.69','2021-11-19 20:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.20','2021-11-20 03:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.6','2021-11-20 03:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.18','2021-11-20 04:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.11','2021-11-20 04:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.19','2021-11-20 04:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.8','2021-11-20 06:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.20','2021-11-20 16:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.20','2021-11-20 20:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.8','2021-11-21 03:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.16','2021-11-21 20:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.19','2021-11-22 03:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'114.119.146.69','2021-11-22 06:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.119.146.77','2021-11-22 07:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.146.69','2021-11-22 12:55:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.6','2021-11-22 20:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.146.7','2021-11-22 20:40:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.13','2021-11-23 02:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.2','2021-11-23 04:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.17','2021-11-23 04:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.146.7','2021-11-23 15:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.5','2021-11-24 04:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.7','2021-11-24 10:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.146.55','2021-11-24 18:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.8','2021-11-24 22:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.13','2021-11-24 22:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.19','2021-11-25 12:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.17','2021-11-25 12:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.11','2021-11-25 21:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'114.119.146.55','2021-11-26 00:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.6','2021-11-26 01:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.14','2021-11-26 09:43:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.146.69','2021-11-26 17:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.37','2021-11-26 19:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.146.51','2021-11-27 02:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.9','2021-11-27 03:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.14','2021-11-27 10:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.7','2021-11-27 21:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.11','2021-11-28 00:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.45','2021-11-28 01:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'18.212.120.195','2021-11-28 05:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'18.212.120.195','2021-11-28 05:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.146.7','2021-11-28 08:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.12','2021-11-28 10:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.146.70','2021-11-28 21:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.43','2021-11-29 05:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.17','2021-11-29 11:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.119.146.55','2021-11-29 21:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.23','2021-11-30 07:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'122.20.194.8','2021-11-30 11:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.119.146.69','2021-11-30 15:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.15','2021-11-30 15:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.67','2021-12-01 12:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.17','2021-12-01 23:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.10','2021-12-02 05:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.43','2021-12-02 06:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.36','2021-12-02 07:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.33','2021-12-02 09:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.146.61','2021-12-02 11:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'175.132.186.52','2021-12-02 16:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'175.132.186.52','2021-12-02 16:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'175.132.186.52','2021-12-02 16:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'175.132.186.52','2021-12-02 16:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'175.132.186.52','2021-12-02 16:40:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'175.132.186.52','2021-12-02 16:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'175.132.186.52','2021-12-02 16:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.4','2021-12-02 19:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.8','2021-12-02 20:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.2','2021-12-02 20:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.5','2021-12-02 21:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.1','2021-12-02 21:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.12','2021-12-02 21:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.8','2021-12-02 23:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.9','2021-12-03 00:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.10','2021-12-03 00:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.11','2021-12-03 01:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.24','2021-12-03 04:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.45','2021-12-03 06:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.146.77','2021-12-03 18:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'40.77.167.14','2021-12-03 18:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.16','2021-12-03 20:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.119.146.55','2021-12-03 21:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.146.61','2021-12-03 22:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.17','2021-12-04 02:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.8','2021-12-04 08:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.70.240.171','2021-12-04 08:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.224.220.101','2021-12-04 08:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2021-12-04 08:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.35','2021-12-04 09:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.41','2021-12-04 09:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.8','2021-12-04 11:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2021-12-04 13:01:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.70.240.171','2021-12-04 13:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.70.240.171','2021-12-04 13:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2021-12-04 13:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.224.220.101','2021-12-04 13:05:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'23.22.35.162','2021-12-04 13:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.22.35.162','2021-12-04 13:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.70.240.171','2021-12-04 13:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.22.35.162','2021-12-04 13:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.70.240.171','2021-12-04 13:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2021-12-04 13:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.224.220.101','2021-12-04 13:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'23.22.35.162','2021-12-04 13:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2021-12-04 13:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.224.220.101','2021-12-04 13:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'52.70.240.171','2021-12-04 13:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'3.224.220.101','2021-12-04 13:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.70.240.171','2021-12-04 13:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.70.240.171','2021-12-04 13:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'3.224.220.101','2021-12-04 13:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'23.22.35.162','2021-12-04 13:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'23.22.35.162','2021-12-04 13:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.70.240.171','2021-12-04 13:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'3.224.220.101','2021-12-04 13:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'23.22.35.162','2021-12-04 13:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.224.220.101','2021-12-04 13:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'23.22.35.162','2021-12-04 13:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'3.224.220.101','2021-12-04 13:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'23.22.35.162','2021-12-04 13:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2021-12-04 13:25:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'3.224.220.101','2021-12-04 13:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'3.224.220.101','2021-12-04 13:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.70.240.171','2021-12-04 13:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.70.240.171','2021-12-04 13:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2021-12-04 15:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.224.220.101','2021-12-04 15:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.224.220.101','2021-12-04 15:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.224.220.101','2021-12-04 17:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.224.220.101','2021-12-04 17:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.224.220.101','2021-12-04 17:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'23.22.35.162','2021-12-04 17:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2021-12-04 17:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.224.220.101','2021-12-04 17:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.40','2021-12-04 18:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.22.35.162','2021-12-04 18:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.10','2021-12-05 03:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.41','2021-12-05 10:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'101.1.186.16','2021-12-05 11:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.119.146.61','2021-12-06 00:48:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.11','2021-12-06 01:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.20','2021-12-06 01:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.9','2021-12-06 12:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.9','2021-12-06 12:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.142.20','2021-12-06 15:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.142.20','2021-12-06 15:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.35','2021-12-06 20:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.3','2021-12-07 05:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.20','2021-12-07 12:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'220.254.254.163','2021-12-07 15:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'220.254.254.163','2021-12-07 15:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'220.254.254.163','2021-12-07 15:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'220.254.254.163','2021-12-07 15:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.8','2021-12-08 01:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.37','2021-12-08 05:58:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'218.225.124.130','2021-12-08 09:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 09:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 10:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'218.225.124.130','2021-12-08 10:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.14','2021-12-08 11:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.34','2021-12-08 16:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.37','2021-12-08 17:41:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'59.168.177.39','2021-12-08 19:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'59.168.177.39','2021-12-08 19:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'59.168.177.39','2021-12-08 19:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.60.196','2021-12-08 23:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.60.196','2021-12-08 23:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.231.60.196','2021-12-08 23:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.8','2021-12-09 16:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.60.196','2021-12-10 02:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.60.196','2021-12-10 02:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.60.196','2021-12-10 02:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.60.196','2021-12-10 02:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.60.196','2021-12-10 02:07:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.60.196','2021-12-10 02:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.60.196','2021-12-10 02:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.60.196','2021-12-10 02:07:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.60.196','2021-12-10 02:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.20','2021-12-10 03:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.2','2021-12-10 19:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.43','2021-12-10 22:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.44','2021-12-11 04:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.12','2021-12-11 06:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.146.61','2021-12-11 12:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.8','2021-12-11 21:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.5','2021-12-11 22:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.42','2021-12-12 12:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.119.146.51','2021-12-12 15:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.35','2021-12-13 01:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.14','2021-12-13 02:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.17','2021-12-13 07:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.19','2021-12-13 07:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.119.146.69','2021-12-13 07:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.44','2021-12-13 09:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.16','2021-12-14 00:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.39','2021-12-14 11:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.26','2021-12-15 02:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.14','2021-12-15 11:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.55.39.245','2021-12-15 18:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.17','2021-12-15 23:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.4','2021-12-16 03:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.7','2021-12-16 06:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.11','2021-12-16 12:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.8','2021-12-16 13:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.12','2021-12-16 13:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.6','2021-12-16 14:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.1','2021-12-16 22:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.41','2021-12-17 05:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'111.98.252.254','2021-12-17 12:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.201','2021-12-17 20:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.1','2021-12-17 21:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.41','2021-12-18 02:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.16','2021-12-18 07:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.12','2021-12-18 07:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.10','2021-12-18 08:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.60.196','2021-12-18 15:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.60.196','2021-12-18 15:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.60.196','2021-12-18 15:18:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.60.196','2021-12-18 15:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.60.196','2021-12-18 15:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'173.231.60.196','2021-12-18 15:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'173.231.60.196','2021-12-18 15:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'173.231.60.196','2021-12-18 15:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'173.231.60.196','2021-12-18 15:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'173.231.60.196','2021-12-18 15:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.231.60.196','2021-12-18 15:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'173.231.60.196','2021-12-18 15:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.231.60.196','2021-12-18 15:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.60.196','2021-12-18 15:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.60.196','2021-12-18 15:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.231.60.196','2021-12-18 15:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.231.60.196','2021-12-18 15:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.38.137.2','2021-12-18 23:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.2','2021-12-19 01:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.7','2021-12-19 05:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.45','2021-12-19 07:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.39','2021-12-19 12:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.38.114.54','2021-12-19 14:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.9.0.192','2021-12-19 15:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.9.0.192','2021-12-19 15:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.9.0.192','2021-12-19 15:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.9.0.192','2021-12-19 15:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.9.0.192','2021-12-19 15:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.9.0.192','2021-12-19 15:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.9.0.192','2021-12-19 15:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.21','2021-12-19 16:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.45','2021-12-19 17:19:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.24','2021-12-19 23:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.36','2021-12-20 11:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.217','2021-12-20 12:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.119.146.70','2021-12-21 05:52:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.15','2021-12-21 06:00:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.3','2021-12-21 07:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.231.60.196','2021-12-21 13:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.231.60.196','2021-12-21 13:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.231.60.196','2021-12-21 13:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.16','2021-12-21 15:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.2','2021-12-21 15:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.146.70','2021-12-21 22:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.24','2021-12-22 00:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.41','2021-12-22 00:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.146.7','2021-12-22 04:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.44','2021-12-22 06:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.25','2021-12-22 11:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'210.138.100.135','2021-12-22 14:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.119.146.70','2021-12-22 18:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.25','2021-12-23 00:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.37','2021-12-23 02:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.13.217','2021-12-23 02:25:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.119.146.77','2021-12-23 14:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'207.46.13.137','2021-12-23 15:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.3','2021-12-23 23:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.37','2021-12-24 03:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.44','2021-12-24 10:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.20','2021-12-24 13:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.120','2021-12-24 14:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.38','2021-12-24 14:45:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.38.112.27','2021-12-25 01:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.7','2021-12-25 02:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.15','2021-12-25 03:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.5','2021-12-25 03:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.10','2021-12-25 05:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.146.55','2021-12-25 08:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.119.146.77','2021-12-25 09:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.10','2021-12-25 10:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.60.196','2021-12-25 18:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.60.196','2021-12-25 18:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.231.60.196','2021-12-25 18:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.236','2021-12-25 19:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.137','2021-12-25 23:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.13','2021-12-26 02:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.9','2021-12-26 09:54:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.119.146.77','2021-12-26 10:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.1','2021-12-26 17:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'142.132.139.169','2021-12-26 18:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'142.132.139.169','2021-12-26 18:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'142.132.139.169','2021-12-26 18:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'142.132.139.169','2021-12-26 18:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'142.132.139.169','2021-12-26 18:50:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.119.146.7','2021-12-26 19:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'142.132.139.169','2021-12-26 21:16:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.146.51','2021-12-27 00:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.15','2021-12-27 00:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'138.201.140.204','2021-12-27 03:45:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'138.201.140.204','2021-12-27 03:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'138.201.140.204','2021-12-27 04:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'138.201.140.204','2021-12-27 04:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'138.201.140.204','2021-12-27 04:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'138.201.140.204','2021-12-27 04:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'138.201.140.204','2021-12-27 04:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'138.201.140.204','2021-12-27 04:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'138.201.140.204','2021-12-27 04:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'138.201.140.204','2021-12-27 04:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'138.201.140.204','2021-12-27 04:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'138.201.140.204','2021-12-27 04:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'138.201.140.204','2021-12-27 04:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'138.201.140.204','2021-12-27 04:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'138.201.140.204','2021-12-27 04:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'138.201.140.204','2021-12-27 04:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'138.201.140.204','2021-12-27 04:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'138.201.140.204','2021-12-27 04:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'138.201.140.204','2021-12-27 04:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'138.201.140.204','2021-12-27 04:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'138.201.140.204','2021-12-27 04:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'138.201.140.204','2021-12-27 05:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'138.201.140.204','2021-12-27 05:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'138.201.140.204','2021-12-27 05:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.146.69','2021-12-27 05:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.9','2021-12-27 08:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.14','2021-12-27 08:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.15','2021-12-27 09:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.7','2021-12-27 09:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.2','2021-12-27 13:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.9','2021-12-27 17:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.33','2021-12-28 05:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'114.119.146.70','2021-12-28 07:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.33','2021-12-28 15:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.60.196','2021-12-28 17:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.60.196','2021-12-28 17:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.60.196','2021-12-28 17:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.60.196','2021-12-28 17:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.60.196','2021-12-28 17:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.60.196','2021-12-28 17:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.60.196','2021-12-28 17:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.60.196','2021-12-28 17:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.60.196','2021-12-28 17:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.6','2021-12-28 17:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.40','2021-12-28 20:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'173.231.60.196','2021-12-28 20:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.231.60.196','2021-12-28 20:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.119.146.70','2021-12-29 05:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.231.60.196','2021-12-29 06:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.231.60.196','2021-12-29 06:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.231.60.196','2021-12-29 06:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.231.60.196','2021-12-29 06:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.231.60.196','2021-12-29 06:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.231.60.196','2021-12-29 06:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'173.231.60.196','2021-12-29 06:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'173.231.60.196','2021-12-29 06:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.5','2021-12-29 17:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.2','2021-12-29 19:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.16','2021-12-29 20:35:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.12','2021-12-29 23:35:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.10','2021-12-30 07:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.1','2021-12-30 15:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.12','2021-12-30 16:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.9','2021-12-30 18:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.3','2021-12-30 21:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.1','2021-12-31 11:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.146.69','2022-01-01 07:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.65','2022-01-01 13:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.119.146.51','2022-01-01 14:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.146.7','2022-01-01 15:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.119.146.77','2022-01-02 00:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.60.196','2022-01-02 18:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.60.196','2022-01-02 18:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.60.196','2022-01-02 18:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.60.196','2022-01-02 18:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.60.196','2022-01-02 18:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'173.231.60.196','2022-01-02 18:50:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'173.231.60.196','2022-01-02 18:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'173.231.60.196','2022-01-02 18:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'173.231.60.196','2022-01-02 18:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'173.231.60.196','2022-01-02 18:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.231.60.196','2022-01-02 18:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'173.231.60.196','2022-01-02 18:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.231.60.196','2022-01-02 18:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.60.196','2022-01-02 18:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.60.196','2022-01-02 18:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.5','2022-01-02 22:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.13','2022-01-02 22:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.231.60.196','2022-01-03 00:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.231.60.196','2022-01-03 00:57:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.4','2022-01-03 03:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.8','2022-01-03 04:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.231.60.196','2022-01-03 04:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.146.7','2022-01-03 06:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.194','2022-01-03 11:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.217','2022-01-03 15:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.43','2022-01-03 23:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.119.146.61','2022-01-04 08:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.40','2022-01-04 22:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.8','2022-01-05 02:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.128.84.140','2022-01-05 15:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.18','2022-01-05 15:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'138.201.140.204','2022-01-05 22:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'138.201.140.204','2022-01-05 22:07:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'138.201.140.204','2022-01-05 22:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'138.201.140.204','2022-01-05 23:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.1','2022-01-05 23:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'138.201.140.204','2022-01-06 00:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'138.201.140.204','2022-01-06 00:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.2','2022-01-06 00:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.13','2022-01-06 02:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.119.146.55','2022-01-06 03:09:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.8','2022-01-06 15:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.44','2022-01-06 18:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.151.128.54','2022-01-06 19:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.151.128.54','2022-01-06 19:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.151.128.54','2022-01-06 19:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.151.128.54','2022-01-06 19:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.151.128.54','2022-01-06 19:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.151.128.54','2022-01-06 19:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.151.128.54','2022-01-06 19:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.151.128.54','2022-01-06 19:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'153.151.128.54','2022-01-06 20:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'153.151.128.54','2022-01-06 20:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'153.151.128.54','2022-01-06 20:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'153.151.128.54','2022-01-06 20:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'153.151.128.54','2022-01-06 20:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.151.128.54','2022-01-06 20:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.151.128.54','2022-01-06 20:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.246.99.247','2022-01-06 20:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.4','2022-01-07 03:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.1','2022-01-07 05:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.119.146.55','2022-01-07 07:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.146.77','2022-01-07 08:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'36.234.158.111','2022-01-07 15:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.3','2022-01-08 03:02:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.37','2022-01-08 03:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.35','2022-01-08 10:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.7','2022-01-08 14:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.25','2022-01-08 21:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.40','2022-01-09 06:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.25','2022-01-09 13:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.3','2022-01-09 16:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.199','2022-01-09 16:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.20','2022-01-09 21:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.23','2022-01-09 22:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.1','2022-01-10 02:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.36','2022-01-10 03:59:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.10','2022-01-10 05:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.217','2022-01-10 10:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.119.146.69','2022-01-10 11:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.41','2022-01-10 13:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.11','2022-01-10 17:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.34','2022-01-11 09:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.3','2022-01-11 11:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.36','2022-01-11 14:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-01-11 14:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-01-11 14:43:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-01-11 14:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-01-11 14:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-01-11 14:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-01-11 14:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-01-11 14:44:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-01-11 14:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-01-11 14:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.14','2022-01-11 16:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.238.212.55','2022-01-12 08:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.2','2022-01-12 12:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.40','2022-01-13 06:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.23','2022-01-13 13:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.24','2022-01-13 13:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.37','2022-01-13 17:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.14','2022-01-13 18:12:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.13','2022-01-13 18:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.17','2022-01-13 19:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.39','2022-01-13 19:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.6','2022-01-13 19:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.12','2022-01-14 02:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.4','2022-01-14 04:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.2','2022-01-14 05:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.8','2022-01-15 01:52:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.16','2022-01-15 02:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.7','2022-01-15 10:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.17','2022-01-15 12:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.24','2022-01-15 12:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-01-15 14:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-01-15 15:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-01-15 15:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-01-15 15:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-01-15 15:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-01-15 15:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-01-15 15:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-01-15 15:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-01-15 15:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-01-15 15:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-01-15 15:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-01-15 15:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-01-15 15:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-01-15 15:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-01-15 15:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-01-15 15:44:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-01-15 15:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-01-15 15:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-01-15 15:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-01-15 15:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-01-15 15:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.1','2022-01-16 10:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.15','2022-01-17 08:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.23','2022-01-17 14:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.45','2022-01-17 16:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.14','2022-01-17 21:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'35.202.2.1','2022-01-18 04:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.126','2022-01-18 06:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.10','2022-01-19 00:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.119.146.7','2022-01-19 01:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.146.55','2022-01-19 05:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.119.146.70','2022-01-19 05:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.77.16','2022-01-19 08:51:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.77.16','2022-01-19 08:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.77.16','2022-01-19 08:52:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.77.16','2022-01-19 08:54:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.77.16','2022-01-19 08:54:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.77.16','2022-01-19 08:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.77.16','2022-01-19 08:54:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.108.77.16','2022-01-19 08:54:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.77.16','2022-01-19 08:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.77.16','2022-01-19 08:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.77.16','2022-01-19 08:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.77.16','2022-01-19 08:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.77.16','2022-01-19 08:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.77.16','2022-01-19 08:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.77.16','2022-01-19 08:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.77.16','2022-01-19 08:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.77.16','2022-01-19 08:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.77.16','2022-01-19 08:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.77.16','2022-01-19 08:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.77.16','2022-01-19 08:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.77.16','2022-01-19 08:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.77.16','2022-01-19 08:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.77.16','2022-01-19 08:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.77.16','2022-01-19 08:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.108.77.16','2022-01-19 08:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.77.16','2022-01-19 08:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.108.77.16','2022-01-19 08:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.77.16','2022-01-19 08:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.77.16','2022-01-19 08:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.108.77.16','2022-01-19 08:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.108.77.16','2022-01-19 08:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.108.77.16','2022-01-19 08:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.108.77.16','2022-01-19 08:56:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.108.77.16','2022-01-19 08:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.55.39.116','2022-01-20 01:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.21','2022-01-20 09:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'58.158.27.75','2022-01-20 11:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.9','2022-01-20 15:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2022-01-21 03:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2022-01-21 03:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2022-01-21 03:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.10','2022-01-21 06:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.8','2022-01-21 06:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-01-21 06:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2022-01-21 07:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2022-01-21 07:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2022-01-21 07:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2022-01-21 07:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2022-01-21 07:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2022-01-21 07:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2022-01-21 07:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2022-01-21 07:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2022-01-21 07:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2022-01-21 07:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2022-01-21 07:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2022-01-21 07:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2022-01-21 07:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2022-01-21 07:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2022-01-21 07:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2022-01-21 07:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2022-01-21 07:37:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2022-01-21 07:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2022-01-21 07:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2022-01-21 07:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2022-01-21 07:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2022-01-21 07:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2022-01-21 07:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2022-01-21 08:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2022-01-21 11:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2022-01-21 11:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2022-01-21 11:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'147.92.153.17','2022-01-21 11:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.3','2022-01-21 16:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.18','2022-01-21 17:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.19','2022-01-21 21:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.15','2022-01-21 21:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.4','2022-01-21 22:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.2','2022-01-22 10:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'34.230.9.187','2022-01-22 10:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'34.230.9.187','2022-01-22 11:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.12','2022-01-22 13:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.92.164.9','2022-01-22 13:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'35.202.2.1','2022-01-23 02:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'35.202.2.1','2022-01-23 02:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'35.202.2.1','2022-01-23 02:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'35.202.2.1','2022-01-23 02:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'35.202.2.1','2022-01-23 02:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'35.202.2.1','2022-01-23 02:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'35.202.2.1','2022-01-23 02:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.146.70','2022-01-23 13:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.39.116','2022-01-23 15:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.146.61','2022-01-23 18:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.146.55','2022-01-23 18:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.44','2022-01-24 08:55:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.146.61','2022-01-24 11:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.100','2022-01-25 03:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.25','2022-01-25 11:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.44','2022-01-25 16:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.43','2022-01-26 12:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.14','2022-01-26 16:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.14','2022-01-26 16:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.17','2022-01-26 16:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.20','2022-01-26 19:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.1','2022-01-27 09:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.15','2022-01-27 09:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.34','2022-01-27 13:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-01-27 15:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-01-27 15:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-01-27 15:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.119.146.77','2022-01-27 15:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-01-27 15:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-01-27 15:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-01-27 15:56:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-01-27 15:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-01-27 15:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-01-27 15:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-01-27 15:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-01-27 15:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-01-27 15:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-01-27 17:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-01-27 17:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-01-27 17:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-01-27 17:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-01-27 17:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-01-27 17:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-01-27 17:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-01-27 17:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-01-27 17:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-01-27 17:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-01-27 17:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-01-27 17:14:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-01-27 17:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-01-27 17:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-01-27 17:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-01-27 17:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-01-27 17:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-01-27 18:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-01-27 18:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-01-27 18:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-01-27 18:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-01-27 18:47:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-01-27 18:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-01-27 18:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-01-27 18:48:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-01-27 18:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-01-27 18:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-01-27 20:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-01-27 20:54:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2022-01-27 20:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.201','2022-01-27 20:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-01-27 20:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-01-27 20:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-01-27 20:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-01-27 20:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-01-27 20:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-01-27 20:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-01-27 20:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-01-27 20:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-01-27 20:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-01-27 20:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-01-27 20:59:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-01-27 21:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-01-27 21:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2022-01-28 09:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2022-01-28 11:05:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.119.146.7','2022-01-28 12:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.36.148.58','2022-01-29 14:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.9','2022-01-29 15:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.36.148.198','2022-01-29 17:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.34','2022-01-29 19:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.36.148.15','2022-01-30 15:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-01-30 16:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'14.13.18.161','2022-01-30 19:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'14.13.18.161','2022-01-30 19:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'14.13.18.161','2022-01-30 19:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.1','2022-01-31 00:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'157.55.39.126','2022-01-31 03:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2022-01-31 20:54:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.41','2022-02-01 02:05:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2022-02-01 03:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2022-02-01 04:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.146.51','2022-02-01 05:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2022-02-01 09:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2022-02-01 11:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2022-02-01 11:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2022-02-01 15:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.18','2022-02-01 22:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.17','2022-02-01 22:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2022-02-02 01:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.15','2022-02-02 01:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.22','2022-02-02 06:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2022-02-02 06:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2022-02-02 06:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.4','2022-02-02 12:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.238.217.226','2022-02-02 13:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2022-02-02 19:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.7','2022-02-03 03:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2022-02-03 14:55:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.45','2022-02-03 17:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.45','2022-02-03 19:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.9','2022-02-03 21:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2022-02-04 00:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2022-02-04 01:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.4','2022-02-04 02:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2022-02-04 09:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2022-02-04 09:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.146.61','2022-02-04 09:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.22','2022-02-04 12:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'101.1.186.16','2022-02-04 16:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'101.1.186.16','2022-02-04 17:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-02-04 19:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-02-04 19:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-02-04 19:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-02-04 20:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-02-04 20:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-02-04 20:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-02-04 20:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-02-04 20:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-02-04 20:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-02-04 20:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-02-04 20:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-02-04 20:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'222.231.102.105','2022-02-04 21:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-02-04 21:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-02-04 21:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-02-04 21:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-02-04 22:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-02-04 22:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-02-04 22:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-02-04 22:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-02-04 22:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-02-04 22:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-02-04 22:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-02-04 22:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-02-04 22:07:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-02-04 22:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-02-04 22:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-02-04 22:08:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-02-04 22:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-02-04 22:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-02-04 23:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-02-04 23:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-02-04 23:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-02-04 23:47:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-02-04 23:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-02-04 23:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-02-04 23:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-02-04 23:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-02-04 23:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-02-04 23:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.16','2022-02-05 01:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-02-05 01:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-02-05 01:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2022-02-05 01:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.201','2022-02-05 01:58:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-02-05 01:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-02-05 01:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-02-05 01:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-02-05 02:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-02-05 02:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-02-05 02:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-02-05 02:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-02-05 02:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-02-05 02:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-02-05 02:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-02-05 02:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-02-05 02:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-02-05 02:03:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.9','2022-02-05 02:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'114.119.146.61','2022-02-05 11:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2022-02-05 18:09:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2022-02-05 22:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.13.87','2022-02-06 01:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.33','2022-02-06 05:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.11','2022-02-06 09:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.16','2022-02-06 09:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2022-02-06 14:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.39.72','2022-02-06 16:17:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.119.146.77','2022-02-06 22:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2022-02-07 06:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.24','2022-02-07 08:38:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2022-02-07 10:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2022-02-07 12:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2022-02-07 14:50:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.146.61','2022-02-07 20:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.13','2022-02-07 23:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.45','2022-02-08 06:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.38','2022-02-08 08:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'114.119.146.55','2022-02-08 18:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.119.146.69','2022-02-09 08:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.119.146.61','2022-02-09 10:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.8','2022-02-09 12:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2022-02-10 07:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.19','2022-02-10 10:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2022-02-10 17:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.40','2022-02-11 14:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.157.150.164','2022-02-12 08:41:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.157.150.164','2022-02-12 08:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.157.150.164','2022-02-12 08:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.157.150.164','2022-02-12 08:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.157.150.164','2022-02-12 08:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'220.157.150.164','2022-02-12 08:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.42','2022-02-12 19:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-02-13 00:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-02-13 00:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-02-13 00:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-02-13 01:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-02-13 01:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-02-13 01:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-02-13 01:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-02-13 01:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-02-13 01:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-02-13 01:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-02-13 01:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-02-13 01:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-02-13 01:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.119.146.55','2022-02-13 09:44:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.12','2022-02-13 09:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.1','2022-02-13 12:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2022-02-13 15:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.19','2022-02-13 17:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-02-14 17:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-02-14 17:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-02-14 17:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-02-14 17:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-02-14 17:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-02-14 17:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-02-14 17:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-02-14 17:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-02-14 17:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-02-14 17:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-02-14 17:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-02-14 17:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-02-14 17:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-02-14 17:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-02-14 17:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-02-14 17:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-02-14 17:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-02-14 20:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-02-14 20:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-02-14 20:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-02-14 20:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-02-14 20:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-02-14 20:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-02-14 20:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-02-14 20:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-02-14 20:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-02-14 20:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-02-14 22:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-02-14 22:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2022-02-14 22:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.201','2022-02-14 22:11:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-02-14 22:11:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-02-14 22:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-02-14 22:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-02-14 22:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-02-14 22:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-02-14 22:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-02-14 22:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-02-14 22:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-02-14 22:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-02-14 22:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-02-14 22:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-02-14 22:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-02-14 22:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'165.225.111.52','2022-02-15 16:35:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'118.21.135.115','2022-02-15 17:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'118.21.135.115','2022-02-15 17:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.12','2022-02-16 05:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.8','2022-02-16 10:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.46','2022-02-16 12:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.7','2022-02-16 14:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.231.60.196','2022-02-17 05:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.231.60.196','2022-02-17 05:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.231.60.196','2022-02-17 05:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.17','2022-02-17 06:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.3','2022-02-17 08:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'40.77.167.13','2022-02-17 09:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.15','2022-02-17 12:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.4','2022-02-17 12:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.13','2022-02-17 12:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2022-02-17 15:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.16','2022-02-17 22:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.10','2022-02-18 03:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'36.52.110.44','2022-02-18 13:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'36.52.110.44','2022-02-18 13:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'36.52.110.44','2022-02-18 13:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'36.52.110.44','2022-02-18 13:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'36.52.110.44','2022-02-18 13:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'36.52.110.44','2022-02-18 13:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'36.52.110.44','2022-02-18 13:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'36.52.110.44','2022-02-18 13:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'36.52.110.44','2022-02-18 13:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.150.148.180','2022-02-18 16:36:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.150.148.180','2022-02-18 16:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.150.148.180','2022-02-18 16:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.150.148.180','2022-02-18 16:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-02-18 21:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-02-18 21:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-02-18 21:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-02-18 22:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-02-18 22:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-02-18 22:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-02-18 22:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-02-18 22:47:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-02-18 22:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-02-18 22:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-02-18 22:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-02-18 22:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-02-18 22:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-02-18 23:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-02-18 23:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-02-18 23:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2022-02-19 09:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.39','2022-02-19 14:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.76','2022-02-19 16:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.19','2022-02-19 20:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.14','2022-02-20 12:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.24','2022-02-20 16:59:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:17:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.150.233.168','2022-02-21 10:19:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'221.242.127.83','2022-02-21 14:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.18','2022-02-21 17:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.25','2022-02-22 00:30:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'60.143.105.98','2022-02-22 16:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'40.77.167.13','2022-02-22 16:48:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.6','2022-02-22 17:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.19','2022-02-22 17:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.4','2022-02-22 21:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.10','2022-02-23 01:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-02-23 02:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-02-23 02:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-02-23 03:11:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-02-23 03:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-02-23 03:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-02-23 03:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-02-23 03:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-02-23 03:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-02-23 03:14:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-02-23 03:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-02-23 03:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-02-23 03:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-02-23 03:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-02-23 03:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-02-23 03:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-02-23 03:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-02-23 03:16:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-02-23 03:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-02-23 03:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.14','2022-02-23 04:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-02-23 05:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-02-23 05:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-02-23 05:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-02-23 05:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-02-23 05:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-02-23 05:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-02-23 05:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-02-23 05:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-02-23 05:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-02-23 05:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-02-23 07:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2022-02-23 07:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.201','2022-02-23 07:33:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-02-23 07:34:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-02-23 07:34:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-02-23 07:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-02-23 07:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-02-23 07:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-02-23 07:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-02-23 07:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-02-23 07:37:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-02-23 07:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-02-23 07:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-02-23 07:38:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-02-23 07:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.39','2022-02-23 16:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.45','2022-02-23 19:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.16','2022-02-23 22:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.7','2022-02-24 07:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.151','2022-02-25 10:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.17','2022-02-26 02:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.138','2022-02-26 06:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.0','2022-02-26 06:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'40.77.167.18','2022-02-26 22:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.35','2022-02-26 23:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-02-27 13:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-02-27 13:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-02-27 13:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-02-27 14:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-02-27 14:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-02-27 14:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-02-27 14:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-02-27 14:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-02-27 14:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-02-27 14:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-02-27 14:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-02-27 15:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-02-27 15:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-02-27 15:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-02-27 15:56:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.11','2022-02-28 03:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.21','2022-02-28 06:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.60.196','2022-02-28 15:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.60.196','2022-02-28 15:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.231.60.196','2022-02-28 15:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.3','2022-02-28 17:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.11','2022-02-28 23:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'207.46.13.42','2022-03-01 00:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.3','2022-03-01 03:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.43','2022-03-01 07:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.5','2022-03-01 09:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'152.165.117.197','2022-03-01 12:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'152.165.117.197','2022-03-01 12:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'152.165.117.197','2022-03-01 12:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.2','2022-03-01 21:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.2','2022-03-02 03:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.34','2022-03-02 03:28:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.41','2022-03-03 02:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.0','2022-03-03 07:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.44','2022-03-03 10:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.60.196','2022-03-03 12:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.60.196','2022-03-03 12:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.60.196','2022-03-03 12:12:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.60.196','2022-03-03 12:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.60.196','2022-03-03 12:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.60.196','2022-03-03 12:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.60.196','2022-03-03 12:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.60.196','2022-03-03 12:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.60.196','2022-03-03 12:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.119.136.175','2022-03-03 12:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.136.190','2022-03-03 12:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.11','2022-03-03 15:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.13','2022-03-03 15:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.14','2022-03-03 17:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.14','2022-03-03 18:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.19','2022-03-03 19:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-03-04 01:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-03-04 01:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-03-04 01:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-03-04 02:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-03-04 02:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-03-04 02:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-03-04 02:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-03-04 02:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-03-04 02:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-03-04 02:33:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-03-04 02:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-03-04 02:34:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-03-04 02:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-03-04 02:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-03-04 02:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-03-04 02:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-03-04 02:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-03-04 02:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-03-04 02:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.14','2022-03-04 03:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.10','2022-03-04 03:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'173.231.60.196','2022-03-04 04:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.231.60.196','2022-03-04 04:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-03-04 04:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-03-04 04:19:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-03-04 04:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-03-04 04:20:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-03-04 04:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-03-04 04:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-03-04 04:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-03-04 04:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-03-04 04:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-03-04 04:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-03-04 06:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2022-03-04 06:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.201','2022-03-04 06:34:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-03-04 06:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-03-04 06:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-03-04 06:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-03-04 06:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-03-04 06:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-03-04 06:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-03-04 06:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-03-04 06:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-03-04 06:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-03-04 06:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-03-04 06:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.15','2022-03-04 09:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.1','2022-03-04 20:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.4','2022-03-04 22:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.16','2022-03-04 23:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.17','2022-03-05 02:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.1','2022-03-05 06:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.231.60.196','2022-03-05 09:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.231.60.196','2022-03-05 09:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.231.60.196','2022-03-05 09:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.231.60.196','2022-03-05 09:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.231.60.196','2022-03-05 09:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.231.60.196','2022-03-05 09:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'173.231.60.196','2022-03-05 09:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'173.231.60.196','2022-03-05 09:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.3','2022-03-05 11:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.15','2022-03-05 16:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.19','2022-03-05 20:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.11','2022-03-06 01:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.25','2022-03-06 14:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.4','2022-03-06 19:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.6','2022-03-07 00:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.3','2022-03-07 00:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.9','2022-03-07 00:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.4','2022-03-07 07:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.6','2022-03-07 14:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.4','2022-03-08 00:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.187.92.246','2022-03-08 10:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.10','2022-03-08 10:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.20','2022-03-08 12:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-03-08 17:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-03-08 17:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-03-08 17:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.21','2022-03-08 17:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-03-08 18:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-03-08 18:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-03-08 18:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-03-08 18:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-03-08 18:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-03-08 18:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-03-08 18:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-03-08 19:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-03-08 19:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-03-08 19:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-03-08 19:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-03-08 19:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-03-08 19:34:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-03-08 19:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'106.154.149.43','2022-03-09 10:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.6','2022-03-09 16:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.18','2022-03-10 22:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.11','2022-03-10 22:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.19','2022-03-11 09:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.10','2022-03-11 09:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.40','2022-03-11 09:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.9','2022-03-11 13:56:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.35','2022-03-11 20:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.4','2022-03-12 03:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.15','2022-03-12 05:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.23','2022-03-12 15:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.41','2022-03-12 23:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.26','2022-03-13 00:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.25','2022-03-13 02:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.22','2022-03-13 10:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.5','2022-03-13 13:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-03-13 16:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-03-13 16:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-03-13 16:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-03-13 16:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-03-13 16:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-03-13 16:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-03-13 16:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-03-13 16:38:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-03-13 16:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-03-13 16:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-03-13 16:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-03-13 16:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-03-13 16:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-03-13 16:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-03-13 16:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-03-13 16:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-03-13 16:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-03-13 16:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-03-13 16:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-03-13 17:48:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-03-13 17:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-03-13 17:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-03-13 17:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-03-13 17:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-03-13 17:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-03-13 17:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-03-13 17:49:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-03-13 19:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2022-03-13 19:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.201','2022-03-13 19:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-03-13 19:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-03-13 19:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-03-13 19:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-03-13 19:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-03-13 19:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-03-13 19:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-03-13 19:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-03-13 19:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-03-13 19:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-03-13 19:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.20','2022-03-14 00:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.34','2022-03-14 01:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.41','2022-03-14 01:46:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.209.177.145','2022-03-14 05:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'81.209.177.145','2022-03-14 06:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'81.209.177.145','2022-03-14 06:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'81.209.177.145','2022-03-14 06:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.8','2022-03-14 06:51:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.9','2022-03-14 07:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.26','2022-03-14 08:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.119.136.176','2022-03-14 17:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.15','2022-03-14 18:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.13','2022-03-14 19:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.11','2022-03-15 01:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.21','2022-03-15 03:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.34','2022-03-15 03:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.6','2022-03-15 13:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.2','2022-03-15 14:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.44','2022-03-15 22:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.24','2022-03-16 06:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.1','2022-03-16 20:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.102.83.39','2022-03-17 14:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.37','2022-03-17 17:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.36','2022-03-17 18:33:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.11','2022-03-18 02:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.25','2022-03-18 03:47:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.6','2022-03-18 03:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.18','2022-03-18 10:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-03-18 12:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-03-18 12:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-03-18 12:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-03-18 12:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-03-18 12:44:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-03-18 12:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-03-18 12:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-03-18 12:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-03-18 12:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-03-18 12:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-03-18 12:46:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-03-18 12:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-03-18 13:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-03-18 13:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-03-18 13:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-03-18 13:12:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-03-18 13:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-03-18 13:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-03-18 13:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-03-18 13:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-03-18 13:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-03-18 13:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.34','2022-03-18 19:53:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.6','2022-03-19 03:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.18','2022-03-19 07:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.23','2022-03-19 20:51:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.38','2022-03-19 21:10:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.22','2022-03-20 02:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.36','2022-03-20 06:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.16','2022-03-20 06:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.11','2022-03-20 06:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.119.136.176','2022-03-21 04:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.15','2022-03-21 08:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.11','2022-03-21 18:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'138.201.194.254','2022-03-21 20:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'138.201.194.254','2022-03-21 20:06:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'138.201.194.254','2022-03-21 20:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'138.201.194.254','2022-03-21 20:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'138.201.194.254','2022-03-21 20:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'138.201.194.254','2022-03-21 20:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'138.201.194.254','2022-03-21 20:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'138.201.194.254','2022-03-21 21:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'138.201.194.254','2022-03-21 21:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'138.201.194.254','2022-03-21 21:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'138.201.194.254','2022-03-21 21:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'138.201.194.254','2022-03-21 21:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'138.201.194.254','2022-03-21 21:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'138.201.194.254','2022-03-21 21:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'138.201.194.254','2022-03-21 21:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'138.201.194.254','2022-03-21 21:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'138.201.194.254','2022-03-21 21:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'138.201.194.254','2022-03-21 21:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'138.201.194.254','2022-03-21 21:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'138.201.194.254','2022-03-21 21:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'138.201.194.254','2022-03-21 21:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'138.201.194.254','2022-03-21 21:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'138.201.194.254','2022-03-21 21:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'138.201.194.254','2022-03-21 21:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'138.201.194.254','2022-03-21 21:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'138.201.194.254','2022-03-21 21:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'138.201.194.254','2022-03-21 21:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'138.201.194.254','2022-03-21 23:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'138.201.194.254','2022-03-21 23:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'138.201.194.254','2022-03-21 23:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'138.201.194.254','2022-03-21 23:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'138.201.194.254','2022-03-21 23:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'138.201.194.254','2022-03-22 00:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.15','2022-03-22 02:59:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.14','2022-03-22 04:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2022-03-22 20:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2022-03-22 20:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2022-03-22 20:23:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2022-03-23 01:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2022-03-23 01:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2022-03-23 01:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2022-03-23 01:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2022-03-23 01:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2022-03-23 01:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2022-03-23 01:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2022-03-23 01:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2022-03-23 01:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2022-03-23 01:43:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2022-03-23 01:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2022-03-23 01:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2022-03-23 01:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2022-03-23 01:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2022-03-23 01:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2022-03-23 01:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2022-03-23 01:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2022-03-23 01:47:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2022-03-23 01:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2022-03-23 01:50:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2022-03-23 01:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2022-03-23 01:51:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2022-03-23 01:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2022-03-23 03:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2022-03-23 06:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2022-03-23 06:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2022-03-23 06:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.3','2022-03-23 15:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.12','2022-03-23 16:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.34','2022-03-23 18:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.9','2022-03-23 21:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.22','2022-03-23 21:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.18','2022-03-24 06:27:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.19','2022-03-24 19:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.10','2022-03-25 19:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.37','2022-03-26 01:21:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.1','2022-03-26 01:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.41','2022-03-26 22:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.1','2022-03-27 02:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.6','2022-03-27 06:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.12','2022-03-27 15:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.9','2022-03-27 15:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.20','2022-03-27 19:28:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.18','2022-03-27 20:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.66','2022-03-27 21:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.119.136.188','2022-03-27 22:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.25','2022-03-27 22:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.1','2022-03-27 23:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.20','2022-03-28 01:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.20','2022-03-28 08:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.1','2022-03-29 12:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.11','2022-03-29 14:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'13.66.139.0','2022-03-29 16:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.20','2022-03-29 20:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.24','2022-03-30 02:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.15','2022-03-30 03:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.9','2022-03-30 04:19:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.2','2022-03-30 04:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.20','2022-03-30 06:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.9','2022-03-30 06:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.14','2022-03-30 16:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.136.188','2022-04-02 07:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.10','2022-04-02 16:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.136.188','2022-04-03 23:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.9','2022-04-04 02:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.15','2022-04-04 05:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.19','2022-04-04 07:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.2','2022-04-04 08:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.21','2022-04-04 08:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.43','2022-04-04 12:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.17','2022-04-04 16:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.13','2022-04-04 17:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-04-04 19:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-04-04 19:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-04-04 19:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-04-04 20:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-04-04 20:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-04-04 20:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-04-04 20:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-04-04 20:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-04-04 20:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-04-04 20:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-04-04 20:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-04-04 20:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-04-04 20:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-04-04 20:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2022-04-04 20:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-04-04 20:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2022-04-04 20:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-04-04 21:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-04-04 21:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-04-04 21:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-04-04 21:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-04-04 21:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-04-04 21:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-04-04 21:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-04-04 21:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-04-04 21:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-04-04 21:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-04-04 21:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-04-04 21:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-04-04 21:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-04-04 21:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2022-04-04 22:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-04-04 22:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-04-04 22:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-04-04 22:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-04-04 22:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2022-04-04 22:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2022-04-04 22:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.201','2022-04-04 22:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2022-04-04 22:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2022-04-04 22:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.3','2022-04-04 23:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-04-04 23:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-04-04 23:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2022-04-04 23:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.201','2022-04-04 23:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-04-04 23:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-04-04 23:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-04-05 00:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-04-05 00:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-04-05 00:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-04-05 00:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-04-05 00:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-04-05 00:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-04-05 00:01:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-04-05 00:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-04-05 00:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-04-05 00:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-04-05 00:02:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.187.156','2022-04-05 01:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.187.156','2022-04-05 02:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.187.156','2022-04-05 02:04:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'136.243.187.156','2022-04-05 03:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'136.243.187.156','2022-04-05 04:03:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'136.243.187.156','2022-04-05 04:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'136.243.187.156','2022-04-05 04:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'136.243.187.156','2022-04-05 04:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'136.243.187.156','2022-04-05 04:06:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'136.243.187.156','2022-04-05 04:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'136.243.187.156','2022-04-05 04:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'136.243.187.156','2022-04-05 05:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.187.156','2022-04-05 05:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'136.243.187.156','2022-04-05 05:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'136.243.187.156','2022-04-05 05:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'136.243.187.156','2022-04-05 05:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'136.243.187.156','2022-04-05 05:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'136.243.187.156','2022-04-05 05:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'136.243.187.156','2022-04-05 05:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'136.243.187.156','2022-04-05 05:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'136.243.187.156','2022-04-05 05:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'136.243.187.156','2022-04-05 05:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'136.243.187.156','2022-04-05 06:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'136.243.187.156','2022-04-05 06:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'136.243.187.156','2022-04-05 06:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'136.243.187.156','2022-04-05 06:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'136.243.187.156','2022-04-05 06:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'136.243.187.156','2022-04-05 07:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'136.243.187.156','2022-04-05 07:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'136.243.187.156','2022-04-05 07:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'136.243.187.156','2022-04-05 08:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'136.243.187.156','2022-04-05 08:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'136.243.187.156','2022-04-05 08:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.10','2022-04-06 16:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.11','2022-04-06 20:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.12','2022-04-06 21:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.11','2022-04-07 03:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.16','2022-04-07 04:15:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.16','2022-04-07 08:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.12','2022-04-07 11:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.10','2022-04-07 16:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.11','2022-04-07 17:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.15','2022-04-07 17:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.10','2022-04-07 18:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.10','2022-04-07 18:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.7','2022-04-07 21:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.19','2022-04-07 23:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.2','2022-04-08 00:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.14','2022-04-08 03:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.5','2022-04-08 08:55:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.12','2022-04-08 09:35:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.6','2022-04-08 10:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.226.29','2022-04-08 10:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.226.29','2022-04-08 10:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.226.29','2022-04-08 10:38:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.226.29','2022-04-08 10:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.243.226.29','2022-04-08 10:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.13','2022-04-08 10:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.2','2022-04-08 11:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'122.18.240.23','2022-04-08 11:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.12','2022-04-08 13:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.9','2022-04-08 13:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.92.153.15','2022-04-08 14:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'147.92.153.10','2022-04-08 14:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.8','2022-04-08 15:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'147.92.153.7','2022-04-08 15:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.92.153.5','2022-04-08 16:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'147.92.153.9','2022-04-08 17:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.13','2022-04-08 18:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.6','2022-04-08 18:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.24','2022-04-09 09:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.44','2022-04-09 22:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.1','2022-04-10 09:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.16','2022-04-10 16:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.3','2022-04-10 20:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.9','2022-04-10 23:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'114.119.136.175','2022-04-11 09:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.9','2022-04-12 03:54:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.34','2022-04-12 10:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.151.241.250','2022-04-12 10:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.151.241.250','2022-04-12 10:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.151.241.250','2022-04-12 10:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.151.241.250','2022-04-12 10:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.151.241.250','2022-04-12 10:46:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.151.241.250','2022-04-12 10:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.6','2022-04-12 15:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.17','2022-04-13 05:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.215.63.207','2022-04-13 07:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.215.63.207','2022-04-13 07:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.215.63.207','2022-04-13 07:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.215.63.207','2022-04-13 07:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.5','2022-04-13 09:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.190','2022-04-13 19:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.3','2022-04-14 09:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.36','2022-04-14 13:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-04-15 05:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2022-04-15 06:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-04-15 06:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-04-15 06:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-04-15 07:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-04-15 07:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-04-15 07:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-04-15 10:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2022-04-15 12:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2022-04-15 12:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2022-04-15 12:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-04-15 14:43:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-04-15 14:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2022-04-15 14:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.201','2022-04-15 14:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-04-15 14:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-04-15 14:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-04-15 14:46:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-04-15 14:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-04-15 14:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-04-15 14:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-04-15 14:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-04-15 14:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-04-15 14:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-04-15 14:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-04-15 14:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-04-15 14:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-04-15 14:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.21','2022-04-15 21:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.5','2022-04-15 22:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'157.55.39.196','2022-04-16 04:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.13','2022-04-16 17:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.15','2022-04-16 19:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.174','2022-04-16 21:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.45','2022-04-17 18:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.26','2022-04-18 01:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.119.136.174','2022-04-18 03:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.18','2022-04-18 20:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.19','2022-04-18 20:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.38','2022-04-18 20:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.6','2022-04-18 22:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.12','2022-04-19 04:18:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.10','2022-04-19 04:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.119.136.184','2022-04-19 08:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.119.136.174','2022-04-19 08:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.45','2022-04-19 22:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.9','2022-04-19 23:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.10','2022-04-20 00:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.44','2022-04-20 04:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.190','2022-04-20 05:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.15','2022-04-20 08:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.10','2022-04-20 13:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.188','2022-04-20 14:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'153.179.125.233','2022-04-21 09:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'153.179.125.233','2022-04-21 09:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.179.125.233','2022-04-21 09:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.179.125.233','2022-04-21 09:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.179.125.233','2022-04-21 09:24:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'153.179.125.233','2022-04-21 09:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'153.179.125.233','2022-04-21 09:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'153.179.125.233','2022-04-21 09:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.248.11.131','2022-04-21 20:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.11','2022-04-21 22:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.35','2022-04-21 22:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.3','2022-04-21 23:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.13','2022-04-22 02:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.19','2022-04-22 02:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.19','2022-04-22 03:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.12','2022-04-22 04:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.18','2022-04-22 04:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.14','2022-04-22 14:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.10','2022-04-22 15:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.17','2022-04-22 16:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.7','2022-04-22 16:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2022-04-22 17:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2022-04-22 17:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2022-04-22 17:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.214.189.181','2022-04-22 17:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.214.189.181','2022-04-22 17:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.214.189.181','2022-04-22 17:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.214.189.181','2022-04-22 17:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.1','2022-04-22 23:00:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.3','2022-04-23 06:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.21','2022-04-25 04:58:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.11','2022-04-25 07:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.13','2022-04-26 12:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.5','2022-04-28 02:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.10','2022-04-28 02:52:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'35.72.75.93','2022-04-28 14:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.26','2022-04-28 18:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.217','2022-04-28 20:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:21:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'180.198.155.192','2022-04-29 09:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.198.155.192','2022-04-29 09:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'180.198.155.192','2022-04-29 09:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'180.198.155.192','2022-04-29 09:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.198.155.192','2022-04-29 09:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.8','2022-04-29 10:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.20','2022-04-29 10:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.5','2022-04-29 10:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2022-04-30 04:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2022-04-30 04:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2022-04-30 04:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2022-04-30 08:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2022-04-30 08:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2022-04-30 08:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2022-04-30 08:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2022-04-30 08:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2022-04-30 08:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2022-04-30 08:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2022-04-30 08:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2022-04-30 08:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2022-04-30 08:54:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2022-04-30 08:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2022-04-30 08:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2022-04-30 08:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2022-04-30 08:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2022-04-30 08:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2022-04-30 08:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2022-04-30 08:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2022-04-30 09:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2022-04-30 09:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2022-04-30 09:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2022-04-30 09:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2022-04-30 09:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2022-04-30 09:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2022-04-30 10:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2022-04-30 12:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2022-04-30 12:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2022-04-30 12:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.3','2022-04-30 12:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.44','2022-05-01 10:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.2','2022-05-01 21:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.15','2022-05-02 16:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.38','2022-05-02 17:25:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2022-05-03 06:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2022-05-03 11:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2022-05-03 12:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2022-05-03 13:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.38','2022-05-03 15:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2022-05-03 17:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2022-05-03 19:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2022-05-03 19:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.38','2022-05-03 21:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2022-05-03 23:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.136.188','2022-05-04 00:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.3','2022-05-04 01:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.14','2022-05-04 01:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2022-05-04 09:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'153.252.77.7','2022-05-04 10:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'153.252.77.7','2022-05-04 10:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2022-05-04 14:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2022-05-04 14:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.33','2022-05-05 10:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.39','2022-05-05 13:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'182.167.229.247','2022-05-05 13:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.25','2022-05-05 22:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.188','2022-05-06 00:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.22','2022-05-06 01:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'114.119.136.188','2022-05-06 06:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2022-05-06 09:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2022-05-06 10:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.5','2022-05-06 16:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2022-05-06 18:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2022-05-06 19:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2022-05-06 22:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.14','2022-05-06 22:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.18','2022-05-07 05:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.33','2022-05-07 10:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.18','2022-05-07 12:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.44','2022-05-07 15:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.39','2022-05-07 15:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.15','2022-05-08 09:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.5','2022-05-08 09:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.14','2022-05-08 21:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2022-05-08 22:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'208.185.238.52','2022-05-09 03:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.5','2022-05-09 03:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'208.185.238.59','2022-05-09 13:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.3','2022-05-09 13:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'208.185.238.59','2022-05-09 13:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2022-05-09 13:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.185.238.59','2022-05-09 14:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-05-09 14:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-05-09 14:16:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.10','2022-05-09 16:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.190','2022-05-09 17:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.23','2022-05-09 18:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.21','2022-05-09 19:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2022-05-09 19:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2022-05-09 21:52:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2022-05-10 00:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2022-05-10 02:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2022-05-10 04:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.119.136.190','2022-05-10 06:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'114.119.136.188','2022-05-10 16:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'152.165.121.42','2022-05-10 17:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.20','2022-05-10 19:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.23','2022-05-10 20:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.3','2022-05-11 01:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.25','2022-05-11 12:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.44','2022-05-11 13:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.1','2022-05-11 15:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.35','2022-05-11 18:28:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2022-05-11 20:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.13','2022-05-11 20:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.38','2022-05-11 23:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2022-05-12 00:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.24','2022-05-12 08:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.8','2022-05-12 08:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.37','2022-05-12 11:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2022-05-12 15:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.8','2022-05-12 16:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2022-05-12 19:50:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'208.185.238.56','2022-05-12 21:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'208.185.238.56','2022-05-12 21:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'208.185.238.56','2022-05-12 21:49:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.9','2022-05-12 22:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.7','2022-05-12 23:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'114.119.136.188','2022-05-13 00:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2022-05-13 04:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.23','2022-05-13 05:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.9','2022-05-13 07:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.22','2022-05-14 02:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.2','2022-05-14 04:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.39','2022-05-14 06:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.5','2022-05-14 06:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.20','2022-05-14 21:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.7','2022-05-15 02:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.15','2022-05-15 04:06:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.5','2022-05-15 09:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.3','2022-05-15 11:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2022-05-15 23:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.25','2022-05-16 04:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.10','2022-05-16 08:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.37','2022-05-16 11:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'3.215.77.12','2022-05-17 00:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.16','2022-05-17 02:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.23','2022-05-17 02:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.4','2022-05-17 07:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.39','2022-05-17 09:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.124.216.206','2022-05-17 16:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.124.216.206','2022-05-17 16:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.124.216.206','2022-05-17 16:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.124.216.206','2022-05-17 16:29:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 16:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.124.216.206','2022-05-17 16:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 16:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 16:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.124.216.206','2022-05-17 16:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.124.216.206','2022-05-17 16:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.124.216.206','2022-05-17 16:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.124.216.206','2022-05-17 16:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.124.216.206','2022-05-17 16:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.124.216.206','2022-05-17 16:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.124.216.206','2022-05-17 16:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2022-05-17 16:46:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.124.216.206','2022-05-17 16:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.124.216.206','2022-05-17 16:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'202.124.216.206','2022-05-17 16:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'202.124.216.206','2022-05-17 16:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'202.124.216.206','2022-05-17 16:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 16:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 16:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.124.216.206','2022-05-17 17:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.124.216.206','2022-05-17 17:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2022-05-17 17:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 17:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 17:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.124.216.206','2022-05-17 17:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.124.216.206','2022-05-17 17:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.124.216.206','2022-05-17 17:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.124.216.206','2022-05-17 17:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.124.216.206','2022-05-17 17:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.124.216.206','2022-05-17 17:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.124.216.206','2022-05-17 17:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.124.216.206','2022-05-17 17:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.124.216.206','2022-05-17 17:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 17:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2022-05-17 17:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 17:17:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.124.216.206','2022-05-17 17:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2022-05-17 17:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2022-05-17 17:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.124.216.206','2022-05-17 17:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.124.216.206','2022-05-17 17:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.124.216.206','2022-05-17 17:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.124.216.206','2022-05-17 17:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.4','2022-05-18 09:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.9','2022-05-19 06:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.136.176','2022-05-19 13:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.219.255.60','2022-05-19 13:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.219.255.60','2022-05-19 13:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'218.219.255.60','2022-05-19 13:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.35','2022-05-19 16:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.1','2022-05-20 00:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.175','2022-05-20 13:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'165.100.112.12','2022-05-20 14:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.119.136.190','2022-05-20 16:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.136.184','2022-05-20 16:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.16','2022-05-21 21:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.13','2022-05-22 18:19:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.18','2022-05-22 19:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.2','2022-05-23 10:17:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.119.136.190','2022-05-23 14:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.192.54.88','2022-05-24 08:35:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.192.54.88','2022-05-24 08:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.192.54.88','2022-05-24 08:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'147.192.54.88','2022-05-24 08:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.35.67.212','2022-05-24 10:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.25','2022-05-24 23:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'122.19.60.51','2022-05-25 13:42:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'122.19.60.51','2022-05-25 13:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'122.19.60.51','2022-05-25 13:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.36','2022-05-25 16:09:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.5','2022-05-25 19:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.14','2022-05-26 04:19:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.35.67.212','2022-05-26 08:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2022-05-26 12:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.179.20.136','2022-05-26 15:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.14','2022-05-26 19:00:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.19','2022-05-26 21:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.16','2022-05-27 04:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.5','2022-05-27 05:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.5','2022-05-27 07:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.16','2022-05-27 09:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.119.136.176','2022-05-27 11:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-05-27 13:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-05-27 13:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-05-27 13:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-05-27 13:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-05-27 13:19:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-05-27 13:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-05-27 13:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-05-27 13:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-05-27 13:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-05-27 13:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-05-27 13:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-05-27 13:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-05-27 13:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-05-27 13:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-05-27 13:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-05-27 13:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-05-27 13:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.12','2022-05-27 13:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.12','2022-05-28 03:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2022-05-28 04:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.13','2022-05-28 04:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.6','2022-05-28 05:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.136.190','2022-05-28 10:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.136.184','2022-05-29 08:34:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'118.0.87.11','2022-05-29 17:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.37','2022-05-30 10:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.3','2022-05-30 10:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.35.67.212','2022-05-30 13:31:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.136.188','2022-05-30 16:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.41','2022-05-31 09:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.36','2022-05-31 11:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.119.136.175','2022-05-31 13:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.39','2022-05-31 19:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.12','2022-06-01 07:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.17','2022-06-01 21:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.18','2022-06-01 22:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.18','2022-06-02 06:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.17','2022-06-02 07:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.8','2022-06-02 13:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.4','2022-06-02 22:48:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.119.136.174','2022-06-02 23:17:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-06-03 00:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-06-03 00:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-06-03 00:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-06-03 00:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-06-03 00:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-06-03 00:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-06-03 00:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-06-03 00:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-06-03 00:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-06-03 00:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-06-03 00:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-06-03 00:10:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-06-03 00:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-06-03 00:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.25','2022-06-03 01:04:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.201','2022-06-03 03:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.201','2022-06-03 03:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2022-06-03 03:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.201','2022-06-03 03:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.201','2022-06-03 03:32:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2022-06-03 03:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.201','2022-06-03 03:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2022-06-03 03:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2022-06-03 03:35:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2022-06-03 03:36:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.201','2022-06-03 03:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2022-06-03 03:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2022-06-03 03:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2022-06-03 03:39:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2022-06-03 03:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2022-06-03 03:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2022-06-03 03:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.119.136.188','2022-06-03 04:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.21','2022-06-04 03:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.5','2022-06-04 07:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.20','2022-06-04 19:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.119.136.188','2022-06-05 03:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.175','2022-06-05 05:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.33','2022-06-05 06:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.26','2022-06-06 07:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.11','2022-06-06 07:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.184','2022-06-06 07:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.39','2022-06-06 13:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.39','2022-06-07 09:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.38','2022-06-07 13:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.20','2022-06-08 03:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.15','2022-06-08 08:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.121.148.66','2022-06-08 14:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-06-08 16:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.4','2022-06-08 17:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.8.40','2022-06-08 19:22:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'64.124.8.23','2022-06-08 23:34:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.16','2022-06-09 03:19:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.6','2022-06-09 09:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.9','2022-06-09 12:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.15','2022-06-09 21:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.148','2022-06-09 21:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.26','2022-06-10 10:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.10','2022-06-10 11:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.11','2022-06-10 13:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2022-06-11 11:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2022-06-11 11:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2022-06-11 11:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.136.184','2022-06-11 13:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2022-06-11 16:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2022-06-11 16:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2022-06-11 16:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2022-06-11 16:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2022-06-11 16:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2022-06-11 16:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2022-06-11 16:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2022-06-11 16:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2022-06-11 16:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2022-06-11 16:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2022-06-11 16:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2022-06-11 16:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2022-06-11 16:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2022-06-11 16:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2022-06-11 16:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2022-06-11 16:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2022-06-11 16:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2022-06-11 16:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2022-06-11 16:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2022-06-11 16:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2022-06-11 16:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2022-06-11 16:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2022-06-11 16:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.6','2022-06-11 16:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2022-06-11 17:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2022-06-11 20:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2022-06-11 20:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2022-06-11 20:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.11','2022-06-12 00:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.3','2022-06-12 02:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.9','2022-06-12 13:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.10','2022-06-12 15:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.2','2022-06-12 15:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.19','2022-06-12 16:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.1','2022-06-12 20:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.13','2022-06-13 00:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.15','2022-06-13 04:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.17','2022-06-13 07:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.13','2022-06-13 12:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.155','2022-06-13 22:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.20','2022-06-13 22:46:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.11','2022-06-14 05:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.42','2022-06-14 11:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.33','2022-06-14 18:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.68.6','2022-06-15 19:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.40','2022-06-16 01:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.11','2022-06-16 01:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.10','2022-06-16 03:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.119.136.176','2022-06-16 08:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.136.176','2022-06-16 09:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.6','2022-06-16 14:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.8','2022-06-16 15:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.4','2022-06-16 17:52:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.13','2022-06-17 00:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.3','2022-06-17 04:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.9','2022-06-17 20:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.155','2022-06-17 21:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.11','2022-06-18 06:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.36.148.143','2022-06-20 07:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.13.47','2022-06-21 02:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.17','2022-06-21 06:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.1','2022-06-21 11:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.23','2022-06-21 12:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.3','2022-06-21 16:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.22','2022-06-23 00:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.8','2022-06-23 12:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.7','2022-06-23 15:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.21','2022-06-23 21:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.22','2022-06-24 12:54:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.8','2022-06-24 23:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.14','2022-06-25 03:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.36','2022-06-25 04:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.197','2022-06-25 11:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.197','2022-06-25 11:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.197','2022-06-25 11:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.197','2022-06-25 12:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.197','2022-06-25 12:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.197','2022-06-25 12:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.197','2022-06-25 12:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.197','2022-06-25 12:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.197','2022-06-25 12:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.197','2022-06-25 12:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.197','2022-06-25 12:45:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.197','2022-06-25 12:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.197','2022-06-25 12:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.197','2022-06-25 14:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.197','2022-06-25 14:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.197','2022-06-25 14:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.197','2022-06-25 16:34:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.197','2022-06-25 16:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.197','2022-06-25 16:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.197','2022-06-25 16:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.197','2022-06-25 16:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.197','2022-06-25 16:37:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.197','2022-06-25 16:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.197','2022-06-25 16:38:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.197','2022-06-25 16:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.197','2022-06-25 16:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.136.188','2022-06-25 18:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.42','2022-06-25 19:41:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.40','2022-06-26 03:09:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.23','2022-06-26 22:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.119.136.175','2022-06-27 07:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.55.39.55','2022-06-27 16:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.15','2022-06-27 23:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.15','2022-06-28 00:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'64.124.8.55','2022-06-28 05:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.43','2022-06-28 08:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'155.190.48.5','2022-06-28 11:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'155.190.48.5','2022-06-28 11:29:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.6','2022-06-29 00:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.13','2022-06-29 07:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.184','2022-06-29 08:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.9','2022-06-29 08:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.15','2022-06-29 08:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.16','2022-06-29 08:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.20','2022-06-29 10:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.8','2022-06-29 10:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.136.185','2022-06-29 15:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.45','2022-06-29 20:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.6','2022-06-30 04:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'40.77.167.23','2022-06-30 05:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.9','2022-06-30 12:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.12','2022-06-30 21:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.7','2022-07-01 09:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.7','2022-07-01 11:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.11','2022-07-01 12:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.12','2022-07-01 19:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.2','2022-07-01 23:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.16','2022-07-02 02:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.1','2022-07-02 06:00:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.11','2022-07-02 07:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.20','2022-07-02 08:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.18','2022-07-02 10:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.10','2022-07-02 10:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.6','2022-07-02 10:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.6','2022-07-02 10:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.22','2022-07-02 14:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.20','2022-07-02 23:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.33','2022-07-03 03:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.18','2022-07-04 14:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.18','2022-07-05 09:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.136.188','2022-07-05 15:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.50.6.237','2022-07-05 16:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.50.6.237','2022-07-05 16:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.50.6.237','2022-07-05 16:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.50.6.237','2022-07-05 16:21:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.83.104','2022-07-05 16:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'74.125.215.28','2022-07-05 16:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.98.252.127','2022-07-05 17:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'111.98.252.127','2022-07-05 17:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.10','2022-07-05 21:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:35:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.161.250.227','2022-07-06 00:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:37:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.161.250.227','2022-07-06 00:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.239.167.149','2022-07-06 16:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.136.184','2022-07-06 19:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.136.175','2022-07-07 06:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.136.188','2022-07-07 08:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.20','2022-07-07 14:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.26','2022-07-08 04:14:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'106.186.212.180','2022-07-08 11:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'106.186.212.180','2022-07-08 11:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'106.186.212.180','2022-07-08 11:20:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.36','2022-07-09 02:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.20','2022-07-10 03:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.42','2022-07-10 08:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.37','2022-07-10 11:14:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.1','2022-07-10 14:59:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.119.136.176','2022-07-10 17:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.40','2022-07-11 05:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.2','2022-07-11 06:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.188','2022-07-11 22:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'64.124.8.44','2022-07-12 02:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.18','2022-07-12 05:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.6','2022-07-12 12:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.9','2022-07-12 12:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.3','2022-07-12 12:47:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.7.121.48','2022-07-12 13:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.36','2022-07-12 15:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.16','2022-07-12 18:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.65','2022-07-13 09:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'207.46.13.218','2022-07-13 09:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.137','2022-07-13 10:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.2','2022-07-13 13:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.119.136.188','2022-07-13 13:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.10','2022-07-13 15:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.26','2022-07-13 19:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.13','2022-07-14 08:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.17','2022-07-14 19:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.36','2022-07-14 21:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'157.55.39.137','2022-07-15 08:55:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.5','2022-07-15 09:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.35','2022-07-15 18:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.11','2022-07-16 01:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.42','2022-07-16 15:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.65','2022-07-16 15:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.4','2022-07-17 05:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2022-07-17 10:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2022-07-17 10:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2022-07-17 10:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.17','2022-07-17 12:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2022-07-17 15:14:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2022-07-17 15:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2022-07-17 15:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2022-07-17 15:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2022-07-17 15:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2022-07-17 15:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2022-07-17 15:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2022-07-17 15:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2022-07-17 15:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2022-07-17 15:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2022-07-17 15:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2022-07-17 15:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2022-07-17 15:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2022-07-17 15:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2022-07-17 15:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2022-07-17 15:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2022-07-17 15:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2022-07-17 15:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2022-07-17 15:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2022-07-17 15:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2022-07-17 15:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2022-07-17 15:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2022-07-17 15:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2022-07-17 16:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2022-07-17 19:02:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2022-07-17 19:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2022-07-17 19:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.4','2022-07-18 02:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.38','2022-07-18 03:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.25','2022-07-18 12:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.23','2022-07-18 22:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.14','2022-07-19 05:50:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.136.185','2022-07-19 14:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.136.190','2022-07-19 15:25:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'49.98.50.20','2022-07-19 16:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'50.18.6.208','2022-07-20 00:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'50.18.6.208','2022-07-20 00:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'50.18.6.208','2022-07-20 00:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.4','2022-07-20 09:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.12','2022-07-20 13:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.1','2022-07-20 18:50:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.44','2022-07-20 23:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'111.237.86.8','2022-07-22 21:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'111.237.86.8','2022-07-22 21:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'111.237.86.8','2022-07-22 21:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'111.237.86.8','2022-07-22 21:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'111.237.86.8','2022-07-22 21:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.14','2022-07-23 08:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'207.46.13.0','2022-07-24 06:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.2','2022-07-24 08:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.6','2022-07-25 10:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.44','2022-07-25 16:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'64.124.8.44','2022-07-25 18:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.136.175','2022-07-26 10:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.18','2022-07-26 16:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.185','2022-07-26 19:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.97.238.74','2022-07-26 20:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'222.227.193.69','2022-07-26 23:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.13','2022-07-27 03:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.136.175','2022-07-27 11:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.25','2022-07-27 18:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.119.136.174','2022-07-28 07:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'210.194.224.35','2022-07-28 13:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.194.224.35','2022-07-28 13:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.7','2022-07-28 14:18:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'210.194.224.35','2022-07-28 16:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.19','2022-07-29 08:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.15','2022-07-29 10:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.19','2022-07-29 12:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.11','2022-07-29 12:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.20','2022-07-29 15:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.33','2022-07-29 23:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.15','2022-07-30 18:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'182.22.28.124','2022-07-31 02:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'182.22.28.111','2022-07-31 02:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'182.22.28.79','2022-07-31 02:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'182.22.28.79','2022-07-31 02:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'182.22.28.72','2022-07-31 02:22:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'182.22.28.106','2022-07-31 02:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'182.22.28.73','2022-07-31 02:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'182.22.28.121','2022-07-31 02:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'182.22.28.90','2022-07-31 02:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'182.22.28.110','2022-07-31 02:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'182.22.28.106','2022-07-31 02:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'182.22.28.97','2022-07-31 02:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'182.22.28.118','2022-07-31 02:42:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'182.22.28.103','2022-07-31 02:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'182.22.28.124','2022-07-31 02:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'182.22.28.106','2022-07-31 02:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'182.22.28.114','2022-07-31 02:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'182.22.28.94','2022-07-31 03:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'182.22.28.80','2022-07-31 03:03:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'182.22.28.118','2022-07-31 03:07:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.11','2022-07-31 06:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.14','2022-07-31 15:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.11','2022-08-01 05:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.3','2022-08-01 05:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.4','2022-08-01 12:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.13','2022-08-01 13:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.12','2022-08-01 13:57:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.11','2022-08-01 16:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.7','2022-08-01 16:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.5','2022-08-01 17:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.1','2022-08-01 17:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.9','2022-08-01 18:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.6','2022-08-02 02:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.38','2022-08-02 07:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.7','2022-08-02 13:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2022-08-02 20:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.175','2022-08-03 09:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.18','2022-08-04 01:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.198','2022-08-04 07:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.198','2022-08-04 07:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.198','2022-08-04 08:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.198','2022-08-04 08:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.198','2022-08-04 08:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.198','2022-08-04 08:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.198','2022-08-04 08:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.198','2022-08-04 08:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.198','2022-08-04 09:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.198','2022-08-04 09:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.198','2022-08-04 09:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.198','2022-08-04 09:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.198','2022-08-04 09:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.198','2022-08-04 09:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.198','2022-08-04 09:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.198','2022-08-04 11:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.198','2022-08-04 11:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.198','2022-08-04 11:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.198','2022-08-04 11:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.198','2022-08-04 11:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.198','2022-08-04 11:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.198','2022-08-04 11:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.198','2022-08-04 11:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.198','2022-08-04 11:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.198','2022-08-04 11:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.198','2022-08-04 14:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.198','2022-08-04 14:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.198','2022-08-04 14:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.198','2022-08-04 14:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.198','2022-08-04 14:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.198','2022-08-04 14:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.198','2022-08-04 14:36:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.198','2022-08-04 14:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.198','2022-08-04 14:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.198','2022-08-04 14:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.198','2022-08-04 14:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.198','2022-08-04 14:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.198','2022-08-04 14:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.198','2022-08-04 14:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.198','2022-08-04 14:40:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.198','2022-08-04 14:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.198','2022-08-04 14:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.44','2022-08-04 16:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.18','2022-08-04 18:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.15','2022-08-04 19:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2022-08-05 08:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.21','2022-08-05 09:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.136.174','2022-08-05 10:26:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2022-08-05 13:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2022-08-05 15:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2022-08-05 16:06:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2022-08-05 20:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2022-08-05 21:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2022-08-05 21:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.22','2022-08-05 21:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2022-08-06 02:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.25','2022-08-06 02:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2022-08-06 12:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.15','2022-08-06 14:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2022-08-06 17:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2022-08-06 17:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.7','2022-08-06 19:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.11','2022-08-06 21:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.15','2022-08-07 00:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.40','2022-08-07 03:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.1','2022-08-07 06:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.13','2022-08-07 06:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.2','2022-08-07 06:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.24','2022-08-07 08:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.19','2022-08-07 09:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.18','2022-08-07 10:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.22','2022-08-07 11:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.22','2022-08-07 17:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.16','2022-08-08 06:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2022-08-08 09:36:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2022-08-08 10:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.24','2022-08-08 11:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.7','2022-08-08 14:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2022-08-08 18:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2022-08-08 18:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.42','2022-08-08 19:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2022-08-08 21:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.10','2022-08-09 06:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.197','2022-08-09 12:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.23','2022-08-09 15:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.7','2022-08-09 15:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.10','2022-08-09 17:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.40','2022-08-09 19:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.43','2022-08-10 08:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.9','2022-08-10 09:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.184','2022-08-10 10:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.6','2022-08-10 11:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2022-08-10 16:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.136.184','2022-08-10 16:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.44','2022-08-10 17:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'64.124.8.22','2022-08-10 19:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-08-10 19:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-08-10 20:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-08-11 10:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'58.80.84.235','2022-08-11 10:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2022-08-11 11:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2022-08-11 12:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2022-08-11 14:24:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2022-08-11 18:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2022-08-11 19:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2022-08-11 22:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'207.46.13.115','2022-08-12 05:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.6','2022-08-12 17:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2022-08-12 20:17:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2022-08-12 20:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2022-08-12 20:21:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.24','2022-08-12 21:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.136.174','2022-08-13 00:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2022-08-13 13:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2022-08-13 17:48:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2022-08-14 04:27:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2022-08-14 07:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2022-08-14 09:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2022-08-14 14:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.92.153.14','2022-08-14 15:02:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.19','2022-08-14 16:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.16','2022-08-15 03:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.11','2022-08-15 03:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.12','2022-08-16 12:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.7','2022-08-16 13:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.2','2022-08-16 13:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.18','2022-08-16 21:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.19','2022-08-16 21:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.136.174','2022-08-16 23:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.18','2022-08-17 02:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.32.130.194','2022-08-17 03:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.32.130.194','2022-08-17 03:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.32.130.194','2022-08-17 03:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.32.130.194','2022-08-17 03:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.19','2022-08-17 03:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.32.130.194','2022-08-17 03:02:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2022-08-17 03:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.55.39.140','2022-08-17 07:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.176','2022-08-17 07:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'3.233.217.106','2022-08-17 10:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.233.217.106','2022-08-17 10:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'3.233.217.106','2022-08-17 10:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'3.233.217.106','2022-08-17 10:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.233.217.106','2022-08-17 10:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.233.217.106','2022-08-17 11:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.7','2022-08-17 11:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.11','2022-08-17 12:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.60.196','2022-08-17 23:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.60.196','2022-08-17 23:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.231.60.196','2022-08-17 23:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.136.176','2022-08-17 23:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.25','2022-08-18 01:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'147.92.153.15','2022-08-18 22:42:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'147.92.153.15','2022-08-18 23:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'147.92.153.13','2022-08-19 00:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.38','2022-08-19 04:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.188','2022-08-19 12:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.198','2022-08-20 02:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.198','2022-08-20 04:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.198','2022-08-20 08:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.198','2022-08-20 08:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.198','2022-08-20 08:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.198','2022-08-20 08:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.198','2022-08-20 08:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.198','2022-08-20 08:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.198','2022-08-20 08:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.198','2022-08-20 08:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.198','2022-08-20 08:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.198','2022-08-20 09:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.198','2022-08-20 09:00:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.198','2022-08-20 09:01:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.198','2022-08-20 09:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2022-08-20 12:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2022-08-20 12:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2022-08-20 12:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.36','2022-08-20 15:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.173','2022-08-20 15:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.136.174','2022-08-20 16:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2022-08-20 16:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2022-08-20 16:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2022-08-20 16:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2022-08-20 17:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2022-08-20 17:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2022-08-20 17:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2022-08-20 17:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2022-08-20 17:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2022-08-20 17:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2022-08-20 17:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2022-08-20 17:06:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2022-08-20 17:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2022-08-20 17:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2022-08-20 17:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2022-08-20 17:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2022-08-20 17:10:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2022-08-20 17:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2022-08-20 17:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2022-08-20 17:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2022-08-20 17:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2022-08-20 17:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2022-08-20 17:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2022-08-20 17:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2022-08-20 18:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2022-08-20 21:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2022-08-20 21:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2022-08-20 21:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.119.136.174','2022-08-21 02:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.60.196','2022-08-21 08:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.60.196','2022-08-21 08:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.60.196','2022-08-21 08:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.60.196','2022-08-21 08:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.60.196','2022-08-21 08:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.60.196','2022-08-21 08:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.60.196','2022-08-21 08:47:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.231.60.196','2022-08-21 08:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.231.60.196','2022-08-21 08:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.231.60.196','2022-08-21 15:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.231.60.196','2022-08-21 15:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.231.60.196','2022-08-21 15:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.231.60.196','2022-08-21 15:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.231.60.196','2022-08-21 15:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'173.231.60.196','2022-08-21 15:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.231.60.196','2022-08-21 15:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.231.60.196','2022-08-21 15:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'173.231.60.196','2022-08-21 15:51:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'173.231.60.196','2022-08-21 15:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.231.60.196','2022-08-21 15:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'173.231.60.196','2022-08-21 15:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'173.231.60.196','2022-08-21 15:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.231.60.196','2022-08-21 15:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'173.231.60.196','2022-08-21 15:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'173.231.60.196','2022-08-21 15:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'173.231.60.196','2022-08-21 15:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.231.60.196','2022-08-21 15:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'173.231.60.196','2022-08-21 15:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.231.60.196','2022-08-21 15:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.231.60.196','2022-08-21 15:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.231.60.196','2022-08-21 15:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.231.60.196','2022-08-21 15:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.231.60.196','2022-08-21 15:52:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.119.136.174','2022-08-22 06:24:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.171.80.40','2022-08-22 12:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.171.80.40','2022-08-22 12:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.36','2022-08-22 15:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.11','2022-08-22 15:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.34','2022-08-24 00:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.231.60.196','2022-08-24 12:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.231.60.196','2022-08-24 12:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.231.60.196','2022-08-24 12:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.39.210.221','2022-08-24 13:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.231.60.196','2022-08-24 15:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.231.60.196','2022-08-24 15:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.231.60.196','2022-08-24 15:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.174','2022-08-25 06:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.121.115.236','2022-08-25 22:19:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.13','2022-08-26 00:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.5','2022-08-26 06:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.20','2022-08-27 07:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2022-08-27 11:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2022-08-29 04:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.21','2022-08-29 22:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.4','2022-08-30 01:02:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.24','2022-08-30 23:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.231.60.196','2022-08-31 19:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.18','2022-09-01 07:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.4','2022-09-01 13:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.7','2022-09-01 14:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'153.246.163.96','2022-09-01 15:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.136.188','2022-09-01 20:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.26','2022-09-02 03:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.8','2022-09-02 10:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.24','2022-09-02 11:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.40','2022-09-02 18:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.45','2022-09-03 12:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.20','2022-09-03 13:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.45','2022-09-03 19:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.68.19','2022-09-04 01:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.14','2022-09-04 04:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.15','2022-09-04 06:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.4','2022-09-04 11:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.18','2022-09-04 16:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.14','2022-09-04 17:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.3','2022-09-04 20:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.42','2022-09-05 04:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.15','2022-09-05 09:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.10','2022-09-05 15:32:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.12','2022-09-05 15:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.198','2022-09-05 16:33:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.198','2022-09-05 16:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.198','2022-09-05 16:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.198','2022-09-05 16:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.198','2022-09-05 16:36:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.198','2022-09-05 16:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.198','2022-09-05 16:38:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.198','2022-09-05 16:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.198','2022-09-05 16:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.198','2022-09-05 16:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.35','2022-09-05 17:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.19','2022-09-05 17:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.198','2022-09-05 17:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.198','2022-09-05 17:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.198','2022-09-05 17:47:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.198','2022-09-05 17:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.198','2022-09-05 17:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.198','2022-09-05 17:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.198','2022-09-05 17:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.54.249.198','2022-09-05 17:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.198','2022-09-05 17:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.198','2022-09-05 17:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.198','2022-09-05 19:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.198','2022-09-05 19:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.198','2022-09-05 19:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.198','2022-09-05 19:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.198','2022-09-05 19:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.198','2022-09-05 19:12:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.198','2022-09-05 19:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.198','2022-09-05 19:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.14','2022-09-05 22:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.13','2022-09-05 22:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'154.54.249.198','2022-09-05 23:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.54.249.198','2022-09-05 23:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.198','2022-09-05 23:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'154.54.249.198','2022-09-05 23:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'154.54.249.198','2022-09-05 23:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.198','2022-09-05 23:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'154.54.249.198','2022-09-05 23:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.198','2022-09-05 23:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.198','2022-09-05 23:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.198','2022-09-05 23:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'154.54.249.198','2022-09-05 23:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.198','2022-09-05 23:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.198','2022-09-05 23:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.198','2022-09-05 23:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.198','2022-09-05 23:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.198','2022-09-05 23:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.198','2022-09-05 23:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.8','2022-09-06 04:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.20','2022-09-06 07:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.9','2022-09-06 09:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.136.175','2022-09-06 11:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.33','2022-09-06 14:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2022-09-06 17:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.19','2022-09-06 19:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.23','2022-09-06 20:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.136.175','2022-09-06 20:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.10','2022-09-07 02:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.16','2022-09-07 02:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.13','2022-09-07 03:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'147.92.153.5','2022-09-07 04:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.11','2022-09-07 05:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.92.153.12','2022-09-07 05:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.92.153.8','2022-09-07 06:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.5','2022-09-07 06:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.20','2022-09-07 10:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.6','2022-09-07 16:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2022-09-07 16:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2022-09-07 16:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2022-09-07 16:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.3','2022-09-08 00:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.9','2022-09-08 06:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.132.190.216','2022-09-08 12:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.132.190.216','2022-09-08 12:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.132.190.216','2022-09-08 12:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.132.190.216','2022-09-08 12:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.132.190.216','2022-09-08 12:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.132.190.216','2022-09-08 12:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.132.190.216','2022-09-08 12:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'153.132.190.216','2022-09-08 13:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.132.190.216','2022-09-08 14:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.132.190.216','2022-09-08 14:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.16','2022-09-09 00:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.24','2022-09-09 01:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.11','2022-09-09 02:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.17','2022-09-09 08:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.8','2022-09-09 12:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-09-09 15:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2022-09-09 15:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.4','2022-09-09 15:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.9','2022-09-09 22:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.15','2022-09-10 20:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.38','2022-09-11 03:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.33','2022-09-11 12:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.6','2022-09-11 23:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.7','2022-09-12 00:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.39','2022-09-12 00:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.1','2022-09-12 06:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.19','2022-09-12 11:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.23','2022-09-12 22:55:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.19','2022-09-13 01:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.23','2022-09-13 06:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.19','2022-09-13 09:27:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.20','2022-09-13 14:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.37','2022-09-13 16:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.24','2022-09-13 18:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.23','2022-09-13 20:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.18','2022-09-14 01:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.25','2022-09-14 03:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.1','2022-09-14 11:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.38','2022-09-14 12:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.34','2022-09-14 12:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.12','2022-09-14 16:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.45','2022-09-14 17:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.8','2022-09-14 17:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.220.245','2022-09-14 18:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.220.245','2022-09-14 18:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.11','2022-09-15 00:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.14','2022-09-15 03:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.39','2022-09-15 03:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.5','2022-09-15 05:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.17','2022-09-15 06:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.18','2022-09-15 11:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.24','2022-09-15 13:16:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.17','2022-09-15 20:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.16','2022-09-15 21:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.15','2022-09-16 04:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.220.245','2022-09-16 09:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.220.245','2022-09-16 09:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'114.119.136.175','2022-09-17 09:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2022-09-19 12:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2022-09-19 12:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2022-09-19 12:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.19','2022-09-20 19:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.20','2022-09-20 19:41:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.18','2022-09-20 20:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.188','2022-09-21 13:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.136.174','2022-09-21 14:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.20','2022-09-21 23:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'114.119.136.176','2022-09-22 05:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'167.172.179.142','2022-09-22 16:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'167.172.179.142','2022-09-22 16:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'167.172.179.142','2022-09-22 16:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'116.58.182.122','2022-09-22 16:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'167.172.179.142','2022-09-22 16:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'167.172.179.142','2022-09-22 16:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'167.172.179.142','2022-09-22 16:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'167.172.179.142','2022-09-22 16:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'167.172.179.142','2022-09-22 16:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'167.172.179.142','2022-09-22 16:30:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'167.172.179.142','2022-09-22 16:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'167.172.179.142','2022-09-22 16:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.214','2022-09-23 02:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.110','2022-09-23 07:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.166','2022-09-23 07:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.222','2022-09-23 07:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.121','2022-09-23 08:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.24','2022-09-23 08:43:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.214','2022-09-23 08:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.191','2022-09-23 08:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.235','2022-09-23 08:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.76','2022-09-23 08:45:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.15','2022-09-23 09:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.96','2022-09-23 09:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.93','2022-09-23 09:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.242','2022-09-23 10:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.52','2022-09-23 10:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.184','2022-09-23 10:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.21','2022-09-23 10:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.29','2022-09-23 10:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.116','2022-09-23 10:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.23','2022-09-23 10:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.180','2022-09-23 10:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.24','2022-09-23 10:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.30','2022-09-23 10:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.48','2022-09-23 11:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.95','2022-09-23 11:51:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.168','2022-09-23 11:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.113.194.147','2022-09-23 11:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.148','2022-09-23 11:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.204','2022-09-23 11:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.4','2022-09-23 11:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.171','2022-09-23 11:54:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'217.113.194.123','2022-09-23 11:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.237','2022-09-23 11:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.75','2022-09-23 14:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.140','2022-09-23 14:57:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.113.194.2','2022-09-23 14:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.121','2022-09-23 14:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.73','2022-09-23 14:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.100','2022-09-23 14:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.231','2022-09-23 14:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.152','2022-09-23 15:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.65','2022-09-23 15:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.58','2022-09-23 15:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.19','2022-09-23 15:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.48','2022-09-23 15:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.114','2022-09-23 15:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.154','2022-09-23 15:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.65','2022-09-23 15:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.4','2022-09-23 15:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.4','2022-09-23 15:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.119.136.188','2022-09-23 22:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'207.46.13.155','2022-09-24 08:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'207.46.13.214','2022-09-24 16:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.46.13.33','2022-09-24 20:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'219.124.99.154','2022-09-24 23:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.19','2022-09-25 17:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.20','2022-09-25 17:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.31','2022-09-26 10:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'40.77.167.12','2022-09-26 19:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.7','2022-09-28 23:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.40','2022-09-29 01:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.136.188','2022-09-29 02:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.15','2022-09-29 08:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.19','2022-09-29 18:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.136.190','2022-09-30 22:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2022-10-01 18:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2022-10-01 18:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2022-10-01 18:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'18.208.187.128','2022-10-02 06:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.188','2022-10-02 09:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.144.6.116','2022-10-03 14:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.136.175','2022-10-03 19:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.7','2022-10-04 04:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.168','2022-10-04 16:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.55.39.28','2022-10-05 00:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'81.209.177.145','2022-10-06 11:32:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.136.184','2022-10-07 16:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.119.136.188','2022-10-08 23:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.136.174','2022-10-10 13:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.136.190','2022-10-10 20:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.176','2022-10-11 22:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.12','2022-10-12 01:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 10:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.157.209.143','2022-10-12 11:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2022-10-13 04:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2022-10-13 04:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2022-10-13 04:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.43','2022-10-13 09:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.7','2022-10-13 11:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.9','2022-10-13 12:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.3','2022-10-13 12:40:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.3','2022-10-13 13:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.6','2022-10-13 15:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'223.216.178.85','2022-10-13 18:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'223.216.178.85','2022-10-13 18:58:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'223.216.178.85','2022-10-13 18:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.1','2022-10-13 19:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.24','2022-10-13 19:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.136.184','2022-10-14 00:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.22','2022-10-14 00:59:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.19','2022-10-14 03:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'220.106.188.205','2022-10-14 11:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2022-10-14 12:27:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2022-10-14 12:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2022-10-14 12:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.10','2022-10-14 13:03:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.14','2022-10-14 13:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.37','2022-10-14 14:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2022-10-14 15:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2022-10-14 15:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2022-10-14 15:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2022-10-14 15:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2022-10-14 15:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2022-10-14 15:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2022-10-14 15:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2022-10-14 15:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2022-10-14 15:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2022-10-14 15:30:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2022-10-14 15:30:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2022-10-14 15:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2022-10-14 15:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2022-10-14 15:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2022-10-14 15:36:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2022-10-14 15:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2022-10-14 15:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2022-10-14 15:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2022-10-14 15:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2022-10-14 15:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2022-10-14 15:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2022-10-14 15:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2022-10-14 15:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2022-10-14 16:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.13','2022-10-14 16:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2022-10-14 18:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2022-10-14 18:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2022-10-14 18:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.119.136.174','2022-10-14 20:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.247.242.115','2022-10-15 14:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.247.242.115','2022-10-15 14:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.136.190','2022-10-17 18:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.119.136.175','2022-10-20 01:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.248.11.129','2022-10-21 11:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.248.11.129','2022-10-21 11:14:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.12','2022-10-21 16:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.7','2022-10-22 19:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.3','2022-10-22 21:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.13','2022-10-22 22:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.1','2022-10-23 01:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.136.175','2022-10-23 12:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.46.13.115','2022-10-24 05:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2022-10-24 08:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2022-10-24 08:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2022-10-24 08:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.5','2022-10-24 21:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.18','2022-10-27 12:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.136.175','2022-10-27 18:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.1','2022-10-28 02:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'91.240.118.252','2022-10-28 06:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'91.240.118.252','2022-10-28 06:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'91.240.118.252','2022-10-28 06:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'207.46.13.109','2022-10-28 15:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.127.119.246','2022-10-28 15:59:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'208.127.119.246','2022-10-28 15:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.200.231.205','2022-10-29 11:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.200.231.205','2022-10-29 11:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.87.163.155','2022-10-30 15:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'60.87.163.155','2022-10-30 15:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'114.119.136.175','2022-10-31 09:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.238.174.38','2022-11-02 13:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.238.174.38','2022-11-02 13:18:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.8','2022-11-03 19:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.9','2022-11-03 19:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.2','2022-11-03 19:03:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.19','2022-11-03 19:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.7','2022-11-03 19:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.9','2022-11-03 19:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.17','2022-11-03 19:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.16','2022-11-03 19:15:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.1','2022-11-03 19:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.8','2022-11-03 19:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.11','2022-11-03 19:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.7','2022-11-03 19:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.18','2022-11-03 19:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.20','2022-11-03 19:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.16','2022-11-03 19:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.7','2022-11-03 19:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.10','2022-11-03 19:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.5','2022-11-03 19:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.12','2022-11-03 21:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.14','2022-11-03 22:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.11','2022-11-04 01:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.18','2022-11-04 01:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.5','2022-11-04 01:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2022-11-04 23:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.7','2022-11-05 03:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'207.46.13.215','2022-11-05 09:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2022-11-05 13:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.15','2022-11-05 20:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.20','2022-11-06 03:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2022-11-06 08:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2022-11-06 08:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.10','2022-11-06 18:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.9','2022-11-06 20:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.4','2022-11-06 20:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'39.110.204.210','2022-11-07 14:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.20','2022-11-07 20:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.46.13.38','2022-11-07 23:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.14','2022-11-08 01:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2022-11-08 06:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.17','2022-11-08 19:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2022-11-08 23:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2022-11-09 00:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2022-11-09 01:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2022-11-09 04:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2022-11-09 07:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2022-11-09 07:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2022-11-09 12:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2022-11-09 22:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2022-11-10 03:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2022-11-10 03:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'106.155.14.252','2022-11-10 09:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'106.155.14.252','2022-11-10 09:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'106.155.14.252','2022-11-10 09:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'106.155.14.252','2022-11-10 09:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'106.155.14.252','2022-11-10 09:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'106.155.14.252','2022-11-10 09:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'106.155.14.252','2022-11-10 09:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'106.155.14.252','2022-11-10 09:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'106.155.14.252','2022-11-10 09:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'106.155.14.252','2022-11-10 09:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'106.155.14.252','2022-11-10 09:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.17','2022-11-10 13:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.18','2022-11-11 13:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.7','2022-11-11 20:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2022-11-11 22:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2022-11-12 06:00:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2022-11-12 06:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.7','2022-11-12 06:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.12','2022-11-12 08:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2022-11-12 08:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.19','2022-11-12 16:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.174','2022-11-12 18:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.21.91.185','2022-11-13 01:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.21.91.185','2022-11-13 01:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.21.91.185','2022-11-13 01:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.21.91.185','2022-11-13 02:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.21.91.185','2022-11-13 02:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.21.91.185','2022-11-13 02:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.21.91.185','2022-11-13 02:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.21.91.185','2022-11-13 02:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.21.91.185','2022-11-13 02:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.21.91.185','2022-11-13 02:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.21.91.185','2022-11-13 02:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.21.115.68','2022-11-13 14:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.15','2022-11-13 16:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2022-11-13 22:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.136.176','2022-11-14 07:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2022-11-14 08:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.13','2022-11-14 09:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2022-11-14 11:21:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'182.164.114.191','2022-11-14 12:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2022-11-14 12:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2022-11-15 04:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2022-11-15 05:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2022-11-15 06:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2022-11-15 10:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2022-11-15 11:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2022-11-15 14:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.12','2022-11-15 18:49:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.3','2022-11-15 18:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.2','2022-11-15 18:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.5','2022-11-16 19:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2022-11-17 10:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.8','2022-11-17 19:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2022-11-18 04:38:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2022-11-18 06:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.13','2022-11-18 07:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2022-11-18 09:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2022-11-18 09:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2022-11-18 09:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2022-11-18 11:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.16','2022-11-18 15:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.13','2022-11-19 08:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2022-11-21 01:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'114.119.136.184','2022-11-21 15:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.39','2022-11-22 08:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.213','2022-11-22 19:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'114.119.136.176','2022-11-23 01:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.119.136.188','2022-11-23 10:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.119.136.190','2022-11-24 05:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.203.100.142','2022-11-25 14:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.203.100.142','2022-11-25 14:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.203.100.142','2022-11-25 14:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.203.100.142','2022-11-25 14:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.203.100.142','2022-11-25 14:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'124.142.43.190','2022-11-25 22:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.119.140.196','2022-11-27 02:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2022-11-27 13:14:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2022-11-29 06:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2022-11-30 22:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.203.100.142','2022-12-01 08:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.203.100.142','2022-12-01 08:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.203.100.142','2022-12-01 08:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'92.203.100.142','2022-12-01 08:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.161.198.254','2022-12-01 09:48:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2022-12-04 20:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2022-12-04 20:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2022-12-04 20:42:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2022-12-05 01:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2022-12-05 01:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2022-12-05 01:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2022-12-05 01:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2022-12-05 01:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2022-12-05 01:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2022-12-05 01:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2022-12-05 01:33:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2022-12-05 01:35:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2022-12-05 01:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2022-12-05 01:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2022-12-05 01:37:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2022-12-05 01:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2022-12-05 01:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2022-12-05 01:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2022-12-05 01:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2022-12-05 01:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2022-12-05 01:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2022-12-05 01:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2022-12-05 01:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2022-12-05 01:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2022-12-05 01:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2022-12-05 01:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2022-12-05 03:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2022-12-05 06:05:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2022-12-05 06:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2022-12-05 06:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.119.138.98','2022-12-05 09:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.131.110','2022-12-05 09:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'114.119.136.30','2022-12-05 20:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.36','2022-12-06 02:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'14.11.162.32','2022-12-06 15:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.15','2022-12-06 22:54:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.13.213','2022-12-07 12:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'17.121.112.109','2022-12-08 16:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.121.112.106','2022-12-09 00:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'157.55.39.123','2022-12-09 05:22:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'152.165.114.155','2022-12-09 09:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'152.165.114.155','2022-12-09 09:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'152.165.114.155','2022-12-09 09:23:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'152.165.114.155','2022-12-09 14:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'152.165.114.155','2022-12-09 14:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.119.149.83','2022-12-11 03:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.145.228','2022-12-11 15:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.6','2022-12-12 03:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.36','2022-12-12 04:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.40','2022-12-12 04:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.39','2022-12-12 05:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.6','2022-12-12 05:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.10','2022-12-12 06:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.19','2022-12-12 06:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.38','2022-12-12 10:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.5','2022-12-12 12:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.14','2022-12-12 12:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.15','2022-12-12 12:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.44','2022-12-12 12:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.1','2022-12-12 13:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.44','2022-12-12 14:29:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.25','2022-12-12 14:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.23','2022-12-12 15:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.16','2022-12-12 18:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.9','2022-12-12 19:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.36','2022-12-12 20:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.40','2022-12-12 20:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.6','2022-12-12 21:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.11','2022-12-12 22:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.16','2022-12-13 00:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.43','2022-12-13 00:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2022-12-13 01:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2022-12-13 01:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2022-12-13 01:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.11','2022-12-13 03:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.5','2022-12-13 06:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.3','2022-12-13 08:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.39','2022-12-13 08:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.16','2022-12-13 09:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.44','2022-12-13 11:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.18','2022-12-13 12:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.37','2022-12-13 12:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.43','2022-12-13 12:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.11','2022-12-13 17:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.39','2022-12-14 01:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.40','2022-12-14 01:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.121.115.3','2022-12-14 21:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.121.112.225','2022-12-15 05:04:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.13','2022-12-16 18:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.121.113.179','2022-12-16 18:50:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.146.98','2022-12-16 22:45:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.9','2022-12-18 18:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.241.75.62','2022-12-19 12:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.241.219.229','2022-12-19 16:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.8','2022-12-19 20:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.2','2022-12-20 02:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.2','2022-12-20 04:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.106.216.47','2022-12-20 09:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.106.216.47','2022-12-20 09:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.17','2022-12-21 23:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'17.241.227.106','2022-12-23 06:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.55.39.185','2022-12-23 21:58:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.13','2022-12-25 04:08:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.7','2022-12-25 12:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.119.145.216','2022-12-25 12:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.119.157.24','2022-12-25 14:05:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.11','2022-12-25 16:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'106.154.132.239','2022-12-26 15:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.5','2022-12-27 00:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'17.241.219.104','2022-12-27 05:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'17.241.219.148','2022-12-27 09:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'17.241.227.72','2022-12-27 11:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.4','2022-12-27 12:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.10','2022-12-28 06:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.119.129.211','2022-12-28 08:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.9','2022-12-28 10:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.2','2022-12-28 11:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.17','2022-12-28 17:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'17.241.227.136','2022-12-28 18:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.241.219.20','2022-12-29 10:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-01-01 15:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-01-01 15:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-01-01 15:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-01-01 18:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-01-01 18:23:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-01-01 18:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-01-01 18:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-01-01 18:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-01-01 18:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-01-01 18:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-01-01 18:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-01-01 18:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-01-01 18:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-01-01 18:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-01-01 18:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-01-01 18:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-01-01 18:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-01-01 18:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-01-01 18:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-01-01 18:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-01-01 18:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-01-01 18:32:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-01-01 18:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-01-01 18:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-01-01 18:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-01-01 18:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-01-01 19:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-01-01 20:55:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-01-01 20:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-01-01 20:55:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'17.241.75.190','2023-01-02 05:35:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.19','2023-01-02 20:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.241.75.83','2023-01-03 02:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.2','2023-01-03 10:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'17.241.227.112','2023-01-03 11:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.4','2023-01-03 12:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.99.43','2023-01-03 16:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.99.43','2023-01-03 16:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.99.43','2023-01-03 16:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.99.43','2023-01-03 16:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.99.43','2023-01-03 16:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.99.43','2023-01-03 16:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.99.43','2023-01-03 16:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.99.43','2023-01-03 16:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.99.43','2023-01-03 16:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.99.43','2023-01-03 16:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.99.43','2023-01-03 16:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.7','2023-01-04 00:46:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.14','2023-01-04 08:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.146.19','2023-01-04 13:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.11','2023-01-04 14:54:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.12','2023-01-04 19:18:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.173.219.67','2023-01-04 23:11:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'111.98.252.254','2023-01-05 12:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'40.77.167.58','2023-01-05 14:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.9','2023-01-06 07:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.119.133.120','2023-01-10 07:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'114.119.160.75','2023-01-10 12:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.159.200.77','2023-01-11 11:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'17.241.75.57','2023-01-12 09:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.25','2023-01-13 04:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.20','2023-01-13 13:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.16','2023-01-13 19:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.241.75.193','2023-01-16 16:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.7','2023-01-18 06:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.122.106.33','2023-01-18 16:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.69.166.85','2023-01-18 16:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.86.93.250','2023-01-18 16:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.241.219.195','2023-01-18 16:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.29.68.242','2023-01-18 16:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.64.53','2023-01-18 16:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.165.33.8','2023-01-18 16:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.60','2023-01-19 07:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.85','2023-01-20 15:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'17.241.219.19','2023-01-21 08:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'17.241.219.148','2023-01-22 10:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.119','2023-01-22 13:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'17.241.219.56','2023-01-25 10:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-01-25 15:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-01-25 15:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-01-25 15:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'121.3.49.122','2023-01-25 20:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-01-25 22:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-01-25 22:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-01-25 22:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-01-25 22:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-01-25 22:31:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-01-25 22:33:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-01-25 22:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-01-25 22:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-01-25 22:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-01-25 22:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-01-25 22:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-01-25 22:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-01-25 22:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-01-25 22:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-01-25 22:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-01-25 22:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-01-25 22:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-01-25 22:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-01-25 22:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-01-25 22:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-01-25 22:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-01-25 22:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-01-25 22:40:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-01-25 23:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-01-26 00:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-01-26 00:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-01-26 00:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'17.241.227.99','2023-01-26 07:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'17.241.75.254','2023-01-26 13:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.62','2023-01-28 00:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.4','2023-01-28 10:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.19','2023-01-29 16:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.19','2023-01-30 01:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.17','2023-01-30 02:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.209.193.226','2023-01-30 16:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.209.193.226','2023-01-30 16:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.209.193.226','2023-01-30 16:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'140.227.35.158','2023-02-01 10:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'140.227.35.158','2023-02-01 10:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'140.227.35.158','2023-02-01 10:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'118.238.215.7','2023-02-01 14:18:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.6','2023-02-02 12:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.3','2023-02-04 05:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.14','2023-02-04 07:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.1','2023-02-04 10:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.119.155.54','2023-02-04 15:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'106.180.3.58','2023-02-04 23:51:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'106.180.3.58','2023-02-04 23:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'106.180.3.58','2023-02-04 23:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'17.241.227.53','2023-02-05 03:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'17.241.227.78','2023-02-05 07:33:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'17.241.227.101','2023-02-05 08:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'17.241.75.178','2023-02-05 08:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'17.241.219.207','2023-02-05 09:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2023-02-06 02:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2023-02-06 02:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2023-02-06 02:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.2','2023-02-06 02:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'17.241.75.224','2023-02-06 03:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.4','2023-02-06 06:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.18','2023-02-06 16:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.13','2023-02-06 17:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.8','2023-02-06 18:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.18','2023-02-06 20:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'17.241.219.149','2023-02-07 00:36:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.9','2023-02-07 01:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.1','2023-02-07 03:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'17.241.227.111','2023-02-07 04:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2023-02-07 10:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.5','2023-02-07 12:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.146.241','2023-02-07 22:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2023-02-08 00:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.19','2023-02-08 00:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.20','2023-02-08 00:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.7','2023-02-08 04:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2023-02-08 04:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2023-02-08 06:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2023-02-08 07:26:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.12','2023-02-08 10:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2023-02-08 10:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.106.246.110','2023-02-08 11:03:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'219.106.246.110','2023-02-08 11:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2023-02-08 12:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2023-02-08 12:46:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 16:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.102.8.12','2023-02-08 16:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'74.125.214.10','2023-02-08 16:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.16.4.77','2023-02-08 16:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.16.4.77','2023-02-08 16:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.16.4.77','2023-02-08 16:57:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.16.4.77','2023-02-08 16:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'27.98.160.16','2023-02-08 17:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'27.98.160.16','2023-02-08 17:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'27.98.160.16','2023-02-08 17:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'27.98.160.16','2023-02-08 17:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'27.98.160.16','2023-02-08 17:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-02-08 17:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.12','2023-02-08 20:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.8','2023-02-08 20:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.2','2023-02-09 02:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'17.241.227.191','2023-02-09 08:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'17.241.75.111','2023-02-09 15:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'17.241.75.4','2023-02-09 16:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.10','2023-02-09 17:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'17.241.219.173','2023-02-09 19:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.9','2023-02-10 07:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.180.83','2023-02-10 14:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.180.83','2023-02-10 14:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.180.83','2023-02-10 14:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.7','2023-02-10 15:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2023-02-11 05:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.14','2023-02-11 11:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2023-02-11 14:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2023-02-11 14:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2023-02-11 16:38:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2023-02-12 10:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'40.77.167.201','2023-02-12 13:07:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'192.151.157.210','2023-02-12 18:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'192.151.157.210','2023-02-12 18:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'192.151.157.210','2023-02-12 18:31:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2023-02-12 21:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.12','2023-02-12 22:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.109.26.42','2023-02-12 22:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.109.26.42','2023-02-12 22:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2023-02-13 02:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2023-02-13 02:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.8','2023-02-13 08:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.3','2023-02-13 08:35:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2023-02-13 17:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2023-02-14 13:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2023-02-14 13:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.15','2023-02-14 14:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2023-02-14 15:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.13','2023-02-14 22:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.16','2023-02-14 23:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.232.38','2023-02-14 23:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.21.232.254','2023-02-15 04:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.5','2023-02-15 09:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.19','2023-02-15 09:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.8','2023-02-15 09:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.109.24.4','2023-02-15 10:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.17','2023-02-15 18:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.7','2023-02-15 21:06:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'95.111.247.252','2023-02-16 04:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2023-02-16 05:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.91.110.174','2023-02-16 05:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'153.140.4.131','2023-02-16 08:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2023-02-16 22:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'107.174.235.110','2023-02-17 04:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2023-02-17 12:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2023-02-17 13:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.144.0.164','2023-02-17 14:29:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.128','2023-02-17 15:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'167.172.105.77','2023-02-17 20:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'167.172.105.77','2023-02-17 20:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'167.172.105.77','2023-02-17 20:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'167.172.105.77','2023-02-17 20:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'167.172.105.77','2023-02-17 20:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'167.172.105.77','2023-02-17 20:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'167.172.105.77','2023-02-17 20:28:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'167.172.105.77','2023-02-17 20:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'167.172.105.77','2023-02-17 20:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'167.172.105.77','2023-02-17 20:28:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'167.172.105.77','2023-02-17 20:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'123.225.203.6','2023-02-18 01:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.11','2023-02-18 04:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.2','2023-02-18 06:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2023-02-18 07:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2023-02-18 08:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2023-02-18 11:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.12','2023-02-18 13:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.63.42.196','2023-02-18 18:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.10','2023-02-19 03:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.18','2023-02-19 08:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2023-02-20 04:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.8','2023-02-20 06:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.1','2023-02-20 06:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.18','2023-02-20 07:53:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.208.147.135','2023-02-20 14:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.1','2023-02-20 16:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.17','2023-02-21 03:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2023-02-21 04:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.167.144.47','2023-02-21 06:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2023-02-21 19:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2023-02-21 22:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.7','2023-02-22 08:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.158.195','2023-02-24 08:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.5','2023-02-24 10:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'114.119.135.78','2023-02-24 14:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.89','2023-02-24 23:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.18','2023-02-25 03:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.7','2023-02-25 03:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.39.210','2023-02-26 03:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.14','2023-02-26 05:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.76.60.59','2023-02-26 19:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'114.119.130.18','2023-02-26 22:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'164.132.201.179','2023-02-26 23:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'135.181.180.59','2023-02-27 05:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'92.220.10.100','2023-02-27 06:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.146.217.188','2023-02-27 08:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.146.217.188','2023-02-27 08:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.146.217.188','2023-02-27 08:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.146.217.188','2023-02-27 08:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.146.217.188','2023-02-27 08:06:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'164.132.201.7','2023-02-27 08:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'114.119.133.211','2023-02-28 10:52:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.214.189.181','2023-02-28 14:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.195.44.16','2023-02-28 14:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'148.68.11.62','2023-03-03 07:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2023-03-04 03:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2023-03-05 20:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.119.129.218','2023-03-06 21:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.9','2023-03-07 07:09:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.9','2023-03-07 12:43:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.178.82.146','2023-03-07 16:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.2','2023-03-07 17:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.9','2023-03-07 19:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.16','2023-03-08 23:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.19','2023-03-08 23:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.15','2023-03-08 23:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.13','2023-03-08 23:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.12','2023-03-08 23:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.6','2023-03-08 23:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.211','2023-03-09 14:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.19','2023-03-10 04:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.7','2023-03-10 04:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.13','2023-03-10 05:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-03-10 10:31:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-03-10 10:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-03-10 10:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-03-10 13:28:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-03-10 13:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-03-10 13:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-03-10 13:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-03-10 13:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-03-10 13:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-03-10 13:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-03-10 13:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-03-10 13:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-03-10 13:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-03-10 13:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-03-10 13:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-03-10 13:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-03-10 13:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-03-10 13:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-03-10 13:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-03-10 13:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-03-10 13:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-03-10 13:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-03-10 13:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-03-10 13:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-03-10 13:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-03-10 13:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-03-10 14:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.206.214.131','2023-03-10 15:17:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-03-10 16:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-03-10 16:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-03-10 16:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'40.77.167.166','2023-03-11 15:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'114.119.151.107','2023-03-12 04:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.143.75','2023-03-16 12:53:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'106.154.136.48','2023-03-17 15:25:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'17.241.219.15','2023-03-20 02:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.18','2023-03-20 21:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.36','2023-03-21 10:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.87','2023-03-22 08:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.167.144.86','2023-03-24 10:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'210.161.24.55','2023-03-24 14:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.119.132.16','2023-03-25 04:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.173','2023-03-25 17:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.20','2023-03-26 18:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'114.119.156.19','2023-03-28 00:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.5','2023-03-28 05:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.19','2023-03-28 17:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.244','2023-03-29 09:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.16','2023-03-29 13:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'58.93.210.155','2023-03-29 16:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.3','2023-03-29 20:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.18','2023-03-30 02:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.5','2023-03-30 03:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.7','2023-03-31 11:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.229','2023-04-01 04:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'147.92.153.7','2023-04-01 05:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.99.174','2023-04-01 19:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.99.174','2023-04-01 19:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.99.174','2023-04-01 19:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.99.174','2023-04-01 19:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.99.174','2023-04-01 19:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.99.174','2023-04-01 19:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.99.174','2023-04-01 19:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.99.174','2023-04-01 19:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.99.174','2023-04-01 19:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.99.174','2023-04-01 19:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.99.174','2023-04-01 19:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.99.174','2023-04-01 19:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.99.174','2023-04-01 19:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.99.174','2023-04-01 19:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.99.174','2023-04-01 19:35:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.99.174','2023-04-01 19:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.108.99.174','2023-04-01 19:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.99.174','2023-04-01 19:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.99.174','2023-04-01 19:49:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.99.174','2023-04-01 19:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.99.174','2023-04-01 19:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.99.174','2023-04-01 19:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.99.174','2023-04-01 19:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.108.99.174','2023-04-01 19:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.99.174','2023-04-01 19:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.99.174','2023-04-01 19:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.12','2023-04-04 06:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.1','2023-04-04 09:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.20','2023-04-04 10:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'114.147.68.226','2023-04-04 16:56:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-04-05 10:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-04-05 10:41:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-04-05 10:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-04-05 13:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-04-05 13:55:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-04-05 13:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-04-05 13:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-04-05 13:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-04-05 13:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-04-05 13:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-04-05 14:00:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-04-05 14:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-04-05 14:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-04-05 14:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-04-05 14:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-04-05 14:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-04-05 14:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-04-05 14:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-04-05 14:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-04-05 14:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-04-05 14:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-04-05 14:11:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-04-05 14:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-04-05 14:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-04-05 14:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-04-05 14:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-04-05 15:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-04-05 16:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-04-05 16:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-04-05 16:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.7','2023-04-06 07:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.1','2023-04-06 09:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2023-04-07 19:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2023-04-07 19:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2023-04-07 19:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.16','2023-04-08 03:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.8','2023-04-09 12:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.6','2023-04-09 14:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'147.92.153.2','2023-04-10 11:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.2','2023-04-10 16:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'147.92.153.12','2023-04-12 04:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.11','2023-04-12 07:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.6','2023-04-13 15:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.12','2023-04-14 04:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.3','2023-04-14 05:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.4','2023-04-14 05:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.20','2023-04-14 06:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.3','2023-04-14 06:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.19','2023-04-14 06:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.6','2023-04-14 10:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.17','2023-04-15 23:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.196.171.96','2023-04-18 16:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'210.196.171.96','2023-04-18 16:01:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.167.144.98','2023-04-21 02:07:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'40.77.167.249','2023-04-21 16:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.14','2023-04-24 14:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.4','2023-04-25 05:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.88','2023-04-25 18:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.88','2023-04-25 18:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.88','2023-04-25 18:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.88','2023-04-25 18:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.88','2023-04-25 18:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.88','2023-04-25 18:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.88','2023-04-25 18:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.88','2023-04-25 18:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-04-28 19:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-04-28 19:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-04-28 19:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-04-28 21:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-04-28 21:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-04-28 21:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-04-28 21:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-04-28 22:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-04-28 22:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-04-28 22:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-04-28 22:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-04-28 22:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-04-28 22:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-04-28 22:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-04-28 22:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-04-28 22:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-04-28 22:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-04-28 22:05:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-04-28 22:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-04-28 22:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-04-28 22:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-04-28 22:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-04-28 22:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-04-28 22:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-04-28 22:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-04-28 22:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-04-28 22:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-04-29 00:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-04-29 00:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-04-29 00:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.92.153.11','2023-04-29 18:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'147.92.153.18','2023-04-29 19:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.17','2023-04-30 00:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'40.77.167.83','2023-04-30 15:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-05-02 12:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-05-02 12:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-05-02 12:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-05-02 12:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-05-02 12:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-05-02 12:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-05-02 12:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'27.98.160.16','2023-05-02 12:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'40.77.167.113','2023-05-07 03:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'158.69.22.93','2023-05-08 00:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'158.69.22.93','2023-05-08 00:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 11:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:04:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'159.28.64.195','2023-05-08 15:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'159.28.64.195','2023-05-08 15:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'159.28.64.195','2023-05-08 15:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'159.28.64.195','2023-05-08 15:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'159.28.64.195','2023-05-08 15:14:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'159.28.64.195','2023-05-08 15:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.8','2023-05-08 23:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.16','2023-05-09 00:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.9','2023-05-09 01:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.8','2023-05-09 16:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'111.217.21.212','2023-05-10 14:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.167.144.107','2023-05-11 02:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2023-05-11 10:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.128.54','2023-05-11 13:39:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.128.54','2023-05-11 13:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2023-05-11 15:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2023-05-11 17:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2023-05-11 18:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'95.91.81.7','2023-05-11 19:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2023-05-11 22:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2023-05-11 23:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2023-05-11 23:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.15','2023-05-13 13:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2023-05-14 16:47:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2023-05-14 17:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2023-05-15 03:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2023-05-15 03:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.78.33','2023-05-15 05:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.78.33','2023-05-15 05:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2023-05-15 06:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'94.23.7.187','2023-05-16 03:12:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'94.23.7.187','2023-05-16 03:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'94.23.7.187','2023-05-16 03:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.103.116','2023-05-16 04:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.103.116','2023-05-16 04:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.103.116','2023-05-16 04:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.103.116','2023-05-16 05:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.103.116','2023-05-16 05:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.103.116','2023-05-16 05:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.103.116','2023-05-16 05:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.103.116','2023-05-16 05:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.103.116','2023-05-16 05:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.103.116','2023-05-16 05:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.103.116','2023-05-16 05:10:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2023-05-16 13:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2023-05-16 18:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2023-05-16 18:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.2','2023-05-16 19:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.161.199.8','2023-05-16 21:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.2','2023-05-16 21:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2023-05-17 09:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.11','2023-05-17 15:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.4','2023-05-17 17:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.16','2023-05-17 17:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.17','2023-05-17 18:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.14','2023-05-17 18:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.9','2023-05-17 19:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.3','2023-05-17 21:08:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.16','2023-05-17 21:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.3','2023-05-17 22:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'167.114.211.237','2023-05-18 03:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'167.114.211.237','2023-05-18 03:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'167.114.211.237','2023-05-18 03:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.17','2023-05-18 05:43:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.8','2023-05-18 06:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2023-05-18 06:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2023-05-18 07:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2023-05-18 08:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2023-05-18 10:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'125.0.88.151','2023-05-18 10:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'125.0.88.151','2023-05-18 11:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.12','2023-05-18 12:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'164.132.201.179','2023-05-18 21:44:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.17','2023-05-19 01:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.18','2023-05-19 10:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.8','2023-05-19 18:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2023-05-20 02:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.16','2023-05-20 09:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.8','2023-05-20 17:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2023-05-20 20:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.17','2023-05-21 00:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.16','2023-05-21 00:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.3','2023-05-21 01:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2023-05-21 11:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2023-05-21 13:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2023-05-22 10:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.3','2023-05-22 15:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-05-22 16:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-05-22 16:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-05-22 16:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2023-05-22 18:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2023-05-22 18:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-05-22 19:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-05-22 19:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-05-22 19:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-05-22 19:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-05-22 19:40:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-05-22 19:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-05-22 19:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-05-22 19:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-05-22 19:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-05-22 19:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-05-22 19:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-05-22 19:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-05-22 19:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-05-22 19:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-05-22 19:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-05-22 19:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-05-22 19:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-05-22 19:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-05-22 19:52:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-05-22 19:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-05-22 19:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-05-22 19:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-05-22 19:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-05-22 20:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-05-22 22:18:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-05-22 22:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-05-22 22:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.6','2023-05-23 09:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.2','2023-05-23 10:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.6','2023-05-23 21:55:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2023-05-24 15:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.39','2023-05-25 11:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.222.77.60','2023-05-25 13:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.222.77.60','2023-05-25 13:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'110.132.197.223','2023-05-25 18:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'110.132.197.223','2023-05-25 18:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'110.132.197.223','2023-05-25 18:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2023-05-25 18:53:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.20','2023-05-25 19:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.4','2023-05-25 21:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.7','2023-05-26 01:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.19','2023-05-26 01:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2023-05-26 11:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2023-05-26 14:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.9','2023-05-26 17:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.11','2023-05-27 00:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.2','2023-05-27 13:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.3','2023-05-29 02:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.1','2023-05-29 09:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.18','2023-05-30 03:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.1','2023-05-30 03:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.8','2023-05-30 22:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.10','2023-05-31 04:20:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.167.144.81','2023-05-31 07:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.5','2023-05-31 08:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.9','2023-05-31 10:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.18','2023-05-31 18:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.6','2023-06-01 05:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.7','2023-06-01 06:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.1','2023-06-01 08:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.6','2023-06-02 02:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.13','2023-06-02 06:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'27.110.35.160','2023-06-02 11:27:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.19','2023-06-03 18:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.1','2023-06-03 22:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.13','2023-06-04 14:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.5','2023-06-04 15:03:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2023-06-04 17:33:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.3','2023-06-05 11:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.167.144.29','2023-06-05 12:55:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.20','2023-06-05 19:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.31.26.165','2023-06-06 01:06:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'150.31.26.165','2023-06-06 01:19:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2023-06-06 09:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'153.239.42.8','2023-06-07 16:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'147.92.153.13','2023-06-09 07:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.149.35.147','2023-06-09 13:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.149.35.147','2023-06-09 13:06:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2023-06-09 15:33:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'125.14.185.73','2023-06-10 09:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'125.14.185.73','2023-06-10 09:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.14.185.73','2023-06-10 09:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'125.14.185.73','2023-06-10 09:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.92.153.18','2023-06-10 09:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'147.92.153.8','2023-06-10 10:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'147.92.153.16','2023-06-10 13:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.92.153.7','2023-06-10 18:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'147.92.153.1','2023-06-10 21:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'147.92.153.8','2023-06-10 22:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'147.92.153.14','2023-06-11 15:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.92.153.13','2023-06-11 21:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'147.92.153.19','2023-06-11 22:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-06-16 04:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-06-16 04:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-06-16 04:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-06-16 07:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-06-16 07:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-06-16 07:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-06-16 07:21:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-06-16 07:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-06-16 07:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-06-16 07:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-06-16 07:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-06-16 07:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-06-16 07:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-06-16 07:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-06-16 07:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-06-16 07:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-06-16 07:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-06-16 07:26:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-06-16 07:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-06-16 07:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-06-16 07:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-06-16 07:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-06-16 07:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-06-16 07:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-06-16 07:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-06-16 07:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-06-16 08:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-06-16 09:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-06-16 09:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-06-16 09:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'1.75.227.10','2023-06-16 19:09:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'1.75.227.10','2023-06-16 19:09:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'1.75.227.10','2023-06-16 19:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'149.202.87.37','2023-06-16 20:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'194.247.173.99','2023-06-16 22:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'194.247.173.99','2023-06-16 23:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'194.247.173.99','2023-06-16 23:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'164.132.201.165','2023-06-17 05:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2023-06-17 11:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.6','2023-06-17 22:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.7','2023-06-17 22:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.7','2023-06-17 22:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.13','2023-06-18 05:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.2','2023-06-19 02:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.14','2023-06-19 02:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'193.70.81.99','2023-06-20 00:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.3','2023-06-20 07:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.6','2023-06-20 10:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.167.144.116','2023-06-21 07:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.20','2023-06-21 11:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.13','2023-06-25 08:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'192.99.13.69','2023-06-26 01:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'192.99.13.69','2023-06-26 01:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.11','2023-06-28 04:52:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.6','2023-06-28 04:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.13','2023-06-28 04:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.83.34.114','2023-07-01 05:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.83.34.114','2023-07-01 05:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.83.34.114','2023-07-01 05:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.83.34.114','2023-07-01 05:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.83.34.114','2023-07-01 05:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.83.34.114','2023-07-01 05:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.83.34.114','2023-07-01 05:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.83.34.114','2023-07-01 05:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.83.34.114','2023-07-01 05:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.83.34.114','2023-07-01 05:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.83.34.114','2023-07-01 05:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.18','2023-07-04 21:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.4','2023-07-06 04:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2023-07-06 17:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.20','2023-07-07 18:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'147.92.153.15','2023-07-07 22:03:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.92.153.20','2023-07-08 15:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.12','2023-07-08 16:24:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.16','2023-07-08 21:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.92.153.1','2023-07-09 00:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.15','2023-07-09 01:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-07-11 00:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-07-11 00:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-07-11 00:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-07-11 03:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-07-11 03:22:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-07-11 03:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-07-11 03:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-07-11 03:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-07-11 03:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-07-11 03:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-07-11 03:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-07-11 03:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-07-11 03:27:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-07-11 03:27:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-07-11 03:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-07-11 03:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-07-11 03:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-07-11 03:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-07-11 03:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-07-11 03:32:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-07-11 03:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-07-11 03:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-07-11 03:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-07-11 03:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-07-11 03:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-07-11 03:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-07-11 04:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-07-11 06:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-07-11 06:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-07-11 06:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.167.144.151','2023-07-12 20:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.19','2023-07-13 05:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.7','2023-07-13 13:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.4','2023-07-13 16:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.209.177.145','2023-07-13 23:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'81.209.177.145','2023-07-13 23:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.209.177.145','2023-07-13 23:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'81.209.177.145','2023-07-13 23:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'81.209.177.145','2023-07-13 23:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'81.209.177.145','2023-07-13 23:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'81.209.177.145','2023-07-13 23:45:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'81.209.177.145','2023-07-13 23:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'122.31.26.140','2023-07-14 14:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'122.31.26.140','2023-07-14 14:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'122.31.26.140','2023-07-14 14:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'122.31.26.140','2023-07-14 14:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'122.31.26.140','2023-07-14 14:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.9','2023-07-15 03:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.16','2023-07-16 08:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.4','2023-07-17 03:34:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.10','2023-07-17 13:29:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.14','2023-07-20 00:28:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.14','2023-07-20 01:18:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.109.155.186','2023-07-20 11:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.153.197.197','2023-07-20 11:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.109.155.163','2023-07-20 13:19:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.109.155.163','2023-07-20 13:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.109.155.163','2023-07-20 13:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'116.82.243.243','2023-07-20 16:03:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'116.82.243.243','2023-07-20 16:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'116.82.243.243','2023-07-20 16:03:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.9','2023-07-21 11:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.5','2023-07-23 07:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.13','2023-07-23 23:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.8','2023-07-24 13:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.17','2023-07-25 09:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'92.202.61.49','2023-07-26 10:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.187.89.104','2023-07-26 14:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'37.187.89.104','2023-07-26 14:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.182.175.146','2023-07-31 10:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.182.175.146','2023-07-31 10:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.221','2023-08-01 03:59:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.221','2023-08-01 07:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'193.70.81.116','2023-08-03 01:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.6.73.117','2023-08-03 11:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'211.6.73.117','2023-08-03 11:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.251.99.195','2023-08-03 12:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.251.99.195','2023-08-03 12:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'210.251.99.195','2023-08-03 12:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.38.85.38','2023-08-03 18:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'202.61.253.63','2023-08-03 20:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'135.181.213.220','2023-08-04 03:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'135.181.212.177','2023-08-04 05:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.182.134.101','2023-08-05 12:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-08-05 16:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-08-05 16:44:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-08-05 16:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'192.99.36.61','2023-08-05 17:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-08-05 19:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-08-05 19:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-08-05 19:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-08-05 19:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-08-05 19:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-08-05 19:26:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-08-05 19:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-08-05 19:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-08-05 19:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-08-05 19:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-08-05 19:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-08-05 19:30:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-08-05 19:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-08-05 19:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-08-05 19:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-08-05 19:32:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-08-05 19:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-08-05 19:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-08-05 19:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-08-05 19:33:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-08-05 19:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-08-05 19:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-08-05 19:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-08-05 20:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.2.171','2023-08-05 20:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-08-05 21:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-08-05 21:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-08-05 21:58:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'167.114.158.215','2023-08-06 04:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'193.70.81.116','2023-08-06 12:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.110.26','2023-08-09 18:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.128.54','2023-08-10 06:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2023-08-12 08:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2023-08-12 09:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2023-08-12 13:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2023-08-12 15:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2023-08-12 15:10:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'182.171.109.145','2023-08-12 16:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.219','2023-08-14 14:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.165','2023-08-14 23:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.75.62.184','2023-08-15 02:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.75.62.184','2023-08-15 02:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.75.62.184','2023-08-15 02:52:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.75.62.184','2023-08-15 03:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.75.62.184','2023-08-15 03:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.75.62.184','2023-08-15 03:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.75.62.184','2023-08-15 03:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.75.62.184','2023-08-15 03:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.75.62.184','2023-08-15 03:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.75.62.184','2023-08-15 03:07:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.75.62.184','2023-08-15 03:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2023-08-15 07:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2023-08-15 07:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2023-08-15 09:45:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2023-08-15 11:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2023-08-15 16:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.198.143.161','2023-08-15 20:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2023-08-16 11:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.16','2023-08-16 12:54:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2023-08-16 16:27:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2023-08-16 16:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'182.22.30.87','2023-08-17 00:21:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'182.22.30.7','2023-08-17 00:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'182.22.30.47','2023-08-17 00:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'182.22.30.19','2023-08-17 00:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'182.22.30.43','2023-08-17 03:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'182.22.30.23','2023-08-17 03:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'182.22.30.39','2023-08-17 03:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'182.22.30.75','2023-08-17 03:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'182.22.30.27','2023-08-17 03:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'182.22.30.87','2023-08-17 03:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'182.22.30.79','2023-08-17 03:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'182.22.30.39','2023-08-17 03:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'182.22.30.63','2023-08-17 03:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'182.22.30.19','2023-08-17 03:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'182.22.30.31','2023-08-17 03:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'182.22.30.15','2023-08-17 03:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'182.22.30.71','2023-08-17 03:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'182.22.30.47','2023-08-17 07:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'182.22.30.87','2023-08-17 07:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'182.22.30.87','2023-08-17 08:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'182.22.30.7','2023-08-17 08:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'182.22.30.103','2023-08-17 08:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'182.22.30.23','2023-08-17 08:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'182.22.30.95','2023-08-17 08:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'182.22.30.67','2023-08-17 11:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.165','2023-08-17 16:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.14','2023-08-17 16:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2023-08-18 06:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2023-08-18 07:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.165','2023-08-18 13:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2023-08-19 11:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2023-08-19 11:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2023-08-19 11:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2023-08-19 11:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2023-08-20 13:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.167.144.225','2023-08-20 20:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2023-08-21 06:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2023-08-21 07:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2023-08-21 08:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2023-08-21 11:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.2','2023-08-21 14:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'119.105.31.88','2023-08-22 17:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2023-08-23 10:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2023-08-23 20:06:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2023-08-23 22:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2023-08-24 00:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'182.22.30.87','2023-08-24 11:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'182.22.30.63','2023-08-24 12:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.173.251.153','2023-08-24 12:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'182.22.30.23','2023-08-24 13:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.30','2023-08-24 16:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.9','2023-08-24 20:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.7','2023-08-26 14:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.97','2023-08-26 16:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2023-08-26 18:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2023-08-26 23:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.20','2023-08-27 04:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.10','2023-08-27 06:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.8','2023-08-27 15:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'52.167.144.189','2023-08-27 18:27:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2023-08-27 19:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2023-08-28 10:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2023-08-28 12:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.186.187.208','2023-08-28 13:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.9','2023-08-28 15:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.9','2023-08-29 10:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.12','2023-08-29 14:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2023-08-30 06:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.14','2023-08-31 03:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.12','2023-08-31 10:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-08-31 23:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-08-31 23:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-08-31 23:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-09-01 02:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-09-01 02:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-09-01 02:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-09-01 02:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-09-01 02:07:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-09-01 02:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-09-01 02:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-09-01 02:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-09-01 02:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-09-01 02:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-09-01 02:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-09-01 02:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-09-01 02:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-09-01 02:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-09-01 02:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-09-01 02:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-09-01 02:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-09-01 02:15:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-09-01 02:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-09-01 02:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-09-01 02:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-09-01 02:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-09-01 02:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-09-01 03:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-09-01 04:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-09-01 04:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-09-01 04:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'207.46.13.210','2023-09-01 10:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.180','2023-09-01 15:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.11','2023-09-02 19:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.20','2023-09-02 22:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.17','2023-09-03 03:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.16','2023-09-03 19:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.10','2023-09-03 19:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'182.22.30.51','2023-09-03 20:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'182.22.30.31','2023-09-03 20:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'182.22.30.47','2023-09-03 20:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.16','2023-09-03 23:42:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.1','2023-09-04 08:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.10','2023-09-04 12:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.18','2023-09-04 22:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.7','2023-09-06 06:32:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'153.228.243.192','2023-09-06 17:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'153.228.243.192','2023-09-06 17:17:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'153.228.243.192','2023-09-06 17:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'153.228.243.192','2023-09-06 17:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'153.228.243.192','2023-09-06 17:18:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'153.228.243.192','2023-09-06 17:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'153.228.243.192','2023-09-06 17:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'153.228.243.192','2023-09-06 17:18:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.5','2023-09-06 18:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.16','2023-09-06 18:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.13','2023-09-06 19:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'85.208.96.200','2023-09-06 20:47:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.19','2023-09-06 21:11:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.2','2023-09-06 21:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.8','2023-09-06 22:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.11','2023-09-06 23:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.10','2023-09-07 02:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.6','2023-09-07 02:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.19','2023-09-07 02:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.15','2023-09-07 04:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.208.96.195','2023-09-07 05:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.208.96.211','2023-09-07 06:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.10','2023-09-07 07:13:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.9','2023-09-07 11:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.206','2023-09-07 12:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.12','2023-09-07 13:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.4','2023-09-07 13:40:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.1','2023-09-07 14:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.10','2023-09-07 14:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.208.96.193','2023-09-07 14:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.206','2023-09-07 14:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.4','2023-09-07 15:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'85.208.96.193','2023-09-07 17:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.11','2023-09-07 18:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.16','2023-09-07 19:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.19','2023-09-07 20:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.18','2023-09-08 03:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.206','2023-09-08 06:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.10','2023-09-08 07:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.210','2023-09-08 10:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.5','2023-09-08 10:59:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.208.96.200','2023-09-08 12:50:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'85.208.96.195','2023-09-08 13:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.17','2023-09-08 13:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.8','2023-09-08 13:54:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'85.208.96.195','2023-09-08 13:55:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.195','2023-09-08 15:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'180.49.226.50','2023-09-08 22:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.12','2023-09-08 23:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2023-09-09 03:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.128.24.155','2023-09-09 06:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.5','2023-09-09 14:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.5','2023-09-09 16:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.208','2023-09-09 19:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'85.208.96.196','2023-09-10 03:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.7','2023-09-10 05:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.20','2023-09-10 09:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.221','2023-09-10 15:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2023-09-10 20:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.6','2023-09-11 11:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.7','2023-09-12 00:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.10','2023-09-12 00:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'85.208.96.197','2023-09-12 03:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.13','2023-09-12 07:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.1','2023-09-12 08:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.13','2023-09-12 20:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.10','2023-09-13 04:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.247.219.165','2023-09-13 08:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.247.219.165','2023-09-13 08:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.247.219.165','2023-09-13 08:32:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.247.219.165','2023-09-13 08:32:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'182.22.30.99','2023-09-13 14:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'182.22.30.111','2023-09-13 15:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2023-09-14 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.209','2023-09-14 06:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.64','2023-09-15 17:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.167.144.31','2023-09-16 01:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.16','2023-09-17 23:53:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'23.22.35.162','2023-09-18 06:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'23.22.35.162','2023-09-18 06:07:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2023-09-18 06:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'23.22.35.162','2023-09-18 06:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2023-09-18 06:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.224.220.101','2023-09-18 06:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.22.35.162','2023-09-18 06:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.224.220.101','2023-09-18 06:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.70.240.171','2023-09-18 06:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2023-09-18 06:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.224.220.101','2023-09-18 06:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2023-09-18 06:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2023-09-18 06:26:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.70.240.171','2023-09-18 06:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.70.240.171','2023-09-18 06:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.22.35.162','2023-09-18 06:27:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'3.224.220.101','2023-09-18 06:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'23.22.35.162','2023-09-18 06:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.70.240.171','2023-09-18 06:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'52.70.240.171','2023-09-18 06:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.70.240.171','2023-09-18 06:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'3.224.220.101','2023-09-18 06:27:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'23.22.35.162','2023-09-18 06:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.224.220.101','2023-09-18 06:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.70.240.171','2023-09-18 06:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.70.240.171','2023-09-18 06:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'23.22.35.162','2023-09-18 06:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.224.220.101','2023-09-18 06:28:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.224.220.101','2023-09-18 06:28:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2023-09-18 06:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'23.22.35.162','2023-09-18 06:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.70.240.171','2023-09-18 06:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'52.70.240.171','2023-09-18 06:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.224.220.101','2023-09-18 06:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.224.220.101','2023-09-18 06:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'3.224.220.101','2023-09-18 06:28:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'3.224.220.101','2023-09-18 06:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.70.240.171','2023-09-18 06:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.70.240.171','2023-09-18 06:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.70.240.171','2023-09-18 06:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'23.22.35.162','2023-09-18 06:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.22.35.162','2023-09-18 06:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.22.35.162','2023-09-18 06:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'133.149.93.108','2023-09-18 14:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.46.13.86','2023-09-20 16:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'85.208.96.194','2023-09-20 16:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.171','2023-09-25 07:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.7','2023-09-26 08:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-09-26 15:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-09-26 15:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-09-26 15:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-09-26 18:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-09-26 18:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-09-26 18:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-09-26 18:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-09-26 18:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-09-26 18:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-09-26 18:27:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-09-26 18:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-09-26 18:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-09-26 18:30:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-09-26 18:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-09-26 18:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-09-26 18:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-09-26 18:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-09-26 18:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-09-26 18:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-09-26 18:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-09-26 18:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-09-26 18:35:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-09-26 18:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-09-26 18:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-09-26 18:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-09-26 18:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.11','2023-09-26 19:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-09-26 19:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.4','2023-09-26 20:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'182.22.30.7','2023-09-26 20:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-09-26 21:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-09-26 21:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-09-26 21:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.5','2023-09-26 22:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.16','2023-09-26 22:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.2','2023-09-26 22:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'192.99.13.69','2023-09-26 23:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.7','2023-09-26 23:40:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.12','2023-09-26 23:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.2','2023-09-27 00:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.13','2023-09-27 01:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.7','2023-09-27 01:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.3','2023-09-27 03:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.182.175.125','2023-09-27 06:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.182.175.125','2023-09-27 06:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.9','2023-09-27 06:19:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.9','2023-09-27 06:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.4','2023-09-27 10:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.19','2023-09-27 12:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.15','2023-09-27 12:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.15','2023-09-28 09:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.14','2023-09-28 19:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.10','2023-09-28 22:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.8','2023-09-29 01:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.17','2023-09-30 04:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.4','2023-09-30 07:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.10','2023-09-30 07:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.3','2023-09-30 08:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.21','2023-10-01 07:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'219.127.26.245','2023-10-01 09:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.19','2023-10-01 09:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'182.22.30.87','2023-10-02 05:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'182.22.30.111','2023-10-02 06:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.14','2023-10-02 08:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2023-10-02 23:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.224.220.101','2023-10-02 23:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.70.240.171','2023-10-02 23:05:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2023-10-02 23:22:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'23.22.35.162','2023-10-02 23:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'23.22.35.162','2023-10-02 23:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.22.35.162','2023-10-02 23:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.224.220.101','2023-10-02 23:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2023-10-02 23:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.22.35.162','2023-10-02 23:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.224.220.101','2023-10-02 23:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2023-10-02 23:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.70.240.171','2023-10-02 23:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.70.240.171','2023-10-02 23:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'23.22.35.162','2023-10-02 23:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.224.220.101','2023-10-02 23:22:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'23.22.35.162','2023-10-02 23:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2023-10-02 23:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'23.22.35.162','2023-10-02 23:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'23.22.35.162','2023-10-02 23:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'23.22.35.162','2023-10-02 23:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.224.220.101','2023-10-02 23:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.70.240.171','2023-10-02 23:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.224.220.101','2023-10-02 23:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'23.22.35.162','2023-10-02 23:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'3.224.220.101','2023-10-02 23:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.224.220.101','2023-10-02 23:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.224.220.101','2023-10-02 23:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'23.22.35.162','2023-10-02 23:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'3.224.220.101','2023-10-02 23:24:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.70.240.171','2023-10-02 23:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'23.22.35.162','2023-10-02 23:24:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'3.224.220.101','2023-10-02 23:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2023-10-02 23:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.70.240.171','2023-10-02 23:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'23.22.35.162','2023-10-02 23:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.70.240.171','2023-10-02 23:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.224.220.101','2023-10-02 23:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2023-10-02 23:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.70.240.171','2023-10-02 23:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.70.240.171','2023-10-02 23:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.22.35.162','2023-10-02 23:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.224.220.101','2023-10-02 23:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.13','2023-10-03 03:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'222.150.95.47','2023-10-05 10:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.0','2023-10-05 12:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.8','2023-10-06 21:23:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'192.99.14.159','2023-10-06 23:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.157.163.224','2023-10-07 10:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.157.163.224','2023-10-07 10:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.157.163.224','2023-10-07 10:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.157.163.224','2023-10-07 10:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.157.163.224','2023-10-07 10:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.157.163.224','2023-10-07 10:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'220.157.163.224','2023-10-07 10:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.5','2023-10-09 15:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.55','2023-10-10 17:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.125.120','2023-10-11 00:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'192.99.15.34','2023-10-11 06:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.210.208.59','2023-10-12 15:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.210.208.59','2023-10-12 15:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.83.6','2023-10-12 15:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'64.233.172.100','2023-10-12 15:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.15','2023-10-13 02:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'141.94.106.127','2023-10-13 05:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'141.94.106.127','2023-10-13 05:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'141.94.106.127','2023-10-13 05:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'141.94.106.127','2023-10-13 05:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'141.94.106.127','2023-10-13 05:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'141.94.106.127','2023-10-13 05:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'141.94.106.127','2023-10-13 05:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'141.94.106.127','2023-10-13 05:13:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'141.94.106.127','2023-10-13 05:14:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'141.94.106.127','2023-10-13 05:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'141.94.106.127','2023-10-13 05:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'106.155.3.16','2023-10-13 14:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'155.190.52.20','2023-10-13 16:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'106.154.140.248','2023-10-13 16:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'155.190.52.20','2023-10-13 17:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'155.190.52.20','2023-10-13 17:47:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.2','2023-10-16 12:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.19','2023-10-17 18:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.9','2023-10-17 19:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.18','2023-10-17 21:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-10-18 23:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-10-18 23:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-10-18 23:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.239.5.202','2023-10-19 01:53:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.239.4.108','2023-10-19 02:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-10-19 02:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-10-19 02:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-10-19 02:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-10-19 02:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-10-19 02:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-10-19 02:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-10-19 02:33:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-10-19 02:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-10-19 02:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-10-19 02:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-10-19 02:36:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-10-19 02:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-10-19 02:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-10-19 02:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-10-19 02:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-10-19 02:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-10-19 02:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-10-19 02:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-10-19 02:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-10-19 02:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-10-19 02:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-10-19 02:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-10-19 02:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-10-19 03:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-10-19 05:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-10-19 05:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-10-19 05:14:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.13','2023-10-19 16:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.94.95.179','2023-10-19 22:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.94.95.179','2023-10-19 22:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.94.95.179','2023-10-19 22:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'116.94.95.179','2023-10-19 22:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'116.94.95.179','2023-10-19 22:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'116.94.95.179','2023-10-19 22:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.94.95.179','2023-10-19 22:51:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.94.95.179','2023-10-19 22:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.94.95.179','2023-10-19 22:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'116.94.95.179','2023-10-19 22:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.11.128.129','2023-10-21 23:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.11.128.129','2023-10-21 23:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.11.128.129','2023-10-21 23:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.11.128.129','2023-10-21 23:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.228.181','2023-10-22 08:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.19','2023-10-23 00:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.18','2023-10-23 03:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.13','2023-10-24 15:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.239.4.102','2023-10-27 09:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.23','2023-10-29 17:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.17','2023-10-29 18:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'85.208.96.206','2023-10-29 20:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.26','2023-10-30 12:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.230.252.91','2023-10-31 00:15:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.25.208.208','2023-10-31 00:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'44.230.252.91','2023-10-31 00:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.25.208.208','2023-10-31 00:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'100.21.24.205','2023-10-31 00:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.25.208.208','2023-10-31 00:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'100.21.24.205','2023-10-31 00:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'100.21.24.205','2023-10-31 00:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'100.21.24.205','2023-10-31 00:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'44.230.252.91','2023-10-31 00:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.25.208.208','2023-10-31 00:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'100.21.24.205','2023-10-31 00:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.25.208.208','2023-10-31 00:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'44.230.252.91','2023-10-31 04:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.25.208.208','2023-10-31 04:22:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'100.21.24.205','2023-10-31 04:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'44.230.252.91','2023-10-31 04:25:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.230.252.91','2023-10-31 04:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'100.21.24.205','2023-10-31 04:27:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'100.21.24.205','2023-10-31 04:42:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'44.230.252.91','2023-10-31 04:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'44.230.252.91','2023-10-31 04:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.25.208.208','2023-10-31 04:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'100.21.24.205','2023-10-31 05:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.25.208.208','2023-10-31 05:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'100.21.24.205','2023-10-31 05:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'100.21.24.205','2023-10-31 05:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'44.230.252.91','2023-10-31 05:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'100.21.24.205','2023-10-31 06:01:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.9','2023-11-01 18:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.186.187.208','2023-11-02 08:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.186.187.208','2023-11-02 09:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'193.70.81.99','2023-11-02 11:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.25.208.208','2023-11-02 15:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'100.21.24.205','2023-11-02 15:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.25.208.208','2023-11-02 15:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.230.252.91','2023-11-02 15:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'100.21.24.205','2023-11-02 15:59:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'44.230.252.91','2023-11-02 15:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.25.208.208','2023-11-02 15:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'44.230.252.91','2023-11-02 15:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.230.252.91','2023-11-02 15:59:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'100.21.24.205','2023-11-02 15:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'44.230.252.91','2023-11-02 15:59:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.25.208.208','2023-11-02 15:59:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'100.21.24.205','2023-11-02 16:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'100.21.24.205','2023-11-02 16:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'44.230.252.91','2023-11-02 16:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'44.230.252.91','2023-11-02 16:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.230.252.91','2023-11-02 16:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'100.21.24.205','2023-11-02 16:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'44.230.252.91','2023-11-02 16:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'44.230.252.91','2023-11-02 16:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.25.208.208','2023-11-02 16:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'44.230.252.91','2023-11-02 16:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'100.21.24.205','2023-11-02 16:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'100.21.24.205','2023-11-02 16:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'100.21.24.205','2023-11-02 16:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'100.21.24.205','2023-11-02 16:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'100.21.24.205','2023-11-02 16:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'44.230.252.91','2023-11-02 16:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'100.21.24.205','2023-11-02 16:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.25.208.208','2023-11-02 16:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'100.21.24.205','2023-11-02 16:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'44.230.252.91','2023-11-02 16:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.25.208.208','2023-11-02 16:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'44.230.252.91','2023-11-02 16:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'100.21.24.205','2023-11-02 16:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.25.208.208','2023-11-02 16:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.25.208.208','2023-11-02 16:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'44.230.252.91','2023-11-02 17:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'100.21.24.205','2023-11-02 17:36:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'100.21.24.205','2023-11-02 17:36:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2023-11-02 20:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2023-11-02 20:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2023-11-02 20:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'44.230.252.91','2023-11-02 23:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'100.21.24.205','2023-11-02 23:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'44.230.252.91','2023-11-02 23:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.25.208.208','2023-11-02 23:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'100.21.24.205','2023-11-04 00:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.25.208.208','2023-11-04 01:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'100.21.24.205','2023-11-04 01:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'44.230.252.91','2023-11-04 15:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'100.21.24.205','2023-11-04 15:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'100.21.24.205','2023-11-04 15:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.25.208.208','2023-11-04 15:18:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'44.230.252.91','2023-11-04 15:18:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'100.21.24.205','2023-11-04 15:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'44.230.252.91','2023-11-04 15:18:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'100.21.24.205','2023-11-04 15:18:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.230.252.91','2023-11-04 15:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'100.21.24.205','2023-11-04 15:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.25.208.208','2023-11-04 15:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.25.208.208','2023-11-04 15:19:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'44.230.252.91','2023-11-04 15:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'100.21.24.205','2023-11-04 15:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'100.21.24.205','2023-11-04 15:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'44.230.252.91','2023-11-04 15:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.25.208.208','2023-11-04 15:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.25.208.208','2023-11-04 15:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'100.21.24.205','2023-11-04 15:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'100.21.24.205','2023-11-04 15:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'44.230.252.91','2023-11-04 15:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.230.252.91','2023-11-04 15:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.25.208.208','2023-11-04 15:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.25.208.208','2023-11-04 15:21:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.25.208.208','2023-11-04 15:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'100.21.24.205','2023-11-04 15:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.25.208.208','2023-11-04 16:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'52.25.208.208','2023-11-04 16:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'44.230.252.91','2023-11-04 16:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.25.208.208','2023-11-04 16:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'100.21.24.205','2023-11-04 16:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.25.208.208','2023-11-04 16:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.25.208.208','2023-11-04 16:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'100.21.24.205','2023-11-04 16:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'44.230.252.91','2023-11-04 16:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'44.230.252.91','2023-11-04 16:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'100.21.24.205','2023-11-04 16:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.25.208.208','2023-11-04 16:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'100.21.24.205','2023-11-04 16:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'100.21.24.205','2023-11-04 16:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'100.21.24.205','2023-11-04 16:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'44.230.252.91','2023-11-04 17:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.25.208.208','2023-11-04 17:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'100.21.24.205','2023-11-04 17:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'44.230.252.91','2023-11-04 18:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'100.21.24.205','2023-11-04 18:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.25.208.208','2023-11-04 18:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'44.230.252.91','2023-11-04 20:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'100.21.24.205','2023-11-04 20:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'44.230.252.91','2023-11-04 20:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'100.21.24.205','2023-11-04 23:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'52.25.208.208','2023-11-04 23:33:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'100.21.24.205','2023-11-05 00:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'100.21.24.205','2023-11-05 00:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'52.25.208.208','2023-11-05 00:31:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'100.21.24.205','2023-11-05 01:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'44.230.252.91','2023-11-05 01:41:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.230.252.91','2023-11-05 01:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'44.230.252.91','2023-11-05 01:41:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'100.21.24.205','2023-11-05 01:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.25.208.208','2023-11-05 01:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'100.21.24.205','2023-11-05 02:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'100.21.24.205','2023-11-05 02:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.184.159.16','2023-11-06 07:31:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.184.159.16','2023-11-06 07:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.184.159.16','2023-11-06 07:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'100.21.24.205','2023-11-06 12:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'44.230.252.91','2023-11-06 12:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'100.21.24.205','2023-11-06 12:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.25.208.208','2023-11-06 12:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'100.21.24.205','2023-11-06 12:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.25.208.208','2023-11-06 12:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'44.230.252.91','2023-11-06 12:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.25.208.208','2023-11-06 12:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'100.21.24.205','2023-11-06 12:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'100.21.24.205','2023-11-06 12:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.25.208.208','2023-11-06 12:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'44.230.252.91','2023-11-06 12:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.25.208.208','2023-11-06 13:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.230.252.91','2023-11-06 13:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'44.230.252.91','2023-11-06 13:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'100.21.24.205','2023-11-06 13:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'44.230.252.91','2023-11-06 13:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.25.208.208','2023-11-06 13:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'44.230.252.91','2023-11-06 13:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'100.21.24.205','2023-11-06 13:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'52.25.208.208','2023-11-06 13:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.125','2023-11-07 02:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'100.21.24.205','2023-11-07 09:54:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.25.208.208','2023-11-07 09:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'100.21.24.205','2023-11-07 09:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.25.208.208','2023-11-07 12:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.210','2023-11-07 21:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-11-08 02:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-11-08 02:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-11-08 02:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.224.220.101','2023-11-08 04:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-11-08 05:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-11-08 05:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-11-08 05:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-11-08 05:06:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-11-08 05:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-11-08 05:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-11-08 05:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.70.240.171','2023-11-08 05:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'23.22.35.162','2023-11-08 05:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-11-08 05:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-11-08 05:09:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-11-08 05:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-11-08 05:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-11-08 05:10:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-11-08 05:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-11-08 05:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-11-08 05:11:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-11-08 05:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-11-08 05:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-11-08 05:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-11-08 05:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-11-08 05:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-11-08 05:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-11-08 05:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-11-08 05:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2023-11-08 05:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'23.22.35.162','2023-11-08 05:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'23.22.35.162','2023-11-08 05:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.70.240.171','2023-11-08 05:36:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.70.240.171','2023-11-08 05:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2023-11-08 05:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2023-11-08 05:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.22.35.162','2023-11-08 05:36:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'23.22.35.162','2023-11-08 05:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.224.220.101','2023-11-08 05:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'23.22.35.162','2023-11-08 05:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.70.240.171','2023-11-08 05:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.70.240.171','2023-11-08 05:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'23.22.35.162','2023-11-08 05:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'3.224.220.101','2023-11-08 05:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'23.22.35.162','2023-11-08 05:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.224.220.101','2023-11-08 05:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.70.240.171','2023-11-08 05:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'23.22.35.162','2023-11-08 05:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.70.240.171','2023-11-08 05:44:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.224.220.101','2023-11-08 05:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.22.35.162','2023-11-08 05:45:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2023-11-08 05:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.70.240.171','2023-11-08 05:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'23.22.35.162','2023-11-08 05:46:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'3.224.220.101','2023-11-08 05:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.70.240.171','2023-11-08 05:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'23.22.35.162','2023-11-08 05:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'3.224.220.101','2023-11-08 05:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.70.240.171','2023-11-08 05:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.70.240.171','2023-11-08 05:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'23.22.35.162','2023-11-08 05:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.70.240.171','2023-11-08 05:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'3.224.220.101','2023-11-08 05:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.22.35.162','2023-11-08 05:52:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.224.220.101','2023-11-08 05:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2023-11-08 05:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-11-08 06:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.70.240.171','2023-11-08 06:45:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.224.220.101','2023-11-08 06:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.70.240.171','2023-11-08 07:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-11-08 07:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-11-08 07:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-11-08 07:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.30.29','2023-11-09 02:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.51.152','2023-11-09 02:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'47.128.17.160','2023-11-09 02:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.128.59.129','2023-11-09 02:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.128.36.82','2023-11-09 02:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.128.17.204','2023-11-09 02:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.128.21.168','2023-11-09 02:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.128.25.222','2023-11-09 03:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'47.128.35.172','2023-11-09 03:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.128.25.210','2023-11-09 03:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.128.53.83','2023-11-09 03:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.56.213','2023-11-09 23:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.56.213','2023-11-09 23:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.128.16.7','2023-11-10 00:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'47.128.61.175','2023-11-10 09:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.20.106','2023-11-10 10:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'47.128.30.214','2023-11-10 13:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.22.12','2023-11-10 17:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'47.128.25.219','2023-11-12 02:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.22','2023-11-12 05:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.113.194.1','2023-11-12 05:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.17','2023-11-12 05:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.12','2023-11-12 05:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.62','2023-11-12 05:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.29','2023-11-12 05:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.54','2023-11-12 05:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.128.22.16','2023-11-12 06:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2023-11-12 09:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2023-11-12 09:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.14','2023-11-12 14:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.55.33','2023-11-13 04:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.128.48.136','2023-11-13 09:41:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'47.128.27.246','2023-11-14 04:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.128.11.57','2023-11-14 09:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'210.128.11.57','2023-11-14 09:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'126.54.123.47','2023-11-14 10:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'210.128.11.57','2023-11-14 10:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.128.11.57','2023-11-14 10:43:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'210.128.11.57','2023-11-14 10:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.167.144.201','2023-11-14 14:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'47.128.29.62','2023-11-14 15:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'47.128.16.222','2023-11-15 05:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2023-11-15 05:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2023-11-15 05:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2023-11-15 15:09:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2023-11-15 15:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.128.46.118','2023-11-15 17:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.48.84','2023-11-15 18:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.40.113','2023-11-15 18:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.128.48.67','2023-11-15 18:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'47.128.45.216','2023-11-15 19:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.128.57.223','2023-11-15 19:17:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.128.53.51','2023-11-15 19:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.128.35.166','2023-11-15 19:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.45.180','2023-11-15 19:18:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2023-11-15 19:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.128.25.123','2023-11-15 20:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'47.128.58.193','2023-11-15 20:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.128.44.104','2023-11-15 20:02:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.128.28.175','2023-11-15 20:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.128.55.200','2023-11-15 20:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2023-11-15 21:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2023-11-15 21:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'207.46.13.17','2023-11-16 03:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.128.18.107','2023-11-16 07:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.128.18.16','2023-11-16 08:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2023-11-16 10:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.43.40','2023-11-16 12:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'47.128.48.78','2023-11-16 12:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'47.128.51.103','2023-11-16 13:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2023-11-16 14:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2023-11-16 14:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.239.5.44','2023-11-16 18:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'47.128.22.130','2023-11-17 04:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'47.128.30.176','2023-11-17 21:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2023-11-18 04:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2023-11-18 05:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2023-11-18 15:39:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2023-11-18 17:17:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2023-11-18 21:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2023-11-19 02:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2023-11-19 04:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2023-11-19 04:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2023-11-19 08:36:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.239.5.210','2023-11-19 10:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.239.4.133','2023-11-19 11:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'157.55.39.54','2023-11-19 17:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.128.19.213','2023-11-19 20:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.47.78','2023-11-19 21:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'47.128.18.99','2023-11-20 11:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'47.128.48.185','2023-11-20 20:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'47.128.39.61','2023-11-20 20:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'202.239.5.202','2023-11-21 01:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2023-11-21 02:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2023-11-21 03:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'202.239.5.139','2023-11-21 03:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'182.22.30.74','2023-11-21 04:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2023-11-21 05:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.46.162','2023-11-21 19:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'47.128.43.76','2023-11-21 20:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2023-11-21 22:10:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.128.30.171','2023-11-21 22:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.239.5.12','2023-11-21 22:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.128.47.204','2023-11-21 22:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.239.5.169','2023-11-21 22:38:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'47.128.45.147','2023-11-21 23:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.128.45.154','2023-11-21 23:02:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.22.2','2023-11-21 23:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2023-11-21 23:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2023-11-22 03:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.239.4.123','2023-11-22 12:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'182.22.30.69','2023-11-22 12:38:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'47.128.51.180','2023-11-22 13:26:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.43.116.157','2023-11-22 16:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'47.128.57.135','2023-11-22 21:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.128.43.199','2023-11-22 21:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.128.53.185','2023-11-22 21:48:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.35','2023-11-23 04:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.42','2023-11-23 04:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'217.113.194.29','2023-11-23 05:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.23','2023-11-23 05:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.54','2023-11-23 05:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.35','2023-11-23 05:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.54','2023-11-23 05:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.167.144.145','2023-11-23 13:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'47.128.59.59','2023-11-23 16:33:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'47.128.43.45','2023-11-23 16:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2023-11-23 17:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2023-11-23 19:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2023-11-23 21:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.239.5.188','2023-11-24 10:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2023-11-24 14:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.128.21.170','2023-11-24 15:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.128.39.247','2023-11-24 15:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.28','2023-11-24 15:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'47.128.44.100','2023-11-24 16:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.99.177','2023-11-24 16:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.99.177','2023-11-24 16:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.99.177','2023-11-24 16:38:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.99.177','2023-11-24 16:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.99.177','2023-11-24 16:49:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.99.177','2023-11-24 16:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.99.177','2023-11-24 16:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.99.177','2023-11-24 16:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.99.177','2023-11-24 16:49:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.99.177','2023-11-24 16:49:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.99.177','2023-11-24 16:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.99.177','2023-11-24 16:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.99.177','2023-11-24 16:50:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.99.177','2023-11-24 16:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.99.177','2023-11-24 16:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.99.177','2023-11-24 16:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.108.99.177','2023-11-24 16:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.99.177','2023-11-24 16:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.99.177','2023-11-24 16:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.99.177','2023-11-24 16:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.99.177','2023-11-24 16:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.99.177','2023-11-24 16:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.99.177','2023-11-24 16:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.108.99.177','2023-11-24 16:51:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.99.177','2023-11-24 16:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.99.177','2023-11-24 16:51:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.108.99.177','2023-11-24 16:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.108.99.177','2023-11-24 16:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.108.99.177','2023-11-24 16:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.108.99.177','2023-11-24 16:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.108.99.177','2023-11-24 16:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.108.99.177','2023-11-24 16:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.99.177','2023-11-24 16:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.99.177','2023-11-24 16:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.166.1.229','2023-11-24 17:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.70','2023-11-24 21:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.52.125','2023-11-25 16:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.14','2023-11-25 16:44:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'47.128.52.133','2023-11-25 16:45:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.128.57.105','2023-11-25 18:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.36.190','2023-11-25 18:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2023-11-26 14:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'47.128.47.190','2023-11-26 17:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'47.128.20.105','2023-11-26 19:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'194.247.173.99','2023-11-27 08:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'85.208.96.206','2023-11-27 15:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'47.128.60.201','2023-11-27 15:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.128.44.137','2023-11-27 18:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.33.86','2023-11-27 18:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.128.44.141','2023-11-27 18:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.33.86','2023-11-27 18:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'47.128.34.13','2023-11-27 18:34:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.128.26.133','2023-11-27 18:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.33.86','2023-11-27 18:34:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.27.180','2023-11-27 19:16:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2023-11-27 21:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-11-27 23:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-11-27 23:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-11-27 23:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.3','2023-11-28 00:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-11-28 02:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-11-28 02:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-11-28 02:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-11-28 02:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-11-28 02:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-11-28 02:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-11-28 02:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-11-28 02:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-11-28 02:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-11-28 02:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-11-28 02:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-11-28 02:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-11-28 02:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-11-28 02:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-11-28 02:40:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-11-28 02:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-11-28 02:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-11-28 02:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-11-28 02:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-11-28 02:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-11-28 02:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-11-28 02:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-11-28 02:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-11-28 03:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-11-28 05:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-11-28 05:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-11-28 05:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.128.24.69','2023-11-28 09:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.128.24.215','2023-11-28 09:42:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'47.128.61.19','2023-11-28 10:28:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'47.128.20.213','2023-11-28 21:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.78.33','2023-11-28 21:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.78.33','2023-11-28 21:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.78.33','2023-11-28 21:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'135.181.213.219','2023-11-29 09:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'47.128.18.172','2023-11-29 12:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'47.128.18.56','2023-11-29 13:33:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2023-11-29 16:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.13','2023-11-29 17:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.239.4.20','2023-11-29 22:59:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'47.128.22.193','2023-11-30 12:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'218.44.255.244','2023-11-30 13:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2023-11-30 13:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'47.128.19.77','2023-11-30 13:52:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.128.61.80','2023-11-30 15:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'95.91.111.217','2023-11-30 17:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.128.48.99','2023-11-30 17:28:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.45.222','2023-11-30 17:29:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.128.37.146','2023-11-30 17:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'47.128.45.113','2023-11-30 17:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.38.85.17','2023-12-01 03:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.38.85.17','2023-12-01 03:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2023-12-01 05:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2023-12-01 08:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'47.128.48.69','2023-12-01 15:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.59.145','2023-12-01 16:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'47.128.51.179','2023-12-01 17:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.58.58','2023-12-01 17:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'192.95.30.12','2023-12-01 17:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'192.95.30.12','2023-12-01 17:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.128.28.32','2023-12-01 19:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'106.38.221.108','2023-12-02 12:31:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'47.128.61.131','2023-12-02 13:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'47.128.26.62','2023-12-02 13:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.128.39.21','2023-12-03 15:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'47.128.39.212','2023-12-03 15:09:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2023-12-04 02:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'37.187.94.3','2023-12-04 03:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'42.145.147.55','2023-12-04 12:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'42.145.147.55','2023-12-04 12:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'42.145.147.55','2023-12-04 12:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'106.38.221.133','2023-12-04 14:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.128.52.69','2023-12-04 16:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.128.44.155','2023-12-04 17:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'192.99.36.126','2023-12-04 23:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'160.86.96.38','2023-12-06 11:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.128.55.169','2023-12-06 17:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'47.128.43.189','2023-12-07 18:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.249.145.24','2023-12-08 11:07:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.249.145.24','2023-12-08 11:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.249.145.24','2023-12-08 11:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.249.145.24','2023-12-08 11:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.249.145.24','2023-12-08 11:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'122.249.145.24','2023-12-08 11:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'47.128.21.15','2023-12-08 13:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.239.5.180','2023-12-08 20:24:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.239.4.27','2023-12-08 21:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.55','2023-12-09 10:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'47.128.25.118','2023-12-10 23:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.128.27.132','2023-12-12 03:14:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.18.82','2023-12-12 06:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.128.18.43','2023-12-12 08:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.128.52.112','2023-12-12 14:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.128.41.19','2023-12-12 15:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.46.55','2023-12-12 15:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'47.128.29.22','2023-12-12 16:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.128.19.181','2023-12-12 16:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.128.16.88','2023-12-12 16:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.128.61.54','2023-12-12 19:43:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.128.27.37','2023-12-12 22:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'47.128.42.65','2023-12-13 00:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'180.30.102.34','2023-12-13 07:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2023-12-13 07:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'47.128.20.187','2023-12-13 09:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.14','2023-12-13 10:12:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'47.128.26.80','2023-12-13 11:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.26.239','2023-12-13 11:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'47.128.46.81','2023-12-13 14:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.2','2023-12-14 00:14:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.55.39.48','2023-12-14 02:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.10','2023-12-14 03:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.41','2023-12-14 11:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.26','2023-12-14 11:53:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.3','2023-12-14 20:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2023-12-15 01:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.14','2023-12-15 06:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.16','2023-12-15 22:52:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.239.5.77','2023-12-16 01:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.239.4.20','2023-12-16 02:11:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'202.239.4.142','2023-12-16 02:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.239.4.110','2023-12-16 02:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.4','2023-12-16 03:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.239.5.230','2023-12-16 07:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'182.22.30.98','2023-12-16 07:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.128.33.76','2023-12-16 08:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.7','2023-12-16 09:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.9','2023-12-16 12:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.30.247','2023-12-16 16:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.239.5.83','2023-12-16 20:52:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.14','2023-12-16 23:10:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.18','2023-12-17 01:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.13','2023-12-17 12:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.18','2023-12-17 15:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'47.128.43.148','2023-12-17 17:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'47.128.43.193','2023-12-17 17:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.6','2023-12-17 18:11:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.16','2023-12-17 19:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.128.23.248','2023-12-18 18:46:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2023-12-18 19:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2023-12-18 19:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2023-12-18 19:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.18','2023-12-18 23:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.6','2023-12-19 05:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.11','2023-12-19 09:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.127.119.237','2023-12-19 10:23:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.127.119.237','2023-12-19 10:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.127.119.237','2023-12-19 10:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.127.119.237','2023-12-19 10:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.127.119.237','2023-12-19 10:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.127.119.237','2023-12-19 10:24:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'208.127.119.237','2023-12-19 10:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.20','2023-12-19 14:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'47.128.33.54','2023-12-19 15:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.128.96.146','2023-12-19 15:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.128.35.172','2023-12-19 16:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'47.128.46.236','2023-12-19 16:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.11','2023-12-19 17:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.9','2023-12-19 22:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.4','2023-12-20 01:31:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.246.69.187','2023-12-20 10:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.246.69.187','2023-12-20 10:33:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'153.246.69.187','2023-12-20 10:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'153.246.69.187','2023-12-20 10:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'153.246.69.187','2023-12-20 10:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'47.128.46.172','2023-12-21 00:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.12','2023-12-21 07:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.1','2023-12-21 16:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.6','2023-12-21 20:02:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'106.73.13.98','2023-12-21 21:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.11','2023-12-22 07:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.9','2023-12-22 19:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2023-12-22 22:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2023-12-22 22:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2023-12-22 22:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.6','2023-12-22 23:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2023-12-23 01:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2023-12-23 01:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2023-12-23 01:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2023-12-23 01:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2023-12-23 01:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2023-12-23 01:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2023-12-23 01:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2023-12-23 01:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2023-12-23 01:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2023-12-23 01:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2023-12-23 01:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2023-12-23 01:52:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2023-12-23 01:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2023-12-23 01:54:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2023-12-23 01:54:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2023-12-23 01:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2023-12-23 01:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2023-12-23 01:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2023-12-23 01:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2023-12-23 01:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2023-12-23 01:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2023-12-23 01:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2023-12-23 01:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2023-12-23 02:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2023-12-23 04:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2023-12-23 04:31:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2023-12-23 04:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.10','2023-12-23 05:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.3','2023-12-23 07:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.55.39.53','2023-12-23 14:43:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.8','2023-12-23 15:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.6','2023-12-24 01:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.11','2023-12-24 03:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.4','2023-12-24 09:26:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.17','2023-12-24 12:36:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.167.144.12','2023-12-24 13:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.7','2023-12-24 14:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.167.144.7','2023-12-24 16:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.6','2023-12-25 04:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'122.16.48.211','2023-12-25 05:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.228.181','2023-12-25 10:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.8','2023-12-25 11:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.9','2023-12-25 11:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.9','2023-12-25 16:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.14','2023-12-25 16:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.20','2023-12-25 17:41:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'207.46.13.31','2023-12-26 05:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.17','2023-12-26 12:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.201','2023-12-26 14:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.12','2023-12-26 14:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.196','2023-12-26 15:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.19','2023-12-26 15:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.208.96.194','2023-12-26 16:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.11','2023-12-26 16:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'85.208.96.202','2023-12-26 16:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.6','2023-12-26 16:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.199','2023-12-26 17:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.19','2023-12-26 17:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.10','2023-12-26 19:07:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.16','2023-12-26 19:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.13','2023-12-26 20:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.16','2023-12-26 20:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.17','2023-12-26 21:27:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.3','2023-12-26 22:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'85.208.96.208','2023-12-26 22:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.14','2023-12-26 23:03:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.5','2023-12-26 23:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.19','2023-12-27 02:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.6','2023-12-27 02:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.208.96.193','2023-12-27 03:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'85.208.96.206','2023-12-27 04:29:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'85.208.96.195','2023-12-27 05:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.6','2023-12-27 06:05:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.2','2023-12-27 07:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.12','2023-12-27 07:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.7','2023-12-27 07:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.208.96.202','2023-12-27 08:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.206','2023-12-27 09:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.2','2023-12-27 09:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.16','2023-12-27 10:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.19','2023-12-27 10:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'85.208.96.196','2023-12-27 10:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.10','2023-12-27 10:53:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.15','2023-12-27 11:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.8','2023-12-27 11:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.210','2023-12-27 12:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.167.144.191','2023-12-27 13:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.212','2023-12-27 13:47:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.14','2023-12-27 13:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.16','2023-12-27 15:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.6','2023-12-27 15:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'47.128.96.244','2023-12-27 20:21:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.18','2023-12-27 21:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'40.77.167.13','2023-12-27 23:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.4','2023-12-28 02:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.10','2023-12-28 13:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'182.22.30.26','2023-12-28 14:41:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.239.5.136','2023-12-28 15:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'47.128.31.136','2023-12-31 00:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.148.213','2023-12-31 14:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'47.128.57.71','2024-01-01 00:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'47.128.98.61','2024-01-02 05:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.110.26','2024-01-02 07:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.110.26','2024-01-02 07:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'77.174.205.56','2024-01-02 08:25:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'135.181.113.179','2024-01-02 21:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'135.181.113.179','2024-01-02 21:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'135.181.113.179','2024-01-02 21:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'135.181.113.179','2024-01-02 22:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'135.181.113.179','2024-01-02 22:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'47.128.52.35','2024-01-03 23:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'47.128.115.220','2024-01-05 00:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.55.39.49','2024-01-05 08:41:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.15','2024-01-05 10:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.9','2024-01-05 13:27:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.89.54.71','2024-01-05 15:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.89.54.71','2024-01-05 15:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.89.54.71','2024-01-05 15:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.167.144.184','2024-01-07 02:02:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'106.166.1.35','2024-01-08 10:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.128.110.158','2024-01-11 05:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.128.55.100','2024-01-11 07:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.56.30','2024-01-11 10:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.128.42.98','2024-01-11 12:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.57.24','2024-01-11 15:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.128.36.47','2024-01-11 16:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'47.128.53.62','2024-01-11 17:58:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.128.115.216','2024-01-11 20:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.48.224','2024-01-11 21:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.128.115.111','2024-01-11 23:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.38.85.37','2024-01-12 07:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.239.4.165','2024-01-12 09:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'202.239.5.104','2024-01-12 09:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'5.9.98.178','2024-01-13 10:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.9.98.178','2024-01-13 10:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'5.9.98.178','2024-01-13 10:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.9.98.178','2024-01-13 12:52:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'5.9.98.178','2024-01-13 12:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'5.9.98.178','2024-01-13 12:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'5.9.98.178','2024-01-13 12:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'5.9.98.178','2024-01-13 12:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.9.98.178','2024-01-13 12:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'5.9.98.178','2024-01-13 12:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'5.9.98.178','2024-01-13 12:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.9.98.178','2024-01-13 12:58:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.9.98.178','2024-01-13 12:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'5.9.98.178','2024-01-13 12:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'5.9.98.178','2024-01-13 12:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'5.9.98.178','2024-01-13 13:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'5.9.98.178','2024-01-13 13:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'5.9.98.178','2024-01-13 13:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'5.9.98.178','2024-01-13 13:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.9.98.178','2024-01-13 13:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'5.9.98.178','2024-01-13 13:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'5.9.98.178','2024-01-13 13:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'5.9.98.178','2024-01-13 13:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.9.98.178','2024-01-13 13:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.9.98.178','2024-01-13 13:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.98.178','2024-01-13 13:05:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.9.98.178','2024-01-13 13:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'5.9.98.178','2024-01-13 15:13:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'5.9.98.178','2024-01-13 15:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'5.9.98.178','2024-01-13 15:13:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'182.22.30.17','2024-01-14 03:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'182.22.30.66','2024-01-14 06:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.10','2024-01-15 09:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.108.2.171','2024-01-15 14:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.174.65.41','2024-01-16 00:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'114.165.57.232','2024-01-17 12:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'202.239.5.207','2024-01-19 19:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'182.22.30.14','2024-01-19 20:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.203','2024-01-21 05:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.11','2024-01-22 10:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.16','2024-01-22 10:03:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.186.187.208','2024-01-22 16:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.13','2024-01-22 21:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.18','2024-01-23 06:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.238.249.116','2024-01-24 13:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.238.249.116','2024-01-24 13:17:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.238.249.116','2024-01-24 13:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.238.249.116','2024-01-24 13:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'118.238.249.116','2024-01-24 13:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.239.4.162','2024-01-25 02:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'202.239.5.72','2024-01-26 17:23:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.239.5.234','2024-01-26 18:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2024-01-27 03:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2024-01-27 03:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'3.224.220.101','2024-01-27 03:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.239.5.6','2024-01-27 05:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.70.240.171','2024-01-27 05:58:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2024-01-28 05:21:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.70.240.171','2024-01-28 05:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'23.22.35.162','2024-01-29 00:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'23.22.35.162','2024-01-29 00:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.70.240.171','2024-01-29 00:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.70.240.171','2024-01-29 00:46:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.224.220.101','2024-01-29 00:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'23.22.35.162','2024-01-29 06:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.22.35.162','2024-01-29 10:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'23.22.35.162','2024-01-29 10:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.224.220.101','2024-01-29 18:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.239.4.100','2024-01-29 23:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.239.5.192','2024-01-29 23:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'202.239.4.180','2024-01-30 00:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.239.5.161','2024-01-30 00:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'202.239.4.3','2024-01-30 01:25:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.70.240.171','2024-01-30 02:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'219.124.63.254','2024-01-30 11:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.4','2024-01-31 05:51:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.167.144.138','2024-02-01 17:53:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.167.144.217','2024-02-02 09:57:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.167.144.171','2024-02-03 02:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.167.144.180','2024-02-03 20:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'81.209.177.145','2024-02-06 09:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'81.209.177.145','2024-02-06 10:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'81.209.177.145','2024-02-06 10:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'81.209.177.145','2024-02-06 10:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.209.177.145','2024-02-06 10:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'81.209.177.145','2024-02-06 10:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'81.209.177.145','2024-02-06 10:56:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'81.209.177.145','2024-02-06 11:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'81.209.177.145','2024-02-06 11:18:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'81.209.177.145','2024-02-06 11:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'81.209.177.145','2024-02-06 11:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2024-02-06 14:27:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2024-02-06 14:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2024-02-06 14:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.41.158.86','2024-02-06 14:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.220.245','2024-02-07 11:52:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.220.245','2024-02-07 11:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.220.245','2024-02-07 11:52:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.121','2024-02-08 08:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.118','2024-02-08 08:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.72','2024-02-08 08:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.113.13.66','2024-02-08 09:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.113.13.66','2024-02-08 09:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.113.13.66','2024-02-08 09:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.113.13.66','2024-02-08 09:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.113.13.66','2024-02-08 09:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'126.113.13.66','2024-02-08 09:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.93','2024-02-08 15:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.103','2024-02-08 15:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.100','2024-02-08 18:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.123','2024-02-08 18:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.65','2024-02-08 18:37:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.84','2024-02-08 18:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.84','2024-02-08 18:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.102','2024-02-08 21:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.9','2024-02-09 04:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'223.133.156.67','2024-02-09 09:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'223.133.156.67','2024-02-09 09:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'223.133.156.67','2024-02-09 09:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'223.133.156.67','2024-02-09 09:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'223.133.156.67','2024-02-09 09:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.187.94.3','2024-02-11 06:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'47.128.31.202','2024-02-12 01:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.128.56.194','2024-02-12 02:44:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'47.128.46.82','2024-02-12 03:42:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.128.16.227','2024-02-12 04:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'47.128.115.142','2024-02-12 05:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.128.16.162','2024-02-12 06:47:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.128.50.149','2024-02-12 06:59:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.128.46.34','2024-02-12 08:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.112.59','2024-02-12 08:02:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.13','2024-02-12 08:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.128.36.78','2024-02-12 09:04:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.128.30.130','2024-02-12 10:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'47.128.22.152','2024-02-12 11:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.128.39.206','2024-02-12 12:20:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.32.96','2024-02-12 12:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'47.128.97.173','2024-02-12 14:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'47.128.33.52','2024-02-12 15:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.128.43.230','2024-02-12 16:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'47.128.18.179','2024-02-12 16:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'47.128.28.69','2024-02-12 16:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'47.128.21.100','2024-02-12 18:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.30.213','2024-02-12 19:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'47.128.49.113','2024-02-12 20:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.117.30','2024-02-12 20:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.12','2024-02-12 21:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'85.208.96.208','2024-02-12 21:56:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.128.40.88','2024-02-12 22:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.118.234','2024-02-12 23:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.128.124.143','2024-02-13 00:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.128.43.196','2024-02-13 00:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'135.181.75.58','2024-02-13 03:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.99.120','2024-02-13 04:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.99.120','2024-02-13 04:11:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.99.120','2024-02-13 04:11:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.99.120','2024-02-13 04:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.99.120','2024-02-13 04:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.99.120','2024-02-13 04:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.99.120','2024-02-13 04:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.99.120','2024-02-13 04:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.99.120','2024-02-13 04:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.99.120','2024-02-13 04:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.99.120','2024-02-13 04:24:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.99.120','2024-02-13 04:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.99.120','2024-02-13 04:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.99.120','2024-02-13 04:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.99.120','2024-02-13 04:25:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.99.120','2024-02-13 04:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.108.99.120','2024-02-13 04:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.99.120','2024-02-13 04:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.99.120','2024-02-13 04:26:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.99.120','2024-02-13 04:26:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.99.120','2024-02-13 04:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.99.120','2024-02-13 04:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.99.120','2024-02-13 04:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.108.99.120','2024-02-13 04:26:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.99.120','2024-02-13 04:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.99.120','2024-02-13 04:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.108.99.120','2024-02-13 04:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.108.99.120','2024-02-13 04:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.108.99.120','2024-02-13 04:28:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.108.99.120','2024-02-13 04:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.108.99.120','2024-02-13 04:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.108.99.120','2024-02-13 04:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.99.120','2024-02-13 04:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.99.120','2024-02-13 04:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.32','2024-02-14 07:47:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2024-02-15 08:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2024-02-15 08:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2024-02-15 17:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2024-02-15 18:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.125.120','2024-02-15 23:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.125.120','2024-02-15 23:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'47.128.62.157','2024-02-16 02:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.128.51.235','2024-02-16 03:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'47.128.112.202','2024-02-16 04:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.128.126.122','2024-02-16 05:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'47.128.118.11','2024-02-16 06:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.128.49.182','2024-02-16 07:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.128.22.2','2024-02-16 08:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.22.206','2024-02-16 08:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.128.113.102','2024-02-16 09:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.128.99.12','2024-02-16 10:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'47.128.45.84','2024-02-16 11:52:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.128.61.249','2024-02-16 11:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.25.162','2024-02-16 13:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'47.128.97.240','2024-02-16 14:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.40.193','2024-02-16 14:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'47.128.19.69','2024-02-16 16:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'47.128.30.177','2024-02-16 16:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.38.243','2024-02-16 16:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.128.54.124','2024-02-16 18:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.61.15','2024-02-16 19:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.128.16.45','2024-02-16 20:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'37.57.218.243','2024-02-16 20:20:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.128.19.201','2024-02-16 21:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'47.128.17.202','2024-02-16 22:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'47.128.113.124','2024-02-16 23:40:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.128.46.189','2024-02-17 00:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.228.181','2024-02-17 06:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.228.181','2024-02-17 06:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.228.181','2024-02-17 06:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'188.165.241.181','2024-02-17 11:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.5','2024-02-17 15:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'149.202.86.86','2024-02-17 16:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.2','2024-02-18 01:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2024-02-18 06:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2024-02-18 07:14:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.128.46.95','2024-02-19 00:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2024-02-19 03:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2024-02-19 04:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2024-02-19 04:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2024-02-19 09:07:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2024-02-19 18:10:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.55','2024-02-19 19:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2024-02-19 22:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2024-02-19 22:40:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'75.119.141.84','2024-02-21 03:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'75.119.141.84','2024-02-21 03:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2024-02-21 04:11:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2024-02-21 05:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2024-02-21 06:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'158.220.124.129','2024-02-21 17:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'158.220.124.129','2024-02-21 17:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2024-02-21 23:19:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.13.17','2024-02-21 23:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2024-02-22 00:53:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2024-02-22 04:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2024-02-22 15:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'37.187.73.123','2024-02-22 20:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2024-02-23 00:20:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2024-02-23 05:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2024-02-23 05:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2024-02-23 18:44:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2024-02-23 21:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2024-02-23 22:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'158.220.122.230','2024-02-24 15:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.228.181','2024-02-25 00:55:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2024-02-26 15:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.70.240.171','2024-02-27 00:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.22.35.162','2024-02-27 00:15:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.224.220.101','2024-02-27 00:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'23.22.35.162','2024-02-27 00:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2024-02-27 00:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'23.22.35.162','2024-02-27 00:15:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.70.240.171','2024-02-27 00:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.70.240.171','2024-02-27 00:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.224.220.101','2024-02-27 00:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.70.240.171','2024-02-27 00:16:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.22.35.162','2024-02-27 00:16:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2024-02-27 00:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.70.240.171','2024-02-27 00:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.70.240.171','2024-02-27 00:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.224.220.101','2024-02-27 00:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.224.220.101','2024-02-27 00:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'23.22.35.162','2024-02-27 00:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'52.70.240.171','2024-02-27 00:17:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'23.22.35.162','2024-02-27 00:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2024-02-27 00:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'3.224.220.101','2024-02-27 00:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2024-02-27 22:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.254','2024-02-28 05:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.70.240.171','2024-02-29 09:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'23.22.35.162','2024-02-29 09:33:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'52.70.240.171','2024-02-29 09:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.70.240.171','2024-02-29 09:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.224.220.101','2024-02-29 09:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.70.240.171','2024-02-29 10:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.224.220.101','2024-02-29 10:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'23.22.35.162','2024-02-29 12:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2024-02-29 17:02:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2024-03-02 08:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2024-03-02 11:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.137','2024-03-02 20:47:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'154.54.249.201','2024-03-02 21:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.140','2024-03-02 21:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.138','2024-03-02 21:40:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.113.194.133','2024-03-02 22:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.135','2024-03-02 22:09:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.136','2024-03-02 22:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.143','2024-03-02 22:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.137','2024-03-02 22:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.13','2024-03-04 16:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2024-03-05 03:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2024-03-05 20:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2024-03-05 23:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.167.144.167','2024-03-06 07:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'40.77.167.71','2024-03-07 11:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'3.224.220.101','2024-03-07 20:45:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.224.220.101','2024-03-07 20:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'23.22.35.162','2024-03-07 22:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.14','2024-03-08 18:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'154.54.249.201','2024-03-08 22:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.135','2024-03-08 22:36:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.132','2024-03-08 22:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.139','2024-03-08 22:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.19','2024-03-10 04:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.5','2024-03-10 17:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'64.124.8.33','2024-03-13 09:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.148.213','2024-03-14 15:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.148.213','2024-03-14 15:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.148.213','2024-03-14 15:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.148.213','2024-03-14 15:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.148.213','2024-03-14 15:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.148.213','2024-03-14 15:54:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.148.213','2024-03-14 15:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.148.213','2024-03-14 15:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'153.246.148.213','2024-03-14 15:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2024-03-14 21:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.68.4','2024-03-15 14:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.76.48.3','2024-03-16 14:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2024-03-16 23:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.68.6','2024-03-17 02:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'194.247.173.99','2024-03-17 18:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'194.247.173.99','2024-03-17 18:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.29.16','2024-03-19 16:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.68.6','2024-03-19 16:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.125.120','2024-03-21 18:08:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'59.129.238.201','2024-03-21 19:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'161.97.145.138','2024-03-22 13:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.167.144.203','2024-03-23 02:11:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'144.202.121.92','2024-03-24 21:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'144.202.121.92','2024-03-24 21:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'144.202.121.92','2024-03-24 21:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'144.202.121.92','2024-03-24 21:53:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'144.202.121.92','2024-03-24 21:53:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'144.202.121.92','2024-03-24 21:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'144.202.121.92','2024-03-24 21:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'144.202.121.92','2024-03-24 21:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'144.202.121.92','2024-03-24 21:53:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'144.202.121.92','2024-03-24 21:53:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'144.202.121.92','2024-03-24 21:53:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.46.13.78','2024-03-25 01:10:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.2.171','2024-03-25 06:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.210.208.59','2024-03-25 16:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.210.208.59','2024-03-25 16:32:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'37.187.94.3','2024-03-26 10:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.11','2024-03-27 05:50:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.7','2024-03-27 05:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.19','2024-03-27 20:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.224.220.101','2024-03-28 00:00:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2024-03-28 00:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.70.240.171','2024-03-28 00:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.224.220.101','2024-03-28 00:00:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2024-03-28 00:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'23.22.35.162','2024-03-28 00:00:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.22.35.162','2024-03-28 00:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'23.22.35.162','2024-03-28 00:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'23.22.35.162','2024-03-28 00:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.224.220.101','2024-03-28 00:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2024-03-28 00:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.224.220.101','2024-03-28 00:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2024-03-28 00:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.224.220.101','2024-03-28 00:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.224.220.101','2024-03-28 00:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.224.220.101','2024-03-28 00:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'23.22.35.162','2024-03-28 00:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.70.240.171','2024-03-28 00:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.70.240.171','2024-03-28 00:08:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'52.70.240.171','2024-03-28 00:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'3.224.220.101','2024-03-28 00:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'23.22.35.162','2024-03-28 00:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2024-03-28 00:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'23.22.35.162','2024-03-28 00:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.70.240.171','2024-03-28 00:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2024-03-28 01:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.224.220.101','2024-03-28 01:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.70.240.171','2024-03-28 01:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.224.220.101','2024-03-28 02:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.22.35.162','2024-03-28 02:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.12','2024-03-28 12:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.1','2024-03-28 17:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.166.223.204','2024-03-29 00:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.198.37.250','2024-03-29 03:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.163.200.109','2024-03-29 05:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.18','2024-03-29 09:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'44.211.49.158','2024-03-29 13:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'3.91.11.30','2024-03-29 16:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.12','2024-03-29 18:33:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.137','2024-03-29 19:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.128','2024-03-29 19:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.143','2024-03-29 19:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2024-03-29 19:21:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.133','2024-03-29 19:22:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.139','2024-03-29 19:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.134','2024-03-29 20:20:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.134','2024-03-29 20:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.128','2024-03-29 20:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.138','2024-03-29 20:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.134','2024-03-29 21:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.135','2024-03-29 21:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.140','2024-03-29 21:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.128','2024-03-29 21:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.143','2024-03-29 21:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.137','2024-03-29 21:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2024-03-29 21:44:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.15','2024-03-30 01:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.10','2024-03-30 04:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.2','2024-03-30 08:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.5','2024-03-30 16:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.16','2024-03-30 20:52:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.3','2024-03-30 21:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.1','2024-03-31 01:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.20','2024-03-31 07:45:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'14.11.162.32','2024-03-31 11:15:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.20','2024-03-31 13:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.10','2024-03-31 22:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.13','2024-03-31 22:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.10','2024-04-01 01:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.18','2024-04-01 03:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.167.144.139','2024-04-01 08:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.20','2024-04-01 10:03:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.11','2024-04-01 14:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.70.240.171','2024-04-01 21:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.167.144.184','2024-04-02 08:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.4','2024-04-02 22:37:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.127','2024-04-03 07:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.3','2024-04-03 13:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.16','2024-04-03 16:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.6','2024-04-03 16:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.15','2024-04-03 20:36:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'151.106.160.165','2024-04-04 17:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'151.106.160.165','2024-04-04 17:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'151.106.160.165','2024-04-04 17:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.9','2024-04-04 18:34:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.70.240.171','2024-04-04 18:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.224.220.101','2024-04-04 18:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'3.224.220.101','2024-04-04 18:38:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'52.70.240.171','2024-04-04 18:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.70.240.171','2024-04-04 18:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'23.22.35.162','2024-04-04 18:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'23.22.35.162','2024-04-04 19:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.6','2024-04-04 20:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.5','2024-04-04 22:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.3','2024-04-04 23:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.17','2024-04-05 03:08:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.20','2024-04-05 03:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.4','2024-04-05 07:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.7','2024-04-05 07:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.17','2024-04-05 11:13:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.3','2024-04-05 12:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.9','2024-04-05 22:32:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.3','2024-04-06 10:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.10','2024-04-06 23:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.4','2024-04-07 01:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.4','2024-04-07 01:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'40.77.167.243','2024-04-07 02:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.17','2024-04-07 02:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.14','2024-04-07 05:39:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.12','2024-04-07 06:14:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.15','2024-04-07 12:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.7','2024-04-07 22:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.16','2024-04-08 10:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.5','2024-04-09 04:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.18','2024-04-09 10:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.5','2024-04-09 14:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.19','2024-04-09 16:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.7','2024-04-10 07:12:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.199','2024-04-10 11:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.210','2024-04-10 12:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.16','2024-04-10 14:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.18','2024-04-10 15:13:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.13','2024-04-10 15:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'207.46.13.54','2024-04-10 15:24:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.208','2024-04-10 15:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.205','2024-04-10 15:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'85.208.96.198','2024-04-10 16:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'85.208.96.207','2024-04-10 17:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.207','2024-04-10 18:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.10','2024-04-10 18:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.199','2024-04-10 19:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.19','2024-04-10 19:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'85.208.96.202','2024-04-10 21:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.1','2024-04-10 23:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.8','2024-04-10 23:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.4','2024-04-11 00:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.7','2024-04-11 01:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.1','2024-04-11 01:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.17','2024-04-11 02:11:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.208.96.201','2024-04-11 02:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.5','2024-04-11 03:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.8','2024-04-11 03:21:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'85.208.96.209','2024-04-11 05:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.4','2024-04-11 06:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'85.208.96.198','2024-04-11 06:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.14','2024-04-11 06:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.8','2024-04-11 07:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.208.96.206','2024-04-11 07:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.9','2024-04-11 07:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.205','2024-04-11 07:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.206','2024-04-11 08:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.3','2024-04-11 08:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.13','2024-04-11 08:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'85.208.96.206','2024-04-11 10:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.3','2024-04-11 11:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.5','2024-04-11 12:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2024-04-11 13:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2024-04-11 13:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2024-04-11 23:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.135','2024-04-12 15:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.137','2024-04-12 15:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.140','2024-04-12 15:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.131','2024-04-12 15:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.140','2024-04-12 15:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.139','2024-04-12 15:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2024-04-12 16:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.131','2024-04-12 16:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.113.194.136','2024-04-12 16:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.136','2024-04-12 16:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.143','2024-04-12 16:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.13','2024-04-13 04:52:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'85.208.96.203','2024-04-16 18:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.155','2024-04-17 14:47:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.155','2024-04-17 14:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'165.225.110.155','2024-04-17 14:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.80.97','2024-04-17 14:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.80.97','2024-04-17 15:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.80.97','2024-04-17 15:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.35.111.136','2024-04-17 15:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.167.144.220','2024-04-17 21:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'18.191.228.88','2024-04-18 00:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.14.132.214','2024-04-19 14:24:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.139.72.78','2024-04-20 06:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'18.191.171.235','2024-04-20 14:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'18.220.154.41','2024-04-20 15:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'18.191.223.123','2024-04-20 21:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'40.77.167.26','2024-04-21 17:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.193.146.31','2024-04-22 21:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.193.146.31','2024-04-22 21:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'4.231.122.23','2024-04-23 09:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.11','2024-04-23 12:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.2','2024-04-23 12:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.18','2024-04-23 12:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.10','2024-04-23 12:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.1','2024-04-23 12:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.4','2024-04-23 12:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.5','2024-04-23 12:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.7','2024-04-23 12:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.19','2024-04-23 12:37:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.13','2024-04-23 12:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.14','2024-04-23 12:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.15','2024-04-23 12:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.6','2024-04-23 12:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.1','2024-04-23 12:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.15.151.214','2024-04-23 22:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'3.16.66.206','2024-04-24 02:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.19','2024-04-24 15:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.1','2024-04-24 15:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.138.113.188','2024-04-24 21:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'18.220.154.41','2024-04-25 00:47:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.19','2024-04-25 05:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.12','2024-04-25 05:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.17','2024-04-25 05:14:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.14','2024-04-25 05:14:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.14','2024-04-25 11:47:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.141.0.61','2024-04-25 14:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'18.190.156.80','2024-04-25 17:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'18.224.0.25','2024-04-25 22:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.138.122.195','2024-04-25 22:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.22.119.251','2024-04-26 06:40:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'18.191.46.36','2024-04-26 06:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.145.154.70','2024-04-26 08:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.147.103.8','2024-04-26 08:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'18.191.108.168','2024-04-26 13:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'18.218.172.249','2024-04-26 17:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.135.202.224','2024-04-26 18:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'18.226.177.223','2024-04-26 20:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.137.178.133','2024-04-26 21:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.134.81.206','2024-04-27 00:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'18.191.189.85','2024-04-27 03:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.134.81.206','2024-04-27 03:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'18.216.121.55','2024-04-27 04:49:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'18.117.70.132','2024-04-27 07:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.139.81.58','2024-04-27 08:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.220.213','2024-04-27 18:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.224.220.101','2024-04-27 22:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.70.240.171','2024-04-27 22:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.224.220.101','2024-04-27 23:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.224.220.101','2024-04-27 23:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.224.220.101','2024-04-27 23:03:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.70.240.171','2024-04-27 23:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2024-04-27 23:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.224.220.101','2024-04-27 23:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.224.220.101','2024-04-27 23:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.224.220.101','2024-04-27 23:08:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'3.224.220.101','2024-04-27 23:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.70.240.171','2024-04-27 23:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.70.240.171','2024-04-27 23:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'23.22.35.162','2024-04-27 23:20:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.70.240.171','2024-04-27 23:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.70.240.171','2024-04-27 23:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.224.220.101','2024-04-27 23:26:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'23.22.35.162','2024-04-27 23:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'23.22.35.162','2024-04-27 23:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2024-04-27 23:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.22.35.162','2024-04-27 23:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.70.240.171','2024-04-27 23:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'23.22.35.162','2024-04-27 23:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.22.35.162','2024-04-27 23:31:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'23.22.35.162','2024-04-28 00:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.70.240.171','2024-04-28 00:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.70.240.171','2024-04-28 00:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'23.22.35.162','2024-04-28 00:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'52.70.240.171','2024-04-28 00:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.22.35.162','2024-04-28 00:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.70.240.171','2024-04-28 00:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.70.240.171','2024-04-28 00:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2024-04-28 00:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'23.22.35.162','2024-04-28 00:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.224.220.101','2024-04-28 00:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.167.144.181','2024-04-28 01:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.167.144.188','2024-04-28 10:51:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.144.154.208','2024-04-28 12:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.134.104.173','2024-04-28 15:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.147.61.122','2024-04-28 18:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.1','2024-04-30 06:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'158.220.123.114','2024-05-01 01:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'194.247.173.99','2024-05-02 04:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.182.175.163','2024-05-02 14:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.182.175.163','2024-05-02 14:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.147.65.65','2024-05-03 00:42:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'3.224.220.101','2024-05-04 01:08:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.127.9','2024-05-05 03:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.11','2024-05-05 03:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.87.118','2024-05-05 03:56:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'173.252.83.20','2024-05-05 03:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.87.118','2024-05-05 03:56:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.252.83.26','2024-05-05 03:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.252.83.119','2024-05-05 03:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.8','2024-05-05 03:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.127.3','2024-05-05 03:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.252.83.19','2024-05-05 03:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'69.63.184.120','2024-05-05 03:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.252.87.119','2024-05-05 03:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.252.83.117','2024-05-05 04:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.252.127.4','2024-05-05 05:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.63.184.118','2024-05-05 05:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'173.252.87.8','2024-05-05 06:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.252.87.111','2024-05-05 07:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.252.83.119','2024-05-05 08:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'18.221.53.209','2024-05-05 08:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'69.63.184.19','2024-05-05 09:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'173.252.83.28','2024-05-05 10:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'173.252.83.8','2024-05-05 10:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'69.63.184.9','2024-05-05 11:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'173.252.83.22','2024-05-05 11:48:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.144.33.41','2024-05-05 12:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.252.83.10','2024-05-05 12:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.63.184.13','2024-05-05 12:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.37.0.218','2024-05-05 13:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.37.0.218','2024-05-05 13:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.37.0.218','2024-05-05 13:36:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.252.83.22','2024-05-05 13:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.37.0.218','2024-05-05 13:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.37.0.218','2024-05-05 13:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.37.0.218','2024-05-05 13:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.37.0.218','2024-05-05 13:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.37.0.218','2024-05-05 13:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.37.0.218','2024-05-05 13:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.37.0.218','2024-05-05 13:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.37.0.218','2024-05-05 13:49:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'173.252.83.9','2024-05-05 14:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'173.252.83.16','2024-05-05 15:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.252.83.1','2024-05-05 15:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.129.70.157','2024-05-05 15:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'207.46.13.155','2024-05-05 18:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.252.83.26','2024-05-05 20:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'81.167.26.57','2024-05-05 21:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'81.167.26.57','2024-05-05 21:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'31.220.87.216','2024-05-05 23:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'18.217.228.35','2024-05-06 04:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'149.202.86.190','2024-05-06 23:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'157.55.39.13','2024-05-07 05:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.182.134.101','2024-05-07 06:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.38.85.37','2024-05-07 23:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'38.242.210.185','2024-05-09 05:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'38.242.210.185','2024-05-09 05:41:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.9','2024-05-10 06:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'3.224.220.101','2024-05-10 07:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.131','2024-05-10 11:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'35.93.106.29','2024-05-10 17:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'35.86.106.81','2024-05-10 17:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'18.246.19.76','2024-05-10 17:42:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.147.205.154','2024-05-11 12:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.70.240.171','2024-05-12 01:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.70.240.171','2024-05-12 20:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.70.240.171','2024-05-12 20:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'52.70.240.171','2024-05-12 20:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.70.240.171','2024-05-12 20:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2024-05-13 05:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2024-05-13 05:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2024-05-17 07:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.2','2024-05-20 12:17:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2024-05-20 14:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2024-05-20 14:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2024-05-21 04:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2024-05-21 05:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.5','2024-05-21 19:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.67','2024-05-22 06:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.182.175.120','2024-05-22 22:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.182.175.120','2024-05-22 22:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2024-05-23 10:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.4','2024-05-23 11:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2024-05-23 12:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2024-05-23 13:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2024-05-23 22:13:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2024-05-23 23:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2024-05-24 08:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2024-05-24 10:33:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2024-05-24 15:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2024-05-24 16:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2024-05-25 02:24:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2024-05-25 11:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2024-05-25 16:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2024-05-25 16:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'84.247.135.137','2024-05-25 23:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.2','2024-05-26 05:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2024-05-26 09:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.135','2024-05-26 09:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.133','2024-05-26 09:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.128','2024-05-26 09:54:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.143','2024-05-26 09:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.128','2024-05-26 09:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.137','2024-05-26 10:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.139','2024-05-26 10:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'154.54.249.201','2024-05-26 10:11:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.132','2024-05-26 10:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.137','2024-05-26 10:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'154.54.249.201','2024-05-26 10:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.137','2024-05-26 10:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.142','2024-05-26 10:45:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.140','2024-05-26 11:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.128','2024-05-26 11:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.142','2024-05-26 11:35:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.140','2024-05-26 11:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.135','2024-05-26 11:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.134','2024-05-26 11:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.131','2024-05-26 11:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.141','2024-05-26 11:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.135','2024-05-26 11:36:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.133','2024-05-26 11:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'192.95.29.138','2024-05-26 12:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.4','2024-05-26 18:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.1','2024-05-26 18:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.243.133.214','2024-05-27 01:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'119.13.104.175','2024-05-27 03:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'190.92.208.108','2024-05-27 03:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.243.151.132','2024-05-27 06:59:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'94.74.85.36','2024-05-27 07:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'110.238.104.149','2024-05-27 09:32:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'124.243.150.61','2024-05-27 11:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'190.92.209.117','2024-05-27 12:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'94.74.81.63','2024-05-27 12:34:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'190.92.205.141','2024-05-27 12:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'190.92.215.222','2024-05-27 16:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'94.74.89.166','2024-05-27 17:29:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'190.92.208.245','2024-05-27 17:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'159.138.85.78','2024-05-27 18:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'101.44.160.50','2024-05-27 20:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'85.208.96.211','2024-05-28 06:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.17','2024-05-28 10:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.79','2024-05-28 20:23:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.39.13','2024-05-28 23:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2024-05-29 02:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2024-05-29 10:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2024-05-29 20:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2024-05-29 23:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'23.22.35.162','2024-05-29 23:50:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'3.224.220.101','2024-05-29 23:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'23.22.35.162','2024-05-29 23:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2024-05-29 23:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.70.240.171','2024-05-29 23:50:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.224.220.101','2024-05-29 23:51:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2024-05-29 23:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.224.220.101','2024-05-29 23:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'23.22.35.162','2024-05-29 23:51:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2024-05-29 23:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.70.240.171','2024-05-29 23:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.70.240.171','2024-05-29 23:51:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.224.220.101','2024-05-29 23:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'23.22.35.162','2024-05-29 23:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2024-05-29 23:51:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.70.240.171','2024-05-29 23:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.224.220.101','2024-05-29 23:51:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.70.240.171','2024-05-29 23:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'23.22.35.162','2024-05-29 23:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2024-05-29 23:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.70.240.171','2024-05-29 23:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.70.240.171','2024-05-29 23:52:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'3.224.220.101','2024-05-29 23:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.70.240.171','2024-05-29 23:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.70.240.171','2024-05-29 23:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.70.240.171','2024-05-29 23:56:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.70.240.171','2024-05-29 23:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.224.220.101','2024-05-29 23:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2024-05-29 23:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'3.224.220.101','2024-05-29 23:58:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.10','2024-05-30 09:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'14.11.162.32','2024-05-30 14:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2024-05-30 20:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'157.55.39.55','2024-06-01 00:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.70.240.171','2024-06-01 12:23:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2024-06-01 19:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'157.55.39.13','2024-06-02 23:34:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.202','2024-06-03 23:23:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.249.6','2024-06-04 03:56:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.249.8','2024-06-04 03:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'69.171.249.25','2024-06-04 03:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.83.25','2024-06-04 03:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.252.87.4','2024-06-04 03:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.87.11','2024-06-04 03:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.107.16','2024-06-04 03:57:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.1','2024-06-04 03:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'173.252.83.17','2024-06-04 03:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.252.107.9','2024-06-04 03:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'69.171.249.118','2024-06-04 03:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'69.171.249.9','2024-06-04 04:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.252.87.5','2024-06-04 04:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.252.83.4','2024-06-04 05:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.31','2024-06-04 05:18:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'173.252.87.14','2024-06-04 06:03:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.252.83.29','2024-06-04 07:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.252.107.10','2024-06-04 08:20:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'69.171.249.20','2024-06-04 09:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'173.252.83.13','2024-06-04 10:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'173.252.83.14','2024-06-04 10:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'69.171.249.116','2024-06-04 11:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'173.252.87.15','2024-06-04 11:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'69.171.249.24','2024-06-04 12:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.249.7','2024-06-04 12:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.252.83.117','2024-06-04 13:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'69.171.230.117','2024-06-04 13:58:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'173.252.87.15','2024-06-04 14:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'173.252.107.116','2024-06-04 15:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.252.83.36','2024-06-04 15:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.252.107.117','2024-06-04 15:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.8','2024-06-04 16:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'69.171.230.120','2024-06-04 16:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'69.171.230.7','2024-06-04 16:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.14','2024-06-04 18:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.252.70.118','2024-06-04 19:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.252.70.1','2024-06-04 20:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.107.12','2024-06-04 20:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.7','2024-06-04 20:44:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'69.171.249.3','2024-06-04 20:53:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'69.171.230.4','2024-06-04 21:46:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'173.252.87.1','2024-06-04 21:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.79.75','2024-06-04 21:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.83.3','2024-06-04 22:25:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'69.171.249.19','2024-06-04 22:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'69.171.249.19','2024-06-04 23:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.14','2024-06-04 23:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'69.171.249.117','2024-06-04 23:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.252.107.18','2024-06-04 23:14:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'69.171.249.2','2024-06-04 23:28:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.127.7','2024-06-04 23:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.5','2024-06-04 23:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'69.171.230.9','2024-06-04 23:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.249.5','2024-06-04 23:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.68','2024-06-04 23:53:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'69.171.249.24','2024-06-05 00:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'69.171.230.21','2024-06-05 00:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'69.171.249.15','2024-06-05 01:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.252.87.8','2024-06-05 01:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.252.107.23','2024-06-05 01:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.252.83.20','2024-06-05 01:45:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.107.19','2024-06-05 03:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.70.4','2024-06-05 03:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.252.83.13','2024-06-05 03:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.252.83.20','2024-06-05 04:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.107.20','2024-06-05 04:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'69.171.249.118','2024-06-05 04:31:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.230.7','2024-06-05 04:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'173.252.107.20','2024-06-05 04:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'69.171.230.8','2024-06-05 05:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.252.87.18','2024-06-05 05:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.252.83.14','2024-06-05 05:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.230.7','2024-06-05 06:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'69.171.230.8','2024-06-05 06:50:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.19','2024-06-05 06:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'69.171.249.27','2024-06-05 07:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'194.242.57.234','2024-06-05 07:49:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'173.252.127.119','2024-06-05 08:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'69.171.249.12','2024-06-05 08:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.252.83.9','2024-06-05 08:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'69.171.249.24','2024-06-05 09:33:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'173.252.127.119','2024-06-05 09:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.252.83.3','2024-06-05 10:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'69.171.230.118','2024-06-05 10:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.230.9','2024-06-05 10:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'69.171.230.5','2024-06-05 10:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'69.171.249.116','2024-06-05 11:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.107.2','2024-06-05 15:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'173.252.107.116','2024-06-05 15:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'69.171.230.10','2024-06-05 15:31:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'69.171.249.10','2024-06-05 15:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'173.252.87.22','2024-06-05 15:40:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'173.252.107.3','2024-06-05 15:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.252.107.14','2024-06-05 15:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.252.83.15','2024-06-05 15:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'69.171.249.17','2024-06-05 15:43:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.252.83.18','2024-06-05 15:44:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.83.30','2024-06-05 15:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.107.117','2024-06-05 15:56:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.16','2024-06-05 15:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.116','2024-06-05 19:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.69.117','2024-06-05 23:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.70.1','2024-06-06 01:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.107.15','2024-06-06 03:50:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.230.3','2024-06-06 05:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.38.85.36','2024-06-06 06:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.70.1','2024-06-06 06:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.107.7','2024-06-06 06:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.252.83.11','2024-06-06 07:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.83.21','2024-06-06 07:33:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.252.83.18','2024-06-06 07:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.230.1','2024-06-06 07:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'69.171.230.19','2024-06-06 08:28:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.252.107.28','2024-06-06 09:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'69.171.230.2','2024-06-06 10:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.83.18','2024-06-06 10:15:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.11','2024-06-06 10:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.249.120','2024-06-06 10:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.252.107.113','2024-06-06 10:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'69.171.230.17','2024-06-06 13:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.107.22','2024-06-06 13:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2024-06-06 14:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'40.77.167.7','2024-06-06 15:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'138.64.85.38','2024-06-06 17:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'138.64.85.38','2024-06-06 17:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'138.64.85.38','2024-06-06 17:59:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'138.64.85.38','2024-06-06 17:59:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'138.64.85.38','2024-06-06 18:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'138.64.85.38','2024-06-06 18:00:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'173.252.83.112','2024-06-07 02:43:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.107.32','2024-06-07 04:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'69.171.249.118','2024-06-07 04:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.249.14','2024-06-07 04:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.17','2024-06-07 04:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'69.171.249.24','2024-06-07 06:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.252.107.118','2024-06-07 06:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.70.4','2024-06-07 07:05:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'69.171.230.15','2024-06-07 07:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.107.18','2024-06-07 07:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2024-06-07 08:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'69.171.230.10','2024-06-07 08:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'69.171.230.18','2024-06-07 08:52:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.23','2024-06-07 09:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2024-06-07 10:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.87.8','2024-06-07 11:44:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.83.117','2024-06-07 22:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.107.7','2024-06-08 04:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.14','2024-06-08 04:51:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.20','2024-06-08 06:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.107.8','2024-06-08 06:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.9','2024-06-08 08:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.249.20','2024-06-08 08:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.5','2024-06-08 09:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'149.202.86.190','2024-06-08 12:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.87.7','2024-06-08 13:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.107.2','2024-06-08 13:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.8','2024-06-08 14:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.107.25','2024-06-08 17:24:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.230.9','2024-06-08 17:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.26','2024-06-08 19:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.87.119','2024-06-08 19:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.107.24','2024-06-08 19:53:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.39','2024-06-08 22:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.83.6','2024-06-08 22:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.230.118','2024-06-09 01:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.83.30','2024-06-09 01:12:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.120','2024-06-09 01:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'69.171.249.29','2024-06-09 22:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'173.252.83.2','2024-06-10 00:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.12','2024-06-10 01:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.252.107.5','2024-06-10 03:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'173.252.83.24','2024-06-10 04:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'173.252.83.13','2024-06-10 06:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.127.117','2024-06-10 07:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'69.171.249.16','2024-06-10 08:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'69.171.230.118','2024-06-10 09:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.24','2024-06-10 09:23:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.252.107.15','2024-06-10 09:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.83.18','2024-06-10 10:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.87.118','2024-06-10 10:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.252.87.15','2024-06-10 10:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'69.171.249.3','2024-06-10 12:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.230.11','2024-06-10 13:06:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.230.5','2024-06-10 14:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.21','2024-06-10 15:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.83.2','2024-06-10 16:52:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.87.10','2024-06-10 17:08:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.83.8','2024-06-10 17:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.25','2024-06-10 22:05:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.249.119','2024-06-10 22:39:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.230.116','2024-06-10 23:48:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.230.16','2024-06-11 00:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.230.1','2024-06-11 01:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.83.113','2024-06-11 02:10:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.127.112','2024-06-11 03:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.87.1','2024-06-11 03:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.243','2024-06-11 19:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.47','2024-06-11 19:54:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.13','2024-06-11 20:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.224.220.101','2024-06-11 20:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'23.22.35.162','2024-06-11 20:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'23.22.35.162','2024-06-11 20:04:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.224.220.101','2024-06-11 20:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'23.22.35.162','2024-06-11 20:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.70.240.171','2024-06-11 20:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'23.22.35.162','2024-06-11 20:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.224.220.101','2024-06-11 20:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'23.22.35.162','2024-06-11 20:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.249.28','2024-06-11 20:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.107.5','2024-06-11 21:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.41','2024-06-11 21:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.167.144.190','2024-06-12 02:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.230.13','2024-06-12 05:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'81.167.26.57','2024-06-12 13:46:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.6','2024-06-12 16:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.167.144.142','2024-06-12 20:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.116','2024-06-13 05:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.230.10','2024-06-13 08:36:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.83.20','2024-06-13 14:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.107.112','2024-06-14 01:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.249.116','2024-06-14 02:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.87.17','2024-06-14 02:34:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'69.171.230.15','2024-06-14 02:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.10','2024-06-14 04:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'69.171.230.12','2024-06-14 06:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.230.13','2024-06-14 06:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'173.252.107.2','2024-06-14 07:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.107.8','2024-06-14 07:32:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'173.252.83.2','2024-06-14 07:46:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.87.112','2024-06-14 09:16:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.107.113','2024-06-14 09:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'173.252.83.13','2024-06-14 10:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'150.66.116.206','2024-06-14 10:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'150.66.116.206','2024-06-14 10:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'150.66.116.206','2024-06-14 10:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.83.7','2024-06-14 12:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.22','2024-06-14 15:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.107.2','2024-06-14 18:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.14','2024-06-14 18:42:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.107.113','2024-06-14 20:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.18','2024-06-14 21:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.230.116','2024-06-15 00:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.107.13','2024-06-15 01:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.107.13','2024-06-15 07:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.230.113','2024-06-15 07:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.70.114','2024-06-15 08:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.107.113','2024-06-15 09:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.83.2','2024-06-15 09:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.249.1','2024-06-15 10:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'126.54.123.47','2024-06-15 11:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.5','2024-06-15 12:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.230.5','2024-06-15 13:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.107.17','2024-06-15 14:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.230.5','2024-06-15 15:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.1','2024-06-15 15:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.249.6','2024-06-15 16:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.1','2024-06-15 17:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.70.112','2024-06-15 20:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.230.3','2024-06-15 22:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'69.171.230.115','2024-06-16 01:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2024-06-16 02:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.69.116','2024-06-16 05:03:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.12','2024-06-16 05:13:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.249.2','2024-06-16 07:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.69.2','2024-06-16 07:32:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.8','2024-06-16 08:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.87.113','2024-06-16 10:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'141.94.107.83','2024-06-16 11:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'141.94.107.83','2024-06-16 11:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'141.94.107.83','2024-06-16 11:35:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'141.94.107.83','2024-06-16 11:48:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'141.94.107.83','2024-06-16 11:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'141.94.107.83','2024-06-16 11:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'141.94.107.83','2024-06-16 11:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'141.94.107.83','2024-06-16 11:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'141.94.107.83','2024-06-16 11:48:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'141.94.107.83','2024-06-16 11:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'141.94.107.83','2024-06-16 11:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.70.113','2024-06-16 16:01:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.10','2024-06-16 17:50:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.249.2','2024-06-16 18:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.107.9','2024-06-16 20:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.113','2024-06-16 21:05:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.249.115','2024-06-16 21:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.87.125','2024-06-16 23:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.83.6','2024-06-17 00:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.87.6','2024-06-17 00:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.230.11','2024-06-17 04:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.70.4','2024-06-17 04:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.70.1','2024-06-17 05:22:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'173.252.83.21','2024-06-17 05:28:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.107.113','2024-06-17 07:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'69.171.249.12','2024-06-17 07:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.230.8','2024-06-17 07:57:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'69.171.249.2','2024-06-17 08:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.21','2024-06-17 09:00:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.83.25','2024-06-17 10:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2024-06-17 13:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2024-06-17 13:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2024-06-17 13:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.249.7','2024-06-17 14:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.9','2024-06-17 14:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.230.114','2024-06-17 17:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.230.113','2024-06-17 20:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.230.115','2024-06-17 20:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.52','2024-06-17 21:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.249.10','2024-06-17 21:22:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.107.3','2024-06-17 21:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.23','2024-06-17 21:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2024-06-17 23:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.249.8','2024-06-17 23:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.17','2024-06-18 06:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.87.114','2024-06-18 06:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.15','2024-06-18 13:15:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.83.17','2024-06-18 14:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.83.19','2024-06-18 15:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.3','2024-06-18 15:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.83.114','2024-06-18 16:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'69.171.230.7','2024-06-18 16:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.18','2024-06-18 19:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.87.8','2024-06-18 19:51:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.13','2024-06-18 22:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.113','2024-06-18 22:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.83.3','2024-06-18 23:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.249.12','2024-06-19 02:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.107.1','2024-06-19 03:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.249.126','2024-06-19 04:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'203.202.196.141','2024-06-19 06:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.230.5','2024-06-19 07:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.230.116','2024-06-19 07:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'69.171.230.9','2024-06-19 08:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.9','2024-06-19 10:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.87.4','2024-06-19 12:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.13','2024-06-19 12:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.87.6','2024-06-19 13:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.127.113','2024-06-19 16:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.107.17','2024-06-19 18:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.249.20','2024-06-19 23:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.127.10','2024-06-20 01:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.24','2024-06-20 01:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.107.14','2024-06-20 01:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'173.252.107.112','2024-06-20 02:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'173.252.83.10','2024-06-20 02:34:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'69.171.249.115','2024-06-20 02:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'69.171.230.1','2024-06-20 04:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.83.6','2024-06-20 05:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'173.252.87.10','2024-06-20 05:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'69.171.230.14','2024-06-20 05:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'173.252.107.17','2024-06-20 07:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.87.6','2024-06-20 07:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'69.171.230.113','2024-06-20 08:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.14','2024-06-20 08:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'69.171.230.12','2024-06-20 08:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.87.10','2024-06-20 10:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.107.113','2024-06-20 12:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.16','2024-06-20 15:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.249.10','2024-06-20 15:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'173.252.87.112','2024-06-20 15:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.87.114','2024-06-20 16:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.21','2024-06-20 17:17:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.107.11','2024-06-20 17:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.2','2024-06-20 22:14:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.70.113','2024-06-21 00:16:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.83.38','2024-06-21 01:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.107.6','2024-06-21 04:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.107.19','2024-06-21 06:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.107.15','2024-06-21 07:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.10','2024-06-21 07:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.107.29','2024-06-21 07:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.87.11','2024-06-21 12:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.249.5','2024-06-21 13:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.230.1','2024-06-21 14:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.249.8','2024-06-21 15:07:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.83.19','2024-06-21 19:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.230.19','2024-06-21 21:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.230.3','2024-06-21 21:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.9','2024-06-21 21:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.28','2024-06-21 23:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.16','2024-06-21 23:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.230.113','2024-06-22 02:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.230.4','2024-06-22 07:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.249.13','2024-06-22 08:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.107.1','2024-06-22 11:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.107.6','2024-06-22 13:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.83.42','2024-06-22 15:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.12','2024-06-22 16:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.113','2024-06-22 18:34:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.12','2024-06-22 19:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.249.112','2024-06-22 19:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.70.1','2024-06-22 19:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.230.115','2024-06-23 00:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.249.13','2024-06-23 02:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.230.13','2024-06-23 03:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.87.19','2024-06-23 03:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.249.25','2024-06-23 09:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'69.171.230.2','2024-06-23 13:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.15','2024-06-23 13:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.87.18','2024-06-23 16:14:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.83.36','2024-06-23 18:29:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.230.18','2024-06-23 19:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.83.21','2024-06-23 20:18:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.11','2024-06-23 20:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.83.2','2024-06-23 20:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.87.18','2024-06-23 21:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'69.171.230.13','2024-06-23 23:17:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.83.28','2024-06-24 01:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.3','2024-06-24 01:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'173.252.107.16','2024-06-24 03:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.230.5','2024-06-24 05:22:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'159.138.111.129','2024-06-24 06:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'190.92.212.198','2024-06-24 06:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.83.27','2024-06-24 08:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'69.171.249.23','2024-06-24 08:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'69.171.249.12','2024-06-24 09:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'173.252.107.27','2024-06-24 10:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.107.113','2024-06-24 10:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.87.15','2024-06-24 11:47:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.249.116','2024-06-24 15:50:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'173.252.70.113','2024-06-24 16:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.107.113','2024-06-24 20:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'173.252.83.32','2024-06-24 22:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'69.171.230.23','2024-06-24 22:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'173.252.87.16','2024-06-24 22:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'173.252.107.5','2024-06-25 00:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'69.171.249.10','2024-06-25 03:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'173.252.83.32','2024-06-25 05:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'23.22.35.162','2024-06-26 10:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.230.152.126','2024-06-26 11:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.230.152.126','2024-06-26 11:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.230.152.126','2024-06-26 11:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.230.152.5','2024-06-26 14:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.230.152.5','2024-06-26 14:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.230.152.5','2024-06-26 14:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.230.152.106','2024-06-26 17:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.230.152.205','2024-06-26 17:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.230.152.205','2024-06-26 17:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.230.152.161','2024-06-26 21:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.230.152.161','2024-06-26 21:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.230.152.161','2024-06-26 21:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'3.224.220.101','2024-06-27 21:43:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'40.77.167.132','2024-06-29 05:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.167.144.235','2024-07-01 03:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.230.152.192','2024-07-01 06:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.230.152.192','2024-07-01 06:06:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.230.152.192','2024-07-01 06:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.230.152.192','2024-07-01 06:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.230.152.192','2024-07-01 06:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.230.152.192','2024-07-01 06:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.230.152.192','2024-07-01 06:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.230.152.192','2024-07-01 06:06:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.230.152.192','2024-07-01 06:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.230.152.25','2024-07-01 06:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.230.152.188','2024-07-01 06:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'52.230.152.216','2024-07-01 06:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.230.152.216','2024-07-01 06:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'52.230.152.216','2024-07-01 06:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'52.230.152.216','2024-07-01 06:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.230.152.82','2024-07-01 06:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.230.152.82','2024-07-01 06:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.230.152.82','2024-07-01 06:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.230.152.82','2024-07-01 06:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.230.152.82','2024-07-01 06:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.230.152.82','2024-07-01 06:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.230.152.82','2024-07-01 06:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'52.230.152.11','2024-07-01 06:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'52.230.152.11','2024-07-01 06:47:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.230.152.11','2024-07-01 06:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.230.152.97','2024-07-01 06:47:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'52.230.152.97','2024-07-01 06:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.230.152.97','2024-07-01 06:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.230.152.97','2024-07-01 06:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.230.152.177','2024-07-01 06:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.230.152.177','2024-07-01 06:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.230.152.177','2024-07-01 06:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.230.152.177','2024-07-01 06:49:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.224.220.101','2024-07-02 06:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.70.240.171','2024-07-02 06:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'23.22.35.162','2024-07-02 06:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.22.35.162','2024-07-02 06:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.70.240.171','2024-07-02 06:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.70.240.171','2024-07-02 06:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2024-07-02 06:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.224.220.101','2024-07-02 06:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.224.220.101','2024-07-02 06:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.224.220.101','2024-07-02 06:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'23.22.35.162','2024-07-02 06:02:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.224.220.101','2024-07-02 06:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2024-07-02 06:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2024-07-02 06:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2024-07-02 06:03:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.224.220.101','2024-07-02 06:03:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.224.220.101','2024-07-02 06:03:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.70.240.171','2024-07-02 06:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.224.220.101','2024-07-02 06:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.224.220.101','2024-07-02 06:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.70.240.171','2024-07-02 06:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.70.240.171','2024-07-02 06:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'23.22.35.162','2024-07-02 06:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.70.240.171','2024-07-02 06:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.22.35.162','2024-07-02 06:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2024-07-02 06:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'23.22.35.162','2024-07-02 06:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.70.240.171','2024-07-02 06:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.70.240.171','2024-07-02 06:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.70.240.171','2024-07-02 06:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'23.22.35.162','2024-07-02 06:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.128','2024-07-02 16:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.54.249.201','2024-07-02 16:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.131','2024-07-02 16:49:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.142','2024-07-02 16:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.132','2024-07-02 16:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.131','2024-07-02 16:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.133','2024-07-02 16:56:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.137','2024-07-02 16:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.128','2024-07-02 16:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.140','2024-07-02 17:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.131','2024-07-02 17:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.140','2024-07-02 17:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.113.194.141','2024-07-02 17:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.128','2024-07-02 17:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.131','2024-07-02 17:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.132','2024-07-02 17:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.134','2024-07-02 17:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'217.113.194.134','2024-07-02 17:10:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'154.54.249.201','2024-07-02 17:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.131','2024-07-02 18:01:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.134','2024-07-02 18:01:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2024-07-02 18:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.136','2024-07-02 18:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.136','2024-07-02 18:02:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.138','2024-07-02 18:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.139','2024-07-02 18:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.130','2024-07-02 18:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.129','2024-07-02 18:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.141','2024-07-02 18:03:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.136','2024-07-02 18:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.130','2024-07-02 18:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.133','2024-07-02 18:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.136','2024-07-02 18:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.138','2024-07-02 18:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.139','2024-07-02 18:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.128','2024-07-02 18:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.220.213','2024-07-03 02:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.167.144.179','2024-07-04 01:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.19','2024-07-05 21:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.17','2024-07-06 12:01:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.15','2024-07-06 15:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'101.44.160.128','2024-07-06 15:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.11','2024-07-06 17:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'159.138.96.251','2024-07-06 20:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.15','2024-07-07 08:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.4','2024-07-07 16:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.8','2024-07-07 23:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'195.113.175.51','2024-07-07 23:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.8','2024-07-08 01:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'195.113.175.51','2024-07-08 01:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.11','2024-07-08 03:17:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.13','2024-07-08 13:22:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.17','2024-07-08 18:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.14','2024-07-08 18:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.6','2024-07-08 18:59:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.6','2024-07-09 00:03:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.4','2024-07-09 05:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.4','2024-07-09 14:07:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.15','2024-07-09 15:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'190.92.213.201','2024-07-09 22:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.4','2024-07-10 00:31:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.2','2024-07-10 00:41:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.13','2024-07-10 02:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.4','2024-07-10 07:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.5','2024-07-10 07:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.4','2024-07-10 07:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.20','2024-07-10 10:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.6','2024-07-11 00:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'114.119.174.174','2024-07-11 02:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'44.214.187.82','2024-07-11 13:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'44.214.187.82','2024-07-11 13:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'44.214.187.82','2024-07-11 13:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.43.204.218','2024-07-11 17:04:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.1','2024-07-11 19:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'44.214.187.82','2024-07-11 20:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'44.214.187.82','2024-07-11 20:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'44.214.187.82','2024-07-11 21:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'44.214.187.82','2024-07-11 21:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'44.214.187.82','2024-07-11 21:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'44.214.187.82','2024-07-11 21:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'44.214.187.82','2024-07-11 21:07:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'44.214.187.82','2024-07-11 21:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'44.214.187.82','2024-07-11 21:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.214.187.82','2024-07-11 21:12:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.214.187.82','2024-07-11 21:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'44.214.187.82','2024-07-11 21:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'44.214.187.82','2024-07-11 21:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'44.214.187.82','2024-07-11 21:19:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'44.214.187.82','2024-07-11 21:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'44.214.187.82','2024-07-11 21:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'44.214.187.82','2024-07-11 21:23:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'44.214.187.82','2024-07-11 21:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'44.214.187.82','2024-07-11 21:26:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'44.214.187.82','2024-07-11 21:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'44.214.187.82','2024-07-11 21:29:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'44.214.187.82','2024-07-11 21:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'23.22.35.162','2024-07-11 22:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.70.240.171','2024-07-11 22:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.70.240.171','2024-07-11 23:04:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'23.22.35.162','2024-07-11 23:18:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.119.191.138','2024-07-11 23:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.70.240.171','2024-07-11 23:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'23.22.35.162','2024-07-11 23:35:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'23.22.35.162','2024-07-12 00:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'23.22.35.162','2024-07-12 00:06:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'52.70.240.171','2024-07-12 00:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'23.22.35.162','2024-07-12 00:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'44.214.187.82','2024-07-12 02:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'44.214.187.82','2024-07-12 02:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'44.214.187.82','2024-07-12 02:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.10','2024-07-12 06:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'159.138.98.253','2024-07-12 14:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.2','2024-07-12 15:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.5','2024-07-12 15:46:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.230.152.191','2024-07-12 16:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.230.152.191','2024-07-12 16:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.230.152.199','2024-07-12 16:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.4','2024-07-12 19:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'124.243.139.173','2024-07-12 20:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.230.152.180','2024-07-12 23:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.230.152.180','2024-07-12 23:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.230.152.226','2024-07-12 23:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.230.152.200','2024-07-12 23:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.230.152.231','2024-07-12 23:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'101.44.161.63','2024-07-13 09:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.5','2024-07-13 09:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.3','2024-07-13 14:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.5','2024-07-13 15:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.230.152.176','2024-07-13 16:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.230.152.176','2024-07-13 16:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'124.243.134.56','2024-07-13 17:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.1','2024-07-13 19:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.14','2024-07-13 19:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.10','2024-07-13 23:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.230.152.176','2024-07-14 01:03:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.13','2024-07-14 06:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.20','2024-07-14 14:16:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.20','2024-07-14 16:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.6','2024-07-15 07:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.4','2024-07-15 07:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.3','2024-07-15 08:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.8','2024-07-15 21:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.10','2024-07-15 23:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.3','2024-07-16 06:49:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.18','2024-07-16 10:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.6','2024-07-17 02:29:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.20','2024-07-17 08:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'114.119.191.138','2024-07-17 12:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.13','2024-07-18 00:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'40.77.167.52','2024-07-18 06:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.1','2024-07-18 07:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.13','2024-07-18 08:56:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.14','2024-07-18 12:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.68.6','2024-07-19 02:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.4','2024-07-20 07:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.167.144.182','2024-07-20 09:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.68.6','2024-07-20 20:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.13.107.86','2024-07-21 15:06:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.11','2024-07-21 19:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'124.243.145.23','2024-07-23 03:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.17','2024-07-23 15:00:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.3','2024-07-23 15:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.15','2024-07-23 15:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.2','2024-07-23 15:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.14','2024-07-23 16:41:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.15','2024-07-23 17:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.195','2024-07-23 18:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'85.208.96.210','2024-07-23 20:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.9','2024-07-23 20:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.203','2024-07-23 21:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.16','2024-07-23 21:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.7','2024-07-23 21:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'85.208.96.199','2024-07-23 22:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.202','2024-07-23 22:45:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.209','2024-07-23 23:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'85.208.96.212','2024-07-23 23:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.194','2024-07-23 23:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'85.208.96.199','2024-07-24 00:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.17','2024-07-24 01:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.4','2024-07-24 01:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.208.96.195','2024-07-24 02:04:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.19','2024-07-24 03:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.205','2024-07-24 04:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.212','2024-07-24 04:05:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.2','2024-07-24 04:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'85.208.96.212','2024-07-24 04:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'85.208.96.209','2024-07-24 04:25:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.11','2024-07-24 04:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.12','2024-07-24 05:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'85.208.96.196','2024-07-24 05:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.7','2024-07-24 05:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.18','2024-07-24 06:08:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.208.96.195','2024-07-24 06:13:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.11','2024-07-24 08:00:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'85.208.96.202','2024-07-24 08:32:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.5','2024-07-24 09:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.15','2024-07-24 09:44:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.6','2024-07-24 14:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.243.67.179','2024-07-25 12:45:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.243.67.179','2024-07-25 12:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'202.243.67.179','2024-07-25 12:46:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'202.243.67.179','2024-07-25 12:46:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.243.67.179','2024-07-25 12:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'47.128.35.207','2024-07-25 17:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'47.128.61.2','2024-07-25 18:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.3','2024-07-25 18:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.3','2024-07-25 18:45:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.128.18.230','2024-07-25 18:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.68.3','2024-07-26 08:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.68.5','2024-07-26 09:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.68.4','2024-07-26 10:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.23.251','2024-07-26 16:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.23.251','2024-07-26 16:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.24.136','2024-07-26 16:04:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'124.243.151.46','2024-07-27 02:37:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.3','2024-07-27 19:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.5','2024-07-28 00:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.68.3','2024-07-28 10:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'94.74.81.68','2024-07-28 11:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'85.208.96.194','2024-07-29 09:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'116.91.120.113','2024-07-29 14:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.68.3','2024-07-30 10:59:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'88.88.133.174','2024-07-31 02:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.78.33','2024-07-31 06:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'157.55.39.200','2024-07-31 17:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.46.72','2024-07-31 20:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'190.92.209.209','2024-07-31 22:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.182.134.134','2024-07-31 22:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.182.175.187','2024-08-01 07:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.182.175.187','2024-08-01 07:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'23.22.35.162','2024-08-01 10:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.224.220.101','2024-08-01 10:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'52.70.240.171','2024-08-01 10:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'52.70.240.171','2024-08-01 10:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.70.240.171','2024-08-01 10:24:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'52.70.240.171','2024-08-01 10:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.70.240.171','2024-08-01 10:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.224.220.101','2024-08-01 10:26:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.22.35.162','2024-08-01 10:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.22.35.162','2024-08-01 10:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'23.22.35.162','2024-08-01 10:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.22.35.162','2024-08-01 10:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.224.220.101','2024-08-01 10:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.224.220.101','2024-08-01 10:29:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.22.35.162','2024-08-01 10:45:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2024-08-01 10:46:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.22.35.162','2024-08-01 10:47:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.70.240.171','2024-08-01 10:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.22.35.162','2024-08-01 10:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2024-08-01 10:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2024-08-01 10:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.70.240.171','2024-08-01 10:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.224.220.101','2024-08-01 10:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.70.240.171','2024-08-01 10:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.224.220.101','2024-08-01 10:48:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'23.22.35.162','2024-08-01 10:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.70.240.171','2024-08-01 10:48:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.240.171','2024-08-01 10:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.70.240.171','2024-08-01 10:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'23.22.35.162','2024-08-01 10:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.224.220.101','2024-08-01 10:50:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.22.35.162','2024-08-01 10:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.224.220.101','2024-08-01 10:51:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'158.220.119.96','2024-08-01 14:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.79.92.212','2024-08-01 16:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.79.92.212','2024-08-01 16:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.79.92.212','2024-08-01 16:10:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.79.92.212','2024-08-01 16:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.79.92.212','2024-08-01 16:29:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.79.92.212','2024-08-01 16:29:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.79.92.212','2024-08-01 16:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.79.92.212','2024-08-01 16:29:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.79.92.212','2024-08-01 16:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.79.92.212','2024-08-01 16:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.79.92.212','2024-08-01 16:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.7','2024-08-02 12:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.16.136','2024-08-03 14:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.49.176','2024-08-03 14:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'190.92.214.107','2024-08-04 05:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.5','2024-08-04 10:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.4','2024-08-04 10:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.4','2024-08-04 10:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.4','2024-08-04 12:44:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.110.26','2024-08-04 14:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.4','2024-08-05 03:17:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.6','2024-08-05 05:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'192.99.14.19','2024-08-05 07:02:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'193.70.81.110','2024-08-05 22:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'192.95.30.177','2024-08-06 04:51:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'192.95.30.177','2024-08-06 04:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.5','2024-08-06 07:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.68.3','2024-08-07 09:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.5','2024-08-07 10:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.5','2024-08-07 12:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.7','2024-08-08 10:23:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'35.78.202.9','2024-08-08 16:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.6','2024-08-08 16:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'166.108.224.78','2024-08-10 16:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'23.22.35.162','2024-08-10 22:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.31.35','2024-08-11 05:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.20.94','2024-08-11 05:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'124.243.184.230','2024-08-11 06:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.4','2024-08-12 07:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'190.92.209.192','2024-08-12 11:57:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'166.108.229.31','2024-08-12 14:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'159.138.105.154','2024-08-12 19:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'119.8.180.14','2024-08-12 22:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.4','2024-08-13 08:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'124.243.135.71','2024-08-13 11:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.5','2024-08-13 23:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.46.13.127','2024-08-15 00:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.5','2024-08-15 10:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.128.56.8','2024-08-16 04:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.128.26.66','2024-08-16 04:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.79.66','2024-08-16 10:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.13','2024-08-18 02:34:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2024-08-18 04:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.2','2024-08-19 18:00:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.206.71','2024-08-19 20:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.206.71','2024-08-19 20:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.206.71','2024-08-19 20:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.206.186','2024-08-19 21:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.206.94','2024-08-19 21:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.206.223','2024-08-19 21:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.206.223','2024-08-19 21:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.206.223','2024-08-19 21:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.206.223','2024-08-19 21:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.206.223','2024-08-19 21:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.206.223','2024-08-19 21:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.206.46','2024-08-19 23:10:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.206.46','2024-08-19 23:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.206.46','2024-08-19 23:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.4','2024-08-20 00:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.206.176','2024-08-20 00:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.5','2024-08-20 06:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.89','2024-08-20 07:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.91','2024-08-20 07:02:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.89','2024-08-20 10:36:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.12.126.32','2024-08-20 17:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.12.126.32','2024-08-20 17:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2024-08-21 08:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2024-08-21 08:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'210.145.13.222','2024-08-21 16:04:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2024-08-22 00:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2024-08-22 01:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2024-08-22 01:49:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'49.0.206.145','2024-08-23 03:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2024-08-24 10:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2024-08-24 10:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2024-08-24 10:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2024-08-24 14:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2024-08-24 15:12:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2024-08-25 01:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2024-08-25 03:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2024-08-25 08:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2024-08-25 09:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'207.46.13.126','2024-08-25 15:51:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2024-08-25 19:57:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'14.9.146.224','2024-08-26 00:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2024-08-26 10:14:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2024-08-26 10:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'149.202.86.56','2024-08-26 22:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.19','2024-08-27 04:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.5','2024-08-27 04:53:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.18','2024-08-27 18:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2024-08-27 19:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2024-08-27 20:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2024-08-27 22:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.10','2024-08-27 22:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.12','2024-08-27 22:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.9','2024-08-28 04:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.6','2024-08-28 07:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'193.70.81.106','2024-08-28 07:32:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.18','2024-08-28 13:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.2','2024-08-28 16:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.17','2024-08-28 19:10:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.4','2024-08-28 19:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.11','2024-08-28 19:53:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.9','2024-08-28 22:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.12','2024-08-28 22:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'173.252.83.7','2024-08-28 22:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'69.171.249.7','2024-08-28 23:03:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.9','2024-08-29 04:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.171.206.225','2024-08-29 04:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.171.206.155','2024-08-29 09:14:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'20.171.206.155','2024-08-29 09:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'20.171.206.155','2024-08-29 09:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.206.155','2024-08-29 09:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'20.171.206.80','2024-08-29 09:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.171.206.80','2024-08-29 09:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.206.80','2024-08-29 09:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'20.171.206.80','2024-08-29 09:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'20.171.206.80','2024-08-29 09:21:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.171.206.80','2024-08-29 09:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'20.171.206.80','2024-08-29 09:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'20.171.206.162','2024-08-29 09:50:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.206.85','2024-08-29 09:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.206.85','2024-08-29 09:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.206.85','2024-08-29 09:51:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.206.85','2024-08-29 09:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'20.171.206.85','2024-08-29 09:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'20.171.206.85','2024-08-29 09:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.206.70','2024-08-29 10:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.206.70','2024-08-29 10:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.206.70','2024-08-29 10:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.206.70','2024-08-29 10:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.4','2024-08-29 14:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.8','2024-08-29 14:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.2','2024-08-29 14:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.17','2024-08-29 19:47:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2024-08-29 21:10:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2024-08-30 02:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2024-08-30 02:20:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.15','2024-08-30 05:03:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.3','2024-08-30 07:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.11','2024-08-30 08:00:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.206.215','2024-08-30 15:46:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.206.215','2024-08-30 15:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.206.215','2024-08-30 15:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2024-08-30 17:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2024-08-30 19:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2024-08-30 21:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.17','2024-08-31 10:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2024-08-31 16:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.16','2024-08-31 18:32:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.104.136.244','2024-08-31 22:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.104.136.244','2024-08-31 22:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.104.136.244','2024-08-31 22:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.104.136.244','2024-08-31 23:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.10','2024-09-01 01:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.9','2024-09-01 10:23:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.55.39.53','2024-09-01 10:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.182.134.101','2024-09-01 11:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.220.213','2024-09-01 15:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.224.220.101','2024-09-02 01:20:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'3.224.220.101','2024-09-02 01:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.70.240.171','2024-09-02 01:21:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'23.22.35.162','2024-09-02 01:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.22.35.162','2024-09-02 01:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'23.22.35.162','2024-09-02 01:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.224.220.101','2024-09-02 01:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'23.22.35.162','2024-09-02 01:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'23.22.35.162','2024-09-02 01:21:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.70.240.171','2024-09-02 01:21:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'23.22.35.162','2024-09-02 01:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.22.35.162','2024-09-02 01:22:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2024-09-02 01:22:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.224.220.101','2024-09-02 01:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'23.22.35.162','2024-09-02 01:22:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.70.240.171','2024-09-02 01:22:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.22.35.162','2024-09-02 01:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.70.240.171','2024-09-02 01:22:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.70.240.171','2024-09-02 01:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.224.220.101','2024-09-02 01:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.22.35.162','2024-09-02 01:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'23.22.35.162','2024-09-02 01:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'3.224.220.101','2024-09-02 01:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'3.224.220.101','2024-09-02 01:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'23.22.35.162','2024-09-02 01:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.70.240.171','2024-09-02 01:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'23.22.35.162','2024-09-02 01:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.22.35.162','2024-09-02 01:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.224.220.101','2024-09-02 01:27:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.224.220.101','2024-09-02 01:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.70.240.171','2024-09-02 01:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.70.240.171','2024-09-02 01:28:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.70.240.171','2024-09-02 01:29:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.224.220.101','2024-09-02 01:30:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'3.224.220.101','2024-09-02 01:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'52.70.240.171','2024-09-02 01:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.70.240.171','2024-09-02 01:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.38.85.36','2024-09-02 03:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.21.233.213','2024-09-02 08:29:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.64.210','2024-09-02 17:03:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2024-09-02 17:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2024-09-02 21:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'81.209.177.145','2024-09-03 06:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.209.177.145','2024-09-03 06:53:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'81.209.177.145','2024-09-03 07:05:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.20','2024-09-03 18:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.11','2024-09-04 14:49:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.11','2024-09-04 15:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.13','2024-09-04 15:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.9','2024-09-04 15:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'119.8.166.82','2024-09-04 17:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.5','2024-09-04 18:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'135.181.212.177','2024-09-05 01:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'178.25.242.225','2024-09-05 06:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2024-09-07 06:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.15','2024-09-07 17:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2024-09-07 22:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.6','2024-09-08 18:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.4','2024-09-09 12:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.1','2024-09-09 12:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.224.220.101','2024-09-09 21:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'3.224.220.101','2024-09-09 21:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'23.22.35.162','2024-09-09 21:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'23.22.35.162','2024-09-09 22:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.224.220.101','2024-09-09 22:39:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.70.240.171','2024-09-09 22:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'114.147.182.79','2024-09-10 07:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.5','2024-09-10 20:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'115.39.197.108','2024-09-10 23:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'115.39.197.108','2024-09-10 23:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'40.77.167.44','2024-09-11 00:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.90','2024-09-11 15:42:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.88','2024-09-11 15:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'154.54.249.201','2024-09-11 15:44:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.90','2024-09-11 15:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.88','2024-09-11 15:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.84','2024-09-11 15:48:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.87','2024-09-11 15:49:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2024-09-11 16:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.85','2024-09-11 16:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.90','2024-09-11 16:34:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.87','2024-09-11 16:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.83','2024-09-11 17:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.86','2024-09-11 17:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.89','2024-09-11 17:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2024-09-11 17:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.83','2024-09-11 17:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.91','2024-09-11 18:51:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.89','2024-09-11 18:51:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.113.194.83','2024-09-11 18:52:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.86','2024-09-11 18:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.83','2024-09-11 18:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.90','2024-09-11 18:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.90','2024-09-11 18:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.84','2024-09-11 18:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2024-09-11 18:53:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.89','2024-09-11 18:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.89','2024-09-11 18:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'154.54.249.201','2024-09-11 18:54:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.83','2024-09-11 18:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.87','2024-09-11 18:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.86','2024-09-11 18:55:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.3','2024-09-12 21:09:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.4','2024-09-15 13:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2024-09-16 09:44:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.5','2024-09-17 13:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2024-09-18 07:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.8.126','2024-09-19 08:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.4','2024-09-19 19:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2024-09-20 00:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'167.172.97.46','2024-09-20 07:58:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'167.172.97.46','2024-09-20 07:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'167.172.97.46','2024-09-20 07:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'167.172.97.46','2024-09-20 08:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'167.172.97.46','2024-09-20 08:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'167.172.97.46','2024-09-20 08:12:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'167.172.97.46','2024-09-20 08:12:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'167.172.97.46','2024-09-20 08:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'167.172.97.46','2024-09-20 08:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'167.172.97.46','2024-09-20 08:12:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'167.172.97.46','2024-09-20 08:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.13','2024-09-20 16:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.68.4','2024-09-20 18:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.68.5','2024-09-22 18:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.47','2024-09-23 13:39:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'47.128.45.165','2024-09-24 01:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'47.128.62.48','2024-09-24 02:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.128.30.76','2024-09-24 03:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'47.128.21.85','2024-09-24 06:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.128.54.31','2024-09-24 11:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'47.128.122.178','2024-09-24 12:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.8','2024-09-24 19:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.224','2024-09-25 22:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.79.224','2024-09-27 08:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:30:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'118.9.138.135','2024-09-27 09:31:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'118.9.138.135','2024-09-27 09:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.225','2024-09-27 12:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.91','2024-09-27 21:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.83','2024-09-27 22:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.54.249.201','2024-09-27 22:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.86','2024-09-27 22:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.83','2024-09-27 22:11:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.86','2024-09-27 22:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.87','2024-09-28 00:39:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.89','2024-09-28 01:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.113.194.84','2024-09-28 01:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2024-09-28 01:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.84','2024-09-28 01:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.86','2024-09-28 01:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'119.8.168.116','2024-09-30 01:03:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.17','2024-10-01 22:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.207','2024-10-02 02:45:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.206.144','2024-10-02 10:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'20.171.206.128','2024-10-02 10:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.171.206.128','2024-10-02 10:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.171.206.128','2024-10-02 10:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'20.171.206.128','2024-10-02 10:17:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'20.171.206.128','2024-10-02 10:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.206.183','2024-10-02 10:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.206.183','2024-10-02 10:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.206.183','2024-10-02 10:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'20.171.206.22','2024-10-02 10:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'20.171.206.110','2024-10-02 10:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'20.171.206.213','2024-10-02 10:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.171.206.242','2024-10-02 10:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'20.171.206.242','2024-10-02 10:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.206.117','2024-10-02 10:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.206.223','2024-10-02 10:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.206.253','2024-10-02 10:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.206.253','2024-10-02 10:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'20.171.206.253','2024-10-02 10:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.206.44','2024-10-02 10:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.206.44','2024-10-02 10:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.206.44','2024-10-02 10:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.171.206.200','2024-10-02 10:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'20.171.206.200','2024-10-02 10:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.206.200','2024-10-02 10:34:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.206.200','2024-10-02 10:34:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.206.200','2024-10-02 10:34:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.206.178','2024-10-02 10:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.206.178','2024-10-02 10:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.206.178','2024-10-02 10:34:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.206.178','2024-10-02 10:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.206.178','2024-10-02 10:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.206.178','2024-10-02 10:34:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'20.171.206.178','2024-10-02 10:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.206.161','2024-10-02 10:37:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.206.161','2024-10-02 10:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.206.116','2024-10-02 10:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.206.116','2024-10-02 10:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.206.116','2024-10-02 10:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.206.102','2024-10-02 10:40:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.206.102','2024-10-02 10:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.206.102','2024-10-02 10:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.206.31','2024-10-02 10:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.38.0.60','2024-10-03 11:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'34.196.237.236','2024-10-03 15:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.86.59.155','2024-10-03 15:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.23.112.144','2024-10-03 15:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'3.216.227.216','2024-10-03 15:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'50.19.79.213','2024-10-03 15:33:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.225.243.131','2024-10-03 15:34:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.71.46.142','2024-10-03 15:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.217.82.254','2024-10-03 15:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.0.105.244','2024-10-03 15:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'52.205.141.124','2024-10-03 15:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.164.106.236','2024-10-03 15:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.23.112.144','2024-10-03 15:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.224.205.25','2024-10-03 15:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.205.113.104','2024-10-03 15:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'44.210.204.255','2024-10-03 15:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.224.205.25','2024-10-03 15:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.2.191.202','2024-10-03 15:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.215.59.93','2024-10-03 15:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'47.128.20.132','2024-10-04 08:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'47.128.52.61','2024-10-04 15:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'47.128.29.194','2024-10-04 20:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.128.52.107','2024-10-04 23:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.128.113.206','2024-10-09 05:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.128.50.212','2024-10-09 20:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'18.214.238.178','2024-10-10 01:39:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'50.16.216.166','2024-10-10 01:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'50.16.72.185','2024-10-10 01:40:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.204.71.8','2024-10-10 01:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'47.128.98.154','2024-10-10 08:48:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.206.212.24','2024-10-10 10:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'100.28.204.82','2024-10-10 10:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.206.41','2024-10-12 21:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.206.89','2024-10-12 21:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.206.123','2024-10-12 21:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.206.146','2024-10-12 22:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.206.146','2024-10-12 22:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.206.146','2024-10-12 22:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.206.100','2024-10-12 23:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.206.100','2024-10-12 23:03:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.206.100','2024-10-12 23:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.206.100','2024-10-12 23:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.206.100','2024-10-12 23:03:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.206.100','2024-10-12 23:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.206.100','2024-10-12 23:03:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.206.100','2024-10-12 23:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.206.100','2024-10-12 23:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.8','2024-10-14 02:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.20','2024-10-14 19:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.15','2024-10-14 21:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'106.73.13.98','2024-10-15 14:56:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'106.73.13.98','2024-10-15 14:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.19','2024-10-15 18:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.19','2024-10-16 02:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.10','2024-10-16 04:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.9','2024-10-16 05:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.155.249.149','2024-10-16 16:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.19','2024-10-16 17:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.13','2024-10-16 21:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.18','2024-10-17 01:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.7','2024-10-17 06:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.4','2024-10-17 15:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.18','2024-10-18 15:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'60.130.224.78','2024-10-18 20:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.125.120','2024-10-19 05:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'207.46.13.102','2024-10-19 14:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.18','2024-10-19 23:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.14','2024-10-20 19:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.16','2024-10-20 20:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.19','2024-10-21 09:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.3','2024-10-21 14:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.2','2024-10-21 15:16:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.17','2024-10-21 15:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.13','2024-10-21 21:06:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.2','2024-10-22 18:11:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'40.77.167.30','2024-10-23 03:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.6','2024-10-23 12:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.7','2024-10-24 06:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'188.165.232.135','2024-10-24 10:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.6','2024-10-24 15:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'192.95.30.177','2024-10-24 22:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.9','2024-10-26 07:00:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.16','2024-10-26 09:30:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.17','2024-10-26 11:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.128.39.82','2024-10-27 02:17:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.128.32.7','2024-10-28 04:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.128.59.88','2024-10-28 07:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2024-10-28 07:33:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2024-10-28 07:33:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2024-10-28 09:02:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.11','2024-10-29 17:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'37.187.73.123','2024-10-30 03:53:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.64.210','2024-10-30 08:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'94.74.94.63','2024-10-30 11:51:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.128.43.204','2024-10-30 20:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.21.232.254','2024-10-31 10:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.21.232.254','2024-10-31 10:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.21.232.254','2024-10-31 10:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'218.44.140.49','2024-10-31 10:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.182.175.38','2024-10-31 17:46:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.38.181.206','2024-10-31 21:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.145.46.168','2024-11-02 14:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.145.46.168','2024-11-02 14:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.145.46.168','2024-11-02 14:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'124.145.46.168','2024-11-02 14:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.17','2024-11-04 06:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'85.208.96.199','2024-11-04 07:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.195','2024-11-04 08:40:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'85.208.96.203','2024-11-04 10:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'85.208.96.206','2024-11-04 10:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.198','2024-11-04 10:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.4','2024-11-04 11:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.10','2024-11-04 12:40:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.17','2024-11-04 13:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.207','2024-11-04 14:19:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.15','2024-11-04 15:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.208.96.200','2024-11-04 15:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'85.208.96.204','2024-11-04 15:38:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.5','2024-11-04 15:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.13','2024-11-04 16:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'85.208.96.212','2024-11-04 16:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.15','2024-11-04 16:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.195','2024-11-04 16:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'85.208.96.211','2024-11-04 17:11:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.202','2024-11-04 17:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.197','2024-11-04 17:23:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'85.208.96.199','2024-11-04 17:24:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'85.208.96.204','2024-11-04 17:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.19','2024-11-04 18:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'85.208.96.199','2024-11-04 18:48:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.209','2024-11-04 18:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'85.208.96.199','2024-11-04 19:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.208.96.202','2024-11-04 19:21:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.9','2024-11-04 19:29:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.200','2024-11-04 19:52:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'85.208.96.206','2024-11-04 20:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'85.208.96.200','2024-11-04 20:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.208.96.208','2024-11-04 20:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.18','2024-11-04 21:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.14','2024-11-04 21:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.204','2024-11-04 22:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.16','2024-11-04 23:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'34.231.77.232','2024-11-06 19:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.94.199.128','2024-11-06 21:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'98.82.66.172','2024-11-06 21:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'50.19.102.70','2024-11-06 21:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.217.177.142','2024-11-06 21:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.85.126.86','2024-11-06 21:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.3.155.146','2024-11-06 21:11:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'44.205.192.249','2024-11-06 21:11:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.156.248.117','2024-11-06 21:11:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.93.253.174','2024-11-06 21:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.214.176.44','2024-11-06 21:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.200.54.136','2024-11-07 11:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.215.59.93','2024-11-07 11:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.197.178.107','2024-11-07 11:01:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'23.21.250.48','2024-11-07 11:07:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.156.248.117','2024-11-07 11:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'18.215.77.19','2024-11-07 11:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'44.213.36.21','2024-11-07 11:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'23.23.180.225','2024-11-07 11:35:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.221.50.71','2024-11-07 11:36:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'34.206.193.60','2024-11-07 11:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.225.87.80','2024-11-07 11:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'98.82.63.147','2024-11-07 11:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.3.26.180','2024-11-07 11:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'18.206.47.187','2024-11-07 11:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'52.54.15.103','2024-11-07 11:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.156.124.2','2024-11-07 18:48:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.221.244.28','2024-11-07 18:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.223.181.32','2024-11-08 23:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'44.209.35.147','2024-11-09 00:01:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.235.215.92','2024-11-09 00:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.205.113.104','2024-11-09 00:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.232.82.72','2024-11-09 00:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.204.12.115','2024-11-09 05:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.193.2.57','2024-11-09 06:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'18.233.24.238','2024-11-09 06:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.219.81.66','2024-11-09 06:06:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.220.213','2024-11-09 08:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'23.21.250.48','2024-11-09 13:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'3.232.82.72','2024-11-09 13:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'34.239.85.139','2024-11-09 14:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'44.194.134.53','2024-11-09 15:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'35.174.141.243','2024-11-09 16:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.225.98.148','2024-11-09 18:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.8.184','2024-11-09 23:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.21.232.254','2024-11-10 01:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.21.232.254','2024-11-10 01:53:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'85.208.96.198','2024-11-10 13:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.114.252.194','2024-11-11 13:07:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.114.252.194','2024-11-11 13:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.79.88.205','2024-11-13 21:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.79.88.205','2024-11-13 21:50:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.79.88.205','2024-11-13 21:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.79.88.205','2024-11-13 22:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.79.88.205','2024-11-13 22:03:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.79.88.205','2024-11-13 22:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.79.88.205','2024-11-13 22:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.79.88.205','2024-11-13 22:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.79.88.205','2024-11-13 22:03:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.79.88.205','2024-11-13 22:03:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.79.88.205','2024-11-13 22:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'118.9.138.135','2024-11-14 02:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'118.9.138.135','2024-11-14 02:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.111','2024-11-14 13:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2024-11-17 01:06:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.3','2024-11-19 02:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.6','2024-11-19 03:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2024-11-20 02:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2024-11-20 02:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.4','2024-11-21 04:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.110.26','2024-11-22 03:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.89','2024-11-23 14:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.113.194.87','2024-11-23 14:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.88','2024-11-23 14:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.89','2024-11-23 14:31:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.54.249.201','2024-11-23 14:31:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.246','2024-11-23 14:31:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2024-11-24 00:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2024-11-24 02:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2024-11-24 02:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.155.231.116','2024-11-24 15:43:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.155.231.116','2024-11-24 15:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'210.155.231.116','2024-11-24 15:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.9.138.135','2024-11-25 07:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.9.138.135','2024-11-25 07:33:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.9.138.135','2024-11-25 07:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.9.138.135','2024-11-25 07:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.9.138.135','2024-11-25 07:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.9.138.135','2024-11-25 07:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'118.9.138.135','2024-11-25 07:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.19','2024-11-26 02:23:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2024-11-26 14:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2024-11-26 15:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2024-11-27 00:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2024-11-27 02:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2024-11-27 06:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2024-11-27 07:51:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2024-11-27 18:04:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2024-11-29 17:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2024-11-29 18:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2024-11-29 20:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'27.106.116.31','2024-12-01 04:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'189.1.220.179','2024-12-01 06:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'101.44.248.241','2024-12-01 11:33:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'182.171.247.167','2024-12-01 13:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'182.171.247.167','2024-12-01 13:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2024-12-01 19:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.5','2024-12-01 23:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2024-12-02 01:04:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2024-12-02 01:05:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.3','2024-12-02 01:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'49.0.255.25','2024-12-02 01:52:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'111.119.221.55','2024-12-02 01:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'111.119.213.246','2024-12-02 14:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2024-12-02 15:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2024-12-02 17:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'166.108.196.236','2024-12-02 18:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2024-12-02 19:19:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'189.1.218.127','2024-12-03 01:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.108.0.71','2024-12-03 01:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2024-12-03 08:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2024-12-03 08:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.128.54','2024-12-03 08:58:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'166.108.204.236','2024-12-03 13:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2024-12-03 14:03:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'111.119.235.122','2024-12-03 14:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'2a06:98c0:3600:','2024-12-03 16:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.19','2024-12-03 18:53:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'193.70.81.99','2024-12-04 06:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.8','2024-12-04 13:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.3','2024-12-04 19:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.6','2024-12-05 08:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.17','2024-12-05 13:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2024-12-05 14:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.16','2024-12-05 17:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2024-12-05 18:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.73.235','2024-12-06 11:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.73.235','2024-12-06 11:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.73.235','2024-12-06 11:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.73.235','2024-12-06 11:28:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.73.235','2024-12-06 11:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.73.235','2024-12-06 11:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.73.235','2024-12-06 11:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.73.235','2024-12-06 11:28:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'114.184.73.235','2024-12-06 11:28:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.7','2024-12-06 22:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.20','2024-12-06 23:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'44.221.37.41','2024-12-07 01:38:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'50.16.72.185','2024-12-07 01:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.218.35.239','2024-12-07 01:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.232.102.111','2024-12-07 01:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'18.235.158.19','2024-12-07 01:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.235.239.240','2024-12-07 01:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.224.215.150','2024-12-07 01:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.94.40.182','2024-12-07 01:39:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.44.229.124','2024-12-07 01:39:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.147.182.90','2024-12-07 01:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.227.234.246','2024-12-07 01:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.2.191.202','2024-12-07 01:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.197.102.71','2024-12-07 01:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2024-12-07 04:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.3','2024-12-07 19:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'40.77.167.159','2024-12-08 05:55:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.1','2024-12-08 18:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.84.102.81','2024-12-08 20:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'52.2.191.202','2024-12-08 20:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.224.215.150','2024-12-08 20:38:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'34.236.41.241','2024-12-08 20:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'52.3.155.146','2024-12-08 20:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'23.22.59.87','2024-12-08 20:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'3.221.50.71','2024-12-08 20:38:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'44.223.232.55','2024-12-08 20:38:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'3.229.164.203','2024-12-08 20:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'44.212.131.50','2024-12-08 20:39:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.23.214.190','2024-12-08 20:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.234.206.30','2024-12-08 20:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.235.215.92','2024-12-08 20:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.225.138.57','2024-12-08 20:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.94.156.104','2024-12-08 20:50:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.17','2024-12-08 22:08:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'149.202.86.190','2024-12-09 02:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.4','2024-12-09 06:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.38.85.21','2024-12-09 11:30:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.15','2024-12-09 12:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.9','2024-12-09 15:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2024-12-10 01:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2024-12-10 18:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.18','2024-12-11 01:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'18.207.89.138','2024-12-11 03:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'18.207.79.144','2024-12-11 03:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'44.195.50.71','2024-12-11 03:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.15','2024-12-11 12:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.194.95.99','2024-12-12 04:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.205.113.104','2024-12-12 05:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'18.213.27.222','2024-12-12 05:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'98.83.72.38','2024-12-12 05:08:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.166.126.132','2024-12-12 05:25:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'35.171.117.160','2024-12-12 05:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'100.28.49.152','2024-12-12 05:25:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.205.170.13','2024-12-12 05:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.197.82.195','2024-12-12 05:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'3.232.102.111','2024-12-12 05:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.220.70.171','2024-12-12 05:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'98.82.66.172','2024-12-12 05:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.11','2024-12-12 23:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.13','2024-12-13 00:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.89','2024-12-13 05:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.84','2024-12-13 05:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.246','2024-12-13 05:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.90','2024-12-13 05:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.113.194.246','2024-12-13 05:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.82','2024-12-13 05:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2024-12-13 05:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.90','2024-12-13 05:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'217.113.194.89','2024-12-13 05:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.89','2024-12-13 05:09:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.91','2024-12-13 05:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.88','2024-12-13 05:46:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.90','2024-12-13 05:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.82','2024-12-13 05:46:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.87','2024-12-13 05:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.87','2024-12-13 05:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'154.54.249.201','2024-12-13 05:47:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.90','2024-12-13 05:47:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.83','2024-12-13 05:47:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.85','2024-12-13 05:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.91','2024-12-13 05:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.86','2024-12-13 05:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.15','2024-12-13 07:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.108.78.33','2024-12-13 11:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2024-12-14 05:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.9','2024-12-14 12:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.5','2024-12-14 17:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'85.208.96.204','2024-12-15 10:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.6','2024-12-15 12:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.7','2024-12-15 15:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.4','2024-12-15 15:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.78.33','2024-12-15 23:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.237.7.65','2024-12-16 15:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.237.7.65','2024-12-16 15:47:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.237.7.65','2024-12-16 15:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'133.237.7.65','2024-12-16 15:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.16','2024-12-16 22:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'182.160.12.242','2024-12-17 13:08:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'131.147.253.124','2024-12-17 14:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'153.140.4.131','2024-12-18 09:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'192.99.14.159','2024-12-18 12:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2024-12-20 07:31:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'101.44.248.234','2024-12-21 01:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2024-12-21 20:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.6','2024-12-24 08:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.85','2024-12-25 04:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.83','2024-12-25 04:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.85','2024-12-25 04:22:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2024-12-25 06:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2024-12-25 07:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.208','2024-12-25 19:56:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.13','2024-12-29 16:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.193.137.195','2024-12-31 08:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.8.230','2024-12-31 11:25:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.193.137.195','2024-12-31 12:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.128.98.253','2025-01-02 04:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.128.97.239','2025-01-02 06:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'47.128.39.42','2025-01-02 15:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.128.43.92','2025-01-02 15:09:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.8','2025-01-02 18:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.128.59.153','2025-01-03 00:17:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'47.128.55.237','2025-01-03 00:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'40.77.167.71','2025-01-03 11:02:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.143.125','2025-01-05 20:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.143.125','2025-01-05 20:47:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.143.125','2025-01-05 20:48:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.143.125','2025-01-05 20:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.143.125','2025-01-05 20:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.143.125','2025-01-05 20:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.143.125','2025-01-05 20:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'36.8.143.125','2025-01-05 20:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.197.82.195','2025-01-07 20:43:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'44.209.89.189','2025-01-07 20:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'18.211.148.239','2025-01-07 20:43:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'107.20.224.184','2025-01-07 20:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'100.29.128.75','2025-01-07 20:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'98.82.63.147','2025-01-07 20:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.7.33.248','2025-01-07 20:44:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.54.95.127','2025-01-07 20:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.84.169.196','2025-01-07 20:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.210.223.61','2025-01-07 20:44:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'98.82.38.120','2025-01-07 20:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'18.214.251.19','2025-01-07 20:44:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'3.226.34.98','2025-01-07 20:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'98.84.184.80','2025-01-07 20:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.193.2.57','2025-01-07 20:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.1.106.130','2025-01-07 20:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'34.235.239.240','2025-01-07 20:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'3.224.215.150','2025-01-07 20:45:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'23.21.175.228','2025-01-07 20:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.21.225.190','2025-01-07 20:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'98.82.63.147','2025-01-07 20:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.83.56.1','2025-01-07 20:46:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'3.223.181.32','2025-01-07 20:46:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.5.242.243','2025-01-07 20:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.201.155.215','2025-01-07 20:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.23.99.55','2025-01-07 20:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.45.92.83','2025-01-07 20:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.4.76.156','2025-01-07 21:23:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'146.70.116.206','2025-01-09 17:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.68.164.224','2025-01-10 09:45:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.68.164.224','2025-01-10 09:45:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.68.164.224','2025-01-10 09:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.68.164.224','2025-01-10 10:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.68.164.224','2025-01-10 10:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.68.164.224','2025-01-10 10:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.68.164.224','2025-01-10 10:12:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.68.164.224','2025-01-10 10:12:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.68.164.224','2025-01-10 10:13:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.68.164.224','2025-01-10 10:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.68.164.224','2025-01-10 10:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.68.164.224','2025-01-10 10:13:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.246','2025-01-12 09:41:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.86','2025-01-12 09:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2025-01-12 09:42:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.91','2025-01-12 09:42:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.83','2025-01-12 09:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'85.208.96.212','2025-01-12 11:07:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.206','2025-01-12 13:20:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.220.213','2025-01-13 04:22:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2025-01-13 04:22:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2025-01-13 04:22:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.80.208.189','2025-01-16 16:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'98.84.70.201','2025-01-17 01:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'44.215.210.112','2025-01-17 01:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'100.29.160.53','2025-01-17 01:16:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'18.215.49.176','2025-01-17 01:16:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'35.174.141.243','2025-01-17 01:17:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'23.21.175.228','2025-01-17 07:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.90.73.206','2025-01-17 07:06:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'100.24.167.60','2025-01-17 07:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.216.13.10','2025-01-17 10:59:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.204.253.129','2025-01-17 10:59:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'98.82.214.73','2025-01-17 11:00:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.6','2025-01-17 13:09:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'27.106.108.156','2025-01-17 13:58:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'34.231.77.232','2025-01-18 01:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'3.222.190.107','2025-01-18 01:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.83.56.1','2025-01-18 01:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.87','2025-01-18 11:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2025-01-18 11:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.89','2025-01-18 11:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.83','2025-01-18 12:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.85','2025-01-18 12:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.54.249.201','2025-01-18 12:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.87','2025-01-18 13:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.91','2025-01-18 13:04:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.86','2025-01-18 13:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.85','2025-01-18 13:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.84','2025-01-18 13:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.91','2025-01-18 13:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.90','2025-01-18 13:05:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.91','2025-01-18 13:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'111.119.214.44','2025-01-18 15:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.4','2025-01-20 16:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.20','2025-01-21 23:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.18','2025-01-22 18:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.19','2025-01-23 01:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.128.56.101','2025-01-23 12:42:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.13','2025-01-23 16:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.8','2025-01-24 02:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.1','2025-01-24 02:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.7','2025-01-24 04:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.164','2025-01-24 08:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.86','2025-01-24 16:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.83','2025-01-24 16:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.113.194.246','2025-01-24 16:00:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.91','2025-01-24 16:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.90','2025-01-24 16:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.85','2025-01-24 16:01:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.87','2025-01-24 16:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2025-01-24 16:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.83','2025-01-24 16:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.82','2025-01-24 16:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.90','2025-01-24 16:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.87','2025-01-24 16:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.91','2025-01-24 16:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.85','2025-01-24 16:16:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.88','2025-01-24 16:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.1','2025-01-24 17:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.1','2025-01-24 22:05:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.18','2025-01-24 22:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.7','2025-01-25 04:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.20','2025-01-25 12:07:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.0.71','2025-01-26 05:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.18','2025-01-26 13:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.37','2025-01-27 10:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.8','2025-01-27 18:14:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'192.99.15.185','2025-01-28 09:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'192.99.15.185','2025-01-28 09:49:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.5','2025-01-28 14:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.13','2025-01-28 19:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.67','2025-01-29 00:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.13','2025-01-29 01:09:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.6','2025-01-29 01:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.2','2025-01-29 05:13:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.13','2025-01-29 05:45:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.80.208.142','2025-01-29 08:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.182.134.101','2025-01-29 09:23:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.4','2025-01-29 09:27:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.101','2025-01-29 12:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'203.179.19.238','2025-01-29 13:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.101.75.37','2025-01-30 13:38:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.101.75.37','2025-01-30 13:38:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.101.75.37','2025-01-30 13:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.101.75.37','2025-01-30 13:38:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'111.101.75.37','2025-01-30 13:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'135.181.212.177','2025-01-30 14:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.17','2025-01-30 18:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.182.175.163','2025-01-30 18:43:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.182.175.163','2025-01-30 18:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.182.175.163','2025-01-30 18:43:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.65.32','2025-01-31 00:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.3','2025-01-31 05:55:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.16','2025-01-31 21:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.65.32','2025-01-31 21:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.78.33','2025-02-01 01:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'89.58.11.50','2025-02-01 03:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.11','2025-02-01 08:47:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'94.23.207.193','2025-02-01 19:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.4','2025-02-02 15:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.6','2025-02-02 18:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.17','2025-02-02 21:49:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.18','2025-02-02 22:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.4','2025-02-04 00:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.5','2025-02-06 03:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'18.207.89.138','2025-02-06 21:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'18.215.49.176','2025-02-06 21:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.227.234.246','2025-02-06 21:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.219.81.66','2025-02-06 21:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'98.83.177.42','2025-02-06 21:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.2.58.41','2025-02-06 21:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'100.27.153.9','2025-02-06 21:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'23.21.179.120','2025-02-06 21:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.23.112.144','2025-02-06 21:32:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.206.93.215','2025-02-06 21:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'18.235.81.246','2025-02-06 21:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.92.171.106','2025-02-06 21:32:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.45.15.233','2025-02-06 21:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'98.83.226.125','2025-02-06 21:33:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'44.217.255.167','2025-02-06 21:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'98.84.131.195','2025-02-06 22:13:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'23.22.59.87','2025-02-06 22:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'100.28.57.133','2025-02-06 22:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.235.125.129','2025-02-06 22:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.231.193.38','2025-02-06 22:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'18.232.11.247','2025-02-06 22:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'3.222.190.107','2025-02-06 22:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'100.28.133.214','2025-02-06 22:13:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'50.17.193.48','2025-02-06 22:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.194.14.255','2025-02-06 22:15:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.235.191.179','2025-02-06 22:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.229.164.203','2025-02-06 22:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'44.214.19.8','2025-02-06 22:57:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.4','2025-02-08 12:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.38.35.58','2025-02-10 10:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.5','2025-02-10 12:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.80.208.192','2025-02-12 00:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.238.236.3','2025-02-12 15:34:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.201','2025-02-13 17:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'85.208.96.198','2025-02-13 18:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.10','2025-02-13 19:29:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.14','2025-02-13 19:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.18','2025-02-13 19:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'85.208.96.202','2025-02-13 19:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'85.208.96.199','2025-02-13 20:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.12','2025-02-13 20:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.10','2025-02-13 21:09:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.13','2025-02-13 21:43:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.1','2025-02-13 22:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.12','2025-02-13 22:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.3','2025-02-13 23:12:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.200','2025-02-13 23:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.12','2025-02-13 23:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.9','2025-02-13 23:27:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'85.208.96.200','2025-02-13 23:29:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.19','2025-02-14 00:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.208.96.195','2025-02-14 01:02:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.11','2025-02-14 01:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.201','2025-02-14 01:36:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.16','2025-02-14 02:50:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.203','2025-02-14 03:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.208.96.197','2025-02-14 04:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.208.96.199','2025-02-14 04:35:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.208.96.212','2025-02-14 04:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.208.96.212','2025-02-14 04:40:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.9','2025-02-14 04:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.5','2025-02-14 05:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.194','2025-02-14 05:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.211','2025-02-14 05:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.15','2025-02-14 06:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.210','2025-02-14 07:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.199','2025-02-14 08:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'85.208.96.209','2025-02-14 08:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.13','2025-02-14 09:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.5','2025-02-14 10:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'18.204.89.56','2025-02-16 06:02:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.204.12.115','2025-02-16 06:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'100.28.118.16','2025-02-16 06:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.21.148.226','2025-02-16 06:02:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.4.238.8','2025-02-16 06:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'44.212.106.171','2025-02-17 18:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.235.239.240','2025-02-17 18:55:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'44.197.76.210','2025-02-17 18:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2025-02-18 08:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.13','2025-02-19 02:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2025-02-21 04:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2025-02-21 04:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.45.29.57','2025-02-22 04:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.224.132.215','2025-02-22 04:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.80.185.200','2025-02-22 04:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.231.45.47','2025-02-22 05:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.36.148.75','2025-02-24 05:45:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2025-02-24 23:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2025-02-25 01:32:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2025-02-25 01:32:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'119.47.212.254','2025-02-26 06:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2025-02-27 09:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2025-02-27 10:46:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2025-02-27 20:17:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2025-02-27 21:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2025-02-28 01:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2025-02-28 03:08:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2025-02-28 12:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'202.212.161.182','2025-02-28 13:33:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.8.226','2025-03-01 04:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2025-03-02 07:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2025-03-02 08:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2025-03-02 09:38:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2025-03-03 18:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.6','2025-03-03 21:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2025-03-04 07:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2025-03-04 07:43:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'49.98.175.104','2025-03-04 19:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2025-03-04 20:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2025-03-04 22:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2025-03-05 00:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.207.120','2025-03-05 21:46:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.3','2025-03-06 06:14:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.85','2025-03-06 23:36:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.89','2025-03-06 23:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.89','2025-03-06 23:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.86','2025-03-06 23:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.87','2025-03-06 23:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2025-03-07 21:20:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2025-03-08 01:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2025-03-08 05:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'35.169.119.108','2025-03-09 02:20:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'98.84.200.43','2025-03-09 02:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'44.221.37.41','2025-03-09 02:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.235.172.96','2025-03-09 02:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'107.20.181.148','2025-03-09 02:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.197.178.107','2025-03-09 02:20:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.207.252.58','2025-03-09 02:20:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.3.102.51','2025-03-09 02:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.211.181.86','2025-03-09 02:20:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.93.211.16','2025-03-09 02:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'44.223.116.149','2025-03-09 02:21:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'52.205.222.214','2025-03-09 02:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'34.206.249.188','2025-03-09 02:21:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'3.93.211.16','2025-03-09 02:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'98.82.59.253','2025-03-09 02:21:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.94.199.128','2025-03-09 02:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.210.152.179','2025-03-09 02:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.204.62.163','2025-03-09 02:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.202.233.37','2025-03-09 02:22:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'18.207.79.144','2025-03-09 02:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'34.230.124.21','2025-03-09 02:22:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'3.212.205.90','2025-03-09 02:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.200.58.199','2025-03-09 02:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.209.100.30','2025-03-09 02:22:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.84.102.81','2025-03-09 02:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'44.208.223.68','2025-03-09 02:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.201.155.215','2025-03-09 02:23:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.147.80.137','2025-03-09 02:23:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.164.106.236','2025-03-09 02:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'44.221.105.234','2025-03-09 02:23:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'107.23.62.75','2025-03-09 02:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.3','2025-03-09 09:13:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2025-03-09 11:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.46.13.155','2025-03-10 15:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.3','2025-03-11 11:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.5','2025-03-11 14:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2025-03-12 03:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.83','2025-03-12 14:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.83','2025-03-12 15:44:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.113.194.90','2025-03-12 15:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.89','2025-03-12 15:44:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.90','2025-03-12 15:44:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.246','2025-03-12 15:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.246','2025-03-12 15:45:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.83','2025-03-12 15:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.88','2025-03-12 15:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.83','2025-03-12 15:46:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2025-03-12 17:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'40.77.167.18','2025-03-13 14:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'123.253.152.240','2025-03-13 17:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.12','2025-03-14 02:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.5','2025-03-14 15:27:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.80.208.215','2025-03-14 20:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.4','2025-03-15 00:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.9','2025-03-15 14:14:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.5','2025-03-15 19:58:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.5','2025-03-15 20:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2025-03-16 00:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'207.46.13.92','2025-03-16 14:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.3','2025-03-17 02:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.12','2025-03-17 05:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.16','2025-03-18 00:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2025-03-18 08:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.87','2025-03-18 08:56:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.85','2025-03-18 08:56:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.89','2025-03-18 08:56:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.113.194.84','2025-03-18 08:57:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.88','2025-03-18 08:57:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'154.54.249.201','2025-03-18 08:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.90','2025-03-18 08:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.89','2025-03-18 08:58:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'217.113.194.85','2025-03-18 08:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.91','2025-03-18 08:58:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.85','2025-03-18 10:04:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.83','2025-03-18 10:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'154.54.249.201','2025-03-18 10:05:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.91','2025-03-18 10:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.91','2025-03-18 10:05:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.83','2025-03-18 10:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.220.213','2025-03-18 23:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2025-03-18 23:47:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2025-03-18 23:47:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2025-03-18 23:48:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.2','2025-03-19 01:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.108.0.71','2025-03-19 03:59:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.9','2025-03-19 05:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2025-03-19 07:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.11','2025-03-19 08:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2025-03-19 09:44:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'180.53.201.150','2025-03-19 11:03:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.5','2025-03-19 12:02:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.10','2025-03-19 16:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.192.16.64','2025-03-19 18:08:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.192.16.64','2025-03-19 18:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.225.81.20','2025-03-20 18:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'34.224.132.215','2025-03-20 19:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.11','2025-03-20 23:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.225.199.17','2025-03-21 02:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.79.35','2025-03-21 02:51:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'3.216.13.10','2025-03-21 06:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.147.238.89','2025-03-21 08:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.19','2025-03-21 11:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.205.74.196','2025-03-21 18:28:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.172.122.254','2025-03-21 19:57:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.172.122.254','2025-03-21 19:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.37','2025-03-21 22:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'44.212.145.46','2025-03-21 22:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.13','2025-03-22 20:13:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.79.37','2025-03-22 21:23:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.1','2025-03-22 21:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.99','2025-03-22 23:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.3.155.146','2025-03-22 23:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.12','2025-03-23 02:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.9','2025-03-23 11:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.9','2025-03-23 11:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.35','2025-03-23 20:42:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.36','2025-03-23 22:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.35','2025-03-24 01:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.135','2025-03-24 03:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.19','2025-03-24 08:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.82','2025-03-24 14:02:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.89','2025-03-24 15:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.246','2025-03-24 15:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.5','2025-03-24 15:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.255.149.98','2025-03-24 16:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.255.149.98','2025-03-24 16:56:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.255.149.98','2025-03-24 16:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.255.149.98','2025-03-24 16:56:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.255.149.98','2025-03-24 16:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.255.149.98','2025-03-24 16:57:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.255.149.98','2025-03-24 16:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'221.255.149.98','2025-03-24 16:57:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.4','2025-03-25 08:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2025-03-25 09:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'3.210.114.189','2025-03-25 09:56:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.15','2025-03-25 10:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.8.223','2025-03-25 12:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.6.5.24','2025-03-25 21:21:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.35','2025-03-25 22:42:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.205.113.104','2025-03-26 04:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'35.174.141.243','2025-03-26 11:28:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.79.35','2025-03-26 22:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-03-27 00:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'77.237.237.30','2025-03-27 03:46:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.82.11.99','2025-03-27 04:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.79.1.97','2025-03-27 06:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.79.4.28','2025-03-27 08:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.35','2025-03-27 08:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.79.5.126','2025-03-27 22:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.79.35','2025-03-27 22:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.82.11.222','2025-03-28 00:21:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'195.201.199.99','2025-03-28 03:06:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.82.11.239','2025-03-28 03:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.79.98.30','2025-03-28 05:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'195.191.219.130','2025-03-28 22:55:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.122.129.110','2025-03-29 07:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'118.155.101.220','2025-03-30 18:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'135.181.79.106','2025-03-31 21:41:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'135.181.79.106','2025-03-31 21:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'194.247.173.99','2025-04-01 02:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.68.233.43','2025-04-01 19:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'37.60.239.40','2025-04-02 22:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.79.37','2025-04-03 05:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.79.35','2025-04-03 05:10:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'81.209.177.145','2025-04-04 03:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'81.209.177.145','2025-04-04 03:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'81.209.177.145','2025-04-04 03:31:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'81.209.177.145','2025-04-04 03:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'81.209.177.145','2025-04-04 03:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'81.209.177.145','2025-04-04 03:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'81.209.177.145','2025-04-04 03:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'81.209.177.145','2025-04-04 04:04:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'81.209.177.145','2025-04-04 04:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.209.177.145','2025-04-04 04:28:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'81.209.177.145','2025-04-04 04:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.202','2025-04-04 05:31:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.80.208.189','2025-04-05 04:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'106.154.147.152','2025-04-06 02:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'106.154.147.152','2025-04-06 02:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'106.154.147.152','2025-04-06 02:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'106.154.147.152','2025-04-06 02:21:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'106.154.147.152','2025-04-06 02:22:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'106.154.147.152','2025-04-06 02:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'106.154.147.152','2025-04-06 02:22:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'106.154.147.152','2025-04-06 02:23:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'106.154.147.152','2025-04-06 02:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'106.154.147.152','2025-04-06 02:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'106.154.147.152','2025-04-06 02:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'106.154.147.152','2025-04-06 02:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'106.154.147.152','2025-04-06 02:25:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.147.152','2025-04-06 02:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.147.152','2025-04-06 02:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.147.152','2025-04-06 02:25:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.147.152','2025-04-06 02:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.147.152','2025-04-06 02:26:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.147.152','2025-04-06 02:26:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.147.152','2025-04-06 02:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'106.154.147.152','2025-04-06 02:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'106.154.147.152','2025-04-06 02:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'106.154.147.152','2025-04-06 02:27:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'106.154.147.152','2025-04-06 02:27:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'106.154.147.152','2025-04-06 02:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'106.154.147.152','2025-04-06 02:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'106.154.147.152','2025-04-06 02:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'106.154.147.152','2025-04-06 02:27:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'106.154.147.152','2025-04-06 02:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'106.154.147.152','2025-04-06 02:27:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'106.154.147.152','2025-04-06 02:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'106.154.147.152','2025-04-06 02:45:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'106.154.147.152','2025-04-06 02:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'106.154.147.152','2025-04-06 02:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.89','2025-04-06 03:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.83','2025-04-06 03:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.54.249.201','2025-04-06 03:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.84','2025-04-06 04:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.246','2025-04-06 04:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.90','2025-04-06 04:30:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.113.194.89','2025-04-06 04:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.89','2025-04-06 04:31:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.90','2025-04-06 04:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.85','2025-04-06 04:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.246','2025-04-06 04:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'217.113.194.89','2025-04-06 04:32:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.84','2025-04-06 04:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.90','2025-04-06 05:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.87','2025-04-06 05:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'154.54.249.201','2025-04-06 05:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.88','2025-04-06 05:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.90','2025-04-06 05:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.83','2025-04-06 05:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.88','2025-04-06 05:55:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.89','2025-04-06 05:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.85','2025-04-06 05:56:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.91','2025-04-06 05:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.90','2025-04-06 05:56:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.85','2025-04-06 05:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'120.239.20.107','2025-04-08 12:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'120.239.20.107','2025-04-08 12:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'120.239.20.107','2025-04-08 12:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'120.239.20.107','2025-04-08 12:41:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.204.62.163','2025-04-08 12:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'120.239.20.107','2025-04-08 13:08:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.10','2025-04-08 17:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'34.239.197.197','2025-04-08 18:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.197.114.76','2025-04-08 19:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'23.23.212.212','2025-04-08 19:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'98.84.184.80','2025-04-08 19:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'47.79.5.126','2025-04-08 21:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'98.82.38.120','2025-04-09 01:05:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'3.93.98.99','2025-04-09 01:28:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'44.215.61.66','2025-04-09 01:56:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.89.176.255','2025-04-09 03:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'18.207.79.144','2025-04-09 04:05:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.82.0.12','2025-04-09 07:28:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.82.0.12','2025-04-09 08:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.82.10.4','2025-04-09 08:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'44.197.76.210','2025-04-09 08:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.79.35','2025-04-09 10:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.213.127.51','2025-04-09 12:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'100.29.63.24','2025-04-09 13:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'100.29.160.53','2025-04-09 13:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.204.71.8','2025-04-09 14:32:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.4.213.199','2025-04-09 14:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.4.229.9','2025-04-09 17:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.79.35','2025-04-09 18:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.22.64.232','2025-04-09 20:05:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.79.36','2025-04-09 20:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.163.136.244','2025-04-09 21:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'50.17.193.48','2025-04-09 21:32:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'44.206.93.215','2025-04-09 23:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'100.28.204.82','2025-04-10 00:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'52.54.15.103','2025-04-10 00:48:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.138.169.164','2025-04-10 01:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.138.169.164','2025-04-10 01:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.138.169.164','2025-04-10 01:23:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.138.169.164','2025-04-10 01:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.138.169.164','2025-04-10 01:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.138.169.164','2025-04-10 01:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.138.169.164','2025-04-10 01:24:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'203.138.169.164','2025-04-10 01:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'44.215.61.66','2025-04-10 02:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'184.73.195.18','2025-04-10 02:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.212.219.113','2025-04-10 03:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'18.209.201.119','2025-04-10 03:49:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'184.72.95.195','2025-04-10 04:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'34.194.14.255','2025-04-10 04:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.166.104.83','2025-04-10 05:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.222.190.107','2025-04-10 06:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.232.82.72','2025-04-10 07:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'35.169.119.108','2025-04-11 06:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.79.35','2025-04-12 08:29:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'154.54.249.201','2025-04-12 09:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.85','2025-04-12 09:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'217.113.194.246','2025-04-12 09:29:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.86','2025-04-12 09:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.13','2025-04-12 18:17:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.39.58','2025-04-12 21:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'192.95.30.21','2025-04-15 23:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.79.35','2025-04-17 02:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.84.178.29','2025-04-17 21:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.243.161.234','2025-04-17 21:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.238.13.13','2025-04-18 12:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.88','2025-04-18 17:58:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.82','2025-04-18 18:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.87','2025-04-18 18:05:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.90','2025-04-18 18:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.85','2025-04-18 18:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.83','2025-04-18 18:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.238.13.8','2025-04-18 18:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.82','2025-04-18 18:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.88','2025-04-18 18:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.91','2025-04-18 18:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.87','2025-04-18 20:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.113.194.86','2025-04-18 20:11:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.89','2025-04-18 20:11:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.246','2025-04-18 20:11:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.91','2025-04-18 20:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'154.54.249.201','2025-04-18 20:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.82','2025-04-18 20:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.85','2025-04-18 20:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.86','2025-04-18 20:13:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'87.76.238.87','2025-04-19 02:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'87.76.238.87','2025-04-19 02:00:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'47.238.13.15','2025-04-19 03:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.238.13.10','2025-04-19 09:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.207.122','2025-04-20 00:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'20.171.207.122','2025-04-20 00:49:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.171.207.122','2025-04-20 01:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'20.171.207.122','2025-04-20 01:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.122','2025-04-20 01:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.122','2025-04-20 01:29:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'20.171.207.122','2025-04-20 01:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.122','2025-04-20 01:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.122','2025-04-20 01:30:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.171.207.122','2025-04-20 01:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'20.171.207.122','2025-04-20 01:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'20.171.207.122','2025-04-20 01:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.122','2025-04-20 01:37:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.122','2025-04-20 01:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.122','2025-04-20 01:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.122','2025-04-20 01:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.122','2025-04-20 01:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'20.171.207.122','2025-04-20 01:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'20.171.207.122','2025-04-20 01:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.122','2025-04-20 01:48:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.171.207.122','2025-04-20 01:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.122','2025-04-20 01:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.122','2025-04-20 01:54:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.122','2025-04-20 01:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.122','2025-04-20 02:01:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.122','2025-04-20 02:02:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.122','2025-04-20 02:11:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'100.42.181.200','2025-04-20 03:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.196','2025-04-20 06:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'85.208.96.206','2025-04-20 09:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.35','2025-04-20 10:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.35','2025-04-20 10:23:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.79.35','2025-04-20 10:24:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.79.35','2025-04-20 10:24:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.35','2025-04-20 11:44:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.79.36','2025-04-20 12:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.79.35','2025-04-20 12:26:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.79.35','2025-04-20 12:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'81.167.26.57','2025-04-20 12:54:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'81.167.26.57','2025-04-20 12:54:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'81.167.26.57','2025-04-20 12:54:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'18.204.89.56','2025-04-20 17:10:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.35','2025-04-20 17:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'195.191.219.130','2025-04-20 17:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.54.249.218','2025-04-20 17:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.242.77.69','2025-04-20 18:42:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'47.238.13.18','2025-04-20 19:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'8.210.11.248','2025-04-20 22:01:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.23.104.107','2025-04-21 00:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'98.83.178.66','2025-04-21 04:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.192.67.98','2025-04-21 06:22:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.17','2025-04-21 14:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.35','2025-04-21 14:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.18','2025-04-21 14:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.5','2025-04-21 14:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.17','2025-04-21 14:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.3','2025-04-21 15:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.14','2025-04-21 15:04:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'51.222.253.6','2025-04-21 15:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.6','2025-04-21 15:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.19','2025-04-21 15:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.253.8','2025-04-21 15:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.15','2025-04-21 15:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.253.18','2025-04-21 15:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.4','2025-04-21 16:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.17','2025-04-21 16:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'61.25.180.10','2025-04-21 17:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.83.180.239','2025-04-21 17:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'35.169.102.85','2025-04-21 21:14:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.207.122','2025-04-22 05:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'67.144.4.13','2025-04-22 07:25:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.79.35','2025-04-22 10:24:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.12','2025-04-22 17:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.8.205','2025-04-22 17:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.2','2025-04-22 17:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.1','2025-04-22 17:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'81.167.26.57','2025-04-22 17:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.243.178.179','2025-04-22 18:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'34.195.248.30','2025-04-22 21:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'47.238.13.4','2025-04-23 04:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.232.91.188','2025-04-23 07:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'153.232.91.188','2025-04-23 07:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.10','2025-04-23 11:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.13','2025-04-23 13:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.8','2025-04-23 13:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.14','2025-04-23 20:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.14','2025-04-23 20:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.12','2025-04-23 23:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.253.5','2025-04-23 23:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.6','2025-04-23 23:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.1','2025-04-23 23:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.207.2','2025-04-23 23:50:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.16','2025-04-24 00:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'93.158.213.25','2025-04-24 04:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.15','2025-04-24 10:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.20','2025-04-24 14:53:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'47.238.14.12','2025-04-24 17:54:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.253.6','2025-04-24 22:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'47.242.77.69','2025-04-24 22:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.89','2025-04-25 05:15:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'98.84.200.43','2025-04-25 07:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2025-04-25 08:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2025-04-25 08:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'51.222.253.14','2025-04-25 08:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'51.222.253.15','2025-04-25 10:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.83.180.239','2025-04-25 20:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'47.242.77.69','2025-04-25 20:53:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.210.223.61','2025-04-26 02:06:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.35','2025-04-26 08:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'35.168.238.50','2025-04-26 09:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.37','2025-04-26 15:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'47.238.13.13','2025-04-26 18:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.238.13.10','2025-04-27 01:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'8.210.8.206','2025-04-28 14:45:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.79.36','2025-04-28 16:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'47.238.13.4','2025-04-28 20:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'47.238.13.9','2025-04-29 00:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'47.238.13.11','2025-04-29 04:31:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'47.238.13.1','2025-04-29 04:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.253.11','2025-04-30 02:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'47.238.13.17','2025-05-01 04:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'210.160.215.228','2025-05-01 13:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'47.238.13.1','2025-05-01 13:58:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.84','2025-05-01 19:37:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.246','2025-05-01 19:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.85','2025-05-01 19:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.82','2025-05-01 19:38:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.89','2025-05-01 20:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.83','2025-05-01 20:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.83','2025-05-01 20:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.87','2025-05-01 20:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'47.79.197.153','2025-05-02 03:10:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.222.253.3','2025-05-02 05:04:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.145.167.178','2025-05-02 22:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.16.90.150','2025-05-02 22:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.16.90.150','2025-05-02 22:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'13.58.172.13','2025-05-02 22:29:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.22.51.104','2025-05-02 22:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'18.219.93.1','2025-05-02 22:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'18.191.244.172','2025-05-02 22:37:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'18.190.217.76','2025-05-02 22:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'18.190.217.76','2025-05-02 22:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'18.225.56.116','2025-05-02 22:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'18.191.163.22','2025-05-02 23:52:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'47.79.197.54','2025-05-03 01:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'18.222.231.86','2025-05-03 10:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'18.222.231.86','2025-05-03 10:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.14.93.7','2025-05-03 10:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'18.221.185.110','2025-05-03 10:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'18.221.185.110','2025-05-03 10:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'18.221.185.110','2025-05-03 10:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'18.221.185.110','2025-05-03 10:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'18.221.185.110','2025-05-03 10:48:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.137.142.60','2025-05-03 10:49:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'18.117.189.143','2025-05-03 10:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'18.117.189.143','2025-05-03 10:52:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'47.79.198.121','2025-05-03 12:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.66','2025-05-03 15:28:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'47.79.212.133','2025-05-03 15:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'18.188.149.194','2025-05-03 21:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'18.189.143.114','2025-05-03 21:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'3.23.104.114','2025-05-03 23:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'3.148.113.158','2025-05-03 23:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.147.86.27','2025-05-03 23:16:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.16.56.30','2025-05-04 11:07:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.222.253.20','2025-05-04 21:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'47.79.213.167','2025-05-04 21:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'221.109.63.128','2025-05-05 04:15:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'221.109.63.128','2025-05-05 04:16:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'221.109.63.128','2025-05-05 04:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'126.128.224.1','2025-05-05 06:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'126.128.224.1','2025-05-05 06:17:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'126.128.224.1','2025-05-05 06:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'221.111.210.2','2025-05-05 06:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'221.111.210.2','2025-05-05 06:18:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'221.111.210.2','2025-05-05 06:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'221.111.210.2','2025-05-05 06:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'221.111.210.2','2025-05-05 06:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.111.210.2','2025-05-05 06:20:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.111.210.2','2025-05-05 06:21:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.111.210.2','2025-05-05 06:21:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'221.111.210.2','2025-05-05 06:22:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'221.111.210.2','2025-05-05 06:22:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'221.111.210.2','2025-05-05 06:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'221.109.63.128','2025-05-05 06:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'221.109.63.128','2025-05-05 06:24:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'221.109.63.128','2025-05-05 06:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'221.109.63.128','2025-05-05 06:24:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.109.63.128','2025-05-05 06:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.109.63.128','2025-05-05 06:24:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'221.109.63.128','2025-05-05 06:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'221.109.63.128','2025-05-05 06:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'221.109.63.128','2025-05-05 06:25:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.109.63.128','2025-05-05 06:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'221.109.63.128','2025-05-05 06:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'221.109.63.128','2025-05-05 06:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'221.109.63.128','2025-05-05 06:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'221.109.63.128','2025-05-05 06:27:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'221.109.63.128','2025-05-05 06:27:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'221.109.63.128','2025-05-05 06:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'221.109.63.128','2025-05-05 06:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'47.79.212.27','2025-05-05 08:12:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'126.128.224.2','2025-05-05 08:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'126.128.224.2','2025-05-05 08:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'221.111.210.2','2025-05-05 11:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.111.210.2','2025-05-05 11:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'221.111.210.2','2025-05-05 11:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'221.111.210.2','2025-05-05 12:17:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'221.111.210.2','2025-05-05 12:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'221.111.210.2','2025-05-05 12:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.110.152.1','2025-05-05 12:55:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.168.43.146','2025-05-06 04:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'35.247.26.13','2025-05-06 04:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.168.138.102','2025-05-06 04:52:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'35.197.22.195','2025-05-06 04:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.82.197.232','2025-05-06 04:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.5','2025-05-06 05:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.168.82.145','2025-05-06 05:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.83.177.179','2025-05-06 05:48:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'35.247.35.238','2025-05-06 05:53:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.169.3.229','2025-05-06 06:05:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.82.197.232','2025-05-06 06:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.118.197.189','2025-05-06 06:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'35.199.175.182','2025-05-06 06:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.169.3.229','2025-05-06 06:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.83.32.104','2025-05-06 06:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.222.253.2','2025-05-06 15:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.222.253.8','2025-05-06 16:25:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.253.13','2025-05-06 20:16:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.222.253.8','2025-05-07 08:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.222.253.18','2025-05-07 11:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'51.222.253.14','2025-05-07 14:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.235.191.179','2025-05-09 01:25:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'51.222.253.18','2025-05-09 03:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.83.56.1','2025-05-09 13:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.33','2025-05-09 18:00:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.33','2025-05-09 18:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.33','2025-05-09 18:00:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.33','2025-05-09 18:00:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.33','2025-05-09 18:00:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.33','2025-05-09 18:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.33','2025-05-09 18:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.33','2025-05-09 18:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.33','2025-05-09 18:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.33','2025-05-09 18:00:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.33','2025-05-09 18:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.33','2025-05-09 18:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.33','2025-05-09 18:00:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.22.64.232','2025-05-09 18:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.166.104.83','2025-05-09 20:56:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.68','2025-05-10 02:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.200.93.170','2025-05-10 03:05:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'18.204.152.114','2025-05-10 03:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.6.97.88','2025-05-10 04:45:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.68','2025-05-10 05:10:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.4.213.199','2025-05-10 09:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'18.219.66.32','2025-05-10 11:13:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'18.218.61.200','2025-05-10 12:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'54.156.124.2','2025-05-10 19:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.225.138.57','2025-05-10 19:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'23.22.59.87','2025-05-10 21:54:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'44.207.69.106','2025-05-10 23:54:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'34.206.249.188','2025-05-11 00:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'44.193.115.232','2025-05-11 00:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'3.212.205.90','2025-05-11 04:42:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'51.222.253.20','2025-05-11 05:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'18.206.47.187','2025-05-11 06:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'100.28.204.82','2025-05-11 07:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'184.73.239.35','2025-05-11 08:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'52.200.54.136','2025-05-11 08:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.4','2025-05-11 09:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.71.203.206','2025-05-11 09:09:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.231.118.144','2025-05-11 09:32:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.87.95.7','2025-05-11 09:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'43.166.131.228','2025-05-11 12:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.222.253.19','2025-05-11 13:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.222.253.15','2025-05-11 14:41:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.83','2025-05-11 18:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'154.54.249.201','2025-05-11 18:32:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.83','2025-05-11 18:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.8.1','2025-05-11 21:07:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.222.253.20','2025-05-11 22:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'18.233.24.238','2025-05-12 06:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.207.225','2025-05-13 10:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'20.171.207.225','2025-05-13 10:36:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.225','2025-05-13 10:36:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.225','2025-05-13 10:36:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.225','2025-05-13 10:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'51.222.253.16','2025-05-13 19:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'47.79.215.225','2025-05-14 04:14:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.37.6.242','2025-05-14 06:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.37.6.242','2025-05-14 06:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.37.6.242','2025-05-14 06:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.37.6.242','2025-05-14 06:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.37.6.242','2025-05-14 06:04:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.37.6.242','2025-05-14 06:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.37.6.242','2025-05-14 06:04:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.37.6.242','2025-05-14 06:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.37.6.242','2025-05-14 06:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.37.6.242','2025-05-14 06:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'47.79.204.67','2025-05-14 12:51:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'20.171.207.252','2025-05-14 19:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.207.252','2025-05-14 19:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.253.6','2025-05-14 22:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'47.79.197.80','2025-05-15 04:17:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'20.171.207.53','2025-05-15 08:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'20.171.207.53','2025-05-15 08:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.171.207.53','2025-05-15 08:02:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.222.253.13','2025-05-16 13:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.222.253.9','2025-05-16 20:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.68','2025-05-17 03:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'47.79.200.241','2025-05-17 04:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.55.39.56','2025-05-17 13:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.16','2025-05-17 17:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'40.77.167.20','2025-05-19 05:04:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.89','2025-05-20 07:44:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.87','2025-05-20 07:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.91','2025-05-20 07:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.85','2025-05-20 07:45:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.88','2025-05-20 07:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.84','2025-05-20 07:52:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.246','2025-05-20 08:10:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.91','2025-05-20 08:10:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.113.194.82','2025-05-20 08:10:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'217.113.194.88','2025-05-20 08:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.85','2025-05-20 08:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'109.236.4.42','2025-05-20 08:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.91','2025-05-20 09:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.246','2025-05-20 09:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.113.194.87','2025-05-20 09:34:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.89','2025-05-20 09:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.91','2025-05-20 09:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.88','2025-05-20 09:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.84','2025-05-20 09:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.90','2025-05-20 09:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.87','2025-05-20 09:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.89','2025-05-20 09:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.87','2025-05-20 09:37:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.89','2025-05-20 09:37:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.86','2025-05-20 09:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'154.54.249.201','2025-05-20 09:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.82','2025-05-20 09:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.204.12.115','2025-05-20 17:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.218.103.254','2025-05-21 01:16:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'50.16.216.166','2025-05-21 07:50:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'23.21.148.226','2025-05-21 17:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.90.73.206','2025-05-21 18:46:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.91.122.193','2025-05-21 21:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'43.166.244.251','2025-05-21 22:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'43.130.71.237','2025-05-21 22:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2025-05-22 00:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'35.168.238.50','2025-05-22 04:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.207.208','2025-05-22 09:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.207.208','2025-05-22 09:33:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.208','2025-05-22 09:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.208','2025-05-22 09:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.208','2025-05-22 09:34:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'20.171.207.208','2025-05-22 09:34:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.208','2025-05-22 09:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'20.171.207.208','2025-05-22 09:36:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'20.171.207.208','2025-05-22 09:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.171.207.208','2025-05-22 09:37:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'20.171.207.208','2025-05-22 09:37:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.208','2025-05-22 09:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.208','2025-05-22 09:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'20.171.207.208','2025-05-22 09:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'20.171.207.208','2025-05-22 09:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'20.171.207.208','2025-05-22 09:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.208','2025-05-22 09:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.171.207.208','2025-05-22 09:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'20.171.207.208','2025-05-22 09:38:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.171.207.208','2025-05-22 09:38:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'20.171.207.208','2025-05-22 09:38:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.208','2025-05-22 09:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'20.171.207.208','2025-05-22 09:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.171.207.208','2025-05-22 09:38:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.207.208','2025-05-22 09:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'185.191.171.17','2025-05-23 11:24:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.18','2025-05-23 12:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.199','2025-05-23 12:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'85.208.96.201','2025-05-23 12:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'85.208.96.205','2025-05-23 13:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'85.208.96.201','2025-05-23 14:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.14','2025-05-23 16:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'85.208.96.193','2025-05-23 16:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'85.208.96.200','2025-05-23 16:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.11','2025-05-23 16:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.204','2025-05-23 16:52:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.3','2025-05-23 17:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.2','2025-05-23 17:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.18','2025-05-23 17:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.13','2025-05-23 17:53:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.16','2025-05-23 18:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'85.208.96.197','2025-05-23 18:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'85.208.96.210','2025-05-23 20:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.15','2025-05-23 20:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.206','2025-05-23 20:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.209','2025-05-23 20:40:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.212','2025-05-23 20:56:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'85.208.96.197','2025-05-23 21:13:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.14','2025-05-23 21:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.200','2025-05-23 22:40:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.17','2025-05-23 22:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.203','2025-05-23 22:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.4','2025-05-23 23:35:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.205','2025-05-23 23:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.3','2025-05-23 23:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.207','2025-05-24 00:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.210','2025-05-24 00:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.189','2025-05-24 00:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.189','2025-05-24 00:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.189','2025-05-24 00:57:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.189','2025-05-24 00:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.189','2025-05-24 00:57:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.189','2025-05-24 00:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.10','2025-05-24 01:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.206','2025-05-24 01:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.208.96.210','2025-05-24 01:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.208.96.199','2025-05-24 02:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.9','2025-05-24 02:14:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.177','2025-05-24 06:23:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.177','2025-05-24 06:23:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.177','2025-05-24 06:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2025-05-24 18:53:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2025-05-24 18:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.8.230','2025-05-25 07:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'100.29.34.97','2025-05-25 21:47:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.220.213','2025-05-25 23:10:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2025-05-25 23:23:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2025-05-25 23:25:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2025-05-25 23:25:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'52.204.37.237','2025-05-26 08:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'44.196.118.6','2025-05-26 22:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.224.104.67','2025-05-27 02:13:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.0.41.164','2025-05-27 10:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.161.192.205','2025-05-27 14:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'147.161.192.205','2025-05-27 14:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.88','2025-05-28 02:25:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.82','2025-05-28 02:26:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.246','2025-05-28 04:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.88','2025-05-28 04:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'217.113.194.246','2025-05-28 04:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.68.69','2025-05-28 08:08:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2025-05-28 13:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2025-05-28 14:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2025-05-28 14:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.68.67','2025-05-28 16:44:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.67','2025-05-29 00:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.67','2025-05-29 00:39:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.67','2025-05-29 02:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.8','2025-05-29 11:53:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'124.243.175.195','2025-05-30 02:43:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'188.239.43.201','2025-05-30 08:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.68.66','2025-05-30 16:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'101.46.3.0','2025-05-30 18:16:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'188.239.34.171','2025-05-31 10:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2025-05-31 13:16:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.67','2025-06-01 03:46:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.68.66','2025-06-01 17:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.103.158.210','2025-06-01 19:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.103.158.210','2025-06-01 19:48:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.103.158.210','2025-06-01 19:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'146.174.170.217','2025-06-02 14:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'202.76.163.197','2025-06-02 14:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.68.67','2025-06-02 16:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.68.67','2025-06-02 16:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'146.174.168.73','2025-06-02 18:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2025-06-02 19:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'146.174.178.171','2025-06-02 19:37:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'146.174.167.8','2025-06-02 19:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'146.174.168.5','2025-06-02 22:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'202.76.163.140','2025-06-03 00:42:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.68','2025-06-03 06:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.68','2025-06-04 04:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2025-06-04 05:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'182.169.49.228','2025-06-04 10:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'182.169.49.228','2025-06-04 10:26:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'182.169.49.228','2025-06-04 10:36:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'182.169.49.228','2025-06-04 10:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'182.169.49.228','2025-06-04 10:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'182.169.49.228','2025-06-04 10:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.68.68','2025-06-04 16:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'1.54.214.93','2025-06-04 16:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'1.54.214.93','2025-06-04 16:54:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2025-06-04 18:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2025-06-04 18:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'146.174.171.116','2025-06-05 03:13:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'146.174.187.6','2025-06-05 03:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.90','2025-06-05 03:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.82','2025-06-05 03:37:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.246','2025-06-05 03:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'217.113.194.88','2025-06-05 04:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.90','2025-06-05 04:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'217.113.194.83','2025-06-05 07:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.113.194.85','2025-06-05 07:06:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.113.194.89','2025-06-05 07:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.89','2025-06-05 07:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.90','2025-06-05 07:07:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.85','2025-06-05 07:07:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.85','2025-06-05 07:07:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.54.249.201','2025-06-05 07:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.82','2025-06-05 07:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.87','2025-06-05 07:08:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.20','2025-06-05 11:29:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.20','2025-06-05 11:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.20','2025-06-05 11:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.20','2025-06-05 11:29:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.20','2025-06-05 11:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.20','2025-06-05 11:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.20','2025-06-05 11:30:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.20','2025-06-05 11:30:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.20','2025-06-05 11:30:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'202.76.167.239','2025-06-05 12:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'202.76.167.75','2025-06-05 16:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'146.174.190.129','2025-06-05 16:06:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'146.174.172.40','2025-06-05 16:56:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'146.174.168.185','2025-06-05 18:15:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.69','2025-06-06 08:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.68.68','2025-06-06 16:46:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.167.144.175','2025-06-07 13:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2025-06-07 23:04:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2025-06-07 23:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'34.225.24.180','2025-06-08 01:44:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2025-06-08 11:28:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'184.73.68.20','2025-06-08 21:17:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'184.73.239.35','2025-06-09 13:39:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.94.40.182','2025-06-09 13:51:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.209.174.110','2025-06-09 13:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'3.216.227.216','2025-06-09 14:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'44.205.74.196','2025-06-09 14:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.232.82.72','2025-06-09 17:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'18.232.11.247','2025-06-09 18:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.227.234.246','2025-06-09 19:57:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.3.102.51','2025-06-09 22:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.194.14.255','2025-06-10 02:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.239.197.197','2025-06-10 03:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.54.15.103','2025-06-10 03:21:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.225.24.180','2025-06-10 05:04:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.200.251.20','2025-06-10 09:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.232.102.111','2025-06-10 19:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.84.147.79','2025-06-10 20:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'184.73.239.35','2025-06-10 21:48:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2025-06-10 22:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'44.195.50.71','2025-06-10 23:44:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'34.194.95.99','2025-06-10 23:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'34.234.197.175','2025-06-11 00:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'98.83.226.125','2025-06-11 01:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2025-06-11 02:52:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.4.213.199','2025-06-11 03:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'50.16.248.61','2025-06-11 04:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'52.1.157.90','2025-06-11 04:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'44.223.115.10','2025-06-11 04:48:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'52.3.155.146','2025-06-11 05:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'23.21.225.190','2025-06-11 07:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'52.204.37.237','2025-06-11 08:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'170.106.11.6','2025-06-11 16:49:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'150.195.218.247','2025-06-12 14:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.86','2025-06-12 23:24:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.91','2025-06-12 23:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'217.113.194.85','2025-06-12 23:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.246','2025-06-12 23:26:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.246','2025-06-12 23:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.86','2025-06-12 23:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'217.113.194.89','2025-06-12 23:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'217.113.194.88','2025-06-13 00:41:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.113.194.91','2025-06-13 00:41:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.113.194.83','2025-06-13 02:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'217.113.194.82','2025-06-13 02:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'217.113.194.91','2025-06-13 02:46:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.83','2025-06-13 02:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.102.10.17','2025-06-13 09:26:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'125.102.10.17','2025-06-13 09:26:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2025-06-14 04:48:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2025-06-14 09:22:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'158.201.248.166','2025-06-14 14:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.67','2025-06-16 02:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.73.216.89','2025-06-17 15:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.73.216.89','2025-06-17 16:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.73.216.89','2025-06-17 16:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.73.216.89','2025-06-17 17:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.73.216.89','2025-06-17 17:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.73.216.89','2025-06-17 17:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.73.216.89','2025-06-17 18:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.73.216.89','2025-06-17 18:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.73.216.89','2025-06-17 18:39:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.73.216.89','2025-06-17 19:07:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.73.216.89','2025-06-17 19:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.73.216.89','2025-06-17 19:38:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.68','2025-06-18 02:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2025-06-19 01:50:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.67','2025-06-19 07:53:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.9.40.40','2025-06-19 11:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'100.29.34.97','2025-06-20 18:44:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.221.50.71','2025-06-20 18:44:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.89','2025-06-21 00:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.87','2025-06-21 00:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'154.54.249.201','2025-06-21 00:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'217.113.194.246','2025-06-21 01:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'217.113.194.85','2025-06-21 02:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.113.194.87','2025-06-21 02:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'217.113.194.86','2025-06-21 02:17:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.113.194.82','2025-06-21 02:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'217.113.194.82','2025-06-21 02:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'217.113.194.84','2025-06-21 02:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'217.113.194.89','2025-06-21 03:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'217.113.194.86','2025-06-21 03:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'217.113.194.85','2025-06-21 03:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'217.113.194.87','2025-06-21 03:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'217.113.194.83','2025-06-21 03:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'217.113.194.84','2025-06-21 03:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.87','2025-06-21 03:15:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'154.54.249.201','2025-06-21 03:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.93.211.16','2025-06-21 05:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'44.193.115.232','2025-06-21 11:52:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.66','2025-06-21 13:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'18.214.238.178','2025-06-21 18:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.232.39.98','2025-06-21 21:44:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'98.84.200.43','2025-06-22 04:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2025-06-22 08:53:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'93.158.213.25','2025-06-23 08:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'217.182.194.33','2025-06-23 21:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'147.135.212.201','2025-06-24 00:31:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:19:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.83.201.157','2025-06-24 17:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2025-06-25 12:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.44.229.124','2025-06-25 21:52:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'3.212.205.90','2025-06-26 08:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.240.119.204','2025-06-26 16:50:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.240.119.204','2025-06-26 16:50:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.240.119.204','2025-06-26 16:50:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.240.119.204','2025-06-26 16:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.240.119.204','2025-06-26 16:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'118.240.119.204','2025-06-26 16:51:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.67','2025-06-26 19:08:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.4.238.8','2025-06-26 21:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'23.21.175.228','2025-06-27 02:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.89.176.255','2025-06-27 10:26:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.179','2025-06-27 16:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.179','2025-06-27 16:27:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.179','2025-06-27 16:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'64.124.8.152','2025-06-27 19:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2025-06-28 02:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.75.119.168','2025-06-29 09:04:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-06-29 15:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'95.91.104.195','2025-06-30 10:25:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'20.171.207.179','2025-07-01 11:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'20.171.207.179','2025-07-01 11:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.171.207.179','2025-07-01 11:48:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.207.179','2025-07-01 11:58:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.171.207.179','2025-07-01 11:58:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'20.171.207.179','2025-07-01 11:58:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.171.207.179','2025-07-01 11:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'20.171.207.179','2025-07-01 11:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'20.171.207.179','2025-07-01 11:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.179','2025-07-01 11:58:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'20.171.207.179','2025-07-01 11:58:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.179','2025-07-01 11:58:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.171.207.179','2025-07-01 11:58:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'20.171.207.179','2025-07-01 11:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'20.171.207.179','2025-07-01 11:59:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.207.179','2025-07-01 12:42:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.179','2025-07-01 12:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.179','2025-07-01 12:44:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'20.171.207.179','2025-07-01 12:44:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.179','2025-07-01 12:44:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.179','2025-07-01 13:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.179','2025-07-01 13:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.179','2025-07-01 13:09:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.179','2025-07-01 13:09:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.179','2025-07-01 13:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.179','2025-07-01 13:09:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.179','2025-07-01 13:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.179','2025-07-01 13:12:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.179','2025-07-01 13:12:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.179','2025-07-01 13:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.179','2025-07-01 13:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'85.208.96.204','2025-07-02 02:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'192.99.15.185','2025-07-02 07:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'85.208.96.194','2025-07-02 09:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'145.239.65.236','2025-07-02 10:48:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-02 20:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.73.216.241','2025-07-03 00:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.55.39.204','2025-07-03 02:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.207.39','2025-07-03 06:17:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.73.216.146','2025-07-03 10:41:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.73.216.146','2025-07-03 11:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.73.216.146','2025-07-03 11:37:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.73.216.146','2025-07-03 12:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'219.121.148.220','2025-07-03 13:46:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.73.216.146','2025-07-03 15:57:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.73.216.146','2025-07-03 15:59:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.73.216.146','2025-07-03 16:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.73.216.146','2025-07-03 16:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.73.216.146','2025-07-03 22:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.73.216.146','2025-07-04 03:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.73.216.146','2025-07-04 03:12:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.73.216.146','2025-07-04 03:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.68','2025-07-04 07:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.179.226','2025-07-05 22:35:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-05 23:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'147.135.213.170','2025-07-05 23:57:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.135.213.170','2025-07-05 23:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.20','2025-07-06 01:15:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.73.216.94','2025-07-06 17:10:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.68','2025-07-06 21:10:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.39','2025-07-07 10:19:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.39','2025-07-07 10:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.39','2025-07-07 10:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.39','2025-07-07 10:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.187.73.123','2025-07-08 03:51:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.187.73.123','2025-07-08 03:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.187.73.123','2025-07-08 03:52:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'88.134.110.36','2025-07-08 20:24:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-09 03:05:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.92.171.106','2025-07-09 15:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'161.97.76.58','2025-07-09 18:42:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'161.97.76.58','2025-07-09 18:42:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'192.99.36.126','2025-07-09 19:57:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.162.69.192','2025-07-09 20:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.238.45.183','2025-07-09 22:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.230.224.6','2025-07-10 03:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.89.176.255','2025-07-10 05:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'190.92.202.23','2025-07-10 07:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'44.215.210.112','2025-07-10 10:37:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.236.185.101','2025-07-10 14:38:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'184.73.195.18','2025-07-10 21:01:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.46.13.126','2025-07-10 21:19:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.84.147.79','2025-07-10 23:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'3.224.104.67','2025-07-11 04:36:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.219.81.66','2025-07-11 06:16:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'54.84.147.79','2025-07-11 06:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.3.26.180','2025-07-11 06:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.83.56.1','2025-07-11 07:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'44.197.76.210','2025-07-11 07:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'44.216.172.204','2025-07-11 07:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'184.73.195.18','2025-07-11 10:01:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.159.98.248','2025-07-11 10:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'35.169.119.108','2025-07-11 11:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.147.238.89','2025-07-11 12:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'52.1.157.90','2025-07-11 12:58:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'34.206.249.188','2025-07-11 15:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.201.155.215','2025-07-11 16:29:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'94.154.239.69','2025-07-12 00:27:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.75.128.81','2025-07-12 03:10:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-12 06:54:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.23.104.107','2025-07-12 08:06:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.73.216.44','2025-07-12 14:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'192.99.36.61','2025-07-12 18:20:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'147.135.212.201','2025-07-12 19:28:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.204.12.115','2025-07-13 03:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'18.204.89.56','2025-07-13 04:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.10','2025-07-13 04:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'98.82.63.147','2025-07-13 07:53:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.169','2025-07-13 10:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.169','2025-07-13 10:13:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.169','2025-07-13 10:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.169','2025-07-13 10:14:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.169','2025-07-13 10:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'192.99.15.34','2025-07-14 04:11:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-15 09:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'37.157.193.84','2025-07-15 11:14:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.207.126','2025-07-15 23:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'20.171.207.126','2025-07-15 23:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'20.171.207.126','2025-07-15 23:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.171.207.126','2025-07-15 23:46:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'20.171.207.126','2025-07-15 23:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'20.171.207.126','2025-07-15 23:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.171.207.126','2025-07-15 23:46:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.171.207.126','2025-07-15 23:46:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'20.171.207.126','2025-07-15 23:47:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.207.126','2025-07-15 23:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'20.171.207.71','2025-07-16 21:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'195.201.199.99','2025-07-18 02:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-18 11:59:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'178.151.245.162','2025-07-18 17:12:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.69','2025-07-18 19:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'157.55.39.60','2025-07-21 12:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-21 16:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.80.208.150','2025-07-22 01:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'166.108.201.224','2025-07-22 10:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.167.32.123','2025-07-23 07:27:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.5.242.243','2025-07-23 09:06:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'35.168.238.50','2025-07-23 19:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'40.77.167.28','2025-07-23 22:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.75.119.165','2025-07-24 17:26:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.75.128.94','2025-07-24 18:34:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-24 19:47:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'3.222.190.107','2025-07-25 09:55:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.92','2025-07-25 16:25:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.92','2025-07-25 16:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.92','2025-07-25 16:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.92','2025-07-25 16:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.92','2025-07-25 16:25:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.92','2025-07-25 16:26:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.92','2025-07-25 16:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.233.219.155','2025-07-25 18:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.71.218.25','2025-07-25 20:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.145.82.217','2025-07-26 01:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.196.237.236','2025-07-26 02:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.222.85.38','2025-07-26 03:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'23.21.228.180','2025-07-26 05:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'184.73.195.18','2025-07-26 05:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.87.95.7','2025-07-26 08:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.229.95.193','2025-07-26 22:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'100.28.118.16','2025-07-27 03:02:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'98.82.63.147','2025-07-27 09:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'107.20.25.33','2025-07-27 11:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'145.239.66.34','2025-07-27 17:25:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-27 23:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.55.39.204','2025-07-29 06:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.174.176.113','2025-07-30 03:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.18','2025-07-30 04:34:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.196','2025-07-30 05:56:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-07-31 02:11:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'135.181.140.36','2025-07-31 13:30:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'135.181.140.36','2025-07-31 13:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'135.181.140.36','2025-07-31 13:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'135.181.140.36','2025-07-31 13:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'135.181.140.36','2025-07-31 13:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'135.181.140.36','2025-07-31 13:54:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'135.181.140.36','2025-07-31 13:55:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'135.181.140.36','2025-07-31 13:55:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'135.181.140.36','2025-07-31 13:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'135.181.140.36','2025-07-31 13:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'135.181.140.36','2025-07-31 13:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'135.181.140.36','2025-07-31 13:56:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'135.181.140.36','2025-07-31 13:56:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'135.181.140.36','2025-07-31 13:57:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'135.181.140.36','2025-07-31 13:57:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'135.181.140.36','2025-07-31 13:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'135.181.140.36','2025-07-31 13:58:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'135.181.140.36','2025-07-31 13:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'135.181.140.36','2025-07-31 13:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'135.181.140.36','2025-07-31 13:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'135.181.140.36','2025-07-31 13:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'135.181.140.36','2025-07-31 13:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'135.181.140.36','2025-07-31 13:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'135.181.140.36','2025-07-31 13:59:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'135.181.140.36','2025-07-31 13:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'135.181.140.36','2025-07-31 13:59:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'135.181.140.36','2025-07-31 14:00:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'135.181.140.36','2025-07-31 14:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'135.181.140.36','2025-07-31 14:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'135.181.140.36','2025-07-31 14:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'135.181.140.36','2025-07-31 14:01:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'135.181.140.36','2025-07-31 14:02:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'135.181.140.36','2025-07-31 14:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'135.181.140.36','2025-07-31 14:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'135.181.140.36','2025-07-31 15:07:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'135.181.140.36','2025-07-31 15:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'135.181.140.36','2025-07-31 15:26:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'135.181.140.36','2025-07-31 15:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'135.181.140.36','2025-07-31 15:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'135.181.140.36','2025-07-31 15:28:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'135.181.140.36','2025-07-31 15:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'135.181.140.36','2025-07-31 15:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'135.181.140.36','2025-07-31 16:47:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.220.213','2025-08-02 05:48:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2025-08-02 05:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2025-08-02 05:48:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2025-08-02 05:57:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.73.216.192','2025-08-02 13:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.73.216.192','2025-08-02 13:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.73.216.192','2025-08-02 13:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.73.216.192','2025-08-02 13:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.73.216.192','2025-08-02 14:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.73.216.192','2025-08-02 14:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.73.216.192','2025-08-02 14:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.73.216.192','2025-08-02 14:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.73.216.192','2025-08-02 14:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.73.216.192','2025-08-02 14:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.73.216.192','2025-08-02 14:43:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.73.216.192','2025-08-02 14:43:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.73.216.192','2025-08-02 14:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.171.207.91','2025-08-03 03:36:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.207.91','2025-08-03 04:28:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-03 05:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.103','2025-08-05 09:05:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.103','2025-08-05 09:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.103','2025-08-05 09:06:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.68.68','2025-08-06 05:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-06 08:18:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.108.78.33','2025-08-06 14:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.21.232.254','2025-08-06 21:07:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.68.68','2025-08-08 05:06:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.203.68.145','2025-08-08 13:42:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'50.19.221.48','2025-08-08 14:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'50.19.102.70','2025-08-08 14:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'222.229.252.77','2025-08-08 17:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'23.21.179.120','2025-08-08 17:21:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.196.6.199','2025-08-08 17:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.145.82.217','2025-08-09 00:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'18.214.238.178','2025-08-09 02:47:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.3.26.180','2025-08-09 04:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.91.122.193','2025-08-09 07:46:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-09 10:55:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.2.191.202','2025-08-09 11:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.67','2025-08-09 13:33:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.67','2025-08-09 13:33:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.221.203.24','2025-08-09 16:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'43.156.199.79','2025-08-10 13:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.54.15.103','2025-08-10 19:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'3.219.80.71','2025-08-11 00:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'3.217.171.106','2025-08-11 01:56:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.222.253.15','2025-08-11 04:20:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'100.29.164.178','2025-08-11 07:30:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.67','2025-08-11 13:33:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.69','2025-08-11 13:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.203.68.145','2025-08-12 05:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'34.236.135.14','2025-08-12 10:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'18.213.240.226','2025-08-12 11:28:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-12 13:17:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.207.243','2025-08-12 15:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.2.83.227','2025-08-13 03:54:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'20.171.207.243','2025-08-13 06:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'20.171.207.243','2025-08-13 06:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.171.207.243','2025-08-13 06:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.199','2025-08-13 08:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.199','2025-08-13 08:01:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.199','2025-08-13 08:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.199','2025-08-13 08:01:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.199','2025-08-13 08:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'43.153.215.79','2025-08-13 13:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.225.148.123','2025-08-14 00:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.68','2025-08-14 06:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'34.194.14.255','2025-08-14 09:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'162.62.224.112','2025-08-14 15:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-15 17:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'34.194.226.74','2025-08-15 23:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'43.163.82.80','2025-08-16 00:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'118.9.138.5','2025-08-17 10:26:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-18 19:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'43.134.11.9','2025-08-18 21:13:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.108.110.26','2025-08-19 03:39:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'34.233.219.155','2025-08-19 19:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'44.210.204.255','2025-08-19 19:09:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'43.134.178.89','2025-08-19 19:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.164.106.236','2025-08-20 01:22:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'43.163.82.80','2025-08-20 05:27:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.67','2025-08-21 00:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.204.62.163','2025-08-21 01:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'44.205.120.22','2025-08-21 04:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'44.195.145.102','2025-08-21 04:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.207.17','2025-08-21 10:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'20.171.207.17','2025-08-21 10:29:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'20.171.207.17','2025-08-21 10:31:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.17','2025-08-21 10:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'20.171.207.17','2025-08-21 10:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'52.167.144.176','2025-08-21 13:22:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'217.182.195.181','2025-08-21 13:49:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'217.182.195.181','2025-08-21 13:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'217.182.195.181','2025-08-21 13:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.207.17','2025-08-21 20:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.17','2025-08-21 21:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.17','2025-08-21 21:11:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.17','2025-08-21 21:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.17','2025-08-21 21:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.17','2025-08-21 21:12:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.17','2025-08-21 21:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.17','2025-08-21 21:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.17','2025-08-21 21:12:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.17','2025-08-21 21:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.17','2025-08-21 21:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.17','2025-08-21 21:12:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.17','2025-08-21 21:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.17','2025-08-21 21:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'20.171.207.17','2025-08-21 21:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.171.207.17','2025-08-21 21:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'20.171.207.17','2025-08-21 21:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.171.207.17','2025-08-21 21:19:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'20.171.207.17','2025-08-21 21:20:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.171.207.17','2025-08-21 21:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-21 22:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.253.20','2025-08-22 00:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.222.253.3','2025-08-22 05:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'66.249.68.66','2025-08-23 00:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.222.253.12','2025-08-23 08:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.222.253.2','2025-08-23 09:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.200.58.199','2025-08-23 20:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'44.205.192.249','2025-08-24 17:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-25 01:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.54.95.127','2025-08-25 04:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'101.32.191.186','2025-08-25 21:09:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'35.174.141.243','2025-08-25 21:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.5.232.250','2025-08-26 07:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'43.163.109.51','2025-08-26 09:10:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.236.135.14','2025-08-26 16:51:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'52.6.5.24','2025-08-26 19:43:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.225.243.131','2025-08-26 21:30:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.194.14.255','2025-08-27 02:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.23.112.144','2025-08-27 03:27:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.159.18.27','2025-08-27 08:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.21.179.120','2025-08-27 09:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'43.156.143.228','2025-08-27 22:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'43.153.220.26','2025-08-27 22:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'43.130.73.33','2025-08-27 23:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-28 04:12:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.67','2025-08-28 14:41:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.68.67','2025-08-28 14:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.68.68','2025-08-28 15:24:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.67','2025-08-28 15:51:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.67','2025-08-28 15:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.68.67','2025-08-28 15:59:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.68.67','2025-08-28 16:07:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.68.67','2025-08-28 16:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.68.67','2025-08-28 16:46:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.68.67','2025-08-28 16:48:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.68.67','2025-08-28 16:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.68.67','2025-08-28 17:05:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.67','2025-08-28 17:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.68.67','2025-08-28 17:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.67','2025-08-28 17:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.67','2025-08-28 17:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.68.67','2025-08-28 17:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.67','2025-08-28 18:03:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.68.67','2025-08-28 18:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.67','2025-08-28 18:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.68.68','2025-08-28 19:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'128.241.235.44','2025-08-29 08:37:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'148.113.130.88','2025-08-29 09:39:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'133.205.170.202','2025-08-29 09:49:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'133.205.170.202','2025-08-29 09:49:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'133.205.170.202','2025-08-29 09:49:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'133.205.170.202','2025-08-29 09:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'133.205.170.202','2025-08-29 09:50:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'15.235.98.119','2025-08-29 10:51:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.235.172.108','2025-08-29 17:02:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'128.241.232.41','2025-08-29 17:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'128.241.232.41','2025-08-29 22:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'202.61.203.27','2025-08-29 23:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.68.67','2025-08-30 00:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'18.211.39.188','2025-08-30 01:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'128.241.235.114','2025-08-30 03:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'200.149.49.82','2025-08-30 05:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.66','2025-08-30 05:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'123.25.224.49','2025-08-30 05:43:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.180.221.70','2025-08-30 05:43:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.160.115.120','2025-08-30 05:45:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'170.79.71.22','2025-08-30 05:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'201.17.211.233','2025-08-30 05:50:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.205','2025-08-30 10:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.9','2025-08-30 11:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.16','2025-08-30 12:06:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'85.208.96.205','2025-08-30 12:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'85.208.96.210','2025-08-30 12:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.203','2025-08-30 13:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.202','2025-08-30 13:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.208.96.199','2025-08-30 13:54:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.6','2025-08-30 14:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'85.208.96.195','2025-08-30 14:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'85.208.96.201','2025-08-30 14:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.5','2025-08-30 14:55:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'85.208.96.201','2025-08-30 15:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'85.208.96.193','2025-08-30 15:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.208.96.208','2025-08-30 15:29:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'85.208.96.208','2025-08-30 16:07:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'85.208.96.203','2025-08-30 16:42:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'185.191.171.5','2025-08-30 16:45:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.208.96.200','2025-08-30 17:06:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.4','2025-08-30 17:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.13','2025-08-30 17:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.195','2025-08-30 17:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.8','2025-08-30 17:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'152.53.87.225','2025-08-30 18:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.205','2025-08-30 18:27:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.194','2025-08-30 19:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.212','2025-08-30 19:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.14','2025-08-30 19:14:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.14','2025-08-30 20:19:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.211','2025-08-30 20:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.12','2025-08-30 20:53:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'185.191.171.18','2025-08-30 20:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.8','2025-08-30 21:11:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.17','2025-08-30 21:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.13','2025-08-30 21:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'128.241.235.18','2025-08-30 22:06:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.208.96.205','2025-08-30 22:24:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.206','2025-08-30 22:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.67','2025-08-30 22:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'85.208.96.194','2025-08-30 22:45:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'152.53.111.213','2025-08-30 23:06:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'128.241.235.32','2025-08-31 00:31:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-08-31 07:02:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'89.58.32.241','2025-08-31 07:03:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.73.216.1','2025-08-31 08:09:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'142.44.220.120','2025-08-31 10:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.39.210.215','2025-08-31 21:42:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'15.235.96.165','2025-09-01 00:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.73.216.1','2025-09-01 01:45:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.73.216.1','2025-09-01 01:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.73.216.1','2025-09-01 01:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.73.216.1','2025-09-01 01:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.73.216.1','2025-09-01 01:50:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.73.216.1','2025-09-01 01:50:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.73.216.1','2025-09-01 01:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.73.216.1','2025-09-01 01:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.73.216.1','2025-09-01 01:51:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.73.216.1','2025-09-01 01:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.73.216.1','2025-09-01 01:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.73.216.1','2025-09-01 01:51:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'43.130.39.254','2025-09-01 06:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'51.222.168.248','2025-09-01 06:50:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.222.168.229','2025-09-01 08:38:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'142.44.233.1','2025-09-01 08:38:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'15.235.96.153','2025-09-01 10:40:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.39.203.159','2025-09-01 10:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'45.173.216.34','2025-09-01 19:46:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'179.7.180.10','2025-09-01 19:47:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'14.191.10.234','2025-09-01 19:49:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.191.10.234','2025-09-01 19:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'45.177.105.170','2025-09-01 19:49:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'49.37.10.146','2025-09-01 19:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'177.10.48.62','2025-09-01 19:51:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'186.44.192.47','2025-09-01 19:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.227.218.68','2025-09-01 19:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'177.81.197.129','2025-09-02 22:09:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'181.199.63.68','2025-09-02 22:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'177.124.155.161','2025-09-02 22:14:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'170.238.197.64','2025-09-02 22:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.13','2025-09-03 04:11:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.13','2025-09-03 04:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.13','2025-09-03 04:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.13','2025-09-03 04:11:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.13','2025-09-03 04:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'20.171.207.13','2025-09-03 04:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.13','2025-09-03 04:15:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.13','2025-09-03 04:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.13','2025-09-03 04:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.13','2025-09-03 04:15:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'20.171.207.13','2025-09-03 04:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.13','2025-09-03 04:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.171.207.13','2025-09-03 04:15:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.171.207.13','2025-09-03 04:15:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.13','2025-09-03 04:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'20.171.207.13','2025-09-03 04:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.13','2025-09-03 04:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.13','2025-09-03 04:15:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'20.171.207.13','2025-09-03 04:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.207.13','2025-09-03 04:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.13','2025-09-03 04:16:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.13','2025-09-03 04:16:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'20.171.207.13','2025-09-03 04:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'20.171.207.13','2025-09-03 04:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.171.207.13','2025-09-03 04:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'20.171.207.13','2025-09-03 04:16:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.207.13','2025-09-03 04:16:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.13','2025-09-03 04:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-09-03 09:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.73.216.181','2025-09-03 19:22:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'40.77.167.1','2025-09-04 12:03:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'179.96.255.35','2025-09-04 20:30:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.225.192.238','2025-09-04 20:33:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'40.77.167.132','2025-09-05 13:56:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.6','2025-09-05 14:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.180.148.146','2025-09-06 01:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-09-06 12:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.73.216.35','2025-09-06 21:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.73.216.35','2025-09-06 21:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.73.216.35','2025-09-06 21:20:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.6.232.201','2025-09-08 13:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'34.194.95.99','2025-09-08 13:23:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.3.155.146','2025-09-08 13:49:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'44.213.36.21','2025-09-08 13:51:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'18.215.24.66','2025-09-08 16:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'18.211.39.188','2025-09-08 20:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'23.21.175.228','2025-09-08 21:21:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'51.161.65.32','2025-09-08 22:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.147.238.89','2025-09-09 02:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.84.250.51','2025-09-09 02:50:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'15.235.96.110','2025-09-09 03:36:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.147.238.89','2025-09-09 04:18:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.207.147','2025-09-09 05:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.73','2025-09-09 07:12:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'20.171.207.73','2025-09-09 07:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.73','2025-09-09 07:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.73','2025-09-09 07:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.73','2025-09-09 07:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.73','2025-09-09 07:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.73','2025-09-09 07:12:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.73','2025-09-09 07:12:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.73','2025-09-09 07:12:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.73','2025-09-09 07:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.73','2025-09-09 07:12:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.73','2025-09-09 08:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.73','2025-09-09 08:06:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.73','2025-09-09 08:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.239.197.197','2025-09-09 08:54:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.70.138.176','2025-09-09 09:15:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.230.69.161','2025-09-09 12:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-09-09 15:38:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'51.161.37.90','2025-09-09 17:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.210.155.69','2025-09-10 17:49:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'84.239.33.136','2025-09-10 19:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'84.239.33.136','2025-09-10 19:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'84.239.33.136','2025-09-10 19:58:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.174.138.67','2025-09-10 21:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'44.221.227.90','2025-09-11 01:12:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.1.106.130','2025-09-12 04:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.156.55.147','2025-09-12 06:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.235.215.92','2025-09-12 07:19:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'142.44.220.201','2025-09-12 12:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.222.95.7','2025-09-12 12:30:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-09-12 18:53:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'148.113.128.97','2025-09-12 23:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'15.235.98.155','2025-09-13 00:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'148.113.128.119','2025-09-13 01:38:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.2.191.202','2025-09-13 03:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'153.167.16.12','2025-09-13 10:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.39.89.74','2025-09-13 12:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'60.147.131.78','2025-09-13 19:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'15.235.98.137','2025-09-13 21:53:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.45.77.169','2025-09-14 00:02:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.39.6.117','2025-09-14 03:19:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'15.235.27.40','2025-09-14 03:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.39.210.67','2025-09-14 05:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'35.169.119.108','2025-09-14 08:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'167.114.139.129','2025-09-14 21:54:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'15.235.98.36','2025-09-14 21:54:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.174.213.205','2025-09-15 17:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-09-15 21:45:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'45.119.30.117','2025-09-16 05:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'45.162.12.9','2025-09-16 05:04:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'187.188.17.72','2025-09-16 05:05:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'113.172.106.71','2025-09-16 05:06:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.129.69.33','2025-09-16 05:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'189.38.41.116','2025-09-16 05:07:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.186.207.147','2025-09-16 05:07:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'102.217.176.182','2025-09-16 05:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'177.23.210.178','2025-09-16 05:10:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'200.53.195.171','2025-09-16 05:11:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'181.46.164.250','2025-09-16 07:23:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'168.195.155.188','2025-09-16 07:23:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'191.219.63.29','2025-09-16 07:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2025-09-16 12:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2025-09-16 12:50:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2025-09-16 12:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.73.216.45','2025-09-16 19:04:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.73.216.45','2025-09-16 21:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.73.216.45','2025-09-16 21:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.73.216.45','2025-09-16 23:06:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.73.216.45','2025-09-17 01:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.73.216.45','2025-09-17 01:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.73.216.45','2025-09-17 01:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.73.216.45','2025-09-17 01:30:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.73.216.45','2025-09-17 01:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.73.216.45','2025-09-17 03:39:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.73.216.45','2025-09-17 03:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.73.216.45','2025-09-17 03:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'14.177.254.50','2025-09-17 08:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.229.97.249','2025-09-17 11:15:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'102.206.215.159','2025-09-17 11:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'14.255.41.101','2025-09-17 11:18:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'213.217.211.190','2025-09-17 11:18:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.68.32.135','2025-09-17 15:29:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'179.216.37.167','2025-09-18 03:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.244.66.242','2025-09-19 00:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.87.165.128','2025-09-19 06:29:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.174.196.0','2025-09-19 13:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.174.196.0','2025-09-19 13:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'177.245.229.215','2025-09-19 15:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.181.19.211','2025-09-19 18:34:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'186.178.229.16','2025-09-19 19:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'52.200.54.136','2025-09-19 21:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.174.242.16','2025-09-20 05:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.174.242.16','2025-09-20 05:42:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.174.242.16','2025-09-20 05:42:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.174.242.16','2025-09-20 05:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'34.174.242.16','2025-09-20 05:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'170.79.230.191','2025-09-20 07:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.8.9','2025-09-20 23:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.8.9','2025-09-20 23:39:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.8.9','2025-09-20 23:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.8.9','2025-09-21 00:03:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.8.9','2025-09-21 00:04:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.8.9','2025-09-21 00:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.8.9','2025-09-21 00:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.8.9','2025-09-21 00:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.8.9','2025-09-21 00:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.8.9','2025-09-21 00:06:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.8.9','2025-09-21 00:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.8.9','2025-09-21 00:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.8.9','2025-09-21 00:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.8.9','2025-09-21 00:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.8.9','2025-09-21 00:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.8.9','2025-09-21 00:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.108.8.9','2025-09-21 00:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.8.9','2025-09-21 00:09:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.8.9','2025-09-21 00:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.8.9','2025-09-21 00:09:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.8.9','2025-09-21 00:09:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.8.9','2025-09-21 00:09:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.8.9','2025-09-21 00:10:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.108.8.9','2025-09-21 00:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.8.9','2025-09-21 00:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.8.9','2025-09-21 00:10:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.108.8.9','2025-09-21 00:11:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.108.8.9','2025-09-21 00:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.108.8.9','2025-09-21 00:12:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.108.8.9','2025-09-21 00:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.108.8.9','2025-09-21 00:13:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.108.8.9','2025-09-21 00:13:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.8.9','2025-09-21 00:13:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.8.9','2025-09-21 00:13:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'201.89.44.11','2025-09-21 00:52:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'34.225.87.80','2025-09-21 01:05:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.108.8.9','2025-09-21 01:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.108.8.9','2025-09-21 01:21:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.108.8.9','2025-09-21 01:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.108.8.9','2025-09-21 01:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.108.8.9','2025-09-21 01:42:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.108.8.9','2025-09-21 01:44:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.108.8.9','2025-09-21 01:44:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.108.8.9','2025-09-21 01:44:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.108.8.9','2025-09-21 03:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'23.21.119.232','2025-09-21 04:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.133.77.128','2025-09-21 07:18:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.204.70.158','2025-09-21 10:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'98.97.134.79','2025-09-21 17:46:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'170.247.239.131','2025-09-21 17:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'201.3.163.8','2025-09-21 19:12:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'143.0.57.145','2025-09-21 19:36:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'14.191.215.171','2025-09-21 20:07:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'189.217.8.164','2025-09-21 21:42:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'82.43.128.166','2025-09-21 22:09:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'45.226.88.145','2025-09-21 22:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'222.254.73.219','2025-09-21 22:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'14.170.131.163','2025-09-21 22:18:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'191.255.138.232','2025-09-21 23:23:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'102.223.33.14','2025-09-22 00:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'123.18.72.246','2025-09-22 04:54:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'190.160.37.32','2025-09-22 04:54:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.174.28.165','2025-09-22 06:13:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'189.11.21.177','2025-09-22 07:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'91.235.225.113','2025-09-22 08:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'187.99.108.231','2025-09-22 09:44:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'190.135.155.101','2025-09-22 12:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'36.235.212.35','2025-09-22 18:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'168.232.160.70','2025-09-22 20:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.191.94.238','2025-09-22 22:54:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'201.20.66.184','2025-09-22 23:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'113.165.44.254','2025-09-22 23:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'14.170.145.13','2025-09-22 23:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'170.84.64.9','2025-09-22 23:59:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'113.181.47.189','2025-09-23 00:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'103.23.255.85','2025-09-23 01:45:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'95.174.167.21','2025-09-23 04:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'189.253.56.63','2025-09-23 05:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'222.254.173.53','2025-09-23 07:31:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'14.183.20.192','2025-09-23 08:17:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'200.71.74.112','2025-09-23 09:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'179.109.49.241','2025-09-23 14:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'170.0.59.98','2025-09-23 14:16:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.191.94.185','2025-09-23 16:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'190.46.158.120','2025-09-23 17:04:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'189.148.216.217','2025-09-23 17:36:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'103.174.20.39','2025-09-23 18:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'154.81.237.102','2025-09-23 18:36:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'3.230.69.161','2025-09-23 19:09:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'34.236.41.241','2025-09-23 20:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'45.174.77.42','2025-09-23 20:37:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'187.111.121.34','2025-09-24 00:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'113.166.62.190','2025-09-24 01:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'168.228.204.216','2025-09-24 01:06:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'181.209.75.140','2025-09-24 04:48:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'2.90.195.94','2025-09-24 05:39:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'45.230.237.94','2025-09-24 06:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'177.73.244.149','2025-09-24 06:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'38.166.100.136','2025-09-24 07:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'181.110.62.241','2025-09-24 09:07:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'168.228.173.121','2025-09-24 09:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'197.2.15.210','2025-09-24 09:50:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'103.157.92.44','2025-09-24 15:22:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.83.56.1','2025-09-24 17:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'143.255.235.163','2025-09-24 18:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.183.113.239','2025-09-24 19:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'34.225.24.180','2025-09-24 19:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'103.70.200.203','2025-09-24 19:48:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'177.36.20.199','2025-09-24 21:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.100.109.42','2025-09-24 23:06:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'44.212.131.50','2025-09-25 04:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'3.216.13.10','2025-09-25 05:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'45.166.59.3','2025-09-25 06:01:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'186.22.19.227','2025-09-25 06:45:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'123.20.103.93','2025-09-25 08:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.122.187.27','2025-09-25 09:25:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.122.187.27','2025-09-25 09:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.122.187.27','2025-09-25 09:25:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'189.222.3.253','2025-09-25 10:00:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.21.229.252','2025-09-25 10:16:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'170.79.53.226','2025-09-25 10:39:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'187.86.247.4','2025-09-25 10:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'95.32.166.104','2025-09-25 11:12:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'168.228.23.245','2025-09-25 12:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'113.186.198.14','2025-09-25 13:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.187.242.48','2025-09-25 14:10:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.106.65.40','2025-09-25 15:47:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'117.5.147.142','2025-09-25 17:31:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'14.236.202.4','2025-09-25 19:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'45.228.190.224','2025-09-25 21:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.0.105.244','2025-09-25 21:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'181.78.4.189','2025-09-25 23:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'179.156.7.104','2025-09-26 01:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.84.102.81','2025-09-26 01:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.159.18.27','2025-09-26 05:38:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'107.20.255.194','2025-09-26 07:04:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'191.189.25.125','2025-09-26 07:49:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'54.159.18.27','2025-09-26 17:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.85.109.140','2025-09-26 20:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'184.72.95.195','2025-09-26 21:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.3','2025-09-27 00:13:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.3','2025-09-27 00:13:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.171.207.3','2025-09-27 00:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.164.106.236','2025-09-27 01:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'20.171.207.3','2025-09-27 01:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'20.171.207.3','2025-09-27 02:43:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'184.73.167.217','2025-09-27 03:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'107.20.224.184','2025-09-27 03:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'18.214.251.19','2025-09-27 08:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'168.205.101.26','2025-09-27 09:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.217.171.106','2025-09-27 09:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'179.125.33.51','2025-09-27 10:51:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'14.11.162.32','2025-09-27 12:40:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'123.19.190.127','2025-09-27 13:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'14.169.147.107','2025-09-27 19:13:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'17.241.219.234','2025-09-27 21:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'138.255.145.22','2025-09-28 00:50:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'191.8.236.44','2025-09-28 07:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'196.119.169.215','2025-09-28 07:29:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'103.150.19.128','2025-09-28 15:12:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'197.59.190.89','2025-09-28 15:33:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'8.160.40.230','2025-09-28 23:17:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'38.10.226.2','2025-09-29 04:05:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.122.187.27','2025-09-29 04:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.122.187.27','2025-09-29 04:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.122.187.27','2025-09-29 04:14:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.122.187.27','2025-09-29 04:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.122.187.27','2025-09-29 04:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.122.187.27','2025-09-29 04:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.122.187.27','2025-09-29 04:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.122.187.27','2025-09-29 04:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.122.187.27','2025-09-29 04:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.122.187.27','2025-09-29 04:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.122.187.27','2025-09-29 04:15:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.122.187.27','2025-09-29 04:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.122.187.27','2025-09-29 04:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.122.187.27','2025-09-29 04:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.122.187.27','2025-09-29 04:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.122.187.27','2025-09-29 04:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.122.187.27','2025-09-29 04:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.122.187.27','2025-09-29 04:15:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.122.187.27','2025-09-29 04:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.122.187.27','2025-09-29 04:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.122.187.27','2025-09-29 04:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.122.187.27','2025-09-29 04:15:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.122.187.27','2025-09-29 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.122.187.27','2025-09-29 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.122.187.27','2025-09-29 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.122.187.27','2025-09-29 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.122.187.27','2025-09-29 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.122.187.27','2025-09-29 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.122.187.27','2025-09-29 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.122.187.27','2025-09-29 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.122.187.27','2025-09-29 04:16:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.122.187.27','2025-09-29 04:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.122.187.27','2025-09-29 04:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.122.187.27','2025-09-29 04:16:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.122.187.27','2025-09-29 04:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.122.187.27','2025-09-29 04:16:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'177.51.34.56','2025-09-29 06:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'123.24.106.238','2025-09-29 10:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.176.41.223','2025-09-29 14:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'179.107.210.76','2025-09-29 15:04:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.204.174.139','2025-09-29 16:47:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'45.184.28.13','2025-09-29 19:42:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'201.80.87.83','2025-09-29 20:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'123.20.247.104','2025-09-29 20:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'98.83.10.183','2025-09-30 00:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.188.219.39','2025-09-30 01:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'78.174.208.114','2025-09-30 05:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'187.18.198.230','2025-09-30 10:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.108','2025-09-30 12:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'20.171.207.108','2025-09-30 12:38:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.108','2025-09-30 12:38:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'45.182.145.251','2025-09-30 14:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'45.234.50.129','2025-10-01 02:21:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'201.150.49.78','2025-10-01 03:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'45.171.47.249','2025-10-01 09:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'181.65.133.91','2025-10-01 09:28:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'177.222.98.185','2025-10-01 09:36:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'170.239.159.15','2025-10-01 11:18:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'138.97.197.48','2025-10-01 11:48:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'14.177.146.86','2025-10-01 12:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'123.20.81.230','2025-10-01 13:40:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'114.130.181.26','2025-10-01 15:51:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'14.191.71.20','2025-10-01 15:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'113.175.17.115','2025-10-01 17:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'123.25.248.48','2025-10-01 18:42:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'119.160.175.124','2025-10-01 19:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'186.29.210.194','2025-10-01 20:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'170.79.55.110','2025-10-01 21:14:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'170.150.253.32','2025-10-01 21:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'177.223.19.116','2025-10-01 21:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'181.46.68.156','2025-10-02 00:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'17.241.219.253','2025-10-02 04:02:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'191.254.166.41','2025-10-02 04:39:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'177.221.12.193','2025-10-02 05:11:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'14.186.44.37','2025-10-02 06:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.235.250.191','2025-10-02 06:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'14.172.44.210','2025-10-02 07:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'17.241.75.195','2025-10-02 08:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'222.253.91.104','2025-10-02 11:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'179.113.242.54','2025-10-02 11:57:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'177.37.180.53','2025-10-02 12:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.173.192.20','2025-10-02 12:59:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'190.106.89.241','2025-10-02 13:08:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'17.241.219.42','2025-10-02 13:22:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'189.124.119.238','2025-10-02 13:24:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'17.241.219.154','2025-10-02 14:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'189.29.137.217','2025-10-02 20:10:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'14.186.207.110','2025-10-02 21:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'138.118.46.223','2025-10-03 00:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'17.241.227.158','2025-10-03 01:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'179.215.139.41','2025-10-03 01:12:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'179.129.181.245','2025-10-03 03:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'138.255.144.245','2025-10-03 03:55:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'160.187.191.166','2025-10-03 05:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'177.128.36.149','2025-10-03 07:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.203.247.5','2025-10-03 08:07:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.86.146.144','2025-10-03 08:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'32.213.242.92','2025-10-03 08:35:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'190.31.34.93','2025-10-03 09:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'177.47.198.255','2025-10-03 09:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'186.209.109.32','2025-10-03 09:32:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'177.12.18.43','2025-10-03 11:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'138.94.119.20','2025-10-03 12:43:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'73.7.19.30','2025-10-03 15:25:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'177.0.187.71','2025-10-03 15:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.171.48.193','2025-10-03 15:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'103.158.125.120','2025-10-03 16:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'189.89.93.82','2025-10-03 16:49:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'177.67.227.103','2025-10-03 18:00:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'217.196.163.153','2025-10-03 18:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'168.197.157.36','2025-10-03 18:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'177.106.208.200','2025-10-03 21:05:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'191.5.85.202','2025-10-03 21:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'189.28.147.107','2025-10-03 22:24:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'170.83.231.2','2025-10-03 22:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'186.249.133.97','2025-10-04 00:34:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'138.94.171.48','2025-10-04 01:07:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.228.162.94','2025-10-04 08:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'181.46.185.43','2025-10-04 09:54:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'138.84.59.83','2025-10-04 10:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'14.191.8.134','2025-10-04 10:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'207.46.13.7','2025-10-04 13:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'200.225.118.179','2025-10-04 13:20:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'177.124.82.43','2025-10-04 17:57:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'186.210.123.89','2025-10-04 19:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'186.220.36.129','2025-10-04 19:46:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'14.188.81.230','2025-10-04 22:01:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'17.241.219.129','2025-10-04 22:07:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.242.44.255','2025-10-05 00:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'181.199.54.88','2025-10-05 03:03:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'93.170.127.51','2025-10-05 03:09:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.232.222.201','2025-10-05 03:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'177.234.233.205','2025-10-05 04:56:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'86.44.213.94','2025-10-05 06:51:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'187.60.185.184','2025-10-05 07:25:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'168.121.98.61','2025-10-05 09:17:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'174.100.67.151','2025-10-05 12:42:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'177.86.50.129','2025-10-05 14:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'179.99.132.22','2025-10-05 14:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'45.71.108.85','2025-10-05 18:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'94.188.74.84','2025-10-05 21:02:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'14.174.158.196','2025-10-05 21:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'73.152.145.218','2025-10-05 22:23:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'186.224.251.37','2025-10-05 23:43:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'177.20.184.123','2025-10-06 00:05:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'201.81.53.221','2025-10-06 03:17:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'38.250.216.232','2025-10-06 05:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'45.236.208.68','2025-10-06 05:52:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'123.24.42.148','2025-10-06 09:00:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.98.209.165','2025-10-06 11:30:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'189.6.253.162','2025-10-06 13:04:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'186.69.198.130','2025-10-06 13:50:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'177.72.167.83','2025-10-06 14:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'14.191.94.135','2025-10-06 15:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'103.13.193.128','2025-10-06 16:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'45.166.184.174','2025-10-06 18:15:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'14.173.96.118','2025-10-06 18:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'181.221.154.146','2025-10-06 19:33:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'177.192.219.45','2025-10-06 20:04:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'191.221.11.5','2025-10-06 20:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'179.108.231.2','2025-10-06 22:04:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.168.182.101','2025-10-06 22:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.187.78.101','2025-10-06 22:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'161.0.155.255','2025-10-07 00:31:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.186.237.97','2025-10-07 00:32:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.20.130.178','2025-10-07 00:39:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'95.70.16.154','2025-10-07 00:56:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'200.202.97.83','2025-10-07 01:51:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'59.103.97.242','2025-10-07 02:32:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'45.183.182.205','2025-10-07 02:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'138.0.146.76','2025-10-07 02:36:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'190.115.64.160','2025-10-07 02:56:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'102.100.71.184','2025-10-07 03:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.162.254.1','2025-10-07 06:35:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'45.163.104.137','2025-10-07 07:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'200.216.144.123','2025-10-07 08:47:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'167.250.175.120','2025-10-07 09:05:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'77.221.52.9','2025-10-07 12:57:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'179.34.228.145','2025-10-07 14:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'116.98.255.39','2025-10-07 16:15:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.170.165.103','2025-10-07 18:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'186.219.145.28','2025-10-07 18:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'177.87.33.143','2025-10-07 20:15:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'45.228.213.106','2025-10-08 02:50:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'190.134.53.239','2025-10-08 03:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'138.84.56.20','2025-10-08 05:05:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'186.249.214.241','2025-10-08 05:53:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'170.0.153.158','2025-10-08 06:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'113.170.207.176','2025-10-08 08:47:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.6.29.161','2025-10-08 10:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.190.19.224','2025-10-08 11:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'114.130.173.126','2025-10-08 13:03:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'46.172.72.10','2025-10-08 14:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'186.249.137.27','2025-10-08 15:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'177.10.236.179','2025-10-08 16:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'191.37.36.33','2025-10-08 16:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.24.60.211','2025-10-08 18:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'47.15.90.112','2025-10-08 18:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'177.128.176.199','2025-10-08 20:04:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.160.150.10','2025-10-08 20:28:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'45.165.207.191','2025-10-08 21:15:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'222.254.96.111','2025-10-08 21:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'186.47.139.40','2025-10-08 21:59:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'14.191.166.130','2025-10-08 23:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'109.161.188.217','2025-10-09 00:00:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'103.99.183.69','2025-10-09 01:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'171.236.174.165','2025-10-09 02:20:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'187.34.124.30','2025-10-09 05:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'14.191.162.137','2025-10-09 06:18:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'99.116.179.12','2025-10-09 08:38:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.225.181.161','2025-10-09 13:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.90','2025-10-09 13:22:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.246','2025-10-09 13:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'23.23.137.202','2025-10-09 13:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.200.142.199','2025-10-09 13:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.94.199.128','2025-10-09 13:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'68.91.222.84','2025-10-09 14:08:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'14.191.158.81','2025-10-09 14:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'186.229.204.229','2025-10-09 15:00:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'189.37.80.161','2025-10-09 15:25:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.2.4.213','2025-10-09 16:40:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'170.246.211.105','2025-10-09 17:56:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.90.73.206','2025-10-09 20:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.102.217.160','2025-10-09 21:08:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.212.205.90','2025-10-09 21:22:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'45.173.139.210','2025-10-10 00:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'186.195.239.38','2025-10-10 00:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'190.11.3.64','2025-10-10 00:27:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'14.237.170.97','2025-10-10 00:53:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'160.19.235.110','2025-10-10 01:42:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'201.8.35.66','2025-10-10 02:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'181.46.57.129','2025-10-10 02:57:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.216.172.204','2025-10-10 04:43:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.7.33.248','2025-10-10 08:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'85.208.96.196','2025-10-10 08:56:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'167.249.27.239','2025-10-10 09:16:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.204.71.8','2025-10-10 09:23:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'177.125.24.88','2025-10-10 11:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'1.53.17.31','2025-10-10 12:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.22.59.87','2025-10-10 12:54:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.64.210','2025-10-10 13:28:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'85.208.96.193','2025-10-10 13:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'186.216.46.199','2025-10-10 14:21:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'43.245.143.4','2025-10-10 16:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.84.161.62','2025-10-10 18:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.164.34.19','2025-10-10 18:40:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'177.220.176.122','2025-10-10 18:46:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'14.191.152.52','2025-10-10 23:38:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'14.179.180.108','2025-10-11 01:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'34.194.226.74','2025-10-11 02:08:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'179.191.150.218','2025-10-11 02:44:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.208.223.68','2025-10-11 04:49:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.226.45.211','2025-10-11 06:01:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'45.162.240.251','2025-10-11 06:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'80.233.32.207','2025-10-11 07:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'179.189.44.115','2025-10-11 08:44:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.204.62.163','2025-10-11 09:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'189.123.96.255','2025-10-11 09:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'168.90.217.230','2025-10-11 09:56:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'179.251.33.103','2025-10-11 09:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'179.125.214.59','2025-10-11 12:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'45.147.226.235','2025-10-11 13:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'45.180.59.70','2025-10-11 13:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'177.44.234.247','2025-10-11 13:04:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'138.121.94.156','2025-10-11 14:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'201.254.152.140','2025-10-11 14:56:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'45.151.236.109','2025-10-11 15:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'177.92.52.199','2025-10-11 15:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'145.239.66.9','2025-10-11 17:27:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.77.218.189','2025-10-11 18:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'187.62.78.57','2025-10-11 19:44:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'5.43.120.131','2025-10-11 19:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'14.169.107.66','2025-10-11 19:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'186.207.19.35','2025-10-11 19:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'102.32.131.36','2025-10-11 20:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'37.215.6.207','2025-10-11 20:00:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'179.190.116.255','2025-10-11 20:00:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'190.242.129.214','2025-10-11 20:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'168.121.193.178','2025-10-11 20:01:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'186.3.168.162','2025-10-11 20:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'14.187.109.65','2025-10-11 20:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'200.7.210.116','2025-10-11 20:04:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'136.243.220.213','2025-10-11 20:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'45.169.46.126','2025-10-11 21:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'190.115.65.148','2025-10-11 21:44:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'187.126.210.46','2025-10-11 23:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'168.227.30.182','2025-10-12 05:04:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'200.170.102.204','2025-10-12 07:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.242','2025-10-12 14:37:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.242','2025-10-12 14:37:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.242','2025-10-12 14:37:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'20.171.207.242','2025-10-12 14:37:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.242','2025-10-12 14:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.171.207.242','2025-10-12 14:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.242','2025-10-12 14:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.171.207.242','2025-10-12 14:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.171.207.242','2025-10-12 14:37:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.171.207.242','2025-10-12 14:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'20.171.207.242','2025-10-12 14:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.242','2025-10-12 14:37:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.242','2025-10-12 14:37:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'20.171.207.242','2025-10-12 14:37:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'20.171.207.242','2025-10-12 14:37:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.171.207.242','2025-10-12 14:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'20.171.207.242','2025-10-12 14:37:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.242','2025-10-12 14:37:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.171.207.242','2025-10-12 14:37:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.171.207.242','2025-10-12 14:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.171.207.242','2025-10-12 14:37:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.171.207.242','2025-10-12 14:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.171.207.242','2025-10-12 14:38:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.171.207.242','2025-10-12 14:38:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'20.171.207.242','2025-10-12 14:38:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'20.171.207.242','2025-10-12 14:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'20.171.207.242','2025-10-12 14:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.171.207.242','2025-10-12 14:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.171.207.242','2025-10-12 14:38:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'20.171.207.242','2025-10-12 14:38:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'20.171.207.242','2025-10-12 14:38:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.171.207.242','2025-10-12 14:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'20.171.207.242','2025-10-12 15:10:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'20.171.207.242','2025-10-12 15:10:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'188.72.40.84','2025-10-13 00:51:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'98.83.178.66','2025-10-13 04:21:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.235.215.92','2025-10-13 06:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.205.170.13','2025-10-13 07:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'191.104.192.83','2025-10-13 11:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'61.6.230.38','2025-10-13 13:02:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'191.243.23.25','2025-10-13 13:03:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'35.169.119.108','2025-10-14 03:37:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'190.150.38.33','2025-10-14 11:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'170.254.22.8','2025-10-14 11:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.240.93.86','2025-10-14 11:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'200.53.196.30','2025-10-14 14:52:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'23.21.119.232','2025-10-15 00:14:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.235.125.129','2025-10-15 07:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'187.57.138.111','2025-10-15 08:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'201.40.189.168','2025-10-15 12:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'201.58.209.229','2025-10-15 18:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'176.88.30.234','2025-10-15 23:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.244.66.242','2025-10-16 02:01:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2025-10-16 03:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2025-10-16 04:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2025-10-16 07:41:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2025-10-16 09:12:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2025-10-16 09:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'114.250.49.240','2025-10-16 10:06:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'114.250.59.101','2025-10-16 10:07:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'49.7.240.123','2025-10-16 10:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2025-10-16 13:20:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.73.216.157','2025-10-16 20:34:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2025-10-16 22:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.73.216.157','2025-10-16 23:11:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.39.210.227','2025-10-16 23:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.222.95.145','2025-10-16 23:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.39.136.202','2025-10-16 23:37:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'40.77.167.46','2025-10-17 04:56:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'39.156.169.181','2025-10-17 06:39:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2025-10-17 17:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2025-10-17 21:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'138.59.199.160','2025-10-17 23:05:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2025-10-18 02:00:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'15.235.96.187','2025-10-18 02:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'220.181.90.183','2025-10-18 10:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'49.7.245.54','2025-10-18 10:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'114.250.44.74','2025-10-18 10:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.250.59.108','2025-10-18 10:43:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'114.250.59.110','2025-10-18 10:52:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'106.38.188.195','2025-10-18 10:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.73.216.157','2025-10-18 11:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.73.216.157','2025-10-18 11:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'193.30.15.18','2025-10-18 18:58:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2025-10-18 20:54:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'114.250.50.119','2025-10-18 22:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'111.13.118.62','2025-10-18 22:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.250.48.24','2025-10-18 22:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'114.250.50.9','2025-10-19 02:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'39.156.168.155','2025-10-19 02:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'39.156.172.191','2025-10-19 02:49:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'49.7.245.167','2025-10-19 02:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'220.181.90.213','2025-10-19 02:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2025-10-19 04:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2025-10-19 04:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2025-10-19 06:32:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2025-10-19 08:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.73.216.157','2025-10-19 19:12:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2025-10-19 23:14:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2025-10-20 06:12:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2025-10-20 06:12:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2025-10-20 08:08:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.244.66.242','2025-10-20 12:49:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.244.66.242','2025-10-20 12:55:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2025-10-20 16:12:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'114.250.44.19','2025-10-20 16:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'187.64.57.209','2025-10-20 19:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'23.21.250.48','2025-10-20 21:27:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'220.181.90.150','2025-10-20 22:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'106.38.188.58','2025-10-20 22:26:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'111.13.117.104','2025-10-20 22:27:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'111.13.116.120','2025-10-20 22:28:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.73.216.157','2025-10-21 06:36:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'14.191.232.125','2025-10-21 09:38:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2025-10-21 19:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.201','2025-10-21 19:56:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2025-10-21 22:14:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2025-10-22 01:05:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.225.98.148','2025-10-22 01:18:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2025-10-22 05:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2025-10-22 05:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.207.47.227','2025-10-22 06:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'14.179.47.170','2025-10-23 05:21:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2025-10-23 21:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.73.216.161','2025-10-24 08:19:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.73.216.161','2025-10-24 17:09:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.73.216.161','2025-10-24 17:13:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.84.93.8','2025-10-24 19:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'111.13.116.210','2025-10-24 22:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'106.38.188.94','2025-10-24 22:39:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'106.38.188.75','2025-10-25 00:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2025-10-25 04:22:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2025-10-25 05:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2025-10-25 10:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.210.155.69','2025-10-25 17:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'34.203.111.15','2025-10-26 04:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'52.200.251.20','2025-10-26 05:10:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.208.146.193','2025-10-26 22:00:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'18.211.148.239','2025-10-27 05:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.2.83.227','2025-10-27 07:20:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.215.210.112','2025-10-27 17:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.93.253.174','2025-10-27 20:03:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.219.80.71','2025-10-27 21:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.73.216.134','2025-10-27 22:35:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.87.62.248','2025-10-28 00:04:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.193.2.57','2025-10-28 02:22:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.5.242.243','2025-10-28 03:23:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'44.212.145.46','2025-10-28 08:24:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'18.214.238.178','2025-10-28 09:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2025-10-28 17:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.73.216.134','2025-10-29 04:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'186.216.0.174','2025-10-30 09:06:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'191.193.92.226','2025-10-30 09:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'177.155.221.117','2025-10-30 15:08:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.68.68','2025-10-30 16:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.229.95.193','2025-10-30 16:54:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.90.244.132','2025-10-31 00:35:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.7.227.31','2025-10-31 01:07:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.7.227.31','2025-10-31 01:10:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2025-10-31 04:01:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.7.227.31','2025-10-31 04:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.7.227.31','2025-10-31 04:01:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.7.227.31','2025-10-31 04:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.7.227.31','2025-10-31 04:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.7.227.31','2025-10-31 04:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.7.227.31','2025-10-31 04:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.7.227.31','2025-10-31 04:02:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.7.227.31','2025-10-31 04:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.7.227.31','2025-10-31 04:02:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.7.227.31','2025-10-31 04:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.7.227.31','2025-10-31 04:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.7.227.31','2025-10-31 04:19:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.7.227.31','2025-10-31 04:20:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.7.227.31','2025-10-31 04:20:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.7.227.31','2025-10-31 04:20:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.7.227.31','2025-10-31 04:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.7.227.31','2025-10-31 04:21:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.7.227.31','2025-10-31 04:22:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'74.7.227.31','2025-10-31 04:22:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.7.227.31','2025-10-31 04:22:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.7.227.31','2025-10-31 04:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.7.227.31','2025-10-31 04:23:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.7.227.31','2025-10-31 04:23:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.7.227.31','2025-10-31 04:23:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.7.227.31','2025-10-31 04:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'74.7.227.31','2025-10-31 04:24:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.7.227.31','2025-10-31 04:24:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.7.227.31','2025-10-31 04:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'74.7.227.31','2025-10-31 04:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.7.227.31','2025-10-31 04:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.7.227.31','2025-10-31 04:25:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'74.7.227.31','2025-10-31 04:25:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.7.227.31','2025-10-31 04:25:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.7.227.31','2025-10-31 04:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.7.227.31','2025-10-31 04:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.7.227.31','2025-10-31 04:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.7.227.31','2025-10-31 04:27:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.7.227.31','2025-10-31 04:27:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'74.7.227.31','2025-10-31 04:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'74.7.227.31','2025-10-31 04:27:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'74.7.227.31','2025-10-31 04:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'177.86.137.154','2025-10-31 13:45:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.68.68','2025-11-01 08:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'145.239.65.226','2025-11-03 05:40:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.37.252.137','2025-11-03 06:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.37.252.137','2025-11-03 06:40:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'147.135.213.170','2025-11-03 09:03:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.135.213.170','2025-11-03 09:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'37.187.226.33','2025-11-03 09:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'37.187.226.33','2025-11-03 09:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.83.9.208','2025-11-03 10:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'51.83.9.208','2025-11-03 10:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'138.94.171.126','2025-11-04 22:32:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.83.100.230','2025-11-04 23:53:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'195.201.199.99','2025-11-05 01:22:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.73.216.3','2025-11-05 06:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.106.47','2025-11-05 18:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'122.1.106.47','2025-11-05 18:00:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'135.181.79.106','2025-11-06 02:23:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'147.135.213.32','2025-11-06 03:25:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.73.216.3','2025-11-06 17:42:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2025-11-07 07:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'145.239.66.34','2025-11-08 22:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.135.215.173','2025-11-08 23:46:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'147.135.215.173','2025-11-08 23:50:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'85.208.96.206','2025-11-09 00:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.191.171.10','2025-11-09 05:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'54.147.182.90','2025-11-09 13:16:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'35.169.119.108','2025-11-09 13:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'23.21.148.226','2025-11-09 13:50:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'52.71.203.206','2025-11-09 13:53:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'178.150.14.250','2025-11-09 15:12:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'18.211.148.239','2025-11-09 16:40:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'88.88.246.207','2025-11-09 18:52:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.84.169.196','2025-11-09 20:11:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.45.77.169','2025-11-09 21:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'100.27.153.9','2025-11-10 02:49:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'3.214.176.44','2025-11-10 02:52:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.205.141.124','2025-11-10 12:17:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2025-11-10 14:44:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'40.77.167.13','2025-11-10 16:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'18.214.186.220','2025-11-10 18:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'23.21.119.232','2025-11-10 19:14:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.157.99.244','2025-11-10 20:43:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'100.28.204.82','2025-11-11 00:58:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.221.203.24','2025-11-11 01:30:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.85.126.86','2025-11-11 04:33:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.5.232.250','2025-11-11 09:02:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.11.12.154','2025-11-11 18:21:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.11.12.154','2025-11-11 18:21:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'221.11.12.154','2025-11-11 18:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'157.55.39.8','2025-11-12 06:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.21.179.27','2025-11-13 04:12:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.224.215.150','2025-11-13 07:06:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'87.252.97.94','2025-11-13 07:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'14.236.93.12','2025-11-13 16:09:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.167.144.142','2025-11-13 18:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2025-11-13 19:40:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.94.156.104','2025-11-14 04:32:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.208.159.113','2025-11-14 14:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.208.159.113','2025-11-14 14:18:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.208.159.112','2025-11-14 14:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'61.208.159.112','2025-11-14 14:19:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.45.92.83','2025-11-15 00:02:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.204.12.115','2025-11-15 07:57:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.73.216.35','2025-11-15 10:10:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.73.216.35','2025-11-15 10:10:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.73.216.35','2025-11-15 10:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.73.216.35','2025-11-15 10:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.73.216.35','2025-11-15 10:10:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.73.216.35','2025-11-15 10:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.73.216.35','2025-11-15 10:11:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.73.216.109','2025-11-15 12:53:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.73.216.109','2025-11-15 22:20:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.73.216.109','2025-11-15 22:22:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'207.248.20.142','2025-11-16 03:34:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'105.76.23.248','2025-11-16 11:19:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'77.124.83.195','2025-11-16 14:19:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'14.240.216.206','2025-11-16 15:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'191.221.186.69','2025-11-16 15:20:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'187.55.37.120','2025-11-16 22:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.1.136.8','2025-11-17 22:49:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.73.216.109','2025-11-18 01:41:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.73.216.109','2025-11-18 01:41:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'43.135.172.89','2025-11-18 09:21:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.68','2025-11-18 12:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.46.13.107','2025-11-19 05:07:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.68.69','2025-11-19 13:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.68.68','2025-11-20 13:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'35.171.117.160','2025-11-20 21:42:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'17.246.15.77','2025-11-20 21:47:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'14.186.194.203','2025-11-20 22:48:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'17.22.245.20','2025-11-20 23:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'17.246.19.86','2025-11-21 08:03:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'17.22.245.5','2025-11-21 13:41:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'17.22.237.226','2025-11-21 14:41:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.210.29.96','2025-11-22 01:01:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'151.236.180.122','2025-11-22 04:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.89.90.224','2025-11-22 04:58:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.68.67','2025-11-22 06:23:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'187.188.8.11','2025-11-22 06:29:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'189.156.247.225','2025-11-22 08:22:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.68.67','2025-11-22 11:55:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.68.68','2025-11-22 13:01:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'45.239.234.125','2025-11-22 21:27:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'45.178.57.233','2025-11-23 10:26:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'17.246.19.125','2025-11-23 12:17:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'123.24.137.178','2025-11-23 18:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'45.180.186.137','2025-11-24 02:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'102.216.50.234','2025-11-24 04:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'189.4.167.37','2025-11-24 06:05:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'169.224.18.120','2025-11-24 07:00:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'164.163.34.200','2025-11-24 07:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'45.166.204.98','2025-11-24 07:34:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'177.180.136.98','2025-11-24 08:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'45.185.163.228','2025-11-24 08:19:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'131.100.147.113','2025-11-24 09:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'17.241.75.97','2025-11-24 10:14:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'176.241.84.40','2025-11-24 10:27:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'189.19.160.36','2025-11-24 10:54:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'222.254.143.131','2025-11-24 11:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'179.125.135.141','2025-11-24 11:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'14.248.116.32','2025-11-24 12:09:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.100.136.120','2025-11-24 12:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.68.68','2025-11-24 12:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'45.176.55.37','2025-11-24 13:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'85.175.198.46','2025-11-24 14:24:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'154.118.20.168','2025-11-24 14:43:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'14.160.141.47','2025-11-24 15:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'186.89.189.147','2025-11-24 15:32:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'117.4.34.207','2025-11-24 15:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'189.7.126.3','2025-11-24 16:02:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'116.71.168.84','2025-11-24 16:43:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.145.82.217','2025-11-24 18:42:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'196.187.149.147','2025-11-24 19:34:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'187.10.11.250','2025-11-24 19:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'46.34.193.82','2025-11-24 19:56:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'45.187.17.6','2025-11-24 20:06:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'45.148.10.99','2025-11-24 21:46:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'203.215.167.238','2025-11-25 01:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'177.35.193.141','2025-11-25 01:27:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'38.250.148.57','2025-11-25 02:06:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'187.45.73.9','2025-11-25 02:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'168.194.59.105','2025-11-25 02:44:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'44.223.115.10','2025-11-25 05:55:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'45.182.111.82','2025-11-25 06:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'195.178.110.131','2025-11-25 06:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'187.63.121.248','2025-11-25 06:53:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'190.113.115.239','2025-11-25 07:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.210.152.179','2025-11-25 07:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'181.208.165.40','2025-11-25 07:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.169.104.255','2025-11-25 09:14:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.41.120.33','2025-11-25 10:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'191.251.255.56','2025-11-25 10:58:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'160.177.156.7','2025-11-25 12:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.238.153.19','2025-11-25 12:43:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'167.249.166.104','2025-11-25 13:29:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.165.235.133','2025-11-25 13:38:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'84.54.71.224','2025-11-25 14:16:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'103.189.247.79','2025-11-25 14:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'14.234.126.225','2025-11-25 14:38:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'81.95.165.178','2025-11-25 17:07:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'18.209.201.119','2025-11-25 17:43:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'154.178.94.119','2025-11-25 18:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'197.238.173.230','2025-11-25 18:49:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.191.103.158','2025-11-25 19:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'41.90.180.51','2025-11-25 23:00:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'45.7.165.30','2025-11-26 00:05:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'43.156.168.214','2025-11-26 00:26:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'186.66.7.59','2025-11-26 03:03:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'45.226.24.245','2025-11-26 04:22:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'128.201.83.144','2025-11-26 06:03:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'107.20.25.33','2025-11-26 09:04:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'177.232.81.212','2025-11-26 10:19:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'103.219.234.154','2025-11-26 11:01:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'161.142.148.25','2025-11-26 12:01:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'49.204.132.203','2025-11-26 12:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'186.189.92.3','2025-11-26 12:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.68.69','2025-11-26 12:52:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'190.201.122.89','2025-11-26 13:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'187.232.215.37','2025-11-26 13:41:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'191.103.86.128','2025-11-26 15:56:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'219.95.17.34','2025-11-26 16:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.255.73.178','2025-11-26 18:27:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'83.110.108.118','2025-11-26 19:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.182.147.92','2025-11-26 19:37:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'169.224.82.81','2025-11-26 19:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'44.215.231.15','2025-11-26 22:05:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'200.217.143.9','2025-11-26 22:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'186.71.137.111','2025-11-26 22:48:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'169.224.33.146','2025-11-27 00:38:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'177.73.195.40','2025-11-27 01:40:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'45.70.13.140','2025-11-27 01:55:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'38.137.17.220','2025-11-27 02:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'223.228.1.188','2025-11-27 02:49:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'79.139.212.90','2025-11-27 03:02:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'188.27.132.152','2025-11-27 05:14:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'186.208.218.173','2025-11-27 05:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'41.56.223.135','2025-11-27 05:48:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'31.43.183.236','2025-11-27 06:25:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'14.191.71.8','2025-11-27 06:42:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.66.165.162','2025-11-27 06:56:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.167.66.220','2025-11-27 06:58:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'191.177.137.108','2025-11-27 07:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'186.158.170.56','2025-11-27 07:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'190.153.88.231','2025-11-27 07:31:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'38.250.157.125','2025-11-27 07:53:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'45.244.71.48','2025-11-27 07:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'191.223.67.135','2025-11-27 12:34:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'128.201.226.185','2025-11-27 12:55:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'187.120.29.78','2025-11-27 13:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'168.232.147.253','2025-11-27 13:22:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'102.66.182.216','2025-11-27 13:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.210','2025-11-27 13:35:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.210','2025-11-27 13:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.210','2025-11-27 13:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'190.89.2.210','2025-11-27 16:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.221.105.234','2025-11-27 17:10:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'103.234.202.0','2025-11-27 17:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'177.128.199.200','2025-11-27 18:00:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'185.24.61.0','2025-11-27 18:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'190.113.44.54','2025-11-27 18:53:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'197.60.189.153','2025-11-27 19:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'178.120.2.55','2025-11-27 19:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'54.235.191.179','2025-11-27 20:02:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'176.108.189.4','2025-11-27 20:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.6.214.50','2025-11-27 21:17:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'100.24.167.60','2025-11-27 21:39:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'190.49.3.192','2025-11-27 23:12:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'189.250.77.214','2025-11-27 23:21:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'190.10.192.197','2025-11-27 23:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.254.21.198','2025-11-27 23:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'18.235.158.19','2025-11-28 00:09:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'123.20.189.195','2025-11-28 02:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'45.224.23.119','2025-11-28 02:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.224.132.215','2025-11-28 03:18:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'98.82.107.102','2025-11-28 03:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'196.47.128.154','2025-11-28 04:14:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'102.129.81.107','2025-11-28 06:07:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'103.94.255.99','2025-11-28 06:19:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'44.212.106.171','2025-11-28 08:09:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'98.82.107.102','2025-11-28 09:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'103.98.130.167','2025-11-28 11:45:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'102.67.1.69','2025-11-28 11:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'196.189.185.172','2025-11-28 13:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'5.34.124.186','2025-11-28 13:45:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'179.157.136.86','2025-11-28 15:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'200.236.253.199','2025-11-28 15:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'189.4.111.69','2025-11-28 16:14:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'102.213.248.54','2025-11-28 17:00:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'14.247.213.225','2025-11-28 17:03:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'187.120.30.34','2025-11-28 18:49:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'170.254.202.30','2025-11-28 19:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'177.50.215.160','2025-11-28 20:48:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'187.109.146.20','2025-11-28 21:57:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'179.191.150.211','2025-11-28 22:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.133.120.238','2025-11-28 22:36:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'152.56.167.75','2025-11-28 22:41:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'181.15.220.155','2025-11-29 00:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.100.106.28','2025-11-29 01:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'181.232.183.158','2025-11-29 02:13:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'138.94.121.159','2025-11-29 05:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'206.1.225.46','2025-11-29 05:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.94.199.128','2025-11-29 05:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'45.225.147.232','2025-11-29 06:19:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'31.154.49.82','2025-11-29 07:04:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'203.210.237.65','2025-11-29 10:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'194.169.121.83','2025-11-29 10:18:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'177.87.30.133','2025-11-29 10:28:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'38.3.229.6','2025-11-29 10:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'191.11.201.183','2025-11-29 13:21:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.225.122.60','2025-11-29 15:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'170.254.202.120','2025-11-29 15:26:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'45.171.2.27','2025-11-29 16:29:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.176.99.190','2025-11-29 17:48:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'170.79.81.238','2025-11-29 19:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'181.124.144.43','2025-11-29 20:44:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'179.42.148.124','2025-11-29 22:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'177.106.71.25','2025-11-29 22:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'190.107.119.240','2025-11-29 23:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:18:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:19:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:21:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:28:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:29:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:29:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:29:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:30:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:30:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:30:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:30:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:30:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:31:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:31:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'122.16.6.132','2025-11-30 01:31:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'200.153.193.110','2025-11-30 01:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'84.115.232.181','2025-11-30 07:47:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.168.139.53','2025-11-30 08:24:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.165.151.182','2025-11-30 09:55:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'14.186.14.232','2025-11-30 13:23:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.97.92.48','2025-11-30 15:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'190.219.101.129','2025-11-30 15:20:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'35.169.240.53','2025-11-30 16:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'170.83.213.53','2025-11-30 16:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'177.10.2.195','2025-11-30 16:43:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'94.249.80.163','2025-11-30 16:43:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'102.66.152.193','2025-11-30 17:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'223.190.86.58','2025-11-30 20:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'177.22.161.205','2025-11-30 20:28:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'103.7.122.10','2025-11-30 20:35:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'156.205.229.200','2025-11-30 20:36:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.68.234.121','2025-11-30 23:00:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'94.249.81.65','2025-11-30 23:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'103.96.105.148','2025-11-30 23:26:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'35.171.117.160','2025-12-01 00:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'186.57.141.98','2025-12-01 02:42:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'201.20.171.166','2025-12-01 02:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'195.19.124.152','2025-12-01 03:43:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'5.0.78.65','2025-12-01 04:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'187.61.100.192','2025-12-01 05:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.75.206.222','2025-12-01 05:23:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'86.33.73.141','2025-12-01 05:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'190.219.101.191','2025-12-01 05:36:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'179.29.221.87','2025-12-01 05:59:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'38.248.151.74','2025-12-01 06:06:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'102.142.29.133','2025-12-01 06:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'45.175.163.91','2025-12-01 09:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'177.100.236.78','2025-12-01 10:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.191.162.234','2025-12-01 11:19:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'201.43.174.212','2025-12-01 11:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'177.201.247.214','2025-12-01 11:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'189.90.24.5','2025-12-01 12:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'186.64.190.77','2025-12-01 12:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'170.78.22.17','2025-12-01 12:09:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.84.145.13','2025-12-01 12:15:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'45.238.188.179','2025-12-01 12:23:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'186.57.24.210','2025-12-01 12:50:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.226.21.54','2025-12-01 15:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'177.67.38.15','2025-12-01 16:23:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'170.80.194.202','2025-12-01 16:35:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'93.112.236.151','2025-12-01 16:41:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.73.216.217','2025-12-01 17:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.73.216.217','2025-12-01 17:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.73.216.217','2025-12-01 17:35:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.73.216.217','2025-12-01 17:41:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.73.216.217','2025-12-01 17:41:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'179.130.190.111','2025-12-01 18:08:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'159.54.139.226','2025-12-01 18:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.194.217.15','2025-12-01 21:39:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'89.147.194.145','2025-12-01 21:50:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'189.110.42.121','2025-12-01 22:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'14.234.173.74','2025-12-01 23:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.85.206.123','2025-12-02 01:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'182.190.128.205','2025-12-02 01:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'181.94.224.215','2025-12-02 06:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'201.221.27.56','2025-12-02 06:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'190.133.8.57','2025-12-02 07:25:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'77.220.53.118','2025-12-02 08:04:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'138.121.21.247','2025-12-02 08:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'187.46.72.159','2025-12-02 08:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'45.171.107.45','2025-12-02 11:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'143.105.25.173','2025-12-02 12:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'190.219.79.4','2025-12-02 14:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'41.139.225.237','2025-12-02 14:30:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'181.23.236.148','2025-12-02 15:23:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'110.226.179.106','2025-12-02 15:26:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.228.170.45','2025-12-02 17:41:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'186.0.184.36','2025-12-02 18:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'143.0.18.144','2025-12-02 19:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'110.39.225.125','2025-12-02 19:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'190.129.166.181','2025-12-02 19:34:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'109.177.211.46','2025-12-02 19:59:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'189.217.204.142','2025-12-02 20:41:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'177.11.28.15','2025-12-02 21:46:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'41.139.146.183','2025-12-02 22:18:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'37.239.221.128','2025-12-02 22:43:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'102.209.221.0','2025-12-03 01:56:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.86.137.148','2025-12-03 03:02:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.46.60.42','2025-12-03 03:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'177.101.47.139','2025-12-03 03:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'187.188.225.71','2025-12-03 05:00:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'138.36.43.108','2025-12-03 05:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'193.83.133.224','2025-12-03 06:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'181.94.232.188','2025-12-03 12:40:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.128.201.2','2025-12-03 13:11:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'190.129.21.115','2025-12-03 13:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'38.172.138.53','2025-12-03 14:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'45.226.117.162','2025-12-03 15:52:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'89.204.91.168','2025-12-03 15:52:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'200.33.134.252','2025-12-03 17:03:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'187.252.207.123','2025-12-03 19:46:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'196.81.12.167','2025-12-03 20:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'45.5.47.63','2025-12-03 22:04:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'41.205.40.174','2025-12-04 01:09:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'189.6.211.43','2025-12-04 02:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'151.244.145.178','2025-12-04 03:13:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'181.78.122.47','2025-12-04 03:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'181.103.73.206','2025-12-04 03:48:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'196.65.57.210','2025-12-04 03:55:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'192.144.87.1','2025-12-04 04:05:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'189.141.245.20','2025-12-04 04:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'167.250.247.26','2025-12-04 04:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'177.183.105.36','2025-12-04 08:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'170.247.144.121','2025-12-04 08:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'200.225.116.210','2025-12-04 09:46:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'179.99.50.172','2025-12-04 09:58:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.9.172.120','2025-12-04 11:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'177.234.232.156','2025-12-04 12:24:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'206.1.176.199','2025-12-04 12:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'182.156.249.134','2025-12-04 12:59:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'179.108.76.207','2025-12-04 13:19:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'168.228.202.90','2025-12-04 14:31:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'190.5.181.9','2025-12-04 16:05:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'186.232.107.63','2025-12-04 17:49:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'140.213.1.86','2025-12-04 18:59:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'201.43.216.158','2025-12-04 18:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'186.219.137.31','2025-12-04 19:14:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'5.175.149.231','2025-12-04 20:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'113.162.92.207','2025-12-04 20:12:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'186.39.174.165','2025-12-04 20:16:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'154.208.45.245','2025-12-04 20:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'212.112.118.39','2025-12-04 20:30:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.124.32.73','2025-12-04 20:34:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'189.74.207.24','2025-12-04 23:09:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'110.39.13.18','2025-12-04 23:40:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'69.79.194.100','2025-12-05 00:49:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.147.101.83','2025-12-05 02:24:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'189.13.157.124','2025-12-05 03:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'195.85.223.179','2025-12-05 03:28:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'86.126.40.21','2025-12-05 03:30:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'201.71.40.249','2025-12-05 03:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'170.231.176.11','2025-12-05 04:13:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'103.113.149.87','2025-12-05 04:17:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.98.207.174','2025-12-05 06:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'24.152.71.116','2025-12-05 06:14:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'46.29.29.169','2025-12-05 08:13:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'193.203.12.103','2025-12-05 09:50:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'82.209.106.137','2025-12-05 09:55:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'84.54.78.108','2025-12-05 11:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'186.77.197.90','2025-12-05 12:23:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'144.48.134.182','2025-12-05 12:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'213.230.76.222','2025-12-05 12:59:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'181.191.65.157','2025-12-05 14:25:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'179.40.42.154','2025-12-05 16:07:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'213.232.244.11','2025-12-05 17:33:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'177.200.230.219','2025-12-05 19:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'113.172.86.206','2025-12-05 19:08:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'179.197.99.17','2025-12-05 20:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'95.180.61.248','2025-12-05 20:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.197.32.58','2025-12-05 20:19:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'106.216.252.251','2025-12-05 20:20:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'45.7.165.57','2025-12-05 21:50:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'177.124.14.116','2025-12-05 22:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.169.7.132','2025-12-05 22:47:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'182.176.167.198','2025-12-05 23:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'45.225.169.62','2025-12-05 23:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.67','2025-12-06 00:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.69','2025-12-06 00:34:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'171.228.103.99','2025-12-06 00:49:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.68','2025-12-06 01:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'189.203.133.85','2025-12-06 02:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.187.43.12','2025-12-06 02:26:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.67','2025-12-06 05:47:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'200.36.198.29','2025-12-06 08:42:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.68.66','2025-12-06 09:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'168.0.108.222','2025-12-06 09:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'141.98.140.154','2025-12-06 10:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'105.97.95.14','2025-12-06 10:46:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'187.0.39.214','2025-12-06 10:53:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'169.224.87.175','2025-12-06 11:32:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'181.192.123.83','2025-12-06 13:18:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'5.36.234.212','2025-12-06 15:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.68','2025-12-06 16:27:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'189.28.64.84','2025-12-06 19:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'170.238.186.201','2025-12-06 21:44:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.46.13.54','2025-12-06 23:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'186.22.54.72','2025-12-07 00:06:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.7.241.31','2025-12-07 00:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.7.241.31','2025-12-07 00:27:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.7.241.31','2025-12-07 00:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.7.241.31','2025-12-07 00:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.7.241.31','2025-12-07 00:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.7.241.31','2025-12-07 00:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'47.11.9.182','2025-12-07 02:18:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'191.30.92.205','2025-12-07 03:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'143.0.83.193','2025-12-07 07:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'45.187.165.229','2025-12-07 08:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'165.165.108.125','2025-12-07 08:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'186.105.120.202','2025-12-07 09:34:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'187.190.153.88','2025-12-07 10:15:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'190.166.7.63','2025-12-07 10:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'196.250.215.222','2025-12-07 11:06:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'123.18.227.232','2025-12-07 11:34:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'180.252.175.163','2025-12-07 11:34:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'186.84.120.45','2025-12-07 12:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'14.185.95.166','2025-12-07 13:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'170.83.151.75','2025-12-07 15:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'181.233.55.33','2025-12-07 21:37:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'103.191.123.93','2025-12-08 00:17:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.68.68','2025-12-08 00:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.68.68','2025-12-08 00:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.55.39.195','2025-12-08 01:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'46.219.245.246','2025-12-08 02:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'187.85.16.73','2025-12-08 03:45:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.68','2025-12-08 05:57:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'179.0.33.46','2025-12-08 07:02:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'186.178.171.142','2025-12-08 08:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'114.10.137.141','2025-12-08 08:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'181.68.248.238','2025-12-08 09:39:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'14.230.82.35','2025-12-08 10:28:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'182.191.137.182','2025-12-08 11:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'14.237.199.102','2025-12-08 11:33:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'186.151.100.82','2025-12-08 13:31:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'181.43.216.181','2025-12-08 15:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.67','2025-12-08 16:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'187.16.186.253','2025-12-08 19:15:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.254.118.191','2025-12-08 21:33:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'201.152.246.4','2025-12-09 00:13:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'105.156.87.10','2025-12-09 02:11:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'43.135.142.7','2025-12-09 02:19:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'93.186.72.188','2025-12-09 09:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'168.0.24.253','2025-12-09 16:18:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'38.183.43.64','2025-12-09 16:20:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'189.6.235.130','2025-12-09 20:51:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'18.205.127.11','2025-12-10 13:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.230.224.6','2025-12-10 13:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.6.97.88','2025-12-10 14:06:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'50.17.193.48','2025-12-10 14:07:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.68.67','2025-12-10 16:24:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.80.73.122','2025-12-10 17:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'156.221.144.26','2025-12-10 17:56:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'103.147.87.162','2025-12-10 17:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.230.145.169','2025-12-10 17:57:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'190.14.230.163','2025-12-10 18:16:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'14.169.166.242','2025-12-10 19:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'80.83.21.215','2025-12-10 19:01:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'14.191.92.242','2025-12-10 19:02:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'123.24.247.32','2025-12-10 19:02:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'14.236.93.125','2025-12-10 19:03:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.231.126.86','2025-12-10 19:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.244.187.199','2025-12-10 19:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'113.177.123.23','2025-12-10 19:06:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'123.27.151.14','2025-12-10 19:07:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'35.169.119.108','2025-12-10 20:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'50.16.216.166','2025-12-10 20:53:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.73.142.41','2025-12-11 02:44:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'18.211.39.188','2025-12-11 02:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'200.82.186.238','2025-12-11 04:05:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'38.74.244.87','2025-12-11 04:35:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'169.224.20.45','2025-12-11 04:40:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'31.170.22.211','2025-12-11 06:35:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'46.243.253.241','2025-12-11 07:30:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'186.168.111.233','2025-12-11 08:20:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'177.72.195.231','2025-12-11 08:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'190.72.111.197','2025-12-11 12:15:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'44.197.76.210','2025-12-11 12:47:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'189.63.235.69','2025-12-11 13:12:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'177.87.62.246','2025-12-11 16:38:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.248.130.133','2025-12-11 17:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'100.29.160.53','2025-12-11 18:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'98.83.10.183','2025-12-11 19:11:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'34.239.197.197','2025-12-11 20:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.255.30.1','2025-12-11 21:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'41.25.43.116','2025-12-11 21:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'188.43.188.9','2025-12-11 22:21:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'177.184.222.152','2025-12-12 00:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'23.21.175.228','2025-12-12 01:07:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'23.23.137.202','2025-12-12 01:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'170.246.111.73','2025-12-12 03:43:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'186.208.219.182','2025-12-12 04:34:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'50.19.102.70','2025-12-12 04:35:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'187.95.109.23','2025-12-12 05:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'189.164.98.254','2025-12-12 07:47:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'186.225.229.201','2025-12-12 07:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'179.116.30.16','2025-12-12 08:29:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'177.196.65.172','2025-12-12 08:32:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.233.114.237','2025-12-12 09:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'186.53.190.218','2025-12-12 09:11:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'113.165.181.140','2025-12-12 10:52:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'14.232.190.200','2025-12-12 11:12:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'171.22.167.37','2025-12-12 11:38:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'125.235.229.125','2025-12-12 12:29:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'14.169.236.242','2025-12-12 12:53:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'197.79.81.107','2025-12-12 13:09:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'113.171.172.227','2025-12-12 13:19:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'190.112.185.5','2025-12-12 13:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'111.125.224.54','2025-12-12 16:04:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.181.1.11','2025-12-12 16:10:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'45.6.0.58','2025-12-12 16:21:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'177.173.45.38','2025-12-12 16:21:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'45.228.214.50','2025-12-12 16:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.106.28.10','2025-12-12 19:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.4.39.134','2025-12-12 20:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'123.27.244.66','2025-12-12 21:54:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'197.3.66.222','2025-12-12 23:14:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'147.235.197.132','2025-12-12 23:50:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.16','2025-12-13 00:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'85.208.96.201','2025-12-13 00:27:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'85.208.96.202','2025-12-13 01:10:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'85.208.96.193','2025-12-13 01:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'112.135.78.36','2025-12-13 01:59:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.7','2025-12-13 02:05:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.13','2025-12-13 02:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'123.24.77.242','2025-12-13 02:15:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.18','2025-12-13 02:23:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'85.208.96.206','2025-12-13 02:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.2','2025-12-13 02:37:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.19','2025-12-13 02:43:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'38.211.194.93','2025-12-13 03:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'185.191.171.13','2025-12-13 03:39:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.193','2025-12-13 03:55:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'185.191.171.6','2025-12-13 04:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.10','2025-12-13 04:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'160.120.91.214','2025-12-13 04:46:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'200.110.60.25','2025-12-13 05:01:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'213.230.116.130','2025-12-13 05:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.9','2025-12-13 06:01:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'85.208.96.195','2025-12-13 06:05:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.1','2025-12-13 06:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.202','2025-12-13 06:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.2','2025-12-13 06:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.208.96.208','2025-12-13 07:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.13','2025-12-13 07:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'14.228.151.105','2025-12-13 07:54:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'38.159.57.72','2025-12-13 08:25:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'177.223.92.218','2025-12-13 08:25:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.136.148.32','2025-12-13 08:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.17','2025-12-13 08:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'85.208.96.197','2025-12-13 08:47:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'201.79.134.162','2025-12-13 08:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'45.173.193.22','2025-12-13 09:42:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'43.130.3.120','2025-12-13 10:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'190.123.8.194','2025-12-13 11:40:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'186.138.133.203','2025-12-13 11:41:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'45.170.80.123','2025-12-13 12:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'143.202.110.24','2025-12-13 12:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'179.63.104.197','2025-12-13 13:12:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'5.62.139.232','2025-12-13 14:34:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'103.166.153.190','2025-12-13 14:34:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'5.21.132.27','2025-12-13 17:06:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'14.191.242.227','2025-12-13 17:07:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'187.112.74.165','2025-12-13 18:01:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'170.254.22.24','2025-12-13 18:03:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'179.167.17.111','2025-12-13 19:42:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'62.8.66.173','2025-12-13 20:17:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'138.94.100.138','2025-12-13 20:27:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'105.98.225.125','2025-12-13 21:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'200.53.195.54','2025-12-14 01:25:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'184.73.47.24','2025-12-14 04:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'143.137.239.77','2025-12-14 04:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'201.151.118.242','2025-12-14 04:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'47.82.14.184','2025-12-14 05:24:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'131.161.249.22','2025-12-14 07:14:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'100.29.107.38','2025-12-14 08:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'23.21.175.228','2025-12-14 08:10:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'17.241.219.76','2025-12-14 11:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'17.241.75.243','2025-12-14 12:17:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'169.224.0.205','2025-12-14 15:47:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'212.95.133.27','2025-12-14 17:55:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'168.195.105.4','2025-12-14 18:05:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'101.53.255.90','2025-12-14 18:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.7.242.41','2025-12-14 18:36:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.7.242.41','2025-12-14 18:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.7.242.41','2025-12-14 18:38:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.7.242.41','2025-12-14 18:38:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.7.242.41','2025-12-14 18:38:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.7.242.41','2025-12-14 18:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.7.242.41','2025-12-14 18:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.7.242.41','2025-12-14 18:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.7.242.41','2025-12-14 18:38:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.7.242.41','2025-12-14 18:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.7.242.41','2025-12-14 18:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.7.242.41','2025-12-14 18:38:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.7.242.41','2025-12-14 18:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.7.242.41','2025-12-14 18:39:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.7.242.41','2025-12-14 18:39:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.7.242.41','2025-12-14 18:39:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.7.242.41','2025-12-14 18:39:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.7.242.41','2025-12-14 18:39:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.7.242.41','2025-12-14 18:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.7.242.41','2025-12-14 18:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'74.7.242.41','2025-12-14 18:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.7.242.41','2025-12-14 18:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.7.242.41','2025-12-14 18:39:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'74.7.242.41','2025-12-14 18:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.7.242.41','2025-12-14 18:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'74.7.242.41','2025-12-14 18:39:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.7.242.41','2025-12-14 18:39:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.7.242.41','2025-12-14 18:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.7.242.41','2025-12-14 18:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'74.7.242.41','2025-12-14 18:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'74.7.242.41','2025-12-14 18:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.7.242.41','2025-12-14 18:39:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'74.7.242.41','2025-12-14 18:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.7.242.41','2025-12-14 18:39:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.7.242.41','2025-12-14 18:39:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'74.7.242.41','2025-12-14 18:39:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.7.242.41','2025-12-14 18:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'78.95.62.80','2025-12-14 19:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'45.171.131.222','2025-12-14 21:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'200.52.30.92','2025-12-14 23:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'131.161.63.205','2025-12-14 23:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'177.221.103.31','2025-12-15 01:52:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'196.190.240.48','2025-12-15 04:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'170.233.33.250','2025-12-15 06:32:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'179.199.213.163','2025-12-15 06:42:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.222.190.107','2025-12-15 07:48:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'189.103.49.101','2025-12-15 08:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.39.203.39','2025-12-15 09:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'45.187.36.86','2025-12-15 10:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'49.15.103.1','2025-12-15 11:02:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'168.228.200.32','2025-12-15 11:18:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'182.189.40.142','2025-12-15 11:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'200.115.28.131','2025-12-15 12:30:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.222.168.106','2025-12-15 12:50:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'186.174.254.143','2025-12-15 13:22:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'186.232.209.54','2025-12-15 14:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'117.5.147.72','2025-12-15 14:05:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'181.233.26.101','2025-12-15 14:56:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'142.44.233.139','2025-12-15 15:42:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'169.1.57.159','2025-12-15 16:16:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.68.67','2025-12-15 16:26:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.167.206.149','2025-12-15 16:42:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'105.112.208.229','2025-12-15 16:42:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.244.154.133','2025-12-15 17:54:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.73.216.15','2025-12-15 19:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'130.204.188.113','2025-12-15 20:02:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'187.61.185.141','2025-12-15 20:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.68.67','2025-12-15 20:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.8','2025-12-15 21:03:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'154.237.131.117','2025-12-15 22:06:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'200.75.177.109','2025-12-15 22:18:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'165.165.109.159','2025-12-16 02:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.15','2025-12-16 02:39:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'186.194.152.177','2025-12-16 03:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.73.216.15','2025-12-16 03:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.210','2025-12-16 03:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'85.208.96.201','2025-12-16 05:38:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'185.191.171.8','2025-12-16 05:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'85.208.96.193','2025-12-16 05:48:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'85.208.96.196','2025-12-16 07:19:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.3','2025-12-16 07:35:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'149.200.186.97','2025-12-16 07:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'200.118.60.129','2025-12-16 08:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'3.227.180.70','2025-12-16 09:29:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.166.104.83','2025-12-16 09:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.73.216.15','2025-12-16 10:24:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.191.171.8','2025-12-16 10:40:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'176.222.63.155','2025-12-16 10:50:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'181.188.161.125','2025-12-16 11:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.73.216.15','2025-12-16 11:54:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.230.65.199','2025-12-16 12:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'113.181.253.242','2025-12-16 12:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'14.191.90.194','2025-12-16 13:14:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'168.0.143.112','2025-12-16 13:36:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'181.51.131.80','2025-12-16 13:56:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'201.148.99.57','2025-12-16 15:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'152.237.159.78','2025-12-16 16:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.11','2025-12-16 16:41:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'190.226.16.15','2025-12-16 17:22:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.13.103','2025-12-16 17:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.13.103','2025-12-16 17:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.13.103','2025-12-16 17:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'111.88.86.25','2025-12-16 17:39:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'152.234.165.227','2025-12-16 17:46:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'189.223.217.200','2025-12-16 17:54:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'169.224.3.229','2025-12-16 18:28:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'41.60.141.148','2025-12-16 18:55:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.13.103','2025-12-16 19:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.13.103','2025-12-16 19:13:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.13.103','2025-12-16 19:13:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.13.103','2025-12-16 19:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.13.103','2025-12-16 19:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.13.103','2025-12-16 19:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.13.103','2025-12-16 19:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.13.103','2025-12-16 19:15:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.13.103','2025-12-16 19:16:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.13.103','2025-12-16 19:16:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.13.103','2025-12-16 19:16:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.13.103','2025-12-16 19:16:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.13.103','2025-12-16 19:17:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.108.13.103','2025-12-16 19:17:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.13.103','2025-12-16 19:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.13.103','2025-12-16 19:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.13.103','2025-12-16 19:18:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.13.103','2025-12-16 19:18:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.13.103','2025-12-16 19:18:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.13.103','2025-12-16 19:18:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.108.13.103','2025-12-16 19:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.13.103','2025-12-16 19:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.13.103','2025-12-16 19:18:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.108.13.103','2025-12-16 19:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.108.13.103','2025-12-16 19:18:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.108.13.103','2025-12-16 19:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.108.13.103','2025-12-16 19:19:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.108.13.103','2025-12-16 19:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.108.13.103','2025-12-16 19:19:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.13.103','2025-12-16 19:20:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'190.97.234.233','2025-12-16 19:20:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.13.103','2025-12-16 19:20:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'14.179.233.25','2025-12-16 19:43:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.108.13.103','2025-12-16 19:51:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.108.13.103','2025-12-16 19:51:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.73.216.15','2025-12-16 20:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.108.13.103','2025-12-16 21:14:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.108.13.103','2025-12-16 21:14:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.108.13.103','2025-12-16 21:14:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.108.13.103','2025-12-16 21:30:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.108.13.103','2025-12-16 21:30:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.108.13.103','2025-12-16 21:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.108.13.103','2025-12-16 21:52:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'2.132.32.121','2025-12-16 21:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'177.52.215.212','2025-12-16 22:30:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'182.10.130.158','2025-12-17 00:37:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.68.67','2025-12-17 16:59:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'191.37.225.46','2025-12-17 23:43:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.73.216.80','2025-12-19 20:39:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.137.215.53','2025-12-20 07:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'190.141.120.240','2025-12-20 09:01:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'182.8.183.254','2025-12-20 19:57:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.193.148.90','2025-12-21 02:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'181.47.126.0','2025-12-21 05:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.68.69','2025-12-21 05:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'186.147.227.82','2025-12-21 06:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'170.84.37.242','2025-12-21 07:58:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'179.221.194.16','2025-12-21 13:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'190.62.14.171','2025-12-21 16:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'182.8.123.127','2025-12-21 23:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'190.141.120.151','2025-12-22 00:23:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.30.203.196','2025-12-22 02:26:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'129.226.93.214','2025-12-22 03:46:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'190.83.7.105','2025-12-22 05:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'198.244.240.251','2025-12-22 05:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.147.102.217','2025-12-22 07:01:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'212.200.115.117','2025-12-22 07:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'200.52.29.149','2025-12-22 13:59:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'187.19.233.108','2025-12-22 16:22:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'198.244.168.236','2025-12-22 17:26:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.68','2025-12-22 21:53:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.67','2025-12-22 21:54:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.67','2025-12-22 22:18:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'44.207.207.36','2025-12-22 22:43:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'138.204.211.183','2025-12-22 23:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'177.234.193.144','2025-12-23 02:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'198.244.168.114','2025-12-23 05:00:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'160.238.27.198','2025-12-23 05:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'177.227.73.27','2025-12-23 06:48:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'190.89.30.125','2025-12-23 07:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.210.114.189','2025-12-23 10:14:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.83.238.207','2025-12-23 12:15:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.83.238.207','2025-12-23 12:15:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.83.238.207','2025-12-23 12:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.83.238.207','2025-12-23 12:16:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.83.238.207','2025-12-23 12:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.83.238.207','2025-12-23 12:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.83.238.207','2025-12-23 12:19:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.83.238.207','2025-12-23 12:24:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'51.83.238.207','2025-12-23 12:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.68.66','2025-12-23 13:26:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'194.247.173.99','2025-12-23 13:52:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'194.247.173.99','2025-12-23 13:56:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'201.76.114.76','2025-12-23 14:02:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'98.97.147.185','2025-12-23 16:26:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'119.157.139.41','2025-12-23 23:13:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'196.25.25.109','2025-12-24 00:27:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'39.34.157.179','2025-12-24 02:40:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'177.37.140.176','2025-12-24 03:24:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'24.152.106.26','2025-12-24 04:39:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'196.75.57.99','2025-12-24 04:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'177.47.51.116','2025-12-24 04:58:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'37.237.163.233','2025-12-24 07:05:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'170.247.80.237','2025-12-24 07:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'179.174.25.11','2025-12-24 07:20:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'79.98.113.16','2025-12-24 09:45:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'38.51.0.33','2025-12-24 09:47:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'18.214.186.220','2025-12-24 09:51:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'191.6.52.152','2025-12-24 10:14:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'198.244.240.10','2025-12-24 12:19:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.20.207.114','2025-12-24 12:41:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'79.106.33.216','2025-12-24 14:18:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'38.61.135.4','2025-12-24 16:04:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'179.126.161.57','2025-12-24 16:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'189.79.225.200','2025-12-24 17:18:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'169.224.21.225','2025-12-24 18:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'177.75.199.162','2025-12-24 18:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'165.16.189.3','2025-12-24 19:34:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'152.249.219.59','2025-12-24 19:50:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'152.254.169.114','2025-12-24 20:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'87.246.25.30','2025-12-24 20:40:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'197.59.12.163','2025-12-24 21:16:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.67','2025-12-24 21:39:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.67','2025-12-24 21:41:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'45.163.75.239','2025-12-24 22:18:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.68.67','2025-12-24 22:26:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'41.193.225.109','2025-12-24 23:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'177.131.164.246','2025-12-24 23:58:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'102.219.25.66','2025-12-25 00:27:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'200.68.168.12','2025-12-25 02:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'176.28.185.35','2025-12-25 03:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'103.26.82.100','2025-12-25 03:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'93.171.184.150','2025-12-25 03:23:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'105.103.11.214','2025-12-25 04:54:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'45.164.63.207','2025-12-25 04:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'41.248.143.30','2025-12-25 07:04:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'138.97.162.74','2025-12-25 07:06:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'189.62.37.33','2025-12-25 07:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'180.75.245.115','2025-12-25 09:41:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'170.238.120.182','2025-12-25 09:46:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'197.36.168.198','2025-12-25 10:19:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'198.244.240.94','2025-12-25 12:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'188.163.73.246','2025-12-25 12:43:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'59.190.151.155','2025-12-25 13:00:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'37.215.1.177','2025-12-25 14:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.89.129.139','2025-12-25 14:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'161.22.57.120','2025-12-25 16:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'45.172.240.69','2025-12-25 16:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'45.183.80.87','2025-12-25 16:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'188.246.224.88','2025-12-25 17:21:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'179.48.33.224','2025-12-25 18:21:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'187.101.4.195','2025-12-25 18:26:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'198.244.240.98','2025-12-25 19:25:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'191.125.131.131','2025-12-25 19:30:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'103.87.136.120','2025-12-25 19:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.163.178.237','2025-12-25 20:03:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'41.83.213.180','2025-12-25 20:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'177.184.74.96','2025-12-25 20:39:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'151.244.147.126','2025-12-25 21:15:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'179.127.251.25','2025-12-25 22:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'131.0.197.207','2025-12-25 23:29:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'115.164.42.99','2025-12-25 23:51:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'196.189.56.208','2025-12-26 00:29:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'189.5.179.162','2025-12-26 07:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'44.215.235.20','2025-12-26 10:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'198.244.240.20','2025-12-26 11:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'94.249.51.38','2025-12-26 13:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'190.134.54.141','2025-12-26 13:46:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'198.244.242.86','2025-12-26 17:46:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'198.244.183.220','2025-12-26 17:59:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.217.189.180','2025-12-26 19:28:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.195.215.27','2025-12-26 19:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'51.195.215.72','2025-12-26 19:42:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.68.67','2025-12-26 21:22:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'66.249.68.67','2025-12-26 21:30:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'40.77.167.2','2025-12-27 05:59:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'157.1.136.11','2025-12-27 06:03:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'157.1.136.11','2025-12-27 06:08:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'157.1.136.11','2025-12-27 06:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'157.1.136.11','2025-12-27 06:14:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'157.1.136.11','2025-12-27 06:18:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'157.1.136.11','2025-12-27 06:21:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'157.1.136.11','2025-12-27 06:25:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.1.136.11','2025-12-27 06:28:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'157.1.136.11','2025-12-27 06:32:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'98.82.38.120','2025-12-27 09:34:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.224.205.25','2025-12-27 09:35:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'23.23.180.225','2025-12-27 09:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'98.80.130.239','2025-12-27 10:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'177.222.112.253','2025-12-27 13:02:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'157.1.136.11','2025-12-27 15:42:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'157.1.136.11','2025-12-27 15:46:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'157.1.136.11','2025-12-27 15:51:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'157.1.136.11','2025-12-27 15:55:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'105.216.111.15','2025-12-27 19:17:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'14.191.233.111','2025-12-27 20:39:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'103.67.158.52','2025-12-27 23:19:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'91.218.80.100','2025-12-28 07:45:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.195.183.76','2025-12-28 12:21:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'14.239.184.188','2025-12-28 18:39:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'187.19.19.155','2025-12-28 21:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'100.28.57.133','2025-12-29 08:55:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'18.214.238.178','2025-12-29 08:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'3.225.9.97','2025-12-29 09:15:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'44.208.223.68','2025-12-29 09:16:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'18.206.47.187','2025-12-29 09:29:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'187.91.87.148','2025-12-29 21:37:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'191.177.177.32','2025-12-30 01:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'207.46.13.54','2025-12-30 07:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'184.73.239.35','2025-12-30 10:39:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'184.72.95.195','2025-12-30 10:45:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'23.23.103.31','2025-12-30 10:48:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.202.233.37','2025-12-30 10:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.235.172.96','2025-12-30 11:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'131.196.5.36','2025-12-30 16:08:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'130.193.194.1','2025-12-30 22:25:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'177.181.2.62','2025-12-31 02:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'62.171.179.32','2025-12-31 02:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'27.50.13.241','2025-12-31 05:23:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.73.216.80','2025-12-31 05:37:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'45.184.143.29','2025-12-31 09:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.75.129.164','2025-12-31 09:36:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.75.129.164','2025-12-31 09:36:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'198.244.168.82','2025-12-31 10:21:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'187.19.134.147','2025-12-31 12:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'170.231.129.227','2025-12-31 14:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'102.254.69.40','2025-12-31 23:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'198.244.240.248','2026-01-01 00:28:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'113.180.103.103','2026-01-01 01:03:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'45.168.3.153','2026-01-01 03:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.210.29.96','2026-01-01 09:53:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'52.4.229.9','2026-01-01 09:53:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'190.113.115.232','2026-01-01 11:35:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.210','2026-01-02 09:51:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.210','2026-01-02 09:51:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'54.37.252.229','2026-01-02 21:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.213.175.121','2026-01-02 22:42:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'186.132.43.111','2026-01-03 01:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'179.159.6.168','2026-01-03 01:46:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'187.234.94.138','2026-01-03 03:25:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'168.195.168.253','2026-01-03 05:26:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'206.1.229.222','2026-01-03 05:52:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'179.2.63.143','2026-01-03 08:05:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'177.23.107.134','2026-01-03 09:10:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'41.90.209.40','2026-01-03 09:53:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'187.17.139.140','2026-01-03 09:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.37.252.36','2026-01-03 10:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'198.244.168.161','2026-01-03 12:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'198.244.183.62','2026-01-03 12:07:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'51.89.129.71','2026-01-03 12:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'198.244.240.32','2026-01-03 12:09:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'45.173.153.26','2026-01-03 12:35:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'72.255.23.23','2026-01-03 13:24:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'36.50.104.77','2026-01-03 13:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.77.139.85','2026-01-03 14:10:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'176.29.111.107','2026-01-03 15:08:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'45.130.7.86','2026-01-03 15:31:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.38.147.60','2026-01-03 15:48:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'198.244.240.215','2026-01-03 15:48:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'198.244.240.177','2026-01-03 16:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.195.215.166','2026-01-03 16:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'198.244.226.220','2026-01-03 16:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'51.195.244.95','2026-01-03 16:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'131.0.215.4','2026-01-03 17:45:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'179.126.162.169','2026-01-03 17:47:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'181.85.208.134','2026-01-03 19:21:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'106.138.19.92','2026-01-03 19:23:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'41.230.174.225','2026-01-03 20:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'177.127.196.69','2026-01-03 22:22:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.231.242.199','2026-01-04 00:32:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'177.10.238.222','2026-01-04 00:40:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'167.61.73.170','2026-01-04 00:59:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'179.96.165.102','2026-01-04 03:56:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'75.119.155.172','2026-01-04 04:05:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'201.13.114.96','2026-01-04 04:22:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'45.174.238.109','2026-01-04 05:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'37.231.255.248','2026-01-04 06:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'198.244.242.48','2026-01-04 08:18:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'113.192.47.29','2026-01-05 04:54:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'195.64.239.183','2026-01-05 07:31:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.125.120','2026-01-05 10:30:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'179.146.31.40','2026-01-05 13:12:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'43.173.180.51','2026-01-05 18:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'196.188.160.132','2026-01-05 23:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.44','2026-01-06 03:24:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'43.173.179.89','2026-01-06 10:29:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'180.73.184.103','2026-01-06 12:33:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'167.62.118.6','2026-01-06 14:13:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'131.196.77.248','2026-01-06 16:31:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'51.195.215.215','2026-01-07 11:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'189.127.176.209','2026-01-07 13:00:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'190.50.184.191','2026-01-07 14:02:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'187.17.230.10','2026-01-07 23:20:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'154.125.247.95','2026-01-08 00:12:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'186.1.186.144','2026-01-08 04:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'181.233.89.132','2026-01-08 09:02:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'190.185.179.242','2026-01-08 14:13:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'181.46.136.1','2026-01-08 19:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'189.7.126.107','2026-01-08 19:20:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'223.238.202.102','2026-01-08 19:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'103.115.117.171','2026-01-08 22:05:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.195.183.234','2026-01-09 03:28:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'198.244.168.243','2026-01-09 03:30:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'186.215.132.163','2026-01-09 05:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'45.179.193.219','2026-01-09 07:26:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'177.175.112.222','2026-01-09 07:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'200.80.180.177','2026-01-09 09:00:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'130.193.202.155','2026-01-09 09:01:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'109.161.182.214','2026-01-09 09:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'217.29.24.134','2026-01-09 11:03:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 13:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 13:57:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 13:58:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 13:58:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 13:59:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 13:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 13:59:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 13:59:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 13:59:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 14:00:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 14:00:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 14:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'202.251.32.250','2026-01-09 14:01:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'202.251.32.250','2026-01-09 14:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.251.32.250','2026-01-09 14:01:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'202.251.32.250','2026-01-09 14:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 14:01:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 14:03:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 14:03:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'202.251.32.250','2026-01-09 14:05:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'186.26.98.141','2026-01-09 14:13:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.22.162.246','2026-01-09 21:52:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'45.70.150.245','2026-01-09 22:32:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'45.167.106.101','2026-01-10 09:06:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'14.191.209.3','2026-01-10 11:31:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'138.186.107.225','2026-01-10 19:49:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'186.42.24.129','2026-01-10 20:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'103.121.12.155','2026-01-10 21:18:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'170.79.10.99','2026-01-10 21:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.175.201.84','2026-01-11 01:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.175.201.84','2026-01-11 01:30:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.175.201.84','2026-01-11 01:30:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'119.175.201.84','2026-01-11 01:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'201.254.118.152','2026-01-11 03:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'102.96.167.239','2026-01-11 08:01:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'17.241.75.229','2026-01-11 18:01:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.37.252.131','2026-01-11 23:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'88.135.227.154','2026-01-12 05:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'44.194.134.53','2026-01-12 11:05:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'23.21.228.180','2026-01-12 11:13:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'18.213.240.226','2026-01-12 11:18:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.206.65.8','2026-01-12 11:19:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.156.124.2','2026-01-12 11:27:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'191.186.87.28','2026-01-12 11:27:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.45.15.233','2026-01-12 11:28:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'45.175.12.60','2026-01-12 11:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'50.16.248.61','2026-01-12 11:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'44.215.235.20','2026-01-12 12:00:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'17.241.227.31','2026-01-12 15:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'34.206.249.188','2026-01-12 17:03:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'100.24.167.60','2026-01-12 17:06:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'44.209.89.189','2026-01-12 18:37:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.47.63.24','2026-01-13 00:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.37.170.49','2026-01-13 09:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'177.124.11.22','2026-01-13 18:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'128.201.121.86','2026-01-13 21:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.97.92.96','2026-01-13 22:49:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'177.131.238.24','2026-01-13 22:52:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.73.216.180','2026-01-14 22:19:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.73.216.180','2026-01-14 23:38:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.73.216.180','2026-01-14 23:40:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.73.216.180','2026-01-14 23:41:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.73.216.180','2026-01-14 23:52:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.73.216.180','2026-01-14 23:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.73.216.180','2026-01-14 23:57:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.73.216.180','2026-01-14 23:57:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.73.216.180','2026-01-15 00:02:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.73.216.180','2026-01-15 01:29:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'3.213.106.226','2026-01-15 05:39:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'52.6.232.201','2026-01-15 05:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'18.211.39.188','2026-01-15 05:49:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.83.23.103','2026-01-15 05:53:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'3.213.46.222','2026-01-15 05:57:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.204.71.8','2026-01-15 06:03:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'44.212.131.50','2026-01-15 06:05:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'23.23.104.107','2026-01-15 06:37:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'17.246.23.166','2026-01-15 09:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'17.246.19.231','2026-01-15 15:53:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'17.22.253.197','2026-01-15 20:32:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'168.196.32.152','2026-01-16 02:50:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'45.185.152.154','2026-01-16 02:51:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.1.157.90','2026-01-16 07:36:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'85.208.96.194','2026-01-16 09:17:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'52.204.37.237','2026-01-17 01:59:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'54.225.81.20','2026-01-17 11:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'43.173.182.205','2026-01-17 13:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'206.82.9.145','2026-01-17 16:22:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2026-01-18 06:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2026-01-18 08:42:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2026-01-18 08:44:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2026-01-18 12:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.60.91','2026-01-18 15:59:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.73.216.22','2026-01-18 20:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2026-01-18 21:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.73.216.22','2026-01-18 22:02:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.73.216.22','2026-01-18 22:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.73.216.22','2026-01-18 22:10:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'14.187.129.251','2026-01-18 23:58:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.73.216.22','2026-01-19 06:20:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'43.173.177.69','2026-01-19 13:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.244.66.242','2026-01-19 15:12:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.5','2026-01-19 18:40:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2026-01-19 19:18:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2026-01-20 00:11:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'178.210.225.90','2026-01-20 00:46:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'217.113.194.85','2026-01-20 07:49:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'217.113.194.89','2026-01-20 07:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'217.113.194.87','2026-01-20 07:50:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'85.208.96.202','2026-01-20 11:14:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2026-01-20 19:10:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'43.163.23.225','2026-01-20 20:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'175.100.79.132','2026-01-21 00:47:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2026-01-21 03:00:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.244.66.242','2026-01-21 03:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'92.222.108.102','2026-01-21 04:50:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2026-01-21 05:49:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2026-01-21 07:28:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'14.161.101.61','2026-01-22 00:40:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'14.183.96.148','2026-01-22 05:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'14.254.189.135','2026-01-22 06:48:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.73.216.22','2026-01-22 07:43:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'43.173.182.63','2026-01-22 12:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'46.11.105.66','2026-01-23 10:54:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'43.173.182.100','2026-01-23 15:25:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'209.9.200.163','2026-01-23 16:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2026-01-23 17:32:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'43.173.178.72','2026-01-23 17:46:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'43.173.179.143','2026-01-23 19:54:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2026-01-24 00:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'54.225.98.148','2026-01-24 02:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2026-01-24 04:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2026-01-24 04:19:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2026-01-24 05:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'43.173.175.239','2026-01-24 05:08:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'3.229.2.217','2026-01-24 11:01:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'123.19.57.49','2026-01-24 12:27:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'52.203.152.231','2026-01-24 16:58:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'180.75.238.157','2026-01-25 02:03:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'52.0.218.219','2026-01-25 03:26:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'113.169.174.109','2026-01-25 03:26:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'34.196.114.170','2026-01-25 05:55:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'14.236.38.37','2026-01-25 09:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2026-01-25 20:11:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.21.77.93','2026-01-26 02:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.227.208.181','2026-01-26 04:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'14.226.90.184','2026-01-26 04:41:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'35.174.253.85','2026-01-26 06:08:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'43.157.95.239','2026-01-26 08:15:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'14.162.25.44','2026-01-26 09:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'3.216.13.10','2026-01-26 11:14:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'14.164.228.237','2026-01-26 11:38:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.73.216.83','2026-01-26 14:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'3.93.253.174','2026-01-26 16:37:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'190.162.39.57','2026-01-26 21:04:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'179.93.153.35','2026-01-26 21:05:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'17.241.219.27','2026-01-26 21:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'50.19.221.48','2026-01-26 22:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'50.16.216.166','2026-01-27 03:13:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2026-01-27 05:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2026-01-27 10:52:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'103.183.83.159','2026-01-27 11:41:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'43.173.169.162','2026-01-27 20:19:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'43.173.174.49','2026-01-27 20:19:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'113.183.14.29','2026-01-27 21:51:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'34.236.135.14','2026-01-28 02:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'3.221.244.28','2026-01-28 03:51:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'14.239.44.67','2026-01-28 08:08:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'187.252.207.242','2026-01-28 10:54:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'43.173.179.23','2026-01-28 12:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'43.173.182.120','2026-01-28 12:14:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.147.238.89','2026-01-28 17:35:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'182.1.193.121','2026-01-28 23:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'98.83.178.66','2026-01-28 23:55:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.147.80.137','2026-01-29 02:40:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'43.173.173.67','2026-01-29 12:18:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'43.173.176.133','2026-01-29 12:19:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.220.70.171','2026-01-29 16:23:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'170.239.53.98','2026-01-29 18:36:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'14.247.146.77','2026-01-30 08:16:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.65.33','2026-01-30 09:01:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'180.251.116.67','2026-01-30 12:28:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2026-01-30 12:29:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'18.232.11.247','2026-01-30 17:00:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'3.232.82.72','2026-01-30 17:09:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.22.64.232','2026-01-30 17:10:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'3.208.156.9','2026-01-30 17:13:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'3.232.102.111','2026-01-30 17:30:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'18.205.127.11','2026-01-30 17:31:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'44.205.180.155','2026-01-30 18:19:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.226.89.140','2026-01-30 18:22:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.65.32','2026-01-30 19:01:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.65.33','2026-01-30 19:31:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'123.20.214.76','2026-01-30 21:35:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.6.5.24','2026-01-31 00:11:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'44.221.180.179','2026-01-31 07:01:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'177.137.14.236','2026-01-31 12:27:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'116.179.32.107','2026-01-31 13:56:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.200.58.199','2026-01-31 21:01:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'27.147.191.100','2026-01-31 21:38:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'35.170.205.140','2026-01-31 23:31:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'43.173.179.175','2026-02-01 02:24:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'43.173.173.164','2026-02-01 02:27:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.208.146.193','2026-02-01 04:30:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'179.190.130.136','2026-02-01 07:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.7.241.15','2026-02-01 08:37:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.7.241.15','2026-02-01 08:37:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.7.241.15','2026-02-01 08:37:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.7.241.15','2026-02-01 08:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.7.241.15','2026-02-01 08:37:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.7.241.15','2026-02-01 08:37:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'185.191.171.9','2026-02-01 08:38:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.7.241.15','2026-02-01 09:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.7.241.15','2026-02-01 09:07:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.7.241.15','2026-02-01 09:07:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.7.241.15','2026-02-01 09:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.7.241.15','2026-02-01 09:07:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.7.241.15','2026-02-01 09:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.7.241.15','2026-02-01 09:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'74.7.241.15','2026-02-01 09:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.7.241.15','2026-02-01 09:08:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.7.241.15','2026-02-01 09:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.7.241.15','2026-02-01 09:08:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.7.241.15','2026-02-01 09:08:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.7.241.15','2026-02-01 09:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.7.241.15','2026-02-01 09:08:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.7.241.15','2026-02-01 09:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.7.241.15','2026-02-01 09:08:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.7.241.15','2026-02-01 09:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.7.241.15','2026-02-01 09:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.7.241.15','2026-02-01 09:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.7.241.15','2026-02-01 09:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'74.7.241.15','2026-02-01 09:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.7.241.15','2026-02-01 09:08:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.7.241.15','2026-02-01 09:08:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'74.7.241.15','2026-02-01 09:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.7.241.15','2026-02-01 09:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'74.7.241.15','2026-02-01 09:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.7.241.15','2026-02-01 09:08:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'74.7.241.15','2026-02-01 09:08:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.7.241.15','2026-02-01 09:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.224.132.215','2026-02-01 14:29:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.65.32','2026-02-01 16:08:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.93.98.99','2026-02-01 18:28:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'34.227.234.246','2026-02-01 19:57:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'45.163.3.157','2026-02-01 21:10:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'43.173.172.198','2026-02-01 22:15:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.33','2026-02-02 00:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.65.33','2026-02-02 00:37:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.65.33','2026-02-02 01:03:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'113.190.195.110','2026-02-02 01:31:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.244.154.99','2026-02-02 01:36:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'85.208.96.193','2026-02-02 02:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2026-02-02 04:08:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'18.211.148.239','2026-02-02 04:30:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.234.206.30','2026-02-02 09:57:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.18','2026-02-02 09:57:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'14.161.123.42','2026-02-02 13:46:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'189.68.211.21','2026-02-02 18:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'37.41.168.237','2026-02-02 18:50:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'113.175.218.11','2026-02-02 19:39:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'14.249.123.10','2026-02-02 20:46:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.65.32','2026-02-03 00:01:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.152.163.42','2026-02-03 01:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'34.224.132.215','2026-02-03 02:35:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.199','2026-02-03 11:23:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'113.179.253.28','2026-02-03 11:37:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'41.109.12.173','2026-02-03 14:12:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'3.220.148.166','2026-02-03 20:33:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'119.249.100.49','2026-02-04 00:15:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'3.225.9.97','2026-02-04 08:40:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.65.160','2026-02-04 13:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.65.160','2026-02-04 14:04:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.65.162','2026-02-04 14:08:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'66.249.65.160','2026-02-04 14:09:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'66.249.65.162','2026-02-04 14:11:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'66.249.65.162','2026-02-04 14:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'66.249.65.160','2026-02-04 15:07:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'66.249.65.160','2026-02-04 15:08:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.65.160','2026-02-04 15:08:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.65.161','2026-02-04 15:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.65.162','2026-02-04 15:48:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.65.160','2026-02-04 16:31:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'116.179.32.35','2026-02-04 17:47:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'18.206.47.187','2026-02-04 20:46:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'54.225.181.161','2026-02-04 23:11:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.65.161','2026-02-05 00:14:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'14.160.188.61','2026-02-05 02:03:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'66.249.65.160','2026-02-05 02:36:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'113.172.99.198','2026-02-05 05:49:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'100.29.160.53','2026-02-05 07:22:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'14.170.136.152','2026-02-05 11:21:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'98.84.200.43','2026-02-05 11:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'113.164.12.202','2026-02-05 11:21:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'14.186.142.15','2026-02-05 13:17:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'37.239.16.11','2026-02-06 08:05:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'172.59.185.156','2026-02-06 08:17:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'113.172.31.56','2026-02-06 08:57:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.108.125.120','2026-02-06 10:25:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'3.216.227.216','2026-02-06 12:09:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'113.168.70.13','2026-02-06 13:36:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'103.25.251.243','2026-02-06 15:38:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'34.235.239.240','2026-02-06 17:24:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'14.191.14.84','2026-02-06 17:43:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'14.243.33.204','2026-02-06 23:20:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.254.112.88','2026-02-07 01:06:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'14.176.72.191','2026-02-07 05:39:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.73.216.19','2026-02-07 06:56:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'43.173.182.108','2026-02-07 11:15:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'113.178.27.180','2026-02-07 16:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'113.167.218.246','2026-02-08 04:17:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'220.181.108.112','2026-02-08 05:59:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'113.179.112.25','2026-02-08 06:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'177.137.146.90','2026-02-08 06:18:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.71.135','2026-02-08 14:07:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.65.160','2026-02-08 16:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'113.170.110.83','2026-02-09 03:11:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.7.227.169','2026-02-09 03:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.7.227.169','2026-02-09 03:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.7.227.169','2026-02-09 03:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.7.227.169','2026-02-09 03:55:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.7.227.169','2026-02-09 03:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'74.7.227.169','2026-02-09 03:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'74.7.227.169','2026-02-09 03:55:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'74.7.227.169','2026-02-09 03:55:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.171.98.87','2026-02-09 05:37:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'116.179.32.219','2026-02-09 17:31:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'14.233.51.221','2026-02-10 09:20:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.65.160','2026-02-10 15:18:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.65.160','2026-02-10 19:05:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'14.237.153.111','2026-02-10 21:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'52.167.144.220','2026-02-11 06:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'170.81.249.101','2026-02-11 20:32:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'191.99.43.246','2026-02-12 04:16:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'14.169.29.184','2026-02-12 16:29:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'123.19.122.175','2026-02-12 22:07:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.191.234.60','2026-02-13 00:14:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'113.160.77.3','2026-02-14 05:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'51.38.112.81','2026-02-14 08:05:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'51.91.254.244','2026-02-14 09:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'141.95.54.132','2026-02-14 11:09:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.73.216.19','2026-02-15 03:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'14.236.215.229','2026-02-15 06:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'43.135.148.92','2026-02-15 10:15:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'113.178.243.8','2026-02-15 13:53:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.244.66.242','2026-02-15 16:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'41.214.3.181','2026-02-16 00:05:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'185.191.171.13','2026-02-16 02:27:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.73.216.19','2026-02-16 05:39:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'220.181.108.177','2026-02-16 08:22:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'123.31.153.98','2026-02-16 09:32:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'85.208.96.198','2026-02-16 12:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'100.29.160.53','2026-02-16 12:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'123.20.208.56','2026-02-16 12:28:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.253.144.254','2026-02-16 12:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'44.220.2.97','2026-02-16 13:40:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'100.25.120.246','2026-02-16 19:02:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'34.197.28.78','2026-02-16 19:19:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.217.82.254','2026-02-16 22:16:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.211.105.134','2026-02-16 22:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'179.148.81.121','2026-02-17 00:03:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'14.167.255.179','2026-02-17 02:55:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'34.192.125.239','2026-02-17 03:01:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.213.36.21','2026-02-17 08:17:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'34.236.41.241','2026-02-17 09:59:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'14.236.189.250','2026-02-17 13:28:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'113.188.96.71','2026-02-17 18:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.5.232.250','2026-02-17 19:00:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.181.146.35','2026-02-17 19:11:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.241.248.78','2026-02-17 21:21:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'172.185.88.165','2026-02-17 21:33:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'3.213.85.234','2026-02-17 21:43:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'40.75.139.118','2026-02-18 00:00:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.71.203.206','2026-02-18 01:20:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'102.142.254.30','2026-02-18 03:52:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'113.182.56.238','2026-02-18 05:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'20.237.203.195','2026-02-18 06:14:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'104.210.49.47','2026-02-18 06:29:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'20.237.250.253','2026-02-18 06:45:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'34.196.114.170','2026-02-18 07:20:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'52.190.137.179','2026-02-18 07:30:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'84.240.200.233','2026-02-18 08:02:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'44.210.213.220','2026-02-18 09:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'50.16.72.185','2026-02-18 09:54:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.234.197.175','2026-02-18 10:28:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'35.168.238.50','2026-02-18 11:24:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'18.213.70.100','2026-02-18 12:05:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'113.162.162.13','2026-02-18 12:17:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'54.84.147.79','2026-02-18 13:04:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'34.206.249.188','2026-02-18 13:15:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.228.248.31','2026-02-18 15:04:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'18.213.240.226','2026-02-18 16:10:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'107.20.224.184','2026-02-18 20:47:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'54.225.81.20','2026-02-18 21:32:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'23.23.99.55','2026-02-18 22:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'23.21.228.180','2026-02-18 22:35:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'18.215.77.19','2026-02-18 23:03:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'34.224.132.215','2026-02-18 23:04:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'3.218.35.239','2026-02-18 23:04:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'98.84.200.43','2026-02-18 23:06:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'34.205.163.103','2026-02-19 00:07:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.94.157.25','2026-02-19 01:30:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'98.84.131.195','2026-02-19 02:10:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'168.227.214.66','2026-02-19 02:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'222.254.253.107','2026-02-19 03:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'202.76.135.27','2026-02-19 05:45:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'3.212.205.90','2026-02-19 07:21:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.197.82.195','2026-02-19 07:29:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.225.9.97','2026-02-19 09:41:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'42.0.4.225','2026-02-19 14:35:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'41.113.207.178','2026-02-19 15:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'23.23.180.225','2026-02-19 17:23:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'54.210.155.69','2026-02-19 17:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'44.223.116.180','2026-02-19 19:35:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.164.181.190','2026-02-20 05:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'113.188.29.82','2026-02-20 07:44:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'113.191.123.240','2026-02-20 13:03:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'186.12.190.232','2026-02-20 16:03:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'20.245.107.94','2026-02-20 16:16:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'104.42.55.42','2026-02-20 16:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'104.42.55.42','2026-02-20 16:31:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.225.52.177','2026-02-20 16:59:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.237.163.231','2026-02-20 18:05:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'20.245.123.76','2026-02-20 18:54:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'20.245.58.42','2026-02-20 19:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'104.210.49.48','2026-02-20 19:59:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'104.40.7.168','2026-02-20 20:43:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'176.29.202.248','2026-02-20 23:43:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.231.205.84','2026-02-21 01:10:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'52.238.25.172','2026-02-21 01:50:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'20.245.70.53','2026-02-21 02:05:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'172.184.131.243','2026-02-21 02:13:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.253.160.197','2026-02-21 02:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'113.167.47.4','2026-02-21 05:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'66.249.74.134','2026-02-21 07:28:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'66.249.74.133','2026-02-21 07:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'66.249.74.133','2026-02-21 07:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.136','2026-02-21 08:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'66.249.74.133','2026-02-21 08:50:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'20.237.240.232','2026-02-21 09:08:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'40.75.140.18','2026-02-21 09:10:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'20.253.149.255','2026-02-21 09:17:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'20.245.203.236','2026-02-21 09:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'20.237.181.173','2026-02-21 09:37:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'20.237.192.211','2026-02-21 09:54:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'20.237.192.211','2026-02-21 09:59:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.238.25.172','2026-02-21 10:08:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.74.133','2026-02-21 12:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.245.123.76','2026-02-21 13:18:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'20.253.162.142','2026-02-21 13:21:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'20.245.107.135','2026-02-21 13:23:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.225.52.177','2026-02-21 13:29:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'20.253.149.255','2026-02-21 13:34:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'172.184.168.212','2026-02-21 13:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'40.75.140.18','2026-02-21 13:44:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'168.62.192.29','2026-02-21 13:45:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.172.213.21','2026-02-21 13:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'20.59.107.196','2026-02-21 21:06:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'104.42.55.42','2026-02-21 21:41:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'20.237.203.195','2026-02-21 22:42:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'200.24.146.118','2026-02-22 03:46:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'20.253.160.197','2026-02-22 06:27:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.189.193.101','2026-02-22 07:53:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.182.240.42','2026-02-22 18:10:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.6.97.88','2026-02-23 06:49:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'197.79.64.175','2026-02-23 16:58:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'196.189.18.124','2026-02-23 18:28:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'103.220.204.146','2026-02-23 22:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'105.100.181.133','2026-02-23 23:21:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'113.167.116.183','2026-02-24 02:02:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.172.246.141','2026-02-24 05:25:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'201.173.67.2','2026-02-24 23:13:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2026-02-25 15:01:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2026-02-25 15:01:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2026-02-25 15:01:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'186.183.101.221','2026-02-25 20:13:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'20.237.163.231','2026-02-26 08:10:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'45.231.1.55','2026-02-26 09:25:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'52.190.137.179','2026-02-26 09:45:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'184.73.35.182','2026-02-26 12:11:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'14.179.97.79','2026-02-26 14:58:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'113.163.52.7','2026-02-26 16:30:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'14.180.195.38','2026-02-26 17:38:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'172.94.9.251','2026-02-27 00:11:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'34.236.135.14','2026-02-27 01:11:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'143.20.253.186','2026-02-27 05:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'14.174.87.149','2026-02-27 08:38:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'14.240.208.202','2026-02-27 15:53:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'123.20.31.245','2026-02-27 17:00:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'121.85.233.60','2026-02-27 22:39:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'34.238.45.183','2026-02-28 06:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'44.206.93.215','2026-02-28 13:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.85.233.60','2026-02-28 17:26:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'14.168.227.10','2026-02-28 22:09:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'113.177.9.224','2026-02-28 22:35:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'113.178.76.137','2026-03-01 02:52:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.73.216.5','2026-03-01 03:55:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.73.216.5','2026-03-01 03:56:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.73.216.5','2026-03-01 05:30:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.73.216.5','2026-03-01 05:30:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.73.216.5','2026-03-01 05:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.73.216.5','2026-03-01 05:31:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.73.216.5','2026-03-01 05:31:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.73.216.5','2026-03-01 05:31:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.73.216.5','2026-03-01 05:31:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.73.216.5','2026-03-01 05:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.73.216.5','2026-03-01 05:32:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.73.216.5','2026-03-01 05:32:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.73.216.5','2026-03-01 05:34:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'14.226.25.32','2026-03-01 14:09:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'23.20.178.124','2026-03-01 21:32:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.157.99.244','2026-03-02 00:03:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'14.237.83.162','2026-03-02 00:04:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'116.204.88.66','2026-03-02 03:44:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'113.181.122.229','2026-03-03 02:45:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'52.4.238.8','2026-03-03 06:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'44.223.115.10','2026-03-03 06:50:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.180.11.193','2026-03-03 08:19:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'37.150.251.180','2026-03-03 18:07:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'221.120.218.167','2026-03-03 23:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.180.11.247','2026-03-04 00:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'169.155.239.177','2026-03-04 05:20:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'14.165.25.235','2026-03-04 07:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'18.211.148.239','2026-03-04 12:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'94.74.92.217','2026-03-04 15:29:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'43.132.153.147','2026-03-04 16:09:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'116.204.104.220','2026-03-04 16:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'129.226.121.70','2026-03-04 17:06:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'43.155.12.101','2026-03-04 17:27:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'43.154.155.220','2026-03-04 17:28:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'188.239.15.160','2026-03-04 17:47:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'101.42.96.36','2026-03-04 20:45:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'111.119.223.142','2026-03-04 21:07:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'113.44.103.178','2026-03-04 22:20:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'113.44.100.173','2026-03-04 22:48:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'223.123.112.39','2026-03-05 15:31:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'146.174.177.107','2026-03-06 04:52:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'123.23.155.103','2026-03-06 05:23:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'186.22.245.163','2026-03-06 13:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'66.249.65.160','2026-03-06 17:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'66.249.65.160','2026-03-06 17:21:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'66.249.65.161','2026-03-06 17:22:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'66.249.65.160','2026-03-06 17:25:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.65.160','2026-03-06 17:26:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'57.141.2.39','2026-03-06 21:29:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'121.37.99.176','2026-03-07 00:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'106.0.54.77','2026-03-07 01:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'57.141.2.15','2026-03-07 02:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'57.141.2.60','2026-03-07 02:51:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'57.141.2.42','2026-03-07 02:54:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'57.141.2.16','2026-03-07 02:55:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'57.141.2.42','2026-03-07 02:55:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'57.141.2.71','2026-03-07 02:57:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'57.141.2.5','2026-03-07 02:58:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'57.141.2.24','2026-03-07 02:59:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'57.141.2.61','2026-03-07 03:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'57.141.2.3','2026-03-07 03:01:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'57.141.2.48','2026-03-07 03:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'57.141.2.8','2026-03-07 03:06:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'57.141.2.35','2026-03-07 03:08:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'57.141.2.39','2026-03-07 03:08:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'57.141.2.21','2026-03-07 03:09:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'57.141.2.70','2026-03-07 04:40:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'57.141.2.35','2026-03-07 05:25:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.180.11.49','2026-03-07 06:47:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'57.141.2.7','2026-03-07 06:51:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'152.136.173.246','2026-03-07 12:32:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'121.37.108.38','2026-03-07 13:15:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'43.135.50.93','2026-03-07 14:11:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'116.204.27.80','2026-03-07 14:16:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'129.226.133.11','2026-03-07 15:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'82.156.128.209','2026-03-07 15:31:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'116.204.42.226','2026-03-07 15:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'140.143.195.56','2026-03-07 16:24:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'116.204.43.220','2026-03-07 19:44:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.191.251.19','2026-03-07 20:19:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'116.204.72.119','2026-03-07 20:28:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'43.132.186.96','2026-03-07 21:17:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'116.204.112.192','2026-03-07 21:33:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'43.143.177.81','2026-03-07 22:41:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'43.132.147.21','2026-03-08 00:51:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'121.37.98.237','2026-03-08 00:57:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'207.180.11.72','2026-03-08 05:00:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.225.138.57','2026-03-08 19:25:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'123.18.5.158','2026-03-09 01:16:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'14.191.31.72','2026-03-09 07:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'184.72.84.154','2026-03-09 16:52:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'3.208.146.193','2026-03-09 21:16:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'100.29.128.75','2026-03-09 21:17:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'35.171.141.42','2026-03-10 03:48:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'102.157.165.163','2026-03-10 07:18:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'95.143.28.214','2026-03-10 07:24:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.73.216.104','2026-03-10 10:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.73.216.104','2026-03-10 10:41:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.73.216.104','2026-03-10 12:16:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'177.52.83.40','2026-03-10 14:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'14.250.168.40','2026-03-11 03:31:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'14.191.206.181','2026-03-11 06:15:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'190.84.116.99','2026-03-11 12:22:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.7.241.1','2026-03-12 14:31:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.7.241.1','2026-03-12 14:32:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.7.241.1','2026-03-12 14:32:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.7.241.1','2026-03-12 14:32:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.7.241.1','2026-03-12 14:32:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'74.7.241.1','2026-03-12 14:32:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'74.7.241.1','2026-03-12 14:33:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'74.7.241.1','2026-03-12 14:33:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'74.7.241.1','2026-03-12 14:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'74.7.241.1','2026-03-12 14:33:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'74.7.241.1','2026-03-12 14:33:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'74.7.241.1','2026-03-12 14:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'74.7.241.1','2026-03-12 14:33:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'74.7.241.1','2026-03-12 14:33:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'74.7.241.1','2026-03-12 14:33:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'74.7.241.1','2026-03-12 14:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'74.7.241.1','2026-03-12 14:33:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'74.7.241.1','2026-03-12 14:33:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.7.241.1','2026-03-12 14:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'74.7.241.1','2026-03-12 14:33:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'74.7.241.1','2026-03-12 14:33:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'74.7.241.1','2026-03-12 14:33:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'74.7.241.1','2026-03-12 14:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'74.7.241.1','2026-03-12 14:33:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'74.7.241.1','2026-03-12 14:33:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'74.7.241.1','2026-03-12 14:33:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.7.241.1','2026-03-12 14:33:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.7.241.1','2026-03-12 14:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'74.7.241.1','2026-03-12 14:33:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.7.241.1','2026-03-12 14:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.7.241.1','2026-03-12 14:33:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.7.241.1','2026-03-12 14:34:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.75.132.103','2026-03-12 18:24:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.75.132.254','2026-03-13 00:15:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'143.14.6.88','2026-03-13 05:04:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.73.216.38','2026-03-13 11:43:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.73.216.38','2026-03-13 11:45:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.73.216.38','2026-03-13 11:45:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.73.216.38','2026-03-13 11:46:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.73.216.38','2026-03-13 11:46:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.73.216.21','2026-03-13 13:04:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.73.216.21','2026-03-13 13:05:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.73.216.21','2026-03-13 13:11:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'54.85.126.86','2026-03-13 18:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'123.18.110.36','2026-03-13 21:41:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'113.188.33.56','2026-03-14 03:13:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'17.246.15.130','2026-03-14 05:52:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.73.216.21','2026-03-14 08:43:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.73.216.21','2026-03-14 13:23:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'40.77.167.46','2026-03-14 15:10:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'113.173.202.176','2026-03-15 12:03:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'57.141.2.3','2026-03-15 18:15:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'14.224.72.91','2026-03-16 02:08:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'95.186.65.218','2026-03-16 06:56:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.182.137.176','2026-03-16 07:55:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'88.216.92.29','2026-03-16 11:42:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'113.170.114.58','2026-03-16 14:08:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'197.237.32.54','2026-03-16 22:53:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'14.236.111.115','2026-03-17 17:25:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'113.179.115.26','2026-03-18 00:01:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'143.20.253.100','2026-03-18 00:47:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'186.53.151.144','2026-03-18 04:41:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'14.169.209.200','2026-03-18 08:01:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'201.87.22.7','2026-03-19 06:44:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'52.204.71.8','2026-03-19 12:01:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'66.249.65.160','2026-03-19 22:51:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'66.249.65.162','2026-03-19 22:54:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'66.249.65.160','2026-03-19 22:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'66.249.65.161','2026-03-19 22:57:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'101.53.233.72','2026-03-20 05:16:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'185.191.171.15','2026-03-20 07:10:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'185.191.171.17','2026-03-20 07:33:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'44.205.120.22','2026-03-20 07:41:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'185.191.171.17','2026-03-20 08:18:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'185.191.171.4','2026-03-20 09:40:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'185.191.171.10','2026-03-20 09:49:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.13','2026-03-20 10:03:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'185.191.171.3','2026-03-20 10:08:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'185.191.171.10','2026-03-20 10:24:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'85.208.96.206','2026-03-20 10:33:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'185.191.171.19','2026-03-20 11:27:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'85.208.96.201','2026-03-20 12:04:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'85.208.96.193','2026-03-20 12:04:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'85.208.96.196','2026-03-20 12:16:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'185.191.171.14','2026-03-20 12:30:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'85.208.96.193','2026-03-20 12:31:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'85.208.96.202','2026-03-20 12:48:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.191.171.2','2026-03-20 13:41:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'14.175.18.119','2026-03-20 14:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'185.191.171.18','2026-03-20 16:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.208.96.203','2026-03-20 16:04:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'85.208.96.202','2026-03-20 16:55:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'185.191.171.2','2026-03-20 17:07:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'185.191.171.17','2026-03-20 17:45:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'85.208.96.193','2026-03-20 18:29:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'85.208.96.211','2026-03-20 18:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'54.156.124.2','2026-03-21 02:26:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'52.54.249.218','2026-03-21 03:37:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.210.114.189','2026-03-21 04:08:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'18.233.24.238','2026-03-21 06:59:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.188.38.68','2026-03-21 09:26:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'3.215.59.93','2026-03-21 11:04:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.65.160','2026-03-21 15:55:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'66.249.65.160','2026-03-21 15:56:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'66.249.65.160','2026-03-21 15:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.65.160','2026-03-21 15:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'220.181.108.147','2026-03-21 16:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'123.16.101.179','2026-03-21 16:48:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'52.71.218.25','2026-03-21 22:46:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'116.240.149.7','2026-03-22 00:55:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'52.71.203.206','2026-03-22 02:34:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'207.180.11.248','2026-03-22 05:18:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.23.112.144','2026-03-22 07:06:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'3.232.102.111','2026-03-22 07:43:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'44.196.118.6','2026-03-22 12:08:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'14.163.167.17','2026-03-22 12:36:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'81.167.26.57','2026-03-22 15:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'51.83.8.179','2026-03-22 17:15:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'84.54.70.72','2026-03-22 22:45:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'113.175.114.76','2026-03-22 22:57:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'14.254.159.185','2026-03-22 22:57:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'43.173.178.175','2026-03-22 23:53:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'113.162.233.118','2026-03-23 00:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'98.84.131.195','2026-03-23 03:23:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.83.56.1','2026-03-23 04:12:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.65.160','2026-03-23 05:31:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'54.162.69.192','2026-03-23 06:34:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.89.176.255','2026-03-23 09:28:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'98.83.177.42','2026-03-23 09:29:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'98.83.72.38','2026-03-23 10:47:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'38.171.60.6','2026-03-23 12:36:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'44.195.145.102','2026-03-23 15:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'66.249.65.161','2026-03-23 18:12:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'66.249.65.160','2026-03-23 18:12:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'66.249.65.160','2026-03-23 18:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'66.249.65.160','2026-03-23 18:13:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'66.249.65.160','2026-03-23 18:13:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'3.232.102.111','2026-03-23 19:12:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'113.190.65.65','2026-03-23 22:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'52.203.152.231','2026-03-23 22:51:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'14.248.223.175','2026-03-23 22:58:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'113.179.130.107','2026-03-23 22:58:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'14.189.138.83','2026-03-24 00:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'184.73.47.24','2026-03-24 01:02:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.211.105.134','2026-03-24 02:45:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.83.180.239','2026-03-24 07:13:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'144.31.35.10','2026-03-24 10:36:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'38.61.155.55','2026-03-24 12:34:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.180.11.192','2026-03-24 14:44:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'184.73.239.35','2026-03-24 17:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'50.16.72.185','2026-03-24 20:14:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'37.120.210.78','2026-03-24 21:35:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'103.251.255.247','2026-03-24 22:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'14.173.252.29','2026-03-24 22:55:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'197.63.210.130','2026-03-24 22:55:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'207.180.11.119','2026-03-24 23:37:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'91.106.42.185','2026-03-25 00:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'46.253.92.233','2026-03-25 00:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'18.209.137.234','2026-03-25 01:13:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.75.132.108','2026-03-25 01:36:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'35.170.205.140','2026-03-25 03:57:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.70.209.13','2026-03-25 03:58:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.74.134','2026-03-25 05:30:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.245.210.167','2026-03-25 05:55:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.218.103.254','2026-03-25 08:06:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'23.21.179.120','2026-03-25 11:59:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'113.180.195.201','2026-03-25 12:32:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'113.175.106.110','2026-03-25 12:32:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'145.239.69.153','2026-03-25 13:00:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'145.239.69.153','2026-03-25 13:02:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'23.23.212.212','2026-03-25 14:58:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'18.211.39.188','2026-03-25 15:08:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'43.173.181.134','2026-03-25 16:23:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'157.100.64.156','2026-03-25 17:07:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'18.235.158.19','2026-03-25 17:24:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.3.104.214','2026-03-25 17:25:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'54.156.55.147','2026-03-25 19:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.159.18.27','2026-03-25 21:00:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'52.70.123.241','2026-03-25 21:00:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'14.180.216.19','2026-03-25 22:07:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.94.157.25','2026-03-25 23:08:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.229.164.203','2026-03-25 23:09:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'185.191.171.1','2026-03-26 00:36:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.73.216.14','2026-03-26 03:15:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'113.172.122.85','2026-03-26 04:01:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'52.201.155.215','2026-03-26 07:05:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.74.135','2026-03-26 09:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.225.181.161','2026-03-26 09:39:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'54.198.33.233','2026-03-26 10:40:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'52.44.174.136','2026-03-26 11:17:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.212.205.90','2026-03-26 11:58:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'189.5.71.70','2026-03-26 13:36:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'3.212.219.113','2026-03-26 14:10:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'44.220.2.97','2026-03-26 15:07:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'113.175.40.87','2026-03-26 16:47:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'14.183.11.243','2026-03-27 02:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'154.159.246.108','2026-03-27 02:29:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'14.254.185.187','2026-03-27 04:42:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'43.173.178.52','2026-03-27 05:00:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'66.249.74.134','2026-03-27 05:30:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'14.9.7.2','2026-03-27 12:11:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'14.9.7.2','2026-03-27 12:11:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'14.9.7.2','2026-03-27 12:12:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'14.9.7.2','2026-03-27 12:12:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'14.9.7.2','2026-03-27 12:13:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'14.9.7.2','2026-03-27 12:13:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'14.9.7.2','2026-03-27 12:14:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'154.208.42.205','2026-03-27 14:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'74.7.243.215','2026-03-27 18:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'74.7.243.215','2026-03-27 18:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'74.7.243.215','2026-03-27 18:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'74.7.243.215','2026-03-27 18:09:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'74.7.243.215','2026-03-27 18:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'74.7.243.215','2026-03-27 18:09:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'74.7.243.215','2026-03-27 18:09:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'74.7.243.215','2026-03-27 18:09:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'81.167.26.57','2026-03-28 07:34:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'186.29.128.6','2026-03-28 07:43:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.74.133','2026-03-28 09:30:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.84.185.67','2026-03-28 15:06:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'62.84.185.67','2026-03-28 16:14:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'185.191.171.14','2026-03-29 00:37:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'143.20.253.131','2026-03-29 03:16:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'143.20.253.76','2026-03-29 06:54:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.203','2026-03-29 07:22:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'45.184.65.208','2026-03-29 10:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.191.171.6','2026-03-29 10:40:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'85.208.96.199','2026-03-29 11:37:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'85.208.96.200','2026-03-29 13:31:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'85.208.96.212','2026-03-29 19:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'185.191.171.5','2026-03-29 20:13:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'143.14.6.165','2026-03-30 00:40:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'40.77.167.55','2026-03-30 03:37:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'66.249.74.133','2026-03-30 09:02:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'23.21.179.120','2026-03-30 10:15:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'14.242.6.130','2026-03-30 13:26:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'18.214.251.19','2026-03-30 21:31:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'107.20.25.33','2026-03-31 01:12:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.180.11.70','2026-03-31 08:22:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'104.233.44.199','2026-03-31 13:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'45.157.185.153','2026-03-31 13:57:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'149.143.158.122','2026-03-31 13:58:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'207.180.11.144','2026-03-31 14:12:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'34.204.150.196','2026-03-31 18:54:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'143.14.6.200','2026-03-31 19:59:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'207.180.11.115','2026-04-01 05:22:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.232.17.127','2026-04-01 15:44:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.148.10.51','2026-04-01 16:57:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'45.148.10.51','2026-04-01 16:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'45.148.10.51','2026-04-01 16:57:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'45.148.10.51','2026-04-01 16:57:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'45.148.10.51','2026-04-01 16:57:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.148.10.51','2026-04-01 16:57:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'45.148.10.51','2026-04-01 16:57:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'45.148.10.51','2026-04-01 16:57:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'45.148.10.51','2026-04-01 16:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'45.148.10.51','2026-04-01 16:57:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'45.148.10.51','2026-04-01 16:57:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'45.148.10.51','2026-04-01 16:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'45.148.10.51','2026-04-01 16:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'45.148.10.51','2026-04-01 16:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.148.10.51','2026-04-01 16:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'45.148.10.51','2026-04-01 16:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'45.148.10.51','2026-04-01 16:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'45.148.10.51','2026-04-01 16:57:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'45.148.10.51','2026-04-01 16:57:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'45.148.10.51','2026-04-01 16:57:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'45.148.10.51','2026-04-01 16:57:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'103.151.118.45','2026-04-02 00:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'194.246.91.245','2026-04-02 08:08:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'187.19.237.133','2026-04-04 07:59:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'114.130.168.169','2026-04-05 13:34:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'14.232.30.160','2026-04-05 16:46:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'116.90.101.254','2026-04-06 02:14:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.223.181.32','2026-04-07 00:27:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'3.213.46.222','2026-04-07 00:30:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'52.3.104.214','2026-04-07 00:31:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'52.205.222.214','2026-04-07 00:34:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'207.180.11.8','2026-04-07 12:28:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'103.216.58.11','2026-04-07 16:58:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'185.142.40.136','2026-04-07 18:42:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'14.180.186.109','2026-04-07 18:42:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'103.159.78.41','2026-04-07 21:15:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.73.216.130','2026-04-08 01:00:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.75.132.143','2026-04-08 11:04:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'123.18.53.143','2026-04-08 16:41:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'39.59.5.147','2026-04-08 21:25:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'44.213.36.21','2026-04-10 08:41:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'34.192.67.98','2026-04-10 09:17:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'207.180.11.197','2026-04-10 12:58:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'217.25.22.182','2026-04-10 15:26:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'123.22.104.151','2026-04-11 02:48:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'185.206.124.72','2026-04-11 03:11:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'34.192.67.98','2026-04-11 05:33:37');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'186.22.238.227','2026-04-11 18:04:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'14.164.131.180','2026-04-11 20:08:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'18.210.58.238','2026-04-11 21:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'151.244.155.176','2026-04-12 05:12:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'43.172.197.200','2026-04-12 16:38:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'14.236.22.120','2026-04-12 19:46:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'167.114.139.88','2026-04-13 00:15:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.72.213','2026-04-13 04:49:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.72.213','2026-04-13 04:49:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.72.213','2026-04-13 04:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.72.213','2026-04-13 04:49:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.72.213','2026-04-13 04:50:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.72.213','2026-04-13 04:50:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'65.108.72.213','2026-04-13 04:50:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.72.213','2026-04-13 04:50:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.72.213','2026-04-13 04:50:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'65.108.72.213','2026-04-13 04:52:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'65.108.72.213','2026-04-13 04:52:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'65.108.72.213','2026-04-13 04:52:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'65.108.72.213','2026-04-13 06:48:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'65.108.72.213','2026-04-13 06:48:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.72.213','2026-04-13 06:48:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'65.108.72.213','2026-04-13 08:14:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'14.171.127.196','2026-04-13 12:12:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'54.39.89.252','2026-04-13 12:21:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'123.21.211.10','2026-04-13 13:37:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'44.212.106.171','2026-04-13 17:29:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'65.108.72.213','2026-04-13 23:17:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'65.108.72.213','2026-04-13 23:17:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.72.213','2026-04-13 23:18:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'65.108.72.213','2026-04-13 23:18:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'65.108.72.213','2026-04-13 23:19:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'65.108.72.213','2026-04-13 23:19:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'65.108.72.213','2026-04-13 23:19:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'65.108.72.213','2026-04-13 23:20:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'65.108.72.213','2026-04-13 23:21:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'65.108.72.213','2026-04-13 23:21:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.72.213','2026-04-13 23:21:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'65.108.72.213','2026-04-13 23:22:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'65.108.72.213','2026-04-13 23:43:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'65.108.72.213','2026-04-13 23:43:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'65.108.72.213','2026-04-13 23:44:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'65.108.72.213','2026-04-13 23:45:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'65.108.72.213','2026-04-13 23:45:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'65.108.72.213','2026-04-13 23:45:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'65.108.72.213','2026-04-13 23:46:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'65.108.72.213','2026-04-13 23:46:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'65.108.72.213','2026-04-13 23:46:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'65.108.72.213','2026-04-13 23:47:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'54.39.136.135','2026-04-14 00:11:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'54.225.199.17','2026-04-14 01:12:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.191.231.60','2026-04-14 03:07:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'102.0.10.88','2026-04-14 16:06:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'87.250.224.241','2026-04-15 07:24:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'95.108.213.85','2026-04-15 07:24:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'213.180.203.254','2026-04-15 07:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.108.213.200','2026-04-15 07:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.255.231.185','2026-04-15 07:24:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'95.108.213.251','2026-04-15 07:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'87.250.224.126','2026-04-15 07:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.180.203.2','2026-04-15 07:24:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'95.108.213.1','2026-04-15 07:24:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.180.203.90','2026-04-15 07:24:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.108.213.217','2026-04-15 07:30:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'95.108.213.197','2026-04-15 07:32:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.180.203.137','2026-04-15 07:34:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.255.231.128','2026-04-15 07:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.180.203.247','2026-04-15 07:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.180.203.158','2026-04-15 07:39:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'95.108.213.122','2026-04-15 07:41:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'95.108.213.180','2026-04-15 07:41:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'95.108.213.228','2026-04-15 07:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.255.231.36','2026-04-15 07:45:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.255.231.118','2026-04-15 07:52:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'87.250.224.7','2026-04-15 08:01:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'213.180.203.119','2026-04-15 08:12:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'95.108.213.196','2026-04-15 08:51:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.108.213.228','2026-04-15 08:57:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.108.213.196','2026-04-15 09:20:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'213.180.203.117','2026-04-15 09:23:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.255.231.45','2026-04-15 09:24:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'95.108.213.200','2026-04-15 09:28:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.108.213.164','2026-04-15 09:29:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'5.255.231.29','2026-04-15 09:39:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'143.14.6.133','2026-04-15 09:41:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.108.213.196','2026-04-15 09:53:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'213.180.203.248','2026-04-15 10:07:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.108.213.176','2026-04-15 10:13:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'87.250.224.201','2026-04-15 10:17:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'213.180.203.142','2026-04-15 10:36:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.108.213.192','2026-04-15 10:41:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'95.108.213.201','2026-04-15 10:54:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'87.250.224.201','2026-04-15 10:55:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'95.108.213.180','2026-04-15 10:56:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'5.255.231.45','2026-04-15 11:00:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'87.250.224.119','2026-04-15 11:07:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'213.180.203.33','2026-04-15 11:09:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'87.250.224.134','2026-04-15 11:09:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'95.108.213.176','2026-04-15 11:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'87.250.224.121','2026-04-15 12:38:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'213.180.203.142','2026-04-15 12:56:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'123.19.174.119','2026-04-15 22:05:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.75.132.47','2026-04-15 22:16:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'95.108.213.191','2026-04-15 23:01:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'14.191.232.139','2026-04-16 01:04:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'5.255.231.26','2026-04-16 02:52:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'150.228.105.225','2026-04-16 07:34:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'189.219.189.112','2026-04-16 08:13:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'181.208.176.169','2026-04-16 08:32:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'14.171.120.240','2026-04-16 11:45:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'39.34.188.152','2026-04-16 15:25:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'147.135.214.103','2026-04-16 19:48:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'118.241.235.15','2026-04-16 21:35:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'118.241.235.15','2026-04-16 21:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'118.241.235.15','2026-04-16 21:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'118.241.235.15','2026-04-16 21:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'118.241.235.15','2026-04-16 21:35:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'118.241.235.15','2026-04-16 21:35:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'65.108.125.120','2026-04-16 21:37:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'145.239.69.153','2026-04-16 21:54:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'152.53.187.237','2026-04-17 03:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'152.53.187.237','2026-04-17 03:29:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'147.135.213.153','2026-04-17 15:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'113.167.151.33','2026-04-18 12:06:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'14.191.34.228','2026-04-19 05:38:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.244.66.242','2026-04-19 09:02:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'34.194.233.48','2026-04-19 09:26:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.244.66.242','2026-04-19 09:48:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'167.60.141.14','2026-04-19 11:05:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.244.66.242','2026-04-19 13:01:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.244.66.242','2026-04-19 14:43:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.244.66.242','2026-04-19 14:45:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'136.243.220.213','2026-04-19 17:30:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'136.243.220.213','2026-04-19 17:30:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'136.243.220.213','2026-04-19 17:32:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'181.39.255.25','2026-04-19 19:29:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'143.14.6.109','2026-04-20 02:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'148.255.21.211','2026-04-20 08:44:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'193.43.145.106','2026-04-20 08:54:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'65.108.125.120','2026-04-20 11:55:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'181.127.193.63','2026-04-21 08:19:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'14.248.69.112','2026-04-21 08:52:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'207.180.11.34','2026-04-21 18:49:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'44.223.232.55','2026-04-21 22:40:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'34.233.114.237','2026-04-22 09:29:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'153.133.254.196','2026-04-22 10:40:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'153.133.254.196','2026-04-22 10:40:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'153.133.254.196','2026-04-22 10:40:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.244.66.242','2026-04-22 11:40:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.244.66.242','2026-04-22 13:21:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'34.224.9.144','2026-04-22 15:02:55');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'123.24.194.74','2026-04-22 16:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'14.173.47.249','2026-04-22 17:21:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'44.218.170.184','2026-04-22 18:40:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.244.66.242','2026-04-23 03:47:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'18.97.9.168','2026-04-23 05:55:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'18.97.9.168','2026-04-23 06:02:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'18.97.9.168','2026-04-23 06:07:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'123.26.201.138','2026-04-23 09:36:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'3.232.82.72','2026-04-23 10:17:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'35.173.18.61','2026-04-23 10:17:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.244.66.242','2026-04-23 12:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'14.191.76.17','2026-04-23 16:07:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'14.174.215.190','2026-04-23 16:27:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'123.18.75.217','2026-04-23 18:41:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'212.11.209.172','2026-04-23 18:48:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'113.189.103.14','2026-04-24 01:56:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'37.236.31.36','2026-04-24 01:57:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'130.193.243.185','2026-04-24 07:53:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.244.66.242','2026-04-24 11:23:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2026-04-24 16:28:53');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'113.188.100.111','2026-04-24 19:36:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'35.153.86.200','2026-04-24 22:19:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'35.153.86.200','2026-04-24 22:20:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'105.79.97.165','2026-04-24 23:54:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2026-04-25 05:56:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'200.28.157.117','2026-04-25 06:40:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'51.68.233.43','2026-04-25 07:08:50');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'51.68.233.43','2026-04-25 07:08:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'142.44.220.82','2026-04-25 08:09:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'203.162.210.165','2026-04-25 08:14:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2026-04-25 09:57:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2026-04-25 10:00:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'148.113.130.221','2026-04-25 10:09:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'148.113.130.90','2026-04-25 10:21:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2026-04-25 10:44:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'85.215.50.231','2026-04-25 15:31:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'51.222.168.123','2026-04-25 15:58:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.244.66.242','2026-04-25 17:25:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'14.191.191.247','2026-04-26 04:03:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'54.39.89.39','2026-04-26 05:49:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'84.54.71.185','2026-04-26 11:42:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'18.213.240.226','2026-04-26 18:43:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'14.176.49.37','2026-04-26 21:41:45');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'34.225.243.131','2026-04-27 05:26:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'113.181.246.166','2026-04-27 06:54:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'100.29.160.53','2026-04-27 11:30:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'216.244.66.242','2026-04-28 01:14:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'44.217.177.142','2026-04-28 02:13:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'185.191.171.9','2026-04-28 03:14:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'81.167.26.57','2026-04-28 03:39:32');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'193.70.46.175','2026-04-28 05:51:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'185.191.171.7','2026-04-28 07:48:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'103.166.39.173','2026-04-28 09:34:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.244.66.242','2026-04-28 14:34:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'44.212.131.50','2026-04-28 17:23:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.244.66.242','2026-04-28 18:26:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'216.244.66.242','2026-04-28 18:29:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'207.180.11.122','2026-04-28 19:01:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.244.66.242','2026-04-28 19:19:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'216.73.216.234','2026-04-28 19:22:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.73.216.234','2026-04-28 19:27:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'216.73.216.234','2026-04-28 20:53:41');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'50.16.72.185','2026-04-29 07:44:38');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'52.5.232.250','2026-04-29 07:46:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'135.181.213.219','2026-04-29 08:27:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'142.44.225.190','2026-04-29 12:25:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'15.235.98.166','2026-04-29 12:29:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'42.200.231.39','2026-04-29 12:30:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'51.161.65.234','2026-04-29 12:30:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'54.39.89.175','2026-04-29 12:32:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.39.210.36','2026-04-29 12:32:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'15.235.27.87','2026-04-29 12:32:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.39.136.101','2026-04-29 12:32:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.95.63','2026-04-29 12:35:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'142.44.233.149','2026-04-29 13:08:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'51.161.65.230','2026-04-29 13:09:09');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'148.113.128.3','2026-04-29 13:14:21');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,19,'54.39.136.221','2026-04-29 13:14:43');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,9,'142.44.233.132','2026-04-29 13:15:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'142.44.220.63','2026-04-29 13:15:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'51.161.65.79','2026-04-29 13:16:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'142.44.220.246','2026-04-29 13:16:47');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'142.44.228.235','2026-04-29 13:17:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'51.161.65.30','2026-04-29 13:17:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'54.39.210.194','2026-04-29 13:17:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'142.44.233.83','2026-04-29 13:18:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'142.44.220.149','2026-04-29 13:20:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'148.113.130.22','2026-04-29 13:34:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.73.216.234','2026-04-29 13:40:34');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'142.44.220.80','2026-04-29 13:44:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'51.222.168.232','2026-04-29 13:45:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'51.222.168.70','2026-04-29 14:01:52');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.73.216.234','2026-04-29 15:35:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'207.180.11.167','2026-04-29 16:05:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'216.73.216.234','2026-04-29 17:01:20');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'216.73.216.234','2026-04-29 17:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'216.73.216.234','2026-04-29 17:01:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.73.216.234','2026-04-29 17:02:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'216.73.216.234','2026-04-29 17:27:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.73.216.234','2026-04-29 17:30:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.73.216.234','2026-04-29 17:35:28');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'216.73.216.234','2026-04-29 18:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.73.216.234','2026-04-29 18:34:10');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'216.73.216.234','2026-04-29 18:34:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'216.73.216.234','2026-04-29 18:34:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'216.73.216.234','2026-04-29 18:40:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.73.216.234','2026-04-29 18:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'216.73.216.234','2026-04-29 18:40:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'216.73.216.234','2026-04-29 20:11:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'216.73.216.234','2026-04-29 20:11:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'216.73.216.234','2026-04-29 20:11:57');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'216.73.216.234','2026-04-29 20:12:03');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'216.73.216.234','2026-04-29 21:34:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'85.208.96.206','2026-04-29 23:06:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'143.14.6.6','2026-04-29 23:31:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'3.213.106.226','2026-04-30 02:26:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.75.132.246','2026-04-30 08:15:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'216.244.66.242','2026-04-30 09:02:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'216.244.66.242','2026-04-30 13:02:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.208.134.45','2026-04-30 15:43:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'202.208.134.45','2026-04-30 15:44:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'81.16.240.169','2026-04-30 18:17:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'52.203.152.231','2026-04-30 19:52:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'45.225.224.133','2026-04-30 22:30:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'216.73.216.234','2026-05-01 07:41:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'216.73.216.234','2026-05-01 07:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'216.73.216.234','2026-05-01 07:42:39');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'216.73.216.234','2026-05-01 07:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'216.73.216.234','2026-05-01 07:43:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'54.37.252.130','2026-05-01 10:56:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'51.68.235.38','2026-05-01 12:08:51');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'200.76.112.43','2026-05-01 14:08:26');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'81.167.26.57','2026-05-01 15:03:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2026-05-01 15:28:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'45.70.198.98','2026-05-01 15:42:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'54.36.60.82','2026-05-01 16:09:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.36.60.82','2026-05-01 16:10:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2026-05-01 17:55:49');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.73.216.234','2026-05-01 20:45:27');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'216.244.66.242','2026-05-01 22:34:59');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'18.208.11.93','2026-05-02 00:36:19');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'178.238.235.9','2026-05-02 14:35:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,34,'45.88.191.89','2026-05-02 14:35:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'37.60.248.19','2026-05-02 14:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'79.143.186.154','2026-05-02 14:35:12');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'62.84.182.163','2026-05-02 14:35:16');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'178.238.238.133','2026-05-02 14:35:22');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'62.169.23.208','2026-05-02 14:35:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,22,'212.47.65.223','2026-05-02 14:35:25');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'80.241.217.205','2026-05-02 14:35:29');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,21,'109.205.179.251','2026-05-02 14:35:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'178.238.231.32','2026-05-02 14:35:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,29,'185.2.100.220','2026-05-02 14:35:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,28,'178.238.227.244','2026-05-02 14:35:42');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'178.238.234.192','2026-05-02 14:35:44');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,26,'178.238.234.8','2026-05-02 14:35:48');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,6,'161.97.156.159','2026-05-02 14:35:54');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,10,'212.47.70.87','2026-05-02 14:35:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'212.47.70.50','2026-05-02 14:35:58');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,12,'77.237.242.227','2026-05-02 14:36:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'178.238.225.108','2026-05-02 14:36:02');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'77.237.243.187','2026-05-02 14:36:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,3,'62.169.26.153','2026-05-02 14:36:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'178.238.227.104','2026-05-02 14:36:07');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,5,'80.241.216.136','2026-05-02 14:36:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,31,'80.241.219.68','2026-05-02 14:36:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,13,'207.180.232.10','2026-05-02 14:36:17');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'37.60.232.110','2026-05-02 14:36:23');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.73.217.3','2026-05-03 18:11:46');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'54.156.248.117','2026-05-04 13:42:14');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'216.244.66.242','2026-05-04 23:39:08');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2026-05-05 00:39:56');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,30,'216.244.66.242','2026-05-05 02:21:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'23.21.250.48','2026-05-05 21:00:15');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'65.108.2.171','2026-05-06 00:24:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,37,'3.210.223.61','2026-05-07 03:46:24');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,38,'3.218.35.239','2026-05-07 07:23:00');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,11,'216.244.66.242','2026-05-07 14:31:01');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'100.28.49.152','2026-05-08 01:02:05');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,35,'216.244.66.242','2026-05-08 05:22:04');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'178.151.245.162','2026-05-08 09:35:30');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'34.203.111.15','2026-05-09 10:31:13');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,24,'185.191.171.14','2026-05-10 00:28:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,16,'85.208.96.200','2026-05-10 00:54:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,32,'85.208.96.208','2026-05-10 00:58:33');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,25,'54.37.252.46','2026-05-10 04:28:18');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,15,'51.91.253.126','2026-05-10 05:45:36');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,23,'34.233.219.155','2026-05-10 09:47:35');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,27,'147.135.213.170','2026-05-12 23:55:31');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'66.249.74.135','2026-05-13 17:39:06');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,2,'54.235.191.179','2026-05-13 22:00:40');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,39,'54.91.122.193','2026-05-14 08:12:11');
INSERT INTO `bc_filemgmt_downloadhistory`VALUES (1,4,'3.218.103.254','2026-05-14 17:29:11');

--
-- Table structure for table `bc_filemgmt_filedesc`
--

DROP TABLE IF EXISTS `bc_filemgmt_filedesc`;

CREATE TABLE `bc_filemgmt_filedesc` (
  `lid` int(11) unsigned NOT NULL DEFAULT 0,
  `description` text NOT NULL,
  KEY `lid` (`lid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_filemgmt_filedesc`
--

INSERT INTO `bc_filemgmt_filedesc`VALUES (1,'某ゲーマー向け自動回復ツールです。\r\n\r\nHP,MPを監視しており、指定の値以下になった際に、自動的にファンクションキーを押します。\r\nつまりHPやMPが減ったら、あなたの代わりにくろねこがxxxで、あなたのHPを回復してくれるという仕組みです。\r\n\r\nこれで多少の寝落ちも大丈夫？\r\n\r\n2010/11/26 Vｅｒ 2.0.0でRevoに対応しました。\r\n2009/09/26 Ver 1.7.0でアップデートに対応しました。\r\nVer 1.5.0 でWidows Vista に一応対応しました。※\r\n※ 管理者権限が必要です');
INSERT INTO `bc_filemgmt_filedesc`VALUES (2,'JDBGrid Delphi5 Win32用です。\r\n詳細はリンク先ぺージでどうぞ！');
INSERT INTO `bc_filemgmt_filedesc`VALUES (3,'JDBGrid Delphi6 Win32用です。\r\n詳細はリンク先ぺージでどうぞ！');
INSERT INTO `bc_filemgmt_filedesc`VALUES (4,'JDBGrid Delphi7 Win32用です。\r\n詳細はリンク先ぺージでどうぞ！');
INSERT INTO `bc_filemgmt_filedesc`VALUES (5,'JDBGrid Delphi2005 VCL.Net用です。\r\n詳細はリンク先ぺージでどうぞ！');
INSERT INTO `bc_filemgmt_filedesc`VALUES (6,'JDBGrid Delphi2005 Win32用です。\r\n詳細はリンク先ぺージでどうぞ！');
INSERT INTO `bc_filemgmt_filedesc`VALUES (7,'Xenepic Online モンスター画像ファイル\r\n!取扱注意!が消える・レベル表示モンスター画像ファイルβバージョンです。\r\n\r\n実行は、Xenepic Online クライアントを終了してから。\r\n\r\nオニユリ提供');
INSERT INTO `bc_filemgmt_filedesc`VALUES (8,'Xenepic Online モンスター画像ファイル\r\nカボチャが消えるモンスター画像ファイルで置き換えたファイルを元に戻す際に使用。\r\n\r\nダウンロード時に「保存」ではなく、「実行」がお勧め！\r\n実行は、Xenepic Online クライアントを終了してから。\r\n\r\nDncEnt提供');
INSERT INTO `bc_filemgmt_filedesc`VALUES (10,'JDBGrid を用いたサンプルプログラムをご用意しました。(Delphi6 にて作成)\r\n本サンプルプログラムでは、以下の機能を使用しています。 \r\n・列固定機能 → FixedCols\r\n・1レコード複数行表示機能 → RowsPerRecord\r\n・1レコードごとの RowColor 変更機能 → BiLineColor\r\n・ボタン表示機能 → Columns.ButtunStyle = cbsButton');
INSERT INTO `bc_filemgmt_filedesc`VALUES (9,'FileMgmt plugin 修正差分\r\n\r\nGeeklog 1.4.1での動作を確認しました♪\r\n\r\n\r\n【修正内容】\r\n1.ファイル閲覧権限判定修正\r\n該当ファイル：\r\n　index.php, visit.php, include\\header.php\r\n修正詳細：\r\n・修正前\r\n　下記のいずれかの条件を満たすこと\r\n　・filemgmt.user権限保持者\r\n　・ログインしていないユーザのダウンロードを許可＝Yes\r\n・修正後\r\n　上記条件に以下の条件を追加\r\n　・ログインユーザのダウンロードを許可\r\n　　かつ ログインユーザであること(isset($_USER[\'uid\']) && $_USER[\'uid\'] > 1)\r\n\r\n2.サブカテゴリへのリンク作成バグ対応\r\n該当ファイル：\r\n　viewcat.php\r\n修正詳細：\r\n・修正前\r\n　下記の条件に合致する場合、_MD_NOFILE(ファイルがありません。)でサブカテゴリへのリンク部分が上書きされて表示できない。\r\n　・発生条件：\r\n　　登録ファイル0件 or ダウンロードが許可されたファイルが0件(カテゴリに権限がない)\r\n・修正後\r\n　_MD_NOFILE(ファイルがありません。)の内容をファイル表示エリアに表示。\r\n　上記修正によりカテゴリ表示エリアは本来の表示が行われる。\r\n\r\n\r\n\r\n【修正履歴】\r\n2006-10-16\r\n・カテゴリ表示の際のサブカテゴリへのリンクが無くなるケースが特定の場合のみで、通常のパターンでは二重に表示される問題を修正。\r\n　(サブカテゴリのアクセス権を制限している場合など、カテゴリリンクを作成しているにもかかわらず、_MD_NOFILES で上書きされるため表示されない。)\r\n\r\n2006-10-02\r\n・「ログインユーザーのダウンロードを許可」 を Yes にしていても、filemgmt Admin 権限もしくは「ログインしていないユーザーのダウンロードを許可」が Yes に設定されていないとログインユーザがアクセスできない問題を修正。\r\n・カテゴリ表示の際にサブカテゴリへのリンクがないため、3階層以下の階層へアクセスする手段が無い問題を修正\r\n  (↑勘違い..._MD_NOFILESで上書きされているケースだった)\r\n\r\n\r\nfilemgmt 1.5.2 + 日本語UTF対応改造 から変更したファイルのみを収録しています。\r\n\r\nなにか問題点がありましたら、「お問合せ」からご連絡をお願いいたします。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (11,'JDBGrid を用いたサンプルプログラムをご用意しました。(Delphi 2005 にて作成)\r\n本サンプルプログラムでは、以下の機能を使用しています。 \r\n・列固定機能 → FixedCols\r\n・1レコード複数行表示機能 → RowsPerRecord\r\n・1レコードごとの RowColor 変更機能 → BiLineColor\r\n・ボタン表示機能 → Columns.ButtunStyle = cbsButton');
INSERT INTO `bc_filemgmt_filedesc`VALUES (12,'JDBGrid を用いたサンプルプログラムをご用意しました。(Delphi7にて作成)\r\n本サンプルプログラムでは、以下の機能を使用しています。 \r\n\r\n参照項目を使わないドロップダウンリスト表示 ListSource, KeyField, ListField\r\n\r\nDelphi7以降');
INSERT INTO `bc_filemgmt_filedesc`VALUES (13,'Delphi 標準の TMaskEdit に様々な表示用/編集補助機能が付加されたデータベース対応グリッドコンポーネントです。\r\n・半角/全角の文字種制限\r\n・上書き/挿入モードのトグル機能\r\n・最大許容文字数を入力時フォーカス移動機能\r\n・フォーカス取得時のフォント・背景色変更機能\r\n・1つのコントロールでDB対応、非対応マスク付き編集コントロールとして機能');
INSERT INTO `bc_filemgmt_filedesc`VALUES (27,'[Delphi] ネットワークドライブの割り当て/解除用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (14,'くろねこ四次転職までの計画と実績');
INSERT INTO `bc_filemgmt_filedesc`VALUES (15,'【重要】このファイルはXenepic Onlineサイトが解読しにくくなったので利用できなくなりました。\r\nご利用ありがとうございました。\r\n\r\nゼネピックオンラインユーザ向けのID選択画面です。\r\nハンゲームにログインしなくてもゼネを起動することが出来ます。\r\nなので、ハンゲームサイトメンテナンス中でも･･･？\r\n');
INSERT INTO `bc_filemgmt_filedesc`VALUES (16,'【概要】\r\nパラムチェックは任意のプログラムに渡されているパラメータを調べるためのツールです\r\n\r\n【使用方法】\r\n1.調べたい実行形式ファイルと置き換えます。\r\n2.いつもどおり実行します。\r\n3.パラメータチェックが起動します。\r\n起動すると、画面にパラメータ内容が表示されます\r\n1行目は対象の実行形式ファイルの内容が表示されます。\r\nなので、2行目以降が実際のパラメータ内容となります。\r\n↑変更してそのままコマンドプロンプトで実行できる形式としました。また、ショートカットの作成機能も追加しました♪');
INSERT INTO `bc_filemgmt_filedesc`VALUES (25,'[Delphi] 全角スペース文字対応のTrim用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (26,'[Delphi] うるさい音をミュート！用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (21,'[Delphi] フリガナを自動で入力する (for Win32)用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (22,'[Delphi] TMemoで、先頭行/最終行/指定行へ移動する用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (23,'[Delphi] OS上の特別なフォルダの場所を取得する(with Windows API)用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (24,'[Delphi] ファイル情報を取得する用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (19,'GeeklogのサイトにあるRSS Aggregator  SaY氏作、mystral-kk氏改造版をくろねこが、XML Feed Parser を使って RSS0.9, 1.0, 2.0 ＆ Atom 1.0 対応としたもの。\r\nもともと、くろねこサイトでのみ使用予定の超個人的コードなので必要部分以外を書き換えていない。\r\nあと、出力をリスト形式からテーブルに変更。\r\n\r\nXML_Feed_Paser はPEAR のサイトからダウンロードしてくださいね。\r\n必要に応じてREARのパスも書き換えてね。\r\n\r\n---\r\nGeeklogのPEARと同じ所に置くように変更したいなぁ\r\nまた時間のあるときに変更しよう♪\r\n→書き換えました。2007-08-28で対応。\r\n/private/system/pear/XML/Feed\r\n\r\n---\r\n.phpファイルから.lzhに変更しました。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (20,'..');
INSERT INTO `bc_filemgmt_filedesc`VALUES (28,'[Delphi] タスクバーの大きさを知る用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (29,'[Delphi] Ini ファイルの読み書き用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (30,'[Delphi] アプリケーションの多重起動を防止する(.Net)用のサンプルプログラムです。\r\nサンプルプログラムは、記事が書かれた当時のままですので最新のバージョンでは動かない可能性があります。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (31,'JDBGrid Delphi2006 Win32用です。\r\n詳細はリンク先ぺージでどうぞ！');
INSERT INTO `bc_filemgmt_filedesc`VALUES (32,'JDBGrid Delphi2006 VCL.Net用です。\r\n詳細はリンク先ぺージでどうぞ！');
INSERT INTO `bc_filemgmt_filedesc`VALUES (33,'「TeraPad」 で正規表現での検索をするツール\r\n\r\n愛用のツールで配布サイトがなくなったときに困るので保管。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (34,'ハンゲにある神経衰弱モンスター用の＿〆(。。)ﾒﾓﾒﾓ…ツール\r\n\r\n取りあえず作っただけのベータ版って感じで\r\n気が向いたらもうちょっと使いやすいように考えてみよう。\r\n\r\n下側のボタンをクリックするよりコンテキストメニューの方が使いやすかったかも。\r\n\r\n★使い方★\r\nメモするとき：\r\n　1.メモしたいセルをクリック\r\n　2.下側のボタンをクリック\r\n消すとき：\r\n　消したい位置を右クリック\r\n全部消すとき\r\n　すべてクリアをクリック');
INSERT INTO `bc_filemgmt_filedesc`VALUES (35,'パスワードが指定できるRunAsコマンド\r\n詳細はブログで。');
INSERT INTO `bc_filemgmt_filedesc`VALUES (36,'作りかけ');
INSERT INTO `bc_filemgmt_filedesc`VALUES (37,'bcDBGrid Delphi2010用です。\r\n詳細はリンク先ぺージでどうぞ！ ');
INSERT INTO `bc_filemgmt_filedesc`VALUES (38,'bcDBGrid DelphiXE4用です。\r\n詳細はリンク先ぺージでどうぞ！');
INSERT INTO `bc_filemgmt_filedesc`VALUES (39,'ActiveDirectoryによるInternet Explorerの一括配布で用いるサンプルバッチファイルとセキュリティ更新プログラムのセット');
INSERT INTO `bc_filemgmt_filedesc`VALUES (40,'ActiveDirectoryによるInternet Explorerの一括配布で用いるバッチファイルと前提パッチ、インストーラーのセット');

--
-- Table structure for table `bc_filemgmt_filedetail`
--

DROP TABLE IF EXISTS `bc_filemgmt_filedetail`;

CREATE TABLE `bc_filemgmt_filedetail` (
  `lid` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `cid` int(5) unsigned NOT NULL DEFAULT 0,
  `title` varchar(100) NOT NULL DEFAULT '',
  `url` varchar(250) NOT NULL DEFAULT '',
  `homepage` varchar(100) NOT NULL DEFAULT '',
  `version` varchar(10) NOT NULL DEFAULT '',
  `size` int(8) NOT NULL DEFAULT 0,
  `platform` varchar(50) NOT NULL DEFAULT '',
  `logourl` varchar(250) NOT NULL DEFAULT '',
  `submitter` int(11) NOT NULL DEFAULT 0,
  `status` tinyint(2) NOT NULL DEFAULT 0,
  `date` int(10) NOT NULL DEFAULT 0,
  `hits` int(11) unsigned NOT NULL DEFAULT 0,
  `rating` double(6,4) NOT NULL DEFAULT 0.0000,
  `votes` int(11) unsigned NOT NULL DEFAULT 0,
  `comments` tinyint(2) NOT NULL DEFAULT 1,
  PRIMARY KEY (`lid`),
  KEY `cid` (`cid`),
  KEY `status` (`status`),
  KEY `title` (`title`(40))
) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_filemgmt_filedetail`
--

INSERT INTO `bc_filemgmt_filedetail`VALUES (1,4,'くろねこの愛の手(正式公開バージョン)','XOHeal200.zip','http://www.blackcat.xyz/index.php?topic=XOHeal','2.0.0',335160,'','',3,1,1342879911,236,10.0000,1,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (2,5,'JDBGrid Delphi5用','jdbgrid5_327_2.lzh','http://www.blackcat.xyz/index.php?topic=DelphiComponents','3.2.7',343004,'','',3,1,1159317954,1717,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (3,5,'JDBGrid Delphi6用','jdbgrid6_3211.lzh','http://www.blackcat.xyz/index.php?topic=DelphiComponents','3.2.11',765742,'','',3,1,1193325661,2136,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (4,5,'JDBGrid Delphi7用','jdbgrid7_3211.lzh','http://www.blackcat.xyz/index.php?topic=DelphiComponents','3.2.11',805147,'','',3,1,1193325695,2883,6.0000,1,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (5,5,'JDBGrid Delphi2005 VCL.Net用','jdbgrid9v_3212.lzh','http://www.blackcat.xyz/index.php?topic=DelphiComponents','3.2.12',436112,'','',3,1,1231378521,2302,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (6,5,'JDBGrid Delphi2005 Win32用','jdbgrid9w_3212.lzh','http://www.blackcat.xyz/index.php?topic=DelphiComponents','3.2.12',829100,'','',3,1,1231379069,2573,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (7,7,'Xenepic Online モンスター画像ファイル(!取扱注意!対策済み)','GMOBINF.DRA','','2006-10-25',49799,'','',3,1,1162281472,36,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (8,7,'Xenepic Online モンスター画像ファイル(通常)','GMOBINF.1011.DRA.EXE','','2006-10-11',49418,'','',3,1,1160566761,13,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (9,9,'FileMgmt plugin 修正差分','filemgmt_1.5.2_1.4_bcp061110.zip','','2006-11-10',11921,'6OVwOrc3zl.lzh','',3,1,1188018964,1380,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (10,10,'JDBGrid サンプルプログラム(Win32)','jdbgridsamp.lzh','','',5044,'','',3,1,1159318368,1669,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (11,10,'JDBGrid サンプルプログラム(VCL.Net)','jdbgsamp2005.lzh','','',8784,'','',3,1,1159318368,1483,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (12,10,'JDBGrid ルックアップリストサンプルプログラム','jdbg_lookupsamp.lzh','','',3211,'','',3,1,1159318368,1526,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (13,5,'データベース対応マスク付きエディットコンポーネント - JDBEdit -','jedits7_103_2.lzh','http://www.blackcat.xyz/staticpages/index.php/JEdit','1.0.3',125300,'P0137XUUXu.lzh','',3,1,1163057251,1733,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (14,7,'くろねこ四次転職計画表','keikaku4_070326.LZH','','2007-03-26',182272,'','',3,1,1174951609,12,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (15,11,'Xenepic Online Launcher','xo_launcher.lzh','http://www.blackcat.xyz/article.php?story=xo070405_2152','1.00',1945,'','xo_launcher.jpg',3,1,1231124377,1981,8.0000,1,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (19,9,'RSS Aggregator くろねこ改造版','rssaggregatorBC_20070828.lzh','','2007-08-28',21280,'','',3,1,1188385784,1395,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (20,12,'ブログデータ','20110325.zip','','',5837,'','',3,1,1189759094,31,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (21,14,'[Delphi FAQ用サンプル] フリガナを自動で入力する (for Win32)','del0002.lzh','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0002','',1294,'','',3,1,1220789332,1337,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (22,14,'[Delphi FAQ用サンプル] TMemoで、先頭行/最終行/指定行へ移動する','del0006.lzh','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0006','',736,'','',3,1,1220789351,1265,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (23,14,'[Delphi FAQ用サンプル] OS上の特別なフォルダの場所を取得する(with Windows API)','del0015.lzh','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0015','',1834,'','',3,1,1220789394,1207,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (24,14,'[Delphi FAQ用サンプル] ファイル情報を取得する','del0020.lzh','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0020','',2452,'','',3,1,1220789612,1224,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (25,14,'[Delphi FAQ用サンプル] 全角スペース文字対応のTrim','del0025.lzh','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0025','',1510,'','',3,1,1220789823,1292,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (26,14,'[Delphi FAQ用サンプル] うるさい音をミュート！','del0026.lzh','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0026','',1221,'','',3,1,1220790001,1179,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (27,14,'[Delphi FAQ用サンプル] ネットワークドライブの割り当て/解除','del0027.zip','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0027','',7470,'','',3,1,1220790385,1690,10.0000,1,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (28,14,'[Delphi FAQ用サンプル] タスクバーの大きさを知る','del0032.lzh','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0032','',1801,'','',3,1,1220791071,1470,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (29,14,'[Delphi FAQ用サンプル] Ini ファイルの読み書き','del0033.lzh','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0033','',2019,'','',3,1,1220791090,1956,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (30,14,'[Delphi FAQ用サンプル] アプリケーションの多重起動を防止する(.Net)','del0054.lzh','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0054','',24363,'','',3,1,1220791107,1421,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (31,5,'JDBGrid Delphi2006 Win32用','jdbgrid10w_3212.lzh','http://www.blackcat.xyz/index.php?topic=DelphiComponents','3.2.12',830903,'','',3,1,1225101850,2312,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (32,5,'JDBGrid Delphi2006 VCL.Net用','jdbgrid10v_3212.lzh','http://www.blackcat.xyz/index.php?topic=DelphiComponents','3.2.12',284322,'','',3,1,1225101824,1921,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (33,12,'TpRegExp Ver.1.0.1（フリーウェア） HIROMIさん作','TpRegExp1_0_1.zip','','1.0.1',77663,'','',3,1,1231128688,2,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (16,3,'パラメータチェック','ParamChk.lzh','','2.0.0',180559,'','',3,1,1198671895,2642,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (34,3,'メモったら負けだと思う','DestinyMemo.lzh','','0.1',255690,'','',3,1,1251863180,1591,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (35,2,'BCRunAS','bcrunas.zip','http://www.blackcat.xyz/article.php/100916_BCRunAs','1.0.0',13461,'','',3,1,1284573858,2501,9.0000,1,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (36,12,'OfficeExcel2003XMLToolsAddin','XMLTools20110401.zip','','',78606,'','',3,1,1300445005,2,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (37,5,'bcDBGrid for Delphi2010','bcDBGrid2010_3212.zip','http://www.blackcat.xyz/article.php/JDBGrid','V3.2.12',792772,'','',3,1,1378736869,1546,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (38,8,'bcDBGrid for DelphiXE4','bcDBGridsXE4_3212.zip','http://www.blackcat.xyz/article.php/JDBGrid','V3.2.12',943285,'Ci8Wv2hlXa.zip','',3,1,1378736840,1751,0.0000,0,1);
INSERT INTO `bc_filemgmt_filedetail`VALUES (39,15,'IE11一括配布バッチファイル(サンプル)','Install_IE11.zip','http://www.blackcat.xyz/article.php/WinMgr_DeployIE11','',125279901,'','',3,1,1424847093,1374,0.0000,0,5);
INSERT INTO `bc_filemgmt_filedetail`VALUES (40,12,'IE11一括配布キット','Install_IE11_Full.zip','http://www.blackcat.xyz/article.php/WinMgr_DeployIE11','',125279901,'','',3,1,1431058707,1,0.0000,0,1);

--
-- Table structure for table `bc_filemgmt_votedata`
--

DROP TABLE IF EXISTS `bc_filemgmt_votedata`;

CREATE TABLE `bc_filemgmt_votedata` (
  `ratingid` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `lid` int(11) unsigned NOT NULL DEFAULT 0,
  `ratinguser` int(11) NOT NULL DEFAULT 0,
  `rating` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `ratinghostname` varchar(60) NOT NULL DEFAULT '',
  `ratingtimestamp` int(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ratingid`),
  KEY `ratinguser` (`ratinguser`),
  KEY `ratinghostname` (`ratinghostname`),
  KEY `lid` (`lid`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_filemgmt_votedata`
--

INSERT INTO `bc_filemgmt_votedata`VALUES (1,15,1,8,'220.20.194.46',1186744185);
INSERT INTO `bc_filemgmt_votedata`VALUES (2,4,1,6,'219.160.254.169',1193232893);
INSERT INTO `bc_filemgmt_votedata`VALUES (3,1,1,10,'123.219.112.106',1269756238);
INSERT INTO `bc_filemgmt_votedata`VALUES (4,27,1,10,'125.63.42.206',1300795312);
INSERT INTO `bc_filemgmt_votedata`VALUES (5,35,1,9,'1.113.197.86',1335596042);

--
-- Table structure for table `bc_forum_banned_ip`
--

DROP TABLE IF EXISTS `bc_forum_banned_ip`;

CREATE TABLE `bc_forum_banned_ip` (
  `host_ip` varchar(255) DEFAULT NULL,
  KEY `index1` (`host_ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_forum_banned_ip`
--


--
-- Table structure for table `bc_forum_categories`
--

DROP TABLE IF EXISTS `bc_forum_categories`;

CREATE TABLE `bc_forum_categories` (
  `cat_order` smallint(4) NOT NULL DEFAULT 0,
  `cat_name` varchar(255) NOT NULL DEFAULT '',
  `cat_dscp` text NOT NULL,
  `id` int(2) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_forum_categories`
--

INSERT INTO `bc_forum_categories`VALUES (999,'その他','サイト管理用',1);
INSERT INTO `bc_forum_categories`VALUES (10,'悪の秘密結社くろねこ団様','Xenepic Online くろねこパーティ連絡用',3);
INSERT INTO `bc_forum_categories`VALUES (1,'くろねこ製コンポーネントサポート','くろねこ製コンポーネントに対する不具合の連絡、質問、要望など',2);

--
-- Table structure for table `bc_forum_forums`
--

DROP TABLE IF EXISTS `bc_forum_forums`;

CREATE TABLE `bc_forum_forums` (
  `forum_order` int(4) NOT NULL DEFAULT 0,
  `forum_name` varchar(255) NOT NULL DEFAULT '0',
  `forum_dscp` text NOT NULL,
  `forum_id` int(4) NOT NULL AUTO_INCREMENT,
  `forum_cat` int(3) NOT NULL DEFAULT 0,
  `grp_id` mediumint(8) NOT NULL DEFAULT 2,
  `is_hidden` tinyint(1) NOT NULL DEFAULT 0,
  `is_readonly` tinyint(1) NOT NULL DEFAULT 0,
  `no_newposts` tinyint(1) NOT NULL DEFAULT 0,
  `topic_count` mediumint(8) NOT NULL DEFAULT 0,
  `post_count` mediumint(8) NOT NULL DEFAULT 0,
  `last_post_rec` mediumint(8) NOT NULL DEFAULT 0,
  PRIMARY KEY (`forum_id`),
  KEY `forum_cat` (`forum_cat`),
  KEY `forum_id` (`forum_id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_forum_forums`
--

INSERT INTO `bc_forum_forums`VALUES (0,'サイトに関するご意見','サイトに関するご意見・ご質問がありましたらどうぞ',1,1,2,0,0,0,1,1,33);
INSERT INTO `bc_forum_forums`VALUES (0,'テスト','サイトメンテナンス用',2,1,2,0,0,0,5,7,34);
INSERT INTO `bc_forum_forums`VALUES (0,'ご質問','くろねこ製コンポーネントに対するご質問(コンポーネント名/環境を明記してください)',3,2,2,0,0,0,0,0,0);
INSERT INTO `bc_forum_forums`VALUES (0,'不具合報告','くろねこ製コンポーネントの不具合を見つけたらこちらでご連絡ください(コンポーネント名/環境を明記してください)',4,2,2,0,0,0,4,18,32);
INSERT INTO `bc_forum_forums`VALUES (0,'ご要望','くろねこ製コンポーネントに対してご要望があればどうぞ(コンポーネント名/環境を明記してください)',5,2,2,0,0,0,0,0,0);
INSERT INTO `bc_forum_forums`VALUES (0,'連絡用掲示板','パーティ内連絡用',14,3,21,0,0,0,1,1,9);
INSERT INTO `bc_forum_forums`VALUES (0,'イベント用','イベント開催日程など',15,3,21,0,0,0,0,0,0);
INSERT INTO `bc_forum_forums`VALUES (0,'雑談用','パーティ内での雑談など',16,3,21,0,0,0,0,0,0);

--
-- Table structure for table `bc_forum_log`
--

DROP TABLE IF EXISTS `bc_forum_log`;

CREATE TABLE `bc_forum_log` (
  `uid` mediumint(8) NOT NULL DEFAULT 0,
  `forum` mediumint(3) NOT NULL DEFAULT 0,
  `topic` mediumint(3) NOT NULL DEFAULT 0,
  `time` varchar(40) NOT NULL DEFAULT '0',
  KEY `uid_forum` (`uid`,`forum`),
  KEY `uid_topic` (`uid`,`topic`),
  KEY `forum` (`forum`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_forum_log`
--

INSERT INTO `bc_forum_log`VALUES (2,1,33,'1214891819');
INSERT INTO `bc_forum_log`VALUES (3,3,2,'1190089971');
INSERT INTO `bc_forum_log`VALUES (3,4,20,'1191327233');
INSERT INTO `bc_forum_log`VALUES (3,5,4,'1190089971');
INSERT INTO `bc_forum_log`VALUES (2,4,10,'1214891807');
INSERT INTO `bc_forum_log`VALUES (2,3,2,'1214891807');
INSERT INTO `bc_forum_log`VALUES (3,1,1,'1214099079');
INSERT INTO `bc_forum_log`VALUES (2,5,4,'1214891807');
INSERT INTO `bc_forum_log`VALUES (24,16,5,'1171539378');
INSERT INTO `bc_forum_log`VALUES (3,15,6,'1177059134');
INSERT INTO `bc_forum_log`VALUES (4,15,6,'1171884903');
INSERT INTO `bc_forum_log`VALUES (4,15,6,'1171884903');
INSERT INTO `bc_forum_log`VALUES (4,16,5,'1171885024');
INSERT INTO `bc_forum_log`VALUES (24,15,6,'1171539378');
INSERT INTO `bc_forum_log`VALUES (10,15,6,'1171554932');
INSERT INTO `bc_forum_log`VALUES (10,16,5,'1171555095');
INSERT INTO `bc_forum_log`VALUES (2,16,5,'1172038002');
INSERT INTO `bc_forum_log`VALUES (2,15,6,'1172038077');
INSERT INTO `bc_forum_log`VALUES (3,2,23,'1191327563');
INSERT INTO `bc_forum_log`VALUES (4,14,9,'1172550914');
INSERT INTO `bc_forum_log`VALUES (25,4,10,'1178100094');
INSERT INTO `bc_forum_log`VALUES (3,4,10,'1249114459');
INSERT INTO `bc_forum_log`VALUES (2,14,9,'1175243540');
INSERT INTO `bc_forum_log`VALUES (3,16,5,'1174036210');
INSERT INTO `bc_forum_log`VALUES (3,2,8,'1190089884');
INSERT INTO `bc_forum_log`VALUES (31,4,20,'1182150192');
INSERT INTO `bc_forum_log`VALUES (3,4,3,'1193478148');
INSERT INTO `bc_forum_log`VALUES (3,14,9,'1293709143');
INSERT INTO `bc_forum_log`VALUES (3,2,19,'1190089884');
INSERT INTO `bc_forum_log`VALUES (3,2,24,'1191327585');
INSERT INTO `bc_forum_log`VALUES (3,4,26,'1256884817');
INSERT INTO `bc_forum_log`VALUES (40,4,3,'1193233072');
INSERT INTO `bc_forum_log`VALUES (40,4,26,'1193233087');
INSERT INTO `bc_forum_log`VALUES (3,4,28,'1200373457');
INSERT INTO `bc_forum_log`VALUES (41,1,33,'1195662631');
INSERT INTO `bc_forum_log`VALUES (2,1,1,'1214891819');
INSERT INTO `bc_forum_log`VALUES (3,2,34,'1197559421');
INSERT INTO `bc_forum_log`VALUES (48,4,28,'1205207219');
INSERT INTO `bc_forum_log`VALUES (48,3,2,'1205207473');
INSERT INTO `bc_forum_log`VALUES (3,1,33,'1207879205');
INSERT INTO `bc_forum_log`VALUES (53,4,26,'1214362013');
INSERT INTO `bc_forum_log`VALUES (2,4,3,'1214891807');
INSERT INTO `bc_forum_log`VALUES (2,4,20,'1214891807');
INSERT INTO `bc_forum_log`VALUES (2,4,26,'1214891807');
INSERT INTO `bc_forum_log`VALUES (2,4,28,'1214891807');
INSERT INTO `bc_forum_log`VALUES (2,2,19,'1214891819');
INSERT INTO `bc_forum_log`VALUES (2,2,8,'1214891819');
INSERT INTO `bc_forum_log`VALUES (2,2,23,'1214891819');
INSERT INTO `bc_forum_log`VALUES (2,2,24,'1214891819');
INSERT INTO `bc_forum_log`VALUES (2,2,34,'1214891819');
INSERT INTO `bc_forum_log`VALUES (66,3,2,'1251159698');
INSERT INTO `bc_forum_log`VALUES (66,5,4,'1251159698');
INSERT INTO `bc_forum_log`VALUES (66,4,28,'1251159698');
INSERT INTO `bc_forum_log`VALUES (66,4,26,'1251159698');
INSERT INTO `bc_forum_log`VALUES (66,4,20,'1251159698');
INSERT INTO `bc_forum_log`VALUES (66,4,10,'1251159698');
INSERT INTO `bc_forum_log`VALUES (66,4,3,'1251159698');
INSERT INTO `bc_forum_log`VALUES (67,4,26,'1251686974');
INSERT INTO `bc_forum_log`VALUES (67,1,1,'1251687040');
INSERT INTO `bc_forum_log`VALUES (67,1,33,'1251687040');
INSERT INTO `bc_forum_log`VALUES (67,2,19,'1251687040');
INSERT INTO `bc_forum_log`VALUES (67,2,8,'1251687040');
INSERT INTO `bc_forum_log`VALUES (67,2,23,'1251687040');
INSERT INTO `bc_forum_log`VALUES (67,2,24,'1251687040');
INSERT INTO `bc_forum_log`VALUES (67,2,34,'1251687040');
INSERT INTO `bc_forum_log`VALUES (67,4,3,'1252575839');
INSERT INTO `bc_forum_log`VALUES (67,3,2,'1252547620');
INSERT INTO `bc_forum_log`VALUES (68,5,4,'1252643857');
INSERT INTO `bc_forum_log`VALUES (67,4,28,'1252575773');
INSERT INTO `bc_forum_log`VALUES (70,1,33,'1263258301');
INSERT INTO `bc_forum_log`VALUES (71,1,1,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,1,33,'1263523004');
INSERT INTO `bc_forum_log`VALUES (71,2,19,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,2,8,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,2,23,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,2,24,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,2,34,'1263523371');
INSERT INTO `bc_forum_log`VALUES (71,3,2,'1263523047');
INSERT INTO `bc_forum_log`VALUES (71,4,3,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,4,10,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,4,20,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,4,26,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,4,28,'1263522797');
INSERT INTO `bc_forum_log`VALUES (71,5,4,'1263522797');

--
-- Table structure for table `bc_forum_moderators`
--

DROP TABLE IF EXISTS `bc_forum_moderators`;

CREATE TABLE `bc_forum_moderators` (
  `mod_id` int(11) NOT NULL AUTO_INCREMENT,
  `mod_uid` mediumint(8) NOT NULL DEFAULT 0,
  `mod_groupid` mediumint(8) NOT NULL DEFAULT 0,
  `mod_username` varchar(30) DEFAULT NULL,
  `mod_forum` varchar(30) DEFAULT NULL,
  `mod_delete` tinyint(1) NOT NULL DEFAULT 0,
  `mod_ban` tinyint(1) NOT NULL DEFAULT 0,
  `mod_edit` tinyint(1) NOT NULL DEFAULT 0,
  `mod_move` tinyint(1) NOT NULL DEFAULT 0,
  `mod_stick` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`mod_id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_forum_moderators`
--

INSERT INTO `bc_forum_moderators`VALUES (1,2,0,'Admin','1',1,1,1,1,1);
INSERT INTO `bc_forum_moderators`VALUES (2,2,0,'Admin','2',1,1,1,1,1);
INSERT INTO `bc_forum_moderators`VALUES (3,3,0,'くろねこ','3',1,1,1,1,1);
INSERT INTO `bc_forum_moderators`VALUES (4,3,0,'くろねこ','4',1,1,1,1,1);
INSERT INTO `bc_forum_moderators`VALUES (5,3,0,'くろねこ','5',1,1,1,1,1);
INSERT INTO `bc_forum_moderators`VALUES (6,2,0,'Admin','14',1,1,1,1,1);
INSERT INTO `bc_forum_moderators`VALUES (7,2,0,'Admin','15',1,1,1,1,1);
INSERT INTO `bc_forum_moderators`VALUES (8,2,0,'Admin','16',1,1,1,1,1);

--
-- Table structure for table `bc_forum_settings`
--

DROP TABLE IF EXISTS `bc_forum_settings`;

CREATE TABLE `bc_forum_settings` (
  `slogan` varchar(255) NOT NULL DEFAULT '',
  `registrationrequired` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `registerpost` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `allowhtml` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `glfilter` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `use_geshi_formatting` tinyint(1) NOT NULL DEFAULT 1,
  `censor` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `showmood` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `allowsmilies` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `allowavatar` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `allow_notify` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `post_htmlmode` tinyint(1) NOT NULL DEFAULT 1,
  `allow_htmlsig` tinyint(1) NOT NULL DEFAULT 0,
  `allow_userdatefmt` tinyint(1) NOT NULL DEFAULT 0,
  `showiframe` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `autorefresh` tinyint(1) NOT NULL DEFAULT 1,
  `refresh_delay` tinyint(1) NOT NULL DEFAULT 0,
  `xtrausersettings` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `viewtopicnumchars` int(4) NOT NULL DEFAULT 20,
  `topicsperpage` int(4) NOT NULL DEFAULT 10,
  `postsperpage` int(4) NOT NULL DEFAULT 10,
  `messagesperpage` int(4) NOT NULL DEFAULT 0,
  `searchesperpage` int(4) NOT NULL DEFAULT 0,
  `popular` int(4) NOT NULL DEFAULT 0,
  `speedlimit` int(1) NOT NULL DEFAULT 60,
  `edit_timewindow` int(11) NOT NULL DEFAULT 3600,
  `use_spamxfilter` tinyint(1) NOT NULL DEFAULT 0,
  `use_smiliesplugin` tinyint(1) NOT NULL DEFAULT 0,
  `use_pmplugin` tinyint(1) NOT NULL DEFAULT 0,
  `imgset` varchar(30) NOT NULL DEFAULT '',
  `cb_enable` tinyint(1) NOT NULL DEFAULT 0,
  `cb_homepage` tinyint(1) NOT NULL DEFAULT 0,
  `cb_where` tinyint(1) NOT NULL DEFAULT 0,
  `cb_subjectsize` tinyint(1) NOT NULL DEFAULT 0,
  `cb_numposts` tinyint(1) NOT NULL DEFAULT 0,
  `sb_subjectsize` tinyint(1) NOT NULL DEFAULT 0,
  `sb_numposts` tinyint(1) NOT NULL DEFAULT 0,
  `sb_latestposts` tinyint(1) NOT NULL DEFAULT 0,
  `min_comment_len` tinyint(1) NOT NULL DEFAULT 0,
  `min_name_len` tinyint(1) NOT NULL DEFAULT 0,
  `min_subject_len` tinyint(1) NOT NULL DEFAULT 0,
  `html_newline` tinyint(1) NOT NULL DEFAULT 0,
  `level1` int(5) NOT NULL DEFAULT 1,
  `level2` int(5) NOT NULL DEFAULT 15,
  `level3` int(5) NOT NULL DEFAULT 35,
  `level4` int(5) NOT NULL DEFAULT 70,
  `level5` int(5) NOT NULL DEFAULT 120,
  `level1name` varchar(40) NOT NULL DEFAULT 'Newbie',
  `level2name` varchar(40) NOT NULL DEFAULT 'Junior',
  `level3name` varchar(40) NOT NULL DEFAULT 'Chatty',
  `level4name` varchar(40) NOT NULL DEFAULT 'Regular Member',
  `level5name` varchar(40) NOT NULL DEFAULT 'Active Member'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_forum_settings`
--

INSERT INTO `bc_forum_settings`VALUES ('',0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,3,0,100,10,10,20,20,20,30,60,0,0,0,'',0,1,2,40,8,20,4,0,5,2,2,0,1,15,35,70,120,'ゼニアン','ファイター','ナイト','パラディン','ウォーロード');

--
-- Table structure for table `bc_forum_topic`
--

DROP TABLE IF EXISTS `bc_forum_topic`;

CREATE TABLE `bc_forum_topic` (
  `id` mediumint(8) NOT NULL AUTO_INCREMENT,
  `forum` int(3) NOT NULL DEFAULT 0,
  `pid` mediumint(8) NOT NULL DEFAULT 0,
  `uid` mediumint(8) NOT NULL DEFAULT 0,
  `name` varchar(50) DEFAULT NULL,
  `date` varchar(12) DEFAULT NULL,
  `lastupdated` varchar(12) DEFAULT NULL,
  `last_reply_rec` mediumint(8) NOT NULL DEFAULT 0,
  `email` varchar(50) DEFAULT NULL,
  `website` varchar(100) NOT NULL DEFAULT '',
  `subject` varchar(100) NOT NULL DEFAULT '',
  `comment` longtext DEFAULT NULL,
  `postmode` varchar(10) NOT NULL DEFAULT '',
  `replies` bigint(10) NOT NULL DEFAULT 0,
  `views` bigint(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) DEFAULT NULL,
  `mood` varchar(100) DEFAULT 'indifferent',
  `sticky` tinyint(1) NOT NULL DEFAULT 0,
  `moved` tinyint(1) NOT NULL DEFAULT 0,
  `locked` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `forum_idx` (`forum`),
  KEY `idxtopicuid` (`uid`),
  KEY `idxtopicpid` (`pid`),
  KEY `idxdate` (`date`),
  KEY `idxlastdate` (`lastupdated`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_forum_topic`
--

INSERT INTO `bc_forum_topic`VALUES (1,1,0,2,'Admin','1170255640','1170255640',0,'','','この掲示板にはいつ何を書くの？','<p>本サイトへのご意見・ご要望がありましたらここに記入ください。</p>\r\n<p>内容によっては対応できるかもしれません。<br>\r\n片手間で作っているサイトですので、難しいことは無理です。(/∇≦＼)アチャ-!<br>\r\nまた、レイアウトがおかしいよ！とかこのブラウザで見られなかったよ！と教えていただけますと対応できるかもしれません。<br>\r\nよろしくお願いいたします。</p>\r\n<p><em>※スパム行為や荒らし有害なサイトへのリンクなどの書き込みを見つけましたら削除させていただきます。</em></p>\r\n','html',0,1422,'203.180.232.99','happy',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (2,3,0,3,'くろねこ','1170255640','1170255640',0,'','','この掲示板にはいつ何を書くの？','<p>くろねこ製コンポーネントへの質問がありましたらここに記入してください。</p>\r\n<p>くろねこ製コンポーネントの設定方法で不明な点やこういうことは出来ないか？など、どんなことでも結構です。<br />\r\nその際には、コンポーネント名とバージョン、そしてお使いの環境(OSとそのバージョン、Delphiのバージョンなど)を記入ください。</p>\r\n<p><em>※スパム行為や荒らし有害なサイトへのリンクなどの書き込みを見つけましたら削除させていただきます。</em></p>\r\n','html',0,1412,'203.180.232.99','happy',1,0,1);
INSERT INTO `bc_forum_topic`VALUES (3,4,0,3,'くろねこ','1170255640','1170255640',0,'','','この掲示板にはいつ何を書くの？','くろねこ製コンポーネントで不具合を発見されましたらここに記入ください。\r\n\r\nくろねこ製コンポーネントで不具合を発見されましたら、以下の事柄をなるべく詳しくご記入ください。\r\n[list][*]問題の具体的な現象[*]問題が起こるまでの手順[*]問題が発生する環境(OSの種別とバージョン、Delphiのバージョンなど)[/list]\r\nただし、不具合かどうかよくわからないときは、まず通常の質問として「ご質問」に投稿してください。\r\n\r\n<em>※スパム行為や荒らし有害なサイトへのリンクなどの書き込みを見つけましたら削除させていただきます。</em>','html',0,1443,'203.180.232.99','happy',1,0,1);
INSERT INTO `bc_forum_topic`VALUES (19,2,0,1,'くろねこ(ゲストモード)','1175134476','1175134476',0,null,'','ゲストユーザ投稿テスト','一時的にゲストユーザの投稿を許可する設定に変更しています。\r\nGeeklogに移行する前の過去ログ取り込み用のテスト','html',0,1325,'203.180.232.99','gloomy',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (4,5,0,3,'くろねこ','1170255640','1170255640',0,'','','この掲示板にはいつ何を書くの？','<p>くろねこ製コンポーネントにこんな機能があったら良いのにと思ったら、ここに記入してください。</p>\r\n<p>コンポーネントの機能拡張などの要望を受付いたします。<br>\r\nしかしながら、くろねこの技術的力量、時間的余裕など様々な問題によりご希望に答えられない場合も多いかと思います。<br>\r\nあらかじめご承知置きください。</p>\r\n<p><em>※スパム行為や荒らし有害なサイトへのリンクなどの書き込みを見つけましたら削除させていただきます。</em></p>\r\n','html',0,1597,'203.180.232.99','happy',1,0,1);
INSERT INTO `bc_forum_topic`VALUES (5,16,0,5,'TEST','1171300000','1171372422',0,'','','テスト投稿スレッド','試しで投稿する場合はここに投稿','html',1,19,'203.180.232.99','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (6,15,0,3,'くろねこ','1171300000','1171300000',0,'','','02/09 眠れぬ者の墓場アルバ 結果報告','[b]結果：[/b]\r\n[list][*]初回ボス遭遇にてほぼ全滅、撤退。[/list]\r\n\r\n[b]経緯：[/b]\r\n<ol><li>ボス(カウリゼンド)遭遇</li>\r\n<li>スプーン：BD→ボス、他メンバ：雑魚清掃(1匹残り)</li>\r\n<li>雑魚湧き3匹</li>\r\n<li>スプーン：雑魚と交戦、他メンバ撤退開始。</li>\r\n<li>スプーン：浮き ←どっちが早いか不明→ くろねこ：召還出し</li>\r\n<li>くろねこ：召還トレイン、他メンバちりぢり</li>\r\n<li>パタリロ、marinia以外浮き</li></ol>\r\n\r\n[b]くろねこの理想：[/b]\r\n<ol><li>ボス(カウリゼンド)遭遇</li>\r\n<li>FD or BD でボス足止め、その間に雑魚清掃(通路1画面程度)</li>\r\n<li>清掃完了</li>\r\n<li>バインディングで足止め後、即エナ → 半画面退避  ボス......パラ.他メンバ</li>\r\n<li>召還出現後、各個撃破。その間、FD or BDでボス足止め</li>\r\n<li>その後、再召還をねらうなり、倒すなりする</li></ol>\r\n\r\n[b]召還出し失敗の場合：[/b]\r\n[list][*]ケースとしてはBDから叩くまでが長かった or 誰かがうっかり叩いた\r\n状況としてはトレインになるので、トレインしているものは通路を有効に使ってひたすら逃げる。\r\n(ただ遠くに行くと雑魚がいるので、2画面程度使って回る)\r\n他メンバは、エナ、FD、体当たりでトレインしているものの負担を軽減する。[/list]\r\n\r\n[b]反省点：[/b]\r\n[list=1]\r\n[*]逃げすぎちりぢりになると雑魚にやられて終わりです。逃げ切れるわけではないのでどこかで腹をくくる必要があります。それも、ひとりになってからでは遅いです。\r\n[*]確認不足召還出す前にみんなに声をかけ忘れ(チャットしてる余裕があんまりないのも問題)\r\n[*]<em>経験不足</em>\r\n何と言ってもこれでしょうか？[/list]\r\n\r\n※FD：フレッシュドリーム(メイジ、ウィザード)\r\n※BD：バインディング(パラディン)\r\n\r\nみなさんのご意見と感想をお待ちします♪','html',0,25,'203.180.232.99','sad',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (8,2,0,2,'Admin','1172038450','1188563130',25,null,'','bbcode テスト','[b]ボールド[/b]\r\n[i]イタリック[/i]\r\n[u]アンダーバー[/u]\r\n[quote]引用[/quote]\r\n[code]source code[/code]\r\n[list][*]1[*]2\r\n[*]3\r\n[/list]\r\n[list=1][*]1[*]1-1\r\n[*]2[/list]','html',2,2225,'203.180.232.99','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (7,16,5,4,'marinia','1171372422',null,0,'','','テスト投稿スレッド','[QUOTE][u]Quote by: TEST[/u]<p>試しで投稿する場合はここに投稿</p>[/QUOTE],\r<br> :? この掲示板難しいわ','html',0,0,'123.48.138.16','angelic',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (9,14,0,4,'marinia','1172550910','1172550910',0,null,'','今週末のPT活動について','週末スキルブックを取りに、寺院手前のマップに行く予定してますが、\r\n土曜日に仕事終わって帰ってきたパタさんが参加できるように\r\n金曜日の夜に向こうで落ちるなり、リブスするなりしたらどでしょ？\r\nmariniaは土曜日午後から参加予定です～\r\n午前中はいつものようにお出かけしてます。\r\nﾖﾛｼｸ(ﾟ０ﾟ)(｡_｡)ﾍﾟｺｯ\r\n','html',0,9,'123.48.70.103','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (10,4,0,25,'h-ishii','1172658191','1173075715',18,null,'','JDBGridのプロパティ変更時に画面ちらつき発生','お世話になります。\r\nDelphi7　Enterprise版を　WindowsXPで使用しております。\r\nJDBGridは数日前にダウンロードしたV3.2.9です。\r\n\r\n現在、JDBGridのチェックボックス編集機能を使うべく検証しています。\r\n\r\nJDBGridはClientDataSetのデータをDataSource経由で表示する\r\n　設定です。\r\n\r\nプログラム中で列タイトルのキャプションを設定する処理を実施しようと\r\nしたところ、実行すると処理の時間がかかり、またデスクトップの\r\nアイコンが一瞬見えなくなる（繰返し回数が多ければ何度も点滅）\r\nという現象が発生します。\r\n\r\nコードの問題かと思いましたがコードと無関係の操作\r\n（たとえば列の移動、列幅の変更等）で直接JDBGridをマウスで実施しても\r\n　同様の現象が発生します。\r\n\r\n　JDBGridは当初、Delphiのイストール先の\\DELPHI7\\Sourceの下に\r\n　解凍したフォルダーごとコピーしていました。\r\n　場所の問題かと思い、Binの下にファイル一式コピーし直しましたが\r\n　現象は変わりません。　コンポーネントはパッケージのインストール\r\n　で実施しており、またライブラリパスにもインストール先は定義\r\n　していますので問題ないと思いますが他に確認すべきところが\r\n　ありますでしょうか？\r\n\r\n　　以上、ご教示いただけますようよろしくお願いします。\r\n\r\n\r\n\r\n','text',8,3417,'202.232.70.143','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (11,4,10,3,'くろねこ','1172734799',null,0,null,'','書き込み: JDBGridのプロパティ変更時に画面ちらつき発生','くろねこです。\r\n不具合のご連絡ありがとうございます。\r\n\r\n問題への対策ではありませんが...\r\n[QUOTE][P]　JDBGridは当初、Delphiのイストール先の\\DELPHI7\\Sourceの下に\r\n　解凍したフォルダーごとコピーしていました。\r\n　場所の問題かと思い、Binの下にファイル一式コピーし直しましたが\r\n　現象は変わりません。　コンポーネントはパッケージのインストール\r\n　で実施しており、またライブラリパスにもインストール先は定義\r\n　していますので問題ないと思いますが他に確認すべきところが\r\n　ありますでしょうか？\r\n[/p][/QUOTE]\r\nJDBGrid のインストールフォルダはどこでも構いません。\r\nしかしながら、管理上の問題から\r\n　Delphiのイストール先の\\DELPHI7\\Source\r\nや\r\n　Delphiのイストール先の\\DELPHI7\\Bin\r\nは、おすすめしません。\r\nDelphiのイストール先の\\DELPHI7\\Projects か他にフォルダを作ることをおすすめします。\r\n\r\nさて下記の問題の対応についてです。\r\n[QUOTE][P]プログラム中で列タイトルのキャプションを設定する処理を実施しようと\r\nしたところ、実行すると処理の時間がかかり、またデスクトップの\r\nアイコンが一瞬見えなくなる（繰返し回数が多ければ何度も点滅）\r\nという現象が発生します。[/p][/QUOTE]\r\n\r\nJDBGrid の内部処理に基づく動作なので、ここのアプリケーションのプログラム側で対応は難しいと思います。\r\nカラム移動時に固定列の処理を行っており、その中で JDBGrid のちらつき防止？で一時的に描画を止めて、処理完了後に再開しています。この際にスクリーン全体がちらついているようです。\r\nただ、いま2種類の方法で描画を一時的に停止しており、問題を起こしているのが LockWindowUpdate というAPIなのですが、こっちを使わずにもう片方だけで問題が発生しないか確認して問題がなければ新しい JDBGrid をリリースしたいと思います。\r\n\r\n以上、よろしくお願いいたします。','html',0,0,'203.180.232.99','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (12,4,10,25,'h-ishii','1172738156',null,0,null,'','書き込み: JDBGridのプロパティ変更時に画面ちらつき発生','　くろねこ様\r\n\r\n　　ご回答ありがとうございました。\r\n　　\r\n　　下記の確認ですが、この現象は　JDBGridのFixedColsのプロパティ設定にかかわらず\r\n　　巾の変動等によっても起こる現象と考えてよいのでしょうか？\r\n　　FixedColsの値が0であっても列タイトルのキャプション設定で巾が変動するないようでも\r\n　　発生するようですので、根本的にはJDBGrid の内部処理を変更して頂かないと\r\n　　解決しないと判断してよいのですね？\r\n\r\n　　　　以上、よろしくお願いします。\r\n\r\n\r\n　>　JDBGrid の内部処理に基づく動作なので、ここのアプリケーションのプログラム側で対応は難しいと思います。\r\n　>　カラム移動時に固定列の処理を行っており、その中で JDBGrid のちらつき防止？で一時的に描画を止めて、\r\n　>　処理完了後に再開しています。この際にスクリーン全体がちらついているようです。\r\n　>　ただ、いま2種類の方法で描画を一時的に停止しており、問題を起こしているのが LockWindowUpdate という\r\n　>　APIなのですが、こっちを使わずにもう片方だけで問題が発生しないか確認して問題がなければ新しい\r\n　> JDBGrid をリリースしたいと思います。','text',0,0,'202.232.70.143','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (13,4,10,3,'くろねこ','1172740006',null,0,null,'','書き込み: JDBGridのプロパティ変更時に画面ちらつき発生','くろねこです。\r\n\r\n[QUOTE][u]Quote by: h-ishii[/u][p]　くろねこ様\r\n　　下記の確認ですが、この現象は　JDBGridのFixedColsのプロパティ設定にかかわらず\r\n　　巾の変動等によっても起こる現象と考えてよいのでしょうか？\r\n　　FixedColsの値が0であっても列タイトルのキャプション設定で巾が変動するないようでも\r\n　　発生するようですので、根本的にはJDBGrid の内部処理を変更して頂かないと\r\n　　解決しないと判断してよいのですね？\r\n[/p][/QUOTE]\r\n\r\nJDBGrid では DBGrid にはない、編集可能な固定列をサポートしています。\r\nこのため、FixedCols プロパティを用意しています。\r\nFixedCols プロパティを設定すると、SetFixedCols で処理を行うわけですが、このほかにレイアウトに関する変更があった際に固定列を一旦解除してレイアウト計算を行っているので、内部で再設定しています。\r\nこの関係で、FixedCols プロパティを編集していなくても SetFixedCols アクセサが動作し現象が発生しています。\r\n\r\n確か、1レコード複数行の設定をした際に、BeginUpdate/EndUpdate では表示にゴミが残ったので API で描画を止めたような気がするのですが、特に問題なく表示されているように見えますね...\r\n','html',0,0,'203.180.232.99','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (14,4,10,25,'h-ishii','1172794504',null,0,null,'','書き込み: JDBGridのプロパティ変更時に画面ちらつき発生','くろねこ様\r\n\r\n下記回答ありがとうございました。\r\n　了解しました。\r\n　それでは新しいリリースで現象が解消出来ることを楽しみにしたいと\r\n　思います。よろしくお願いします。\r\n\r\n　なお、新しいバージョンへの更新方法ですが　パッケージのインストールメニュー\r\n　より設計時パッケージの削除をおこなった後に、初回導入時と同様に新規\r\n　インストールしたファイルの追加をおこなうだけでよいのでしょうか？\r\n　フォームに配置した既存のJDBGridはそのままで大丈夫でしょうか？\r\n\r\n\r\n　　以上、よろしくお願いします。\r\n\r\n\r\n\r\n>JDBGrid では DBGrid にはない、編集可能な固定列をサポートしています。\r\n>このため、FixedCols プロパティを用意しています。\r\n>FixedCols プロパティを設定すると、SetFixedCols で処理を行うわけですが、\r\n>このほかにレイアウトに関する変更があった際に固定列を一旦解除してレイ>アウト計算を行っているので、\r\n>内部で再設定しています。\r\n>この関係で、FixedCols プロパティを編集していなくても SetFixedCols アクセサが動作し現象が発生しています。','text',0,0,'202.232.70.143','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (15,4,10,3,'くろねこ','1172796670',null,0,null,'','書き込み: JDBGridのプロパティ変更時に画面ちらつき発生','くろねこです。\r\n\r\n新しいバージョンが出た際の更新方法ですが、[b]新しいバージョンのアーカイブファイル内容で既存のファイルを上書き[/b]していただければ問題ないです。\r\n\r\n[QUOTE][u]Quote by: h-ishii[/u][p]\r\n　なお、新しいバージョンへの更新方法ですが　パッケージのインストールメニュー\r\n　より設計時パッケージの削除をおこなった後に、初回導入時と同様に新規\r\n　インストールしたファイルの追加をおこなうだけでよいのでしょうか？\r\n　フォームに配置した既存のJDBGridはそのままで大丈夫でしょうか？[/p][/QUOTE]\r\n\r\n以上、よろしくお願いいたします。','html',0,0,'203.180.232.99','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (16,4,10,3,'くろねこ','1173069565',null,0,null,'','書き込み: JDBGridのプロパティ変更時に画面ちらつき発生','この問題に対応した JDBGrid v3.2.10 をリリースしましたので、現象が改善されるかご確認ください。\r\n\r\nもし、修正されない場合レスいただければ幸いです。\r\n新しいバージョンで新たな不具合を発見された場合などには新しいスレッドでお願いいたします。','html',0,0,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (17,4,10,25,'h-ishii','1173073295',null,0,null,'','書き込み: JDBGridのプロパティ変更時に画面ちらつき発生','くろねこ様\r\n\r\n　お世話になります。\r\n　下記　JDBGrid v3.2.10 での動作確認実施しました。\r\n　JDBGridのマウス操作、コードによる巾変更、列入れ替えのいずれにおいても\r\n　ちらつき、遅延の現象は発生しなくなっています。\r\n\r\n　　ご対応ありがとうございました。\r\n\r\n\r\n　>この問題に対応した JDBGrid v3.2.10 をリリースしましたので、現象が改善されるかご確認ください。','text',0,0,'202.232.70.143','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (18,4,10,3,'くろねこ','1173075715',null,0,null,'','書き込み: JDBGridのプロパティ変更時に画面ちらつき発生','くろねこです\r\n\r\nh-ishii 様、ご確認ありがとうございました。\r\nお手数をおかけして申し訳ございませんでした。\r\n\r\n[QUOTE]　下記　JDBGrid v3.2.10 での動作確認実施しました。\r\n　JDBGridのマウス操作、コードによる巾変更、列入れ替えのいずれにおいても\r\n　ちらつき、遅延の現象は発生しなくなっています。[/QUOTE]','html',0,0,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (20,4,0,31,'かじっこ','1181920909','1181920909',21,null,'','JDBGridのチェックボックスの配置について','お世話になります。\r\n\r\nチェックボックスの配置が可能と言うことで、JDBGridを使用させていただこうと検証しているのですが、\r\nカラムのButtonStyleをcbsCheckに設定してもチェックボックスが表示されません。\r\n\r\nDelphi自体、詳しくわからない者ですので、使用方法に誤りがあるかもしれませんが、\r\nチェックボックスの配置をお教えいただけませんでしょうか？\r\n\r\n以上、ご回答よろしくお願いいたします。\r\n','text',1,1497,'202.232.135.94','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (21,4,20,3,'くろねこ','1182940909','1182940909',0,null,'','JDBGridのチェックボックスの配置について','くろねこです。\r\n\r\nご質問ありがとうございます。掲示板が更新されていたことを見落としていて回答が遅れました。\r\nさて、ご質問の件ですが...\r\n\r\n[QUOTE][u]Quote by: かじっこ[/u][p]お世話になります。\r\n\r\nチェックボックスの配置が可能と言うことで、JDBGridを使用させていただこうと検証しているのですが、\r\nカラムのButtonStyleをcbsCheckに設定してもチェックボックスが表示されません。\r\n\r\nDelphi自体、詳しくわからない者ですので、使用方法に誤りがあるかもしれませんが、\r\nチェックボックスの配置をお教えいただけませんでしょうか？\r\n\r\n以上、ご回答よろしくお願いいたします。\r\n[/p][/QUOTE]\r\n\r\nチェックボックスは FieldName が論理型(BOOL)フィールドを示していないと設定できません。\r\n論理型フィールドにてご使用ください。','text',0,60,'203.180.232.99','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (26,4,0,1,'カズ','1193033550','1193033550',27,null,'','JDBGridインストールに関する問題','カズといいます。よろしくお願いします。\r\njdbgrid（delphi5用　ファイル名jdbgrid5-327-2.lzh）\r\nをdelphi5に貴ホームページにあるように\r\nソースのないコンポーネントのインストール方法でインストールしようとすると\r\n「長すぎたため切り捨てられた行があります」というエラーが表示されます。無視して\r\nインストールすると、インストールしても\r\ndata controll のところにこのコンポーネントのアイコンが表示されせん。\r\nどのようにしたら正しくインストールできるか教えていただきたいのですが。\r\nこのコンポーネントはとても便利そうなのでぜひ使用させていただきたいと思いますのでよろしくお願いします。\r\n','html',1,1793,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (22,2,8,3,'くろねこ','1188562952',null,0,null,'','書き込み: bbcode テスト','投稿者名が文字化けするか？\r\n\r\n[QUOTE][u]Quote by: Admin[/u][p][b]ボールド[/b]\r\n[i]イタリック[/i]\r\n[u]アンダーバー[/u]\r\n[quote]引用[/quote]\r\n[code]source code[/code]\r\n[list][*]1[*]2\r\n[*]3\r\n[/list]\r\n[list=1][*]1[*]1-1\r\n[*]2[/list][/p][/QUOTE]','html',0,0,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (23,2,0,3,'くろねこ','1188562994','1188562994',0,null,'','投稿者名文字化けテスト','テスト','html',0,1122,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (24,2,0,3,'くろねこ','1188563055','1188563055',0,null,'','投稿者名文字化けテスト(修正後)','テストだよ','html',0,1089,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (25,2,8,3,'くろねこ','1188563130',null,0,null,'','書き込み: bbcode テスト','投稿者名文字化けテスト(修正後)\r\n[QUOTE][u]Quote by: Admin[/u][p][b]ボールド[/b]\r\n[i]イタリック[/i]\r\n[u]アンダーバー[/u]\r\n[quote]引用[/quote]\r\n[code]source code[/code]\r\n[list][*]1[*]2\r\n[*]3\r\n[/list]\r\n[list=1][*]1[*]1-1\r\n[*]2[/list][/p][/QUOTE]','html',0,0,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (27,4,26,3,'くろねこ','1193137617',null,0,null,'','書き込み: JDBGridインストールに関する問題','くろねこです。\r\n本日、実際にサイトからダウンロードしてインストールして確認しました。\r\n私の環境では特に問題を認められませんでした。(ソースコードのディレクトリをリネームしただけなので対応が不十分？)\r\n[QUOTE][p]ソースのないコンポーネントのインストール方法でインストールしようとすると\r\n「長すぎたため切り捨てられた行があります」というエラーが表示されます。[/p][/QUOTE]\r\nと表示がされるのは、もしかするとお使いのDelphi5に最終までのUpdateが導入されていないからかもしれません。\r\nUpdateの確認をしようとしたのですが、コードギアからアップデートのダウンロードぺージを見つけることが出来ませんでした。\r\n\r\nお使いのDelphi5のアップデートを確認してください。\r\n\r\n以上、よろしくお願いいたします。','html',0,0,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (28,4,0,40,'hirokun','1193233427','1193329296',32,null,'','JDBGrid Delph7用','JDBGrid Delph7用をダウンロードして使おうと思うのですが\r\n\r\nFocusedRecordColorChange\r\nFocusRecordColorChange\r\n\r\nなどが有効に機能していないようなのですが\r\nもちろんFocusedRecordColorの指定はしてあります。\r\n\r\n解決策がありましたらご教授お願いいたします\r\n\r\n\r\n\r\n\r\n','html',4,2831,'219.160.254.169','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (29,4,28,1,'hirokun','1193281271',null,0,null,'','書き込み: JDBGrid Delph7用','[QUOTE][u]Quote by: hirokun[/u][p]JDBGrid Delph7用をダウンロードして使おうと思うのですが\r\n\r\n補足\r\nFocusedRecordColorChange\r\nFocusRecordColorChange\r\n\r\nはTrueにしてあります\r\nよろしくお願いいたします\r\n\r\n\r\n\r\n\r\n[/p][/QUOTE]','html',0,0,'219.160.254.169','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (30,4,28,3,'くろねこ','1193308496',null,0,null,'','書き込み: JDBGrid Delph7用','くろねこです。\r\n\r\n以前開発していたパソコンを久々に起動しました。\r\nテストしていたプログラムのプロパティをいじって確認してみたのですが、設計時には動いていたのですが、実行時には正常に動かなくなってました :cry: \r\n\r\nプロパティの読み込み順序がどこかで狂ってしまったようです :x \r\n\r\n修正して再リリースを行いますが、それまでの間だ以下の方法で回避していただけますと幸いです。\r\n\r\nJDBGridが追加されたフォームのOnShowイベントにて\r\nFocusedRecordColor と FocusedRecordColorChange を設定してください。\r\nもしくは必要なところで上記プロパティを変更していただくことで対応可能だと思います。\r\n\r\n以上、よろしくお願いいたします。','html',0,0,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (31,4,28,3,'くろねこ','1193326127',null,0,null,'','書き込み: JDBGrid Delph7用','くろねこです。\r\n\r\n問題を修正した JDBGrid v3.2.11 をリリースしました。 :D \r\n\r\nご確認しただけましたら幸いです。\r\n\r\n以上、よろしくお願いいたします。','html',0,0,'58.147.224.158','',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (32,4,28,1,'hirokun','1193329296',null,0,null,'','書き込み: JDBGrid Delph7用','バッチリです\r\n早々と対応ありがとうございます。\r\nなんとお礼を言っていいのか　m(_ _)m　m(_ _)m','html',0,0,'219.160.254.169','happy',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (33,1,0,41,'くろ','1195662625','1195662625',0,null,'','ありがとうございました','プログラミングＦＡＱからためになる情報を頂きました。\r\nありがとうございます！ ^-^','html',0,1528,'211.1.105.178','angelic',0,0,0);
INSERT INTO `bc_forum_topic`VALUES (34,2,0,3,'くろねこ','1197559417','1197559417',0,null,'','投稿テスト','書き込みできるかな？','html',0,1585,'58.147.224.158','',0,0,0);

--
-- Table structure for table `bc_forum_userinfo`
--

DROP TABLE IF EXISTS `bc_forum_userinfo`;

CREATE TABLE `bc_forum_userinfo` (
  `uid` mediumint(8) NOT NULL DEFAULT 0,
  `location` varchar(128) NOT NULL DEFAULT '',
  `aim` varchar(128) NOT NULL DEFAULT '',
  `icq` varchar(128) NOT NULL DEFAULT '',
  `yim` varchar(128) NOT NULL DEFAULT '',
  `msnm` varchar(128) NOT NULL DEFAULT '',
  `interests` varchar(255) NOT NULL DEFAULT '',
  `occupation` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Forum Extra User Profile Information';

--
-- Dumping data for table `bc_forum_userinfo`
--

INSERT INTO `bc_forum_userinfo`VALUES (5,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (2,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (6,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (7,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (8,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (9,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (10,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (11,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (12,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (13,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (14,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (15,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (16,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (17,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (18,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (19,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (20,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (21,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (22,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (23,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (24,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (4,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (25,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (3,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (26,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (27,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (31,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (28,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (30,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (29,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (32,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (33,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (34,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (35,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (36,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (37,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (38,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (39,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (40,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (41,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (42,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (43,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (44,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (48,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (47,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (46,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (45,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (49,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (50,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (51,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (52,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (53,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (54,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (55,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (56,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (57,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (58,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (59,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (60,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (61,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (62,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (63,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (64,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (65,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (66,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (67,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (68,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (69,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (70,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (71,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (72,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (73,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (74,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (75,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (76,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (77,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (78,'','','','','','','');
INSERT INTO `bc_forum_userinfo`VALUES (79,'','','','','','','');

--
-- Table structure for table `bc_forum_userprefs`
--

DROP TABLE IF EXISTS `bc_forum_userprefs`;

CREATE TABLE `bc_forum_userprefs` (
  `uid` mediumint(8) NOT NULL DEFAULT 0,
  `topicsperpage` int(3) NOT NULL DEFAULT 5,
  `postsperpage` int(3) NOT NULL DEFAULT 5,
  `popularlimit` int(3) NOT NULL DEFAULT 10,
  `messagesperpage` int(3) NOT NULL DEFAULT 20,
  `searchlines` int(3) NOT NULL DEFAULT 20,
  `viewanonposts` tinyint(1) NOT NULL DEFAULT 1,
  `enablenotify` tinyint(1) NOT NULL DEFAULT 1,
  `alwaysnotify` tinyint(1) NOT NULL DEFAULT 0,
  `membersperpage` int(3) NOT NULL DEFAULT 20,
  `showiframe` tinyint(1) NOT NULL DEFAULT 1,
  `notify_once` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_forum_userprefs`
--

INSERT INTO `bc_forum_userprefs`VALUES (3,5,5,10,20,20,1,0,1,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (4,5,5,10,20,20,1,0,1,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (2,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (11,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (22,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (23,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (24,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (25,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (60,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (45,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (37,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (66,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (67,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (68,5,5,10,20,20,1,1,0,20,1,0);
INSERT INTO `bc_forum_userprefs`VALUES (71,5,5,10,20,20,1,1,0,20,1,0);

--
-- Table structure for table `bc_forum_watch`
--

DROP TABLE IF EXISTS `bc_forum_watch`;

CREATE TABLE `bc_forum_watch` (
  `id` mediumint(8) NOT NULL AUTO_INCREMENT,
  `forum_id` mediumint(8) NOT NULL DEFAULT 0,
  `topic_id` mediumint(8) NOT NULL DEFAULT 0,
  `uid` mediumint(8) NOT NULL DEFAULT 0,
  `date_added` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id`),
  KEY `uid` (`uid`),
  KEY `forum_id` (`forum_id`),
  KEY `topic_id` (`topic_id`)
) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_forum_watch`
--

INSERT INTO `bc_forum_watch`VALUES (1,1,1,3,'2007-02-06');
INSERT INTO `bc_forum_watch`VALUES (2,2,2,3,'2007-02-06');
INSERT INTO `bc_forum_watch`VALUES (3,3,3,3,'2007-02-06');
INSERT INTO `bc_forum_watch`VALUES (4,15,14,3,'2007-02-13');
INSERT INTO `bc_forum_watch`VALUES (6,4,10,25,'2007-02-28');
INSERT INTO `bc_forum_watch`VALUES (7,4,10,3,'2007-03-01');
INSERT INTO `bc_forum_watch`VALUES (8,4,10,25,'2007-03-01');
INSERT INTO `bc_forum_watch`VALUES (9,4,10,3,'2007-03-01');
INSERT INTO `bc_forum_watch`VALUES (10,4,10,25,'2007-03-02');
INSERT INTO `bc_forum_watch`VALUES (11,4,10,3,'2007-03-02');
INSERT INTO `bc_forum_watch`VALUES (12,4,10,3,'2007-03-05');
INSERT INTO `bc_forum_watch`VALUES (13,4,10,25,'2007-03-05');
INSERT INTO `bc_forum_watch`VALUES (14,4,10,3,'2007-03-05');
INSERT INTO `bc_forum_watch`VALUES (15,4,3,3,'2007-03-16');
INSERT INTO `bc_forum_watch`VALUES (16,4,20,31,'2007-06-16');
INSERT INTO `bc_forum_watch`VALUES (17,2,8,3,'2007-08-31');
INSERT INTO `bc_forum_watch`VALUES (18,2,23,3,'2007-08-31');
INSERT INTO `bc_forum_watch`VALUES (19,2,24,3,'2007-08-31');
INSERT INTO `bc_forum_watch`VALUES (20,2,8,3,'2007-08-31');
INSERT INTO `bc_forum_watch`VALUES (21,4,26,3,'2007-10-23');
INSERT INTO `bc_forum_watch`VALUES (22,4,28,40,'2007-10-24');
INSERT INTO `bc_forum_watch`VALUES (23,4,28,3,'2007-10-25');
INSERT INTO `bc_forum_watch`VALUES (24,4,28,3,'2007-10-26');
INSERT INTO `bc_forum_watch`VALUES (25,2,34,3,'2007-12-14');

--
-- Table structure for table `bc_frontpagecodes`
--

DROP TABLE IF EXISTS `bc_frontpagecodes`;

CREATE TABLE `bc_frontpagecodes` (
  `code` tinyint(4) NOT NULL DEFAULT 0,
  `name` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_frontpagecodes`
--

INSERT INTO `bc_frontpagecodes`VALUES (1,'ホームにも表示する');
INSERT INTO `bc_frontpagecodes`VALUES (0,'各話題にのみ表示する');

--
-- Table structure for table `bc_group_assignments`
--

DROP TABLE IF EXISTS `bc_group_assignments`;

CREATE TABLE `bc_group_assignments` (
  `ug_main_grp_id` mediumint(8) NOT NULL DEFAULT 0,
  `ug_uid` mediumint(8) unsigned DEFAULT NULL,
  `ug_grp_id` mediumint(8) unsigned DEFAULT NULL,
  KEY `group_assignments_ug_main_grp_id` (`ug_main_grp_id`),
  KEY `group_assignments_ug_uid` (`ug_uid`),
  KEY `ug_main_grp_id` (`ug_main_grp_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_group_assignments`
--

INSERT INTO `bc_group_assignments`VALUES (2,1,null);
INSERT INTO `bc_group_assignments`VALUES (2,null,1);
INSERT INTO `bc_group_assignments`VALUES (3,null,1);
INSERT INTO `bc_group_assignments`VALUES (4,null,1);
INSERT INTO `bc_group_assignments`VALUES (6,null,1);
INSERT INTO `bc_group_assignments`VALUES (9,null,1);
INSERT INTO `bc_group_assignments`VALUES (10,null,1);
INSERT INTO `bc_group_assignments`VALUES (11,null,1);
INSERT INTO `bc_group_assignments`VALUES (75,null,1);
INSERT INTO `bc_group_assignments`VALUES (13,2,null);
INSERT INTO `bc_group_assignments`VALUES (2,null,12);
INSERT INTO `bc_group_assignments`VALUES (2,null,10);
INSERT INTO `bc_group_assignments`VALUES (2,null,9);
INSERT INTO `bc_group_assignments`VALUES (2,null,8);
INSERT INTO `bc_group_assignments`VALUES (2,null,7);
INSERT INTO `bc_group_assignments`VALUES (2,null,6);
INSERT INTO `bc_group_assignments`VALUES (2,null,5);
INSERT INTO `bc_group_assignments`VALUES (2,null,4);
INSERT INTO `bc_group_assignments`VALUES (2,null,3);
INSERT INTO `bc_group_assignments`VALUES (12,null,1);
INSERT INTO `bc_group_assignments`VALUES (9,null,11);
INSERT INTO `bc_group_assignments`VALUES (2,null,11);
INSERT INTO `bc_group_assignments`VALUES (12,2,null);
INSERT INTO `bc_group_assignments`VALUES (11,2,null);
INSERT INTO `bc_group_assignments`VALUES (10,2,null);
INSERT INTO `bc_group_assignments`VALUES (9,2,null);
INSERT INTO `bc_group_assignments`VALUES (6,2,null);
INSERT INTO `bc_group_assignments`VALUES (82,null,1);
INSERT INTO `bc_group_assignments`VALUES (4,2,null);
INSERT INTO `bc_group_assignments`VALUES (3,2,null);
INSERT INTO `bc_group_assignments`VALUES (63,null,1);
INSERT INTO `bc_group_assignments`VALUES (6,null,28);
INSERT INTO `bc_group_assignments`VALUES (22,3,null);
INSERT INTO `bc_group_assignments`VALUES (23,3,null);
INSERT INTO `bc_group_assignments`VALUES (9,3,null);
INSERT INTO `bc_group_assignments`VALUES (6,3,null);
INSERT INTO `bc_group_assignments`VALUES (3,3,null);
INSERT INTO `bc_group_assignments`VALUES (62,null,1);
INSERT INTO `bc_group_assignments`VALUES (10,315,null);
INSERT INTO `bc_group_assignments`VALUES (61,null,1);
INSERT INTO `bc_group_assignments`VALUES (19,null,1);
INSERT INTO `bc_group_assignments`VALUES (2,2,null);
INSERT INTO `bc_group_assignments`VALUES (1,3,null);
INSERT INTO `bc_group_assignments`VALUES (28,null,1);
INSERT INTO `bc_group_assignments`VALUES (70,null,1);
INSERT INTO `bc_group_assignments`VALUES (21,null,1);
INSERT INTO `bc_group_assignments`VALUES (22,null,1);
INSERT INTO `bc_group_assignments`VALUES (13,3,null);
INSERT INTO `bc_group_assignments`VALUES (72,null,1);
INSERT INTO `bc_group_assignments`VALUES (78,315,null);
INSERT INTO `bc_group_assignments`VALUES (23,null,1);
INSERT INTO `bc_group_assignments`VALUES (1,2,null);
INSERT INTO `bc_group_assignments`VALUES (13,null,22);
INSERT INTO `bc_group_assignments`VALUES (13,null,21);
INSERT INTO `bc_group_assignments`VALUES (22,null,21);
INSERT INTO `bc_group_assignments`VALUES (24,null,1);
INSERT INTO `bc_group_assignments`VALUES (19,3,null);
INSERT INTO `bc_group_assignments`VALUES (36,315,null);
INSERT INTO `bc_group_assignments`VALUES (23,315,null);
INSERT INTO `bc_group_assignments`VALUES (9,315,null);
INSERT INTO `bc_group_assignments`VALUES (19,2,null);
INSERT INTO `bc_group_assignments`VALUES (12,315,null);
INSERT INTO `bc_group_assignments`VALUES (60,null,1);
INSERT INTO `bc_group_assignments`VALUES (21,2,null);
INSERT INTO `bc_group_assignments`VALUES (22,2,null);
INSERT INTO `bc_group_assignments`VALUES (23,2,null);
INSERT INTO `bc_group_assignments`VALUES (24,2,null);
INSERT INTO `bc_group_assignments`VALUES (53,315,null);
INSERT INTO `bc_group_assignments`VALUES (44,315,null);
INSERT INTO `bc_group_assignments`VALUES (4,3,null);
INSERT INTO `bc_group_assignments`VALUES (43,315,null);
INSERT INTO `bc_group_assignments`VALUES (4,315,null);
INSERT INTO `bc_group_assignments`VALUES (80,null,1);
INSERT INTO `bc_group_assignments`VALUES (13,315,null);
INSERT INTO `bc_group_assignments`VALUES (62,315,null);
INSERT INTO `bc_group_assignments`VALUES (60,315,null);
INSERT INTO `bc_group_assignments`VALUES (2,3,null);
INSERT INTO `bc_group_assignments`VALUES (3,null,28);
INSERT INTO `bc_group_assignments`VALUES (83,null,1);
INSERT INTO `bc_group_assignments`VALUES (36,null,1);
INSERT INTO `bc_group_assignments`VALUES (38,null,1);
INSERT INTO `bc_group_assignments`VALUES (39,null,1);
INSERT INTO `bc_group_assignments`VALUES (40,null,1);
INSERT INTO `bc_group_assignments`VALUES (43,null,1);
INSERT INTO `bc_group_assignments`VALUES (44,null,1);
INSERT INTO `bc_group_assignments`VALUES (21,3,null);
INSERT INTO `bc_group_assignments`VALUES (28,315,null);
INSERT INTO `bc_group_assignments`VALUES (81,null,1);
INSERT INTO `bc_group_assignments`VALUES (24,315,null);
INSERT INTO `bc_group_assignments`VALUES (3,315,null);
INSERT INTO `bc_group_assignments`VALUES (6,315,null);
INSERT INTO `bc_group_assignments`VALUES (75,315,null);
INSERT INTO `bc_group_assignments`VALUES (61,315,null);
INSERT INTO `bc_group_assignments`VALUES (77,315,null);
INSERT INTO `bc_group_assignments`VALUES (39,315,null);
INSERT INTO `bc_group_assignments`VALUES (80,315,null);
INSERT INTO `bc_group_assignments`VALUES (1,315,null);
INSERT INTO `bc_group_assignments`VALUES (83,315,null);
INSERT INTO `bc_group_assignments`VALUES (11,315,null);
INSERT INTO `bc_group_assignments`VALUES (19,315,null);
INSERT INTO `bc_group_assignments`VALUES (53,null,1);
INSERT INTO `bc_group_assignments`VALUES (55,null,1);
INSERT INTO `bc_group_assignments`VALUES (81,315,null);
INSERT INTO `bc_group_assignments`VALUES (82,315,null);
INSERT INTO `bc_group_assignments`VALUES (63,315,null);
INSERT INTO `bc_group_assignments`VALUES (70,315,null);
INSERT INTO `bc_group_assignments`VALUES (72,315,null);
INSERT INTO `bc_group_assignments`VALUES (2,315,null);
INSERT INTO `bc_group_assignments`VALUES (78,null,1);
INSERT INTO `bc_group_assignments`VALUES (77,null,1);

--
-- Table structure for table `bc_groups`
--

DROP TABLE IF EXISTS `bc_groups`;

CREATE TABLE `bc_groups` (
  `grp_id` mediumint(8) NOT NULL AUTO_INCREMENT,
  `grp_name` varchar(50) NOT NULL DEFAULT '',
  `grp_descr` varchar(255) NOT NULL DEFAULT '',
  `grp_gl_core` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `grp_default` tinyint(1) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`grp_id`),
  UNIQUE KEY `grp_name` (`grp_name`)
) ENGINE=MyISAM AUTO_INCREMENT=84 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_groups`
--

INSERT INTO `bc_groups`VALUES (1,'Root','サイト管理者',1,0);
INSERT INTO `bc_groups`VALUES (2,'All Users','すべてのユーザー',1,0);
INSERT INTO `bc_groups`VALUES (3,'Story Admin','記事管理者',1,0);
INSERT INTO `bc_groups`VALUES (4,'Block Admin','ブロック管理者',1,0);
INSERT INTO `bc_groups`VALUES (6,'Topic Admin','話題管理者',1,0);
INSERT INTO `bc_groups`VALUES (9,'User Admin','ユーザー管理者',1,0);
INSERT INTO `bc_groups`VALUES (10,'Plugin Admin','プラグイン管理者',1,0);
INSERT INTO `bc_groups`VALUES (11,'Group Admin','グループ管理者兼ユーザー管理者',1,0);
INSERT INTO `bc_groups`VALUES (12,'Mail Admin','メール管理者',1,0);
INSERT INTO `bc_groups`VALUES (13,'Logged-in Users','すべての登録ユーザー',1,0);
INSERT INTO `bc_groups`VALUES (16,'Remote Users','リモートユーザー',1,0);
INSERT INTO `bc_groups`VALUES (19,'forum Admin','掲示板管理者',0,0);
INSERT INTO `bc_groups`VALUES (21,'XO Party','ゼネピックくろねこパーティメンバ',0,0);
INSERT INTO `bc_groups`VALUES (22,'XO Friends','ゼネピックフレンド',0,0);
INSERT INTO `bc_groups`VALUES (23,'userconfig Admin','Users in this group can administer the userconfig plugin',0,0);
INSERT INTO `bc_groups`VALUES (24,'Syndication Admin','フィード管理者',1,0);
INSERT INTO `bc_groups`VALUES (28,'ブログ編集グループ','ブログ編集グループ',0,0);
INSERT INTO `bc_groups`VALUES (82,'Filemanager Admin','Has full access to File Manager',1,0);
INSERT INTO `bc_groups`VALUES (36,'Webservices Users','WebサービスAPIユーザー',0,0);
INSERT INTO `bc_groups`VALUES (39,'Sitemap Admin','サイトマップ管理者',0,0);
INSERT INTO `bc_groups`VALUES (43,'Comment Admin','コメント管理者',1,0);
INSERT INTO `bc_groups`VALUES (44,'Comment Submitters','コメント承認者',0,0);
INSERT INTO `bc_groups`VALUES (46,'Calendar Admin','カレンダー管理者',0,0);
INSERT INTO `bc_groups`VALUES (53,'Configuration Admin','コンフィギュレーション管理者',1,0);
INSERT INTO `bc_groups`VALUES (60,'Japanize Admin','日本語化管理者',0,0);
INSERT INTO `bc_groups`VALUES (61,'Static Page Admin','静的ページ管理者',0,0);
INSERT INTO `bc_groups`VALUES (62,'Links Admin','リンク管理者',0,0);
INSERT INTO `bc_groups`VALUES (63,'Dbman Admin','Dbmanプラグイン管理者',0,0);
INSERT INTO `bc_groups`VALUES (64,'XMLSitemap Admin','Has full access to XMLSitemap features',0,0);
INSERT INTO `bc_groups`VALUES (69,'CustomMenu Admin','カスタムメニュー管理者',0,0);
INSERT INTO `bc_groups`VALUES (70,'Dataproxy Admin','DataProxyプラグイン管理者',0,0);
INSERT INTO `bc_groups`VALUES (71,'Mycaljp Admin','Mycaljp管理者',0,0);
INSERT INTO `bc_groups`VALUES (72,'Autotags Admin','Autotagsプラグイン管理者',0,0);
INSERT INTO `bc_groups`VALUES (81,'filemgmt Admin','Users in this group can administer the filemgmt plugin',0,0);
INSERT INTO `bc_groups`VALUES (80,'Theme Editor Admin','Users in this group can administer the Theme Editor plugin',0,0);
INSERT INTO `bc_groups`VALUES (75,'TinyMCE Admin','Users in this group can administer the TinyMCE plugin',0,0);
INSERT INTO `bc_groups`VALUES (78,'nmoxtopicown Admin','Users in this group can administer the nmoxtopicown plugin',0,0);
INSERT INTO `bc_groups`VALUES (77,'spamx Admin','Users in this group can administer the Spam-X plugin',0,0);
INSERT INTO `bc_groups`VALUES (83,'Polls Admin','Has full access to Polls features',0,0);

--
-- Table structure for table `bc_linkcategories`
--

DROP TABLE IF EXISTS `bc_linkcategories`;

CREATE TABLE `bc_linkcategories` (
  `cid` varchar(32) NOT NULL,
  `pid` varchar(32) NOT NULL,
  `category` varchar(32) NOT NULL,
  `description` text DEFAULT NULL,
  `tid` varchar(20) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  PRIMARY KEY (`cid`),
  KEY `links_pid` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_linkcategories`
--

INSERT INTO `bc_linkcategories`VALUES ('site','root','Root','Website root','','2012-10-23 00:41:19','2012-10-23 00:41:19',2,62,3,3,2,2);
INSERT INTO `bc_linkcategories`VALUES ('geeklog-sites','site','Geeklog Sites','Geeklog関係のサイト',null,'2012-10-23 00:41:19','2012-10-23 00:41:19',2,62,3,3,2,2);
INSERT INTO `bc_linkcategories`VALUES ('Link_Tools','site','ツール','くろねこが見つけたいろいろなツール','all','2015-05-22 09:19:37','2015-05-22 09:19:37',3,62,3,2,2,2);

--
-- Table structure for table `bc_links`
--

DROP TABLE IF EXISTS `bc_links`;

CREATE TABLE `bc_links` (
  `lid` varchar(40) NOT NULL DEFAULT '',
  `cid` varchar(32) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `title` varchar(96) DEFAULT NULL,
  `hits` int(11) NOT NULL DEFAULT 0,
  `date` datetime DEFAULT NULL,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  PRIMARY KEY (`lid`),
  KEY `links_category` (`cid`),
  KEY `links_date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_links`
--

INSERT INTO `bc_links`VALUES ('geeklog.net','geeklog-sites','http://www.geeklog.net/','Visit the Geeklog homepage for support, FAQs, updates, add-ons, and a great community.','Geeklog Project Homepage',1145,'2012-10-23 00:41:19',1,62,3,3,2,2);
INSERT INTO `bc_links`VALUES ('geeklog.jp','geeklog-sites','http://www.geeklog.jp/','Geeklog日本公式サイト','Geeklog Japanese',952,'2013-06-30 22:45:13',1,62,3,3,2,2);
INSERT INTO `bc_links`VALUES ('ProcessMonitor','site','https://technet.microsoft.com/ja-jp/sysinternals/bb896645.aspx','Process Monitor はプロセスが行った処理 (ファイル システム、レジストリ、プロセスおよびスレッドの活動) をリアルタイムで表示するツールです。そのため、 Process Monitor はシステムのトラブルシューティングやマルウェア検出などに役立てることができます。','Process Monitor',1200,'2015-05-22 09:20:03',3,62,3,2,2,2);

--
-- Table structure for table `bc_linksubmission`
--

DROP TABLE IF EXISTS `bc_linksubmission`;

CREATE TABLE `bc_linksubmission` (
  `lid` varchar(40) NOT NULL DEFAULT '',
  `cid` varchar(32) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `title` varchar(96) DEFAULT NULL,
  `hits` int(11) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`lid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_linksubmission`
--


--
-- Table structure for table `bc_maillist`
--

DROP TABLE IF EXISTS `bc_maillist`;

CREATE TABLE `bc_maillist` (
  `code` int(1) NOT NULL DEFAULT 0,
  `name` char(32) DEFAULT NULL,
  PRIMARY KEY (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_maillist`
--

INSERT INTO `bc_maillist`VALUES (0,'メールダイジェストを送信しない');
INSERT INTO `bc_maillist`VALUES (1,'メールダイジェストを送信する');

--
-- Table structure for table `bc_menuitems`
--

DROP TABLE IF EXISTS `bc_menuitems`;

CREATE TABLE `bc_menuitems` (
  `mid` varchar(40) NOT NULL DEFAULT '',
  `pmid` varchar(40) NOT NULL DEFAULT '',
  `is_enabled` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `type` varchar(20) NOT NULL DEFAULT 'custom',
  `mode` varchar(20) NOT NULL DEFAULT 'fixation',
  `label` varchar(48) DEFAULT NULL,
  `label_var` varchar(48) DEFAULT NULL,
  `php_function` varchar(48) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `icon_url` varchar(255) DEFAULT NULL,
  `class_name` varchar(48) DEFAULT NULL,
  `tid` varchar(20) NOT NULL DEFAULT 'all',
  `menuorder` smallint(5) unsigned NOT NULL DEFAULT 1,
  `pattern` varchar(255) DEFAULT NULL,
  `is_preg` tinyint(1) NOT NULL DEFAULT 0,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  PRIMARY KEY (`mid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_menuitems`
--

INSERT INTO `bc_menuitems`VALUES ('home','',1,'gldefault','variable','ホーム','LANG01[90]',null,'[site_url]/',null,null,'all',10,null,0,2,69,3,2,2,2);
INSERT INTO `bc_menuitems`VALUES ('contribute','',1,'gldefault','php','記事投稿','LANG01[71]','phpmenuitem_contribute','[site_url]/submit.php?type=story',null,null,'all',20,null,0,2,69,3,2,2,2);
INSERT INTO `bc_menuitems`VALUES ('search','',1,'gldefault','variable','検索オプション','LANG01[75]',null,'[site_url]/search.php',null,null,'all',30,null,0,2,69,3,2,2,2);
INSERT INTO `bc_menuitems`VALUES ('stats','',1,'gldefault','variable','サイト情報','LANG01[76]',null,'[site_url]/stats.php',null,null,'all',40,null,0,2,69,3,2,2,2);
INSERT INTO `bc_menuitems`VALUES ('directory','',1,'gldefault','variable','記事一覧','LANG01[117]',null,'[site_url]/directory.php',null,null,'all',50,null,0,2,69,3,2,2,2);
INSERT INTO `bc_menuitems`VALUES ('prefs','',1,'gldefault','variable','マイアカウント','LANG01[48]',null,'[site_url]/usersettings.php?mode=edit',null,null,'all',60,null,0,2,69,3,2,2,0);
INSERT INTO `bc_menuitems`VALUES ('login','',1,'custom','php','ログイン','','phpmenuitem_login','',null,null,'all',70,null,0,2,69,3,2,2,2);
INSERT INTO `bc_menuitems`VALUES ('links','',1,'plugin','fixation','リンク','',null,'http://www.blackcat.xyz/links/index.php','',null,'all',80,'',0,2,69,3,2,2,2);
INSERT INTO `bc_menuitems`VALUES ('filemgmt','',1,'custom','fixation','ダウンロード',null,null,'[site_url]/filemgmt/index.php',null,null,'all',55,null,0,1,1,3,2,2,2);

--
-- Table structure for table `bc_personal_events`
--

DROP TABLE IF EXISTS `bc_personal_events`;

CREATE TABLE `bc_personal_events` (
  `eid` varchar(20) NOT NULL DEFAULT '',
  `title` varchar(128) DEFAULT NULL,
  `event_type` varchar(40) NOT NULL DEFAULT '',
  `datestart` date DEFAULT NULL,
  `dateend` date DEFAULT NULL,
  `address1` varchar(40) DEFAULT NULL,
  `address2` varchar(40) DEFAULT NULL,
  `city` varchar(60) DEFAULT NULL,
  `state` varchar(40) DEFAULT NULL,
  `zipcode` varchar(16) DEFAULT NULL,
  `allday` tinyint(1) NOT NULL DEFAULT 0,
  `url` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `postmode` varchar(10) NOT NULL DEFAULT 'plaintext',
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `uid` mediumint(8) NOT NULL DEFAULT 0,
  `location` varchar(128) DEFAULT NULL,
  `timestart` time DEFAULT NULL,
  `timeend` time DEFAULT NULL,
  PRIMARY KEY (`eid`,`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_personal_events`
--


--
-- Table structure for table `bc_pingservice`
--

DROP TABLE IF EXISTS `bc_pingservice`;

CREATE TABLE `bc_pingservice` (
  `pid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(128) DEFAULT NULL,
  `ping_url` varchar(255) DEFAULT NULL,
  `site_url` varchar(255) DEFAULT NULL,
  `method` varchar(80) DEFAULT NULL,
  `is_enabled` tinyint(1) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`pid`),
  KEY `pingservice_is_enabled` (`is_enabled`)
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_pingservice`
--

INSERT INTO `bc_pingservice`VALUES (31,'BlogPeople','http://www.blogpeople.net/servlet/weblogUpdates','http://www.blogpeople.net/','weblogUpdates.ping',1);
INSERT INTO `bc_pingservice`VALUES (32,'ping.bloggers.jp','http://ping.bloggers.jp/rpc/','http://ping.bloggers.jp/','weblogUpdates.ping',1);
INSERT INTO `bc_pingservice`VALUES (33,'ドリコムRSS','http://ping.rss.drecom.jp/','http://rss.drecom.jp/','weblogUpdates.ping',1);
INSERT INTO `bc_pingservice`VALUES (11,'ココログ','http://ping.cocolog-nifty.com/xmlrpc','http://ping.cocolog-nifty.com/','weblogUpdates.ping',0);
INSERT INTO `bc_pingservice`VALUES (34,'ｇoo　ブログ','http://blog.goo.ne.jp/XMLRPC','http://blog.goo.ne.jp/','weblogUpdates.ping',1);
INSERT INTO `bc_pingservice`VALUES (13,'exciteブログ','http://ping.exblog.jp/xmlrpc','http://exblog.jp/','weblogUpdates.ping',0);
INSERT INTO `bc_pingservice`VALUES (14,'FC2','http://ping.fc2.com','http://www.fc2.com','weblogUpdates.ping',1);
INSERT INTO `bc_pingservice`VALUES (35,'Googleブログ検索','http://blogsearch.google.co.jp/ping/RPC2','http://blogsearch.google.co.jp/','weblogUpdates.extendedPing',1);
INSERT INTO `bc_pingservice`VALUES (24,'テクノラティ','http://rpc.technorati.jp/rpc/ping','http://www.technorati.jp/','weblogUpdates.ping',1);

--
-- Table structure for table `bc_plugins`
--

DROP TABLE IF EXISTS `bc_plugins`;

CREATE TABLE `bc_plugins` (
  `pi_name` varchar(30) NOT NULL DEFAULT '',
  `pi_version` varchar(20) NOT NULL DEFAULT '',
  `pi_gl_version` varchar(20) NOT NULL DEFAULT '',
  `pi_enabled` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `pi_homepage` varchar(128) NOT NULL DEFAULT '',
  `pi_load` smallint(5) unsigned NOT NULL DEFAULT 10000,
  PRIMARY KEY (`pi_name`),
  KEY `plugins_enabled` (`pi_enabled`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_plugins`
--

INSERT INTO `bc_plugins`VALUES ('japanize','2.0.1','2.0.0',0,'http://www.geeklog.jp/filemgmt/index.php?id=340',10);
INSERT INTO `bc_plugins`VALUES ('staticpages','1.6.6','2.1.0',1,'http://www.geeklog.net/',20);
INSERT INTO `bc_plugins`VALUES ('links','2.1.3','2.1.0',1,'http://www.geeklog.net/',30);
INSERT INTO `bc_plugins`VALUES ('dbman','0.7.2','1.6.0',1,'http://mystral-kk.net/',40);
INSERT INTO `bc_plugins`VALUES ('xmlsitemap','1.0.1','1.8.0',0,'http://www.geeklog.net/',50);
INSERT INTO `bc_plugins`VALUES ('custommenu','0.7.0','2.0.0',1,'http://www.trybase.com/~dengen/log/',60);
INSERT INTO `bc_plugins`VALUES ('dataproxy','2.0.0','1.6.0',1,'http://mystral-kk.net/',70);
INSERT INTO `bc_plugins`VALUES ('mycaljp','2.2.0','2.0.0',1,'http://www.trybase.com/~dengen/log/',80);
INSERT INTO `bc_plugins`VALUES ('autotags','1.1.1','1.8.0',1,'http://www.geeklog.net/',90);
INSERT INTO `bc_plugins`VALUES ('captcha','4.0.2','1.4.1',0,'http://hiroron.com/',100);
INSERT INTO `bc_plugins`VALUES ('tinymce','0.4.7','1.6.0',1,'http://mystral-kk.net/',110);
INSERT INTO `bc_plugins`VALUES ('spamx','1.3.0','1.8.0',0,'http://www.geeklog.net/',120);
INSERT INTO `bc_plugins`VALUES ('nmoxtopicown','1.0.12','1.4.1',1,'http://nmox.com/',130);
INSERT INTO `bc_plugins`VALUES ('themedit','1.1.3','1.6.0',1,'http://mystral-kk.net/',140);
INSERT INTO `bc_plugins`VALUES ('filemgmt','1.6.0.jp3','1.6.0',1,'http://www.geeklog.jp/',150);
INSERT INTO `bc_plugins`VALUES ('polls','2.1.5','2.1.0',1,'http://www.geeklog.net/',160);

--
-- Table structure for table `bc_pollanswers`
--

DROP TABLE IF EXISTS `bc_pollanswers`;

CREATE TABLE `bc_pollanswers` (
  `pid` varchar(128) NOT NULL DEFAULT '',
  `qid` mediumint(9) NOT NULL DEFAULT 0,
  `aid` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `answer` varchar(255) DEFAULT NULL,
  `votes` mediumint(8) unsigned DEFAULT NULL,
  `remark` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`pid`,`qid`,`aid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_pollanswers`
--


--
-- Table structure for table `bc_pollquestions`
--

DROP TABLE IF EXISTS `bc_pollquestions`;

CREATE TABLE `bc_pollquestions` (
  `qid` mediumint(9) NOT NULL DEFAULT 0,
  `pid` varchar(128) NOT NULL DEFAULT '',
  `question` varchar(255) NOT NULL,
  PRIMARY KEY (`qid`,`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_pollquestions`
--


--
-- Table structure for table `bc_polltopics`
--

DROP TABLE IF EXISTS `bc_polltopics`;

CREATE TABLE `bc_polltopics` (
  `pid` varchar(128) NOT NULL DEFAULT '',
  `topic` varchar(255) DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  `meta_keywords` text DEFAULT NULL,
  `voters` mediumint(8) unsigned DEFAULT NULL,
  `questions` int(11) NOT NULL DEFAULT 0,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `display` tinyint(4) NOT NULL DEFAULT 0,
  `is_open` tinyint(1) NOT NULL DEFAULT 1,
  `hideresults` tinyint(1) NOT NULL DEFAULT 0,
  `commentcode` tinyint(4) NOT NULL DEFAULT 0,
  `statuscode` tinyint(4) NOT NULL DEFAULT 0,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  PRIMARY KEY (`pid`),
  KEY `pollquestions_qid` (`pid`),
  KEY `pollquestions_created` (`created`),
  KEY `pollquestions_display` (`display`),
  KEY `pollquestions_commentcode` (`commentcode`),
  KEY `pollquestions_statuscode` (`statuscode`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_polltopics`
--


--
-- Table structure for table `bc_pollvoters`
--

DROP TABLE IF EXISTS `bc_pollvoters`;

CREATE TABLE `bc_pollvoters` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` varchar(128) NOT NULL,
  `ipaddress` varchar(39) NOT NULL DEFAULT '',
  `date` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_pollvoters`
--


--
-- Table structure for table `bc_postmodes`
--

DROP TABLE IF EXISTS `bc_postmodes`;

CREATE TABLE `bc_postmodes` (
  `code` char(10) NOT NULL DEFAULT '',
  `name` char(32) DEFAULT NULL,
  PRIMARY KEY (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_postmodes`
--

INSERT INTO `bc_postmodes`VALUES ('html','HTML');
INSERT INTO `bc_postmodes`VALUES ('plaintext','テキスト');

--
-- Table structure for table `bc_sessions`
--

DROP TABLE IF EXISTS `bc_sessions`;

CREATE TABLE `bc_sessions` (
  `sess_id` int(10) unsigned NOT NULL DEFAULT 0,
  `start_time` int(10) unsigned NOT NULL DEFAULT 0,
  `remote_ip` varchar(39) NOT NULL DEFAULT '',
  `uid` mediumint(8) NOT NULL DEFAULT 1,
  `md5_sess_id` varchar(128) DEFAULT NULL,
  `whos_online` tinyint(1) NOT NULL DEFAULT 1,
  `topic` varchar(128) NOT NULL DEFAULT '',
  PRIMARY KEY (`sess_id`),
  KEY `sess_id` (`sess_id`),
  KEY `start_time` (`start_time`),
  KEY `remote_ip` (`remote_ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_sessions`
--

INSERT INTO `bc_sessions`VALUES (682639649,1778761075,'34.203.111.15',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (145866681,1778761256,'52.203.152.231',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1027177190,1778755923,'18.232.11.247',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (163652904,1778758675,'98.82.63.147',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (89806953,1778759403,'23.23.99.55',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1203808962,1778754213,'47.128.55.147',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (1104781205,1778761267,'107.22.208.39',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (358641352,1778759092,'44.223.193.255',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (857532114,1778754506,'43.134.54.48',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (260581919,1778754508,'119.28.83.254',1,null,0,'ProgFAQ-Del');
INSERT INTO `bc_sessions`VALUES (445979528,1778758968,'3.220.70.171',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1991552336,1778757792,'3.213.46.222',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (1747210453,1778758695,'54.83.180.239',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (41928114,1778759712,'35.168.238.50',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (646302817,1778758519,'3.219.81.66',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1238155925,1778757387,'100.29.34.97',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (10826705,1778758577,'34.224.9.144',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1478069889,1778757844,'18.211.148.239',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (485874414,1778758347,'52.54.15.103',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1851048662,1778759528,'52.7.33.248',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1031892082,1778760313,'185.191.171.16',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (527388585,1778757783,'52.201.155.215',1,null,0,'ProgFAQ-Del');
INSERT INTO `bc_sessions`VALUES (2027714253,1778754892,'69.48.202.178',1,null,0,'Blog_DevelopDialy');
INSERT INTO `bc_sessions`VALUES (1696663569,1778761283,'54.159.18.27',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (868692908,1778754687,'44.205.180.155',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1806022309,1778758643,'54.235.191.179',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (244545940,1778758979,'50.19.221.48',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1976784220,1778755655,'3.93.98.99',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2125382003,1778759159,'52.202.52.82',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (926802456,1778761213,'35.174.141.243',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (492340217,1778760455,'184.73.47.24',1,null,0,'ProgFAQ-DelA');
INSERT INTO `bc_sessions`VALUES (1707312652,1778760457,'180.153.197.67',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (809229211,1778760501,'17.246.19.123',1,null,0,'ProgFAQ-Del');
INSERT INTO `bc_sessions`VALUES (1583654549,1778760513,'46.250.170.85',1,null,0,'FX');
INSERT INTO `bc_sessions`VALUES (1129371156,1778758391,'34.224.132.215',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1947907276,1778759679,'3.230.224.6',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1887227488,1778760535,'184.72.84.154',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (1628868148,1778758511,'54.147.182.90',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1724521326,1778761179,'3.94.156.104',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1882049088,1778759106,'3.208.156.9',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (425525473,1778755575,'44.217.255.167',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (554283247,1778757799,'54.164.106.236',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (119831606,1778759376,'44.195.145.102',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1699900547,1778757156,'72.56.158.64',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1520700583,1778757198,'110.168.250.115',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (8956448,1778758860,'98.83.226.125',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1009201166,1778761085,'185.191.171.13',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1418734366,1778758608,'43.154.43.199',1,null,0,'Mobile');
INSERT INTO `bc_sessions`VALUES (799524774,1778760608,'35.170.205.140',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (194933944,1778761348,'85.208.96.208',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1083605104,1778760681,'34.194.233.48',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (327068105,1778761191,'44.205.192.249',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (491771467,1778759882,'101.43.213.95',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1126710907,1778758139,'44.193.115.232',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1381237761,1778759472,'107.20.224.184',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (504905187,1778758620,'52.4.238.8',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (997255249,1778759443,'54.235.172.108',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (444819691,1778757851,'54.157.99.244',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (267866272,1778761344,'184.73.167.217',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1038668069,1778755723,'52.45.29.57',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2058797233,1778759044,'44.209.35.147',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1118472036,1778758215,'52.7.13.143',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (234986743,1778754696,'98.82.40.168',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1563190118,1778754712,'116.204.69.184',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (519841417,1778759220,'18.208.11.93',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1741448391,1778761163,'34.205.163.103',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (472409992,1778758871,'44.223.116.149',1,null,0,'Blog_Game_MoE');
INSERT INTO `bc_sessions`VALUES (1950210392,1778754800,'106.215.147.203',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1227318772,1778759076,'3.216.227.216',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2000110089,1778757275,'119.13.89.251',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (79403642,1778761267,'129.226.59.72',1,null,1,'Blog_DevelopDialy');
INSERT INTO `bc_sessions`VALUES (222590428,1778754896,'3.229.164.203',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (872890420,1778758667,'52.44.229.124',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1415673694,1778760608,'85.208.96.209',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1351777696,1778756841,'43.130.27.202',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (291283791,1778759447,'44.214.19.8',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (451116915,1778760811,'18.232.36.1',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1189985433,1778761055,'3.219.80.71',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1070998849,1778761208,'52.200.54.136',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1047287626,1778761308,'98.83.72.38',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (546744012,1778761356,'52.2.83.227',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (690801843,1778758981,'54.197.102.71',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (852327331,1778758272,'44.209.89.189',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (241235532,1778754520,'98.83.178.66',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2030714968,1778758723,'18.210.58.238',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1117865253,1778756064,'18.235.158.19',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (403431026,1778757221,'54.243.63.52',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2036989828,1778760903,'66.249.74.133',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (841968409,1778758119,'54.235.172.96',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (322439158,1778758827,'34.238.45.183',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1819984927,1778758267,'100.29.155.89',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2038757050,1778755475,'52.204.174.139',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2041837394,1778754727,'184.73.68.20',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (539173837,1778756583,'3.224.215.150',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (17532778,1778761221,'185.191.171.15',1,null,1,'Game_XenepicData');
INSERT INTO `bc_sessions`VALUES (1747795396,1778760206,'43.132.149.12',1,null,0,'Blog_O365');
INSERT INTO `bc_sessions`VALUES (1045968638,1778761266,'185.191.171.2',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (677127043,1778758999,'44.210.204.255',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1139367120,1778758591,'23.21.175.228',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (474637031,1778759475,'100.28.44.58',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1035367954,1778758131,'18.213.27.222',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1665765794,1778761083,'85.208.96.193',1,null,0,'Development');
INSERT INTO `bc_sessions`VALUES (871160735,1778761059,'34.196.114.170',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2041685166,1778758123,'52.3.26.180',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (218727036,1778758762,'98.84.131.195',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (634646227,1778754331,'98.82.38.120',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (557464188,1778755173,'52.3.155.146',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2044652894,1778759524,'54.83.56.1',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1212821807,1778758175,'52.71.218.25',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (978526475,1778761111,'52.205.141.124',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1090479309,1778758727,'18.211.39.188',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1973560084,1778761279,'52.70.209.13',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1061943085,1778761035,'3.229.95.193',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (873009048,1778759193,'54.163.136.244',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (16723513,1778760835,'85.208.96.204',1,null,0,'ProgFAQ-Del');
INSERT INTO `bc_sessions`VALUES (420057781,1778761243,'34.194.95.99',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1021448521,1778758363,'23.23.104.107',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (581472077,1778755068,'44.216.172.204',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (511269909,1778758151,'54.84.161.62',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2066449604,1778757443,'52.205.222.214',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1197773018,1778757983,'50.19.79.213',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (474584241,1778759703,'3.89.170.186',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (981537841,1778758463,'52.0.63.151',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1434780726,1778760695,'185.191.171.9',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (247774064,1778754544,'52.3.102.51',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1974319253,1778756019,'23.20.178.124',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (741090505,1778761219,'50.16.248.61',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (412408351,1778759316,'35.174.253.85',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1645563955,1778761235,'3.229.2.217',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1684790333,1778758399,'50.16.72.185',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (669228089,1778755919,'3.94.199.128',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (861508682,1778761227,'23.23.213.182',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1134171941,1778758800,'50.17.193.48',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1816307754,1778756379,'52.45.92.83',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2060320636,1778759719,'52.44.148.203',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1728416931,1778758529,'113.44.108.80',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (84542990,1778759560,'3.222.190.107',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (1881293870,1778758088,'3.220.148.166',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1579763492,1778760099,'185.191.171.6',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2070520605,1778761359,'54.204.62.163',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (202093609,1778757831,'100.28.204.82',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1584831021,1778761383,'98.80.130.239',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (35001568,1778760866,'85.208.96.197',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (257230755,1778760684,'17.246.19.19',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (25203813,1778760683,'17.246.23.23',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (369385756,1778756011,'18.213.70.100',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (120305996,1778755429,'2.57.31.85',1,null,0,'ProgFAQ-Delx');
INSERT INTO `bc_sessions`VALUES (232917702,1778758736,'3.212.86.97',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (37620367,1778761315,'44.196.118.6',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1820720751,1778756030,'152.57.22.46',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1103956283,1778759656,'54.221.203.24',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2030405315,1778756191,'81.164.197.137',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (276242630,1778761347,'54.92.171.106',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1261159602,1778757923,'44.223.232.55',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1492196644,1778758351,'52.205.113.104',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1729054119,1778759404,'34.206.193.60',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1837889451,1778758417,'72.56.154.236',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (532000824,1778761159,'54.88.84.219',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1648311838,1778761300,'85.208.96.201',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (941468121,1778759632,'3.226.106.93',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (989476916,1778756743,'54.166.104.83',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1321267220,1778754446,'85.254.140.223',1,null,0,'ProgFAQ-Delx');
INSERT INTO `bc_sessions`VALUES (1658952013,1778760052,'216.244.66.242',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (217912309,1778760959,'54.147.80.137',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (703316258,1778760891,'52.54.95.127',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (406214862,1778757152,'54.90.8.255',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1422992588,1778758276,'54.87.95.7',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1824066904,1778761107,'98.82.107.102',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1668022709,1778761124,'113.44.109.141',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (2097578483,1778755611,'44.213.202.136',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (27734172,1778758623,'52.4.229.9',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1501687765,1778761127,'18.205.91.101',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1861354520,1778757819,'34.231.118.144',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (529932217,1778757265,'43.129.205.184',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1744616528,1778754700,'52.204.89.12',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1770033569,1778758755,'34.236.185.101',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (741710811,1778758785,'20.239.192.136',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (416311251,1778757463,'52.45.77.169',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1083779984,1778760459,'52.54.157.23',1,null,0,'ProgFAQ-Delx');
INSERT INTO `bc_sessions`VALUES (353375668,1778761031,'44.221.105.234',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2106584037,1778759432,'23.22.59.87',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (637637095,1778757723,'34.205.170.13',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (1814732771,1778759169,'54.197.178.107',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1706869098,1778758415,'3.210.29.96',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1237328048,1778758895,'52.71.46.142',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1427173798,1778759563,'54.197.82.195',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1826924056,1778757340,'34.225.24.180',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1611284208,1778754642,'34.226.89.140',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (325029445,1778758923,'3.218.103.254',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1430693731,1778761368,'54.83.240.58',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (742384235,1778761308,'34.204.150.196',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1774187079,1778761302,'85.208.96.200',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1070807074,1778754583,'54.83.23.103',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (497874322,1778754593,'142.147.222.219',1,null,0,'ProgFAQ-Delx');
INSERT INTO `bc_sessions`VALUES (908756963,1778758311,'52.45.194.165',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1046298114,1778754880,'44.213.36.21',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (306466303,1778761300,'100.29.107.38',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (838481327,1778759391,'52.0.105.244',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (104471480,1778757919,'34.206.249.188',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1343573737,1778761027,'18.215.112.101',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (325390424,1778758259,'44.194.134.53',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1890674469,1778757178,'152.59.87.169',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1870115026,1778761143,'100.28.133.214',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (619435860,1778759695,'3.93.211.16',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1907974128,1778758196,'44.208.193.63',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1810925281,1778756424,'44.221.227.90',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (490414465,1778757740,'44.210.213.220',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (369900890,1778761292,'34.227.156.153',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (534356035,1778756642,'93.175.44.32',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (750364859,1778761330,'44.218.170.184',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (2011794597,1778757420,'47.128.55.187',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1782394881,1778756915,'202.71.27.150',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (1774035695,1778756048,'23.22.105.143',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1226818856,1778761068,'54.235.158.162',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1660942675,1778758543,'34.206.212.24',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (140891943,1778758509,'3.235.215.92',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (340870088,1778760354,'85.208.96.194',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1099172747,1778754245,'123.31.189.226',1,null,0,'Blog_Game_MoE');
INSERT INTO `bc_sessions`VALUES (93435720,1778758499,'52.0.41.164',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (883684126,1778757128,'52.6.97.88',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (907648703,1778759595,'107.20.255.194',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (822749971,1778757836,'3.212.219.113',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (511909308,1778760024,'185.191.171.7',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2070884586,1778758368,'54.80.73.122',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (663844771,1778758563,'52.204.71.8',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1290457594,1778759643,'34.195.248.30',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1245323208,1778758796,'44.193.102.198',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (723510029,1778761404,'216.73.216.229',1,null,1,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1818787367,1778759204,'44.221.180.179',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (364488701,1778756136,'34.202.88.37',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1019569796,1778759355,'52.73.6.26',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (719180462,1778759917,'185.191.171.14',1,null,0,'Development');
INSERT INTO `bc_sessions`VALUES (1045861780,1778758159,'3.221.222.168',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (247466696,1778758083,'54.90.244.132',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1120627342,1778758707,'3.221.156.96',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (296670692,1778758890,'44.208.223.68',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1606335553,1778761376,'44.220.2.97',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (780222107,1778761199,'54.145.82.217',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1735882682,1778760948,'54.89.90.224',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1092205603,1778755400,'184.174.126.90',1,null,0,'Blog_DevelopDialy');
INSERT INTO `bc_sessions`VALUES (1450136254,1778759491,'34.236.41.241',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (493603247,1778760144,'185.191.171.12',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2116342320,1778756988,'3.223.181.32',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1425386238,1778760895,'3.218.35.239',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (848582520,1778758741,'3.215.221.125',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1465171492,1778755596,'44.215.235.20',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1331388197,1778759480,'3.225.9.97',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (34411953,1778755494,'23.27.208.133',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (2125172381,1778756116,'3.211.105.134',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (397155016,1778760651,'23.21.148.226',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (211263135,1778759379,'54.147.238.89',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (114484335,1778759545,'18.213.102.186',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1073251305,1778758681,'23.21.227.240',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1252569893,1778758690,'180.153.197.103',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (624104174,1778758693,'82.156.124.123',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1500609595,1778761038,'185.191.171.1',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1588163153,1778761279,'85.208.96.199',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (481104430,1778756328,'107.20.181.148',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1693036557,1778758823,'23.23.103.31',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (297167533,1778758998,'54.225.181.161',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (681855223,1778758572,'3.225.45.252',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (311289012,1778759664,'3.232.102.111',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (428750419,1778759696,'83.250.234.53',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1167044975,1778761063,'18.215.49.176',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1826429772,1778754800,'34.234.197.175',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (432766586,1778761387,'34.199.252.22',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (755820696,1778755786,'47.128.55.138',1,null,0,'ProgFAQ-Del');
INSERT INTO `bc_sessions`VALUES (1173021327,1778758435,'52.203.68.145',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1695754198,1778758922,'185.191.171.5',1,null,0,'ProgFAQ-Delx');
INSERT INTO `bc_sessions`VALUES (1519764415,1778761271,'50.19.102.70',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1609707386,1778758972,'52.70.138.176',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (138014315,1778759013,'122.183.54.85',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1469664320,1778759623,'44.206.93.215',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (81712825,1778761393,'34.192.67.98',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (459845174,1778758808,'52.2.58.41',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1896533893,1778759660,'44.197.76.210',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1062599917,1778760967,'54.225.98.148',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1143741292,1778759468,'52.73.142.41',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2082145779,1778757035,'34.231.181.240',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1281653597,1778759521,'52.200.58.199',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1589684708,1778757160,'54.209.100.30',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2071401066,1778760987,'54.210.152.179',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1891637612,1778761171,'18.214.251.19',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1320844771,1778755814,'47.128.55.135',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (558472057,1778759003,'3.81.253.213',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1125558159,1778760471,'54.84.169.196',1,null,0,'Blog_Game_MoE');
INSERT INTO `bc_sessions`VALUES (657829168,1778760472,'177.21.78.44',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (403054632,1778760927,'3.214.176.44',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (141894604,1778754791,'35.171.141.42',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (1530641863,1778755982,'176.60.199.175',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1704006410,1778759752,'34.195.60.66',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1413675590,1778761248,'34.193.2.57',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1875994622,1778761296,'54.86.59.155',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (30423289,1778759603,'44.207.207.36',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (894082727,1778759615,'185.226.91.49',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1498228981,1778754529,'17.22.245.137',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1702822641,1778754530,'17.22.253.173',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1069792564,1778761195,'3.216.86.144',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (774790598,1778759727,'100.29.128.75',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (169915185,1778759408,'98.82.214.73',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (85455931,1778755775,'102.214.157.94',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (470876290,1778760475,'98.83.94.113',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2111862926,1778759590,'24.144.23.134',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (286367292,1778759455,'98.84.60.17',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (770423585,1778761011,'52.202.233.37',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (770298598,1778761051,'34.197.28.78',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (944963278,1778755379,'52.1.157.90',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (235606452,1778755388,'43.133.61.212',1,null,0,'General');
INSERT INTO `bc_sessions`VALUES (2079259696,1778760799,'44.205.120.22',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1185168200,1778757318,'103.178.205.14',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1001357472,1778758488,'85.208.96.203',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (328820270,1778757713,'222.253.75.149',1,null,0,'General');
INSERT INTO `bc_sessions`VALUES (1992487184,1778757739,'195.172.211.247',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1768344091,1778758270,'43.153.203.86',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (180020113,1778757766,'47.128.55.109',1,null,0,'ProgFAQ-Excel');
INSERT INTO `bc_sessions`VALUES (401995109,1778757806,'67.197.242.32',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1083838974,1778757821,'61.238.35.134',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1217452019,1778757837,'46.64.242.20',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1250877484,1778760808,'85.208.96.210',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (223565596,1778760258,'123.20.66.221',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (21825404,1778757429,'3.221.244.28',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1499859663,1778759019,'34.196.237.236',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1590538582,1778759025,'212.154.109.203',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1699879307,1778759152,'44.215.231.15',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1486588177,1778761339,'35.172.125.172',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (992560653,1778759689,'54.225.199.17',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1305404079,1778755107,'34.194.14.255',1,null,0,'ProgFAQ-Del');
INSERT INTO `bc_sessions`VALUES (610058451,1778761023,'100.28.118.16',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (522630931,1778761365,'18.233.24.238',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (415406677,1778755703,'103.155.71.213',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (175219205,1778759600,'18.205.213.231',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2053783479,1778759676,'54.87.62.248',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1033890387,1778760840,'85.208.96.196',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (1519758566,1778758136,'98.83.8.142',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (478846415,1778756948,'54.235.125.129',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (173522844,1778760951,'54.80.185.200',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (991909493,1778758712,'54.166.126.132',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1645949772,1778758608,'52.2.191.202',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1096223668,1778759535,'3.213.106.226',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1416243177,1778754965,'34.239.85.139',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (519241852,1778757971,'100.25.120.246',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (143415825,1778758144,'52.45.15.233',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (365488636,1778758472,'3.224.205.25',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1714149814,1778760843,'34.231.156.59',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1793426784,1778761329,'85.208.96.212',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1466325574,1778759095,'35.169.240.53',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (318246864,1778760983,'3.210.114.189',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1268385268,1778756097,'193.32.162.205',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (144279387,1778758295,'18.215.24.66',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1197390431,1778759736,'44.194.139.149',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1819717411,1778758765,'34.233.114.237',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1283564184,1778757008,'52.204.81.148',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1474567298,1778761351,'3.230.69.161',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (822785915,1778759340,'54.156.55.147',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2066908529,1778760883,'18.205.127.11',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (778053533,1778754490,'17.22.245.134',1,null,0,'ProgFAQ-Excel');
INSERT INTO `bc_sessions`VALUES (598585603,1778759763,'98.84.184.80',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1551893732,1778759771,'43.128.101.208',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (2048600011,1778759779,'112.65.211.231',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (431094452,1778758880,'54.85.109.140',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (883953478,1778757995,'18.214.238.178',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2008970859,1778761344,'185.191.171.4',1,null,1,'FX');
INSERT INTO `bc_sessions`VALUES (1715891399,1778757400,'100.29.164.178',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (732124526,1778756867,'44.205.74.196',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1615248414,1778755496,'142.111.90.7',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (1188056377,1778759451,'18.232.12.157',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1818735320,1778759640,'54.163.169.168',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (261334189,1778761320,'85.208.96.202',1,null,1,'Game');
INSERT INTO `bc_sessions`VALUES (321565212,1778761091,'17.22.245.14',1,null,0,'Windows');
INSERT INTO `bc_sessions`VALUES (1066315815,1778758595,'52.3.156.186',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1898341984,1778759620,'50.16.216.166',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1791875218,1778759744,'54.198.33.233',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (121449218,1778755771,'149.232.131.94',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2088331576,1778757751,'35.173.38.202',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (759921353,1778757061,'98.82.66.172',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1602206141,1778754936,'52.203.237.170',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (748378959,1778756504,'44.218.6.93',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (343466474,1778761079,'34.192.125.239',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (662370578,1778759344,'34.194.165.45',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (544885635,1778761119,'44.223.116.180',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (776916118,1778761019,'3.210.223.61',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (136212456,1778758091,'44.212.232.231',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (751314876,1778757775,'54.85.126.86',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (792125802,1778757247,'18.213.240.226',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1464668358,1778758191,'18.235.81.246',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1003838827,1778759500,'54.84.93.8',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (969352608,1778756028,'54.159.98.248',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1744246070,1778761039,'52.22.87.224',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (519170936,1778755237,'47.128.55.174',1,null,0,'Blog_Windows');
INSERT INTO `bc_sessions`VALUES (958032631,1778761139,'98.82.39.241',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1123638693,1778760591,'185.191.171.10',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2058986227,1778758788,'23.23.214.190',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1531901615,1778757468,'52.23.112.144',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1687222025,1778759035,'3.227.180.70',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (369093602,1778755302,'47.128.55.131',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (1481349220,1778759647,'3.232.82.72',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (667296296,1778757459,'52.0.218.219',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (3732406,1778757620,'149.232.133.11',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1441745533,1778757685,'14.233.163.99',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (160257597,1778757171,'35.153.86.200',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (475761439,1778761396,'54.84.147.79',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1159887755,1778756466,'8.217.188.66',1,null,0,'Blog_Game_PW');
INSERT INTO `bc_sessions`VALUES (900651023,1778756471,'51.222.168.230',1,null,0,'Blog_O365');
INSERT INTO `bc_sessions`VALUES (1575346042,1778755903,'23.23.137.202',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1199306654,1778759580,'100.28.57.133',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (423619236,1778754774,'194.247.173.99',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1576496394,1778761260,'3.215.59.93',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1360457941,1778759212,'18.207.79.144',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1509031734,1778759572,'54.210.155.69',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1124297593,1778759412,'18.215.77.19',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1935918125,1778761275,'98.83.10.183',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1424960031,1778761289,'34.225.87.80',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (2088679021,1778759175,'3.221.50.71',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (685081440,1778756151,'100.24.149.244',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (606880756,1778755519,'113.170.36.2',1,null,0,'Blog_Game_MoE');
INSERT INTO `bc_sessions`VALUES (743857731,1778755522,'92.112.91.209',1,null,0,'ProgramingFAQ');
INSERT INTO `bc_sessions`VALUES (1206742526,1778761379,'54.162.69.192',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1606265307,1778758907,'43.173.73.69',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (675164324,1778758915,'113.44.103.237',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (578896823,1778758912,'149.232.136.100',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (161488900,1778758928,'193.186.4.153',1,null,0,'Blog_Excel');
INSERT INTO `bc_sessions`VALUES (1668150339,1778758936,'51.68.234.121',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1195058043,1778759707,'54.156.124.2',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1990943241,1778758663,'98.83.177.42',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1633683576,1778754855,'98.84.70.201',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1091195773,1778758580,'52.207.47.227',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1623508965,1778758315,'54.152.163.42',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2134045052,1778761400,'44.223.115.10',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1986569060,1778758814,'186.232.161.214',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1157569689,1778760971,'18.207.89.138',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1259027697,1778757435,'34.236.135.14',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (883109623,1778756331,'8.217.190.110',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1245209034,1778756342,'47.128.55.118',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (211463436,1778756350,'181.55.68.8',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (861520545,1778756407,'113.163.0.55',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (766442587,1778759723,'54.225.81.20',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1975749225,1778754768,'107.23.62.75',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1403476261,1778760284,'191.112.54.131',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1502892361,1778760345,'185.191.171.3',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1157685851,1778760451,'213.94.51.221',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (407185112,1778760451,'101.33.120.81',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (148686123,1778756007,'3.217.82.254',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (446770202,1778759389,'18.204.89.56',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2056093885,1778755123,'54.144.185.255',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1906783700,1778759555,'35.169.119.108',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (887343774,1778759615,'184.72.95.195',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1469709536,1778760995,'3.213.85.234',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (565671024,1778754509,'46.250.170.135',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (915609668,1778761231,'34.235.239.240',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1201107583,1778759513,'89.251.169.128',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1074961771,1778759543,'170.79.143.142',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (124089964,1778758219,'44.212.131.50',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (630976328,1778760959,'85.208.96.205',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (11662099,1778758878,'44.217.177.142',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1995338486,1778761251,'23.21.179.27',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (455960828,1778759576,'3.217.171.106',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (37804928,1778758057,'44.207.69.106',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (423616437,1778757795,'41.215.235.115',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (260671286,1778759132,'52.70.123.241',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1879854793,1778758387,'18.209.201.119',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1446726251,1778761116,'54.204.12.115',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (562943100,1778755376,'18.206.47.187',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (727325327,1778758732,'107.20.25.33',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (976862008,1778759612,'34.234.200.207',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (421963746,1778755811,'34.233.219.155',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1688165168,1778759607,'23.23.180.225',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (93722400,1778761083,'3.90.73.206',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (192925397,1778759444,'34.231.45.47',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1807285410,1778757147,'3.209.174.110',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1702564217,1778754460,'34.196.6.199',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (480402851,1778761183,'52.3.127.170',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (584551722,1778759583,'52.6.5.24',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1581298684,1778755786,'119.8.53.221',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1198153870,1778758264,'23.21.119.232',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (530650588,1778755461,'45.38.86.84',1,null,0,'ProgramingFAQ');
INSERT INTO `bc_sessions`VALUES (137245336,1778756071,'54.84.250.51',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (624730184,1778761404,'216.73.216.229',1,null,1,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (811550244,1778759295,'52.54.249.218',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1959918400,1778758179,'52.21.62.139',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2123646259,1778756846,'43.128.87.252',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1334638163,1778761337,'151.61.12.46',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1879144249,1778758783,'52.2.4.213',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (672919641,1778758199,'34.227.234.246',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1046019262,1778760731,'18.209.137.234',1,null,0,'ProgFAQ-Delx');
INSERT INTO `bc_sessions`VALUES (1547939030,1778761336,'3.226.34.98',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (684630001,1778761091,'52.71.203.206',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (851400753,1778759120,'54.91.122.193',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1966600857,1778760975,'44.215.210.112',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1401876307,1778761312,'185.191.171.17',1,null,1,'ProgFAQ-Del');
INSERT INTO `bc_sessions`VALUES (1851967227,1778760495,'3.212.205.90',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (1146483598,1778758167,'3.93.253.174',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (863474,1778761175,'100.29.63.24',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1103606558,1778758095,'184.73.195.18',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (484790085,1778758535,'52.203.65.83',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (606682230,1778757351,'18.204.152.114',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (801505691,1778757363,'14.247.132.126',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (1764109446,1778757393,'197.238.115.240',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (235659904,1778757398,'152.136.114.39',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1296672472,1778758279,'52.4.76.156',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2055698159,1778761355,'37.114.144.49',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1485726563,1778761382,'177.200.124.28',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (935160792,1778761403,'216.73.216.229',1,null,1,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1480157451,1778761403,'216.73.216.229',1,null,1,'Blog_Game_MoE');
INSERT INTO `bc_sessions`VALUES (2040581637,1778760491,'44.206.65.8',1,null,0,'FX');
INSERT INTO `bc_sessions`VALUES (832459893,1778755446,'37.60.141.252',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1439154663,1778761215,'52.204.37.237',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (820916549,1778758303,'44.195.50.71',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1221950735,1778761332,'54.167.32.123',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1305585131,1778761351,'85.208.96.206',1,null,1,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (364050977,1778761403,'216.73.216.229',1,null,1,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1550228545,1778761047,'18.214.124.6',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (411542091,1778754855,'43.156.43.123',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (402196805,1778759731,'34.239.197.197',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (843192105,1778756067,'52.1.106.130',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (557685896,1778756978,'3.208.146.193',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1929877426,1778758374,'3.213.213.161',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (760782329,1778755659,'44.212.106.171',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1170949327,1778758948,'3.223.134.5',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2029850152,1778760183,'87.236.176.222',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1451694712,1778760713,'66.249.74.135',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (722074217,1778761015,'34.225.138.57',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1792879057,1778761089,'85.208.96.195',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1047596365,1778758672,'54.85.7.119',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (551336458,1778758815,'52.44.174.136',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1976860223,1778757968,'14.227.118.14',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (973791730,1778760946,'78.142.18.40',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (41164628,1778761184,'85.208.96.211',1,null,1,'Game_XenepicData');
INSERT INTO `bc_sessions`VALUES (1262653686,1778758768,'184.73.35.182',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (989711177,1778760487,'52.71.216.196',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (1396115079,1778759141,'100.29.160.53',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (411873940,1778759031,'179.36.194.47',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1201435113,1778755931,'18.214.138.148',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (803980603,1778755311,'14.232.49.79',1,null,0,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1374806668,1778757959,'3.222.85.38',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (165765289,1778755728,'52.6.232.201',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (267426398,1778761099,'18.214.186.220',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (224053842,1778761074,'185.191.171.19',1,null,0,'Game');
INSERT INTO `bc_sessions`VALUES (398064412,1778755630,'47.128.55.117',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (360125329,1778760991,'54.225.148.123',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (251422607,1778759055,'3.89.176.255',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (872936737,1778758252,'54.157.84.74',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1866269544,1778760463,'52.4.213.199',1,null,0,'ProgFAQ-Del');
INSERT INTO `bc_sessions`VALUES (400963752,1778757895,'54.197.114.76',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (586951227,1778757898,'82.156.91.141',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (409847731,1778758067,'52.200.251.20',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1709810701,1778758105,'47.128.55.19',1,null,0,'ProgFAQ-Del');
INSERT INTO `bc_sessions`VALUES (747652918,1778755823,'3.94.157.25',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (325992414,1778761241,'34.230.124.21',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1052641248,1778761093,'85.208.96.207',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1382405042,1778761123,'44.207.252.58',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (652294408,1778761403,'216.73.216.229',1,null,1,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1392933898,1778761402,'216.73.216.229',1,null,1,'Blog_Game_XenepicOnl');
INSERT INTO `bc_sessions`VALUES (1716414449,1778761141,'66.249.74.134',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1958653364,1778760440,'47.128.55.114',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1186996290,1778760963,'98.82.59.253',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (283095458,1778761181,'85.208.96.198',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (755492256,1778761314,'100.24.167.60',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (181262912,1778761403,'35.173.18.61',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1467516676,1778759128,'52.5.242.243',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1446252648,1778759079,'98.84.200.43',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1919904188,1778760495,'185.191.171.18',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1703212317,1778760686,'196.190.249.132',1,null,0,'Mumble');
INSERT INTO `bc_sessions`VALUES (327581410,1778759488,'52.200.142.199',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1454091520,1778761106,'185.191.171.8',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (696088071,1778756059,'34.225.243.131',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (2089627375,1778761353,'185.191.171.11',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1234642663,1778758343,'52.3.104.214',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1531665912,1778755525,'113.44.112.100',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (80866843,1778758112,'184.73.239.35',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (803756590,1778761103,'44.215.61.66',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1897133307,1778761371,'34.194.226.74',1,null,1,'');
INSERT INTO `bc_sessions`VALUES (1544887876,1778757989,'52.204.253.129',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1001056346,1778758115,'23.21.228.180',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1073922975,1778755377,'166.88.58.25',1,null,0,'ProgFAQ-Delx');
INSERT INTO `bc_sessions`VALUES (2130393140,1778758821,'3.94.40.182',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (690411809,1778757325,'54.84.102.81',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (861561126,1778759425,'3.224.104.67',1,null,0,'');
INSERT INTO `bc_sessions`VALUES (1325377963,1778755645,'201.14.194.209',1,null,0,'Development');
INSERT INTO `bc_sessions`VALUES (1864161988,1778755658,'169.224.28.132',1,null,0,'Development');
INSERT INTO `bc_sessions`VALUES (1036233021,1778761223,'23.21.225.190',1,null,1,'');

--
-- Table structure for table `bc_smap_config`
--

DROP TABLE IF EXISTS `bc_smap_config`;

CREATE TABLE `bc_smap_config` (
  `name` varchar(30) NOT NULL DEFAULT '',
  `value` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_smap_config`
--

INSERT INTO `bc_smap_config`VALUES ('anon_access','true');
INSERT INTO `bc_smap_config`VALUES ('date_format','[[Y-m-d] ]');
INSERT INTO `bc_smap_config`VALUES ('sitemap_in_xhtml','false');
INSERT INTO `bc_smap_config`VALUES ('sitemap_article','true');
INSERT INTO `bc_smap_config`VALUES ('sitemap_staticpages','true');
INSERT INTO `bc_smap_config`VALUES ('sitemap_calendar','false');
INSERT INTO `bc_smap_config`VALUES ('sitemap_links','true');
INSERT INTO `bc_smap_config`VALUES ('sitemap_polls','false');
INSERT INTO `bc_smap_config`VALUES ('sitemap_forum','true');
INSERT INTO `bc_smap_config`VALUES ('sitemap_filemgmt','true');
INSERT INTO `bc_smap_config`VALUES ('sitemap_faqman','false');
INSERT INTO `bc_smap_config`VALUES ('sitemap_dokuwiki','false');
INSERT INTO `bc_smap_config`VALUES ('sitemap_comments','true');
INSERT INTO `bc_smap_config`VALUES ('sitemap_trackback','true');
INSERT INTO `bc_smap_config`VALUES ('sitemap_mediagallery','false');
INSERT INTO `bc_smap_config`VALUES ('google_sitemap_name','sitemap.xml');
INSERT INTO `bc_smap_config`VALUES ('time_zone','+09:00');
INSERT INTO `bc_smap_config`VALUES ('gsmap_article','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_staticpages','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_calendar','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_links','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_polls','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_forum','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_filemgmt','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_faqman','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_dokuwiki','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_comments','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_trackback','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_mediagallery','true');
INSERT INTO `bc_smap_config`VALUES ('freq_article','daily');
INSERT INTO `bc_smap_config`VALUES ('freq_staticpages','weekly');
INSERT INTO `bc_smap_config`VALUES ('freq_calendar','daily');
INSERT INTO `bc_smap_config`VALUES ('freq_links','weekly');
INSERT INTO `bc_smap_config`VALUES ('freq_polls','weekly');
INSERT INTO `bc_smap_config`VALUES ('freq_forum','daily');
INSERT INTO `bc_smap_config`VALUES ('freq_filemgmt','daily');
INSERT INTO `bc_smap_config`VALUES ('freq_faqman','weekly');
INSERT INTO `bc_smap_config`VALUES ('freq_dokuwiki','daily');
INSERT INTO `bc_smap_config`VALUES ('freq_comments','daily');
INSERT INTO `bc_smap_config`VALUES ('freq_trackback','daily');
INSERT INTO `bc_smap_config`VALUES ('freq_mediagallery','daily');
INSERT INTO `bc_smap_config`VALUES ('priority_article','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_staticpages','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_calendar','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_links','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_polls','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_forum','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_filemgmt','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_faqman','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_dokuwiki','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_comments','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_trackback','0.5');
INSERT INTO `bc_smap_config`VALUES ('priority_mediagallery','0.5');
INSERT INTO `bc_smap_config`VALUES ('order_article','1');
INSERT INTO `bc_smap_config`VALUES ('order_comments','2');
INSERT INTO `bc_smap_config`VALUES ('order_trackback','3');
INSERT INTO `bc_smap_config`VALUES ('order_staticpages','4');
INSERT INTO `bc_smap_config`VALUES ('order_calendar','5');
INSERT INTO `bc_smap_config`VALUES ('order_links','6');
INSERT INTO `bc_smap_config`VALUES ('order_polls','7');
INSERT INTO `bc_smap_config`VALUES ('order_dokuwiki','8');
INSERT INTO `bc_smap_config`VALUES ('order_forum','9');
INSERT INTO `bc_smap_config`VALUES ('order_filemgmt','10');
INSERT INTO `bc_smap_config`VALUES ('order_faqman','11');
INSERT INTO `bc_smap_config`VALUES ('order_mediagallery','12');
INSERT INTO `bc_smap_config`VALUES ('sp_type','2');
INSERT INTO `bc_smap_config`VALUES ('sp_except','formmail');
INSERT INTO `bc_smap_config`VALUES ('sitemap_calendarjp','false');
INSERT INTO `bc_smap_config`VALUES ('gsmap_calendarjp','true');
INSERT INTO `bc_smap_config`VALUES ('freq_calendarjp','daily');
INSERT INTO `bc_smap_config`VALUES ('priority_calendarjp','0.5');
INSERT INTO `bc_smap_config`VALUES ('order_calendarjp','13');
INSERT INTO `bc_smap_config`VALUES ('sitemap_downloads','true');
INSERT INTO `bc_smap_config`VALUES ('gsmap_downloads','true');
INSERT INTO `bc_smap_config`VALUES ('freq_downloads','daily');
INSERT INTO `bc_smap_config`VALUES ('priority_downloads','0.5');
INSERT INTO `bc_smap_config`VALUES ('order_downloads','14');

--
-- Table structure for table `bc_sortcodes`
--

DROP TABLE IF EXISTS `bc_sortcodes`;

CREATE TABLE `bc_sortcodes` (
  `code` char(4) NOT NULL DEFAULT '0',
  `name` char(32) DEFAULT NULL,
  PRIMARY KEY (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_sortcodes`
--

INSERT INTO `bc_sortcodes`VALUES ('DESC','降順');
INSERT INTO `bc_sortcodes`VALUES ('ASC','昇順');

--
-- Table structure for table `bc_spamx`
--

DROP TABLE IF EXISTS `bc_spamx`;

CREATE TABLE `bc_spamx` (
  `name` varchar(20) NOT NULL DEFAULT '',
  `value` varchar(255) NOT NULL DEFAULT '',
  KEY `spamx_name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_spamx`
--


--
-- Table structure for table `bc_speedlimit`
--

DROP TABLE IF EXISTS `bc_speedlimit`;

CREATE TABLE `bc_speedlimit` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ipaddress` varchar(39) NOT NULL DEFAULT '',
  `date` int(10) unsigned DEFAULT NULL,
  `type` varchar(30) NOT NULL DEFAULT 'submit',
  PRIMARY KEY (`id`),
  KEY `type_ipaddress` (`type`,`ipaddress`),
  KEY `date` (`date`)
) ENGINE=MyISAM AUTO_INCREMENT=303759 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_speedlimit`
--

INSERT INTO `bc_speedlimit`VALUES (1816,'58.147.224.158',1197559417,'forum');
INSERT INTO `bc_speedlimit`VALUES (218937,'65.108.77.10',1669082493,'pingback');
INSERT INTO `bc_speedlimit`VALUES (7304,'74.6.18.248',1220759298,'wsauth');
INSERT INTO `bc_speedlimit`VALUES (12036,'7a8190',1281189365,'openid');
INSERT INTO `bc_speedlimit`VALUES (302328,'165.231.101.138',1776866610,'mail');
INSERT INTO `bc_speedlimit`VALUES (303740,'34.38.53.4',1778721891,'login');
INSERT INTO `bc_speedlimit`VALUES (303739,'34.38.53.4',1778721891,'login');
INSERT INTO `bc_speedlimit`VALUES (303738,'34.38.53.4',1778721891,'login');
INSERT INTO `bc_speedlimit`VALUES (303758,'69.48.202.178',1778754889,'trackback');
INSERT INTO `bc_speedlimit`VALUES (303737,'34.38.53.4',1778721890,'login');

--
-- Table structure for table `bc_staticpage`
--

DROP TABLE IF EXISTS `bc_staticpage`;

CREATE TABLE `bc_staticpage` (
  `sp_id` varchar(128) NOT NULL DEFAULT '',
  `sp_title` varchar(128) NOT NULL DEFAULT '',
  `sp_page_title` varchar(128) NOT NULL DEFAULT '',
  `sp_content` text NOT NULL,
  `sp_hits` mediumint(8) unsigned NOT NULL DEFAULT 0,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `sp_format` varchar(20) NOT NULL DEFAULT '',
  `sp_onmenu` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `sp_label` varchar(64) DEFAULT NULL,
  `commentcode` tinyint(4) NOT NULL DEFAULT 0,
  `meta_description` text DEFAULT NULL,
  `meta_keywords` text DEFAULT NULL,
  `template_flag` tinyint(1) NOT NULL DEFAULT 0,
  `template_id` varchar(40) NOT NULL DEFAULT '',
  `cache_time` int(11) NOT NULL DEFAULT 0,
  `draft_flag` tinyint(1) unsigned DEFAULT 0,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `sp_centerblock` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `sp_help` varchar(255) DEFAULT '',
  `sp_tid` varchar(20) NOT NULL DEFAULT 'none',
  `sp_where` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `sp_php` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `sp_nf` tinyint(1) unsigned DEFAULT 0,
  `sp_inblock` tinyint(1) unsigned DEFAULT 1,
  `postmode` varchar(16) NOT NULL DEFAULT 'html',
  PRIMARY KEY (`sp_id`),
  KEY `staticpage_sp_onmenu` (`sp_onmenu`),
  KEY `staticpage_sp_centerblock` (`sp_centerblock`),
  KEY `staticpage_sp_tid` (`sp_tid`),
  KEY `staticpage_sp_where` (`sp_where`),
  KEY `staticpage_sp_created` (`created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_staticpage`
--

INSERT INTO `bc_staticpage`VALUES ('xenepic_top','Xenepic Online','','<div class=\"storytext\">\r\n<h3>マップ</h3>\r\n<table width=\"100%\">\r\n    <tbody>\r\n        <tr>\r\n            <th colspan=\"3\">マップ</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"/staticpages/index.php/xenepic_allmap\">全体</a></td>\r\n            <td>街</td>\r\n            <td>ダンジョン</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>アイテム</h3>\r\n<table width=\"100%\">\r\n    <tbody>\r\n        <tr>\r\n            <th colspan=\"7\">アイテム</th>\r\n        </tr>\r\n        <tr>\r\n            <th>消費</th>\r\n            <td>HP回復</td>\r\n            <td>MP回復</td>\r\n            <td>ペット</td>\r\n            <td colspan=\"3\">その他</td>\r\n        </tr>\r\n        <tr>\r\n            <th>その他</th>\r\n            <td>製造</td>\r\n            <td>クエスト</td>\r\n            <td>ステータス宝石</td>\r\n            <td>その他</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>課金</th>\r\n            <td>消費</td>\r\n            <td>ステータス</td>\r\n            <td>装備</td>\r\n            <td><a alt=\"\" href=\"http://www.blackcat.xyz/article.php/xo_XpItem_Exp\">経験値</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/article.php/xo_XpItem_Gacha\">ガチャ</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_item_Fukubukuro\">福袋</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>装備</h3>\r\n<table width=\"100%\">\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>&nbsp;</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td rowspan=\"12\"><a href=\"http://www.blackcat.xyz/article.php/xo_Item_Eq_Xeni\">ゼニアン</a></td>\r\n            <th rowspan=\"2\">戦士系</th>\r\n            <td>ファイター</td>\r\n            <td>ナイト</td>\r\n            <td>パラディン</td>\r\n            <td>ウォーロード</td>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Fighter_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Fighter_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Fighter_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Fighter_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Fighter_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Fighter_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Fighter_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Knight_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Knight_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Knight_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Knight_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Knight_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Knight_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Knight_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Paladine_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Paladine_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Paladine_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Paladine_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Paladine_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Paladine_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Paladine_Acc\">アクセ</a> </td>\r\n            <td>武器 盾 兜 鎧 手袋 靴 アクセ</td>\r\n        </tr>\r\n        <tr>\r\n            <th rowspan=\"2\">盗賊系</th>\r\n            <td>ローグ(Lv.31～70)</td>\r\n            <td>ローグ(Lv.71～100)</td>\r\n            <td>アサシン</td>\r\n            <td>シャドー</td>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Rogue_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue2_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue2_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue2_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue2_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue2_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Rogue2_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Assassin_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Assassin_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Assassin_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Assassin_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Assassin_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Assassin_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Assassin_Acc\">アクセ</a> </td>\r\n            <td>武器 盾 兜 鎧 手袋 靴 アクセ</td>\r\n        </tr>\r\n        <tr>\r\n            <th rowspan=\"2\">弓手系</th>\r\n            <td>アーチャー</td>\r\n            <td>スカウター(Lv.71～100)</td>\r\n            <td>スカウター(Lv.101～130)</td>\r\n            <td>？</td>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Archer_Weapon\">武器</a> 盾 <a href=\"/staticpages/index.php/xo_Equipment_Archer_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Archer_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Archer_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Archer_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Archer_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Scouter_Weapon\">武器</a> 盾 <a href=\"/staticpages/index.php/xo_Equipment_Scouter_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Scouter_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Scouter_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Scouter_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Scouter_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">武器</a> 盾 <a href=\"/staticpages/index.php/xo_Equipment_Scouter2_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Scouter2_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Scouter2_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Scouter2_Acc\">アクセ</a> </td>\r\n            <td>武器 盾 兜 鎧 手袋 靴 アクセ</td>\r\n        </tr>\r\n        <tr>\r\n            <th rowspan=\"2\">魔術師</th>\r\n            <td>マジシャン</td>\r\n            <td>メイジ</td>\r\n            <td>ウィザード</td>\r\n            <td>アークメイジ</td>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Magician_Weapon\">武器</a> 盾 <a href=\"/staticpages/index.php/xo_Equipment_Magician_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Magician_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Magician_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Magician_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Magician_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Mage_Weapon\">武器</a> 盾 <a href=\"/staticpages/index.php/xo_Equipment_Mage_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Mage_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Mage_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Mage_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Mage_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Wizard_Weapon\">武器</a> 盾 <a href=\"/staticpages/index.php/xo_Equipment_Wizard_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Wizard_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Wizard_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Wizard_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Wizard_Acc\">アクセ</a> </td>\r\n            <td>武器 盾 兜 鎧 手袋 靴 アクセ</td>\r\n        </tr>\r\n        <tr>\r\n            <th rowspan=\"2\">聖職者</th>\r\n            <td>アコライト(Lv.31～70)</td>\r\n            <td>アコライト(Lv.71～100)</td>\r\n            <td>プリースト</td>\r\n            <td>ビショップ</td>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Acolyte_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Acolyte_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Acolyte_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Acolyte_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Acolyte_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Clegy_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Clegy_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Clegy_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Clegy_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Clegy_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Clegy_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Clegy_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Priest_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Priest_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Priest_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Priest_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Priest_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Priest_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Priest_Acc\">アクセ</a> </td>\r\n            <td>武器 盾 兜 鎧 手袋 靴 アクセ</td>\r\n        </tr>\r\n        <tr>\r\n            <th rowspan=\"2\">預言者系</th>\r\n            <td>プレディクター</td>\r\n            <td>クレリック(Lv.71～100)</td>\r\n            <td>クレリック(Lv.100～130)</td>\r\n            <td>？</td>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Predictor_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Predictor_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Predictor_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Predictor_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Predictor_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Predictor_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Predictor_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Cleric_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric_Acc\">アクセ</a> </td>\r\n            <td><a href=\"/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">武器</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric2_Shield\">盾</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric2_Head\">兜</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric2_Body\">鎧</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric2_Glove\">手袋</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">靴</a> <a href=\"/staticpages/index.php/xo_Equipment_Cleric2_Acc\">アクセ</a> </td>\r\n            <td>武器 盾 兜 鎧 手袋 靴 アクセ</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>その他</h3>\r\n<table width=\"100%\">\r\n    <tbody>\r\n        <tr>\r\n            <td><a alt=\"\" href=\"http://www.blackcat.xyz/article.php/xo_partybonus\">パーティボーナス</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',52010,'2008-11-05 16:01:29','2008-11-05 16:01:29','leftblocks',0,'Xenepic Online',-1,null,null,0,'',0,0,3,14,3,2,2,2,1,'','Game_XenepicData',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xenepic_allmap','Xenepic Online ～ 全体マップ ～','','<p><style type=\"text/css\">\r\n<!--\r\n.map {font-size: x-small; border-collapse: collapse; empty-cells: show; }\r\n.T {background-color: #CCF; border: 1px solid #999; }\r\n.F {background-color: #CFC; border: 1px solid #999; }\r\n.D {background-color: #FCF; border: 1px solid #999; }\r\n.C {background-color: #CC9; border: 1px dotted #999; }\r\n--></style><span class=\"T\">青：街</span>／<span class=\"F\">緑：フィールド</span>／<span class=\"D\">ピンク：ダンジョン</span></p>\r\n<table class=\"map\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"T\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=1\">トラミス邸</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"T\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=2\">北ブリンヒルド</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=115\">エムピオンの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=116\">モピアスの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=117\">エティネ平原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=118\">ダニエルラ平原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=119\">ビスニズ平原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=120\">クフボル平原</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"T\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=4\">西ブリンヒルド</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"T\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=3\">南ブリンヒルド</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"T\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=5\">東ブリンヒルド</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=113\">クラマの森</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=114\">イボルグの森</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=125\">ブラックメイルの森</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=122\">インクウェル平原</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=121\">プレズナル平原</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"D\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=54\">ブリンヒルド地下水路</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"D\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=44\">海賊船</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=7\">ブルネン盆地</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=6\">ブリンヒルド南入口</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=28\">エアリアルウッド</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=101\">リニアの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=102\">オブルルクの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=112\">ロレン谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"D\">氷の迷宮</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"D\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=137\">シャウッド谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"D\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=136\">パレイド谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"D\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=135\">ロストウェージ谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=126\">シュドビーの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=131\">ピンダウン谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=123\">センニン谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=124\">ベルクロの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=127\">クリクの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=128\">アメリアの森</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=8\">ワイメア峡谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=29\">ロエムの谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=134\">ノディス谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=133\">シェリルの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=132\">シンスン谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"T\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=129\">ヨツンハイムへの橋</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=9\">デース谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=10\">ラウタの谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=30\">カステルラの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=31\">カルリスト峡谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=32\">バーナードの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\">セグライアの森</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\">オデロスの森</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=47\">スタウトの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=48\">ペルリクスの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=49\">クリアの森</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"T\"><a href=\"/map/http://www.hangame-fan.com/xenepic/map/map.php?mno=130\">ヨツンハイム</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=12\">ルアン盆地</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=11\">アウギルラス峡谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=58\">ブレドルリの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=59\">クリスタンの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=62\">セリプの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=61\">ガウディの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=60\">ヘリングタンの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"T\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=53\">ケンディボルト</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=75\">エルリサの森</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=13\">シオレンの森</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=14\">シャイオの森</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=57\">ベルパレンの谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"D\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=43\">カバルツ洞窟</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=50\">エシュルリの森</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=55\">ラビ盆地</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=56\">バスカビルの森</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=72\">ベルダナの森</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map147\">リアルト沼地</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map174\">アモリカ谷</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"D\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=38\">ゼロマイン</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=37\">セイルラムの谷</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=16\">ユレイル谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=15\">ベルテラニンの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=33\">グルディンの森</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=36\">ウィッチウッドの森</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=42\">オニックスの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=41\">パルラティノグローブ</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=74\">シルパエンの森</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=73\">コルロナの森</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map146\">タイセン沼地</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map173\">ベングル谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map172\">マディグラスの森</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=17\">エスタン盆地</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=18\">エシュマンヒル</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=34\">バルガスの森</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=35\">プラレンの森</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=27\">イングレイブパース</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td class=\"D\"><a href=\"http://www.blackcat.xyz/article.php/xo_map159\">ペトラ寺院</a></td>\r\n            <td>&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map145\">ランバード沼地</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map144\">スコジン沼地</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map169\">リトロヘドの森</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map170\">ハディングの森</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map171\">ティンクラッシュ谷</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"D\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=38\">ゼロマイン</a></td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map158\">トゥメイド高原</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=19\">ベイルンウッド</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=20\">サドンヒル</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=23\">セイフィルドウッド</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=24\">カスツルレドグローブ</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td class=\"T\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=25\">エスネ</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=26\">エバゲイルグローブ</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map157\">クレティノ高原</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map156\">エズレフェル平原</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=143\">ラドックパース</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map168\">ビッグアップルの森</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map167\">オダリスクの森</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"D\">ミュセイオン図書館<br />\r\n            /<a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=44\">海賊船</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=21\">マルリアンウッド</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=22\">トラキアンペス</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=88\">クロエバンペス</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map154\">タクストリム高原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map155\">アンブロニ高原</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=142\">プロテロン峡谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map166\">プリマスン平原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map165\">イグレティン平原</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=95\">マリルウッド</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=91\">ブレイルリグローブ</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map153\">ビルダビド高原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map152\">エリソン峡谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=141\">スキチー峡谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=140\">ティタナス平原</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map164\">ゼロペイン平原</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=96\">ワビン平原</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=97\">クロスビ平原</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map150\">テンライン谷</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map151\">ヘダー分地</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=64\">ベイルリ荒地</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td class=\"T\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=63\">エイル</a></td>\r\n            <td rowspan=\"2\" class=\"C\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=138\">ダリーブ平原</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\" class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map163\">テンプル峡谷</a></td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n            <td rowspan=\"2\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td class=\"D\">眠れぬ者の墓場アルバ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=98\">アリストン平原</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map149\">アシッドバス谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map148\">チェンサーリ峡谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=65\">フタス荒原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=66\">トルキン峡谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map139\">ベンダロール平原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.blackcat.xyz/article.php/xo_map162\">マーキ分地</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=99\">ハルクィル平原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=100\">ライマス盆地</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=87\">クルリパ平原</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=71\">ロジタ盆地</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=76\">ペラデイ峡谷</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=86\">エルウッド平原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=81\">ヒロシ峡谷</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=80\">クールリングオン平原</a></td>\r\n            <td class=\"C\">&nbsp;</td>\r\n            <td class=\"F\"><a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=77\">ライブライン盆地</a></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<p>&nbsp;</p>',8825,'2009-05-23 18:41:56','2009-05-23 18:41:56','noblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',2,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_map165','マップ - イングレンティン平原','','<div class=\"storytext\">\r\n<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n[image1]\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map164\">ゼロペイン平原</a> </li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map166\">プリスマン平原</a> </li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image2]</td>\r\n            <td colspan=\"4\">マルパス</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>103</td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\"><a href=\"http://www.blackcat.xyz/article.php/xo_map165\">イングレンティン平原</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image3]</td>\r\n            <td colspan=\"4\">エステラ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>102</td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\"><a href=\"http://www.blackcat.xyz/article.php/xo_map165\">イングレンティン平原</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image4]</td>\r\n            <td colspan=\"4\">プーリン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">ノンアクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>100</td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\"><a href=\"http://www.blackcat.xyz/article.php/xo_map165\">イングレンティン平原</a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>&nbsp; </li>\r\n</ul>\r\n</div>',2483,'2007-05-08 14:46:05','2007-05-08 14:46:05','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_map167','マップ - オダリスクの森','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img height=\"511\" alt=\"オダリスクの森マップ\" width=\"511\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map167.jpg\" />\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map166\">プリスマン平原</a> </li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map168\">ビッグアップルの森</a> </li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image2]</td>\r\n            <td colspan=\"4\">ブラッド・リャキュラ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>113</td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">アシエーダイブLv.3(魔法攻撃-45)</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">オダリスクの森<a href=\"http://www.blackcat.xyz/article.php/xo_map165\"></a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image3]</td>\r\n            <td colspan=\"4\">ガルマン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>112</td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">オダリスクの森</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image4]</td>\r\n            <td colspan=\"4\">オーキン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>110</td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">オダリスクの森<a href=\"http://www.blackcat.xyz/article.php/xo_map165\"></a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>モカリレッシチェインコイプ【クレリックLv.105兜】 </li>\r\n<li>レリベネシングブーツ【プリーストLv.110靴】</li>\r\n</ul>\r\n</div>',2531,'2007-08-12 10:56:35','2007-08-12 10:56:35','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_map166','マップ - プリスマン平原','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n[image1]\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map165\">イングレンティン平原</a> </li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map167\">オダリスクの森</a> </li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image2]</td>\r\n            <td colspan=\"4\">アガレス</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>108</td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image3]</td>\r\n            <td colspan=\"4\">ルーキン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>107</td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image4]</td>\r\n            <td colspan=\"4\">ゲルマン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">ノンアクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>不明</td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>ベラベイロベリック【ウィザード105胴衣】</li>\r\n    <li>ドパイパウベリス【クレリック105胴衣】</li>\r\n    <li>イツペンバトルボウ【スカウター105武器】</li>\r\n</ul>\r\n</div>',2596,'2007-10-20 12:33:01','2007-10-20 12:33:01','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_map168','マップ - ビッグアップルの森','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img height=\"511\" alt=\"ビッグアップルの森マップ\" width=\"511\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map168.jpg\" />\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map167\">オダリスクの森</a> </li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map169\">リトロヘドの森</a> </li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image2]</td>\r\n            <td colspan=\"4\">タンタリ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>120&darr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ビッグアップルの森<a href=\"http://www.blackcat.xyz/article.php/xo_map165\"></a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image3]</td>\r\n            <td colspan=\"4\">スベニ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>120&darr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ビッグアップルの森</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image4]</td>\r\n            <td colspan=\"4\">ジャムフライ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>120&darr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ビッグアップルの森<a href=\"http://www.blackcat.xyz/article.php/xo_map165\"></a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">メトバックラー【アサシン113盾】</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>レシレシケイルブーツ【パラディン118靴】 </li>\r\n    <li>メトプリペス【アサシン117盾】 </li>\r\n    <li>ホーリークラッシュLv.2【パラディン111スキルブック】 </li>\r\n</ul>\r\n</div>',2879,'2007-10-19 22:34:38','2007-10-19 22:34:38','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_map170','マップ - ハディングの森','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img \"フィールドマップ\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map170.jpg\" width=\"511\" height=\"511\" />\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map169\">リトロヘドの森</a> </li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map171\">ティンクラッシュ谷</a> </li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image2]</td>\r\n            <td colspan=\"4\">メクリナ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>120&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ハディングの森</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image3]</td>\r\n            <td colspan=\"4\">メイロ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>120&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ハディングの森</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image4]</td>\r\n            <td colspan=\"4\">ツヴィヤン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>120&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ハディングの森<a href=\"http://www.blackcat.xyz/article.php/xo_map165\"></a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>ホーリークラッシュLv.3【パラディン121スキルブック】(未確認)</li>\r\n</ul>\r\n</div>',2817,'2007-05-17 11:13:21','2007-05-17 11:13:21','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_map169','マップ - リトロヘドの森','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img height=\"511\" alt=\"リトロヘドの森マップ\" width=\"511\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map169.jpg\" />\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map168\">ビッグアップルの森</a> </li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map170\">ハディングの森</a> </li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image2]</td>\r\n            <td colspan=\"4\">マズリオ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>不明</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">リトロヘドの森<a href=\"http://www.blackcat.xyz/article.php/xo_map165\"></a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">ディスカスLv.3【クレリック121スキルブック】</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image3]</td>\r\n            <td colspan=\"4\">タガリ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>不明</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">リトロヘドの森</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">フリーズスプレッシャーLv.3【ウィザード121スキルブック】</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image4]</td>\r\n            <td colspan=\"4\">バターフライ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>不明</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">リトロヘドの森<a href=\"http://www.blackcat.xyz/article.php/xo_map165\"></a></td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">レシペラスケイルブーツ【パラディン122靴】</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>レシハレンヘルルム【パラディン121兜】 </li>\r\n    <li>レシペラケイルブーツ【パラディン122靴】 </li>\r\n    <li>オーラーブレードLv.3【パラディン121スキルブック】 </li>\r\n    <li>メトアスピス【アサシン120盾】 </li>\r\n    <li>イスクルドスーツ【アサシン121胴衣】 </li>\r\n    <li>ヴェノンLv.3【アサシン121スキルブック】 </li>\r\n    <li>ジルプロトンネランシューズ【スカウター118靴】 </li>\r\n    <li>レムフィルタニヒルロワンド【プリースト121武器】 </li>\r\n    <li>【クレリック121武器】 </li>\r\n</ul>\r\n</div>',2750,'2007-10-20 22:34:57','2007-10-20 22:34:57','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Paladine_Glove','装備 - パラディン(手袋)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g100s.jpg\" /></td>\r\n            <td>レシレシケイルグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">100</td>\r\n            <td align=\"right\">50</td>\r\n            <td align=\"right\" rowspan=\"16\">60</td>\r\n            <td align=\"right\">9,910</td>\r\n            <td align=\"right\">4,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g100d.jpg\" /></td>\r\n            <td>レシフリースケイルグローブ</td>\r\n            <td align=\"right\">53</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,156</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g104s.jpg\" /></td>\r\n            <td>レシペラスケイルグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">104</td>\r\n            <td align=\"right\">55</td>\r\n            <td align=\"right\">10,722</td>\r\n            <td align=\"right\">5,361</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g104d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">58</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g108s.jpg\" /></td>\r\n            <td>レシクレシチェインミトン</td>\r\n            <td align=\"right\" rowspan=\"2\">108</td>\r\n            <td align=\"right\">60</td>\r\n            <td align=\"right\">11,566</td>\r\n            <td align=\"right\">5,783</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g108d.jpg\" /></td>\r\n            <td>レシレシチェインミトン</td>\r\n            <td align=\"right\">63</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g112s.jpg\" /></td>\r\n            <td>レシメトリチェインミトン</td>\r\n            <td align=\"right\" rowspan=\"2\">112</td>\r\n            <td align=\"right\">65</td>\r\n            <td align=\"right\">12,442</td>\r\n            <td align=\"right\">6,221</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g112d.jpg\" /></td>\r\n            <td>レシペラチェインミトン</td>\r\n            <td align=\"right\">68</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g116s.jpg\" /></td>\r\n            <td>レシメトリチェインミトン</td>\r\n            <td align=\"right\" rowspan=\"2\">116</td>\r\n            <td align=\"right\">70</td>\r\n            <td align=\"right\">13,266</td>\r\n            <td align=\"right\">6,633</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g116d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">73</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g120s.jpg\" /></td>\r\n            <td>カルレボリシリストギア</td>\r\n            <td align=\"right\" rowspan=\"2\">120</td>\r\n            <td align=\"right\">75</td>\r\n            <td align=\"right\">13,266</td>\r\n            <td align=\"right\">7,055</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g120d.jpg\" /></td>\r\n            <td>カルレクレシチェイングローブ</td>\r\n            <td align=\"right\">78</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g124s.jpg\" /></td>\r\n            <td>カルレレシチェイングローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">124</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">14,954</td>\r\n            <td align=\"right\">7,477</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"34\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g124d.jpg\" /></td>\r\n            <td>カルレロウミトン</td>\r\n            <td align=\"right\">83</td>\r\n            <td align=\"right\">15,376</td>\r\n            <td align=\"right\">7,688</td>\r\n            <td>&nbsp;</td>\r\n            <td>2</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g128s.jpg\" /></td>\r\n            <td>カルレクルドミトン</td>\r\n            <td align=\"right\" rowspan=\"2\">128</td>\r\n            <td align=\"right\">85</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,899</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"34\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3g128d.jpg\" /></td>\r\n            <td>カルレロウミトン</td>\r\n            <td align=\"right\">88</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Glove\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3302,'2007-07-08 10:43:13','2007-07-08 10:43:13','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Paladine_Shoes','装備 - パラディン(靴)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o102s.jpg\" /></td>\r\n            <td>レシフリーシチェインブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">102</td>\r\n            <td align=\"right\">50</td>\r\n            <td align=\"right\" rowspan=\"16\">120</td>\r\n            <td align=\"right\">11,566</td>\r\n            <td align=\"right\">5,783</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o102d.jpg\" /></td>\r\n            <td>レシペラチェインブーツ</td>\r\n            <td align=\"right\">52</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,221</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o106s.jpg\" /></td>\r\n            <td>レシメトリチェインブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">106</td>\r\n            <td align=\"right\">54</td>\r\n            <td align=\"right\">12,442</td>\r\n            <td align=\"right\">6,675</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o106d.jpg\" /></td>\r\n            <td>レシクリスケイルシューズ</td>\r\n            <td align=\"right\">56</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o110s.jpg\" /></td>\r\n            <td>レシレシケイルシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">110</td>\r\n            <td align=\"right\">58</td>\r\n            <td align=\"right\">13,350</td>\r\n            <td align=\"right\">6,221</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o110d.jpg\" /></td>\r\n            <td>レシフリーシアンスケイルシューズ</td>\r\n            <td align=\"right\">60</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o114s.jpg\" /></td>\r\n            <td>レシペラスケイルシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">114</td>\r\n            <td align=\"right\">62</td>\r\n            <td align=\"right\">14,290</td>\r\n            <td align=\"right\">7,145</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o114d.jpg\" /></td>\r\n            <td>レシメティスケイルシューズ</td>\r\n            <td align=\"right\">64</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o118s.jpg\" /></td>\r\n            <td>レシクリスケイルブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">118</td>\r\n            <td align=\"right\">66</td>\r\n            <td align=\"right\">15,262</td>\r\n            <td align=\"right\">7,631</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o118d.jpg\" /></td>\r\n            <td>レシレシケイルブーツ</td>\r\n            <td align=\"right\">68</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,880</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o122s.jpg\" /></td>\r\n            <td>レシフリーシアンスケイルブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">122</td>\r\n            <td align=\"right\">70</td>\r\n            <td align=\"right\">16,266</td>\r\n            <td align=\"right\">8,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o122d.jpg\" /></td>\r\n            <td>レシペラスケイルブーツ</td>\r\n            <td align=\"right\">72</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o126s.jpg\" /></td>\r\n            <td>レシメティスケイルブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">126</td>\r\n            <td align=\"right\">74</td>\r\n            <td align=\"right\">17,302</td>\r\n            <td align=\"right\">8,651</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o126d.jpg\" /></td>\r\n            <td>カルレクレシチェインシューズ</td>\r\n            <td align=\"right\">76</td>\r\n            <td align=\"right\">17,832</td>\r\n            <td align=\"right\">8,916</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o130s.jpg\" /></td>\r\n            <td>カルレレシチェインシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">130</td>\r\n            <td align=\"right\">78</td>\r\n            <td align=\"right\">ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3o130d.jpg\" /></td>\r\n            <td>カルレフリーシチェインシューズ</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Shoes\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',4720,'2007-09-17 04:33:32','2007-09-17 04:33:32','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Paladine_Acc','装備 - パラディン(アクセサリー)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3a101c.jpg\" /></td>\r\n            <td>力の印章</td>\r\n            <td align=\"right\">101</td>\r\n            <td align=\"right\">2</td>\r\n            <td>転職時</td>\r\n            <td>&nbsp;</td>\r\n            <td>力+8、体力+5、クリティカル+3</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3a120q.jpg\" /></td>\r\n            <td>百人力の指輪</td>\r\n            <td align=\"right\">120</td>\r\n            <td align=\"right\">2</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>体力+12、攻撃+20、防御+35</td>\r\n            <td>1</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Acc\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3238,'2007-06-12 16:00:32','2007-06-12 16:00:32','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Paladine_Weapon','装備 - パラディン(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w101s.jpg\" /></td>\r\n            <td>ロトポルカタナ</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">465</td>\r\n            <td align=\"right\" rowspan=\"8\">200</td>\r\n            <td align=\"right\">101,100</td>\r\n            <td align=\"right\">50,550</td>\r\n            <td>&nbsp;</td>\r\n            <td>+5</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w101d.jpg\" /></td>\r\n            <td>ロトポルモロ</td>\r\n            <td align=\"right\">475</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w105s.jpg\" /></td>\r\n            <td>ロトポルダーク</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">485</td>\r\n            <td align=\"right\">109,300</td>\r\n            <td align=\"right\">54,650</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w105d.jpg\" /></td>\r\n            <td>ロトポルパルション</td>\r\n            <td align=\"right\">495</td>\r\n            <td>ドロップ </td>\r\n            <td align=\"right\">56,760</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w109s.jpg\" /></td>\r\n            <td>ロトポルシミター</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">505</td>\r\n            <td align=\"right\">117,820</td>\r\n            <td align=\"right\">58,910</td>\r\n            <td>&nbsp;</td>\r\n            <td>+5</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w109d.jpg\" /></td>\r\n            <td>ルシクレイピア</td>\r\n            <td align=\"right\">515</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">61,110</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w113s.jpg\" /></td>\r\n            <td>トラルプレイピア</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">525</td>\r\n            <td align=\"right\">126,660</td>\r\n            <td align=\"right\">63,330</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w113d.jpg\" /></td>\r\n            <td>トラルプカタナ</td>\r\n            <td align=\"right\">535</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w115q.jpg\" /></td>\r\n            <td>ポリックスター</td>\r\n            <td align=\"right\">115</td>\r\n            <td align=\"right\">630</td>\r\n            <td align=\"right\">230</td>\r\n            <td>クエスト</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td>クリティカル+4、攻撃速度+0.8秒</td>\r\n            <td>+0</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w117s.jpg\" /></td>\r\n            <td>トラルプモロ</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">545</td>\r\n            <td align=\"right\" rowspan=\"9\">200</td>\r\n            <td align=\"right\">135,820</td>\r\n            <td align=\"right\">67,910</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w117d.jpg\" /></td>\r\n            <td>トラルプダーク</td>\r\n            <td align=\"right\">555</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">70,260</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w121s.jpg\" /></td>\r\n            <td>トラルプパルション</td>\r\n            <td align=\"right\" rowspan=\"2\">121</td>\r\n            <td align=\"right\">565</td>\r\n            <td align=\"right\">145,300</td>\r\n            <td align=\"right\">72,650</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w121d.jpg\" /></td>\r\n            <td>トラルプシミター</td>\r\n            <td align=\"right\">575</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>+0</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w125s.jpg\" /></td>\r\n            <td>トラルプヴァルキリー</td>\r\n            <td align=\"right\">125</td>\r\n            <td align=\"right\">585</td>\r\n            <td align=\"right\">155,100</td>\r\n            <td align=\"right\">77,550</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w126s.jpg\" /></td>\r\n            <td>トリロンレイピア</td>\r\n            <td align=\"right\" rowspan=\"2\">126</td>\r\n            <td align=\"right\">590</td>\r\n            <td align=\"right\">157,600</td>\r\n            <td align=\"right\">78,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w126d.jpg\" /></td>\r\n            <td>トリトンカタナ</td>\r\n            <td align=\"right\">600</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w130d.jpg\" /></td>\r\n            <td>トリトンモロ</td>\r\n            <td align=\"right\">130</td>\r\n            <td align=\"right\">610</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3w130d.jpg\" /></td>\r\n            <td>トリトンダーク</td>\r\n            <td align=\"right\">130</td>\r\n            <td align=\"right\">620</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">86,510</td>\r\n            <td>&nbsp;</td>\r\n            <td>+7</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3475,'2009-12-03 20:04:05','2009-12-03 20:04:05','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,3,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Paladine_Shield','装備 - パラディン(盾)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s101s.jpg\" /></td>\r\n            <td>メトタワーシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">95</td>\r\n            <td align=\"right\" rowspan=\"16\">300</td>\r\n            <td align=\"right\">20,220</td>\r\n            <td align=\"right\">10,110</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s101d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s105s.jpg\" /></td>\r\n            <td>ティムバスキュテュム</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">100</td>\r\n            <td align=\"right\">21,860</td>\r\n            <td align=\"right\">10,930</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s105d.jpg\" /></td>\r\n            <td>ティムバパビス</td>\r\n            <td align=\"right\">103</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s109s.jpg\" /></td>\r\n            <td>ティムバスクエディア</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">105</td>\r\n            <td align=\"right\">23,564</td>\r\n            <td align=\"right\">11,782</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s109d.jpg\" /></td>\r\n            <td>ティムバレクタングシールド</td>\r\n            <td align=\"right\">108</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s113s.jpg\" /></td>\r\n            <td>ティムバレクタングプロテクター</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">110</td>\r\n            <td align=\"right\">25,332</td>\r\n            <td align=\"right\">12,666</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s113d.jpg\" /></td>\r\n            <td>ティムバタワーシールド</td>\r\n            <td align=\"right\">113</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s117s.jpg\" /></td>\r\n            <td>ティムバタワーガード</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">115</td>\r\n            <td align=\"right\">27,164</td>\r\n            <td align=\"right\">13,582</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s117d.jpg\" /></td>\r\n            <td>ポリシスキュテュム</td>\r\n            <td align=\"right\">118</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s120s.jpg\" /></td>\r\n            <td>ポリシパビス</td>\r\n            <td align=\"right\" rowspan=\"2\">120</td>\r\n            <td align=\"right\">120</td>\r\n            <td align=\"right\">29,060</td>\r\n            <td align=\"right\">14,530</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s120d.jpg\" /></td>\r\n            <td>ポリシスクエディア</td>\r\n            <td align=\"right\">123</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">15,016</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s124s.jpg\" /></td>\r\n            <td>ポリシレクタングシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">124</td>\r\n            <td align=\"right\">125</td>\r\n            <td align=\"right\">31,520</td>\r\n            <td align=\"right\">15,760</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s124d.jpg\" /></td>\r\n            <td>ポリシレクタングプロテクター</td>\r\n            <td align=\"right\">128</td>\r\n            <td align=\"right\">32,532</td>\r\n            <td align=\"right\">16,266</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s128s.jpg\" /></td>\r\n            <td>ポリシタワーシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">128</td>\r\n            <td align=\"right\">130</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3s128d.jpg\" /></td>\r\n            <td>ポリシタワーガード</td>\r\n            <td align=\"right\">133</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Shield\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3307,'2007-09-16 23:14:13','2007-09-16 23:14:13','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Paladine_Head','装備 - パラディン(兜)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h101s.jpg\" /></td>\r\n            <td>カルレペラスケイルヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">139</td>\r\n            <td align=\"right\" rowspan=\"17\">60</td>\r\n            <td align=\"right\">30,330</td>\r\n            <td align=\"right\">15,165</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h101d.jpg\" /></td>\r\n            <td>アカンレイアキャップ</td>\r\n            <td align=\"right\">142</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">15,774</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h105s.jpg\" /></td>\r\n            <td>メルトクレシチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">145</td>\r\n            <td align=\"right\">32,766</td>\r\n            <td align=\"right\">16,383</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h105d.jpg\" /></td>\r\n            <td>メルトレシチェインコイプ</td>\r\n            <td align=\"right\">148</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">16,992</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h109s.jpg\" /></td>\r\n            <td>メルトフリーシチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">151</td>\r\n            <td align=\"right\">35,202</td>\r\n            <td align=\"right\">17,601</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h109d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">154</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h113s.jpg\" /></td>\r\n            <td>メルトメトリチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">157</td>\r\n            <td align=\"right\">37,638</td>\r\n            <td align=\"right\">18,819</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h113d.jpg\" /></td>\r\n            <td>レシカエンヘルルム</td>\r\n            <td align=\"right\">160</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">19,428</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h117s.jpg\" /></td>\r\n            <td>レシベルカエンヘルルム</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">163</td>\r\n            <td align=\"right\">40,074</td>\r\n            <td align=\"right\">20,037</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h117d.jpg\" /></td>\r\n            <td>レシオレンヘルルム</td>\r\n            <td align=\"right\">166</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">21078</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h121s.jpg\" /></td>\r\n            <td>レシベルファレンヘルム</td>\r\n            <td align=\"right\" rowspan=\"2\">121</td>\r\n            <td align=\"right\">169</td>\r\n            <td align=\"right\">43,590</td>\r\n            <td align=\"right\">21,795</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h121d.jpg\" /></td>\r\n            <td>シハレンヘルルム</td>\r\n            <td align=\"right\">172</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h125s.jpg\" /></td>\r\n            <td>レシペロヘンヘルム</td>\r\n            <td align=\"right\">125</td>\r\n            <td align=\"right\">175</td>\r\n            <td align=\"right\">46,530</td>\r\n            <td align=\"right\">23,265</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h126s.jpg\" /></td>\r\n            <td>メルトクリスケイルヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">126</td>\r\n            <td align=\"right\">177</td>\r\n            <td align=\"right\">47,280</td>\r\n            <td align=\"right\">23,640</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h126d.jpg\" /></td>\r\n            <td>メルトレシケイルヘルメット</td>\r\n            <td align=\"right\">180</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h130s.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\" rowspan=\"2\">130</td>\r\n            <td align=\"right\">183</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3h130d.jpg\" /></td>\r\n            <td>メルトペラスケイルヘルメット</td>\r\n            <td align=\"right\">186</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table><caption>同系統へのリンク</caption>\r\n<tr><th>ゼニ</th><th>一次</th><th>二次</th><th>三次</th><th>四次</th></tr>\r\n<tr><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Head\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Head\">★</a></td></tr>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3158,'2007-07-02 00:25:33','2007-07-02 00:25:33','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Paladine_Body','装備 - パラディン(胴衣)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b101s.jpg\" /></td>\r\n            <td>カルレペラスケイルアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">232</td>\r\n            <td align=\"right\">232</td>\r\n            <td align=\"right\" rowspan=\"17\">600</td>\r\n            <td align=\"right\">50,550</td>\r\n            <td align=\"right\">25,275</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b101d.jpg\" /></td>\r\n            <td>カルレメティスケイルアーマー</td>\r\n            <td align=\"right\">237</td>\r\n            <td align=\"right\">236</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b105s.jpg\" /></td>\r\n            <td>メルトクレシチェインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">242</td>\r\n            <td align=\"right\">240</td>\r\n            <td align=\"right\">54,650</td>\r\n            <td align=\"right\">27,325</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b105d.jpg\" /></td>\r\n            <td>メルトレシチェインアーマー</td>\r\n            <td align=\"right\">247</td>\r\n            <td align=\"right\">244</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">28,380</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b109s.jpg\" /></td>\r\n            <td>メルトフリーシチェインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">252</td>\r\n            <td align=\"right\">248</td>\r\n            <td align=\"right\">58,910</td>\r\n            <td align=\"right\">29,455</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b109d.jpg\" /></td>\r\n            <td>アカンドレススーツ</td>\r\n            <td align=\"right\">257</td>\r\n            <td align=\"right\">252</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,125</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b113s.jpg\" /></td>\r\n            <td>メルトメリチェインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">262</td>\r\n            <td align=\"right\">256</td>\r\n            <td align=\"right\">63,330</td>\r\n            <td align=\"right\">31,665</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b113d.jpg\" /></td>\r\n            <td>レシカエンアーマー</td>\r\n            <td align=\"right\">267</td>\r\n            <td align=\"right\">260</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b117s.jpg\" /></td>\r\n            <td>レシベルカエンアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">272</td>\r\n            <td align=\"right\">264</td>\r\n            <td align=\"right\">67,910</td>\r\n            <td align=\"right\">33,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b117d.jpg\" /></td>\r\n            <td>レシオレンアーマー</td>\r\n            <td align=\"right\">277</td>\r\n            <td align=\"right\">272</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b121s.jpg\" /></td>\r\n            <td>レシベルファレンアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">121</td>\r\n            <td align=\"right\">282</td>\r\n            <td align=\"right\">272</td>\r\n            <td align=\"right\">72,650</td>\r\n            <td align=\"right\">36,325</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b121d.jpg\" /></td>\r\n            <td>レシハレンアーマー</td>\r\n            <td align=\"right\">287</td>\r\n            <td align=\"right\">276</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;37,540</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b125s.jpg\" /></td>\r\n            <td>レシペロヘンアーマー</td>\r\n            <td align=\"right\" rowspan=\"3\">125</td>\r\n            <td align=\"right\">292</td>\r\n            <td align=\"right\">280</td>\r\n            <td align=\"right\">77,550</td>\r\n            <td align=\"right\">38,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b125d.jpg\" /></td>\r\n            <td>メルトクリスケイルアーマー</td>\r\n            <td align=\"right\">297</td>\r\n            <td align=\"right\">288</td>\r\n            <td align=\"right\">78,800</td>\r\n            <td align=\"right\">39,400</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b125q.jpg\" /></td>\r\n            <td>シラークスター</td>\r\n            <td align=\"right\">337</td>\r\n            <td align=\"right\">320</td>\r\n            <td align=\"right\">クエスト</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b129s.jpg\" /></td>\r\n            <td>メルトレシケイルアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">129</td>\r\n            <td align=\"right\">302</td>\r\n            <td align=\"right\">284</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f3b129d.jpg\" /></td>\r\n            <td>メルトフリースケイルアーマー</td>\r\n            <td align=\"right\">307</td>\r\n            <td align=\"right\">296</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">41,858</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Body\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3246,'2007-12-07 22:02:20','2007-12-07 22:02:20','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Fighter_Shield','装備 - ファイター(盾)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s031s.jpg\" /></td>\r\n            <td>ロウカイトシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">23</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">1,880</td>\r\n            <td align=\"right\">940</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s031d.jpg\" /></td>\r\n            <td>ロウクイエタ</td>\r\n            <td align=\"right\">25</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,066</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s035s.jpg\" /></td>\r\n            <td>ロウカイトバリアー</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">27</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">2,400</td>\r\n            <td align=\"right\">1,200</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s035d.jpg\" /></td>\r\n            <td>ロウカイトプロテクター</td>\r\n            <td align=\"right\">29</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,342</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s039s.jpg\" /></td>\r\n            <td>ロウシキュエイド</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">31</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">2,984</td>\r\n            <td align=\"right\">1,492</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s039d.jpg\" /></td>\r\n            <td>クルドカイトシールド</td>\r\n            <td align=\"right\">33</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,650</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s043s.jpg\" /></td>\r\n            <td>クルドクイエタ</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">35</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">3,632</td>\r\n            <td align=\"right\">1,816</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s043d.jpg\" /></td>\r\n            <td>クルドカイトバリアー</td>\r\n            <td align=\"right\">37</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,990</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s047s.jpg\" /></td>\r\n            <td>クルドカイトプロテクター</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">39</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">4,344</td>\r\n            <td align=\"right\">2,172</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s047d.jpg\" /></td>\r\n            <td>クルドシキュエイド</td>\r\n            <td align=\"right\">41</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,362</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s051s.jpg\" /></td>\r\n            <td>ドレスドカイトシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">43</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">5,120</td>\r\n            <td align=\"right\">2,560</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s051d.jpg\" /></td>\r\n            <td>ドレスドクイエタ</td>\r\n            <td align=\"right\">45</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,766</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s055s.jpg\" /></td>\r\n            <td>ドレスドカイトバリアー</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">47</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">5,960</td>\r\n            <td align=\"right\">2,980</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s055d.jpg\" /></td>\r\n            <td>ドレスドカイトプロテクター</td>\r\n            <td align=\"right\">49</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,202</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s059s.jpg\" /></td>\r\n            <td>ドレスドシキュエイド</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">51</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">6,864</td>\r\n            <td align=\"right\">3,432</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s059d.jpg\" /></td>\r\n            <td>メトカイトシールド</td>\r\n            <td align=\"right\">53</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,670</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s063s.jpg\" /></td>\r\n            <td>メトクイエタ</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">55</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">7,832</td>\r\n            <td align=\"right\">3,916</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s063d.jpg\" /></td>\r\n            <td>メトカイトバリアー</td>\r\n            <td align=\"right\">57</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,170</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s067s.jpg\" /></td>\r\n            <td>メトカイトプロテクター</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">59</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">8,864</td>\r\n            <td align=\"right\">4,432</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1s067d.jpg\" /></td>\r\n            <td>メトシキュエイド</td>\r\n            <td align=\"right\">61</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,702</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3122,'2007-06-08 15:07:55','2007-06-08 15:07:55','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Fighter_Weapon','装備 - ファイター(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w031s.jpg\" /></td>\r\n            <td>ルシクブロードソード</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">115</td>\r\n            <td align=\"right\" rowspan=\"21\">200</td>\r\n            <td align=\"right\">9,400</td>\r\n            <td align=\"right\">4,700</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w031d.jpg\" /></td>\r\n            <td>ルシクセイバー</td>\r\n            <td align=\"right\">125</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,330</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w035s.jpg\" /></td>\r\n            <td>ルシクハンカー</td>\r\n            <td align=\"right\" rowspan=\"3\">35</td>\r\n            <td align=\"right\">135</td>\r\n            <td align=\"right\" rowspan=\"3\">200</td>\r\n            <td align=\"right\">12,000</td>\r\n            <td align=\"right\">6,000</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w035q.jpg\" /></td>\r\n            <td>セイクリッドハンカー</td>\r\n            <td align=\"right\">135</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>HP回復量+40</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w035d.jpg\" /></td>\r\n            <td>ルシクロングソード</td>\r\n            <td align=\"right\">145</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,710</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w039s.jpg\" /></td>\r\n            <td>ルシクカズバルガー</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">155</td>\r\n            <td align=\"right\">14,920</td>\r\n            <td align=\"right\">7,460</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w039d.jpg\" /></td>\r\n            <td>ルシクレイピア</td>\r\n            <td align=\"right\">165</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,250</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w043s.jpg\" /></td>\r\n            <td>ルシクカタナ</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">175</td>\r\n            <td align=\"right\">18,160</td>\r\n            <td align=\"right\">9,080</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w043d.jpg\" /></td>\r\n            <td>ルシクモロ</td>\r\n            <td align=\"right\">185</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,950</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w047s.jpg\" /></td>\r\n            <td>クリパセイバー</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">195</td>\r\n            <td align=\"right\">21,720</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w047d.jpg\" /></td>\r\n            <td>クリパハンカー</td>\r\n            <td align=\"right\">205</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">11,810</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w051s.jpg\" /></td>\r\n            <td>クリパロングソード</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">215</td>\r\n            <td align=\"right\">25,600</td>\r\n            <td align=\"right\">12,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w051d.jpg\" /></td>\r\n            <td>クリパカズバルガー</td>\r\n            <td align=\"right\">225</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">13,830</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w055s.jpg\" /></td>\r\n            <td>クリパレイピア</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">235</td>\r\n            <td align=\"right\">29,800</td>\r\n            <td align=\"right\">14,900</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w055d.jpg\" /></td>\r\n            <td>クリパカタナ</td>\r\n            <td align=\"right\">245</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">16,010</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w059s.jpg\" /></td>\r\n            <td>クリパモロ</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">255</td>\r\n            <td align=\"right\">34,320</td>\r\n            <td align=\"right\">17,160</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w059d.jpg\" /></td>\r\n            <td>クリパターク</td>\r\n            <td align=\"right\">265</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">18,350</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w063s.jpg\" /></td>\r\n            <td>アキペンセイバー</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">275</td>\r\n            <td align=\"right\">39,160</td>\r\n            <td align=\"right\">19,580</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w063d.jpg\" /></td>\r\n            <td>アキペンハンカー</td>\r\n            <td align=\"right\">285</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">20,850</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w067s.jpg\" /></td>\r\n            <td>アキペンロングソード</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">295</td>\r\n            <td align=\"right\">44,320</td>\r\n            <td align=\"right\">22,160</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1w067d.jpg\" /></td>\r\n            <td>アキペンカズバルガー</td>\r\n            <td align=\"right\">305</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">23,510</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3210,'2007-06-15 15:04:44','2007-06-15 15:04:44','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Fighter_Body','装備 - ファイター(胴衣)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<h3>衣服</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b031s.jpg\" /></td>\r\n            <td>アカンピーススーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">57</td>\r\n            <td align=\"right\">92</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">4,700</td>\r\n            <td align=\"right\">2,350</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b031d.jpg\" /></td>\r\n            <td>アカンレイアスーツ</td>\r\n            <td align=\"right\">62</td>\r\n            <td align=\"right\">96</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,665</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b035s.jpg\" /></td>\r\n            <td>アカンクイルトスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">67</td>\r\n            <td align=\"right\">100</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">6,000</td>\r\n            <td align=\"right\">3,000</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b035d.jpg\" /></td>\r\n            <td>アカンロウスーツ</td>\r\n            <td align=\"right\">72</td>\r\n            <td align=\"right\">104</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,355</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b039s.jpg\" /></td>\r\n            <td>アカンクルドスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">77</td>\r\n            <td align=\"right\">108</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">7,460</td>\r\n            <td align=\"right\">3,730</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b039d.jpg\" /></td>\r\n            <td>アカンドレススーツ</td>\r\n            <td align=\"right\">82</td>\r\n            <td align=\"right\">112</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,125</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b043s.jpg\" /></td>\r\n            <td>アカンメトアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">87</td>\r\n            <td align=\"right\">116</td>\r\n            <td align=\"right\" rowspan=\"2\">400</td>\r\n            <td align=\"right\">9,080</td>\r\n            <td align=\"right\">4,540</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b043d.jpg\" /></td>\r\n            <td>アカンティムバアーマー</td>\r\n            <td align=\"right\">92</td>\r\n            <td align=\"right\">120</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,975</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b047s.jpg\" /></td>\r\n            <td>アカンポリシアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">97</td>\r\n            <td align=\"right\">124</td>\r\n            <td align=\"right\" rowspan=\"2\">400</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td align=\"right\">5,460</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b047d.jpg\" /></td>\r\n            <td>アカンクレシチェインアーマー</td>\r\n            <td align=\"right\">102</td>\r\n            <td align=\"right\">128</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,905</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b051s.jpg\" /></td>\r\n            <td>アカンレシチェインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">107</td>\r\n            <td align=\"right\">132</td>\r\n            <td align=\"right\" rowspan=\"2\">400</td>\r\n            <td align=\"right\">12,800</td>\r\n            <td align=\"right\">6,400</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b051d.jpg\" /></td>\r\n            <td>アカンフリーシチェインアーマー</td>\r\n            <td align=\"right\">112</td>\r\n            <td align=\"right\">136</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,915</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b055s.jpg\" /></td>\r\n            <td>アカンペラチェインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">117</td>\r\n            <td align=\"right\">140</td>\r\n            <td align=\"right\" rowspan=\"2\">400</td>\r\n            <td align=\"right\">14,900</td>\r\n            <td align=\"right\">7,450</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b055d.jpg\" /></td>\r\n            <td>アカンメトリチェインアーマー</td>\r\n            <td align=\"right\">122</td>\r\n            <td align=\"right\">144</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,005</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b059s.jpg\" /></td>\r\n            <td>レシメトアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">127</td>\r\n            <td align=\"right\">148</td>\r\n            <td align=\"right\" rowspan=\"2\">400</td>\r\n            <td align=\"right\">17,160</td>\r\n            <td align=\"right\">8,580</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b059d.jpg\" /></td>\r\n            <td>レシティムバ</td>\r\n            <td align=\"right\">132</td>\r\n            <td align=\"right\">152</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,175</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b063s.jpg\" /></td>\r\n            <td>レシポリシアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">137</td>\r\n            <td align=\"right\">156</td>\r\n            <td align=\"right\" rowspan=\"2\">400</td>\r\n            <td align=\"right\">19,580</td>\r\n            <td align=\"right\">9,790</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b063d.jpg\" /></td>\r\n            <td>レシクレシチェインアーマー</td>\r\n            <td align=\"right\">142</td>\r\n            <td align=\"right\">160</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">10,425</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b067s.jpg\" /></td>\r\n            <td>レシレシチェインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">147</td>\r\n            <td align=\"right\">164</td>\r\n            <td align=\"right\" rowspan=\"2\">400</td>\r\n            <td align=\"right\">22,160</td>\r\n            <td align=\"right\">11,080</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1b067d.jpg\" /></td>\r\n            <td>レシフリーシチェインアーマー</td>\r\n            <td align=\"right\">157</td>\r\n            <td align=\"right\">168</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">11,755</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3095,'2007-06-08 15:49:03','2007-06-08 15:49:03','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Fighter_Head','装備 - ファイター(兜)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h031s.jpg\" /></td>\r\n            <td>アカンピースキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">34</td>\r\n            <td align=\"right\" rowspan=\"2\">20</td>\r\n            <td align=\"right\">2,820</td>\r\n            <td align=\"right\">1,410</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h031d.jpg\" /></td>\r\n            <td>アカンレイアキャップ</td>\r\n            <td align=\"right\">37</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,599</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h035s.jpg\" /></td>\r\n            <td>アカンクイルトキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\" rowspan=\"2\">20</td>\r\n            <td align=\"right\">3,600</td>\r\n            <td align=\"right\">1,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h035d.jpg\" /></td>\r\n            <td>アカンロウキャップ</td>\r\n            <td align=\"right\">43</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,013</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h039s.jpg\" /></td>\r\n            <td>アカンクルドキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">46</td>\r\n            <td align=\"right\" rowspan=\"2\">20</td>\r\n            <td align=\"right\">4,476</td>\r\n            <td align=\"right\">2,238</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h039d.jpg\" /></td>\r\n            <td>アカンドレスキャップ</td>\r\n            <td align=\"right\">49</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,475</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h043s.jpg\" /></td>\r\n            <td>アカンメトヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">52</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">5,448</td>\r\n            <td align=\"right\">2,724</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h043d.jpg\" /></td>\r\n            <td>アカンティムバヘルメット</td>\r\n            <td align=\"right\">55</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,985</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h047s.jpg\" /></td>\r\n            <td>アカンポリシヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">58</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">6,516</td>\r\n            <td align=\"right\">3,258</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h047d.jpg\" /></td>\r\n            <td>アカンクレシチェインコイプ</td>\r\n            <td align=\"right\">61</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,543</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h051s.jpg\" /></td>\r\n            <td>アカンレシチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">64</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">7,680</td>\r\n            <td align=\"right\">3,840</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h051d.jpg\" /></td>\r\n            <td>アカンフリーシチェインコイプ</td>\r\n            <td align=\"right\">67</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,149</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h055s.jpg\" /></td>\r\n            <td>アカンペラチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">70</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">8,940</td>\r\n            <td align=\"right\">4,470</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h055d.jpg\" /></td>\r\n            <td>アカンメトリチェインコイプ</td>\r\n            <td align=\"right\">73</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,803</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h059s.jpg\" /></td>\r\n            <td>レシメトヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">76</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">10,296</td>\r\n            <td align=\"right\">5,148</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h059d.jpg\" /></td>\r\n            <td>レシティムバヘルメット</td>\r\n            <td align=\"right\">79</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,505</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h063s.jpg\" /></td>\r\n            <td>レシポリシヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">82</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">11,748</td>\r\n            <td align=\"right\">5,874</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h063d.jpg\" /></td>\r\n            <td>レシクレシチェインコイプ</td>\r\n            <td align=\"right\">85</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,255</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h067s.jpg\" /></td>\r\n            <td>レシレシチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">88</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">13,296</td>\r\n            <td align=\"right\">6,648</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1h067d.jpg\" /></td>\r\n            <td>レシフリーシチェインコイプ</td>\r\n            <td align=\"right\">91</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,053</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3109,'2007-06-08 15:50:32','2007-06-08 15:50:32','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Fighter_Glove','装備 - ファイター(手袋)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g032s.jpg\" /></td>\r\n            <td>アカンピースグローブ</td>\r\n            <td align=\"right\">32</td>\r\n            <td align=\"right\">12</td>\r\n            <td align=\"right\">20</td>\r\n            <td align=\"right\">1,002</td>\r\n            <td align=\"right\">501</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g036s.jpg\" /></td>\r\n            <td>アカンクイルトグローブ</td>\r\n            <td align=\"right\">36</td>\r\n            <td align=\"right\">14</td>\r\n            <td align=\"right\">20</td>\r\n            <td align=\"right\">1,270</td>\r\n            <td align=\"right\">635</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g040s.jpg\" /></td>\r\n            <td>アカンクロドグローブ</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">16</td>\r\n            <td align=\"right\">20</td>\r\n            <td align=\"right\">1,570</td>\r\n            <td align=\"right\">785</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g044s.jpg\" /></td>\r\n            <td>アカンメトリストギア</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\">18</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">1,902</td>\r\n            <td align=\"right\">951</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g048s.jpg\" /></td>\r\n            <td>アカンレイアミトン</td>\r\n            <td align=\"right\">48</td>\r\n            <td align=\"right\">20</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">2,266</td>\r\n            <td align=\"right\">1,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g052s.jpg\" /></td>\r\n            <td>アカンティムバリストギア</td>\r\n            <td align=\"right\">52</td>\r\n            <td align=\"right\">22</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">2,662</td>\r\n            <td align=\"right\">1,331</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g056s.jpg\" /></td>\r\n            <td>アカンクレシチェイングローブ</td>\r\n            <td align=\"right\">56</td>\r\n            <td align=\"right\">24</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">3,090</td>\r\n            <td align=\"right\">1,545</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g060s.jpg\" /></td>\r\n            <td>アカンロウミトン</td>\r\n            <td align=\"right\">60</td>\r\n            <td align=\"right\">26</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">3,550</td>\r\n            <td align=\"right\">1,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g064s.jpg\" /></td>\r\n            <td>アカンドレスミトン</td>\r\n            <td align=\"right\">64</td>\r\n            <td align=\"right\">28</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">4,042</td>\r\n            <td align=\"right\">2,021</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1g068s.jpg\" /></td>\r\n            <td>アカンペラチェイングローブ</td>\r\n            <td align=\"right\">68</td>\r\n            <td align=\"right\">30</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">4,566</td>\r\n            <td align=\"right\">2,283</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3025,'2007-06-08 16:16:28','2007-06-08 16:16:28','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Fighter_Shoes','装備 - ファイター(靴)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o031s.jpg\" /></td>\r\n            <td>アカンピースシューズ</td>\r\n            <td align=\"right\">32</td>\r\n            <td align=\"right\">12</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">1,002</td>\r\n            <td align=\"right\">501</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o035s.jpg\" /></td>\r\n            <td>アカンクイルトシューズ</td>\r\n            <td align=\"right\">36</td>\r\n            <td align=\"right\">14</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">1,270</td>\r\n            <td align=\"right\">635</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o040s.jpg\" /></td>\r\n            <td>アカンレイアブーツ</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">16</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">1,570</td>\r\n            <td align=\"right\">785</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o044s.jpg\" /></td>\r\n            <td>アカンロウシューズ</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\">18</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">1,902</td>\r\n            <td align=\"right\">951</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o048s.jpg\" /></td>\r\n            <td>アカンドレスシューズ</td>\r\n            <td align=\"right\">48</td>\r\n            <td align=\"right\">20</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">2,266</td>\r\n            <td align=\"right\">1,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o052s.jpg\" /></td>\r\n            <td>アカンクルドブーツ</td>\r\n            <td align=\"right\">52</td>\r\n            <td align=\"right\">22</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">2,662</td>\r\n            <td align=\"right\">1,331</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o056s.jpg\" /></td>\r\n            <td>アカンクレシチェインシューズ</td>\r\n            <td align=\"right\">56</td>\r\n            <td align=\"right\">24</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">3,090</td>\r\n            <td align=\"right\">1,545</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o060s.jpg\" /></td>\r\n            <td>アカンフリーシチェインシューズ</td>\r\n            <td align=\"right\">60</td>\r\n            <td align=\"right\">26</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">3,550</td>\r\n            <td align=\"right\">1,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o064s.jpg\" /></td>\r\n            <td>アカンメトリチェインシューズ</td>\r\n            <td align=\"right\">64</td>\r\n            <td align=\"right\">28</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">4,042</td>\r\n            <td align=\"right\">2,021</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1o068s.jpg\" /></td>\r\n            <td>アカンレシチェインブーツ</td>\r\n            <td align=\"right\">68</td>\r\n            <td align=\"right\">30</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">4,566</td>\r\n            <td align=\"right\">2,283</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3124,'2007-06-08 16:41:28','2007-06-08 16:41:28','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Fighter_Acc','装備 - ファイター(アクセサリー)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1a031c.jpg\" /></td>\r\n            <td>ファイターネックレス</td>\r\n            <td align=\"right\">31</td>\r\n            <td align=\"right\">5</td>\r\n            <td>転職時</td>\r\n            <td>&nbsp;</td>\r\n            <td>力+1</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f1a035q.jpg\" /></td>\r\n            <td>トラミスリング</td>\r\n            <td align=\"right\">35</td>\r\n            <td align=\"right\">5</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>力+2</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3112,'2007-05-10 18:21:25','2007-05-10 18:21:25','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_map171','マップ - ティンクラッシュ谷','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img height=\"511\" alt=\"\" width=\"511\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map171.jpg\" />\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map170\">ハディングの森</a></li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map172\">マディグラスの森</a></li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image2]</td>\r\n            <td colspan=\"4\">コン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>135&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">コニパワー、コンスニ2匹召還</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ティンクラッシュ谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image2]</td>\r\n            <td colspan=\"4\">コンスニ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>135</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">コンが召還</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ティンクラッシュ谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image3]</td>\r\n            <td colspan=\"4\">マシルム</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>130&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">アシエーダイブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ティンクラッシュ谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image4]</td>\r\n            <td colspan=\"4\">エストッフ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>130&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ティンクラッシュ谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\">[image5]</td>\r\n            <td colspan=\"4\">ストラス</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">ノンアクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>130&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ティンクラッシュ谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>Lv.4 オーラーブレード【パラディン131スキルブック】</li>\r\n    <li>エルトニヒロペリック【ウィザード129胴衣】</li>\r\n</ul>\r\n</div>',2755,'2007-10-27 17:56:56','2007-10-27 17:56:56','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_map173','マップ - ベングル谷','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img width=\"511\" height=\"511\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map173.jpg\" alt=\"\" />\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map172\">マディグラスの森</a></li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map174\">アモリカ谷</a></li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img width=\"200\" height=\"150\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map173-2.jpg\" alt=\"サレオス\" /></td>\r\n            <td colspan=\"4\">サレオス</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>142</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">コンティアダイブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ベングル谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">インツリウム,チェルン</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img width=\"200\" height=\"200\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map173-1.jpg\" alt=\"ヤコフ\" /></td>\r\n            <td colspan=\"4\">ヤコフ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>141&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ベングル谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img width=\"200\" height=\"150\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map173-3.jpg\" alt=\"トリモン\" /></td>\r\n            <td colspan=\"4\">トリモン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>140</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ベングル谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">イツクリスタ【アサシン125武器L】</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>&nbsp;</li>\r\n</ul>\r\n</div>',2945,'2008-01-05 16:20:27','2008-01-05 16:20:27','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_map172','マップ - マディグラスの森','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img height=\"511\" alt=\"\" width=\"511\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map172.jpg\" />\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map171\">ティンクラッシュ谷</a></li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map173\">ベングル谷</a></li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\"><img height=\"200\" alt=\"ターモン\" width=\"200\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map172-2.jpg\" /></td>\r\n            <td colspan=\"4\">ターモン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>138</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">マディグラスの森</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">エクィーシブル,<br />\r\n            ドポイン,インツリュム,チェルン,コンスタル,ドドロン</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\"><img height=\"200\" alt=\"トゥィルフ\" width=\"220\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map172-1.jpg\" /></td>\r\n            <td colspan=\"4\">トゥィルフ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>136～137</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">マディグラスの森</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">インツリュム,チェルン,ドドロン</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td width=\"240\" rowspan=\"5\"><img height=\"190\" alt=\"プラモン\" width=\"140\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map172-3.jpg\" /></td>\r\n            <td colspan=\"4\">プラモン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>136～137</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">マディグラスの森</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">ドポイン,チェルン,ドドロン</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>&nbsp;</li>\r\n</ul>\r\n</div>',2922,'2007-12-18 23:03:33','2007-12-18 23:03:33','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_map174','マップ - アモリカ谷','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img height=\"511\" alt=\"\" width=\"511\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map174.jpg\" />\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map173\">ベングル谷</a></li>\r\n    <li>ダンジョン？</li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img height=\"220\" alt=\"タトゥス\" width=\"200\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map174-1.jpg\" /></td>\r\n            <td colspan=\"4\">タトゥス</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>140&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">スポアーライティング</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">アモリカ谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img height=\"200\" alt=\"アルファロス\" width=\"200\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map174-2.jpg\" /></td>\r\n            <td colspan=\"4\">アルファロス</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>140&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">アモリカ谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img height=\"200\" alt=\"アーモン\" width=\"200\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map174-3.jpg\" /></td>\r\n            <td colspan=\"4\">アーモン</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>140&uarr;</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">アモリカ谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">Lv.4アクセラレーション【アサシン131スキルブック】<br />\r\n            ニスラドロスーツ【スカウター129胴衣】</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>アローランページLv.4【スカウター131スキルブック】</li>\r\n</ul>\r\n</div>',2738,'2007-12-19 00:07:04','2007-12-19 00:07:04','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Knight_Weapon','装備 - ナイト(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w071s.jpg\" /></td>\r\n            <td>アキペンレイピアー</td>\r\n            <td align=\"right\" rowspan=\"2\">71</td>\r\n            <td align=\"right\">315</td>\r\n            <td align=\"right\" rowspan=\"15\">200</td>\r\n            <td align=\"right\">49,800</td>\r\n            <td align=\"right\">24,900</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w071d.jpg\" /></td>\r\n            <td>アキペンカタナ</td>\r\n            <td align=\"right\">325</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;26,330</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6&rarr;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w075s.jpg\" /></td>\r\n            <td>アキペンモロ</td>\r\n            <td align=\"right\" rowspan=\"2\">75</td>\r\n            <td align=\"right\">335</td>\r\n            <td align=\"right\">55,600</td>\r\n            <td align=\"right\">27,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>+5</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w075d.jpg\" /></td>\r\n            <td>アキペンターク</td>\r\n            <td align=\"right\">345</td>\r\n            <td>ドロップ </td>\r\n            <td align=\"right\">29,310</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w079s.jpg\" /></td>\r\n            <td>ロトレンハンカー</td>\r\n            <td align=\"right\" rowspan=\"2\">79</td>\r\n            <td align=\"right\">355</td>\r\n            <td align=\"right\">61,720</td>\r\n            <td align=\"right\">30,860</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w079d.jpg\" /></td>\r\n            <td>ロトレンロングソード</td>\r\n            <td align=\"right\">365</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">32,450</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6&times;2</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w083s.jpg\" /></td>\r\n            <td>ロトレンカズバルガー</td>\r\n            <td align=\"right\" rowspan=\"2\">83</td>\r\n            <td align=\"right\">375</td>\r\n            <td align=\"right\">68,160</td>\r\n            <td align=\"right\">34,080</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w083d.jpg\" /></td>\r\n            <td>ロトレンレイピア</td>\r\n            <td align=\"right\">385</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;35,750</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w087s.jpg\" /></td>\r\n            <td>ロトレンカタナ</td>\r\n            <td align=\"right\" rowspan=\"2\">87</td>\r\n            <td align=\"right\">395</td>\r\n            <td align=\"right\">74,920</td>\r\n            <td align=\"right\">37,460</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w087d.jpg\" /></td>\r\n            <td>ロトレンモロ</td>\r\n            <td align=\"right\">405</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">39,210</td>\r\n            <td>&nbsp;</td>\r\n            <td>+5</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w091s.jpg\" /></td>\r\n            <td>ロトレンターク</td>\r\n            <td align=\"right\" rowspan=\"2\">91</td>\r\n            <td align=\"right\">415</td>\r\n            <td align=\"right\">82,000</td>\r\n            <td align=\"right\">41,000</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w091d.jpg\" /></td>\r\n            <td>ロトレンパルション</td>\r\n            <td align=\"right\">425</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">42830</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6&rarr;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w095s.jpg\" /></td>\r\n            <td>ロトポルロングソード</td>\r\n            <td align=\"right\" rowspan=\"2\">95</td>\r\n            <td align=\"right\">435</td>\r\n            <td align=\"right\">89,400</td>\r\n            <td align=\"right\">44,700</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w095d.jpg\" /></td>\r\n            <td>ロトポルカズバルガー</td>\r\n            <td align=\"right\">445</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">46,610</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2w099s.jpg\" /></td>\r\n            <td>ロトポルレイピアー</td>\r\n            <td align=\"right\">99</td>\r\n            <td align=\"right\">455</td>\r\n            <td align=\"right\">97,120</td>\r\n            <td align=\"right\">48,560</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3165,'2007-05-18 17:19:17','2007-05-18 17:19:17','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Knight_Shield','装備 - ナイト(盾)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s071s.jpg\" /></td>\r\n            <td>ティムバカイトシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">71</td>\r\n            <td align=\"right\">63</td>\r\n            <td align=\"right\" rowspan=\"16\">300</td>\r\n            <td align=\"right\">9,960</td>\r\n            <td align=\"right\">4,980</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s071d.jpg\" /></td>\r\n            <td>ティムバクイエタ</td>\r\n            <td align=\"right\">65</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,266</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s075s.jpg\" /></td>\r\n            <td>ティムバカイトバリアー</td>\r\n            <td align=\"right\" rowspan=\"2\">75</td>\r\n            <td align=\"right\">67</td>\r\n            <td align=\"right\">11,120</td>\r\n            <td align=\"right\">5,560</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s075d.jpg\" /></td>\r\n            <td>ティムバカイトプロテクター</td>\r\n            <td align=\"right\">69</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,862</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s079s.jpg\" /></td>\r\n            <td>ティムバシキュエイド</td>\r\n            <td align=\"right\" rowspan=\"2\">79</td>\r\n            <td align=\"right\">71</td>\r\n            <td align=\"right\">12,344</td>\r\n            <td align=\"right\">6,172</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s079d.jpg\" /></td>\r\n            <td>ポリカイトシールド</td>\r\n            <td align=\"right\">73</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,490</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s083s.jpg\" /></td>\r\n            <td>ポリシクイエタ</td>\r\n            <td align=\"right\" rowspan=\"2\">83</td>\r\n            <td align=\"right\">75</td>\r\n            <td align=\"right\">13,632</td>\r\n            <td align=\"right\">6,816</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s083d.jpg\" /></td>\r\n            <td>ポリシカイトバリアー</td>\r\n            <td align=\"right\">77</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,150</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s087s.jpg\" /></td>\r\n            <td>ポリシカイトプロテクター</td>\r\n            <td align=\"right\" rowspan=\"2\">87</td>\r\n            <td align=\"right\">79</td>\r\n            <td align=\"right\">14,984</td>\r\n            <td align=\"right\">7,492</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s087d.jpg\" /></td>\r\n            <td>ポリシシキュエイド</td>\r\n            <td align=\"right\">81</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,932</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s091s.jpg\" /></td>\r\n            <td>メトスキュテュム</td>\r\n            <td align=\"right\" rowspan=\"2\">91</td>\r\n            <td align=\"right\">83</td>\r\n            <td align=\"right\">16,400</td>\r\n            <td align=\"right\">8,200</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s091d.jpg\" /></td>\r\n            <td>メトパビス</td>\r\n            <td align=\"right\">85</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,566</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s095s.jpg\" /></td>\r\n            <td>メトスクエディア</td>\r\n            <td align=\"right\" rowspan=\"2\">95</td>\r\n            <td align=\"right\">87</td>\r\n            <td align=\"right\">17,880</td>\r\n            <td align=\"right\">8,940</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s095d.jpg\" /></td>\r\n            <td>メトレクタングシールド</td>\r\n            <td align=\"right\">89</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,322</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s099s.jpg\" /></td>\r\n            <td>メトレクタングプロテクター</td>\r\n            <td align=\"right\" rowspan=\"2\">99</td>\r\n            <td align=\"right\">91</td>\r\n            <td align=\"right\">19,424</td>\r\n            <td align=\"right\">9,712</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2s099d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Shield\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3255,'2007-05-18 17:23:54','2007-05-18 17:23:54','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Knight_Head','装備 - ナイト(兜)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h071s.jpg\" /></td>\r\n            <td>レシペラチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">71</td>\r\n            <td align=\"right\">94</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">14,940</td>\r\n            <td align=\"right\">7,470</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h071d.jpg\" /></td>\r\n            <td>レシメトリチェインコイプ</td>\r\n            <td align=\"right\">97</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,899</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h075s.jpg\" /></td>\r\n            <td>レシクリスケイルヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">75</td>\r\n            <td align=\"right\">100</td>\r\n            <td align=\"right\" rowspan=\"13\">60</td>\r\n            <td align=\"right\">16,680</td>\r\n            <td align=\"right\">8,340</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h075d.jpg\" /></td>\r\n            <td>レシレシケイルヘルメット</td>\r\n            <td align=\"right\">103</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,793</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h079s.jpg\" /></td>\r\n            <td>レシフリースケイルヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">79</td>\r\n            <td align=\"right\">106</td>\r\n            <td align=\"right\">18,516</td>\r\n            <td align=\"right\">9,258</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h079d.jpg\" /></td>\r\n            <td>レシペラスケイルヘルメット</td>\r\n            <td align=\"right\">109</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,735</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h083s.jpg\" /></td>\r\n            <td>レシメティスケイルヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">83</td>\r\n            <td align=\"right\">112</td>\r\n            <td align=\"right\">20,448</td>\r\n            <td align=\"right\">10,224</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h0783d.jpg\" /></td>\r\n            <td>カルレクレシチェインコイプ</td>\r\n            <td align=\"right\">115</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">10,725</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h087s.jpg\" /></td>\r\n            <td>カルレレシチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">87</td>\r\n            <td align=\"right\">118</td>\r\n            <td align=\"right\">22,476</td>\r\n            <td align=\"right\">11,238</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h087d.jpg\" /></td>\r\n            <td>カルレフリーシチェインコイプ</td>\r\n            <td align=\"right\">121</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">11,763</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h091s.jpg\" /></td>\r\n            <td>カルレペラチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">91</td>\r\n            <td align=\"right\">124</td>\r\n            <td align=\"right\">24,600</td>\r\n            <td align=\"right\">12,300</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h091d.jpg\" /></td>\r\n            <td>カルレメトリチェインコイプ</td>\r\n            <td align=\"right\">127</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">12,849</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h095s.jpg\" /></td>\r\n            <td>カルレクリスケイルヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">95</td>\r\n            <td align=\"right\">130</td>\r\n            <td align=\"right\">26,820</td>\r\n            <td align=\"right\">13,410</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h095d.jpg\" /></td>\r\n            <td>カルレレシケイルヘルメット</td>\r\n            <td align=\"right\">133</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">13,983</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2h099s.jpg\" /></td>\r\n            <td>カルレフリースケイルヘルメット</td>\r\n            <td align=\"right\">99</td>\r\n            <td align=\"right\">137</td>\r\n            <td align=\"right\">29,136</td>\r\n            <td align=\"right\">14,568</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Head\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3086,'2007-06-08 15:49:39','2007-06-08 15:49:39','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Knight_Body','装備 - ナイト(胴衣)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>&nbsp;</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b071s.jpg\" /></td>\r\n            <td>レシペラチェインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">71</td>\r\n            <td align=\"right\">157</td>\r\n            <td align=\"right\">172</td>\r\n            <td align=\"right\" rowspan=\"2\">400</td>\r\n            <td align=\"right\">24,900</td>\r\n            <td align=\"right\">12,450</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b071d.jpg\" /></td>\r\n            <td>レシメトリチェインアーマー</td>\r\n            <td align=\"right\">162</td>\r\n            <td align=\"right\">176</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">13,165</td>\r\n            <td>&nbsp;</td>\r\n            <td>+5</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b075s.jpg\" /></td>\r\n            <td>レシクリスケイルアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">75</td>\r\n            <td align=\"right\">167</td>\r\n            <td align=\"right\">180</td>\r\n            <td align=\"right\" rowspan=\"13\">600</td>\r\n            <td align=\"right\">27,800</td>\r\n            <td align=\"right\">12,900</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b075d.jpg\" /></td>\r\n            <td>レシレシケイルアーマー</td>\r\n            <td align=\"right\">172</td>\r\n            <td align=\"right\">184</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">14,655</td>\r\n            <td>&nbsp;</td>\r\n            <td>+5</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b079s.jpg\" /></td>\r\n            <td>レシフリースケイルアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">79</td>\r\n            <td align=\"right\">177</td>\r\n            <td align=\"right\">188</td>\r\n            <td align=\"right\">30,860</td>\r\n            <td align=\"right\">15,430</td>\r\n            <td>&nbsp;</td>\r\n            <td>+5</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b079d.jpg\" /></td>\r\n            <td>レシペラスケイルアーマー</td>\r\n            <td align=\"right\">182</td>\r\n            <td align=\"right\">192</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">16,225</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b083s.jpg\" /></td>\r\n            <td>レシメティスケイルアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">83</td>\r\n            <td align=\"right\">187</td>\r\n            <td align=\"right\">196</td>\r\n            <td align=\"right\">34,080</td>\r\n            <td align=\"right\">17,040</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b083d.jpg\" /></td>\r\n            <td>カルレクシレシチェインアーマー</td>\r\n            <td align=\"right\">192</td>\r\n            <td align=\"right\">200</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">17,875</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b087s.jpg\" /></td>\r\n            <td>カルレレシチェインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">87</td>\r\n            <td align=\"right\">197</td>\r\n            <td align=\"right\">204</td>\r\n            <td align=\"right\">37,460</td>\r\n            <td align=\"right\">18,730</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b087d.jpg\" /></td>\r\n            <td>カルレフリーシチェインアーマー</td>\r\n            <td align=\"right\">202</td>\r\n            <td align=\"right\">208</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">19,605</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b091s.jpg\" /></td>\r\n            <td>カルレペラチェインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">91</td>\r\n            <td align=\"right\">207</td>\r\n            <td align=\"right\">212</td>\r\n            <td align=\"right\">41,000</td>\r\n            <td align=\"right\">20,500</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b091d.jpg\" /></td>\r\n            <td>カルレメトリチェインアーマー</td>\r\n            <td align=\"right\">212</td>\r\n            <td align=\"right\">216</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">21,415</td>\r\n            <td>&nbsp;</td>\r\n            <td>+5</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b095s.jpg\" /></td>\r\n            <td>カルレクリスケイルアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">95</td>\r\n            <td align=\"right\">217</td>\r\n            <td align=\"right\">220</td>\r\n            <td align=\"right\">44,700</td>\r\n            <td align=\"right\">22,350</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b095d.jpg\" /></td>\r\n            <td>カルレレシケイルアーマー</td>\r\n            <td align=\"right\">222</td>\r\n            <td align=\"right\">224</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">23,302</td>\r\n            <td>&nbsp;</td>\r\n            <td>+5</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2b099s.jpg\" /></td>\r\n            <td>カルレフリースケイルアーマー</td>\r\n            <td align=\"right\">99</td>\r\n            <td align=\"right\">227</td>\r\n            <td align=\"right\">228</td>\r\n            <td align=\"right\">48,560</td>\r\n            <td align=\"right\">24,280</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Body\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3043,'2007-05-18 17:28:30','2007-05-18 17:28:30','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Knight_Glove','装備 - ナイト(手袋)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2g072s.jpg\" /></td>\r\n            <td>レシメトリストギア</td>\r\n            <td align=\"right\">72</td>\r\n            <td align=\"right\">32</td>\r\n            <td align=\"right\" rowspan=\"8\">40</td>\r\n            <td align=\"right\">5,122</td>\r\n            <td align=\"right\">2,561</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2g076s.jpg\" /></td>\r\n            <td>レシレイアミトン</td>\r\n            <td align=\"right\">76</td>\r\n            <td align=\"right\">34</td>\r\n            <td align=\"right\">5,710</td>\r\n            <td align=\"right\">2,855</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2g080s.jpg\" /></td>\r\n            <td>レシティムバリストギア</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">36</td>\r\n            <td align=\"right\">6,330</td>\r\n            <td align=\"right\">3,165</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2g084s.jpg\" /></td>\r\n            <td>レシクレシチェイングローブ</td>\r\n            <td align=\"right\">84</td>\r\n            <td align=\"right\">38</td>\r\n            <td align=\"right\">6,982</td>\r\n            <td align=\"right\">3,491</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2g088s.jpg\" /></td>\r\n            <td>レシロウミトン</td>\r\n            <td align=\"right\">88</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">7,666</td>\r\n            <td align=\"right\">3,833</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2g092s.jpg\" /></td>\r\n            <td>レシドレスミトン</td>\r\n            <td align=\"right\">92</td>\r\n            <td align=\"right\">42</td>\r\n            <td align=\"right\">8,382</td>\r\n            <td align=\"right\">4,191</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2g096s.jpg\" /></td>\r\n            <td>レシペラチェイングローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">96</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\">9,130</td>\r\n            <td align=\"right\">4,565</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2g096d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">45</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2g100s.jpg\" /></td>\r\n            <td>レシクリスケイルグローブ</td>\r\n            <td align=\"right\">100</td>\r\n            <td align=\"right\">46</td>\r\n            <td align=\"right\">60</td>\r\n            <td align=\"right\">9,910</td>\r\n            <td align=\"right\">4,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Glove\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3259,'2007-07-04 21:39:50','2007-07-04 21:39:50','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Knight_Shoes','装備 - ナイト(靴)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>&nbsp;</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o072s.jpg\" /></td>\r\n            <td>アカンペラチェインブーツ</td>\r\n            <td align=\"right\">72</td>\r\n            <td align=\"right\">32</td>\r\n            <td align=\"right\" rowspan=\"10\">80</td>\r\n            <td align=\"right\">5,122</td>\r\n            <td align=\"right\">2,561</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o076s.jpg\" /></td>\r\n            <td>レシロウシューズ</td>\r\n            <td align=\"right\">76</td>\r\n            <td align=\"right\">34</td>\r\n            <td align=\"right\">5,710</td>\r\n            <td align=\"right\">2,855</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o080s.jpg\" /></td>\r\n            <td>レシドレスシューズ</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">36</td>\r\n            <td align=\"right\">6,330</td>\r\n            <td align=\"right\">3,165</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o084s.jpg\" /></td>\r\n            <td>レシクルドブーツ</td>\r\n            <td align=\"right\">84</td>\r\n            <td align=\"right\">38</td>\r\n            <td align=\"right\">6,982</td>\r\n            <td align=\"right\">3,491</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o088s.jpg\" /></td>\r\n            <td>レシクレシチェインシューズ</td>\r\n            <td align=\"right\">88</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">7,666</td>\r\n            <td align=\"right\">3,833</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o092s.jpg\" /></td>\r\n            <td>レシフリーシチェインシューズ</td>\r\n            <td align=\"right\">92</td>\r\n            <td align=\"right\">42</td>\r\n            <td align=\"right\">8,382</td>\r\n            <td align=\"right\">4,191</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o096s.jpg\" /></td>\r\n            <td>レシメトリチェインシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">96</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\">9,130</td>\r\n            <td align=\"right\">4,565</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o096d.jpg\" /></td>\r\n            <td>レシクレシチェインブーツ</td>\r\n            <td align=\"right\">45</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o100s.jpg\" /></td>\r\n            <td>レシレシチェインブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">100</td>\r\n            <td align=\"right\">46</td>\r\n            <td align=\"right\">9,910</td>\r\n            <td align=\"right\">4,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2o100d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">47</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Shoes\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3091,'2007-05-18 17:31:49','2007-05-18 17:31:49','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Knight_Acc','装備 - ナイト(アクセサリー)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/f2a072c.jpg\" /></td>\r\n            <td>ジュエル・オブ・ソード</td>\r\n            <td align=\"right\">71</td>\r\n            <td align=\"right\">10</td>\r\n            <td>転職時</td>\r\n            <td>&nbsp;</td>\r\n            <td>力+2、体力+1</td>\r\n            <td>レ</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Warload_Acc\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3108,'2007-05-18 17:33:38','2007-05-18 17:33:38','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Wizard_Weapon','装備 - ウィザード(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>魔攻力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w101s.jpg\" /></td>\r\n            <td>メムブラメルコンスタッフ</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">230</td>\r\n            <td align=\"right\" rowspan=\"8\">200</td>\r\n            <td align=\"right\">101,100</td>\r\n            <td align=\"right\">50,550</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w101d.jpg\" /></td>\r\n            <td>メムブラメルコンスタッフ</td>\r\n            <td align=\"right\">236</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w105s.jpg\" /></td>\r\n            <td>メムブラミスリルスタッフ</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">242</td>\r\n            <td align=\"right\">109,300</td>\r\n            <td align=\"right\">54,650</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w105d.jpg\" /></td>\r\n            <td>メムブラアルコンスタッフ</td>\r\n            <td align=\"right\">248</td>\r\n            <td>ドロップ </td>\r\n            <td align=\"right\">56,760</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w109s.jpg\" /></td>\r\n            <td>メムブラグレンドスタッフ</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">254</td>\r\n            <td align=\"right\">117,820</td>\r\n            <td align=\"right\">58,910</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w109d.jpg\" /></td>\r\n            <td>ケムブラギネリンスタッフ</td>\r\n            <td align=\"right\">260</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">61,110</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w113s.jpg\" /></td>\r\n            <td>ケムブラニヒルロスタッフ</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">266</td>\r\n            <td align=\"right\">126,660</td>\r\n            <td align=\"right\">63,330</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w113d.jpg\" /></td>\r\n            <td>ケムブラギネリンスタッフ</td>\r\n            <td align=\"right\">272</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w115q.jpg\" /></td>\r\n            <td>ポリックシヤード</td>\r\n            <td align=\"right\">115</td>\r\n            <td align=\"right\">340</td>\r\n            <td align=\"right\">230</td>\r\n            <td>クエスト</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td>精神+5、魔法ディレイ+0.5秒</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w117s.jpg\" /></td>\r\n            <td>ケムブラオークスタッフ</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">278</td>\r\n            <td align=\"right\" rowspan=\"8\">200</td>\r\n            <td align=\"right\">135,820</td>\r\n            <td align=\"right\">67,910</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w117d.jpg\" /></td>\r\n            <td>ケムブラミスリルスタッフ</td>\r\n            <td align=\"right\">284</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">70,260</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w121s.jpg\" /></td>\r\n            <td>ケムブラアルコンスタッフ</td>\r\n            <td align=\"right\" rowspan=\"2\">121</td>\r\n            <td align=\"right\">290</td>\r\n            <td align=\"right\">145,300</td>\r\n            <td align=\"right\">72650</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w121d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">296</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w125s.jpg\" /></td>\r\n            <td>ケムブラクロススタッス</td>\r\n            <td align=\"right\">125</td>\r\n            <td align=\"right\">302</td>\r\n            <td align=\"right\">155,100</td>\r\n            <td align=\"right\">77,550</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w126s.jpg\" /></td>\r\n            <td>ケムペラニヒルロスタッフ</td>\r\n            <td align=\"right\" rowspan=\"2\">126</td>\r\n            <td align=\"right\">308</td>\r\n            <td align=\"right\">157,600</td>\r\n            <td align=\"right\">78,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w126d.jpg\" /></td>\r\n            <td>ケムペラメルコンスタッフ</td>\r\n            <td align=\"right\">311</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3w130d.jpg\" /></td>\r\n            <td>ケムベラミスリルスタッフ</td>\r\n            <td align=\"right\">130</td>\r\n            <td align=\"right\">323</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">86,510</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table><caption>同系統へのリンク</caption>\r\n<tr><th>ゼニ</th><th>一次</th><th>二次</th><th>三次</th><th>四次</th></tr>\r\n<tr><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Megician_Weapon\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_ArcMage_Weapon\">★</a></td></tr>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3252,'2007-06-12 19:19:05','2007-06-12 19:19:05','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Wizard_Head','装備 - ウィザード(兜)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h101s.jpg\" /></td>\r\n            <td>ベラニクルクラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">120</td>\r\n            <td align=\"right\" rowspan=\"18\">20</td>\r\n            <td align=\"right\">30,330</td>\r\n            <td align=\"right\">15,165</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h101d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">123</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">15,774</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h105s.jpg\" /></td>\r\n            <td>ベラオードクラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">126</td>\r\n            <td align=\"right\">32,766</td>\r\n            <td align=\"right\">16,383</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h105d.jpg\" /></td>\r\n            <td>ベライードクラウン</td>\r\n            <td align=\"right\">129</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">16,992</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h109s.jpg\" /></td>\r\n            <td>エルトベインクラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">132</td>\r\n            <td align=\"right\">35,202</td>\r\n            <td align=\"right\">17,601</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h109d.jpg\" /></td>\r\n            <td>エルトベイロクラウン</td>\r\n            <td align=\"right\">135</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h113s.jpg\" /></td>\r\n            <td>エルトブルリンダクラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">138</td>\r\n            <td align=\"right\">37,638</td>\r\n            <td align=\"right\">18,819</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h113d.jpg\" /></td>\r\n            <td>ベラホセップクラウン</td>\r\n            <td align=\"right\">141</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">19,428</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h117s.jpg\" /></td>\r\n            <td>ベラホイザクラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">144</td>\r\n            <td align=\"right\">40,074</td>\r\n            <td align=\"right\">20,037</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h117d.jpg\" /></td>\r\n            <td>ベラエルチュンクラウン</td>\r\n            <td align=\"right\">147</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">21078</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h121s.jpg\" /></td>\r\n            <td>ベラアポークラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">121</td>\r\n            <td align=\"right\">150</td>\r\n            <td align=\"right\">43,590</td>\r\n            <td align=\"right\">21,795</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h121d.jpg\" /></td>\r\n            <td>ベラクリップトクラウン</td>\r\n            <td align=\"right\">153</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h125s.jpg\" /></td>\r\n            <td>エルトニヒルクラウン</td>\r\n            <td align=\"right\">125</td>\r\n            <td align=\"right\">156</td>\r\n            <td align=\"right\">46,530</td>\r\n            <td align=\"right\">23,265</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h126s.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\" rowspan=\"2\">126</td>\r\n            <td align=\"right\">159</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h126d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">162</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h130s.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\" rowspan=\"3\">130</td>\r\n            <td align=\"right\">165</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h130d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">168</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3h130e.jpg\" /></td>\r\n            <td>ベルベラスダイアム</td>\r\n            <td align=\"right\">171</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Megician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_ArcMage_Head\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3031,'2007-07-23 00:15:00','2007-07-23 00:15:00','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Wizard_Glove','装備 - ウィザード(手袋)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g100s.jpg\" /></td>\r\n            <td>エテネラングローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">100</td>\r\n            <td align=\"right\">43</td>\r\n            <td align=\"right\" rowspan=\"16\">20</td>\r\n            <td align=\"right\">9,910</td>\r\n            <td align=\"right\">4,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g100d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">45</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,156</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g104s.jpg\" /></td>\r\n            <td>エテクレクルードミート</td>\r\n            <td align=\"right\" rowspan=\"2\">104</td>\r\n            <td align=\"right\">47</td>\r\n            <td align=\"right\">10,722</td>\r\n            <td align=\"right\">5,361</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g104d.jpg\" /></td>\r\n            <td>イススクラドミート</td>\r\n            <td align=\"right\">49</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g108s.jpg\" /></td>\r\n            <td>イスクレクルードミート</td>\r\n            <td align=\"right\" rowspan=\"2\">108</td>\r\n            <td align=\"right\">51</td>\r\n            <td align=\"right\">11,566</td>\r\n            <td align=\"right\">5,783</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g108d.jpg\" /></td>\r\n            <td>イスレトネラングローブ</td>\r\n            <td align=\"right\">53</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g112s.jpg\" /></td>\r\n            <td>レシメトリチェインミトン</td>\r\n            <td align=\"right\" rowspan=\"2\">112</td>\r\n            <td align=\"right\">55</td>\r\n            <td align=\"right\">12,442</td>\r\n            <td align=\"right\">6,221</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g112d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">57</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g116s.jpg\" /></td>\r\n            <td>イスレトネランミート</td>\r\n            <td align=\"right\" rowspan=\"2\">116</td>\r\n            <td align=\"right\">59</td>\r\n            <td align=\"right\">13,266</td>\r\n            <td align=\"right\">6,633</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g116d.jpg\" /></td>\r\n            <td>イスリプネランミート</td>\r\n            <td align=\"right\">61</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g120s.jpg\" /></td>\r\n            <td>イスロツンネランミート</td>\r\n            <td align=\"right\" rowspan=\"2\">120</td>\r\n            <td align=\"right\">63</td>\r\n            <td align=\"right\">13,266</td>\r\n            <td align=\"right\">7,055</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g120d.jpg\" /></td>\r\n            <td>イスコドレスグローブ</td>\r\n            <td align=\"right\">65</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g124s.jpg\" /></td>\r\n            <td>イスロウドレスグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">124</td>\r\n            <td align=\"right\">67</td>\r\n            <td align=\"right\">14,954</td>\r\n            <td align=\"right\">7,477</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"34\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m4g124s2.jpg\" /></td>\r\n            <td>イスロウドレスミート</td>\r\n            <td align=\"right\">69</td>\r\n            <td align=\"right\">15,376</td>\r\n            <td align=\"right\">7,688</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3g128s.jpg\" /></td>\r\n            <td>イスルルドレスグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">128</td>\r\n            <td align=\"right\">71</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"34\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m4g128d2.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">73</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table><caption>同系統へのリンク</caption>\r\n<tr><th>ゼニ</th><th>一次</th><th>二次</th><th>三次</th><th>四次</th></tr>\r\n<tr><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Glove\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Megician_Glove\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_ArcMage_Glove\">★</a></td></tr>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3218,'2007-06-12 15:56:56','2007-06-12 15:56:56','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Wizard_Shoes','装備 - ウィザード(靴)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o102s.jpg\" /></td>\r\n            <td>メルトレシケイルシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">102</td>\r\n            <td align=\"right\">43</td>\r\n            <td align=\"right\" rowspan=\"14\">120</td>\r\n            <td align=\"right\">11,566</td>\r\n            <td align=\"right\">5,783</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o102d.jpg\" /></td>\r\n            <td>メルトフリーシアンスケイルシューズ</td>\r\n            <td align=\"right\">44</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,221</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o106s.jpg\" /></td>\r\n            <td>メルトペラスケイルシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">106</td>\r\n            <td align=\"right\">46</td>\r\n            <td align=\"right\">12,442</td>\r\n            <td align=\"right\">6,675</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o106d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">47</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o110s.jpg\" /></td>\r\n            <td>メルトクリスケイルブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">110</td>\r\n            <td align=\"right\">49</td>\r\n            <td align=\"right\">13,350</td>\r\n            <td align=\"right\">6,221</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o110d.jpg\" /></td>\r\n            <td>メルトレシケイルブーツ</td>\r\n            <td align=\"right\">50</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o114s.jpg\" /></td>\r\n            <td>メルトスリーシアンスケイルブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">114</td>\r\n            <td align=\"right\">52</td>\r\n            <td align=\"right\">14,290</td>\r\n            <td align=\"right\">7,145</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o114d.jpg\" /></td>\r\n            <td>メルトペラスケイルブーツ</td>\r\n            <td align=\"right\">53</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o118s.jpg\" /></td>\r\n            <td>メルトメティスケイルブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">118</td>\r\n            <td align=\"right\">55</td>\r\n            <td align=\"right\">15,262</td>\r\n            <td align=\"right\">7,631</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o118d.jpg\" /></td>\r\n            <td>カルレカエングリーブ</td>\r\n            <td align=\"right\">56</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,880</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o122s.jpg\" /></td>\r\n            <td>カルレベルカエングリーブ</td>\r\n            <td align=\"right\" rowspan=\"2\">122</td>\r\n            <td align=\"right\">58</td>\r\n            <td align=\"right\">16,266</td>\r\n            <td align=\"right\">8,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o122d.jpg\" /></td>\r\n            <td>カルレオレングリーブ</td>\r\n            <td align=\"right\">59</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3o126s.jpg\" /></td>\r\n            <td>カルレベルファレングリーブ</td>\r\n            <td align=\"right\" rowspan=\"2\">126</td>\r\n            <td align=\"right\">61</td>\r\n            <td align=\"right\">17,302</td>\r\n            <td align=\"right\">8,651</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m4o126s.jpg\" /></td>\r\n            <td>カルレハレンブリーブ</td>\r\n            <td align=\"right\">62</td>\r\n            <td align=\"right\">17,832</td>\r\n            <td align=\"right\">8,916</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Megician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_ArcMage_Shoes\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3334,'2007-11-05 00:44:33','2007-11-05 00:44:33','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Wizard_Body','装備 - ウィザード(胴衣)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b101s.jpg\" /></td>\r\n            <td>ベラベインペリック</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">128</td>\r\n            <td align=\"right\">455</td>\r\n            <td align=\"right\" rowspan=\"17\">200</td>\r\n            <td align=\"right\">50,550</td>\r\n            <td align=\"right\">25,275</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b101d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">130</td>\r\n            <td align=\"right\">465</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b105s.jpg\" /></td>\r\n            <td>ベラブリンペリック</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">132</td>\r\n            <td align=\"right\">475</td>\r\n            <td align=\"right\">54,650</td>\r\n            <td align=\"right\">27,325</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b105d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">134</td>\r\n            <td align=\"right\">485</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">28,380</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b109s.jpg\" /></td>\r\n            <td>ベラニリアンペリック</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">136</td>\r\n            <td align=\"right\">495</td>\r\n            <td align=\"right\">58,910</td>\r\n            <td align=\"right\">29,455</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b109d.jpg\" /></td>\r\n            <td>ベラニルペリック</td>\r\n            <td align=\"right\">138</td>\r\n            <td align=\"right\">505</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,125</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b113s.jpg\" /></td>\r\n            <td>ベラネランペリック</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">140</td>\r\n            <td align=\"right\">515</td>\r\n            <td align=\"right\">63,330</td>\r\n            <td align=\"right\">31,665</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b113d.jpg\" /></td>\r\n            <td>ベラニヒルペリック</td>\r\n            <td align=\"right\">142</td>\r\n            <td align=\"right\">525</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b117s.jpg\" /></td>\r\n            <td>ベラディバインペリック</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">144</td>\r\n            <td align=\"right\">535</td>\r\n            <td align=\"right\">67,910</td>\r\n            <td align=\"right\">33,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b117d.jpg\" /></td>\r\n            <td>ベラデバイナーペリック</td>\r\n            <td align=\"right\">146</td>\r\n            <td align=\"right\">545</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b121s.jpg\" /></td>\r\n            <td>ベライントゥルペリック</td>\r\n            <td align=\"right\" rowspan=\"2\">121</td>\r\n            <td align=\"right\">148</td>\r\n            <td align=\"right\">555</td>\r\n            <td align=\"right\">72,650</td>\r\n            <td align=\"right\">36,325</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b121d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">150</td>\r\n            <td align=\"right\">565</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b125s.jpg\" /></td>\r\n            <td>エルトベルンペリック</td>\r\n            <td align=\"right\" rowspan=\"3\">125</td>\r\n            <td align=\"right\">152</td>\r\n            <td align=\"right\">575</td>\r\n            <td align=\"right\">77,550</td>\r\n            <td align=\"right\">38,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b125s2.jpg\" /></td>\r\n            <td>エルトベルドペリック</td>\r\n            <td align=\"right\">154</td>\r\n            <td align=\"right\">595</td>\r\n            <td align=\"right\">78,800</td>\r\n            <td align=\"right\">39,400</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b125d.jpg\" /></td>\r\n            <td>シラークシヤード</td>\r\n            <td align=\"right\">170</td>\r\n            <td align=\"right\">675</td>\r\n            <td>クエスト</td>\r\n            <td align=\"center\">－</td>\r\n            <td>魔力+2, 最大MP+200</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b129s.jpg\" /></td>\r\n            <td>エルトベルナペリック</td>\r\n            <td align=\"right\" rowspan=\"2\">129</td>\r\n            <td align=\"right\">156</td>\r\n            <td align=\"right\">595</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3b129d.jpg\" /></td>\r\n            <td>エルトニヒロペリック</td>\r\n            <td align=\"right\">158</td>\r\n            <td align=\"right\">615</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Megician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_ArcMage_Body\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n            <td>★</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3125,'2007-06-30 13:38:29','2007-06-30 13:38:29','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Wizard_Acc','装備 - ウィザード(アクセサリー)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3a101c.jpg\" /></td>\r\n            <td>火の印章</td>\r\n            <td align=\"right\">101</td>\r\n            <td align=\"right\">2</td>\r\n            <td>転職時</td>\r\n            <td>&nbsp;</td>\r\n            <td>魔力+8、精神+5、HP回復速度-0.1秒</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/m3a120q.jpg\" /></td>\r\n            <td>炸裂の指輪</td>\r\n            <td align=\"right\">120</td>\r\n            <td align=\"right\">2</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>精神力+20、魔法攻撃+13、詠唱中防御+10</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table><caption>同系統へのリンク</caption>\r\n<tr><th>ゼニ</th><th>一次</th><th>二次</th><th>三次</th><th>四次</th></tr>\r\n<tr><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Acc\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Megician_Acc\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_ArcMage_Acc\">★</a></td></tr>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3162,'2007-06-12 16:01:13','2007-06-12 16:01:13','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Archer_Weapon','装備 - アーチャー(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w031s.jpg\" /></td>\r\n            <td>トドプボウ</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">114</td>\r\n            <td align=\"right\" rowspan=\"21\">200</td>\r\n            <td align=\"right\">9,400</td>\r\n            <td align=\"right\">4,700</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w031d.jpg\" /></td>\r\n            <td>トドプハンティングボウ</td>\r\n            <td align=\"right\">122</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,330</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w035s.jpg\" /></td>\r\n            <td>トドプコンポジットボウ</td>\r\n            <td align=\"right\" rowspan=\"3\">35</td>\r\n            <td align=\"right\">130</td>\r\n            <td align=\"right\" rowspan=\"3\">200</td>\r\n            <td align=\"right\">12,000</td>\r\n            <td align=\"right\">6,000</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w035q.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">135</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>HP回復量+40</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w035d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">138</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,710</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w039s.jpg\" /></td>\r\n            <td>トドプヘルボウ</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">146</td>\r\n            <td align=\"right\">14,920</td>\r\n            <td align=\"right\">7,460</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w039d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">154</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,250</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w043s.jpg\" /></td>\r\n            <td>トドプバトルボウ</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">162</td>\r\n            <td align=\"right\">18,160</td>\r\n            <td align=\"right\">9,080</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w043d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">170</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,950</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w047s.jpg\" /></td>\r\n            <td>ライニアボウ</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">178</td>\r\n            <td align=\"right\">21,720</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w047d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">186</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">11,810</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w051s.jpg\" /></td>\r\n            <td>ライニアコンポジットボウ</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">194</td>\r\n            <td align=\"right\">25,600</td>\r\n            <td align=\"right\">12,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w051d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">202</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">13,830</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w055s.jpg\" /></td>\r\n            <td>ライニアヘルボウ</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">210</td>\r\n            <td align=\"right\">29,800</td>\r\n            <td align=\"right\">14,900</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w055d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">218</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">16,010</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w059s.jpg\" /></td>\r\n            <td>ライニアバトルボウ</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">226</td>\r\n            <td align=\"right\">34,320</td>\r\n            <td align=\"right\">17,160</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w059d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">234</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">18,350</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w063s.jpg\" /></td>\r\n            <td>モセジルボウ</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">242</td>\r\n            <td align=\"right\">39,160</td>\r\n            <td align=\"right\">19,580</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w063d.jpg\" /></td>\r\n            <td>モセジルハンティングボウ</td>\r\n            <td align=\"right\">250</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">20,850</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w067s.jpg\" /></td>\r\n            <td>モセジルコンポジットボウ</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">258</td>\r\n            <td align=\"right\">44,320</td>\r\n            <td align=\"right\">22,160</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1w067d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">266</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">23,510</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter3_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3487,'2007-06-15 15:06:55','2007-06-15 15:06:55','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Predictor_Weapon','装備 - プレディクター(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w031s.jpg\" /></td>\r\n            <td>コリタンセプター</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">114</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">9,400</td>\r\n            <td align=\"right\">4,700</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w031d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">122</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,330</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w035s.jpg\" /></td>\r\n            <td>コリタンウォーメイス</td>\r\n            <td align=\"right\" rowspan=\"3\">35</td>\r\n            <td align=\"right\">130</td>\r\n            <td align=\"right\" rowspan=\"3\">200</td>\r\n            <td align=\"right\">12,000</td>\r\n            <td align=\"right\">6,000</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w035q.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w035d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">138</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,710</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w039s.jpg\" /></td>\r\n            <td>コリタンホール</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">146</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">14,920</td>\r\n            <td align=\"right\">7,460</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w039d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">154</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,250</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w043s.jpg\" /></td>\r\n            <td>コリタングレンドメイス</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">162</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">18,160</td>\r\n            <td align=\"right\">9,080</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w043d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">170</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,950</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w047s.jpg\" /></td>\r\n            <td>ノスティクウォーセプター</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">178</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">21,720</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w047d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">186</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">11,810</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w051s.jpg\" /></td>\r\n            <td>ノスティクホーリーメイス</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">194</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">25,600</td>\r\n            <td align=\"right\">12,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w051d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">202</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">13,830</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w055s.jpg\" /></td>\r\n            <td>ノスティクグレンドセプター</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">210</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">29,800</td>\r\n            <td align=\"right\">14,900</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w055d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">218</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">16,010</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w059s.jpg\" /></td>\r\n            <td>バラクィトセプター</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">216</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">34,320</td>\r\n            <td align=\"right\">17,160</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w059d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">224</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">18,350</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w063s.jpg\" /></td>\r\n            <td>バラクィトウォーメイス</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">232</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">39,160</td>\r\n            <td align=\"right\">19,580</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w063d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">240</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">20,850</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w067s.jpg\" /></td>\r\n            <td>バラクィトホール</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">248</td>\r\n            <td align=\"right\" rowspan=\"2\">200</td>\r\n            <td align=\"right\">44,320</td>\r\n            <td align=\"right\">22,160</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1w067d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">256</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">23,510</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric3_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3111,'2007-06-08 15:05:38','2007-06-08 15:05:38','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Predictor_Shield','装備 - プレディクター(盾)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s031s.jpg\" /></td>\r\n            <td>リマシチェインカンカン</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">22</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">1,880</td>\r\n            <td align=\"right\">940</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s031d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,066</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s035s.jpg\" /></td>\r\n            <td>リマシチェインラウンドシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">25</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">2,400</td>\r\n            <td align=\"right\">1,200</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s035d.jpg\" /></td>\r\n            <td>リマシチェインラウンドバリアー</td>\r\n            <td align=\"right\">26</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,342</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s039s.jpg\" /></td>\r\n            <td>リマシチェインシパルー</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">27</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">2,984</td>\r\n            <td align=\"right\">1,492</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s039d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,650</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s043s.jpg\" /></td>\r\n            <td>リマシチェインラウンドプロテクター</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">29</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">3,632</td>\r\n            <td align=\"right\">1,816</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s043d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,990</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s047s.jpg\" /></td>\r\n            <td>ピオシチェインタージュ</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">32</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">4,344</td>\r\n            <td align=\"right\">2,172</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s047d.jpg\" /></td>\r\n            <td>ピオシチェインクラウンドシールド</td>\r\n            <td align=\"right\">33</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,362</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s051s.jpg\" /></td>\r\n            <td>ピオシチェインラウンドバリアー</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">34</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">5,120</td>\r\n            <td align=\"right\">2,560</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s051d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,766</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s055s.jpg\" /></td>\r\n            <td>ピオシチェインラウンドガード</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">37</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">5,960</td>\r\n            <td align=\"right\">2,980</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s055d.jpg\" /></td>\r\n            <td>ピオシチェインラウンドプロテクター</td>\r\n            <td align=\"right\">38</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,202</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s059s.jpg\" /></td>\r\n            <td>コルシチェインカンカン</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">39</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">6,864</td>\r\n            <td align=\"right\">3,432</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s059d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,670</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s063s.jpg\" /></td>\r\n            <td>コルシチェインラウンドシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">41</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">7,832</td>\r\n            <td align=\"right\">3,916</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s063d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,170</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s067s.jpg\" /></td>\r\n            <td>コルシチェインシパルー</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\" rowspan=\"2\">300</td>\r\n            <td align=\"right\">8,864</td>\r\n            <td align=\"right\">4,432</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1s067d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,702</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric3_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3097,'2007-06-12 13:43:09','2007-06-12 13:43:09','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Predictor_Head','装備 - プレディクター(兜)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h031s.jpg\" /></td>\r\n            <td>ソイメタナブクイルトキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">33</td>\r\n            <td align=\"right\" rowspan=\"20\">20</td>\r\n            <td align=\"right\">2,820</td>\r\n            <td align=\"right\">1,410</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h031d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">35</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,599</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h035s.jpg\" /></td>\r\n            <td>ソイメタナブクルドキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">37</td>\r\n            <td align=\"right\">3,600</td>\r\n            <td align=\"right\">1,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h035d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">39</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,013</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h039s.jpg\" /></td>\r\n            <td>ソイメタナブクレシンコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">41</td>\r\n            <td align=\"right\">4,476</td>\r\n            <td align=\"right\">2,238</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h039d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">42</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,475</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h043s.jpg\" /></td>\r\n            <td>ソイメタナブプリシンコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\">5,448</td>\r\n            <td align=\"right\">2,724</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h043d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">46</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,985</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h047s.jpg\" /></td>\r\n            <td>ソイメタナブメトインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">48</td>\r\n            <td align=\"right\">6,516</td>\r\n            <td align=\"right\">3,258</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h047d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">50</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,543</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h051s.jpg\" /></td>\r\n            <td>ヘジアスナブロウキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">51</td>\r\n            <td align=\"right\">7,680</td>\r\n            <td align=\"right\">3,840</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h051d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">53</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,149</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h055s.jpg\" /></td>\r\n            <td>ヘジアスナブドレスキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">55</td>\r\n            <td align=\"right\">8,940</td>\r\n            <td align=\"right\">4,470</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h055d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\"></td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,803</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h059s.jpg\" /></td>\r\n            <td>ヘジアスナブレシンコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">59</td>\r\n            <td align=\"right\">10,296</td>\r\n            <td align=\"right\">5,148</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h059d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">60</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,505</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h063s.jpg\" /></td>\r\n            <td>ヘジアスナブペリンコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">63</td>\r\n            <td align=\"right\">11,748</td>\r\n            <td align=\"right\">5,874</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h063d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">64</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,255</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h067s.jpg\" /></td>\r\n            <td>ラーシナブクイルトキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">67</td>\r\n            <td align=\"right\">13,296</td>\r\n            <td align=\"right\">6,648</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1h067d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">68</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,053</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric3_Head\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3086,'2007-06-15 17:14:06','2007-06-15 17:14:06','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Predictor_Body','装備 - プレディクター(胴衣)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b031s.jpg\" /></td>\r\n            <td>ソイメタナブクイルトスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">56</td>\r\n            <td align=\"right\">94</td>\r\n            <td align=\"right\" rowspan=\"20\">200</td>\r\n            <td align=\"right\">4,700</td>\r\n            <td align=\"right\">2,350</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b031d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">59</td>\r\n            <td align=\"right\">102</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,665</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b035s.jpg\" /></td>\r\n            <td>ソイメタナブクルドスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">62</td>\r\n            <td align=\"right\">110</td>\r\n            <td align=\"right\">6,000</td>\r\n            <td align=\"right\">3,000</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b035d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">65</td>\r\n            <td align=\"right\">118</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,355</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b039s.jpg\" /></td>\r\n            <td>ソイメタナブクレシンアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">68</td>\r\n            <td align=\"right\">126</td>\r\n            <td align=\"right\">7,460</td>\r\n            <td align=\"right\">3,730</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b039d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">71</td>\r\n            <td align=\"right\">134</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,125</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b043s.jpg\" /></td>\r\n            <td>ソイメタナブプリシンアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">74</td>\r\n            <td align=\"right\">142</td>\r\n            <td align=\"right\">9,080</td>\r\n            <td align=\"right\">4,540</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b043d.jpg\" /></td>\r\n            <td>ソイメタナブメトインアーマー</td>\r\n            <td align=\"right\">77</td>\r\n            <td align=\"right\">150</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,975</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b047s.jpg\" /></td>\r\n            <td>ソイメタナブメトインアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">158</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td align=\"right\">5,460</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b047d.jpg\" /></td>\r\n            <td>アカンクレシチェインアーマー</td>\r\n            <td align=\"right\">83</td>\r\n            <td align=\"right\">166</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,905</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b051s.jpg\" /></td>\r\n            <td>ヘジアスナブロウスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">86</td>\r\n            <td align=\"right\">174</td>\r\n            <td align=\"right\">12,800</td>\r\n            <td align=\"right\">6,400</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b051d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">89</td>\r\n            <td align=\"right\">182</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,915</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b055s.jpg\" /></td>\r\n            <td>ヘジアスナブドレススーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">92</td>\r\n            <td align=\"right\">190</td>\r\n            <td align=\"right\">14,900</td>\r\n            <td align=\"right\">7,450</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b055d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">95</td>\r\n            <td align=\"right\">198</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,005</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b059s.jpg\" /></td>\r\n            <td>ヘジアスナブレシンアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">98</td>\r\n            <td align=\"right\">126</td>\r\n            <td align=\"right\">17,160</td>\r\n            <td align=\"right\">8,580</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b059d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">101</td>\r\n            <td align=\"right\">214</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,175</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b063s.jpg\" /></td>\r\n            <td>ヘジアスナブペリンアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">104</td>\r\n            <td align=\"right\">222</td>\r\n            <td align=\"right\">19,580</td>\r\n            <td align=\"right\">9,790</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b063d.jpg\" /></td>\r\n            <td>レシクレシチェインアーマー</td>\r\n            <td align=\"right\">107</td>\r\n            <td align=\"right\">230</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">10,425</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b067s.jpg\" /></td>\r\n            <td>ラーシナブクイルトスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">110</td>\r\n            <td align=\"right\">238</td>\r\n            <td align=\"right\">22,160</td>\r\n            <td align=\"right\">11,080</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1b067d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">113</td>\r\n            <td align=\"right\">246</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">11,755</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric3_Body\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3235,'2007-07-02 17:22:53','2007-07-02 17:22:53','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Predictor_Glove','装備 - プレディクター(手袋)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g032s.jpg\" /></td>\r\n            <td>ソイメタナブクイルトグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">32</td>\r\n            <td align=\"right\">11</td>\r\n            <td align=\"right\" rowspan=\"20\">20</td>\r\n            <td align=\"right\">1,002</td>\r\n            <td align=\"right\">501</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g032d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">12</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g036s.jpg\" /></td>\r\n            <td>ソイメタナブクルドグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">36</td>\r\n            <td align=\"right\">13</td>\r\n            <td align=\"right\">1,270</td>\r\n            <td align=\"right\">635</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g036d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">12</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g040s.jpg\" /></td>\r\n            <td>ソイメタナブクレシンミト</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">15</td>\r\n            <td align=\"right\">1,570</td>\r\n            <td align=\"right\">785</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g040d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">16</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g044s.jpg\" /></td>\r\n            <td>ソイメタナブプリシンミト</td>\r\n            <td align=\"right\" rowspan=\"2\">44</td>\r\n            <td align=\"right\">17</td>\r\n            <td align=\"right\">1,902</td>\r\n            <td align=\"right\">951</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g044d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">12</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g048s.jpg\" /></td>\r\n            <td>ソイメタナブメトインミト</td>\r\n            <td align=\"right\" rowspan=\"2\">48</td>\r\n            <td align=\"right\">19</td>\r\n            <td align=\"right\">2,266</td>\r\n            <td align=\"right\">1,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g048d.jpg\" /></td>\r\n            <td>ジアスナブクイルトグローブ</td>\r\n            <td align=\"right\">20</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g052s.jpg\" /></td>\r\n            <td>ヘジアスナブロウグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">52</td>\r\n            <td align=\"right\">21</td>\r\n            <td align=\"right\">2,662</td>\r\n            <td align=\"right\">1,331</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g052d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">22</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g056s.jpg\" /></td>\r\n            <td>ヘジアスナブドレスグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">56</td>\r\n            <td align=\"right\">23</td>\r\n            <td align=\"right\">3,090</td>\r\n            <td align=\"right\">1,545</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g056d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">24</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g060s.jpg\" /></td>\r\n            <td>ヘジアスナブレシンミト</td>\r\n            <td align=\"right\" rowspan=\"2\">60</td>\r\n            <td align=\"right\">25</td>\r\n            <td align=\"right\">3,550</td>\r\n            <td align=\"right\">1,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g060d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">26</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g064s.jpg\" /></td>\r\n            <td>ヘジアスナブペリンミト</td>\r\n            <td align=\"right\" rowspan=\"2\">64</td>\r\n            <td align=\"right\">27</td>\r\n            <td align=\"right\">4,042</td>\r\n            <td align=\"right\">2,021</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g064d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">28</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g068s.jpg\" /></td>\r\n            <td>ラーシナブクイルトグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">68</td>\r\n            <td align=\"right\">29</td>\r\n            <td align=\"right\">4,566</td>\r\n            <td align=\"right\">2,283</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1g068d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">30</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric3_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3071,'2007-06-08 16:28:14','2007-06-08 16:28:14','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Predictor_Shoes','装備 - プレディクター(靴)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o031s.jpg\" /></td>\r\n            <td>ソイメタナブクイルトシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">32</td>\r\n            <td align=\"right\">11</td>\r\n            <td align=\"right rowspan=\"20\">40</td>\r\n            <td align=\"right\">1,002</td>\r\n            <td align=\"right\">501</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o031d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">12</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o035s.jpg\" /></td>\r\n            <td>ソイメタナブクルドシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">36</td>\r\n            <td align=\"right\">13</td>\r\n            <td align=\"right\">1,270</td>\r\n            <td align=\"right\">635</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o035d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">14</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o040s.jpg\" /></td>\r\n            <td>アカンレイアブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">15</td>\r\n            <td align=\"right\">1,570</td>\r\n            <td align=\"right\">785</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o040d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">16</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o044s.jpg\" /></td>\r\n            <td>ソイメタナブクレシンブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">44</td>\r\n            <td align=\"right\">17</td>\r\n            <td align=\"right\">1,902</td>\r\n            <td align=\"right\">951</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o044d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">18</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o048s.jpg\" /></td>\r\n            <td>ソイメタナブメトインブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">48</td>\r\n            <td align=\"right\">19</td>\r\n            <td align=\"right\">2,266</td>\r\n            <td align=\"right\">1,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o048d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">20</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o052s.jpg\" /></td>\r\n            <td>ヘジアスナブロウシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">52</td>\r\n            <td align=\"right\">21</td>\r\n            <td align=\"right\">2,662</td>\r\n            <td align=\"right\">1,331</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o052d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">22</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o056s.jpg\" /></td>\r\n            <td>ヘジアスナブドレスシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">56</td>\r\n            <td align=\"right\">23</td>\r\n            <td align=\"right\">3,090</td>\r\n            <td align=\"right\">1,545</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o056d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">24</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o060s.jpg\" /></td>\r\n            <td>ヘジアスナブレシンブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">60</td>\r\n            <td align=\"right\">25</td>\r\n            <td align=\"right\">3,550</td>\r\n            <td align=\"right\">1,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o060d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">26</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o064s.jpg\" /></td>\r\n            <td>ヘジアスナブペリンブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">64</td>\r\n            <td align=\"right\">27</td>\r\n            <td align=\"right\">4,042</td>\r\n            <td align=\"right\">2,021</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o064d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">28</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o068s.jpg\" /></td>\r\n            <td>ラーシナブクイルトシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">68</td>\r\n            <td align=\"right\">29</td>\r\n            <td align=\"right\">4,566</td>\r\n            <td align=\"right\">2,283</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1o068d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">30</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric3_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3198,'2007-06-08 16:42:27','2007-06-08 16:42:27','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Archer_Glove','装備 - アーチャー(手袋)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g032s.jpg\" /></td>\r\n            <td>アモイテニロウグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">32</td>\r\n            <td align=\"right\">11</td>\r\n            <td align=\"right\" rowspan=\"20\">20</td>\r\n            <td align=\"right\">1,002</td>\r\n            <td align=\"right\">501</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g032d.jpg\" /></td>\r\n            <td>アモイトロロウグローブ</td>\r\n            <td align=\"right\">12</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g036s.jpg\" /></td>\r\n            <td>アモイテンシャスロウグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">36</td>\r\n            <td align=\"right\">13</td>\r\n            <td align=\"right\">1,270</td>\r\n            <td align=\"right\">635</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g036d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">12</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g040s.jpg\" /></td>\r\n            <td>アモイウォタースクルドグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">15</td>\r\n            <td align=\"right\">1,570</td>\r\n            <td align=\"right\">785</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g040d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">16</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g044s.jpg\" /></td>\r\n            <td>アモイレトネラングローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">44</td>\r\n            <td align=\"right\">17</td>\r\n            <td align=\"right\">1,902</td>\r\n            <td align=\"right\">951</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g044d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">12</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g048s.jpg\" /></td>\r\n            <td>アモイロトネンラングローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">48</td>\r\n            <td align=\"right\">19</td>\r\n            <td align=\"right\">2,266</td>\r\n            <td align=\"right\">1,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g048d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">20</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g052s.jpg\" /></td>\r\n            <td>アモイルルドレスグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">52</td>\r\n            <td align=\"right\">21</td>\r\n            <td align=\"right\">2,662</td>\r\n            <td align=\"right\">1,331</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g052d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">22</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g056s.jpg\" /></td>\r\n            <td>ヘイシトロロウグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">56</td>\r\n            <td align=\"right\">23</td>\r\n            <td align=\"right\">3,090</td>\r\n            <td align=\"right\">1,545</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g056d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">24</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g060s.jpg\" /></td>\r\n            <td>ヘイシウィトクルドグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">60</td>\r\n            <td align=\"right\">25</td>\r\n            <td align=\"right\">3,550</td>\r\n            <td align=\"right\">1,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g060d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">26</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g064s.jpg\" /></td>\r\n            <td>ヘイシクレブルドグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">64</td>\r\n            <td align=\"right\">27</td>\r\n            <td align=\"right\">4,042</td>\r\n            <td align=\"right\">2,021</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g064d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">28</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g068s.jpg\" /></td>\r\n            <td>ヘイシンリプネラングローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">68</td>\r\n            <td align=\"right\">29</td>\r\n            <td align=\"right\">4,566</td>\r\n            <td align=\"right\">2,283</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1g068d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">30</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter3_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3172,'2007-06-08 17:43:32','2007-06-08 17:43:32','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Archer_Shoes','装備 - アーチャー(靴)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o031s.jpg\" /></td>\r\n            <td>アモイテニロウシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">32</td>\r\n            <td align=\"right\">11</td>\r\n            <td align=\"right rowspan=\"20\">40</td>\r\n            <td align=\"right\">1,002</td>\r\n            <td align=\"right\">501</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o031d.jpg\" /></td>\r\n            <td>アモイトロロウシューズ</td>\r\n            <td align=\"right\">12</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o035s.jpg\" /></td>\r\n            <td>アモイテンシャスロウシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">36</td>\r\n            <td align=\"right\">13</td>\r\n            <td align=\"right\">1,270</td>\r\n            <td align=\"right\">635</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o035d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">14</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o040s.jpg\" /></td>\r\n            <td>アモイウォタースクルドシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">40</td>\r\n            <td align=\"right\">15</td>\r\n            <td align=\"right\">1,570</td>\r\n            <td align=\"right\">785</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o040d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">16</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o044s.jpg\" /></td>\r\n            <td>アモイレトネランシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">44</td>\r\n            <td align=\"right\">17</td>\r\n            <td align=\"right\">1,902</td>\r\n            <td align=\"right\">951</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o044d.jpg\" /></td>\r\n            <td>アモイリプネランシューズ</td>\r\n            <td align=\"right\">18</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o048s.jpg\" /></td>\r\n            <td>アモイロトネンランシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">48</td>\r\n            <td align=\"right\">19</td>\r\n            <td align=\"right\">2,266</td>\r\n            <td align=\"right\">1,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o048d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">20</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o052s.jpg\" /></td>\r\n            <td>アモイルルドレスシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">52</td>\r\n            <td align=\"right\">21</td>\r\n            <td align=\"right\">2,662</td>\r\n            <td align=\"right\">1,331</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o052d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">22</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o056s.jpg\" /></td>\r\n            <td>ヘイシトロロウシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">56</td>\r\n            <td align=\"right\">23</td>\r\n            <td align=\"right\">3,090</td>\r\n            <td align=\"right\">1,545</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o056d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">24</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o060s.jpg\" /></td>\r\n            <td>ヘイシウィトクルドシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">60</td>\r\n            <td align=\"right\">25</td>\r\n            <td align=\"right\">3,550</td>\r\n            <td align=\"right\">1,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o060d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">26</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o064s.jpg\" /></td>\r\n            <td>ヘイシクレブルドシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">64</td>\r\n            <td align=\"right\">27</td>\r\n            <td align=\"right\">4,042</td>\r\n            <td align=\"right\">2,021</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o064d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">28</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o068s.jpg\" /></td>\r\n            <td>ヘイシンリプネランシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">68</td>\r\n            <td align=\"right\">29</td>\r\n            <td align=\"right\">4,566</td>\r\n            <td align=\"right\">2,283</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1o068d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">30</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\"></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter3_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3178,'2007-06-08 17:51:03','2007-06-08 17:51:03','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('pageRSSAggregator','くろねこサイト新着情報','','echo phpblock_rssAggregator();\r\n',219254,'2007-10-04 19:13:36','2007-10-04 19:13:36','blankpage',0,'',-1,null,null,0,'',0,0,2,14,3,2,2,2,0,'','all',0,2,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Priest_Weapon','装備 - プリースト(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w101s.jpg\" /></td>\r\n            <td>ジェムブラタイランワンド</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">230</td>\r\n            <td align=\"right\" rowspan=\"17\">200</td>\r\n            <td align=\"right\">101,100</td>\r\n            <td align=\"right\">50,550</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w101d.jpg\" /></td>\r\n            <td>レムブラハイドワンド</td>\r\n            <td align=\"right\">236</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w105s.jpg\" /></td>\r\n            <td>レムブラミストラルワンド</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">242</td>\r\n            <td align=\"right\">109,300</td>\r\n            <td align=\"right\">54,650</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w105d.jpg\" /></td>\r\n            <td>レムブラギネリンワンド</td>\r\n            <td align=\"right\">248</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">56,760</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w109s.jpg\" /></td>\r\n            <td>レムブラニヒルロワンド</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">254</td>\r\n            <td align=\"right\">117,820</td>\r\n            <td align=\"right\">58,910</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w109d.jpg\" /></td>\r\n            <td>レムブラメルクロワンド</td>\r\n            <td align=\"right\">260</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">61,110</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w113s.jpg\" /></td>\r\n            <td>レムブラミスリルワンド</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">266</td>\r\n            <td align=\"right\">126,660</td>\r\n            <td align=\"right\">63,330</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w113d.jpg\" /></td>\r\n            <td>レムブラタイランワンド</td>\r\n            <td align=\"right\">272</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w115q.jpg\" /></td>\r\n            <td>ポリックサイバー</td>\r\n            <td align=\"right\">115</td>\r\n            <td align=\"right\">340</td>\r\n            <td>クエスト</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td>精神+5、魔法ディレイ+0.5秒</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w117s.jpg\" /></td>\r\n            <td>レムブラメルトワンド</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">278</td>\r\n            <td align=\"right\">135,820</td>\r\n            <td align=\"right\">67,910</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w117d.jpg\" /></td>\r\n            <td>レムフィルタミストラルワンド</td>\r\n            <td align=\"right\">284</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">70,260</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w121s.jpg\" /></td>\r\n            <td>レムフィルタギネリンワンド</td>\r\n            <td align=\"right\" rowspan=\"2\">121</td>\r\n            <td align=\"right\">290</td>\r\n            <td align=\"right\">145,300</td>\r\n            <td align=\"right\">72,650</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w121d.jpg\" /></td>\r\n            <td>レムフィルタニヒルロワンド</td>\r\n            <td align=\"right\">296</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w125s.jpg\" /></td>\r\n            <td>レムフィルタメルクロワンド</td>\r\n            <td align=\"right\">125</td>\r\n            <td align=\"right\">302</td>\r\n            <td align=\"right\">155,100</td>\r\n            <td align=\"right\">77,550</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w126s.jpg\" /></td>\r\n            <td>レムフィルタミスリルワンド</td>\r\n            <td align=\"right\" rowspan=\"2\">126</td>\r\n            <td align=\"right\">305</td>\r\n            <td align=\"right\">157,600</td>\r\n            <td align=\"right\">78,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w126d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">311</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3w130d.jpg\" /></td>\r\n            <td>レムフィルタアコンワンド</td>\r\n            <td align=\"right\">130</td>\r\n            <td align=\"right\">323</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">86,510</td>\r\n            <td>&nbsp;</td>\r\n            <td>2</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3432,'2007-10-20 02:23:28','2007-10-20 02:23:28','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Priest_Shield','装備 - プリースト(盾)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s101s.jpg\" /></td>\r\n            <td>フリーシチェインタージュ</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\" rowspan=\"15\">300</td>\r\n            <td align=\"right\">20,220</td>\r\n            <td align=\"right\">10,110</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s101d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;82</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s105s.jpg\" /></td>\r\n            <td>フリーシチェインラウンドバリアー</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">84</td>\r\n            <td align=\"right\">21,860</td>\r\n            <td align=\"right\">10,930</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s105d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">86</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s109s.jpg\" /></td>\r\n            <td>フリーシチェインラウンドガード</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">88</td>\r\n            <td align=\"right\">23,564</td>\r\n            <td align=\"right\">11,782</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s109d.jpg\" /></td>\r\n            <td>フリーシチェインラウンドプロテクター</td>\r\n            <td align=\"right\">90</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s113s.jpg\" /></td>\r\n            <td>ペラチェインカルカン</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">92</td>\r\n            <td align=\"right\">25,332</td>\r\n            <td align=\"right\">12,666</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s113d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">94</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s117s.jpg\" /></td>\r\n            <td>ペラチェインラウンドシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">96</td>\r\n            <td align=\"right\">27,164</td>\r\n            <td align=\"right\">13,582</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s117d.jpg\" /></td>\r\n            <td>ペラチェインラウンドバリアー</td>\r\n            <td align=\"right\">98</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s120s.jpg\" /></td>\r\n            <td>ペラチェインシパルー</td>\r\n            <td align=\"right\" rowspan=\"2\">120</td>\r\n            <td align=\"right\">100</td>\r\n            <td align=\"right\">29,060</td>\r\n            <td align=\"right\">14,530</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s120d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">102</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">15,016</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s124s.jpg\" /></td>\r\n            <td>ペラチェインラウンドプロテクター</td>\r\n            <td align=\"right\" rowspan=\"3\">124</td>\r\n            <td align=\"right\">104</td>\r\n            <td align=\"right\">31,520</td>\r\n            <td align=\"right\">15,760</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p4s124s.jpg\" /></td>\r\n            <td>メトリチェインカンカン</td>\r\n            <td align=\"right\">106</td>\r\n            <td align=\"right\">32,532</td>\r\n            <td align=\"right\">16,266</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3s128d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">?</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Shield\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3148,'2007-06-12 15:47:25','2007-06-12 15:47:25','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Priest_Body','装備 - プリースト(胴衣)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b101s.jpg\" /></td>\r\n            <td>チアトボウィンベリス</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">164</td>\r\n            <td align=\"right\">382</td>\r\n            <td align=\"right\" rowspan=\"15\">600</td>\r\n            <td align=\"right\">50,550</td>\r\n            <td align=\"right\">25,275</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b101d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">167</td>\r\n            <td align=\"right\">390</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b105s.jpg\" /></td>\r\n            <td>チアトビスベリス</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">170</td>\r\n            <td align=\"right\">398</td>\r\n            <td align=\"right\">54,650</td>\r\n            <td align=\"right\">27,325</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b105d.jpg\" /></td>\r\n            <td>チアトパウベリス</td>\r\n            <td align=\"right\">173</td>\r\n            <td align=\"right\">406</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">28,380</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b109s.jpg\" /></td>\r\n            <td>チアトラドディロック</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">176</td>\r\n            <td align=\"right\">414</td>\r\n            <td align=\"right\">58,910</td>\r\n            <td align=\"right\">29,455</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b109d.jpg\" /></td>\r\n            <td>チアトロディンディロック</td>\r\n            <td align=\"right\">179</td>\r\n            <td align=\"right\">422</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,125</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b113s.jpg\" /></td>\r\n            <td>チアトロアディロック</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">182</td>\r\n            <td align=\"right\">430</td>\r\n            <td align=\"right\">63,330</td>\r\n            <td align=\"right\">31,665</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b113d.jpg\" /></td>\r\n            <td>チアトロデインディロック</td>\r\n            <td align=\"right\">185</td>\r\n            <td align=\"right\">438</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>1</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b117s.jpg\" /></td>\r\n            <td>チアトティロハルレス</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">188</td>\r\n            <td align=\"right\">446</td>\r\n            <td align=\"right\">67,910</td>\r\n            <td align=\"right\">33,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b117d.jpg\" /></td>\r\n            <td>アトテイロハルレス</td>\r\n            <td align=\"right\">191</td>\r\n            <td align=\"right\">454</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b121s.jpg\" /></td>\r\n            <td>チアトトロアハルレス</td>\r\n            <td align=\"right\" rowspan=\"2\">121</td>\r\n            <td align=\"right\">194</td>\r\n            <td align=\"right\">462</td>\r\n            <td align=\"right\">72,650</td>\r\n            <td align=\"right\">36,325</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b121d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">197</td>\r\n            <td align=\"right\">470</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b125s.jpg\" /></td>\r\n            <td>ロンコボウィンベリス</td>\r\n            <td align=\"right\" rowspan=\"3\">125</td>\r\n            <td align=\"right\">200</td>\r\n            <td align=\"right\">478</td>\r\n            <td align=\"right\">77,550</td>\r\n            <td align=\"right\">38,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b126s.jpg\" /></td>\r\n            <td>ロンコベスコベリス</td>\r\n            <td align=\"right\">203</td>\r\n            <td align=\"right\">486</td>\r\n            <td align=\"right\">78,800</td>\r\n            <td align=\"right\">39,400</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b126d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Body\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3120,'2007-06-12 15:52:33','2007-06-12 15:52:33','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Priest_Head','装備 - プリースト(兜)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h101s.jpg\" /></td>\r\n            <td>ベルトカレインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">101</td>\r\n            <td align=\"right\">122</td>\r\n            <td align=\"right\" rowspan=\"4\">20</td>\r\n            <td align=\"right\">30,330</td>\r\n            <td align=\"right\">15,165</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h101d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">125</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">15,774</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h105s.jpg\" /></td>\r\n            <td>ベルトクラッシチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">105</td>\r\n            <td align=\"right\">128</td>\r\n            <td align=\"right\">32,766</td>\r\n            <td align=\"right\">16,383</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h105d.jpg\" /></td>\r\n            <td>ベルトレッシチェインコイプ</td>\r\n            <td align=\"right\">131</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">16,992</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h109s.jpg\" /></td>\r\n            <td>ベルトプリシチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">109</td>\r\n            <td align=\"right\">134</td>\r\n            <td align=\"right\" rowspan=\"11\">40</td>\r\n            <td align=\"right\">35,202</td>\r\n            <td align=\"right\">17,601</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h109d.jpg\" /></td>\r\n            <td>ベルトペラチェインコイプ</td>\r\n            <td align=\"right\">137</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h113s.jpg\" /></td>\r\n            <td>ベルトメトリチェインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">113</td>\r\n            <td align=\"right\">140</td>\r\n            <td align=\"right\">37,638</td>\r\n            <td align=\"right\">18,819</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h113d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">143</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">19,428</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h117s.jpg\" /></td>\r\n            <td>デプコブレトコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">117</td>\r\n            <td align=\"right\">146</td>\r\n            <td align=\"right\">40,074</td>\r\n            <td align=\"right\">20,037</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h117d.jpg\" /></td>\r\n            <td>デプスパンダルコイプ</td>\r\n            <td align=\"right\">149</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">21078</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h121s.jpg\" /></td>\r\n            <td>デプエスパンダルコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">121</td>\r\n            <td align=\"right\">152</td>\r\n            <td align=\"right\">43,590</td>\r\n            <td align=\"right\">21,795</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h121d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">155</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h125s.jpg\" /></td>\r\n            <td>デプハイドロンコイプ</td>\r\n            <td align=\"right\">125</td>\r\n            <td align=\"right\">158</td>\r\n            <td align=\"right\">46,530</td>\r\n            <td align=\"right\">23,265</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h126s.jpg\" /></td>\r\n            <td>ベルトルダインコイプ</td>\r\n            <td align=\"right\" rowspan=\"2\">126</td>\r\n            <td align=\"right\">161</td>\r\n            <td align=\"right\">47,280</td>\r\n            <td align=\"right\">23,640</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3h126d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">?</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table><caption>同系統へのリンク</caption>\r\n<tr><th>ゼニ</th><th>一次</th><th>二次</th><th>三次</th><th>四次</th></tr>\r\n<tr><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Head\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Head\">★</a></td></tr>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3194,'2007-06-12 16:14:42','2007-06-12 16:14:42','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Priest_Glove','装備 - プリースト(手袋)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g100s.jpg\" /></td>\r\n            <td>レリナブクレシンミト</td>\r\n            <td align=\"right\" rowspan=\"2\">100</td>\r\n            <td align=\"right\">46</td>\r\n            <td align=\"right\" rowspan=\"14\">20</td>\r\n            <td align=\"right\">9,910 </td>\r\n            <td align=\"right\">4,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g100d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">48</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,156</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g104s.jpg\" /></td>\r\n            <td>ジュレナブレシングローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">104</td>\r\n            <td align=\"right\">50</td>\r\n            <td align=\"right\">10,722</td>\r\n            <td align=\"right\">5,361 </td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g104d.jpg\" /></td>\r\n            <td>ジュレナブプリシングローブ</td>\r\n            <td align=\"right\">52</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g108s.jpg\" /></td>\r\n            <td>ジュレナブクレシミント</td>\r\n            <td align=\"right\" rowspan=\"2\">108</td>\r\n            <td align=\"right\">54</td>\r\n            <td align=\"right\">11,566</td>\r\n            <td align=\"right\">5,783 </td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g108d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">56</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g112s.jpg\" /></td>\r\n            <td>ジュレナブプリシミント</td>\r\n            <td align=\"right\" rowspan=\"2\">112</td>\r\n            <td align=\"right\">58</td>\r\n            <td align=\"right\">12,442</td>\r\n            <td align=\"right\">6,221</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g112d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">60</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g116s.jpg\" /></td>\r\n            <td>ジュレナブメティングローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">116</td>\r\n            <td align=\"right\">62</td>\r\n            <td align=\"right\">13,266</td>\r\n            <td align=\"right\">6,633</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g116d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">66</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g120s.jpg\" /></td>\r\n            <td>ジュレナブメティンミト</td>\r\n            <td align=\"right\" rowspan=\"2\">120</td>\r\n            <td align=\"right\">66</td>\r\n            <td align=\"right\">13,266</td>\r\n            <td align=\"right\">7,055</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g120d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3g124s.jpg\" /></td>\r\n            <td>デフナブレシングローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">124</td>\r\n            <td align=\"right\">70</td>\r\n            <td align=\"right\">14,954</td>\r\n            <td align=\"right\">7,477</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"34\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p4g124s.jpg\" /></td>\r\n            <td>デフナブプリシングローブ</td>\r\n            <td align=\"right\">72</td>\r\n            <td align=\"right\">15,376</td>\r\n            <td align=\"right\">7,688</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table><caption>同系統へのリンク</caption>\r\n<tr><th>ゼニ</th><th>一次</th><th>二次</th><th>三次</th><th>四次</th></tr>\r\n<tr><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Glove\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td><td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Glove\">★</a></td></tr>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3311,'2007-06-12 16:13:35','2007-06-12 16:13:35','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Priest_Shoes','装備 - プリースト(靴)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o102s.jpg\" /></td>\r\n            <td>レリメカンテブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">102</td>\r\n            <td align=\"right\">47</td>\r\n            <td align=\"right\" rowspan=\"14\">80</td>\r\n            <td align=\"right\">11,566</td>\r\n            <td align=\"right\">5,783</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o102d.jpg\" /></td>\r\n            <td>レリメカンティウムブーツ</td>\r\n            <td align=\"right\">48</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,221</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o106s.jpg\" /></td>\r\n            <td>レリメントラスブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">106</td>\r\n            <td align=\"right\">50</td>\r\n            <td align=\"right\">12,442</td>\r\n            <td align=\"right\">6,675 </td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o106d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">51</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o110s.jpg\" /></td>\r\n            <td>レリベネディットブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">110</td>\r\n            <td align=\"right\">53</td>\r\n            <td align=\"right\">13,350</td>\r\n            <td align=\"right\">6,221 </td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o110d.jpg\" /></td>\r\n            <td>レリベネシングブーツ</td>\r\n            <td align=\"right\">54</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o114s.jpg\" /></td>\r\n            <td>レリグロリーブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">114</td>\r\n            <td align=\"right\">56</td>\r\n            <td align=\"right\">14,290</td>\r\n            <td align=\"right\">7,145</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o114d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">67</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o118s.jpg\" /></td>\r\n            <td>レリルファルガブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">118</td>\r\n            <td align=\"right\">59</td>\r\n            <td align=\"right\">15,262</td>\r\n            <td align=\"right\">7,631</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o118d.jpg\" /></td>\r\n            <td>レリルファガリウムブーツ</td>\r\n            <td align=\"right\">60</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,880</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o122s.jpg\" /></td>\r\n            <td>レリルペツブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">122</td>\r\n            <td align=\"right\">62</td>\r\n            <td align=\"right\">16,266</td>\r\n            <td align=\"right\">8,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o122d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">63</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3o126s.jpg\" /></td>\r\n            <td>ベネポーリブーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">126</td>\r\n            <td align=\"right\">65</td>\r\n            <td align=\"right\">17,302</td>\r\n            <td align=\"right\">8,651</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p4o126s.jpg\" /></td>\r\n            <td>カベネポロディアンブーツ</td>\r\n            <td align=\"right\">66</td>\r\n            <td align=\"right\">17,832</td>\r\n            <td align=\"right\">8,916</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Shoes\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3273,'2007-08-12 10:57:23','2007-08-12 10:57:23','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Priest_Acc','装備 - プリースト(アクセサリー)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3a101c.jpg\" /></td>\r\n            <td>光の印章</td>\r\n            <td align=\"right\">101</td>\r\n            <td align=\"right\">2</td>\r\n            <td>転職時</td>\r\n            <td>&nbsp;</td>\r\n            <td>魔力+8、精神+5、MP回復量+10</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p3a120q.jpg\" /></td>\r\n            <td>光輝の指輪</td>\r\n            <td align=\"right\">120</td>\r\n            <td align=\"right\">2</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>精神力+15、最大MP+250、魔法防御+30</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Acc\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Paladine_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassain_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Wizard_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3688,'2007-06-12 16:16:23','2007-06-12 16:16:23','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Archer_Body','装備 - アーチャー(胴衣)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b031s.jpg\" /></td>\r\n            <td>アモイクルルブクルドスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">57</td>\r\n            <td align=\"right\">93</td>\r\n            <td align=\"right\" rowspan=\"20\">200</td>\r\n            <td align=\"right\">4,700</td>\r\n            <td align=\"right\">2,350</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b031d.jpg\" /></td>\r\n            <td>アモイレトネランスーツ</td>\r\n            <td align=\"right\">61</td>\r\n            <td align=\"right\">99</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,665</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b035s.jpg\" /></td>\r\n            <td>アモイリプネランスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">65</td>\r\n            <td align=\"right\">105</td>\r\n            <td align=\"right\">6,000</td>\r\n            <td align=\"right\">3,000</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b035d.jpg\" /></td>\r\n            <td>アモイロトンネランスーツ</td>\r\n            <td align=\"right\">69</td>\r\n            <td align=\"right\">111</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,355</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b039s.jpg\" /></td>\r\n            <td>ソイメタナブクレシンアーマー</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">73</td>\r\n            <td align=\"right\">117</td>\r\n            <td align=\"right\">7,460</td>\r\n            <td align=\"right\">3,730</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b039d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">77</td>\r\n            <td align=\"right\">123</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,125</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b043s.jpg\" /></td>\r\n            <td>アモイオブスクィルトスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">81</td>\r\n            <td align=\"right\">129</td>\r\n            <td align=\"right\">9,080</td>\r\n            <td align=\"right\">4,540</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b043d.jpg\" /></td>\r\n            <td>ソイメタナブメトインアーマー</td>\r\n            <td align=\"right\">85</td>\r\n            <td align=\"right\">135</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,975</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b047s.jpg\" /></td>\r\n            <td>アモイトロロウスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">89</td>\r\n            <td align=\"right\">141</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td align=\"right\">5,460</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b047d.jpg\" /></td>\r\n            <td>アカンクレシチェインアーマー</td>\r\n            <td align=\"right\">93</td>\r\n            <td align=\"right\">147</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,905</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b051s.jpg\" /></td>\r\n            <td>アモイウィトクルドスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">97</td>\r\n            <td align=\"right\">153</td>\r\n            <td align=\"right\">12,800</td>\r\n            <td align=\"right\">6,400</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b051d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">101</td>\r\n            <td align=\"right\">159</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,915</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b055s.jpg\" /></td>\r\n            <td>ヘイシクルルブクルドスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">105</td>\r\n            <td align=\"right\">165</td>\r\n            <td align=\"right\">14,900</td>\r\n            <td align=\"right\">7,450</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b055d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">109</td>\r\n            <td align=\"right\">171</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,005</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b059s.jpg\" /></td>\r\n            <td>ヘイシリプネランスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">113</td>\r\n            <td align=\"right\">177</td>\r\n            <td align=\"right\">17,160</td>\r\n            <td align=\"right\">8,580</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b059d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">117</td>\r\n            <td align=\"right\">183</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,175</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b063s.jpg\" /></td>\r\n            <td>ヘイシオビアクィルトスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">121</td>\r\n            <td align=\"right\">189</td>\r\n            <td align=\"right\">19,580</td>\r\n            <td align=\"right\">9,790</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b063d.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">125</td>\r\n            <td align=\"right\">195</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">10,425</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b067s.jpg\" /></td>\r\n            <td>ヘイシオブスクィルトスーツ</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">129</td>\r\n            <td align=\"right\">201</td>\r\n            <td align=\"right\">22,160</td>\r\n            <td align=\"right\">11,080</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン \" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1b067d.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">133</td>\r\n            <td align=\"right\">207</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">11,755</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter3_Body\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',2986,'2007-07-02 17:22:15','2007-07-02 17:22:15','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Predictor_Acc','装備 - プレディクター(アクセサリー)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1a031c.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">31</td>\r\n            <td align=\"right\">2</td>\r\n            <td>転職時</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/c1a035q.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">35</td>\r\n            <td align=\"right\">2</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric2_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric3_Acc\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3023,'2007-06-15 18:59:34','2007-06-15 18:59:34','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Archer_Acc','装備 - アーチャー(アクセサリー)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1a031c.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">31</td>\r\n            <td align=\"right\">2</td>\r\n            <td>転職時</td>\r\n            <td>&nbsp;</td>\r\n            <td>素早さ+1</td>\r\n            <td></td>\r\n        </tr>\r\n        <tr>\r\n            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/a1a035q.jpg\" /></td>\r\n            <td></td>\r\n            <td align=\"right\">35</td>\r\n            <td align=\"right\">2</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>素早さ+2</td>\r\n            <td></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter3_Acc\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>兜</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3523,'2007-06-15 19:00:21','2007-06-15 19:00:21','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Acolyte_Body','装備 - アコライト(胴衣)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b031s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンボウィンベリス</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">56</td>\r\n            <td align=\"right\">94</td>\r\n            <td align=\"right\" rowspan=\"20\">200</td>\r\n            <td align=\"right\">4,700</td>\r\n            <td align=\"right\">2,350</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b031d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>アカンレイアスーツ</td>\r\n            <td align=\"right\">59</td>\r\n            <td align=\"right\">102</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,665</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b035s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンビスベリス</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">62</td>\r\n            <td align=\"right\">110</td>\r\n            <td align=\"right\">6,000</td>\r\n            <td align=\"right\">3,000</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b035d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンパウベリス</td>\r\n            <td align=\"right\">65</td>\r\n            <td align=\"right\">118</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,355</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b039s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンラドディロック</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">68</td>\r\n            <td align=\"right\">126</td>\r\n            <td align=\"right\">7,460</td>\r\n            <td align=\"right\">3,730</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b039d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンロディンディロック</td>\r\n            <td align=\"right\">71</td>\r\n            <td align=\"right\">134</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,125</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b043s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンロアディロック</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">74</td>\r\n            <td align=\"right\">142</td>\r\n            <td align=\"right\">9,080</td>\r\n            <td align=\"right\">4,540</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b043d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンロデインディロック</td>\r\n            <td align=\"right\">77</td>\r\n            <td align=\"right\">150</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,975</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b047s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンティロハルレス</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">158</td>\r\n            <td align=\"right\">10,860</td>\r\n            <td align=\"right\">5,460</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b047d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンテイロハルレス</td>\r\n            <td align=\"right\">83</td>\r\n            <td align=\"right\">166</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,905</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b051s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーントロアハルレス</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">86</td>\r\n            <td align=\"right\">174</td>\r\n            <td align=\"right\">12,800</td>\r\n            <td align=\"right\">6,400</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b051d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーントロスハルレス</td>\r\n            <td align=\"right\">89</td>\r\n            <td align=\"right\">182</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,915</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b055s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレビスベリス</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">92</td>\r\n            <td align=\"right\">190</td>\r\n            <td align=\"right\">14,900</td>\r\n            <td align=\"right\">7,450</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b055d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレベスコベリス</td>\r\n            <td align=\"right\">95</td>\r\n            <td align=\"right\">198</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,005</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b059s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレビスベリス</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">98</td>\r\n            <td align=\"right\">206</td>\r\n            <td align=\"right\">17,160</td>\r\n            <td align=\"right\">8,580</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b059d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレパウベリス</td>\r\n            <td align=\"right\">101</td>\r\n            <td align=\"right\">214</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,175</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b063s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレラドディロック</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">104</td>\r\n            <td align=\"right\">222</td>\r\n            <td align=\"right\">19,580</td>\r\n            <td align=\"right\">9,790</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b063d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレロディンディロック</td>\r\n            <td align=\"right\">107</td>\r\n            <td align=\"right\">230</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">10,425</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b067s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレロアディロック</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">110</td>\r\n            <td align=\"right\">238</td>\r\n            <td align=\"right\">22,160</td>\r\n            <td align=\"right\">11,080</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1b067d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレロデインディロック</td>\r\n            <td align=\"right\">113</td>\r\n            <td align=\"right\">246</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">11,755</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Body\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3062,'2007-07-02 17:24:03','2007-07-02 17:24:03','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('pageZZZAffiliate_Bottom','アフィリエイト広告(ページ最下部)','','<div style=\"text-align: center\">\r\n<script type=\"text/javascript\">\r\n<!--\r\nWriteAdvertisement();\r\n-->\r\n</script>\r\n</div>\r\n',3761686,'2008-11-07 10:23:55','2010-09-22 00:32:54','allblocks',0,'',-1,'','',0,'',0,0,3,14,3,2,2,2,1,'','all',3,0,0,0,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Acolyte_Acc','装備 - アコライト(アクセサリー)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1a031c.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>アコライトブローチ</td>\r\n            <td align=\"right\">31</td>\r\n            <td align=\"right\">5</td>\r\n            <td>転職時</td>\r\n            <td>&nbsp;</td>\r\n            <td>精神力+1</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1a035q.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>レルディエプネックレス</td>\r\n            <td align=\"right\">35</td>\r\n            <td align=\"right\">5</td>\r\n            <td>クエスト</td>\r\n            <td>&nbsp;</td>\r\n            <td>精神力+2</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Acc\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Acc\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3191,'2007-07-02 17:21:33','2007-07-02 17:21:33','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Acolyte_Glove','装備 - アコライト(手袋)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g032s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンボウィングローブ</td>\r\n            <td align=\"right\">32</td>\r\n            <td align=\"right\">11</td>\r\n            <td align=\"right\" rowspan=\"10\">20</td>\r\n            <td align=\"right\">1,002</td>\r\n            <td align=\"right\">501</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g036s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンビスグローブ</td>\r\n            <td align=\"right\">36</td>\r\n            <td align=\"right\">13</td>\r\n            <td align=\"right\">1,270</td>\r\n            <td align=\"right\">635</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g040s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンラドグローブ</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">15</td>\r\n            <td align=\"right\">1,570</td>\r\n            <td align=\"right\">785</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g044s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンロアグローブ</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\">17</td>\r\n            <td align=\"right\">1,902</td>\r\n            <td align=\"right\">951</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g048s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンティログローブ</td>\r\n            <td align=\"right\">48</td>\r\n            <td align=\"right\">19</td>\r\n            <td align=\"right\">2,266</td>\r\n            <td align=\"right\">1,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g052s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーントロアグローブ</td>\r\n            <td align=\"right\">52</td>\r\n            <td align=\"right\">21</td>\r\n            <td align=\"right\">2,662</td>\r\n            <td align=\"right\">1,331</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g056s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレボウィングローブ</td>\r\n            <td align=\"right\">56</td>\r\n            <td align=\"right\">23</td>\r\n            <td align=\"right\">3,090</td>\r\n            <td align=\"right\">1,545</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g060s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレビスグローブ</td>\r\n            <td align=\"right\">60</td>\r\n            <td align=\"right\">25</td>\r\n            <td align=\"right\">3,550</td>\r\n            <td align=\"right\">1,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g064s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレラドグローブ</td>\r\n            <td align=\"right\">64</td>\r\n            <td align=\"right\">27</td>\r\n            <td align=\"right\">4,042</td>\r\n            <td align=\"right\">2,021</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1g068s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレロアグローブ</td>\r\n            <td align=\"right\">68</td>\r\n            <td align=\"right\">29</td>\r\n            <td align=\"right\">4,566</td>\r\n            <td align=\"right\">2,283</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Globe\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Glove\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3242,'2007-07-02 17:25:34','2007-07-02 17:25:34','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Acolyte_Head','装備 - アコライト(兜)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h031s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンボウィンキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">33</td>\r\n            <td align=\"right\" rowspan=\"35\">20</td>\r\n            <td align=\"right\">2,820</td>\r\n            <td align=\"right\">1,410</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h031d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンベスコキャップ</td>\r\n            <td align=\"right\">35</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,599</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h035s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンビスキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">37</td>\r\n            <td align=\"right\">3,600</td>\r\n            <td align=\"right\">1,800</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h035d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンパウキャップ</td>\r\n            <td align=\"right\">39</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,013</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h039s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンラドロッド</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">41</td>\r\n            <td align=\"right\">4,476</td>\r\n            <td align=\"right\">2,238</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h039d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンロディンロッド</td>\r\n            <td align=\"right\">42</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,475</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h043s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンロアロッド</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\">5,448</td>\r\n            <td align=\"right\">2,724</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h043d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンロデインロッド</td>\r\n            <td align=\"right\">46</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,985</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h047s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンティロクラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">48</td>\r\n            <td align=\"right\">6,516</td>\r\n            <td align=\"right\">3,258</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h047d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンテイロクラウン</td>\r\n            <td align=\"right\">50</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,543</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h051s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーントロアクラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">51</td>\r\n            <td align=\"right\">7,680</td>\r\n            <td align=\"right\">3,840</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h051d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーントロスクラウン</td>\r\n            <td align=\"right\">53</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,149</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h055s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレボウィンキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">55</td>\r\n            <td align=\"right\">8,940</td>\r\n            <td align=\"right\">4,470</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h055d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレベスコキャップ</td>\r\n            <td align=\"right\">57</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,803</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h059s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレビスキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">59</td>\r\n            <td align=\"right\">10,296</td>\r\n            <td align=\"right\">5,148</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h059d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレパウキャップ</td>\r\n            <td align=\"right\">61</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,505</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h063s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレラドロッド</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">62</td>\r\n            <td align=\"right\">11,748</td>\r\n            <td align=\"right\">5,874</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h063d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレロディンロッド</td>\r\n            <td align=\"right\">64</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,255</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h067s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレロアロッド</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">66</td>\r\n            <td align=\"right\">13,296</td>\r\n            <td align=\"right\">6,648</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1h067d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレロデインロッド</td>\r\n            <td align=\"right\">68</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,053</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Head\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3163,'2007-07-02 17:26:47','2007-07-02 17:26:47','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Acolyte_Shield','装備 - アコライト(盾)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s031s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンカルカン</td>\r\n            <td align=\"right\" rowspan=\"2\">31</td>\r\n            <td align=\"right\">22</td>\r\n            <td align=\"right\" rowspan=\"20\">200</td>\r\n            <td align=\"right\">1,880</td>\r\n            <td align=\"right\">940</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s031d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンタージェ</td>\r\n            <td align=\"right\">23</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,066</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s035s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンラウンドシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">35</td>\r\n            <td align=\"right\">24</td>\r\n            <td align=\"right\">2,400</td>\r\n            <td align=\"right\">1,200</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s035d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンラウンドバリアー</td>\r\n            <td align=\"right\">25</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,342</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s039s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンシパルー</td>\r\n            <td align=\"right\" rowspan=\"2\">39</td>\r\n            <td align=\"right\">26</td>\r\n            <td align=\"right\">2,984</td>\r\n            <td align=\"right\">1,492</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s039d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンラウンドガード</td>\r\n            <td align=\"right\">28</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,650</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s043s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンラウンドプロテクタ</td>\r\n            <td align=\"right\" rowspan=\"2\">43</td>\r\n            <td align=\"right\">29</td>\r\n            <td align=\"right\">3,632</td>\r\n            <td align=\"right\">1,816</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s043d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンバックラー</td>\r\n            <td align=\"right\">31</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">1,990</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s047s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンホプロン</td>\r\n            <td align=\"right\" rowspan=\"2\">47</td>\r\n            <td align=\"right\">32</td>\r\n            <td align=\"right\">4,344</td>\r\n            <td align=\"right\">2,172</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s047d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンクリペス</td>\r\n            <td align=\"right\">33</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,362</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s051s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンペルタ</td>\r\n            <td align=\"right\" rowspan=\"2\">51</td>\r\n            <td align=\"right\">34</td>\r\n            <td align=\"right\">5,120</td>\r\n            <td align=\"right\">2,560</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s051d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンアスピス</td>\r\n            <td align=\"right\">35</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">2,766</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s055s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ロトンガーディアンボトン</td>\r\n            <td align=\"right\" rowspan=\"2\">55</td>\r\n            <td align=\"right\">37</td>\r\n            <td align=\"right\">5,960</td>\r\n            <td align=\"right\">2,980</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s055d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドカルカン</td>\r\n            <td align=\"right\">38</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,202</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s059s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドタージェ</td>\r\n            <td align=\"right\" rowspan=\"2\">59</td>\r\n            <td align=\"right\">39</td>\r\n            <td align=\"right\">6,864</td>\r\n            <td align=\"right\">3,432</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s059d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドラウンドシールド</td>\r\n            <td align=\"right\">40</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">3,670</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s063s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドラウンドバリアー</td>\r\n            <td align=\"right\" rowspan=\"2\">63</td>\r\n            <td align=\"right\">41</td>\r\n            <td align=\"right\">7,832</td>\r\n            <td align=\"right\">3,916</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s063d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドシパルー</td>\r\n            <td align=\"right\">43</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,170</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s067s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドラウンドガード</td>\r\n            <td align=\"right\" rowspan=\"2\">67</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\">8,864</td>\r\n            <td align=\"right\">4,432</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1s067d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドラウンドプロテクター</td>\r\n            <td align=\"right\">45</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">4,702</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Shield\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3120,'2007-07-02 17:28:13','2007-07-02 17:28:13','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Acolyte_Shoes','装備 - アコライト(靴)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o031s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンボウィンシューズ</td>\r\n            <td align=\"right\">32</td>\r\n            <td align=\"right\">11</td>\r\n            <td align=\"right\" rowspan=\"10\">40</td>\r\n            <td align=\"right\">1,002</td>\r\n            <td align=\"right\">501</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o035s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンビスシューズ</td>\r\n            <td align=\"right\">36</td>\r\n            <td align=\"right\">13</td>\r\n            <td align=\"right\">1,270</td>\r\n            <td align=\"right\">635</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o040s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンラドシューズ</td>\r\n            <td align=\"right\">40</td>\r\n            <td align=\"right\">15</td>\r\n            <td align=\"right\">1,570</td>\r\n            <td align=\"right\">785</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o044s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンロアシューズ</td>\r\n            <td align=\"right\">44</td>\r\n            <td align=\"right\">17</td>\r\n            <td align=\"right\">1,902</td>\r\n            <td align=\"right\">951</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o048s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーンティロシューズ</td>\r\n            <td align=\"right\">48</td>\r\n            <td align=\"right\">19</td>\r\n            <td align=\"right\">2,266</td>\r\n            <td align=\"right\">1,133</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o052s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>テルルーントロアシューズ</td>\r\n            <td align=\"right\">52</td>\r\n            <td align=\"right\">21</td>\r\n            <td align=\"right\">2,662</td>\r\n            <td align=\"right\">1,331</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o056s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレボウィンシューズ</td>\r\n            <td align=\"right\">56</td>\r\n            <td align=\"right\">23</td>\r\n            <td align=\"right\">3,090</td>\r\n            <td align=\"right\">1,545</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o060s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレビスシューズ</td>\r\n            <td align=\"right\">60</td>\r\n            <td align=\"right\">25</td>\r\n            <td align=\"right\">3,550</td>\r\n            <td align=\"right\">1,775</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o064s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレラドシューズ</td>\r\n            <td align=\"right\">64</td>\r\n            <td align=\"right\">27</td>\r\n            <td align=\"right\">4,042</td>\r\n            <td align=\"right\">2,021</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1o068s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレロアシューズ</td>\r\n            <td align=\"right\">68</td>\r\n            <td align=\"right\">29</td>\r\n            <td align=\"right\">4,566</td>\r\n            <td align=\"right\">2,283</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Shose\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shose\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shose\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Shose\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Shose\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        </tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3179,'2007-07-02 17:29:59','2007-07-02 17:29:59','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Acolyte_Weapon','装備 - アコライト(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w031s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>モトルラーワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">31</TD>\r\n<TD align=\"right\">20</TD>\r\n<TD align=\"right\" rowSpan=\"21\">150</TD>\r\n<TD align=\"right\">9,400</TD>\r\n<TD align=\"right\">4,700</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w031d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>モトルラースケルワンド</TD>\r\n<TD align=\"right\">26</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">5,330</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w035s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>モトルラーフリーストーンワンド</TD>\r\n<TD align=\"right\" rowSpan=\"3\">35</TD>\r\n<TD align=\"right\">32</TD>\r\n<TD align=\"right\">12,000</TD>\r\n<TD align=\"right\">6,000</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w035q.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>セイクリッドワンド</TD>\r\n<TD align=\"right\">32</TD>\r\n<TD>クエスト</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>MP回復量+15</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w035d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>モトルラーホーリーストーンワンド</TD>\r\n<TD align=\"right\">38</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">6,710</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w039s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>モトルラーハイドワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">39</TD>\r\n<TD align=\"right\">44</TD>\r\n<TD align=\"right\">14,920</TD>\r\n<TD align=\"right\">7,460</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w039d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>モトルラーミストラルワンド</TD>\r\n<TD align=\"right\">50</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">8,250</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w043s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>モトルラーギネリンワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">43</TD>\r\n<TD align=\"right\">56</TD>\r\n<TD align=\"right\">18,160</TD>\r\n<TD align=\"right\">9,080</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w043d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>モトルラーニヒルロワンド</TD>\r\n<TD align=\"right\">62</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">9,950</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w047s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>テイルンスケルワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">47</TD>\r\n<TD align=\"right\">68</TD>\r\n<TD align=\"right\">21,720</TD>\r\n<TD align=\"right\">10,860</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w047d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>テイルンフリーストーンワンド</TD>\r\n<TD align=\"right\">74</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">11,810</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w051s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>テイルンホーリーストーンワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">51</TD>\r\n<TD align=\"right\">80</TD>\r\n<TD align=\"right\">25,600</TD>\r\n<TD align=\"right\">12,800</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w051d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>テイルンハイドワンド</TD>\r\n<TD align=\"right\">86</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">13,830</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w055s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>テイルンミストラルワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">55</TD>\r\n<TD align=\"right\">92</TD>\r\n<TD align=\"right\">29,800</TD>\r\n<TD align=\"right\">14,900</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w055d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>テイルンギネリンワンド</TD>\r\n<TD align=\"right\">98</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">16,010</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w059s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>テイルンニヒルロワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">59</TD>\r\n<TD align=\"right\">104</TD>\r\n<TD align=\"right\">34,320</TD>\r\n<TD align=\"right\">17,160</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w059d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>テイルンメルクロワンド</TD>\r\n<TD align=\"right\">110</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">18,350</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w063s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ティスクスケルワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">63</TD>\r\n<TD align=\"right\">116</TD>\r\n<TD align=\"right\">39,160</TD>\r\n<TD align=\"right\">19,580</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w063d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ティスクフリーストーンワンド</TD>\r\n<TD align=\"right\">122</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">20,850</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w067s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ティスクホーリーストーンワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">67</TD>\r\n<TD align=\"right\">128</TD>\r\n<TD align=\"right\">44320</TD>\r\n<TD align=\"right\">22,160</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p1w067d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ティスクハイドワンド</TD>\r\n<TD align=\"right\">134</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">23,510</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3347,'2007-07-02 17:31:59','2007-07-02 17:31:59','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Clegy_Body','装備 - アコライト(胴衣)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>魔防力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b071s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレティロハルレス</td>\r\n            <td align=\"right\" rowspan=\"2\">71</td>\r\n            <td align=\"right\">116</td>\r\n            <td align=\"right\">254</td>\r\n            <td align=\"right\" rowspan=\"10\">200</td>\r\n            <td align=\"right\">24,900</td>\r\n            <td align=\"right\">12,450</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b071d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレテイロハルレス</td>\r\n            <td align=\"right\">119</td>\r\n            <td align=\"right\">262</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">13,165</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b075s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレトロアハルレス</td>\r\n            <td align=\"right\" rowspan=\"2\">75</td>\r\n            <td align=\"right\">122</td>\r\n            <td align=\"right\">270</td>\r\n            <td align=\"right\">27,800</td>\r\n            <td align=\"right\">12,900</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b075d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレトロスハルレス</td>\r\n            <td align=\"right\">125</td>\r\n            <td align=\"right\">278</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">14,655</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b079s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフボウィンベリス</td>\r\n            <td align=\"right\" rowspan=\"2\">79</td>\r\n            <td align=\"right\">128</td>\r\n            <td align=\"right\">286</td>\r\n            <td align=\"right\">30,860</td>\r\n            <td align=\"right\">15,430</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b079d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフベスコベリス</td>\r\n            <td align=\"right\">131</td>\r\n            <td align=\"right\">294</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">16,225</td>\r\n            <td>&nbsp;</td>\r\n            <td>+6</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b083s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフビスベリス</td>\r\n            <td align=\"right\" rowspan=\"2\">83</td>\r\n            <td align=\"right\">134</td>\r\n            <td align=\"right\">302</td>\r\n            <td align=\"right\">34,080</td>\r\n            <td align=\"right\">17,040</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b083d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフパウベリス</td>\r\n            <td align=\"right\">137</td>\r\n            <td align=\"right\">310</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">17,875</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b087s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフロディンディロック</td>\r\n            <td align=\"right\" rowspan=\"2\">87</td>\r\n            <td align=\"right\">140</td>\r\n            <td align=\"right\">318</td>\r\n            <td align=\"right\">37,460</td>\r\n            <td align=\"right\">18,730</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b087d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフロディンディロック</td>\r\n            <td align=\"right\">143</td>\r\n            <td align=\"right\">326</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">19,605</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b091s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフロアディロック</td>\r\n            <td align=\"right\" rowspan=\"2\">91</td>\r\n            <td align=\"right\">156</td>\r\n            <td align=\"right\">334</td>\r\n            <td align=\"right\" rowspan=\"5\">400</td>\r\n            <td align=\"right\">41,000</td>\r\n            <td align=\"right\">20,500</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b091d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフロデインディロック</td>\r\n            <td align=\"right\">149</td>\r\n            <td align=\"right\">342</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">21,415</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b095s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフティロハルレス</td>\r\n            <td align=\"right\" rowspan=\"2\">95</td>\r\n            <td align=\"right\">152</td>\r\n            <td align=\"right\">350</td>\r\n            <td align=\"right\">44,700</td>\r\n            <td align=\"right\">22,350</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b095d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフテイロハルレス</td>\r\n            <td align=\"right\">155</td>\r\n            <td align=\"right\">358</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">23,302</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2b099s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフトロアハルレス</td>\r\n            <td align=\"right\">99</td>\r\n            <td align=\"right\">158</td>\r\n            <td align=\"right\">366</td>\r\n            <td align=\"right\">48,560</td>\r\n            <td align=\"right\">24,280</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Body\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',2969,'2007-07-02 17:33:50','2007-07-02 17:33:50','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Clegy_Glove','装備 - アコライト(手袋)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2g072s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレティログローブ</td>\r\n            <td align=\"right\">72</td>\r\n            <td align=\"right\">31</td>\r\n            <td align=\"right\" rowspan=\"9\">20</td>\r\n            <td align=\"right\">5,122</td>\r\n            <td align=\"right\">2,561</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2g076s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレトロアグローブ</td>\r\n            <td align=\"right\">76</td>\r\n            <td align=\"right\">33</td>\r\n            <td align=\"right\">5,710</td>\r\n            <td align=\"right\">2,855</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2g080s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフボウィングローブ</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">35</td>\r\n            <td align=\"right\">6,330</td>\r\n            <td align=\"right\">3,165</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2g084s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフビスグローブ</td>\r\n            <td align=\"right\">84</td>\r\n            <td align=\"right\">37</td>\r\n            <td align=\"right\">6,982</td>\r\n            <td align=\"right\">3,491</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2g088s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフラドグローブ</td>\r\n            <td align=\"right\">88</td>\r\n            <td align=\"right\">39</td>\r\n            <td align=\"right\">7,666</td>\r\n            <td align=\"right\">3,833</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2g092s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフロアグローブ</td>\r\n            <td align=\"right\">92</td>\r\n            <td align=\"right\">41</td>\r\n            <td align=\"right\">8,382</td>\r\n            <td align=\"right\">4,191</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2g096s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフティログローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">96</td>\r\n            <td align=\"right\">43</td>\r\n            <td align=\"right\">9,130</td>\r\n            <td align=\"right\">4,565</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2g096d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフテイログローブ</td>\r\n            <td align=\"right\">44</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2g100s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフトロアグローブ</td>\r\n            <td align=\"right\" rowspan=\"2\">100</td>\r\n            <td align=\"right\">45</td>\r\n            <td align=\"right\">9,910</td>\r\n            <td align=\"right\">4,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Glove\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',2942,'2007-07-02 17:34:52','2007-07-02 17:34:52','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('ExcelFunctionList','Excel関数一覧(機能別)','','<p>Excel（エクセル） 2013 / 2010 / 2007に対応した全465関数の使い方の一覧です。ここでは関数の機能ごとの分類でまとめており、各機能はExcel 2013の［数式］タブの［関数ライブラリ］グループや［関数の挿入］ダイアログボックスの表示に基づいています。</p>\r\n<p>関数の使用目的から探したい場合は「<a href=\"http://dekiru.net/article/4442/\">Excel関数一覧 目的別</a>」を、関数名のアルファベット順で探したい場合は「<a href=\"http://dekiru.net/article/4430/\">Excel関数一覧 アルファベット順</a>」を参照してください。</p>\r\n<ul>\r\n<li><a href=\"http://dekiru.net/article/4429/#table01\">数学／三角関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table02\">日付／時刻関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table03\">論理関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table04\">情報関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table05\">検索／行列関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table06\">Web関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table07\">文字列操作関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table08\">データベース関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table09\">統計関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table10\">財務関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table11\">エンジニアリング関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table12\">キューブ関数</a></li>\r\n<li><a href=\"http://dekiru.net/article/4429/#table13\">関数の基礎知識</a></li>\r\n</ul>\r\n<p><a name=\"table01\"></a></p>\r\n<h3 class=\"d-ttl-02\">数学／三角関数</h3>\r\n<p>四則演算（加減乗除）、切り上げや切り捨て、四捨五入といった基本的な計算やさまざまな集計のほか、数学で使われる行列や階乗の計算、三角関数や指数関数の計算をするための関数群です。</p>\r\n<table class=\"form-table\">\r\n<tbody>\r\n<tr><th rowspan=\"5\">数値の集計</th>\r\n<td>SUM　数値を合計する</td>\r\n</tr>\r\n<tr>\r\n<td>SUMIF　条件を指定して数値を合計する</td>\r\n</tr>\r\n<tr>\r\n<td>SUMIFS　複数の条件を指定して数値を合計する</td>\r\n</tr>\r\n<tr>\r\n<td>SUBTOTAL　さまざまな集計値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>AGGREGATE　さまざまな集計値を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">数値の積と和</th>\r\n<td>PRODUCT　積を求める</td>\r\n</tr>\r\n<tr>\r\n<td>SUMPRODUCT　配列要素の積を合計する</td>\r\n</tr>\r\n<tr>\r\n<td>SUMSQ　平方和を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">配列の平方計算</th>\r\n<td>SUMX2PY2　2つの配列要素の平方和を合計する</td>\r\n</tr>\r\n<tr>\r\n<td>SUMX2MY2　2つの配列要素の平方差を合計する</td>\r\n</tr>\r\n<tr>\r\n<td>SUMXMY2　2つの配列要素の差の平方和を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"12\">数値の丸め</th>\r\n<td>ROUNDDOWN／TRUNC　指定した桁数で切り捨てる</td>\r\n</tr>\r\n<tr>\r\n<td>ROUNDUP　指定した桁数で切り上げる</td>\r\n</tr>\r\n<tr>\r\n<td>ROUND　指定した桁数で四捨五入する</td>\r\n</tr>\r\n<tr>\r\n<td>INT　小数点以下を切り捨てる</td>\r\n</tr>\r\n<tr>\r\n<td>FLOOR.MATH　数値を基準値の倍数に切り下げる</td>\r\n</tr>\r\n<tr>\r\n<td>FLOOR　数値を基準値の倍数に切り下げる</td>\r\n</tr>\r\n<tr>\r\n<td>FLOOR.PRECISE　数値を基準値の倍数に切り下げる</td>\r\n</tr>\r\n<tr>\r\n<td>MROUND　指定した数値の倍数になるように丸める</td>\r\n</tr>\r\n<tr>\r\n<td>CEILING.MATH　数値を基準値の倍数に切り上げる</td>\r\n</tr>\r\n<tr>\r\n<td>CEILING　数値を基準値の倍数に切り上げる</td>\r\n</tr>\r\n<tr>\r\n<td>ISO.CEILING／CEILING.PRECISE　数値を基準値の倍数に切り上げる</td>\r\n</tr>\r\n<tr>\r\n<td>EVEN／ODD　最も近い偶数または奇数になるように切り上げる</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">商と余り</th>\r\n<td>QUOTIENT　整数商を求める</td>\r\n</tr>\r\n<tr>\r\n<td>MOD　余りを求める</td>\r\n</tr>\r\n<tr><th>絶対値</th>\r\n<td>ABS　絶対値を求める</td>\r\n</tr>\r\n<tr><th>数値の符号</th>\r\n<td>SIGN　正負を調べる</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">最大公約数と最小公倍数</th>\r\n<td>GCD　最大公約数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>LCM　最小公倍数を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"7\">順列と組み合わせ</th>\r\n<td>FACT　階乗を求める</td>\r\n</tr>\r\n<tr>\r\n<td>FACTDOUBLE　二重階乗を求める</td>\r\n</tr>\r\n<tr>\r\n<td>PERMUT　順列の数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>PERMUTATIONA　重複順列の数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COMBIN　組み合わせの数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COMBINA　重複組み合わせの数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>MULTINOMIAL　多項係数を求める</td>\r\n</tr>\r\n<tr><th>べき級数</th>\r\n<td>SERIESSUM　べき級数を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">平方根</th>\r\n<td>SQRT　平方根を求める</td>\r\n</tr>\r\n<tr>\r\n<td>SQRTPI　円周率&pi;の倍数の平方根を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">指数関数</th>\r\n<td>POWER　べき乗を求める</td>\r\n</tr>\r\n<tr>\r\n<td>EXP　自然対数の底eのべき乗を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">対数関数</th>\r\n<td>LOG　任意の数値を底とする対数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>LOG10　常用対数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>LN　自然対数を求める</td>\r\n</tr>\r\n<tr><th>円周率</th>\r\n<td>PI　円周率&pi;の近似値を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">度とラジアン</th>\r\n<td>RADIANS　度をラジアンに変換する</td>\r\n</tr>\r\n<tr>\r\n<td>DEGREES　ラジアンを度に変換する</td>\r\n</tr>\r\n<tr><th rowspan=\"6\">三角関数</th>\r\n<td>SIN　正弦を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COS　余弦を求める</td>\r\n</tr>\r\n<tr>\r\n<td>TAN　正接を求める</td>\r\n</tr>\r\n<tr>\r\n<td>CSC　余割を求める</td>\r\n</tr>\r\n<tr>\r\n<td>SEC　正割を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COT　余接を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"5\">逆三角関数</th>\r\n<td>ASIN　逆正弦を求める</td>\r\n</tr>\r\n<tr>\r\n<td>ACOS　逆余弦を求める</td>\r\n</tr>\r\n<tr>\r\n<td>ATAN　逆正接を求める</td>\r\n</tr>\r\n<tr>\r\n<td>ATAN2　x-y座標から逆正接を求める</td>\r\n</tr>\r\n<tr>\r\n<td>ACOT　逆余接を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"6\">双曲線関数</th>\r\n<td>SINH　双曲線正弦を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COSH　双曲線余弦を求める</td>\r\n</tr>\r\n<tr>\r\n<td>TANH　双曲線正接を求める</td>\r\n</tr>\r\n<tr>\r\n<td>CSCH　双曲線余割を求める</td>\r\n</tr>\r\n<tr>\r\n<td>SECH　双曲線正割を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COTH　双曲線余接を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"4\">逆双曲線関数</th>\r\n<td>ASINH　双曲線逆正弦を求める</td>\r\n</tr>\r\n<tr>\r\n<td>ACOSH　双曲線逆余弦を求める</td>\r\n</tr>\r\n<tr>\r\n<td>ATANH　双曲線逆正接を求める</td>\r\n</tr>\r\n<tr>\r\n<td>ACOTH　双曲線逆余接を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"4\">行列と行列式</th>\r\n<td>MDETERM　行列の行列式を求める</td>\r\n</tr>\r\n<tr>\r\n<td>MINVERSE　行列の逆行列を求める</td>\r\n</tr>\r\n<tr>\r\n<td>MMULT　2つの行列の積を求める</td>\r\n</tr>\r\n<tr>\r\n<td>MUNIT　単位行列を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">乱数</th>\r\n<td>RANDBETWEEN　乱数を発生させる（整数）</td>\r\n</tr>\r\n<tr>\r\n<td>RAND　乱数を発生させる（0以上1未満の整数）</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: right;\"><a href=\"http://dekiru.net/article/4429/#top\">▲トップに戻る</a></p>\r\n<p><a name=\"table02\"></a></p>\r\n<h3 class=\"d-ttl-02\">日付／時刻関数</h3>\r\n<p>現在の日付や時刻を得る関数、年月日・時分秒とその内部的な数値（シリアル値）を変換する関数など、日時に関連するデータを計算するための関数群です。</p>\r\n<table class=\"form-table\">\r\n<tbody>\r\n<tr><th>日付と時刻</th>\r\n<td>TODAY／NOW　現在の日付、または現在の日付と時刻を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">年月日の取得</th>\r\n<td>YEAR　日付から「年」を取り出す</td>\r\n</tr>\r\n<tr>\r\n<td>MONTH　日付から「月」を取り出す</td>\r\n</tr>\r\n<tr>\r\n<td>DAY　日付から「日」を取り出す</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">時分秒の取得</th>\r\n<td>MINUTE　時刻から「分」を取り出す</td>\r\n</tr>\r\n<tr>\r\n<td>SECOND　時刻から「秒」を取り出す</td>\r\n</tr>\r\n<tr>\r\n<td>HOUR　時刻から「時」を取り出す</td>\r\n</tr>\r\n<tr><th>曜日の取得</th>\r\n<td>WEEKDAY　日付から曜日を取り出す</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">週番号の取得</th>\r\n<td>WEEKNUM　日付が何週目かを求める</td>\r\n</tr>\r\n<tr>\r\n<td>ISOWEEKNUM　ISO8601方式で日付が何週目かを求める</td>\r\n</tr>\r\n<tr><th>日付の変換</th>\r\n<td>DATESTRING　日付を和暦に変換する</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">日付のシリアル値</th>\r\n<td>DATEVALUE　日付を表す文字列からシリアル値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>DATE　年、月、日から日付を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">時刻のシリアル値</th>\r\n<td>TIMEVALUE　時刻を表す文字列からシリアル値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>TIME　時、分、秒から時刻を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"4\">期日</th>\r\n<td>EOMONTH　数カ月前や数カ月後の月末を求める</td>\r\n</tr>\r\n<tr>\r\n<td>EDATE　数カ月前や数カ月後の日付を求める</td>\r\n</tr>\r\n<tr>\r\n<td>WORKDAY　土日と祭日を除外して期日を求める</td>\r\n</tr>\r\n<tr>\r\n<td>WORKDAY.INTL　指定した休日を除外して期日を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"6\">期間</th>\r\n<td>DAYS　2つの日付から期間内の日数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>DAYS360　1年を360日として期間内の日数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>NETWORKDAYS　土日と祭日を除外して期間内の日数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>NETWORKDAYS.INTL　指定した休日を除外して期間内の日数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>DATEDIF　期間内の年数、月数、日数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>YEARFRAC　期間が1年間に占める割合を求める</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: right;\"><a href=\"http://dekiru.net/article/4429/#top\">▲トップに戻る</a></p>\r\n<p><a name=\"table03\"></a></p>\r\n<h3 class=\"d-ttl-02\">論理関数</h3>\r\n<p>論理式の結果に基づいて異なる計算をするIF関数と、そのなかで使用される条件判定用の論理式をさまざまに組み合わせるための関数群です。</p>\r\n<table class=\"form-table\">\r\n<tbody>\r\n<tr><th>条件</th>\r\n<td>IF　条件によって利用する式を変える</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">複数条件</th>\r\n<td>AND　すべての条件が満たされているかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>OR　いずれかの条件が満たされているかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>XOR　奇数個の条件が満たされているかを調べる</td>\r\n</tr>\r\n<tr><th>条件の否定</th>\r\n<td>NOT　条件が満たされていないことを調べる</td>\r\n</tr>\r\n<tr><th>エラーの場合</th>\r\n<td>IFERROR／IFNA　エラーの場合に返す値を指定する</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">論理値</th>\r\n<td>TRUE　常に真（TRUE）であることを表す</td>\r\n</tr>\r\n<tr>\r\n<td>FALSE　常に偽（FALSE）であることを表す</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: right;\"><a href=\"http://dekiru.net/article/4429/#top\">▲トップに戻る</a></p>\r\n<p><a name=\"table04\"></a></p>\r\n<h3 class=\"d-ttl-02\">情報関数</h3>\r\n<p>セルに入力されているデータの状態の検査をはじめ、空白セルやエラー値、文字列、数値、数式かどうかを調べたり、セルやシートについての情報を得たりするための関数群です。</p>\r\n<table class=\"form-table\">\r\n<tbody>\r\n<tr><th rowspan=\"11\">セルの内容と情報</th>\r\n<td>CELL　セルの情報を得る</td>\r\n</tr>\r\n<tr>\r\n<td>ISBLANK　空白セルかどうかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>ISERROR／ISERR　エラー値かどうかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>ISNA　［#N/A］かどうかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>ISTEXT／ISNONTEXT　文字列か文字列以外かどうかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>ISNUMBER　数値かどうかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>ISEVEN／ISODD　偶数か奇数かどうかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>ISLOGICAL　論理値かどうかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>ISFORMULA　数式かどうかを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>FORMULATEXT　数式を取り出す</td>\r\n</tr>\r\n<tr>\r\n<td>ISREF　セル参照かどうかを調べる</td>\r\n</tr>\r\n<tr><th>操作環境の情報</th>\r\n<td>INFO　現在の操作環境についての情報を得る</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">ワークシートの情報</th>\r\n<td>SHEET　ワークシートの番号を調べる</td>\r\n</tr>\r\n<tr>\r\n<td>SHEETS　ワークシートの数を調べる</td>\r\n</tr>\r\n<tr><th>エラー値の種類</th>\r\n<td>ERROR.TYPE　エラー値の種類を調べる</td>\r\n</tr>\r\n<tr><th>データの種類</th>\r\n<td>TYPE　データの種類を調べる</td>\r\n</tr>\r\n<tr><th>エラー値の数値変換</th>\r\n<td>NA　［#N/A］を返す</td>\r\n</tr>\r\n<tr><th>引数の数値変換</th>\r\n<td>N　引数を数値に変換する</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: right;\"><a href=\"http://dekiru.net/article/4429/#top\">▲トップに戻る</a></p>\r\n<p><a name=\"table05\"></a></p>\r\n<h3 class=\"d-ttl-02\">検索／行列関数</h3>\r\n<p>セル範囲や配列、セル参照の位置（アドレス）などを調べたり、データの行と列を入れ替えたりする関数群です。</p>\r\n<table class=\"form-table\">\r\n<tbody>\r\n<tr><th rowspan=\"3\">表の検索</th>\r\n<td>VLOOKUP　範囲を縦方向に検索する</td>\r\n</tr>\r\n<tr>\r\n<td>HLOOKUP　範囲を横方向に検索する</td>\r\n</tr>\r\n<tr>\r\n<td>LOOKUP　1行または1列の範囲を検索する</td>\r\n</tr>\r\n<tr><th>値の選択</th>\r\n<td>CHOOSE　引数のリストから値を選ぶ</td>\r\n</tr>\r\n<tr><th>配列の要素の利用</th>\r\n<td>INDEX　行と列で指定した位置の値を求める</td>\r\n</tr>\r\n<tr><th>セルとセル範囲の参照</th>\r\n<td>OFFSET　行と列で指定したセルのセル参照を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">行と列の位置</th>\r\n<td>COLUMN　セルの列番号を求める</td>\r\n</tr>\r\n<tr>\r\n<td>ROW　セルの行番号を求める</td>\r\n</tr>\r\n<tr>\r\n<td>MATCH　検査値の相対位置を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">範囲内の要素</th>\r\n<td>COLUMNS　列数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>ROWS　行数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>AREAS　範囲に含まれる領域数を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">セル参照</th>\r\n<td>INDIRECT　参照文字列をもとにセルを間接参照する</td>\r\n</tr>\r\n<tr>\r\n<td>ADDRESS　行番号と列番号からセル参照の文字列を求める</td>\r\n</tr>\r\n<tr><th>行と列の入れ替え</th>\r\n<td>TRANSPOSE　行と列の位置を入れ替える</td>\r\n</tr>\r\n<tr><th>ハイパーリンク</th>\r\n<td>HYPERLINK　ハイパーリンクを作成する</td>\r\n</tr>\r\n<tr><th>ピボットテーブル</th>\r\n<td>GETPIVOTDATA　ピボットテーブルからデータを取り出す</td>\r\n</tr>\r\n<tr><th>サーバーデータ</th>\r\n<td>RTD　RTDサーバーからデータを取り出す</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: right;\"><a href=\"http://dekiru.net/article/4429/#top\">▲トップに戻る</a></p>\r\n<p><a name=\"table06\"></a></p>\r\n<h3 class=\"d-ttl-02\">Web関数</h3>\r\n<p>Excel 2013で新しく登場した、Webサービスから目的の数値や文字列を取り出すことができる関数群です。</p>\r\n<table class=\"form-table\">\r\n<tbody>\r\n<tr><th rowspan=\"3\">Webサービス</th>\r\n<td>ENCODEURL　文字列をURLエンコードする</td>\r\n</tr>\r\n<tr>\r\n<td>WEBSERVICE　Webサービスを利用してデータをダウンロードする</td>\r\n</tr>\r\n<tr>\r\n<td>FILTERXML　XML形式のデータから必要な情報だけを取り出す</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: right;\"><a href=\"http://dekiru.net/article/4429/#top\">▲トップに戻る</a></p>\r\n<p><a name=\"table07\"></a></p>\r\n<h3 class=\"d-ttl-02\">文字列操作関数</h3>\r\n<p>文字列の一部の取り出し、置き換え、連結といった処理を行う関数や、全角／半角、大文字／小文字を互いに変換する関数など、文字列に関連する関数群です。</p>\r\n<table class=\"form-table\">\r\n<tbody>\r\n<tr><th>文字列の長さ</th>\r\n<td>LEN／LENB　文字列の文字数またはバイト数を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">文字列の抽出</th>\r\n<td>LEFT／LEFTB　左端から何文字かまたは何バイトかを取り出す</td>\r\n</tr>\r\n<tr>\r\n<td>RIGHT／RIGHTB　右端から何文字かまたは何バイトかを取り出す</td>\r\n</tr>\r\n<tr>\r\n<td>MID／MIDB　指定した位置から何文字かまたは何バイトかを取り出す</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">文字列の検索</th>\r\n<td>FIND／FINDB　文字列の位置またはバイト位置を調べる</td>\r\n</tr>\r\n<tr>\r\n<td>SEARCH／SEARCHB　文字列の位置またはバイト位置を調べる</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">文字列の置換</th>\r\n<td>REPLACE／REPLACEB　指定した文字数またはバイト数の文字列を置き換える</td>\r\n</tr>\r\n<tr>\r\n<td>SUBSTITUTE　検索した文字列を置き換える</td>\r\n</tr>\r\n<tr><th>文字列の連結</th>\r\n<td>CONCATENATE　文字列を連結する</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">文字列の削除</th>\r\n<td>TRIM　余計な空白文字を削除する</td>\r\n</tr>\r\n<tr>\r\n<td>CLEAN　印刷できない文字を削除する</td>\r\n</tr>\r\n<tr><th>ふりがな</th>\r\n<td>PHONETIC　ふりがなを取り出す</td>\r\n</tr>\r\n<tr><th>繰り返し</th>\r\n<td>REPT　指定した回数だけ文字列を繰り返す</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">文字コードの操作</th>\r\n<td>CODE／UNICODE　文字コードを調べる</td>\r\n</tr>\r\n<tr>\r\n<td>CHAR／UNICHAR　文字コードに対応する文字を返す</td>\r\n</tr>\r\n<tr>\r\n<td>ASC／JIS　全角文字または半角文字に変換する</td>\r\n</tr>\r\n<tr><th rowspan=\"11\">表示形式の変換</th>\r\n<td>YEN／DOLLAR　数値に通貨記号と桁区切り記号を付ける</td>\r\n</tr>\r\n<tr>\r\n<td>UPPER／LOWER　英字を大文字または小文字に変換する</td>\r\n</tr>\r\n<tr>\r\n<td>TEXT　数値に表示形式を適用した文字列を返す</td>\r\n</tr>\r\n<tr>\r\n<td>FIXED　数値に桁区切り記号と小数点を付ける</td>\r\n</tr>\r\n<tr>\r\n<td>VALUE　数値を表す文字列を数値に変換する</td>\r\n</tr>\r\n<tr>\r\n<td>NUMBERVALUE　異なる表示形式を持つ数値の文字列を通常の数値に変換する</td>\r\n</tr>\r\n<tr>\r\n<td>NUMBERSTRING　数値を漢数字の文字列に変換する</td>\r\n</tr>\r\n<tr>\r\n<td>BAHTTEXT　数値をタイ文字の通貨表記に変換する</td>\r\n</tr>\r\n<tr>\r\n<td>ROMAN　数値をローマ数字の文字列に変換する</td>\r\n</tr>\r\n<tr>\r\n<td>ARABIC　ローマ数字の文字列を数値に変換する</td>\r\n</tr>\r\n<tr>\r\n<td>PROPER　英単語の先頭文字だけを大文字に変換する</td>\r\n</tr>\r\n<tr><th>文字列の比較</th>\r\n<td>EXACT　文字列が等しいかどうかを調べる</td>\r\n</tr>\r\n<tr><th>文字列の取得</th>\r\n<td>T　引数が文字列のときだけ文字列を返す</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: right;\"><a href=\"http://dekiru.net/article/4429/#top\">▲トップに戻る</a></p>\r\n<p><a name=\"table08\"></a></p>\r\n<h3 class=\"d-ttl-02\">データベース関数</h3>\r\n<p>ワークシート上に作成された表をもとに、指定した条件に一致するデータを取り出したり、さまざまな集計値や分散、標準偏差を求めたりする関数群です。</p>\r\n<table class=\"form-table\">\r\n<tbody>\r\n<tr><th rowspan=\"2\">データの個数</th>\r\n<td>DCOUNT　条件を満たす数値の個数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>DCOUNTA　条件を満たす空白以外のセルの個数を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">データの集計</th>\r\n<td>DSUM　条件を満たすセルの合計を求める</td>\r\n</tr>\r\n<tr>\r\n<td>DAVERAGE　条件を満たすセルの平均を求める</td>\r\n</tr>\r\n<tr>\r\n<td>DPRODUCT　条件を満たすセルの積を求める</td>\r\n</tr>\r\n<tr><th>最大値と最小値</th>\r\n<td>DMAX／DMIN　条件を満たす最大値や最小値を求める</td>\r\n</tr>\r\n<tr><th>データの検索</th>\r\n<td>DGET　条件を満たすデータを探す</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">分散</th>\r\n<td>DVAR　条件を満たすデータから不偏分散を求める</td>\r\n</tr>\r\n<tr>\r\n<td>DVARP　条件を満たすデータの分散を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">標準偏差</th>\r\n<td>DSTDEV　条件を満たすデータから不偏標準偏差を求める</td>\r\n</tr>\r\n<tr>\r\n<td>DSTDEVP　条件を満たすデータの標準偏差を求める</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: right;\"><a href=\"http://dekiru.net/article/4429/#top\">▲トップに戻る</a></p>\r\n<p><a name=\"table09\"></a></p>\r\n<h3 class=\"d-ttl-02\">統計関数</h3>\r\n<p>データの平均値、最大値／最小値、中央値などを求める関数や、数値の順位を求める関数、分散や標準偏差を求める関数など、統計計算をするための関数群です。</p>\r\n<table class=\"form-table\">\r\n<tbody>\r\n<tr><th rowspan=\"4\">データの個数</th>\r\n<td>COUNT／COUNTA　数値や日付、時刻またはデータの個数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COUNTBLANK　空白セルの個数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COUNTIF　条件に一致するデータの個数を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COUNTIFS　複数の条件に一致するデータの個数を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"6\">平均値</th>\r\n<td>AVERAGE／AVERAGEA　数値またはデータの平均値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>AVERAGEIF　条件を指定して数値の平均を求める</td>\r\n</tr>\r\n<tr>\r\n<td>AVERAGEIFS　複数の条件を指定して数値の平均を求める</td>\r\n</tr>\r\n<tr>\r\n<td>TRIMMEAN　極端なデータを除外して平均値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>GEOMEAN　相乗平均（幾何平均）を求める</td>\r\n</tr>\r\n<tr>\r\n<td>HARMEAN　調和平均を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">最大値と最小値</th>\r\n<td>MAX／MAXA　数値またはデータの最大値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>MIN／MINA　数値またはデータの最小値を求める</td>\r\n</tr>\r\n<tr><th>度数分布</th>\r\n<td>FREQUENCY　区間に含まれる値の個数を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">中央値と最頻値</th>\r\n<td>MEDIAN　数値の中央値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>MODE.SNGL／MODE　数値の最頻値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>MODE.MULT　複数の最頻値を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"4\">順位</th>\r\n<td>LARGE　大きいほうから何番目かの値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>SMALL　小さいほうから何番目かの値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>RANK.EQ／RANK　順位を求める（同じ値のときは最上位の順位を返す）</td>\r\n</tr>\r\n<tr>\r\n<td>RANK.AVG　順位を求める（同じ値のときは平均値の順位を返す）</td>\r\n</tr>\r\n<tr><th rowspan=\"4\">百分位数</th>\r\n<td>PERCENTILE.INC／PERCENTILE　百分位数を求める（0%と100%を含めた範囲）</td>\r\n</tr>\r\n<tr>\r\n<td>PERCENTILE.EXC　百分位数を求める（0%と100%を除いた範囲）</td>\r\n</tr>\r\n<tr>\r\n<td>PERCENTRANK.INC／PERCENTRANK　百分率での順位を求める（0%と100%を含めた範囲）</td>\r\n</tr>\r\n<tr>\r\n<td>PERCENTRANK.EXC　百分率での順位を求める（0%と100%を除いた範囲）</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">四分位数</th>\r\n<td>QUARTILE.INC／QUARTILE　四分位数を求める（0%と100%を含めた範囲）</td>\r\n</tr>\r\n<tr>\r\n<td>QUARTILE.EXC　四分位数を求める（0%と100%を除いた範囲）</td>\r\n</tr>\r\n<tr><th rowspan=\"4\">分散</th>\r\n<td>VAR.P／VARP　数値をもとに分散を求める</td>\r\n</tr>\r\n<tr>\r\n<td>VARPA　データをもとに分散を求める</td>\r\n</tr>\r\n<tr>\r\n<td>VAR.S／VAR　数値をもとに不偏分散を求める</td>\r\n</tr>\r\n<tr>\r\n<td>VARA　データをもとに不偏分散を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"4\">標準偏差</th>\r\n<td>STDEV.P／STDEVP　数値をもとに標準偏差を求める</td>\r\n</tr>\r\n<tr>\r\n<td>STDEVPA　データをもとに標準偏差を求める</td>\r\n</tr>\r\n<tr>\r\n<td>STDEV.S／STDEV　数値をもとに不偏標準偏差を求める</td>\r\n</tr>\r\n<tr>\r\n<td>STDEVA　データをもとに不偏標準偏差を求める</td>\r\n</tr>\r\n<tr><th>平均偏差</th>\r\n<td>AVEDEV　数値をもとに平均偏差を求める</td>\r\n</tr>\r\n<tr><th>変動</th>\r\n<td>DEVSQ　数値をもとに変動を求める</td>\r\n</tr>\r\n<tr><th>標準化変量</th>\r\n<td>STANDARDIZE　数値データをもとに標準化変量を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"3\">尖度と歪度</th>\r\n<td>SKEW　歪度を求める（SPSS方式）</td>\r\n</tr>\r\n<tr>\r\n<td>SKEW.P　歪度を求める</td>\r\n</tr>\r\n<tr>\r\n<td>KURT　尖度を求める（SPSS方式）</td>\r\n</tr>\r\n<tr><th rowspan=\"7\">回帰直線による分析</th>\r\n<td>FORECAST　回帰直線を使って予測する</td>\r\n</tr>\r\n<tr>\r\n<td>TREND　重回帰分析を使って予測する</td>\r\n</tr>\r\n<tr>\r\n<td>SLOPE　回帰直線の傾きを求める</td>\r\n</tr>\r\n<tr>\r\n<td>INTERCEPT　回帰直線の切片を求める</td>\r\n</tr>\r\n<tr>\r\n<td>LINEST　重回帰分析により係数や定数項を求める</td>\r\n</tr>\r\n<tr>\r\n<td>STEYX　回帰直線の標準誤差を求める</td>\r\n</tr>\r\n<tr>\r\n<td>RSQ　回帰直線の当てはまりのよさを求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">指数回帰曲線による予測</th>\r\n<td>GROWTH　指数回帰曲線を使って予測する</td>\r\n</tr>\r\n<tr>\r\n<td>LOGEST　指数回帰曲線の定数や底などを求める</td>\r\n</tr>\r\n<tr><th>相関係数</th>\r\n<td>CORREL／PEARSON　相関係数を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">共分散</th>\r\n<td>COVARIANCE.P／COVAR　共分散を求める</td>\r\n</tr>\r\n<tr>\r\n<td>COVARIANCE.S　不偏共分散を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">母集団に対する信頼区間</th>\r\n<td>CONFIDENCE.NORM／CONFIDENCE　母集団に対する信頼区間を求める（正規分布を利用）</td>\r\n</tr>\r\n<tr>\r\n<td>CONFIDENCE.T　母集団に対する信頼区間を求める（t分布を利用）</td>\r\n</tr>\r\n<tr><th>下限値〜上限値の確率</th>\r\n<td>PROB　下限値から上限値までの確率を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"5\">二項分布</th>\r\n<td>BINOM.DIST／BINOMDIST　二項分布の確率や累積確率を求める</td>\r\n</tr>\r\n<tr>\r\n<td>BINOM.DIST.RANGE　二項分布の一定区間の累積確率を求める</td>\r\n</tr>\r\n<tr>\r\n<td>BINOM.INV／CRITBINOM　二項分布の累積確率が基準値以下になる最大値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>NEGBINOM.DIST　負の二項分布の確率を求める</td>\r\n</tr>\r\n<tr>\r\n<td>NEGBINOMDIST　負の二項分布の確率を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"2\">超幾何分布</th>\r\n<td>HYPGEOM.DIST　超幾何分布の確率を求める</td>\r\n</tr>\r\n<tr>\r\n<td>HYPGEOMDIST　超幾何分布の確率を求める</td>\r\n</tr>\r\n<tr><th>ポアソン分布</th>\r\n<td>POISSON.DIST／POISSON　ポアソン分布の確率や累積確率を求める</td>\r\n</tr>\r\n<tr><th rowspan=\"7\">正規分布</th>\r\n<td>NORM.DIST／NORMDIST　正規分布の確率や累積確率を求める</td>\r\n</tr>\r\n<tr>\r\n<td>NORM.INV／NORMINV　累積正規分布の逆関数の値を求める</td>\r\n</tr>\r\n<tr>\r\n<td>NORM.S.DIST　標準正規分布の累積確率を求める</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,'2015-05-26 10:54:51','2016-06-08 11:39:07','leftblocks',0,'',-1,'','',0,'',0,0,3,61,3,2,2,2,0,'','none',1,0,0,1,'');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Clegy_Head','装備 - アコライト(兜)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h071s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレティロクラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">71</td>\r\n            <td align=\"right\">69</td>\r\n            <td align=\"right\" rowspan=\"15\">20</td>\r\n            <td align=\"right\">14,940</td>\r\n            <td align=\"right\">7,470</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h071d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレテイロクラウン</td>\r\n            <td align=\"right\">71</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,899</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h075s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレトロアクラウン</td>\r\n            <td align=\"right\" rowspan=\"2\">75</td>\r\n            <td align=\"right\">73</td>\r\n            <td align=\"right\">16,680</td>\r\n            <td align=\"right\">8,340</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h075d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレトロスクラウン</td>\r\n            <td align=\"right\">75</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,793</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h079s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフボウウィンキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">79</td>\r\n            <td align=\"right\">77</td>\r\n            <td align=\"right\">18,516</td>\r\n            <td align=\"right\">9,258</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h079d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフベスコキャップ</td>\r\n            <td align=\"right\">78</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,735</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h083s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフビスキャップ</td>\r\n            <td align=\"right\" rowspan=\"2\">83</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">20,448</td>\r\n            <td align=\"right\">10,224</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h0783d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフパウキャップ</td>\r\n            <td align=\"right\">82</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">10,725</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h087s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフラドロッド</td>\r\n            <td align=\"right\" rowspan=\"2\">87</td>\r\n            <td align=\"right\">84</td>\r\n            <td align=\"right\">22,476</td>\r\n            <td align=\"right\">11,238</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h087d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフロディンロッド</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">11,763</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h091s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフロアロッド</td>\r\n            <td align=\"right\" rowspan=\"2\">91</td>\r\n            <td align=\"right\">87</td>\r\n            <td align=\"right\">24,600</td>\r\n            <td align=\"right\">12,300</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h091d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフロデインロッド</td>\r\n            <td align=\"right\">89</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">12,849</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h095s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>カルレクリスケイルヘルメット</td>\r\n            <td align=\"right\" rowspan=\"2\">95</td>\r\n            <td align=\"right\">91</td>\r\n            <td align=\"right\">26,820</td>\r\n            <td align=\"right\">13,410</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h095d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフテイロクラウン</td>\r\n            <td align=\"right\">93</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">13,983</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2h099s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフトロアクラウン</td>\r\n            <td align=\"right\">99</td>\r\n            <td align=\"right\">95</td>\r\n            <td align=\"right\">29,136</td>\r\n            <td align=\"right\">14,568</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Head\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3053,'2007-07-02 17:39:33','2007-07-02 17:39:33','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Clegy_Shield','装備 - アコライト(盾)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s071s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドバックラー</td>\r\n            <td align=\"right\" rowspan=\"2\">71</td>\r\n            <td align=\"right\">46</td>\r\n            <td align=\"right\" rowspan=\"16\">200</td>\r\n            <td align=\"right\">9,960</td>\r\n            <td align=\"right\">4,980</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s071d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドホプロン</td>\r\n            <td align=\"right\">47</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,266</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s075s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドクリペス</td>\r\n            <td align=\"right\" rowspan=\"2\">75</td>\r\n            <td align=\"right\">49</td>\r\n            <td align=\"right\">11,120</td>\r\n            <td align=\"right\">5,560</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s075d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドペルタ</td>\r\n            <td align=\"right\">50</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">5,862</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s079s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドアスピス</td>\r\n            <td align=\"right\" rowspan=\"2\">79</td>\r\n            <td align=\"right\">51</td>\r\n            <td align=\"right\">12,344</td>\r\n            <td align=\"right\">6,172</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s079d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>クレドガーディアンボトン</td>\r\n            <td align=\"right\">52</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">6,490</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s083s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ブレスドカルカン</td>\r\n            <td align=\"right\" rowspan=\"2\">83</td>\r\n            <td align=\"right\">53</td>\r\n            <td align=\"right\">13,632</td>\r\n            <td align=\"right\">6,816</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s083d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ブレスドタージェ</td>\r\n            <td align=\"right\">55</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,150</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s087s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ブレスドラウンドシールド</td>\r\n            <td align=\"right\" rowspan=\"2\">87</td>\r\n            <td align=\"right\">56</td>\r\n            <td align=\"right\">14,984</td>\r\n            <td align=\"right\">7,492</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s087d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ブレスドラウンドバリアー</td>\r\n            <td align=\"right\">57</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">7,932</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s091s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ブレスドシパルー</td>\r\n            <td align=\"right\" rowspan=\"2\">91</td>\r\n            <td align=\"right\">58</td>\r\n            <td align=\"right\">16,400</td>\r\n            <td align=\"right\">8,200</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s091d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ブレスドラウンドガード</td>\r\n            <td align=\"right\">59</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">8,566</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s095s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ブレスドラウンドプロテクター</td>\r\n            <td align=\"right\" rowspan=\"2\">95</td>\r\n            <td align=\"right\">61</td>\r\n            <td align=\"right\">17,880</td>\r\n            <td align=\"right\">8,940</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s095d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ブレスドバックラー</td>\r\n            <td align=\"right\">62</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">9,322</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s099s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ブレスドホプロン</td>\r\n            <td align=\"right\" rowspan=\"2\">99</td>\r\n            <td align=\"right\">63</td>\r\n            <td align=\"right\">19,424</td>\r\n            <td align=\"right\">9,712</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2s099d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Body\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',2969,'2007-07-02 17:41:21','2007-07-02 17:41:21','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Clegy_Shoes','装備 - アコライト(靴)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>防御力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2o072s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレティロシューズ</td>\r\n            <td align=\"right\">72</td>\r\n            <td align=\"right\">32</td>\r\n            <td align=\"right\" rowspan=\"9\">40</td>\r\n            <td align=\"right\">5,122</td>\r\n            <td align=\"right\">2,561</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2o076s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>ジュレトロアシューズ</td>\r\n            <td align=\"right\">76</td>\r\n            <td align=\"right\">33</td>\r\n            <td align=\"right\">5,710</td>\r\n            <td align=\"right\">2,855</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2o080s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフボウィンシューズ</td>\r\n            <td align=\"right\">80</td>\r\n            <td align=\"right\">35</td>\r\n            <td align=\"right\">6,330</td>\r\n            <td align=\"right\">3,165</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2o084s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフビスシューズ</td>\r\n            <td align=\"right\">84</td>\r\n            <td align=\"right\">37</td>\r\n            <td align=\"right\">6,982</td>\r\n            <td align=\"right\">3,491</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2o088s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフラドシューズ</td>\r\n            <td align=\"right\">88</td>\r\n            <td align=\"right\">39</td>\r\n            <td align=\"right\">7,666</td>\r\n            <td align=\"right\">3,833</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2o092s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフロアシューズ</td>\r\n            <td align=\"right\">92</td>\r\n            <td align=\"right\">41</td>\r\n            <td align=\"right\">8,382</td>\r\n            <td align=\"right\">4,191</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2o096s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフティロシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">96</td>\r\n            <td align=\"right\">43</td>\r\n            <td align=\"right\">9,130</td>\r\n            <td align=\"right\">4,565</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2o096d.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>&nbsp;</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>ドロップ</td>\r\n            <td align=\"right\">&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2o100s.jpg\" width=\"32\" height=\"32\"></td>\r\n            <td>デフトロアシューズ</td>\r\n            <td align=\"right\" rowspan=\"2\">100</td>\r\n            <td align=\"right\">45</td>\r\n            <td align=\"right\">9,910</td>\r\n            <td align=\"right\">4,955</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Glove\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',2931,'2007-07-02 17:43:32','2007-07-02 17:43:32','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Clegy_Weapon','装備 - アコライト(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w071s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジスクフリーストーンワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">71</TD>\r\n<TD align=\"right\">140</TD>\r\n<TD align=\"right\">49,800</TD>\r\n<TD align=\"right\">24,900</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w071d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジスクホーリーストーンワンド</TD>\r\n<TD align=\"right\">146</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">&nbsp;26,330</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w075s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジスクハイドワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">75</TD>\r\n<TD align=\"right\">152</TD>\r\n<TD align=\"right\">55,600</TD>\r\n<TD align=\"right\">27,800</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w075d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジスクハイドワンド</TD>\r\n<TD align=\"right\">158</TD>\r\n<TD>ドロップ </TD>\r\n<TD align=\"right\">29,310</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w079s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジスクギネリンワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">79</TD>\r\n<TD align=\"right\">164</TD>\r\n<TD align=\"right\">61,720</TD>\r\n<TD align=\"right\">30,860</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w079d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジスクニヒルロワンド</TD>\r\n<TD align=\"right\">170</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">32,450</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w083s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジスクメルクロワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">83</TD>\r\n<TD align=\"right\">176</TD>\r\n<TD align=\"right\">68,160</TD>\r\n<TD align=\"right\">34,080</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w083d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジスクミスリルワンド</TD>\r\n<TD align=\"right\">182</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">&nbsp;35,750</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w087s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジェムブラホーリーストーンワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">87</TD>\r\n<TD align=\"right\">188</TD>\r\n<TD align=\"right\">74,920</TD>\r\n<TD align=\"right\">37,460</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w087d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジェムブラハイドワンド</TD>\r\n<TD align=\"right\">194</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">39,210</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w091s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジェムブラミストラルワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">91</TD>\r\n<TD align=\"right\">200</TD>\r\n<TD align=\"right\">82,000</TD>\r\n<TD align=\"right\">41,000</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w091d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジェムブラハイドワンド</TD>\r\n<TD align=\"right\">206</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">42,830</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w095s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジェムブラニヒルロワンド</TD>\r\n<TD align=\"right\" rowSpan=\"2\">95</TD>\r\n<TD align=\"right\">212</TD>\r\n<TD align=\"right\">89,400</TD>\r\n<TD align=\"right\">44,700</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w095d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジェムブラメルクロワンド</TD>\r\n<TD align=\"right\">218</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">46,610</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w099s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ジェムブラミスリルワンド</TD>\r\n<TD align=\"right\">99</TD>\r\n<TD align=\"right\">224</TD>\r\n<TD align=\"right\">97,120</TD>\r\n<TD align=\"right\">48,560</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Priest_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Bishop_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3050,'2007-07-02 17:44:27','2007-07-02 17:44:27','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Rogue_Weapon','装備 - ローグ(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w031s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イカレンダガー</TD>\r\n<TD align=\"right\" rowSpan=\"2\">31</TD>\r\n<TD align=\"right\">113</TD>\r\n<TD align=\"right\" rowSpan=\"21\">100</TD>\r\n<TD align=\"right\">9,400</TD>\r\n<TD align=\"right\">4,700</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w031d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イカレンダーク</TD>\r\n<TD align=\"right\">119</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">5,330</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w035s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イカレンディク</TD>\r\n<TD align=\"right\" rowSpan=\"3\">35</TD>\r\n<TD align=\"right\">125</TD>\r\n<TD align=\"right\">12,000</TD>\r\n<TD align=\"right\">6,000</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w035q.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>セイクリッドディク</TD>\r\n<TD align=\"right\">125</TD>\r\n<TD>クエスト</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>攻撃速度-0.2秒, HP回復量+40</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w035d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イカレンショートソード</TD>\r\n<TD align=\"right\">131</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">6,710</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w039s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イカレンキドニー</TD>\r\n<TD align=\"right\" rowSpan=\"2\">39</TD>\r\n<TD align=\"right\">137</TD>\r\n<TD align=\"right\">14,920</TD>\r\n<TD align=\"right\">7,460</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w039d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イカレンマンゴーシュ</TD>\r\n<TD align=\"right\">143</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">8,250</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w043s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イカレンシカー</TD>\r\n<TD align=\"right\" rowSpan=\"2\">43</TD>\r\n<TD align=\"right\">149</TD>\r\n<TD align=\"right\">18,160</TD>\r\n<TD align=\"right\">9,080</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w043d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イカレンクリス</TD>\r\n<TD align=\"right\">155</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">9,950</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w047s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イツペンダーク</TD>\r\n<TD align=\"right\" rowSpan=\"2\">47</TD>\r\n<TD align=\"right\">161</TD>\r\n<TD align=\"right\">21,720</TD>\r\n<TD align=\"right\">10,860</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w047d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イツペンディク</TD>\r\n<TD align=\"right\">167</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">11,810</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w051s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イツペンショートソード</TD>\r\n<TD align=\"right\" rowSpan=\"2\">51</TD>\r\n<TD align=\"right\">173</TD>\r\n<TD align=\"right\">25,600</TD>\r\n<TD align=\"right\">12,800</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w051d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イツペンキドニー</TD>\r\n<TD align=\"right\">179</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">13,830</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w055s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イツペンマンゴーシュ</TD>\r\n<TD align=\"right\" rowSpan=\"2\">55</TD>\r\n<TD align=\"right\">185</TD>\r\n<TD align=\"right\">29,800</TD>\r\n<TD align=\"right\">14,900</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w055d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イツペンシカー</TD>\r\n<TD align=\"right\">191</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">16,010</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w059s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イツペンクリス</TD>\r\n<TD align=\"right\" rowSpan=\"2\">59</TD>\r\n<TD align=\"right\">203</TD>\r\n<TD align=\"right\">34,320</TD>\r\n<TD align=\"right\">17,160</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w059d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>イツペンチンクェディア</TD>\r\n<TD align=\"right\">209</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">18,350</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w063s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ミロプディク</TD>\r\n<TD align=\"right\" rowSpan=\"2\">63</TD>\r\n<TD align=\"right\">209</TD>\r\n<TD align=\"right\">39,160</TD>\r\n<TD align=\"right\">19,580</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w063d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ミロプショートソード</TD>\r\n<TD align=\"right\">215</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">20,850</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w067s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ミロプキドニ</TD>\r\n<TD align=\"right\" rowSpan=\"2\">67</TD>\r\n<TD align=\"right\">221</TD>\r\n<TD align=\"right\">44320</TD>\r\n<TD align=\"right\">22,160</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/t1w067d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ミロプマンゴーシュ</TD>\r\n<TD align=\"right\">227</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">23,510</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassin_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassin2_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Fighter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Archer_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Magician_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Acolyte_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Predictor_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3244,'2007-07-02 17:46:50','2007-07-02 17:46:50','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Equipment_Rogue2_Weapon','装備 - ローグ(武器)','','<div class=\"storytext\">\r\n<h3>スペック</h3>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>画像</th>\r\n            <th>名称</th>\r\n            <th>装備Lv.</th>\r\n            <th>攻撃力</th>\r\n            <th>重さ</th>\r\n            <th>買値</th>\r\n            <th>売値</th>\r\n            <th>付加効果</th>\r\n            <th>所持</th>\r\n        </tr>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w071s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ミロプシカー</TD>\r\n<TD align=\"right\" rowSpan=\"2\">71</TD>\r\n<TD align=\"right\">233</TD>\r\n<TD align=\"right\">49,800</TD>\r\n<TD align=\"right\">24,900</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w071d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ミロプクリス</TD>\r\n<TD align=\"right\">239</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">&nbsp;26,330</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w075s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ミロプチンクェディア</TD>\r\n<TD align=\"right\" rowSpan=\"2\">75</TD>\r\n<TD align=\"right\">245</TD>\r\n<TD align=\"right\">55,600</TD>\r\n<TD align=\"right\">27,800</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w075d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ミロプククリ</TD>\r\n<TD align=\"right\">251</TD>\r\n<TD>ドロップ </TD>\r\n<TD align=\"right\">29,310</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w079s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ボルペリショートソード</TD>\r\n<TD align=\"right\" rowSpan=\"2\">79</TD>\r\n<TD align=\"right\">257</TD>\r\n<TD align=\"right\">61,720</TD>\r\n<TD align=\"right\">30,860</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w079d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ボルペリキドニー</TD>\r\n<TD align=\"right\">263</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">32,450</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w083s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ボルペリマンゴーシュ</TD>\r\n<TD align=\"right\" rowSpan=\"2\">83</TD>\r\n<TD align=\"right\">269</TD>\r\n<TD align=\"right\">68,160</TD>\r\n<TD align=\"right\">34,080</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w083d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ボルペリシカー</TD>\r\n<TD align=\"right\">275</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">&nbsp;35,750</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w087s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ボルペリクリス</TD>\r\n<TD align=\"right\" rowSpan=\"2\">87</TD>\r\n<TD align=\"right\">281</TD>\r\n<TD align=\"right\">74,920</TD>\r\n<TD align=\"right\">37,460</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w087d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ボルペリチンクェディア</TD>\r\n<TD align=\"right\">287</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">39,210</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w091s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ボルペリククリ</TD>\r\n<TD align=\"right\" rowSpan=\"2\">91</TD>\r\n<TD align=\"right\">293</TD>\r\n<TD align=\"right\">82,000</TD>\r\n<TD align=\"right\">41,000</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w091d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ボルペリスティルレト</TD>\r\n<TD align=\"right\">299</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">42,830</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w095s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ペリトンキドニー</TD>\r\n<TD align=\"right\" rowSpan=\"2\">95</TD>\r\n<TD align=\"right\">305</TD>\r\n<TD align=\"right\">89,400</TD>\r\n<TD align=\"right\">44,700</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w095d.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ペリトンマンゴーシュ</TD>\r\n<TD align=\"right\">311</TD>\r\n<TD>ドロップ</TD>\r\n<TD align=\"right\">46,610</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/library/Image/xo/eqp/p2w099s.jpg\" width=\"32\" height=\"32\"></TD>\r\n<TD>ペリトンシカー</TD>\r\n<TD align=\"right\">99</TD>\r\n<TD align=\"right\">317</TD>\r\n<TD align=\"right\">97,120</TD>\r\n<TD align=\"right\">48,560</TD>\r\n<TD>攻撃速度-0.2秒</TD>\r\n<TD>&nbsp;</TD></TR>\r\n    </tbody>\r\n</table>\r\n<h3>リンク</h3>\r\n<table>\r\n    <caption>同系統へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>ゼニ</th>\r\n            <th>一次</th>\r\n            <th>二次</th>\r\n            <th>三次</th>\r\n            <th>四次</th>\r\n        </tr>\r\n        <tr>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Xenian_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassin_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Assassin2_Weapon\">★</a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table>\r\n    <caption>他の職業へのリンク</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>&nbsp;</th>\r\n            <th>武器</th>\r\n            <th>盾</th>\r\n            <th>頭</th>\r\n            <th>胴衣</th>\r\n            <th>手袋</th>\r\n            <th>靴</th>\r\n            <th>アクセ</th>\r\n        </tr>\r\n        <tr>\r\n            <td>戦士系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Knight_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>盗賊系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Rogue2_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>弓手系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Scouter_Acc\">★</a><a></a></td>\r\n        </tr>\r\n            <td>魔術師系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Weapon\">★</a></td>\r\n            <td>&nbsp;</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Mage_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>聖職者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Clegy_Acc\">★</a><a></a></td>\r\n        </tr>\r\n        <tr>\r\n        <tr>\r\n            <td>予言者系</td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Weapon\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shield\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Head\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Body\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Glove\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Shoes\">★</a></td>\r\n            <td><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_Equipment_Cleric_Acc\">★</a><a></a></td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',3060,'2007-07-02 17:47:57','2007-07-02 17:47:57','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('PW_Quiz_List','Perfectworld-完美世界- メニュー','','<p>レベル別クイズ一覧</p>\r\n<ul>\r\n<li><span style=\\\"font-size: 0.9em; line-height: 1em;\\\">[story:kanbi_quiz_90]</span></li>\r\n<li><span style=\\\"font-size: 0.9em; line-height: 1em;\\\"><span>[story:</span><span>kanbi_quiz_80</span><span>]</span></span></li>\r\n<li><span style=\\\"font-size: 0.9em; line-height: 1em;\\\"><span>[story:</span><span>kanbi_quiz_70</span><span>]</span></span></li>\r\n<li><span style=\\\"font-size: 0.9em; line-height: 1em;\\\"><span>[story:</span><span>kanbi_quiz_60</span><span>]</span></span></li>\r\n<li><span style=\\\"font-size: 0.9em; line-height: 1em;\\\"><span>[story:</span><span>kanbi_quiz_50</span><span>]</span></span></li>\r\n<li><span style=\\\"font-size: 0.9em; line-height: 1em;\\\"><span>[story:</span><span>kanbi_quiz_40</span><span>]</span></span></li>\r\n<li><span style=\\\"font-size: 0.9em; line-height: 1em;\\\"><span>[story:</span><span>kanbi_quiz_30</span><span>]</span></span></li>\r\n<li><span style=\\\"font-size: 0.9em; line-height: 1em;\\\">[story:kanbi_quiz_20]</span></li>\r\n</ul>',76039,'2015-05-02 17:38:08','2016-01-01 22:43:17','allblocks',0,'',-1,'','',0,'',0,0,3,61,3,2,2,2,1,'','none',1,0,0,1,'');
INSERT INTO `bc_staticpage`VALUES ('pageRSS','くろねこがよく見るサイトの更新状況','','\r\n$urls = array (\r\n	\'http://pc.watch.impress.co.jp/sublink/pc.rdf\'  // PC Watch\r\n);\r\necho phpblock_rssAggregatorBC();\r\n\r\n$urls = array (\r\n	\'http://yukarinyan.blog56.fc2.com/?xml\',        // 猪突猛進美少女\r\n	\'http://asterion.blog49.fc2.com/?xml\',          // 星野海斗の星戦士伝説\r\n	\'http://jmko.blog53.fc2.com/?xml\',              // ある地味な癒し系のおはなし\r\n	\'http://saty71.blog59.fc2.com/?xml\',            // 緑の人の弓日記。\r\n	\'http://mahomario.blog69.fc2.com/?xml\',         // *mari-　ﾌﾟｶﾌﾟｶ日記*\r\n	\'http://yaya1245.blog39.fc2.com/?xml\',          // Final Stage　～夜弥のあかんたれ日誌～\r\n	\'http://nariasu.blog50.fc2.com/?xml\',           // ナリの飽き性ゼネピック\r\n	\'http://horochan.blog102.fc2.com/?xml\',         // ほろのげーむ日記\r\n);\r\necho phpblock_rssAggregatorBC();\r\n\r\n$urls = array (\r\n	\'http://www.geeklog.jp/backend/index.xml\',      // Geeklog.jp\r\n	\'http://www.geeklog.jp/backend/forum_all.xml\',  // Geeklog.jp Forum\r\n);\r\necho phpblock_rssAggregatorBC();\r\n',0,'2007-07-10 20:16:56','2007-07-10 20:16:56','allblocks',0,'RSS',-1,null,null,0,'',0,0,2,14,3,2,2,2,0,'','all',0,2,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Item_Fukubukuro200704','2007/04 GW福袋','','<div class=\"storytext\">\r\n<p>2007/04/25～2007/05/09 の期間販売される福袋とその内容です。</p>\r\n<p>今回の福袋のおまけは第二ボタンです。今回も2000XPの福袋に同梱されています。<br />\r\n第二ボタンの効果は以下の通りです。<br />\r\n攻撃+10,魔法攻撃+10,MaxWT+200</p>\r\n\r\n<table width=\"100%\">\r\n    <caption>2007 GW福袋2000XP</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>名称</th>\r\n            <th>内容</th>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(ラックAREKORE)</th>\r\n            <td> ガチャポク500, ガチャポク500B, ガチャポク500CGR, ガチャポコ300, ガチャポコ300C, カチャポコ300EYE,第二ボタン</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(ラック500)</th>\r\n            <td>ガチャポク500&times;3,ガチャポク500Ｂ&times;2 ,第二ボタン</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(Reスタート)</th>\r\n            <td>ポイント・ゼロ,新米開拓者の記録&times;3,第二ボタン</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(帰りの巻)</th>\r\n            <td>リターンスクロール&times;30,リブスブローチ&times;30,ブリンヒルドスクロール&times;10,エスネスクロール&times;10,ケンディボルトスクロール&times;10,第二ボタン</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(フィジカルラヴァー)</th>\r\n            <td>ポーション&times;250本,クラウディ&times;150,聖なる守力の心1,聖なる体力の心1,第二ボタン</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(メンタルラヴァー)</th>\r\n            <td>ミニマナキュア&times;100,マナキュア&times;100,聖なる心力の心１,聖なる精力の心１,第二ボタン</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(スピードラヴァー)</th>\r\n            <td>ゴールドクイックキャンディー3,ゴールドクリティカルキャンディー3,ゴールドダッシュキャンディー3,ある開拓者の記録,第二ボタン</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table width=\"100%\">\r\n    <caption>2007 GW福袋1000XP</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>名称</th>\r\n            <th>内容</th>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(ラック300A)</th>\r\n            <td>ガチャポコ300C&times;2,ガチャポコ300EYE&times;2</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(ラック300B)</th>\r\n            <td>ガチャポコ300&times;2,ガチャポコ300B&times;2</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(新生活応援(男))</th>\r\n            <td>マナキュア&times;30,クラウディ&times;60,ツッパリーゼント（30D）,勇壮なる学ラン（30D）</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(新生活応援(女))</th>\r\n            <td>マナキュア&times;30,クラウディ&times;60,スケバンガール(30D),華麗なるセーラー(30D)</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(過速注意)</th>\r\n            <td>新米開拓者の記録&times;2,シルバークイックキャンディー3,シルバーダッシュキャンディー3,シルバークリティカルキャンディー3</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(ゴールドの力(腕))</th>\r\n            <td>ポーション&times;100,黄金なる腕力の心1,黄金なる守力の心1,黄金なる体力の心1</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(ゴールドの力(智))</th>\r\n            <td>ミニマナキュア&times;60,黄金なる知力の心1,黄金なる心力の心1,黄金なる精力の心1</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(リターンキット)</th>\r\n            <td>リターンスクロール&times;90,リブスブローチ&times;30</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table width=\"100%\">\r\n    <caption>2007 GW福袋300XP</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>名称</th>\r\n            <th>内容</th>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(ラック200)</th>\r\n            <td>ガチャポコ200&times;2</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(AREKORE)</th>\r\n            <td>ポーション&times;30,ミニマナキュア&times;30,白銀なる体力の心1,白銀なる精力の心1</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(ザ・復活Ⅱ)</th>\r\n            <td>ジュレア&times;4個,LG6％&times;3個</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(元気セット(命))</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(元気セット(精神))</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(ザ・回復)</th>\r\n            <td>ポーション&times;30,クラウディ&times;10,マナリム&times;20,ミニマナキュア&times;10</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(シルバーの力(腕))</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>GW福袋(シルバーの力(智))</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',69354,'2007-08-01 13:49:14','2007-08-01 13:49:14','allblocks',0,'',-1,null,null,0,'',0,0,3,14,3,3,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Item_Fukubukuro200707','2007/07 夏休み福袋','','<div class=\"storytext\">\r\n<p>2007/07/26~2007/08/09 の期間販売される夏休み福袋とその内容です。 </p>\r\n<p>今回の福袋のおまけはマスク・ザ・スイカです。今回も2000XPの福袋に同梱されています。<br />\r\nマスク・ザ・スイカの効果は次の通りです。<br />\r\n防御：+20,魔法防御：+20,回復量：+15,MP回復量：+5</p>\r\n<table width=\"100%\">\r\n    <caption>2007 夏休み福袋2000XP</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>名称</th>\r\n            <th>内容</th>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(ポクとポコ)</th>\r\n            <td>ガチャポコ200,ガチャポコ300&times;2,ガチャポコ300H&times;2,ガチャポク500,ガチャポク500B,マスク・ザ・スイカ</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(Luck500)</th>\r\n            <td>ガチャポク500&times;3,ガチャポク500Ｂ&times;2 ,マスク・ザ・スイカ</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(Luck300A)</th>\r\n            <td>ガチャポコ300&times;3,ガチャポコ300C&times;3,ガチャポコ300H&times;2,マスク・ザ・スイカ</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(巻物のマキ)</th>\r\n            <td>リターンスクロール&times;30,リブスブローチ&times;30,ブリンヒルドスクロール&times;10,エスネスクロール&times;10,ケンディボルトスクロール&times;10,マスク・ザ・スイカ</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(リ・セット)</th>\r\n            <td>ポイント・ゼロ,新米開拓者の記録&times;3,マスク・ザ・スイカ</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(バランスケア)</th>\r\n            <td>クラウディ×50,ミニマナキュア×50,マナキュア×100,聖なる体力の心1,聖なる精力の心1,マスク・ザ・スイカ</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(C・アンディーゴールド)</th>\r\n            <td>ゴールドクイックキャンディー3,ゴールドダッシュキャンディー3,ゴールドクリティカルキャンディー3,ある開拓者の記録,マスク・ザ・スイカ,マスク・ザ・スイカ</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table width=\"100%\">\r\n    <caption>2007 夏休み福袋1000XP</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>名称</th>\r\n            <td>内容</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(ポクとポコB)</th>\r\n            <td>ガチャポコ200&times;2個,ガチャポコ300H,ガチャポク500B</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(Luck300B)</th>\r\n            <td>ガチャポコ300,ガチャポコ300B,ガチャポコ300C,ガチャポコ300H</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(Luck300男)</th>\r\n            <td>ガチャポコ300G(男)&times;2,ガチャポコ300H,ガチャポコ300EYE</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(Luck300女)</th>\r\n            <td>ガチャポコ300G(女)&times;2,ガチャポコ300H,ガチャポコ300EYE</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(C・アンディシルバー)</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(ザ・マッチョ)</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(ザ・インテリ)</th>\r\n            <td>黄金なる知力の１,黄金なる心力の心１,黄金なる精力の心１,ミニマナキュア&times;60</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(リターンセット)</th>\r\n            <td>リターンスクロール&times;90,リブスブローチ&times;30</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<table width=\"100%\">\r\n    <caption>2007 夏休み福袋300XP</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th>名称</th>\r\n            <th>内容</th>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(Luck200)</th>\r\n            <td>ガチャポコ200&times;2</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(ホワイトシルバーとドリンク)</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(リバイバルキット)</th>\r\n            <td>ジュレア&times;4個,ライフガード6％&times;3個</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(ヴァイタルケア)</th>\r\n            <td>ポーション&times;40,クラウディ&times;40</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(メンタルケア)</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(ファーストエイド)</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(マッチョ＆ダッシュ)</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>夏休み福袋(インテリ＆ダッシュ)</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>',71099,'2007-12-27 19:59:34','2007-12-27 19:59:34','allblocks',0,'',-1,null,null,0,'',0,0,3,14,3,3,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('pageRSSAggregatorFavorite','くろねこのちょっと気になるブログ更新状況チェック!!!','','echo phpblock_rssAggregatorFavorite();\r\n',208628,'2010-02-28 15:17:44','2010-02-28 15:17:44','blankpage',0,'',-1,'','',0,'',0,0,2,14,3,2,2,2,0,'','none',2,2,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('iframeRSSAggregator','くろねこサイト新着情報','','<iframe src=\"/staticpages/index.php/pageRSSAggregator\" width=\"100%\" height=\"88\" border=\"0\" frameborder=\"0\" scrolling=\"auto\"></iframe>',978918,'2010-02-28 15:33:22','2010-08-29 22:10:20','allblocks',0,'',-1,'','',0,'',0,0,2,14,3,2,2,2,0,'','none',2,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_Item_Fukubukuro','福袋販売履歴','','<table cellspacing=\"1\" cellpadding=\"1\" width=\"300\" summary=\"\" border=\"1\">\r\n    <caption>福袋販売履歴</caption>\r\n    <tbody>\r\n        <tr>\r\n            <td width=\"20\">年</th>\r\n            <td width=\"20\">月</th>\r\n            <td width=\"260\">福袋</th>\r\n        </tr>\r\n        <tr>\r\n            <th>07</th>\r\n            <th>08</th>\r\n            <td rowspan=\"2\"><a href=\"xo_Item_Fukubukuro200707\">夏休み福袋</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>07</th>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>06</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>05</th>\r\n            <td rowspan=\"2\"><a href=\"xo_Item_Fukubukuro200704\">GW福袋</a></td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>04</th>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>03</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>02</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>01</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>06</th>\r\n            <th>12</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>11</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>10</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>09</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>08</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>07</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>06</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>05</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>04</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>03</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>02</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>01</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th>05</th>\r\n            <th>12</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>11</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <th>10</th>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>',72876,'2007-07-26 02:06:02','2007-07-26 02:06:02','allblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_exp_ptpbonus','パーティボーナス','','<div class=\"storytext\">\r\n<h3>パーティボーナスについて</h3>\r\n<p>2006-01-25 のパーティボーナス初実装以前は、2人で経験値を分配すると1/2、3人で分配すると1/3 と人数割りになっていました。しかし、2006-01-25 の実装以来、人数に応じたボーナスが獲得できるようになっています。</p>\r\n<table><caption>パーティーボーナスの変遷</caption>\r\n<tr><th>変更日</th><th>内容</th></tr>\r\n<tr><td>07-04-18</td><td>職業構成ボーナス 追加</td></tr>\r\n<tr><td>07-02-28</td><td>パーティボーナス ボーナス比率UP!!!(10%)</td></tr>\r\n<tr><td>07-01-17</td><td>パーティボーナス ボーナス比率UP!!!(6%)</td></tr>\r\n<tr><td>06-01-25</td><td>パーティーボーナス導入(3%)</td></tr></table>\r\n\r\n\r\n<h3>ボーナス獲得条件</h3>\r\n<ul><li>パーティ分配オプションが「経験値をレベルに応じて分配」になっている</li>\r\n<li>パーティメンバーがログアウト／戦闘不能状態／ショッピング中でない</li></ul>\r\n<p>上記の他、経験値分配が画面表示エリア＋αに制限されていた期間は、パーティボーナス獲得エリアも同等のエリアに制限されていた時期がありました。現在は撤廃されています。要は、分配できる状態でないと、ボーナスは無いという仕様のようです。</p>\r\n\r\n<h4>■パーティボーナス</h4>\r\n<p>特に追加の要素はありません</p>\r\n\r\n<h4>■職業構成ボーナス</h4>\r\n<p>職業構成ボーナスには2種類のランクがあります。</p>\r\n<p>シルバー：<br />\r\n旧四系統の職業が揃った状態(弓手系＝盗賊系、予言者系＝聖職者系)。デフォルトで左側に表示されるパーティウィンドウ名前左丸印がゴールドに点滅する。</p>\r\n<p>ゴールド：<br />\r\n上記シルバーの構成に加え、ゼニアンを追加した構成。デフォルトで左側に表示されるパーティウィンドウ名前左丸印がゴールドに点滅する。</p>\r\n\r\n<h3>経験値ボーナス早見表</h3>\r\n<p>下記に示します。</p>\r\n\r\n<table>\r\n<caption>経験値ボーナス早見表</caption>\r\n<tbody>\r\n<tr><th>人数</th><th>配分無し(%)</th><th>配分有り<br />消灯(%)</th><th>配分有り<br />シルバー点滅(%)</th><th>配分有り<br />ゴールド点滅(%)</th>\r\n<tr><td align=\"right\">1</td><td align=\"right\">0</td><td align=\"right\">0</td><td align=\"right\">-</td><td align=\"right\">-</td></tr>\r\n<tr><td align=\"right\">2</td><td align=\"right\">0</td><td align=\"right\">10</td><td align=\"right\">-</td><td align=\"right\">-</td></tr>\r\n<tr><td align=\"right\">3</td><td align=\"right\">0</td><td align=\"right\">20</td><td align=\"right\">-</td><td align=\"right\">-</td></tr>\r\n<tr><td align=\"right\">4</td><td align=\"right\">0</td><td align=\"right\">30</td><td align=\"right\">40</td><td align=\"right\">-</td></tr>\r\n<tr><td align=\"right\">5</td><td align=\"right\">0</td><td align=\"right\">40</td><td align=\"right\">50</td><td align=\"right\">60</td></tr>\r\n<tr><td align=\"right\">6</td><td align=\"right\">0</td><td align=\"right\">50</td><td align=\"right\">60</td><td align=\"right\">70</td></tr>\r\n<tr><td align=\"right\">7</td><td align=\"right\">0</td><td align=\"right\">60</td><td align=\"right\">70</td><td align=\"right\">80</td></tr>\r\n<tr><td align=\"right\">8</td><td align=\"right\">0</td><td align=\"right\">70</td><td align=\"right\">80</td><td align=\"right\">90</td></tr>\r\n</tbody>\r\n</table>\r\n</div>',13523,'2007-07-26 14:10:46','2007-07-26 14:10:46','allblocks',0,'',-1,null,null,0,'',0,0,3,14,3,3,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('xo_map164','マップ - ゼロペイン平原','','<div class=\"storytext\"><a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img height=\"511\" alt=\"\" width=\"511\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map164.jpg\" />\r\n<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map163\"><font color=\"#008000\">テンプル峡谷</font></a></li>\r\n    <li><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map165\"><font color=\"#008000\">イグレティン平原</font></a></li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img height=\"200\" alt=\"ヤコフ\" width=\"200\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map164-1.jpg\" /></td>\r\n            <td colspan=\"4\">ヴェニス</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>83</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">ダイブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ゼロペイン平原</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img height=\"150\" alt=\"サレオス\" width=\"200\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map164-2.jpg\" /></td>\r\n            <td colspan=\"4\">エレンクィル</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>80</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ゼロペイン平原</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img height=\"150\" alt=\"トリモン\" width=\"200\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map164-3.jpg\" /></td>\r\n            <td colspan=\"4\">ゾンバイ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>不明</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ゼロペイン平原</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table width=\"580\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"5\"><img height=\"150\" alt=\"トリモン\" width=\"200\" src=\"http://www.blackcat.xyz/images/library/Image/xo/map/xo_map164-4.jpg\" /></td>\r\n            <td colspan=\"4\">カラカラス</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>特性</td>\r\n            <td colspan=\"3\">アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>\r\n            <p>不明</p>\r\n            </td>\r\n            <td>HP</td>\r\n            <td>不明</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">ルート</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<h3>▽モンスター不明ドロップ</h3>\r\n<ul>\r\n    <li>【メイジLv.91胴衣】</li>\r\n    <li>レシチェインシパルー【クレリックLv.91盾】</li>\r\n</ul>\r\n</div>',2115,'2007-12-07 01:04:37','2007-12-07 01:04:37','leftblocks',0,'',-1,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('pageCopyright_MoE','CopyRight MoE','','<p> (C) ROSSO INDEX K.K. / HUDSON SOFT All right reserved. <br />\r\n株式会社ロッソインデックス及び株式会社ハドソンの著作権を侵害する行為は禁止されています。</p>',91437,'2010-02-28 20:49:04','2010-02-28 20:49:04','allblocks',0,'',-1,'','',0,'',0,0,2,14,3,2,2,2,1,'','Blog_Game_MoE',3,0,0,0,'html');
INSERT INTO `bc_staticpage`VALUES ('pageCopyrightXenepic','Copyright Xenepic','','<p>(c)2005-2008 DNC Entertainment<br />(c)2008 Q Entertainment Inc.</p>',80377,'2008-12-04 13:07:28','2008-12-04 13:07:28','allblocks',0,'',-1,null,null,0,'',0,0,2,14,3,2,2,2,1,'','Blog_Game_XenepicOnl',3,0,0,0,'html');
INSERT INTO `bc_staticpage`VALUES ('DelphiCompTop','■ Delphi フリーコンポーネント','','<h3>コンポーネントをお使いいただく前に</h3>\r\n<p>以下のコンポーネントは Borland Delphi に対応した開発者向けソフトウェア部品です。<br /> 不具合が見つかった場合や要望を頂いた場合には、可能であれば修正・変更を行います。しかし、責任は負いかねます。<br /> 上記についてご了承いただける方であれば、どなたでも自由にお使い頂くことが可能です。<br /> 不具合・要望のご連絡は<a href=\\\"/forum/\\\">掲示板</a>へどうぞ!</p>\r\n<p><em>2006/11/27 追記しました</em><br /> くろねこ製コンポーネントのソースコード配布についてまとめました<br /> 「[story:Distribution_of_component_source_code]」をご参照ください。</p>\r\n<h3><a href=\\\"/article.php/JDBGrid\\\">拡張データベース対応グリッドコンポーネント - bcDBGrid</a> の主な機能</h3>\r\n<p>Delphi標準のDBGridに様々な表示用/編集補助機能が付加されたデータベース対応グリッドコンポーネントです。以下の機能が付加されています。</p>\r\n<ul>\r\n<li>1レコードあたり2行表示</li>\r\n<li>1行ごとに色変更</li>\r\n<li>列固定</li>\r\n<li>チェックボックス表示</li>\r\n<li>ボタン表示</li>\r\n<li>参照項目以外でのリスト表示</li>\r\n<li>ソート状態の表示</li>\r\n</ul>\r\n<p>ただし、TCustomDBGridから派生していません。</p>\r\n<h3><a href=\\\"/article.php/JEdit\\\">拡張マスク編集コントロール - bcDBEdit</a> の主な機能</h3>\r\n<p>【機能1】<br /> JEdit、JDBEdit は決められた文字数を入力すると、自動的に次のコントロールへフォーカスを移動します。<br /> (決められた文字数=MaxLengthの値)</p>\r\n<p>【機能2】<br /> マスクに加え、上書き/挿入モードや半角/全角固定入力機能などの特徴を備えています。</p>\r\n<p>【機能3】<br /> フリガナをほかのコントロールに出力するための機能を持っています。 プロパティにエディットコントロール名を指定するだけで、そのコントロールに入力が発生するたびにフリガナが自動的に入力されます。</p>\r\n<p>【機能4】<br /> DataSource などのデータベース関連のプロパティを一切設定しなかった場合、通常の TJEdit として動作する。<br /> これで、プロトタイプで画面イメージだけ作る際には、データベースと関連付けず必要になったときにだけデータベースと関連付けることが出来ます。</p>',163369,'2006-10-01 00:00:00','2016-02-22 15:08:07','allblocks',0,'',0,'','',0,'',0,0,3,2,3,2,2,2,1,'','none',0,0,0,1,'');
INSERT INTO `bc_staticpage`VALUES ('Windows7_compatibilityList','Windows7RC不具合一覧','','<table cellspacing=\"1\" cellpadding=\"1\" border=\"1\">\r\n    <caption>Windows7不具合一覧</caption>\r\n    <tbody>\r\n        <tr>\r\n            <td colspan=\"3\">Windows7自身</td>\r\n        </tr>\r\n        <tr>\r\n            <td>1</td>\r\n            <td>インストーラ</td>\r\n            <td>インストール先パスに半角空白が含まれる場合&quot;%20&quot;と表記される場合がある</td>\r\n        </tr>\r\n        <tr>\r\n            <td>2</td>\r\n            <td>通信</td>\r\n            <td>HTTPだけかどうか不明だが、IE8とFF3で確認したところぺージがすべて表示される前に通信が完了してしまう。<br />\r\n            FF3の方では通信が切れたとエラー表示されることもあること、IE8とFF3で発生していることからページ表示に関するすべてのファイルのダウンロードが完了する前にセッションが切断されているようだ。<br />\r\n            ※具体例：画像/CSSファイル/IFRAMEの中身のいずれか、または複数が表示されない。</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td colspan=\"3\">ゲーム</td>\r\n        </tr>\r\n        <tr>\r\n            <td>1.</td>\r\n            <td>MoE</td>\r\n            <td>1)インストールは可能<br />\r\n            2)パッチ導入時には互換モードで実行させる必要がある。</td>\r\n        </tr>\r\n        <tr>\r\n            <td>2</td>\r\n            <td>ハンゲーム</td>\r\n            <td>Webからボタンを押してインストールするタイプのインストーラが動作しない。<br />\r\n            IEを管理者モードで実行させても無理だった。</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td colspan=\"3\">その他</td>\r\n        </tr>\r\n        <tr>\r\n            <td>1</td>\r\n            <td>SetPoint</td>\r\n            <td>互換モードでもしくは管理者モードで実行中のウィンドウ(アプリケーション)にはキーの送信ができない(キーストロークの割り当てが無視される)</td>\r\n        </tr>\r\n        <tr>\r\n            <td>2</td>\r\n            <td>Java</td>\r\n            <td>最小構成のインストーラが正しく動作しない。(フル版を使用するとインストール可能)</td>\r\n        </tr>\r\n        <tr>\r\n            <td>3</td>\r\n            <td>Thunderbird3 Beta2</td>\r\n            <td>一部のメールが2件に重複して表示される</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<p>&nbsp;</p>',9280,'2009-06-07 21:29:27','2009-06-07 21:29:27','allblocks',0,'',0,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');
INSERT INTO `bc_staticpage`VALUES ('fxRanking_LowSpread','FX会社ランキング(低スプレッド編)','','<div class=\"ranking_list\">\r\n<h3>FX会社ランキング(低スプレッド編)</h3>\r\n<p class=\"description\">低スプレッドで取引可能なFX業者の一覧です。スプレッドが狭く、手数料も安いと取引コストを低く抑えられるので取引回数が多いほどお得です。</p>\r\n<ol>\r\n    <li class=\"clearfix\">\r\n    <h4 class=\"rank1\"><a href=\"http://fx.dmm.com/\">DMM.com證券</a></h4>\r\n    <div>\r\n<!-- TG-Affiliate Banner Space -->\r\n<a href=\"http://ad2.trafficgate.net/t/r/43/3589/23413_23413/\" target=\"_blank\" style=\"float:left\"><img src=\"http://srv2.trafficgate.net/t/b/43/3589/23413_23413/\" border=\"0\" alt=\"DMM FX\" /></a>\r\n<!-- /TG-Affiliate Banner Space -->  \r\n    <p>DMM.com證券がご提供するDMM FXでは、<br />\r\n    スプレッド(売値と買値の差)を業界最低水準の0銭～(USD/JPYの場合)に設定。<br />\r\n    その他の通貨ペアも、業界最高水準のスプレッドでご提供中。<br />\r\n    キャッシュバックキャンペーンなども開催中(12/03現在)で新規の方も取引中の方もお得！</p>\r\n    </div>\r\n    <table>\r\n        <tbody>\r\n            <tr>\r\n                <th>必要証拠金</th>\r\n                <td>5千円</td>\r\n            </tr>\r\n            <tr>\r\n                <th>取扱単位</th>\r\n                <td>1万通貨</td>\r\n            </tr>\r\n            <tr>\r\n                <th>最小スプレッド</th>\r\n                <td>0銭～</td>\r\n            </tr>\r\n            <tr>\r\n                <th>通常手数料</th>\r\n                <td>0円</td>\r\n            </tr>\r\n        </tbody>\r\n    </table>\r\n    </li>\r\n    <li class=\"clearfix\">\r\n    <h4 class=\"rank2\"><a href=\"\" target=\"_blank\" rel=\"nofollow\">FX ZERO</a></h4>\r\n    <div><a href=\"\" target=\"_blank\" rel=\"nofollow\"><img height=\"100\" width=\"100\" src=\"\" alt=\"FX ZERO\" /></a>\r\n    <p>zeroシステムでFXが初めての方でも使いやすい豊富なビジュアルと直感的な操作で新しいFXトレードを提供。</p>\r\n    <ul>\r\n        <li class=\"apply\"><a href=\"\" target=\"_blank\" rel=\"nofollow\"><strong>FX ZEROで口座開設</strong></a></li>\r\n        <li class=\"detail\"><a href=\"\"><strong>FX ZEROの詳細情報</strong></a></li>\r\n    </ul>\r\n    </div>\r\n    <table>\r\n        <tbody>\r\n            <tr>\r\n                <th>証拠金</th>\r\n                <td>5千円</td>\r\n            </tr>\r\n            <tr>\r\n                <th>取扱単位</th>\r\n                <td>1万通貨</td>\r\n            </tr>\r\n            <tr>\r\n                <th>最小スプレッド</th>\r\n                <td>0銭～</td>\r\n            </tr>\r\n            <tr>\r\n                <th>通常手数料</th>\r\n                <td>0円</td>\r\n            </tr>\r\n        </tbody>\r\n    </table>\r\n    </li>\r\n</ol>\r\n</div>\r\n<div style=\"clear: both; width: 100%; \"></div>',509,'2009-12-06 03:17:30','2009-12-06 03:17:30','leftblocks',0,'',0,null,null,0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('iframeRSSAggregatorFavorite','くろねこのちょっと気になるブログ更新状況チェック!!!','','<iframe src=\"/staticpages/index.php/pageRSSAggregatorFavorite\" width=\"100%\" height=\"160\" border=\"0\" frameborder=\"0\" scrolling=\"auto\"></iframe>',978591,'2010-02-28 15:31:44','2010-08-29 22:09:07','allblocks',0,'',-1,'','',0,'',0,0,2,14,3,2,2,2,0,'','none',2,0,0,1,'html');
INSERT INTO `bc_staticpage`VALUES ('20111229181805752','RAID対応の外付けハードディスクの比較表','','<table bgcolor=\"#cccccc\">\r\n    <caption class=\"comp_cap\">RAID対応の外付けハードディスクの比較表</caption>\r\n    <tbody>\r\n        <tr>\r\n            <th class=\"comp_yell\" colspan=\"2\">&nbsp;</th>\r\n            <td style=\"text-align: center;\">&nbsp;</td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"58\" height=\"29\" alt=\"\" border=\"0\" src=\"../image/susume-no3.gif\" /></td>\r\n            <td align=\"center\"><img width=\"58\" height=\"29\" alt=\"\" border=\"0\" src=\"../image/susume-no1.gif\" /></td>\r\n            <td align=\"center\">&nbsp;</td>\r\n            <td align=\"center\">&nbsp;</td>\r\n            <td align=\"center\"><img width=\"58\" height=\"29\" alt=\"\" border=\"0\" src=\"../image/susume-no2.gif\" /></td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <th class=\"comp_yell\" colspan=\"2\">会社名</th>\r\n            <th width=\"78\">I・O DATA</th>\r\n            <th width=\"78\">I・O DATA</th>\r\n            <th width=\"78\">BUFFALO</th>\r\n            <th width=\"78\">BUFFALO</th>\r\n            <th width=\"78\">BUFFALO</th>\r\n            <th width=\"78\">BUFFALO</th>\r\n            <th width=\"78\">BUFFALO</th>\r\n        </tr>\r\n        <tr>\r\n            <th class=\"comp_yell\" colspan=\"2\">型番</th>\r\n            <td><a target=\"_blank\" href=\"http://www.iodata.jp/product/hdd/hdd/hdc2-u/index.htm\">HDC2-U<br />\r\n            シリーズ</a></td>\r\n            <td><a target=\"_blank\" href=\"http://www.iodata.jp/product/hdd/hdd/rhd4-uxe/index.htm\">RHD4-UXE<br />\r\n            シリーズ</a></td>\r\n            <td><a target=\"_blank\" href=\"http://buffalo.jp/product/hdd/external/hd-wlsu2_r1/\">HD-WLSU2<br />\r\n            /R1シリーズ</a></td>\r\n            <td><a target=\"_blank\" href=\"http://buffalo.jp/products/catalog/item/h/hd-wiu2_r1/\">HD-WIU2/R1<br />\r\n            シリーズ<br />\r\n            </a></td>\r\n            <td><a target=\"_blank\" href=\"http://buffalo.jp/products/catalog/storage/hd-wsu2/\">HD-WS<br />\r\n            TU2シリーズ</a></td>\r\n            <td><a target=\"_blank\" href=\"http://buffalo.jp/product/hdd/external/hd-qlsu2_r5/\">HD-QLSU2<br />\r\n            /R5シリーズ</a></td>\r\n            <td><a target=\"_blank\" href=\"http://buffalo.jp/products/catalog/storage/hd-qsibsu2_r/\">HD-QSIBSU2<br />\r\n            /Rシリーズ</a></td>\r\n        </tr>\r\n        <tr>\r\n            <th class=\"comp_yell\" colspan=\"2\">製品画像</th>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"../image/image164.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image26.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image1.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image411.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image110.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image2.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image522.jpg\" /></td>\r\n        </tr>\r\n        <tr>\r\n            <th class=\"comp_yell\" colspan=\"2\">発売日</th>\r\n            <td align=\"center\">2008/06</td>\r\n            <td align=\"center\">2008/05</td>\r\n            <td align=\"center\" bgcolor=\"#ffcccc\" style=\"text-align: center;\">2010/07</td>\r\n            <td align=\"center\" style=\"text-align: center;\">2006/06</td>\r\n            <td align=\"center\" style=\"text-align: center;\">2008/06</td>\r\n            <td align=\"center\" bgcolor=\"#ffcccc\" style=\"text-align: center;\">2010/07</td>\r\n            <td align=\"center\" style=\"text-align: center;\">2008/01</td>\r\n        </tr>\r\n        <tr>\r\n            <th class=\"comp_yell\" colspan=\"2\">おすすめ度</th>\r\n            <td><img width=\"40\" height=\"15\" alt=\"\" border=\"0\" src=\"../image/ystar35.gif\" /></td>\r\n            <td><img width=\"40\" height=\"15\" alt=\"\" border=\"0\" src=\"../image/ystar40.gif\" /></td>\r\n            <td><img width=\"40\" height=\"15\" alt=\"\" border=\"0\" src=\"../image/ystar40.gif\" /></td>\r\n            <td><img width=\"40\" height=\"15\" alt=\"\" border=\"0\" src=\"../image/ystar35.gif\" /></td>\r\n            <td><img width=\"20\" height=\"15\" alt=\"\" border=\"0\" src=\"../image/ystar20.gif\" /></td>\r\n            <td><img width=\"40\" height=\"15\" alt=\"\" border=\"0\" src=\"../image/ystar40.gif\" /></td>\r\n            <td><img width=\"20\" height=\"15\" alt=\"\" border=\"0\" src=\"../image/ystar20.gif\" /></td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_h1\" colspan=\"9\">性能の比較</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" rowspan=\"4\">速度</td>\r\n            <td width=\"110\" bgcolor=\"#ffff99\">インターフェイス</td>\r\n            <td>USB</td>\r\n            <td bgcolor=\"#ffcccc\">USB、<br />\r\n            eSATA<br />\r\n            IEEE1394</td>\r\n            <td bgcolor=\"#ffcccc\">USB、<br />\r\n            eSATA</td>\r\n            <td>USB、<br />\r\n            IEEE1394</td>\r\n            <td>USB</td>\r\n            <td bgcolor=\"#ffcccc\">USB、<br />\r\n            eSATA</td>\r\n            <td bgcolor=\"#ffcccc\">USB、<br />\r\n            eSATA<br />\r\n            IEEE1394</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">最大ﾃﾞｰﾀ転送速度</td>\r\n            <td>60MB/s</td>\r\n            <td>約300MB/s</td>\r\n            <td>約300MB/s</td>\r\n            <td>60MB/s</td>\r\n            <td>60MB/s</td>\r\n            <td>約300MB/s</td>\r\n            <td>約300MB/s</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">読取速度（実測値）</td>\r\n            <td>？</td>\r\n            <td bgcolor=\"#ffcccc\">約234MB/s</td>\r\n            <td>？</td>\r\n            <td>？</td>\r\n            <td>33.8MB/s</td>\r\n            <td>？</td>\r\n            <td bgcolor=\"#ffcccc\">約224MB/s</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">速度高速化技術</td>\r\n            <td bgcolor=\"#ffcccc\">ﾏｯﾊUSB</td>\r\n            <td bgcolor=\"#ffcccc\">ﾏｯﾊUSB</td>\r\n            <td bgcolor=\"#ffcccc\">TurboPC<br />\r\n            TurboCopy</td>\r\n            <td>&times;</td>\r\n            <td bgcolor=\"#ffcccc\">Turbo USB</td>\r\n            <td bgcolor=\"#ffcccc\">TurboPC<br />\r\n            TurboCopy</td>\r\n            <td bgcolor=\"#ffcccc\">Turbo USB</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" colspan=\"2\">RAID対応</td>\r\n            <td>○RAID0,1</td>\r\n            <td bgcolor=\"#ffcccc\">○RAID0,5,10</td>\r\n            <td>○RAID0,1</td>\r\n            <td>○RAID1</td>\r\n            <td>&times;</td>\r\n            <td bgcolor=\"#ffcccc\">○RAID0,5,10</td>\r\n            <td bgcolor=\"#cccccc\">△（RAID0）</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" rowspan=\"3\">冷却性</td>\r\n            <td bgcolor=\"#ffcc99\">ファン※1</td>\r\n            <td bgcolor=\"#eeeeee\">ﾌｧﾝﾚｽ</td>\r\n            <td bgcolor=\"#ffcccc\">大型ﾌｧﾝ</td>\r\n            <td bgcolor=\"#ffcccc\">静音ﾌｧﾝ</td>\r\n            <td bgcolor=\"#ffcccc\">静音ﾌｧﾝ</td>\r\n            <td bgcolor=\"#ffcccc\">静音ﾌｧﾝ</td>\r\n            <td bgcolor=\"#ffcccc\">静音ﾌｧﾝ</td>\r\n            <td bgcolor=\"#ffcccc\">静音ﾌｧﾝ</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffcc99\">ボディ特徴</td>\r\n            <td>エアフロー</td>\r\n            <td>エアフロー</td>\r\n            <td>エアフロー</td>\r\n            <td>エアフロー</td>\r\n            <td>エアフロー</td>\r\n            <td>エアフロー</td>\r\n            <td>エアフロー</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffcc99\">ACアダプタ ※2</td>\r\n            <td bgcolor=\"#fff4f4\">外付け</td>\r\n            <td>内蔵</td>\r\n            <td bgcolor=\"#fff4f4\">外付け</td>\r\n            <td>内蔵</td>\r\n            <td>内蔵</td>\r\n            <td bgcolor=\"#fff4f4\">外付け</td>\r\n            <td>内蔵</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" rowspan=\"2\">エコ</td>\r\n            <td bgcolor=\"#ffff99\">電源連動 ※3</td>\r\n            <td>○</td>\r\n            <td bgcolor=\"#cccccc\">&times;</td>\r\n            <td>○</td>\r\n            <td>○</td>\r\n            <td>○</td>\r\n            <td>○</td>\r\n            <td>○</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">未使用時HD停止</td>\r\n            <td>&times;</td>\r\n            <td>&times;</td>\r\n            <td bgcolor=\"#ffcccc\">○</td>\r\n            <td>&times;</td>\r\n            <td>&times;</td>\r\n            <td bgcolor=\"#ffcccc\">○</td>\r\n            <td>&times;</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" colspan=\"2\">ｻｲｽﾞ(体積)[cm<sup>3</sup>]</td>\r\n            <td bgcolor=\"#ffcccc\">1660</td>\r\n            <td>7155</td>\r\n            <td>2184</td>\r\n            <td>3566</td>\r\n            <td>3566</td>\r\n            <td>5346</td>\r\n            <td>8105</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_h1\" colspan=\"9\">付属ソフトの比較</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" colspan=\"2\" style=\"font-size: 10px;\">データバックアップソフト※3</td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/image112.gif\" /></td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/image112.gif\" /></td>\r\n            <td><img width=\"65\" height=\"15\" alt=\"\" border=\"0\" src=\"image/image310.jpg\" /></td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/kantanbk.gif\" /></td>\r\n            <td><img alt=\"簡単ﾊﾞｯｸｱｯﾌﾟ\" border=\"0\" src=\"image/kantanbk.gif\" /></td>\r\n            <td><img width=\"65\" height=\"15\" alt=\"\" border=\"0\" src=\"image/image310.jpg\" /></td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/kantanbk.gif\" /></td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" colspan=\"2\" style=\"font-size: 10px;\">イメージバックアップソフト※4</td>\r\n            <td>&nbsp;</td>\r\n            <td><img width=\"56\" height=\"19\" alt=\"\" border=\"0\" src=\"image/powerx.gif\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/image16.gif\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" colspan=\"2\">ﾃﾞｰﾀ消去ｿﾌﾄ</td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/image131.gif\" /></td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/image131.gif\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/image17.gif\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" colspan=\"2\">暗号化ｿﾌﾄ</td>\r\n            <td>&nbsp;</td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/image124.gif\" /></td>\r\n            <td><img alt=\"Secure + Guard\" border=\"0\" src=\"image/image18.gif\" /></td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/image18.gif\" /></td>\r\n            <td><img alt=\"Secure + Guard\" border=\"0\" src=\"image/image18.gif\" /></td>\r\n            <td><img alt=\"Secure + Guard\" border=\"0\" src=\"image/image18.gif\" /></td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/image18.gif\" /></td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" colspan=\"2\">消費電力削減ｿﾌﾄ</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td><img width=\"65\" height=\"15\" alt=\"\" border=\"0\" src=\"image/image102.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td><img width=\"65\" height=\"15\" alt=\"\" border=\"0\" src=\"image/image102.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" colspan=\"2\">その他</td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/quick.gif\" /></td>\r\n            <td><img alt=\"\" border=\"0\" src=\"image/quick.gif\" /><br />\r\n            <img alt=\"\" border=\"0\" src=\"image/image114.gif\" /></td>\r\n            <td><img width=\"65\" height=\"15\" alt=\"\" border=\"0\" src=\"image/image46.jpg\" /></td>\r\n            <td><img width=\"60\" height=\"19\" alt=\"\" border=\"0\" src=\"image/image120.gif\" /></td>\r\n            <td>&nbsp;</td>\r\n            <td><img width=\"65\" height=\"15\" alt=\"\" border=\"0\" src=\"image/image46.jpg\" /></td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_h1\" colspan=\"9\">価格の比較</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" rowspan=\"6\">価格</td>\r\n            <td bgcolor=\"#ffff99\">1TB</td>\r\n            <td bgcolor=\"#ffcccc\">\\30,500</td>\r\n            <td>\\69,000</td>\r\n            <td>―</td>\r\n            <td bgcolor=\"#ffcccc\">\\30,600</td>\r\n            <td>―</td>\r\n            <td>&nbsp;</td>\r\n            <td>\\74,300</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">2TB</td>\r\n            <td>\\37,000</td>\r\n            <td>\\79,600</td>\r\n            <td>\\37,000</td>\r\n            <td>\\37,000</td>\r\n            <td bgcolor=\"#ffcccc\">\\31,700</td>\r\n            <td>&nbsp;</td>\r\n            <td>\\85,000</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">3TB</td>\r\n            <td>\\50,900</td>\r\n            <td>―</td>\r\n            <td>\\53,000</td>\r\n            <td>―</td>\r\n            <td bgcolor=\"#ffcccc\">\\42,300</td>\r\n            <td>&nbsp;</td>\r\n            <td>―</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">4TB</td>\r\n            <td>―</td>\r\n            <td>―</td>\r\n            <td>\\69,000</td>\r\n            <td>―</td>\r\n            <td bgcolor=\"#ffcccc\">\\53,000</td>\r\n            <td>\\79,600</td>\r\n            <td>―</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">6TB</td>\r\n            <td>―</td>\r\n            <td>―</td>\r\n            <td>―</td>\r\n            <td>―</td>\r\n            <td>―</td>\r\n            <td bgcolor=\"#ffcccc\">\\106,300</td>\r\n            <td>―</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">8TB</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td>&nbsp;</td>\r\n            <td bgcolor=\"#ffcccc\">\\136,300</td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_h1\" colspan=\"9\">最安値検索</td>\r\n        </tr>\r\n        <tr>\r\n            <th class=\"comp_yell\" colspan=\"2\">製品画像</th>\r\n            <td align=\"center\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"../image/image164.jpg\" /></td>\r\n            <td align=\"center\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image26.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image1.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image411.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image110.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image2.jpg\" /></td>\r\n            <td align=\"center\" style=\"text-align: center;\"><img width=\"60\" height=\"60\" alt=\"\" border=\"0\" src=\"image/image522.jpg\" /></td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" rowspan=\"6\">型番</td>\r\n            <td bgcolor=\"#ffff99\">1TB</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HDC2-U1.0</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">RHD4-UXE1.0</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-W1.0TIU2/R1</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-QS1TIBSU2/R</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">2TB</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HDC2-U2.0</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">RHD4-UXE2.0</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-WL2TSU2/R1</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-W2.0TIU2/R1</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-WS2.0TU2</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-QS2TIBSU2/R</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">3TB</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-WL3TSU2/R1</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-WS3.0TU2</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">4TB</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-WL4TSU2/R1</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-WS4.0TU2</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-QL4TSU2/R5</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">6TB</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-QL6TSU2/R5</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n        </tr>\r\n        <tr>\r\n            <td bgcolor=\"#ffff99\">8TB</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">HD-QL8TSU2/R5</td>\r\n            <td height=\"18\" class=\"comp_kataban\" onclick=\"addWord(this)\" style=\"font-size: 10px; vertical-align: middle;\">―</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_h1\" colspan=\"9\">備考</td>\r\n        </tr>\r\n        <tr>\r\n            <td class=\"comp_yell\" colspan=\"9\">※1　ACアダプタが本体に内蔵している場合、コンセントはスッキリしますが、反面、本体が大きくなる・発熱が多いなどの欠点もあります。<br />\r\n            ※2　電源連動・・・PCに連動してドライブ電源を自動ON/OFFする機能<br />\r\n            ※3　データバックアップソフト・・・ファイルやフォルダ毎にバックアップするソフト<br />\r\n            ※4　イメージバックアップソフト・・・OSやアプリケーションごとバックアップするソフト。詳細は「<a href=\"../image_backup/index.html\">バックアップソフトの比較</a>」をご覧下さい。</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<p>&nbsp;</p>',544,'2011-12-29 18:30:08','2011-12-29 18:30:08','allblocks',0,'',-1,'','',0,'',0,0,3,14,3,2,2,2,0,'','none',1,0,0,1,'adveditor');

--
-- Table structure for table `bc_statuscodes`
--

DROP TABLE IF EXISTS `bc_statuscodes`;

CREATE TABLE `bc_statuscodes` (
  `code` int(1) NOT NULL DEFAULT 0,
  `name` char(32) DEFAULT NULL,
  PRIMARY KEY (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_statuscodes`
--

INSERT INTO `bc_statuscodes`VALUES (1,'更新中');
INSERT INTO `bc_statuscodes`VALUES (0,'通常');
INSERT INTO `bc_statuscodes`VALUES (10,'アーカイブ');

--
-- Table structure for table `bc_stories`
--

DROP TABLE IF EXISTS `bc_stories`;

CREATE TABLE `bc_stories` (
  `sid` varchar(128) NOT NULL DEFAULT '',
  `uid` mediumint(8) NOT NULL DEFAULT 1,
  `draft_flag` tinyint(1) unsigned DEFAULT 0,
  `date` datetime DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `page_title` varchar(128) DEFAULT NULL,
  `introtext` text DEFAULT NULL,
  `bodytext` text DEFAULT NULL,
  `text_version` tinyint(2) unsigned NOT NULL DEFAULT 1,
  `hits` mediumint(8) unsigned NOT NULL DEFAULT 0,
  `numemails` mediumint(8) unsigned NOT NULL DEFAULT 0,
  `comments` mediumint(8) unsigned NOT NULL DEFAULT 0,
  `comment_expire` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `trackbacks` mediumint(8) unsigned NOT NULL DEFAULT 0,
  `related` text DEFAULT NULL,
  `featured` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `show_topic_icon` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `commentcode` tinyint(4) NOT NULL DEFAULT 0,
  `trackbackcode` tinyint(4) NOT NULL DEFAULT 0,
  `statuscode` tinyint(4) NOT NULL DEFAULT 0,
  `expire` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `postmode` varchar(10) NOT NULL DEFAULT 'html',
  `advanced_editor_mode` tinyint(1) unsigned DEFAULT 0,
  `frontpage` tinyint(1) unsigned DEFAULT 1,
  `meta_description` text DEFAULT NULL,
  `meta_keywords` text DEFAULT NULL,
  `cache_time` int(11) NOT NULL DEFAULT 0,
  `owner_id` mediumint(8) NOT NULL DEFAULT 1,
  `group_id` mediumint(8) NOT NULL DEFAULT 2,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  PRIMARY KEY (`sid`),
  KEY `stories_sid` (`sid`),
  KEY `stories_uid` (`uid`),
  KEY `stories_featured` (`featured`),
  KEY `stories_hits` (`hits`),
  KEY `stories_statuscode` (`statuscode`),
  KEY `stories_expire` (`expire`),
  KEY `stories_date` (`date`),
  KEY `stories_frontpage` (`frontpage`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_stories`
--

INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0001',3,0,'2001-09-01 21:45:00','[Delphi] Enterキーで次のフィールドに移動する','','<p>コンポーネントのKeyPressイベントを使います。<br />\rKeyPressイベントでEnterキーが押されたときに、次のコントロールに移動するWindowsのメッセージを送ってフォーカスを移動させます。<br />\r任意のコントロールにフォーカスを移動させる場合には、コントロール名.SetFocusを使用します。</p>\r<pre class=\"brush: delphi; highlight: [7];\" title=\"Enterキーで次のフィールドに移動する\">\rprocedure Edit1KeyPress(var Key: Char);\rbegin\r  if (Ord(Key) = VK_RETURN) and (Shift = []) then\r  begin\r    // Enterキーが押されたら、次フィールドへ移動する。\r    // Delphi関数を使う方法\r    SelectNext(ActiveControl, GetKeyState(VK_SHIFT) &gt;= 0, true);\r    // ...Windows Messageを使用する方法\r    //SendMessage(Handle, WM_NEXTDLGCTL, Ord(GetKeyState(VK_SHIFT) &lt; 0), 0);\r    // 通常のEnterキーの処理をしないようにクリアしてしまおう。\r    Key := #0;\r  end;\rend;\r</pre>','',1,26830,0,2,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-03-26 15:13:30','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0002',3,0,'2001-09-01 21:50:00','[Delphi] フリガナを自動で入力する (for Win32)','','<p><strong>WM_IME_COMPOSITION</strong> メッセージが発生したときに、<strong>ImmGetCompositionString </strong>関数を使ってFEP (IME など) が持つフリガナを取得します。</p>','<p>この例は、フリガナ機能付きコンポーネントの作成例です。<br />\rTEdit コンポーネントに KanaOut プロパティを追加しています。この追加したプロパティに、Edit1(TEdit クラス) を設定すると、入力した文字のフリガナが Edit1.Text に入力されていきます。</p>\r<pre class=\"brush: delphi; highlight: [69,73,74,75]\" title=\"フリガナを自動で入力する (for Win32)\">\runit KanaEdit;\r\rinterface\r\ruses\r  Windows, Messages, Classes, Graphics, Controls, StdCtrls;\r\rtype\r  { TKanaEdit }\r  TKanaEdit = class(TEdit)\r  private\r    FKanaOut: TEdit; // KanaOutプロパティ\r  protected\r    procedure SetKanaOut(AValue: TEdit);\r    procedure WndProc(var Msg: TMessage); override;\r  published\r    // プロパティ\r    ...\r    property KanaOut: TEdit read FKanaOut write SetKanaOut;\r    ...\r  end;\r\rprocedure Register;\r\rimplementation\r\ruses\r  IMM;\r\rprocedure Register;\rbegin\r  RegisterComponents(\'Samples\', [TKanaEdit]);\rend;\r\r{*******************************************************************************\r機能: カナ出力プロパティーセット\r引数:\r戻値:\r*******************************************************************************}\rprocedure TKanaEdit.SetKanaOut(AValue: TEdit);\rbegin\r  if (AValue = nil) or (AValue = Self) then\r  begin\r    FKanaOut := nil;\r  end\r  else\r  begin\r    FKanaOut := AValue;\r  end;\rend;\r\r{*******************************************************************************\r機能: メッセージ処理\r引数:\r戻値:\r*******************************************************************************}\rprocedure TKanaEdit.WndProc(var Msg: TMessage);\rvar\r  imc: HIMC; // IMEのコンテキストを格納\r  strKana: string;\r  nSize: Integer;\rbegin\r  if (FKanaOut &lt;&gt; nil) then\r  begin\r    if (Msg.Msg = WM_IME_ENDCOMPOSITION) then\r    begin\r      imc := ImmGetContext(Handle);\r      case Msg.Msg of\r        WM_IME_ENDCOMPOSITION:\r        begin\r          strKana := \'\';\r          // 変換結果の「読み」を取得\r          nSize := ImmGetCompositionString(imc, GCS_RESULTREADSTR, nil, 0);\r          SetLength(strKana, nSize+1);\r          ImmGetCompositionString(imc, GCS_RESULTREADSTR, PChar(strKana), nSize+1);\r          SetLength(strKana, nSize);\r          // 更新後文字列作成\r          FKanaOut.Text := FKanaOut.Text + strKana;\r        end; // WM_IME_ENDCOMPOSITION\r      end; // case\r      ImmReleaseContext(Handle, imc);\r    end;  // if\r  end;  // if\r  inherited;\rend;\rend.\r</pre>\r<p>サンプルプログラムのダウンロードは&rarr;[file:21]</p>',1,7861,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-09 23:01:34','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0003',3,0,'2001-09-01 21:52:00','[Delphi] 数値をカンマ編集する','','<p>カンマ編集するにはFormat関数を使う方法がありますが、簡単に行うには以下のどちらかの関数を使用します。</p>\r<ul class=\"expl\">\r<li><em>FormatFloat</em></li>\r<li><em>FormatCurr</em></li>\r</ul>\r<p>具体的には以下のように指定します。</p>\r<pre class=\"code\">FormatCurr(\'#,\', 123456)</pre>\r<p>Format関数を使うよりもずっと簡単に、制御できるのでとっても便利です。</p>','',1,20599,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2013-03-01 13:44:07','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0004',3,0,'2001-09-01 21:55:00','[Delphi] ボタンのキャプションを2行にする',null,'<p>ボタンのキャプションを2行表示したいと思ったことはありませんか？<br />\r\n実はボタンのキャプションを2行にするのはすごく簡単です。しかし、コンポーネントにしないで実現することは難しいのでコンポーネントを作成してみます。<br />\r\n作り方は、TButtonを継承したボタンを作成します。このボタンのCreateParamをオーバーライドします。<br />\r\nここでウィンドウ作成パラメータ（Style）にBS_MULTILINEという値を付けl加えることで、2行表示ができるようになります。</p>\r\n<p>注 コンポーネントの作成は[コンポーネント]メニューの新規作成から行えます。</p>','<pre class=\"code\">\r\nTMultiLineCaptionButton = <b>class</b>(TButton)\r\n  <b>private</b>\r\n  <b>protected</b>\r\n    <b>procedure</b> CreateParams(var Params: TCreateParams); <b>override</b>;\r\n  <b>public</b>\r\n  <b>published</b>\r\n    (省略...)\r\n<b>end</b>;\r\n\r\n   (省略...)\r\n\r\n<b>procedure</b> TMultiLineCaptionButton.CreateParams(var Params: TCreateParams); \r\n<b>begin</b>\r\n  <b>inherited</b>;\r\n  <i>Style</i> := <i>Style</i> <b>or</b> <i>BS_MULTILINE</i>;\r\n<b>end</b>;\r\n</pre>\r\nボタンを作成できたら、キャプションに改行コードつきの文字列を渡します。改行コードは#13#10です。(例 \'1行目\' + #13#10 + \'2行目\')\r\n<pre class=\"code\">\r\n<b>procedure</b> TForm1.Create(Sender: TObject);\r\n<b>begin</b>\r\n  Caption := \'1行目\' + #13#10 + \'2行目\';\r\n<b>end</b>;\r\n</pre>',1,11446,0,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0005',3,0,'2001-09-01 21:58:00','[Delphi] 2行表示のリストを作成する','','<p>2行表示のリストを作成するには、OnDrawItem イベントと OnMeasureItem イベントを使用します。<br />\r以下のステップで行います。</p>\r<ol>\r    <li>OnMeasureItemイベントで2行分表示するための高さを確保します。</li>\r    <li>OnDrawItemイベントでCanvasにテキストを描画します。</li>\r    <li>Styleを「lbOwnerDrawVariable」に変更します。（自分で中身を書き換えますよ！という定義）</li>\r</ol>\r<p>この方法は、TCheckListBox でも使用できます。（2行目が固定で&ldquo;2行目&rdquo;になっているので、お好みに合わせて変更してください。 また、Styleを「lbOwnerDrawVariable」に変更するのを忘れないでください。）</p>','<pre class=\"brush: delphi;\">\rprocedure TForm1.ListBox1MeasureItem(Control: TWinControl; Index: Integer;\r  var Height: Integer);\rbegin\r  Height := -1 * TListBox(Control).Font.Height * 2 + 6; // リストボックスの1項目の高さを設定\rend;\r\rprocedure TForm1.ListBox1DrawItem(Control: TWinControl; Index: Integer;\r  Rect: TRect; State: TOwnerDrawState);\rbegin\r  with TListBox(Control) do\r  begin\r  Canvas.FillRect(Rect);\r  Canvas.TextOut(Rect.Left + 2, Rect.Top + 2, Items[Index]);                 // 1行目\r  Canvas.TextOut(Rect.Left + 2, Rect.Top + (-1 * Font.Height) + 4, \'2行目\'); // 2行目\r  end;\rend;\r</pre>',1,4576,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-03 01:38:37','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0006',3,0,'2001-09-01 22:00:00','[Delphi] TMemoで、先頭行/最終行/指定行へ移動する','','<p>Windows APIをいくつか使って移動行数を計算し移動しています。</p>\r<ul>\r    <li>EM_LINEFROMCHAR&nbsp; 現在のカーソル位置を取得するのに使用</li>\r    <li>EM_LINESCROLL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 行を移動させるのに使用</li>\r    <li>EM_GETLINECOUNT&nbsp;&nbsp; TMemoの行数を取得するのに使用</li>\r    <li>EM_LINEINDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 現在のカーソル位置を設定するのに使用</li>\r</ul>','<p>例として先頭行/最終行/指定行に移動するサンプルを示します。</p>\r<pre class=\"brush: delphi;\">\r// 先頭行へ \rprocedure TForm1.Button1Click(Sender: TObject);\rvar\r  iLineNow: integer;\rbegin\r  with Memo1 do\r  begin\r    // 現在のカーソルのある行を得る\r    iLineNow := SendMessage(Handle, EM_LINEFROMCHAR, SelStart, 0); \r    // 先頭行へスクロール\r    SendMessage(Handle, EM_LINESCROLL, 0, -iLineNow);         // 現在の行数だけ戻る\r    SelStart := 0;\r    SetFocus;\r   end;\rend;\r\r// 最終行へ \rprocedure TForm1.Button2Click(Sender: TObject);\rvar\r  iLineNow: integer;\r  iLineLast: integer;\rbegin\r  with Memo1 do\r  begin\r    iLineNow := SendMessage(Handle, EM_LINEFROMCHAR, SelStart, 0);\r    iLineLast := SendMessage(Handle, EM_GETLINECOUNT, 0, 0);\r    SendMessage(Handle, EM_LINESCROLL, 0, iLineLast - iLineNow);\r    SelStart := SendMessage(Handle, EM_LINEINDEX, iLineLast-1, 0);\r   end;\rend;\r\r// 指定行へ (指定行をEdit1で指定します。) \rprocedure TForm1.Button3Click(Sender: TObject);\rvar\r  iLineNow: integer;\r  iLineTo:  integer;\rbegin\r  with Memo1 do\r  begin\r    iLineNow := SendMessage(Handle, EM_LINEFROMCHAR, SelStart, 0);\r    iLineLast := SendMessage(Handle, EM_GETLINECOUNT, 0, 0);\r    iLineTo := StrToInt(Edit1.Text);\r    // 指定行が最終行以降の場合、最終行に移動\r    if (iLineTo &lt;= iLineLast) then iLineTo := LineLast;\r    SendMessage(Handle, EM_LINESCROLL, 0, iLineTo - iLineNow);\r    SelStart := SendMessage(Handle, EM_LINEINDEX, iLineTo -1, 0);\r  end;\rend;\r</pre>\r<p>サンプルプログラムのダウンロードは&rarr;[File:22]</p>',1,23002,0,1,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-03 01:36:46','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0007',3,0,'2001-09-01 22:11:00','[Delphi] 長いファイル名の途中を省略する','','<p>MinimizeName 関数を使用します。<br />\rインストール画面などでよく見かける、ファイル名の途中を...で省略した文字列を作成するために、DelphiではMinimizeName関数が用意されています。<br />\r<br />\r注意 この関数を使用するためには、usesにFilectrlユニットを追加する必要があります。</p>','<p>例としてエディットボックスにアプリケーションのEXE名を表示します。</p>\r<pre class=\"brush: delphi;\">\rtype\r  TForm1 = class(TForm)\r    Edit1: TEdit;\r    procedure FormCreate(Sender: TObject);\r  private\r  { Private 宣言 }\r  public\r  { Public 宣言 }\r  end;\r\rvar\r Form1: TForm1;\r\rimplementation\r\ruses\r Filectrl;\r\r{&#36;R *.DFM}\r\rprocedure TForm1.FormCreate(Sender: TObject);\rbegin\r  Edit1.Text := MinimizeName(Application.ExeName, Canvas, Edit1.Width);\rend;\r</pre>',1,5971,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-03 01:33:37','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0008',3,0,'2001-09-01 22:11:01','[Delphi] アプリケーションの多重起動を防止する (Win32)','','<p>Atomを使う方法 FindWindow を使う方法などアプリケーションの多重起動防止方法にはいろいろありますが、 ここではもっとも実装が簡単だと思われるMutexを使った方法をご紹介します。<br />\rWindows APIの CreateMutex を使用して Mutex を作成します。すでに同じ名前を持つ Mutex が作成されていた場合、 CreateMutex は｢ERROR_ALREADY_EXISTS｣を返します。この場合実行を進めると二重起動となるので、 すぐに RelaseMutex で Mutex を開放して終了します。その他の場合には、通常通りプログラムを起動します。<br />\r<br />\r<em>※注意 CreateMutex を使用するには、uses 節に Windows ユニットを追加する必要があります。</em></p>','<p>以下に例を示します。以下の例は、すでにアプリケーションのほかのインスタンスが起動していた場合には、 そのインスタンスをアクティブにする処理が追加されています。<br />\r(ほぼ同時に起動した場合、アクティブにできない可能性があります。)</p>\r<pre class=\"brush: delphi;\" title=\"多重起動防止\">\rprogram Project1;\r\ruses\r  Windows,\r  Forms,\r  Unit1 in \'Unit1.pas\' {Form1};\r\r{&#36;R *.RES}\r\rvar\r  hMutex: THandle;\r  hApp: THandle;\rbegin\r  // ユニークな名前でMutexを作成する \r  hMutex := CreateMutex(nil, true, \'MyApp\');\r  // もし失敗したら、すでにほかのインスタンスが存在する\r  if (hMutex &lt;&gt; 0) and (GetLastError() = ERROR_ALREADY_EXISTS) then\r  begin\r    Application.MessageBox(\'すでに起動しています。2つ同時には起動できません。\',\r      \'多重起動禁止\', MB_ICONERROR or MB_OK);\r    // 探すWindowはMainFormで、引数にMainFromのクラスと、キャプションを指定\r    hApp := FindWindow(\'TForm1\', \'Form1\');    // 探すWindowは、MainForm\r    if (hApp &lt;&gt; 0) then SetForeGroundWindow(hApp);\r  end\r  else\r  begin\r    Application.Initialize;\r    // MainFormには、ユニークなクラス名とキャプションをつけたほうがいいです\r    Application.CreateForm(TForm1, Form1);\r    Application.Run;\r  end;\r  if (hMutex &lt;&gt; 0) then ReleaseMutex(hMutex);\r  if (hMutex &lt;&gt; 0) then CloseHandle(hMutex);\rend.\r</pre>',1,15439,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-18 13:21:58','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0009',3,0,'2001-09-01 22:14:00','[Delphi] DBGridの自動レコード追加機能を抑止する',null,'<p>この機能を実現するには2つの方法があります。<br />\r\n1つはTable側で新規レコードを追加させないようにする方法 と DBGrid側でチェックする方法があります。<br />\r\n本当はDBGrid本体で新規レコード行を表示しないようできると便利だと思うのですが、\r\nコンポーネントを修正しないとだめなので簡単にできる方法を紹介します。</p>','<p>テーブル側で処理する方法</p>\r\n<p class=\"code\">\r\n<span class=\"key\">procedure</span> TForm1.Tbable1BeforeInsert(DataSet: TDataset);<br />\r\n<span class=\"key\">begin</span><br />\r\n&nbsp; Abort;<br />\r\n<span class=\"key\">end</span>;</p>\r\n<p>DBGrid で処理する方法</p>\r\n<pre class=\"code\">\r\n<span class=\"key\">procedure</span> TForm1.DBGrid1KeyDown(Sender: TObject; var Key: Word;\r\n  Shift: TShiftState);\r\n<span class=\"key\">begin</span>\r\n  <span class=\"key\">with</span> DBGrid1.DataSource.DataSet <span class=\"key\">do</span>\r\n  <span class=\"key\">begin</span>\r\n    <span class=\"key\">if</span> (Key = VK_DOWN) <span class=\"key\">then</span>\r\n    <span class=\"key\">begin</span>\r\n      DisableControls;\r\n      Next;\r\n      <span class=\"key\">if</span> (EOF) <span class=\"key\">then</span> Key := 0\r\n      <span class=\"key\">else</span> Prior;\r\n      EnableControls;\r\n    <span class=\"key\">end</span>;\r\n  <span class=\"key\">end</span>;\r\n<span class=\"key\">end</span>;\r\n</pre>',1,11010,0,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0010',3,0,'2001-09-01 22:16:00','[Delphi] DBGrid で入力中の文字列を確認する','','<p>DBGrid で入力中の文字列はどうすれば確認できるでしょうか？DBGrid から確定されて DataSet にデータが更新されたら Field の値を確認できるんですが。<br />DBGrid で入力中の文字列は DBGrid にある InplaceEditor に保持されています。<br />ですからキー押されて文字が入力されたときに InplaceEditorの値をとってきて確認します。</p>','<p>以下の例は、Form に DBGrig と Label を 追加し、DBGridに OnkeyUp イベントを作成しています。</p>\r<pre class=\"brush: delphi\" title=\"DBGrid.OnkeyUpのサンプル\">procedure TForm1.DBGrid1KeyUp(Sender: TObject; var Key: Word;\r  Shift: TShiftState);\rvar\r  Pos: integer;\rbegin\r  for Pos := 0 to Pred(DBGrid1.ControlCount) do\r    if (DBGrid1.Controls[Pos] is TInPlaceEdit) then\r    begin\r      with TInPlaceEdit(DBGrid1.Controls[Pos]) do\r      begin\r        Label1.Caption := \'Text = \' + Text;\r      end;\r    end;\rend;\r</pre>',1,7678,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 11:27:10','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0011',3,0,'2001-09-01 23:11:00','[Delphi] スタートメニューにプログラムグループを作る',null,'<p>SHGetSpecialFolderLocationとSHGetPathFromIDListのコンビネーションです。<br />\r\n実際のフォルダの作成には、CreateDirectoryを使っています。</p>','<pre class=\"code\">\r\n<span class=\"key\">uses</span>\r\n  shlobj;\r\n\r\n<span class=\"key\">function</span> CreateFolder(Foldername: <span class=\"key\">String</span>; aLocation: integer): boolean; \r\n<span class=\"key\">var</span>\r\n  pIdl: PItemIDList; \r\n  hPath: PChar;\r\n<span class=\"key\">begin</span> \r\n  Result := False; \r\n  <span class=\"key\">if</span> SUCCEEDED(SHGetSpecialFolderLocation(0, aLocation, pidl)) <span class=\"key\">then</span> \r\n  <span class=\"key\">begin</span> \r\n    hPath := StrAlloc(max_path); \r\n    SHGetPathFromIDList(pIdl, hPath); \r\n    SetLastError(0); \r\n    CreateDirectory(PChar(hPath + \'\\\\\' + Foldername), <span class=\"key\">nil</span>); \r\n    <span class=\"key\">if</span> (GetLastError()=0) <span class=\"key\">or</span> (GetLastError() = ERROR_ALREADY_EXISTS) <span class=\"key\">then</span>\r\n    <span class=\"key\">begin</span>\r\n      Result := true;\r\n    <span class=\"key\">end</span>;\r\n    StrDispose(hPath); \r\n  <span class=\"key\">end</span>; \r\n<span class=\"key\">end</span>; \r\n\r\n<span class=\"key\">procedure</span> TForm1.Button1Click(Sender: TObject); \r\n<span class=\"key\">begin</span> \r\n  // constants like \'CSIDL_PROGRAMS\' are defined in ShlObj \r\n  CreateFolder(\'MyProgramgroup\',CSIDL_PROGRAMS); \r\n<span class=\"key\">end</span>;\r\n</pre>',1,3918,0,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0012',3,0,'2001-09-01 23:15:00','[Delphi] エクスプローラのように履歴を残しながら、ファイルのコピーや移動を行う','','<p>SHFileOperation を利用すると、エクスプローラのように履歴を残しながらのコピーと移動が行えます。<br />さらにコピーのアニメーションまでします。応用でゴミ箱にファイルを削除することも可能です。<br />Shell 関係の API を利用するので、ShellAPI を uses に追加する必要があります。</p>','<p>以下のサンプル関数で、ファイルのコピーが可能です。<br />SHFileOpStruct構造体の値を変更することで、移動やゴミ箱に削除などの応用が可能です。<br />Win32 APIなので、文字列はPWideChar (非Unicode環境ではPChar)にキャストしています。</p>\r<pre class=\"brush: delphi\" title=\"SHFileOperationでのファイルコピー例\">uses\r  ShellAPI;\r\rfunction FileCopy(Source, Destination: String): boolean;\rvar\r  ShFileOpStruct: TSHFileOpStruct; \rbegin\r  with ShFileOpStruct do\r  begin\r    wnd := Application.Handle;\r    wFunc := FO_COPY;                     // FO_MOVE であれば、移動になります\r{&#36;IFDEF UNICODE}\r    pFrom := PWideChar(Source + #0);      // 移動元ファイル名\r    pTo := PWideChar(Destination + #0);   // 移動先ファイル名\r{&#36;ELSE}\r    pFrom := PChar(Source + #0);          // 移動元ファイル名\r    pTo := PChar(Destination + #0);       // 移動先ファイル名\r{&#36;ENDIF}\r    fFlags := FOF_ALLOWUNDO;              // できる限りアンドゥ情報を保持するように\r    fAnyOperationsAborted := false;\r    hNameMappings := nil;\r    lpszProgressTitle := nil;\r  end;\r\r  // 正常終了であれば、Trueを返します\r  Result := (SHFileOperation(ShFileOpStruct) = 0);\rend;\r</pre>',1,6167,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-05-11 17:48:24','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0014',3,0,'2001-09-02 08:26:00','[Delphi] DBGrid のセルを内容によって文字色を変える',null,'<p>DBGrid のセルの色や、文字列の色を変更するには、自分で Canvas に対して色をしていなければなりません。<br />\r\n文字の色を変更するには、Canvas の Font プロパティの Color プロパティを変更します。<br />\r\nFont プロパティのそのほかのプロパティも変更可能なので、太字などにも変更可能です。<br />\r\nまた、セル全体の色を変更するには Canvas プロパティを変更した上でさらに塗りつぶしが必要です。<br />\r\n塗りつぶしには、Canvas の FillRect メソッドを使用します。同名の API も存在しますが、メソッドの方が楽でしょう<br />\r\n範囲は、パラメータで与えられた Rect を使用します。詳細はヘルプや VCL ソースコードを参照してみてください。</p>','<p>以下はDelphi付属の｢DBDEMOS｣にある「COUNTRY」データベースを、グリッドに表示した場合のサンプルです。<br />\r\n人口が2千万人を超える国ついては、人口が赤色で描画されます。</p>\r\n<pre class=\"code\">\r\n<span class=\"key\">procedure</span> TForm1.DBGrid1DrawColumnCell(Sender: TObject); \r\n<span class=\"key\">const</span> Rect: \r\n  TRect; DataCol: Integer; Column: TColumn; State: TGridDrawState); \r\n<span class=\"key\">begin</span> \r\n  <span class=\"key\">if</span> Table1.FieldByName(\'Population\').AsInteger &gt; 20000000 <span class=\"key\">then</span>\r\n  <span class=\"key\">begin</span>\r\n    TDBGrid(Sender).Canvas.Font.Color := clRed;\r\n  <span class=\"key\">end</span>;\r\n  TDBGrid(Sender).DefaultDrawColumnCell(Rect, DataCol, Column, State); \r\n<span class=\"key\">end</span>; \r\n</pre>',1,17728,2,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0015',3,0,'2001-09-02 08:29:00','[Delphi] OS上の特別なフォルダの場所を取得する(with Windows API)','','<p>以下のサンプルコードを参考にしてください。<br />\rこのサンプルアプリケーションは、どのようにしてファイル、フォルダ、ドライブの情報を取得するかを提供しています。<br />\rこのサンプルではWinAPI(｢SHGetSpecialFolderLocation｣と｢SHGetPathFromIDList｣)を使用しているため、 uses に定義が書いてある｢ShlObj｣と、Olecheckのために｢ComObj｣を追加する必要があります。</p>\r<p>サンプルプログラムのダウンロードは&rarr;[File:23]</p>','<p>以下は、個人のスタートアップフォルダを取得する例です。</p>\r<pre class=\"brush: delphi;\" title=\"GetStartupFolderPath\">\rfunction GetStartupFolderPath: String;\rvar\r  IIDList: PItemIDList;\r  buffer: array [0..MAX_PATH] of char;\rbegin\r  IIDList := nil;\r  \r  OleCheck(SHGetSpecialFolderLocation(Application.Handle, \r    CSIDL_STARTUP, IIDList));\r  if not SHGetPathFromIDList(IIDList, buffer) then\r  begin\r    raise Exception.Create(\'仮想フォルダのため取得できません\');\r  end;\r  Result := StrPas(Buffer);\rend;\r</pre>\r<p>Delphi5ではもっと簡単にするためにShlObjに、｢SHGetSpecialFolderPath｣関数が用意されています。この関数の使い方はサンプルを参照してください。下に例を示します。</p>\r<pre class=\"brush: delphi;\" title=\"SHGetSpecialFolderPath\">\r  SHGetSpecialFolderPath(\r    0,\r    szPath,\r    CSIDL_DESKTOP,\r    false\r  );\r</pre>\r<p>このほかに、システムフォルダを取得する定数ほかに以下に示すようなものがあります。詳しくはShlObjを参照していただきたいのですが、仮想フォルダのため実際のパスを取得できないケースも多々あります。</p>\r<table width=\"80%\">\r    <tbody>\r        <tr>\r            <td>値</td>\r            <td>説明</td>\r        </tr>\r        <tr>\r            <td>CSIDL_DESKTOP</td>\r            <td>デスクトップ</td>\r        </tr>\r        <tr>\r            <td>CSIDL_PROGRAMS</td>\r            <td>x:&#092;Document and Settings&#092;[User Name]&#092;スタート メニュー&#092;プログラム</td>\r        </tr>\r        <tr>\r            <td>CSIDL_PERSONAL</td>\r            <td>My Documents</td>\r        </tr>\r        <tr>\r            <td>CSIDL_FAVORITES</td>\r            <td>お気に入り</td>\r        </tr>\r        <tr>\r            <td>CSIDL_STARTUP</td>\r            <td>スタートアップ（英語）</td>\r        </tr>\r        <tr>\r            <td>CSIDL_RECENT</td>\r            <td>最近使ったファイル</td>\r        </tr>\r        <tr>\r            <td>CSIDL_SENDTO</td>\r            <td>送る</td>\r        </tr>\r        <tr>\r            <td>CSIDL_STARTMENU</td>\r            <td>スタートメニュー</td>\r        </tr>\r        <tr>\r            <td>CSIDL_DESKTOPDIRECTORY</td>\r            <td>デスクトップ</td>\r        </tr>\r        <tr>\r            <td>CSIDL_NETHOOD</td>\r            <td>NetHood</td>\r        </tr>\r        <tr>\r            <td>CSIDL_FONTS</td>\r            <td>フォントフォルダ</td>\r        </tr>\r        <tr>\r            <td>CSIDL_TEMPLATES</td>\r            <td>テンプレート</td>\r        </tr>\r        <tr>\r            <td>CSIDL_COMMON_STARTMENU</td>\r            <td>All Users&#092;スタートメニュー</td>\r        </tr>\r    </tbody>\r</table>',1,9508,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/filemgmt/index.php/23\">[Delphi FAQ用サンプ...</a>',0,1,0,0,0,'2011-08-18 16:44:27','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0016',3,0,'2001-09-02 08:34:00','[Delphi] OS上の特別なフォルダの場所を取得する(with registry)','','<p>以下のサンプルコードを参考にしてください。<br />\rレジストリからOS上の特別なフォルダ(デスクトップやProgram Filesなど)を取得します。<br />\rTRegistryを使用しているので、｢Registry｣をusesに追加するのを忘れないでください。</p>','<pre class=\"code\"><span class=\"key\">const</span>\r  cShellAppData = \'AppData\'; \r  cShellCache = \'Cache\'; \r  cShellCookies = \'Cookies\'; \r  cShellDesktop = \'Desktop\'; \r  cShellFavorites = \'Favorites\'; \r  cShellFonts = \'Fonts\'; \r  cShellHistory = \'History\'; \r  cShellLocalApp = \'Local AppData\'; \r  cShellNetHood = \'NetHood\'; \r  cShellPersonal = \'Personal\'; \r  cShellPrintHood = \'PrintHood\'; \r  cShellPrograms = \'Programs\'; \r  cShellRecent = \'Recent\'; \r  cShellSendTo = \'SendTo\'; \r  cShellStartMenu = \'Start Menu\'; \r  cShellStartUp = \'Startup\'; \r  cShellTemplates = \'Templates\'; \r\r<span class=\"key\">function</span> GetShellFolder (<span class=\"key\">const</span> folder: <span class=\"key\">string</span>):\r<span class=\"key\">string</span>;\r<span class=\"key\">const</span>\r  cWin32 = \'SOFTWAREMicrosoftWindowsCurrentVersion\';\r  cSHellPrefix = \'ExplorerShell Folders\'; \r<span class=\"key\">var</span>\r  reg: TRegistry; \r<span class=\"key\">begin</span>\r  Result:= \'\'; \r  reg:= TRegistry.Create; \r  <span class=\"key\">try</span> \r    reg.Rootkey := \'HKEY_CURRENT_USER\'; \r    // NTと95/98で違いはありません\r    <span class=\"key\">if</span> reg.OpenKey (cWin32 + cShellPrefix, false) <span class=\"key\">then</span>\r    <span class=\"key\">begin</span>\r      Result:= reg.ReadString(folder) + \'\';\r    <span class=\"key\">end</span>;\r  <span class=\"key\">finally</span>\r    reg.Free;\r  <span class=\"key\">end</span>;\r<span class=\"key\">end</span>;\r</pre>\r<p>以下のように使用します。(Program Filesを取得する場合)</p>\r<pre class=\"code\">\r  folder := GetShellFolder(cShellPrograms);\r</pre>',1,4377,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-09-08 17:55:16','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0017',3,0,'2001-09-02 12:09:00','[Delphi] スクリーンの解像度を変更する',null,'以下のサンプルコードを参考にしてください。<br />\nこのサンプルアプリケーションは、画面の解像度を変更する方法を示しています。<br />\n<em>※注意\nこのサンプルの使用においては、注意して使用してください。\nハードウェアの対応外の解像度に設定した場合、そのハードウェアに悪影響がある場合があります。</em>\n<pre class=\"code\">\n<b>procedure</b> SetResolution(ResX, ResY: <b>DWord</b>); \n<b>var</b> \n  lDeviceMode : TDeviceMode; \n<b>begin</b> \n  EnumDisplaySettings(<b>nil</b>, 0, lDeviceMode); \n  lDeviceMode.dmFields := DM_PELSWIDTH or DM_PELSHEIGHT; \n  lDeviceMode.dmPelsWidth := ResX; \n  lDeviceMode.dmPelsHeight := ResY; \n  ChangeDisplaySettings(lDeviceMode, 0); \n<b>end</b>;\n</pre>','',1,4158,0,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0013',3,0,'2001-09-02 12:09:00','[Delphi] 電子メールを送る',null,'<p>ShellExecuteを使うとデフォルトのEメールソフトでメールを送ります。<br />\r\nもし必要であれば、メールの件名も設定できます。</p>\r\n<pre class=\"code\">\r\n<span class=\"key\">uses</span>\r\n  ShellAPI;\r\n\r\nShellExecute(0, \'open\', \'mailto:me@hogehoge.com?subject=Kenmei_wo_koko_ni\', <span class=\"key\">nil</span>, <span class=\"key\">nil</span>, SW_SHOWNORMAL);\r\n</pre>','',1,4474,26,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0018',3,0,'2001-09-02 12:11:00','[Delphi] メニューのフォントサイズの取得･設定方法',null,'以下のサンプルコードを参考にしてください。<br />\nこのサンプルアプリケーションは、メニューのフォントサイズの変更方法を示しています。<br />\n<br />\n<em>注意: フォントサイズを変更するとシステム設定である｢画面のプロパティ｣-｢デザイン｣のメニューフォントサイズが変更されます。したがって依存しているアプリケーションすべてが\n変更されます。</em><br />\n<pre class=\"code\">\n{ メニューフォントサイズの取得 } \n<b>function</b> GetMenuFontSize: integer; \n<b>var</b> \n  ncm: TNonClientMetrics; \n  PixelsPerInch: integer; \n<b>begin</b> \n  ncm.cbSize := sizeof(TNonClientMetrics); \n  SystemParametersInfo(SPI_GETNONCLIENTMETRICS, sizeof(NONCLIENTMETRICS),\n    @ncm, SPIF_UPDATEINIFILE); \n  PixelsPerInch := GetDeviceCaps(GetDC(0), LOGPIXELSY); \n  Result := -MulDiv(ncm.lfMenuFont.lfHeight, 72, PixelsPerInch); \n<b>end</b>; \n\n{ メニューフォントサイズの設定 } \n<b>procedure</b> SetMenuFontSize(FontSize: integer); \n<b>var</b> \n  ncm: TNonClientMetrics; \n  PixelsPerInch: Integer; \n<b>begin</b> \n  ncm.cbSize := sizeof(TNonClientMetrics); \n  SystemParametersInfo(SPI_GETNONCLIENTMETRICS, sizeof(NONCLIENTMETRICS),\n    @ncm, 0); \n  PixelsPerInch := GetDeviceCaps(GetDC(0), LOGPIXELSY); \n  ncm.lfMenuFont.lfHeight := -MulDiv(FontSize, PixelsPerInch, 72); \n  SystemParametersInfo(SPI_SETNONCLIENTMETRICS, sizeof(NONCLIENTMETRICS),\n    @ncm, SPIF_UPDATEINIFILE); \n<b>end</b>;\n</pre>','',1,10299,0,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0019',3,0,'2001-09-02 12:13:00','[Delphi] DDE でブラウザをクローズする','','<p>DDEを使ってブラウザにクローズ命令を送ります。<br />\r(このプロシージャを作成するフォームには｢DDEMan｣をusesに追加する必要があります。)<br />\rSendMessageでWM_CLOSEを送っても終了します。</p>','<pre class=\"brush: delphi;\">\rprocedure Tform1.CloseBrowser(BrowserName: String);\rvar\r  DDE:TDDEClientConv;\rbegin\r  DDE := TDDEClientConv.Create(Self);\r  try\r    // コメントブロック内は最後のブラウザのインスタンスのみ終了させる場合に\r    // 使用します。この場合、下側のwhile側をコメントアウトしてください。\r{\r    if DDE.SetLink(BrowserName,\'WWW_Exit\') then\r    begin\r      if DDE.PokeData(\'anything\' ,\'anything\') then\r      begin\r        ShowMessage(\'Browser closed\');  // この行は特に必要ありません\r      end;\r    end;\r}\r    while DDE.SetLink(BrowserName,\'WWW_Exit\') do\r    begin\r      if DDE.PokeData(\'anything\' ,\'anything\') then\r      begin\r        ShowMessage(\'Browser was closed\'); // この行は特に必要ありません\r      end;\r    end;\r  finally\r    DDE.Free;\r  end;\rend;\r</pre>\r<p>この関数をコールするには、プラウダがインターネットエクスプローラの場合には｢IExplore｣を Netscape Communicator 3.x の場合には｢Netscape｣、4.0 以降の場合には｢NSShell｣を引数に与えてやる必要があります。</p>\r<pre class=\"brush: delphi;\">\rprocedure TForm1.Button1Click(Sender: TObject);\rbegin\r  CloseBrowser(\'IExplore\');\rend;</pre>',1,4404,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-03 01:32:09','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0020',3,0,'2001-09-02 12:14:00','[Delphi] ファイル情報を取得する','','<p>以下のサンプルコードを参考にしてください。<br />このサンプルアプリケーションは、どのようにしてファイル、フォルダ、ドライブの情報を取得するかを提供しています。</p>\r<p>サンプルプログラムのダウンロードは&rarr;[File:24]</p>','<pre class=\"brush: delphi\">unit Unit1;\r\rinterface\r\ruses\r  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,\r  StdCtrls, ShellApi, FileCtrl;\r\rtype\r  TForm1 = class(TForm)\r    Button1: TButton;\r    Label1: TLabel;\r    Edit1: TEdit;\r    Label2: TLabel;\r    Edit2: TEdit;\r    Label3: TLabel;\r    Edit3: TEdit;\r    Label4: TLabel;\r    FileListBox1: TFileListBox;\r    DirectoryListBox1: TDirectoryListBox;\r    DriveComboBox1: TDriveComboBox;\r    Label5: TLabel;\r    Edit4: TEdit;\r    Edit5: TEdit;\r    Label6: TLabel;\r    procedure Button1Click(Sender: TObject);\r    procedure FormPaint(Sender: TObject);\r  private\r  public\r  end;\r\rvar \r Form1: TForm1;\r FileInfo: SHFILEINFO; \r\rimplementation \r\r{&#36;R *.DFM} \r\rprocedure TForm1.Button1Click(Sender: TObject); \rvar\r  Filename: String;\r  attrs: string;\r  attributes: integer;\rbegin \r  Form1.Repaint;\r  if (filelistbox1.ItemIndex &lt;&gt; - 1) then\r  begin \r    Filename := FileListBox1.FileName; \r  end \r  else \r  begin\r    Filename := DirectoryListBox1.Directory; \r  end; \r  Edit1.Text := filename; \r  // 表示名の取得\r  SHGetFileInfo(PChar(FileName), 0, FileInfo, SizeOf(FileInfo), SHGFI_DISPLAYNAME);\r  Edit2.Text := FileInfo.szDisplayName; \r  // ファイル種別の取得\r  SHGetFileInfo(PChar(FileName), 0, FileInfo, SizeOf(FileInfo), SHGFI_TYPENAME);\r  Edit3.Text := FileInfo.szTypeName; \r  // ファイルに関連づいたアイコンの取得\r  SHGetFileInfo(PChar(FileName), 0, FileInfo, SizeOf(FileInfo), SHGFI_ICON);\r  Drawicon(canvas.handle,5,170,FileInfo.hIcon);\r  Form1.Repaint; \r  // ファイル属性の取得\r  attributes := GetFileAttributes(PChar(FileName));\r  attrs := \'\';\r  if Bool(attributes and FILE_ATTRIBUTE_READONLY) then attrs := attrs + \'R\';\r  if Bool(attributes and FILE_ATTRIBUTE_HIDDEN) then attrs := attrs + \'H\';\r  if Bool(attributes and FILE_ATTRIBUTE_SYSTEM) then attrs := attrs + \'S\';\r  if Bool(attributes and FILE_ATTRIBUTE_ARCHIVE) then attrs := attrs + \'A\';\r  Edit4.text := attrs;\r  // 最終更新日付の取得\r  try\r    edit5.text := DateTimeToStr(FileDateToDateTime(FileAge(FileName)));\r  except\r    // ファイルが選択されていない場合(フォルダやドライブの場合)\r    on EConvertError do edit5.text := \'Not Available\'; \r  end; \rend;\r\rprocedure TForm1.FormPaint(Sender: TObject); \rbegin \r  // アイコンの再描画(画面外にフォームが出た場合など)\r  Drawicon(canvas.handle, 5, 170, FileInfo.hIcon);\rend; \rend.\r</pre>',1,12284,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/filemgmt/index.php/24\">[Delphi FAQ用サンプ...</a>',0,1,0,0,0,'2012-07-09 17:39:33','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0021',3,0,'2001-09-02 12:17:00','[Delphi] TDataSet をカンマ区切り ASCII ファイルにエクスポートする',null,'以下のDataSetToASCII 手続きを使ってASCIIファイルにエクスポートします。<br />\nDataSetToASCIIは、TDataSetから指定されたASCIIファイルにレコードをエクスポートします。<br />\nフィールドは指定されたデリミタ文字により区切られ、レコードは改行コードによって区切られます。<br />\nまた引数 QuoteStrings が True の際には、以下の種類のフィールドは単一引用符によって囲われた形で出力されます。<br />\n最後に出力しない(したくない)フィールドは、Tag プロパティを0(デフォルト)以外に設定してください。<br />\n0以外に設定することでエクスポートの対象外となります。<br />\n<pre class=\"code\">\n<b>unit</b> Unit1;\n\n<b>interface</b>\n\n<b>uses</b>\n  Db, Classes, Dialogs, SysUtils;\n\n<b>procedure</b> DataSetToASCII(<b>const</b> ADataSet: TDataSet;<b>\n  const</b> ASCIIFile: TFileName; <b>const</b> Delimiter: Char;<b>\n  const</b> QuoteStrings: Boolean);\n\n<b>implementation</b>\n\n<b>procedure</b> DataSetToASCII(<b>const</b> ADataSet: TDataSet;\n  <b>const</b> ASCIIFile: TFileName; <b>const</b> Delimiter: Char;<b>\n  const</b> QuoteStrings: Boolean);\n<b>var</b>\n  i, LastIndex: LongInt;\n  AsciiRecord: <strong>String</strong>;\n<b>begin</b>\n  <b>with</b> TStringList.Create, ADataSet do\n  <b>try</b>\n    LastIndex:= Pred(Fields.Count);\n    First;\n    <b>while</b> <b>not</b> EOF <b>do</b>\n    <b>begin</b>\n      AsciiRecord:= \'\';\n      <b>for</b> i := 0 <b>to</b> LastIndex <b>do</b>\n      <b>begin</b>\n        <b>if</b> Fields.Fields[i].Tag = 0 <b>then</b>\n        <b>begin</b>\n          <b>if</b> (QuoteStrings) <b>and</b>\n            (Fields.Fields[i].DataType\n            <b>in</b> [ftString, ftMemo, ftFmtMemo, ftFixedChar, ftWideString]) <b>then</b>\n          <b>begin</b>\n            AsciiRecord := AsciiRecord + AnsiQuotedStr(Fields.Fields[i].AsString);\n          <b>end</b>\n          <b>else</b>\n          <b>begin</b>\n            AsciiRecord := AsciiRecord + Fields.Fields[i].AsString;\n          <b>end</b>;\n          <b>if</b> (i &lt; LastIndex) <b>then</b> AsciiRecord:= AsciiRecord + Delimiter;\n        <b>end</b>;\n      <b>end</b>;\n      Append(AsciiRecord);\n      Next;\n    <b>end</b>;\n    <b>try</b>\n      SaveToFile(ASCIIFile)\n    <b>except</b>\n      ShowMessage(\'テーブルは指定されたファイル: \' + ASCIIFile + \' にセーブできませんでした。\');\n    <b>end</b>;\n    <b>finally</b>\n    Free;\n  <b>end</b>;\n<b></b><b>end</b>;\n<b>end</b>.\n</pre>','',1,4561,0,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0022',3,0,'2001-09-02 12:18:00','[Delphi] キーボードとマウスを使えなくする',null,'Windows2000 / WindowsXP で動作確認しています。<br />\n以下のサンプルコードを実行すると、15秒間キーボードとマウスを受け付けなくなります。<br />\n以下のサンプルは、USER32.DLL にある BlockInput というエントリポイントの機能を使用しています。<br />\nBlockInput は引数に true を与えるとロックを false を与えるとロック解除します。<br />\n<pre class=\"code\">\n<b>function</b> FuncAvail(Lib, Func: <b>string</b>; <b>var</b> hnd: THandle; <b>var</b> ptr: <b>Pointer</b>): boolean;\n<b>begin</b>\n  Result := false;\n  hnd := 0;\n  <b>if</b> LoadLibrary(PChar(Lib)) = 0 <b>then</b>\n  <b>begin</b>\n    Exit;\n  <b>end;</b>\n  hnd := GetModuleHandle(PChar(Lib));\n  <b>if</b> (hnd &lt;&gt; 0) <b>then</b>\n  <b>begin</b>\n    ptr := GetProcAddress(hnd, PChar(Func));\n    <b>if</b> (ptr &lt;&gt; <b>nil</b>) <b>then</b>\n    <b>begin</b>\n      Result := true;\n    <b>end;</b>\n  <b>end</b>;\n<b>end</b>;\n\n<b>procedure</b> TForm1.Button1Click(Sender: TObject);\n<b>var</b>\n  hnd: THandle;\n  xBlockInput: <b>function</b>(Block: BOOL): BOOL; <strong>stdcall</strong>;\n<b>begin</b>\n  <b>if</b> FuncAvail(\'USER32.DLL\', \'BlockInput\', hnd, @xBlockInput) <b>then</b>\n  <b>begin</b> \n    xBlockInput(<b>true</b>);\n    Sleep(15000);         // 15秒 \n    xBlockInput(<b>false</b>); \n    FreeLibrary(hnd);\n  <b>end</b>;\n<b>end</b>;\n</pre>','',1,3947,0,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0023',3,0,'2001-09-02 12:20:00','[Delphi] 実行時にダイナミックにDLLをロードする','','<p>以下のサンプルコードは実行時にDLLを動的にロードし、その中のエントリポイントを取得します。<br />\rDLLがロードでき、エントリポイントが正常に見つかってその機能を使用できる場合には true を返しますが不幸にもロードできなかった場合にはfalseを返します。<br />\rGetModuleHandle、GetProcAddress WindowsAPIを使用して指定した名前のエントリポイントを探していますが、この方法はDelphiがControlユニットなどでIMMを使用するのに使っています。</p>\r<pre class=\"brush: delphi\">\rfunction FuncAvail(Lib, Func: string; var hnd: THandle; var ptr: \rPointer): boolean;\rbegin \r  Result := false;\r  hnd := 0;\r  if LoadLibrary(PChar(Lib)) = 0 then\r  begin\r    Exit;\r  end;\r  hnd := GetModuleHandle(PChar(Lib));\r  if (hnd &lt;&gt; 0) then\r  begin\r    ptr := GetProcAddress(hnd, PChar(Func));\r    if (ptr &lt;&gt; nil) then\r    begin\r      Result := true;\r    end;\r  end;\rend;</pre>','',1,6898,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-08 16:03:36','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0024',3,0,'2001-09-02 12:21:00','[Delphi] カレントレコードをコピーする','','<p>今見ているデータの一部を編集して、新しくデータを作成したいありませんか？こんなときには、現在のレコードをコピーしてそのレコードを編集するのが簡単!<br />ということで、以下はカレントレコードをコピーする関数の例です。</p>\r<pre class=\"brush: delphi\">procedure AppendCurrent(Dataset: TDataset); \rvar \r  aField: Variant; \r  i: Integer; \rbegin \r  // バリアント型の配列を作成 \r  aField := VarArrayCreate([0, Pred(DataSet.FieldCount)], VarVariant); \r  // フィールドのデータを先ほどの配列にコピー \r  for i := 0 to Pred(DataSet.FieldCount)do \r    aField[i] := DataSet.Fields[i].Value; \r  // 新規レコードを追加 \r  DataSet.Append ; \r  // 新規レコードに配列のデータを書き戻し \r  for i := 0 to Pred(DataSet.FieldCount)do \r    DataSet.Fields[i].Value := aField[i]; \rend; \r</pre>','',1,7357,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 14:06:48','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0025',3,0,'2001-09-02 12:22:00','[Delphi] 全角スペース文字対応のTrim','','<p>Delphiの標準関数(Trim、TrimLeft、TrimRight)は全角の空白を取り除いてくれません。 全角空白を取り除くためには、ループしてこの文字を見つけて取り除く必要があります。以下に全角対応のTrimを作成しました。</p>\r\n<p>※2012/05/02 Unicode対応</p>\r\n<ul>\r\n<li>ZTrim ... 全角対応 Trim</li>\r\n<li>LTrim ... 全角対応 TrimLeft</li>\r\n<li>RTrim ... 全角対応 TrimRight</li>\r\n</ul>','<pre class=\"brush: delphi;\">///全角対応トリム\r\n///トリム対象文字列\r\n/// トリム処理後文字列\r\nconst\r\n  SPACE = \' \';\r\n  ZENSPC = \'　\';\r\n\r\nfunction LTrim(s: String): String;\r\nvar\r\n  i, iLast: integer;\r\nbegin\r\n  i := 1;\r\n  iLast := Length(s);\r\n\r\n  while true do\r\n  begin\r\n    if (Copy(s, i, 1) = SPACE) then                         // 半角空白\r\n      inc(i)\r\n{$IFDEF UNICODE}\r\n    else if (Copy(s, i, 1) = ZENSPC) then                   // 全角空白\r\n      inc(i)\r\n{$ELSE}\r\n    else if ((Length(s) &gt;= 2) and (Copy(s, i, 2) = ZENSPC)) then  // 全角空白\r\n      inc(i, 2)\r\n{$ENDIF}\r\n    else\r\n      break;\r\n  end;\r\n  Result := Copy(s, i, iLast - i +1);\r\nend;\r\n\r\nfunction RTrim(s: String): String;\r\nvar\r\n  i: integer;\r\nbegin\r\n  i := Length(s);\r\n  while (i &gt; 0) do\r\n  begin\r\n    if (Copy(s, i, 1) = SPACE) then                         // 半角空白\r\n      dec(i)\r\n{$IFDEF UNICODE}\r\n    else if (Copy(s, i, 1) = ZENSPC) then                   // 全角空白\r\n      dec(i)\r\n{$ELSE}\r\n    else if ((Length(s) &gt;= 2) and (Copy(s, i-1, 2) = ZENSPC)) then  // 全角空白\r\n      dec(i, 2)\r\n{$ENDIF}\r\n    else\r\n      break;\r\n  end;\r\n  Result := Copy(s, 1, i);\r\nend;\r\n\r\nfunction ZTrim(s: String): String;\r\nbegin\r\n  Result := RTrim(LTrim(s));\r\nend;\r\n</pre>',2,15293,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2020-02-05 09:13:19','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0026',3,0,'2001-09-05 21:11:00','[Delphi] うるさい音をミュート！',null,'<p>音が出てうるさいと思ったことはありませんか？ また、何でここで音が出るんだろう？と思ったことはありませんか？ そんなときには強引に音が出るデバイスに対して止めに入るなんてのも1つの手かもしれませんね。<br />\rまず、｢Beep｣ボタンをクリックして音が出ることを確かめてください。音が出ることを確かめたら ｢Mute｣をクリックして音が出なくなるのを確かめます。最後に｢Loud｣をクリックして元の音量に戻ることを確かめてください。ただし｢Mute｣は2回クリックしないようにお願いします。</p>\r<p>サンプルプログラムのダウンロードは&rarr;[File:26]</p>','<pre><b>unit</b> USndVol;\r\r<b>interface</b>\r\r<b>uses</b>\r  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,\r  StdCtrls;\r\r<b>type</b>\r  TForm1 = <b>class</b>(TForm)\r    btnMute: TButton;\r    btnLoud: TButton;\r    btnBeep: TButton;\r    procedure btnMuteClick(Sender: TObject);\r    procedure btnLoudClick(Sender: TObject);\r    procedure btnBeepClick(Sender: TObject);\r  <b>private</b>\r    adwVol: <b>array</b> <b>of</b> DWORD;\r  <b>end</b>;\r<b>var</b>\r  Form1: TForm1;\r<b>implementation</b>\r\r<b>uses</b>\r  <em>mmsystem;</em>\r\r{&#36;R *.DFM}\r\r<b>procedure</b> TForm1.btnMuteClick(Sender: TObject);\r<b>var</b>\r  i, iDev: integer;\r  dwVolume: DWORD;\r<b>begin</b>\r  iDev := <em>waveOutGetNumDevs</em>;       // サウンドデバイス数を取得\r  SetLength(adwVol, iDev);         // 音量配列の初期化\r  <b>for</b> i := 0 <b>to</b> Pred(iDev) <b>do</b>\r  <b>begin</b>\r    <em>waveOutGetVolume</em>(i, @dwVolume); // それぞれのデバイスの音量を取得\r    adwVol[i] := dwVolume;         // 音量を配列に保存\r    <em>waveOutSetVolume</em>(i, &#36;0000);    // 消音\r  <b>end</b>;\r<b>end</b>;\r\r<b>procedure</b> TForm1.btnLoudClick(Sender: TObject);\r<b>var</b>\r  i, iDev: integer;\r<b>begin</b>\r  iDev := <em>waveOutGetNumDevs</em>;       // サウンドデバイス数を取得\r  <b>for</b> i := 0 <b>to</b> Pred(iDev) <b>do</b>\r    <em>waveOutSetVolume</em>(i, adwVol[i]); // 音量を復元\r<b>end</b>;\r\r<b>procedure</b> TForm1.btnBeepClick(Sender: TObject);\r<b>begin</b>\r  Beep;        // テスト用\r<b>end</b>;\r<b>end</b>.\r</pre>',1,7595,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2008-09-07 21:21:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0027',3,0,'2001-09-05 21:11:30','[Delphi] ネットワークドライブの割り当て/解除','','<p>ネットワークドライブを追加したいと思ったことはありませんか？通常企業などの場合、アプリケーションではなく起動時などにログオンスクリプトなどで割り当てすると思います。しかし、アプリケーションで割り当て、解除を行うことでアプリケーションを起動するまでのユーザーの操作にかかわらず安心して環境を構築できます。<br />\r<br />\rネットワークドライブを割り当てるには、WNetAddConnection2 APIを使用します。<br />\rまた解除には、WNetCancelConnection2 APIを使用します。<br />\rさらにネットワークドライブの一覧の作成には、WNetOpenEnum と WNetEnumResource WNetCloseEnum の3つのAPIを使用します。<br />\rこのAPIを3つの関数にしてみました。実際の使用方法はサンプルを見てください。</p>\r<p>サンプルプログラムのダウンロードは&rarr;[File:27]</p>','<pre class=\"brush: delphi;\" title=\"ネットワークドライブの割り当て/解除\">\r// WNet系APIエラー処理関数 \rprocedure NetErrorProc(err: DWORD); \rvar\r  s: string; \rbegin\r  case err of\r    ERROR_ACCESS_DENIED:                s := ERR_ACCESS_DENIED; \r    ERROR_ALREADY_ASSIGNED:             s := ERR_ALREADY_ASSIGNED; \r    ERROR_BAD_DEV_TYPE:                 s := ERR_BAD_DEV_TYPE; \r    ERROR_BAD_NET_NAME:                 s := ERR_BAD_NET_NAME; \r    ERROR_BAD_PROFILE:                  s := ERR_BAD_PROFILE; \r    ERROR_BAD_PROVIDER:                 s := ERR_BAD_PROVIDER; \r    ERROR_BUSY:                         s := ERR_BUSY; \r    ERROR_CANCELLED:                    s := ERR_CANCELLED; \r    ERROR_CANNOT_OPEN_PROFILE:          s := ERR_CANNOT_OPEN_PROFILE; \r    ERROR_DEVICE_ALREADY_REMEMBERED:    s := ERR_DEVICE_ALREADY_REMEMBERED; \r    ERROR_EXTENDED_ERROR:               s := ERR_EXTENDED_ERROR; \r    ERROR_INVALID_PASSWORD:             s := ERR_INVALID_PASSWORD; \r    ERROR_NO_NET_OR_BAD_PATH:           s := ERR_NO_NET_OR_BAD_PATH; \r    ERROR_NO_NETWORK:                   s := ERR_NO_NETWORK; \r  else s := IntToStr(err); \r  end; \r  MessageDlg(s, mtError, [mbOk], 0); \rend; \r  \r// ネットワークドライブの割り当て \rprocedure AddNetworkDrive(Drive, UNC, Comment, Password, UserName: string); \rvar\r  NetResource: TNetResource; \r{&#36;IFDEF UNICODE}\r  user, pass: PWideChar; \r{&#36;ELSE} \r  user, pass: PChar; \r{&#36;ENDIF} \rbegin\r{&#36;IFDEF UNICODE}\r  with NetResource do\r  begin\r    dwType := RESOURCETYPE_DISK; \r    lpLocalName := PWideChar(Drive); \r    lpRemoteName := PWideChar(UNC); \r    lpComment := PWideChar(Comment); \r    lpProvider := nil; \r  end; \r  if (Password = \'\') then\r    pass := nil\r  else\r    pass := PWideChar(password); \r  if (UserName = \'\') then\r    user := nil\r  else\r    user := PWideChar(UserName); \r{&#36;ELSE} \r  with NetResource do\r  begin\r    dwType := RESOURCETYPE_DISK; \r    lpLocalName := PChar(Drive); \r    lpRemoteName := PChar(UNC); \r    lpComment := PChar(Comment); \r    lpProvider := nil; \r  end; \r  if (Password = \'\') then\r    pass := nil\r  else\r    pass := PChar(password); \r  if (UserName = \'\') then\r    user := nil\r  else\r    user := PChar(UserName); \r{&#36;ENDIF} \r  if (WNetAddConnection2(NetResource, pass, user, 0) &lt;&gt; NO_ERROR) then\r  begin\r    NetErrorProc(GetLastError); \r  end; \rend; \r  \r// ネットワークドライブの接続解除 \rprocedure RemoveNetworkDrive(Drive: string); \rbegin\r  if (Drive = \'\') then exit; \r{&#36;IFDEF UNICODE}\r    WNetCancelConnection2(PWideChar(Drive), 0, true); \r//  WNetCancelConnection2(PWideChar(Drive[1]), 0, false); \r{&#36;ELSE} \r    WNetCancelConnection2(PChar(Drive), 0, false); \r{&#36;ENDIF} \rend; \r  \r// ネットワークドライブの接続の列挙 \rprocedure EnumNetworkDrive(var sg: TStringGrid); \rtype\r  PNetResourceArray = ^TNetResourceArray; \r  TNetResourceArray = array[0..MaxInt div SizeOf(TNetResource) - 1] of TNetResource; \rconst\r  dwScope: DWORD = RESOURCE_CONNECTED; \r  dwType: DWORD = RESOURCETYPE_DISK; \r  dwUsage: DWORD = RESOURCEUSAGE_CONNECTABLE; \rvar\r  NetResource: TNetResource; \r  NetHandle: THandle; \r  i: integer; \r  NetResult: DWORD; \r  \r  NetResources: PNetResourceArray; \r  BufSize: Integer; \r  Entries, Size: LongWord; \r  RowCnt: integer; \rbegin\r  with NetResource do\r  begin\r    dwType := RESOURCETYPE_DISK; \r    lpLocalName := nil; \r    lpRemoteName := nil; \r    lpComment := nil; \r    lpProvider := nil; \r  end; \r  if WNetOpenEnum(dwScope, dwType, dwUsage, @NetResource, NetHandle) &lt;&gt; NO_ERROR then\r  begin\r    NetErrorProc(GetLastError); \r    exit; \r  end; \r  RowCnt := 0; \r  try\r    BufSize := 50 * SizeOf(TNetResource); \r    GetMem(NetResources, BufSize); \r    try\r      while True do\r      begin\r        Entries := &#36;FFFFFFFF; \r        Size := BufSize; \r  \r        NetResult := WNetEnumResource(NetHandle, Entries, NetResources, Size); \r        if (NetResult = ERROR_MORE_DATA) then\r        begin\r          BufSize := Size; \r          ReallocMem(NetResources, BufSize); \r          continue; \r        end; \r        if (NetResult &lt;&gt; NO_ERROR) then\r        begin\r          if (NetResult &lt;&gt; ERROR_NO_MORE_ITEMS) then\r            NetErrorProc(GetLastError); \r          exit; \r        end; \r  \r        for i := 0 to Entries - 1 do\r          with NetResources^[I] do\r            if (lpLocalName &lt;&gt; nil) and (string(lpLocalName) &lt;&gt; \'\') then\r            begin\r              inc(RowCnt); \r              sg.Cells[C_DRIVE, RowCnt] := String(lpLocalName); \r              sg.Cells[C_PATH, RowCnt] := String(lpRemoteName); \r              sg.Cells[C_COMMENT, RowCnt] := String(lpComment); \r            end; \r      end; \r    finally\r      FreeMem(NetResources, BufSize); \r    end; \r  finally\r    WNetCloseEnum(NetHandle); \r    sg.RowCount := Max(RowCnt +1, 2); \r  end; \rend;\r</pre>',1,14481,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-03-16 14:46:37','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0028',3,0,'2001-10-15 01:05:00','[Delphi] DateTimePicker の書式変更','','<p>DateTimePicker の書式を用途に応じて変更したくはないか？<br />Delphi の日付の書式は通常 LongDateFormat、ShortDateFormat 変数を変更するのだが、DateTimePicker はこの方法で変更できない。DateTimePicker には、Delphi の日付書式設定が全く効かない。<br />また、DateTimePicker のプロパティには、Short と Long の二通りの設定しかなく、年月だけ表示したい場合などやや柔軟性に欠ける。<br />従って、変更には以下の方法を使用することになる。<br />このときの書式には Delphi の書式ではなく、Windows の日付書式を使用することになる。また commctrl ユニットを uses 節に追加する必要がある。 <br /><br />※ Delphi で月をあらわす書式は \"mm\" だが、Windows では \"MM\" となる。</p>\r<pre class=\"brush: delphi\">uses\r  commctrl;\r\rprocedure ChangeDateFormat;\rvar\r  szFormat: PChar;\rbegin\r  szFormat := \'yyyy/MM/dd\';  // Windows の日付書式\r  SendMessage(DateTimePicker1.Handle, DTM_SETFORMAT, 0, longint(szFormat));\rend;\r</pre>','',1,9820,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 14:05:25','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0029',3,0,'2001-10-25 01:19:00','[Delphi] テキストファイル操作','','<p>テキストファイルを操作してプログラムの動作記録をとりませんか？ログをとっておくと後からデバッグを行うときにとっても便利。<br />ログの書き出し用にコンポーネントを作成すると使い回しが利いてさらに便利。<br />テキストファイルにログを書き込みための手順は以下のようになる。</p>\r<ol>\r<li>テキストファイルのオープン<br />テキストファイルのオープンは新規の場合と、すでにファイルがある場合とで異なる。<br />&nbsp; ・新規の場合 &rarr; Reset<br />&nbsp; ・すでに存在する場合 &rarr; Rewrite</li>\r<li>次にオープンしたファイルを上書き用に変更します。変更にはAppendを使用する。</li>\r<li>書き込みには Writeln と Flush を使用します。Writeln でバッファに書き込みし、Flush でバッファからテキストファイルに書き出す。</li>\r<li>書き込みが終わったら、CloseFileでクローズして終わる。</li>\r</ol>\r<p>以下にサンプルでログ出力用のサンプルのソースを掲載するので参考に。</p>\r<pre class=\"brush: delphi\">unit FileLogger;\r\rinterface\r\ruses\r  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;\r\rtype\r  TFileLogger = class(TComponent)\r  private\r    FFile: TextFile;\r    FFilename: String;\r    FSeparator: String;\r    FDateFormat: String;\r    FTimeFormat: String;\r  protected\r    procedure Loaded; override;\r  public\r    constructor Create(AOwner: TComponent); override;\r    destructor Destroy; override;\r    procedure Report(sMsg: String);\r  published\r    property Filename: String read FFileName write FFileName;\r    property Separator: String read FSeparator write FSeparator;\r    property DateFormat: String read FDateFormat write FDateFormat;\r    property TimeFormat: String read FTimeFormat write FTimeFormat;\r  end;\r\rprocedure Register;\r\rimplementation\r\rprocedure Register;\rbegin\r  RegisterComponents(\'Sample\', [TFileLogger]);\rend;\r\r{ TFileLogger }\r\rconstructor TFileLogger.Create(AOwner: TComponent);\rbegin\r  inherited Create(AOwner);\r  // フォーマットの初期化\r  FDateFormat := \'yyyy/mm/dd\';\r  FTimeFormat := \'hh:nn:ss\';\r  FSeparator := #9;\rend;\r\rdestructor TFileLogger.Destroy;\rbegin\r  inherited;\r  CloseFile(FFile);\rend;\r\rprocedure TFileLogger.Loaded;\rvar\r  sFileName: String;\rbegin\r  inherited;\r  if (csDesigning in ComponentState) then Exit;\r  // ファイルポインタの初期化\r  if (FFilename &lt;&gt; \'\') then\r    sFilename := FFileName\r  else\r    sFilename := FormatDateTime(\'yyyymmdd\', Date) + \'.txt\';\r\r  AssignFile(FFile, sFilename);\r\r  if FileExists(sFilename) then\r    Reset(FFile)\r  else\r    Rewrite(FFile);\r  Append(FFile);\rend;\r\rprocedure TFileLogger.Report(sMsg: String);\rvar\r  s: String;\rbegin\r  s := FDateFormat + FSeparator + FTimeFormat + FSeparator;\r  s := FormatDateTime(s, Now) + sMsg;\r  Writeln(FFile, s);\r  Flush(FFile);\rend;\r\rend.\r</pre>\r<p>以上のコードがログ出力サンプルコンポーネントです。</p>','',1,32163,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 14:04:01','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0030',3,0,'2001-11-15 01:33:00','[Delphi] メモの行数を取得で Delphi と Windows API で違いが？','','<p>通常 Memo1.Lines.Count というように処理すると思います。実際にデータが入っている行数を取得する分にはこれで十分だと思います。<br />しかし、最終行に改行コードが入っていると、見た目にはもう一行空行が存在することになります。</p>\r<p>たとえば、新規にフォームに追加したTMemoは&ldquo;Memo1[改行コード]&rdquo;といったTextを持っています。このとき Memo1.Lines.Count では&ldquo;1&rdquo;が取得できますが、Windows API のEM_GETLINECOUNT を使えば、表示しているままの&ldquo;2&rdquo;が取得できます。<br />些細なことかもしれませんが、Memoの行数を制限したい場合などには有効に働きます。</p>\r<p>そのほか、コントロールの横幅が内容よりも小さくワードラップする場合には、TMemo の Count プロパティは論理行(エディタ的、改行コード+1)を返すようですが、Windows API を用いると物理行(ワープロ的、見た目どおり)を返すようです。</p>','<pre class=\"brush:delphi\">unit UMemoLine;\r\rinterface\r\ruses\r  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,\r  StdCtrls;\r\rtype\r \rTForm1 = class(TForm)\r    Memo1: TMemo;\r    Button1: TButton;\r    Button2: TButton;\r    procedure Button1Click(Sender: TObject);\r    procedure Button2Click(Sender: TObject);\r  private\r    { Private 宣言 }\r   public\r    { Public 宣言 }\r  end;\r\rvar\r  Form1: TForm1;\r\rimplementation\r\r{&#36;R *.DFM}\r\rprocedure TForm1.Button1Click(Sender: TObject);\rbegin\r  ShowMessage(\'Linesで行数取得\' + IntToStr(Memo1.Lines.Count));\rend;\r\rprocedure TForm1.Button2Click(Sender: TObject);\rbegin\r  ShowMessage(\'WinAPIで行数取得\' + IntToStr(\r    SendMessage(Memo1.Handle, EM_GETLINECOUNT, 0, 0)));\rend;\r\rend.\r</pre>',1,11346,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-08-07 14:58:21','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0031',3,0,'2001-12-04 01:33:00','[Delphi] TMemo の最大入力行数を制限','','<p>TMemoの入力行数を制限できる方法。<br />TMemoを拡張して行数を制限できる新しいMemoコンポーネントを作成します。<br />新しいTMemoをTMemoExとします。このTMemoExには、1つのプロパティ、3つの変数と3つのメンバー関数を追加します。</p>\r<pre class=\"brush:delphi\">interface\r\rTMemoEx = class(TMemo)\rprivate\r  FMaxLines: Integer;\r  // 内部処理用\r  mLimitLineProc: Boolean;\r  mOldPos: Integer;\r  mOldText: String;\rprotected\r  procedure Change; override;\r  procedure DoEnter; override;\rpublic\r  constructor Create(AOwner: TComponent); override;\r  property MaxLines: Integer read FMaxLines write FMaxLines default 0;\rend;\r\rimplementation\r\rconstructor TProMemo.Create(AOwner: TComponent);\rbegin\r  inherited;\r  mOldPos := 0;\r  mOldText:= \'\';\r  FMaxLines := 0;\rend;\r\rprocedure TProMemo.DoEnter;\rbegin\r  inherited;\r  mOldPos := SelStart;\r  mOldText := Text;\rend;\r\rprocedure TProMemo.Change;\rbegin\r  if (mLimitLineProc) then Exit; // 再入時\r\r  // 現在の行数 &gt; 最大行数\r  if (FMaxLines &lt;&gt; 0) and (SendMessage(Handle, EM_GETLINECOUNT, 0, 0) &gt; FMaxLines) then\r  begin\r    mLimitLineProc := true; // 再入時用\r    Text := mOldText;\r    SelStart := mOldPos;\r    mLimitLineProc := false; // 再入時用\r  end;\r  mOldPos := SelStart;\r  mOldText := Text;\r  inherited;\rend;\r</pre>','',1,8992,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-08-07 14:59:46','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0032',3,0,'2001-12-18 05:53:00','[Delphi] タスクバーの大きさを知る','','<p>タスクバーの位置や大きさを知るにはどうしたらよいのでしょうか？ タスクバーの大きさを知るためには、SHAppBarMessage APIを使います。 このAPIでタスクバーの大きさがわかるのですが、このAPIで得られる値はなぜかタスクバーが画面をはみ出していることを示しています。<br />\rタスクバーの大きさを知りたい理由が、タスクバー以外の部分の画面の大きさを知るということであれば、SystemParametersInfo APIで知ることができるので、こちらを使うとよいでしょう。</p>\r<p>サンプルプログラムのダウンロードは&rarr;[File:28]</p>','<pre class=\"brush: delphi;\" title=\"タスクバーのサイズ取得\">\rimplementation\r\ruses\r  ShellApi;\r\r{&#36;R *.DFM}\r\rprocedure TForm1.btnGetTaskBarSizeClick(Sender: TObject);\rvar\r  AppBarData: TAPPBARDATA;\r  rc: TRect;\rbegin\r  // タスクバーの大きさ取得 **********************\r  AppBarData.cbSize := sizeof(TAPPBARDATA);\r  SHAppBarMessage(ABM_GETTASKBARPOS, AppBarData);\r  // 取得した情報をMemoコンポに表示\r  with Memo1, AppBarData do\r  begin\r    Clear;\r    Lines.Add(\'タスクバーの大きさ\');\r    Lines.Add(Format(\'Left   : %4d\', [rc.Left]));\r    Lines.Add(Format(\'Right  : %4d\', [rc.Right]));\r    Lines.Add(Format(\'Top    : %4d\', [rc.Top]));\r    Lines.Add(Format(\'Bottom : %4d\', [rc.Bottom]));\r  end;\r\r  // タスクバー以外のスクリーンの大きさ取得 *****\r  SystemParametersInfo(SPI_GETWORKAREA, 0, @rc, 0);\r  // 取得した情報をMemoコンポに表示\r  with Memo1 do\r  begin\r    Lines.Add(\'タスクバー以外の部分の大きさ\');\r    Lines.Add(Format(\'Left   : %4d\', [rc.Left]));\r    Lines.Add(Format(\'Right  : %4d\', [rc.Right]));\r    Lines.Add(Format(\'Top    : %4d\', [rc.Top]));\r    Lines.Add(Format(\'Bottom : %4d\', [rc.Bottom]));\r  end;\rend;\rend.\r</pre>',1,6324,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-12-22 23:21:24','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0033',3,0,'2002-01-27 22:55:00','[Delphi] Ini ファイルの読み書き','','<p>Iniファイルの読み書きの方法です。実数値を読み込んだ際に、書き込んだ違う値になっているかもしれません。これは、2進数で表すことができない数値を書き込んだからです。</p>\r<p>サンプルプログラムのダウンロードは&rarr;[File:29]</p>','<pre class=\"brush: delphi;\" title=\"Ini ファイルの読み書き\">\rimplementation\r\ruses\r  IniFiles;\r\r// Iniファイルへの書き込み\rprocedure TForm1.btnWriteClick(Sender: TObject);\rvar\r  Ini: TIniFile;\rbegin\r  Ini := TIniFile.Create(ChangeFileExt(Application.ExeName, \'.ini\'));\r  try\r    Ini.WriteString(\'セクション\', \'文字列型\', edtStr.Text);\r    Ini.WriteInteger(\'セクション\', \'整数値型\', StrToInt(edtInt.Text));\r    Ini.WriteFloat(\'セクション\', \'実数値型\', StrToFloat(edtFloat.Text));\r    Ini.WriteBool(\'セクション\', \'論理値型\', chkBool.Checked);\r  finally\r    Ini.Free;\r  end;\rend;\r\r// Iniファイルからの読み込み\rprocedure TForm1.btnReadClick(Sender: TObject);\rvar\r  Ini: TIniFile;\r  s: String;\r  i: integer;\r  f: Single;\r  b: Boolean;\rbegin\r  Ini := TIniFile.Create(ChangeFileExt(Application.ExeName, \'.ini\'));\r  try\r    s := Ini.ReadString(\'セクション\', \'文字列型\', \'デフォルト値\');\r    i := Ini.ReadInteger(\'セクション\', \'整数値型\', 0);\r    f := Ini.ReadFloat(\'セクション\', \'実数値型\', 0.1);\r    b := Ini.ReadBool(\'セクション\', \'論理値型\', False);\r  finally\r    Ini.Free;\r  end;\r  edtStr.Text := s;\r  edtInt.Text := IntToStr(i);\r  edtFloat.Text := FloatToStr(f);\r  chkBool.Checked := b;\rend;\r</pre>',1,27642,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-01-20 14:15:33','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0034',3,0,'2002-01-28 00:39:00','[Delphi] Windows のログオフ、シャットダウンと再起動 (Win9x系)','','<p>以下のコードをボタンのイベントハンドラなどに書くとログオフ、シャットダウンや再起動ができます。(ただし、9x系Windowsのみ)</p>\r<pre class=\"brush: delphi\">// ログオフ\rExitWindowsEx(EWX_LOGOFF, 0);\r// シャットダウン\rExitWindowsEx(EWX_SHUTDOWN, 0);\r// 再起動\rExitWindowsEx(EWX_REBOOT, 0); \r// POWER OFF\rExitWindowsEx(EWX_POWEROFF, 0);\r</pre>','',1,3702,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 14:00:09','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0035',3,0,'2002-01-29 00:14:00','[Delphi] Windows のログオフ、シャットダウンと再起動 (WinNT, 2000, XP)','','<p>前回のFAQ で Windows 9x 系でのログオフ、シャットダウンや再起動の方法を書きましたが、本日はNTのコマンドプロンプトから動作するサンプルプログラムを。以下のコードをShutdown.dprとして保存し、コンパイルしてください。<br />\rシステムをシャットダウンまたは再起動させるために､ WxitWindowsEx 関数を呼び出すプロセスは <em>AdjustTokenPrivileges</em> 関数を呼び出して、<em>SE_SHUTDOWN_NAME</em> 特権を得ています。</p>\r<pre class=\"brush: delphi\">\rprogram Shutdown;\r\r{&#36;APPTYPE CONSOLE}\r\ruses\r  SysUtils, Windows;\r\rvar\r  hToken: THandle;\r  tkp: TTokenPrivileges;\r  dwRet: DWORD;\rbegin\r  // このプロセスのためのトークンを取得します。\r  if (not OpenProcessToken(GetCurrentProcess,\r    (TOKEN_ADJUST_PRIVILEGES or TOKEN_QUERY), hToken)) then\r    Writeln(\'OpenProcessToken\');\r\r  // シャットダウンに必要な権限を取得します。\r  LookupPrivilegeValue(nil, \'SeShutdownPrivilege\', tkp.Privileges[0].Luid);\r  tkp.PrivilegeCount := 1; // one privilege to set\r  tkp.Privileges[0].Attributes := SE_PRIVILEGE_ENABLED;\r  dwRet := 0;\r\r  // シャットダウンプロセスに必要な特権を取得します。\r  AdjustTokenPrivileges(hToken, false, tkp, 0, nil, dwRet);\r\r  // AdjustTokenPrivilegesの戻り値をチェックします。\r  if (GetLastError &lt;&gt; ERROR_SUCCESS) then\r    Writeln(\'AdjustTokenPrivileges\');\r\r  // 強制的にアプリケーションを終了させながら、シャットダウンします。\r  if (not ExitWindowsEx(EWX_SHUTDOWN or EWX_FORCE, 0)) then\r    Writeln(\'ExitWindowsEx\');\rend.\r</pre>\r<p>ExitWindowsExの1番目の引数部分を、先日ご紹介したように以下のように変更することで、ログオフなどを行うことができます。 また、EWX_FORCE を指定することで強制的に処理を進められます。</p>\r<pre class=\"brush: delphi\">\r// ログオフ\rExitWindowsEx(<em>EWX_LOGOFF</em>, 0);\r// シャットダウン\rExitWindowsEx(<em>EWX_SHUTDOWN</em>, 0);\r// 再起動\rExitWindowsEx(<em>EWX_REBOOT</em>, 0); \r// POWER OFF\rExitWindowsEx(<em>EWX_POWEROFF</em>, 0);\r</pre>','',1,10285,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-08-07 01:56:45','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0036',3,0,'2002-01-30 23:50:00','[Delphi] アプリケーションウィンドウを表示させる方法は？','','<p>普段どこにあるかわからない、 Application変数(TApplication)のウィンドウ。 本当にあるのかどうか確認するために表示させることにしました。 表示させてもあまり意味がない、役立たずなサンプルです。 <br />\rフォームの OnCreate に書いた場合のサンプルです。 フォーム表示と同時に、スクリーン左上にアプリケーションのウィンドウが表示されます。</p>\r<pre class=\"brush: delphi\">\rprocedure TForm1.FormCreate(Sender: TObject);\rbegin\r  SetWindowLong(Application.Handle, GWL_STYLE, WS_CAPTION);\r  SetWindowPos(Application.Handle, HWND_TOP, 0, 0, 100, 100, 0);\rend;\r</pre>','',1,3646,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-08-11 16:57:17','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0037',3,0,'2002-01-30 23:50:01','[Delphi] 数値を表す文字列を数値に変換','','<p><strong>StrToInt</strong> は、10進または16進表記の整数型の数値を表す文字列(S)を数値に変換します。 しかし、Sが有効な数値を表していない場合、<strong>StrToInt</strong> は EConvertError 例外を生成します。<br />きちんと例外処理していても、開発環境で作業している際には、例外発生のダイアログが出てうっとうしいものです。 Delphi７以降の場合、<strong>TryStrToIntDef</strong> を使うと例外が発生せずチェックが可能です。<strong>StrToInt</strong> を使う場合でも 例外発生時に何か特別な値をセットするようなプログラムの場合には、<strong>StrToIntDef</strong> が有効です。 また 、Val 手続きを使うと2番目の引数の型を変更することで、数値チェックをする数字の範囲を変更可能です。</p>\r<p>StrToIntは整数型の場合に有効ですが、他にExtended型に変換するStrToFloatや、通過型に変換するStrToCurrなど用途に合わせて選択してください。</p>\r<dl><dt>Delphi7以降の場合</dt><dd>\r<pre class=\"brush: delphi\">TryStrToIntDef(s);\r</pre>\r</dd><dt>Delphi6までや、細かい制御が必要な場合</dt><dd>\r<pre class=\"brush: delphi\">///数値チェック\r///チェック対象文字列\r/// True:数値文字列, Flase:非数値文字列\rfunction IsNumeric(s: String): Boolean;\rvar\r  c: Integer;\r  n: Extended;  // ここの型を変えることでチェック範囲を変更できます。\rbegin\r  Val(s, n, c);\r  Result := (c = 0);\rend;\r</pre>\r</dd></dl>','',1,29600,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2013-04-06 22:19:31','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0038',3,0,'2002-05-20 09:46:00','[Delphi] フォームの OnCreate イベントや OnShow イベント中にクローズさせる','','<p>フォームの OnCretae イベントや OnShow イベントでは、Close メソッドをコールしても、クローズさせることはできません。<br />\r原因は、OnCreate イベントの段階では、まだメッセージループが開始されていないからということのようです。<br />\rこれらのイベント中で、クローズさせたい場合には、下記のように記述します。</p>\r<pre class=\"brush: delphi;\" title=\"フォームの OnCreate イベントや OnShow イベント中にクローズさせる\">\rPostMessage(Handle, WM_CLOSE, 0, 0);</pre>\r<p>こうすることで現在実行中のイベント終了後、クローズしてくれるようになります。<br />\rですから厳密にはイベント中ではありません。でもやりたいことはだいたいできると思います。</p>\r<p><b>ボーランドの公式回答では、raise で処理するとのことです。</b></p>\r<p>□CodeGearのホームページ<br />\r<a href=\"http://www.codegear.com/\">http://www.codegear.com/</a></p>\r<p>□CodeGearのサポートページ<br />\r<a href=\"http://support.codegear.com/\">http://support.codegear.com/</a></p>\r<p>□CodeGearの旧Delphi FAQサイト<br />\rhttp://support.codegear.com/article/37355</p>\r<p>□該当の公式回答 - Form の OnCreate の処理中に中断<br />\rhttp://support.codegear.com/article/37355#37355_tocentry18</p>','',1,11066,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.codegear.com/\">http://www.codegear.com/</a>\n<a href=\"http://support.codegear.com/\">http://support.codegear...</a>',0,1,0,0,0,'2010-11-17 14:49:16','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0039',3,0,'2002-05-20 10:03:00','[Delphi] FindFirst、FindNext中に追加されたファイルは見けることができる？',null,'ディレクトリ中のファイルの一覧を取得するには、FindFirst、FindNext 関数を使ってリストアップします。 このときファイルは辞書順にファイルを見つけるようです。<br />\nところでこの関数でファイルを検索中に追加されたファイルは、FindNext 関数で見つけ出すことができるでしょうか？テストの結果、FindFirst 関数を実行後に追加されたファイルは見つけることができませんでした。 どうやら FindFirst 関数実行時にリストを作成し、その後 FindNext 関数でそのリストを読み出して返しているのではないかと想像できます。 もしかしたら、EnumWindow API や、WNetEnumResource API も WNetOpenEnum API 以降に追加されたリソースは発見できないかもしれません。','',1,7520,0,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0040',3,0,'2002-05-20 10:56:00','[Delphi] ソースファイルのないパッケージの追加方法',null,'インストール手順\n<ol>\n<li>どこか適当なフォルダにアーカイブファイルの中身すべて(*.bpl,*dcu,*resなどがあると思います。)を展開します。</li>\n<li>1で展開した先が $(Delphi)\\Lib でない場合、Delphiのライブラリパスの設定が必要です。詳細は、ライブラリパスの追加を参照してください。</li>\n<li>Delphiのメニューバーから[コンポーネント|パッケージのインストール]でプロジェクトオプションダイアログボックスを開きます。<br />\n追加ボタンをクリックし、JDBGrids.bpl を選択し、開く、OKの順でボタンをクリックします。</li>\n</ol>','<strong>※ライブラリパスの追加</strong>\n<ol>\n<li>Delphiのメニューの[ツール|環境オプション]で環境オプションダイアログボックスを開きます。</li>\n<li>このダイアログボックスの中のライブラリタブを表示します。</li>\n<li>ライブラリパスのエディットボックス横の「...」と表記のあるボタンをクリックします。</li>\n<li>ディレクトリダイアログが現れたら、下部のエディットボックスに追加したいディレクトリパスを入力し追加をクリックします。</li>\n<li>それぞれのダイアログでOKボタンをクリック(計2回)し、終了です。</li>\n</ol>',1,6720,0,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0041',3,0,'2002-06-12 11:20:00','[Delphi] ボタン・チェックボックスの描画','','<p>リストやグリッドに<em>ボタン</em>や<em>チェックボックス</em>を 表示したいと考えたことはないですか？<br />私はグリッドにボタンとチェックボックスの両方を付け加えました。ダウンロードしていただいた方々の中から数人の方が描画方法について質問されましたので、ここで解説したいと思います。 <em>ボタン</em>や<em>チェックボックス</em>を描画するには、DrawFrameControl API を使用します。この API は、Delphi Professional 以上をお持ちの方でしたら、TBitBlt、TDBGrid や TCheckListBox などで使用されています。 DrawFrameControl API は SDK で以下のように定義されています。詳細は<a href=\"http://msdn.microsoft.com/ja-jp/library/cc428492.aspx\">こちら</a>。</p>\r<pre class=\"brush:c\">BOOL DrawFrameControl(\r HDC hdc,     // デバイスコンテキストのハンドル\r LPRECT lprc, // 境界の長方形\r UINT uType, // フレームコントロールのタイプ\r UINT uState // フレームコントロールのスタイル\r);\r</pre>\r<p><strong>パラメータ説明:</strong></p>\r<dl><dt><em>hdc</em></dt><dd>コントロールの描画に使いたいデバイスコンテキストのハンドルを指定します。</dd><dt><em>lprc</em></dt><dd>長方形の論理座標を保持する 1 個の RECT 構造体へのポインタを指定します。</dd><dt><em>uType</em></dt><dd>フレームコントロールのタイプを指定します。ボタン、メニューやｽｸﾛｰﾙﾊﾞｰなどを指定します。</dd><dt><em>uState</em></dt><dd>フレームコントロールの初期状態を指定します。</dd></dl>\r<p>uTypeでボタンを指定した場合は、チェックボックスの状態を指定します。</p>','<p>実際に Delphi で使用した例は以下のようになります。</p>\r<p>以下コードは、ストリンググリッドのセルの描画の際に動作し、 4番目の列の場合のみボタンを描画します。</p>\r<pre class=\"brush:delphi\" title=\"ボタン表示サンプル\">procedure TForm1.StringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer;\r  Rect: TRect; State: TGridDrawState);\rbegin\r  if (ARow &gt;= TStringGrid(Sender).FixedRows) and (ACol = 1) then\r    DrawFrameControl(TStringGrid(Sender).Canvas.Handle,\r      Rect, DFC_BUTTON, DFCS_BUTTONPUSH);\rend;\r</pre>\r<p>同様にチェックボックスを表示する場合。</p>\r<pre class=\"brush:delphi\" title=\"チェックボックス表示サンプル\">procedure TForm1.StringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer;\r  Rect: TRect; State: TGridDrawState);\rbegin\r  if (ARow &gt;= TStringGrid(Sender).FixedRows) and (ACol = 2) then\r    DrawFrameControl(TStringGrid(Sender).Canvas.Handle,\r      Rect, DFC_BUTTON, DFCS_BUTTONCHECK);\rend;\r</pre>\r<p>チェックボックスも、ボタンのひとつの状態なんですね。後はクリックされてるときのみ、へこんだ状態にするなどの操作が必要です。へこんだ状態には DFCS_PUSHED、チェックされた状態には DFCS_CHECKED さらに 使用不可を表現するためには DFCS_INACTIVE を使用します。 第4引数に指定しますが、ビット演算のために or を使って複数の定数を組み合わせて指定します。</p>\r<pre class=\"brush:delphi\" title=\"チェックボックス表示サンプル(チェック済)\">procedure TForm1.StringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer;\r  Rect: TRect; State: TGridDrawState);\rbegin\r  if (ARow &gt;= TStringGrid(Sender).FixedRows) \rand (ACol = 3) then\r    DrawFrameControl(TStringGrid(Sender).Canvas.Handle,\r      Rect, DFC_BUTTON, DFCS_BUTTONPUSH or DFCS_PUSHED);\rend;\r</pre>',1,20304,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://msdn.microsoft.com/ja-jp/library/cc428492.aspx\">こちら</a>',0,1,0,0,0,'2012-10-06 12:27:59','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0042',3,0,'2002-08-28 08:56:00','[Delphi] 実行中のアプリケーションのインスタンスの取得','','<p>つい最近まで実行中のアプリケーションやフォームのハンドルなどを取得するには、FindWindow API や EnumWindow API を使用してクラス名やタイトルで引っ掛けて取得するものだと思ってました。 しかし、OLEオブジェクトであれば VB が GetObject 関数でインスタンスを取得できるように、Delphi は GetActiveOleObject 関数でインスタンスを取得できます。(※1 Excel 2000 で GetObject を使用すると問題が発生することがあるようです。 詳細はここを参照してください。<br />\r<a href=\"http://support.microsoft.com/default.aspx?scid=http://www.microsoft.com/japan/support/kb/articles/JP413/9/00.asp\">http://support.microsoft.com/default.aspx?scid=http://www.microsoft.com/japan/support/kb/articles/JP413/9/00.asp</a>) <br />\r<em>GetActiveOleObject関数で外部アプリケーションにアクセスする</em><br />\rCreateOleObject関数は、外部アプリケーションの新しいインスタンスを作成する関数でした。 したがって、すでにアプリケーションが起動している状態でCreateObject関数を使うと、同一のアプリケーションが次々に起動してしまうことになります。<br />\r　一方、GetObject関数は、すでに起動している外部アプリケーションにアクセスする関数になります。 したがって、GetObject関数を使えば、同一のアプリケーションが複数起動することはありません。<br />\rVB の GetObject関数は 2 つの引数をとりますが、Delphi の GetActiveOleObject はクラス名のみを引数にとります。</p>\r<pre class=\"brush: delphi\">\rfunction GetActiveOleObject(const ClassName: string): IDispatch;\r</pre>\r<p>以下のサンプルでは、GetObject関数を使ってWordにアクセスしています。すでにWordが起動している場合はそのまま処理を続行しますが、未起動のときには EOleSysError のエラーが発生します。このエラーを検知したときには、CreateOleObject 関数で Word を起動しています。（※2 このサンプルプログラムを動作させるには、implementation 部に ComObj を追加する必要があります。）</p>\r<pre class=\"brush: delphi\">\rprocedure TForm1.Button1Click(Sender: TObject);\rvar\r  objWord: OleVariant;\r  bAppOpen: Boolean;\rbegin\r  try\r    objWord := GetActiveOleObject(\'Word.Application\');\r    bAppOpen := true;\r  except\r    on E: EOleSysError do\r    begin\r      bAppOpen := false;\r    end;\r  end;\r\r  // Wordのインスタンスが作成されていなかったら作成する\r  if not bAppOpen then\r  begin\r    objWord := CreateOleObject(\'Word.Application\');\r\r    // 新規文書を挿入する\r    objWord.Visible := true;\r    objWord.Documents.Add;\r  end;\r  objWord := Unassigned;\rend;\r</pre>','',1,11708,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://support.microsoft.com/default.aspx?scid=http://www.microsoft.com/japan/support/kb/articles/JP413/9/00.asp\">http://support.microsof...</a>',0,1,0,0,0,'2011-08-11 16:58:49','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0043',3,0,'2002-11-26 15:13:00','[Delphi] 簡単なファイル移動方法',null,'Delphiでファイルの移動をする際に、いつもどんなコマンドを使用していますか？ FileCopy API とDelteFile API を組み合わせて使ってますか？<br />\nこれからは、API を使うよりも簡単にできる1発関数を使いましょう！<br />\nこの関数は通常のフォルダ間の移動、ドライブ間の移動に加え、UNCで記述されたフォルダにも移動できます。<br />\nただし、移動先のフォルダが未定義だったり、すでに同名のファイルが存在していると失敗し、 False を返します。<br />\nその関数は、<em>RenameFile 関数</em>です。一見名前変更しか対応していないと見せかけておいて、ファイル移動もOKなんです。<br />\n使用例は以下のとおり、\n<pre class=\"code\">\nRenameFile(\'c:\\autoexec.bat\', \'d:\\autoexec.bat\');\n</pre>\n繰り返しになりますが、この関数は失敗すると False を、成功すると True を返します。','',1,14284,3,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0044',3,0,'2002-12-26 22:47:00','[Delphi] 切り捨て、四捨五入、切り上げ','','<p>Delphiで切り捨て、四捨五入、切り上げする際にどんな関数を使っていますか？<br />Floor、Trunc、Round、SimpleRound、Ceil などを使っていることと思う。<br />これらの関数は、戻り値の範囲がLongintの範囲であったり、正負での扱いが対照でなかったりするので作ってみた。<br />x に丸めたい値を、Factor に丸め位置(小数点以下桁数：小数部第一位は1、整数部１桁目は-1)を与える。<br /><strong>※Delphi7 以降には、標準で通常の四捨五入関数 (SimpleRoundTo) が付いている。</strong></p>\r<dl><dt><strong>切り捨て</strong></dt><dd>\r<pre class=\"brush: delphi\" title=\"切り捨て\">function MyRoundDown(x: Currency; Factor: Integer): Currency;\rvar\r  dFactor: Double;\rbegin\r  Factor := Factor -1;\r  dFactor := IntPower(10, Factor);\r    if Factor &lt; 0 then Factor := Factor +1;\r  if x &gt;= 0 then\r    Result := Int(x * dFactor) / dFactor\r  else\r    Result := Int((x * dFactor) + 0.9) / dFactor;\rend;\r</pre>\r</dd><dt><strong>四捨五入</strong></dt><dd>\r<pre class=\"brush: delphi\" title=\"四捨五入\">function MySimpleRound(x: Currency; Factor: Integer): Currency;\rvar\r  Sgn: Integer;\r  dFactor: Double;\rbegin\r  if x &gt;= 0 then Sgn := 1 else Sgn := -1;\r  if Factor &lt; 0 then Factor := Factor +1;\r  Factor := Factor -1;\r  dFactor := IntPower(10, Factor);\r  Result := Int(Abs(x) * dFactor + 0.5) / dFactor * Sgn;\rend;\r</pre>\r</dd><dt><strong>切り上げ</strong></dt><dd>\r<pre class=\"brush: delphi\" title=\"切り上げ\">function MyRoundUp(x: Currency; Factor: Integer): Currency;\rvar\r  dFactor: Double;\rbegin\r  Factor := Factor -1;\r  dFactor := IntPower(10, Factor);\r  if Factor &lt; 0 then Factor := Factor +1;\r  if x &gt;= 0 then\r    Result := Int((x * dFactor) + 0.9) / dFactor\r  else\r    Result := Int(x * dFactor) / dFactor;\rend;</pre>\r<pre>&nbsp;</pre>\r</dd></dl>','',1,140637,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 13:55:49','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0046',3,0,'2003-01-13 22:47:00','[Delphi] ユーザーの画面操作禁止','','<p>フォームでボタンをクリックしたとき、メニューをクリックしたときの操作がある程度以上時間がかかる場合ありますよね。こんな時にもう一度、ボタンをクリックされたら...。同じ処理が平行して同時に行われることになってしまいます。<br /> たいていこんな時には、処理中にもう一度ボタンをクリックされないように、Enabled プロパティを使用してクリックできないようにされていると思います。でも複数のオブジェクトを使用不可にするのは面倒な作業です。<br /> そこで今回は、アプリケーション中のすべてのフォームとフォームに張り付いたすべてのオブジェクトが使用不可能になる方法をご紹介します。<br />この方法は、Forms ユニットにある ShowModal や MessageDlg も使用している関数を使用します。</p>\r\n<ul>\r\n<li>ほかのフォームを触れなくする場合、function DisableTaskWindows(ActiveWindow: HWnd): Pointer; を使用します。</li>\r\n<li>逆に使用可能に戻す場合には procedure EnableTaskWindows(WindowList: Pointer); を使用します。</li>\r\n</ul>\r\n<p>で使い方ですが...</p>\r\n<ol>\r\n<li>DisableTaskWindows(0) を実行します。(ちなみに特定のフォームのウィンドウハンドルを渡すと、特定のフォーム以外を使用不可にできます。)<br /> 戻り値のポインタは、適当な変数に保存しておいてください。後で使用します。</li>\r\n<li>特定の処理を書きます</li>\r\n<li>元に戻すタイミングで、EnableTaskWindows(保存しておいたポインタ) を実行します。</li>\r\n</ol>\r\n<p><br />実際のコードは以下のようになります。（斜体部分のみ入力します。）</p>\r\n<pre class=\"brush: delphi\">procedure TForm1.Button1Click(Sender: TObject);\r\nvar\r\n  pDTW: pointer;\r\nbegin\r\n  pDTW := DisableTaskWindows(0);  // 使用不可にして\r\n  try\r\n    Sleep(1000);                  // 処理をして\r\n  finally\r\n    EnableTaskWindows(pDTW);      // 終わったら戻す\r\n  end;\r\nend;\r\n</pre>','',2,8202,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2019-05-21 09:50:26','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0045',3,0,'2003-01-13 22:47:01','[Delphi] アプリケーションタスクをタスクバーに表示させない','','アプリケーションを切り替えるために使用するタスクバー。そこには起動中のアプリケーションが表示されています。<br />\rしかし、タスクトレイに表示するアプリケーションを作成した場合など何らかの理由で、タスクバーに表示させたくない場合もあるでしょう。<br />\r<br />\r今回はそんなときに使える 「タスクバーにタスク表示させない」 方法です。<br />\r<br />\rこの方法は、アプリケーションのウィンドウ設定を変更します。\r<ul>\r<li>アプリケーションのウィンドウを非表示に（元々見えていません）する。</li>\r<li>アプリケーションウィンドウの拡張設定の WS_EX_TOOLWINDOW というフラグをたてる。</li>\r</ul>\r<br />\rこの方法はプロジェクトのソースに対し修正を行います。\r<ol>\r<li>デルファイの開発環境でプロジェクトマネージャを表示します。 </li>\r<li>次にプロジェクトを選択、右クリックポップアップメニューを表示します。</li>\r<li>ソースの表示をクリックすると表示されます。 </li>\r</ol>\r<p>実際のコードは以下のようになります。（斜体部分のみ入力します。）</p>\r<pre class=\"brush: delphi;\" title=\"Format関数6桁の場合\">\rprogram Project1;\ruses\r  Windows,\r  Forms,\r  Unit1 in \'Unit1.pas\' {Form1};\r\r{&#36;R *.res}\r\rbegin\r  Application.Initialize;\r  Application.CreateForm(TForm1, Form1);\r  ShowWindow(Application.Handle, SW_HIDE);\r  SetWindowLong(Application.Handle, GWL_EXSTYLE,\r    GetWindowLong(Application.Handle, GWL_EXSTYLE) or WS_EX_TOOLWINDOW);\r  Application.Run;\rend.\r</pre>','',1,8368,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-09 22:26:24','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0047',3,0,'2003-12-18 14:41:00','[Delphi] Excel をアドイン付きで起動する','','<p>通常 Excel を起動して OLE オートメーションとして使用したい場合には、CreateOleObject を使用します。<br />\rただ、この方法ですと個人マクロブック(PERSONAL.XLS)が使えなかったり、アドインが読み込まれていなかったりするなどいろいろ不都合が多いのも事実です。<br />\r<br />\r今回はそんなときに使える 「Excel をふつうに起動させる」方法です。<br />\r<br />\rこの方法は、ExcelをCreateProcessで非OLEアプリと同じように起動させて、その後GetActiveOleObjectでOLEを取得します。<br />\rExcel を起動するのは、CreateExcelProcess 関数です。ここでは「Excel.Application」という識別子から CLSID を取得し、さらにその CLSID から起動情報を取得した結果を利用してプロセスを作成しています。 また、起動後すぐには OLE のインスタンスを捕まえることができないので、最大 0.5 秒を 10 回計 5 秒を待つ設定にしています。 途中で SetForegroundWindow しているのは XP 上での Excel のバグ対策です。</p>\r<pre class=\"brush:delphi\">\rprocedure TForm1.Button1Click(Sender: TObject);\r\r  // Excelプロセス生成\r  function CreateExcelProcess(out hProcess: THandle): Bool;\r\r    function GetExcelRegInfo: String;\r    const\r      KeyFormat = \'CLSID%sLocalServer32\';\r    var\r      Key: String;\r    begin\r      Key := Format(KeyFormat, [GUIDToString(ProgIDToClassID(\'Excel.Application\'))]);\r      Result := GetRegStringValue(Key, \'\');\r    end;\r\r  var\r    RegInfo: String;\r    PROCESSINFO: TProcessInformation;\r    STARTUPINFO: TStartupInfo;\r  begin\r    Result := false;\r\r    RegInfo := GetExcelRegInfo;\r    // Excel が導入されていない場合は、RegInfoが空文字列\r    if (RegInfo = \'\') then exit;\r\r    // 起動情報構造体\r    with STARTUPINFO do\r    begin\r      cb := SizeOf(STARTUPINFO); // 構造体のサイズをセット\r      lpReserved := nil;         // 上記以外は初期化\r      lpDesktop  := nil;\r      lpTitle    := nil;\r      dwFlags := 0;\r      cbReserved2 := 0;\r      lpReserved2 := nil;\r      dwysize := 0;\r    end;\r\r    // \'/e\' を付加すると初期のワークブックが抑制できる\r    Result := CreateProcess(nil, PChar(RegInfo + \' /e\'),\r                nil, nil, false, 0, nil, nil, STARTUPINFO, PROCESSINFO);\r    hProcess := PROCESSINFO.hProcess;\r  end;\r\rconst\r  RetryCount = 10;\r  SErrorRunExcel = \'Excelの起動に失敗しました。\';\rvar\r  Excel: OleVariant;\r  hProcess: THandle;      // Excel Process Handle\r  i: Integer;\rbegin\r  CreateExcelProcess(hProcess);\r  try\r    Excel := GetActiveOleObject(\'Excel.Application\');\r  except\r    on E: EOleSysError do\r    begin\r      // Excelがまだ起動していない場合には、起動をかける\r      if (E.ErrorCode = &#36;FFFFFFFF800401E3) then\r        if not CreateExcelProcess(hProcess) then\r          raise Exception.Create(SErrorRunExcel);\r\r      // Excel再取得\r      for i := 0 to RetryCount do\r      begin\r        sleep(500);\r        SetForegroundWindow(Handle);\r        try Excel := GetActiveOleObject(\'Excel.Application\') except end;\r        if not VarIsEmpty(Excel) then break;\r        // ループ最終回で取得できていなかった場合、\r        if (RetryCount = i) then raise Exception.Create(SErrorRunExcel);\r      end;\r    end;\r    on E: Exception do exit;\r  end;  // Excel起動ループ\r\r  Excel := unassigned;\rend;\r</pre>','',1,7365,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-06-30 13:21:06','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0048',3,0,'2003-12-18 14:42:00','[Delphi] 一回で深い階層のディレクトリを作成する','','<p>多階層のディレクトリを作成するには親ディレクトリから１つずつ作成していきます。<br /> しかしこれでは面倒なので、ForceDirectories 関数を使って一発で作成することができます。<br /> また、APIを使っても一発で作成することができます。<br /> ForceDirectories は Delphi のヘルプに解説があるので、以下では API を使用する方法を解説します。<br /> <br /> 使用するAPIは、「MakeSureDirectoryPathExists」です。<br /> この API と ForceDirectories との違いとしては、ForceDirectories は作成したいディレクトリを引数に指定するのに対し、 MakeSureDirectoryPathExists はファイル名を指定します。ディレクトリ名を指定したい場合は末尾に「\\」を付けて渡す必要があります。<br /> <br />このAPIを使用するには以下の定義が必要です。</p>\r\n<pre class=\"brush: delphi;\" title=\"MakeSureDirectoryPathExists\">interface\r\n  function MakeSureDirectoryPathExists(DirPath: LPCSTR): Bool; stdcall;\r\nimplementation\r\n  function MakeSureDirectoryPathExists; external \'IMAGEHLP.DLL\' name \'MakeSureDirectoryPathExists\';\r\n</pre>\r\n<p>DirPath にはファイル名を指定します。 パスの最後のコンポーネントがファイル名ではなくディレクトリである場合、文字列の最後に円記号（\\）を記述しなければなりません。 このAPIは失敗すると False を返します。 こんな感じになります</p>\r\n<pre class=\"brush: delphi;\" title=\"MakeSureDirectoryPathExists\">procedure TForm1.Button1Click(Sender: TObject);\r\nbegin\r\n  if not MakeSureDirectoryPathExists(PChar(\'c:temp\')) then\r\n    raise Exception.Create(\'Cannot create c:temp\');\r\nend;\r\n</pre>\r\n<p><em>補足</em></p>\r\n<ol>\r\n<li>設定可能なファイル名の長さは200-260文字程度みたいです。</li>\r\n<li>APIなので String を PWideChar または PChar で型キャストする必要があります。</li>\r\n</ol>\r\n<p><em>参照</em></p>\r\n<ol>\r\n<li><a href=\"https://msdn.microsoft.com/ja-jp/library/cc428990.aspx\">Microsoft Developer Network Library</a></li>\r\n</ol>\r\n<p>2015.11.20 MSDNのリンク先が変更になっていたので修正</p>','',2,8633,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://msdn.microsoft.com/ja-jp/library/cc428990.aspx\">Microsoft Developer Net...</a>',0,1,0,0,0,'2015-11-20 09:21:47','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0049',3,0,'2004-02-18 12:42:00','[Delphi] フォームの表示完了時','','<p>フォームを表示しているときに起こるイベントには「OnCreate」「OnShow」「OnActivate」などがありますが、表示し終わったときのイベントがありません。 これを取得するには「CMShowingChanged」メッセージをトラップします。(このメッセージを知るまでは、OnCreateで独自メッセージをポストし、トラップしてました。(^o^;))<br />実際のコードは以下のようになります。</p>\r<pre class=\"brush: delphi;\" title=\"フォームの表示完了時\">type\r  TForm1 = class(TForm)\rprivate\r  { Private 宣言 }\r  (略)\r  procedure CMShowingChanged(var Message: TMessage); message CM_SHOWINGCHANGED;\r  (略)\rend;\r\rprocedure TForm1.CMShowingChanged(var Message: TMessage);\rbegin\r  inherited;  // 通常の CMShowingChagened をまず実行\r  if (Visible) then\r  begin\r    Update; // 完全に描画\r    // 実際の処理を記入\r  end;\rend;\r</pre>','',1,12671,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 13:51:21','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0050',3,0,'2004-02-18 12:42:30','[Delphi] 入力禁止中に発生したユーザによる入力の消去','','<p>ある特定の処理実行中は、フォームやボタンの Enabled プロパティを False に設定し、２度同じ処理を実行されないようにしたりします。 しかし、Enabled が False でも True に変更する前にユーザがマウスクリックまたはEnterキーなどで処理をしていた場合、その操作に関連する処理は行われてしまいます。 今回はそのような問題への対策です。<br />以下の関数をボタンの Enabled を True にする際になどに実行します。</p>\r<pre class=\"brush: delphi\">procedure PurgeMsgQueue(AHandle: HWND);\rvar\r  Msg: TMsg;\rbegin\r  // マウスのメッセージをキューから除去\r  while PeekMessage(Msg, AHandle, WM_CLOSE, WM_QUIT, PM_NOREMOVE) do exit;\r  while PeekMessage(Msg, AHandle, WM_DESTROY, WM_DESTROY, PM_NOREMOVE) do exit;\r  while PeekMessage(Msg, AHandle, WM_MOUSEFIRST, WM_MOUSELAST, PM_REMOVE) do;\r  // そのほかのメッセージをキューから除去\r  while PeekMessage(Msg, AHandle, WM_CLOSE, WM_QUIT, PM_NOREMOVE) do exit;\r  while PeekMessage(Msg, AHandle, WM_DESTROY, WM_DESTROY, PM_NOREMOVE) do exit;\r  while PeekMessage(Msg, AHandle, WM_KEYDOWN, WM_KEYDOWN, PM_REMOVE) do;\rend;\r</pre>\r<p>でも、この方法だと取り除きたいマウスとキーボードのメッセージの数だけ記述しないとダメなので、実用性はいかがなものだろうか？</p>\r<p>別案として、別スレッドで処理するかマウスとキーボードの処理を別ウィンドウに処理させてしまう方法がある。</p>','',1,7488,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 13:50:42','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0051',3,0,'2004-06-30 00:02:00','[Delphi] フリガナを自動で入力する (for VCL.Net)','','<p>WM_IME_COMPOSITION メッセージが発生したときに、ImmGetCompositionString 関数を使ってFEP (IME など) が持つフリガナを取得します。<br /><br />この例は、フリガナ機能付きコンポーネントの作成例です。<br />TEdit コンポーネントに KanaOut プロパティを追加しています。 この追加したプロパティに、Edit1(TEdit クラス) を設定すると、入力した文字のフリガナが Edit1.Text に入力されていきます。</p>\r<pre class=\"brush: delphi\">unit KanaEdit;\r\rinterface\r\ruses\r  Windows, Messages, Classes, Graphics, Controls, StdCtrls;\r\rtype\r  { TKanaEdit }\r  TKanaEdit = class(TEdit)\r  private\r    FKanaOut: TEdit; // KanaOutプロパティ\r  protected\r    procedure SetKanaOut(AValue:TEdit);\r    procedure WndProc(var Msg: TMessage); override;\r  published\r    // プロパティ\r    ...\r    property KanaOut: TEdit read FKanaOut write SetKanaOut;\r    ...\r  end;\r\rprocedure Register;\r\rimplementation\r\ruses\r  IMM;\r\rprocedure Register;\rbegin\r  RegisterComponents(\'Samples\', [TKanaEdit]);\rend;\r\r{*******************************************************************************\r機能: カナ出力プロパティーセット\r引数:\r戻値:\r*******************************************************************************}\rprocedure TKanaEdit.SetKanaOut(AValue: TEdit);\rbegin\r  if (AValue = nil) or (AValue = Self) then\r  begin\r    FKanaOut := nil;\r  end\r  else\r  begin\r    FKanaOut := AValue;\r  end;\rend;\r\r{*******************************************************************************\r機能: メッセージ処理\r引数:\r戻値:\r*******************************************************************************}\rprocedure TKanaEdit.WndProc(var Msg: TMessage);\rvar\r  imc: HIMC; // IMEのコンテキストを格納\r  sbKana: StringBuilder;\r  nSize: Integer;\rbegin\r  if (FKanaOut &lt;&gt; nil) then\r  begin\r    if (Msg.Msg = WM_IME_ENDCOMPOSITION) then\r    begin\r      imc := ImmGetContext(Handle);\r      case Msg.Msg of\r        WM_IME_ENDCOMPOSITION:\r        begin\r          // 変換結果の「読み」を取得\r          nSize := ImmGetCompositionString(imc, GCS_RESULTREADSTR, nil, 0);\r          sbKana := StringBuilder.Create;\r          sbKana.Length := nSize;\r          ImmGetCompositionString(imc, GCS_RESULTREADSTR, sbKana, nSize+1);\r          ImmReleaseContext(Handle, imc);\r          // 更新後文字列作成\r          FKanaOut.Text := FKanaOut.Text + sbKana.ToString;\r        end; // WM_IME_ENDCOMPOSITION\r      end; // case\r    end;  // if\r  end;  // if\r  inherited;\rend;\rend.\r</pre>','',1,5951,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 13:21:34','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050101_happy_new_year',3,0,'2005-01-01 00:00:00','新年あけまして、おめでとうございます',null,'<p>新年あけまして、おめでとうございます。</p>\r\n<p>新年と言うことで何か新しい試みをと思い、タイトルを新たにしブログなるぺージを作ってしまいました。<br />ここには、くろねこが日々思った疑問などを書き連ねていきたいと思います。日々疑問に思うことなのであまりサイトの内容とは無関係な内容が多くなるかと思いますが、何か同意できることや意見などがありましたら反応頂けるとうれしく思います。<br /></p>\r\n','<p>昨年末に Delphi2005 を購入しデバッグ出来ないなーと、マニュアルをキコキコ印刷紙ながら読んでると...<br />.Net 環境では WinXP \r\nが必要だと！ がーん！ くろねこはいままで Win2000 で開発していたので(Windows2003 Sever \r\nも持ってはいましたがほとんど使うことなく、また年末にオークションで売ってしましました。)これはイカンとおもい WinXP \r\nを開発PC用に買ってしまいました。<br />1台のPCには1つずつライセンスが必要なので数台有ると MSDN の Library \r\nの方がよかったかとも後悔...<br />Delphi2005 といえば 12/30 \r\nに交換用メディアが届いてたけど、このコストって無駄だなー。<br />この儲け損なった利益分は次回 Delphi の売値に跳ね返ってくるのかな？ \r\n</p>',1,2663,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050102_goback',3,0,'2005-01-02 19:55:09','Symantec社のNorton GoBack ここがダメ',null,'<p>まず Norton GoBack を知らない人のためにどういうものかを説明すると</p>\r<p>Windows が起動しないというトラブルや、重要ファイルの上書き、動作不良、ウィルス感染によるデータの消失などで取り返しのつかない状況に陥ったときに、<strong>システムを正常だった時点にまで戻したり、消失したファイルを簡単に復元できるデータリカバリーソフト</strong>だ。<br />\rインストール直後から自動バックアップを開始し、常時 HDD 内のファイルを監視する。トラブルが発生したら、リストを使って任意の時点にまでシステムを簡単に戻すことができる。戻し方も、ディスク全体を一気に戻すやり方と、過去の HDD の内容を参照しながらファイル単位で復帰させる方法が有るらしい。<em>(くろねこはいつも全部戻してました。)</em>PCが起動しないという場合でも、起動ディスクに自動で作成された「GoBack ドライブ」にアクセスしてデータを復旧できるというのがうたい文句だ。<em>(こんな時、くろねこはいつも Ghost でした。)</em><br />\rふつうのバックアップソフトである Norton Ghost や Symantec System Recovery とはまた違う特徴を持っていて、互いに足りない部分を保管するように作ってある。</p>','<p>しかし、GoBack 仕様上の大きな問題点がいくつかある。このことを考えて使用を決めないと、トラブル時に痛い目に遭う。<br />\r大きく問題点をまとめると<br />\r1. HDDのアクセススピードが遅くなる<br />\r2. HDDの寿命が短くなる<br />\r<strong>3. HDD全体を１つのパーティションとして独自の方法で管理する</strong></p>\r<p>問題点(1),(2)については普通に誰でもわかる(説明されれば理解できる)ことなのだが、GoBack は基本的にいつでも元に戻せるように HDD の片隅の自分専用領域に元に戻すべき変更情報を書き込んでいる。ということは書き込むべき情報を元のデータと新しいデータで計算して複製して2カ所に書き込んでいるので、遅くなって当然。また、単純に考えて書き込む量が増えたので消耗品である HDD の耐久性も減るので寿命は必ず短くなる。どうやってもさけられない問題点だ。<br />\rまた、この問題について遅くなることは自体は所々にふれてあるが、くろねこが知る限り Symantec はどの程度遅くなるとか寿命が短くなるとかふれていない。</p>\r<p>問題点(3)について GoBackではすでに述べたように、 HDD を1つのパーティションとして管理している。では、以前にあったパーティションはどうなるのか？それは GoBack が仮想パーティションを以前と同じパーティション構成で提供している。<br />\rGoBack の <a href=\"http://yougo.ascii24.com/gh/33/003379.html\">MBR(マスターブートレコード)</a>を介して起動すると、仮想ドライブが見えるため、いつもどおりで見た目には何も変わらない。通常の状態ではこのようにふつうに見えるようになっている。しかし、他のPCに接続して確認すると、不明なパーティションになっていることがわかる。<br />\rこのことが、基本的仕様の間違いでトラブル対策ツールとしては致命的欠陥となっている。<br />\rまず、HDD が壊れた場合、他の PC に接続し壊れていない部分のデータを、取り出そうと思っても取り出すことが出来ない。<br />\r次に、通常論理的に破損した場合には、壊れたパーティションのみが問題となるケースがほとんどだが GoBack を導入していると被害の範囲はドライブ全体が対象となる。<br />\r顕著な例で言うと、ただ MBR が破損しただけの場合(※1)、GoBack 未使用時には FIXMBR(2000, XP で使用可能な修復ツール)で MBR だけ修復することになり(※2)、だいたい１０分程度の修復時間となる。<br />\rしかし、GoBack 導入時には、FDISK(9x系の HDD ユーティリティ)などで MBR を修復後、HDD 全体を Ghost などのバックアップツールから戻すことを Symantec から求められる。この方法だと、バックアップ以降のデータを取り出すことは出来ない。<br />\rこの問題を回避するために自分自身は他の HDD に OS と GoBack をいったんインストールし、GoBack の MBR を使い起動する環境を作成しその環境からデータを取り出すことで回避した。しかしこの環境から GoBack をアンインストールするのに必要だった時間は８時間ほど(0.8TB時)。これはHDDの容量によっても変わる。</p>\r<p>以前、他のツールで同様の問題が有った。それはかつて Microsoft 社が提供していた <a href=\"http://yougo.ascii24.com/gh/04/000439.html\">DoubleSpace</a> などの<a href=\"http://yougo.ascii24.com/gh/05/000553.html\">ディスクダブラー</a>と呼ばれるたぐいのユーティリティ。このユーティリティも複数のファイルを一つのファイルにまとめ、独自ユーティリティで仮想ファイルシステムを提供していた。このため、この管理ファイルが壊れると壊れていない部分に格納されていたファイルも取り出せ無くなる。このため上位 OS である NTは(2000，XPも)、NTFS というファイルシステム自体に圧縮機能を詰め込み、ファイル単位で管理することで1このファイルのトラブルが複数のファイルに影響を与えるのを防いだ。</p>\r<p>Symantec 社には(3)の問題点について伝えたが、当分改善する気は無いらしい。</p>\r<p>購入を考えている人はこのことをよく理解した上で、購入してほしい。<br />\rちなみに、くろねこはもう使用をやめました。</p>\r<p>※1 ブートセクタが破損<br />\rMBRには、ブートセクタを呼び出すマスターブートコードやパーティションテーブルなど、重要なプログラム／データが記録されている。特に複数のOSを共存させる場合はMBRを書き換える機会が増えるが、設定が不適切だったりすると既存のOSが起動できなくなってしまうこともある。また、何らかのトラブルでMBRが破損すると、ハードディスクからOSを起動することができなくなってしまう。</p>\r<p>※2 <a href=\"http://support.microsoft.com/default.aspx?scid=kb;ja;314503\">FIXMBRを使うべき状況</a></p>\r<p class=\"add\">追記<br />\rGoBack が１つのパーティションで管理していて、仮想パーティションを提供していると書いた。<br />\r他のPCから見たときには、実際そのように見える。しかし、完全に独自の方法で管理するとアンインストール時などかなり面倒なので、中身は通常のドライブとほとんど変わらないのかもしれない。<br />\rアンインストール時にはかなりの時間がかかるので、もしかすると本当に独自の方法で管理しているのかもしれないが...</p>',1,9684,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://yougo.ascii24.com/gh/33/003379.html\">MBR(マスターブートレコード)</a>\n<a href=\"http://yougo.ascii24.com/gh/04/000439.html\">DoubleSpace</a>\n<a href=\"http://yougo.ascii24.com/gh/05/000553.html\">ディスクダブラー</a>\n<a href=\"http://support.microsoft.com/default.aspx?scid=kb;ja;314503\">FIXMBRを使うべき状況</a>',0,1,1,0,0,'2008-12-08 10:23:52','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050104_red_bean_soup',3,0,'2005-01-04 23:51:07','ぜんざい作ってみた！',null,'年末年始(12/29-1/16)の間嫁さんは実家に帰ってしまっている。<br />\rくろねこはというと、今年はお客さんのお客さんのシステムが入れ替えなので年末年始とも出勤でした。一日と二日は土日なのでお休みだった。一日にとりあえずお正月だからと何かお正月ポイものが食べたいとスーパーに買いに出た。<br />\rお雑煮作るのはむずかしそうなので、ぜんざいを作ろうとお餅とあんこを買ってきた。あんこの裏に書いてある説明書を見ながら我流で作った。<br />\r意外と簡単でお湯を沸かしてあんこ溶かして、お塩を適量入れしばらく火にかけた。これだけでべースが出来て、後はそこに食べたいだけの焼き餅をつっこむ。途中お塩を入れてから味見をしたんだけど、もうちょっと押しをを入れるとどうなるのかなと思って追加したらまずくなった。さらにあんこを追加して味を直す羽目になってしまった。<br />\rたくさん作ったぜんざいも毎日食べると(途中で甘くてやになるときも多々あった)、今日で無くなってしまった。こうなるとちと寂しい。あんこがまだ残ってるから嫁が帰ってきてからまた作って子供と食べるかな。<br />','',1,2470,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:46','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050107_oracle_iso',3,0,'2005-01-07 21:43:01','オラクルって ISO 対応できてへんやん',null,'<p>今日プログラムを作っていてオラクルデータベースから取得した日付をプログラムに表示する部分があった。日頃からオラクルの日付フォーマット書式になれていないくろねこは、Webサイトで表現を扱っているところを探しコーディングするのだが、そのとき気づいた。<br />\r<strong>日付書式セパレータに\'T\'がない！</strong>ISOでは日付書式をIS0 8601として定義していて、以下の形式で表すらしいのだが...</p>','<ol>\r    <li>年のみ<br />\r    YYYY（例：2001） </li>\r    <li>年月<br />\r    YYYY-MM（例：2001-08） </li>\r    <li>年月日<br />\r    YYYY-MM-DD（例：2001-08-02）</li>\r    <li>&nbsp;年月日および時分 <br />\r    YYYY-MM-DDThh:mmTZD（例：2001-08-02T10:45+09:00)</li>\r    <li>年月日および時分秒<br />\r    YYYY-MM-DDThh:mm:ssTZD（例：2001-08-02T10:45:23+09:00）</li>\r    <li>年月日および時分秒および小数部分 <br />\r    YYYY-MM-DDThh:mm:ss.sTZD（例：2001-08-02T10:45:23.5+09:00） </li>\r</ol>\r<p>またOracleで日付をフォーマットする際には TO_CHAR を使うと思うのだが、Tが使えないと言うことは<br />\rSELECT TO_CHAR(sysdate, \'YYYY-MM-DD\'\'T\'\'HH24:MI:SS\') FROM DUAL;<br />\rの様な書き方が出来ないってこと？</p>\r<p>ちなみにDelphiでは、<br />\rFormatDateTime(\'yyyy-mm-dd\'\'T\'\'hh:nn:ss\', 日付);<br />\rと書けばISO対応可能でした。</p>\r<p>ダメじゃんオラクル！</p>\r<p>Delphiでも ISO タイプの書式付き文字列に出力は可能でしたが、日付と時刻の間がスペースでないと、日付型への取り込みはだめでした。</p>',1,4306,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050109_QRCode',3,0,'2005-01-09 01:49:10','こんなところにも...',null,'<p>近頃携帯電話で簡単に読み取れるらしい<strong>QRコード</strong>。<br />\rくろねこの携帯には未だ付いていません。というのもこの前携帯電話を買い換える機会があったのですが、載っているホンダ フィットのインターナビっていうナビが最新機種にほとんど対応していないため、旧機種を交う羽目に...<br />\rまあそれは置いといて、いま嫁さんが実家に帰っているため食事は自分で作らないといけないのです。で近くのスーパーにお鍋の材料を買いに行って...うおネギたけーと思いつつお肉や白菜やねぎや春菊とか買って家に帰った。その日はお鍋作ったんだけど、今日はお昼にうどんを...うどんに入れようとネギを切ってその袋を捨てようとしたとき、<strong>ネギの袋にQRコード</strong>が...<br />\rえっ、ちょっとまて～い、何でこんなところにQRコードが付いてんの？QRコードを携帯で読み取ると商品説明がみれるらしい。<br />\rちなみに販売会社は<a href=\"http://www.agrication.com/\">こちら</a>なんだけど、携帯でそんなんみてもみにくいし、そもそもQRコード読める携帯電話持ってる人間が少ないこの世の中、主婦に限定してだいたい何％が持ってるんだろ。さらに使い方を知っていて、さらに興味を持つ割合だったら0.1%いれば多い方では...<br />\r実際の効果って有るんだろうか？</p>','',1,4222,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.agrication.com/\">こちら</a>',0,1,1,0,0,'1999-11-30 00:00:26','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050109_441190104411901',3,0,'2005-01-09 12:27:27','4,4119,010円(4411万9010円)',null,'<p><a href=\"http://afromania.org/%7Eoku/\">あなたのお値段鑑定します</a>というぺージがある。<br />\r今日このぺージで自分の価値を占ってみた。久々だ...たぶん5年ぶりくらい？結果、4411万9010円(階級は「普通の高校生級」です（42階級中24番目）)だと...<br />\rとほほ、社会に出てふつうの高校生ぐらいの価値しかないのか...<br />\r数年前まだ会社員だったころ、どことも無く同僚が探してきたこのぺージで自分の価値を占った。そのときには３億円以上有ったと記憶しているが、年月とともに自分の価値を消費し尽くしたのだろうか？今は見る影もなく下がりきってしまっている。<br />\rこのサイト、人間の価値を5種類のカテゴリに分け鑑定している。ちなみに 4,4119,010円の内訳は...以下のような感じ。 \r<ul style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\">\r    <li>心 2141万3890円 48.5 % </li>\r    <li>才能 2177万6210円 49.3 % </li>\r    <li>境遇 0円 0 % </li>\r    <li>人徳 92万8910円 2.1 % </li>\r    <li>運 0円 0 % </li>\r</ul></p>\r<p>会社員やめるときに、精も根も尽き果てて心はすっかりすさみきってると思ってたのに...奥底にこんなに価値があったのね。しかし、境遇と運が0円とは...<br />\rまあ、あなたも一度チャレンジしてみて！</p>','',1,2865,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://afromania.org/%7Eoku/\">あなたのお値段鑑定します</a>',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050111_English_School',3,0,'2005-01-11 22:10:19','こんな英会話教室が危ない',null,'<p>昨年、大阪・梅田のJR駅前歩道橋を歩いていると、英会話のお兄さんに声をかけられた。<br />\r暇だったので話しを聞くと、すごいビジネススクールだという。どの辺がすごいか聞くと、</p>\r<ul>\r    <li><strong>日本で唯一履歴書に書ける英会話（ビジネススクール)</strong>＞<em>どこでも書こうと思えばかけると思うが...</em></li>\r    <li><strong>LAD○メソッドという独自の方法がすごい</strong>＞<em>これは結構良いと思う</em></li>\r    <li><strong>英語もパソコンも勉強できる。</strong>＞<em>最近どこでもそうだ</em></li>\r    <li><strong>就職先の斡旋もしている</strong>＞<em>登録企業なのだろうか？</em></li>\r    <li>最近大阪にも出来た＞<em>やっとかい、でも未だHPには大阪校の掲載はない...</em></li>\r</ul>\r<p>とまあ、こんな感じらしい。でも、自分の所の良いところは言うが、他の学校はけなしまくり。<br />\rまあ、ここまではふつうの英会話教室なのだが、この後英会話教室に入って説明を聞く...<br />\rここで自分の学校は、LAD○博士が作ったとも良いカリキュラムで、自分のぺースで学習できると...くろねこが、「昔行ってたNCBと同じやん」とつっこむと同じ人が作ったという...＞じゃあNCBでもいいやん<br />\r今、英会話スクールに行く時間とお金が...と渋ってると、<strong>とある女の子のローン申込書を持ってきて</strong>、目の前に置き、「こんな女の子でも...」っと話し始める。ちょっとまてーい。それ他人に見せるのはプライバシーの侵害では...その申込用紙には<strong>名前・住所・年齢・電話番号</strong>などが記載されてた...<br />\rここで。このときくろねこのは、もうここには行く気が全くなくなった。</p>\r<p>&nbsp;こんな、<em>ろくにプライバシーも守れない英会話スクールにはご注意を！</em></p>','<p>あ、ここの他の本校や新宿・名古屋校でどういう対応がなされているかは不明です。<br />\rたまたまくろねこの相手をした人の自覚がなかったのかもしれませんが、ゴキブリ一匹見たら10匹はいるみたいなものではないかと推測は出来ます。</p>\r<p>個人情報保護法案成立したようなので、このような対応を見たら訴えてあげましょう!!</p>',1,5197,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:03','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050116_kinoko_obj',3,0,'2005-01-16 14:22:12','今日見つけたキノコのオブジェ',null,'<p>本日、とあるお店でスーパーマリオに出てきそうなキノコの焼き物を見つけました。<br />\r大きさは３種類で、一番小さいサイズには何色かあった。<br />\r並べてみると結構かわいい。<br />\r価格は一番大きいもので700円ちょっと、真ん中で300円後半、一番小さいのが119円だった。<br />\r買って帰ると嫁さんに...なのでやめました。<br />\r<a href=\"http://blog.blackcatlab.com/images/gene/kinoko.jpg\"><a href=\"http://www.blackcat.xyz/images/articles/050116_kinoko_obj_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/050116_kinoko_obj_1.jpg\" alt=\"\"></a><br />\r</a></p>','',1,2926,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/gene/kinoko.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050119_key_in_outlet',3,0,'2005-01-19 21:54:38','カギをアウトレットに...',null,'<p>昨日、息子がカギをアウトレット(コンセント)に突っ込んだ！！<br />\r息子は終始泣かなかったが、<strong>「バシッ」</strong>と言う音と共に部屋は真っ暗に...<br />\rそしてブレーカーも落ちた...<br />\r息子は、中指に大きな水泡ができて(<em>やけどのレベルで行くとⅡ度ですね</em>)、近くの病院に連れて行った。<br />\r病院で治療してもらったがそのとき、<strong>水泡はつぶさないほうがよいのだと</strong>...つぶすの感染の危険性があるとのこと。<br />\r<em>感染すると、やけどのレベルがⅢ度になり跡が残りますね。</em></p>\r<p>おいらは、嫁さんにカギ持たせるからだとか、息子の手が届くところに置くからだとか、何でちゃんと見てないのとかこっぴどくしかられた。しかし、おいらが原因？？？子供はいたずらして育つんだし、ずっと監視するにしても限界があるよな...<br />\rしかし、やけどしても泣かないのは強いからか、それともまだ感覚がが鈍いのか？</p>','<p>昨日は水泡をつぶすと化膿するから....といわれていたのだが、今日は病院で水泡の水を抜くためにつぶしたらしい。いったい水泡をつぶすつぶさないの基準はどこにあるんだ？</p>',1,2739,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050122_sleep',3,0,'2005-01-22 23:32:36','うちの息子はなかなか寝ない',null,'<p>うちの息子はなかなか寝ない。<br />\rこうやってブログを書いている今でも起きている。起きているの紙とシャーペンを渡すと、私のクリアケースの引き出しからのりを出してきて紙に塗って遊んでいる。<br />\rしばらくして、のりを取上に行くと、「めっ！」と言いながら、かたくなにのりを渡そうとせず、右手にのりを持ち左手で追い払いにくる。少し下がって見ていると、なおも追っかけてくる結構しつこい。自分の安全圏を確保するまで続くようだ。私がパソコンの前のいすに座ると、また遊び始める。<br />\rパソコンの前のいすから息子を眺めていると、シャーペンを突き出し、「て！て！」と言いながら紙に手を置き、手の絵を描けと要求する。手の形になぞるだけだから簡単なのだが、なぞり終わらないうちに紙の他の場所に手を写し、また「て！て！」といいながら再度要求を繰り返す。これがしばらく続く。<br />\rこちらとしてはせっかく書いてあげてるんだから、最後まで...と思うが、あちらとしてはかまってもらえていれば、欲求は満たされるのであろう。<br />\rしかし、息子を寝かしつけたはずの嫁は布団の中で、携帯でゲームをしている。私が息子をかまっているひもかまわない日も（むしろかまわない日の方が多いが...）ずっとゲームをしている。<br />\r布団に入って電気を消しても、それは続く<br />\r私もパソコンでいろいろ遊んではいるので人のことは言えないが、何とかならんかなうちの家庭...</p>\r<p>ちゃんと寝かしつける努力はしてほしいな ＞ 嫁</p>\r<p>他の家庭は、どうやってるのか知りたい！</p>','',1,3561,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050126_delphi2005_pro_1',3,0,'2005-01-26 22:11:28','Delphi2005 アップデート1 全言語版 Professionalでました',null,'<p>待望の全言語対応のDelphi 2005 Pro用 Update1がようやく公開されましたので、早速ダウンロードして、インストールしてみました。<br />\rReadme.txtにも書いてあるとおり、HDDにCD-ROMの内容をコピーして作業しました。実は、年末に開発PCのXP化を行ない、そのときにDelphi 2005を再インストールする機会があったので、そのときコピーしていたのですが。他の方のサイトで見たのですが、HDDにコピーする際にDisk1,2の内容を別々にコピーすると意味が無いようです。Disk1をコピーしたディレクトリに対してDisk2を上書きするような形でコピーするとよいです。<br />\rアップデートするとエイリアスの内容が消えてしまうようです。念のため、アップデートする前にidapi32.cfgのバックアップを取るとよいでしょう。くろねこはとるのを忘れていたことと数も少ないため、デイリーバックアップから戻さず、再作成しました。</p>','',1,4496,0,0,'0000-00-00 00:00:00',2,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050130_Hoken',3,0,'2005-01-30 09:52:09','こんな保険屋はやめてしまえ！',null,'<p>くろねこの自動車保険はチューリッヒである。<br />\r約3年前はディーラーで車を買ったときにそのディーラーが代理店であった、東京海上火災に入っていた。<br />\rでは、なぜ自動車保険を変えたのか？その理由を体験談をふまえてお話したい。</p>','2000-2002年頃くろねこは、車に当たられることが多いというか、被害事故が1年に1回くらい有った。そのうちの１件に2002年5月に事故が起こって、警察による処理をすませた。<br />\rその後、保険会社経由で相手側の保険会社と交渉に入ったのだが、後日事故の処理状況が気になり保険会社に5/29に連絡を取った。<br />\rそのときの保険会社の対応が<em>聞いたことにちゃんと答えてくれない</em>。今どういう状況なのか聞いても答えてくれない。「<em>今、相手保険会社と交渉中</em>」ですとの旨しか答えてくれない。<br />\rこちらもMSCに参加中だったこともあり、時間がないのでその日はそれで終わりになった。何か怪しいと思ったので、相手側保険会社の情報を聞いていたこともあり、聞いてみようとTELしたが不在。<br />\rさらに後日、5/31に相手保険会社の日本興和損保からTELがあり、そのときの状況を聞いてみたが「東京海上と連絡を取ったのは5/29午後9:57が最初」だという。<br />\r5/29日は13:00頃TELしていたので、<em>東京海上火災は嘘つきということになった</em>。そのことを東京海上火災にTELすると、「状況を正しく伝えず申し訳ございません」とあくまで嘘をついたとは言わない。<br />\rここで、ふと考えた。今度の事故だけでなく、今までの対応をふまえた上で東京海上火災側の対応について、<em>一本の確立されたポリシーがある</em>と、そのポリシーとは、<br />\r<em>東京海上火災の利益 ＞ 顧客の利益</em><br />\rである。<br />\rまあ、企業なので利益を追うのは仕方ないのだが、顧客が踏みにじられていると感じた。<br />\rより具体的には、東京海上火災側が多少払う金額が多くなったとしても(過失割合が増えても)、人件費を低く抑えて支出を減らし、顧客からは、等級を下げてがっぽり保険料収入をいただく。<br />\rまあ、くろねこが感じたことなので、本当のところはそうではないかもしれないのだが、事実を歪曲させて伝える習慣のある企業の様だと感じた。<br />\rもし、事故が起きたときの保険会社の対応が、今の状況を正確に伝えてくれずあやふやな答えしかしない場合、自分の事故の処理などしていないかもしれない。<br />\r後手に回れば、相手側の言いなりになり過失割合は増えるかもしれないので安心できる保険会社に変えると良いでしょう。<br />\rチューリッヒに変えてから起きた事故は、100%もらい事故(停車中の事故)だったので、対応してもらったことがないので、チューリッヒが良いかどうかはわかりません。<br />\rくろねこが事故が起こった際に保険会社に期待することは、以下のような項目です。<br />\r<ul>\r    <li>事故に相応の過失割合を判定してほしい </li>\r    <li>&uarr;出来れば過失が低い方が良いので交渉力は高い方が良い </li>\r    <li>対応スケジュールの目安を教えてほしい </li>\r    <li>現在の状況を定期的に教えてほしい </li>\r</ul>\r皆さんの期待する項目ってどんな項目ですか？',1,4434,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:14','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050205_snow',3,0,'2005-02-05 22:06:46','雪が降ったら...',null,'<p>今週の水曜日雪が降った。<br />\r仕事場に行くときにＪＲを使うのだが、<strong>雪が降れば必ず遅れる。</strong>まあ、雪が降らずとも遅れるのだが。</p>','こんな時に思うこと、ＪＲって災害対策してるのだろうか？どうやらしていないらしい。<br />\rすると、経費がかかるからというのがその理由のようだ。それ以外にも、経費削減で踏切などのシステムの部品が電機メーカーからの仕入れでまかなうようになったらしい。今までの電車向けの機器メーカーの方がノウハウも有るだろうに...。かといってその辺で変な安心感が出来ても困りますが。<br />\r壊れたら、その部分を交換なので故障の原因がわからない。わからないと言うことは、対策がされない。対策がされないから故障が減らない。だから遅れの件数は減らない。減らないどころか増えている理由がここにありそうだ。<br />\r雪もそうなのだが、車でいうと「<strong>スタッドレスタイヤをはかず運転にでて、のろのろ運転でおくれた。</strong>」といったところでしょうか？こんなことで誰が同情してくれるのでしょうか？<br />\rＪＲはほとんどの区間で寡占状態の企業なので、こんなことをしていても利用者は減らない。だから列車を送らせても、すし詰めにしても利益が減ることはなく、かえって本数が減らせた分だけ儲かるのでしょう。遅れたらその損害保証するぐらいの気持ちで遅れないように努力してほしいものです。<br />\rあ、皆さん知ってましたか？ＪＲを定期で載ってる人は裏面を見てください。<strong>列車が5日間遅れない限り払い戻しは無い</strong>と書いています。5日も遅れる電車がどこにある。中で餓死してしまうぞ。',1,2857,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:48','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050206_adult_site',3,0,'2005-02-06 01:46:56','アダルトサイトの“入口”をクリックしただけで...',null,'<p>今日、ウルティマオンライン(以下UO)で遊んでいると...<br />\rUOで知り合いからQが入って、アダルトサイトのボタンを押したら入会になってしまった知り合いがいるんだけど...みたいな話が舞い込んできた。<br />\r&nbsp;</p>','<p>よくよく聞いてみると、ネットサーフィン中にアダルトサイトを見つけ、<strong>アダルトサイトによくある18歳以上かどうか？というリンクボタンをクリックしたら、実は入会承諾ボタンだった。</strong>そのリンク先のぺージに<strong>入会金3万円、IPは記録したから逃げられないよ。</strong>というような内容が記載されていたという。過去に似たようなメールのリンク先をクリックしたら、アダルトサイト入会で...8万円(入会金+利用料(初回アクセス時に3ヶ月分)+利息+督促手数料)の請求が...みたいな事件があったくろねことしては、払わなくても良いと言うことを１時間くらい話した。<br />\rクレジットカード番号、名前や住所などの個人情報を入力してなければ、本人を特定することはプロバイダーの協力無しにはむずかしい。すでに個人情報を得ている者に対してID付きのURLを記載したメールを送るなどして、承諾ボタンをクリックさせた場合はこの限りではないが。<br />\rしかし、この場合も「法律上、利用者が契約をするにあたり錯誤（勘違い）があった場合、その契約は原則として無効となる旨が定められている」のですぐに払う義務が発生する訳ではないようだ。そのあとそのサイトを閲覧していた場合は、さすがにダメでしょうが。そのとき1,2回クリックして見ちゃったぐらいは、どのリンクがどこに行くのかわからないサイトでは何とかなるでしょう。こんな悪徳請求から守ってくれる法律は、「民法第95条」と「電子消費者契約及び電子承諾通知に関する民法の特例に関する法律第3条」だ！むずかしいときには、住んでいる地方自治体の無料弁護士相談・警察にご相談を。<br />\rしつこい電話・メールでの請求には、</p>\r<ul>\r    <li>無視を決め込む</li>\r    <li>個人情報は一切開示せず(名前もNG)、「書面でアクセスログなどとともに督促してくれ」という。</li>\r    <li>相手の情報をよく聞いて(企業名と担当者名くらいしか言わないことが多いですが)、警察に相談。</li>\r</ul>\r<p>悪徳業者はすでにリストに載っている場合も多いので、ネットで探してるのも良いでしょう。<br />\rこんな悪徳業者には、１円たりとも払ってはいけません。<br />\r<em>※相手からの督促は無視で対応できる場合が多いと思いますが、<strong>裁判所から届いた通知にはちゃんと目を通しましょう</strong>。少額訴訟の通知だったりすると、その日に裁判所に行かないと自動的に裁判に負けて、払わなくても良いお金を払わないといけ無くなることも有るようです。</em></p>',1,3077,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050209_tdbimage_gdi_error',3,0,'2005-02-09 22:24:54','バグ：TDBImageでコピペすると、GDI+で一般的なエラーが発生。',null,'<p>.Net Framework 環境下でTDBImageで画像をペーストすると、<br />\r<strong>プロジェクト xxxxx は未処理の例外クラス System.Runtime.InteropServices.ExernalException (メッセージ\'GDI+で一般的なエラーが発生しました。\')に遭遇しました。</strong>がでる。<br />\rUpdate1以前からあるのだが、Update1後でも修正されていないようだ。<br />\r今日、MLを見て思い出して検証プログラムを作って試してみたが、同じ現象が出た。<br />\rまあ、DBに画像をほりこむ人はあまりいないだろうが、使用する予定の方は要注意。<br />\rQCには登録済みだが、機械翻訳の英文のため内容が担当者に伝わるか疑問。(日本語もあやしいくろねこ)</p>','<p>検証プログラム&darr;</p>\r<pre><strong>unit</strong> UDBImage;\r\r<strong>interface</strong>\r\r<strong>uses</strong>\r  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,\r  Dialogs, Borland.Vcl.Db, Borland.Vcl.DBTables, Borland.Vcl.DBCtrls,\r  Borland.Vcl.ExtCtrls, System.ComponentModel;\r\r<strong>type</strong>\r  TForm11 = class(TForm)\r    DataSource1: TDataSource;\r    DBNavigator1: TDBNavigator;\r    DBImage1: TDBImage;\r    Table1: TTable;\r  <strong>private</strong>\r    { Private 宣言 }\r  <strong>public</strong>\r    { Public 宣言 }\r  <strong>end</strong>;\r\r<strong>var</strong>\r  Form11: TForm11;\r\r<strong>implementation</strong>\r\r{&#36;R *.nfm}\r\r<strong>end</strong>.</pre>\r<p><em>検証方法</em> </p>\r<ol>\r    <li>DBImageに画像が表示されている状態でCtrl+Cでコピー。 </li>\r    <li>+ で新規レコードに移動。 </li>\r    <li>DBImage上でCtrl+Vでペースト。 </li>\r    <li>TDNavigatorの保存ボタンか、移動ボタンでレコードを保存しようとすると、上記エラーが発生する。 </li>\r</ol>\r<p>※ Delphi8でも検証したが、同じでした。</p>\r<p>QC登録URL(Report #: 9952)<br />\r<a href=\"http://qc.borland.com/wc/qcmain.aspx?d=9952\">http://qc.borland.com/wc/qcmain.aspx?d=9952</a></p>',1,4139,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://qc.borland.com/wc/qcmain.aspx?d=9952\">http://qc.borland.com/w...</a>',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050215_ic_card',3,0,'2005-02-15 00:37:35','非接触型ICクレジットカード',null,'<p>先週、JCBから新しいクレジットカードが届いた。<br />\r新しいカードはスキミング対策なのかICカードになっていた。セキュリティが向上するのは良いことだ。<br />\r<br />\rと、思ったがちょっとまてー。<br />\rICカードって本当にセキュリティが上がってるのだろうか？ICOCA や SUICA に代表されるように、ICカードは非接触型が多いはず...ということは、<strong>わざわざスキミングしなくても近くによれば他人のクレジットカード情報を取り出せるのでは...</strong><br />\rちょっと調べて見ました。ICカード読み取り装置っていくらぐらいなのか。<br />\r公的個人認証ＩＣカードリーダーですが、<strong>ビッグカメラで接触型が3千円弱、非接触型が2万円弱くらい</strong>ですね。カードリーダ自体は入手できそうなので、ソフトウェアの開発キットさえ入手できれば、中身は読めそうです。<br />\rクレジットカード情報は暗号化されているでしょうが、どのくらいのセキュリティ強度があるのでしょうか？128ビットくらいあるのかな？しかし、暗号化強度128ビットでも昔のどこかの会社のように「<strong>実際には内何ビットしか使ってない</strong>」ということだと全く意味がないし。<br />\r<br />\r時間があれば、クレジットカード会社に確認してみようかと思います。<br />\r<em>ICカードの持ち運び時には、アルミケースに入れておいた方が安全かも...</em></p>','<p><strong>問い合わせしたら聞きたいこと一覧</strong></p>\r<ol>\r    <li>カードが盗難された場合に、警察とJCBに届けを行えば60日前以降の分は免責とのことだが、偽造カードの場合は？</li>\r    <li>暗証番号が数字4桁というのはあまりにセキュリティが低いと思うがいかがか？</li>\r    <li>ICチップにクレジットカード番号・暗証番号などがなどが保持されているようだが、実際にはどのような情報が保持されているのか？</li>\r    <li>ICチップによりセキュリティがアップしているとのことだが、ICチップになっただけではセキュリティは向上しない。<br />\r    実際にどのようなセキュリティ対策が行われているのか？</li>\r    <li>ICチップに保持された暗証番号を書き換えることによって、また書き換えられたカードを偽造することにより暗証番号を知る必要なく利用できるようになるがこれに関して意見はあるか？(個人的には暗証番号はサーバに持つべきだと思うが)</li>\r    <li>ICチップは非接触タイプだと思うが、これだとカードにふれずしてスキミングが可能であるがこれに関して意見は？</li>\r    <li>ICチップと磁気ストライプでセキュリティの観点から見ると安全性はどちらか低い方にまで下がるのでかなり危険だと思うが、磁気ストライプの方を使用できないようにすることはできるのか？</li>\r</ol>',1,3534,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:58','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0053',3,0,'2005-02-15 22:05:00','[Delphi] コンポーネントを使用したらアドレス違反が...',null,'コンポーネントを自身のプログラムに組み込んだら、アプリケーションの起動時または、追加したフォームの作成時に「アドレス違反が発生した。」ということはありませんか？こんな時、くろねこ製のコンポーネントだと、ふつうは真っ先にコンポーネントのバグを疑います。(またテスト漏れしてやがると、サポート掲示板にでも苦情を書き込んでやってください。)がしかし、ほかのプログラムでは正常に動いてるのに...<br />\nこんな時には、プロジェクトの設定を確認してください。プロジェクト|オプション|パッケージ の「実行時パッケージを使って構築」にチェックがついていませんか？このチェックが ON の場合には、パッケージ本体のファイルが必要になります。具体的にはアプリケーション実行時にパスの通ったディレクトリに、<strong>*.bpl</strong> ファイルが必要になります。\n<h4>実行時パッケージを使って構築って？</h4>\n実行時パッケージを使って構築を使うと DLL を使った時のように、重複するコードをプログラムの外に出すので EXE ファイルのサイズを小さくできます。実行時に BPL ファイルを読み込んでダイナミックにプログラムと結合してアプリケーションの動作に寄与します。このため実行時に参照できる状態にないと、アドレス違反が発生するのです。 小さいアプリケーションの場合には、実行時パッケージを使わない方がよいでしょう。EXE 一つで配布が完了するので、配布ファイルの管理が非常に楽になります。<br />\nではいつ実行時パッケージを使った方がよいのでしょうか？それは、プログラムの配布サイズが企業ポリシーで制限されている場合や、頻繁に修正されるようなプログラムで修正される部分と修正されない部分を分けてしまう場合などがあります。大きなアプリケーションですと、サブシステム毎に分割を行うということもあるでしょう。<br />\n分割してしまうと、その実行時パッケージに修正を行った場合(機能拡張やバグ修正など)、にその実行時パッケージを配布すればよいので、配布するプログラムのサイズを大幅にカットできます。大企業やソフトハウスなどで遠隔地のパソコンに修正プログラムを配布しなければいけない場合には、時間の短縮にもなりますね。','',1,7047,1,0,'1970-01-01 09:00:00',0,null,0,1,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050215_cpu',3,0,'2005-02-15 23:41:09','CPU買いました。起動しない....',null,'<p>オークションでCPU買いました。</p>\r<p>本日、帰宅したら届いていたので早速開封。そして取り付け。<br />\rシリコングリスがうっすらとしかついていなかったので、長くは動かせないと思い。BIOS画面まで立ち上がるのを確認した。そこでご飯のが出来たので、とりあえず夕食に...</p>','<p>夕食後、はやる気持ちを抑えつつ、パソコン工房へ。行ってみるとしまってて「がーん」。<br />\rしまってるかなと思いつつも、ヤマダ電機へ。行ってみると開いている。そこでシリコングリスを求めるも、売り切れ。代わりに熱伝導シートを購入し、改めてCPU装着。<br />\r電源を入れてみると、電源投入後３秒くらいで切れる。何度やっても同じ。<br />\rごくまれに、なんかマザーボードがしゃべってくれるが内容が聞き取れない。元のCPUに戻すと正常に起動する。<br />\rそこで最新のBIOSにアップグレードする。今まで400MHｚに対応してなかったのだが、このBIOSでは対応しているみたい。(今までくろねこのA7N8X Delux は Rev2.0xのみ400MHｚに対応。くろねこはRev1.0xなので対応してなかった。)。<br />\rBIOSも最新になったところで、もう一度チャレンジしたが、やはり３秒。<br />\rこれはメーカーサポートにお願いするしかない。まあ、他にPCはあるのであわてはしないが、早めにサポートに連絡しておく方が何かと良いだろう。<br />\rまず、マザーボードの販売代理店にマザーボードとCPUの対応状況を確認して、対応が取れていたらCPU購入店にサポートをお願いする流れだろうな。もし、マザーボードと対応が取れていないんであれば、ジャンクで再度ヤフオクに流すか....</p>\r<p class=\"add\">2/17 熱伝導シートをやめてシリコングリスに変更したら、無事動くようになりました。<br />\r今で約4時間ほど動かしてますが、問題ないようです。<br />\rでも、マザーボード、メーカーサイトでは操作確認取れていないことも判明。<br />\rリビジョンが2.0xだと正式サポートなんだけどな...</p>',1,7206,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050118_cms_tempra',3,0,'2005-02-18 21:23:48','てんぷら(てんぷらづくし)',null,'<p><a href=\"http://tempura.scopesd.jp/\">てんぷら....</a><br />\r食べ物ではありません。CMSというツールです。<br />\rホームページを管理する新しいツールなのです。今日発売の<a href=\"http://book.mycom.co.jp/wd/\">Web Desingning(ウェブ デザイニング)</a>の<strong>特集2：XOOPS？ Zope？ TikiWiki？ フリーCMSツールガイド</strong> を見ていくつか紹介されていたCMSツールの中からこれってよさげと思いました。<br />\r早速帰宅後、ウェブで検索。<br />\rまだまだ、これからのようですがとりあえず具体的な使用方法とサンプルが動くようになったら、使ってみたいなと思います。<br />\r特集によると、「テンプレートに部品をはめていく」みたいな形で使用できるようなので、本当なら今までほしかった夢のツールだなーと期待。<br />\rMacromedia の DreamWeaver もいいけど、個人にはちょっと高いよね。ホームページビルダーはバージョンアップ版を&#92;3,500で買ったくろねことしては、DreamWeaverのトライアル版でお試しした後、ヤフオクで物色したけど MX 2004 は3万円以上。た、たかーい。約10倍はするのです。<br />\rマジで通信大学の学生になって、ソフト代を浮かそうかと検討中。</p>','<p>個人的には、ホームページビルダーの購入は安さのみにつられた失敗だったと思っています。<br />\r今時、XHTML 非対応 CSS2.0 非対応だなんて....<br />\rしかも、サポートはIBMがするって？<br />\rいえいえ、まともなサポートは行っていません。しかも、「機能一覧を教えてもらえないの？CSS対応状況とか一覧もらえない？」と聞くと、資料がないので無理だそうです。<br />\r「レイヤー機能使いたいんですが、対応してます？」と聞くと、「レイヤーって何ですか？」と聞き返されて困った困った。あれは使えない。</p>',1,5265,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://tempura.scopesd.jp/\">てんぷら....</a>\n<a href=\"http://book.mycom.co.jp/wd/\">Web Desingning(ウェブ デザイニング)</a>',0,1,1,0,0,'1999-11-30 00:00:04','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050223_peverify',3,0,'2005-02-23 22:55:26','PEVerify',null,'<p>今頃になってやっと <strong>PEVerify</strong> ツールを知り(昔どこかで見たような気はするけど、忘れてました)、JDBGridのサンプルプログラムをチェックしてみました。<br />\rすると、下記のような検査結果が...</p>\r<blockquote>Unable to OpenScopeOnMemory for IMetaDataImport:8013110B</blockquote>\r<p>う、しまった。こんなコンポーネントを公開していたのか...</p>','<p>とりあえず、修正をしようとネットで解決方法を探るが見つからず、元がTDBGridなのでTDBGridを含むプログラムは？と思ってこっちも検査するが、当たり前のごとくこっちはあっさり試験にパス。<br />\rコンポーネントのソースコードを眺めるが、問題点が不明、そこでもう一度最初からJDBGridを使った一番簡単なテストプログラムを作成する。<br />\rすると、今度はあっさりパス。ということは...サンプルプログラムが悪いのか!!<br />\rということで、<strong>.Net Framework用のサンプルプログラムを近々リリース</strong>することにします。</p>\r<p class=\"add\">3/8 やっとちょっとやる気が起きて、サンプルプログラムを修正し、アップしました。<br />\rなんか、だんだんやる気が起きなくなってきてる。年かな。</p>',1,3659,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050223_css',3,0,'2005-02-23 23:13:37','スタイルシートの設定',null,'<p>今までホームページの確認はIE6でのみ、行ってました。<br />\rしかし、アクセスログのブラウザを見ていると少なからず Firefox があったので、インストールして確認してみました。<br />\rすると、ぐちゃぐちゃレイアウトの裏に文字が隠れてたりするんです。丸１日かかって原因がわかりました。今までくろねこは外部スタイルシートの設定を、各ページで以下のように書いていました。</p>\r<blockquote><strong>xxxxx.htm</strong><br />\r&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/~layout.css&quot; type=&quot;text/css&quot;<br />\rtitle=&quot;レイアウト&quot; media=&quot;screen,print&quot; /&gt;<br />\r&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/~styles.css&quot; type=&quot;text/css&quot;<br />\rtitle=&quot;スタイル&quot; media=&quot;screen,print&quot; /&gt;<br />\r<br />\r<strong>~layout.css</strong><br />\r@import &quot;layout.css&quot;<br />\r<br />\r<strong>~style.css</strong><br />\r@import &quot;style.css&quot;</blockquote>','<p>でもこれだと２つめのスタイルシートが Firefox の場合に正しく取り込めていないようなのです。<br />\rでも、以下のように書き直すことでだいたい表示できるようになりました。</p>\r<blockquote><strong>xxxxx.htm</strong><br />\r&lt;link rel=&quot;stylesheet&quot; href=&quot;/css/@import.css&quot; type=&quot;text/css&quot;<br />\rtitle=&quot;スタイルシート&quot; media=&quot;screen,print&quot; /&gt;<br />\r<br />\r<strong>@import.css</strong><br />\r@import url(layout.css)<br />\r@import url(style.css)</blockquote>\r<p>firefox では、linkタグ一回でスタイルシートを取り込まないといけないようですね。<br />\rまだ、書き直せていないページも多いので順次書き換えていきます。</p>',1,3332,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050302_final_return',3,0,'2005-03-02 17:19:20','確定申告',null,'<p>終わらない確定申告<br />\rくろねこは今年も白色申告。<br />\rMoneyで確定申告用のデータを管理していたが、データ入力したは良いけど領収書がない。というのが結構あった。最初からもらえないものはよしとして（税務署曰く、多少なら領収書が無くてもOKらしい。諸会費とか、なかなかもらいにくい場合もあるし。）、何でDVD-Rの領収書とかがない？<br />\r仕方ないから、そういう行のデータは無効化する。<br />\rうう、経費が減っていく...<br />\r配偶者特別控除(38万円)も無くなって、それだけで今年は税金が38,000円上がる計算に...来年は青色申告だ！と思っていくつか青色申告ソフトウェアをピックアップする。<br />\rくろねこが目を付けたのは、こんな感じ。</p>\r<ol>\r    <li><a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B00068KVPA/letsplaywithd-22\">やよいの青色申告 05</a></li>\r    <li><a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B0002MVZ6E/letsplaywithd-22\">わくわく財務会計 2...</a></li>\r    <li><a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B0006GPUN0/letsplaywithd-22\">やるぞ!青色申告 2005</a></li>\r</ol>\r<p>あと、ネットで青色申告サービスがあったが、データをこちらで保存できないので何かあったときに怖いのでパス。</p>','<p>アマゾンで、やよいとわくわくを調べてみる。さらに各社のホームページも見てみる。<br />\rやよいの青色申告05はアマゾンでの評価が低かった。でも一番売れてる。<strong>弥生のＨＰを見る限り購入前のサポートがメールしかない、さらに最大5日もかかる。これだと、購入後のサポートも心配だ。</strong>ということでとりあえずパス。<br />\rわくわく財務会計2 はアマゾンでの評価はない。仕方がないので、上記二本の体験版をダウンロードしてきて試す。やよいは何を買ったの？というところから入力できてらくちんだ。勘定科目を知らなくても入力できそう。しかし、わくわくは、伝票形式で入力していくようだ。<strong>サポートに電話をかけて聞いてみる。</strong><em>非常に丁寧な応対で好感が持てる。</em>今ならサービスで青色申告の本も付いてくるのでこれで勉強して入力する。やはり最低限の知識は必要とのこと。これにしようかなと思ったとき、Vectorで<a href=\"http://shop.vector.co.jp/service/special/kakutei2005/\">こんなの</a>みつけた。くろねこが、福利厚生って何を含める？と思って引いた言葉に「残業時の夜食代や休憩時のお菓子代なども福利厚生費として計上すればよい」が引っかかった。<br />\rやるぞ！はあんまり興味がなかったが、<strong>税理士のサポート0円と、「仕分けナビ」</strong>がかなり引っかかる。しかも安い。早速、体験版で...と思ったが体験版ダウンロードにない。仕方がないので、サポートにお電話。<br />\r<strong>「残業時の夜食代や休憩時のお菓子代なども福利厚生費として計上すればよい」ってほんと？</strong>どこの税務署でもそれでまかり通る？と聞いてみると、ユーザー登録後に税理士に確認してくださいだと。<br />\r<em>いけるかいけないかわからないものまで案内に出すなよ。</em>と思いつつ、仕分けナビの件とか聞いてみると結構使えそう。でもくろねこは来年度用 にほしいので、やるぞ!確定申告は適さないらしい。お勧めは、やるぞ!青色申告をとりあえず買って、来年度版がでてからやるぞ!!確定申告を買うのがお得 らしい。というのも、青色申告ｈあんまりバージョンが上がっても昨日が変わらないが、確定申告は毎年内容が変わるからだと。<br />\rんー。おもしろそうだから、これ買ってみようかな...</p>',1,3661,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B00068KVPA/letsplaywithd-22\">やよいの青色申告 05</a>\n<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B0002MVZ6E/letsplaywithd-22\">わくわく財務会計 2...</a>\n<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B0006GPUN0/letsplaywithd-22\">やるぞ!青色申告 2005</a>\n<a href=\"http://shop.vector.co.jp/service/special/kakutei2005/\">こんなの</a>',0,1,1,0,0,'1999-11-30 00:00:53','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050305_original_sin',3,0,'2005-03-05 02:03:46','原罪...',null,'<p>今日、<a href=\"http://www.a-seed.jp/index2.html\">アップルシード</a>の<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B0001X9BME/letsplaywithd-22\">OVA</a>を見た。<br />\r士郎正宗の作品で、CGが多用してあるのだが動きが荒いかった。特に人物の髪の毛の動きが...でも全体的に絵はきれい。<br />\r内容を一言で表すと、人の原罪と人のとるべき道？みたいな感じなのかな？<br />\r人は人を傷つけ、争いをやめない。人間は罪深き生き物で、その罪故に絶滅する考え方とそれに対して、人間は人間で運命を切り開く両者の争い。</p>','<p>くろねこ的には、原罪って何なのだろうか？とおもう。<br />\rキリスト教的考えから原罪というものがあると思うが、キリスト教自体も原罪を背負っているように思う。<br />\r十字軍に代表される行為にキリスト教の本性が見え隠れする。しかし、その原罪も本能にインプリメントされた重要な機能なのだと思う。人間は互いに争いそして傷つけ殺し合う。そうして人間自体が増えすぎ、種としての滅亡を防いでると、人はその知恵故に滅びもするし、存続もする。<br />\rどんなにルールや法律を作くり禁止しようとも、決して無くなることのない争いが、それを物語っている。</p>\r<p>しかし、原罪っていろいろな映画のテーマになっていると思うんだが、機動戦士ガンダム逆襲のシャアでも、サイド1のロンデニオンでアムロとシャアの会話にそのようなネタが。<br />\r誰か人類の皆に英知を授けてくれるような人は現れるのだろうか？アムロはどうやって実現するつもりだったのだろうか？＞無理だなきっと。</p>',1,3489,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.a-seed.jp/index2.html\">アップルシード</a>\n<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B0001X9BME/letsplaywithd-22\">OVA</a>',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0052',3,0,'2005-03-10 22:05:00','[Delphi] 半角(SBCS)と全角(MBCS)を区別する (for VCL.Net)','','<p>半角文字と全角文字を区別する方法です。.Net環境ではDelphiもほかの言語と同じように Unicode になってしまったので、従来のような ByteType 関数による半角文字と全角文字の判定は行うことができません。<br />\r同じように、Win32 API のIsDBCSLeadByte などの API も使用できなくなっています。<br />\r（ここでは半角 = 1バイト文字、全角文字 = 2バイト以上の文字としています。2バイト半角文字もありますが、使用される頻度がほとんど無いため考慮の対象から除外しています。）<br />\rそこで、Unicodeの環境では、Shift-JIS(Windows環境ではコードページ932と定義されています)の形に変換してからチェックを行う必要があります。<br />\r以下は、エディットボックスに半角文字しか入力させないようにする例です。このコードを埋め込むには uses に System.Text を追加する必要があります。</p>\r<pre class=\"brush: delphi; highlight:[9]\" >\rprocedure TForm5.Edit1KeyPress(Sender: TObject; var Key: Char);\rconst\r  VK_Z = 26;\rvar\r  nByteSize: Integer;\rbegin\r  if not (Ord(Key) in [VK_BACK, VK_RETURN, VK_Z]) then // 除外キー\r  begin\r    nByteSize := Encoding.GetEncoding(932).GetByteCount(String(Key));\r    if (nByteSize <> 1) then Key := #0;\r  end;\rend;\r</pre>','',1,13832,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-03-18 13:10:43','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0054',3,0,'2005-03-10 22:05:00','[Delphi] アプリケーションの多重起動を防止する(.Net)','','<p>アプリケーションの多重起動を防止したい場面は結構あるのではないでしょうか？ 処理結果を特定のファイルに出力するケースなどがあった場合、複数のアプリケーションがその処理を行うと、最悪そのファイルが壊れるケースが出てきそうですし、ファイルが壊れなくても、内容が変になる危険性が高いと思います。 多重起動防止方法にはいくつか方法があると思いますが、ここではもっとも実装が一般的だと思われる Mutex を使った方法をご紹介します。<br />\rMutex に付いての詳細は、<a href=\"http://www.atmarkit.co.jp/fdotnet/dotnettips/145winmutex/winmutex.html\">@ITにわかりやすい解説</a>があったのでそちらを参照してもらえれば、くろねこの下手な文章よりわかりやすいと思います。<br />\rただ、@IT では Delphi のサンプルが無かったので、Delphi での多重起動防止についてサンプルを作ってみました。<br />\rDelphi で .Net 対応アプリを作るのは大きく分けて2とおりの方法があります。VCL.Net を使う方法と、 Windows Form を使用する方法です。VCL.Net で Mutex を実装する際にまた2とおりの方法に分かれます。2とおりの方法とは、VCL.Net (SyncObjs ユニット) にある TMutex クラスを使う方法と、.Net Framework (System.Threading) にある Mutex クラスを使う方法です。くろねこ的には、.Net Framework を使用する方が美しいかと思います。</p>','<p>以下のサンプルをダウンロードできるようにしました。3つのサンプルがまとめてアーカイブしてあります。プロジェクトグループでそれぞれを確認するとわかりやすいと思います。プロジェクトグループでの順番はこのぺージの順番と同じにしてあります。</p>\r<p>Delphi VCL.Net で .Net Framework の Mutex クラスを使って多重起動防止を実現</p>\r<p>Delphi で一番使うケースになるのではないでしょうか？@IT の記事と同じくWindiws 2000 以降ではグローバル Mutex を使用しています。</p>\r<pre class=\"brush: delphi;\" title=\"MutexSample\">\rconst \r  sAppconstName = \'MutexSample\'; \rvar \r  sMutexName: String; \r  mutexObject: Mutex; \r[STAThread] \rbegin \r  if (Win32Platform = VER_PLATFORM_WIN32_NT) and (Win32MajorVersion &gt;= 5) then \r    sMutexName := \'Global\' + sAppconstName \r  else \r    sMutexName := sAppconstName; \r \r  try \r    // ミューテックスを生成する \r    mutexObject := Mutex.Create(false, sMutexName); \r  except \r    on E: Exception {ApplicationException} do \r    begin \r      // グローバル・ミューテックスによる多重起動禁止 \r      Application.MessageBox(\'すでに起動しています。2つ同時には起動できません。\', \'多重起動禁止\'); \r      exit; \r    end; \r  end; \r \r  // ミューテックスを取得する \r  if (mutexObject.WaitOne(0, false)) then \r  begin \r    // アプリケーションを実行 \r    Application.Initialize; \r    Application.CreateForm(TForm12, Form12); \r    Application.Run; \r \r    // ミューテックスを解放する \r    mutexObject.ReleaseMutex(); \r  end \r  else \r  begin \r    //  警告を表示して終了 \r    Application.MessageBox(\'すでに起動しています。2つ同時には起動できません。\', \'多重起動禁止\'); \r  end; \r \r  // ミューテックスを破棄する \r  mutexObject.Close(); \rend.\r</pre>\r<p>Delphi VCL.Net で SyncObjs の TMutex クラスを使って多重起動防止を実現 さきほどと同じ VCL.Net です。ただ SyncObjs の TMutex クラスを利用しています。mutexObject.ReleaseMutex(); に相当する記述がわからず、とりあえず Free しています。もしかするとメモリリークが発生しているかもしれません。 P/Invoke を多用しているようで、美しさで先ほどの例の方が良いかと思います。</p>\r<pre class=\"brush: delphi;\" title=\"MutexSample\">\rconst\r  sAppconstName = \'MutexSample\';\rvar\r  sMutexName: String;\r  Mutex: TMutex;\r  MutexAttributes: TSecurityAttributes;\r[STAThread]\rbegin\r  if (Win32Platform = VER_PLATFORM_WIN32_NT) and (Win32MajorVersion &gt;= 5) then     sMutexName := \'Global\' + sAppconstName   else     sMutexName := sAppconstName;\r  try\r    // ミューテックスを生成する\r    Mutex := TMutex.Create(MutexAttributes, false, sMutexName);\r  except\r    on E: Exception {ApplicationException} do\r    begin\r      // グローバル・ミューテックスによる多重起動禁止\r      Application.MessageBox(\'すでに起動しています。2つ同時には起動できません。\', \'多重起動禁止\');\r      exit;\r    end;\r  end;\r\r  // ミューテックスを取得する\r  if (Mutex.WaitFor(0) = wrSignaled) then\r  begin\r    // アプリケーションを実行\r    Application.Initialize;\r    Application.CreateForm(TForm12, Form12);\r    Application.Run;\r    // ミューテックスを解放する\r    Mutex.Release;\r  end\r  else\r  begin\r    //  警告を表示して終了\r    Application.MessageBox(\'すでに起動しています。2つ同時には起動できません。\', \'多重起動禁止\');\r  end;\r\r  // ミューテックスを破棄する\r  FreeAndNil(Mutex);\rend.\r</pre>\r<p>Delphi Windows Form で .Net Framework の Mutex クラスを使って多重起動防止を実現 Windows Form での実装例です。Windows Form を利用してプログラムを作成するなら、C# で作成した方が良いかもしれませんね。コードもほとんど変わらないと思います。</p>\r<pre class=\"brush: delphi;\" title=\"MutexSample\">\r// アプリケーション固定名\rconst\r  sAppconstName: String = \'MutexSample\';\r\r// 多重起動を禁止するミューテックス\rvar\r  sMutexName: String;\r  mutexObject: Mutex;\r  os: OperatingSystem;\r[STAThread]\rbegin\r  // Windows 2000（NT 5.0）以降のみグローバル・ミューテックス利用可\r  os := Environment.OSVersion;\r  if ((os.Platform = PlatformID.Win32NT) and (os.Version.Major &gt;= 5)) then\r    sMutexName := \'Global\' + sAppconstName\r  else\r    sMutexName := sAppconstName;\r\r  try\r    // ミューテックスを生成する\r    mutexObject := Mutex.Create(false, sMutexName);\r  except\r    on E: Exception {ApplicationException} do\r    begin\r      // グローバル・ミューテックスによる多重起動禁止\r      MessageBox.Show(\'すでに起動しています。2つ同時には起動できません。\', \'多重起動禁止\');\r      exit;\r    end;\r  end;\r\r  // ミューテックスを取得する\r  if (mutexObject.WaitOne(0, false)) then\r  begin\r    // アプリケーションを実行\r    Application.Run(TWinForm.Create);\r\r    // ミューテックスを解放する\r    mutexObject.ReleaseMutex();\r  end\r  else\r  begin\r    //  警告を表示して終了\r    MessageBox.Show(\'すでに起動しています。2つ同時には起動できません。\', \'多重起動禁止\');\r  end;\r\r  // ミューテックスを破棄する\r  mutexObject.Close();\rend.\r</pre>\r<p>サンプルプログラムのダウンロードは&rarr;[File:29]</p>',1,11451,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.atmarkit.co.jp/fdotnet/dotnettips/145winmutex/winmutex.html\">@ITにわかりやすい解説</a>',0,1,0,0,0,'2011-07-13 11:20:25','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0055',3,0,'2005-03-10 22:05:40','[Delphi] ひらがなからカタカナへ、カタカナからひらがなへ(.Net)','','<p>ひらがなからカタカナに、カタカナからひらがなに変換したい時って無いですか？たとえば、フリガナ入力欄などにユーザがカタカナって書いてるのにひらがなで入力してくる人いませんか？そんなとき、変換関数があったら便利ですよね。<br />\rでも、結構こんな日本語の変換関数を作るのは骨が折れるもの、作ってもデバッグが大変。だったら、あるものを使う方が楽じゃない？標準で日本語変換してくれる関数を持った言語って...と考えると C 言語とかありますね。でも、C 言語は .Net Frramework には見あたらないです。C# にはそのような変換関数は無いようです。でも、Visual Basic には StrConv 関数がありますね。これを使いましょう。<br />\r今までだと、他の言語の機能を使うときは、その言語でその機能を呼び出す DLL を作って使っていたかもしれませんが、StrConv は .Net Framework で Microsoft.VisualBasic アセンブリとして、元々入っています。ということは、これを使っても配布の必要すらないということです。<br />\rこれを呼び出すには、プロジェクトツリーの「参照先」を右クリックして、参照の追加で <strong>Microsoft.VisualBasic</strong> を追加します。これだけで、使う準備は完了です。<br />\rあとは、必要な場所で <strong>StrConv</strong>を呼び出すだけです。</p>\r<dl>\r    <dt>カタカナに変換する場合 </dt>\r    <dd>\r    <pre class=\"brush: delphi\">\redtKata.Text := Strings.StrConv(edtHira.Text, VbStrConv.Katakana);\r    </pre>\r    </dd>\r    <dt>ひらがなに変換する場合 </dt>\r    <dd>\r    <pre class=\"brush: delphi\">\redtHira.Text := Strings.StrConv(edtKata.Text, VbStrConv.Hiragana);\r    </pre>\r    </dd>\r</dl>\r<p>StrConv には、半角&hArr;全角変換などの機能があります。これらも同様の方法で使えるので、是非試してみてください。</p>','',1,7088,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-13 11:18:39','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050312_delphi2005_update2_eng',3,0,'2005-03-12 06:58:56','Delphi2005 Update2 for English release.',null,'<p>英語版 Delphi 2005 のUpdate2がでました。<br />\r更新内容を見ようとリリースノートを見たのですが、内容はCodeCentral参照と言うことで何も記載されていませんでした。仕方なく、CodeCentralを見たのですがどこに載ってるかわからない。<br />\rでも、日本語版のUpdate2が待ち遠しいですね。<br />\r<em>今度はProfessionalだけ遅れてということはやめてほしいな...</em></p>\r<p>Delphi 8 のGeneral Update3もでてますね。これもAvailable Englishになっているんですが...</p>\r<p>□関連記事</p>\r<ul>\r    <li>[story:050126_delphi2005_pro_1]</li>\r</ul>','',1,2863,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050313_fit_door',3,0,'2005-03-13 17:19:12','ホンダ フィット(車)のドアが閉まらん',null,'<p>くろねこのくるまはHonda の Fit 1.5Wだ。<br />\r買って約半年がたとうとしている...半年の間にも結構いろんなことがあって、最初は<strong>駐車場で駐車スペースに止めようとしてバックしてきた他の車に当てられた</strong>。次は、義理の弟の結婚式に山陽道を走ってたらいきなり<strong>フロントガラスにヒビ</strong>が...<br />\r最近は、<strong>インターナビがつながらん</strong> ＆ <strong>車のドアが閉まらん</strong></p>','<p>Fit 1.5W にはスマートキーという車から離れたら自動でカギがかかるシステムが搭載されているが、これがなかなか言うことを聞かない。半ドアだと閉まらないシステムになっているようなのだが、半ドアでも無いようなのに閉まらん時がある。いつも起こるわけではないというのが一番腹が立つ。いつも起こったら即ディーラーにいけるのに...<br />\r全部のドアが閉まったら「ピッ」って音が鳴るのだが、閉まらん時はそれすらならない。でも半ドアではなさそう。なさそうと言うのは、半ドアと確認する方法が無いのだ。もう一度締め直して確認するぐらいしか...</p>\r<p><em>くろねこ的には、<strong>ドアが閉まってない状態でキーが遠ざかったら警告音を鳴らしてほしい</strong>んだよね。エンジンかけたまま離れたら警告してくれるのに、ドア開けっ放しはなぜ警告してくれないんだろう。</em></p>\r<p class=\"add\">ドアが閉まらなかった原因：<br />\rドアの下側にシールを貼ってたのが原因みたい...<br />\r破がしてから約1ヶ月試してみたら、まだ一回しか問題が起きてない。<br />\r<br />\rもうしばらく様子見よ...</p>',1,6416,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050314_consumption_tax',3,0,'2005-03-14 23:43:48','消費税',null,'<p>消費税反対の人たちって消費税廃止って叫んでるじゃないですか。<br />\r共産党とか。</p>\r<p>消費税ってなんでだめなんだ？くろねこ的には消費税が悪いんじゃなくて制度が悪いのだと思う。<br />\r消費税は累進課税制度でないとか、言うけれどみんな使った分だけ納める税金があっても良いのではないかと思う。それよりも消費税で一番汚いと思うのが<strong>賃金に消費税が付かない</strong>こと。<br />\r<strong>賃金に消費税が付加されれば、消費税が上がっても収入がそれ以上に増える</strong>からOKだよね。(収入より支出が少ないという仮定に基づいています。)年金生活者は苦しいんじゃない？という所を考えてみると、消費税が上がり物価が上がる。物価が上がると<strong>年金は物価上昇分に対応する</strong>と言うことになっているので、政府の対応が早ければ問題ないわけだよね。<br />\r問題は貯金をたくさん持っている人。この人たちは物価が上昇した分貯金が目減りするので損をする。でも、ここで考えてほしい。貯金をたくさん持っている人ってどんなにと？<br />\r貯金をたくさん持っている人はお金持ちが多いよね。その人たちのお金が減ると言うことは、<strong>消費税は累進課税</strong>だと言うことにならないのかな？</p>\r<p>誰か詳しい方、教えて頂けないでしょうか？</p>','',1,2951,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050316_means_lady_first',3,0,'2005-03-16 20:21:09','レディーファーストって知ってる？',null,'<p>レディーファーストっての本当の？大元の？意味知ってますか？<br />\r<br />\rとあるホームページ<a href=\"http://www.point.ne.jp/contents/shittoku/manners/mann15.html\">http://www.point.ne.jp/contents/shittoku/manners/mann15.html</a>レディーファーストの起源についてかかれています。<br />\r中世ヨーロッパの先に食わせて毒味のことは知らなかったのですが、近代ヨーロッパでの<strong>女子供はひ弱で、男よりも一段格が下がった生き物、なので先を譲る</strong>という考え方から来ていると思っていました。さらに上があったとは...<br />\rレディーファーストが現代のマナーかどうかはわかりませんが、それが当然と大きなかおをした態度のでかいやつには譲る気持ちも失せますね。<br />\r<br />\rそういえば、最近のマナーを商売にしてる奴らって、<strong>マナーを自己満足に</strong>してませんかね。</p>','',1,2950,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.point.ne.jp/contents/shittoku/manners/mann15.html\">http://www.point.ne.jp/...</a>',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050318_movabletype_to_lolipoblog',3,0,'2005-03-18 21:21:20','MovableType から ロリポブログに移行中!!',null,'<p>容量が増えたから...いやそういうことじゃ無いんだけど...<br />\rくろねこのブログを MovableType から ロリポブログに移行中。<br />\r<br />\r移行するに当たって、MovableType から ロリポブログに移行するに当たっていくつかのメリットとデメリットを考えた。</p>\r<dl><dt><strong>MovableTypeであることのメリット</strong></dt><dd>\r<ul>\r    <li>どこのホスティングに移ってもデータを持って行ける。</li>\r    <li>一件あたりの画像サイズの制限などの制限が事実上ない。</li>\r    <li>MovableType は結構有名なので関連書籍・テンプレートなどがおおい</li>\r    <li>カテゴリが複数登録できる</li>\r</ul>\r</dd></dl><dl><dt><strong>ロリポップであることのメリット</strong></dt><dd>\r<ul>\r    <li>ロリポップのホスティングサービスの容量を消費しない。</li>\r    <li>しかも、ブログの容量のカウントは画像のみ。さらに100MBに増えた。</li>\r    <li>ロリポップのホスティングサービスの容量を消費しない。</li>\r    <li>管理が簡単そう。</li>\r    <li>ロリポのサービスの増加はめまぐるしい(今後に期待できる)。</li>\r    <li>キヌガサと連携できる。</li>\r</ul>\r</dd></dl>\r<p>まあ、ロリポやめるときは自前でデータ移行スクリプトでも組むか... 当分なさそうだが。それよりまた、テンプレート作る手間がかかるな。<br />\rロリポにスパムフィルタがついてASP.NETが動いてくれれば、安いし容量多いし、サービスも豊富だし言うこと無いのだが。<br />\rスパムフィルタだけでも何とかなりませんかね。</p>','',1,3573,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050319_creating_blog_template',3,0,'2005-03-19 23:13:02','ブログテンプレート作成中...',null,'<p>MovableType から ロリポブログに移行中...<br />\r<br />\rサイトの中でブログだけ雰囲気が変わるのはちょっと...と思い、テンプレート作成中。ブログだけじゃや無くて掲示板とかも全然違うんだけど<br />\rとりあえずブログはテンプレートを変更できる仕組みがあるから...<br />\r<br />\rでもかなりしんどい。CSSをちょっとずつ変更して、雰囲気を見ながら換えていったんだけど、一日かかってやっとここまで。<br />\rまだ、コメントとトラックバック部分は作れてない。<br />\r<br />\rまた、時間をおいてゆっくりかかるぽ。</p>','',1,3100,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050321_umekoji',3,0,'2005-03-21 22:13:36','梅小路蒸気機関車博物館に行ってきました',null,'<p>梅小路蒸気機関車博物館に行ってきました。<br />\r<br />\r今日はなぜかスチーム号が動いていました。<br />\r動いていたので、息子と嫁と姪っ子と乗車してしまいました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/050321_umekoji_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/050321_umekoji_1.jpg\" alt=\"\"></a></p>','<p>これが、動いてたスチーム号。息子とかが写ってる写真もあるけどWEBに乗っけると危なそうなので、差し障りの無いのになってしまった。<br />\r帰り際、建物から出たとき、スチーム号最後の案内があった。最終運転の後ターンテーブルに載って車庫に帰っていくらしい。<br />\r<em>くそ、おいしいところを逃してしまった。</em>再入館は出来ないので、出来ればこれから行く人は、おいしいところを逃さないようにしてください。<br />\r<br />\r<a href=\"http://www.mtm.or.jp/uslm/\">梅小路蒸気機関車館</a><br />\r<br />\r開館日・休館日 <br />\r&nbsp; 9：30～17：00（入館は16：30まで） &nbsp;<br />\r&nbsp; 毎週月曜日（祝日の場合は開館）※学校の春・夏休みは開館 <br />\r&nbsp; 年末年始（12&#8260;29～1&#8260;3） &nbsp;<br />\r料金<br />\r&nbsp; 大人(高校生以上) 400円<br />\r&nbsp; 小人(4歳以上)&nbsp;&nbsp;&nbsp; 100円<br />\r<br />\rSLスチーム号乗車料金<br />\r&nbsp; 大人(高校生以上) 200円<br />\r&nbsp; 小人(4歳以上)&nbsp;&nbsp;&nbsp; 100円</p>',1,3750,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/050321_umekoji_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.mtm.or.jp/uslm/\">梅小路蒸気機関車館</a>',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050321_image_patch',3,0,'2005-03-21 23:48:45','画像変換',null,'<p>ウルティマオンラインで画像変換してみる。</p>\r<p>画像変換してみようと思ったきっかけは、こちらの<a href=\"http://dog-arufa.hiho.jp/\">こちらUO警察犬の派出所</a>にある<a href=\"http://dog-arufa.hiho.jp/pvp/Tec.htm#その他\">＜その他の環境＞の記事</a>による。<br />\rここに書いてあるように<a href=\"http://k1g0.hp.infoseek.co.jp/UOURAF.LZH\">UltimaOnine Uraura Tool</a> を使って木を切り株に、葉っぱや枝をマッシュルームに換えてみる。<br />\rほんとは、葉っぱは何もないのに換えたかったんだけど、わからなかったので、マッシュルームに...フラワーズに換えても良かったかも。<br />\r赤いマッシュルームに換えちゃうと、クエストの時に困るから赤くないマッシュルームに換えてみました。</p>\r<p>換えた画像変換後のファイルは<a href=\"http://www.jnishida.com/downloads/uo/gazo-henkan.cab\">こちら</a>に...<br />\r2005/03/21現在のファイルを使用しています。解凍すると <strong>artidx.mul</strong> というファイルが出来ます。<br />\rこのファイルでウルティマオンラインのフォルダにある同名のファイルを置き換えます。</p>\r<p><em>※注意1 置き換え前には必ずバックアップを！パッチ適用時などに元に戻す必要があるようです。</em><br />\r<em>※注意2 このファイルを利用した結果不利益を被ってもくろねこは一切保証できません。自己責任でお願いします。</em></p>\r<p><strong>変更したら、じゃまな木がすっきりして、トクノの森にいるルンビを倒すのがとても楽になりました。</strong></p>','',1,5825,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://dog-arufa.hiho.jp/\">こちらUO警察犬の派出所</a>\n<a href=\"http://dog-arufa.hiho.jp/pvp/Tec.htm#その他\">＜その他の環境＞の記事</a>\n<a href=\"http://k1g0.hp.infoseek.co.jp/UOURAF.LZH\">UltimaOnine Uraura Tool</a>\n<a href=\"http://www.jnishida.com/downloads/uo/gazo-henkan.cab\">こちら</a>',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050323_spam_filter',3,0,'2005-03-23 23:45:49','ロリポにも待望のスパムフィルタが!!',null,'<p>待ってました!<br />\rロリポにも待望のスパムフィルタが!!<br />\r<br />\r<em>ずっと待ってたんですよ、<strong>スパムフィルタ</strong></em><br />\r安さに惹かれて月1,000円くらいのレンタルサーバから移ってきて、はや１年がたとうかとしています。スパムメールも膨大<strong>になってきたのでとりあえずメールアドレスを変えるかー</strong>とユーザ専用ぺージをあけてぼーっと眺めていたら、<em>ウイルス・迷惑メール設定</em>と<em>メール受信設定</em>が!!!<br />\rうーむ、当初ロリポに決めたときから<em>データベースが使えたり、カートがあったりただの激安ホスティングサービスとはひと味違う</em>と思っていたが。<br />\rロリポって望めば何でも付くような気がしてきました。<br />\r次は、ASP.NETが使えるようにならないかな...あとアクセスログがFTPで取れるようにならないかな。<br />\r<br />\r3/29がとても楽しみです。作ったアドレスは必要なくなったので、とりあえず消しておこっと...</p>','',1,3735,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050324_uo_guidebook',3,0,'2005-03-24 23:42:55','新しいUO公式ガイドブック!',null,'<p>今度新しいウルティマオンラインの公式ガイドブック <strong><a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/4840230358/letsplaywithd-22\"> ウルティマオンライン 公式コンプリートガイド 武刀の天地対応版</a></strong> がでるらしい。<br />\r前の同様の公式ガイドブックはパブ18対応だったので、今度でるのがパブ31対応だと仮定すると、パブが13回もあったことになるのか。<br />\r<br />\rそろそろくろねこが持ってる公式ガイドブックも古くなったので、新しいのを買うかな。でもそろそろ引退も考えた方が良いかも。<br />\r<br />\rこちらの<a href=\"http://blog.slowlife.lolipop.jp/\">ぺージの方</a>もUOではなくROですが引退されたようですね。本日、この方のぺージを途中までですが読んで、自分の引退時に周りからどういう反応があるかと想像してしまいました。<br />\r引退するのももう時期を逃した感があるのですが、アカウント料だけ払いつつ細々とやり続けるか、それともきっぱりやめてみんなの記憶からフェードアウトするか。<em>MMOって変にゲーム内に資産が残って、またやりたいときにそのまま残ってるというものじゃないのが、やめられない理由 </em>だなーと思うくろねこです。</p>','',1,3075,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/4840230358/letsplaywithd-22\"> ウルティマオン',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050327_xml',3,0,'2005-03-27 17:25:35','XML宣言',null,'<p>くろねこのホームページは左側のサイドバーと右側のメインコンテンツ部分に分けて、メインコンテンツ部分にブログの内容などを書いています。<br />\r<br />\rテーブルタグを使って左右に分割すると問題ないのですが、CSSを使って左右に分割するとコンテンツの内容によって短い方のエリアが途中で終わってしまう結果になります。左右の分割線を引いていると途中で線が切れてみっともないです。(家の嫁曰く、気にするほどでもないらしいですが)<br />\rそこで背景画像を使って左右の分割線を引いて見ました。そこで気づいた問題点。IE と firefox でボーダーの扱いが違うと言うことです。IE6の互換モードではボーダーはサイズ指定の中に含まれるみたいなのですが、IE6 の通常のモードと firefox ではサイズ+ボーダーになるみたいです(こっちが正しいみたいですね)。<br />\r仕方ないから、XML宣言をとって互換モードから通常モードに移行しようとして、ふと気づきました。<br />\r<em>XML宣言って文字コードがUniCodeならとっても問題ないでしょうが、ロリポブログの様にEUC-JPなら削除できない</em>ということです。<br />\r実際のブラウズには問題ないようですがどうしても気になります。<br />\rでも、ロリポブログのテンプレートいくつか見たところ全部XML宣言がないのですね。この辺はモラルなのか!!それともしらないだけで削除可能なのかな？</p>','',1,3183,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050327_game',3,0,'2005-03-27 23:24:28','懐かしのあのゲームをもう一度',null,'<p>懐かしのあのゲームをもう一度<br />\r本日、ICQで知った謎の中国人女性にアドレスをいただきました。<br />\r結構良くできていると思うので、皆さんにも見てもらおうと思いました。</p>\r<p>しかし、このゲームが版権の問題をクリアできているのかどうかは不明です。教えてもらったのは直アドレスですが、直リンクはまずいかもしれないので、<a href=\"http://www.80smusiclyrics.com/\">トップぺージ</a>をリンクします。<br />\r暇があれば、お試しください。</p>','<p>リンク先にジャンプするとスクリプトエラーが発生しますが、無視してやれば特に問題はないようです。<br />\rもしかすると、この問題があるので直アドレスを教えてくれたのかな？</p>',1,3607,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.80smusiclyrics.com/\">トップぺージ</a>',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050331_hosting_service',3,0,'2005-03-31 20:13:39','すごいホスティングサーバ見つけた',null,'<p>すごいホスティングサーバ見つけた!!<br />\r見つけた!!ってこれ最初に使ってたホスティングサービスじゃない...<br />\r何でこんなに安くなってるの？<br />\rくろねこが使ってたとき5年ほど前から2年ほど使ったような気がする。そのホスティングサービスは <a href=\"http://www.sakura.ne.jp/\">SAKURA Internet</a>、当時税抜きで2,000円だった。(年払いだと10ヶ月分だったと思う。)当時はそれでもかなり安いと思ってたが、もっと安いサイトを見つけて移った。２年ほどしてスパムフィルタがほしくて他を探してるときに、高機能で安いロリポップを見つけてまた移った。<br />\rしかし、その間に最初のところが<em>パワーアップ＆激安に</em>なってたなんて!!!<br />\r<br />\rロリポと比べてブログやカート機能もない、あと機能のいくつかは<strong>スタンダードプラン以上だけど</strong>、</p>\r<ul>\r    <li>容量がでかい300MB(125円)-3GB(1,500円)まで</li>\r    <li>料金も125円から</li>\r    <li>シェルコマンドが使える(<strong>自動化もサポート</strong>)</li>\r    <li><em>セキュアメール対応</em></li>\r    <li><em>電話ポート対応</em></li>\r</ul>\r<p>など、<br />\rスタンダードプランならロリポよりパワーユーザー向きだと思う。<br />\rくろねこ的には、初心者はロリポでパワーユーザはさくらで!!という感じなのだ!!<br />\r<br />\r未だ使えぬロリポのスパムメールフィルタやウィルスチェック機能もあるし、しかもメールが暗号化して送受信可能!!!<br />\r<br />\r<em>心揺れまくり...</em></p>','',1,2752,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.sakura.ne.jp/\">SAKURA Internet</a>',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050401_delphi2005_update2_jpn',3,0,'2005-04-01 08:26:09','Delphi2005 アップデート2 日本語版でました',null,'<p>やっぱりというか何というか、今日にリリースがアナウンスされてたDelphi2005 アップデート2。これをダウンロードしようと先ほど <a href=\"http://www.borland.com/products/downloads/registered/download_delphi.html\">Delphi Registered User Updates</a> に見に行ったら、<em>日本語版は Architect 版しかありませんでした</em>。<br />\r<br />\rとほほ...<br />\rまた Professional ユーザは待たないといけないようです。<br />\rそれとも、今日中にもう一度リリースがあるのかな？</p>','<p>日本語サイトに以下のような説明が追加されていました。</p>\r<blockquote>※アップデート2日本語版は、Architect、Enterprise、Professionalの順に、公開を予定しています。まだ、公開されていないエディションにつきましては、今しばらくお待ちいただきますようお願い申し上げます。</blockquote>\r<p>具体的な日にちを書けー</p>\r<p class=\"add\">4/13<br />\rうちに帰って Update2 を導入しようと思ったが、導入できませんでした。<br />\rError 1706. 正しい Delphi 2005 Professionalのソースではないと。旧メディアも新メディアも試しましたがダメでした。一度HDDに全コピーしてインストールしたからかな？元の場所に全部戻してみましたが、それから試しても無駄でした。ちなみにアンインストールもダメでした。</p>\r<p class=\"add\">4/16<br />\rBorland の インストールアシストを使う決心をしました。<br />\r月曜日には何らかの回答が得られるものと期待しています。</p>\r<p>□関連記事</p>\r<ul>\r    <li>[story:050312_delphi2005_update2_eng]</li>\r    <li>[story:050126_delphi2005_pro_1]</li>\r</ul>',1,3704,0,0,'0000-00-00 00:00:00',1,'<a href=\"http://www.borland.com/products/downloads/registered/download_delphi.html\">Delphi Registered User ...</a>',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050402_nara_park',3,0,'2005-04-02 22:29:40','奈良公園に行ってきました',null,'<p>本日、奈良公園に行ってきました。<br />\r<br />\r元々行くつもりでは無かったんですが、桜を求めて南に南に進んでいったら、嫁の一言で奈良公園に行くことになりました。<br />\r奈良公園では、しかとしかの糞がいっぱいで、転んだら一撃。<br />\r息子が転ばないようにずーっと見てるような状況でした。<br />\r(公園内では転ばなかったのですが、最後の再後で駐車場でこけてました。)<br />\r<br />\r奈良公園付近の大仏前駐車場奥に「おばたり庵」という店があるのですが、結構まずかったです。<br />\rさすがオバタリアンが作ってるだけある。食べた後ゴミ箱も設置されていないので捨てるところに困りました。<br />\rまあ、引き取ってもらいましたが、まあオバタリアンだから脳タリンなのは多めに見ておきましょうか。<br />\r<br />\r奈良に行ったので、帰りに彩華ラーメンでラーメン食べてきました。いつもは友人とおいしいと噂の屋台の方に行くのですが、今日は息子がいるので奈良の店舗の方に行きました。<br />\r<br />\r何か、屋台の方が食いに行ったーという雰囲気があってうまいような気もするけど、店舗の方が落ち着いて食べられますな。</p>','',1,4062,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('50403_trap',3,0,'2005-04-03 02:53:29','ＰＫの罠にはめられた',null,'<p>いやー、見事にはまってしまいました。<br />\r<br />\r奴らの手口はこうです。</p>\r<ol>\r    <li>禅都 TAF交換所入り口付近で、「古代SOSボトル行きませんか～」と仲間を集める振りをする</li>\r    <li>直接船に行きますんでこのカギにリコしてくださいと、カギを地面に置く</li>\r    <li>リコするとそこはFの船の上、いつものPK <strong>Solution</strong> がFSを詠唱して待ちかまえている</li>\r</ol>\r<p>飛んだところにいきなり赤ネームがいたので、びっくりしてしまい何も出来ず終わりました。落ち着いて行動せねば...<br />\rこの罠のみそは船のカギは<em>トランメルなのかフェルッカなのかわからない</em>ということですね。<br />\r<br />\r皆さんが同じ罠にはまらないよう、切に願います。</p>','',1,4056,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050403_bress_arcane_robe',3,0,'2005-04-03 11:06:09','ブレス属性神秘ローブって出来ないのね...',null,'<p>ブレス属性神秘グッズがほしくて、作ってみようと思い試しましたが出来ませんでした。</p>\r<dl><dt>試した方法</dt><dd>\r<ul>\r    <li>神秘化してから服ブレス使用</li>\r    <li>服ブレス使用してからジェムを使用</li>\r</ul>\r</dd></dl>\r<p>んー残念。</p>','',1,3779,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050406_msnet_tdd',3,0,'2005-04-06 20:44:34','MS.NETでのテスト駆動開発を読みました。',null,'<p>最近では無くなってしまったのですが...MS.NETでのテスト駆動開発を読み終えました。読み終えて思ったことです。<br />\r一般的な例だけでなく、 ADO.NET や Web サービスを TDD で作るといった、 実践的とも言える内容が含まれて好感が持てました。また、システムを検証していく上でのステップについて、改めて考える良い機会となりました。</p>','<p>しかし、この本を読んで思うことは、<em>やはり TDD で GUI を開発することは不可能だと言うことです</em>。FIT による ADO.NET の例が記載されていますが、本当の画面出力を開いてとせず、ブラウザに送られる XML が検証のターゲットです。本当の画面を相手としていないので、現在もまだ主流だと思われる<em>クライアントサーバタイプのアプリケーションに対しては、本書の実例は役には立たない</em>&lt; でしょう。またユーザと開発者のデータの見方はかなり違うので、その辺も実際のテスト現場に落とし込んでいくのはむずかしいかと思います。顧客が外部要求 仕様の一つの項目について注目したとき、その項目はデータベース上では複数の項目や複数のテーブルに表現されている(正規形崩しや、歴史的理由によって) かもしれません。ユーザのテストは、「このエントリからこんなデータを入力した、次にこんな操作をした。だからこういうデータがあるはず、そうすると、こ ういう感じでこの画面には表示されるだろう。」というのが一般的なのではないでしょうか？とすると、TDD での検証も、こんなデータがあるからではなく、「この画面からエントリを入力した。すると関連画面はAとBだから、AとBでこのエントリ内容が確認でき る。」というテストになるのでしょうか？<br />\rただ、GUI 以外の部分については適用できると思います。画面を切り離したクラスについては TDD の有効性が良く表れるでしょう。<br />\rでも、予期しない例外に備えるとか、拡張性を持たせるという考えはTDDには無いのだなということも知りました。くろねこ的に最小限の機能しか積まないというのが引っかかります。<br />\r将来予想される事項への機能は、拡張性として積んでおきたいたちなので...あと、予期しない例外については、ケースを上げられないことも多く、そのために最近のコンパイラは例外構文があると信じています。ある意味、この点においては、退化なのかなとも思います。</p>\r<p>TDDはさておき、くろねこの TJDBGrid にも DUnit などの xUnit によるテストを取り込みたいのですが、機能が多く全体が大きいのとGUI 出力部分のテストなど難題は多く、導入に踏み込めません。</p>\r<p>さらに実践に即した現実解を模索する必要がありそうです。<br />\rただ TDD 理解するという目的で .Net 環境で開発する開発者にとって、おすすめです。</p>',1,3858,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-11-11 23:46:39','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050410_gundam_tenshi',3,0,'2005-04-10 19:37:53','ガンダム天使',null,'<p>ガンダム天使 なんじゃそりゃと思う人がほとんどだろう。<br />\rこんな名称のガンダムは存在しない。ではこのガンダム天使とは何なのだろうか？<br />\r実はくろねこが乗っているフィットに搭載されているインターナビのコマンドなのだ！<br />\r本当はランダム停止なのだが、フィットに搭載のインターナビなかなか思うように聞いてくれず的はずれな解釈をしてくれることが多い。<br />\rある時、HDD内の曲をランダム再生しようとして、&quot;ランダム&quot;と発音したところ、全く違った結果になった。<br />\rそこで裏をかいて、&quot;マンダム&quot;(男性用整髪料の名前？)と言ってみた。これも聞いてくれなかったので、次に&quot;ガンダム&quot;と発声してみた。すると見事に&quot;ランダム&quot;再生が始まった。では、ランダム停止は&quot;ガンダム天使&quot;でいけるのではと思いやってみたところ、これもうまくいった。<br />\r<br />\r普段は誤変換されていらいらしがちな音声認識ナビなのだが、こうした変換リストを作ってみると意外に楽しいかもしれない。</p>','',1,3897,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:27','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050415_doraemon',3,0,'2005-04-15 23:28:12','ドラえもんの声と絵が...',null,'<p>今日からドラえもんの声優が変わったと聞き見てみた。</p>\r<p><em>なんじゃこりゃ、ドラえもんのパロディかとおもった！</em><br />\r全然雰囲気が変わって、別のものに見えて、雰囲気がつぶれた。</p>\r<p>何で全部声優を取っ替える必要があったのだろうか？しかも昔の作品引っ張ってきて作り直してないか？<br />\rたぶんこうだ。<br />\r声優が老朽化してきたので...<br />\r無理させづらい<br />\rいきなりぶっ壊れる可能性あり<br />\rぶっ壊れたときに急に代役を捜すのがむずかしいし費用もかかる(人捜し+教育費用+労災代)</p>\r<p>今から元に戻せと言ってもきつそうだしな...</p>','',1,3377,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050417_account_title',3,0,'2005-04-17 22:49:28','フリーでやってる人！どの勘定科目かわからなくなること無い？',null,'<p>よさげな本見つけました。</p>\r<p>いや、タイトルだけで判断してるんですが....<br />\rくろねこはフリーで仕事を始めて前回の確定申告で３回目が終わりました。でも<em>勘定科目どれにするかいつも悩んでたんです</em>。しかも次の確定申告からは節税のため青色申告をすると申告してしまったので...</p>\r<p>不安です...</p>\r<p>で、重い腰を上げて青色申告ソフトを書くことにしました。Vector に行くと無料の青色申告ソフトもあるのですが、税理士の無料サポートが受けられると書いてある <a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B0006GPUN0/letsplaywithd-22\"> やるぞ!青色申告 2005</a>にすることにしました。それでもこの前、青色申告対応ソフトを作成している複数の会社に問い合わせたときに、&lt; strong&gt;「ある程度経理がわかることが必要です。」といわれたのですがこの本があれば、ばっちりじゃん！という本を見つけました。その本のタイトルは「<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/4870308584/letsplaywithd-22\"> どの勘定科目?すぐわかる仕訳事典―領収書・請求書の束がどんどん処理できる</a>」です。どこかでこの本を見つけて読んだり、買うことになって読んだりしたら評価してみたいと思います。</p>\r<p>All About の<a href=\"http://allabout.co.jp/career/freelance/subject/msub_shinkoku.htm\"> このぺージ</a>にもいろいろ載っていて、結構参考になるなと思うのでリンクしておきます。</p>','<p>4/17<br />\rくろねこは、自分の登録しているアフィリエイトサイトの売り上げを伸ばすために、上記リンク先のアマゾンで買いますが、Vector で買う方が若干安いです。<a href=\"http://shop.vector.co.jp/service/servlet/Catalogue.Detail.Top?ITEM_NO =SR047385\">ダウンロード版</a>は6,510円で、<a href=\"http://shop.vector.co.jp/service/servlet/Catalogue.Detail.Top?ITEM_NO =RN32003020\">パッケージ版</a>は7,287円でした。(4/17現在)<br />\r何でパッケージ版は発売元会社名が違うのか疑問です。<br />\r5/1<br />\rくろねこは知らなかったのですが、AMAZONはアフィリエイト紹介料は自分には入らないようです。<br />\rだから、自分自身にもアフィリエイト紹介料がほしい方は、他のアフィリエイトサイトに入った方が良いでしょう。</p>',1,3717,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B0006GPUN0/letsplaywithd-22\"> やるぞ!青色申告 2005</a>\n<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/4870308584/letsplaywithd-22\"> どの勘定科目?す...</a>\n<a href=\"http://allabout.co.jp/career/freelance/subject/msub_shinkoku.htm\"> このぺージ</a>\n<a href=\"http://shop.vector.co.jp/service/servlet/Catalogue.Detail.Top?ITEM_NO =SR047385\">ダウンロード版</a>\n<a href=\"http://shop.vector.co.jp/service/servlet/Catalogue.Detail.Top?ITEM_NO =RN32003020\">パッケージ版</a>',0,1,1,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050420_pay_tax',3,0,'2005-04-20 20:53:24','所得税払ってきました',null,'<p><em>本当は１９日に銀行から落ちるはずだったんだけど...</em></p>\r<p>口座間違ってて、落ちると思ってた口座から落ちなくて他の口座から落とすように設定していたようです。<br />\r<br />\rなので、朝から銀行に行ってお金をおろして、所得税を払ってきました。<br />\r<br />\r今回も延滞税は付きませんでした。&nbsp;&nbsp; <strong>#って今年もってことかい！</strong><br />\r<br />\r去年は、所得税をいつ払うか全く知らず、督促状が来るまで静観していました。<br />\r<br />\r<em>来年は、絶対普通に払うぞー</em></p>','',1,4619,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:49','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050420_delphi2005_installed_update2_jpn',3,0,'2005-04-20 20:58:52','やっとDelphi2005 Update2導入できました...',null,'<p>今までDelphi 2005 Update2が導入できなくて、Borlandのサポートにお問い合わせしていました。<br />\r<br />\rエラー何ですが、下記のようなエラーがでていました。</p>\r<blockquote>エラー 1706: 製品 (製品名) に対する有効なソースが見つかりませんでした。</blockquote>\r<p>Borlandの回答によると、インストール時にでていた1706は、下記のURIにある問題と同現象であるというものでした。(要はMSI (= Microsoft Installer)が悪くて、Delphi 2005の問題ではないということですね。)</p>\r<blockquote><a href=\"http://support.microsoft.com/default.aspx?scid=kb;ja;jp258847\">http://support.microsoft.com/default.aspx?scid=kb;ja;jp258847</a></blockquote>\r<p>しかし、くろねこの環境ではこの方法では問題を解決するに至りませんでした。</p>','<p>そこで、1706でマイクロソフト技術情報を探して、下記のURIを見つけたのですが、試している時間が無くて途中になっていたところに、２通目のサポートのメールが届きました。</p>\r<blockquote><a href=\"http://support.microsoft.com/kb/299803/JA/\">http://support.microsoft.com/kb/299803/JA/</a></blockquote>\r<p>そのメールの内容に上記の方法が記載されていたことと、該当しそうな原因がこれしか見あたらなかったのでこの方法を試すことにしました。(くろねこはインストール時にUpdate1でどうせ必要になるからとすべての内容を一旦、すべてHDD上にコピーしてからインストールしていました。)<br />\r<br />\rすると、この方法に載っているMEDIAPACKAGEPATHが間違っているのではなく、全く無かったのでエラーとなっていたようでした。原因がわかったので、MEDIAPACKAGEPATHを<em>INSTALL</em>と新たに追加したところ、一度途中でこけちゃいましたが正常にUpdate2を導入することが出来るようになりました。<br />\r<br />\rアンインストールも出来ず困っていたので、結構うれしかったです。</p>\r<p>&nbsp;□関連記事</p>\r<ul>\r    <li>[story:050423_installed_delphi2005_update2]</li>\r    <li>[story:050420_delphi2005_installed_update2_jpn]</li>\r    <li>[story:050401_delphi2005_update2_jpn]</li>\r    <li>[story:050312_delphi2005_update2_eng]</li>\r    <li>[story:050126_delphi2005_pro_1]</li>\r</ul>',1,4059,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://support.microsoft.com/default.aspx?scid=kb;ja;jp258847\">http://support.microsof...</a>\n<a href=\"http://support.microsoft.com/kb/299803/JA/\">http://support.microsof...</a>',0,1,1,0,0,'1999-11-30 00:00:14','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050420_image_patch',3,0,'2005-04-20 22:00:42','画像変換 クライアントパッチ4.0.10a 対応版',null,'<p>画像変換 クライアントパッチ4.0.10a 対応版をアップしました。</p>\r<p>ここ数日使ってますが、特に問題が見あたらないためアップします。</p>\r<p><a href=\"http://www.jnishida.com/downloads/uo/gazo-henkan.cab\">画像変換ファイル</a>はCab形式になっていますので、XPならOSの機能だけで解凍可能です。</p>','',1,4426,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.jnishida.com/downloads/uo/gazo-henkan.cab\">画像変換ファイル</a>',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050423_installed_delphi2005_update2',3,0,'2005-04-23 19:54:40','Delphi 2005 Update2当てたら...',null,'<p>Delphi 2005 Update2導入したら、設計時パッケージを使ってるコンポーネントをコンパイルする時に、以下のようなエラーがでるようになってしまいました。</p>\r<blockquote>\r<p>[致命的エラー] BlackCat.Vcl.JDBGrids.dpk(39): E2225 自動再構築されないパッケージ \'Borland.VclRtl\' を再構築する必要があります</p>\r</blockquote>\r<p>Update2でJDBGridが使ってる下位のコンポーネントのバグ修正が行われていると思うので、再コンパイルしてアップし直そうかと思ったんですが。</p>\r<p>しばらく先になりそうです。</p>\r<p>あ、DBGridもパッチ前後で比較しておかないと...</p>','<p>DBGrid 比較しましたけど変わってない．良かったのか悪かったのか... <br />\rとりあえず、Win32版だけアップしておくかな...</p>\r<p>□関連記事</p>\r<ul>\r    <li>[story:050420_delphi2005_installed_update2_jpn]</li>\r    <li>[story:050312_delphi2005_update2_eng]</li>\r    <li>[story:050126_delphi2005_pro_1]</li>\r</ul>',1,3794,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050424_heterologous',3,0,'2005-04-24 00:24:47','異種格闘技ならぬ異種族間恋愛...',null,'<p>またまた謎の中国人女性から(ＵＲＬ)いただきました。</p>\r<p>異種族間恋愛フラーッシュ(結構おもろい)<br />\r<a href=\"http://uploads.ungrounded.net/161000/161181_ddautta_mask__550x281_.swf\">http://uploads.ungrounded.net/161000/161181_ddautta_mask__550x281_.swf</a></p>\r<p>これももらったゲーム(計算ゲーム)<br />\r<a href=\"http://www.crazyhill.com/hung/game02/additup.swf\">http://www.crazyhill.com/hung/game02/additup.swf</a> ルールなんですが書いて無いっぽいので...<br />\r最初、直線じゃないといけないと思いこんでたら、曲がってもいけると気づいて... 最後に実はどこでもOKなんだと言うことに気づきました。  単純ですがはまるかも...</p>','',1,4563,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://uploads.ungrounded.net/161000/161181_ddautta_mask__550x281_.swf\">http://uploads.unground...</a>\n<a href=\"http://www.crazyhill.com/hung/game02/additup.swf\">http://www.crazyhill.co...</a>',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050425_quality_control',3,0,'2005-04-25 21:44:11','ソフトウェアも品質管理の法律作ってくれないかな',null,'<p>先週末のトレンドマイクロあれはひどかったと思ったら、今日は JR が大惨事でした。<br />\rその前は、中国人が馬鹿やってました。<br />\r<br />\rまあそれはおいておいて、最近<em>ソフトウェアの品質</em>というものが気になる。<br />\r<br />\r<strong>自分のは棚上げなのだが</strong>、トレンドマイクロとか&lt;em&gt;大きなソフトウェア会社は、きちんとテストしているのだろうか？&lt;/em&gt;トレンドマイクロは個人のスキルに依存していたようだが、チェック体制はしっかりしていたのだろうか？<br />\rトレンドマイクロだけじゃないんだけど、<em>最近のソフトウェアってオンラインでバグ修正できるからというのでかなりテストを手抜きしている</em>ものが多いように思う。これはソフトウェアにバグがあってそれで相手が被害を被ったとしても<em>損害賠償しなくても良い</em>という法律の上にあぐらをかいているのではないだろうか？</p>','<p>そろそろパッケージソフトを販売している会社向けの、<strong>品質基準を定めた法律があっても良いように思う</strong>。<br />\rどこに基準を置くのかが非常にむずかしいが、セキュリティ関連とかだと年間いくつのセキュリティホールが発見されたとか、そんなのでも規制が出来れば良いかもしれない。<br />\r<br />\r基準に達しないソフトウェアは、被害を受けた顧客に対して損害を補償する際に、その範囲が軽減されるとかが有ると良いとも思う。これは、ソフトウェアも損害賠償をするのが前提なのだけれども。<br />\r<br />\rパッケージソフトウェアに品質基準の客観的な判断基準が、広く広まると受託開発ソフトにもその基準が適用されていき、そのうちシェアウェアにも品質基準が要求される様になるかもしれない。<br />\r<br />\rフリーは作者側で、その基準に達そうという人間も出てくると思う。そうして全体として品質基準の底上げが出来れば、バグでいらいらする時間も少なくなって健康的なのにな。と思ったくろねこであった。</p>',1,2856,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050425_rise_in_the_National_Pension_Plan',3,0,'2005-04-25 23:13:01','国民年金値上がり！',null,'<p>国民年金いつか上がる、上がるとは思ってたけど...<br />\r<br />\r今日社会保険事務所からはがきが届いた。<br />\r4/26に届いて5/2引き落とし、１ヶ月250円値上がりで、年間3,000円値上がり！<br />\r二人で6,000円値上がりだ、いや残高有ったから問題なかったんだけど、急すぎない？<br />\r5/2引き落としだったら、事実上3日しか猶予がないっての！休み取れなかったらどうやって手続きするの？家の嫁なんぞ何の役にもたたんのだぞ！振り替え方法変更する人だっているだろうに...<br />\r<strong>今年の２月頃かな？年払いにすると安くなるので年払いにしませんか？</strong>みたいな通知来てたので年払いに切り替えたんだけど、そのとき社会保険事務所の窓口で手続きしたのね。<br />\r上がるならそのときの書類に書けよ！わかてたんだろ！<br />\r<br />\r国の管理ってずさんだし、人の都合全く考えないし、やになっちゃうよね。</p>','',1,3904,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050502_aoiro_shinkoku',3,0,'2005-05-02 22:15:59','青色申告がんばってはみるけど',null,'<p>早くも挫折しそう。<br />\r<br />\r次こそは青色申告で65,000円税金削減だ！と意気込んで青色申告の申請をしてから約一ヶ月。</p>','<p>青色申告ソフトを買った。<a href=\"http://www.jnishida.com/blog/archives/2005/04/post_27.htm\">フリーでやってる人！どの勘定科目かわからなくなること無い？</a>でも書いたが、<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B0006GPUN0/letsplaywithd-22\">やるぞ!青色申告 2005</a>を買った。このソフトがとっても使いにくい。<br />\r<br />\r仕訳ナビというのが売りなんだが、実際使い始めてみるとナビの検索機能がとっても使いにくい。ソフトウェアを作ってる人はわかると思うのだが、テキストボックスに文字が入ってないときには、検索ボタンが使えず、入力後ボタンが使えるタイプ。<br />\rそれ自体は結構なのだが、テキストボックスのロストフォーカス時に処理が書いてあるようで、テキストボックスのカーソルが他のテキストボックスに移動しないと、ボタンが有効にならない。また、Enterキーで検索できない。これが非常に使いにくい。<br />\rまた、テキストボックス中にボタンをクリックすると、そのテキストボックスの内容が消えてしまうときがある。Access だとボタンクリック時にロストフォーカスが発生しないのが、原因じゃないかと思う。<br />\r<br />\r<em>致命的にやばいと思うのが、会社のセキュリティへの関心の低さだ。</em><br />\rデータはすべて mdb 形式のデータベースとして保存されている。mdb とは、Microsoft 社の Access というデータべースが使用しているデータベースファイル形式。複数のテーブルが 1 つのファイルに収まるので管理がしやすい。(ただし壊れた場合は、復旧が大変というデメリットもあり。)<br />\rこの mdb 形式のデータベースにはファイルそのものにパスワードを付けて、セキュリティ上の信頼性を上げている。Excel の xls Book ファイルにもパスワードが設定できるが、それと同じと考えて頂ければ問題ないと思う。また、暗号化もサポートされている。<br />\rしかし、<em>この「やるぞ！青色申告2005」では、データベースが持つパスワードは全く使用されていない。暗号化もされていないだろう。</em><br />\r<br />\rまた、データベース内のテーブル・フィールドは日本語名が用いられており、非常にわかりやすい構造になっている。<em>「やるぞ！青色申告2005」で独自に設定されているパスワードもテーブル内に保管されているが、ちょっと考えればパスワードに何が設定されているのか簡単にわかるようになっている。</em><br />\r<br />\rこのように、ちょっと知識が有れば、誰にもわからずに盗み見することが出来るようになっている。<br />\r<br />\r<em>個人的には、もう使わないから返金させてほしいくらいだ。</em><br />\r<br />\rで、とりあえず入力し始めたのだが、くろねこ自身の問題としてプライベートの口座と仕事用の口座が完全に分け切れていない。このため仕訳伝票の入力をどこまですべきなのか全く見えなくなって、仕方がないから本を買おうと、車でいろいろな本屋を巡ってる。<br />\r<br />\rくろねこでも読めそうな本が２冊ほど有ったのだが、一冊が女子大生が語る経理みたいなもので、もう一冊がどしろうと向けと銘打つ一冊。<br />\r家に帰ってきてネットを検索すると、女子大生の方は二種類有る模様。</p>\r<ul>\r    <li><a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/4534037384/letsplaywithd-22\">&lt;女子大生会計士の事件簿&gt;世界一やさしい会計の本です</a></li>\r    <li><a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/4534038097/letsplaywithd-22\">&lt;女子大生会計士の事件簿&gt;世界一感動する会計の本です</a></li>\r</ul>\r<p>この２冊。<br />\rどしろうと向けの一冊が、</p>\r<ul>\r    <li><a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/4756903797/letsplaywithd-22\">どしろうとでもできる個人事業のこれだけ経理</a></li>\r</ul>\r<p>この三冊の内からとりあえず一冊チョイスして読んでみるつもりです。</p>',1,3602,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.jnishida.com/blog/archives/2005/04/post_27.htm\">フリーでやって',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050503_habanero',3,0,'2005-05-03 23:26:09','ハバネロ栽培キット 世界一辛いトウガラシを収穫しよう',null,'<p>今日、温泉に入りに約５時間ほど掛けて、福井のしきぶ温泉まで出かけた。</p>\r<p>高速で行けばいいのに、ドライブかねて下道で行ったので、道ががすごく混んでて５時間ほどかかった。<br />\rその最中にのどが渇いたので、ミニストップに入った。そのミニストップでそれは売られていた。</p>\r<p>ハバネロ栽培キット 世界一辛いトウガラシを収穫しよう<br />\r<a href=\"http://www.blackcat.xyz/images/articles/050503_habanero_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"320\" src=\"http://www.blackcat.xyz/images/articles/050503_habanero_1.jpg\" alt=\"\"></a></p>\r<p>だ。早速家に帰って落ち着いたら、植えてみた。<br />\rいつ食べられるようになるのか楽しみだ。</p>','<p>この「ハバネロ栽培キット 世界一辛いトウガラシを収穫しよう」の問い合わせ先は、下記のように記載があるので、近くのミニストップにない場合は、直接問い合わせすると購入できるかもしれない。</p>\r<blockquote>\r<p>販売元 <a href=\"http://www.shinofarm.jp/\">篠ファーム</a><br />\rTEL 0771-24-7878<br />\rEメール <a href=\"habanero@shirofarm.jp\">habanero@shirofarm.jp</a></p>\r</blockquote>\r<p>ホームページが見つかったのでのぞいてみたら、やはり売っていた。<br />\r他にもいろいろなトウガラシを扱っているようだ。でもトウガラシのぺージの「BACK」リンクは、リンク先が無くなっているのでクリックしないように。</p>',1,4759,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/050503_habanero_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.shinofarm.jp/\">篠ファーム</a>\n<a href=\"habanero@shirofarm.jp\">habanero@shirofarm.jp</a>',0,1,1,0,0,'1999-11-30 00:00:34','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050504_anpanman',3,0,'2005-05-04 17:54:12','アンパンマンは有害アニメ？',null,'<p>最近息子と映画版アンパンマンを見た。<br />\r<br />\r息子はアンパンマンが好きなのだが、一緒に見ているとアンパンマンというのは有害アニメに思えて仕方がない。どの辺が有害かと言うと以下のような所。</p>\r<blockquote>それいけ！アンパンマン きらきら星の涙 という作品がある。<br />\rこの作品は「なんだなんだ王女」という者が、「きらきら星の涙」という宝石をどろんこ魔王に奪い取られたので探しているというストーリーで始まる。で、アンパンマンと王女がその宝石を探して旅をしている間に、その宝石が氷の宮殿に住む氷の女王が持っているかもしれないという情報を手にする。そしてアンパンマン一行は氷の宮殿に勝手に入り(<strong>不法侵入</strong>)、主である氷の女王を倒し(<strong>傷害致死</strong>)勝手に持ち帰ろうとする(<strong>強盗</strong>)。</blockquote>\r<p>これだけでも、３つもの重大な罪を犯している。なぜこのようなシリーズが「<strong>文部科学省選定・日本PTA全国協議会推薦</strong>」となりうるのだろうか？<br />\r<br />\r<em>JRの監督官庁である国土交通省の管理といい、この日本の行政は何か間違ってないか？</em><br />\r<br />\r素朴な疑問であった。<br />\r<br />\r同じ考えの人がすでにいるのではと、ネット検索してみると「ドラえもん」も有害アニメと考える人がいるということがわかった。<strong>のび太が「自立できない大人」が増えた原因だと</strong>。また、</p>\r<blockquote>漫画家の江川達也氏が雑誌『サイゾー』3月号にて、「ドラえもん」は有害アニメだと論じている。</blockquote>\r<p>らしい  まあ、ドラえもんの内容も問題かもしれないが、<a href=\"http://www.ceres.dti.ne.jp/~toshio/DoraColumn/DoraColumn009.html\">ドラコラム009</a>に有るようなパロディの問題も問題だとおもう。<br />\r<br />\r改めて認識したが(昔は何も考えず見てました。)、ドラえもんの映画なんぞパロディの固まりなのにこの矛盾はいったいどう解決するのだろうか？<br />\r<br />\rこれも、素朴な疑問でした。</p>','<p>書くの忘れてた。<br />\r例え盗まれたものでも、正当な手続きを経て丙に渡った場合で、丙に過失がない場合所有権は丙に移るというのをどこかで見た。<br />\r<br />\r確か、「行列の出来る...」だったかと思う。<br />\r<br />\rまあ、間違いなく占有権は有るだろうから、勝手に持っていったら持ち出した方が泥棒になるな、きっと。</p>',1,6354,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.ceres.dti.ne.jp/~toshio/DoraColumn/DoraColumn009.html\">ドラコラム009</a>',0,1,1,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050510_jr',3,0,'2005-05-10 00:10:05','JR定期券払い戻し',null,'<p>尼崎脱線事故・・・<br />\r<br />\rマスコミのJR西日本への 批判 は続く...<br />\r<br />\rマスコミの対応もひどいな、どこの誰が記事を書いてるのかは、全くわからんが自分たちも同じようなひどい対応してるやついないのか？</p>\r<p>まあ、JRには以前にも電話や書き込みで「きく象ＢＯＸ」に、安全について提案してあげたのに、全然聞く耳持ってないし。<br />\rその態度が、今回の事故にでてたね。</p>','<p>一番大切なことは、<em>「利益を求めるのは良いけど、目先の利益だけ追求すると結局利益を得られない」</em>ということじゃないかな。そのあたり考えて安全対策にも力を入れてほしいな。<br />\r安全対策として、義務になった ATS や ATC もそうだけど、<strong>ホームの両側に壁を作るべきだとも思う</strong>&lt;んだよね。<br />\r都営地下鉄や営団地下鉄、JRの東西線にも有るようだけど、あれがあると落ちる人はいなくなるし、飛び込む人もかなりやりにくくなって、電車の遅れなども減って利用者の印象は良くなると思うんだけど...<br />\r<br />\rところで、５日間不通になったので定期券の払い戻しやってたようです。<br />\rふつうにやってたら、都市部では無いと思ってたけど脱線という形で、行われるとは。</p>\r<p>しかし、<strong>5/7以 降に発売した分については、了承済みということで払い戻しに相当する行為は行われない</strong>とのこと、<em>迷惑料として値引きしても良いかと思うんだ</em>けど、実際買ってないのでそのままの値段かどうかは知りません。<br />\r<br />\r値引きされてると良いな。</p>',1,10990,0,0,'0000-00-00 00:00:00',1,'',0,1,1,0,0,'2009-03-27 12:35:32','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050510_son',3,0,'2005-05-10 01:10:52','息子がアンパンマン見ながら...',null,'<p>息子にアンパンマン見せ照る間に夕飯食べてたら....<br />\r<br />\rおいらのOAチェアの上で<em>おしっこ</em>してるー。<br />\r<br />\rしかもこれで二度目...<br />\r<br />\rしかも、「おしっこしてるー」って叫んだのに、家の鬼嫁は動じず漫画に夢中...<br />\r<br />\rおむつくらい、何も言わずとも変えてやれよ...<br />\r<br />\r疲れた...</p>','',1,3181,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050512_jude_community',3,0,'2005-05-12 22:58:54','JUDE Community インストール',null,'<p>仕事で <strong>UML を使ってプログラムを表現する</strong>ことを始めました。</p>\r<p>UML にはいくつかの図が有るのでどれを使って書くか、まずそれで悩みます。</p>\r<p>どの図で書くか決めても、そのあとの表現方法でさらに悩みます。</p>','<p>今日の所はとりあえず書くコンポーネント仕事で使っているグリッドに絞って、さらに表現する機能も今一番ターゲットにしたい書式関連部分に絞って、クラス図を作るところから始めました。</p>\r<p>Delphi のコンポーネントって、属性に相当するものが<strong>プロパティとフィールド</strong>が有って、その両者の関係をどう表せばいいのか、良くわかりませんでした。</p>\r<p>明日は、機能のフローをステートチャート図かもしくはシーケンス図で表現することにチャレンジしたいと思うのです。</p>\r<p>この二つの図の違いは、状態の変化に重点を置くか、それとも機能の呼び出しというフローを重点的に表現したいのかともうのだが、今回は両方重要何で両方勉強もかねて書こうと思う。</p>\r<p>UML を理解できたら、<em>OMG認定UML技術者資格試験</em>でも受けて、理解のほどが確認できると良いかなと思っとります。</p>',1,6407,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050512_install_xoops',3,0,'2005-05-12 23:20:00','XOOPS インストール',null,'<p>今日は仕事で UML での表現でかなり詰まったので、本屋に UML 関連で前々からチェックしていた本がないかな？と行ってみた。<br />\r目当ての本は無かったのだが、これまた以前から関心のあった XOOPS 関連の本を見つけ、立ち読みしてしまった。<br />\rつい買ってしまったのだが、自宅に帰って読んだところ、5分でインストールが出来ると書いてあったので、インストールをしてみた。<br />\r5分もかからなかったが、インストールした後どのモジュール(拡張機能)を組み込んで良いのかがわからず、途方に暮れた。<br />\rこれも、ぼちぼちやって行こうと思うが、XOOPS のサイトでモジュール紹介のぺージが、サンプルを見れるようになってたらモジュールのチョイスがしやすいのにと思った。<br />\rサイトのデザインについては、ネットをぐぐったら、<a href=\"http://www.wervival.net/modules/tinycontent/content/xoops/redesign.htm#aboutTheme\">XOOPSのリデザイン</a>というぺージを見つけたので、ここらでも読んでみようと思う。<br />\rインストールは5分だけど、その後は茨の道だね。どのCMSもこうなんだろうか？</p>','',1,4172,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.wervival.net/modules/tinycontent/content/xoops/redesign.htm#aboutTheme\">XOOPSのリデザイン</a>',0,1,1,0,0,'2008-11-21 14:29:36','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('050517_habanero',3,0,'2005-05-17 22:20:51','ハバネロの芽が出た',null,'<p>今日朝起きて、ハバネロの水が無くなってないか確認したところ芽が出てた。<br />\r<br />\r<a href=\"http://www.blackcat.xyz/images/articles/050517_habanero_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"319\" src=\"http://www.blackcat.xyz/images/articles/050517_habanero_1.jpg\" alt=\"\"></a><br />\r<br />\r帰ってきて見たら、もうちょっと伸びとった...<br />\r<br />\r植えてから、ちょうど満2週たった。予定どおりだ...<br />\r<br />\rしかし、マニュアルどっかいった...<br />\r<br />\r後は手探りだー...ばんざーい。<br />\r<br />\rでも、楽しみだ...</p>','',1,2955,0,0,'0000-00-00 00:00:00',1,'<a href=\"http://www.blackcat.xyz/images/articles/050517_habanero_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050525_habanero',3,0,'2005-05-25 21:26:29','ハバネロいっぱい生えてきた',null,'<p>さらに約１週間後、ハバネロの双葉が4っつ...<br />\r<br />\r<a href=\"http://www.blackcat.xyz/images/articles/050525_habanero_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"319\" src=\"http://www.blackcat.xyz/images/articles/050525_habanero_1.jpg\" alt=\"\"></a><br />\r<br />\r種はもうちょっと有ったはずなんだが....<br />\r<br />\r液体肥料をたくさんやってるが、もう出てきそうにない...<br />\r<br />\rあとは、いつ間引きするかだな...</p>','',1,2772,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/050525_habanero_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:26','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050525_tupdatesql',3,0,'2005-05-25 21:56:11','TUpdateSql ではまった...',null,'<p>Delphi 2005ではまった訳では無いのですが...</p>\r<p>最近仕事で、データベースをUIと直接接続して更新画面を作成してます。<br />\r直接接続してるのは、そっちの方が楽かな？と思ったからですが、<br />\r編集した後、&quot;やっぱやめ！&quot;と言うことがやりたいためだけに、キャッシュアップデートを使用しています。RollBackを使う方法もあるのですが、何か負荷が大きそうなので使ってません。</p>','<p>で、更新対象がマスタ-ディテールタイプなのですが、マスタ側を削除したらディテール側も削除したいので、TUpdateSqlを二つ使って...とやり始めて、2つめのTUpdateSqlによる更新が何度やってもうまくいかない。<br />\r仕方なく、TUpdateSqlが入ってるDBTablesユニットを解読して、以下の問題箇所を発見。</p>\r<pre><strong>procedure</strong> TUpdateSQL.ExecSQL(UpdateKind: TUpdateKind);<br /><strong>begin</strong><br />  <strong>with</strong> Query[UpdateKind] <strong>do</strong><br />  <strong>begin</strong><br />    Prepare;<br />    ExecSQL;<br />    <strong>if</strong> RowsAffected &lt;&gt; 1 <strong>then</strong> DatabaseError(SUpdateFailed);<br />  <strong>end</strong>;<br /><strong>end</strong>;</pre>\r<p><br />\rでこの RowsAffected が比較している&quot;1&quot;ってどう意味だったっけ？とヘルプを引くと...</p>\r<blockquote>最新の問い合わせで実行対象だった行の数を返します。<br />\r(中略)<br />\rRowsAffectedプロパティを調べると，<em>最新の問い合わせ処理で何行が更新または削除された</em>かがわかります。1行も更新または削除されなかった場合，RowsAffectedの値は0になります。<strong>エラーが原因でSQL文が実行されなかった場合は，RowsAffectedの値は-1</strong>になります。後者の場合は，通常，その前に例外が生成されます。</blockquote>\r<p>とある。ということは、ディテール側が0件だった場合にはRowsAffectedプロパティは0な訳で...<br />\rというか、キャッシュアップデートの更新は常に1件が対象？<br />\rまあ、1レコードの更新には1件のUpdateSqlが実行されるので、1件かもしれない。</p>\r<p>&nbsp;</p>\r<p><em>仕方ないので、2個目のUpdateSqlを実行する際には、例外構文で例外クラスがEDatabaseErrorの時にはRowsAffectedが-1でない時以外はエラーを無視する</em>ようにしてしまいました。</p>\r<p>この処理を見ていて思ったのは、キャッシュアップデートの範囲。TQueryなどDataSetがキャッシュしてたら別のQueryから更新をかけたらそ の更新はキャッシュされないのか？とか考えたが、TUpdateSqlの処理を見ていてうまくいくことから、データベースコンポーネントかセッションコン ポーネントあたりでキャッシュしてるようだ。</p>\r<p>ということは、データベースコンポーネントかセッションコンポーネントを複数プログラムに追加したら、片方はキャッシュでもう片方は直でということが出来そうだ...</p>',1,5652,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:46','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050526_delphi2005_update3_jpn',3,0,'2005-05-26 11:09:54','Delphi 2005 General Update 3 (Japanese) リリース.',null,'<p>先週MLでCapricornさんにDelphi 2005 Update3 Englishがでてるのを教えてもらってたので、日本語有るかな？と見てみたら、日本語版が有った！</p>\r<p>早速MLに報告だー。と思ってメールを見たら、すでに報告済みでした。(お昼頃)</p>','<p>自宅に帰ってきてUpdate3を導入しようと思ってやってみたが、今回もうまく導入できなかった...<br />\rいつものごとく、キャンセルボタンをクリックしてもキャンセル出来ないので、仕方なく強制ログオフ。<br />\rアドミニストレータで再ログオンして、Update3の導入を行う。<br />\r先ほどの情報が残っているので、削除の問い合わせがくるので、OKをクリックして前回のユーザのパッチ当て作業を削除し再起動。<br />\rもう一度、Update3の導入作業を行うとすんなり導入可能。もう一個のアカウントも<strong>管理者権限</strong>有るのに何が違う??<br />\rでも、今回の修正あんまり自分にとっては関係なかったり...<br />\rしかし、詳細な修正の一覧はQCサイトに有るらしいが、どこを参照したら良いのかさっぱり不明です....<br />\rあ、今回はUpdate3導入前にUpdate2を導入しておく必要があるようです。</p>\r<p>□関連記事</p>\r<ul>\r    <li>[story:050420_delphi2005_installed_update2_jpn]</li>\r    <li>[story:050423_installed_delphi2005_update2]</li>\r    <li>[story:050420_delphi2005_installed_update2_jpn]</li>\r    <li>[story:050401_delphi2005_update2_jpn]</li>\r    <li>[story:050312_delphi2005_update2_eng]</li>\r    <li>[story:050126_delphi2005_pro_1]</li>\r</ul>',1,3689,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050531_jr',3,0,'2005-05-31 21:59:41','今日も JR 遅れた...',null,'<p>最近毎日遅れてくる JR...</p>\r<p>あの事件以来毎日遅れてくる JR。<strong>安全性といえば、遅れても OK というのがJR の本音</strong>なのだろうか？ もしくは、<strong>安全性に配慮しています。そのため電車が多少遅れています。というポーズ</strong>なのだろうか？ 安全性も重要な要素ではあるが、<em>安全に迅速に且つ正確にそして快適に</em>というのが鉄道会社としてのサービスではないか？</p>','<p>電車が遅れることは、言いたくはないがまあ目をつぶったとして、<em>そのあとの対応がとてもずさんではないだろうか？</em></p>\r<p>JR の場合、通常遅れは電光掲示板に表示されるとともに、アナウンスされる。<br />\rしかし、アナウンスは常時行われるわけではない。しかも、駅の構内放送は濁って聞きにくい。その点電光掲示板は正確にそして見えるところに行けば、いつでもその情報を入手することが出来る。</p>\r<p>しかし、トラブル時のその情報の正確性はかなり低いと言わざるを得ない。電光掲示板の更新タイミングとその管理はいったいどのようにして行われているの か？また、電光掲示板の最下部は JR からのお知らせ欄となっているが、事故の情報が流れてはいない。大きな駅では専用の電光掲示板があって、事故などの情報が流れているが、郊外のホームに設 置されている電光掲示板はその限りではない。<br />\rこの電光掲示板が利用者にとって、常に(場面ごとに)有意義な情報を表示するよう JR に求めたいと思う。</p>\r<p>また、JR の車内放送でも緊急停車した場合などに、<strong>信号が変わり次第....</strong>とか、&lt; strong&gt;先攻列車が...などというアナウンスがあるが、適切な時間がわかるよう改善を求めたい。たぶん具体的な時刻をアナウンスしないのは、はずれたときに苦情がくるからだと思うが、適切なアナウンスを行わない JR を快く思っていない利用者はかなり多いはずだ、また今回はずれても常に適切な情報を提供しようと心がけてシステム化すれば、その精度は自ずと高まっていくと思われる。</p>\r<p><em>JR には、利用者の立場に立った運用改善が求められる。</em></p>',1,3903,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:06','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0056',3,0,'2005-06-01 00:00:00','[Delphi] データ行が 0 行のグリッドを表示する','','<p>Delphi 標準搭載の TStringGrid はデータ行（非固定行）が 0 件（RowCount = FixedRows）になる様に設定することが禁じられています。<br />\r行数を固定行数と等しくなるように設定すると、自動的に固定行の値が減ります。<br />\r<!--<img alt=\"追加した直後のストリンググリッド\" width=\"434\" height=\"320\" src=\"/faq/img/del0056-1.png\" /><br />\r<strong>追加した直後の StringGrid</strong><br />-->また、固定行の数を行数と同じに設定しようとすると、以下のエラーが発生し設定を完了することが出来ません。</p>\r<blockquote>固定行の数は行数より小さくなければなりません.</blockquote>\r<p>仕方がないので、StringGrid のデータ行を隠すことを検討します。隠すことによってユーザからはあたかも存在しないように見せることが出来ます。<br />\r以下のように設定します。</p>\r<pre class=\"brush: delphi\">\rwith StringGrid1 do\rvar\r  i: integer;\rbegin\r  for i := FixedRows to RowCount - 1\r    RowHeights[i] := -GridLineWidth;\rend;\r</pre>\r<p>データ行を隠し行に設定しています。マイナスの GridLineWidth にしているのは、隠すために 0 を設定すると罫線が残ってしまうために、罫線の高さ分も計算して減らしています。<br />\rこれで見た目はデータ行がないように見えますが、マウスカーソルが移動してしまうので移動キーを押された場合の制御が別途必要になることがあります。<br />\r<!--実行すると以下の様な画面になります。<br />\r<img alt=\"データ行が無いストリンググリッド\" width=\"434\" height=\"320\" src=\"/faq/img/del0056-2.png\" /><br /><strong>データ行がない StringGrid</strong>--></p>','',1,9117,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-13 10:59:21','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050610_habanero_dead',3,0,'2005-06-10 00:15:57','ハバネロ枯れた',null,'<p>今日帰宅して、ハバネロの状態を見たら....</p>\r<p><em>枯れてた...</em></p>\r<p>そしてよく見ると、土から根が出て引っこ抜かれた状態に...</p>\r<p>嫁に聞いても知らないと...棚の最上段に置いてあったので、息子は手が届かない...  陰謀だ！</p>\r<p>犯人は誰だ！今日、自宅にいたのは、小さな息子と、そして辛いモノが嫌いな嫁のみ！</p>\r<p>とほほ、また来年挑戦するか...</p>\r<p>来年は引っこ抜かれないように対策を打たねば！</p>','',1,3912,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050619_restart_hukuchiyama_line',3,0,'2005-06-19 22:55:40','本日JR西日本福知山線運転再開',null,'<p>今日、あのJRによる福知山線大虐殺から５５日ぶりに運転再開した。</p>\r<blockquote>南谷会長は「安心してご利用いただける鉄道の再生に取り組む」と、「安全の誓い」を読み上げた</blockquote>\r<p>とのことだが、実際はどのようなモノだったのだろうか？<br />\r<br />\rJR西にはこれから、「安全性の向上」という問題がつきまとうだろう。</p>','<p>しかし、これはJR西だけの問題なのだろうか？あなたの会社にも同様の問題はないだろうか？<br />\rくろねこがこれまで見た会社の中には同様の問題を抱えているところが少なくないように思う。<br />\rくろねこは職業システムエンジニアでソフトハウスに在籍した経験があるが、以下のような理由で大いに苦しむことがあった。（ある？）</p>\r<ol>\r    <li>営業が適当で工数の見積もりも相談もなく仕事をとってくる</li>\r    <li>当初の工数見積もりを超えて残業しないと終わらないことが判明しても、現場に責任を押しつける</li>\r    <li>どうやっても終わらない状況でも&quot;がんばれ！&quot;の一言ですませようとする</li>\r    <li>残業が一定時間を超えても、健康管理も本人任せ＆残業代は一定時間でカット</li>\r</ol>\r<p>などなど<br />\r<br />\r上記のいずれかに該当する職場で働いていると感じる人は、コンプライアンスに関して再検討してみる必要はないだろうか？<br />\rそして今からでも遅くはない、会社を変えていく努力をするか、もしくはそのような会社を見限って他に移るべきだ！</p>',1,3654,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:53','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050620_overspeed_jr_express',3,0,'2005-06-20 23:39:48','再開二日目にして、速度オーバーでＡＴＳ作動',null,'<p>本日朝、あの尼崎大虐殺現場で<a href=\"http://www.mainichi-msn.co.jp/today/news/20050621k0000m040102000c.html\">特急が速度オーバーで特急列車が緊急停止</a>したそうです。<br />\r<br />\rJR西にはほとほとあきれかえるとともに、このような企業を放置している社会に対してふがいなさを感じます。昨日の再開後、新聞を読みましたが、現場付近のダイヤを見直しただけで直前のカーブ付近には余裕時間は無いであるとか、他の危険部分に関しては国が新型ATSの設置を義務づけたようですが、設置し終わるのは５年後であるとかとても反省があったとは思えない状況です。</p>','<p>やはり、企業は目先の利益が一番なのでしょうか？<br />\rいやそうではなく100人程度の虐殺では、補償費用の方が安全対策費よりも安く付くと、そう判断したのでしょうか？<br />\r<br />\r企業にとってはいかなる犠牲がでようとも、最終的に利益が最大になれば、企業的には問題ないでしょう。しかし、軽視されがちな安全に対し管理を行うのが国 であり、我々の世論ではないでしょうか？鉄道会社などのようにほぼ寡占状態にある企業では、その企業のサービスや製品の使用をやめたいと感じてもそれを実 行に移すのは非常にむずかしい状況にあります。<br />\r<br />\rやはり、ここは国にもっと厳重な管理が要求されると思うのですが、いかがでしょうか？</p>',1,3604,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.mainichi-msn.co.jp/today/news/20050621k0000m040102000c.html\">特急が速度オーバーで特急列車が緊急停止</a>',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050701_chance',3,0,'2005-07-01 19:53:45','偶然って何だろう？',null,'<p>「偶然に～がおこった。」とか「たまたま～が飛び出してきて」ということがありますよね。この偶然とは、たとえば偶然何かが起きる≒何か予期しないことが起きるということだと思うのですが、とある個人については予期せぬことも他人から見れば、それが必然であったりします。<br />\r具体的には、同じような二つの商品があったときに全く同じものであれば、どちらか特定の一方が選ばれるということは偶然でしょう。しかし、実は一件同じに見える二つの商品に明らかな価格差がありその他が同じであれば、一般人は価格のやすい方を選択するでしょう。こうなるとこの選択は偶然でないといえます。</p>','<p>同じように自然界でも既知・未知問わず物理法則に支配されているとすると、自然界で起こる事象全ては必然であって偶然ではない。とある事象の因果系列に対 して、それに含みえない事象または因果的に予測できない事象が発生する事が偶然であれば、含みえない現象もその原因を追及し、元の事象との因果関係を追求 しそれが理解できれば、それは含みえない事象ではなくもはやとある事象の因果系列に含まれている現象であるといえます。</p>\r<p>意のままにならぬものとして、賽の目、比叡山の山法師、鴨川の流れといわれました。</p>\r<p>しかし、賽の目・鴨川の流れは明らかに物理法則に支配されているので、さいころの目などもしかするとさいころを投げる前に目の値がわかるようになるかもしれません。ただ、その物理法則がわからなかったり、計算量が膨大で今の人類に扱えないだけなのかもしれません。<br />\r人の心もその人の過去から現在における環境要因や、またその人を構成する物理的要因などが正確に把握できれば、人の心がわかるようにもなるかもしれません。しかし便利な反面面白みが無くなる世の中になるかもしれません。</p>\r<p>遠い未来かもしれませんが、「偶然」と言う言葉が、概念だけの存在になる日が来るかもしれません。</p>',1,3483,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_44',3,0,'2005-07-03 12:25:49','居眠り病と思われる人と仕事をすると？',null,'くろねこが働いているある情報システム部でプロジェクトがあり、先月そのプログラムを作成していました。<br />\n<br />\n元々いたくろねこを含むメンバーだけでは足りないので、他から数人人が応援に来てくれたのですがその内の一人が仕事中によく居眠りをするんです。<br />\n<br />\n声を掛けて起こしても普通約三分ほどで居眠りをします。ひどいときはくろねこが起こして席に戻ろうと振り返った瞬間にもう寝てるみたいでした。<br />\n<br />\nチームのリーダーが「あれは病気かな？」と言い出して先月末に、Google で調べたらそれらしいのが出てきました。見つけたホームページ<a href=\"http://www2s.biglobe.ne.jp/~narukohp/3000.html\">ナルコレプシー（居眠り病）はこんな病気</a>の<strong>「ナルコレプシー」への理解は遅れている</strong>中で、<strong>「怠け者」のレッテルを張られることも多い</strong> とかかれていますが、ほとんどかかれているままの症状がでるんです。<br />\n見たままのことを書くと...<br />\n<ol><li>プログラムを組みながら寝る(個人作業中)</li><li>仕様説明中でも寝る(団体作業中)</li><li>集仕事が異常に遅い</li><li>服装もだらしがない</li></ol><br />\n※<em>仕事が遅いという判断は、常人が10-20分で終わる作業が、2時間かかっても終わらなかった</em>という客観的事実に基づいています。<br />\n(2時間待っても出来なかったので、自分で10分でやりました。)<br />\n<br />\nその人がこの病気の患者かどうかは良くわかりませんでしたが(聞いてないので...)、短納期で追われまくってる仕事中に寝られるとこっちがいらいらします。また、眠いから能力が出せないのか、慢性化しているので能力が身に付かないのかどっちもかもしれませんが、こういう人は人と接することが少ない仕事をするべきでしょうね。客先内で仕事をする派遣業で働くのは、顧客に対する印象ということを考えると、こういう疾病を持つ人には向いてないと思います。またプログラマは常に納期に追われているので、能力的にも厳しい感じがします(ここは個人の能力の問題なので一概には言えませんが、普通の人でも眠いと効率はかなり落ちますからね)。<br />\n個人的には今後一緒に作業することは拒否したい気分です。共同で仕事をするにしても、請負で納期指定・品質指定で別作業場でお願いしたいです。<br />\nでも、こうなると収入に影響するでしょうから、疾病は病院に行って直してもらうのが一番なんでしょうね。','',1,5605,3,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_43',3,0,'2005-07-07 23:18:27','ロンドン同時テロ発生！',null,'本日ロンドンで同時テロが発生したらしい...\n\nニュースを見ている限り、<strong>同時テロ</strong>から最初に抱いた印象よりもかなり規模が小さいモノであったが、朝の通勤時間帯の地下鉄駅などで同時テロと、昔の日本のサリン事件を思わせるモノだった。\n\nG8開催と合わせたのかもしくはオリンピック開催地決定と合わせたのかわからないが、テログループとしてどの程度の効果があるのか？G8のメンバーはテロ対抗を打ち出したが、こちらもどこまでテロに対して打撃が与えられるのか？テロを根絶させてもらいたいが、下手にちょっかいを出すとさらに過激化しそうで、そちらも怖い。\n\n<em>そのうち日本でもアルカイダ関連のテロが起きそうで心配だ。</em>\n\n','',1,2521,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050715_katesaien',3,0,'2005-07-15 00:21:00','家庭菜園',null,'<p>くろねこのハバネロ栽培は失敗に終わったが、その影ですくすくと育ってるやつがいた！<br />\r<br />\r<a href=\"http://www.blackcat.xyz/images/articles/050715_katesaien_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"319\" src=\"http://www.blackcat.xyz/images/articles/050715_katesaien_1.jpg\" alt=\"\"></a><br />\r<br />\rベランダでピーマンとなすを育てていたのだが、結構大きくなった。<br />\r<br />\r食べてみたら、結構うまかった。<br />\r<br />\r無農薬で育てたかったのだが、ピーマンは良いとしてなすにはアブラムシがいっぱい付きますな。<br />\r<br />\rしかし、ピーマンの天ぷらを食べながら、ハバネロの天ぷらが食べたかったと思う...</p>','',1,2924,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/050715_katesaien_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xylitol_gum',3,0,'2005-07-15 22:10:31','食品に安心な ロッテキシリトール・ガム',null,'ロッテキシリトール・ガムのボトルタイプにはガムを包んで捨てるためと思われる、<strong>捨て紙</strong>と呼ばれる紙が入っている。<br />\n<br />\nこの捨て紙、見た目は付箋紙そのものなのだが、ボトルの注意書きとして以下のように記載されている。<br />\n<blockquote>●ボトルの中に捨て紙が入っています。\n●捨て紙には食品に安心なノリを使用しています。</blockquote>\n<br />\nうん？食品に安心な？食品に安心でも人体に影響を及ぼすモノでは困るのだが...<br />\n<br />\n<strong>食品に安心とは...捨て紙をガムと混ぜておいても、捨て紙のノリにより食品が変質しないこと</strong>であり、<br />\n<strong>人体に安心とは...捨て紙のノリを口に含んでも身体に悪影響を及ぼすことのないこと</strong>である。<br />\n<br />\n<em>ということで、例え食品に安心でも人体に悪影響があるモノを混ぜられていると、安心して食べられんのだ！</em><br />\n<br />\nロッテよ改善を望む！','',1,4334,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050717_established_interest',3,0,'2005-07-17 14:46:28','既得権益',null,'最近、良く目にするモノに<em>既得権益</em>なるモノがある。<br />\n<br />\nくろねこが理解しているところでは既得権益というやつは、<em>ある特定の人・団体に対し保証されている利益のこと</em>である。<br />\n<br />\n最近小泉が盛んに叫んでいる郵政民営化とは？<br />\n<br />\nそのメリットやデメリットは今ひとつ理解できていないが、それは政治家やメディアにも問題があるなと思う。物事にはメリットとデメリットが必ずあると思っているのだが、いつも政治にはそのメリットとデメリットがきちんと話し合われていない。ほとんどの場合、根拠が示されていないのだ！<br />\n<br />\n既得権益として以前テレビで放送してたのが、\n<blockquote>特定郵便局長というのは、公務員でありながら、その身分がほぼ世襲の様な形で子や孫に受け継がれる</blockquote>\nということ、理由は土地や建物が郵便局長私有物であるかららしい。そして郵便局としてのその土地・建物の使用料を国が支払っているらしい。<br />\nある意味、すごく合理的にも受け取れる。昔は郵便局を建てるお金の負担が大きかっただろうから、とても合理的な発送だったのかもしれない。しかし、今はどこにでもコンビニなどのお店がある。そのお店に郵便局の機能があれば事足りるような気がして、それほど合理的には思えない。<br />\n<br />\nあるサイトによると、特定郵便局長に支払われる金額の内訳として...\n<blockquote>家賃として支払われる額、年間約500万円。<br />\n全国特定郵便局長の平均年収は約920万円。</blockquote>\nふむ...これだけもらえるならくろねこも、特定郵便局長になってみたい...<br />\nしかし、特定郵便局長の募集など知ってる人間でないと、目に付かないような方法で募集されているようだ。くろねこはかつて会社に努めていたときに、公務員になってみたいと郵便局の募集要項を手に入れたが、確か特定郵便局長の募集は記載されていなかった。<br />\n<br />\nしかし、特定郵便局長の所には募集要項が回ってくるようだ。しかもその試験の合格率が極端に高くほとんど落ちないというような内容で報道されていたと思う。また、その試験問題も事前にわかるというような内容だったと記憶している。<br />\n<br />\nこんな内容だと、特定郵便局長の抗議など既得権益を守るため以外の何者でもないように思うな。<br />\n<br />\n話は変わるが他に既得権益といえば...<br />\n部落地域に住んでる人間にも既得権益は多そうだ...<br />\n過去に差別されたからという理由で、すごく安い家賃の物件に住んでるらしい。水道代などの公共料金、NHK受信料、国民年金保険料免除などの特権があるようだ...<br />\n<br />\nさらに、既得権益でネットを検索してみると<a href=\"http://freett.com/iu/memo/Chapter-010607.html#010607080000\">こんなサイト</a>を見つけた...<br />\n日本国内に住んでいる朝鮮人にこんな既得権益があったのか...日本人が苦労して稼いだお金の中から税金を納めているのに在日朝鮮人なんぞにもって行かれていたのか...さらに中国人にはODAとしてもって行かれる...これも既得権益？<br />\n<br />\nついでに、刑務所の囚人を養うのに必要な経費は一人あたり、20数万円/月に及ぶそうだ...犯罪者を守るために血税が...これも既得権益か...<br />\n<br />\n最後にこれには反対しない人も多いかと思うが、軽自動車も既得権益だと思うのだが...<br />\n軽自動車の優遇税制は確か暫定税制のはずで、しかも期限は切れているはず...ここらで軽自動車の仕組みを廃して、自動車グリーン税制に一本化するのはどうだろう？<br />\n<br />\nまあ郵政改革だけでなく既得権益を廃して、国民全員に公平で平等なシステム作りが行われるよう期待したいものだ。','あっそうそう、うちの嫁も働かず、くろねこにたかるという既得権益を手にしているので、<strong>そろそろ外に働きにでてたら？</strong>といっても、<strong>じゃあ家事やってくれるの？</strong>というだけで、いっこうに動く気配がありません。主婦の経済活動の算出基準という指標がほしいくろねこでした。<br />\n<br />\n<strong>8/12 追記</strong><br />\n一部のサイトで、特定郵便局局長の平均年収を家賃抜きと解釈している人がいるようだが、それは誤りだ。<br />\n<blockquote><a href=\"http://www.shugiin.go.jp/itdb_shitsumon.nsf/html/shitsumon/b158020.htm\">衆議院議員長妻昭君提出自ら勤務する特定郵便局へ土地・建物を貸す特定郵便局長に関する質問に対する答弁書</a></blockquote>を見るに、下記のように記されていることから、<blockquote>借入特定郵便局の建物等の賃貸人である当該借入特定郵便局の長に対して平成十四年度に支払われた賃貸借料の年額の平均は約四百九十四万円であり、平成十五年三月に支払われた賃貸借料の月額の平均は約四十万円である。また、「平均年収」とは、当該借入特定郵便局の長に対して支払われた給与の年額を指すものと考えられるところ、平成十四年に支払われた当該額の平均は約九百十五万円である。</blockquote>家賃収入を含めた全体が915万円であり、内家賃収入は40万円/月なので480万円/年であると解釈すべきであろう。しかし、この915万円は家賃収入を含まれていないものが67%を占めているので、単純に計算すると、<em>家賃を含む局長の平均は1251万円/年、家賃収入を得ていない局長は平均771万円/年</em>となる。<br />\nさらに、その局長の合格率が公表されている。この内容が一概に正しいとは言えないと思うが、国会での答弁なのである程度信頼するしかないと思うが、以下のリンク先のようになっている。<blockquote><a href=\"http://www.shugiin.go.jp/itdb_shitsumon.nsf/html/shitsumon/b156116.htm\">衆議院議員長妻昭君提出特定郵便局長の採用が公募でない理由に関する質問に対する答弁書</a></blockquote>この内容から見ても、特定郵便局局長の合格率は、他の<a href=\"http://www.japanpost.jp/pressrelease/japanese/sonota/040202j901.html\">郵政公社職員の合格率(平成15年度:倍率288.5倍=合格率0.35%)</a>などに比べて非常に高いことがわかってもらえるだろうか？',1,6368,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('nec_valuestar',3,0,'2005-07-18 11:49:08','NEC VALUESTAR',null,'最近、だんだんPCがほしくなってきた...\n\n夏になるとあついので、熱量の少ないパソコンが...でもできるだけいいのがほしい...\n\n最近、気になるのがNECのVALUESTARなのだが、Pentium より Athlon 派としては <strong>TX</strong> より <strong>TZ</strong> がほしい。\n\nしかし、この TZ、TX に比べてかなり貧弱なのだ...\nこれが、良く <a href=\"http://pc.watch.impress.co.jp/\">PCWatch</a> で見るインテルの不当廉売と言うやつの結果なのだろうか？\n\nCPU は Athlon の中でも性能が低い Socket754 で 高性能型の Socket939 ではない。グラフィックのバスも AGP でPCI Express x16 ではない。他のバスも同様である。\n\nまとめると、ぱっと見ただけでも以下の通り...\n  CPU：性能が低い Socket754\n  バス：AGP、PCI\n  HDD：Ultra ATA\n約1-2年前の仕様ぽい\n\nこの辺が改善されれば、実売\\69,090(最廉価モデルで\\90,090からクーポンで\\21,000引き)なので、自分用にカスタムするべースとしても良いかも...\n\nとりあえず、121ware に改善要望だけ出しておいた。\n冬パソあたりで高性能水冷PCにあったスペックになることを期待しよう！','',1,2810,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_47',3,0,'2005-07-24 21:13:13','ドアがぼっこり...',null,'今日、買い物に行って、C#の本がないかな～と見に行った\n\nしかし、良い本がなかったので、帰ろうと駐車場から車を出した...\n\nすると、後部座席の方から、<strong>『ぼこぼこ』、『キー』</strong>と言う二つの異音が聞こえてくる...\n\nミラーで助手席側の壁とドアの隙間を確認すると、<em>かなり開いている</em>\n\nカートにぶつけてるわけでもなさそうだし...と思いつつ近くの駐車スペースに入れて降りてみると、\n\n壁の保護のために壁を取り囲むようにして、<em>ポール？が立っていててそれでひっかいたみたい</em>だった...\n\nなんてこった...行きつけの車屋で修理費用を算出してもらうと、約19万円、そしてもうすぐ１年点検なので、併せて20万円...\n\nとってもいたい出費になってしまいました。\n\nこんなことなら、今年も車両保険に入っておくべきだったのかな???\n\nというか、壁際のポールはバックするときにはよく見えてるんだけど、帰るときにはもう見えてないから、\n\n<em>ポールは見えるように(窓の高さぐらいに)背を高めに作っておいてくれるとうれしい...</em>','',1,2572,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_49',3,0,'2005-07-27 20:00:28','進学塾って通うと頭良くなるの？',null,'約1年ほどお世話になっている作業場がある。\n\nそして、その作業場の最寄り駅の駅前に、とある進学塾がある。また、自宅から駅までの間にも進学塾がある。\n<em>そのどちらにも共通することが、こいつらって頭良いのか？</em>\nという素朴な疑問だ...\n\nどうして、そのような疑問があるのかというと、通っている本人に疑問の種があるのではなく、その親に問題があるからだ。\nどういう問題かというと、進学塾に通っている生徒の送迎を親が行っているのだが、塾の授業が終わる前に向かえに来るので、当然子供が出てくるのを待つことになる。\nその待つ場所が問題で、交差点の真ん中であろうが対向車線に駐車があって、通常の車の通行の妨げになる様な場合でも、ちょっと遠慮しているようだが、基本的には自己の利益優先で駐車している。\n\nこのような<em>モラルの無い親の子供では、当然子供もモラルがないだろう。</em>\n<em>親の背中を見て子は育つのだ！</em>\n\n<em>進学塾に通わせる前に、自分の交通道徳みなおせー！</em>というか、<em>道路交通法勉強し直せば？</em>','',1,2887,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('vbvba_ubound1_1',3,0,'2005-07-28 23:49:02','[VB/VBA] 空配列のUBoundが-1にならない？',null,'最近はずっと Microsoft の Excel でVBAプログラムを作成している。<br />\n<br />\nVBA だろうと何だろうと保守性の低いプログラムを作りたくないので、機能単位でクラスモジュールにしているが、所詮 Excel なので、Book 間でソースが共有できない。<br />\nここが、保守管理上一番の問題点かな？と感じている。<br />\n100個プログラムを作って、共通部分に仕様変更があれば、100回修正を行うかモジュール単位でインポートを行う必要がある。<br />\n一つのモジュール内に共通部分と独自部分が共存していれば、単にインポートすれば良い問題ではなくなる。しかし、<strong>VBA のクラスモジュールは継承が出来ないので、<em>機能単位に分けたときに、それをさらに共通部分と独自部分に分けて、独自部分を継承で作る</em>というわけに行かない。</strong><br />\n<br />\n今日、またクラスモジュールを作成し使おうとしたら、こける...<br />\n原因を調べてる内に問題が見つかった。先ほど書いたこける問題とは別の問題だったのだが、動的配列に対し UBound を行うとこけるケースがあった。<br />\n動的配列を作って最初はサイズを 0 にしていたのだが、サイズ 0 の配列に対し UBound を行うとエラーが発生する仕様らしい。どうにかして回避できる方法が無いか、調べていると以下のような回避方法を見つけた。<br />\n<br />\nまず、以下のように宣言を行う。<br />\n<pre class=\"code\">Private Declare Function SafeArrayAllocDescriptor Lib \"oleaut32\" _\n   (ByVal cDims As Long, _\n    ByRef ppsaOut() As Any) As Long\n</pre>\n<br />\n実際に使用する前に、このAPI を適用します。関数内での使用であれば、宣言の直後にやっておくと良いかと思います。今回はクラスモジュールで使用したので、Clear と言うメソッドを作ってそこで使用しました。<br />\n以下のような感じになりました。<br />\n<pre class=\"code\">\n    Dim Hairetsu() As UserType\n    SafeArrayAllocDescriptor 1, Hairetsu\n</pre>\nすると、以降で空配列に対して行う <em>UBound(Hairetsu) が -1</em> になりました。\n<br />\nでも、こける原因が実は別にあって、グローバルで宣言されていたのを使用していると思ったら、実はローカル関数内にも同じように定義していたので、それでアウトになっていたのでした。<br />\nしかし、<strong>ウォッチにコンパイル出来ません</strong>と出すと何かまた別のエラーのように見えちゃいます...<br />\n<br />\nしかし、<em>もう二度と同じ手には引っかからないぞ！</em>という意味を込めてここにメモしておきます。','',1,18568,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_50',3,0,'2005-07-29 00:47:53','ロリポップにドメイン受信拒否機能が追加',null,'やっと、ロリポップにドメイン受信拒否機能が追加された\n\n早速、ドメイン指定でいくつかのメルアドについて、設定を行う。\nふと下に目をやると、アナウンスにはなかった<strong>『件名が英語の場合』</strong>、というのも付いている。これもなかなかよさげだ。\nこれもいくつかのメルアドに設定する。\n\n何か最近回線が遅いから、サーバ側でいらないメールを削除できるのは良いことだ！\n','',1,3599,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('fireworks',3,0,'2005-07-30 23:47:53','花火',null,'先ほど花火を見に行った！\n\n今年はこれで三度目の花火になる。\n１度目は<a href=\"http://www.biwako-visitors.jp/sekaihanabi/\">世界花火大会滋賀</a>を、二度目は<a href=\"http://www.biwako-visitors.jp/search/event.php?id=444\">野洲川の花火</a>を見に行ったが、今日は水口の水口橋の花火を見に行った。\n滋賀の中でも田舎の花火なのであんまり期待はしていなかったのだが、たまたま渋滞で止まったところが、打ち上げを行っていた所すぐ近く、花火のほぼ真下に当たる橋の上だったこと、しかも20分程度ずっと止まったままだったので、思いがけずじっくりと見れた。\n\n結果から言うとかなり満足できた。滋賀で言うと<a href=\"http://park14.wakwak.com/~eiki/sanpo/bhana.html\">琵琶湖花火大会</a>が一番大きいと思うが、二カ所に分散していることと地上からだとそれほど近くない(有料観覧席や船上だと近いかも)。\nしかし、今日はほんとに近かったので数年前に見た江戸川の花火を思い出してしまった。\n江戸川の花火よりも数も時間も打ち上げ箇所も小規模なのだが、近いのでかなり迫力があった。\n花火の臭いもしてきそうな雰囲気があった。しかも、江戸川ほど混んではいない。\n\nしかし、路上駐車は多く、やはり警察の対応は無能の一言がぴったりだった。まあそのおかげでベストポジションが手に入った訳だが...\n\n花火は最高だったが、警察の無能さには脱帽という感じだった!','',1,3056,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-Xls_R1c1toA1',3,0,'2005-07-31 01:32:54','[Excel VBA] セルの形式をR1C1形式からA1形式に変換','','<p>なぜ、今まで知らなかったのだろう...</p>\r<p>というか何で今までちゃんと調べなかったのだろう？<br />\rセルの形式をR1C1形式からA1形式に変換するのに自作関数まで作ってたことがとてもばからしい...<br />\rあるはずだとは思っていたのだが、見つからなかった。ヘルプでキーワード検索しても、全文検索しても... オブジェクトパッケージャで上から順に怪しいメソッドを順に試せば、わかったはずだった。しかしやらなかった。<br />\r結論を言うと、<strong>Cells もしくは Range オブジェクトには Address というプロパティがあって、それを利用するとセルもしくは範囲がA1形式の絶対表記で取得できる</strong>。セル自体を参照する分には必ずしも必要ではないが、列を選択する際にはA1形式の方が圧倒的に表記が楽だ！<br />\r使い方はこんな感じ...</p>\r<pre class=\"brush: vb;\">\r    With Worksheets(1)\r        Debug.Print .Range(.Cells(1, 1), .Cells(1, 1)).Address\r        Debug.Print .Cells(1, 1).Address\r    End With\r</pre>\r<p>Excelには便利な機能があるが、使い方を知らないものたくさんある。<br />\r今一番知りたいのは、オートフィルタでフィルタされずに表示されている行だけ、ループで順に処理できる方法。わかったらまたここにメモしておくことにしよう。</p>\r<p>しかし、<em>最近の Office のヘルプはとても使いづらい...</em></p>','<p>あとで、わかったことだが、列選択する際にこんな面倒な変換を行わずとも、Columns プロパティを使えば列選択できることがわかった。ただし1列選択の場合のみだが、たいていのプログラムは問題ないだろう...</p>',1,32293,1,0,'2005-08-30 01:32:54',1,'',0,1,1,0,0,'2011-02-25 09:35:56','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-Xls_IsMissing',3,0,'2005-08-04 14:13:27','[Excel VBA] IsMissing...',null,'<p>VB/VBAでは引数にOptional が使える。Delphi、C++、VB.Net にはない機能だ...<br />\r関数を作る際に、Optional A As Variantなど Optional付で指定したパラメータは省略ができるようになる。<br />\rそしてその関数を利用する際に、Optional のパラメータが省略されたかどうかを調べることができるのが、IsMissing というわけ！</p>\r<p>しかし、VB6以前には Optional パラメータには Variant 型しか指定できなかったのが、VB6からは Boolean 型なども指定できるようになった。しかし、Variant 型以外を指定した場合には、IsMissing 関数が使用できないのだ!!</p>\r<p>知らんかった...</p>\r<p>型指定の省略可能パラメータを省略した場合には、デフォルトの省略値が最初からセットされた形で関数が処理されている。<br />\rBoolean であれば False、数値型であれば 0、文字列型であれば空文字列がデフォルトの省略値。<br />\r変数宣言して初期値で初期化しなかったときのデフォルトと同じですな...</p>\r<p>Boolean 型の省略パラメータに対し、 IsMissing を使用して省略判定しようとして期待した結果にならないからと、デバッグして初めてわかったポカミスでした。(T_T)</p>','',1,6275,0,0,'2005-09-03 14:13:27',0,'',0,1,1,0,0,'2009-11-15 22:50:05','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_52',3,0,'2005-08-06 15:26:22','ウルティマオンライン 宝珠の守人 が予約開始',null,'ウルティマオンラインの新版『ウルティマオンライン 宝珠の守人』が９月１日に発売予定だが、３日から一部で予約開始になったようだ。<br />\n<br />\nパラリの記事によると、\n<blockquote>３日から一部で予約受付が行われているUOMLですが、出荷制限し過ぎのようで、わずか１日で既にアップグレード版の予約受付が停止しているようです。<br />\n　まだほとんどの人が予約出来ていないと思うので、また後に予約受付が復活するかどうか定期的にチェックしてみて下さい。</blockquote>\nとあるが、今日アマゾンで確認する限り予約受付しているようだ。(アップグレード版のみ)<br />\n<br />\nということで、アップグレード希望でまだ予約されていない方は以下アマゾンのリンクを作っておくのでどうぞ！<br />\n<br />\n<ul><li>UOMLアップグレードパッケージの購入はこちら<br />\n　<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B000AMCUD8/letsplaywithd-22\">ウルティマオンライン 宝珠の守人 アップグレード専用版（冥府の軍馬付き）</a></li>\n<li>UOML新規アカウントパッケージの購入はこちら<br />\n　<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B000AMHUY2/letsplaywithd-22\">ウルティマオンライン 宝珠の守人 新規登録版（冥府の軍馬付き）</a></li></ul>\n<br />\nくろねこは最近忙しくて、ウルティマオンラインをやる時間が取れていない...<br />\nやる時間がないのにゲームタイムを買うのはどうかと思い、最近はもっぱら無料のUCGO(βテスト中)に時間を割いている...<br />\nウルティマオンラインも新版がでて、新たな展開があるかもしれないから、今からゲームタイムを買って更新しておくかな？','<strong>8/6 18:23</strong> クリック先のぺージで、お一人様一個の記述を発見しました。<br />\n初回記載時にあったかどうかどうか不明ですが、商品のぺージには見あたりません。<br />\n重要なことは商品のぺージに記載すべきだと思いますが...<br />\n<br />\nしかも、18:23現在商品のぺージで、初回記載時に出来ていた<em>予約が出来ない状態</em>になっています。<br />\n確実にほしい人は、こまめなチェックが必要ですね。<br />\n<br />\n<strong>8/7 0:00</strong> 商品ぺージへの直接リンクに変更しました。<br />\nまた、新規登録版の予約が開始されたようです。アップグレード専用版の予約状況は変わらず停止中でした。既存のユーザはアップグレード版を購入することになると思うので、新規登録版よりはアップグレード専用版の予約開始を期待したいとことですね。<br />\nまあ、予約状受付再開も９月１日に間に合うようにはなると思いますが...',1,2936,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('htmlhelp290bpl',3,0,'2005-08-07 18:39:33','htmlhelp290.bplでアドレス違反発生!',null,'Delphi 2005インストール後、Microsoft SQL Server 2005 Beta 2 CTPをインストールすると htmlhelp290.bpl でアドレス違反発生します。<br />\n<blockquote>モジュール \'htmlhelp290.bpl\' のアドレス 06D177BE でアドレス 00000018 に対する読み込み違反がおきました。.</blockquote>\n<br />\n普段はDelphi2005で遊んでいるくろねこだが、最近のDelphiは質が低くていかん...<br />\nものの質も悪いが、.Net対応状況などを見ていると、どうも志が低いような気がする...<br />\n<br />\nというわけで、.Netで遊ぶなら本家かな？と思い、でも一度C#を買って封を開けただけ！という過去を繰り返したくはないので、とりあえず Beta2でお試しすることにした...<br />\n<br />\nしかし、その後 Delphi 2005を起動すると、上記モジュールでアドレス違反が発生する...<br />\nしかし、犯人がVS2005 Beta2である証拠が無いので、とりあえずDelphi 2005の修復を試みるが失敗！ネットで検索してみると、 VS2005 Beta2中のMS SQL Serverが悪いことが判明。<a href=\"http://qc.borland.com/wc/qcmain.aspx?d=13822\">QC#13822</a> にレポートが上がってた...<br />\n対策方法も以下のように記載されてた。<br />\n<blockquote>Uninstall .Net Framework 1.1 SDK, and reinstall it.</blockquote>\n<br />\n早速、Microsoft .Net Framework 1.1 (Japanese) SDK をアンインストールして、再度インストールすることにした.この対応で、一応正常起動するようになった。しかし、VS2005 側に問題が出ていないかはこれから...','',1,6629,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_53',3,0,'2005-08-08 10:03:19','朝からワン切り...',null,'朝から嫁が『着信あるでー』と息子に携帯を持ってよこした...\n\n電話番号は... <em>0758032211</em> こんな番号知らん...(ΘΘ）ρ\nと思ったのもつかの間...思い出したワン切り番号\n確か、以前かかってたのも京都あたりの 075 からと思い着歴を探す...\nあった... <em>0758221111</em> <a href=\"http://www.age.jp/~busters/one_enq/enq.cgi\">ワン切り番号ワーストランキング</a>  一位やん...あかんやん...\n\nというわけで、晒しておくので皆様お気を付けて！\nあ、それからリンク先のぺージなのですが、管理者が管理してないようで、同じ番号があちこちにあるので、順位は当てにならないかも...いくつか検索して足してみないとって感じですね！でわでわ！','',1,3774,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050808_postoffice',3,0,'2005-08-08 14:20:04','郵政民営化法案 否決',null,'ちょうど今、郵政民営化法案否決のニュースが流れている。\n\n郵政民営化自体には賛成なのだが、法案の中身が良くわからない。\n反対のものも多いが、既得権益がらみの反対なのかそれとも、地方の不利益を考慮したことによる反対なのか、この法案のいいところ悪いところの具体的内容がよく見えていない。\n\nニュースを見ていても、法案がちゃんと煮詰められた上で、審議されたのか伝わってこない。\n\n民営化されれば、特定財源が特定以外のことに使われるような矛盾は無くなるな、きっと。\n道路公団は民営化が決まっているが、ORSE(財団法人道路システム高度化推進機構)のような新たな既得権益が出来るようでは、民営化してもメリットは薄い。ETCのデータベース管理も規格だけ決めて民営化するべきだ！いや、財団法人の純利益を法律で制限すべきか...\n\nいずれにせよ解散総選挙になるようだが、今回はどこに票を入れようか...悩む...\n郵政民営化についてもう少し中身を練り直してほしいと思う反面、北朝鮮による拉致問題に対する外交能力の欠如、そして年金問題など小泉ではまずい問題も山積する。\n他にも、交通マナーのない亀井静香や上野賢一郎、こんなやつがいるところに投票すれば日本の政治は今よりひどくなる...困った...','',1,4482,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_55',3,0,'2005-08-09 00:11:02','琵琶湖花火大会いってきた...',null,'花火はとてもきれいだった...\n\nしかし、その影でむかつくことも多かった。\nロッテリアにバーガー買いに行ったら、花火特別メニューになってて食いたいものが食えない状況になってた...まあそれは良いとして、<strong>16時からの限定メニュー、18:20にはすでに売れ切れの商品</strong>がでてる...<em>限定するならある程度量を確保しろ...全く...発注ミスだ</em>ちゅーに\n\n次に...昨年は無料で観覧出来た部分に新たに壁が出来て、有料観覧席になってた...\n<strong>公共の土地を一企業が私利私欲のために独占するなど許せん</strong>...と思ったら<strong>主催者は県知事</strong>だった...やられた...<em>壁じゃなく金網だったら後ろからでもよく見えるのに...かえてくれー</em>\n来年からは、有料席を検討しよう...\n\nで、今年も無料席を陣取っていたわけだが、<strong>荷物を置いている上からレジャーシートをかぶせてその上から座る阿呆が居った</strong>...むかつくと思っていたら、それを知ってか知らないでか知るよしもないが、<strong>2歳の息子がそいつのレジャーシートに砂利をかけていた</strong>...とりあえず、息子を押さえつけてやめさせるも、心の中では<em>天罰</em>だと思ってたりして...しかし、息子の手はぼろぼろになってた...\n\n後、<strong>阿呆といえば、自分も小さな子供連れているのにたばこを吸って、しかも地面にポイ捨てしているやつ</strong>...ああ、<em>全国禁煙にならないかな...誰かJTもミドリ十字と同じように犯罪企業として訴えてはくれないだろうか、年間JT(厚生労働省)に何人殺されているのか知りたい</em>...\n\n最後に、後ろに座っていた自称京都市立塔南高校の女子高生、うるさい、しかも、<strong>帰り際にゴミをそのまま放置して行きやがった</strong>...そいつら曰く、<em>滋賀県民じゃないから...</em>ということらしい...じゃあくるな\n\nという具合で、むかつくことも多々.\n\nしかし、繰り返すが花火はとてもきれいで、年々発色も良くなっていくように思えた！\n今年の新作の孔雀？もかなりきれいだった。しかし、くろねこ的には柳が一番よかった。\n柳も種類が増えててちょっと赤みのかかった太めの花火がきれいだった！','',1,3164,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0057',3,0,'2005-08-10 12:45:00','[Delphi] DBGrid のスクロールバーを消す','','<p>まず、TDBGird コンポーネントから垂直スクロールバーを消すためには、UpdateScrollBar メソッドをオーバーライドする必要がある。</p>\r<p>UpdateScrollBar メソッドの内部で、スクロールバーの最小値と最大値を 0 に変更するために <strong>SetScrollnfo API</strong> を呼び出さなくてはならない。 (最小値と最大値をともに 0 に変更することで、スクロールバーを表示しないよう視することが出来る。TCustomDBGrid のUpdateScrollBar でこのAPIを用いてスクロールバーの処理を行っている。)</p>\r<p>以下にスクロールバーの非表示化を行ったコンポーネントのコードを示す。</p>\r<pre class=\"brush: delphi; highlight:[37]\">\runit NoScrollbarDBGrid;\r\rinterface\r\ruses\r  SysUtils, Classes, Controls, Grids, DBGrids;\r\rtype\r  TNoScrollbarDBGrid = class(TDBGrid)\r  protected\r    procedure UpdateScrollBar; override;\r  end;\r\rprocedure Register;\r\rimplementation\r\ruses\r  Windows;\r\rprocedure Register;\rbegin\r  RegisterComponents(\'Black Cat\', [TNoScrollbarDBGrid]);\rend;\r\r{ TNoScrollbarDBGrid }\r\rprocedure TNoScrollbarDBGrid.UpdateScrollBar;\rvar\r  si: TScrollInfo;\rbegin\r  inherited;\r  si.cbSize := sizeof(si);\r  si.fMask := SIF_RANGE;\r  si.nMin := 0;\r  si.nMax := 0;\r  SetScrollInfo(Handle, SB_VERT, si, false);\rend;\r\rend.\r</pre>\r<p>一般的に実際に使う場合には、TDBGrid を継承したコンポーネントを作成するより、TCustomDBGrid の様に TCustom～ で始まるコンポーネントを継承する方がオススメだ。 なぜならコーディング量は多少多くなるが、不要なプロパティなどを見せなくすることが出来るからだ。理由として、C++ だと親クラスのメンバを子クラス側で見せないようにすることも可能だが、Delphi では出来ないということがある。</p>\r<p>ちなみに、水平スクロールバーを消すには、SB_VERT を <strong>SB_HORZ</strong> に変えたら出来ると思い、やってみたが出来なかった。何か一ひねり必要なのかもしれない...</p>','',1,12445,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-13 11:21:30','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_56',3,0,'2005-08-13 11:50:03','税金で小遣い稼ぎ!?',null,'<a href=\"http://headlines.yahoo.co.jp/hl?a=20050813-00000401-yom-soci\">Yahoo!ニュース - 読売新聞 - 監修料禁止したら…社保庁の出版物購入５９→１種類に</a>に寄ると、\n<blockquote>監修料の受け取りが禁じられた０４年度から、１種類を除きすべての購入を打ち切っていたことがわかった。</blockquote>\nということらしい。<br />\nまた、残った１種類も冊数を減らし、しかも内作によって１億１千万が173万円に...全体で見れば、5年で41億円が1年で173万円なので、5年で約41億円の節約に...<br />\nということは、<em>41億円も税金の無駄遣いであった</em>と...<br />\n<blockquote>こうした実態について、監修料問題を追及している長妻昭・前衆院議員（民主）は「六法と『事務手続きマニュアル』以外は、業務の遂行に不必要だったということ。小遣いを稼ぐために税金を浪費していたことの動かぬ証拠だ」と批判。</blockquote>という、長妻昭の意見に対し、同庁は、\n<blockquote>監修料とは別な次元の問題として、小冊子などの配布や購入の必要性を検討した結果だ</blockquote>\nと説明しているらしい。<em>郵政民営化が終わったら国民年金民営化が必要ではない</em>？<br />\n<br />\n記事の詳細は、リンク先を参照のこと。','',1,2663,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ucgo',3,0,'2005-08-19 13:30:07','UCGO 正式サービス決定',null,'<p>くろねこが、&beta;テスタをやっているUCGO(<a href=\"http://beta.universalcentury.net/main/index.php\">UniversalCentury.net GUNDAM ONLINE</a>)の<em>正式サービス日が決定</em>しました。</p>\r<p>メンテ明け後、その話題で持ちきり。生産関連のスキル上げも馬鹿らしくなってきて...<br />\rとこれだけだったらいいのだが、未だに不具合も多い UCGO このまま正式サービスはじめても、ユーザが付いてきそうな雰囲気はない...<br />\r&beta;テスタの半分ほどは、やめそうな雰囲気ですね...<br />\rパッケージも結構高そうだし（バンダイへの上納金込みという噂、某開発ソフトハウスと同じか？）、サービス料も月額1,575円とUltima Online一ヶ月分。まとめ払いによるディスカウントもなさそうですね...</p>\r<p>どうなることやら...</p>','',1,31770,0,0,'2005-09-18 13:30:07',0,'<a href=\"http://beta.universalcentury.net/main/index.php\">UniversalCentury.net GU...</a>',0,1,1,0,0,'2009-11-19 00:07:46','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('unicode_utf',3,0,'2005-08-21 18:16:07','Unicode と UTF','','<p>TeraPad を使用していて、Unicode が複数あることに気づく、というか秀丸でも複数あったんだけど...<br /><br />TeraPad には以下の3種類が定義されている。</p>\r<ol>\r<li>Unicode</li>\r<li>UTF-8</li>\r<li>UTF-8N</li>\r</ol>\r<p><br />秀丸では TeraPad と異なり、Unicode という体系の中に以下の4種類が定義されている。</p>\r<ol>\r<li>UTF-16</li>\r<li>UTF-16,Big-Endian</li>\r<li>UTF-8</li>\r<li>UTF-7</li>\r</ol>\r<p><br /><br />秀丸はわかりやすいが TeraPad の Unicode と UTF-8 ってなんだ？<br />どうやら、Unicode は UTF-16 のリトルエンディアンらしいのだが UTF-8N は UTF-8 の BOM 無しの様なのだ。<br />Unicode に付いてはこちらのぺージが参考になるかも？<a href=\"http://homepage1.nifty.com/nomenclator/unicode/ucs_utf.htm\">UCS-2とUTF-8</a> <br />あと、どうやら TeraPad はクリップボードの中のエンコードを確認していないようだ。DreamWeaver からコピーペーストを行うと文字化けを起こす。同様のことを Delphi で試した。すると、Delphi Win32版は各エディションとも全く同じ文字化けを起こした。.Net版は正しく変換して張り付いた。どうやら Win32環境で Delphi で対応しようとすると自前で実装が必要なようですね。</p>','<p>あとで、サポート掲示板に不具合内容を書いておいたら、てらおさんが暫定(0.89a)で修正してくれました。</p>',1,6503,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://homepage1.nifty.com/nomenclator/unicode/ucs_utf.htm\">UCS-2とUTF-8</a>',0,1,1,0,0,'2012-09-02 22:33:25','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_58',3,0,'2005-08-24 21:44:43','家の近所に三日月大造選挙事務所が出来た',null,'家の近所に三日月大造選挙事務所が出来た。\n\nといっても、今週月曜日にオープンした。\nお盆休み中からつぶれた寿司屋を改造して作ってた。選挙が身近に感じられる。\n\nしかし、三日月大造って何してるんだ。<a href=\"http://www.genki1.com/nikki.html\">三日月大造 元気サイト</a>を見てもさっぱり。\n何してるか見るにはやはり活動日記かと思い。活動日記を見てみたがとても見にくい。\nフレームの中にシステム一式が入っているようで、検索とかが一番下までスクロールして空でないと使えないのは、使ってない証拠だ。\nやはり検索は一番見えやすい一番上か、一番下にするにしても、1画面で入るような情報量に制限されたぺージでないと使いにくい。\nまあ、この日記を見ていると時間が原因と思えるが、活動日記も子供の日記で国政について日々どう考えているのかそういうことは伝わってこない。\n三日月が何を考えているか一番わかりやすいのは、「何を考えて、何をやっているの？」の中にある「三日月の政策」だ。\n\nあと、一番活動内容がわかるのが「国会飛脚便 三日月国会質疑応答」だが、質疑応答した内容と感想が記載されているのみ。\nまた、国会質疑概要とビデオライブラリーの内容が、かみ合ってないところがあるというのは困ったことだ。\n質疑応答したのなら、その質疑と回答内容簡潔にまとめ、その内容についての評価を行い、そしてそれについてどう対応していくのかを示すべきではないのか。\n内容的にはぺージ内の内容よりも、TV・ビデオライブラリーの内容の方がかなりわかりやすい。\n「半歩前進」とか、「法案作りに関わっていくこととなる」とか「認識を共有した」とか、そんな抽象的なことをいっているようではまだまだ。\n\nやはり専門家でない一般国民向けには、<em>この法案が成立したら国民の皆さんの生活はこう変わります</em>というようにわかりやすく書くべきではないか？\nどうでなければ、理解の上の集票は望めないだろう。','9/11\n選挙速報中に選挙事務所に行ったところ、とても残念なことがありました。\nその点も含めてWEBサイトの見にくい点も一緒に指摘させていただきました。\n(くろねこのWEBサイトも見やすいとは言えないですね...)\nやはり、人の上に立つ(代表となる)国会議員というお仕事をされるわけですから、自らが決めたルールは守っていただかないと...\n選挙には当選されたようで、三日月氏にとっては良かったですね。\nしかし、民主としては過半数を取れなかったことで、マニフェストにあった年金改革や、子育て支援の月16,000円が支給されないのは悲しいですね...\n',1,4007,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050828_oda_1',3,0,'2005-08-28 12:27:48','経済大国に ODA は必要か？',null,'9/11 に総選挙が行われる。<br />\r\n<br />\r\nということで、くろねこの選挙に対する批評でも書こうかと途中迄用意したが、風邪でダウンしてとりあえずやめにした。<br />\r\nまた、時間があれば書くとしよう。<br />\r\n<br />\r\nところで掲題の件だが、経済大国が発展途上国に対して ODA が必要かと言うことを議論したい訳ではなく、逆で<em>経済大国に対し ODAは必要か？</em>ということである。<br />\r\nというのは、世界でも有数の規模を誇る中国に対し、有償・無償・その他技術協力を合わせて約3兆円ほど ODA を行っている事実がある。この内容については、「<a href=\"http://www.mofa.go.jp/mofaj/gaiko/oda/index/odaproject/index.html\">日本のODAプロジェクト</a>」を参照されたい。<br />\r\n中国は近年大きく経済発展を遂げており、G8 には参加していないが、国連の常任理事国にも入っているし、日本で出回っている品物の多くが中国製になってきている事実もある。(百均ショップなどほとんどが中国製。)また、2002年の資料とちょっと古いが<a href=\"http://www.yorozubp.com/0202/020212.htm\">中国のＧＤＰが日本のそれを追い越す日</a>というような見解もある。<br />\r\nこのような、国に対して ODA を行うよりも、<br />\r\n<ul><li>もっと貧しい国に対して ODA を行う方が効果的ではないか？</li><li>時刻の借金を返す方が先ではないか？<br />\r\n日本も平成17年度末で774兆円ほど借金を抱えている(<a href=\"http://www.takarabe-hrj.co.jp/takarabe/clock/about.htm\">借金時計とは</a>参照)</li><li>このまま ODA を続けるしにても、領土問題の解決とセットにすべきではないか？</li></ul>など考えるとべき所は多い。<br />\r\n領土問題にしても、北方領土ほど尖閣諸島や竹島は取りざたされることが少ないように感じる。<br />\r\n<br />\r\n日本政府としては、“隣国どうし仲良くやっていきましょうよ”というスタンスなのだが、世界の嫌われ者“中朝韓”(どうやら嫌われ者らしい、gooとかで検索してみて！)を相手にそれがどこまで通じるのだろうか？「中国のＧＤＰが日本のそれを追い越す日」が現実になったとき、中国からの ODA はあり得ない。再び中国を追い抜くためには、日本自身の成長が必要なだけである。','昔何かで聞いたのだが、有事が発生したとき「米国の守るべき地図に日本はない」というのがある。<br />どこの国も、我が身が優先なのだ。当然のことだと思うが、日本は第9条を遵守するのであれば、近隣諸国に日本を守った方が自国に対して利益がある。と常日頃から感じてもらうことが、有事の際に日本を守る唯一の方法ではないかと思う。<br />\r\n経済大国に対し、ODA を行っても相手は大して有意義だとは受け取ってはくれないだろう。特に武力により他国を支配しようとしている中国(中国は台湾独立に対して武力で威嚇している)に対してはなおさらだと言える。ODA はもっと喜んでもらえる貧しい国に対して行うべきだろう。',1,3636,1,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_57',3,0,'2005-09-02 00:17:38','ただでおなかいっぱいに出来る方法',null,'本当か嘘か定かではないが...\n\n<a href=\"http://x51.org/x/03/06/3049.php\"><em>太陽を食べる男 NASAが研究へ</em></a>というのを見つけた。この方法が正しいとすると、おなかがすいて仕方のない人は、ひたすら太陽を見ればいいことに...\n<strong>肥満にも効果があるかもしれない。</strong>\n\nNASAも着目し始めたというからすごい。昔の人は断食で太陽を見ていたのだろうか？\n断食も即神仏になるための断食と、こういう生きるための断食とあったのだろうか？\n\n<strong>しかし、ただただすごいとしか言いようのない内容であった...</strong>','',1,3119,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_59',3,0,'2005-09-11 21:41:59','選挙候補者の箱乗りっていいのか？',null,'今日、総選挙でしたね。皆さんはどこに投票されたのでしょうか？<br />\n<br />\n確率的には一番多い自民党なのでしょうか？<br />\n選挙活動において選挙カーに乗って選挙活動すると思いますが、シートベルト装着義務免除なんですよね。<br />\n道路交通法第71条の３において以下のように義務に対する免除が記載されています。<br />\n<br />\n<blockquote>ただし、疾病のため座席ベルトを装着することが療養上適当でない者が自動車を運転するとき、緊急自動車の運転者が当該緊急自動車を運転するとき、その他政令で定めるやむを得ない理由があるときは、この限りでない。</blockquote>\nで、道路交通法施行令第26条の３の２の第１項の八で以下のように免除されています。<br />\n<blockquote>公職選挙法 （昭和二十五年法律第百号）の適用を受ける選挙における公職の候補者又は選挙運動に従事する者が同法第百四十一条 の規定により選挙運動のために使用される自動車を当該選挙運動のため運転するとき。</blockquote>\n前置きが長くなったが、<em>シートベルトしなくても良いからと行って、箱乗りを許しても良いものか？</em><br />\n<strong>箱乗りしながら両手降られたりすると、後ろを走ってる車はすごく迷惑だぞ!! ＞ 上野賢一郎</strong><br />\nしかし、前回選挙では亀井も箱乗りしていたみたいだし、今回選挙では<strong><a href=\"http://www.obuchiyuko.com/\">小渕優子</a></strong>、<strong><a href=\"http://www.muneo.gr.jp/flash.html\">鈴木宗男</a></strong>などテレビに映りながら箱乗り...<br />\nこのような馬鹿どもが日本の政治を左右すると言うことも怖いが、それを放置している警察庁もダメだ...<br />\n<br />\n<em>このような人たちを見つけたら、警察に通報してあげてください</em>','',1,5499,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_60',3,0,'2005-09-15 22:22:53','銀行は信用するに値するか？',null,'<em>銀行は信用に値するのか？</em><br />\nたとえば、<strong>突然あなたの口座から預金が消えていたら...</strong><br />\n<strong>銀行はあなたの預金がなぜ消えたのか調べてくれるだろうか？</strong><br />\nまた、その<em>消えた預金を保護してくれるだろうか？</em><br />\n<br />\n約2年前くらいから気になっていたこの問題、2ch でキャッシュカードのセキュリティの版ができたり、＠ITで FIPS140-2 の記事を見た入りしたときに、クレジットカードやキャッシュカードのセキュリティが気になって仕方なかった...<br />\n実際に、<a href=\"http://nikkeibp.jp/wcs/leaf/CID/onair/jp/biz/357363\">「93.5％がクレジットカードのセキュリティに不安」</a>とのアンケート結果もでているようだ。<br />\n<br />\nクレジットカードのセキュリティはキャッシュカードよりも低くてもまだ安心できる。それは、60-61日間程度損害が保護されるという保護機構があるためだ。<br />\n(この保護機構がどの程度有用かについて疑問点が残る。)<br />\nたとえば、セゾンが管理するクレジットカードだと「毎月末締切、翌々月7日のお支払いなのでお財布にも余裕が。締切後37日間の安心はカード業界最長です」と案内があるが、締め切りは月一回ということは31＋37＝68日間も落ちるまでに時間がある。明細書は20日前後にお届けと有るので、31＋20＝<strong>51日間ぐらい明細が確認できない期間がある</strong>。(インターネットでの途中確認を除く。)<br />\n明細が届いて即確認しないと、<em>保護期間は11日しかない</em>。(セゾンの保護期間は61日間)\nさらに、全額(全明細分・全ケース)保護されるとは限らないだろう。<br />\n(家族が利用していた場合など、ケース外になることがあるようだ。)<br />\nしかし、保護規定があることは良いことだ。一定の制限があるかもしれないが、利用者側としてはスキミングなどの危険に注意を払う必要はあるが、未知の危険から逃れられる方法があるということだ。<br />\n<br />\n話をキャッシュカードに戻すとキャッシュカードはさらに危ない。全く保護規定がない。さらに銀行側にも預金を保護しなければならないという考えはないようだ。これは最高裁の判決による判例を盾にしている。\n(明らかに銀行内部で不正に使用された場合は除く。)<br />\n<br />\nしかし、利用者がどの様に危険から身を守ろうとしても、その情報は企業が持つ情報よりも圧倒的に少なく(銀行がこのような情報を開示しないことにもよる)、そしてそのような専門業務に就いているわけではない。さらに銀行側のシステム上の問題から、暗証番号が抜かれたりする可能性もある。従って銀行側で対策を講じるのが最も工数が少ない。この前郵便局で「暗証番号4桁は少ないよね」と問いかけたら、<strong>4/9997 という確率問題から安全だといわれた</strong>。でも、郵便局のATMのOS はたぶん WindowsNT なのです。ATM メンテナンス中にふたの部分に Windows NT マニュアル入っているのを見たので...<br />\nもし、今でもOSにWindowsNTを使用していたとしたら、OSの脆弱性はどうなってるのでしょうか？考えただけでも恐ろしい...<br />\n<br />\nこのあたりの銀行のシステム上の問題を本にした<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/4163667202/letsplaywithd-22\">キャッシュカードがあぶない</a>出ていました。<br />\nこの2日ほど前、Java の入門書を買った時に、気になって立ち読みしていたのですが、とても他人事とは思えず今日本をアマゾンで注文してしまいました。<br />\n<br />\nみなさんも、銀行の安全について一度考え直されることをおすすめします。<br />\nそして、みなさんがお使いの銀行にバイオメトリクスなどで保護されたシステムが導入され、キャッシュカードなどの暗号化も FIPS140-2 などに準拠した方法が採られること、そして何より銀行が考え方を改め利用者の危険に対してオープンになることを期待したい。まあ<em>銀行も利益重視で、顧客の安全など自社の利益を損なわなければどうでもいい</em>と思っているので、このあたりは国の管理責任とした方が良いのかもしれない。<br />\nということで、預金保護について国による法律の制定をお願いしたい。<br />\n<br />\n※ほとんど全ての企業は顧客と従業員の安全よりも利益が優先でしょう。<br />\n逆に安全優先といわれた方が気持ちが悪いです。<br />\n安全優先の姿勢をとるのは、安全に配慮しないことで災害が起こった場合に、その補償金・復旧費用などに費用の負担が発生すること。企業イメージの低下による収益の低下が発生するからです。<br />\nまた従業員が離職・死亡した場合には、その授業員が持つ技術力が失われること、また転職の場合には流出などの危険があるからだと考えるのが一般的でしょう。しかし、ほとんどの企業は従業員と油は絞りようと考えている様です。<br />\n<br />\nこのあたりは、雪印やミドリ十字、最近ではJR西日本やアスベスト問題、これからでは日本たばこ産業やこの銀行などが問題となっていくでしょう。','どう考えても、銀行よりクレジットカード会社の方が安全だ。必要以上の限度額が設定されている場合、必要最低限＋α程度の金額に設定する方がよいでしょう。\n設定金額で足りない場合には、カード会社に連絡することで限度額を一時的に変更してもらうことが可能です。\n\n※1 1ヶ月を最長の31日で計算\n※2 カード使用期間が1ヶ月と計算',1,3805,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_61',3,0,'2005-09-15 23:33:53','宗男よ！今度も逮捕されるか？',null,'やはり公職選挙法違反のようです。\n\n20歳未満の選挙活動は禁止されているのですが、宗男の娘(19)が選挙カーに乗って応援演説をしていた。\nこれはどう考えても、<strong>公職選挙法（未成年者の選挙運動の禁止）第137条の2</strong> に引っかかるでしょう!!\n\nどうやら、道民の方で問い合わされた方がいるようで、違反であることは間違いないようです。\n\nまたまた逮捕か？<em>宗男！</em>','',1,2544,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_62',3,0,'2005-09-21 16:45:07','蒜山高原に来た。',null,'蒜山高原に来た。\nちょっと早く来すぎて、どこも開いていなかった。\nしばらくぐるぐる回っていると、蒜山高原センターが開いた。ここでお土産をしこたま買いあさり、併設されてている JOYFUL PARK (遊園地)に目をやった。\nこの遊園地がかなり良かった。何が良かったかと言うと、平日ということもあってか、貸切状態で待たずに乗れる。また、従業員の愛想が良い。誕生日だとフリーパスがもらえるのだが、これにソフトドリンクが付いているのだが、ソフトドリンク以外からも選べた。しかも、ケーキもサービスされるなどサービスも良かった。\nおすすめである。\n是非、近くまで観光に来たら、よって行かれるといいだろう!!','',1,2607,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_63',3,0,'2005-09-22 19:12:23','梨狩りに来た！',null,'蒜山を出て鳥取まで梨狩りに来た\n\n梨が食い放題なのだが、一個あたり150円でテイクアウトも可能。\nなので、小さいやつは現地で食べて大きいものを持って帰るように、現地の生産者から言われた。\nしかし、黄色いのがうまい。熟して落ちてきたやつでも青いのがある。\nたまに袋がかぶっていないのもあるが、そいつがうまい。ただし、見た目はかなり悪い。\n\n食い放題なので、元取るんだーと意気込んで食べ過ぎたので、昼からおなか緩くなった。\n食べ過ぎだ...\n\nしかし、3組いたが悪いやつは他が見てない間に、鞄の中に詰め込んでるのね...','',1,2598,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_64',3,0,'2005-09-22 22:19:08','でっかい砂場',null,'鳥取のでっかい砂場にやってきた。\n\n鳥取砂丘も息子にとっては、大きな砂場でしかなかった。\n落ちてた洗剤スプーンで砂をすくって、山作って遊んでた。\nしかし、砂丘を超えて海側に行く人は、水分をもって行った方が良いですな～。\n全力で上ってきたら、のどからから、しかし砂丘の上に自販機など有ろうはずがない。\n\nやられたー。','',1,2890,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('movabletype_32',3,0,'2005-09-23 19:52:09','MovableType 3.2 βに移行しました',null,'MovableType 3.2 βに移行しました。\n\nMovableType3.2 βに移行する前に、最近 XOOPS から分かれて XOOPS Cube になった XOOPS を最新バージョンにアップデート。\nXOOPS の BackPack でデータベース全体のバックアップを取る。\n次に FFFTP でファイルのバックアップを取った。\n\nしかし、3.2 βに移行したら、データベースが変更されてしまったので、新しいエントリはバックアップを戻したら無くなってしまう。こうなると戻すのがいやになる。\n\nでも、無くなってしまうと大変困るので、βテストに参加される人はデイリーバックアップをかねてフルバックアップが良いでしょう。\n\nアップグレードしたら、管理サイトなどのメニューが、アイコンが増えてちょっとカラフルになりました。\nあと同一日付のエントリの並び順が変わりました。くろねこのつぶやきは日付降順のなのですが、<strong>アップデート前は同一日付のエントリが昇順で並んでいたので何か変だったのですが、今回のバージョンアップで、時刻までを見て降順に設定してくれている</strong>ようです。\n\n何か変になったところは、<strong>メインカテゴリの？のリンクが切れてしまった</strong>ことだけ発見できましたが、アップデートに失敗したのか？もしくはバグなのかまだ不明です。\n\nまあこんな感じなので、繰り返すようですが<em>アップデート前にはバックアップを取ることをオススメします</em>。','',1,4280,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('fit_navi1',3,0,'2005-09-25 19:14:50','フィットのナビが壊れた...',null,'前にフィットのドアが壊れたのはお伝えしたとおりだが、今度はナビが壊れた。<br />\n<br />\n音声認識が全く行われないというか、音声を検出しなくなった。<br />\n<em>ホンダの品質管理っていったいどうなっているんだろうと思う</em>。前の車に付いていた純正オプションナビも壊れて数回取り替えをしましたよ。初回の車検付近から、車を買い換える1年ほど前まで悩まされましたね。<br />\nまた、ナビなどの<strong>オプション品は1年点検の検査対象にも入ってない</strong>のだという。<br />\nナビが壊れても、即安全に支障をきたすわけではないが、やはり車全体を点検してほしい。<br />\nそのために、純正部品でかつメーカオプションで購入しているのだ。ナビが壊れた？と思ってそっちに気を取られている間に事故を起こす人がいないとも限らない。そういう点で考えてもやはり点検項目とすべきだろう。<br />\n<br />\nしかし、ナビが壊れても代替品の貸し出しは無いのですね。昨日、ナビのメーカ(HONDAではなく、OEM供給している元)に発送していたので、今日はナビがありませんでした。先日の旅行に引き続き、今日も大阪市内に行くとき初めて行くところだったので、2時間ほど迷ってしまいましたよ。ええ、嫁にナビをさせたのが敗因かもしれませんが、そもそもナビが壊れなかったらこのようなことにならなかったわけで...<br />\n<br />\nしかし、<strong>AUの助手席ナビというのを使ってみたのですが、全く使えませんね</strong>。<br />\nない方がましですね、全然違う方向に案内しているみたいです。AUのナビを見ている嫁のナビということも有るかもしれませんが、携帯から聞こえる音声を頼りに曲がったらUターンとか、行き止まりとか最悪でした。<br />\n<br />\n時速何キロの車を対象にしているのでしょうか？また、市街地で実地試験しているのでしょうか？<br />\n最後は音声案内は全く当てにせず、まず広域で確認して、曲がり角を確認してと言う具合でしたね。<br />\n<strong>使えない原因の最大の要因は GPS の通信速度不足にある</strong>かと思いますね。嫁に次ぎどっちに曲がるの？って聞いてもまだ通信中って返ってくるので、<strong>通信終わるまで横に車を止めて数分待つ</strong>というのが多かったですね。<br />\n<br />\nたぶん、<em>AU助手席ナビは二度と使う機会はないですね</em>。','MAPFAN のラリーマップの1つを見逃したのが、今回の迷走の直接の原因なのですが...<br />\n嫁曰く2時間迷った敗因としてほかに...<br />\n<ul>\n<li>くろねこが用意した MAPFAN のラリー地図が見にくかった(マップルの大きな地図の方が追いやすい)。</li>\n<li>くろねこが、いらいらして怒るのでナビに集中できない。</li>\n<li>くろねこが、間違いに気づいたときに引き返さなかった。</li></ul>\nなどだと言うことです。',1,3096,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ucgo_1',3,0,'2005-09-28 23:00:00','UCGO 本当に今日でβテストが完了!!',null,'<p>前回、最終パッチ以降は1週間しかないことと、その一部の期間が旅行でつぶれることからその前でもう終わりにしようと思った。</p>\r<p>しかし、旅行から帰ってきたらやっちゃったんですよ。<br />\r最終パッチでどうなったか？&beta;テストが終了した今振り返ってみると...<br />\rくろねこが要望した仕様が実装されてました。<br />\r要望したのは、<strong>まっすぐ向いて撃つだけではなくて、横向いて撃てるようにすること。</strong><br />\r真横は無理でしたが、前方から左右15度くらいづつは自由度が増えましたね。<br />\rそのほかにも、コンテナやバックパックの容量が少なくなってテントに帰る回数が増えたり、生産の資材の値段変更や資材の使用量も変わったりしました。おおむね受け入れられる仕様変更だと思います。<br />\rしかし、安定性はいまいちでした。安定度が増したというよりは、仕様変更によって描画も増えたのかアプリケーションエラー連発でした。<br />\rエラーの発生するケースは、振り向いたときや爆発したときなど、大量の描画が発生するときに多いようです。この点はUCGOであるネオジムの方に報告させていただいたので、製品版がでて最初のパッチで修正されることを希望しています。</p>\r<p>しかし、最終日ネオジムを交えて話をしているところで以外な見落としが発覚しました。<br />\rそれは、<em>GMコール機能がない</em>ということです。<br />\rこれがないと、不具合によって正常なゲームの進行が出来なくなったとき、元に戻すことが出来ないとか、またバグか仕様か判断に困ったときなどに確認してもらうなど、そういう重要なことが出来ないおそれがあります。<br />\rビルの中に閉じこめられたときなど、くろねこも&beta;テスト中にBBSによるGMコールをしたことがありますが、テストではその間が待ててもお金を払っているとそうはいきませんよね。</p>\r<p>とまあこんな感じで、まだまだ未完成な部分が多いままの見切り発車的オンラインゲームですが、製品版をやる方はどんどん開発の方に要望は上げた方が良いですよ。<br />\rでも、無茶は言わないように...</p>\r<p>最低限、安定性が上がればぼちぼち遊んでいけるとは思うのですが、完成度の割に値段が高いです。<br />\r初期費用だけでもただにすれば、ユーザも納得するのではないかと思うのですが、その辺は提供元が考えることなので...</p>\r<p>遊んだ数ヶ月が、思い出になった頃どこからかひょっこり、本運用に顔を出しているかもしれません...</p>','<p>帰宅後、&beta;プログラムを起動してサーバを確認したら、やっぱり無くなってましたね。<br />\rええ、もう削除しましたよ。でも、アンインストール機能が無くて困りましたよ。<br />\rアンインストール機能は是非付けておいてください。マナーです。</p>',1,3571,0,0,'2005-10-28 23:00:00',0,'',0,1,1,0,0,'2009-11-19 00:06:05','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0058',3,0,'2005-09-29 00:10:40','[Delphi] DateTimePicker の書式変更2','','<p>DateTimePicker で中身の日付を表示したくない場合、どの様な対応をしているだろうか？<br />Delphi に関わらず、他の言語処理系にも共通する問題なのだ。この問題を解決するために、DateTimePicker に最初からあるチェックボックスを使用して空白を表現している方もいるのではないだろうか？くろねこも最初そう考えた。<br />しかし、ある時とある設定ミスから発見したある方法がこの問題の解決にぴったりだと思った。<br />その方法は、書式設定に <em>\"g\"</em> を使うという物である。<br />Windows 上での日付書式フォーマットでは \"g\" は元号を表す記号である。しかし、DateTimePicker はこの元号に対応していないらしく、\"g\", \"gg\", \"ggg\" などのフォーマットが指定された時に何も表示しない。これを逆手にとって表示すべき日付が無いときに、これを設定するのだ。<br />これで、<em>データベース中の日付を表示するときなどに現れる Null を DateTimePicker で表現できる。</em><br />このときの書式には Delphi の書式ではなく、Windows の日付書式を使用する。また commctrl ユニットを uses 節に追加する必要がある。 <br /><br />※ Delphi で月をあらわす書式は \"mm\" だが、Windows では \"MM\" となる。<br />&nbsp;</p>\r<pre class=\"brush: delphi\">uses\r  commctrl;\r\rprocedure NullDateFormat;\rvar\r  szFormat: PChar;\rbegin\r  szFormat := \'g\';           // Windows の日付書式\r  SendMessage(DateTimePicker1.Handle, DTM_SETFORMAT, 0, longint(szFormat));\rend;\r</pre>\r<p class=\"add\">2012/04/07 追記<br />Delphi2010 on Windows7 で上記を試してみたところ、\"g\", \"gg\", \"ggg\"のいずれも\"西暦\"と表示された。よってこの方法はすでに使えなくなっている。おそらくOSに依存しているものと思われる。<br />よって、何も表示しないDateTimePickerの実現方法を別途考えないといけないようだ。</p>','',1,10341,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 13:12:04','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('050930_kokuseichosa',3,0,'2005-09-30 08:14:35','国勢調査','','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%BD%E5%8B%A2%E8%AA%BF%E6%9F%BB&amp;affid=21mTn15NlY\">国勢調査</a>の用紙があなたの所にも届いているでしょう。</p>\r<p>もう記入は済みましたか？くろねこはまだなのです。<br />\rこの記入用紙<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B0%A1%E5%8D%98&amp;affid=21mTn15NlY\">簡単</a>な人には簡単なのですが、むずかしい人にはむずかしい。<br />\r例が少なすぎて自分がどの例に当てはまるのか？当てはまるのがないので考えてしまうんですよね。<br />\rというのも、この国勢調査は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%99%9A%E5%81%BD&amp;affid=21mTn15NlY\">虚偽</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%98%E8%BC%89&amp;affid=21mTn15NlY\">記載</a>をすると、罰則義務があるからなんですよね。</p>\r<p>しかし、それ以前に重要な問題もありました。<br />\rこの国勢調査は、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%80%8B%E4%BA%BA%E6%83%85%E5%A0%B1&amp;affid=21mTn15NlY\"><strong>個人情報</strong></a><strong>の固まりであるにもかかわらず、使用</strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%9B%AE%E7%9A%84&amp;affid=21mTn15NlY\"><strong>目的</strong></a><strong>が明らかにされていない</strong>んですよね。<br />\r※<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88%E6%B3%95&amp;affid=21mTn15NlY\">統計法</a>第15条では、「何人も、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%8C%87%E5%AE%9A%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">指定統計</a>を作成するために集められた調査票を、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">統計</a>上の目的<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%A5%E5%A4%96&amp;affid=21mTn15NlY\">以外</a>に使用してはならない。」と規定されています。参照元&rarr;国勢調査に関するＱ＆Ａ－<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC&amp;affid=21mTn15NlY\">一般</a>的な質問（内容）- 国勢調査には、どうしても答えなければいけないのですか？</p>\r<p>しかも、「あなたの調査票は <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E5%88%87&amp;affid=21mTn15NlY\">大切</a>に守られます」と書いてあるのだが、調査票だけを守ってもらっても意味がないのです。調査票自体が重要なのではなく、重要なのは記載された個人情報なのです。<br />\rまた、統計法により記入内容を他に漏らすことを禁じられていると書いてあるが、漏らすというのは故意であって過失による漏洩を防ぐという意味には取れないのがちょっと。</p>\r<p>国勢調査に問題意識を持った方たちの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">サイト</a>を見つけたのでリンクしておきます。<br />\r<a href=\"http://www.ringo.sakura.ne.jp/~kokusei/\">国勢調査がわかる</a><br />\rこのサイトによると、国勢調査の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B0%81%E7%AD%92&amp;affid=21mTn15NlY\">封筒</a>は封をして渡してくださいと書いてあります。</p>','<p>国勢調査って「こく<strong>せ</strong>いちょうさ」ってよむんですね。「こく<strong>ぜ</strong>いちょうさ」だと思ってましたよ。いやー、無知ってこわいな～。</p>',1,3331,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%BD%E5%8B%A2%E8%AA%BF%E6%9F%BB&amp;affid=21mTn15NlY\">国勢調査</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B0%A1%E5%8D%98&amp;affid=21mTn15NlY\">簡単</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%99%9A%E5%81%BD&amp;affid=21mTn15NlY\">虚偽</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%98%E8%BC%89&amp;affid=21mTn15NlY\">記載</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%80%8B%E4%BA%BA%E6%83%85%E5%A0%B1&amp;affid=21mTn15NlY\">個人情報</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%9B%AE%E7%9A%84&amp;affid=21mTn15NlY\">目的</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88%E6%B3%95&amp;affid=21mTn15NlY\">統計法</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8C%87%E5%AE%9A%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">指定統計</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">統計</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%A5%E5%A4%96&amp;affid=21mTn15NlY\">以外</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC&amp;affid=21mTn15NlY\">一般</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E5%88%87&amp;affid=21mTn15NlY\">大切</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">サイト</a>\n<a href=\"http://www.ringo.sakura.ne.jp/~kokusei/\">国勢調査がわかる</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B0%81%E7%AD%92&amp;affid=21mTn15NlY\">封筒</a>',0,1,1,0,0,'2010-09-22 01:36:49','html',1,0,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_67',3,0,'2005-10-01 00:25:50','シングルクリックがダブルクリック？',null,'今年4月頃に買ったマウス(Microsoft Stanard Wireless Optical Mouse)が6月頃動きが悪くなったので、交換してもらった。\n最初は交換ではなく、修理に出していたので代替用のマウスにArvel のレーザマウスを買った。\n修理せずに交換で保証に応じるとのことだったので、新品をもらったがしばらくレーザマウスの方を使っていたので、そのまましまってあった。\nしかし、嫁の PCのマウスが壊れたのを機に Laser Mouse は嫁に取られた。で、仕方なくワイヤレスマウスを使用していたのだが、このたび電池が古くなったのか、動きが悪いので電池を交換したが、まだなぜか動きが悪い。何かに引っかかる感じでポインタが動かないのだ。\n同様の経験がある方が他にいないかと、ブログに書いてみた。\nもしそんな方が居られたらコメントを頂きたい。\n暇を見て MS に連絡してみようとも思うが、今回も修理に出した方が楽かもしれない。\n\nで、一時的にレーザマウスに交換したのだが、ワイヤレスではないのでUSBポートに接続。引っかかる位置だったのでポートを変えた。\nすると、クリックするとダブルクリックするようになってしまった。\n原因を調査すると、ポートを変えた際に、前のドライバが消えずに追加でもう1個ドライバが入った様だ。\n都合2個入っていることになるので、二個のドライバがそれぞれOSに応答しているのでクリックがダブルクリックになったようだ。\n\nんー。マウスだけでなくOS本体も腐っていたのか＞MS。\nしかし、こういうケースは最近見なかっただけに、久々におもしろかった。\n','',1,4292,2,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('auction_0930_f38454313',3,0,'2005-10-02 21:47:49','いやな雰囲気のオークションになってしまった...',null,'<p>先日、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">オークション</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8A%E3%82%A4%E3%83%95&amp;affid=21mTn15NlY\">ナイフ</a>を落札したんですよ。<br />\rそれも、新品のナイフを落札したんですね。ナイフなんてものを落札するのは初めてなので、相場なんてわかりませんから、高いのか安いのか全くわかりませんが、「<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%A6%E3%83%88%E3%83%89%E3%82%A2&amp;affid=21mTn15NlY\">アウトドア</a>や<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%98%B2%E7%81%BD%E7%94%A8%E5%93%81&amp;affid=21mTn15NlY\">防災用品</a>として多機能でかっこいいナイフがほしかった」ただそれだけなんですよ。</p>\r<p>落札したのが夜でしたので、次の日に出品者から落札通知が来たんですね。<br />\rその内容を読んでびっくりです。<strong>「自分には何があっても責任はないので苦情は受け付けません。」この内容をご理解いただけたものとして、取引を行います</strong>。という旨が書かれていたんですよ。<br />\r<strong>オークション開催中には全くそのような内容は記載されていなかった</strong>ので、いきなりそのような内容を書かれても承伏できません。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC%E5%B8%B8%E8%AD%98&amp;affid=21mTn15NlY\"><strong>一般常識</strong></a><strong>・日本国内法の範囲での責任でお取引をお願いします</strong>。と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E8%BF%94%E3%81%97&amp;affid=21mTn15NlY\">お返し</a>したんですよ。<br />\rすると、あなたは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AC%E3%83%BC%E3%83%9E%E3%83%BC&amp;affid=21mTn15NlY\">クレーマー</a>だから、お取引できませんと返されました。</p>\r<p>いや～、基本的にくろねこはクレーマーかもしれませんが、お願いした内容はごく一般的な、普通のことしかお願いしてはいないのですが...<br />\r車が壊れたときなどにも、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AC%E3%83%BC%E3%83%A0&amp;affid=21mTn15NlY\">クレーム</a>修理と言うことで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E5%84%9F&amp;affid=21mTn15NlY\">無償</a>修理してもらうときもありますが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E8%A8%BC%E6%9C%9F%E9%96%93&amp;affid=21mTn15NlY\">保証期間</a>内ですし、そもそもこちらに非がないとくろねこは思ってますし、状況は出来る限り説明して納得いただけるようにがんばってはいます。<br />\r話を元に戻します、オークションシステム側に、「それはおかしいから取引を継続してもらうべきか、出品者都合にて削除してもらうべきか判断してください。また必要な内容は最初に示すように、指導並びにオークション全体への<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%95%93%E8%92%99&amp;affid=21mTn15NlY\">啓蒙</a>をお願いします。」とお願いしたのですが、取引には関与しませんとつれない返事を頂きました。</p>\r<p>また、削除権を行使するのは取引への関与では？と再度問い合わせしたところ、「オークションでの取引は、全て<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%BD%93%E4%BA%8B%E8%80%85&amp;affid=21mTn15NlY\">当事者</a>の方同士の責任と判断で行っていただいております。」と、「恐れ入りますが、利用者の方の行動の管理などを行うことはできかねますので、ご理解の程お願いします。」と返答を頂きました。</p>\r<p>そもそも、オークションの報告されているトラブル例に、充分な商品説明がない「ノークレーム・ノーリターン」というのがあるのですが、それに完全に違反しているんですよね。</p>\r<p>また、相手側から「自分は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%95%E5%BE%8B&amp;affid=21mTn15NlY\">法律</a>を遵守していますよ」という旨の返答が返ってきたので、ちょっとむかっと来てしまいました。そこで法律を調べて見たところ、下記のように記載がありました。</p>\r<blockquote>消費者保護法 第15条（消費者保護への協力）①<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8B%E6%A5%AD%E8%80%85&amp;affid=21mTn15NlY\">事業者</a>は、物品又は用役を供給する<br />\r場合において消費者の合理的な選択又は利益を侵害するおそれがある取引条件又は方<br />\r法を使用してはならない。</blockquote>\r<p>くろねこが思うに、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%A5%E6%9C%AD&amp;affid=21mTn15NlY\"><em>入札</em></a><em>時に必要な情報を示さないと言うことは、消費者の合理的な選択又は利益を侵害しているのと同義であるということなんですね</em>。</p>\r<p>本当に大変な人にぶち当たってしまいましたよ。<br />\r全く...</p>\r<p>基本的に無関係の人に晒すつもりはないので、オークションID も 相手側のIDも示すつもりはありません。</p>','<p>※上記内容はかなりはしょってます。<br />\r出品者側とのやりとりの内容は、個人情報を除いたすべてを公開掲示板にUPしてますので、もし見つけた方はそれを参照下さい。 <br />\r繰り返しになりますが、晒しになるのを防ぐためリンクを付けたり、IDを公開する様なことはしません。 <br />\r＞今のところは...</p>',1,2755,0,0,'2005-11-01 21:47:49',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">オークション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8A%E3%82%A4%E3%83%95&amp;affid=21mTn15NlY\">ナイフ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%A6%E3%83%88%E3%83%89%E3%82%A2&amp;affid=21mTn15NlY\">アウトドア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%98%B2%E7%81%BD%E7%94%A8%E5%93%81&amp;affid=21mTn15NlY\">防災用品</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC%E5%B8%B8%E8%AD%98&amp;affid=21mTn15NlY\">一般常識</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E8%BF%94%E3%81%97&amp;affid=21mTn15NlY\">お返し</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AC%E3%83%BC%E3%83%9E%E3%83%BC&amp;affid=21mTn15NlY\">クレーマー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AC%E3%83%BC%E3%83%A0&amp;affid=21mTn15NlY\">クレーム</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E5%84%9F&amp;affid=21mTn15NlY\">無償</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E8%A8%BC%E6%9C%9F%E9%96%93&amp;affid=21mTn15NlY\">保証期間</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%95%93%E8%92%99&amp;affid=21mTn15NlY\">啓蒙</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BD%93%E4%BA%8B%E8%80%85&amp;affid=21mTn15NlY\">当事者</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%95%E5%BE%8B&amp;affid=21mTn15NlY\">法律</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8B%E6%A5%AD%E8%80%85&amp;affid=21mTn15NlY\">事業者</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%A5%E6%9C%AD&amp;affid=21mTn15NlY\">入札</a>',0,1,1,0,0,'2009-12-13 10:50:39','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('auction_10061520',3,0,'2005-10-06 22:19:32','いやな雰囲気のオークション...その後...',null,'先日、落札したオークションが出品者の一方的かつ身勝手な理由により、取引中止を宣告されたくろねこだったが...<br />\n<br />\n<strong>このままで引き下がれるかい...</strong><br />\nということで、消費者生活センターに相談を持ちかけた。<br />\nことの詳細を話して非がどちらにあるのか？オークションが落札で終了した場合に、双方に取引の義務があるのか？などを相談した。<br />\n結果、以下のことを確認した。\n<ol><li>こちらに非がない</li>\n<li>一般的にノークレーム・ノーリターンですべての瑕疵(かし)を回避できない</li>\n<li>出品者には問題のない商品を届ける義務があること</li>\n<li>落札者には商品を購入する義務があること</li>\n</ol>\n\nもともと想定していたとおり<em>こちらに非がないこと</em>と、そのような<strong>商慣習を理解してない人と取引をすると、もっとトラブルになる</strong>とご忠告いただいたので、掲示板にその旨を記載して評価を「非常に悪い」で付けることを連絡。\nそして、そのとおり評価を付けた。しかし、身勝手な出品者側は「非常に悪い」で評価を返してくるであろう。\n\nまた、システム側に連絡して対応してもらった方が良いとも言われたが、このようなトラブルが発生しようともシステム側は取引に関与しようとしないこと、削除権を行使できるのにそれをうやむやにしていることなどすでに要望などを連絡していることを伝えた。\nセンター側は、すぐには対応してもらえなくとも消費者側が要望を上げていくことが大切だと言われた。\n\n<em>システムがもうちょっとまともになればこれほど面倒なことにはならないのに...</em>','ところで、オークションの出品者側の拒否権って有るのでしょうか？<br />\n原則的に無いと思うのですが、評価がとても悪い人や過去にトラブルが有った人など、取引することに寄って不利益を被ることが明らかだと予想だれる場合にはあると考えられると思うのです。<br />\nしかし今回の相手に比べると、くろねこは取引数が少ないので絶対数が少ないですが、悪い評価は無いので上記の例に当てはまらないと思うのです。<br />\nメールで返した内容も個人的に問題が無いと思うのですが、人の心を荒立てる表現だったのかもしれません。<br />\nしかし、やはり一番の原因は「商品説明に記載が無かった」これでしょうね。<br />\nたいていの方はちゃんと書いて居られますからね<br />\n<br />\nやはり、「非常に悪い」で評価が返ってきました。やはりという感じです。<br />\nもう、平行線ですね。',1,2482,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_69',3,0,'2005-10-06 22:39:26','アマゾンのシステムっていったいどうなってる？',null,'くろねこは、アマゾンで本などを購入しています。\n\nインターネットで注文して翌日や翌々日あたりに届く商品が多くとても楽しています。\nまあ、近くの本屋で買うことも多いですが...\n\nそのアマゾンで請求に問題が生じました。\n商品を発注してから、間違ったクレジットカードで買い物をしたことに気づき、約40分後に本当に使いたいクレジットカードに変更処理をしたのですが、受注システム側はこのトランザクションを受け付けクレジットカードの更新が行われたのですが、発送システム側は変更処理中？前？に請求情報を読み出したようで変更前のクレジットカードに対し請求を行いました。\n<em>普通、このような一つの情報に対する二つの処理が行われることが無いように、読み出しロックを掛けるんですが、アマゾンには無いようです</em>。\n修正されたとのことですが、まだまだ怪しいです。\n銀行でこのようなことが有ったら、預金がめちゃめちゃになってしまいます。(実際には有るようですが、まれなようで、こっそり直すらしいです＜違法行為です。)\n\nというのは、この話を東京に住む友人と話していたのですが、以前似たような状況に遭遇したようです。\nこのときには、請求情報の変更ではなくキャンセル処理だったようですが、<strong>キャンセルしたにもかかわらず、商品が届いた</strong>ということです。\nまた、その<strong>商品の返品費用は友人持ちだった</strong>ということでした。\n\nどうなってるんでしょうね。','',1,2836,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_70',3,0,'2005-10-06 22:39:26','偽造・盗難カード預貯金者保護法',null,'「偽造・盗難カード預貯金者保護法」がやっと出来たようですね。<br />\n<br />\nでも、施行は来年二月のようです。<br />\n銀行のキャッシュカードを被害防止のため、減らそうと考えていたくろねこには朗報です。<br />\nなぜもっと早くに出来なかったのか？そう考えると、やはり日本は金持ちのための国だから？しか思いつきません。<br />\n<br />\n話を戻すと、今回の法律では100%保護される場合、75%しか保護されない場合と全く保護されない場合とあるようです。<a href=\"http://www5.hokkaido-np.co.jp/motto/20050820/\">参考</a><br />\n<br />\nこの法律で行くと今後は郵便局が一番危ないかもしれません。<br />\nというのも <a href=\"http://news.goo.ne.jp/news/yomiuri/keizai/20050803/20050803it05-yol.html\">gooニュース</a>によると、\n<blockquote>「銀行、信用金庫、日本郵政公社など預貯金を扱う金融機関のキャッシュカードの被害が対象」</blockquote>となっているため<br />\n郵便局は通帳でもキャッシュカードと同様にATMで引き落としできるため、保護されないと非常につらい。<br />\n他のメディアによると、ATMによる取引が対象となっているケースもある。<br />\n<br />\nまた、キャッシュカードも30日しか保護されないようです。前に本つぶやきでご紹介させていただいた「キャッシュカードがあぶない」では30日以上経過してから判明するケースもありました。<br />\nこのようにまだ不十分な法律ですが、非常にうれしいことです。<br />\n<br />\n二年後に見直しもあるとのことですので、そのときに<strong>通帳も対象に含めること、保護期間もクレジットカード会社並に広げることなどとなってくれればさらにうれしい</strong>と思います。','法律施行後も、暗証番号・キャッシュカードの管理は重要です。<br />\n他人にカードを渡して預金をおろしてきてもらうなど、ずぼらな管理は避けましょう。',1,2928,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0059',3,0,'2005-10-06 23:40:52','[Delphi] ファイルのドラッグ＆ドロップ','','<p>TControl を継承したオブジェクトはドラッグ＆ドロップ関連のプロパティやメソッドを持つが、これはそのアプリ内でDelphiのコンポーネントをドラッグする場合にしか使用できない。プロセス外からのドロップを受け取るには、Windows API を使用する必要がある。<br />\rドロップを受け取る Delphi コンポーネント側で、DragAcceptFile を使用して Windows にドロップを受け取ることを伝える。(ShellAPI を uses に追加する必要があります。)<br />\r下記は TForm1 でドロップを受け取るための例。</p>\r<pre class=\"brush: delphi\">\r  TForm1.Create(AOwner: TComponent);\r  begin\r    inherited;\r    DragAcceptFiles(Handle, True);\r  end;\r</pre>\r<p>これで、このForm上にファイルをドラッグすると、マウスカーソルがドロップ可能な形状になる。<br />\r実際にドロップが発生すると、WM_DROPFILES メッセージが発生するので、このメッセージのハンドラを作成する。</p>\r<pre class=\"brush: delphi\">\r  protected\r    procedure WMDropFiles(var Msg: TWMDropFiles); message WM_DROPFILES;\r</pre>\r<p>ドロップされたファイル名の取得は、DragQueryFile を使う。ドロップされた個数を調べるには、以下のようにする。</p>\r<pre class=\"brush: delphi\">\r  hDrop := THandle(Msg.Drop);\r  DropCount := DragQueryFile(hDrop, UINT(-1), nil, 0);\r</pre>\r<p>個々のファイル名の処理は、以下のようにする。</p>\r<pre class=\"brush: delphi\">\rvar\r  hDrop: THandle;\r  i: Integer;\r  FileName: PChar;\rbegin\r  FileName := StrAlloc(MAX_PATH);\r  for i := 0 to Pred(DropCount) do\r  begin\r    DragQueryFile(hDrop, i, FileName, MAX_PATH - 1);    // FileNameの処理\r    ListBox1.Items.Add(StrPas(FileName));               // 処理の一例\r  end;\rend;\r</pre>\r<p>MainFormのどこにドロップしたか知りたい場合は、DragQueryPointを使用する。<br />\r<em>※注意 ドロップ処理が終わってファイル名を格納した領域が不要になったところで使用したメモリの解放が必要。</em></p>\r<pre class=\"brush: delphi\">\rDragFinish(hDrop); \r</pre>\r<p>まとめると...</p>\r<pre class=\"brush: delphi\">\rprocedure TForm1.WMDropFiles(var Msg: TWMDropFiles);\rvar\r  hDrop: THandle;\r  i, DropCount: Integer;\r  FileName: PChar;\rbegin\r  hDrop := THandle(Msg.Drop);\r  try\r   FileName := StrAlloc(MAX_PATH);\r   DropCount := DragQueryFile(hDrop, UINT(-1), nil, 0);\r    for i := 0 to Pred(DropCount) do\r    begin\r      DragQueryFile(hDrop, i, FileName, MAX_PATH - 1);    // FileNameの処理\r      ListBox1.Items.Add(StrPas(FileName));               // 処理の一例\r    end;\r  finally\r    DragFinish(hDrop);\r  end;\rend;\r</pre>\r<p>Delphi2005 Win32, Delphi 2010で動作確認を実施。</p>','',1,12494,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-13 11:28:16','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('fit_navi2',3,0,'2005-10-09 18:25:25','フィットのナビが壊れた...その原因',null,'このブログで以前くろねこの乗っている<a href=\"http://www.jnishida.com/blog/archives/2005/09/post_65.htm\">ホンダフィットのナビが壊れた</a>...\nと書いたのですが、<strong>実は壊れたのはナビではなくて、マイクだった</strong>ようです。\n\nフィットに搭載されているインターナビは、ホンダではなく別のどこかの会社が作った製品のOEMのようなんですが、マイクはホンダ製と別々に制作しているようですね。\nそのためナビの制作会社から回答を頂いた後、マイクの取り寄せにさらに1週間かかり、修理期間は2週間に渡りました。\n\nぼちぼちマイクの故障は有るようで、ディーラーにはその情報は公開されているようなのですが、ユーザには公開されていません。<em>故障が発生しているのがわかっているのなら、1年点検などの点検時に点検項目として加えても良さそうなもの</em>と思うのですがいかがでしょうか？\n\nで、昨日そのマイク交換と修理に出していたナビの装着にディーラーに行ったのですが、そこでまた衝撃の事実が!!\nというほど大げさなものではないのですが...\nフィットのドアはスマートキーに対応している車種が有るのですが、その<strong>スマートキーに問題があったようです</strong>。具体的には運転席のドア側のセンサー内のオイルが溶けて漏れだしてくる可能性があるとか...\n\n来週もその問題の改善対策に、ディーラーに1時間かけて行くことになりました...\n10/9現在、ホンダのデータベースには、改善対策として登録されていないようです。\n\nとほほ...','ディーラーに行くこと自体は、ほとんど苦ではないのですが...\n何かと親切にしていただいていますし、対応してくれる整備のにーちゃんもいい人なので...\n\nしかし、ガソリン代と時間が...あとメーカーの問題なのにディーラーが苦しんでいる様子が頭に浮かんで...\nメーカーは自業自得なのでしょうが、損をするのはユーザーとディーラーなのでしょうか？\n\nかといって、リコールをさぼって無償交換を行かなかったら...という話をしていると...\n5年前のリコールをさぼってディーラーに行かなかったおじさんがいて、その車が壊れてしまったらしいです。メーカーからは何度もはがきが届いていたらしいですが、ずーっと放置だったらしいです。\n結局、修理しなかったことでエンジンがいかれてしまって、エンジン自体が交換でかな～りの費用が発生したらしいのですが、その費用の負担はディーラー持ちだったらしいです。その修理に2週間ほどかかったらしいですが、その間の代車費用もディーラー持ちだったようで...\n\nリコールするような車を作ったメーカーにそもそもの問題が有るとは思いますが、5年間も放置するなんて...ユーザの責任は全くないのですかね...\n板挟みのディーラーってかな～り大変なようです。\n<em>皆さんリコールがでたら、命も危険なので出来るだけ早く修理に行きましょう</em>。交換費用自体は無償なので...交通費や手数料などの諸経費は出ないのですけどね！\n',1,5265,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-Xls_EmptyQueue',3,0,'2005-10-11 18:33:41','[Excel VBA] 空の配列を管理する','','<p>VBA で配列の中身を順番に処理する場合、LBound から UBound をまでを順に処理します。<br />\rしかし、要素が 0 個の空配列は LBound も UBound も同じく 0 なので、必ず一度処理されてしまいます。</p>\r<p>空になる可能性のある配列を扱う場合には、配列の宣言後以下の処理を行っておくと便利です。</p>\r<pre class=\"brush: vb;\">\rSafeArrayAllocDescriptor 1, [配列]</pre>\r<p>この関数を使用するには、以下の定義文を Decralation に記述しておく必要があります。</p>\r<pre class=\"brush: vb;\">\rPrivate Declare Function SafeArrayAllocDescriptor Lib &quot;oleaut32&quot; \r   (ByVal cDims As Long, _\r    ByRef ppsaOut() As Any) As Long</pre>\r<p>この関数 (Windows API) を使用すると、UBound の値が -1 になります。<br />\rですから、</p>\r<pre class=\"brush: vb;\">\rfor i = LBound([配列]) to UBound([配列])</pre>\r<p>と書いても、空配列の場合には一度も処理されることはありません。<br />\rもちろん、要素がある場合には要素数の回数だけループします。<br />\r<br />\r要素数を求める場合には、以下の式で求めることができます。</p>\r<pre class=\"brush: vb;\">\rUBound([配列]) - LBound([配列]) + 1</pre>','',1,13654,1,0,'2005-11-10 18:33:41',0,'',0,1,1,0,0,'2010-11-03 01:08:02','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_71',3,0,'2005-10-12 23:46:32','キター！悪質懸賞サイト ネクシーズ',null,'今日も悪質懸賞サイトネクシーズより自宅に電話有ったらしい..\n\nくろねこは仕事で外に出かけているので、当然家にはいない...\n数年前、懸賞サイトで携帯番号書き込みしたら、スカパー!のセット当たったとかで、電話があった。\n当たったは良いけど、視聴セットは上げるが契約して月々払ってね～というもの。\n断っても結構しつこい。懸賞サイトに携帯番号書いたことは有るけど、ネクシーズなんかに応募した覚えが全くなかった。\n\n今回も、最近面倒で決まったところにしか応募してなかったのにな～。\nあ、携帯で応募したところが悪かったかな？最近思うのは懸賞サイトに広告出している懸賞サイトには信用できない懸賞サイトが入ってると言うこと。\nおおむね今使ってる<a href=\"http://www.i777net.com/\">アイセブンドットコム</a>、<a href=\"http://www.5050jp.com/\">5050jp</a>、<a href=\"http://www.biglobe.ne.jp/\">BIGLOBE のビンゴ</a> は大丈夫だと思って使っているのだが...\n\nネクシーズは、ググると良い評判は全く書いてないので、電話がかかってきたらきっぱり断った方が無難です。','',1,4553,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('051013_tbs',3,0,'2005-10-13 22:43:57','キター！三木谷 TBS株大量取得！',null,'キター！予想どおりというか、予想より早かったというか...\r\n\r\nIT業界による放送業界の買収。似たもんだしね。方向も同じだしね。。。\r\n今のネット業界ってコンテンツってテレビの二次放送じゃないですか、コンテンツ制作能力が有ればネット配信が一時放送でも何の問題もないわけですよ...\r\nただ今だと、一般に普及している割合が低いからというのが問題ですが...\r\n放送業界の人間によるとどうも自分たちが一番だと決め込んでいるようで...\r\n今は放送業界がコンテンツ制作してますが、今後はコンテンツ制作と放送業界が分かれてくることは有るのでしょうか？\r\n予想どおりとか書いたのには理由があって、<a href=\"http://pc.watch.impress.co.jp/\">PC Watch</a> で■笠原一輝のユビキタス情報局■ <a href=\"http://pc.watch.impress.co.jp/docs/2005/0324/ubiq107.htm\">ライブドアショックは放送とITの融合を進める起爆剤となるか?</a>で予想されていたんですね。\r\n\r\nいつも PC Watch の記事はほとんど読んでいるくろねこなので、この記事を読みながら納得していた訳なんですよ。\r\n1年は先かな～と思っていたんですが、村上とか出てきたんでもうちょっと早い？とか考えるより先に来ちゃった...みたいな感じですか？\r\n\r\n敵対買収とか世間では言われているようですが、メディアもね自分たちが買収されてるからって敵意をむき出しにしすぎですよ。\r\n全然公正な立場で報道できてない。そんな気がしますね。だから家の嫁が「卑怯者ー！」って言うんですよ。\r\n<em>ちゃんとルールに従って、市場でどうぞ買って下さいと公開されているものを、買って何が卑怯なのか？\r\nいやなら、上場するな！。敵対買収がいやなら、株主と仲良くしていろ。株主の意向に沿った経営をしていて、適当な配当が有るならそんなに手放すことは無いでしょ。ポイズン・ピルより有効ですよ。</em>\r\n\r\nしかし、<em>海外のハイエナ企業に買収されて経営権強奪されるよりはかなりまし</em>だと思うのですが、何がそんなにいやだったのでしょうか？\r\n自分の会社が乗っ取られるのは何か身分が悪い。それは納得出来るんですが。社員にとってリストラも無いということは、職場改善される可能性も...あ三木谷や堀江もんならそれはないか...\r\nでも、会社に資本が増えると言うことは会社が活性化して良い仕事が出来る機会が増えると言うもんですよ。どうせ買収されなくても、いらない社員はリストラ対象ですし...\r\n\r\n個人的には楽天ってあんまり好きじゃないですけどね。サイト見にくいし、探しにくいし、良いコンテンツもすくない。\r\n最近システムのずさんさが発見できましたが、利用のしやすさではアマゾンの方が全然利用しやすいですね。\r\n\r\nあ、話それちゃいましたが、日本企業が大きくなって世界に羽ばたいていって、世界で利益を稼いできて日本本社に利益を落として、税金たくさん納めてくれると暮らしやすくなるな。','しかし、TBS社長の発言はかなり大人の発言でしたね。敵対買収について予習が出来ていたということでしょうか？\r\nしかし、TBS社員の大人げない発言は、頭の悪さを感じますね。ああいう社員ばかりだと社内での議論も感情論になって、前には進まんでしょうな。\r\n\r\nしかし、今回の買収や村上の買収についてもそうなんですが、法律の抜け穴をついたような感じもありますね。\r\nあと、公共性の強い企業の買収はしょっちゅう起きるとモラルハザードが起きる可能性が有りそうで怖いですね。',1,3206,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_72',3,0,'2005-10-14 23:09:54','総連系団体幹部逮捕、薬事法違反容疑',null,'なんか押し合いへし合いになっていたようですが、犯罪国家の北朝鮮人なんか強制送還した方が良いのではないか？\n\nなんか、一部で恫喝する朝鮮人と思われる人が写っていたが、これが科学者？\n薬事法違反だそうだが、COCOM規制違反容疑並びに拉致監禁容疑もあるようで、そちらの方の犯罪でも多くの北朝鮮人を捕まえ強制送還する方が日本のためになるだろう。\n無論、何の罪もなく暮らしている北朝鮮人は別に日本にいてもらってもかまわないのだが、朝鮮総連と日本政府間で行われたらしい密約による<a href=\"http://plaza.rakuten.co.jp/kawamurakent/diary/200507180000/\">既得権益</a>が本当であるならば、そのあたり見直すべきだろう。\n\nこの事件が、本当の意味での日朝の国交にとって正常化になることを期待する。\nしかし個人的には、国交が正常化が望めない場合には、国交断絶・在日北朝鮮人強制送還でもかまわないと思う。送還を希望しない場合、帰化という選択肢もあるのだから。\nそのぐらい、危険の多い国だと考えている。','',1,3143,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_10',3,0,'2005-10-17 00:51:42','マルチパワーステーションを買った',null,'ヤフーオークションで買った<a href=\"http://www.yamatani.co.jp/radio/5600.html\">マルチパワーステーション</a>が届いた。\n\nこのマルチパワーステーション、スリムなボディに多彩な機能を詰め込んだ優れものなのだが...\n定価 6,300円で、最近はやりの防災用品としてまたアウトドア用品として結構売れているようだ。\nしかし、壊れやすそう。\nリンク先の写真を見ていただきたい。蛍光灯部分が開くようになっていて、手元を照らすのに最適な形になっている。しかし、全体的にギミックが堅いのと、ABS樹脂が薄いようで壊れそう...\nちょっとひねるとパッキっと割れそうである。\nラジオは内蔵アンテナだからか若干不安定。手で持って合わせた後離れようとすると、体が無くなったために寄る電波の回折な無くなるためか、シンクロランプが消えノイズが増えることが多い。\nまた、蛍光灯も懐中電灯も若干暗い感じがする。もうちょっと明るい方が良いかなと思うが、防災用品だと電池の保ちとかの関係もあるのかもしれない。先ほどの壊れそうと言うのも重量を削減した結果かもしれない。このあたりはバランスがむずかしいのかも...\n電源は、4種類あって、通常は3種類(ダイナモ、ソーラー、乾電池)で別売のACアダプタを買うと1つ増えるといった感じ。\nしかし、全体的にあると便利そうである。うたい文句どおり、防災用品としてアウトドア用品として活躍しそうな一品である。','販売元の株式会社ヤマタニ  ここに AU の新 WIN 端末と DOCOMO の FOMA の対応状況の問い合わせをした。\nしかし、約2週間たった今日も回答はない。かなり適当な会社のようだ。\nこちらのメールフィルタに引っかかった様子はないので、問い合わせが向こうのメールフィルタに引っかかった可能性はあるが...\nヤフーオークションで安ければ、4,000円弱から買えるようだ。',1,3992,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('delphi2006',3,0,'2005-10-18 23:08:03','Delphi2006不買運動？',null,'DelWikiにてDelphi2006不買運動が起きているようです。\n本日、その情報がDelphiMLにも流れていました。\n\n原因は、Delphi 2005の品質がすごく悪いからというものの様ですが、くろねこ的にはDelphi 2005よりもDelphi 8の方がもっとひどかったと思います。\n確かにDelphi2005の品質もかなり低く、Delphiの先行きを心配している今日この頃なのですが、いっそのことDelphiを捨ててMS C#に乗り換えようかと言う考えもあります。\nまあ、年を取ってなかなか腰が重くなってつらいのもたしかですが...\n .Net 2.0になってアセンブリもかなり充実してきた MS に比べ、Delphiは2006でも.Net 2.0に正式対応予定はなく、2007になるようです。\n個人的には2006はパスで2007...2007はちょうどWindows Vistaと出荷時期がちょうど重なるようです。\n重なると、Vistaはかなり今までのOSと異なるようなので、また不安定になる可能性が大きくなるかもしれません。すると 2007 もパスで2008に...\n\nこうなると、2008まで買えない。\n100% 完璧なのは無理だとは思いますが、もうちょっとやる気を出してほしいです。\n特に Borland 日本法人なんか何してるんだろうと本気で疑う位何してるのかさっぱりです。\n\nDelphi 5や6の頃が懐かしいです。','Delphi8 は.Net 1.1 spがでたらそれ以降は全く使えない代物でした。\n1.1sp のパッチを導入しなければ OK なのですが、セキュリティ上そういうわけにも行きませんでした。\nとある情報では、Lib を再構築することで回避できる様なことが書かれていましたが、くろねこの環境ではうまくいかず。公式でも無いために不安の残るものでした。\nDelphi史上最悪の製品でしたね...',1,4561,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0060',3,0,'2005-10-18 23:39:00','[Delphi] CoInitializeが呼び出されていません','','<p>Delphi で Excel の機能を使う場合に、CreateOleObject など COM の機能を使って呼び出すのだが、この際に下記のメッセージが表示されることがある。</p>\r<blockquote>CoInitializeが呼び出されていません</blockquote>\r<p>GUI アプリケーションを作っている場合には、Forms ユニットあたりで CoInitialize が呼び出されているのだろうが、CUI アプリだと100% エラーが表示される。<br />\rこのため、CUI アプリケーションでこのエラーメッセージを回避するには、CoInitialize を呼び出すなどの対策が必要になる。また、CoInitialize と対で CoUninitialize を呼び出さないといけない。<br />\r実際の対策は実に簡単で、</p>\r<ol>\r    <li>uses に ActiveX を追加</li>\r    <li>COM 機能を使用しているコードの前に CoInitialize を追加</li>\r    <li>COM 機能を使用し終えたところで、 CoUninitialize を追加</li>\r</ol>\r<p>COM を使うとその部分は、結構長くなることが多いと思うので、クラス化して、その Create と Destroy に それぞれ CoInitialize と CoUninitialize を追加するのがオススメである。</p>\r<p>※複数回 COM 機能を使うときにも、全体を CoInitialize と CoUninitialize で囲むように追加すれば OK !</p>','',1,20351,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-13 10:40:52','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_65',3,0,'2005-10-19 00:12:43','メインぺージの再構築で失敗する',null,'Movable Type 3.2 で FAQ を更新するようになってから、効率を追求してモジュール管理を始めた。\nつぶやきも(最初のブログ)、FAQ(2個目のブログ) もほとんど同じ構成なので、同じ名前のモジュールがほとんどでテンプレートもほとんど同じ。\nだから、ほとんどコピーで済むと思っていたのだが...\n\nFAQ の方だけが、新規エントリ追加後から再構築できなくなった。エラーが起こったのか、真っ白のぺージが表示される。\n<a href=\"http://www.sixapart.jp/support/faq_mt_technical_0012.html\">新規ウェブログ作成後にサイトの再構築を行った際にエラーが起こる</a>\nの問題かな？とも思ったが、この問題だとエラーコードがでるし、違うみたいだ。\nしかも、良く検証してみるとエントリのぺージと、再構築のぺージは再構築できず空白のぺージが表示されるが、テンプレートのぺージからだけは再構築が可能。\n場所によって呼び出す、スクリプトが違う？あと気になったのは同じモジュールを使用している「カテゴリ」のテンプレートの再構築は何の問題もなく動いていること。\n\nPHP のプログラムをデバッグ出来るスキルはないし...当分このままかな？はぁあぁぁぁぁ...','※つぶやきは最初のブログでID=1、FAQは2個目だが3.1の時にうまくできなくて悩んだ結果ID=4になってしまった。',1,3036,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('051020_nhk',3,0,'2005-10-20 23:13:57','NHK 受信料の請求来てませんか？',null,'<p>家には何度か来てますね...<br />\r<br />\r最後に、</p>\r<blockquote>民事手続きによる受信料の支払い督促の活用などについて検討し...</blockquote>\r<p>と書かれていて、まるで脅しですな...<br />\r<br />\rたしか、あの不祥事以来払ってないので、昨年の8月から払ってないことになりますが、<br />\rその間<strong>テレビが壊れてたとか言われたらどうするんでしょうね</strong>...<br />\rテレビが壊れてたという<strong>立証責任はどちらに生ずるのでしょうか？</strong>ここら辺がすごく疑問です...<br />\rというかですね、たしか NHK 料金を集金で支払ってたんですよ、<strong>集金に来ないと言うことは請求権の放棄じゃないですか？</strong><br />\r<em>それを今更払えって言われても...ええ、何度か受信料の支払い用の振込用紙は来ましたよ。<br />\rでも、支払い方法に集金を選択しているので、当然集金に来てくれるんだろうと、首を長くして待ってたんですよ。</em><br />\rあわよくば、請求権の時効が成立するまで...成立する前に請求して来やがった、ちょっと残念。<br />\r<br />\rまた、思うんですが最初に世帯持って引っ越ししてきたときには、「２ヶ月前の分から払ってください」って言われたんですよ。<br />\rだから、その通り払いました。でもよく考えると、その債務って誰の責任で無くなったんでしょうね。<br />\rNHK 料金て世帯ごとに発生しているので、4ヶ月分くらいは得したんじゃないか？と思うんですが...<br />\r料金が世帯ごとっていうのは不公平ですよね。受像器があったら...ってテレビしか確認しないのも変ですよね.だって<strong>ボーダフォン持ってても払わなくてもいいってボーダフォン言ってました</strong>よ。<br />\r何で？って聞いてもちゃんとした理由は教えてもらえませんでしたね。<br />\r全然<strong>公平じゃない料金システムを勝手に決めて、金払え！というのは、憲法の平等権に反していないのでしょうか？</strong><br />\rまあ、<em>集金に来たら今月分からなら払ってあげます</em>。今までの分については請求に来なかった方にも責任があるし、疑心暗鬼にさせるような集金人を採用してたのも事実でしょ... それじゃあ、危険すぎて払えないよ...</p>','<p>NHK 料金について調べたら興味深いサイトがあったのでリンクしておきます。<br />\r<a href=\"http://www.ypp.info/cresarabank/05_money/105-3.htm\">■　NHK　～料金払ってますか</a>　</p>',1,5520,0,3,'0000-00-00 00:00:00',0,'<a href=\"http://www.ypp.info/cresarabank/05_money/105-3.htm\">■　NHK　～料金払ってますか</a>',0,1,1,0,0,'2008-12-16 12:34:06','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('051020_nhk2',3,0,'2005-10-20 23:13:57','NHK 受信料を支払わなくても良い方法って無いかな？',null,'<p><strong>放送法による NHK との契約義務は、受像器が有るのか？無いのか？で決まっている</strong>ようです。<br />\r<br />\rもうちょっとよく考えると、受像器はテレビであってパソコンのモニタではありません。<br />\rもちろん、アンテナでもありません。<br />\rテレビとパソコンのモニタの違いって、くろねこ的に考えると<strong>放送を受信できるかどうか</strong>だと思うのです。<br />\r両方ともテレビの画像を写すことは出来ますが、放送を受信できないのですね。<br />\rじゃあ、放送って何？と考えると NHK ついて言及しているので、NHK 放送だと思うんですね。<br />\rということは、<em>NHK 放送を受信できないテレビを買ったら、契約義務は発生しない</em>。つまり<em>支払義務が発生しないということにならない</em>でしょうか？</p>\r<p>どこか、NHK の写らないテレビを作ってくれませんか？</p>\r<p>どうせくろねこはテレビ見てないので、テレビ自体無くても問題ないのですが...<br />\r嫁がテレビ見るようなので...</p>','',1,3136,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-12-16 12:28:35','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('nhk3',3,0,'2005-10-21 23:14:38','NHK の請求って...',null,'昨日書いたように、NHK 受信料の請求が封書で来たんですが...<br />\n<br />\nいろいろ周りに聞いてみると、受信料払っていない世帯でも、請求が届いているところと届いていない所があるようです。<br />\nまだ、届いていないだけなのかもしれませんが、調査の結果思うに、<strong>ずーっと払っていないところは、世帯の確認が出来ていないので、請求書の発行すら出来ていない</strong>のでは？<br />\nという結論に至りました。<br />\n<br />\nやはり、不公平な集金方法ですな...<br />\n日々技術も進歩しているので、<br />\n<ul><li>私的使用複製などと同様の方法(DRMなど)で番組単位で課金する＝使った分だけという考え</li>\n<li>一人あたりいくらで税金とする＝NHK を道路などと同じように共有財産と考える</li>\n<li>NHK を廃止する OR 民放にする＝公共放送はいらねという考え方</li></ul>\nのどれかがよいと思いますが...<br />\n皆さんはどう思われますか？','',1,2718,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo051025',3,0,'2005-10-25 23:55:17','Xenepic Online ～ ゼネピック オンライン ～',null,'<p>最近、ゼネピック オンライン にはまりました</p>\r<p>ウルティマオンラインよりも絵柄がかわいいですね。</p>','<p>ウルティマオンラインが海外ソフトでアメコミ風？みたいな雰囲気もあるのですが、ゼネピック オンライン は日本的な絵柄です。</p>\r<p>このゲーム、レベル制でレベルが上がるにつれてキャラが強くなっていきます。</p>\r<p>また、ドラクエとかと違って死んでもお金もアイテムも無くならない代わりに、次のレベルまでの経験値が10%減ります。</p>\r<p>これが意外とかなりつらいです。</p>\r<p>息子にじゃまされながらやるので集中できないし、死んだらまた経験値減ってるし...</p>\r<p>最悪の展開に...</p>\r<p>しかも、敵の強さも伏兵的強さのモンスターがいるので、これまた最悪。</p>\r<p>とりあえず、今はラウタの谷あたりで死にまくってます。</p>',1,3956,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('post_68',3,0,'2005-10-29 11:39:18','ひさびさのワン切り',null,'<p>ひさびさのワン切り、掛けてくるなちゅーねん。<br />\r<br />\r0758131111<br />\r携帯キャッシングというそうな...<br />\rAU、TU-KA-、ドコモの利用者専用の金貸し業者らしい<br />\r即日振込...言ってたが今はどこでも即日...<br />\rやはりいらん.<br />\r迷惑電話は撲滅させたいが、電話事業者の「迷惑電話撃退サービス」は有料だから使いたくない...<br />\r最近はセキュリティに金がかかる世の中なのね...</p>','<p>しまった、電話して問いつめるのを忘れてた... ちゃんと、所在地、金融業者登録番号と登記簿情報などの情報を聞いて怪しかったら調べて、問題があれば警察に届けなきゃ...</p>',1,2675,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-11-21 14:28:55','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_73',3,0,'2005-10-29 12:12:52','小規模企業共済に加入した',null,'小規模企業共済に加入した\n\n月額1万円、年間12万円...\n次年度から年払い奨励金分が安くなるみたいだけど、いくら安くなるかわかりません...\nいくら安くなるか書いてたかな？\nしかし、これで万が一の時の蓄えが出来て一安心といいたいところですが、万が一の時はこんなもんで足りません...\nしかし、これで年間1万2千円程度税金が安くなる...\n\nついでに確定拠出年金への加入を勧められましたが、年金基金とどっちがお得なんでしょうかね？\n1年に1度掛け金が変更できる制度が、年金基金にもほしいです。','',1,2600,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('nhk_1',3,0,'2005-10-29 12:29:48','NHK って合法？',null,'NHKってそもそも合法？ごうほうなんでしょうな～。\n\n<em>民法には「契約の自由」という権利が示されているようだ。\nしかし、放送法には「契約の自由」はなく、「契約の義務」のみが示されている。</em>\n\n放送法の主旨は、国民全員に3ch以上の放送を提供すると言うものじゃないかと思うのだが、民法でも衛星放送なら3ch受信できる世の中じゃないの？\n大都会で電波障害が...という話ならそのあたりにはケーブルテレビも有るだろうし、そもそも電波障害を起こしているところが責任を持って各戸にケーブルを引いて有るべき姿に戻せば、3ch など余裕。\nやはり、<strong>NHK など無くても十分である</strong>。\n\nNHK いらん.民放で十分.\nこれだけ不正＆不払いが多くてもやっていけてると言うことは、きちんと国民全員から受信料を取得できたらどれだけの金余り？\n受信料の設定は不払いを見越した金額に設定されてない？\n\nさらに突っ込むと、公共放送に必要な透明性と公平性が全くない NHK など全然いらない...\n<em>NHK 新生プランでも「視聴者のために」を全面に押し出しているが、視聴率だけ取れればそれで良いという考えなら、放送内容は前のようにでっち上げの嘘八百になるだろうし、公平性を貫いていない NHK は尊皇派だし...</em>\n天皇について報道するときに、<strong>陛下</strong>はいらん...なぜ象徴を敬う必要がある？\n\n議員の間でも、NHK の存続に疑問を持つ人間がいるようだ...\n彼らはNHK の民営化を考えているようだ！','',1,2308,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('tmo051031',3,0,'2005-10-31 22:28:27','「ときめきメモリアルONLINE」β２テスター当選おめでとうございます',null,'<p>本日、「ときめきメモリアルONLINE」&beta;２テスター当選おめでとうございます というメールが届いた...</p>\r<p>おっ、先日登録した&beta;テスターの応募が当選したようだ。<br />\rUCGO 以来三つ目の&beta;テスターになる「ときめきメモリアルONLINE」、とってもネカマがおおそう...<br />\r人のことは言えませんが...</p>\r<p>ゼネピックも&beta;テスターになって不具合報告を送ったし、ときメモもバグ見つけますか...って 自分のプログラムの不具合見つけなさいって！ツッコミが飛んできそうです！</p>','',1,4101,0,0,'2005-11-30 22:28:27',0,'',0,1,1,0,0,'2009-11-19 00:09:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_74',3,0,'2005-10-31 22:33:10','おもろい...',null,'今日、昼休み何を調べたくてググってたのか...それは忘れたんだけど、\n何を調べてたか忘れるぐらいつぼにはまったぺージが...\n\n<a href=\"http://www.e-pub.info/lineup/01k1102.htm\">『たこ焼き子のネットでタコタコ儲けまひょ～♪』</a>\n\nいやー、この人「ダンナのおとっつぁん」が倒産、当然「ダンナ」もプウ...\nそんな不幸をいとも簡単に笑い飛ばすかのような表現がつぼにはまった...\n\nこの人、Webデザイナーなのだがその過程で身につけたノウハウをPDFにして販売しているみたい。\n\n自分のサイトのアクセス数を上げてみたい人は買ってみては？\n20%儲けるアフィリエイトサイトへのリンクもあり、儲ける人のためのサイトのようです。','',1,2754,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_75',3,0,'2005-11-04 07:55:33','迷惑メール',null,'以下のような迷惑メールが、良く届きます。\nこれって、本当に怪しい...\n本当に本文どおりの内容なら有ってみたいと思うが、100%無いんでしょうな～。\n\n以下迷惑メールの内容 ----\n件名：Re:最終確認お願いします。\n本文：\n最終指名が入りました。詳細になります。\n☆名前：井上里美（27）☆\n☆あなた様への援助額１０万円☆\n☆タイトル：今週は会えない？\n☆メッセージ：☆\n今週の有給は貴方と過ごしたいのに・・・\n簡単にエッチしたいとか言う女は嫌いですか？\n\nhttp://www.luv2006.tv/?hv0511\n☆完全無料登録です。サイト内(登録、メールのやり取りすべての利用,\n検索～出会いまで自由解放しております。)\n※直電話機能をご用意致しましたのでご利用下さい。\nこれは貴方様限定のお知らせですので他者には絶対に教えないで下さい！\n不法な請求は一切ございません。\n\n代表　山口　由美子\n\n\n拒否はこちらに\nhappymail2005simei@yahoo.co.jp\n\n--- ここまで ---\n\n','ところで、誰にも教えていない、プロバイダしか知らないメールアドレスに届く迷惑メールも有るのですが...\nどこからアドレスを仕入れるのでしょうか？とりあえず、アドレス変更しましたが...\n\n以下、迷惑メールの内容 ----\n件名：最近、欲求不満なの、これからオ○ニーします\n本文：\nこの広告は「※未承諾広告」です\n\n\n※　18歳未満の方のご利用はご遠慮下さい\nhttp://0hi.co.uk/25JvN5iIPnSlG/\n\n最近、欲求不満です。\nHなことを夢にまで見るようになりました。\n仕事中は真面目なOLしてますが、頭の中はHなことで一杯です。\n毎日のようにオ○ニーしてます。\nHなことを考えるだけで、お○んこはヌルヌルに濡れています。\nSEXしたいです。太いち○ぽが欲しい・・。\n私のスケベなお○んこを太いち○ぽで突いて欲しい。\nもう我慢出来ません。これからオ○ニーします。\n\n\n提供は【ひとり】です\n\n配信拒否の方はこちら\nkyohi9kie82z@yahoo.co.jp\n--- ここまで ---\nもう、送らないで...',1,2513,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_76',3,0,'2005-11-05 18:23:26','くろねこのつぶやき み～つけた！',null,'別の人が書いてるブログで、「<a href=\"http://kuroneko.s28.xrea.com/blog/\">くろねこのつぶやき</a>」をみつけました...\n\nなんか全然向こうの方がいい...挿絵が入ってる...\n何か挿絵も文章も、ふんわりした感じで優しい感じがいいです。\n\n何か今回は携帯電話がつつぶれたようです。\nくろねこの携帯も昔同じようにつぶれたことがあります。AU の TOSHIBA A5501Tだったと思うんですが...\n一回電源を切ると直ったんです。AUショップに行ってROMに修正パッチを当ててもらってなおした様に思います。\n携帯メーカーはいっぱい修正プログラム持ってますんで、買い換える前にショップに聞いてみた方が良いかもしれませんね。','',1,3094,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('blog_pet',3,0,'2005-11-05 18:34:53','Blog Pet を導入してみました～',null,'おととい、とあるブログで見つけたBlog Petが本で紹介されていたので、早速うちのブログにも付けてみようかと思って本屋さんから帰るなり設定してしまいました。<br />\n<br />\nすごく簡単な手順で導入できました。<br />\nステップは、仮登録と本登録と大きく二つに分かれます。<br />\n以下仮登録方法です。<br />\n<ol>\n<li>Blog Pet 公式サイト <a href=\"http://cousagi.yomiusa.net/\">http://cousagi.yomiusa.net/</a> に行く</li>\n<li>上の方にある 「Blog Petを飼う」というボタンをクリック</li>\n<li>利用規約を読んで、納得したら「同意する」を選んで、「次に進む」をクリック</li>\n<li>次にペットを選んで、「次に進む」をクリック</li>\n<li>ユーザ名、パスワードなどを記入後、「次に進む」をクリック</li>\n<li>仮登録完了のはず...</li>\n</ol>\n本登録は、仮登録完了のメールアドレスが届くので、そのURLをクリックしてサイトに関する情報を入力すれば登録完了です。<br />\nブログ一つに一つのペットになるようですね。複数のブログを持ってる人が一つのペットを飼うことは出来ないみたいですので注意。<br />\nその本には、Blog Pet 以外にもいろいろブログの使い方を広げてくれるサイドバーツールが紹介されていました。<br />\n書店で見つけたら覗いて見てみると良いかもです。','クリックするたびに、何か違うことをしゃべってくれる...\nサイトから言葉を覚えるらしいが、このペットもいずれは毒吐きに...やばい',1,3068,10,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('051105_free_virus_check',3,0,'2005-11-05 19:08:11','ウイルスチェック無料でしない？',null,'<p>ウイルスチェックについて、ウルティマオンラインで知り合った友人から何が良いかと相談を受けた。</p>\r<p>以前に、マイクロソフトで Windows XP SP2 が公開されたときに対応ソフトを調べた。その際に見つけたぺージリンクを保存しておいたので、それを見ながら「無料でいいんじゃない？」と思わず...</p>\r<p>くろねこは現在シマンテックのノートン・インターネットセキュリティを使っているが、2006になってからさらに重たくなった様子...</p>\r<p>旧型や、ノートタイプだと重くて使えない。デスクトップじゃないと...</p>\r<p>デスクトップでも起動が重いのはウイルスチェックのせい？仕事場でお帰りしている PC Celeron 544MHz？ で非力で非力で...</p>\r<p>起動に5分以上かかってしまう。自宅のだと起動はそれほど気にならないが、嫁は遅いという。</p>\r<p>嫁曰く「何で電源入れてもすぐ使えない？」、パソコンは家電じゃないからな...</p>\r<p>割り切ってしまえるのも、PC を使い始めて10年以上なので、すでにこの業界に洗脳されているのか...</p>\r<p>ところで話は戻って、無料でウイルスチェックしてみたい人、いろんな会社のウィルスチェックを試してみてから買いたい人は、以下のぺージでお試し版を使うといいだろう。</p>\r<p>Microsoft Windows セキュリティ センターのウイルス対策パートナーのぺージ：<a href=\"http://www.microsoft.com/athome/security/viruses/wsc/ja/default.mspx\">http://www.microsoft.com/athome/security/viruses/wsc/ja/default.mspx</a></p>','',1,3443,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.microsoft.com/athome/security/viruses/wsc/ja/default.mspx\">http://www.microsoft.co...</a>',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('nhk_2',3,0,'2005-11-06 02:43:09','NHK 職員が連続放火？',null,'くろねこは、<a href=\"http://www.jnishida.com/blog/archives/2005/10/nhk_1.htm\">NHK って合法？</a>において以下のように書いた。<br />\n<blockquote>NHK 新生プランでも「視聴者のために」を全面に押し出しているが、視聴率だけ取れればそれで良いという考えなら、放送内容は前のようにでっち上げの嘘八百になるだろうし、公平性を貫いていない</blockquote>\n昨日(11/5)、そんな NHK で不祥事が起きた。 <br />\n<blockquote>NHK 放送局記者が放火未遂容疑で滋賀県警・大阪府警に逮捕されたうえ、連続放火を認める供述を始めた</blockquote>\nというものだ。<br />\nこんな不祥事を重ねているようでは、新生プランなど水泡に帰すし、そもそも本当にプランを考えたのだろうかという疑問すら出てくる。<br />\nどうせトップが対面だけを考えて作ったプランなのだろうが、NHK も社風としてそのような風土が出来てしまっていると言うことか。企業風土として根付いているのなら、同様の問題は今後も三菱自動車の時のようにまだ出てくるであろう。<br />\nNHK の場合、三菱自動車よりひどいのは、<em>三菱自動車の時には消費者側に契約の自由があった(不買の選択)</em>、しかし <em>NHK の場合には、消費者側に契約の自由がない</em>。<br />\n消費者として、NHK に対して消費者が課すことが出来る最も重い裁きを下すことが出来ない。<br />\n<br />\n消費者側は、NHK に抗議をすることが出来るが、抗議したところでNHK は痛くもかゆくもないはずだ。<br />\nなぜなら NHK は天下の放送法という悪法に守られていて、消費者は受像器を持っている限り受信料を支払う義務が発生する。仮に不払いをしても、NHK が民事訴訟を起こせば勝てるかどうかは非常に不透明である。<br />\nしたがって、議員を通じて国会に放送法の廃案を求めることが最大の武器になるが、この方法にはかなりの時間がかかるし、NHK に既得権益を持っている議員もいるだろうから、反対も有るのだろうか？<br />\nどちらにせよ、NHK の不祥事は当分続きそうだ...','',1,3532,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('blanket',3,0,'2005-11-06 20:43:09','毛布は掛け布団の上？下？',null,'くろねこは寒がりなので、すでに夜寝る際には毛布を利用している。\n\nくろねこは、毛布を敷き布団の上と、掛け布団の下に一枚づつ敷いて毛布の間に寝るようにしている。\n今のようにまだそれ程寒くない場合には、どちらかの毛布が無くなり一枚になっている。\n\nしかし、家の嫁に言わせると、毛布は掛け布団の上に載せるものだそうだ。\nそちらの方が暖かいらしい。本当か？やってみているが、特に暖かい雰囲気は無いのだが...\n皆さんはどっちですか？','',1,3928,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_78',3,0,'2005-11-08 22:09:19','卒業生の進路先情報などを在校生に見せてはならない というのは間違いでしょうか？',null,'インプレスにて<em>「間違いだらけの個人情報保護」</em>と言うブログが始まっています。\nいくつか疑問点もあるのですが、気になった一点を例にくろねこの考えを書いておきます。\nまず、当然ですが上記ブログの記載者は弁護士ですが、<strong>一弁護士の個人的判断ですので、実際の裁判などでの法律の解釈が異なる可能性も有る</strong>と考えています\nしかし、おおむねくろねこよりも正しいことが多いでしょう。\n\n<a href=\"http://internet.impress.co.jp/kojinjohoblog/archives/2005/10/post_40.html\">卒業生の進路先情報などを在校生に見せてはならない</a>についてです。\nくろねこは、特定の個人がどこの就職してどのような地位についているか、いたずらに公開すべきではないと考えます。\n\n個人情報保護法以前に<strong>人には知られてくないこともあり、この件はそれに該当すると考えられます</strong>。\nたとえば、卒業生の情報を在校生に見せることで卒業と同時に終わるはずのいじめが継続したり、そこから漏れた個人情報が卒業生同士でのゆすりたかりに使用される可能性もはらんでいます。\nまた例えクラスメイトであっても中に仲の悪いものも良いものもおり、一概にコミュニティと同様に考えるのは早計です。\n例に出てきていますが<strong>コミュニティというものは、判断能力のある大人が自分の意志で参加し、またそのコミュニティに提供する情報は自分で取捨選択したもののみ</strong>です。\n学校ではまだそのような価値観の無い世代(中高生、とくに中学生)である場合もあります。\n\nそもそも、学校は商業施設で無いという考えにも同意しかねます。そもそも私立の学校は営利団体ですし、学校の教師は子供を顧客としてとらえることがないためか、品質の悪いサービスしか提供できない。そもそも、上からものを言うだけでは教育ではない。\nそういう教育者が蔓延している現在の教育機関では、<strong>個人情報も適切な扱いを受ける可能性が低い</strong>と考えられることから、<em>卒業生の進路情報については統計的情報にとどめ、必要に応じて本人に許可を得るべきでしょう</em>。','学生の頃に思ったことなんですが...\nたしか\n中学入学してすぐの頃、国語の先生がとある生徒の名前が読めなくて間違ったんです。\nそしたら、その生徒は当然訂正をしようと、先生に対して意見しようとしたら、その先生が、こういったんですよ。\n「名前を呼ばれたらすぐに立つ、それから発言しろ！」と。さらに、名前を間違ったことにはふれず、「順番で自分が呼ばれていることはわかるだろう！」と言ってました。\nそのとき、なんで事前に調べてこないのだろうかと思った訳なんですよ。\n入学時の資料にちゃんと振り仮名を振ってあるわけですから、なんと予習してくる気があったらちゃんと読めたはずなんです。\nまあ、その先生たしか大学院にも籍を置いてるとか置いてないとか言ってましたが、自分は予習しないが宿題はたくさん出しましたね。しかも、やってこないとめちゃ怒ってました。\nそのくせ、自分は教え子と結婚しているとか、そんな変な先生でした。\n\n学校が法人？としての利益だけを追求するようになっても困るんですが、生徒の権利を守るとか学校の良さを競う(進学率にとどまりません)様になってもらわないと、質は低下する一方だと思うんですよね。\n\nまた、学校でも金銭関係や法律関係を含めた社会のことについて、もっと幅広く教育を行っていくべきではないかと考えています。',1,3158,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('kappa',3,0,'2005-11-13 21:48:01','かっぱ寿司にて',null,'久しぶりに<a href=\"www.kappa-create.co.jp/\">かっぱ寿司</a>にすしを食べに...\nあまりすしが好きでないというか、生ものがあまり好きでないのだが...\n\nすしを食べてそろそろおなかもいっぱいになってきた頃、キャッシャーの方がうるさくなる。\nスウェット姿の男がキャッシャー担当に怒鳴っているらしい...\n\n話の内容を聞いていると、だいたいの内容が伝わってきた...\n大まかにまとめると以下のようになる。\n\n客(スウェット姿の男とその婦人を含む程度の家族)が食べたとする、商品の伝票に通常でない皿(通常は105円)が18皿あった。\n食べた記憶のないその客がキャッシャーに対して、明らかにおかしい伝票の内容をそのまま処理しようとした、店員は客をだます詐欺行為ではないかと訴えている。\nもし気づかず帰ったらどうするんだと。ただ「はい」としか答えない店員にとても激怒していた。\n\n客の怒りは当然である。\n客は通常でない皿が147円であると怒鳴っていたが、そのような皿はメニューにないので、たぶん値段は異なるがケーキなどのデザート類か、もしくは茶碗蒸しの皿なのだろう。\n仮に三人構成の家族が食べたとしたら一人あたり6皿、二人だったとしたら9皿食べていることになる。\n食べられないとは言わないが、それだけ食べるとすしを食べにきたようには思えない。\n明らかにそのまま会計をするには躊躇する内容である。\n\n実に興味深いのは、このような明らかにおかしい内容の伝票を会計しようとした際に、何のチェック機構を持たない会社の体制＆レジシステムである。吉野屋だと客の人数などの情報を入力するレジシステムになっているようだが、そのようなシステムではチェックも可能であろう。独りどんぶり九杯も食べる客は早々いないであろうから、何らかの警告がでても良さそうだ。\n回転寿司屋に話を戻すと、レジ位置と伝票を書く場所が異なるので確認が難しい。\nしかも回転すしやになると、混んでくると席の確保が忙しくすぐに食器を片づけてしまうかもしれない。\nそうなると客側が食べた覚えはないといっても、証明することは難しくなる。\nこのような場合に店舗側はどの様に対応していくのか、その答えを持っていないことがわかってしまった。\n\n同様のシステムというか、すぐに食器すらも片づけてしまう居酒屋の場合、もっと間違いは発生する可能性は高く、詐欺だと言われる危険性はかなり高いのだろう。まあ、飲んだ方が記憶が曖昧になるので、そこに突っ込まない(突っ込めない)可能性も大きいのだが、\n\nところで、寿司屋でもめたスウェット姿のおやじ警察を呼んで処理していたが、結果はどうなったのだろう非常に気になるところであるが、明らかに故意として認められるような事象でも無いので、詐欺の立件は難しいと思うのであるが、是非がんばっていただきたい。','',1,2703,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-Xls_Compile',3,0,'2005-11-14 23:02:20','[Excel VBA] コンパイルする',null,'<p>マクロ記録などを応用して作った Excel VBA マクロ。<br />\rきちんと文法どおりできているか、実行するまでわからないと思っている人も多いのでは？</p>\r<p>Excel VBA はデバッグメニューの一番上に[VBA Project のコンパイル]があります。</p>','',1,8270,1,0,'2005-12-14 23:02:20',0,'',0,1,1,0,0,'2009-11-15 22:53:52','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-Xls_FindCell',3,0,'2005-11-15 10:10:14','[Excel VBA] 特定条件を満たすセルを見つける','','<p>Excel で以下の様な番号と名前のデータがあったときに、番号をキーにして名前を取得するようなことは多いだろう。<br />\rこのようなケースを処理するためには、Find メソッドを使用するとうまくできる。<br />\r<em>特定条件を満たすセルを見つけた後、削除するような処理では以下の方法が使用できない。<br />\rこの様な場合には、[story:ProgFAQ-Xls_FindCell2]を参照いただきたい。</em></p>','<p>下記のようなケースを想定する。</p>\r<table>\r    <tbody>\r        <tr>\r            <th>　</th>\r            <th>番号</th>\r            <th>名前</th>\r        </tr>\r        <tr>\r            <th>　</th>\r            <th>1</th>\r            <th>2</th>\r        </tr>\r        <tr>\r            <th>A</th>\r            <td>0001</td>\r            <td>佐藤</td>\r        </tr>\r        <tr>\r            <th>B</th>\r            <td>0002</td>\r            <td>鈴木</td>\r        </tr>\r        <tr>\r            <th>C</th>\r            <td>0003</td>\r            <td>田中</td>\r        </tr>\r        <tr>\r            <th>D</th>\r            <td>0004</td>\r            <td>小林</td>\r        </tr>\r    </tbody>\r</table>\r<p><strong>※1 番号は書式指定で &quot;0000&quot; とし、 1 を 0001 としている</strong><br />\r<br />\rたとえば、番号 &quot;0003&quot; の田中さんを取得したい場合には以下のように処理をする。</p>\r<pre class=\"brush: vb;\">\rSub 番号3番の田中さんを見つける()\r    Const NameCol = 2\r    Dim SearchArea As Range             \' 検索範囲\r    Dim c As Range                      \' 検索結果\r    Dim firstAddress As String          \' 最初に見つかったセルのアドレス\r    \r    \' 検索範囲\r    With ThisWorkbook.Sheets(&quot;Sheet1&quot;).Range(&quot;A1&quot;).CurrentRegion\r        Set c = .Columns(1).Find(3)     \' 検索範囲の最初のカラムから番号を検索\r        If Not c Is Nothing Then        \' 発見すれば結果にセルが、見つからなければ Nothing が返る\r            firstAddress = c.Address    \' 最初のアドレスを覚えておく ※2\r            Do\r                MsgBox .Cells(c.Row, NameCol), vbOKOnly, &quot;発見&quot;\r                Set c = .FindNext\r            Loop While Not c Is Nothing And (c.Address &lt;&gt; firstAddress)\r        End If\r    End With\rEnd Sub\r</pre>\r<p><strong>※2 同じ番号が複数回出現するなどでループにて処理を行う場合、最後のセルの次を検索すると最初のセルが見つかる。<br />\rこのため、最初に見つかったセルのアドレスを覚えておく必要がある。</strong><br />\rこの方法で、検索を行うと if 文を利用して検索するよりも断然早く処理を完了させることができる。<br />\r応用として、見つけたセルを削除する処理を考えてみたが、このループの中ではできない。<br />\r削除処理自体は、</p>\r<pre class=\"brush: vb;\">\rRows(c.Row).Delete Shift:= xlUp</pre>\r<p>で可能だが、この処理を行うと Loop 判定行で c が見つからずに例外が発生する。</p>',1,8666,0,0,'2005-12-15 10:10:14',0,'',0,1,1,0,0,'2011-02-28 15:36:21','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0061',3,0,'2005-11-22 17:23:42','[Delphi] 条件に一致するファイルをサブフォルダも探す','','<p>条件に合致するファイルを探し出し、見つかったファイルに対して何か作業ができるようにイベントを発生させています。<br />\r指定フォルダ以下のサブフォルダに対しても検索をかけています。サブフォルダの階層を制限する場合や、サブフォルダの検索が不要な際には、イベント中で DigDir 引数に対し False を返すとそれ以上のサブフォルダを処理しません。<br />\r見つかったときの処理を直コーディングせずにイベントにしたことでクラス化が行え、再利用性が高まっています。別にライブラリでもよかったのですが、コンポーネントのほうが視覚的に見えてダブルクリックでコーディングしていけるので皆さんに使ってもらいやすいかな？というぐらいのものです。</p>','<h4>利用方法：</h4>\r<ol>\r    <li>FileMask<br />\r    見つけるべき対象のファイルとそうでないファイルとを分けるフィルタ文字列を設定します。<br />\r    フィルタ文字列の設定方法は Mask ユニットの TMask の記述を参照してください。</li>\r    <li>Root<br />\r    検索対象フォルダの最上位のフォルダを指定します。<br />\r    実行の際最初に一度だけ参照されます。</li>\r    <li>OnFound<br />\r    ファイルが見つかった場合、サブフォルダが見つかった場合に起こるイベントです。<br />\r    詳細はコメントを参考にしてください。</li>\r</ol>\r<pre class=\"brush: delphi\">\runit DigDir;\r\rinterface\r\ruses\r  SysUtils, Classes, Masks;\r\rconst\r  DefaultMaskStr = \'*.*\';\r\rtype\r  /// <summary></summary>ファイル/フォルダ発見時のコールバック関数\r  /// <param name=\"Path\" />見つけたパス\r  /// <param name=\"IsFile\" />ファイルかどうか(ファイル=True)\r  /// <param name=\"Level\" />掘り進んだレベル(Root=0)\r  /// <param name=\"DigDir\" />フォルダの場合掘るかどうか\r  /// <param name=\"Cancel\" />処理中断\r  TFoundEvent = procedure(const Path: string;\r                          const IsFile: Boolean;\r                          const Level: integer;\r                          var DigDir: Boolean;\r                          var Cancel: Boolean)\r                          of object;\r\r  TDigDirectory = class(TComponent)\r  private\r    FFileMaskStr: string;\r    FFileMask: TMask;\r    FRoot: string;\r    FOnFound: TFoundEvent;\r    /// <summary></summary>ファイル検索マスク設定\r    /// <param name=\"Value\" />マスクパターン文字列\r    procedure SetFileMask(const Value: string);\r    /// <summary></summary>フォルダ検索\r    procedure DigDirectory(const DirPath: string; const Level: integer);\r  public\r    constructor Create(AOwner: TComponent); override;\r    destructor Destroy; override;\r    /// <summary></summary>フォルダ検索\r    procedure Execute();\r  published\r    /// <value></value>ファイル検索マスク文字列\r    property FileMask: string read FFileMaskStr write SetFileMask;\r    /// <value></value>検索ルートフォルダ\r    property Root: string read FRoot write FRoot;\r    /// <summary></summary>条件に一致するファイルが見つかった場合のイベント\r    property OnFound: TFoundEvent read FOnFound write FOnFound;\r  end;\r\rprocedure Register;\r\rimplementation\r\r{ TDigDirectory }\r\rconstructor TDigDirectory.Create(AOwner: TComponent);\rbegin\r  inherited;\r  SetFileMask(DefaultMaskStr);\rend;\r\rdestructor TDigDirectory.Destroy;\rbegin\r  inherited;\r  FreeAndNil(FFileMask);\rend;\r\rprocedure TDigDirectory.Execute();\rbegin\r  DigDirectory(FRoot, 0);\rend;\r\rprocedure TDigDirectory.DigDirectory(const DirPath: string; const Level: integer);\rvar\r  Rec: TSearchRec;\r  Path: string;\r  DigDir, Cancel: Boolean;\rbegin\r  Cancel := false;\r\r  Path := IncludeTrailingPathDelimiter(DirPath);                //  付け\r  if FindFirst(Path  + \'*.*\', faAnyFile, Rec) = 0 then      // 初回検索\r  begin\r    // 見つかった\r    try\r      repeat\r        // フォルダ発見\r        if (Rec.Attr and faDirectory &gt; 0) and (Rec.Name &lt;&gt; \'.\') and (Rec.Name &lt;&gt; \'..\') then\r        begin\r          // 通知\r          DigDir := true;\r          if Assigned(FOnFound) then\r            FOnFound(Path + Rec.Name, false, Level, DigDir, Cancel);\r          // キャンセルの場合\r          if Cancel then break;\r          // さらに掘る場合\r          if DigDir then DigDirectory(Path + Rec.Name, Level + 1);\r        end\r        // ファイル発見\r        else\r        if (Rec.Name &lt;&gt; \'.\') and (Rec.Name &lt;&gt; \'..\') and (FFileMask.Matches(Rec.Name)) then\r        begin\r          // 通知\r          if Assigned(FOnFound) then\r            FOnFound(Path + Rec.Name, true, Level, DigDir, Cancel);\r          if Cancel then break;                             // キャンセルの場合\r        end;\r      until (FindNext(Rec) &lt;&gt; 0);\r    finally\r      FindClose(Rec);                                       // 解放\r    end;\r  end;\rend;\r\rprocedure TDigDirectory.SetFileMask(const Value: string);\rvar\r  NewMaskStr: String;\r  OldMask: TMask;\rbegin\r  if (Value = \'\') then\r    NewMaskStr := DefaultMaskStr\r  else\r    NewMaskStr := Value;\r  if (FFileMaskStr = NewMaskStr) then exit;\r\r  OldMask := FFileMask;\r  try\r    FFileMask := TMask.Create(NewMaskStr);\r    FFileMaskStr := NewMaskStr;\r  except\r    FFileMask := OldMask;\r  end;\rend;\r\rprocedure Register;\rbegin\r  RegisterComponents(\'Black Cat\', [TDigDirectory]);\rend;\r\rend.\r</pre>',1,8028,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-08-18 17:52:15','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('the_microsoft_c',3,0,'2005-11-24 19:46:18','the Microsoft Confarence 2005 大阪会場に行ってきました。',null,'今日は会社をお休みにして、<a href=\"http://www.event-registration.jp/events/msc05/\">the Microsoft Confarence 2005</a> 大阪会場に行ってきました。<br />\n<br />\n本日の新製品は、以下の三製品。<br />\n<ol><li>Visual Studio 2005</li><li>SQL Server 2005</li><li>BizTalk Server 2005</li></ol><br />\nくろねこ的目玉は Visual Studio 2005だったのですが、SQL Server 2005のセッションにも参加した所、結構良くなってるように思いました。\nOffice System との連携が強化されているとのことで、SQL Server のデータを Excel に持っていく際に、SQL Server にプログラムを書くか、それとも従来どおり Visual Studio などの開発製品で書くか考える局面が増えそうでした。というのも、<strong>SQLServer に SQLCLR という環境が用意され、C# などの .Net Flamework 上の言語でストアドプロシージャが開発できる</strong>とのことで、言語のシームレスな使用が出来そうでした。(もう、T-SQL 何か使わないぞ!!＜このあたりは＠ITにパフォーマンスなどの情報が載っていましたので参考にしてください。)<br />\nで、Visual Studio の方はどうだったかというと、<em>開発環境としての進化以外に、プロジェクト管理、テスト支援、ソース管理などいろいろな方面に力が注がれ Microsoft の言うとおり新しいステージに移った</em>と言えるのでは無いかなと思っています。<br />\n開発環境だけで見ても、書くべきコードが本当に必要なコードのみに近づき、量がかなり減ったこともありバグは減る方向に行きそうです。<br />\nまた、テスト支援の環境がそろったことで、単体テストの自動化や未テストのコードの視覚化など。<br />\nこれだけなら前から Rational Rose などからでていたと思うのですが、単体テストなどのスケルトンを自動で作ってくれるなど、<strong>テストのプログラムの作成の方も省力化が進んでいる</strong>と感じられました。<br />\n<em>ただ、ほしい！</em><br />\nそう思いましたが、テストまで含んでいるエディションになると最上位になるのでかなり高いんだろうな？というのが本音でたぶん手が出ません。<br />\n次は、マジで Delphi やめて Visual Studio に乗り換えようかな？と思い本まで買ってきてしまいました。<br />\n今後への期待としては、<br />\n<ol><li>もっとテストが自動化されること</li>\n<li>個人利用向けのテストツールの提供</li>\n<li>スマートクライアント(Windows Form)と WEB(ASP.Net)アプリの 2Way プログラムの作成<br />\n現在、違う方向に行ってるらしいです。全然別物だとか...</li>\n<li>WEB アプリ作成時のサイト管理機能(現在、SiteMap や StyleSheet 管理機能はありません)</li>\n</ol>といったところでしょうか？<br />\n早く出てくると良いですね。<br />\nちなみに、MCP の資格制度も変わるとかで、MCPについての説明もされていました。<br />\n行くともらえる<em>資料群の中に、バウチャーチケットも入っている</em>ので、かなりお得なセミナーであったと思います。<br />\nまだの人は是非登録して行ってみてください。＞バウチャーいらない人は下さいな!!','',1,3441,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('nhk_3',3,0,'2005-11-27 15:47:52','NHK が受信料徴収に来た！',null,'本日、やっと NHK が受信料を徴収しに来ました。\n\nなんか、文句を言っても「糠に釘」みたいな雰囲気の営業マンでしたが、文句を「ハイ、ハイ」、「スイマセン」と言いながら聞いていました。聞いてみるとアルバイト営業マンらしく、11月からアルバイトで問題の大津営業所で働いていると言うことでした。\n問題の現場にいなかったものに文句を重ねてもあまり意味があるとは思えないので、とりあえず今月分は払うけど、<strong>徴収しに来なかった期間の分までさかのぼって払うことについては、疑問が残る</strong>と行ったところ、その期間については保留ということで、お客様が納得されてからお支払い下さいとのこと...←なんか一生納得しない雰囲気があるのですが...\n本日は、10月＋11月分を受け取って帰っていただきましたが、受信料支払いとともにいろいろ頂きました。シールとかパンフとか...そのほか受け取って良いのか悩んだものまで...\n\n寒いなかコートも着ず訪問営業するのはちょっと無謀な気がしましたが、ほとんどの家はインターホン越しに「結構です。」と返されるだけで有ってもらえないという。\nそれ程、NHK の問題は日本国民にとって許せない問題だったのか、それとも払わなくて済むなら払いたくないというだけなのか...\nくろねこも、納得して今月分を支払った訳では無いのです。早急な NHK の健全化並びに 料金領収方法(基準)の改正をお願いしたいです。','',1,3157,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('051127_amazoncojp',3,0,'2005-11-27 21:59:46','AMAZON.CO.JP',null,'インターネット通信販売のアマゾンはかなり不評を買っている様です。<br />\r\n<br />\r\n前回の買い物の際に、アマゾンのシステムが自己都合の固まりであることを思い知ったわけですが...<br />\r\nちょっと暇があったので、アマゾンに他のトラブルが起きていないか検索してみました。<br />\r\n<br />\r\n11/25 に AMAZON.COM でアマゾンが使えない件のトラブルが起きていましたが、それ以外に<strong>アマゾンでほしいものは注文するな！</strong>というようなサイトを複数発見することが出来ました。<br />\r\n<br />\r\nアマゾンでは、<em>本当にほしいものは注文してはならない</em>、注文しても良いのはどこでも買える商品のみである。ということらしいです。<br />\r\n具体的には、<br />\r\n<ol><li>予約は予定数入らない可能性がある</li>\r\n<li>アマゾンの予約は先着順ではない</li>\r\n<li>アマゾンで初回特典付きなどの商品を予約しても初回特典無しが送られてくる可能性がある。<br />値段が異なるときでも同じ対応らしい。</li>\r\n<li>商品は分納されるときが有ると記載されているが、一番遅い商品の発送に統一される。</li>\r\n<li>商品の確保が出来ず配送料無料価格(\\1,500-)を下回ると配送料を請求される。</li>\r\n<li>アマゾンのクレーム担当者は返答のたびに変わる(身をもって確認済み)</li>\r\n<li>アマゾンの返答はコピペで誠意が全くない(身をもって体験済み)</li></ol>\r\nというわけで、本当にほしいものはアマゾンで注文しないようにお願いします。<br />\r\n<br />\r\n当サイトにもアマゾンへのリンクが多数有りますが、<br />\r\n<ol><li>アマゾンで買えなくても、最悪近くの量販店に行けばいつでも同じものが手に入る。</li>\r\n<li>どこでも手にはいるが、単に買いに行くのが手間である。もしくはアマゾンの方が若干安め！</li></ol>\r\nというときぐらいに使うことをお勧めします。','くろねこ自身アマゾンで商品を買うことが結構あるのですが、何かトラブルに遭遇したらまた報告させていただきたいと思います。',1,3115,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_79',3,0,'2005-11-29 22:49:06','背中を流してもらう',null,'今日、息子とお風呂に入った.\n\nいつも何かと人のすることを見て、何でもやりたがる息子(3)なのであるが...\n今日は自分で自分の体を洗うと言い出した。\n\n息子に洗わせると時間がかかりそうだったので、息子の体はくろねこが洗ってくろねこの背中を流してもらうことにした。\n何とも力の入らない洗い方では有ったが、息子に背中を流してもらうのはうれしいことだ。','',1,2390,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo051202',3,0,'2005-12-02 23:08:34','らむさら さんに会う。',null,'<p>今日、ゼネピック非公式ファンサイト最大手と思われる、<a href=\"http://www.hangame-fan.com/\">Hangame FAN!　～ハンゲームを遊び尽くせ！～　総合情報、攻略、交流など</a>を運営さておられる<b>らむさら</b>さんにお会いしました。</p>\r<p>&nbsp;くろねこは毎日この<b>らむさら</b>さんの<a href=\"http://www.hangame-fan.com/xenepic/index.htm\">Xenepic Online ～ ゼネピック オンライン ～</a>のぺージを見ています。</p>','<p>そこで、せっかくお会いできたので、らむさらさんにブリンヒルド側のクエストが抜けていることについて、お伝えしておきましたがエスネ側には載っているので更新はすぐでしょうね。</p>\r<p>&nbsp;がんばってくださいね。毎日見てますよ。＞らむさらさん。</p>\r<p>&nbsp;らむさらさんのページはリファレンスとしてはすごいいいです。</p>\r<p>&nbsp;欲を言えば各情報間にリンクが張られていないものもあるので、追加してもらえればと思いますが情報量が多いだけにしんどいでしょうな～</p>\r<p>&nbsp;攻略情報などはあんまり無いですが、レベルアップ後の武器・防具はどれを買えばいいか、クエストはどれがお得か考えるのに重宝しています。</p>\r<p class=\"add\">6/6 追記<br />\rリンク先が変わっていたようなので、修正をしました。</p>',1,3304,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.hangame-fan.com/\">Hangame FAN!　～ハ',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('post_81',3,0,'2005-12-04 22:14:43','炭火焼肉 でん',null,'本日、炭火焼肉 でん に行った。\n今日から ガンバ大阪Ｖセールとして 男性\\1,600-、女性\\900-、小学生\\500- で食べ放題＆Ｖが決まっていたのでファーストドリンク(ドリンクバーもOK)\\1 だったのでした。\nでも並ぶのに1時間以上、並ぶ前に妹に1時間前に名前を記入してもらっていたので、待ち時間は約2時間半でした。\n席に案内されてさあ食うぞ！と思ったらこないんですよ...\n一皿目が注文後10分ぐらいしてから来たのですが、その後次の皿がくるまで灼く30分...\nどうやらお肉が無かったようなのです...家のかーちゃんが何でもいいから持ってきて...と頼んでからも結構かかって...\nふつうのお肉の部位じゃない タンやミノ、ソーセージなどが運ばれてきましたね...\nみんな結構ブーイングコールで、家の家族も精算して他の店に食べに行こうかと真剣に考えていたときもありました。\nたぶん発注担当（＝店長？）の予測ミスだと思うのですが、無いなら早く店を閉めた方が良かったのではないかと思いました。\n途中で店を閉めたようですが、かなり判断が遅かったですね...\n途中でお肉を他の店舗に借りに行っていた様ですが、その判断もかなり遅かったのでは無いでしょうか？\n会計時の料金はかなり安くしてもらった様ですが、優勝セールは宣伝広告なのに逆に悪評を振りまいていたような...','',1,2380,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_82',3,0,'2005-12-05 23:21:15','学校は個人情報保護法対象外？',null,'<p>以前<a href=\"http://www.jnishida.com/blog/archives/2005/11/post_78.htm\">卒業生の進路先情報などを在校生に見せてはならない というのは間違いでしょうか？</a>で書いた内容について、執筆者の牧野二郎氏から回答を頂いていたので、くろねこの意見をまとめておきたいと思います。<br />\n全然まとまらないのですが...</p>\n<p>牧野二郎氏のご回答を拝見すると、相違点は以下の点であると考えます。</p>\n<ol><li>コミュニティの考え方</li>\n<li>そして個人情報保護法で守るべきなのか、プライバシーを守る権利(憲法第13条)で守るべき問題なのか</li>\n<li>学校は事業者であるか否か</li></ol>\n<p>コミュニティについて調べてみました。<br />\n大辞林 第二版 （三省堂）によるとコミュニティの意味は、以下のように示されていました。</p>\n<blockquote>コミュニティー [community]<br />\n<br />\n(1)人々が共同体意識を持って共同生活を営む一定の地域、およびその人々の集団。地域社会。共同体。<br />\n<br />\n(2)アメリカの社会学者マッキーバー（R. M. MacIver）が定式化した社会類型の一。血縁・地縁など自然的結合により共同生活を営む社会集団。<br />\n<br />\n→アソシエーション </blockquote>\n<br />\n<p>\n今回は(1)に該当すると考えられますが、共同体意識、共同生活とは何かが問題になると思います。<br />\n私の意見としては、学校全体として共同体意識が存在するのかが疑問です。<br />\n「社会の一単位としてそこに集合しているわけで、互いに刺激し、働きかけあい、影響しあう以上はそれを社会、コミュニティというほかないのでは、と思うのです。」<br />\nとお答えいただいていますが、共同体意識としては、クラスかせいぜい学年が精一杯ではないでしょうか？<br />\n学校全体の共同体意識ができていると言うには難しいと思います。学校全体での行事などは存在しますがそのとき限りですし、普段発生する学年を越えてのコミュニケーションとしては、小学生であれば集団登下校位ではないのでしょうか？学校内でのコミュニケーションとして適切なのはクラス内の仲間、クラス、学年でしょう。<br />\n特に義務教育課程においては居住地域に束縛されている面がおおく、特定の学校に強制収容されているという現実があります。<br />\nそのような理由から、学校の方針に反対だからといってその学校を変えると行った選択肢が非常に難しいのが現状です。<br />\nまた、ある特定の場所に集まった人間をの集団をコミュニティと称するのであれば、たとえば人材紹介会社やハローワークに登録した人間は皆コミュニティの一員です。<br />\nハローワークに登録したら、個人情報がハローワーク内に掲示されていれば問題ではなりませんか？<br />\n<strong>私は同じ価値・目的を共有する人間の集団をコミュニティと呼びたいと思います。</strong></p>\n<p>\n個人情報保護法で守るべきか憲法で守るべきかという問題についてですが、<strong>個人情報というのはプライバシーの一つであり今回の個人情報保護法は、企業に提供されたそのプライバシーの一部の管理について制度化したものであると考えたい</strong>のですが違うのでしょうか？もし違うのであればプライバシーを守る法律を早急に検討すべきであると思いますが、その件についてはここで議論すべき問題ではないので触れません。</p>\n<p>\n学校も非営利ではありますが事業を行っている法人であると考えています。たとえば私学には○○学校法人というのがあります。不特定多数かつ多数のものの利益の増進に寄与することを目的とする活動も行っています。<br />\nさらに学校ですと政令507号　第2条 に示される5年間で個人の数5000人を越えることもあります。5000人には、学生・保護者・教員も？などが含まれると考えられますので、単純に年間500人の学生を受け入れると越える計算になります。<br />\n500×2（学生+保護者）*5（年間）= 5000<br />\nそれでも学校は個人情報保護法の対象外事業者なのでしょうか？<br />\n学校は管理する側(事業者)と管理される側(消費者)が明確に分かれている事業であり、コミュニティの様な選出されたメンバがコミュニティ内のルールに基づいて管理しているのではありません。たとえるなら国と国民の関係に近いのかもしれません。</p>\n<p><em>このような理由から、学校は個人情報を守らなければならず、むやみに個人情報を学内掲示できないと考えるべきでしょう。</em></p>','<p>\n追記：<a href=\"http://internet.impress.co.jp/kojinjohoblog/archives/2005/10/post_29.html\">学校にあっても利用目的を具体的に明示して、情報の収集をしなければならない</a><br />\n<br />\nと言う、エントリが投稿されています。学校側の利用目的として「教育のため」でいいというのは賛成です。<br />\nいちいち、クラス名簿作成のためとかそのたびに利用目的を限定して収集されると、情報提供する方にも負担となるでしょう。<br />\n<br />\n小学生の頃、「昨日何食べた？」という（家庭科の授業だったかな？）と言うのがありましたが、これを個人情報として利用目的を示さないといけないとすると、授業の最初に「栄養学の理解のため」と言わないといけなくなるのでしょうか？<br />\nなれればふつうなのかもしれませんが、現状からすると違和感たっぷりですね。<br />\nまあこの程度ならいいのですが、進級する毎に「クラス名簿を作る」と言う利用目的で、住所・氏名・年齢・連絡先電話番号などを記入するように求められたら、子だくさんの親御さんは困ってしまうでしょう。<br />\n<br />\nしかし、教育のためでも利用目的を明記しなければならないケースもあると考えています。<br />\n一例として生徒の家庭の世帯収入を調べるとか、生徒以外の家族の個人的情報を収集する場合などです。このような場合には利用目的が明らかにされるべきだと考えています。\n</p>',1,3639,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_83',3,0,'2005-12-12 20:23:41','オンラインゲームに関するトラブルが急増 と国民生活センターが警告!',null,'<a href=\"http://www.kokusen.go.jp/news/data/n-20051207_2.html\">NCAC:オンラインゲームに関するトラブルが急増</a> と国民生活センターが警告を 12/7 に発信していました。<br />\n<br />\n主な問題点を以下のようにまとめられています。<br />\n<blockquote><ol><li>利用規約に違反している利用者に対する運営業者の管理が不十分</li>\n<li>接続障害が発生しても補償が十分に行われない</li>\n<li>強制的に利用停止されても詳しい説明がない</li>\n<li>苦情処理体制が整備されていない</li></ol></blockquote>\nこういう内容をふまえ、アドバイスとして、<br />\n<blockquote>オンラインゲームの運営には問題点も多いため、利用者は現状をよく確認し認識した上で、利用規約やマナーを守って利用すること。 </blockquote>\nとまとめられているのですが、だからといってなかなか難しい問題です。<br />\nまともな業者って少ないですからね...<br />\n<br />\nオンラインゲームをしていて、何日間\\1,575-みたいな商品がありますが、これって初日不算入で計算されています？ちゃんと見てるわけでは無いのですが、どうもそうはなっていないような気がします...<br />\nそもそも、ウルティマオンラインの場合には、期間計算自体が正常に出来ていないという話も聞きますが、くろねこがゲームをしている限りこのような体験はしていません。期間も初日不算入で計算されています。(ゲームタイム30「30日間有効」を購入すると、アカウント管理サイト上では31日間有効になっています。)<br />\nそういえば、ハンゲームのゼネピックも時間の経ち方が変な気がします...<br />\nオン時間で計算しているのか、オフ時間も含めてリアル時間で計算なのかその辺が曖昧なのでどうしようもないのですが...','<strong>初日不算入</strong>：一日の途中で契約を開始した場合、その日が満了した後から日数を計算すること。<br />\n一日の満了は24:00ですので、0:01に契約するとほぼ一日得する感じになります。<br />\n顕著な例として、金融機関でお金を借りても初日不参入ですので、借りた日のうちに借りたお金を返した場合、1日が経過していないので利息は発生しません。<br />\n<div class=\"add\">2005/02/13 追記</div>\n01/18 頃に確認したのですが、ゼネピックの有料アイテムを使用していると装備品以外は画面右上にアイコンとして状態が表示されています。<br />\nそのアイコンを右クリックすることで、該当アイテムの期間計算方法が書かれていることが判明しました。<br />\nしかし、年末に送った有料アイテムの期間計算方法についての質問に対する解答は、未だ返ってきておりません。',1,3750,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('051213_internavi',3,0,'2005-12-13 14:50:46','ホンダインターナビ WIN ユーザはどうすればいいの？',null,'<p>くろねこは 携帯電話会社に KDDI グループの AU を選択している。AU のラインアップには「CDMA 1x」の A シリーズと、高速なパケット通信に対応した「CDMA 1X WIN」があり。くろねこが使用しているのは後者の方だ。</p>','<p>車はホンダのフィットに乗っているのだが、03年08月に車を購入する際にカーナビゲーションとしてそのときの先進の機能を求め、携帯電話で情報が取得できる(テレマティックス機能搭載)ホンダ純正のインターナビをメーカーオプションで選択した。<br />\rその際に接続できる電話としてAUがリストアップされていることは確認したが、詳細な対応機種までは確認しなかった。<br />\rAU 携帯につなげるケーブルが別売であったため、AU 用のケーブルを車と同時に発注した、ただそれだけだ。<br />\r(カタログにもAU接続ケーブルとしか記載がなかったので、全機種つながるのだと思いこんでいたし、また幸いなことに？そのときは Aシリーズを使用していた。)<br />\rそれから、車に乗り始めインターナビの特徴が理解できてきたころ(かなり不満が募るものではあったが)、携帯電話が故障し買い換えることになった。また、その前に WIN は一部の機種しか対応していないことがわかっていたので、買い換えた携帯電話は W11H である。<br />\r携帯電話としての機能よりも、車とつながることのメリットを選んだ。渋滞情報を取得することはあまりないのであるが、法改正もありハンズフリー機能が使用できると言うことが最大のメリットとなっている。<br />\r(渋滞情報を活用しない理由として、パケ代がもったいないとの理由で、遠くに行くときや渋滞しているときに限って情報を取得している。)</p>\r<p>こんな状況であるが、FOMA 接続アダプタが発売されさらには今年(05年)夏には WIN 接続アダプタが秋発売予定と発表された。<br />\r(FOMAアダプタもでかすぎでどこに置くんだ？＆何でこんなに高いの？と言う不満はある)<br />\rすぐにでもほしかった為、詳細な時期が知りたいと ホンダインターナビプレミアムクラブ サポートに問い合わせしたところ、9月初旬としかわからなかった。その後、9月初旬に問い合わせすると、メーカーの開発の遅れで...と言うことで時期や 仕様が決まった段階で電話にて連絡いただけることになった。</p>\r<p>しかし、12/13 現在全く連絡がなかったため、しびれを切らしてこちらから電話にて問合せをしてみた。<br />\rそこで得た内容はメーカー側の開発の遅れで未定となっているとのこと...連絡を待っていた旨を伝えるが平謝りされるだけ...<br />\rそこで、Bluetooth アダプタの開発計画はない？と聞いてみたら、技術的問題で開発ができないと回答が...<br />\rえっ！なんで？Bluetooth アダプタを作って今まで通りケーブルで接続すればいいのではと思い突っ込んで聞いてみるが、やはりわからないとのこと。<br />\rじゃあ、WIN ユーザは何を使えばいいの？と質問を変えてみると、納期未定の WIN 接続アダプタを待てと...</p>\r<p>ところで本当に Bluetooth は技術上だめなの？ホンダは開発時に何で携帯業界の動向を把握しておかなかったの？IT業界は車業界と異なりすごい勢いで成長しているのだから、接続部分はモジュール化すべきじゃない？</p>\r<p>車と同じスタイルで設計してるんだろうな...</p>\r<p>だめ元で 12/8 発表のフィットのインターナビと交換できない？ともう一度聞いて見ようか？できてもいったいいくらかかるんだろう。部品として流通してるだろうからディーラーで交換できそうなものだが、なんだかんだ言って結局やらないんだろうな。<br />\rで、インターナビプレミアムクラブではなく、ディーラーに聞いてみました。<br />\r上記のような想像していたとおりの回答だったのですが、部品としてフィットのナビを購入すると、57-8万円とのこと。<br />\r新車での価格差の約2倍もある...その上、配線がマイナーチェンジで変わってる可能性有り。<br />\rこんな感じなので事実上手が出ません...ホンダはユーザを捨ててるのでしょうか？</p>',1,5288,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_84',3,0,'2005-12-14 00:39:59','ブルートゥースに深刻な脆弱性が...',null,'どうやらブルートゥースには深刻な脆弱性があるらしい。\n\nどのような脆弱性かは以下のURLを参照していただくとして、顕著な例としては携帯電話での盗聴やデータ盗難などがあるとのこと。\n<a href=\"http://hotwired.goo.ne.jp/news/technology/story/20040816302.html\">ブルートゥースの脆弱性、携帯電話に予想以上のリスク(上)</a>\n<a href=\"http://hotwired.goo.ne.jp/news/technology/story/20040817307.html\">ブルートゥースの脆弱性、携帯電話に予想以上のリスク(下)</a>\n\n\n研究施設がヨーロッパを起点にしているためか、検証されている携帯電話の機種が海外機種に限られているが、AU の機種などでも一部のモデルには Bluetooth が搭載されている。\nそのような機種では問題は無いのだろうか？この記事はかなり古いもので、すでにいくつかのIT系の企業が Bluetooth が持つ脆弱性に対して対策を施した旨を掲示するなか、KDDI のWEB サイトではそのような記載は見あたらなかった。\n日本の他のキャリアも含めてこのあたりの対策はどうなっているのだろうか？','<div class=\"add\">12/23 追記</div>\nau お客様センターに確認したところ、au としてこの問題を認識しており脆弱性の調査を行ったとのこと。\n結果、au では au 電話機において脆弱性を確認できなかったとお聞きしました。\nBluetooth 機器を認識させたことがないので詳細は不明なのですが、事前にペアリングをすませた機器同士しか通信できないからだそうです。\nまあ担当の人は Bluetooth の通信方法も知らなかったので、本当に内容がわかってもらえてるのかはなはだ疑問ですが、その内容が au ホームページにて案内されていないので、au ホームページにて案内していただけるようにお願いしました。\n\nしかし、思うにペアリングも無線でやるんでしょ？じゃあ、それを犯人にやられたらどうするんでしょうか？ホームページでよく使われている SSL もそうなんですが、最初から通信を傍受されていれば無意味なんですよね...だって最初に暗号を決める通信を行ってるんですもの...\nSSLで用いられている公開鍵暗号の特徴として、\n<strong>秘密鍵で暗号化されたデータは対応する公開鍵でしか復号できず、公開鍵で暗号化されたデータは対応する秘密鍵でしか復号できない。</strong>\n最初に公開鍵を渡すのを別ルートで渡しておかないと、どちらか一方からの通信は内容が理解できてしまうし、なりすましも出来るってことですよね\n',1,4476,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('visual_studio_2',3,0,'2005-12-15 19:49:54','Visual Studio 2005 に挑戦！',null,'今週から VS 2005 による C# でのプログラムの勉強を開始した。＜やっとか！<br />\r<br />\r仕事で C# か Java を使うことになっているため、とりあえず Java はちょっと遠慮させていただきたいので、C# を始めている。(仕事での担当者の意向にもよる。その上司は Java 派の様なのだが...)<br />\r<br />\rこれまでにも、VS2002?3? を購入したり、先日の MSC2005 で本を買ったりしてはいたのだが、やはり気持ちがのらない。でも今回は仕事なのでがんばるつもりで...<br />\r<br />\rで、本格的な開発に入る前の調査として C# ＆ .Net Framework 2.0 での開発に問題がないのか？と言うところが年内の仕事になっている。<br />\r調査内容をブレイクダウンしてみると...<br />\r<ol><li>Database が Postgres V8.1 に決定したので、それに接続が可能か？(できればネイティブで)</li>\r<li>O/R マッピングが使用したいとの要望から、Nhibernate が VS2005 で動作するか？</li></ol>\r<br />\r上記に沿って二日ほど調べたのだが、Postgres に付属している PostgresSQL 用の .Net Data Provider は .Net Framework 1.1 用しか提供されていないようだ。<br />\rこれでは最初の要件が達成できないので、Google で調べてみる。<br />\rスポンサーに <a href=\"http://www.crlab.com/\">CoreLab</a> へのリンクがあった。早速、ここの製品である <strong>PostgreSQLDirect .NET</strong>を 試してみる。(6フィールドまでに限定された試用版がある。)<br />\rサンプルも付属していたので、それを元に試してみる。試してみると結構簡単につながった。つながったけど、<strong>日本語が文字化け</strong>している。たぶん Encoding の指定が正しくないと直感的に考え Encoding 指定を探すが見つからず、CoreLab のサイトのフォーラムから Unicode を使用したいと書いている投稿を見つけた。その投稿によると Unicode を使用する場合には Charset プロパティを使用するとのこと。このプロパティを <strong>\"SJIS\"</strong> に変更してみると問題は解決した。(ちなみに Postgre に付属の Npgsql を使用する場合には、接続文字列に Encoding=SJIS と指定するか、 接続後 SET CLIENT_ENCODING TO SJIS と SQL を発行するようです。ちなみに後者の方法は CoreLab のドライバでも有効でした。)<br />\r<br />\rNHibaernate の方もダウンロードしてきて試してみる。こっちは ＠IT や CodeZine に記事があったのでそれを読んだ。<br />\r今回は特に CodeZine の「<a href=\"http://codezine.jp/a/article.aspx?aid=156NHibernate\">を利用してSQLを書かずにデータベースにアクセスする方法</a>」を参考にさせていただいた。CodeZine では記事はふつうに非会員でも読めるが、サンプルは会員のみとなっているので、登録させていただいた。<br />\rこちらも、このサンプルのおかげで NHibernate が VS2005 上で動作することは確認できた。<br />\rしかし、必要な要件の (1)と(2)の組み合わせがうまくいかない。<br />\rNHibernate の接続文字列の設定が Npgsql のものしか提供されていない。だめ元で Npgsql 用に改造してみるが、つながらない。とここで、Npgsql への参照設定が抜けていたことに気づき、これを加えてみるがやはりうまくいかない。<br />\rCoreLab のフォーラムで投稿を検索してみる。他のドライバへの投稿を含め 3 投稿発見できたが、接続文字列の例はなく暗礁に乗り上げた格好だ。<br />\rこの開発の着手が来年3月以降に予定しているので、それまでに Npgsql が .Net Framework 2.0 に対応してくれることを期待しつつ他を探している。','<p class=\"add\">12/16 追記<br />\rSQL Server Express Edition も 無料なのに Postgre の選定理由はなに？<br />\rと思い聞いてみたら、SQL Server の無料版が商用 OK なのを知らなかったとか...<br />\rSQL Server も選択肢に入れてもらえることになったが、上司の部長が Java はではなく、単に アンチMS だったと言うことが判明...<br />\rSQL Sever も遠いのか...</p>\r',1,5034,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.crlab.com/\">CoreLab</a>\n<a href=\"http://codezine.jp/a/article.aspx?aid=156NHibernate\">を利用してSQLを',0,1,1,0,0,'1999-11-30 00:00:58','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('microsoft_wirel',3,0,'2005-12-17 10:43:50','Microsoft Wireless Laser Desktop 6000',null,'<p><a href=\"http://www.microsoft.com/japan/hardware/laser/wi_laser_desk6000.mspx\">Microsoft Wireless Laser Desktop 6000</a> を買った。</p>\n<p>それまで使用していた Natural Keybord Pro が壊れたので買い換えになったのだが、いくつかの点で困惑している。<br />\n気になるのは以下の点だ。</p>\n<ol><li>無線方式なので、電波の関係からか環境に環境に左右されやすい。</li>\n<li>各キーのロック状況がキーボードではなく、レシーバーに移動している。</li>\n<li>キーボードの配置が変更されている</li>\n<li>マウスのボタンの配置がおかしい</li>\n</ol>\n<p>(1)くろねこは、キーボードを置く部分が別で使用するときにだけスライドさせて引き出してくるタイプのパソコンデスクを使用しているのだが、ここにレシーバー、キーボードとマウスを固めて配置していた。この状態では電波の受信感度が悪いのかキーボーはキーを押しても反応しないときが有ったり、またはキーを押したままにもかかわらずキーリピートが途中で終わってしまうと言うことがあった。マウスはたまに受信感度の警告が出てくるが使用感に問題はなかった。マイクロソフトに問い合わせて確認したところ、置く場所を変えたりしてみてくださいとのことだったのでレシーバーを一段高いモニタの横あたりに置いてみたところ正常に動作するようになった。<br />\n初期不良かなと思った方は近づけるだけでなく、一回離して配置してみるのも良いかもしれない。<br />\nマクロソフトでは、レシーバーを裏返してみたり、雑誌などを積み上げてその上にレシーバーを置いてみたところ受信感度が良くなったという例も報告されていると聞けた。</p>\n<p>(2)これも無線方式になったためだと思うのだが、CapsLock、NumLock と FunctionLock がレシーバー上に移動している。このためこの情報が必要な人はレシーバーを見えるところに配置する必要がある。 無線でこの情報をやりとりしてキーボード上に表示するよりも問題が少ないとの考えからであろう。</p>\n<p>(3)特に違うのがファンクションキーと矢印キーの位置、そしてキーボードの前のパッドの部分。\n	今までファンクションキーは2ブロックで配置されていたのだが、今回は4ブロックになっていた。ゲームなどをする人にとってはファンクションキーの位置変更は結構つらいかもしれない。また右 Shift キーと矢印キーがかなり近くなっている。このため Shift + → などの操作をする IME の文節操作などでは苦労するかもしれない。まあ反対側の Shift キーを使うべきなのであろうが、今まで片手でやってきたので少々つらい。</p>\n<p>(4マウスのボタンについてだが、このマウス通常のボタン以外に左側にサイドボタンが2つ配置されている。この二つ前後に配置されているので奥の小さい方のサイドボタンをクリックする際には手前の大きい方のサイドボタンがじゃまになる。ワイヤレスでないLaser Mouse 6000 は左右の配置だったのでこれは前の方が良いと思う。</p>\n<p> 最後に個人的な問題かもしれないがキーボード手前のパームレストが Natural Keybord Pro の時よりも小さくそして滑りやすくなっている。キーボードの手前にスペースが確保できないと下側のキーが押しにくいと感じた。まあ、これは慣れの問題かもしれないが、上記以外の点についてはおおむね満足している。マウスもレーザでキビキビ動くし、無線なので足下の気になる配線が一つ減った。とても快適になったと思う。</p>','',1,4009,1,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_85',3,0,'2005-12-20 23:27:09','問題解決ってそれでいいの？',null,'問題解決、特に急いでいるときの問題解決までとは、「問題の原因調査行動を取りつつ問題解決の方法を探し、その中から最も効率的な解決策を実施」すればいいと考えている。<br />\n解決策は一つである必要はないし、できれば複数用意できればそれに越したことはないと思う。さらに押し進めると、原状の回復が早急に望まれている場合には、とりあえず対応もあるだろうし、複数の解決策を並行で用意すれば結果的に実施されない解決策もあると思う。<br />\nしかし、問題解決の複数の解決策を複数同時に適用するのは、原因がわからなくなったり、そもそも複数の解決策の互いの影響があるかもしれないので避けるべきだと思う。<br />\n<br />\n複数の解決策を平行で準備するのは問題がないはずだ、そのはずなのに、この手順では担当者から不満が出る。<br />\n担当者曰く、「一つの解決策の実装中に横で他の解決策の話が行われると、この解決策は必要ないのか？」と。<br />\n','今日、今まで動いていたプログラムが動かなくなった。<br />\n<br />\n<br />\nお昼にリーダーから一言、「データベース応答無かったら一定期間で切断する方法はない？」と相談があった。<br />\nデータベース接続は BDE で行っており、接続先データベースは Oracle、BDE は Oracle ドライバだとタイムアウトの設定がないので、他の手段を使うしかない。<br />\nマルチスレッドで監視 か TCP/IP のタイムアウト、SQL*net でもタイムアウトの設定が設定できるとか...<br />\n<br />\n相談の結果今回はとりあえず、スレッドで接続してメインスレッドで一定時間で接続が確立されていなかったら、切ることになった。他の担当者はマルチスレッドは難しいと言っていたので、とりあえずサンプルを作ってテストすることになった。<br />\n<br />\nサンプルが完成したところで改めてなぜ応答が返ってこないのか確認したところ、DBリンクしているSQLでDBリンク先がオフラインだと応答が返ってこないとか....<br />\nそれって、Oracle 側の問題じゃないの？Oracle 側で設定してよ...<br />\n<br />\nしかも、それの状況すら間違ってるし...<br />\n本当はプログラム内の SQL の Prepair で落ちてた。いろいろ調査した結果を整理すると、<br />\n<ol><li>Prepair で無反応になる</li>\n<li>昨日までは正常に動作していた</li>\n<li>プログラムは変更されていない</li>\n<li>変更点としては、OSのパッチが適用された</li>\n<li>平SQLでは正常に動作する＞パラメータクエリだけがダメ(SQL Plus、Database Expolorerで確認)</li>\n<li>他のSQLも問題なく実行出来る(他のパラメータSQLも)</li>\n<li>テスト機では今でも同じプログラムが正常に動作する。</li>\n<li>本番機とテスト機の差は、Oracle のバージョンが微妙に違う</li>\n</ol>\n<br />\n以上の状況と、お客さんが「とりあえず動くようにして、問題調査は明日以降でもいいよと」言っていたので、3人で相談して<br />\nとりあえず他の担当者にパラメータクエリのパラメータを埋め込みにしてもらって平SQLで動くように変更してもらった。<br />\nそれが、そのとき考えられる中で一番労力がかからず、しかもうまくいく可能性が一番高いように思えた。<br />\n(Database Explorer は Delphi で作られているとのこと、ちなみに、Database Desktop は Delphi ではない。)<br />\n<br />\nその横の席で、リーダーと根本の原因を探り始めた。<br />\nLinux カーネルと Oracle の相性か？そんなことがあり得るのか？と言う推測がリーダーから、くろねこの頭にあったのは、 Oracle の構文解析がなぜ失敗しているのか相性が原因でパーサーが構文解析のパーサーが動かない？と言うのも思ったが、それは状況別に別モジュールになっていない限り、たぶんないと思うとすぐに自己否定された。<br />\n<br />\n上記のの対策が終わらぬ間にその横で、リーダーに「SQLパーサーの動きがが変わったんなら、View に対して絞り込みする方法もやってみるとうまくいくかもしれませんね...」とか話してみた。<br />\nリーダーは調査しながらも、とりあえず View を作ってくれた。<br />\n<br />\nそんな中、「Linux のカーネルパッチを適用したのなら、Oracle を落としてない？」と聞いてみたところ、Oracle の再起動を行っているとのこと。<br />\n「じゃあ、メモリにあった構文解析のための情報ってなくなってるよね、馬鹿になったんじゃない？」と話をしてみた。<br />\nその話を聞いていたお客さんが、「それなら、ヒントを与えればうまくいくじゃないの？」と、で SQL にルールベースの指定をしてみると、正常に動作する。(ちなみに元の SQL に戻して正常に動いた。しかしこれは一度ヒントを与えた SQL で学習したからだと結論づけた)<br />\n<br />\n結局、ルールベースの SQL で本番は行くことにした。そんな中、お客さんから一言「今回の問題の回避策って無いよね」、いや無い訳じゃないけど...「テストする際に一回データベースを再起動しておけば発見できたかもしれませんね。」と返しておいた。リーダーからは「現実的じゃないな」と、確かにハード面の費用とか結構かかるけどね...<br />\n<br />\n問題の解決が終わろうとしてたころ、他の担当者から「横で他の解決策の話をされると、この解決策は必要ないのか？と思う」と、「いろいろ試す前にホワイトボードに方法を全部書かないと...」とつっこみが...<br />\n後者はまだわかるんだけど、前者はちょっとねわかるけどその方法がだめなときの次の手を準備するのは仕方ないんじゃ無いの？と言うのが正直な気持ちだった。',1,4187,1,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo051222',3,0,'2005-12-22 22:33:00','ゼネピック ひどいバグにはまった',null,'<p>サンタ・エックスダンジョン地下2階で突如発生した。<br />\r<em>スキル使用は拒否されました。</em><br />\r<em>スキル使用は拒否されました。</em><br />\r「あれ、ここ安全地帯だっけ???」<br />\rと思ったのもつかの間、何度やっても、場所を変えても、同じメッセージ...<br />\r&ldquo;いつも安全地帯にいることになっている&rdquo;バグだと気づいた。</p>','<p>クライアント再起動しようが、PC再起動しようがスキルの登録し直そうが全く変わらない。<br />\rPTの仲間がそんな「★くろねこ★」をサポートしてくれて、Lv40迄上げてくれた。<br />\rLv40でいくつかの新しいスキルを覚えるのだが、やはり攻撃魔法は使えない。意外にも補助魔法は使用可能ということがわかった。</p>\r<p>これではダメだと、バザーをしてみる。そんななかセイクリッドハンカーが売れる。<br />\r補充しようかとセイクリッドハンカーを作るクエストをやってみる。するとここにもバグが...<br />\rそのクエの最終段階で鉱石精錬職人に話しかけると、中身のないウィンドウが...orz<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo051222_1_original.gif\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo051222_1.gif\" alt=\"\"></a><br />\rこうなるとどうしようもないのでクライアントの再起動をしました。<br />\rこれも何度やっても同じでした。</p>\r<p class=\"add\">12/23 追記<br />\rPTメンバに聞いてみたところ、すでに同じ現象を確認していたとのことでした。<br />\rどこかにバグ一覧がほしい。</p>\r<p class=\"add\">12/23 追記<br />\r最初の問題はバグではなく、ただ武器を持っていない状態だったのが原因と判明しました。<br />\rただ、何が原因で武器がはずれたのか、それが新たな疑問として残りました。</p>',1,2754,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo051222_1_original.gif\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:06','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('051227_symantec',3,0,'2005-12-27 19:37:04','Symantec 社製のウィルス対策ソフトなどに脆弱性が...',null,'<p>Symantec 社製のウィルス対策ソフトなどに脆弱性があるとのこと。</p>\r<p>26日に「ZDNet Japan編集部」より、<br />\r「シマンテックのウイルス対策ソフトに脆弱性--危険度は「高」【ZDNet Japan IT Business版 2005/12/26】」<br />\rとのメールが配信されておりわかった。<br />\rこの脆弱性の対策を求めて、昨日・今日と対応策を探したが決定的な対策は見つからなかった。<br />\rまた、Symantec の公式対応を WEB サイトから探したが、この件に関しての情報は米国サイトからしかみつけることは出来なかった。<br />\rこの件に関しては、Live Update をしていれば大丈夫なのだろうか？非常に疑問が残るが、とりあえず RAR の書庫を解凍してまで ウィルスチェックすることを防ごうとした。<br />\rしかし、その設定がどこにあるのか簡単には見つけることは出来なかった。</p>\r<p>幸い、NTT西の光プレミアム回線のユーザであったので、このサービスについているウィルス対策ソフトが回線契約中はずっと無料で使用できると言うことなのでこちらに変更した。</p>\r<p>ウィルス対策ソフトを使っていてウィルスに感染したら本末転倒だ。</p>','',1,4492,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo051230',3,0,'2005-12-30 23:57:39','なかなかボスの顔を見ることが出来ません',null,'<p>最近はまってる<strong>ゼネピックオンライン</strong>ですが、ただいま Lv43 です。<br />\rLv35 で受けることが出来る<br />\rトラミスの試練 ～ 解呪の法を求めて ～ 失われた書 ～ 白き石<br />\rというクエストがあるのですが、ただいま<strong>失われた書</strong>で止まっています。</p>','<p>失われた書では、知恵の書を取ってくる必要があるのですが、<strong>ベルテラニンの森</strong>の森の<strong>ガディプラント</strong>が出すようです。<br />\rしかし、一回倒すことが出来たもののそのあとはさっぱり見ることが出来ません。</p>\r<p>皆さんここがボトルネックの様で、結構重たいマップになっています。<br />\rところが、そんななかとある方々のお話に耳を傾けますと、<br />\r「今日ガディ11回倒して4回出た」、とか「血を3個持ってる」、もっとすごいのは、「○&times;△は魔神の血(黄)47個ももってるてよ」とか言ってるではありませんか...<br />\rさすがクレリックは強いですね...</p>\r<p>1個分けていただきたい＜切実な願い</p>\r<p>まあ、明日もお休みですし、この期間中にがんばって取れると良いんですが...</p>',1,2681,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('online_game',3,0,'2005-12-31 00:09:27','オンラインゲームの有効期間について確認してみました。',null,'いまはまってるゼネピックオンラインですが、前にも書いたとおりアイテムの有効期間の計算が初日不算入の扱いになっていません。<br />\n<br/>\n初日不算入ですと、日の途中で契約した場合はその日を契約期間に含めないと書かれています。<br/>\n(民法140条。特別な法律で上書きされない限りこの内容は有効です。ただ年齢の計算は別です。)<br/>\nこのため、本日以下のような質問をしてみました。どのような回答をいただけるのか楽しみです。<br/>\nまあ、このような内容を送っても無視する会社は無視しますけどね...(アマゾンとか)<br/>\n<br/>\n<blockquote>アイテムの有効期間についてですが、一部課金アイテムに有効期間が設定されているものがあると思います。<br/>\nその有効期間はどのように決められているのでしょうか？<br/>\n利用規約には以下のように記載されています。<br/>\n--- ここから ---<br/>\n第４章　利用料金<br/> \n  <br/>\n 第１３条（本サービスの利用料） <br/>\n  <br/>\n 本サービスの利用料、発生基準、算定方法等は、運営会社が別途定める通りとします。  <br/>\n--- ここまで ---<br/>\n利用方法については別途HPに記載のとおりだと思うのですが、発生基準、算定方法が不明です。<br/>\n(有効期間は各アイテムに記載さていますが、これが算定方法でしょうか？)\nどこかに別途記載があるようなのですが、どこに記載されているのでしょうか？ご案内いただけますと幸いです。<br/>\n<br/>\n以上、よろしくお願い致します。</blockquote>','ゼネピックのホームページの利用規約以外の部分は、コピペできないようにするためか範囲選択できないようです。(貼り付けは可能です。)<br />\nなので、送った内容をメモするためにはHPに書いてからコピペではなく、エディタなどで書いてからコピペする方が便利ですね。\n<div class=\"add\">01/25 追記</div>\nメンテ後、～記録の画像が日記の画像から、炎の画像に切り替わっていました。(SHOPのはそのまま)<br />\n何か変わったかな？と思い右クリックしてみると、効果の発生基準、算定方法らしきものが...<br />\nしかし、ショップでの説明は全く変わらないままでした。説明するなら購入前でしょう。<br />\n未だに、質問への回答は得られてませんが...<br />\nだめだめです。\n<div class=\"add\">06/02/24</div>\n不算入を不参入と書き間違えていたので訂正しました。',1,2622,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_89',3,0,'2005-12-31 22:35:36','極楽湯の謎',null,'自宅から車で10分程度の所に極楽湯がある。\n\n今日もそこに入りに行ったのだが、そのお風呂には謎がある。\nといってもたいしたことではないのだが、極楽湯には日替わりの薬湯がある。\n何の薬湯かはその日によって違うので、<strong>薬湯の内容を示す看板は掛け替えが出来る</strong>ようになっている。しかし、その効能は掛け替えが出来ない固定の看板になっている。\n薬湯の内容が変わるのになぜ効能は同じなのだろうか？\n同じ効能だけどその効能の効き目が違う？\nちょっとした謎だ...\n\n次に、お風呂の入り口には<strong>飲食禁止</strong>と書かれている。\nしかし、お風呂の中には給水器が置いてあってさらにコップが二個置かれている...\n禁止じゃなかったのか？さらに言うとそのコップ一回ずつ洗わなくても切れないなのか？\n衛生上の問題はないのだろうか...あっ、だから飲食禁止なのか...','',1,2595,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('post_90',3,0,'2005-12-31 23:13:36','今年の一大ニュースって何？',null,'今年もいろいろなことがありました。\n\n大地震が頻発して東海大地震が近い？とも言われています。\nしかしくろねこ的には JRの大事故が最も印象に残っています。\n地震はくろねこの周りで起こっていなかったため、いささか印象が薄いようです。\n今年は JR の大事故が2件有りました。うち1件はまだ最中です。\n1件目のJR西の事故は、人災といえるものでした。事故と言わず大虐殺と呼んでも差し障りないかと思います。あれで JRの悪いところがどんどん見えてきましたが、やはり氷山の一角の様な気がしてなりません。\n来年以降も注意が必要だともいます。\n\nまた今年は、いろいろな法律も制定されました。個人情報保護法や偽装キャッシュカードでの盗難なども来年から保証されるようになりました。いささか遅い様ですが一歩前進と評価されても良いと思います。\n\n他にもいろいろ有りましたが、皆さんはどのニュースが一番印象に残っていますか？','',1,2451,15,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060104_not_need_to_be_warm_up',3,0,'2006-01-04 14:24:17','暖機運転って必要ない？',null,'<p>近頃、京都議定書関連で CO2 排出量 6% カットのためか車の暖機運転をやめさせようとする動きが目立ってきてるように感じていた。<br />\r「最近の車は暖機運転が必要ないですよ」という甘い誘いに乗って車の寿命を縮めたら大変だと、その甘言に乗らぬようなるべく水温計ランプが消えるまで暖気をしていた。</p>\r<p>実際にメーカー的には、暖気の必要性があるのかディーラーに聞いてみたところ、不要と回答をいただけた。<br />\r最近の車で暖機運転が必要なのは、以下の理由かららしい。<br />\r<ol><li>エンジンが冷えていると回転数が高くなるため、ブレーキを強く踏む必要が出てくる</li>\r<li>この季節、暖房をしても暖機していないとすぐには暖房が効かない</li></ol><br />\r暖機運転がいらないなら、早く出れて地球にも優しい...良いことですな...</p>\r<p>昔は夏でも暖機した方がいいとか言ってる人もいたのに...</p>\r','',1,3575,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060104_1934',3,0,'2006-01-04 19:34:32','裏ブリンにいけるようになりました',null,'<p>最近はまってるゼネピックオンラインですが、今日やっと「知恵の書」を手に入れることが出来き、レベル35のクエストを終了することが出来ました。<br />\rキャラクターのレベルも45になっていたため、鍵のクエストもすぐに終了しました。<br />\rめでたく、「裏ブリン」への道を開くことが出来ました。</p>','<p>ところで、クエストに必要な「知恵の書」はベルテラニンの森(通称お化けマップ)で「ガディプラント」が落とすのですが、「知恵の書」が取れたわけではなく、「無文のカスツルレドの書」が取れたので交換♪</p>\r<p>「無文のカスツルレドの書」の取り方が結構間抜けで、F4キーに戦士の攻撃スキルである「シャープウェポン」を登録しているのですが、モンスターを倒してアイテムをひろうキーがALTなんですね。<br />\rでF4キーでとどめを刺したとたんにアイテムをひろわないと他の人にひろわれてしまうので、F4キーを押すとほぼ同時ぐらいにALTキーを連打してしまいました（＞＜；）。</p>\r<p>すると、ゼネピックが終了してしまうんですね。まあ、Windowsのアプリの終了がALT+F4なので仕方がないのですが、CloseQueryイベントを実装していればいきなり終了せず終了ダイアログがでると思うのですが...<br />\rまあ、間抜けにもそんな感じでボスを倒すか倒さないか確認するまもなく終了してしまったので、もう取れていないと諦めてたんですが...再度ログオンした際に誰も取ってないという話をされていたので、ALTキーを押した覚えがあったので念のために所持品を買う人してみると驚くことに入っていたっていうような感じです。＜もう、だめだめ<br />\r今回で同じ落ち方をしたのは2度目なんですが、登録が悪いとその前には覚えていても、興奮すると忘れてしまうものですね...</p>\r<p class=\"add\">01/20 追記<br />\rファイターの転職にはトラミスリングが必要だそうで、転職するにはレベル35のこのクエストを終了させる必要があるようです。</p>',1,2608,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060112_come_in_assist_bike',3,0,'2006-01-12 21:38:24','電動自転車が当たった',null,'<p>本日、電動自転車が当たりました。</p>\r<p>ホンダの新春初売りセールのイベントで、名前を書いておいたのが今日抽選だった様です。<br />\rお昼におやつを買いに工場内の売店に行ったのですが、その間に電話があったようです。<br />\r帰ったら、「電話が鳴ってたよ」と言われたので、確認してみると留守電にその旨が残されていました。</p>\r<p>買いに行く際に、「電話忘れた、なったらやだなー」と思っていたのですが、こういう電話だったら全然問題ないですね...</p>','',1,3916,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060113_round',3,0,'2006-01-13 17:56:22','数値の丸め方っていろいろあるんだ','','<p>数値を扱う際に数値を丸めることは日常的に行われています。<br /> その方法は、切り捨て/切り上げ/四捨五入 と考えるのが最も一般的であるかと思います。<br /> このように列挙すると他に何があるの？と言う話になりますが...<br /> 四捨五入には実はいろいろな方法があるようです。数年前、Delphi の四捨五入の方法が、一般的によく使用されている下記のような半ば常識とした四捨五入の方法と異なっていることから、Delphi の四捨五入の実装方法である Banker\'s Rounding (=IEEE754 で規定されている) の内容を調べたことがあります。<br /> その四捨五入の方法とは下記のような仕様でした。</p>\r\n<blockquote>基本的には最も近い整数値に丸めつつも，上下の整数が等しく近い場合には偶数となる方を優先する。<br /> 具体的には、丸めたい一つ下の桁を参照して、その数字が4以下であれば切り捨て6以上であれば切り上げする。5の場合は特殊で、1桁上(丸めたい桁)が奇数なら切り上げそうでなければ切り捨てする。</blockquote>\r\n<p>この調べものの際に、Microsoft の<a href=\"http://support.microsoft.com/default.aspx?scid=kb;ja;196652\">丸めを行うカスタム プロシージャを実装する方法</a>を参照したことがあります。<br /> このページにはいろいろな丸めの方法が記載されており、そのコーディング方法も記載されていて非常に参考になりました。<br /> 最近また見る機会があったので、知らない人もかなり多かったこともあり、自分のメモがてら載っけておきます。</p>','<p>以下のような、丸めが記載されています。</p>\r\n<ul>\r\n<li>切り捨て</li>\r\n<li>切り上げ</li>\r\n<li>算術型丸め</li>\r\n<li>銀行型丸め</li>\r\n<li>ランダム丸め</li>\r\n</ul>\r\n<p>また、それぞれに</p>\r\n<ul>\r\n<li>対称</li>\r\n<li>非対称</li>\r\n</ul>\r\n<p>が定義されています。</p>\r\n<p>&nbsp;それぞれ利点があるんでしょうが、あまりデータの中身を検討せずに四捨五入を選択した際には、算術型丸めか銀行型丸めを使用しています。ランダムは使用したことがありません。<br /> この二つの選択基準として、特に指定が無くデータが統計的もしくは科学的用途であった場合には銀行型を、販売管理系などアプリの作成において顧客から特に指定があるときには算術型が指定されているのでそれを選択しています。科学的要素が多い場合は四捨五入による1方向への偏りが問題になるのでしょう。しかし、B2Bの際の四捨五入なんて双方の取り決めだけの話ですし、1円単位の積算誤差なんて取引額に比べればたかが入れている場合が多いので、仕様が簡単で一般的に知られている＆確認しやすい算術型なのでしょうね。でも、銀行では偏りが無視できなかったために偏りの無い丸めを採用したんですね。貸す件数よりも預かる件数のほうが圧倒的に多そうですね。圧倒的に件数の違いが発生すると無視出来なさそうです。</p>\r\n<p>何か明確な意識を持って、丸めを選択している。または、丸めでこんなトラブルがあったなど経験談なんかありましたら、コメントでも残してもらえるとうれしいです。</p>\r\n<p class=\"add\">2008-12-02 追記<br /> 最近気づいたのですが、Cは算術/対象型なのですね。ISO/IEC C99 で定義されているようです。</p>',2,8841,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://support.microsoft.com/default.aspx?scid=kb;ja;196652\">丸めを行うカスタム プロシージャを実装する方法</a>',0,1,1,0,0,'2019-07-01 16:38:12','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060116_error_1328_ccon',3,0,'2006-01-16 13:12:33','Error 1328. ファイル C:Config.Msixxxx.tmp へのパッチ適用エラー',null,'<p>今更ですが、既存のDelphi3で動作しているシステムをDelphi2006以降にアップグレードできるのか評価する目的で、Delphi2005を作業場の環境にインストールしたので、Update3まで適用することにしました。<br />\rいきなり、Update3を当てに行くと...</p>','<blockquote>Error 1328.ファイル C:Config.MsiPTxxx.tmp へのパッチ適用エラー。ファイルはすでに他の方法で更新されていて，このパッチが適用できない可能性があります。詳しくはパッチの発行者にお問い合わせください。</blockquote>\r<p>(._. )( ･_･)(･_･ )( ･_･)アレ？<br />\rっていきなりUpdate3は導入できないんですよね..(-。－；)<br />\r気を取り直して、Update2を導入しても...(._. )( ･_･)(･_･ )( ･_･)アレ？<br />\rで、Googleでぐぐってみると...<a href=\"http://www.borland.co.jp/delphi/devsupport/d7update1.html\">Borland - Delphi 7 アップデート 1</a>に「無視」をクリックして進みなさいと...<br />\r過去のバージョン向けの情報だが既知の問題か～と、ひたすら「無視」をクリックしながら突き進む...<br />\rいやーな予感が...ファイル名を見直すとUpdate3がd2005_ja_pro_upd3.exeなのにUpdate2はD2005_PRO_upd2.exe？...jaが無い...英語版導入してました...<br />\r上から日本語版入れ直そうと思ったけど、チェックがかかって、Update対象が無いよ..って...</p>\r<p>チェックできるのなら、はじめから間違った言語のUpdateを導入できないようにチェックしておいてほしいと思うのは私だけでしょうか...＜自分のミスをなすりつける...</p>\r<p>仕方がないので、Delphiを最初から再導入しました。<br />\rきちんと導入すると、何の問題もなく導入できました。 <br />\rしかし、この現場も将来的にDelphiを捨てる結論になりそうです。将来はWEBと.Net...<br />\rDelphiのシェアってどんどん減ってるように思いますが、Delphiユーザのみなさん大丈夫ですか？</p>',1,4703,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.borland.co.jp/delphi/devsupport/d7update1.html\">Borland - Delphi 7 ア',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060117_xoops',3,0,'2006-01-17 21:07:34','XOOPS で',null,'<p>XOOPS で新しいサイトを作ったのですが、どうも一部の機能が正常に動かなくて困っていました。<br />\rそこで XOOPS Cube の質問箱フォーラムで、ご質問させて頂いたら数時間で解決に...さすが本家のフォーラム！</p>','<p>原因は、とても馬鹿な様なのですがディレクトリのアクセス権を <strong>777</strong> に設定しないといけないのですが、レンタルサーバが <strong>777</strong> を禁止しています。そこで<strong>707</strong> にしようと思っていたのを、php ファイルと同様に <strong>705</strong>に設定してしまっていました。さらに日をおいたためにそれで合ってると思いこんでいたのが間違いでした。</p>',1,4032,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060117_blog_designed_with_dreamweaver',3,0,'2006-01-17 23:12:33','Blog のテンプレート編集方法の変更',null,'<p>Blog のテンプレート編集方法を直接入力から、DreamWeaver によるファイル編集に切り替えました。\rこれでふつうのページ、Blog(MovableType)、ダウンロードサイト(XOOPS)のシームレスな変更を行うことができるようになりました。</p>\r<p>後は掲示板の XOOPS への移行だけだな～。過去データも移動させたいんだけど時間が...</p>','',1,4103,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060118_google_personalized_page',3,0,'2006-01-18 00:08:47','Google ってすごい',null,'<p>Google の「パーソナライズド ホーム」ってすごいですね！<br />\r今までにも自分の好みに合うように、カスタマイズできるポータルはあったのですが、この「パーソナライズド ホーム」は選択したコンテンツを好きな位置に、ドラッグアンドドロップで！移動できるところにあります。</p>\r<p>数ヶ月ほど前からこのすごい機能が備わっていたのですが、他の検索サイトにはこの機能は追加されていませんね...<br />\r特許がらみなのでしょうか？<br />\r便利な機能なので他のサイトにも広まるといいですね。</p>','',1,2727,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060118_clickonce',3,0,'2006-01-18 01:10:02','ClickOnce',null,'<p>ClickOnceはすごく便利な機能です。特に企業で(向けの)アプリケーションを作成している方には、非常に有益な機能だと思います。詳細は<a href=\"http://www.microsoft.com/japan/msdn/net/winforms/clickonce.asp\">マイクロソフトのページ</a>に書かれていますし、<a href=\"http://www.atmarkit.co.jp/fdotnet/clickonce/clickonce01/clickonce01_01.html\">＠ITでも連載が始まった</a>のでそちらを参考にしてください。</p>\r\r<p>簡単に言うと、ClickOnceはユーザが使用するアプリケーションを、<strong>最新の状態に維持してくれる</strong>機能です。\rもちろん、不具合が発生したときにはロールバックも可能ですし、インストールしなくてもWEBアプリの様にインストールせずに使用することも可能だと言うことです。</p>\r\r<p>ClickOnceで思い違いをしていたことがありまして、MSCのデモで起動時にClickOnceでバージョンアップ、ロールバックをしていたので、てっきり「起動時にチェックする機能なのだ」と思いこんでいました。<br />\r工場のようにずーっと起動中のシステムですと、バージョンアップの機会が無いので、入力画面などですと「登録」ボタンなどで、バージョンチェックして強制終了かけて再起動かけてもらうかするか、と思っていました。<br />\rできれば、APIでアプリケーション実行中にClickOnceの機能が呼び出しできて自身を更新できればいいなとも思っていました。</p>\r\r<p>実はできたんですね。先ほどのマイクロソフトの「ClickOnce によるクライアント アプリケーションの配置の紹介」ページにて以下のように記載されていました。</p>\r<blockquote><strong>アプリケーションの更新</strong><br />\r更新には配置オプションと同様の柔軟性があります。(アプリケーションの開始時など)特定の時点に更新できます。また、アプリケーション開発者が適切な更新APIを呼び出すことを選択したときはいつでも更新できます。特定の更新が必須であることを指定し、ユーザーが利用可能な更新を無視できないようにすることも可能です。稼動中の更新を管理し、ユーザーベース全体を新しいバージョンに適宜、確実に移行するためには、この必須更新機能が重要になります。</blockquote>\r<p>この記載から、企業向けシステムに必要な機能が二つ読みとれました。\r<ul><li>アプリケーション開発者が、いつでも更新できる。(稼働中でも)</li><li>ユーザーが利用可能な更新を無視できないようにすることも可能</li></ul></p>\r<p>これで、複数のバージョンが混在することによって、入力がおかしくなると言うことは無くなりますね。</p>','<p class=\"add\">01/18 追記<br />\r<a href=\"http://www.microsoft.com/japan/msdn/thisweek/10lines/vs2005/ClickOnce/cs.aspx\">10 行でズバリ !! ClickOnce (C#)</a><br />\rにズバリそのもののコードがありました。<br />\r必要な方は、掲載記事を見て実行してみてはどうでしょうか？</p>',1,7370,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.microsoft.com/japan/msdn/net/winforms/clickonce.asp\">マイクロソフトのページ</a>\n<a href=\"http://www.atmarkit.co.jp/fdotnet/clickonce/clickonce01/clickonce01_01.html\">＠ITでも連載が始まった</a>\n<a href=\"http://www.microsoft.com/japan/msdn/thisweek/10lines/vs2005/ClickOnce/cs.aspx\">10 行でズバリ !! ClickOnce (C#)</a>',0,1,1,0,0,'1999-11-30 00:00:49','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060119_conversation_in_elevator',3,0,'2006-01-19 13:00:05','あるエレベータないでの会話',null,'<p>今日のお昼休み、とあるエレベータでの会話。</p>\r<p>男A：「いくら水道水でもトイレの水は飲みたくないでしょ？」<br />\r男B：「まぁ」<br />\r男A：「じゃあ、純水でも飲みますか？、工場のXXXから汲んできますよ。」<br />\r男B：「でも、純水飲んだらおなか壊すって言わない？」<br />\r男A：「聞きますね」<br />\r...おなか壊すだけですむと思ってるんでしょうか？やばいですね...<br />\rくろねこ：「胃が破れますよ！」<br />\r男A&amp;B：「破れるんだ...」</p>','<p>胃が破れる理由ですが、人間の体は細胞でできています。胃や食道も同様です。<br />\r細胞は、細胞膜で覆われていて中身は細胞液で満たされています。（この中にいろいろ重要な機能があります。）<br />\rまた、細胞膜は水を通すことができます。<br />\rで、純水を飲むと細胞膜を挟んで<br />\r&nbsp; 細胞液(高濃度)｜細胞膜｜純水(低濃度)<br />\rと言う形になります。<br />\r浸透圧の原理で、細胞膜の両側で濃度を等しくしようとする力が働きます。<br />\r結果純水は細胞の中に入り込んできて、細胞はパンクしてしまいます。</p>\r<p>だから、純水を飲まずに水道水などの適度に汚れた水を飲まないといけないのです。<br />\r純水なんか飲んだら最悪死んじゃうかも...</p>',1,3000,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060122_integration_HONDA',3,0,'2006-01-22 21:11:35','ホンダ自動車販売の三社が統合されるらしいです',null,'<p>ホンダ自動車販売の三社が統合されるらしいです。</p>\r<p>ホンダの自動車を売っている、プリモ・クリオ・ベルノが統合されて一つになるようです。<br />\r今のそれぞれの販売会社ですべての車種が販売できるようになるようですが、もうすでに顧客の層が出来てる中でメリットはどの程度あるのでしょうか？<br />\r個人的に思うに、一番得するのはベルノなんでしょうか？ベルノはスポーツ向けの車種ばかりで、かなりマニアックなので売れてる台数は少なめだったのではないでしょうか？<br />\r利益率は高そうですけど...</p>','',1,4234,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060122_get_assist_bike',3,0,'2006-01-22 23:29:11','01/22 電動自転車を頂きました','','<p>先日当選した電動自転車を頂きました。電動自転車は HONDA STEP COMPOでした。</p>\r<p>永らく展示されていた展示品らしく、箱も説明書もないとのこと。<br />まあ、それでも動けば問題ないのですが、バッテリーは古くなっていたので新品を用意して充電してくれていました。(バッテリーで1万数千円するそうです)<br />マニュアルがないので、メーカサイトで調べたら生産終了品で、サイトの<a href=\"http://www.honda.co.jp/motor-lineup/stepcompo/\">コンテンツ</a>提供も終了していました。<br />今日は、雪が降っていて乗れなかったので、また乗った感想を書きたいと思います。</p>','',1,3363,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.honda.co.jp/motor-lineup/stepcompo/\">コンテンツ</a>',0,1,1,0,0,'2012-07-02 06:58:17','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060123_irresponsible_people',3,0,'2006-01-23 23:50:09','無責任な人たち',null,'<p>米国産牛肉輸入再禁止に伴って、いろいろな個人・法人の意見がWEB上に上げられているが、客観的に見て明らかに無責任じゃない？と思う記事が合ったのでご紹介。</p>','<dl><dt>まず、<a href=\"http://www.yomiuri.co.jp/editorial/news/20060120ig91.htm\">１月２１日付・読売社説（２） : 社説・コラム : YOMIURI ONLINE（読売新聞）</a>から </dt><dd>輸入禁止のニュースを最初に見たのがこのページ、こう書かれていた。<br />\r国際的には、月齢３０か月以上の牛を検査対象とすることが大勢だ。日本もこの基準を採用することが妥当だろう。危険部位が確実に除去されていれば、何の問題もない。 何を根拠に国際的に採用されている基準が、安全上問題ないといえるのだろうか？多少の安全上の問題を無視して利益を追求する企業・国は多々ある。国際的に一般的であっても鵜呑みにせず、自国で安全性と利益を天秤に掛け自身で自国のルールを決めていくことが、独立国なのだと思う。でなければ、国際基準を国連で決めてそれに従えば良いと言うことになってしまう。<br />\rまた、「危険部位が確実に除去されていれば」と言う前提だが、少なくとも米国ではその基準は守られていなかったし、今後守られるという保証もない。また他国がこの基準を守り続けるという保証もない。<br />\rやはり、再輸入禁止は当然であろう。時期尚早であったのだ。 </dd><dt>次に、<a href=\"http://chubu.yomiuri.co.jp/news_top/060121_1.htm\">牛肉不信　やっぱり　米国産輸入再禁止　「厳しい措置　当然」　牛丼派はガッカリ : ニュース : 中部発 : YOMIURI ONLINE（読売新聞）</a>から </dt><dd>横川会長は「輸入再開まで２年も耐えてきた人たちには大変な打撃だ。危険部位が混入していたからといって、すぐに危険というわけではない。政府は、大人の判断で問題に対処してほしい」と話した。 大人の判断って何なんでしょうね。外食業界の利益を生むように安全性の低い食品を消費者に提供できるようにと言うことでしょうか？別に牛肉は米国産以外でも確保できるし、いつか米国産が輸入できると待っているから他のルートの確保ができないのではないでしょうか？全ての食品が安全性で100%満足できるものだとは思いませんが、BSEのようにかかった時の対処方法が確立されていない病気への安全性はできる限り高い方が良いと思います。<br />\r米国産牛肉の危険部位を食べてかかる病気が風邪程度であるなら、再輸入禁止は行き過ぎだと思いますけどね。<br />\r事前設定になかったと言われる、再輸入禁止という強力な対処を選択した小泉君は、少なくとも横川よりは世論を理解していると思います。<br />\rもしどうしても横川が牛肉を輸入販売したいと言うのなら、BSE発症時の責任を<strong>疑わしき</strong>場合も含めて、<strong>厚く保証</strong>すると言うのであれば考える価値はありますが。<br />\rまあ、彼にはそれほどの力量も信望も無いでしょう。<br />\rまあ、牛丼は早く食べたいですけどね。</dd></dl>',1,3090,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.yomiuri.co.jp/editorial/news/20060120ig91.htm\">１月２１日付・',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060126_clickonce',3,0,'2006-01-26 19:41:00','ClickOnce がようやく動いた',null,'<p>先日から、VS2005の気になる機能であるClickOnceのサンプルを試しているのだが、何度作成し直してもいつも実行時エラーになる。<br />\rサンプルは、MSDNの<a href=\"http://www.microsoft.com/japan/msdn/thisweek/10lines/vs2005/ClickOnce/cs.aspx\">「10 行でズバリ !! ClickOnce (C#)」</a>なのであるが、実行すると下記の部分でエラーが発生する。</p>\r<blockquote>ApplicationDeployment deply = ...</blockquote>\r<p>エラー内容は、下記のとおり。</p>\r<blockquote>InvalidDeploymentException はハンドルされませんでした。</blockquote>\r<p>トラブルシューティングのヒントとして、下記のとおりマニフェスト周りとされているが、このアプリケーションマニフェストの作成手順が全くわからなかった。メニューにも作成方法はないし、そもそもVS2002でしかさわる必要が無いのでは？と思っていたファイルなのだ。</p>\r<blockquote>このアプリケーションのマニフェストが有効であることを確認します。 </blockquote>\r<p>仕方が無いので、Visual Studio Users Groupの初心者何でもフォーラムで聞いてみる...<br />\rその投稿は、<a href=\"http://vsug.jp/tabid/63/forumid/72/postid/2245/view/topic/Default.aspx\">アプリケーションマニフェストの作成手順</a>なのであるが、小野＠どっとねっとふぁん様の指摘により、元のソースコードが間違っていることが判明、よく見ると確かに ClickOnce を使っているか判定する if 文が二箇所にあるのだが、二箇所が全く正反対の意味で使われていた。<br />\r全く、元のソースに間違いがあるなんて思ってもいなかったので、全然気づかなかった。</p>','<p>忘れないように、修正したコードをメモを残すことにする。&phi;(≧。≦)最近物忘れが激しくてのぉ。。。。</p>\r<pre>using System.Deployment.Application;\r\r<span class=\"preblue\">private void</span> button1_Click(<span class=\"preblue\">object</span> sender, <span class=\"prebluegreen\">EventArgs</span> e)\r{\r    <span class=\"pregreen\">// ClickOncenでインストールされたか確認</span>\r    <span class=\"preblue\">if</span> (!<span class=\"prebluegreen\">ApplicationDeployment</span>.IsNetworkDeployed)\r    {\r        <span class=\"prebluegreen\">MessageBox</span>.Show(<span class=\"prebrown\">&quot;ClickOnce を使用していません。&quot;</span>);\r       <span class=\"preblue\">return</span>;\r    }\r    <span class=\"pregreen\">// 強制的にアップグレード</span>\r    <span class=\"prebluegreen\">ApplicationDeployment</span> deploy;\r    deploy = <span class=\"prebluegreen\">ApplicationDeployment</span>.CurrentDeployment;\r    deploy.Update();<span class=\"pregreen\">//アップグレードの実行</span>\r    <span class=\"prebluegreen\">MessageBox</span>.Show(<span class=\"prebrown\">&quot;更新終了。再起動します。&quot;</span>);\r    <span class=\"prebluegreen\">Application</span>.Restart();\r}\r<span class=\"preblue\">private void</span> Form1_Load(<span class=\"preblue\">object</span> sender, <span class=\"prebluegreen\">EventArgs</span> e)\r{\r    <span class=\"pregreen\">// ClickOnce でインストールされていた場合、バージョン表示</span>\r    <span class=\"preblue\">if</span> (<span class=\"prebluegreen\">ApplicationDeployment</span>.IsNetworkDeployed)\r    {\r        <span class=\"pregreen\">// 現在のバージョンをタイトルバーに表示する</span>\r        <span class=\"prebluegreen\">ApplicationDeployment</span> deploy = <span class=\"prebluegreen\">ApplicationDeployment</span>.CurrentDeployment;\r        <span class=\"prebluegreen\">this</span>.Text = deploy.CurrentVersion.ToString();\r    }\r}\r</pre>\r<p>修正したら、他は問題なく動作しました。</p>\r<p>以前も書いたのだが、登録フォームなどの登録ボタンにこの機能を割り当てようと思っている。<br />\rずっと登録画面で放置されている場所では、ここしか登録する場所がない。（￣□￣；）！！<br />\rいつもメニューに戻ってくれるなら、メニューのボタンに登録する方が楽なのだが...<br />\r登録ボタンに割り当てると、せっかく入力した内容が消えることになるので、次は入力した内容を XML ファイルに保存しておいて、再起動後に読み込めればいいかな(その項目があった場合。入力チェックが変わってたら面倒だな...)と考えている。</p>',1,9160,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.microsoft.com/japan/msdn/thisweek/10lines/vs2005/ClickOnce/cs.aspx\">「10 行でズバリ !...</a>\n<a href=\"http://vsug.jp/tabid/63/forumid/72/postid/2245/view/topic/Default.aspx\">アプリケーションマニフェストの作成手順</a>',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('tmo060201',3,0,'2006-02-01 22:22:46','ときめきメモリアルオンライン の先行きが...',null,'<p>本日14:00～ ときめきメモリアルオンラインの&beta;２テストが開始される予定でした。</p>\r<p>帰ってきたら、嫁さんがおいらのパソコンを占有中...まあ、いいけど...</p>\r<p>先日、&beta;2テスター用の URL を書いたメールが届いていたので、ダウンロードは済ませておきました。<br />\rですが、インストールとレジストレーションコードの取得がまだでしたので、インストールをしながらレジストレーションコードの取得をおこなう。<br />\rレジストレーションコードの取得をしようとときめものサイトに行ってみると、ページ右側に「学校」（たぶん独立したゲーム空間。ウルティマだとシャードかな？）の状況が表示されているのが目に入った。<br />\r&Sigma;(￣ﾛ￣|||)なんだ!?<br />\r両校ともメンテナンス中なのです。まじかよ...今日始まったばかりでしょ...<br />\rしかも、&beta;２テストが遅れた原因が、「先に行われた&beta;テストの内容を反映して、よりよい内容にするため」だったと記憶しているのですが...</p>','<p>まあ、そのうちに稼働するだろうと、レジストレーションコードの取得手続きを行う。<br />\rレジストレーションコードの取得には、「KONAMI ID」と「パーソナルキー」の二つが必要。<br />\r両方とも忘れていたので、両方とも再取得を行う。忘れたときの再取得は至って簡単。<br />\r「KONAMI ID」はメールアドレスだけ、「パーソナルキー」は、KONAMI ID とメールアドレスそして秘密の質問の答えが必要だ。<br />\rメールアドレスで悩むやつはそんなにいないだろうからいいんだけど、答えがわからん。(￣- ￣ ) ンーっと。<br />\r本当は答えは知っていたんだけど、ひとつの答え入力するのにも、全角半角・ひらがなカタカナ・大文字小文字など様々な問題が解答をじゃまするのです...<br />\rまあ、無事にレジストレーションコードの取得が完了。</p>\r<p>でも、サーバはメンテ中だったのとお知らせに復旧の時刻が未定との連絡が掲載されていたので、ゼネピックでもしながら待つ...<br />\r真夜中1時頃まで待ちましたが、結局復旧はしませんでした。</p>\r<p>戦闘もの以外のオンラインゲームは初めてなので、どの様な感じになるのか楽しみです。</p>\r<p class=\"add\">02/02 追記<br />\r朝になってもつながりませんでした。ORZ</p>\r<div class=\"add\">\r<p>02/02 追記<br />\r以下の内容とお詫びが掲載されていました。遅らせたのは品質向上のためではなく、それ以前の問題であった可能性もあります。 </p>\r<blockquote>お詫び （2006.02.02 17:25更新） 2月1日14時より開始しておりました&beta;2テストですが、サーバートラブルにより一旦休止する運びとなりました。現在のところ、&beta;2テスト再開は2月7日以降を予定しております。度重なる障害が発生し、ご迷惑をお掛けしたことを深くお詫び申し上げます。 <br />\rときめきメモリアルONLINE制作チーム一同 </blockquote></div>',1,3484,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060203_honda_step_comp',3,0,'2006-02-03 18:43:56','HONDA STEP COMPO',null,'<p>息子を遊ばせるために、車で公園に出かけた。</p>\r<p>もちろんこの前もらった HONDA STEP COMPO を車に積んで...</p>\r<p>息子が公園のアスレチックで遊んでる間、HONDA STEP COMPO でその辺を走ってみた。<br />\r貧乏性なので、電動を ON に出来ず、 ECO で走ってしまった。<br />\rECO だと常時アシストでないためか少し動いた後で、アシストがかかる。<br />\rちょっと違和感があるが、坂道がすごく楽だ。<br />\r普段登れないような坂道も登れる。<br />\r調子に乗って走ってたら、雨上がりだったので泥だらけになってしまった。<br />\r乗る前に気になっていた小さめのサドルは、この前買ったマウンテンバイクよりも柔らかいのか全然気にならなかった。</p>\r<p>最後に思ったこと、下り道ではモーター逆回転で充電してくれるとうれしいのにな...</p>','',1,4687,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060203_unconstitutional',3,0,'2006-02-03 21:45:56','社民党が自衛隊を違憲とする',null,'<p>社民党が自衛隊を違憲と決めたようです。</p>\r<p>なにやら2007年の参議院選挙対策との声も聞こえてきていますが、実際の所はどうなのでしょうか？<br />\r自衛隊が合憲か違憲かくろねこ的には、違憲ではあると思いますが、その必要性を問われるとむずかしいと思っています。</p>','<p>また同時に社民党は日米安保条約の内容にも踏み込んでいます。<br />\rくろねこ的には、自衛隊の違憲判断よりも、こっちの方が有意義だと思っています。</p>\r<p>まあ、自衛隊などなくても暮らせる世の中が一番良いのですが...</p>\r<p>戦闘機とかはかっこいいので好きではありますが。</p>',1,4115,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060203_Imperial_House_Law',3,0,'2006-02-03 21:51:21','皇室典範改正で麻生、谷垣氏ら慎重論',null,'<p>皇室典範改正で麻生、谷垣氏らから慎重論が出ているようです。</p>\r<p>しかし、皇室って必要なのでしょうか？<br />\r皇室がなければ、公共の土地にどれだけ多くの公園と住宅が建設できるのでしょうか？<br />\r皇室がなくても政府があれば、外交上の問題はないと思います。</p>\r<p>国民の象徴は天皇でなくても良いのです。また、象徴は天皇であって皇室ではないのです。</p>\r<p>まず、皇室が必要かどうかから議論していただきたいと思います。</p>','',1,3832,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060203_Conversation',3,0,'2006-02-03 23:16:28','嫁との会話：おしくらまんじゅう',null,'<p>クレヨンしんちゃんで、熱繰 椎造（あつくる しいぞう）先生がおしくらまんじゅうしてるのを見て...</p>\r<p>くろねこ：最近だと押されて怒るなかな...<br />\r嫁：押されてさすなじゃ...</p>\r<p>恐ろしい世の中になったものです...</p>','',1,3274,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:27','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060203',3,0,'2006-02-03 23:56:47','ゼネピックの節分イベント(Lv.53)',null,'<p>本日(2/3)、ゼネピックオンラインで節分イベントがありました。<br />\r<br />\r鬼はゴブリンでした。 図書館クラスのモンスターばかりでしたので、結構きつかったです。</p>\r<p>ストーリーは以下の様です。</p>\r<blockquote>エスネのミュセイオン図書館からモンスターが飛び出してしまいました。魔術師ギルドが特製の豆で応戦したもののそれを持ち去り街の外へ・・・<br />\rここは屈強な冒険者の腕の見せ所です。　クロエバンペスに陣取ったモンスターを撃退してください。<br />\r現れるモンスターはとても強力なので、くれぐれもお気をつけください。</blockquote>\r<p>イベントのアナウンスで開催時間を1時間間違って、20:00～21:00と言ってみたり、「モンスターたちが退却を始めました。あと一息です、がんばってください。」って一度目は良いけど、二度目はその後難易もなかったですぞ。<br />\rまあ、モンスターが現れないなーと思ったら一気に固まって現れたり、さらに人がすごく多いのでシステムが重く叩きに行ったらいきなり死んでた何って状態でした。</p>','<table>\r    <caption>節分イベントでドロップしたアイテム</caption>\r    <tbody>\r        <tr>\r            <th>名称</th>\r            <th>効果</th>\r        </tr>\r        <tr>\r            <td>豆</td>\r            <td>HP回復:30(普通の豆)</td>\r        </tr>\r        <tr>\r            <td>小豆</td>\r            <td>HP回復:1000(ジュースと同じ)</td>\r        </tr>\r        <tr>\r            <td>大豆</td>\r            <td>HP回復:10000(ジュースの10倍)</td>\r        </tr>\r        <tr>\r            <td>悪祓豆</td>\r            <td>攻撃+5，魔法攻撃+5</td>\r        </tr>\r    </tbody>\r</table>\r<p>イベントで良かったのはドロップ品の豆四種類のうち、普通の豆はさておき、 この悪祓豆、たいしたことないな～と思っていたら、三つ装備するとかなりすごい。<br />\rファイターのリングとトミラスリング、さらにライフガードもはずして、今はこれを三つ装備中です。<br />\rでは、SSで当時の状況をって、全然状況がわからないSSばかりしか取れませんでした。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060203_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo060203_1.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060203_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo060203_2.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060203_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo060203_3.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060203_4_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo060203_4.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060203_5_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo060203_5.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060203_6_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo060203_6.jpg\" alt=\"\"></a></p>',1,3429,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo060203_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060203_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060203_3_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060203_4_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060203_5_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060203_6_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060205',3,0,'2006-02-05 08:20:53','ボスを倒してレベルアップ！(Lv.54)',null,'<p>次のレベルアップのSSはどこで取るか？と考えたとき、今ボス待ちしてるのでボスを倒してレベルアップできたらいいな...と漠然と思った。<br />\rそのときくろねこは、ゼロマインB2FとB3Fのミスリルホウディグとミスリルディグ倒すために、時間に合わせて行ったり来たり...</p>','<p>経験値が99.89%まで確認して、もうすぐボス時間だな～と思ってたらいきなり目の前に！！<br />\r<img width=\"400\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo060205_1.jpg\" alt=\"\"></p>\r<p>そのとき、気づいたのがミスリルディグって現れたときに、「来るだわさ！」って言ってるんですね。<br />\r朝の2：30頃にもミスリルホウディグを倒したSSがあったので確認してみると、同様に「来るだわさ！」って言ってました。<br />\rしかし、魔神の血のドロップはないですね...<br />\r一回取ってみたいんですが。</p>',1,2752,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:53','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0062',3,0,'2006-02-06 23:37:07','[Delphi] DUnit を使ってみる','','<p>テストの効率化をねらって、DUnit を試してみたので、DUnit テストプロジェクト作成の手順をまとめてみた。</p>','<ol>\r    <li>DUnit をダウンロードする。<br />\r    <a href=\"http://dunit.sourceforge.net/\">http://dunit.sourceforge.net/</a></li>\r    <li>テストプロジェクトを作成する。<br />\r    ファイル｜新規作成｜アプリケーション</li>\r    <li>フォームを削除する。</li>\r    <li>ユニットを追加する。：ファイル｜新規作成｜ユニット</li>\r    <li>下記のようにプロジェクトソースを編集する<br />\r    <ol>\r        <li><strong>uses</strong> 節に以下の 2 ユニットを追加する。<br />\r        <pre class=\"brush: delphi;\" title=\"DUnit導入\">\rTestFramework, GUITestRunner\r</pre>\r        </li>\r        <li>以下の 3 行を削除する<br />\r        <pre class=\"brush: delphi;\" title=\"DUnit導入に伴う削除部分\">\rApplication.Initialize;\rApplication.CreateForm(TForm2,&nbsp;Form2);\rApplication.Run;\r</pre>\r        </li>\r        <li>以下の行を追加する<br />\r        <pre class=\"brush: delphi;\" title=\"DUnit導入に伴う追加部分\">\rGUITestRunner.runRegisteredTests;\r</pre>\r        </li>\r        <li>編集後、下記のようになる。<br />\r        <pre class=\"brush: delphi;\" title=\"DUnit導入したプロジェクトソース\">\rprogram UnitTest;\r\ruses\r  Forms,\r  TestFramework,\r  GUITestRunner,\r  UUnitTest1 in \'UUnitTest1.pas\';\r\r{&#36;R *.res}\r\rbegin\r	GUITestRunner.runRegisteredTests\r//	Application.Initialize;\r//	Application.CreateForm(TForm1, Form1);\r//	Application.Run;\rend.\r</pre>\r        </li>\r    </ol>\r    </li>\r    <li>下記のようにテストユニットを作成する<br />\r    <pre class=\"brush: delphi;\" title=\"DUnit:テストユニット\">\runit UUnitTest1;\r\rinterface\r\ruses\r	TestFramework, GUITestRunner;\r\rtype\r	TTestUnit1= class(TTestcase)\r	protected\r		procedure SetUp; override;\r		procedure TearDown; override;\r	published\r		procedure Case_TestOK1; virtual;\r		procedure Case_TestOK2;\r		procedure Case_TestNG1; virtual;\r	end;\r\rimplementation\r\rprocedure TTestUnit1.SetUp;\rbegin\rend;\r\rprocedure TTestUnit1.TearDown;\rbegin\rend;\r\rprocedure TTestUnit1.Case_TestNG1;\rbegin\r	check(false, \'TTestUnit1error\');\rend;\r\rprocedure TTestUnit1.Case_TestOK1;\rbegin\r	check(true, \'\');\rend;\r\rprocedure TTestUnit1.Case_TestOK2;\rbegin\r	check(true, \'\');\rend;\r\rinitialization\r	TestFramework.RegisterTest(\'\', TTestUnit1.Suite);\r\rend.\r</pre>\r    </li>\r</ol>\r<p>上記は最も基本的な例なので、実際にはテストする内容に合わせて、テストクラス＆メソッドを作成する。<br />\rテストメソッドは、published スコープにすること。</p>\r<p>テストクラスのデフォルトメソッド：</p>\r<table>\r    <tbody>\r        <tr>\r            <th>メソッド名</th>\r            <th>メソッド説明</th>\r        </tr>\r        <tr>\r            <td>SetUp</td>\r            <td>テストの準備作業を行う</td>\r        </tr>\r        <tr>\r            <td>TearDown</td>\r            <td>テストの後始末を行う</td>\r        </tr>\r    </tbody>\r</table>\r<p>Checkメソッドの説明：</p>\r<table>\r    <tbody>\r        <tr>\r            <th>順序</th>\r            <th>メソッド説明</th>\r        </tr>\r        <tr>\r            <td>1</td>\r            <td>テスト結果：true = テストOK、false = テストNG</td>\r        </tr>\r        <tr>\r            <td>2</td>\r            <td>エラー時のメッセージ</td>\r        </tr>\r    </tbody>\r</table>',1,9251,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://dunit.sourceforge.net/\">http://dunit.sourceforg...</a>',0,1,0,0,0,'2011-02-14 10:53:56','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('tmo060207',3,0,'2006-02-07 18:40:02','終わってるよ...ときめも',null,'2/7 に延期になっていた「ときめきメモリアルオンライン」ですが、どうやら再度延期のようです。<br />\nこれで3度目の延期？<br />\nたしか、最初は年末の予定だったの記憶しているのですが...<br />\n今度は無期限延期で再開の見込みはないようです...<br />\n<br />\nもう、あんまり当てにはしないので、心ゆくまでメンテしてください...<br />\n\n以下、公式ぺージのアナウンス内容です。\n<blockquote>βテスト再開日時についてのお知らせ （2006.02.07 11:20更新） \n7日（火曜日）以降に開始予定とのご案内を行っておりましたが、調査の結果、ログインサーバの修復に更なる時間を要することが確定いたしました。現在、全力で修復に努めております。\n現時点でのβ2テスト開始予定日時は未定ですが、確定し次第、KONAMI IDにご登録いただいておりますメールアドレス宛にご連絡いたします。\nテスト再開を心待ちにされている皆様には大変恐縮ではありますが、何卒ご理解ご協力をいただけます様お願い申し上げます。 </blockquote>','あ、公式ぺージでキャラ作成のお試し版がありました。<br />\n<br />\nちょっとやってみるとおもしろいかもしれません。<br />\n<a href=\"http://tokimemo-online.konami.jp/\">キャラメイクを体験する</a><br />\nえーっと、名前は「黒野 猫雄」で、ってキャラの雰囲気が変わるのは頭と制服ぐらいしか...<br />\nあとは、何かすごく違和感が...<br />\nあと、何か同じようでどこが変わったのかわからないものもあります。<br />\nまだ、開発中なのでしょうね。',1,3082,1,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060207_anpanman',3,0,'2006-02-07 19:52:42','アンパンマンのマーチ',null,'<p>今日、アニメソングのテレビ番組「＜カスペ！＞アニメソングカウントダウン2006」を見ました。</p>\r<p>その中で、初めてアンパンマンのマーチを歌ってる人（ドリーミング）を見ました。<br />\r格好のせいか、思ったより若く見えました。</p>\r<p>そんな、アンパンマンのマーチ ですが、前半部分はとても元気が出てくる良い歌だと思います。<br />\rしかし、後半部分に日頃気になっている部分があります。<br />\rまず、下記のサイトを訪れてアンパンマンのマーチを聴いていただきたい。<br />\r<a href=\"http://www.anpanmanshop.co.jp/flash-test/pyramid.html\">http://www.anpanmanshop.co.jp/flash-test/pyramid.html</a></p>','<p>この歌によると、アンパンマンは、愛と勇気だけが友達だそうです。<br />\rカレーパンマンは？食パンマンは？友達じゃなかったらしいです。</p>\r<p>たしか、「それいけ！アンパンマン キラキラ星の涙」で、氷の女王が食パンマンを氷付けにしたときに、アンパンマンはこう叫んだはずです。「よくも僕の友達を...ゆるさないぞ！」と。</p>\r<p>実は、これは氷の女王をやっつけるための口実でしかなかったのです...<br />\rゆるすまじ、アンパンマン。</p>\r<p>さらにアンパンマンの日頃の行動とつきあわせて考えると、おかしな部分がでてきます。<br />\rそれは、「やさしい 君は」と、アンパンマンが優しいと表現されている部分です。<br />\rこれには疑問を感じずには居れません。<br />\rどうしてかと言いますと、確かにアンパンマンはアンパンマンのばいきんマン以外の周囲にいる者、アンパンマンを頼りにしてくる者にとって寛大で優しいように描かれています。<br />\rしかし、そのものたちに優しくあろうとするが故に全員に対して、優しくすることはできないわけです。<br />\r以前にも書いたが、「キラキラ星の涙」では、アンパンマンはナンダ・ナンダ姫の為に宝石を探し、姫に渡そうと努力します。<br />\rこの困った者を助けるという精神は、非常に優しいといえるでしょう。しかし、探し求める宝石はただ落ちているわけではなく、すでに占有者がいるわけです。それをアンパンマンは有無を言わさず殺害・強奪します。しかも、その求めていた物はほとんどの場合、単なる勘違いだったわけです。この物語の一例では、氷の女王は勘違いで殺害されたわけです。かなり無念だったでしょう。</p>\r<p>アンパンマン、君の優しさは米国の正義と似ているように思う...<br />\r自分の身内、賛同者に対しては優しいが、自分の前に立ちはだかるものは容赦なく叩きつぶす。<br />\r自分が正義であり、自分以外は悪である。<br />\rそれは、米国が世界の警察を気取ってはいるが、内には自国の利益の保護が見え隠れするのと似ている。</p>\r<p>と言うわけで、そう簡単にみんなの夢を守るためという理由で、あちこちに行ってもらっては世界の不利益になる訳なのでやめていただきたい。</p>\r<p>＃アンパンマン、別の歌で顔が変われば元気百倍と言っています。<br />\r＃と言うことはアンパンマン、顔が変わる前はいつも元気は 1/100 だったのです...</p>',1,4247,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.anpanmanshop.co.jp/flash-test/pyramid.html\">http://www.anpanmanshop...</a>',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060209_w41t_hdd',3,0,'2006-02-09 12:55:48','W41T で携帯電話に HDD が採用された背景を考える',null,'<p>くろねこが携帯電話になぜ HDD が搭載なのか、考えるきっかけとなった記事がある。<br />\rそれは PC Watch の■元麻布春男の週刊PCホットライン■ と言う連載の 2月3日分の記事になるのだが、、<a href=\"http://pc.watch.impress.co.jp/docs/2006/0203/hot407.htm\">2.5インチ以下が優劣を決めるHDD業界</a>というタイトルが付いている。</p>\r<p>その記事の中では、Seagate と富士通の例をあげ PC 分野では 2.5インチが成長分野であり、そしてこれからはデスクトップは 2.5インチ、ノート PC は 1.8インチが主流になると書かれている。<br />\rまた、気になることに、1インチHDDで Mactor が失敗し損失を計上していると書かれている。この理由として、下記のように書かれている。</p>\r<blockquote>AppleがiPod miniを止め、NAND型フラッシュメモリを採用したiPod nanoに切り替えたので、市場の見通しがつかない</blockquote>さらに、この内容は日立の決算にも見て取れるという。\r<p>&nbsp;</p>\r<p>では、東芝はどうなのか？と言うことを考えてみる。1インチHDDの市場の見通しがつかないと言うことは、別に一社に限ったことではないであろう。(東芝が一社で市場を独占しているというなら別だが...)<br />\rということは、東芝もかなりの影響を受けているはずである。<br />\r東芝の同クラスの製品在庫は山積み、ラインは遊んでいるかもしれない。では、このような状況になったらどういう解決策を見いだすか？それは、新しい市場を作り出すことである。幸い東芝は携帯電話を制作していた。携帯電話のメモリは年々増加の一途をたどり、データフォルダもさることながら、外部記憶メモリのミニSDカードは 256MB に対応、512MB も非公式ながら使えたりする。着うたフルも好調なようなので、HDD の大容量を生かすにはもってこいの市場である。音楽携帯として売り出すのであれば、さながら東芝のiPod miniである。HDD が余ってなければ フラッシュメモリで大容量もよかったが、フラッシュメモリは好評で社外に売れるし HDD は不調で余ってるし、さらには HDD の方が高速で大容量が可能となれば、多少の厚みなど無視して押し切るであろう。</p>\r<p>これが、くろねこの考える W41T HDD 搭載携帯の誕生の裏話である。(実際の所は全く知りません。)</p>\r<p>しかし、昨日 W41T を予約して帰ってきたのだが、W41T って au IDカードも、PCサイトビューアも対応してないんですね...<br />\rこの二つは WIN の高機能タイプ機種なら必須機能だと思うのは、くろねこだけでしょうか？</p>','お昼前に電話がありました。その電話によると、W41T は黒だけ発売日が11日ではなく、未定となったそうです。\r<p class=\"add\"><a href=\"http://www.shimoken-works.com/mt/archives/2006/01/au_w41t.html\">ShimoKen Works:煮え切らないau W41Tの仕様</a>の記事によると、HDDを搭載した理由は単にマーケティング目的と考えられているようです。「最初は期待していたが、仕様を見てがっかりしたのは言うまでもない。」と書かれていますが、やはりみんな仕様を見て多かれ少なかれがっかりされているのがわかりました。くろねこは買ってみてさらにがっくりしましたが...</p>',1,4599,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://pc.watch.impress.co.jp/docs/2006/0203/hot407.htm\">2.5インチ以下が優劣を決めるHDD業界</a>\n<a href=\"http://www.shimoken-works.com/mt/archives/2006/01/au_w41t.html\">ShimoKen Works:煮え',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060209_boland_delphi',3,0,'2006-02-09 18:31:07','BorlandによるDelphi の売却',null,'<p>BorlandによるDelphi売却は本当なのでしょうか？\r<p>DelphiMLへronさんによって投稿された「売却」から始まるスレッド。</p>\r<p>そして、いろいろなニュースサイトでの記事を見ていると、どうやら本当のようです。</p>\r<blockquote><a href=\"http://www.itmedia.co.jp/news/articles/0602/09/news010.html \">ITmediaニュース：Borlandが開発ツールを売却、Segue Software買収</a></blockquote>\r<p>\rBorlandがDelphiを売却することで、Borlandがどうなるかと言うことよりも、Delphiがどうなるのかと言うことが気になります。<br />\rただ、最近のBorlandは開発ツールにやる気が見えず品質も低迷していたことから、よい買い手がつけばまたよいツールに化けるかもしれません。ただ、時代の流れが変わってきたなと、少々寂しい気分になりました。</p>','',1,3752,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.itmedia.co.jp/news/articles/0602/09/news010.html \">ITmediaニュース：B...</a>',0,1,1,0,0,'1999-11-30 00:00:02','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-Xls_FindCell2',3,0,'2006-02-13 18:45:36','[Excel VBA] 特定条件を満たすセルを見つける2','','<p><em>前回、[story:ProgFAQ-Xls_FindCell]にて特定のセルを見つける方法を記載したが、問題が見つかった。<br /> そこで、その問題に対策を施したバージョンをご紹介する。<br /> </em>Excel で以下の様な番号と名前のデータがあったときに、番号をキーにして名前を取得するようなことは多いだろう。<br /> このようなケースを処理するためには、Find メソッドを使用するとうまくできる。</p>','<p>前回の方法では Loop 条件式で Not c Is Nothing と判断している。<br /> これは、Do ～ Loop 内で検索対象セルが1件も存在しない状況になったときに有効だが、現在の VBA の仕様では完全論理比較を行うので、正常に処理ができない。<br /> また、1件も存在しない場合には、ループに入る前に If 文で判定するのでこの条件式は不要だった。<br /> 今回はこの問題に対応している。</p>\r\n<table>\r\n<tbody>\r\n<tr><th>　</th><th>番号</th><th>名前</th></tr>\r\n<tr><th>　</th><th>1</th><th>2</th></tr>\r\n<tr><th>A</th>\r\n<td>0001</td>\r\n<td>佐藤</td>\r\n</tr>\r\n<tr><th>B</th>\r\n<td>0002</td>\r\n<td>鈴木</td>\r\n</tr>\r\n<tr><th>C</th>\r\n<td>0003</td>\r\n<td>田中</td>\r\n</tr>\r\n<tr><th>D</th>\r\n<td>0004</td>\r\n<td>小林</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>※1 番号は書式指定で \"0000\" とし、 1 を 0001 としている</strong><br /> <br /> たとえば、番号 \"0003\" の田中さんを取得したい場合には以下のように処理をする。</p>\r\n<pre class=\"brush: vb;\">Function CellAddress(c As Range) As String\r\n    CellAddress = \"\"\r\n    If Not c Is Nothing Then CellAddress = c.Address\r\nEnd Function\r\n\r\nSub 番号3番の田中さんを見つける()\r\n    Const NameCol = 1\r\n    Dim SearchArea As Range             \' 検索範囲\r\n    Dim c As Range                      \' 検索結果\r\n    Dim firstAddress As String          \' 最初に見つかったセルのアドレス\r\n    \r\n    \' 検索範囲\r\n    With ThisWorkbook.Sheets(\"Sheet1\").Range(\"A1\").CurrentRegion\r\n        Set c = .Columns(1).Find(3)     \' 検索範囲の最初のカラムから番号を検索\r\n        firstAddress = c.Address    \' 最初のアドレスを覚えておく ※2\r\n        Do\r\n            MsgBox .Cells(c.Row, NameCol), vbOKOnly, \"発見\"\r\n            Set c = .FindNext\r\n        Loop While (CellAddress(c) &lt;&gt; firstAddress)\r\n    End With\r\nEnd Sub</pre>\r\n<p><strong>※2 同じ番号が複数回出現するなどでループにて処理を行う場合、最後のセルの次を検索すると最初のセルが見つかる。<br /> このため、最初に見つかったセルのアドレスを覚えておく必要がある。</strong> この方法で、検索を行うと if 文を利用して検索するよりも断然早く処理を完了させることができる。<br /> また、見つかったデータを削除するようなケースでは、以下のように処理を行う。</p>\r\n<pre class=\"brush: vb;\">Sub 見つけた番号3番の田中さんを全て削除する()\r\n    Const NameCol = 1\r\n    Dim SearchArea As Range             \' 検索範囲\r\n    Dim c As Range                      \' 検索結果\r\n    Dim firstAddress As String          \' 最初に見つかったセルのアドレス\r\n    \r\n    \' 検索範囲\r\n    With ThisWorkbook.Sheets(\"Sheet1\").Range(\"A1\").CurrentRegion\r\n        Set c = .Columns(1).Find(3)     \' 検索範囲の最初のカラムから番号を検索\r\n        Do\r\n            Rows(foundRow).Delete \r\n            Set c = .FindNext\r\n        Loop While Not c Is Not Nothing\r\n    End With\r\nEnd Sub</pre>\r\n<p>削除処理の場合は、見つかったデータ全てを削除していくので、最初に見つかったセルのアドレスを覚える必要がない。</p>',2,10548,0,0,'2006-03-15 18:45:36',0,'<a href=\"http://www.blackcat.xyz/article.php/ProgFAQ-Xls_FindCell\">[Excel VBA] 特定条',0,1,1,0,0,'2015-06-22 12:59:03','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_WinMgr_DeployIE11',3,0,'2015-02-25 15:36:49','[Win Svr]ActiveDirectoryでInternet Explorerを一括配布','','<p>ActiveDirectory(以下AD)を用いてInternet Explorer(以下IE)の一括配布を行う。</p>\r\n<p>ADによるソフトウェアの配布には、ソフトウェアによる配布などがあるが、今回はシャットダウンスクリプトによる一括設定を行う。<br />シャットダウンスクリプトを用いるのは、MSI形式でないファイルが取り扱えることとコマンドによる細かな制御が行えるためである。&nbsp;</p>','<p>1.<span style=\"font-size: 0.9em; line-height: 1em;\">ADにIE配布用のGPOを作成する。</span></p>\r\n<ol>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">「管理ツール内」の「グループポリシーの管理」を起動する。</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">グループポリシーの管理</span><span style=\"font-size: 0.9em; line-height: 1em;\">の画面左側にあるツリー画面で、作成・リンクの対象となるドメインやOUを選択する。</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">[操作]メニュー、あるいは右クリックメニューで[このドメインにGPOを作成し、このコンテナーにリンクする]を選択する。</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">続いて表示するダイアログで、GPOの名前を入力して[OK]をクリックする。</span></li>\r\n</ol>\r\n<p>2.ポリシーを編集しIEの配布設定を行う。</p>\r\n<ol>\r\n<li><span>画面左側にあるツリー画面で、</span>コンピュータの構成/Windowsの設定/スクリプト(スタートアップ/シャットダウン)を選択する。</li>\r\n<li>画面右側のシャットダウンをダブルクリックして、「シャットダウン」の「プロパティ」ダイアログを表示する。</li>\r\n<li>ダイアログ下部の「ファイルの表示」ボタンをクリックし、<span style=\"font-size: 0.9em; line-height: 1em;\">ポリシーオブジェクトに関連付けられたフォルダを表示しする。<br />このフォルダに[file:39]を展開する。また、</span><span style=\"font-size: 0.9em; line-height: 1em;\">アドレスバーからフォルダのパスをコピーする。</span></li>\r\n<li>ダイアログに戻り、「追加」ボタンをクリックする。<br />スクリプト名に&rdquo;Install_IE11.bat&rdquo;、スクリプトのパラメーターに先ほどのファイルのパスをコピーする。</li>\r\n</ol>',2,4502,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/filemgmt/index.php/39\">IE11一括配布バッチファイル(サンプル)</a>',0,1,0,0,0,'2015-06-26 11:39:48','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-Xls_ProcessToCellAfterAutoFill',3,0,'2006-02-13 20:45:36','[Excel VBA] オートフィルタ適用後に表示されている行のみを対象に処理を行う','','<p>データを処理する際に、オートフィルタで見えてる行だけを対象に処理を行いたい場合があるんです。<br /> このようなデータはデータベースで処理を行う方が効率がいいのですが...<br /> それはさておき、ユーザーがフィルタした後にと言うこともありますからね。</p>','<p>Excel で 表示されているセルだけを対象にしたい場合、SpecialCells(xlCellTypeVisible) を使用します。<br /> オートフィルタで絞り込まれた範囲を対象に表示されているセルを取得するコードは以下のようになります。</p>\r\n<pre class=\"brush: vb;\">.AutoFilter.Range.SpecialCells(xlCellTypeVisible)</pre>\r\n<p>ただ、これをそのまま使用すると行単位で処理を行いたい場合には、1行につき対象列数と同じ回数だけ引っかかりますので、この挙動への対応を検討する必要があります。<br /> 列数分引っかかるのは列が複数あるからですので、1列であれば1回で問題はないはずです。<br /> なので、対象の列を1列目に限定します。限定すると以下のようになります。</p>\r\n<pre class=\"brush: vb;\">.AutoFilter.Range.Columns(1).SpecialCells(xlCellTypeVisible)</pre>\r\n<p>上記の状態では対象は各セルですので、列全体を処理したいときには行番号を取得したほうが、セル範囲指定などの場面で有利です。その行番号の取得には Row メンバを使用します。</p>\r\n<p>処理全体では、以下のようになります。</p>\r\n<pre class=\"brush: vb;\">Sub 見えている行だけを対象に()\r\n    With ActiveSheet\r\n        \' Filter\r\n        .AutoFilter\r\n        .AutoFilter フィルター式...\r\n        \r\n        \' Search\r\n        For Each c In .AutoFilter.Range.Columns(1).SpecialCells(xlCellTypeVisible)\r\n            MsgBox \"表示されているデータの行番号は\" &amp; c.Row \"です。\"\r\n        Next c\r\n    End With\r\nEnd Sub\r\n</pre>',2,303753,0,0,'2006-03-15 20:45:36',0,'',0,1,1,0,0,'2015-06-22 13:00:13','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('tmo060214',3,0,'2006-02-14 08:24:37','ときめきメモリアルオンライン 萌え萌え...',null,'ときめきメモリアルオンラインβ２テスト(ときメモオンライン)、週末をかけてやりました。<br />\nくろねこがやっているのは、男のキャラのみなのでそのほかのことは、よくわからなかったりします。<br />\n<br />\n週末までで装備アイテムが6個、合成アイテムが約200個位、奥義が1個とれました。<br />\nドラマも一応最初から選択できる分は全部こなしました。<br />\nまだ、修練度が満タンの物はないので、2段階目のドラマを選択するに至ってません。<br />\n<br />\nドラマなんですが、役柄に応じてとれるキーワードが異なるようなので、ほしいキーワードがあったら先にほしいキーワードがとれる役柄を周りに聴いた方がよいでしょう。<br />\nまた、一つのドラマでもらえるキーワードは一つとなっているようです。<br />\nほとんどのドラマで★5つを取ればキーワードはもらえるのですが、なぜかクリスマスだけもらえていません。<br />\n<br />\nくろねこが完了したドラマ(順不同)\n<table summary=\"くろねこが完了したドラマ\">\n<tr><th>ドラマ</th><th>場所</th><th>ドラマ</th><th>キーワード</th></tr>\n<tr><td>二人のクリスマス</td><td>自分の教室</td><td>もらえず</td></tr>\n<tr><td>よろしくタイムマシーン</td><td>自分の教室</td><td>自分の教室</td></tr>\n<tr><td>ガンバレ補欠！</td><td>体育館</td><td>男1：リベロへの道</td></tr>\n<tr><td>ショウほど素敵な部活はない</td><td>体育館</td><td>大型新人登場</td></tr>\n<tr><td>ライバル募集中</td><td>プール</td><td>好敵手と書いて『とも』と呼ぶ</td></tr>\n<tr><td>家庭科室で昼食を</td><td>家庭科室</td><td>忘れ得ぬ料理</td></tr>\n<tr><td>机上連載中</td><td>家庭科室</td><td>ベストエンドは二人の秘密</td></tr>\n<tr><td>１＋１＝３</td><td>グラウンド</td><td>グラウンド</td></tr>\n<tr><td>キャッチャー・いーん・じゃ・ないっ！</td><td>グラウンド</td><td>心眼キャッチ</td></tr>\n</table>\n<br />\n部活動は最初は負けが多いので一気にやりすぎると、ストレスがたまります。<br />\nあまりストレスをためすぎると、キャラクターの下のゲージが緑から黄色に変わり、ノイローゼとなります。<br />\nノイローゼになったら、保健室で座って居ましょう。<br />他にも大樹の下や教会、マップ左下の泉などがよいそうです。<br />\nノイローゼに変わるのは、ゲージの7割から8割程度迄たまったときという感じでしょうか？<br />\n噂ですが、ストレスがたまるとターンの順番が遅くなるとか...<br />\nこれも噂ですが、ターンの順番を決める要素は「運動」で、HP は「スタミナ」の様です。\n<br />\n部活動ついでに、レベルを早くあげる方法は...<br />\n高レベルの人を見つけて、自主トレをすることです。負けてもあがりますが、勝ったときの方がよくあがります。<br />\n基本は防御重視の自主トレで「アイテム」とキーワードの「習熟度」をあげながら、相手の了承を得た上でですが2、3発当てて勝たせてもらうとよいでしょう。<br />\n奥義は部員との部活動でもらえるようです。<br />\n基本的にランダムの様です。合成アイテムもそうですが、使用するキーワードともらえるアイテム(合成アイテム、奥義の書)に関連があるようです。<br />\nメモを取りながら進めてると、偏りがあることに気づきました。実はないのかもしれないですが...<br />\n<br />\nアイテムと言えば、授業でもらえる装備できるアイテムも、授業とアイテムに何らかの関係があるのかもしれないと、統計を取っていますが、今のところ数が少なすぎてよくわからないのが現状です。<br />\nもしかすると、得点も絡んできてるのかもしれません。<br />\n<br />\nいずれにせよ、かなりランダム要素が多いゲームですね。<br />\nドラマも同じせりふを選んで行っても、たまに違うシーンに出くわしたりします。<br />\n<br />\n最後に、くろねこは\"E組の黒野 猫雄\"です。何か良い情報があったら教えてください。','',1,3824,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('tmo060215',3,0,'2006-02-15 07:51:50','国語の授業で100点満点',null,'<p>先ほど、ときめきメモリアルオンラインの国語の授業で正答率100％が取れました。</p>\r<p>ときめきメモリアルオンライン初めての100点満点は国語でした。<br />\rくろねこは、理系人間なので意外な感じなのですが、このゲームの数学計算していると時間がなく間で答えないといけない場合も多々あるので、直感と知識だけの国語が答えやすいのかもしれません。</p>\r<p>ちなみに、次の数学は70％しか取れませんでした。</p>','',1,3596,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060215_depositor_protection',3,0,'2006-02-15 23:29:06','預金者保護法施行後...',null,'預金者保護法が施行され5日目になります。<br />\r前回懸念事項であった郵政公社の郵貯で、「キャッシュカード」と同様に「通帳」でも保護されるのか聞いてみました。<br />\r<br />\r質問は、「郵便貯金滋賀センター」に問い合わせました。<br />\r結論から言うと、「通帳」も「カード」と同様に対応してくれるという解答でした。<br />\rしかし、話の内容的には期待した内容とちょっとずれている感じも受けました。','郵貯に関する犯罪として、\r<ol>\r    <li>盗難・偽造カード(通帳)によるATMからの引き出し </li>\r    <li>盗難・偽造通帳とはんこによる窓口での引き出し </li>\r    <li>不正なデビットカードとしての使用 </li>\r    <li>不正なID・パスワード使用によるオンラインでの引き出し </li>\r</ol>\rがあります。 <dl><dt>盗難・偽造カード(通帳)によるATMからの引き出し </dt><dd>「通帳」も「カード」と同様に対応してくれると言うことですが、事件が発生してから調査してそれから対応すると言うことでした。対応内容は「現金でお渡し」ではなく「残高を元に戻す」と言う内容でした。対応内容は全然問題ないのですが、妙に「調査してから内容により」と言うところが気になりました。また、「こちらに立証責任は無いですよね」と確認しているにもかかわらず、「これまでと同様に」、「調査してから内容により」と同様の内容を繰り返すだけにとどまり、「ＡＴＭで引き落としをした人物が本人でないと確認された場合」とか言われると本人でないことをこちらが立証する義務があるのかと言うようにもとれる内容で、何とも歯切れの悪い物となりました。<br />\r<br />\rまだ、法律施行後事件の発生を聴いたことがないので、実際に事件が起こるまで詳細な対応はわからないかもしれません。マニュアル化できていないかもしれないです。が、郵便局の窓口で問い合わせするよりもずっとまともな会話になりました。 </dd></dl><dl><dt>盗難・偽造通帳とはんこによる窓口での引き出し </dt><dd>従来型のこの手の犯行については、従来のままのようです。</dd></dl><dl><dt>不正なデビットカードとしての使用 </dt><dd>保護されないようです。この手の犯行からの保護については次のケースと同様に「郵貯クラブ」を勧められました。ただ、デビット機能は申し込み制で、解約もできるようです。</dd></dl><dl><dt>不正なID・パスワード使用によるオンラインでの引き出し </dt><dd>ホーム(オンラインバンキング)については、対象外と言うことでフィッシング・パスワードの管理などには注意してくださいとのこと。通信中にスヌープ(盗み見)された場合に被害についても聴いたのですが、これも保証対象外と言うことです。<br />\r(SSLの脆弱性を衝かれたら終わってしまいます。)<br />\rこういう場合も保護したいのであればと言うことで、年額350円の「郵貯クラブ」を紹介されました。</dd></dl>\r<p>もし被害にあった場合には、郵便局かもしくは「監査局」と言うところに届け出ると言うことでした。<br />\r<br />\rついでに、過去の郵便局では複数の通帳を持つと二冊目は「ボランティア付き(寄付率20％)」の通帳となりました。<br />\r最近は制度が変わったようで、普通口座と貯蓄口座の二つの口座がもてるようです。<br />\rしかし、普通口座を複数開設すると「ボランティア付き」となるようです。（寄付の比率は変更が可能なようです）<br />\r上記の「ボランティア付き」口座と普通の口座（ボランティア付きでない）を持っている際に、普通の口座を解約すると「ボランティア付き」を解除することができるようです。また、口座の番号は変わらないようですので、今後金利も上がることが予想されますので該当される方は、寄付を解除する事を検討されてはいかがでしょうか？</p>\r<p class=\"add\">後で考えてみれば、ほかにも犯罪方法があった。<br />\r郵貯も銀行も端末とホストの間を何らかの回線(専用線？)で接続しているので、そこを流れる情報を不正に操作すれば、自分の他人の預貯金を自らの口座に付け替えることも可能だろう。<br />\rまた、ホストに進入することも可能だと思われる。回線の場所は明らかだし、端末はWindowsNTなのでその手の人ならハックすることは以外に簡単かもしれない。</p>',1,3908,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060215_traffic_control_in_jr',3,0,'2006-02-15 23:47:46','JR西の運行管理はどうなっている？',null,'ダイヤが乱れているとき、あなたはどこからその情報を得るだろうか？<br />\rまた、どの情報から自身が乗る列車を決めるだろうか？<br />\r<br />\rくろねこは、通常駅構内の電光掲示板を見ます。そしてその後係員に状況を確認します。<br />\rなぜこのような二度手間とも思える作業をしなければならないのか。その理由は電光掲示板の情報の不正確さにあります。<br />\rとある駅員によると、電光掲示板の内容は5～10分おきに更新されていると言います。<br />\r5～10分ですと、東海道本線では通常列車が一本は通過している時間です。と言うことは目的地に着く一番速い列車に乗れない可能性があると言うことです。<br />\rまた、電光掲示板の3行ある情報の内、下の方になるほど不正確になると思われます。<br />\r実際、電光掲示板上で遅れが表示されていない列車でも係員に聞くと数十分遅れていることはよくあることです。<br />\r遅れが表示されている列車が普通列車で、その後にくる新快速列車が遅れているにもかかわらず遅れが表示されていなかったら、目的地の距離と列車間の時間では次の新快速を待っているかもしれません。<br />\r<br />\r情報が不正確だと言うことは、判断を誤ると言うことです。<br />\rでは、情報がどこからくるのか聞いてみました。全ての情報は「指令」や「CTC」と呼ばれるところからくるようです。少なくとも駅員が情報を入手する情報はここのようです。と言うのも、電光掲示板と機械放送による情報の入手先は駅員も正確に把握していないようです。（同様のことはJR西の電話担当にもいえます。）','ちょっとお偉い目の駅員によると、それぞれが示す情報の違いの原因を聞いてみました。\r<ol>\r    <li>お客様の乗り降りの時間によって遅れが異なってくる </li>\r    <li>列車の遅れを手入力しているケースがある </li>\r</ol>\r<p>しかし、これは嘘です。この情報を知らなければ列車の運行管理などできないはずです。列車がどこにいるのかを正確に把握していないと列車の運行管理はできませんからこれはできているとして、次に列車のダイヤも運行前にできているのでこれもわかっているはずです。と言うことは何分遅れているか正確に割り出せない時間は列車が止まっているときだけになります。<br />\r最初に事故で止まって動かないときは事故の現場検証などがあるので、そのかかる時間によっては正確に割り出すことは難しいでしょう。でも目安は出せると思います。また、その状況も電光掲示板に表示できるはずです。<br />\rでは、乗り降りの最中の停車はどうでしょうか？特急や始発でもない限り止まっている時間はたかだか1～2分ぐらいです。と言うことは誤差は1～2分以内に収束できると考えられます。</p>\r<p>もし、運行管理がきちんとできていなくて遅れがわからないとすれば、それは殺人システムになります。<br />\rいつ事故が起こってもおかしくありません。<br />\r電話担当に、何分遅れているか把握できないと言われたので、「じゃあ、殺人システムを作っているのか」と問い合わせたところ「そうではありませんが、わかりません。」と言われました。</p>\r<p>やろうと思えば、電光掲示板も音声案内も係員もＷＥＢの情報も最新の情報を入手できるはずです。<br />\rそれをしないから、一番正確な遅れの情報を持っているのは係員と言うことになります。<br />\r(実は係員もわからないときがあって、そういうときは信号機を確認してました。とほほ...)</p>\r<p>遅れの原因には、ＪＲ要因のほか天災や他者要因もありますが、顧客のことを考えるシステム作りをしていればこの程度のことはすぐにわかるはずです。<br />\rわからないと言うことは、顧客の利便性よりも自社の利益を優先していると言うことです。<br />\rしかし、ある意味競争相手がなく利便性を下げても顧客が離れられない路線では、正しい判断なのかもしれません。<br />\r顧客が苦情を言おうとも困るのは対応する末端社員だけで、経営陣には何の痛みもありませんし、対応すればそれだけの費用がかかるので利益が減りますから...料金を値上げするだけです。もしくは何らかの理由付けで税金投入か、不採算路線の切り捨てでしょう。</p>\r<p>我々には耐える道しか無いのでしょうか？</p>',1,3868,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:48','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060216_yahoo_auction',3,0,'2006-02-16 23:49:17','ヤフオク代金、他人に払わせる新手詐欺',null,'<p><a href=\"http://kyushu.yomiuri.co.jp/news/ne_06021530.htm\">ヤフオク代金、他人に払わせる新手詐欺</a>があったようだ。</p>\r<p>どの様にして、茨城の一室に届けられたはずの株主優待券を手に入れたか不明だが(郵便がくるのを戸外で待ってた？)、頭の良いやつっているんだなと感心。</p>\r<p>ヤフーはいつも通りの対応だなと、これも感心。<br />\rヤフーの態度に腹を立てて裁判に訴えるあたりは共感した。<br />\rさらには、ヤフーと問題が起きたときには、 </p>\r<blockquote>サービスまたは本規約に関連してYahoo! JAPANとユーザーの間で生じた紛争については東京地方裁判所を第一審専属管轄裁判所とします。</blockquote>\r<p>となっていたと思うのだが、東近江簡裁に行くあたりの強気さがすてき。</p>\r<p>今後の裁判の行方が楽しみです。出来れば、ヤフーの責任範囲の拡大を裁判所でお願いしたいです。</p>','',1,4147,0,2,'0000-00-00 00:00:00',1,'<a href=\"http://kyushu.yomiuri.co.jp/news/ne_06021530.htm\">ヤフオク代金、他人に払わせる新手詐欺</a>',0,1,1,0,0,'1999-11-30 00:00:06','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060218',3,0,'2006-02-18 09:40:00','モンスター増加の原因(Lv.55)',null,'<p>最近、使いっ走りのクエしかやってない...<br />\r\nジュレアの使徒 レインモスの使いっ走りはそこそこに儲かるのだが...飽きた。</p>\r\n<p>以前からちょっと興味があった魔人の血を使うクエストに挑戦しよう！<br />\r\nバザーで赤血（魔人の血：時価135万kron）を買って、ギルド協会事務所長に会う。<br />\r\nしかし、クエストが無い！んー前提クエストがあるようだ...</p>','<p>仕方がないから、「英雄の末裔」をする。<br />\r\nすると、でてきた「モンスター増加の原因」クエスト。ふむふむ、なになに？</p>\r\n<p style=\"margin-left: 40px;\">モンスター増加の原因～魔神の血～新しい伝説の始まり</p>\r\n<p>続いて、以前デビルのマップで取ってきてあった、「封のされた報告書」のクエも続けて...<br />\r\n魔神の血の分析～魔神の血の分析結果～魔力の侵食～魔神復活の兆候</p>\r\n<p>このクエ、わざわざブリンの盗賊ギルドまで行かされたあげく、報告書を持ったやつが途中で行方不明だと！<br />\r\nそもそも、何でこのマップを通る必要があったんだ？疑問を隠せず1：1で ローグの kou に質問を...</p>\r\n<p style=\"margin-left: 40px;\">くろねこ:「ねね、ローグってばか？」<br />\r\nkou0822:「なんで？」<br />\r\nくろねこ:「ブリンからエスネに報告書運ぶのにデビル通ってるんだけど...」<br />\r\nkou0822:「(≧ｍ≦）ぷっ！」</p>\r\n<p>まあ、無事に重要書類はくろねこが届けました。</p>\r\n<p>さあ、次はガバルツに石拾いだ！</p>',1,2657,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:49','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060218b',3,0,'2006-02-18 18:42:44','ガバルツで石拾い(Lv.55)',null,'<p>本日はガバルツで石拾い。</p>\r<p><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060218b_1.jpg\" alt=\"\"><br />\rこのクエはハイドリアンさんのブログでも書かれていたので集めるものはばっちり。<br />\rクエストに必要なアイテム赤血を買って(135万kron)、事前に「魔人の血の分析」を済ませておいた。</p>','<p>手伝ってくれたのは同じ PT の ☆ｽﾀﾝﾘｨｰ☆ と、サブキャラの PT の kou0822 さん。<br />\rくろねこは達はレベル 55 前後。三人ではかなりきつい。<br />\rやはり、死んだ～。くろねこが死んで帰ってくるまでの間に kou が、今度は kou が帰ってくるまでの間に ☆ｽﾀﾝﾘｨｰ☆ がと次々に...<br />\rしかし、おかげさまで B1F とその下の B2F の石は集まりました。<br />\rあと、石集めが終わりかけて戻ろうとするときに、道に迷って アレレレ!?(・_・;?<br />\rもうすぐ、出口のはずなんだけど...<br />\rと思ってたら、横に突然わいた ボス！ニグレック これでもかと言わんばかりに 3人でボコボコに...<br />\rあわてたおかげでSSを取り損ねました...<br />\rドロップしてくれたのはクレリックの帽子とローグの兜ぐらいで、肝心の魔人の血（黄）はありませんでした。<br />\r(〒＿〒)ウウウ</p>\r<p>以下は、石拾いクエのSSです。<br />\rB2F完了報告<br />\r<img width=\"350\" height=\"230\" src=\"http://www.blackcat.xyz/images/articles/xo060218b_2.jpg\" alt=\"\"><br />\r<img width=\"350\" height=\"230\" src=\"http://www.blackcat.xyz/images/articles/xo060218b_3.jpg\" alt=\"\"><br />\rまた行けってか？<br />\r<img width=\"350\" height=\"230\" src=\"http://www.blackcat.xyz/images/articles/xo060218b_4.jpg\" alt=\"\"><br />\rはいはい、わかりましたよ～。用意するものはこれですね。<br />\r<img width=\"350\" height=\"230\" src=\"http://www.blackcat.xyz/images/articles/xo060218b_5.jpg\" alt=\"\"></p>',1,2588,2,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060220',3,0,'2006-02-20 00:43:13','果汁100％ アコライトに転職(果汁 Lv.31)',null,'<p>やっとこさ、サブキャラの「果汁100％」が転職を迎えることになりました。</p>\r\r<p>kouさん、いつもレベル上げありがとう。<br />\rレベル11の頃からほとんどkouさんのおかげで Lv.31 になりました。</p>','<p>転職のために、くろねこのPT の mary☆ さんと ☆ｽﾀﾝﾘｨｰ☆ がそれぞれサブキャラで駆けつけてくれました。<br />\rさあ、転職だ！SSの準備OK？<br />\rと用意をした後、モルディアンに話しかける...<br />\r会話が終わっても転職できない...なぜ？...<br />\rそこでみんなが、「武器はずした？」そうでした。武器をはずさないと、転職できないのでした...<br />\rでも、靴と手袋はなぜかゼニアン専用が装備されててものチェックなので、今まで付けてなかったこの二つをわざわざ買って装備してきたのでした。<br />\rで、改めて武器をはずしてモルディアンに話しかける...<br />\rで、ここで重大な過ちを...<br />\r☆ｽﾀﾝﾘｨｰ☆がカウントダウンを始めてくれていたのに、「3」の段階で最初の会話のボタンをクリック...<br />\r転職してしまいました...<br />\r(゜∇゜ ;)エッ!? 2枚目の会話のウィンドウボタンじゃないの！！</p>\r\r<p>めちゃめちゃショックでした...</p>\r\r<p>気を取り直して、転職祝いで図書館に遠征を...</p>\r\r<p>一匹目のゴブリンを倒したところで、mary☆ さんのサブキャラが一気に 3 レベルアップ!!!<br />\rさすが図書館、さすがレベル 1 です。<br />\rそのご順調にレベルアップを続け、5、6 匹で 10 レベルになりました。</p>',1,2880,3,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060221',3,0,'2006-02-21 01:55:37','ロストでぼこぼこに(Lv.55)',null,'<p>今日は果汁の PT メンバの leota さんが久々に in して初対面。</p>\r<p>leota さんは レベル47 だったのですが、まだ「知恵の書」を取ってなかったのでロストに行ったことがなかったのです。<br />\rしばらく leota さんがいない間に、kou さんにガディ攻略法をくろねこがちょこっとレクチャーしたところ、くろねこ以上にとりまくり！んー、かなりはまったようです。<br />\rくろねこ、結構ガディさんに会うことがつらく、また会ってもドロップしてくれないとかが多いんですけど...<br />\r結構、kou さん勘が鋭くポイントが結構ヒットするんですよね...</p>\r<p>で、話を leota さんに戻して、kou さんが持っていた無文を知恵の書に交換、ブリンで Lv.35 の職業クエを受けることに...</p>','<p>leota さん、結構天然なのかやらかしてくれました。<br />\r戦士長 ユパインから受けるクエストは...</p>\r<ol>\r    <li>ヒトリオンの原料となるハイドリンを30個集めてユパインに渡す &rarr; 呪われたヒトリオンができる</li>\r    <li>モルディアンに呪われたヒトリオンの呪いを解いてもらう &rarr; 呪いを得のに知恵の書が必要</li>\r    <li>呪いの解けたヒトリオンをユパインに届ける</li>\r</ol>\r<p>手はずなのに、どういう訳か呪われたヒトリオンを倉庫にしまってしまったらしい。<br />\rで、そのままクエを続けたらしく、おかしな展開に...</p>\r<p>先にくろねこはロストで待機してたのですが、なぜか死んでしまう羽目に...<br />\rくろねこ、レベルが低くて真ん中のマップでも2匹が限度なのですが、二匹を倒して疲れ果てたところでニンニンに見つかり安置に逃げ込む...</p>\r<p>ここまではよかったのですが、その途中でくろねこを追いかけてきたニンニンがアコの方に、で助けようと戻ったら一緒に死んでしまいました...<br />\r(≧◇≦)乂ダメダメッ!<br />\rその後、よくご一緒させていただいている、蒼猿さんデヴァイスさんの PT とご一緒させていただき、最終的にグリと対決に...<br />\r<br />\r無謀でした...<br />\r<img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060221_1.jpg\" alt=\"\"><br />\r結局、この日待ち時間に1回と、グリへの特効で4回計5回戦闘不能になりました。((((*￣ー￣*)&dagger;~~~</p>',1,2721,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060222_clean_room',3,0,'2006-02-22 22:12:56','クリーンルームにはホコリはない？',null,'<p>パソコンはホコリがたまりやすい。</p>\r<p>くろねこが働いている工場でも、パソコンは数多く使われている。<br />\rたくさんあるので、情報システム部でもパソコンを修理してくれる方が二名ほど常駐しておられる。</p>\r<p>今日、パソコンの修理担当の方がうがいをしていたので、<br />\r&nbsp; くろねこ:「やっぱり空気が悪いですか？」<br />\r&nbsp; 修理担当:「ほこりっぽいですね、のどにホコリが詰まるような感じが...」<br />\r&nbsp; くろねこ:「ホコリまみれのパソコンを持ってきて、掃除機でがーやってますもんね...」<br />\r&nbsp; 修理担当:「いつも積極的に部屋をホコリまみれにしてますよ！」<br />\r&nbsp; くろねこ:「ところで、クリーンルームにもパソコンはあるんですか？」<br />\r&nbsp; 修理担当:「たくさんありますよ」<br />\r&nbsp; くろねこ:「クリーンルームのパソコンは？」<br />\r&nbsp; 修理担当:「他のより少ないですけど、たまってますよ。」<br />\r&nbsp; くろねこ:「クリーンルームでも！？クリーンルームっていったい...」<br />\r&nbsp; 修理担当:「パソコンはいいですけど、設備もホコリで壊れたりしますからね。」<br />\r&nbsp; くろねこ:「パソコンは電気が流れて、ホコリがたまりやすくなってますからね...」</p>\r<p>しかし、そんなので良いのか、クリーンルーム！？<br />\rふつう、半導体工場のクリーンルームって無視できるほどホコリがないものだと思ってました。</p>','',1,3762,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060223_au_w41t',3,0,'2006-02-23 12:16:36','au の W41T ビートブラックはいつ出るんでしょうか？',null,'W41T ビートブラックがでない...<br />\r<br />\rau の W41T が 11 日に発売されてから 2 週間がすぎようとしている...<br />\r何で黒だけでないんでしょうね<br />\r様子見？もしくは他の色の一段落したところでそのラインで製造しているのかな？<br />\r<br />\r別に白でもよかったんだけど、黒を待ってみたら思ったより待たされてる。<br />\rW41T と W41H どっちでも良い気もしたけど、とりあえず今のところは W41T。<br />\r<br />\r別に W41T の方がかなりいけてると言うわけではない。どうも H が信用できないと言うか安心できない。<br />\rいま W11H 何だけどその前に使ってた A5501T の方が壊れにくかった。<br />\rH は 中身が CA だからなのかな？両社の出荷数合計しても T に追いつきそうな雰囲気が感じられない。<br />\r<br />\r今回の W41T の良いところ...<br />\r<ol>\r    <li>500MB マスストレージに対応なので、500MB USBメモリの代わりに使える </li>\r    <li>300万画素のカメラ </li>\r    <li>驚きの長時間動画撮影</li>\r</ol>\r悪いところ<br />\r<ol>\r    <li>4GB の HDD のマスストレージに対応部分とそれ以外サイズが固定で変更できない </li>\r    <li>マスストレージが暗号化されていない。&rarr; 企業で使えない </li>\r    <li>PCサイトビューア非搭載 </li>\r    <li>PCドキュメントビューア非搭載 </li>\r    <li>分厚い </li>\r    <li>おさいふ携帯非対応</li>\r</ol>\r上から順にくろねこなりの優先順位があるんだが、いまいち使えない雰囲気が醸し出されている。<br />\rかといって高機能の H のワンセグ対応が必要かと言われれば、不要。<br />\rデータフォルダの動画ファイルが再生できるならほしいかも...でも使いそうにない。<br />\r他の機種と違ってワンセグにしか対応してないところが、残念かも。<br />\rどの程度の放送がワンセグに移行してくるのかわかっていないから、アナログに対応していないと不安があります。<br />','本日、最寄りの au ショップに確認の電話を入れたら、W41H は15日に発売開始されたらしいです。 W41H と同時期とも言われていた W41T ビートブラック 予想は見事に外れて、今月でないかも...',1,4366,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060223',3,0,'2006-02-23 12:19:29','二度目のガディさんドロップをゲット(Lv.55)',null,'<p>いつもは焦って SS が取れない ボス。</p>\r<p>今度ガディさんに出会ったら、絶対一緒にSSを取るんだと思いつつすでに10回くらいになるが、会ったらその瞬間に頭から抜けてました。<br />\r本日(02/23 11:10)、ガディさんに遭遇！</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/xo060223_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"355\" src=\"http://www.blackcat.xyz/images/articles/xo060223_1.jpg\" alt=\"\"></a></p>\r<p>ドロップは石版3と魔術辞典でした。アコの&isin;ユデぃ&ni;さんが居たので、石版をはずして魔術辞典をゲット。そのまま狩りを続けていたら、&isin;ユデぃ&ni;さんは死にかけたのに何も取れなかったと...<br />\r他の誰も石版を取ってないと！？<br />\rじゃあ、誰が取ったんでしょうね。</p>\r<p>ガディさんを倒してしばらくしたときのSS、くりおさんもカリスマさんも取ってないならあとは、写ってる女性ファイター？</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo060223_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo060223_2.jpg\" alt=\"\"></a></p>\r<p>最近、取った瞬間ログアウトな人増えてるんで、まあ誰がとっても良いんですけどね。</p>',1,3400,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo060223_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060223_2_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060225_food_security',3,0,'2006-02-25 19:29:32','身近な食の安全について考える',null,'<p>近くの小売チェーン店にこの管理で大丈夫なのか？と思われるところがある。<br />\r要冷蔵の食品を冷機に保管していない管理となっている。</p>\r\r<p>このことについて、以前市の保健所にメールを出したがなしのつぶてである。<br />\r行政の不作為は罪であるというのに、何の対応もされないまま2年以上の月日が流れている。</p>','<p>不謹慎な話ではあるが、このチェーン店を利用している消費者で集団食中毒などが発生すれば、行政の対応も変わるのであろうか？この際にはこのチェーン店の衛生管理における責任はもちろんのことだが、市の保健所も管理責任を問われるべきである。嫁にはこのチェーン店を利用しないよう指示しているのだが、安さに負けて利用しているようだ。<br />\r<img alt=\"うどんが冷気の前に...\" src=\"http://blog.blackcatlab.com/images/gene/grl_0002.jpg\" width=\"500\" height=\"375\" /><br />\r<img alt=\"そばも...\" src=\"http://blog.blackcatlab.com/images/gene/grl_0002.jpg\" width=\"500\" height=\"375\" /></p>\r\r<p>あまり行かないので知らないが、夏になると製造日の当日の牛乳も陳列されていそうだ。<br />\r（以前アルバイトしていた別のチェーン店では、夏には衛生上の問題点があるため、製造日当日の牛乳を陳列してはいけない規則になっていた。要冷蔵の商品は冷機のエアカーテンの外側には陳列してはいけないことになっていた。）</p>\r\r<p>今後とも何事もなければよいが、このような悪質な企業が存在することで自分の健康が損なわれる可能性があるかと思うとぞっとする。</p>',1,2954,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:13','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060226_site_access',3,0,'2006-02-26 19:30:27','サイトのアクセスを最大限に！',null,'<p>サイトのアクセス数を無条件に増やせる方法ではありません。<br />\rアクセス数を増やすのは、やはりなんと言ってもコンテンツのとその表現力でしょう。<br />\rくろねこも毎日見るサイトもあれば、必要なときにだけみるサイト、一回見たらもう二度と行かないサイトなど様々です。</p>\r\r<p>毎日見るサイトはニュース系のサイトや検索サイトが多いです。検索サイトは必要なときにだけ見るという表現もできます。<br />\rこの類のサイトは見るときによって情報が変わっていく新しさを持っています。また、新しいだけでなく見る人に有益な情報を与えてくれます。ここで言う有益とはお金が儲かるとかそういう直接的なことだけでなく、好奇心を満足させてくれる物見ていて楽しい物なども含まれます。<br />\r毎日ではありませんが BIGLOBE などの無料で動画を配信してくれるサイトも定期的に見ていたりします。このようなサイトもこのカテゴリに含めても良いと思います。</p>\r\r<p>次に、必要なときにだけみるサイトには、そのサイトに必要なものがあることが多いです。<br />\rいろんなツールがある「<a href=\"www.vector.co.jp\">Vector</a>」や、オンラインショッピングの「<a href=\"www.rakuten.co.jp\">楽天市場</a>」や「<a href=\"http://www.amazon.co.jp\">amazon.co.jp</a>」など。<br />\rそれぞれほしい物があるときに、ダウンロードや買い物ができるサイトに行く感じです。</p>\r\r<p>最後に二度と行きたくないサイトは、サイトを見たらエラーが多発するサイト(IEの設定にもよりますが、大手でも多いです)、検索サイトで検索したけど引っかかる用語と全く違う内容が表示されているサイト、何が書いてるかわからないサイト、フィッシングサイトなどですかね。</p>\r\r<p>残念ながらくろねこのサイトには、毎日変わるような新しさはないですし、良い物があるわけでも、おもしろい記事があるわけでもないのですが毎日100～200人くらいの人が来てくれているようです。<br />\rくろねこは文章を書くのが苦手なので、がんばって書いてるのでブログも書き始めてから、公開まで2～3日かかっていることもしばしばあります。書いてからも日本語の間違いなどに気づいてなおしたりしているときもあります。</p>\r\r<p>でも、書くからには見てもらいたいと言う人は多いと思います。<br />\r良いことを書いていても、あまり人に見てもらえてないと言う人もいるかもしれません<br />\r人がこない＝悪い内容となるかというとそうでもないかもしれません。最近のブログですとトラックバックなどでリンクを飛んでくる人もいるかもしれませんが、やはり検索サイトで検索してページに訪れる人も多いと思います。<br />\rでは、検索ページで自分のサイトを引っかかり易くするにはどうすればいいでしょうか？</p>\r\r<p>こんなサービスがありました。google では <a href=\"https://www.google.co.jp/webmasters/sitemaps/\">google sitemap</a> と言うサービスがあって、自分のサイトのページをくまなく探してくれるように指示することができるようになります。また、検索されたくないページがあった場合にも、検索されないようにする方法が示されています。</p>\r\r<p>また、同じような内容を書いたページでも、ちょっとキーワードを考えてみると検索ページの上位にアップさせることができるかもしれません。そんなキーワードを教えてくれるのが、キーワードアドバイスツールです。<br />\rキーワードアドバイスツールもいくつかあるようで、<a href=\"http://www.muryoutouroku.com/free/free06.html\">キーワードアドバイスツールプラス</a> や <a href=\"http://inventory.jp.overture.com/d/searchinventory/suggestion/\">キーワードアドバイスツール</a> が google で上位になっていました。<br />\rどちらも同じように使用できますが、キーワードアドバイスツールプラス さんの方には使い方が丁寧に動画で示されていたので、こちらを見てみるのが良いかと思います。</p>\r\r<p>くろねこの場合で試してみると、最近くろねこはオンラインゲームの「ゼネピックオンライン」について、くろねこのイベントについて書いています。また、公式ページや攻略サイトへのリンクがリンク集にあります。<br />\rキーワードアドバイスツールでゼネピックを試してみると、「ゼネピック 攻略」や「ゼネピック ブログ」そして「ゼネピック 裏技」などが上位に表示されています。これらのキーワードを含むようにページの内容をちょっとアレンジしてあげると、もしくは攻略内容や裏技などを書いてみると、みんなはこのキーワードで検索するので検索ページで引っかかるかもしれません。もしかしたらここの「ゼネピック」がゼネピックの情報を求めて検索した人に引っかかるかもしれません。<br />\rもしおられたらカテゴリ一覧からゼネピックオンラインのカテゴリを選んで読んでください。</p>\r\r<p>みんなに読んでもらいたい記事ができたら、上に書いた二つの方法を使ってアクセス数をページの持てる能力の最大にアップしてみるのも良いかもしれません。でも、一番重要なのはあんたのかいた内容ですから～～～～ぁ！。</p>\r','<p>ゼネピック、裏技かどうかわからないのですが、経験値アップの課金アイテムがオフ時間の間に切れてしまったら、次にログオンした際に、すぐにオフして再度ログオンしてみてください。たまに戻っているときがあるみたいです。この前サブキャラでバザーしようとしてやめたときに気づきました。もう治ってると思っていました。まだたまに発生するみたいです。【何かあっても責任は持てませんのでよろしく！】</p>\r',1,4828,0,0,'0000-00-00 00:00:00',0,'<a href=\"www.vector.co.jp\">Vector</a>\n<a href=\"www.rakuten.co.jp\">楽天市場</a>\n<a href=\"http://www.amazon.co.jp\">amazon.co.jp</a>\n<a href=\"https://www.google.co.jp/webmasters/sitemaps/\">google sitemap</a>\n<a href=\"http://www.muryoutouroku.com/free/free06.html\">キーワードアドバイスツールプラス</a>\n<a href=\"http://inventory.jp.overture.com/d/searchinventory/suggestion/\">キーワードアドバイスツール</a>',0,1,1,0,0,'1999-11-30 00:00:44','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060226',3,0,'2006-02-26 21:38:55','イソッチを探せ！大かくれんぼ大会(Lv.57)',null,'<p>イソッチを探せ！大かくれんぼ大会...結局参加しませんでした。</p>\r<p>その前までは、出ようかなっと準備していたのですが、<br />\r20：10まで嫁が寝てて20:55～晩ご飯。<br />\rイベントは21:00～<br />\r一回、19:20に起こしたんですけどね...<br />\r晩ご飯のときに21:00～イベントなのに～って、言ったら逆ギレされました。<br />\r「自分の都合だけで..」と<br />\rどっちが自分の都合なのでしょうか？</p>\r<p>21:15～ゼネピックに復帰したのですが、バザーで売られているアイテムがイソッチチョコ！<br />\rしかも効果は大豆と同じHP回復+10000。いらねぇ～。装備できるやつがほしかった...</p>','',1,2612,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060303_w41t',3,0,'2006-03-03 18:20:26','やっと W41T 発売！',null,'<p>3/3 やっと待望の au W41T 黒が発売された。</p>\r<p>他のカラーは 2/10 発売であったので、約1ヶ月遅れだ。<br />\r買ったところなのでまだあまり操作がわかっていないが、前の携帯に行っていたアラームなどの設定を行っていく。<br />\rこの前に使っていた機種は W11H なのであるが、その携帯端末から電話帳が一部分しか取り出せないという不具合に遭遇し、W41Tには先頭 18 件しか電話帳が移らなかった。</p>\r<p>W41T を手にしてみたが、液晶の画素欠けもなくまたカメラの画素欠けも見つからなかった。<br />\r携帯は画素欠けが少ないのだろうか？見たことがない。携帯ショップの店員に聞いても、あまりないという。以前ドコモの機種で見たことがあるとか。でも修理してくれるとのこと。PC の液晶モニタも画素欠けあれば故障扱いすべきだと思うが。</p>\r<p>W41T 黒がきれいなのだが、細かい傷が付きやすい。首から試供品のネックストラップで掛けていたら表面に無数の小さな傷が...</p>\r<p>W41T を購入すると、東芝のユーザーズサイトから「大塚愛」の着うたフルが 3 曲ダウンロードできる。<br />\r早速ダウンロードしてみた。あまり音楽を聴くことがないので、たぶん次の機種を買うまでにこの携帯にたまる音楽はこの曲を含め両手ぐらいなんだろう。</p>\r<p>着うたフルであるが、au Music Port で管理できる。また、携帯でダウンロードしてると通信料がすぐに最大に達してしまうが、4月から PC でダウンロードして、携帯にアップできるようだ。<br />\r定額まで使用しないユーザにとってはおいしいかもしれない。</p>\r<p>使いにくい点も見つかった。マスストレージ機能があるのだが、専用スタンドにおいてUSB接続した後に携帯側で操作しないと認識されない。専用スタンドが必要と言うところと、携帯で操作しないといけないと言うところが面倒だ。</p>\r<p>今は、W41T のメリットを生かすべく、両耳にかけれるブルートゥース付きのヘッドフォンを探している。</p>','<p class=\"add\">06/03/06 追記<br />\rマスストレージ機能ですが専用スタンド(クレードル)が必要ではないようです。<br />\rau ショップを通じて au に確認したところ、USBケーブル WIN で接続すると、マスストレージ機能が使用可能だということでしたので早速注文してきました。<br />\rこのとき、メニューも変わるようで、「データ通信」か「データフォルダ」を選ぶ画面が出るかもしれないと言うことでした。一つ確認し忘れたことは、このケーブル接続前にドライバが必要とのことですが、データ通信に使用しない場合でも、ドライバのインストールが必要なのかどうかということです。<br />\rこれは、また注文したケーブルが届いたら確認してみたいと思います。<br />\r<br />\rしかし、PCサイトビューアはほしい。</p>\r<p class=\"add\">06/03/10 追記<br />\r注文していた USBケーブル WIN が届いた。このケーブルは公式にはドライバが必要なのであるが、データ通信ならいざ知らず、マスストレージ機能にそんなものが必要かと疑いが隠せなかった。<br />\rそこで実験してみました。まずそのまんまつないでみました。他の携帯ですと、つないだ際にau電話機側に専用のメニューが出るようですが W41T は出ませんでした。また、PC上は W41T が接続されたとはするのですが、ドライバがないためそれ以上先には進めませんでした。<br />\rそこで、ケーブルをつないだ状態で、後からau電話機側のハードディスクメニューでマスストレージ接続中の状態にしてみました。するとドライバなしでもマスストレージ機能を利用することが出来ました。<br />\r手順的には au電話機側のハードディスクメニューでマスストレージ接続中にした状態で、接続してみても問題なく接続できました。<br />\rデータ通信ではなく、マスストレージ機能を目的に使用する場合についても説明書に記述がほしいですね。<br />\rちなみに W41T 電話機側、ケーブル側 どちらにもこの機能についての説明はありません。</p>',1,4970,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060304_white_kerosene_sea',3,0,'2006-03-04 09:57:06','家の中が灯油の海に',null,'<p>家の中が灯油の海になりました。</p>\r<p>灯油がなくなったので、電動ポンプで入れながら部屋が汚いのに気づいて、掃除機を掛ける。<br />\r電動ポンプがちょっと気になったけど、満タンで自動で止まるだろうと思ったら、止まってませんでした。</p>\r<p>んー、使用上の注意をちゃんと読まないとダメだな～！</p>','',1,4028,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060305',3,0,'2006-03-05 22:58:00','ガバルツに探検に行きました(Lv.59)',null,'<p>行ってすぐにボスとご対面できました。</p>\r<p>ドロップ品には魔神の血（黄)はなく、クリック・スカウター・ナイトのLv75兜がそれぞれ出ました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060305_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo060305_1.jpg\" alt=\"\"></a><br />\rでも、その一時間後にはくろねこは死亡して、エスネから戻ってくることになりました。</p>','<p><img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo060305_2.jpg\" alt=\"\"><br />\r行く前のお昼過ぎにはレベルアップが出来ました。<br />\rでも、浮いちゃってレベルが下がったので、砂漠でもう一度レベルアップです。<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo060305_3.jpg\" alt=\"\"></p>',1,2943,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo060305_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060306_I_thought_because_I_walked_in_the',3,0,'2006-03-06 22:59:39','街を歩いていて思うこと',null,'<p>街を歩いていて最も気にかかることは、<em>平和堂前の違法駐輪</em>でしょうか？<br />\r現市長にも前市長にも平和堂にも対策を要求しているが、改善されるどころかますます悪くなる一方である。<br />\r駐輪場が目立たない位置にあるにもかかわらず、誘導の標識がない ＆ 平和堂の警備員があたかも駐輪場であるかのごとく舗道上にきれいに並べている現状、どこから見ても歩道＝駐輪場の図式ができてしまっていることが一番の問題でしょう。<br />\rしかもこの警備員間違ったとことをしているという認識が全くない。</p>','<p>あと、自転車は本来車道を走行すべき乗り物ですが、歩道を我が物顔で占拠しながらベルを鳴らしながら突っ込んでくる人もいる。<br />\r車道を通行していただきたいものだ。しかしながら車道も狭く自転車で車道を走っていると、自動車にいやな顔をされているような気がするのはくろねこだけでしょうか？<br />\r車道だけでなく歩道も狭いんですよね。今の行政の実体として歩道よりもまず車道を優先すると言うのがありそうです。<br />\r道幅もうちょっとましにならんかな。</p>\r<p>車で道を走っていると、滋賀では駅付近以外ではあんまり見かけないのだが、京都あたりを走っていると客待ちタクシーや荷さばき駐車などが多いです。客待ちタクシーは違法行為なので即やめていただきたいが、客待ちタクシーの中でも横断歩道上や交差店内での駐車は最悪ですね。荷さばきは店舗側が荷さばきスペースを確保すべきだと思うのはくろねこだけでしょうか？<br />\r大阪、京都あたりですとホテル付近での観光バスの縦列駐車など「おいおい」と思うことも多々。<br />\r二車線道路などでまっすぐ追い越し車線側を走っていると、走行車線側から駐車の車をよけようとしていきなり突っ込んでくる車があるんだけど、特にタクシーが最も悪質なんだが何とかならんか？<br />\r事故なんかではタクシーのような職業ドライバーはプロボクサーがケンカで拳を使ったら凶器扱いになるみたいに、過失割合を無条件に増やすのもいい手かも！毎日運転しているプロだから路上の危険予測もプロだし、そもそも二種という専用のライセンスをもらってるんだから、周りへの安全も普通の人以上に配慮すべきだと思うのだ。</p>\r<p>駐車と言えばマナーの問題なんだと思うんだけど、総合スーパー(GSM)の駐車場で駐車枠外に止めてる車いっぱいあるんだが、他は誰も気にはならんのだろうか？ただ単にうざいだけなのだが...<br />\r枠外に止めてる車よりももっとおかしいと思うのが、身体障害者用のスペースに止めて荷さばきしている業者。自分側で提供していて自分で決めたルールを守れないのなら、いっそのこと無くしてしまう方がいいのでは？あ、条例などでスペースの確保が決められてるのでしょうか？なんか最近どこかのホテルでありましたよね、偽装問題。<br />\rしかし、JRの女性専用車両と言い身体障害者用の駐車スペースと言い、法の下の平等には反しないのでしょうか？どういった解釈がされているのでしょうか？身体障害者用の駐車スペースは自分がその立場になったときに使用できるという意味では平等なのかな？別に身体障害者用の駐車スペースがあるのがいやな訳じゃないんだが、駐車場がいっぱいなのにそこだけあいていて利用できないムードだけが漂っているのが、なんかもったいない。<br />\r警備員が立っているなら、満車のときには融通を利かせてくれたら良いと思います。公共の道路にコーンをたてて右折できないように交通制御するだけの融通が利くならできると思うのですが。しかし、道路を占有しているのに警察署に占有許可を取ってないのは違法行為なんですが...</p>\r<p>どうすれば、街は歩きやすくなるのかな？考え過ぎなのか？<br />\r食料品と雑貨以外の買い物はほぼネットで済ませるような生活になってきて、なかなか街を歩く機会が減ってきているくろねこですが、気分良く街が歩けるようになるといいなとおもうのであります。</p>',1,3985,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060306_delicious',3,0,'2006-03-06 23:09:42','おいしいもの',null,'<p>何を食べてもおいしいと思えるのは幸せなんでしょうか？<br />\rもし、上記の理由がおいしい物を食べたことがないから、比較対照が無く何でもおいしいと思えるのであれば、おいしい物を食べてないことは不幸じゃないのでしょうか？</p>\r<p>くろねこもお金持ちではないので、高いお店には食べにいけません。<br />\rでも、どうせお金を出すならちょっとでもおいしい物が食べたいと思います。<br />\rたぶんこれはみんな同じことだと思います。</p>','<p>ここからが人によって違うんですが、安ければまずくてもOKと言う人と、まずくても最低条件はクリアしてないとと思う人といると思います。<br />\r安ければ...と言う人にも下限はあると思うのですが、コストパフォーマンスに対する感じ方が違うように思います。</p>\r<p>食べ物でなく雑貨でも、100均商品を買うか普通にメーカがわかるのを買うか、これと同じような気がします。</p>\r<p>くろねこは、100均商品は用途に合わせて買うようにしています。使い捨ての物は100均の比率が比較的高く、永く使える物ほど100均の比率は下がっています。使い捨てでも実は100均の方が高いケースがあるのでちゃんと見てから買うようにしています。</p>\r<p>前に、100均でボールペン3本で105円で販売していました。いくつかかったのですが、使えたのは1/3位でした。しばらく使うとインクが分離して気泡が入ったみたいな感じになって書けなくなったり、ボールからでてくるインクが多かったりで使えないと判断したボールペンが多かったせいです。</p>\r<p>スーパーの文具売り場で一本100円のボールペンを買っても値段的には同じだったので、ボールペンは100均では買わないことにしました。</p>\r<p>食べ物も、何か不満を持って回数を食べるより、たまにおいしい物を食べる方が満足感が得られるような気がします。</p>',1,2823,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:03','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060308',3,0,'2006-03-08 23:26:31','果汁が「聖典を奪ったのは？」クエスト完了！(果汁 Lv.35)',null,'<p>本日サブキャラの 果汁100％ がめでたくレベル35になりました。<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo060308_1.png\" alt=\"\"><br />\r一緒に移ってるのは同じPTでレベル上げを手伝ってくれている kou0822 さんです。</p>\r<p>レベル35と言うことで、武器は「セイクリッドワンド」に変えました。<br />\rちなみに、出来ないだろうなとは思いつつセイクリッドワンドの精錬を試みましたが、選択一覧にも出てこない状態で対象外となっていました。<br />\r挑戦される方は精錬後、セイクリッド化をおためし下さい。くろねこが思うにはたぶん出来ないと思います。</p>','<p>で、かねてより購入しておいた石版3を使った「聖典を奪ったのは？」クエストを実施しました！<br />\r<img width=\"350\" height=\"250\" src=\"http://www.blackcat.xyz/images/articles/xo060308_2.jpg\" alt=\"\"><br />\r<img width=\"350\" height=\"230\" src=\"http://www.blackcat.xyz/images/articles/xo060308_3.jpg\" alt=\"\"><br />\r途中、ローグギルドに行かなければならないのですが、果汁のリターンポイントがブリンに設定してあったのでリターンスクロールを使って一瞬で行って、帰りはギルド事務所からこれも一瞬で帰ってくることが出来ました。<br />\r<img width=\"350\" height=\"230\" src=\"http://www.blackcat.xyz/images/articles/xo060308_4.jpg\" alt=\"\"><br />\r以上で完了しましたが、所要時間は日々鍛錬(アコライト)のクエストと合わせても10分程度でした</p>\r<p>報酬のレルディエプネックレスをもらって、35レベルアップ分のスキルと併せて4上がったことになりかなり強くなったような気がしますが、杖の精錬が全く出来ていないので攻撃力はかなり下がりました。</p>\r<p>あとは、ロストの鍵クエストに挑戦できる Lv45 に早くなりたいですね！</p>',1,2999,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060309_google_desktop',3,0,'2006-03-09 19:28:49','グーグルデスクトップを入れてみました。',null,'<p>とても便利な機能だとかで興味はあったのですが、グーグルにローカル環境のインデックスを作られたらいつの間にかWEBで公開されそうで...<br />\r次の Windows Vista でも同様の機能が搭載されるようで、数ヶ月前マイクロソフトの社員の引き抜きで両社が争ってましたね。</p>\r<p>で、入れてみた感想ですが初回のみ作製されるというインデックスですが、更新内容がWEBで表示されるので精神的に非常につらい。しかもサイト検索と全く同じスタイルなので煽る煽る。</p>\r<p>しかし、インデックスを作るのも検索するのも Windows XP 標準の検索よりかなり早い。(と言うか標準の検索機能が遅すぎると言うべきでしょうか？今までもテキストの検索は遅すぎで待てずに grep で検索していました。)</p>\r<p>Vista に移行するまではこのグーグルデスクトップ検索を使用してみますか...</p>\r<p>幸い今までこの機能で個人情報流出を聞いたことが無いので、バージョンアップ関連以外はローカルの内側で閉じているのだと信じたいところです。</p>','<p class=\"add\">調べてみると過去(2004年)に脆弱性があったようです。<br />\r<a href=\"http://www.itmedia.co.jp/enterprise/articles/0412/21/news013.html\">Googleのデスクトップ検索ツールに脆弱性、アップデートリリース</a></p>\r<p class=\"add\"><strong>0702/26 追記</strong><br />\rまた、脆弱性が見つかったとのことです。<br />\r<a href=\"http://www.computerworld.jp/news/sec/59009.html\">Google Desktopでまたしても脆弱性が発覚――PCの全データが流出するおそれも</a></p>',1,4423,1,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.itmedia.co.jp/enterprise/articles/0412/21/news013.html\">Googleのデスクト',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060310_xoops',3,0,'2006-03-10 21:52:03','XOOPSオンライン状況にゴーストが',null,'<p>WEBアプリケーションってログオフと言う処理をせずにブラウザを終了すると、ある一定時間でセッションを切断するのが一般的だと思っていました。</p>\r<p>しかし、XOOPSのオンライン状況はいつまで経ってもいないはずの人が表示されている...</p>','<p>本日やっと対策を求めてグーグルで検索してみました。<br />\rやはり、本家サイトですでに質問されていました。</p>\r<p>一般設定のタイムアウトとは無関係と書かれていますね...一般設定をいじっても変わらないはずですね。</p>\r<p>消える様になるためには以下の条件を全て満たす必要があるようです。</p>\r<ol>\r    <li>300秒以上経過</li>\r    <li>オンライン状況が表示されるタイミングで1/10の抽選に当たる</li>\r</ol>\r<p>2個目の条件が存在しているので、人があまりこないサイトではゴーストが表示されていたわけですね。</p>\r<p>理由がわかったのでソースコードをハッキングしてみたいと思います。<br />\r書き換えるソースコードは記事中にありました。「/modules/system/blocks/system_blocks.php」です。<br />\rfunction b_system_online_show()の中の書き条件式を削除。</p>\r<pre>\rif (mt_rand(1, 100) &lt; 11) {\r	&#36;online_handler-&gt;gc(300);\r}\r</pre>\r<p>下記のように修正することで、タイムアウトしたエントリは次回表示時に必ず消えるようになりました。</p>\r<pre>\r//if (mt_rand(1, 100) &lt; 11) {\r	&#36;online_handler-&gt;gc(300);\r//}</pre>',1,4748,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060311',3,0,'2006-03-11 22:29:00','ガバルツ探検(Lv.61)',null,'<p>夕方、いつものようにゼネピックを始めてたら、☆ｽﾀﾝﾘｨｰ☆がデヴァイスさんとガバルツに探検に行っていたので、いつもつるんでいるkouさんと一緒に合流することにしました。<br />\r(くろねこは前の石拾いクエが終わってないので、それも出来れば終わらせたかったのですが...)</p>\r<p>合流してしばらくすると、☆ｽﾀﾝﾘｨｰ☆が飯落ち...</p>\r<p>そのまま、探検を続けるとニプルボックスが倒すとローグLv75の帽子が出てきました。うまうま。</p>','<p>さらに警備兵の方でうろついてると...でたぁ！ニグレック。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060311_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"384\" src=\"http://www.blackcat.xyz/images/articles/xo060311_1.jpg\" alt=\"\"></a><br />\r(&uarr;3/10のSS)<br />\r<br />\rニグレックを倒したところで、何か落ちてるかもしれないのでALTキーを押して、まだ召還されたハルラバが残っていたので、その2体を倒す...残ったのは...イステクレブルドベレ。使えないや...<br />\r<br />\r他には何か出てないかと荷物を確認したら、魔神の血（黄）が！！<br />\rめちゃめちゃラッキーでした。くろねこは魔神の血（黄）を手にするのはこれが二度目。<br />\r前のは単についていったというレベルのときに出て、しかもランダムで飛んできただけなので、そのときのPTで一番レベルが高い人に譲っていました。<br />\rなので、今回初めて手にする魔神の血（黄）と言っても良いかも？<br />\r<br />\rさらにそのあと、またまたニプルボックスが！！。でも、二度目は何も落としてくれませんでした。残念。<br />\r☆ｽﾀﾝﾘｨｰ☆ はボスに出会えなくて残念だったみたいですが、そのあと B3F でボスに出会ったようです。</p>',1,2648,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo060311_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:25','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060313_mcafee',3,0,'2006-03-13 17:58:23','マカフィーおまえもか！',null,'<p><a href=\"http://www.mcafee.com/japan/\">マカフィー株式会社</a>がパターンファイルで問題を起こした！そのパターンファイルの番号は 4715 である。</p>','<p>以前にも同様の問題があった。それは 2005/04/23 トレンドマイクロ社によるウイルス対策ソフト「ウイルスバスター」で起きた。<br />\rこのときの内容は、23日午前7時30分ごろ公開したウイルスパターンファイル「2.594.00」により、PCのCPU使用率が100％になるトラブルだった。<br />\r今回はPCが起動しなくなることはなかったが、Excel ファイルなどがウィルスと誤検出され退避されてしまう。<br />\rもしこの問題に気づかず、このフォルダの内容をクリアしてしまったら、重要なファイルが無くなっていたかもしれない。</p>\r<p>トレンドマイクロ社の際に各社チェック体制を見直してはいなかったのか、今回の問題の原因はどこにあったのかまだ公開されていない。</p>\r<p>我々はどこの製品を使えばよいのだろうか？</p>',1,4741,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.mcafee.com/japan/\">マカフィー株式会社</a>',0,1,1,0,0,'1999-11-30 00:00:25','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060314_kakutei17',3,0,'2006-03-14 17:58:23','確定申告＆青色申告完了',null,'<p>ようやく確定申告と初の青色申告が完了しました。</p>\r<p>初の青色申告は、未収金と未払い金に苦しみました。<br />\r丁寧に相談に応じてくださった、ホロンサポートさんと税務署の皆様に感謝します。<br />\rでも聞く人によって言うことが違うんですが、税務署の言うとおりの方法で未払い金と未収金を計算しました。何度も確認したので間違いがないとは思うのですが、本日昨年までの確定申告で間違いがあったので100％間違いがないといえないのが何とも情けないですが...</p>\r<p>確定申告での間違いというのが長期損害保険料控除なのに短期で計算していたので3000円しか控除が受けられていなかったというものです。たしか最初の年に確認した際に短期といわれたのですしたはずだったのですが...</p>\r<p>更正の請求を試みましたが、900円ほどしか返ってこなさそうなので、勉強代と思い請求をしないことにしました。</p>','',1,2874,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060316',3,0,'2006-03-16 00:35:24','マントがもらえなかった(Lv.61)',null,'<p>バレンタインとホワイトバレンタインの両方のクエスト終えたのに...</p>\r<p>マントがもらえなかった...</p>\r<p>くろねこがホワイトバレンタインを、果汁がバレンタインをそれぞれやったので、1キャラで二つのクエストを同時にみたいしていないのが原因です。<br />\r名前から男の子専用、女の子専用のクエストだと思いこんでいたのが敗因でした。</p>\r<p>効果は、力+3/素早さ+3/精神力+3 となんとステータスが+9も増えます。<br />\rこのアイテム運営の悪意か、課金アイテムと同じく譲渡不可属性が設定されていて、バザーも行うことが出来ません。要件を達成したキャラなら1キャラ2枚もらえるので、是非バザーで売っていただきたいところなのですが、それは叶わぬ夢ですね。</p>\r<p>このマントばぐかどうかしらないんだけど、装備した後にもう一度同じ手順を踏むともう1枚もらえるのだ。</p>','',1,2632,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:49','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('winny',3,0,'2006-03-17 07:51:54','Winny がつかえなくなる',null,'最近 Winny がかなり悪者になっていますが、一般メディアの報道は知っているのか知らないのか Winny 自身がウィルスだと報道されているものがあります。\n\n実際には Winny 自身がウィルスなのではなく、その PC に感染したウィルスが Winny を通じて個人情報などの重要なファイルを含むファイル群を交換しているに過ぎないのですが...\nこのウィルスは Winny ネットワークを介して広がっているようで、ウィルスをユーザが実行してしまうことにより感染しているようです。Winny の脆弱性を利用したという話は聞いたことがないです。\n\nそんな中、くろねこが使用しているプロバイダである「ぷららネットワークス」が、ファイル交換ソフトである Winny の通信の完全規制を開始することを決定したようです。\nWinny が完全に通信できなくなることで、Winny が使用していた広帯域が空いてくれればうれしいですが、Winny を使用しているユーザは別の P2P ソフトに乗り換えるだけなのではないでしょうか？\n\nそして、その P2P ソフトを使うウィルスが作られその対策が迫られる...と歴史は繰り返す...そんな気がします。','',1,3632,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('how_many_bug_in_sys',3,0,'2006-03-17 19:13:39','システムにバグはいくつあるのだろうか？',null,'システムにバグはいくつあるのだろうか？疑問に思ったことはありませんか？\n毎月リリースされるマイクロソフトの重要な更新。いったいいつになったらセキュリティホールは無くなるのか？\n考えた人はいないですか？\nシステムに携わっている人、開発している人ならば、自分のプログラムにはいくつバグがあるのか？と考えたことがあるかと思います。\n\nWindows で話をすると今月（2006/03）にマイクロソフトから提供されたセキュリティパッチは 2 件ありました。\n1 件は一番ランクの高い深刻(MS06-0012)、もう1件は上から 2 番目のランクの重要(MS06-0011)でした。(マイクロソフトのセキュリティパッチのランク分けは 4 段階です)\n\n1 件の重大な事件が起こったとしましょう。\n\nしかし、その 1 件の事件の裏には 29 件の軽い事件があり、さらにその裏には 300 件の事件になりかけてる物があるという法則があるようです。\n\n言い換えると 1 件の深刻なバグの裏には 29 件の軽いバグがあり、さらにその裏には対応されない 300 件のバグがあるということです。\n\nこの法則は「ハインリッヒの法則」(1：29：300の法則)といわれています。\n\n保険会社の災害発生確率の分析で、アメリカのハインリッヒという方が分析したらしいです。\n\nくろねこがこの法則を知るきっかけとなったのが、こちらの<a href=\"http://scrapbook.ameba.jp/kyoto-com_book/entry-10008422004.html\">ここらで旬な話を・・・｜もしかしてタブー？情報販売のからくり！</a>からです。\n\nまた、先ほどのサイトにはクレームを言う人は全体の4%にすぎないと言われています。\nそのときには、くろねこのように「ぶーブー」文句を言う人は全体の 4% しかいないのか...\nと思っていただけだったのですが、掲載のようにくろねこの身近なことにたとえてみたところ、恐ろしいことが判明したわけです。\nクレームは言わないと製品はよくならないと思います。本当にその製品を使い続けようと思うのであれば、良い意味でのクレーム(要望)は伝えてあげた方がいいのだと思っています。\n\nWindows の話に戻りますが、今回の 2 件の重大なセキュリティ上の問題の裏には、58 件の軽いセキュリティ上の問題があり、600 件の未対応の問題がある。しかもこの件数はセキュリティ上の問題の今月の対応件数であって、未対応の重要な問題はまだありますし、Windows のバグの件数ということで数えるともっと多いはずです。\n\nミスでできるセキュリティ上の問題の他に、故意に挿入されるセキュリティ上の問題があります。\n過去には Windows にバックドアがあったといううわさですし、今もある可能性は高いでしょうね...\n日本の政府はいつまで Windows ベースで国防などの重要な情報を扱い続けるのでしょうか？\n\nセキュリティ管理とリスク管理はとても重要ですね。','',1,2988,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060317',3,0,'2006-03-17 23:32:00','レベル62になりました(Lv.62)',null,'<p>レベル62になりました.<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo060317_1.png\" alt=\"\"><br />\r(23:32:07 リニアの森で)</p>\r<p>次上がったら武器が変わるので楽しみです！</p>','',1,2286,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('demo_in_france',3,0,'2006-03-18 20:35:24','フランスのデモ',null,'最近フランスで大規模なデモが起きているようですね...\n\nテレビでニュースを見てたらデモの様子を放送をしていました。\n原因を見ていると、「26歳以下の就業から2年以内の者は理由なく解雇できる」ようになったとか...\nちょっとなめなめな法改正ですね...そりゃデモが起きても当然という気がします。\n\nしかし、この法案が成立する背景って何があったのでしょうか？\n日本でもこんな法律が成立するの？という法案が通ったことは過去にいくらでもあるのですが、経過がわからないと今後の対策も立てられないですね。','',1,2383,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060319',3,0,'2006-03-19 21:36:00','レベル63になりました(Lv.63)',null,'<p>レベル63になりました.<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo060319_1.png\" alt=\"\"><br />\r(21:20:39 リニアの森で)</p>\r<p>レベル63なので、武器、鎧、兜と盾が変わるんですが...<br />\rバザーで買ってあった+2のアキペンハンカーを精錬しようとしたら +5 にする際に失敗して、以降もう一度 +5 にチャレンジするときには、12個もゼンストーンを使ってました...とほほ...</p>\r<p>鎧も盾も防具は何もないので、買って精錬しようかと思ってたのですが、いっぱい失敗したのでレアが出るまで取りあえずそのままにします...</p>','<p>今日は昼からずっとリニアでレベル上げをしていたのですが、「ある兵士の日記」が15冊も取れました。<br />\rくろねこのPTは、アイテムの配分がランダムなのですが、今日は珍しく引きが良かった。<br />\r自分が倒しても、PTの仲間が倒してもくろねこに日記が...</p>\r<p>そんなリニアでおもしろい SS が取れました。<br />\r<img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060319_2.jpg\" alt=\"\"><br />\rPTの「グミ嫌い」さんと「ぐみ」さんが並んでいる SS です。いままでぐみさんを見たことは何度かあるのですがこうして並んでSSが取れたのは初めてです。<br />\r公開しても良いと言うことなので、このまま今開催中のコンテストに応募しちゃおうかな～？<br />\r公式の SS じゃないとダメかな？</p>',1,2929,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('w41t_headphone',3,0,'2006-03-20 19:59:13','W41T Bluetooth ヘッドフォンがほしい',null,'<p>W41T は A2DP に対応していないので、音楽用途では一般的な Bluetooth ヘッドフォンを使用することができない。<br />\r<br />\rW41T 用にはパンフレットにも別売と記載されているヘッドフォンがあるのだが、au ショップでは取り扱いがない。<br />\r唯一のその商品は、加賀電子から BTee Music 対応として、ペンダント型 Bluetooth ヘッドフォンが販売されているが、非常にかっこが悪い。<br />\r(同社ホームページでは洗練されたデザインとして売り文句が書いてあるが、どういうセンスなのだろうか？またこの製品は Designed by YAMAHA となっている。)</p>','格好はおいておくとして、その対応プロファイルだが BTee は対応しているが ハンズフリーには対応していない。<br />\rと言うことは、W41T で外部 Bluetooth アダプタを使用しない前提で話を進めると、音楽が聴けて電話もできるヘッドフォンは現在存在しないと言うことになる。<br />\r<br />\rくろねこ的に音楽携帯電話用のヘッドフォンに求める機能は以下の通りである。<br />\r<ol>\r    <li>ハンズフリー通話ができる </li>\r    <li>音楽が聴ける </li>\r    <li>着信時にヘッドフォン側の操作で、通話・拒否ができる </li>\r    <li>待ち受け時にヘッドフォン側の操作で、発信ができる。<br />\r    (前回着信番号、指定番号、) </li>\r    <li>待ち受け時にヘッドフォン側の操作で、曲の選択ができる</li>\r</ol>\r<p>追加の要件として、<br />\r</p>\r<ol>\r    <li>外では携帯電話で音楽が聴ける </li>\r    <li>さらに通話ができる </li>\r    <li>自宅では、PC などの機器から音楽が聴ける </li>\r    <li>もちろん、電話がかかってきたら通話ができる</li>\r</ol>\rこれを 1 台のヘッドフォンで、面倒な操作無しにこなしてほしいです。',1,3247,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060321',3,0,'2006-03-21 23:59:13','転職準備(lv.63)',null,'<img class=\"left\" alt=\"転職準備\" src=\"http://blog.blackcatlab.com/images/xo/xo060321.jpg\" width=\"300\" height=\"650\" />\r\n<p>お出かけから帰ってきてログオンしたら...</p>\r\n<p>「ガバルツ探検行こう」と☆ｽﾀﾝﾘｨｰ☆お誘いが...<br />\r\n結局ガバルツに行かずに形象石を取りに行ったのですが、途中でみんなお食事タイム。<br />\r\n独り抜け二人抜けでくろねこが食事から戻ったときには、mary☆さんが数回浮いてしまって18%もダウン(ノ_＜。)ビェェン<br />\r\n申し訳ないです...</p>\r\n<p>くろねこは、一個もとれなかったのですが、PTメンバから譲っていただいて 4個ゲットしました。<br />\r\nその後、エスネのバザーで 11,000kron で販売していたので、16 個買って 20 個としました。</p>\r\n<p>次は、英魂石がほしいな～</p>\r\n<br clear=\"all\" />','',1,2614,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:49','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060322',3,0,'2006-03-22 01:10:46','ゼネピックで詐欺',null,'<p>くろねこがいつもやっているゼネピックで、突然フレンドのAさんからお話が...</p>\r<blockquote>A さん  :くろねこさんは社会人でしたよね..<br />\rくろねこ:はい<br />\rA さん  :中学生とPTを組まれたことはあります？</blockquote>\r<p><br />\rで始まった会話だったのですが、最初は社会人だけでPTが話が通じて良いなと言う趣旨だったのですが、RMT の話になりよくよく話を聞くと課金アイテムと通常のアイテムのトレードにおける詐欺を、PTのメンバがやっているのだと聞かされました。<br />\r（ゲーム内での高額アイテムを餌に課金アイテムを要求して、アイテムを渡さずログオフと言うところでしょうか？） PTのメンバとして注意はしたのですが、話をはぐらかして聞いてくれないと、悲痛の叫びが...(ノ_＜。)ビェェン</p>','<p>くろねこは RMT 自体にそんなに問題を感じていないのですが &larr;問題？<br />\rRMT をするために BOT 行為やチートを行う方がいらっしゃるのでそちらの方が問題かなと感じています。<br />\r<br />\r個人の主観ですが通常、RMT をする理由としては、<strong>引退するときにせっかく育てたキャラクタ(取ったアイテム)を、このまま消してしまうのはもったいない</strong>と言う理由や、お小遣い稼ぎ？と言う理由が多いと思いますね。<br />\r<br />\rBOT や チートする人は RMT で生活しておられる方が多いと思うので、ゲーム内のお金がインフレして必要なアイテムが非常に高額になったりしてゲームバランスが壊れてしまうので、運営側に対応していただきたいと思います。<br />\r<br />\r詐欺は、ウルティマオンラインなどですと日常茶飯事に行われているので、運営会社でも注意が呼びかけられていますがゼネピックでは全然ありませんね。<br />\r<br />\rゼネピックの課金も一種の RMT だと思っていますし、そもそもシステム適にプレゼントができるようになっているのが、RMT を助長し、課金アイテムと通常のアイテムが安全にトレードできないことが、詐欺をしやすくしていると思います。<br />\rでは、課金アイテムが通常のアイテムのように自由にトレードできるようになればいいのかと言うと、そうするとまたゲームバランスが崩れてしまうと思うのですね。課金無しではプレイできなくなりそうです。<br />\r(PT内やフレンドなど親しい間柄でプレゼントしあうのは問題を感じないのですが、「課金課金くれくれ」はちょっといやになります...)<br />\r<br />\r<em>課金とトレードする方は詐欺の可能性を疑って、詐欺をされても自己責任で</em>行うしかないと思います。<br />\r<br />\rだって、ちょっと考えたらわかるじゃないですか、あやしいって！<br />\rあくまで、「システム的には≪プレゼント≫であって、≪トレード≫ではない。」と言うことですね。<br />\rでも、詐欺を行った者を放置しても良いと言うことではないので、運営会社を通じて警察に届けることがよいかと思います<br />\r<br />\r<em>みなさん、詐欺には気を付けましょう！</em></p>',1,4100,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:13','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060322_windows_vista',3,0,'2006-03-22 19:14:34','Windows Vista が延期？',null,'<p>せっかく今年中に Windows Vista が手にはいると思っていたのに、入らなくなった様です。</p>\r<p>前々から&beta;2 がでないとかで「あやしい」という記事はよく見たのですが...</p>\r<p>正式にマイクロソフトから 2007年頭になると発表されたようです。<br />\rWindows Vista Ready もしくは、プレインストール PC に買い換えをねらっていただけに痛いです。<br />\rこうなったら、つい先日こちらも延期が発表された PlayStation 3 でも買ってしまいますかｗ。</p>\r<p>WEB で記事を探してみたのですが、<a href=\"http://japan.cnet.com/news/ent/story/0,2000047623,20099008,00.htm?tag=blogger.cr\">CNET Japan</a> でしか見つけることができませんでした。<br />\r明日には PC Watch や ZDNet Japan でもそのうち記事がでると思いますね。<br />\rどこまで尾を引くんでしょうか？本当に2007年頭にでるんでしょうか？</p>','',1,2803,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://japan.cnet.com/news/ent/story/0,2000047623,20099008,00.htm?tag=blogger.cr\">CNET Japan</a>',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060323',3,0,'2006-03-23 22:25:41','ゼネピックの運営って何してる？(Lv.63)',null,'<p>本日、エスネで RMT のバザーを見つけました。</p>\r<p>魔人の血(青)が 4000 円なのです。[GM]xxx さんが出していたバザーなのですが、その1時間後くらいには某ｗさんも同様の掲示板を...<br />\r[GM]xxx というキャラ名は利用規約違反じゃなかったんでしたっけ？<br />\r会話を自動的に制限できるなら、GM という文字を含むキャラ名を作成時に自動で禁止すればいいのに...</p>\r<p>問合せへの回答はすごく遅いし、それに対して対応してくるわけでもない。<br />\r別件だけど、こちらが運営方法が違法行為だと訴えている件に対しても、それに対し何の弁明も行われない。</p>\r<p>ペリーさん何か反応くれないと、<a href=\"http://www.npa.go.jp/cyber/\">警察庁サイバー犯罪対策のページ</a> か 全国消費者センターに相談するぞ！</p>','',1,2678,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.npa.go.jp/cyber/\">警察庁サイバー犯罪対策のページ</a>',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060324',3,0,'2006-03-24 08:25:41','レベル64になりました(Lv.64)',null,'<p>レベル64になりました。</p>\r<p>レベルアップすると HP と MP が全快するので、もったいなくないようにぎりぎりまで使ってから...<br />\rと思ってたら、SS を取るのを忘れてしまった～＞＜；</p>','',1,2752,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060325_in_mac',3,0,'2006-03-25 18:29:01','マックでピクルスを抜くと！？',null,'<p>今日は近くの帰帆島の矢橋島公園に行きました。今日は前日乗れなかった<a href=\"http://www.gaido.jp/machikado/2005/04/27ya/\">おもしろ自転車</a>に乗るためのチケットを買いに...</p>\r<p>このおもしろ自転車のチケットを大人用と小人用を買いました。<br />\r3歳未満は小人料金が必要と書かれているのですが、係員曰く4歳からということなので一度買った小人用のチケットを払い戻ししていただきました。</p>\r<p>しかし、時間帯が最終の16:00～ の分しかなかったのでしばらく遊んだ後、マックにおやつを食べに...</p>','<p>で食べてたのですが、嫁がおいらたちが自転車に乗っている間に食べる分とか行ってフィレオフィッシュを買いにもう一度レジへ...<br />\rそこで、最近にしては珍しくピクルス抜きを注文したお客さんが居たようです。<br />\rそこで店員が確認しました。「ピクルスとチーズを抜いてもよろしいですか」と、そのあとすかさずお客さんから「いえ、チーズは抜かないでください」と言い返えされてました。<br />\rおいおい、チーズ抜いたら普通のバーガーじゃない...そんなお客さん居ないよ...チーズバーガー頼まずにハンバーガーを頼むでしょ？変な店員も居たものです。</p>\r<p>しかし、他にも居ました変な人。それはうちの嫁です。自転車に乗ってる間に食べると言って買ったフィレオフィッシュ、1つと思いきや3つも買ってました。おいおいさっきせっとたべたでしょ～。</p>',1,3886,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.gaido.jp/machikado/2005/04/27ya/\">おもしろ自転車</a>',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060326',3,0,'2006-03-26 02:42:03','英魂石を取りに...(lv.64)',null,'<p>kou0822 さんと リシェさんと英魂石を取りに行きました。</p>\r<p>今日はとても人が多くて、リシェさんが落ちそうとか言ってましたが、PCのスペックを聞くと 256MB しか積んでないとか...<br />\rそれはダメです。もっとたくさん積んでくださいという感じでした。少なくても 512MB 出来れば 1GB 以上が良いかと...</p>\r<p>結局、英魂石は１個も取れず帰ることになりました。(リシェさんはアコ２の Lv71 の杖がご希望だったのですが、こちらも出ませんでした。)</p>\r<p>途中、行きと帰りに１個ずつ形象石が出たので、こちらはちょっとうれしかったです。</p>','',1,2653,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060326_miyagawa_is_dead',3,0,'2006-03-26 13:22:28','作曲家の宮川泰さんが死去',null,'<p>お昼、この１週間に起きた出来事というニュースの中で作曲家の宮川泰さんが死去したニュースを見ました。</p>\r<p>「宇宙戦艦ヤマト」しか記憶になかったのですが、ザ・ピーナッツの「恋のバカンス」などを作曲していたことを初めて知りました。<br />\r弔問客の顔ぶれを見ていると植木等さんなどが...あのおもろい曲は宮川泰さんの曲だったのですね。</p>\r<p>最後の出棺のときは宇宙戦艦ヤマトの曲でというのを見て、嫁が「棺桶がヤマトやったらかっこよかったのに」と言った。<br />\rそのとき同じ映像を見ながら、宇宙戦艦ヤマトやたらまた故人が返ってくるぞ！こわっ！</p>\r<p>ある意味、輪廻転生で帰ってくるのですが、宮川さんもイスカンダルへ旅立ったのでしょうか？</p>','',1,3935,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060327',3,0,'2006-03-27 23:01:39','ゼネピックでID盗まれた？(Lv.64)',null,'<p>IDを盗まれたという人が出たようです。</p>\r<p>本日23時頃、狩りの途中で WT が重くなったこともあり、エスネに寄ったのですがその際に倉庫近くのジェイピ前に人だかりが...</p>','<p>話を聞いているととある T さんが、F さんの ID を脅迫してだまし取ったと、言っている人がいました。<br />\r(ID は書けないくらいすごい暴言の荒らしだったのと、内容が内容だけに今回は ID は伏せてあります。)</p>\r<p>というか、ID を盗まれるってウィルスやスヌープ、フィッシング、盗聴などの手段を使っていない限り、教えた方にも責任があるとは思うのですが...どういう脅迫を受けたのでしょうか？<br />\rID を盗んだとされるTさん、MPK で有名な方らしいのですが、くろねこは幸いにしてかこの方から MPK を受けた記憶がありません。良く「祭壇への洞窟」にいらっしゃいましたが、普通に狩りをしてらっしゃったきおくしかないのです。</p>\r<p>一度、悪い噂が立てばどんどん尾ひれと背びれがつくようで、チートをしているとか MPK のボスだという噂も立っていたところで、ID を盗むという噂まで立てられて...困ったものです。</p>\r<p>今日は、この方よりも盗まれたと思われる人(T さん死ねというような ID だったと記憶)が、T さんに対して数々の暴言を...<br />\rID を盗むことが犯罪かどうかわかりませんが、不正に知り得た ID を使ってデータ改ざんするのは犯罪なので、しかるべき対処をすればいいのに、それを公の場で暴言を吐きまくる方も犯罪なのです。</p>\r<p>このゲーム、利用者の年齢(精神年齢も？)が低くてとても不愉快な気分になることがあります。<br />\rまあ、困ったことといえばお金が儲かる課金しか対応しない運営も困ったものですが...</p>\r<p class=\"add\">追記<br />\r4月に入ってから、海賊船にちょくちょく顔を出すようになったのですが、T さんに MPK されまくりです。＞＜；</p>',1,2558,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060328_parachan_mouse',3,0,'2006-03-28 21:54:58','ぱらちゃんマウス',null,'<p>週末に買った New PC の設定作業の合間に、すでに嫁と息子がデスクトップアクセサリの「ぱらちゃん」で遊んでる。。。楽しそうだ。。。なんか、すしがでてきたと思ったら、そのうちにケーキもでるようになったとか...</p>\r<p>保管してあったレーザーマウス左クリックが効かない...保管方法が悪かったかな？仕方がないので買ったときに頂いた販促品の「ぱらちゃんマウス」を開封する。<br />\r息子がそれを使っているが、動かないと文句を言ってる...<br />\rよく見ると「ぱらちゃん」の頭を上に持っている。頭を下に持たないとクリックできないので動かないのだ！普通のマウスは何の問題もなくすぐに使えたのに、動物の形のマウスはやはり先入観で頭を上に持ってしまうものなのでしょうか？<br />\rそういえば、パソコンが普及し出した95～6年頃、パソコン教室でそういう人がいたって聞いてたな～。</p>','',1,4788,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060329_new_pc_dynabook',3,0,'2006-03-29 02:56:54','新しい PC を購入',null,'<p>今週日曜に Dynabook AX/740LS を買った。今日で購入3日目。<br />\r初日は開けただけで終わった。1日目は無線 LAN の設定と Windows Update、2日目は &quot;Documents and Settings&quot;を C ドライブから D ドライブに移動する作業を行った。</p>','<p>前の Dynabook が息子に牛乳を掛けてつぶされてしまったので、購入したのだが、やはり自宅にも複数台のPCが無いと落ち着かないものだ。<br />\rと言うのも、メールなどは毎日見てないと落ち着かない。1台だと壊れた瞬間に治るまでの間、いっさいの作業が止まる。<br />\rまた、作ったプログラムを開発環境以外の環境でテストしておかないと、きちんと動くと思って提供していたプログラムが動かないと言うこともあった。</p>\r<p>いろんなソフトを導入する前に、無線LANの設定をと思い、がんばってみるがいっこうに繋がらない...仕方がないので以前使用していたPC カードタイプの無線LANカードを取り出し設定を始める。<br />\rそれでも繋がらない。。。なんでぇ～？いろいろパソコン側の設定を変更するも繋がらない。<br />\rなんか近所でYahoo User がいるらしく、その無線の電波が自宅内に紛れ込んでいます。ちなみにちょっこっとそれを使わせていたら、それには繋がった。<br />\rと言うことは、PCの問題ではないかも？と思って Aterm(ルータ)本体もいじってみるが状況が変わらなかったので、思い切って本体側の内容をリセット！<br />\rはじめから設定をし直してみると問題なく繋がりました。<br />\rくろねこが使用している「光プレミアム」は自宅においてあるお弁当箱がルータ機能を持っていると言うことなので、Aterm の設定を HUB モードに変更。<br />\rHUB モードに変更する際に、マニュアルを読んでいると、「内蔵モデムで接続する」と言う章があり、そこをちらっと見てみると、「内蔵モデムを使用可能にしなければならい。使用可能にするには機種によって異なるがスイッチがある」とのこと。おお、原因はこれだ！早速 Dynabook のオンラインマニュアルでスイッチを探すと、右側面にスライドスイッチが...ON にして設定をするとなーんの問題もなく繋がってしまった...</p>\r<p>&quot;Documents and Settings&quot;を C ドライブから D ドライブに移動する作業は未だうまくいってない。デスクトップPC の方はうまく設定できたのに、これが Professional と Home の差？<br />\r具体的には、ホームディレクトリが移動したと思われるユーザは、設定がおかしいのか、キーボードが US配置であったり、設定が保存されなかったりする。<br />\r移動していないと思われるユーザは、未だ「マイ ドキュメント」が C ドライブ側を指している。<br />\r設定がうまくいっていないと思われるユーザの、&quot;Documents and Settings&quot;以下にあるアカウント名のフォルダを削除してやり直そうと思うも、権限の問題で、削除できない。Home なのでセキュリティタブもない。あー CACLS コマンドを利用するしかないのか...</p>\r<p>と言うところで、すでに 2:30 を回ってるので、続きは明日？に持ち越し...</p>',1,2884,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060330_hot_cake',3,0,'2006-03-30 19:38:35','ホットケーキを作る',null,'今週日曜にホットケーキを焼いた。そのときのひともんちゃく。<br />\r<br />\rくろねこが、ホットケーキを作ろうと材料を買って家でボールに卵を割り、かき混ぜていると...<br />\r嫁　　　：たまにしか料理しないもののやり方やな...<br />\rくろねこ：袋に説明が書いてあるやろうが<br />\r嫁　　　：適当でいいねん。全部先に入れて混ぜた方が洗い物が少なくてすむ。<br />\rくろねこ：適当に作るとおいしくないやろうが。卵を混ぜて牛乳混ぜて、そこに粉をちょっとずつ入れて混ぜると混ぜやすいんや。<br />\r　　　　　本当は、粉もふるいで振った方がおいしいんやけど、この家にはないから...<br />\r<br />\rと言うような内容でした。後でこのやりとりを思い出しながら別のことを思い出しました。<br />\rそれがこれです。<br />\r<blockquote>ある時、牛若丸と弁慶が“糊（のり）作り”の競争をすることになりました。ご飯を等分に分けて、それをどちらが早くのりに練りあげるかの競争です。<br />\r<br />\r牛若丸は、のり押し板と竹べらを持ってきて、一粒一粒、ていねいにご飯粒を練り始めました。弁慶はというと、そんな牛若丸のゆっくりしたやり方を見て馬鹿にして自分は短時間で作ろうと考え、ご飯を一度に全部広げて、大きな鉄の棒を転がし始めました。弁慶は、初めのうちは早くできるように見えましたが、勢いあまってほとんどのご飯粒は飛び散って無駄になり、練りつぶされていないままのご飯粒が混じった質の悪いのりが少しできただけで終わりました。牛若丸は、根気強く一粒一粒を丁寧に練りつぶし続けましたから、時間はかかりましたが、ご飯を一粒も無駄にすることもなく、とても滑らかなよいのりが沢山できました。</blockquote>\rいささか、これは行き過ぎであるとは思いますが...(「根気が重要」などの教育的要素を盛り込むために、脚色されているのが見え見えです。)<br />\r適当に物事を考え適当に省略すると、良いものができないと言うようにとらえることができます。<br />\r<br />\r嫁の意見も一理あります。ただくろねこと考えが異なるだけです。<br />\rくろねこ＝おいしく食べたい。おいしく食べられるなら多少の労力はかけても良い<br />\r嫁　　　＝食べられればよい。食べられるのであれば、手間は少ない方がいい。<br />\r<br />\r仕事でも家庭でも考えが異なるものが一緒に生活すると大変です。','',1,3552,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060330_clorets_xp',3,0,'2006-03-30 19:39:50','ロッテ「キシリトールガム」よりも「Clorets XP」の方が安全か？',null,'<p>ロッテ「キシリトールガム」の捨て紙についての危険性は以前に、<a href=\"http://www.jnishida.com/blog/archives/2005/07/xylitol_gum.htm\">食品に安全なロッテキシリトール・ガム</a>で書いた。<br />\r<br />\rそれからはボトルタイプでないキシリトールガムを購入していたのだが、最近クロレッツXPボトルを購入する機会があった。<br />\rクロレッツのボトルの側面にある捨て紙についての記載を見てみると、<br />\r</p>\r<blockquote>捨て紙に使用されているノリは人体に安全です</blockquote>\r<p>(ノ゜&omicron;゜)ノ オオオオォォォォォォ-<br />\rいけてるではないですか...キシリトールガムよりも安全性が評価できる。少なくとも食品の安全性が等しいのであれば、捨て紙に対する安全性で評価が高いクロレッツの方が総合的に有利だ。<br />\rと言うことはクロレッツの方が安全だと言い切れるか？<br />\r<br />\r(*゜o゜)/チョットマッター!!</p>','キシリトールガムはボトルの中に封入されている。他方クロレッツはボトルの外に収納されている。<br />\rよく考えてみよう！堅いプラスチックボトルの中にならば、何者かによって混入される危険性は低い。しかし、ボトルの外に張り付けて上から上ラベルで止めてあるだけのクロレッツは、注射器で無色透明の毒物でも混入されてもわからない可能性が大きい。<br />\rしかも上ラベルの上から捨て紙がのぞける構造になっている。これは危険だ。<br />\r<a href=\"http://ja.wikipedia.org/wiki/%E3%83%9E%E3%82%A4%E3%83%88%E3%83%88%E3%82%AD%E3%82%B7%E3%83%B3\">マイトトキシン</a>を水に溶かして一滴垂らしても乾いてしまえばわからないかもしれない。その紙でガムを捨てる際に唇と接触したら...<br />\rなめるわけではないから、そう簡単に致死量の毒物を摂取できるとは思いがたいが、危険な要素であることは間違いない。<br />\r<br />\r安全性を考えて開発してるのかな？',1,14380,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.jnishida.com/blog/archives/2005/07/xylitol_gum.htm\">食品に安全なロッテキシリトール・ガム</a>\n<a href=\"http://ja.wikipedia.org/wiki/%E3%83%9E%E3%82%A4%E3%83%88%E3%83%88%E3%82%AD%E3%82%B7%E3%83%B3\">マイトトキシン</a>',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060330_police',3,0,'2006-03-30 21:24:52','警察には道路交通法は通用しない？',null,'<p>今日、通勤に使ってるとおりにあるトンカツ屋に何か入ったようです。</p>\r<p>警察が来ていたのですが、トンカツ屋まではミニパトで来たようです。<br />\rしかし、トンカツ屋のあるとおりのど真ん中に止めてありました。トンカツ屋の向かいにある平和堂から出てきたところでそのミニパトを見つけたのですが、警察官が数人いるにもかかわらず、口から漏れてしまいました。<br />\r「ど真ん中にくるまとめてモラルはないんか！」<br />\r取り締まる立場の警察官がこれでは日本の世の中が良くならないのもうなずけます。<br />\rところで、警察官であっても現行犯なので全員その場で逮捕できるのですが、最寄りの警察署に引き渡さなければなりません。ということは身内に引き渡すようなものなので、何の裁きもないでしょう。</p>\r<p>交番まで数分なのですから歩いてくれば？、もしくはひとり車を交番に止めに戻れば？と思うのはくろねこだけでしょうか？</p>','',1,2736,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060330',3,0,'2006-03-31 22:41:38','新マップ観光(Lv.65)',null,'<p>今週水曜日に出来た新マップに観光に出かけました。</p>\r<p>水曜日にも行こうとしたのですが、途中で浮いてしまいました。<br />\r今日は慎重に行こうとしたら、途中でゆうまさんを発見。サポートを頼もうとお声を掛けたのですが、そのときにはときすでに遅し...</p>\r<p>と思いきや、帰ってきてくださって観光の先頭を切ってくれることになりました。<br />\rゆうまさんすごくレベルが高く、もうすぐレベル100になると言うこともあり、ほとんどすべての敵が一撃でした。(たまに一マス残るぐらい)<br />\r新マップの最後までゆうまさんの足が速いので、ついてくのがやっとな感じの観光になりました。<br />\r新マップ最終地点到達記念 SS<br />\r<img height=\"375\" alt=\"エムピオンの森\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060330_1.jpg\" /></p>','',1,2251,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:46','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('tmo060401',3,0,'2006-04-01 09:23:47','ときめきメモリアルオンラインを始めました',null,'<p>ときめきメモリアルオンラインを始めました。</p>\r<p>どうしてかというと&beta;テスタをしていたので、無料レジストレーションコードがもらえたからなのです。<br />\r正式版は&beta;のときよりも簡単になっているようです。しばらく、ゼネピックはお休みのようです。</p>','',1,2673,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('tmo060402',3,0,'2006-04-02 22:29:48','針縫先生と対決',null,'<p>ときメモリアルオンライン初めて二日目となりました。</p>\r<p>&beta;のときには部活で先生と戦うことが出来なかったのですが、正式になってから簡単になったのか、&beta;からの引き継ぎがあったからなのか、先生と戦うことが出来るようになりました。</p>\r<p>しかしときめきメモリアルオンライン、KONAMI さんの規制が厳しくファンサイトにならないと画像は一切使えず、文章なども一切厳禁ですので、書くことが限られてつらいです...</p>','',1,2757,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060402',3,0,'2006-04-02 23:53:44','グミ嫌いさんが海外に(Lv.65)',null,'<p>グミ嫌いさんが海外に行くので記念撮影会そのあとは冒険に...<br />\r<img height=\"300\" alt=\"グミちゃん行ってらっしゃい！\" width=\"300\" src=\"http://blog.blackcatlab.com/images/xo/xo060402_1.jpg\" /></p>\r<p>ということで、行き先を相談した結果ガバルツに行くことになりました</p>','途中、メンバが遅れたり、落ちたり、迷子になったりしましたが、角の角まで探し回った甲斐があったのか、ビスカーと出会いました。<br />\r最初に発見したのはくろねこだったと思うのですが、二人がビスカーを発見して目の前の敵を放って突っ込んでしまいました。<br />\rんー、ビスカーはチャームの魔法でも使うのでしょうか？人も少ないので取られないと思ったんですけどね。<br />\r<img height=\"500\" alt=\"まだ雑',1,4091,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:14','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060404_componential_analysis',3,0,'2006-04-04 23:52:51','成分分析',null,'ハイドリアンさんのブログで「<a href=\"http://hyderian.blog41.fc2.com/blog-entry-356.html\">成分分析</a>」というのが書かれていて、楽しそうなのでくろねこもやってみました。<br />\r使用したのはこちらの<a href=\"http://tekipaki.jp/~clock/software/\">成分解析 Ver0.1A</a>です。 <br />\rくろねこのゼネピックでのキャラクタ名は「★くろねこ★」ですので、これを成分分析してみたいと思います。<br />\r<blockquote>★くろねこ★の成分解析結果 : <br />\r<br />\r★くろねこ★の87%は夢で出来ています。<br />\r★くろねこ★の8%は黒インクで出来ています。<br />\r★くろねこ★の3%は魂の炎で出来ています。<br />\r★くろねこ★の2%は下心で出来ています。<br />\r</blockquote><br />\rそっか～、くろねこの87%は夢で出来ているんですね...黒インクって普通のしろねこを黒インクで塗りつぶしたのでしょうか？何か嘘くせ～<br />\r87%の夢、やはり四次転職することでしょうか？しかし、当面の目標は二次転職です。','',1,2971,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://hyderian.blog41.fc2.com/blog-entry-356.html\">成分分析</a>\n<a href=\"http://tekipaki.jp/~clock/software/\">成分解析 Ver0.1A</a>',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_ora0001',3,0,'2006-04-05 10:16:27','[Oracle] 記憶領域(非SYSTEM表領域)のデータ・ファイルの移動','','<p><a href=\"http://jibun.atmarkit.co.jp/lskill01/rensai/omsdb04/omsdb01.html\">ORACLE MASTER Silver DBAポイント解説（4）</a>で表領域の取り扱いについて解説されていたのですが、環境が XE だからかうまく動かなかったのでうまくいった方法をご紹介します。<br />\rALTER TABLE SPACE文を使用して移動する場合の手順は以下のとおりです。</p>\r<ol>\r    <li>移動する表領域をオフラインにする。<br />\r    <pre class=\"brush: sql;\">\rALTER TABLESPACE users OFFLINE;</pre>\r    </li>\r    <li>OSコマンドを利用してファイルを移動またはコピーする。</li>\r    <li>移動先を指定する。<br />\r    <pre class=\"brush: sql;\">\rALTER DATABASE\rRENAME FILE \'C:ORACLEXEORADATAXEUSERS.DBF\'\rTO \'D:ORADATAXEUSERS.DBF\'</pre>\r    </li>\r    <li>表領域をオンラインにする。<br />\r    <pre class=\"brush: sql;\">\rALTER TABLESPACE users ONLINE; </pre>\r    </li>\r    <li>必要に応じてOSコマンドを使用して元ファイルを削除する。</li>\r</ol>','<p>※システム領域の移動の際には、以下の手順でできるようです。</p>\r<ol>\r    <li>インスタンスを停止する。<br />\r    <pre class=\"brush: sql;\">\rSHUTDOWN IMMEDIATE; </pre>\r    </li>\r    <li>OSコマンドを利用してファイルを移動する。</li>\r    <li>データベースをマウントする。<br />\r    <pre class=\"brush: sql;\">\rSTARTUP MOUNT;</pre>\r    </li>\r    <li>移動先を指定する。\r    <pre class=\"brush: sql;\">\rALTER DATABAS\rRENAME FILE \'C:ORACLEXEORADATAXESYSTEM.DBF\'\rTO \'D:ORADATAXESYSTEM.DBF\'</pre>\r    非システム領域のときと合わせて見てみると、(3)と(4)の操作が逆のような気がします。</li>\r</ol>',1,7216,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://jibun.atmarkit.co.jp/lskill01/rensai/omsdb04/omsdb01.html\">ORACLE MASTER Silver DB...</a>',0,1,0,0,0,'2010-11-03 01:13:30','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060405_oracle_10g_xe',3,0,'2006-04-05 19:24:15','Oracle 10g XE インストール',null,'<p>インストール自体は非常に簡単。ダウンロードしてきた実行形式ファイルを実行し、利用許諾に同意しその後はパスワードを入力するぐらい。<br />\rインストール後、管理画面がWEBで起動する。ここでふとわからなくなったが、ユーザ名って何？<br />\rパスワードは指定したけど、ユーザ名は入れてないよね？インストール時にユーザ名が書いてあったのだろうが、全然見ていなかったので困り果ててしまった。オラクルのマニュアルを参照すると記載されていて、最初の管理用のユーザアカウント名は<strong>sys</strong>だった。</p>','<p>次に困ったのが、記憶領域はどこで作るの？<br />\rデータベースはCドライブにインストールしたのだが、これから使うデータの記憶領域はDドライブにしたい。<br />\rオラクルはまずユーザを作るところから始まるようなので(ユーザの取り扱いがMS SQLとは違うな)、ここと記憶領域を参照するもそれっぽいメニューが見あたらない。</p>\r<p>SQLで移動させることにした。TEABLESPACEの移動は「＠IT」の記事と「Oracleの使い方」を参考にした。<br />\r(＠ITの記事SQL間違ってる...)何度もファイル名が違うと怒られながらSQLを試し続けたら、いつの間にかエラーメッセージが変わって、ファイルがありませんに変わったので、管理＞記憶領域＞データファイルを見てみると...いつの間にか移動していた。(●⌒&nabla;⌒●) わーい<br />\rでも、SQLを発行するときに新たな疑問が発生したのだが、その内容はまた後で...</p>\r<p>次は、ユーザを作ることにした。ユーザは管理画面に「データベース・ユーザー」と言うボタンがあるので、その機能を使って作ることにした。ここは、何も悩むとところが無く簡単だった。</p>\r<p>その後、さっきも書いた疑問点を解決しようと、作業場のオラクルの達人に相談に伺ったのだが、まだ解決していない。その問題点とは、「他のツールからデータベースを参照出来るのか？」ということなのだが。</p>\r接続文字列はわかったのだが、なぜかTNSPINGがタイムアウトする。NETSTATでネットワークの状況を確認すると、パケットが飛んできてないみたい...\r<p>&nbsp;</p>\r<p>解決するのはもうちょっと先になりそう、解決したらまた書き込みすることにする。</p>\r<p class=\"add\">2006/04/06 追記<br />\rインストール後、&quot;C:oraclexeapporacleproduct10.2.0serverNETWORKADMINtnsnames.ora&quot;内に自動的に作成された&quot;XE&quot;の設定を利用して、サーバ自体から TNSPING したら無事通信できることは確認済み。<br />\rしかし、tnsnames.ora いつもと場所が違う...<br />\r<br />\rあと、ユーザ名でわかったことが...&quot;sys&quot;でログインしていたのだが、&quot;system&quot;でもログインできるのだね。しかも同じ初期パスワードなので、シノニム？＞ちゃうちゃう。<br />\r「SQLコマンドラインの実行」で&quot;sys&quot;で接続を試してみると、sys ではなく &quot;SYSDBA&quot;もしくは、&quot;SYSOPER&quot;を使えと怒られてしまった。しかし、無視して&quot;system&quot;で接続すると繋がる。どれが正しいユーザ名なのか全くわからない。(￣(エ)￣)ゞ クマッタナークマッタナー</p>',1,15250,0,0,'0000-00-00 00:00:00',1,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060406_intel_macwindow',3,0,'2006-04-06 23:11:41','Intel MacでWindows XPが利用可能に',null,'<p>CNET Japanより「Intel MacでWindows XPが利用可能に--アップル、「Boot Camp」を公開」という記事が公開された。</p>\r<p>Macユーザの間では、Intel CoreブランドのiMacが発売されてから、Windowsを動かすためのハックが行われていたようだが、今回のアップルからのツールの登場は、コアなマックユーザ用？</p>\r<p>しかし、Windowsユーザから見ると今更マックでWindowsを動かすことにどれほどの意義があるのだろうか？MacユーザがWindowsを動かせることのメリットは大きいかもしれない。しかし、MacでWindowsが動かせるようになったからと言って、Windows PCの代わりにMacを買う人間はほとんどいないだろう。</p>','<p>Mac上でしか動かなかったソフトウェアがWindowsに移植され、そして新しいバージョンはWindowsからリリースという会社が増えてもうずいぶんと立つ。Macを選択する理由が見あたらない。<br />\rデザインを重視するVAIOユーザみたいなものにしかくろねこの眼には映らない。<br />\rくろねこはVAIOがかなり嫌いである。というのもブランド代なのか、同スペックのPCと比較するとおおむね高め、しかも製品のできはいまいち、いまいちさは同一ブランド内の製品間でも接続できないものがあるといった具合。さらにだめ押しは、サポートの頼りなさとやる気のなさである。ほとんど外品で組み立てしかしていないので、自社にスキルがなのであろう。</p>\r<p>おっと、話題がずれたが、Macユーザは研究室やイラスト関係の業界などで多かった。Macはそういうところで使われるのかもしれないが、Microsoftの独禁法予防で活かされている様にしか見えない。</p>\r<p>アップル自体はiPodなどの商品を市場に送り出す能力を持っているようだが、Macと同様シェアは他社に食われるのが落ちのようだ。</p>',1,4784,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060407_oracle_10g_xe',3,0,'2006-04-07 16:59:46','Oracle 10g XE インストール。再インストール？',null,'<p>繋がった。繋がらなかった原因は、Windowsファイアウォールだった。(<a href=\"http://www.blackcat.xyz/article.php/060405_oracle_10g_xe\">前回のトラブル内容</a>)<br />\r原因が分かったのでコントロールパネル！Windowsファイアウォールで例外ポートを指定する。例外ポートはTCP1521。</p>','<p>今度はデータベースのデータを移行しようとがんばってみる。<br />\rとあるサーバからデータを頂いてくることにする。とあるサーバはLinux上で動いている。<br />\rここですでにExportされたデータを、新しいマイデータベースサーバに頂くという寸法。<br />\rこのデータを頂こうとすると、なぜかいろいろエラーがでる。IMPでデータをIMPORTしようとすると、エラーが表示される。</p>\r<pre>imp.exe USER/PASS FROMUSER=USER FILE=&#092;*********.dmp tables=*** TOUSER=USER IGNORE=Y</pre>\r<blockquote>IMP-00058: Oracleエラー 12560が発生しました。<br />\rORA-12560: TNS：プロトコル・アダプタ・エラー<br />\rIMP-00000: エラーが発生したためインポートを終了します。 </blockquote>\r<p>接続先を指定していないので、仕方が無いのか...<br />\rIMP HELP=Y でコマンドの内容を見てみる。しかし、接続先の指定方法はない。<br />\r苦し紛れに ユーザ/パスワード の部分を ユーザ/パスワード@接続文字列 に変更してみる。<br />\rすると、エラーメッセージが変わった。一歩進んだようだ。<br />\r次のエラーは、このような感じだった。</p>\r<pre>imp.exe USER/PASS/hoge FROMUSER=USER FILE=&#092;*********.dmp tables=*** TOUSER=USER IGNORE=Y</pre>\r<blockquote>IMP-00067: サーバのキャラクタ・セットのハンドルを変換できません。<br />\rIMP-00000: エラーが発生したためインポートを終了します。 </blockquote>\r<p>バージョンが違うダンプファイルは取り込み不可なんでしょうか？<br />\rで、ネットをぐぐってみる...<a href=\"http://www.oracle.co.jp/2shin/ora80/18_19.html\">オラクル通信:お知恵を拝借！ OTN-JフォーラムのQ&amp;Aから</a>で旧バージョンをdmpファイルを新バージョンに取り込むのは問題が無いという。<br />\rIMPのバージョンが問題かなとOracle10のクライアントCDを探す。CD管理者に尋ねた際に、必要な原因を話してると、キャラクタセットが異なるからと言う話で、Oracleの設定を確認してみる。<br />\r（くろねこは、dmpファイルもdatabaseもSJISだと思っていた。管理者は、dmpファイルはEUCで、databaseはSJISだと思っていた。）<br />\r確認してみると、意外なことがわかった。dmpファイルはSJIS。データベースがUTF-8だったのです。<br />\rヾ(・・;)ォィォィ スキーマ(=ユーザ)から作り直しかよ...<br />\rちなみにキャラクタセットは、管理｜データベースのバージョン情報｜各国語サポートでNLS_CHARACTERSETの値を見るとわかります。<br />\rコマンドの場合は、以下で調べることが出来ます。</p>\r<pre>SELECT * FROM nls_database_parameters WHERE parameter = \'NLS_CHARACTERSET\'</pre>\r<br />\rここで、OracleだからSQLで変更できるだろうと、下記のようにやってみる。\r<p>&nbsp;</p>\r<pre>update nls_database_parameters SET VALUE=\'JA16SJIS\' WHERE parameter = \'NLS_CHARACTERSET\'</pre>\r<p>下記のように表示されてうまくいかなかった。</p>\r<blockquote>ORA-01733: ここでは仮想配列は使用できません。</blockquote>\r<p>この前の記憶領域のコマンドもあやふやなので、もう一度再インストールしようかなとも思ったんですが...<br />\rインストール時にキャラクタセットを指定できるところがなかった。OTZ</p>\r<p>今日はこの辺で...</p>',1,31165,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/060405_oracle_10g_xe\">前回のトラブル内容</a>\n<a href=\"http://www.oracle.co.jp/2shin/ora80/18_19.html\">オラクル通信:お',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060408',3,0,'2006-04-08 22:21:47','フレンドがナイトに(Lv.65)',null,'<p>本日、フレンドのひとりがナイトに転職しました。<br />\rナイト転職、オメデトバズーカ砲発射!! &sub;(;^^)コ ~~~ю*(/&amp;gt;.&amp;lt;)/ ドッカーン</p>\r<p>くろねこもがんばらないといけないな～と思いつつ、先月末からときメモを始めて...<br />\r来週からウルティマオンラインを 1ヶ月復活させる予定です。</p>\r<p>ナイトに転職できるのはいつになることやら...ちょっとがんばって明日もあるし経験値2.5倍でも買いますかぁ</p>','',1,2675,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060409_wife_play_tmo',3,0,'2006-04-09 16:30:33','嫁にときメモをさせてみる',null,'<p>くろねこは、今ときメモとゼネピをやっているが、今週からウルティマも復活するので手が回らない。</p>\r<p>そこで、嫁にさせてみることにした。息子もときメモが大好きだ。(ひよことかたこさんウィンナーに反応してる)<br />\rまず、はじめたは良いが操作方法を読んでないので、操作方法がわからんと叫ばれる！<br />\r仕方がないので、適当に簡単な操作方法を教える。(くろねこは雰囲気で覚えた。あとは周りに聞く！)<br />\r操作方法がわかったところで、なにやらプレイを始めたが文字を打つのに手間取っているようだ。<br />\r他人との会話についていけないらしい。<br />\rその後も、なにやら詰まるたびに聞かれるが、何とかお昼過ぎには一段落した。</p>','<p>しかし、良いこともあった。<br />\r一時間に四回、15分おきに授業があって、授業の間ひっきりなしに問題が飛んでくることや、対戦中は途中で席を立つと負けてしまうことから、「ご飯」と呼ばれてもすぐにいけない理由を理解してくれたようだ。<br />\r一つレベルアップだ。今日のご飯は直前でなく、少し前に声を掛けてくれるだろう。</p>',1,2882,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060410',3,0,'2006-04-10 03:35:00','ベイクク～クロック討伐(Lv.65)',null,'<p>くろねこは経験値2.5倍1Dを購入して、66へのレベルアップに挑戦中。</p>\r<p>そのころkouさんは、ベイククを討伐3回目が終わり、4回目に挑戦しようかと言う状況。<br />\r前回のベイククは&quot;ファイター71の盾&quot;がドロップ品だったようです。その前は、ハンター＆MPK共に全滅で、ドロップ品はもしかしたらネズミが持ってるかも...と言う状況だったのですが、カリンザと骸骨が多すぎて突入不可能だったらしいです。</p>\r<p>日付が変わる頃、レベル66が目の前に...<br />\rくろねこもベイククが見たいので、PTメンバをベイククに誘う。どうやら他のメンバは図書館に行きたいらしい。と言うことでベイククに行ってから図書館に行くことに！</p>\r<p>くろねこは、火薬庫へ...<br />\rちょうど、みんな集まってくれてベイククの時間になったので、ボス部屋に入るとRYURYUさん浮いてる...<br />\rと思ったら、骸骨の群が～。<br />\r戦ったら、反撃むなしく5秒で浮いちゃいました。よく見ると骸骨の群の先頭にちゃーちゃんが、やつの仕業か...もっと強くならなくては...とここで-3%</p>\r<p>その場で復活できないので、一旦街に帰ります。体力回復を待ってたらメンバから、ベイクク登場＆ベイクク討伐成功のお知らせが！くろねこも、ベイクク見たかった。<br />\rどうやら、ベイククはSAMさんの一撃で死んだらしいです。</p>\r<p><img width=\"300\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo060410_1.jpg\" alt=\"\"><br />\r仕方が無いので図書館入り口に向かう、くろねこ。<br />\rエスネの街の真ん中ではクレ軍団が一列に並んで何かのイベントの最中。<br />\rだんだん人が集まってきて、どんどん重たくなる～。。。<br />\r何のイベントなのでしょうか？<br />\r<br clear=\"all\" />\r重いので、おいといて図書館の中へ。図書館の中でレベルアップすることを期待しつつ、集まったメンバについていく。<br />\r(このとき、図書館に行く目的がクロック討伐だとは知らなかったくろねこ...)</p>','<p>どんどん奥へ...奥へと進みます...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_2.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_3.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_4_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_4.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_5_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_5.jpg\" alt=\"\"></a></p>\r<p>どんどん経験値がたまるが、アイテムの使用期限が後約2%と言うところで切れちゃう。ﾟﾟ(&acute;O｀)&deg;ﾟ ｳﾜｰﾝ!! <br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_6_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_6.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_7_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_7.jpg\" alt=\"\"></a></p>\r<p>今日は無理かとつぶやいたら、メンバみんなが、大丈夫と言ってくれる。&nbsp;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_8_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_8.jpg\" alt=\"\"></a></p>\r<p>書庫に到着。</p>\r<p>ついたとき書庫では、クロック討伐の最中だったらしくすごく重かった。くろねこが見たときにはほとんど終わり...メンバがその一行にに聞くまでクロックだとわかってなかった。。</p>\r<p>くろねこの一行も「ザ・クロック」に遭遇。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_9_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_9.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_10_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_10.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_11_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_11.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_12_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_12.jpg\" alt=\"\"></a><br />\rあっという間に昇天！クロック意外に弱いなと思わせたこの一戦、実はこの後の悪夢への伏線だったのか？</p>\r<p>この後、クロック討伐で疲れたメンバは休憩へ... 休憩の最中にHideさん、SAMさん、ヴィリアスさんの元気回復剤、みあるのパン[壁]_・)ﾁﾗｯショー (当サイト、アダルト禁止のホスティングサーバなので掲載できません。悪しからずご了承下さい。)</p>\r<p>この後もクロックを探す。レベルアップまであと0.99%!!</p>\r<p>クロック見つけた。このクロックさっきのと違ってめちゃ強い!!!＜別物？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_13_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_13.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_14_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_14.jpg\" alt=\"\"></a><br />\rくろねこ浮きまくり...ジュレア(100%)で復活して、ライフガード装備するまでの間に死んじゃったりして、結局このクロックだけで-19%経験値が80.2%に &Sigma;(Ｔ▽Ｔ;) ぐわわぁぁ～ん!</p>\r<p>結局、全滅しちゃいました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060410_15_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060410_15.jpg\" alt=\"\"></a></p>',1,2549,0,0,'2006-05-10 03:35:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo060410_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_3_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_4_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_5_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_6_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_7_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_8_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_9_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_10_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_11_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_12_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_13_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_14_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060410_15_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-12-06 19:46:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060410_openofficeorg_b',3,0,'2006-04-10 17:27:20','OpenOffice.org Base 使えなかった',null,'Oracle のデータを CSV にしてみたくてただそれだけの理由で導入してみました、OpenOffice.org Base。<br />\r<br />\rすでに MS-Access 2003 は導入されてるのだが、Access が使えないタイプのテーブルなので、他のツールをと言うのが Base を選択した理由だ。<br />','すでに存在するデータベースに接続するので、最初の画面で&quot;既存のデータベースに接続&quot;を選択する。相手がOracleなので、順当なADOで選択することにする。ドライバは、Microsoft提供のものとOracle提供のものとがあるが、Oracle提供のものを選ぶことにする。<br />\rデータソースのURLを聞いてくるので、&quot;ブラウズ&quot;ボタンを押して、ウィザードに従い接続文字列を作成する。(ちゃんと接続テストもする)<br />\r完了したら、データベースの定義を保存しておく。拡張子はodbになった。<br />\r<br />\rテーブルボタンを押して、テーブル一覧を表示する。Accessの様にいちいち各テーブルごとに取り込むテーブルとキー項目を指定する手間がないのはうれしいが、システム関係のテーブルまで表示されるのが不快だ。<br />\rここで問題のテーブルを開く。すると214万件ほどレコードが存在するのだが、最初に表示されたのが47件、したにずりずりスクロールバーを下げると94件で止まってしまった。<br />\r<br />\rOpenOffice.orgの問題かとも思ったが、ADOドライバの可能性を捨てきれずDelphiで同じドライバを使ってデータ表示プログラムを作成する。Delphiの特徴として設計画面でも実行時と同じデータが参照できるのだが、データを絞っていなかったせいもありBaseとは対照的にデータを読み込むのに結構待たされた。では、「テーブル」ではなく、「クエリ」ではどう表示されるかと、シンプルなSELECT文を作って発行したが状況は変わらなかった。<br />\r<br />\rデータ件数は少ないまでもCSVに出力するテストをと思い、一覧でテーブルを選択 ファイル|名前を付けて保存 を実行。ダイアログを表示したが、出力形式として選択できたファイルの種類は&quot;OpenDocumentデータベース&quot;のみ。<br />\r期待していただけにがっかりだ。Baseのこの出来を見ている限り、Sunも何に無駄な投資をしているんだろうと考えてしまった。<br />\r<br />\rWriteやCalcは使うユーザも多いだろうから、もうちょっとまともなのであろうか？<br />\r※ Accessが取り扱えないデータとは、以下に該当するテーブルである。<br />\r<ol>\r    <li>プライマリインデックス(キー)が無く、フィールドが10以上あるテーブル </li>\r    <li>プライマリインデックスが10以上あるテーブル</li>\r</ol>\rAccessはキーを10個しか取り扱うことができないので、上記のようなデータを表示するとデータがおかしくなる。対策としては、各レコードにユニークなシーケンス番号を与えることだ。',1,6221,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_ora0002',3,0,'2006-04-11 09:55:02','[Oracle] SQL*Plus で csv にデータをおとす方法','','<p>Oracle には データを CSV に出力する方法がないので、SQL*Plus を使って出力するか、もしくはサードパーティ製のツールを使う以外ないようです。<br />\r(Oracle Database 10g Express Edition には標準で csv のエクスポート/インポート機能があります。)<br />\r<br />\rGoogle で検索するとすぐにでてくるのですが...<br />\r<br />\r以下のような SQL ファイルを作成して実行します。<br />\r(SQL 文を書かないといけないのがかなりめんどくさい)</p>\r<pre class=\"brush: sql;\">\rSET ECHO OFF\rSET FEEDBACK OFF \rSET HEADING OFF\rSET LINESIZE 10000\rSET PAGESIZE 0\rSET TRIMSPOOL ON\rSET TERMOUT OFF\r\rSPOOL output.csv\r\rSELECT \r\'&quot;\'||col1||\'&quot;,\' \r||\'&quot;\'||col2||\'&quot;,\' \r||\'&quot;\'||col3||\'&quot;,\' \r||\'&quot;\'||col4||\'&quot;,\' \r||\'&quot;\'||TO_CHAR(date1, \'YYYYMMDD\')||\'&quot;\' \rFROM \rtable \r; \r\rSPOOL OFF \rEXIT\r</pre>\r<p>できたら、SQL ファイルを実行します。<br />\r実行方法は</p>\r<pre class=\"brush: sql;\">\rSQL&gt; @hogehoge.sql</pre>\r<p>です。</p>','<dl>\r    <dt>上記の「set」コマンドを説明します。 </dt>\r    <dd>linesize: 1 行の長さを指定します。少し大きめの数字を取っておきましょう。 </dd>\r    <dd>pagesize: 数レコードずつの間のセパレータを無効にする。 </dd>\r    <dd>trimspool: SPOOLファイルの行末のスペースをトリムする。 </dd>\r    <dd>termout: 結果を画面に表示しない。(ただし対話形式では無効) </dd>\r</dl>\r<p>どう考えても外部ツールを使う方が楽です♪<br />\r<a href=\"http://kuronekosoft.ewinds.net/sqlstudio.aspx\">黒猫SQL Studio</a> 等を使うと楽にCSVに落とせます。しかも、フリーですしね。</p>',1,21604,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://kuronekosoft.ewinds.net/sqlstudio.aspx\">黒猫SQL Studio</a>',0,1,0,0,0,'2010-11-03 01:11:49','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060411_administrator',3,0,'2006-04-11 12:56:54','Administratorのパスワード変えてる？',null,'<p>このブログを読んでいるほとんどがWindowsユーザ、おおむねXPだと思うのだが、Administratorのパスワード定期的に変更してるだろうか？</p>\r<p>AdministratorのパスワードXPになってから変更がとてもめんどくさくなったので、変更してない人も多いと思うのだがどうだろうか？<br />\rとりあえず、元の空のままは危ないので何か設定したほうがよいだろう。できれば定期的に変更する事をおすすめする。</p>\r<p>Windows Vistaからは、アカウントとパスワードの管理からInfoCardと言うものでログオンできるようになるらしい。</p>\r<p>それまでの間、いやそもそもAdministratorのアカウントがインターネットの脅威にさらされることに問題を感じる。家庭に複数台のPCが無ければネットワーク越しに操作することなど無いのだから。<br />\rとすると、Administratorはローカル対話式でのみログオン可能にすると、かなりセキュリティ的に安心な気がする。<br />\r早速、設定してみよう。<br />\r設定するのは、Administratorアカウントにネットワーク経由でコンピュータへアクセスを拒否することだ。<br />\rネットワークから侵入されなければ、たとえパスワードがばれても侵入しにくいに違いない。<br />\rアカウントマネージャが無くなった今、設定はローカルコンピュータポリシーから行う。</p>','<p>ローカルコンピュータポリシーを扱う専用ツールは用意されていないので、MMC(Microsoft Management Consol)を使用する。<br />\r以下の手順で、Administratorでのネットワークからのアクセスを拒否する。</p>\r<ol>\r    <li>ファイル名を指定して実行で、&quot;MMC&quot;と入力しOKをクリックする</li>\r    <li>ファイル|スナップインの追加と削除 で「スナップインの追加と削除」ダイアログを表示する(※1)</li>\r    <li>「追加」ボタンをクリックし、「スタンドアロン スナップインの追加」ダイアログ中の利用できるスナップインの一覧から、「グループポリシー」(※2)を選択し追加する(管理するコンピュータはローカルコンピュータ)</li>\r    <li>追加したら、順番に「閉じる」、「OK」でMMCに戻る(追加された「グループポリシー」は、「ローカルコンピュータポリシー」と表示される)</li>\r    <li>順番にローカルコンピュータポリシーを展開する<br />\r    ローカルコンピュータポリシー＞コンピュータの構成＞Windows の設定＞セキュリティの設定＞ローカルポリシー＞ユーザの権利の設定<br />\r    <a href=\"http://www.blackcat.xyz/images/articles/060411_administrator_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"314\" src=\"http://www.blackcat.xyz/images/articles/060411_administrator_1.png\" alt=\"\"></a></li>\r    <li>&quot;ネットワーク経由でコンピュータへのアクセスを拒否する&quot;のプロパティに、Administratorを追加する</li>\r</ol>\r<p>以上で設定できる。他にPCを持っていなければ、Administratorsも追加しても良いかもしれない。<br />\r「バッチジョブとしてログオンを拒否する」も設定するとトロイの木馬からの攻撃にも強くなりそうだが、今度は必要なプログラムも動かなくなりそうなのでこれはやめておいた方が無難だろう。<br />\r<br />\r※1 MMCはいろいろな機能を使うためのベースでしかないので、このツール自体にはポリシーを設定する機能はない。このため、ポリシーを扱うスナップインの追加を行う。<br />\r※2 名前は若干異なる場合があるので注意。</p>',1,5816,9,0,'2006-05-11 12:56:54',0,'<a href=\"http://www.blackcat.xyz/images/articles/060411_administrator_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-11-18 23:31:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060412',3,0,'2006-04-12 01:08:18','何度もリログすいません(Lv.65)',null,'<p>今日は回線の調子がすごく悪いみたい。</p>\r<p>PTメンバでフレンドのリシェさんから、「くろねこさん何度もリログしてる」といわれ、「ずっと座ってただけだよ」と言っていたのだが、今日は何か重くて引っかかる。<br />\rその引っかかってるときにどうやら他人からはリログしているように見えるみたい。</p>','<p>普通のゲームであれば、他人がリログしようが問題ないのだが、ゼネピックは入力システムにバグがあるので、ログオンのお知らせが表示されると非常にむかつく。何とかしてほしいものだ。</p>\r<p>でも、本当に何度かはリログしました。ゲーム中に画面が真っ暗、MAPしか見えないという状況に...<br />\rしばらくしているとスクロールして戻ってくるときもあるのですが、待ってらんない＞＜；<br />\rということでそういうときはリログしています。併せて何とかしてほしいものです。</p>\r<p>でも、回線が遅いのはプロバイダのぷららのせい？</p>',1,2585,2,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('tmo060413',3,0,'2006-04-13 00:17:54','せっせと授業の問題集を作る',null,'<p>今まで集めた授業のSSを元に授業の問題集を作り始めました。</p>\r<p>作り始めたら結構しんどい。<br />\rでも作っても公開できないのがつらいですね。公開するには公式ファンサイトにならないとダメなので...</p>\r<p>まあ、使うのは自分ひとりかもしれないですけど、がんばって作ります。</p>','',1,2435,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060414_screenshot',3,0,'2006-04-14 00:55:02','ウィンドウが大きくならない',null,'<p>おとといのことだが、パソコンの画面を保存するのにツールを入れて、ファンクションキー一発でアクティブウィンドウのスクリーンショットがとれるようにした。<br />\rメモ代わりに使えるのでなかなか便利だ。<br />\rこれの出力先を共有ドキュメントフォルダのサブディレクトリに設定したので、他のPCから参照するのも容易だ。<br />\r(うちの共有ドキュメントフォルダは、共有ディレクトリに設定されている。)<br />\rパソコン操作に困ったときでも、画面を内容を保存しておくことで後で対処できる機会も増えるだろう。</p>','<p>設定後、嫁に操作方法を教える。といっても押すキーを教えるだけなのだが...<br />\r確認のために共有ドキュメントフォルダを開き、画像を確認する。正常に動作している。<br />\rなにやら嫁がまた訳のわからん事を言いだした。</p>\r<p>「これ大きくならないの？」</p>\r<p>おいおいウィンドウを大きくすればいいだろうが...</p>\r<p>「ウィンドウを大きくしたら、大きくなるやろ！」</p>\r<p>タイトルバーをクリックして大きくしようとする嫁。</p>\r<p>「大きくならへんで！」</p>\r<p>(ﾟ&nabla;ﾟ ;)ｴｯ!? それは画像のタイトルバー ヾ(・・;)ｫｨｫｨ</p>\r<p>これだから、初心者っていうのは...</p>',1,4092,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060414_comeback_uo',3,0,'2006-04-14 00:58:15','UO復帰',null,'<p>本日からウルティマ復帰、とりあえず30日間クレジットで支払いました。</p>\r<p>KURO、RingoさんMSNあがってないですが、最近いるんですかね...<br />\rKuro@HP を見る限り活動はされているようですが、ギルドハウスに行ってみますか。</p>','',1,4463,5,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:26','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060415',3,0,'2006-04-15 01:24:00','レベル66になりました(Lv.66)',null,'<p>ながーい間上がってませんでしたが、ようやくレベル66になりました。</p>\r\n\r\n<p><img alt=\"くろねこレベル 66 になりました\" src=\"http://blog.blackcatlab.com/images/xo/blackcat65.jpg\" width=\"400\" height=\"430\" /><br />\r\nナイトまで後5レベル もあるのか、しんどい...</p>','<p>レベル65になったとき書き忘れていたのですが、65になったのは 3/31 でした。<br />\r\n<img alt=\"くろねこレベル65になりました\" src=\"http://blog.blackcatlab.com/images/xo/blackcat65.jpg\" width=\"400\" height=\"430\" /><br />\r\nということは、1レベル上げるのに半月もかかったのか...ナイトまで何日？</p>',1,2290,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:19','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060416_a_lost_and_found_item',3,0,'2006-04-16 15:19:05','拾得物...',null,'<p>買い物しようと車に乗ってたら、財布を拾いました。</p>\r<p>黒いビトンの財布で、警察署で確認したら、1万500円ほど現金が入っていました。<br />\rあと、クレジットカードとキャッシュカード*2、収入印紙が数枚とレシートが大量に...</p>\r<p>駅前の交番に届けたのですが、あいにく無人で電話したら10分でくるといったのに、15-20分くらいは待ったかと...<br />\r中に免許証も入っていたのですが、電話番号まではわからないんですよね。クレジットカードからも電話番号が照会可能かと思いきや、最近は個人情報保護の観点から簡単には公開してくれないとか...</p>\r<p>警察も信用できる組織でないので、まあ当然かと思いもしましたがなんとまあ住み難い世の中になったもんです。<br />\r教えてくれなくてもいいので、本人に連絡してくれると良いのですが、その辺は警察任せで。</p>\r<p>以前、クレジットカードを拾ったときには、クレジットカード会社に直接電話したのですが、そのときには会社の方からカードのロックと本人への連絡をしてくれました。<br />\r警察は、盗品照会はしましたがクレジットカード会社に、連絡はしてない様子でした。<br />\r落とした人が気づいてなかったら、くろねこが拾う前に使われていたらOUTですね。<br />\r(￣０￣;アッ。ねこが連絡しておけばよかったですか...</p>\r<p>忘れていました。;￣ロ￣)!!</p>\r<p>まあ、財布を落としたのに気づいたら警察に連絡してくるでしょう。</p>','<p>警察署内でも50円拾いました。</p>\r<p>電話を掛ける際に、電話ボックスを開けたらそこに入っていたのです。<br />\rこれも、拾得物扱いになりましたが、所有権は放棄しました。<br />\rよく考えたらこっちの方が手にはいる確率は高そうですね。＞大した金額でないですが...</p>\r<p class=\"add\">4/18追記<br />\r本日、落とし主が自宅にお土産付きでお礼に現れました。別に一言だけで良かったのですが...</p>',1,2924,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:25','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060416_toy_box',3,0,'2006-04-16 16:17:00','おもちゃの缶詰',null,'<p>おもちゃの缶詰『キョロ缶・いちご』が届きました。</p>\r<p>入っているのは？</p>\r<ol>\r<li>キョロちゃん のかたちの絵本</li>\r<li>はさんで！キョロちゃんクリップ</li>\r<li>ぱくぱくキョロちゃんプラモデル</li>\r<li>どこでもチョコボールケース</li>\r<li>ぺたっとキョロちゃんシール</li>\r<li>キョロちゃん色合わせゲーム</li>\r</ol>\r<p>らしいが、シールは入ってなかった...何でー？</p>','<p class=\"add\">04/17 追記<br />\rチョコボールケースにチョコボールを入れたら、見事に息子に全部食われた。</p>',1,3603,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060416_saw_the_cherry_blossoms',3,0,'2006-04-16 16:17:04','天気が良い...お花見？',null,'<p>天気予報は雨だというのに、朝からぽかぽかいい気分。</p>\r<p>雨だと聞いていたので、朝からゼネピックの経験値アップ2.0倍1D買って、レベル上げしようと思ったのに、出鼻をくじかれた。それでも午前中に10%稼いだ。</p>\r<p>お昼を外食で済ませて、お買い物をして天気が良いからお花見に行こうと思ったら、雲が...<br />\rどんどん曇ってきて、気温もだんだん下がって肌寒くなってきたと思ったら...<br />\r雨降ってきました。(/□≦、)エーン!!</p>\r<p>おやつも買ったのに...残念です。</p>','',1,2853,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060417',3,0,'2006-04-17 03:17:00','うき・ウキ・浮き in ミュセイオン図書館.書庫(Lv.66)',null,'<p>なんか今日夕方頃に、☆ｽﾀﾝﾘｨｰ☆が書庫に行こうと誘ってきました。<br />\r時間を聞くと未定とのこと。メンバーは、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%82%A4%E3%82%B8&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">メイジ</a>&times;2、アコ<a href=\"http://www.dismas.jp/aff/index.php?title=2%C3%972&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">2&times;2</a>、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8A%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ナイト</a>だったはずなのですが、いつものごとくやられました...<br />\r<br />\rまあ、今くろねこが入ってるSAMさん他の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%90&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">メンバ</a>も、1時間後に書庫入り計画があったので合流することで人数の問題はなくなりましたが...さてどうなる事やら...<br />\r<br />\rで、図書館入り口で集合し始めます。図書館B1Fでは、ゼニアンMPKが大集合。悪行の数々をしつくします。一回で20匹くらいつれてくるので、こんな感じに...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060417_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/xo060417_1.jpg\" alt=\"\"></a></p>\r<p>こんな事が2回もありました。(/□≦、)ｴｰﾝ!!</p>\r<p><img width=\"400\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/xo060417_2.jpg\" alt=\"\"><br />\r人数が多くなったので、2PT構成とすることにしました。この前後で☆ｽﾀﾝﾘｨｰ☆が用事で落ちることに...おぃおぃ主催者...<br />\rこの間に<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%83%AC%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">フレンド</a>のくれぁ。ちゃんがPT要請...誰からのPT要請か全く見てなかったです。ちゃんとみて参加しないと...<br />\rお話の結果、くれぁ。ちゃんのPTもついてくることになりましたが、メンバの都合でB2F迄でお別れになりました。</p>','<p>どんどん奥に間に、一次職だけのご一行様がついてくる。くろねこは<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E4%B8%88%E5%A4%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">大丈夫</a>なんだけど、リシェとかPC？の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">スペック</a>が低い方々から重いと不評を買い、離れていこうとするんだが<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%90%E3%83%B3%E3%82%B6%E3%83%A1&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">コバンザメ</a>のようについてくる...</p>\r<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B7&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">リシ</a>ェの怒りが爆発する...</p>\r<p>途中、ハイドリアンさんのパーティに遭遇しました。あいにくハイドリアンさん本人はお休みとのことでしたが...<br />\rちぇー、ハイドリアンさんの<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ブログ</a>のSSの片隅にでもおじゃましようかと思ったに...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060417_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"560\" src=\"http://www.blackcat.xyz/images/articles/xo060417_3.jpg\" alt=\"\"></a><br />\r<br />\rなんだかんだで、書庫に到着。ここまでで死亡者無し。(最初のMPKは除く)<br />\r<br />\rしかし、ここからが悪夢の始まりだったのです。今日の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">クロック</a>は強かった...<br />\rちゃんと数えられてないけど、全部でクロックを6～7匹くらい倒したかな？もしかしたら8匹かも？途中から、くれぁ。ちゃんも参加いただけたのですが、抜けていく人も多くて...<br />\r途中では何とクロック3匹でてくる<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">シーン</a>も...赤&times;2、青&times;1<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060417_4_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"480\" src=\"http://www.blackcat.xyz/images/articles/xo060417_4.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060417_5_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"320\" src=\"http://www.blackcat.xyz/images/articles/xo060417_5.jpg\" alt=\"\"></a><br />\r途中、くろねこだけ残ったときには、ひとりで倒せないので、安置で座っていた方々に討伐依頼を。お手数を掛けました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060417_6_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"333\" src=\"http://www.blackcat.xyz/images/articles/xo060417_6.jpg\" alt=\"\"></a></p>\r<p>(￣- ￣ ) ンー今回は、浮きまくった...あの本の召還が痛いですね...でた瞬間、逃げないと一次職のおいらは２発ぐらいでアウチです。でも、<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%8D%E8%A1%9B&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">前衛</a>が<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%8C%E8%A1%9B&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">後衛</a>を置いて逃げられるか？という問題もありますね～。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060417_7_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060417_7.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060417_8_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060417_8.jpg\" alt=\"\"></a><br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo060417_9.jpg\" alt=\"\"></p>\r<p>でも、一回逃げてみたら結構倒しやすいことがわかりました。<br />\rあと倒しやすいといえば安置で倒すのも結構楽かと...安置の外でアコさんに<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ヒール</a>をお願いして、前衛全員でたたきまくる。<br />\rアコさんは、本が沸く前に安置に戻る必要がありますが...安置の中だと召還したやつに襲われなかったです。＜人のいない<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%82%E9%96%93%E5%B8%AF&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">時間帯</a>に限られますね...<br />\rあと「ザ・クロック」の方はアコの<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%8A%E3%82%B8%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">エナジー</a>だけで倒せるようですね。んー、アコ最強！<br />\r<img width=\"300\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo060417_10.jpg\" alt=\"\"></p>',1,2766,0,0,'2006-05-17 03:17:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%82%A4%E3%82%B8&amp;affid=21mTn15NlY\">メイジ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=2%C3%972&amp;affid=21mTn15NlY\">2&times;2</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8A%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">ナイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%90&amp;affid=21mTn15NlY\">メンバ</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060417_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%83%AC%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">フレンド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E4%B8%88%E5%A4%AB&amp;affid=21mTn15NlY\">大丈夫</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">スペック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%90%E3%83%B3%E3%82%B6%E3%83%A1&amp;affid=21mTn15NlY\">コバンザメ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B7&amp;affid=21mTn15NlY\">リシ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">ブログ</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060417_3_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">クロック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">シーン</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060417_4_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060417_5_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060417_6_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%8D%E8%A1%9B&amp;affid=21mTn15NlY\">前衛</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%8C%E8%A1%9B&amp;affid=21mTn15NlY\">後衛</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060417_7_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060417_8_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">ヒール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%82%E9%96%93%E5%B8%AF&amp;affid=21mTn15NlY\">時間帯</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%8A%E3%82%B8%E3%83%BC&amp;affid=21mTn15NlY\">エナジー</a>',0,1,1,0,0,'2009-12-06 20:55:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060417_what_do_you_trust',3,0,'2006-04-17 20:51:00','何を信頼しますか？何の情報で判断しますか？',null,'<p>「嫌韓流」という漫画が出版されています。</p>\r\r<p>先週土曜日に最初の方を立ち読みしたのですが、なかなかおもしろい本であります。<br />\r内容を読んでいると、日本人の多くがマスメディアに振り回されていることが良くわかります。</p>\r\r<p>民放だけではいけないということがわかってくるのですが、NHKもかなり腐った組織ですので民放と同じように利益優先の報道しかしないので困りものです。<br />\rやはり、何が正しいことを言っているのか良くわからないこの世の中、世界中に目を向け情報収集を行うことでしか、正しい判断をする材料を得られないようです。</p>\r\r<p>非常に残念です。NHKの本当の意味での改革が進むように期待したいです。</p>','<p>しかし、韓流なんてブームは本当にあったのでしょうか？</p>\r\r<p>本当に一部にしかはやってないような気がするんですが、「ごく一部の主婦がマスメディアに踊らされた」ただそれだけのような気がしてなりません。<br />\rそもそも、韓国や北朝鮮、中国の文化に踊らされて金を搾取されていることに、疑問を感じます。</p>\r\r<p>脱線しますが、靖国にしても日米安保にしても、日本の政治・マスメディアがしっかりしないと国民は正しい判断が出来ないのです。まあ、政治家にとってはそっちの方がむしろ都合がよいとは思いますが...</p>\r\r<p>今の日本の世の中、一部の支配するものと搾取されるものだけのような気がします。<br />\r郵政民営化も国民が小泉に踊らされただけだという感じがしています。</p>\r\r<p>もっと広く情報を集めることが大切なようです。インターネットには多くの情報があふれています。それは政府組織に監視するには多すぎるようです。大手サイトだけでなく、小規模なサイトにも目を向けてみましょう。意外と真実はそっちにあるかもしれません。</p>\r\r<p>＜この内容自身も読んでいるあなた自身で正しいかどうか判断してください。＞</p>',1,2929,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:26','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060418_gas',3,0,'2006-04-18 23:55:23','ガソリン代値上げ',null,'<p>04/21から、出光興産がガソリン代を2.1円/L値上げするようです。<br />\rG.W.前に(4/20中に)ガソリンを満タンにすることを、お勧めします。</p>\r\r<p>また、5月のガソリン代は4/26に発表のようですが、5月はさらに1.5円/L値上げになるようです。<br />\r早めの給油をお勧めします。</p>','',1,3083,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:05','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('uo060418',3,0,'2006-04-18 23:57:58','ウルティマオンライン もう終わってるようです',null,'<p>久々にクロさんとMSNで連絡が取れたので、UOに入ってみました。</p>\r\r<p>今までバルクしかもらってなかったので気づかなかったのですが、ヘイブンもブリ銀前もかなり人が減っています。<br />\r特にブリ銀前はひとり、ふたりでした。</p>\r\r<p>昔は足の踏み場もないほどという表現がぴったりなほどにぎわっていたのに、やはりUOは衰退期なのでしょうか？<br />\rブリ観も閉鎖され、かなりのサイトがなくなっているようです。有っても更新されているのは少ないようです。</p>\r\r<p>この事実を知ったとき、新パッケージがぽろぽろしか出荷されていない事実をこう考えました。<br />\r「出荷しないのは、UO人口が減っていくら売れるかわからないからだ。少なめの方が売れていて生産が追いつかないと勘違いしてくれる人もいるだろう。」</p>\r\r<p>バグも多かったです、腹が立つことも多かったです。でも、GMコールでGMが来てくれる数少ないゲームだと思います。<br />\r運営の介入があり、統制を取ろうという意識がかいま見える運営会社があるMMOがなくなったのはすごく寂しいです。</p>\r\r<p>完全引退の日は近いようです。</p>','<p>ゼネピックでもこの話をしました。<br />\rゼネピックも結構二次職の人を中心にどんどん引退が始まっています。<br />\r実装が追いつかない問題、課金アイテムばかりという現状など人々が嫌気を指す理由はごろごろ有るようです。<br />\rくろねこ的に今年は大丈夫だと思うのですが、その先ゼネピックはどうなって行くのでしょうか？</p>',1,4584,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:16','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060419_hold_your_tongue_skorea',3,0,'2006-04-19 19:32:19','黙れ韓国！',null,'<p>竹島（韓国名・独島）周辺海域が騒がしくなってきた。</p>\r\r<p>韓国側が６月の国際会議で、当該水域に韓国側で名称を付ける動きがあるので、日本も対案を提出することを念頭においた上での下準備だ。</p>\r\r<p>海上保安庁がこの下準備のために、この海域の調査を始めるのだが(計画では20からであったようだ)、この計画に対して韓国の盧武鉉（ノ・ムヒョン）大統領が日本に対し脅しを掛けてきている。</p>\r\r<p>青瓦台（大統領府）で関係閣僚による安保政策調整会議を開き、「断固たる対応」を取る方針で臨むことを再確認したらしい。</p>\r\r<p>　大統領は十八日夜に与野党幹部を青瓦台に招いて懇談し、竹島に関する従来の「静かな外交」基調を再検討することで一致。安保会議では、韓国側の主張するEEZ内での日本の調査阻止に向けて具体策を協議した。潘基文（バン・キムン）外交通商相は十九日の定例会見で、今回の調査計画について、外交通商相は「今回の調査は、日本が行ってきた歴史歪曲の延長線上にあるものととらえ、包括的な方法で対処する」とした上で「日本は自ら計画を即時撤回し、外交当局間で議論すべきだ」と強調。さらに「調査を強行した場合に発生する問題の責任はすべて日本にある」と警告した。</p>\r\r<p>とのことだが、歴史歪曲をしているのはどっちでしょうか？</p>\r\r<p>文句があるなら、国際裁判で竹島問題の片を付けようではありませんか？それを拒否しておきながら、なんたる暴挙。<br />\rしかも、両国のEEZが重複するこの海域での海洋調査は、日本は30年以上ぶりであるが、韓国側はここ4年間毎年行われているという。</p>','<p>　また韓国海洋警察庁は同日、同国がEEZと見なす海域への測量船進入を阻止するため、竹島周辺に警備艇など18隻以上を集中配備したことを明らかにした。近く同庁の航空機も派遣するという。</p>\r\r<p>日本の防衛庁も金剛などを出動させるべきでは？あっ、最近できたヘリ搭載型護衛艦など良いかも？航空機もくると言うことなので、大艦装備以外に、対空ミサイルの装備を充実させないと。</p>\r\r<p>※EEZ=排他的経済水域=独占的に経済活動ができる海域</p>',1,3819,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060419_negligence',3,0,'2006-04-19 20:29:20','消費者生活相談窓口の怠慢',null,'以前違法行為が続くゼネピック対策で、地域の消費者生活相談窓口に相談中であるが、一向に話が進まない。<br />\r<br />\rなぜかというと、皆がインターネット関連の話題になると敬遠するからだ。<br />\r消費者生活相談窓口では相談員は自分の興味のある分野の相談のみ受け付けるようだ。<br />\rだから、興味のない相談は必死で他に振ろうとする。<br />\rまた、今回相談を受け付けた相談員全員「初日不算入」を知らなかった。<br />\r<br />\r国民生活センター法では以下のように記載されている。\r<blockquote>\r第十八条<br />\r　センターは、第一条の目的を達成するため、次の業務を行なう。<br />\r一　国民生活の改善に関する情報を提供すること。<br />\r二　国民生活に関する苦情、問合せ等に対して情報を提供すること。<br />\r三　前二号に掲げる業務に類する業務を行なう行政庁、団体等の依頼に応じて国民生活に関する情報を提供すること。<br />\r四　国民生活の実情及び動向に関する総合的な調査研究を行なうこと。<br />\r五　国民生活に関する情報を収集すること。<br />\r六　前各号に掲げる業務に附帯する業務</blockquote>\r苦情、問合せ等に対して情報を提供できていないのが現状。\rやはり、どこかの弁護士に話をするしかないようである。<br />\r<br />\rそこで、市の消費者相談窓口に電話するが、自動音声案内にてスルーする。<br />\r市役所に掛けても、担当部署が違うと言うことで、担当部署に電話を回すが、その先は自動音声案内で受け付け拒否。<br />\rたまったものではない。ゼネピックと同様不作為でこいつらも訴えたい。\rうちの近くにも、行列のできる...がほしい。','ハンゲームの利用規約に長々と一方的な内容が書かれていますが、消費者契約法では以下のように記載されています。<br />\r\r<blockquote>\r第十条　民法、商法その他の法律の公の秩序に関しない規定の適用による場合に比し、消費者の権利を制限し、又は消費者の義務を加重する消費者契約の条項であって、民法第一条第二項に規定する基本原則に反して消費者の利益を一方的に害するものは、無効とする。</blockquote>\rハンゲームの利用規約に、ユーザの質問に回答する義務がないと書かれていますが、全部が全部回答する義務があるとは言いませんが、こちらが契約内容に問題があると言っているにもかかわらず、この条項を盾に無視し通すのであれば、上記消費者契約法により無効になるかも？<br />\r<br />\r個人的には韓国の消費者保護法の以下の条項がほしいです。<br />\r<blockquote>\r第2章　国及び地方自治団体の義務等<br />\r第5条（国及び地方自治団体の義務）国及び地方自治団体は、第3条の規定による消費者の基本的権利が実現されるようにするために次の各号の義務を負う。\r<ol><li>関係法令及び条例の制定及び改廃</li>\r<li>必要な行政組織の整備及び運営改善</li>\r<li>必要な施策の樹立及び実施</li>\r<li>消費者の健全で自主的な組織活動の支援・育成</li></ol>\r</blockquote>\r国及び地方自治団体の義務を明記しているところが良いですね。\r<div class=\"add\">05/08追記<br />\r日本の消費者契約法を調べてる際に、日本にも同様の法律があったはずなのにと思っていたのですが、見つかりました。<br />\r厳密には法律ではないのですが、<a href=\"http://www5.cao.go.jp/2000/c/0512c-keiyakuhou.html\">消費者契約法</a>の下の方に、「衆議院 商工会 消費者契約法案に対する附帯決議」というものが記載されています。<br />\r法律ではないのですが、国会での附帯決議には一定の強制力がありますから、怠慢な消費生活センターに本来の仕事をさせる際には有用であると思います。<br />\r以下のように記載されています。\r<blockquote>\r（１）　国民生活センター、都道府県及び市町村自治体に設置された消費生活センターが、消費者契約に係る紛争の解決について果たすべき役割の重要性にかんがみ、その充実・強化を図ること。都道府県及び市町村自治体に対しても、その住民が身近な消費生活センターで消費者契約に係る適切な情報提供、苦情相談、苦情処理が受けられる体制を確保されるよう要請すること。<br />\r<br />\r（２）　消費生活センターにおいて、消費者契約に係る紛争（トラブル）についての相談、あっせんを行っている消費生活相談員は、その専門的な知識を基に本法を活用した消費者利益の擁護のために重要な役割を果たすことが期待されることにかんがみ、その育成・人材の確保及び本法のみならず民法や各般の個別法を総合的に活用できる専門性の向上のため、適切な施策の実施を行うこと。<br />\r<br />\r（３）　都道府県等において条例で設置されている苦情処理委員会が、消費生活センターと手続的連続性を有しながら、消費者契約に係る紛争を解決するための公正かつ中立的機関として活用できることにかんがみ、高度に専門的な紛争の処理能力を向上させるため、苦情処理機関の要請に応じて専門家を地方に派遣するなど、その活性化のための支援策を講ずること。\r</blockquote>\r全然、実体がともなっていないですね。</div>',1,4870,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www5.cao.go.jp/2000/c/0512c-keiyakuhou.html\">消費者契約法</a>',0,1,1,0,0,'1999-11-30 00:00:25','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060420',3,0,'2006-04-20 23:58:51','今日もガバで散歩(Lv.66)',null,'<p>魔導戦士さん、ヒトハしゃんに足りなかった「濁った英魂石」を頂いたので、ガバにクエしにヒトハしゃんを拉致って旅立ちました。<br />\r<img alt=\"今日のメンツ\" src=\"http://blog.blackcatlab.com/images/xo/xo060420_1.jpg\" width=\"500\" height=\"500\" /></p>\r\r<p>今日も、ニグが歩いているところに遭遇、SSの定期取得を実行していたので、当然取れているだろうと思いつつも、ベストショットをねらって手動でも...<br />\rあれ？設定画面が...<br />\r定期実行の中断キーとSSの取得キーがかぶっていたので、なんにも取れていませんでした。</p>\r\r<p>やはり本番前にテスト実行するべきでしたね...</p>\r\r<p>ところで、ボス出てるのにヒトハしゃんなにしてたの？初のボスで観戦？<br />\rドロップは、ローグ75の兜だけで残念でしたね。血でも出ればヒトハしゃんの石版の足しにでもなったのに。</p>','<p>ヒトハしゃん、眠い中ご苦労様でした。<br />\r添い寝役は、くろねこの役目に決定しましたのでよろしく！出来ればリアルでお願いします....<br />\r<img alt=\"ヒトハ\" src=\"http://blog.blackcatlab.com/images/xo/hitoha.jpg\" width=\"100\" height=\"120\" /><br />\r今日の新しいPTメンバ≪ヒトハしゃん≫</p>',1,3036,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060421_to_nhn_japan',3,0,'2006-04-21 19:40:00','今度はNHN Japanをつついてみる',null,'ゼネピックサポートにだけ問い合わせしていてもらちがあかないこと、行政も今のところあてにできないところから、つつけるところは全部つついてみることにする。<br />\rそこで、今度はハンゲームの運営会社NHN Japanに対応を求める問合せを送ってみる＜なんか日本語が変！<br />\r以下がその問い合わせ内容\r','<blockquote>\rいつも利用しております。<br />\r<br />\r御社システムの中でも「ゼネピックオンライン」をメインで利用させていただい<br />\rております。<br />\rそのゼネピックオンラインに起きまして問題点があり、同サイトのお問い合わせ<br />\rより、質問並びに改善要望を申し入れております。<br />\r<br />\rしかしながら、対応される気配がないのでより大きなカテゴリの問題として、ハ<br />\rンゲームのお問い合わせ窓口に要望するものであります。<br />\r要望内容は以下の通りであります。<br />\r1.WEBサイト上にて、別途定めると書いてあるにもかかわらず、その記載がどこ<br />\r  にも表示されていないもの。<br />\r「本サービスの利用料、発生基準、算定方法等は、運営会社が別途定める通りと<br />\rします。」と記載があるにもかかわらず、一部の内容については省略されている<br />\rとのことです。これは下記の問題にも関わるので明確に表記していただけますよ<br />\rうお願い申し上げます。<br />\r<br />\r2.課金(有料)アイテムの中でも日単位で期間契約しているアイテムについて<br />\r契約を行うと基本的に期間に関しては、民法139～142条に依存するはずです。<br />\r今回問題となるのは、掲題の通り課金アイテム中で日単位で契約を行っているア<br />\rイテムです。<br />\r期間の起算時期は初日は参入しない事になっております。また、期間の満了につ<br />\rいては最終日の午後12時(24:00)<br />\r142条については24時間365日営業のオンラインゲームには則さないと考えられま<br />\rすので、同条項を適用する必要はないかと思います。<br />\rよって、現在のゼネピックオンラインで行われている期間計算の方法を行うこと<br />\rは、不法行為を行っていると言わざるを得ない状況です。<br />\r<br />\r(詳細は下記の条文を参照。)<br />\r<br />\r（期間の起算）<br />\r第139条　時間によって期間を定めたときは、その期間は、即時から起算する。<br />\r第140条　日、週、月又は年によって期間を定めたときは、期間の初日は、算入<br />\rしない。ただし、その期間が午前零時から始まるときは、この限りでない。<br />\r（期間の満了）<br />\r第141条　前条の場合には、期間は、その末日の終了をもって満了する。<br />\r第142条　期間の末日が日曜日、国民の祝日に関する法律（昭和23年法律第178号）<br />\rに規定する休日その他の休日に当たるときは、その日に取引をしない慣習がある<br />\r場合に限り、期間は、その翌日に満了する。<br />\r<br />\r<br />\r上記のような問題点を速やかに解消していただけますよう申し上げます。<br />\rまた、ハンゲームの利用規約に、ハンコインでのトラブルについて原則として保<br />\r証をしない旨が記載されていることは承知しております。<br />\rしかし、別途定めるとした規約の確認が昨年12月末、回答が3月。有料アイテム<br />\rの期間の問題点を最初に指摘したのが3月ですが、未だ回答が得られておりませ<br />\rん。<br />\r<br />\rハンゲームでは利用者の質問に応じる義務が無いとも記載されていたかと思いま<br />\rすが、速やかにご返答いただけますようお願い申し上げます。</blockquote>\r<br />\rしかし、この問題はゼネピックだけの問題ではない。この法律を知らない企業がほとんどなのではないかと思えるほど、初日から参入しているところが多い。<br />\rこのサイトが動いているロリポップも契約は初日参入で契約になっている。しかもその旨はどこにも記載がない。<br />\rこの前、新しいドメインを取得した際に初めて気づいた！<br />\r<br />\rみんなで広めよう法令遵守の輪！',1,3134,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:49','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060421',3,0,'2006-04-21 22:05:39','がちゃがちゃ(Lv.66)',null,'<p>いつもいつもはずれだった...</p>\r\r<p>がちゃ500..今まで1個も装備アイテムが出たことがない。<br />\rがちゃ300で出たアイテムはサンタ帽だけ...</p>\r\r<p>そんなくろねこも今日は、がちゃ300に挑戦して、赤マフルとスターバンドが出ました。<br />\r狩りが結構楽になりました。もうちょっと買うかな？</p>','',1,2954,0,5,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:38','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060423',3,0,'2006-04-23 16:14:00','くろねこ Lv67に(Lv.67)',null,'<p>ようやくLv.67になりました。</p>\r\n\r\n<p>G.W.中にLv.71に、そして転職できる可能性が濃厚になってきました。<br />\r\nレベル上げ手伝ってくれた☆ｽﾀﾝﾘｨｰ☆ありがとう。</p>','<p>SS は撮ったんだけど、会話中であわてて撮ったら羽はもう消えてLevel UPの文字しか見えないでつ！<br />\r\n残念。<br />\r\n<img alt=\"くろねこ67\" src=\"http://blog.blackcatlab.com/images/xo/blackcat67.jpg\" width=\"400\" height=\"480\" /></p>',1,2338,3,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060423_2',3,0,'2006-04-23 22:43:27','海賊船でRED. ロストでトーマスに...(Lv.67)',null,'<p>mary☆、タンク、珊瑚とくろねこが久々にそろったので、冒険に出ることにした。</p>\r\r<p>図書館B1F、ガバB1F、海賊船はいっぱいMPKがいるので、パスしてロストに行くことにした。<br />\rでも、タンクはまだクエストが終わってなかったので、35のクエ＆鍵クエを終わらせることになった。<br />\r最後、mary☆さんはアコなのでギルドワープが使えないので、海賊船で移動することにしたがRED.にやられて3人死亡、くろねこはリターンスクロールでぎりぎりセーフ。その前にバグで浮いてたので死にたくなかった...mary☆さん(^.^)ご(-.-)め(__)ん(-｡-)ね(^.^)</p>','<p>リターンスクロールできた、火薬庫でトーマス7777がロストに行くと予告宣言。げー。と思いつつ、ロストに向かう。<br />\r21：00ごろ、やっぱり来たよトーマス。何とか第1弾はかわしたが、そのあと20分後くらいにもう一回来て、くろねこは逃げ切ったんだけど、タンクが気付かずに逃げ遅れ、助けに行ったらモンスターが見た目以上に重なっててあえなく撃沈。</p>\r\r<p>やっぱトーマスがいると難易度レベル上がっちゃうね。もっと強くならないと。</p>',1,2404,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060424_marine_corps_move',3,0,'2006-04-24 23:28:21','海兵隊のグアム移転経費問題',null,'<p>海兵隊のグアム移転経費問題の移転経費の総額102.7億万ドル（約1.2兆円）日本負担の割合が59%に決まったとか。</p>\r\r<p>どうしてこんな事になったのだろうか？<br />\r海兵隊のグアム移転は日本側の要望でもあるが、本来海兵隊は米国側の組織であるので米国が維持費を負担すべき。<br />\r当初75%の要求があったとも言うが、この総額の根拠すら怪しい。国民には費用が本当に必要なのか判断できる材料は多くない。</p>\r\r<p>また、そのほかの移転問題でも費用はかさむ。一件で7,100億円かかるなら、沖縄と岩国で1.4兆円はかかるのか？<br />\r下手すると2兆円はかかるな...</p>\r\r<p>これだけお金ががかるなら、日米安保から見直す必要もでてくるのでは？もっと消極的な安保でも良いという国民も多いかと...<br />\r1.4兆円もあったら、最近の物騒な世の中を見直すために、新たな警察組織を作るとか(現行の警察組織を拡充しても、腐ってるのでよくならない)、国債発行高を減らしてもっと動きやすくするとかまずやるべき事はあるんじゃない？</p>\r\r<p>そもそも、今回の移転費用は誰が持つの？税金負担増＞消費税率アップですか？</p>','<div class=\"add\">04/28追記<br />\r先日の新聞記事で、ラムズフェルドの試算で控えめに見積もっても3兆円はするみたいです。\rみんな反発するよね。</div>\r',1,3402,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:03','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060425',3,0,'2006-04-25 07:58:13','ゼネピックの嘘つき(Lv.67)',null,'<p>6:30頃から全然ゼネピックに入れない。</p>\r\r<p>WEBサイトの方もニュースなど中身がデータベースではないかと思うところは表示されていない。<br />\r他の固定情報だと思われるページは正常に表示されている。<br />\rクライアント側も最新情報表示エリアはWEBべースなので、更新されていないというか、エラー404(つまりサーバに到達できていない)ということでメンテが5:20に終わったというのは真っ赤な嘘だ。</p>\r\r<p>5:20に何のメンテナンスが終わったのだろうか？<br />\r信用のおけない会社である。</p>','<div class=\"add\">追記<br />\r今日はネットワークが非常に重かったためその影響かもしれないが、この時間帯は何度やってもゲームが開始できなかった。サーバがダウンしているのか、インフラの影響なのか向こう側のIPアドレスが公開されていないので何とも言い難い。<br />\rIPが公開されていてもPING(通信確認)やTRACERT(経路調査)してみて良いかどうかも、昨今の事情ではとても複雑である。</div>',1,2531,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:31','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060425_2',3,0,'2006-04-25 21:06:07','04/25 ゼネピック 重すぎ(Lv.67)',null,'<p>ゼネピックオンライン、めちゃめちゃ重いです。</p>\r<p>無応答時間が長くて、サーバの調子が悪いのかそれともメンテナンスで導入したプログラムに不要な処理が入っているのか、原因は不明ですが問題はサーバ側のようです。<br />\r多くのクライアントで同じ症状が発生しているので、クライアント側の問題とは考えにくいですね。<br />\rWindowsUpdate もなかったですし。</p>\r<p>何とかしてほしいです。</p>','<div class=\"add\">\r<p>追記<br />\r何かネットワーク全体が重いみたいですね。他のゲームも日中から重かったようです。<br />\rときメモでもサーバから追い出されました。BIGLOBE ストリームも途中で切れました。<br />\rなにか、大手ISPで回線の再編でもしたのでしょうかね。</p>\r<p>ゼネピックを初めて約半年、何度かこういう重さを体験したが、ネットワークインフラが原因と意識したのは今回が初めてである。UO の時にはどこかのサイトに 大手 ISP の再編成があるのでという情報がどこかに記載されていたし、各シャード(ゼネピックで言う「チェリー」と「ストロベリー」)の応答時間もゲーム開始時に表示されていた。これが大体の目安になったし、通信がどこでおかしくなっているのか確認するツールも公式で提供されていた。(ただし、こういった情報の詳細な宛先は不明。1シャードは複数のサーバで構成されているため、どのサーバかわからないからである。ゼネピックに置き換えると、各マップが別サーバだと仮定して、どのマップのサーバの情報を集めているかわからないと言うことになる。)</p>\r<p>あきらめて、明日の朝プレイしますか。。。朝起きられればいいけど。</p>\r</div>',1,3334,3,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060426',3,0,'2006-04-26 23:18:34','今日は新しいメンバで(Lv.67)',null,'<p><img class=\"left\" alt=\"ここの温泉は擦り傷に効く？\" src=\"http://blog.blackcatlab.com/images/xo/xo060426_1.jpg\" width=\"250\" height=\"220\" />\r\nレベル上げも飽きてきたので＜おぃおぃ<br />\r\n<br />\r\nくれぁを誘って冒険に出ることに！<br />\r\nふたりだと寂しいので珊瑚も誘ったのですが、くれぁがメンバ増やす増やす。<br />\r\n最終的に8人になるわけですが...<br />\r\n<br />\r\nほとんど知らない新しいメンバでした。<br />\r\nガバルツに冒険に行ってやったことは雑魚を素手でぼこぼこに殴ることぐらい？<br />\r\nボスには出会えなかったし、ニブルもなにも落とさなかった...えぇーん。<br clear=\"all\" /></p>','',1,2663,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:35','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060427',3,0,'2006-04-27 08:08:55','冒険の帰りに...(Lv.67)',null,'<p><img class=\"right\"alt=\"安地で！\" src=\"http://blog.blackcatlab.com/images/xo/xo060427_1.jpg\" width=\"300\" height=\"300\" />\r\nデビスフェアリー3匹の強襲にあい、安地で浮いちゃいました。。。<br />\r\n<br />\r\nジュース飲んでたんだけどな。3本同時だとMAX HPよりもおおいので。。。<br />\r\nやはり、リターンスクロールで帰るべきだったか、同じような経験が幾度もなく繰り返される。</p><p>It is no use crying over spilt milk.<br clear=\"all\" /></p>','',1,2809,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060428',3,0,'2006-04-28 08:03:58','全然レベルがあがりません(Lv.67)',null,'<p>全然レベルがあがりません。</p>\r\n\r\n<p>平日は10%/Dが目標値(2.0倍なので実質5%/D)なのですが、ここ数日は5%位。<br />\r\n昨日は、仕事先でトラブルが発生。トラブル対応のために作業場で3時間ほど待機。<br />\r\n実質作業は無かったものの、ゲーマーとしては痛い。</p>\r\n\r\n<p>しかも、この時間は直接収入に影響しません。契約のバッファ時間に相当。<br />\r\n(契約でお金がもらえない時間帯があるのです。月契約した時間～30時間は売り上げが発生しません。<br />\r\nこのことについて書くと、愚痴がいっぱい出てしまうので、置いといて。)</p>\r\n\r\n<p>結局昨日の夜は3%しか上がりませんでした。(/□≦、)エーン!!<br />\r\n今日の朝も3%位。</p>\r\n\r\n<p>でも、朝プレイしていると一護からフレンドチャットが...<br />\r\n「そろそろナイトじゃない？」と、G.W.後半の予定だと伝えたら、転職式には呼んでくれと...<br />\r\n一護も衣替えには呼ぶからと...Σ(ﾟ□ﾟ(ﾟ□ﾟ*)ﾅﾆｰｯ!! そのまま聞いてると、現在Lv84%の上がったところとか。</p>\r\n\r\n<p>たぶん、一護の衣替えの方がおいらよりも早いな...<br />\r\nG.W.の9連休、残り350%がんばりますです。誰か手伝いに来て！</p>','',1,2211,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060429',3,0,'2006-04-29 21:59:10','レベル68になりました(Lv.68)',null,'<p><img class=\"left\" alt=\"レベル68\" src=\"http://blog.blackcatlab.com/images/xo/blackcat68.jpg\" width=\"400\" height=\"450\" />\r\nやっとこさレベル68になりました。<br />\r\n<br />\r\n途中海賊船でライフガードなしに浮いちゃったりしたけれど。くろねこは元気です。<br />\r\n（魔女の宅急便風に...）<br />\r\n<br />\r\n今回もステータスは素早さに振りました。合計素早さ19です。<br clear=\"all\" /></p>','',1,2727,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060429_2',3,0,'2006-04-29 23:17:20','☆ｽﾀﾝﾘｨｰ☆がクレリックに転職(Lv.68)',null,'<p><img class=\"right\" alt=\"☆ｽﾀﾝﾘｨｰ☆転職\" src=\"http://blog.blackcatlab.com/images/xo/xo060429_1.jpg\" width=\"500\" height=\"450\" />\r\n本日☆ｽﾀﾝﾘｨｰ☆が急遽クレリックに転職することになりました。<br />\r\n(理由を言うと図書館で12回浮いて、lv.72→71に下がったからこれ以上下がりたくないからだとか...)<br />\r\n<br />\r\n絶対に後悔すると思う転職式は今回が初めてでした。<br />\r\n急遽なので、魔神の血3色、フェアリーパウダー、精霊石、形象石、英魂石いずれも借り物ですませた☆ｽﾀﾝﾘｨｰ☆でした。<br />\r\n<br />\r\nちなみに、☆ｽﾀﾝﾘｨｰ☆がどたばたとやってる間に、いつ後悔するかアンケートを採ったところ最短で1時間後という回答が得られました。<br />\r\n<br />\r\n後悔の声が聞こえるのはいつになるのか？楽しみです。(3日はもってほしいな..)<br />\r\n<br />\r\nそして、おいらが貸した転職グッズはいつになったら返ってくるのでしょうか？<br />\r\n<br />\r\nまあ、転職おめでとぅ<br clear=\"all\" /></p>','<div class=\"add\">05/01追記<br />\r\nすでに後悔しているようです。2日しか保たなかったと言うべきか、2日も保ったと言うべきか...<br />\r\n貸したアイテムは、すぐに返ってきました。一日中バザーしてたとか。</div>\r\n<div class=\"add\">05/02追記<br />\r\n何か、今度はマジを作ると言い始めました。PLしてくれる人物を捜しているようです。<br />\r\n思いとどまって、クレリックかもしくは元のメインでアコ2をという方向で検討してくれる方が良いんですが...</div>',1,2930,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060430',3,0,'2006-04-30 11:55:49','久しぶりに遭遇(Lv.68)',null,'<p><img class=\"right\" alt=\"ガディちゃんおひさ！\" src=\"http://blog.blackcatlab.com/images/xo/xo060430_1.jpg\" width=\"500\" height=\"480\" />\r\n久しぶりに見ましたね。ガディプラント。このSSは二枚目ですが、1枚目を取ってたらFAを逃してしまいました。<br />\r\nまあ、クエも終わったしヒトハちゃんの石版もkouが取れたので、もう必要ないかと。。。<br />\r\n<br />\r\nでも、スカだとなぜか寂しい<br />\r\n<br />\r\n今日は頭がいたのでちょっとお休みします。<br clear=\"all\" /></p>','',1,2508,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060501',3,0,'2006-05-01 21:31:18','今度のイベントアイテムは？(Lv.68)',null,'<p>まいどのように現実世界のイベントに合わせて、イベントアイテムを出してくるゼネピック。</p>\r<p>今度はどんなアイテムが出るのかなと予想。<br />\rkou との話し合いでは、鯉のぼりが出てきました。他に出してほしいのは五月人形の甲冑だけど、運営のセンス上これは出ないとの意見で一致。<br />\r鯉のぼりも着ぐるみが良いなと思ているのですが、果たしてどうなることやら。。。</p>','',1,2615,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060502',3,0,'2006-05-02 21:39:19','鯉のぼりのかぶり物か(Lv.68)',null,'<p>今回のイベントアイテムは鯉のぼりの着ぐるみでした。<br />\r\n<br />\r\nそれも進行方向が口になってますね。口から顔が出るのかと思いきやただかぶってるだけでした。<br />\r\n男がかぶると黒に、女がかぶると赤になるようですね。(今回はちょっとひねったのかな)</p>','くろねこは「長期休日袋(混ぜ玉運試し)」を買いました。<br />\r\n内容は....<br />\r\n<ol><li>ストリーミングカープ（鯉のぼりのかぶり物、効果：力+8、体力+5）</li>\r\n<li>ガチャポコ300×1</li>\r\n<li>ガチャポコ300×2</li>\r\n<li>ガチャポク500×2</li>\r\n<li>ガチャポコ300×2</li></ol><p>でした。</p>\r\n<p>前回の内容から行くと、今回も2000XPの袋には全部ストリーミングカープは入ってるのかな～と思っています。</p>',1,4301,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060502_2',3,0,'2006-05-02 23:06:33','レベル69になりました(Lv.69)',null,'<p><img class=\"left\" alt=\"レベル69になりました\" src=\"http://blog.blackcatlab.com/images/xo/blackcat69.jpg\" width=\"400\" height=\"450\" />\r\nやっとレベル69になりました。<br />\r\n<br />\r\n金曜の晩から丸三日ほど(途中休んでますが...)椅子に座ってるのはつらい。<br />\r\n仕事でも毎日椅子に座って作業しているのですが、ゲームになると変な力が入っているようで背中と肩がかなり痛いです...<br />\r\n<br />\r\nでも後2レベルがんばらないと。<br />\r\n(SS押したときに撮れていないので、羽が消えてる...)<br clear=\"all\" /></p>','',1,2672,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060503',3,0,'2006-05-03 22:15:00','ゆうまさんにレベル上げを手伝ってもらう(Lv.69)',null,'<p>今日は朝に 2時間ほどやって 10%稼いだ後、BBQ をするために16:00頃まで出かけてました。</p>\r<p>今日はほとんど上がらないかなと思っていたら、レベル上げ中のピナッツマップにゆうまさんが...<br />\rPL してくれると...おぉぉ。<br />\rゆうまさんと一緒に「クラマの森」へ...そこでは一時間に約10%ほど稼げるようでした。＞すごいゆうまさん。<br />\rそのあとさらなる稼ぎを目指して、一個奥の「イボルグの森」へ行ったのですが...<br />\r芋虫に囲まれて浮いちゃいました(&rarr;o&larr;)ゞあちゃー。どうして浮いちゃうの～？</p>\r<p>普段、狩りの最中にライフガードを付けてないので-10%がとても痛い。</p>\r<p>そのあとは、狩り場のレベルを落として、リニアでゆうまさんとふたりでこつこつ稼いでいます。</p>\r<p>ゆうまさんありがとう！</p>','<div class=\"add\">05/04追記<br />\r日が変わって2:30頃には、レベル69の40%になりました。もうねむねむなので、浮いちゃうとまずいので寝ます。</div>',1,2947,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060504',3,0,'2006-05-04 22:51:31','ガチャ開けまくり7連発(Lv.69)',null,'<p>今日、先日買った福袋のガチャを開けてみました。</p>\r<p>装備関係は..<br />\rガチャポコ300からハードグラスが<br />\rガチャポコ300Cから、天使のパジャマが<br />\r出ました。<br />\r後は、「ある冒険者の記録」(経験値2.0倍 3D)が出た以外は全部はずれかな？</p>','',1,3211,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060505',3,0,'2006-05-05 03:03:43','レベル70になりました(Lv.70)',null,'<p><img class=\"left\" alt=\"レベル70になりました\" src=\"http://blog.blackcatlab.com/images/xo/blackcat70.jpg\" width=\"400\" height=\"450\" />\r\nとうとうレベル70になりました。二次職転職まであと残るところ1レベルとなりました。<br />\r\n<br />\r\n99.99%になったとき、SSの準備をしてたら横からじゃまが～<br />\r\n横によけてる間に☆珊瑚☆がモンスター倒してレベルアップ。<br />\r\nいつとっても、1秒くらい遅れるなWinShot。71レベルのときは、逃さず取るぞ！<br clear=\"all\" /></p>','',1,2485,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060505_2',3,0,'2006-05-05 03:03:45','ヒトハがアコ2に...なったぁ(Lv.70)',null,'<div class=\"left\">\r\n<img alt=\"アコ2おめでとう\" src=\"http://blog.blackcatlab.com/images/xo/xo060505_3.jpg\" width=\"300\" height=\"300\" /><br />\r\n<img alt=\"くま鍋うまい\" src=\"http://blog.blackcatlab.com/images/xo/xo060505_2.jpg\" width=\"300\" height=\"300\" /></div>\r\n<p>ヒトハちゃんがlv.71のアコ2になったぁ。<br />\r\nおめでとぉ！<br />\r\n<br />\r\nって、げ、先超されてるやん。。。<br />\r\nなになに、2.5倍？。ポイントゼロ？<br />\r\n<br />\r\nくろねこも、2.5倍にしておけば、昨日ぐらいに上がったはず。。。<br />\r\n力の課金もしておけば良かったかな？<br />\r\nでも、何で最初のみんなで取った最初のSSが「くま鍋おいしい」なの？(下の写真の方が先に撮ってます。)<br />\r\n普通は、「アコ2おめでとう」が先だよね。</p><br clear=\"all\" />','',1,3356,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060505_3',3,0,'2006-05-05 04:40:59','リシェ VS ポヨヨーン(Lｖ.70)',null,'<div class=\"left\">\r\n<img alt=\"いたよ、ポヨヨーン\" src=\"http://blog.blackcatlab.com/images/xo/xo060505_4.jpg\" width=\"400\" height=\"300\" /><br />\r\n<img alt=\"がんばれ、リシェ。ファイトォ！\" src=\"http://blog.blackcatlab.com/images/xo/xo060505_5.jpg\" width=\"400\" height=\"200\" /><br />\r\n<img alt=\"あ・と・す・こ・し！\" src=\"http://blog.blackcatlab.com/images/xo/xo060505_6.jpg\" width=\"400\" height=\"200\" /></div>\r\n<p>リシェがゼロマインB3Fでみかん集めをしていたので、じゃまをしに行ったのじゃ！<br />\r\n<br />\r\nリシェがサブを上げるって言ったから、すぐ帰ることになったんだけど、ブリンに帰る途中においらはあるものを探しながら帰ったの。<br />\r\nそれは「ぽよよ～ん」。<br />\r\nだって、リシェの所に行くときに倒したからそろそろ時間かな？って<br />\r\n<br />\r\nくろねこのサブでは堅くて倒せなかった、ポヨヨーンもリシェだと倒せる。<br />\r\nでも、何でそんなにポヨヨーン堅いの？もしかしてリシェ弱い？＞おかしいな？くろねこよりも強かったはずなのに！</p><br clear=\"all\">','<p><img class=\"right\" alt=\"マゾピック\" src=\"http://blog.blackcatlab.com/images/xo/xo060505_7.jpg\" width=\"220\" height=\"300\" />\r\nあと、行きしにこんな変な人を見かけたのじゃ。<br />\r\nアイスフェアリーの執拗な攻撃を受け続ける人。周りのPTとおぼしきメンバが、アイスフェアリーを集めてきてました。まさにマゾピック。最初通りかかったとき、知らなかったので一匹減らしてしまいました。<br />\r\n<br />\r\nでもどうして、フェアリーは魔法を使ってこないの？<br clear=\"all\"></p>',1,2440,1,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060506',3,0,'2006-05-06 21:56:49','一護のお着替え(lv.70)',null,'<div class=\"left\">\r\n<img alt=\"アコ2前半\" src=\"http://blog.blackcatlab.com/images/xo/xo0600506_1.jpg\" width=\"400\" height=\"400\" /><br />\r\n↑が...↓これに！<br />\r\n<img alt=\"アコ2後半\" src=http://blog.blackcatlab.com/images/xo/xo0600506_2.jpg\" width=\"400\" height=\"400\" />\r\n</div>\r\n<p>転職式予定まで残り52%もあるのに、20:30になって時給が2%位なくろねこ。<br />\r\n<br />\r\n時給が2％が発覚して大あわて、ゞ(+ヘ+)``間に合わん。。。<br />\r\nそーんなくろねこに、一護さんからお着替え式のご連絡が...時間が21時に決まったとか。<br />\r\n場所は後ほどということになりました。そのあと場所の連絡が来たのですが、本当はエイルの真ん中だったのに見間違えてエスネの真ん中と思いこんだくろねこ。<br />\r\n<br />\r\n時給が7-8%稼げるとバギーさんから聞いたコブラマップへGo!!<br />\r\nくろねこが選んだコブラマップは、エスネに近いゼロマイン-エスネ間のコブラマップ。<br />\r\n乱狩りしてるとお時間に...<br />\r\nあー、遅れるーと一護に連絡しながら、エスネへ。。。<br />\r\n<br />\r\nあれ誰もいない？一護にもう一度聞くと「エスネ」じゃなくて「エイル」だと。(ﾟ◇ﾟ)ｶﾞｰﾝ<br />\r\n仕方がないのでケンディボルトスクロール買って、移動しました。<br />\r\n<br />\r\nちゃんと確認しないとダメですね。<br />\r\n<br />\r\n一護レベル87になって帽子がかわった～。<br />\r\n<br clear=\"all\" /></p>','',1,2308,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060507',3,0,'2006-05-07 01:06:06','くろねこの転職式のご連絡(Lv.70)',null,'<p>さて、本日やっとの思いでレベル70 65%になりました。<br />\r残すところ35%なのですが、マウスを操作する手首が痛い。もうできなーい。<br />\rということで、朝起きてからがんばります。</p>\r<p>で、肝心の転職式のご連絡ですが、<br />\r<em>本日5/7 21:00より、戦士ギルドユパイン前</em><br />\rで執り行います。皆様お忙しいところ申し訳ございませんが、ご近所お誘いあわせの上ご出席下さいませ！</p>','',1,2854,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:26','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060507_2',3,0,'2006-05-07 21:35:48','くろねこ転職です(Lv.71)',null,'<p><em>くろねこ、本日21:24に転職しました。</em><br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060507_3.jpg\"><img height=\"500\" alt=\"祝！転職式！\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060507_3s.jpg\" /></a><br />\rたくさんの人に来ていただけて非常に幸いです。</p>\r<p>参加いただいた皆さんも、都合で来れなかった皆さんもありがとうございました。</p>\r<p>最初ちょっと人数少なめかなと思ったのですが、後から後からどんどん参加していただいていっぱいになりました。<br />\rくま夫さんも、お呼びしたのですが他のマジの方の転職式とブッキングと言うことで来ていただくことが出来ず残念でした。<br />\r他にも招待させていただいたものの都合がつかず、残念にも来ていただくことが出来な方、時間の調整が出来ず申し訳ござませんでした。</p>','',1,2929,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo060507_3.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:14','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060508',3,0,'2006-05-08 00:04:00','転職記念にロストへ行きました(Lv.71)',null,'<p>この後一部メンバでロストに行きました。最初はアコのリシェが来るかどうか心配だったので(くれぁ。とヒトハは用事だったみたい。)、ジュースの手持ちが少ない人にジュースを100ずつ配布。<br />\r(鰹さんはいっぱい持ってたけど、一番レベルが低いのでちょっと心配だったので配布させていただきました。)<br />\r最初は西と東で準備体操。その後ちょうどグリの時間だと一護さんに聞いて移動開始。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060508_1.jpg\"><img alt=\"リシェよそ見は危ないよ！\" src=\"http://blog.blackcatlab.com/images/xo/xo060508_1s.jpg\" width=\"500\" height=\"300\" /></a></p>','<p>一回目は、魔法防御UPのアイテムを買いにSHOPに行ってる間に、戦闘が開始されてて途中参加でした。ドロップはなくちょっと残念。<br />\r(デヴァイスさんが浮いちゃって残念でした。デヴァイスさんにはジュレアプレです。)<br />\rそのあとなぜか、mari-さんのブログ用？の撮影会？なぜかくろねこも参加です。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060508_2.jpg\"><img alt=\"ブ??グ用撮影会？\" src=\"http://blog.blackcatlab.com/images/xo/xo060508_2s.jpg\" width=\"500\" height=\"156\" /></a></p>\r<p>二回目、24分に沸くのはわかっていたんだけど、いきなり後に分かれるとびっくりするじゃない。<br />\r蒼猿さんが帰ってきて「おかえりー」って入力の最中でした。出た瞬間のSS撮ろうとF11を押したけど、文字入力中はとれないのよね。残念。＞＜；<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060508_3.jpg\"><img alt=\"二回目のグリ\" src=\"http://blog.blackcatlab.com/images/xo/xo060508_3.jpg\" width=\"500\" height=\"375\" /></a><br />\rほとんど、ジュース押しっぱなしの状態でした。MPはほとんど切れた状態なので、通常攻撃しながら減ったら回復、次の魔法が来そうなら押しっぱでした。そうしてる間にグリのMPが切れたので(Hideさんが「こいつMP切れたぞ」って教えてくれたので)途中からバター連打に。。。<br />\r(2回目はくろねこが浮いちゃいました。魔法は耐えられたんだけど《2100位食らってるんでしょうか》、召還が発生したと同時に浮いちゃいました。攻撃でも食らったんですかね？)</p>\r<p>倒したら、二回目は「エルトニルクラウン」をゲットしました。アイテムはデヴァイスさんにいきました。<br />\rくろねこは、婚約指輪がほしかったのにな～</p>\r<div class=\"add\"><p>追記<br />\rこの後、すこし西にデヴァイスさんと蒼猿さんと狩りに行ったのですが、リスには出会えなかったですね。<br />\rさらに、この次のグリでは召還がなっかたとか、<strong>日頃の行い</strong>ですか？</p></div>',1,2790,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo060508_1.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo060508_2.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo060508_3.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:53','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060509_doubleclick',3,0,'2006-05-09 12:55:23','ダブルクリックは不自然か？',null,'<p><a href=\"http://pc.watch.impress.co.jp/docs/2006/0331/config099.htm\">■山田祥平のRe:config.sys■ ダブルクリックにさよなら</a> この記事を読んでシングルクリックの方が使いやすいのかと疑問を感じつつも、一番使用頻度が高い仕事用のパソコンのうち一台をシングルクリックに設定してみた。その後今日までその環境で使い続けているし、今もそのままだ。</p>\r<p>ここでお断りしておく、くろねこはPC8801の時代からパソコンを操作し、PC9801の時代には自分専用のパソコンを所有していた。つまり、マウスが一般的に使用されるようになったWindows以前からパソコンを使用している。ロートルと表記されている古いユーザだ。<br />\r(そういえば、いつマウスは出てきたのかな？PC9801 RA21を買ったころには標準ではマウスはついてなかった。)<br />\rマウス操作で困った記憶は全くない。当時高校生だったくろねこは、何の違和感もなくすんなりと受け入れることができた。 <br />\r紹介記事の中で以下のように書かれている。<br />\r<blockquote>マウス操作の中で、もっともハードルが高いのがダブルクリックだ。</blockquote>とあるが、これには同意できる。動きの悪いマウスや、スライドパッドなどの普段なれない入力デバイスを使ったときにダブルクリックでいらいらした経験はある。</p>','<p>しかし、シングルクリックならいらいらすることはなく、全ての使用者が快適に使用できるのだろうか？答えは否だ。<br />\rくろねこは、シングルクリックの使いにくさの原因がポイントにあると思う。<br />\rシングルクリック環境では選択をポイントで、実行をクリックで行う。ダブルクリックの環境ではクリックで選択、ダブルクリックで実行だ。<br />\rでは使いにくい場合はどんな場合だろう。</p>\r<p>例えば、いろいろなフォルダを&quot;複数の&quot;エクスプローラで開いていたとしよう。そんなとき、現在アクティブでないエクスプローラで表示されているファイルが選択したくなったとする。<br />\rシングルクリック環境ではまず、ウィンドウを切り替える操作が必要になる。エクスプローラの空いているところや、タイトルバーなどを一回クリックする必要があるのだ。<br />\rでは、ダブルクリック環境どうか？ダブルクリック環境では選択したいファイルが見えていれば、そのままクリックすればいい。<br />\rつまり、シングルクリックの環境では操作が一回分余計にかかるのだ。<br />\rもう一つ、ダブルクリック環境の優位性をあげると選択にかかる時間が少ないのだ。ポイントではマウスカーソルを持っていって、しばらく&quot;待つ&quot;という時間があるが、ダブルクリック環境では、クリックしてしまえば待つ必要はない。</p>\r<p>ダブルクリックができるのであれば、ダブルクリック環境に設定しておく方が現在のWindowsでは何かと問題が少ないと言えよう。しかし、なにが何でもダブルクリックで実行が楽かと言われればそうではない。WEBの画面などでは、シングルクリックで問題ないだろう。選択するという機会が通常のWindows操作に比べて少ないからだ。選択が必要な機会は範囲選択だけじゃないだろうか？(クリックで実行されるリンクの端から範囲選択を開始する際の操作性は何とかしてほしい。)</p>\r<p>Windowsも時間が経ち、ポイントでアクティブウィンドウも変更されるなどの仕様変更が行われればこの限りではないことは言うまでもない。Windowsはシングルクリックでの操作に対して、未だ熟成されていないと言えよう。</p>',1,5375,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://pc.watch.impress.co.jp/docs/2006/0331/config099.htm\">■山田祥平のRe:co...</a>',0,1,1,0,0,'1999-11-30 00:00:04','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060509',3,0,'2006-05-09 21:07:53','あれれ？(ねこLv.71,果汁Lv.35)',null,'<p>自分にしか掛けられないはずの補助スキルが人に掛けられる。。。<br />\rバグ続きのゼネピックで今ブームになっている。<br />\rブリンに行くとみんなやりまくっていた。<br />\r<br />\r前のMP回復のバグに比べれば、露出度が大きい。<br />\rMP回復のバグうまく使えないくろねこにも、これは簡単に使える。<br />\r<br />\rではやり方を整理しよう。相手にある補助スキルシャープウェポンを掛けたいとしよう。(他の補助スキルにも応用可能。)<br />\r手順は以下のようになる。</p>\r<ol>\r    <li>自分自身にシャープウェポンを掛ける</li>\r    <li>攻撃スキルを詠唱する</li>\r    <li>掛けたい相手をダブルクリック(カーソルが赤くなる)</li>\r    <li>再度、掛けたい補助スキルを詠唱する</li>\r    <li>表示される上書き確認ダイアログを「いいえ」で応答する</li>\r</ol>\r<p>成功すると、掛けたい相手の場所まで走っていって詠唱のエモーションが発生する。<br />\r一見すると自分に効果があるように見えるのだが、実際には掛けたかった相手に効果が現れている。<br />\r<br />\rもっとちゃんとテストしてからリリースすべきですよね。今回の問題も韓国では見つかってないのかな？</p>','<p>しかし、前のXPのバグはひどかったですね。<br />\r聞くところによると、ほとんどXPもアイテムも回収されていないとか。<br />\r運営側が悪いので、相手の同意無しにXPとアイテムの回収を行うのもどうかと思うのですが、明らかにバグを利用した大量アイテムの購入とばらまきに対して、もっと適切な処置は無かったのかと思います。<br />\r<br />\r不正に強力な課金アイテムを入手したMPK集団と戦うのは容易ではないです。<br />\rということで、迷惑を被ったのはバグの当事者だけでなく、善良な他のユーザも被害を被ったと言えるでしょう。<br />\r遊びに行きたいときに、遊べるはずの相手がいないと言うこともかなり寂しいものです。</p>',1,2427,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060510',3,0,'2006-05-10 18:01:59','夏のゼネピックイベントアイテムを大予想！(ねこlv.71,果汁lv.35)',null,'何かあるたびに課金アイテムを出すゼネピック運営。\nお金儲けには余談がない。\n\nそんな彼らが次に出すであろう「夏のゼネピックイベントアイテム」を予想してみた。\nそれはズバリ<em>水着</em>である。\nもしかしたら、スクール水着か？とも予想していたりする。\nスク水出なくても、ビキニとフリル付きピンクのワンピースくらい出すだろう。\n男は、海パンなのだろうが、後衛も前衛も同じグラフィックであろうと予想される。\nということは何か、前衛も後衛もひょろひょろの体になりそうだ。\n\nあっ、わかっただからゼネピックの前衛は弱いんだ。(ﾉﾟοﾟ)ﾉ ｵｵｵｵｫｫｫｫｫｫ- なっとく。\n\nでも、出たらヒトハが着てそうと思うのはくろねこだけ？','',1,3718,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060510_2',3,0,'2006-05-11 00:04:00','りぃ レベルアップ(果汁Lv.35)',null,'<p>PTメンバのりぃちゃんがレベルアップしました。</p>\r<p>宿題の間、コブラマップで放置してもらってレベル上げをしていたら、1時間ほどで150%ほど上がっていたようです。そのあとも、残り後6%とのことだったので、レベル23のレベルアップに便乗させていただきました。<img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060510_2_1.jpg\" alt=\"\"></p>','',1,2582,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-29 18:32:35','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060511_ie7beta2_public_release',3,0,'2006-05-11 12:56:32','みなさーん、IE 使ってますかぁ？',null,'IE7 β2を本日(感覚的には昨日か？)導入してみました。\r導入後、ファーストインプレッションと言うことでブログを書こう思っていたのですが、オンラインゲームでの語らいが長引いてしまいました。<br />\r<br />\r導入はいたって簡単。以下のURLからダウンロードサイトに行くことができます。<br />\r<a href=\"http://www.microsoft.com/japan/windows/ie/ie7/\">製品情報</a><br />\r<br />\r導入もIE6などの比べて(ﾟ∇ﾟ ;)ｴｯ!?本当に終わったの？というぐらいの早さでした。<br />\rいつものごとく、まずとっても軽いローダーをダウンロード。ココはいつもと変わらない感じだったのですが、ローダーの実行がとっても速いです。<br />\r<br />\rで、早速使ってみました。<br />\r今回は、バージョンアップしてもホームが書き換えられることもなく(上記の製品情報のページが表示されはしたが、書き換えられていないので初回のみ)いい感じだ。<br />\r通常はメニューバーが消えていて、なんかタイトルバー付近が薄くなった気がしました。(ちょっと違和感が...)<br />\rまず、メニューでホームを確認(先ほどの通り、IE7の製品情報が表示されたので書き換えられたと勘違いした)、横の説明を読むと複数のホームをタブごとに登録できるようになっているとのこと。<br />\r<br />\r早速、この新機能を試してみることに。\r<ol><li>http://google.co.jp/ (Google)</li>\r<li>http://biglobe.ne.jp/ (BIGLOBE)</li>\r<li>http://www.jnishida.com/ (くろねこ研究所)</li>\r<li>http://www.hangame.co.jp/publish/xo/index.asp (Xenepic Online)</li></ol>\rの4つを登録したのだが、IEを再起動すると一瞬表示されて異常終了する。何度やっても同じようだ。<br />\rで、BIGLOBEのみの時には問題がなかったので、Googleのみに設定してみる。<br />\rこれは、予想通り問題なし。<br />\r2サイト登録がおかしい訳じゃないだろうと、GoogleとBIGLOBEにしてみるが問題は見あたらない。<br />\r今度は、GoogleとXenepicに設定してみると、設定後初回の起動が異常終了する。<br />\r2回目は問題なく起動するのだが不思議だ。Xenepic Onlineのサイトだけ、変わったことをしていてこのページではログオン用のフォームがあるのだが、その内容をGoo ID Memoryに保存している。もしかしたらこれが原因なのかもしれない。<br />\r<br />\rと思いつつ、調査を切り上げネットブラウジングしてみる。<br />\rメニューを使わないと、お気に入りはどうするんだ？と思ってツールバーを見ているとツールバーの左端に☆のアイコンがある。<br />\rたしか、☆のアイコンはお気に入りだと思い出し、クリックしてみるとビンゴ。\rこのお気に入りも動作が若干変更されていて、サブ階層を開くときIE6では項目をポイントだった<br />がIE7ではクリックになっていた。<br />\r<br />\rCSS周りが変更されて、IE独自から標準に準拠になったようだが、くろねこのサイトは特に崩れることもなく表示された。<br />\r見ていて気づいたのだが、くろねこのサイトに関わらずフォントが変更されているようだ。<br />\r<br />\rこんなことをしてる間に2:00をまわり、息子(3歳)が寝ようと言ってきたので、使い込みは起きてからにする事にする。','<div class=\"add\"><p>追記<br />\r帰宅後再実験を行ったが、「goo ID Memory」に関係なく、Xenepic Onlineを登録すると、約1/2の確率で異常終了することがわかりました。サイトによっては同様の問題が起こる可能性があります。<br />\rまた、他にも不具合らしき現象が確認できています。一般ユーザはもう少し待つ方が賢明だと思います。</p></div>',1,3632,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.microsoft.com/japan/windows/ie/ie7/\">製品情報</a>',0,1,1,0,0,'1999-11-30 00:00:40','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060511',3,0,'2006-05-11 19:54:35','チート爆発！？(Lv.71)',null,'<p>今ゼネピックオンラインでチートが大流行しているようだ。</p>\r<p>今街ではチート品が大流行。昔からチートが行われているという噂のあったゼネピック。このような大規模なのは初めてだ。今街では<em>ゼネピック閉鎖</em>がまことしやかに騒がれている。</p>\r<p>ねこがこのようになった背景を調べるべくネットを検索したところ、おもしろい記事が見つかった。<br />\r<a href=\"http://www.rbbtoday.com/column/gameint/20051122/page3.html\"><br />\r王道を狙うMMORPG「ゼネピックオンライン」は日本プレイヤーの声で育つ！？<br />\r～　開発＆運営キーマンインタビュー：Slash Games (オンラインゲーム総合サイト)</a></p>\r<p>どうやら、ゲーム評価サイトがゼネピック開発者にインタビューしているようなのだが、チート出てるやん。<br />\r何の対策も出来てないやん。というか、今までもやる気なかったし、ここ最近は問題ばかり発生するし、開発計画は遅れっぱなしだし、いったいこれからどうしようというの？</p>','<p>ゼネピック閉鎖は現実となるでしょうか？残された有料アイテム分の金額は返ってくるでしょうか？<br />\r返ってこなければ法的対応も視野に検討をしたいと思います。<br />\r現実的には、チート品が出回る前の状態にロールバック(巻き戻し)でしょうか？<br />\r巻き戻ししたら、課金アイテムの効力(期間)も巻き戻ってくれないと困るんですがね。<br />\rしかし、一番の問題は<strong>巻き戻すためのバックアップを取っているのか？</strong>ということです。<br />\r取ってなさそうなんですよね、ここの運営さんは。XP問題のときにも巻き戻ししなかったし。</p>',1,6004,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.rbbtoday.com/column/gameint/20051122/page3.html\">\r王道を狙うMMORPG',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060512',3,0,'2006-05-12 19:24:04','オンラインゲームの止め時はいつ？(Lv.71)',null,'<p>そろそろ引退でしょうか？<br />\r<br />\rゼネピックオンラインからの引退を考え始めました。<br />\r理由として、</p>\r<ol>\r    <li>ゼネピック運営の態度が悪い。違法行為にもついていけない。<br />\r    (ゼネピックの運営に対する違法行為を訴えて5ヶ月が過ぎようとしていますが、対策が行われる見込みはありません。<br />\r    また、個々の問合せに対する返答までの時間が約3ヶ月であるなど、ふざけるにもほどがあります。)</li>\r    <li>運営の金の亡者さに嫌気が指してきたこと<br />\r    (ゲームのメンテナンスはしないのに、課金アイテムは次々と作ります。)</li>\r    <li>かなりお金がかかること<br />\r    (普通定額制ですと1,500円/月くらいです。ゼネピックだと楽しむためには5,000円/月位かかります)</li>\r    <li>先が見えないこと。<br />\r    (二次職までしか実装されていません。そのほかギルドシステムも、PvPも先延ばしになったままです。)</li>\r</ol>\r<p>また、やめにくい要素として</p>\r<ol>\r    <li>ひどい運営・ゲームシステムだからこそ？良い仲間ができた。</li>\r    <li>今までつぎ込んだ料金に見合うだけのリターンを実感できていない。<br />\r    (このまま続けると、余計にお金を使いそうです。。。)</li>\r</ol>\r<p>ということで、半引退かな？でも今あるたくさんの課金アイテムも使い切らないと。。。もったいないな。<br />\r他に良いオンラインゲームは無いでしょうか？</p>','',1,2800,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060513_fc2_blog',3,0,'2006-05-13 00:19:26','fc2ブログっていいのか？',null,'<p>fc2ブログ使ってる人結構多いよね。<br />\r<br />\rハイドリアンさんに、くま夫などなど。<br />\rどうやら使ってる本人に聞くと公式テンプレートを使っているようなのだが、</p>\r<ol>\r    <li>テンプレートのDOCTYPEがHTML4.01</li>\r    <li>でも、ジェネレータはXHTMLのコードをはき出す(&lt;br /&gt;)</li>\r    <li>新着公式テンプレートのソースを見ているとDOCTYPEが二回も宣言！</li>\r</ol>\r<p>あと、人のことは全然言えないですが...<br />\rサイドバーがソース上で後に来るのは、本文が前にあるということでSEO上とっても良い効果を出すと思うのですが...<br />\rただ、幅調整して並べただけのレイアウトだと本文に大きな絵を貼り付けて、IE6で見るとサイドバーとタイトルがずれて見えますね。<br />\rIE7が普及すると何とかまともなレイアウトにCSSだけで出来るようになるのかな？<br />\r見えたらそれで良いというルールを守っていないf2cブログは個人的に使う気がしない。。。</p>','',1,3028,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:34','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060514',3,0,'2006-05-14 01:56:28','珊瑚転職・・・そして書庫へ～(Lv.71)',null,'<p>本日(というか日付が変わったので昨日)、すごい勢いでレベルをあげてきた珊瑚が転職しました。<br />\r珊瑚、ミニスカおめでとう♪</p>\r\r<p>結構たくさんの人が集まってにぎやかな転職式となりました。<br />\rその後の書庫遠征もたくさん人が。。。</p>','<p>書庫にはMPKがいました。<br />\rB1Fが最大の難関だったでしょうか？潤一とRED.にMPKされて浮いた人が結構いました。<br />\r難易度が上がっちゃうな～♪</p>\r\r<p>タイミング良く、B1Fをクリアすると、B5Fまでは順調に...<br />\rでも、B5Fで4人同じ場所で仲良く浮いてるし...</p>\r\r<p>この前のヴィリさんと浮いたときもそうだったのですが、ナイトって一番堅いはずですよね...</p>\r\r<p>書庫でも、クロック戦で1回逃げ遅れて浮きました。<br />\rとりあえず、一発叩いたら逃げないと召還にぼこられると一瞬であの世行きです...</p>\r\r<p>しかし、途中で何度かクロックを倒したのですが、知らない人にFAはうちだといわれても...<br />\rくろねこがFAでなく、PTメンバと混ざって後から叩いていたので、よくわからない。そこで、PTメンバに聞くと誰がFAかと聞くとほぼ同時だったとか。<br />\rしかも、出たはずのギア(くろねこはドロップを確認できていない)は、誰の手にもなくその場にいないPTの荷物にもなく本当にあったのか？と疑いたくなるような...<br />\rバグかそれとも持っているにもかかわらずふっかけられたのか、はたまた誰かが持っているのか疑心暗鬼になるような事件でした。</p>\r\r<p>最後はmaryさんと二人置いてけぼりを食って、何とかモンスターの集団の第一弾はクリアしたのですが、第二弾がクリアできず、maryさんにはリターンスクで換えってもらおうと思ったら、後にも沸いた～。そして二人仲良く浮いちゃいました。<br />\rすでにくろねこには4匹も～入力しながら回復できないので、ちょっとジレンマですよね。Xboxみたいに音声チャットも有りでしょうか？結構恥ずかしかったりしますが。</p>',1,3028,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:17','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060514_try_fo',3,0,'2006-05-14 01:59:03','フリフオンラインをやってみる',null,'<p>ゼネピックの引退も考えた先週末、フリフオンラインに手を出してみました。</p>\r<p>ゼネをしながら、ダウンロード。<br />\rたまにエラーになる。。。<br />\r再試行を繰り返しダウンロードを完了する。<br />\rキャラを作る。<br />\r・・・とここまでは簡単、問題はこの先。<br />\rおぃおぃ、全画面かよ！？とりあえず、ALT+Enter でWindows化を試みる。Ok！こうじゃないとね。</p>\r<p>で、何すればいいの？<br />\rジャンプや話し方はチュートリアルで理解した。戦闘方法の説明はあったっけ？<br />\rマップウィンドウのカーソル、どっち向いてるのかさっぱりわかりませんでした。</p>\r<p>まあ、やり方は経験と実践で理解できる部分もあるが、最初の目的がな～。<br />\rゼネの時は最初は何が目的だったんだっけ？でもまず簡単な職業の説明と攻撃の仕方は説明があったはず。</p>\r<p>1時間くらいやったけど、操作の種類が多い割に登録できるマクロが少なく少々操作性が悪い。<br />\r個人的にあまりおもしろくなさそうだから止め。<br />\rあとで、ゼネやってる人で、フリフやった人に感想を聞いたら「おもしろくない」との意見が多数。</p>\r<p>ゼネユーザにはウケは悪そう。</p>','',1,2880,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:19','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060515_broken_pc',3,0,'2006-05-15 01:40:28','えー、パソコン壊れたんですか？',null,'<p>リシェ、パソコン壊しちゃﾀﾞﾒ!! ﾞo(≧◇≦*)oo(*≧◇≦)o&Prime;ﾀﾞﾒ!!<br />\rなになに？パソコンの扇風機の音が大きい？<br />\rあぁ、ファンの音ね...CPUファンね...グラフィックチップにもくっついてるかな？<br />\rって Intel のノースブリッジに内蔵なのね...たしか</p>\r<p>で、扇風機近くのスリットに埃がたまってない？<br />\r(゜&nabla;゜ ;)エッ!?埃とお菓子と髪の毛ですって～！！<br />\r普通、お菓子はたまりません。百歩譲っても髪の毛も詰まりません。</p>\r<p>詰まるとすればキーボードのキーの間くらいです...<br />\rというか、女の子なんだからもっときれいにしなさい！！プンプン。</p>','',1,3381,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:58','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060515_cms',3,0,'2006-05-16 00:46:31','CMS ツールいったい何を使えばいいのか？',null,'<p>WEBサイトを作り始めると面倒になるページ更新<br />\rページの内容は仕方ないのだが、レイアウトを気にする必要のない流し込み型を維持したい。<br />\rしかし、レイアウトが崩れたりW3Cから提示されているルールにはできるだけ沿いたい。<br />\rこの要求を満たすために最初に手を出したのは、CMSツールではなくDreamWeaverだった。DreamWeaverはテンプレート＋本文の構造を取ることができ、手間を削減するのに非常に役立った...<br />\rしかし、作ったページ全てがWEBサイトにアップされている保証がなかった。レイアウト変更をすると全てアップロードする必要もあった。一番大きな問題は、DreamWeaverが導入されているPCからしかアップデートできない。</p>','<p>また事態を複雑にしたのは、ブログを始めるときに使用したMovableTypeの存在だった。<br />\r(別に、MovableTypeが問題だということではないです。)<br />\rMovavleTypeはブログの一番メジャーなソフトということで導入した。これにより二元管理となった。blog部分は基本的にDreamWeaver側ではクロークとなっているが、その中でも一部は変更する必要があった。そう、テンプレートだ。<br />\rこのおかげで、同期した後一部だけ手動で更新するという面倒が発生した。</p>\r<p>テンプレートをDreamWeaverとMovableTypeと同じように見えるように保守してきた。これが面倒になり、一つで保守ができるようにXOOPSを導入した。(本当は最初にCMSの記事を見て「てんぷら」を入れようと思ったのだが、どうも廃すしているサイトが感性に合わなかったのと、配布サイトですらツールがエラーを起こしてみられない状況に閉口して止めた。)</p>\r<p>XOOPSはとても便利ではあったが、やはり複数の問題があった。</p>\r<ul>\r    <li>一つ目はテーブルタグ重視のレイアウト構造。<br />\r    これはアクセシビリティを落とす。(携帯から見ることができない)</li>\r    <li>二つ目は文字コードがEUCであったこと。<br />\r    EUCが見られるエディタが導入されていないPCでソースを見るとメモ帳が開きそして内容が化ける。</li>\r    <li>最後にXOOPS本体の問題ではないのかもしれないが、WEB Linkのエントリを修正する際などに、選択したものを直接編集できない。<br />\r    管理者画面からもう一度該当のエントリを探す必要があった。</li>\r</ul>\r<p>というような問題点を回避できるCMSツールを探しているのだが、なかなか良いものがない。<br />\r上記に加え、資産を移行できる(MovableTypeの内容だけで良いのだが)という条件で、CMSツールを探している。<br />\r現在、Geeklog,Community Server,Nucleusなどを検討中だが、MovableTypeの資産を移動できそうにない。Nucleusは移動可能だが、くろねこはMovableTypeのログを消してしまった。☆⌒&Sigma;(≧д≦)ゝｲﾃｯ!</p>\r<p>良いツールがあれば、教えていただけると幸いです。</p>',1,5145,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060516_mcdonalds',3,0,'2006-05-16 20:13:24','超最悪、マクドナルド。',null,'<p>マクドナルドのハッピーセットに様々な玩具が付いていることはすでに多くの方がご存じだと思う。<br />\r現在の玩具はTHE DOGの犬のぬいぐるみなのであるが、このぬいぐるみにQRコードがついている。<br />\rこのQRコードにアクセスすると、壁紙・待ち受けアプリなどが手にはいるわけだが、一部の機種ではこれをダウンロードすることができない。</p>\r<p>ダウンロードすることができない機種では、後日サービスが始まった際に連絡するために登録ができるようになっている。<br />\r登録方法は空メールを送るだけとなっている。とても簡単なことなのであるが、ちょっと気になったことがあった。</p>\r<p>この空メール送信は上記問題の打開策として、<strong>後日サービスが始まった際にダウンロードで提供を開始してくれる</strong>のだと思っていた。<br />\r実は違ったようである。空メール送信が全て同じアドレスであることに疑問を持った。ダウンロード可能な犬の待ち受けは複数あるにも関わらずだ！</p>','<p>疑問に思ったので、日曜日立ち寄ったマクドナルドにてこの旨を確認してみた。<br />\r詳細が不明だと言うことで、後日本部から連絡がくることになった。実際にはその日のうちに連絡が来たのだが、その際メモをできる状況ではなかったので、翌日に再度連絡をもらうことになった。</p>\r<p>ここでくろねこが、マクドナルドもしくは関連会社に聞きたいことを整理しておこう。<br />\r聞きたいこととは、「複数あるサービス(壁紙など)を入手したいのだが、空メール登録は1種類なのにどうして後で入手できるサービスを特定できるのか？果たして取得した権利分(犬の種類分)のサービスは受けることができるのか？」ということである。</p>\r<p>そして翌日に連絡は来た。<br />\rそして、このサービスをマクドナルドに提供している会社の電話番号を聞くことができた。また、会社名も聞くことができた。<br />\rこの電話に問合せを行おうと電話を掛けたわけであるが、「現在この電話番号は使用されていません...」となる。</p>\r<p>電話番号を聞き間違ったのかと、会社名もメモしていたのでWEBで探すと案の定間違っていたことがわかる。<br />\r(この時点では自分のメモが悪いのか、伝え間違っているのか不明だった。)</p>\r<p>で、新たに判明した番号に電話を掛けるが、サービス時間が終わっていた。;￣ロ￣)!!</p>\r<p>さらに翌日(つまり本日)、提供元に電話するのだが電話にでた女性の対応がというか飲み込みが非常に悪い。<br />\r聞きたいことが全然伝わらない。<br />\rちょっとずつ聞き出していくと、DOCOMO、vodafoneはこの会社で提供しているのだが、auは別会社で提供されていること、6/1から業務移管されること、そして空メールでの登録後連絡がくるその連絡の内容は、「業務移管されました」という旨だけであることが判明した。<br />\rau向けにサービスを行っている会社への電話番号を聞くことができなかったので、再度マクドナルドの本部に連絡を取ってみる。</p>\r<p>マクドナルド本部との電話は二回にわたって行われた。一回目は普通の社員？二回目は上司？(もしくは対クレイマー要員か？)。<br />\r話の内容を全て書くと非常に長くなるので結論だけ書くが、以下のことがわかった。</p>\r<ol>\r    <li>まず、OEM元の電話番号は無効が把握していた番号自体が間違っていた</li>\r    <li>30種類のぬいぐるみが提供されているが、サービスの種類は30種類無い</li>\r    <li>サービスの種類は、犬の種類に関係するのではなく時刻(電話では「時間」と言っていた)に関係する</li>\r    <li>電話の機種によってはサービスを受けられない場合がある</li>\r    <li>どの機種がサービスを受けられるか、受けられないかはわかっていないし、調べるつもりもない(当然記載もない)</li>\r    <li>現在サービスを提供していない電話については、サービスを提供する予定がない</li>\r</ol>\r<p>まじかい...</p>\r<p>あきれて、これ以上聞く気になれなかったが、最後に一つの質問と要望をして終わった。<br />\r質問の回答は「個人利用の範囲で。他の携帯でダウンロードして自分の携帯に移して楽しむのはOk」だということだ。<br />\r壁紙などに機種依存は無いだろうからこれで楽しめるだろう。著作権保護をしていなければだが...(そんなことはマクドナルドは知っちゃいない...)<br />\r要望として今後こういった問題が発生しないように、「サービスが提供できない可能性があるのならば、事前にその旨を知らせること」ということをお願いした。最初から内容がわかっていれば、空メール送信もしなかったし、<strong>そもそも後日サービスが受け取れるという誤解もしなかったはずで、余計な時間、労力そして電話代を使用することもなかったはず</strong>だからだ。</p>\r<p>たしか、最近顧客サービス満足度アップのために値上げした所じゃなかったでしたっけ？</p>',1,5607,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060516',3,0,'2006-05-16 21:07:50','果汁レベルアップ(果汁Lv.37)',null,'一緒のPT（って二人ですけど）のりぃちゃんに引き続き果汁もレベルアップ！<br />\r果汁がレベル 37 になりました','',1,2280,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:53','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060517_icoca',3,0,'2006-05-17 21:07:50','ICOCA',null,'<p>最近のICOCAは結構便利になりつつある...&nbsp;<br />\r出た当時は一部の者にしかメリットがないように思えたし、定期券・Jスルーカードより一部機能は退化しているように思えた。というのも、定期券は2枚以上に分割して購入することでおやすくなる場合があるのだが、ICOCAはこれに対応していなかった。また、ICOCAを複数使用することICOCA以外と組み合わせて利用することは、精算機の利用が必須となっている。</p>','<p>利用者が増えなかったのか、利用者から不満の声が多かったのか理由のほどはわからないが、結構前から2区間の定期券を1枚のICOCAに設定できるようになったし、最近知ったのだが3区間以上も可能らしい(2枚のICOCAを使用)。しかし、3区間以上の場合は、ICOCAの当初の目的の一つであると思われるキセルの対応はできていないと思のだが。<br />\rまあどれほど3区間の定期を利用する者がどれほどいるのかということも疑問だが(だからといってキセルはしないように)。</p>\r<p>定期券機能ではなく、Jスルーカードが持っていた小銭を排除する機能だが、ICOCAになってもプリペイドのままだ。<br />\rこのため、落としたら中に入っている分全てを失うことになる。クレジットカードの様に後払いだったら不正に使用された分だけですみそうなのに...PiTaPaは後払い方式なので是非こちら側を採用してほしい。</p>\r<p>なぜかというと、上記の理由以外にも理由があって、現在はICOCA再発行を願いすると、ICOCAの機能を止めるために1日を要するとの理由で(たぶん嘘ですが...)、翌日の再発行になる。クレジットだとそんなことは言ってられないだろうから、即時利用停止にならないかな？と言う理由なのだ。<br />\r即時利用停止で、自動改札利用したときに不正使用ランプ＆ブザーでも有れば、不正利用する不埒な輩を捕まえるのに役立つはずだ。<br />\rJRがそうしないのは犯人がすでに列車を利用している場合に、その分の代金が回収できないおそれがあるからだろうか？</p>\r<p>いずれにせよ、利用側としては支払い方法選択できれば、子供などに持たせる場合には前払いで利用金額の上限固定、自分で利用する場合には、遺失・盗難が発生した場合を考えて後払いがお得だと思う。<br />\r(前者の場合でも、クレジットの後払い方式で上限固定ができればそっちの方が便利だとは思う。)</p>',1,4191,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060518',3,0,'2006-05-18 23:10:42','アコの街はできたのか？(Lv.71)',null,'<p>17日のメンテでできた新マップに行ってきました！<br />\r今回のマップの先にはアコの街ができるという噂ですが...まだできていないようです。<br />\rすでに前回までのメンテナンスでモンスターの強度は上がって、下がり始めるところまで来ていました。<br />\rそして今回、雪山初の回復アイテム(みかん)がでるマップができていました。<br />\rしかし、異常にドロップ率が低い...</p>\r<p>前衛には向きませんな....<br />\rしかも、ここにくるまでに1回浮いて、ここに来て MPK で浮いて...<br />\rレベル72 に向けてやっと動き出したところだったのに...(/□≦、)ｴｰﾝ!!</p>','',1,2955,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060521',3,0,'2006-05-21 00:10:20','ナイトロードの落とし物いただきました(Lv.71)',null,'<p>ロスト西でしばらく狩りをしていたのですが、1時間以上経ってもリスが現れる気配がないのでしびれを切らして東に行ってみることになりました。<br />\r東に行ったとたんくれぁ。ちゃんが入り口南側にナイトロードを発見しました。<br />\r4人でちょっと心配だったのですが、くろねこが召還と周りに沸いた雑魚の攻撃を耐えている間に何とか倒してくれました。<br />\r(KIREZIさんが後ろから沸いた雑魚に倒されてしまいましたが...)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060521_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"533\" src=\"http://www.blackcat.xyz/images/articles/xo060521_1.jpg\" alt=\"\"></a></p>\r<p>落とし物は、心臓とメスクミストスタッフ【79Lvメイジ武器】でした。<br />\r他に使う人がいなかったので拾ったくろねこが武器を頂きました。</p>\r<p>クロックよりは楽でしたが、それでも全部の召還の攻撃を耐えてると(使い方が悪いのもあるのですが)、ミニポを150個ほど消費しました。結構痛いですよね(500&times;150=75,000kron).。oｏＯ(゜ペ／)／ひゃ</p>','',1,3024,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo060521_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-03-29 18:19:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060521_2',3,0,'2006-05-21 21:13:06','果汁いっぱいレベルアップ(果汁 Lv.37→41)',null,'<p>果汁本日一気にレベルが上がりました!!<br />\rこの調子だと週末にはロストにいけるかも...<br />\rそれでは、果汁ちゃんのレベルアップの様子です。<br />\r<img alt=\"レベル38\" src=\"http://blog.blackcatlab.com/images/xo/juice38.jpg\" width=\"400\" height=\"450\" /></p>\r','<p>ここから先は、☆珊瑚☆さんにPLしていただきました。<br />\rPL前にも3回浮いて-30%で、4回目の「レベル38」だと思っていた所だったのですが...<br />\rすでに 98% まで戻していたこともあって... 38(4回目)に戻るのはすぐでした。<br />\r<img alt=\"レベル39\" src=\"http://blog.blackcatlab.com/images/xo/juice39.jpg\" width=\"400\" height=\"450\" /><br />\r<img alt=\"レベル40\" src=\"http://blog.blackcatlab.com/images/xo/juice40.jpg\" width=\"400\" height=\"500\" /><br />\r<img alt=\"レベル41\" src=\"http://blog.blackcatlab.com/images/xo/juice41.jpg\" width=\"400\" height=\"450\" /><br />\rPL中にも3回ほど浮いて浮いて、-27%(一回ライフガードを付けていたので)減りました。<br />\r浮かずにがんばっていれば、今頃はレベル42に王手を掛けていた頃だったのに...悔やまれます。</p>\r\r<p>レベル上げのお帰り時にくれぁ。。。ちゃんに出会いました。<br />\rくれぁちゃんの4人目のサブがレベル40だと言うことで、「くろたんにぬかれた～」と悔しがっていましたが...<br />\r(*ﾟoﾟ)/ﾁｮｲﾄ待て!!くれぁ、それ4人目だから...果汁まだ二人目です...<br />\r悔しがるところが違う...</p>',1,2786,0,4,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060522',3,0,'2006-05-22 22:16:58','くろねこ浮く(Lv.71)',null,'<p>果汁で狩り場への移動中に、珊瑚に図書館に誘われたので行ってきました。</p>\r<p>くろねこのリターンスクロールでのリターンポイントは、ミュセイオン図書館B5Fにあるのです。<br />\rで、回復アイテムを確認した後、リターンスクロールで一気に図書館へ。</p>\r<p>お待たせしました...</p>\r<p>うお、とんだ先にアンチ内にボスが...チョットびびった。</p>','<p>で、書庫側安置にいた皆でボス退治に向かったがアンチ外にボスがでてしまっていて、ちょっとたじろぐ。<br />\rとりあえずねこが、この前ナイトロードもミニポで耐えられたからという安易な理由で、先制。</p>\r<p>そして20秒後には浮くことに...しかもドロップ無し。<br />\r3匹居たらしいのですが、2匹しか倒すことができず、二匹ともドロップ無しだったのでとっても残念。</p>\r<p>くろねこは、今も書庫にいるので狩りで必要だったら声を掛けてください。<br />\rこのボス狩りでくろねこの経験値16%から6%にダウンです。レベル72への道は遠い...</p>',1,2598,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060523',3,0,'2006-05-23 01:28:35','果汁レベルアップ、そして逃げろ果汁!!(果汁Lv.41→42)',null,'<p>最近の日課、まずログオンしたら PT メンバチェック、フレンドチェック、あとは知り合いに 1:1でログオン状況チェック!!<br />\r最近結構人がいない...相変わらず「ヒトハ」は無視のようだし...</p>','<p>果汁はレベル41にもかかわらず、ずっとセイクリッドワンドを使用していたので攻撃力が低くBH2でないとピナッツマップのかえるが一発で倒せないときが多く効率が悪いので、換装することにしました。</p>\r<p>まず、ブリンのバザーを散策、アコ39+6の杖があったけど、20万kronだったのでパス。<br />\rそんなとき、ガッチャピンに出会いました。ガッチャピンもあと18%でレベル55になるとのこと、30分ぐらいのおしゃべりの後、ガッチャピンを応援しながらその場を後に...</p>\r<p>果汁に替わり、ケンディボルト北のピナッツマップで狩りを始める。<br />\r飽きてきたころ結構時間が経ったので、誰かいないかな？と手当たり次第1:1<br />\rNemoちゃんがいる...Nemoちゃんはレベル43なので、レベル39の武器は必要なくなったはず...でお借りしようと声を掛けてみる。39の杖が有ると言うことなので、エスネにお借りしに行くことに...<br />\r(なんかくろねこから借りていた杖という話もあったり...全然覚えてない＞＜；...というかNemoさんに渡すときはほとんどあげたつもり...39の杖も渡した覚えがかすかにあるけど、未精錬だったと思う...)</p>\r<p>で、ピナッツマップに狩りに行く前に、またまた1:1でお仲間探し...フレンド30人って少ない...<br />\rいや、本当は足りるんだけどあんまり合わないからって、以前に登録した人を消しにくいと言うのが一番の問題(・&quot;・; )ｳｯ</p>\r<p>珊瑚が帰ってきてる...何々...図書館B5F？安置にボス3匹...二次が3人いる...<br />\rじゃあ、助けに行く必要ないね...と話してたら、しばらく後に前衛が足りなくてo(￣ ◇￣)○ぱぁぁんち力に欠けるとか...<br />\rくろねこワープ...この続きは「<a href=\"/blog/archives/2006/05/xo060522.htm\">くろねこ浮く</a>」でお楽しみください...</p>\r<p>で、その後果汁に戻ってきてキノコマップでエナジ狩り、アコLv41(魔力全振り) + 魔法課金 Lv.2 + 魔祓豆&times;2で時々グロンが残るぐらい、いける。<br />\r経験値の課金が切れているので、一匹あたり0.02の収入。2.5倍だったら0.05なのな...<br />\rNemoがうらやましい...</p>\r<p>エナジ狩りで、飽きてきたのと杖が変わってどこまで狩れるのか実験したくなったのとで、ピナッツマップに...<br />\rBH1で十分狩れます、HPも残しません！(=￣▽￣=)Ｖ やったね</p>\r<p>で一気に果汁レベルあーっぷ！！！<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo060523_1.jpg\" alt=\"\"></p>\r<p>レベル上がったのでお化けに出張しました。お化けもBH2を使えば一撃なのですが、MPが少なくて...<br />\rその後、お化けを後にしクエストを行うためにブリンに向かいました。<br />\r途中のキノコマップでエナジ乱狩りしながら進むと、でっかいポヨヨーンが...</p>\r<p><em>え、MPが無い...逃げろ～～～～</em></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo060523_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"320\" src=\"http://www.blackcat.xyz/images/articles/xo060523_2.jpg\" alt=\"\"></a><br />\rで逃げてたら、後からスカが来て倒した。あの茨のようなスキルを使った後、素手でぼこぼこと約30秒。<br />\r「素手でも余裕だった」って言ってました。余裕なら3発くらいで倒してください。<br />\rポヨヨーン、魔法防御高くてアコ2のリシェでも10発くらい必要だったし、果汁レベル35の時は瀕死だったし...</p>\r<p>強敵です</p>\r<p>いまは、キノコかピナッツが効率良いな...レベル42でもキノコで3匹で0.05入ったし...<br />\r2.0位買えば、3匹で0.1、レベルアップまで3,000匹、こう考えると果てしなく遠いです...</p>\r<div class=\"add\">\r<p>追記<br />\rヒトハが1:1を返してこない理由って、朝4時までゼネしてるからじゃないの？kouの今日のブログから発見。<br />\rあいつら俳人だ....いや違った廃人。</p>\r</div>',1,3140,0,1,'0000-00-00 00:00:00',0,'<a href=\"/blog/archives/2006/05/xo060522.htm\">くろねこ浮く</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060523_2_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-03-29 18:06:14','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060523_share_folder_trouble',3,0,'2006-05-23 18:40:04','共有フォルダに書き込みができない！？',null,'<p>先日作業場のファイルサーバ機が壊れた為、一時的に PC(Windows XP) に共有フォルダを作ってファイルを管理しようとしていた。<br />\r昨日、共有フォルダを作ってアクセスができるところまで確認して帰った。</p>\r<p><strong>ところが...</strong></p>','<p>朝、作業場に来てみるとリーダがWindowsのパッチなどを導入している。<br />\rこの作業場では導入が必要なクライアント向けパッチを一括管理しているため、導入していないPCがネットワークに接続されると怒りのダイアログがでるのだ！<br />\rで、リーダーに変わって半日がかりでパッチを当てていく...終わらん...<br />\r面倒だから一個ずつ当てるんじゃなくてWindows Updateで一気に導入じゃ....<br />\rとやっても、ネットワークが遅くて...</p>\r<p>なんだかんだで、昼すぎて15:00頃</p>\r<p>今度はネットワークにおいてあったVSS(プログラムを管理してくれているプログラムね)にアクセスできない！？<br />\r原因調査の結果、共有アクセス権と判断した。共有アクセス権としたら、パッチの中に「簡易ファイルの共有を使用する」を止めるパッチがあった。原因はそれだと思いこみ、フォルダのアクセス権(NTFSと共有)を確認、どこにもおかしいところはない...</p>\r<p>仕方ないので、「簡易ファイルの共有を使用する」をONにしたり、Guestアカウントを有効にしたり、いろいろ試みるが原因が？？？？<br />\r終百もパッチを一気に導入すると何が原因か特定するのは容易ではない。しかも、これでいけるはずなのにという設定はできている。Windows XPの罠か？(簡易共有がONだと管理者でもネットワーク越しにはゲスト扱いになる罠がある)<br />\r最悪、フォーマットか復元ポイントで戻すかと途方に暮れながら考えていたとき...</p>\r<p>以前マカフィーがアクセス権を...という話を聞いたことがあるのを思い出した！！<br />\rとりあえずマカフィーを無効化してみると...<br />\r(バ゜&omicron;゜)ノ オオオオォォォォォォ- 書き込みできるじゃないか... (=￣▽￣=)Ｖ やったね</p>\r<p>ここまでくるのが永かった。</p>\r<p>でも、ウィンドウズのパッチしか当ててないのになぜ？と思いつつリーダーに何をしたか聞いてみると...<br />\rマカフィーのバージョンアップをしていたみたい。どおぉぉしてぇぇぇぇ<br />\r(なんかめっちゃ古いバージョンが導入されていたようで、パッチ管理ソフトに怒られたらしい！！)</p>\r<p>結局、マカフィーウィルススキャン｜アクセス保護｜ファイル、共有、フォルダの保護で、ブロックするファイルとフォルダ一覧にある「リモートから～」という3つのエントリのチェックをOFFにすればOKでした。</p>\r<p>教訓、<em>マカフィーはいらんことするな！！</em>と<em>何かおかしくなったら何したかユーザに聞け！！</em></p>\r<p>後者はいつものおきまりのパターンですな、忘れてたくろねこもﾀﾞﾒ!! ﾞo(≧◇≦*)oo(*≧◇≦)o&Prime;ﾀﾞﾒ!!ね</p>',1,15954,0,0,'2006-06-22 18:40:04',0,'',0,1,1,0,0,'2009-11-19 10:11:19','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060524',3,0,'2006-05-24 02:20:14','最弱さんの転職式(果汁lv.42)',null,'<p>最弱さんの告別式に行って来ました！</p>\r<p>9:30予定だったのに、9:30に部屋に入ったら、すでにクレリックに...<br />\rすでに朝には転職してたとのこと！おぃおぃ。</p>\r<p>で、みんなで撮影会！ <br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060524_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"274\" src=\"http://www.blackcat.xyz/images/articles/xo060524_1.jpg\" alt=\"\"></a></p>','<p>その後、22:00～みんなで書庫に向かいました～。<br />\r果汁が入ったパーティはアコの方が多くて8人中3人もアコでした。<br />\rそのうち、あきvoovさんは、アコ2だったので、果汁はヒールだけ。<br />\rそのヒールも図書館B5Fにつくまでは、ほとんどすることもなくちょっと退屈？</p>\r<p>B5FからはBOSSもでるとあって、気を引き締めていきます。<br />\r果汁の出番もやってきました、賢明にヒールを唱えます。でも詠唱が遅くてすでにあきさんやﾁﾛﾙﾁｮｺﾚさんに回復された後だったりしますが、それでもヒールしまくりました。だってMP余るんです。みんなの余裕のあるときには、o(￣ ◇￣)○ぱぁぁんちやエナジも繰り出したり！！<br />\r途中、BOOSがいてあきさんのHPがかなり減ったりしましたが、うちのパーティには死者も出ず順調に書庫までたどり着きました。</p>\r<p>書庫でもがんばってヒールしまくりました。<br />\r結局、クロックは3体(だったのかな？)に出会いましたが、全部スカでした。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060524_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"308\" src=\"http://www.blackcat.xyz/images/articles/xo060524_2.jpg\" alt=\"\"></a></p>\r<p>しかし、最弱さん浮かね～。これじゃ告別式できない。</p>\r<p>そして朝1時をすぎて2時にが迫ってきたころ、歩きで帰るメンバだけ再編成。<br />\r果汁も書庫で16%稼いだので歩きで帰って、後4%増えないかともくろんだのですが、B5FでBOSSに一撃で倒されおだぶつでした</p>\r<p>結局、6%でしたか...残念！</p>',1,2314,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo060524_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060524_2_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-03-29 18:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060524_2',3,0,'2006-05-24 08:19:39','とある朝の出来事(lv.71)',null,'<p>朝、くろねこで IN してみると...<br />\rげ、目の前にクロック！！クレの方がちょっかいだしに行ってる！<br />\rその方曰く2体いるよということ。</p>\r<p>で、クレの方がいなくなってからちょっかいを出してみると...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060524_2_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo060524_2_1.jpg\" alt=\"\"></a></p>\r<p>当然のごとく浮いちゃいました...<br />\r召還するときマシンが非力なのか、ネットワーク回線の問題なのか一瞬固まるんですよね。<br />\r最近なんかレベルアップの羽がでる際にも固まります。といっても0.5秒程度だと思いますが。</p>\r<p>召還時は、その一瞬が命取りですね！</p>','',1,2309,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo060524_2_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-03-29 17:52:39','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('to_nhn_japan2',3,0,'2006-05-25 07:53:54','一ヶ月も放置されたので...',null,'ハンゲームによるゼネピックオンラインで繰り広げられる民事上の不法行為(疑惑)に対する言及を行って一ヶ月が過ぎ、回答から数えても本日が一ヶ月目に当たる。<br />\nその後なんの返答もよこさないのは、なめられている(過失を無視しようとしている)と考えられるので、ここらで一回返答をよこさない理由と対応の状況などを問いただしておく必要がある。<br />\nそうでないと、ずっと放置されるだけだ。\n','何が不法行為なのか整理しておくと、適切な運営が行われていないことも、おそらくバックアップを取っていないだろうことも結構問題だと思うのだが、くろねこが指摘しているのはそういうことではなく、<br />\n<ol><li>課金アイテムの「利用料、発生基準、算定方法等は、運営会社が別途定める通りとします」と規約に記載しているにもかかわらず、ゲーム内にしか記載がない。また一部アイテムに関してはゲーム内の記載も省略されている。</li>\n<li>日単位で課金されているアイテムがあるが、実際には時間で課金されている。<br />\n特に特別な記載がない場合、民法139～142条に沿うことになるが、(契約の自由の原則と民法の規定では、契約の自由の原則が強いんでしょうな...)運営はこれに従っていない。<br />\n例えば、5/6 01:10から3日のアイテムを使用開始した場合は、即時アイテムの効力が有効になるが期間の計算の開始は5/7からとなる。そして、3日後の5/9の満了共にアイテムの有効期間は終わる。</li></ol>\n<br />\n上記のような経過をふまえ、以下のようなメールを送る。\n<blockquote>\nハンゲームサービスサポート ○沢 様<br />\n<br />\n先月、御社が提供されているXenepic Onlineでの課金にアイテムの利用契約に<br />\nついてご指摘させていただきました。(お問い合わせ番号 8xxxx9)<br />\n<br />\n問合せフォームでの問合せから数日後(4/25)に、ご連絡いただいてから早１ヶ月<br />\nが経とうとしています。<br />\n<br />\n金銭並びに法律に関わる問題ですので慎重さは必要かとは思いますが、その後何<br />\nのご連絡もなく御社にて対応していただけているのか疑問が募っている次第でご<br />\nざいます。<br />\n<br />\n今すぐの解決が難しいと言うことでしたら、理由と対応の完了予定日、進捗状況<br />\nなどをご連絡いただければ幸いです。<br />\n<br />\n以上、よろしくお願いいたします。</blockquote>\n<br />\nしかし、慣れていないためどの様に書いて良いのかわからない。相手を必要以上に刺激せず、そしてこちらは待ってるんだぞということが伝わるのだろうか？<br />\n<br />\n何らかのアクションがあると良いのだけれども。',1,2589,1,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060526',3,0,'2006-05-26 04:47:12','セブンの転職式(lv.71)',null,'<p>昨日、FD3S(通称：セブン)の転職式が急遽開催された。<br />\r本人も今日開催する予定でなかったらしく、どたばたと準備を始めた。<br />\r結構待たされました！だって本人何がいるのかわかってなかったみたい...</p>\r<p>まあ、無事に転職できてよかった。セブンおめでとう。</p>','<p>この後、もう日付が変わろうかというのに、セブンが希望する書庫に遠征に...<br />\rセブンまだ書庫に行ったことがなかったらしい。<br />\r転職は戦士ギルドで行ったので当然ブリン、エスネへは海賊船経由で移動することに...<br />\rRED.とJunが来ましたぞ！</p>\r<p>まあ、誰ひとり浮くことなく通過できてよかった。(後でデヴァイスさんと来たくれぁ。が浮きましたが、まぁ良いとしましょう)<br />\r図書館のロビーで長居しすぎたためか、RED.、tkyなどMPK軍団がやってきました。</p>\r<p>みんな、仲良く浮いちゃいました。<br />\r浮いたときに、不思議に思ったのですが見習いさんがジュースをばらまいていたのですが、なぜか一本ずつ。<br />\rそれだけだと不思議でも何でもないのですが、一瞬のうちに30本はばらまいてるんですね。<br />\rそんなこと普通にできるのでしょうか？</p>\r<p>その後もどんどん進軍を重ね、B5F奥の安地に到着します。そこで待ちかまえていたのがtky。<br />\r彼はなにやら部品を求めてきたようです。3つで1000万で買い取りサービスを行っているとか！<br />\r一緒にPTに入ったら、ランダムだからとれるよと誘ってみたら、面倒だからパスだとか...<br />\rMPK巻き込んだら、MPKされないだろうと言う作戦だったのに、おしぃ！</p>\r<p>なんだかんだで、青クロック3匹、赤クロック2匹計5匹倒して、ドロップはギア2、部品2のドロップ率80%でした。<br />\r今日はついてる...<br />\r今回の戦利品は、全てセブンがお祝いとしてもらうことになりました。＞よかったね、セブン。</p>',1,2417,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-29 17:49:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060527',3,0,'2006-05-27 02:22:29','架空請求におびえる(果汁lv.42→44)',null,'<p>本日も珊瑚ちゃんを召還してレベル上げをします。</p>\r<p>今日は(日付変わっているので昨日です)雪山ではなく、ワニマップに向かってやってきてます。<br />\rそこである人に遭遇しました。＜お久しぶりです。</p>\r<p>そのある人は、22:00から図書館で集合とのことで、ガバルツ方面から走ってこられました。<br />\rしばらくあっていなかったので、挨拶すると昨日お金がもらえるサイトにアクセスしまくって、WEBMONEYを稼いだらしのですが、悪徳業者が中に入っていたようで、携帯にエッチなメールが届くようになったと教えてくれました。<br />\r応募用のメールはフリーアドレスを取ったらしいのですが、住所はプレゼントが届かないといけないので本当の住所を書いたとかで、架空請求が来たらどうしようとお嘆きでした。</p>\r<p>ほとんどの架空請求は、無視することが一番ですが中にはたちの悪いのがいて、架空請求でありながら返してくれないからという理由で少額訴訟を起こす業者もいます。<br />\r無視していると、裁判の日に裁判所に赴けないので自動的に敗訴が決定します。<br />\rということで、架空請求は裁判所が認めた請求に変わっちゃうんですね...<br />\rまあ、元は犯罪なので、架空と言うことでもう一度裁判を起こせば良いのですが、今度は架空だと言うことをこちらが証明する義務を負うので、なかなかむずかしいです。<br />\r<br />\rとまあ、こんな話をしていたら待ち合わせ時間を過ぎちゃうので、一ヶ月早いバースデープレゼントと言うことでエスネスクロールをプレゼント。スクロールで集合場所に行ってもらうことに...</p>\r<p>そのあと珊瑚さんとレベル上げをして44まで上がりました。<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo060527_1.jpg\" alt=\"\"></p>\r<p>珊瑚さんありがとう。これで今週のロストデビューが達成しそうです。</p>','',1,2979,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-29 17:40:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060527_2',3,0,'2006-05-27 03:59:14','果汁ついにロストへ...(果汁lv.45)',null,'<p>果汁がついにロスト入り！<br />\r今日はがんばって、珊瑚がいない間に鍵クエストまで終えようと必死でレベルをあげていきます。<br />\rお化けマップで残り5%弱までさくさくとあげていきます。<br />\r(￣- ￣ ) ンー、ファイターと全然違う...</p>\r<p>残り5%なので、帰りながらでも上がるかな？と思いつつピナッツマップを経由してブリンに向かいます...ってピナッツマップのブリン側安地前でピナッツ三匹に囲まれ残り3%のところが、残り13%に大幅アップ ;￣ロ￣)!!<br />\rでも、仕方がないので「地下水道」を抜けて、「祭壇への洞窟」でレベルアップを待ちます。<br />\r結構危険な狩り方をしてるようで、周りからヒールをもらったり、ハーブを頂いたりとご迷惑を...</p>\r<p>ということもありましたが、本日は完全自力でレベル45にあーっぷ!!!<br />\rその後クエストもたらい回しにされましたが、無事終了することができました。</p>\r<p>そして、初のロストでジュースの使いまくりで、もったいなーと思い回復材をお塩に変えたら、カリン様にやられてあえなく死亡･･･</p>\r<p>書庫にいたくろねこを召還して、復讐しておきました。めでたし、めでたし。</p>','',1,2329,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-29 17:35:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060528',3,0,'2006-05-28 23:48:27','ゼネピックのインフレはいつ解消するのか？(果汁lv.45→47)',null,'<p>先週からいきなり始まったゼネピックのインフレはいつ終焉を迎えるのだろうか？<br />\r最初は非常にばかげた値段の付いたバザーがあふれているという認識しかなかったのだが今では当然になった雰囲気がある。といっても絶対売れないような値段を付けたバザーもある。<br />\r今では安くてもジュースが21,000～、ゼンストーンが600,000～で取り引きされている。先々週だとジュースが1,100～1,500、ゼンストーンが30,000～50,000位だった。</p>\r<p>こうなった起点はどこだったのだろう？<br />\rおそらく、先々週の土曜日だったと思うのだがエスネの中央東にチートの神様がやってきたというイベントみたいなのがあった。<br />\rくろねこも参加してみたのだが、ゼンストーンが200,000で29個ほど、ジュースが5,000で売れた。所持金がいきなり750万ほどになったのを覚えている。</p>\r<p>こうしてゼネピック世界内にもたらされた豊富な金は、全体の物価を上昇させたのであろう。日本で言うと日銀がお金を刷りまくって政府の借金を返したらこのようなことが起こるだろうかというところだろうと思う。</p>\r<p>実際にあった例では、第二次世界大戦後のドイツのインフレに近い。ゲームなので札束はないが、あったら買い物に出かけるのに札束を入れる乳母車が必要かもしれない。</p>\r<p>このようなインフレが落ち着くには時間が必要だ。ユーザがNPCからものを買いゲーム内のお金が減っていかなければ元の水準に戻ることはあり得ない。しかし、これも誰かが不正にkronを増やしていないという前提に立つ。<br />\rここの運営、ほんと何の対処もしていないのがよくわかる。<br />\r最近のバグで得をしたのは一部のユーザのみだ、XPのバグは別かもしれないが、チートで物があふれkronも無限に増えていると思われるこの現象は運営が対策をしないとどうしようもない。</p>\r<p>27日に有料アイテムの期間計算についての返答が帰ってきた。ここは運営もさることながら、NHN Japanも催促をしないと返答しないようだ。<br />\rしかも、返答内容は『利用規約に記載されております「本サービスの利用料、発生基準、算定方法等は、運営会社が別途定める通りとします。」にいては、「別途定める」で、「別途記載する」とはかいていないので、明記する必要はないと考えている』ということだった。(原文の意味が変わらない範囲で編集。)</p>\r<p>取引とは取引条件を相手に示して取り引きしないと、正常な取引はできないでしょう？しかも計算方法について誤りがあるといった指摘部分については何の解決にもなっていないし。</p>\r<p>ゼネピック、バザーで物を買うと一部の悪質なユーザに踊らされているだけという感じがしてきました。<br />\r回復はバザーでジュースを売って、<strong>雑貨屋で</strong>ミニポを買う方がお得ですね...ミニポじゃ足りないという方はレベルをあげて、堅くしないとだめかな？<br />\rゼンストーンはというと、まだレベルが低い果汁はお化けマップで狩りをしているので、ゼンストーンがでます。<br />\rフレンドでゼンストーンがほしいという方がいたのでとりあえず手持ち分を高騰前の金額で20個ほど譲りましたが、ほしいと言ってくれるみんなの分を確保するのは無理です～。(≧◇≦)乂</p>\r<p>しかし、普通にゲームがしたいです。</p>','<p>果汁のレベルアップSSです(何かkouのSSも入ってます)。<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo060528_1.jpg\" alt=\"\" /><br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo060528_2.jpg\" alt=\"\" /><br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo060528_3.jpg\" alt=\"\" /></p>',1,4468,1,2,'2006-06-27 23:48:27',0,'',0,1,1,0,0,'2010-05-08 23:44:45','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060529',3,0,'2006-05-29 22:03:11','最弱さんが引退(ねこlv71, 果汁lv.47)',null,'<p>最弱さんが引退していきました。<br />\r最弱さんに引退の理由についてお聞きしていないので、詳細のほどはわかりかねますが今の運営と無関係ではないと思います。</p>\r<p>ゼネピックの運営は、NHN Japan も含めてですが、エンターテイメントを提供しているのではなく単に利益追求を考えているとしか思えないのです。<br />\rこの前のNHN Japanからの回答を見ていると、そう思いました。<br />\r今度弁護士に相談してみようかと考えています。<br />\r相談したからと言って何も変わるはずもなく、ただ自分の自己満足にしかすぎませんが。</p>','',1,3381,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-29 17:24:53','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060530',3,0,'2006-05-30 05:03:11','今日はくれぁ(サブ)の転職式(ねこlv71, 果汁lv.47)',null,'<p>昨日は22:00～くれぁの転職式でした♪<br />\r今日の転職式会場はMPKの巣窟でした。<br />\rギルド内くらいはバザー禁止でも良いような気がしますがいかがでしょう？</p>\r<p>でも、くれぁも強者ですね。そのまま転職式を強行しました！くれぁおめでとう！<br />\r(良い気はしてないと思いますが、日をずらすと皆に迷惑がかかるとの彼女の配慮なんでしょう。)</p>\r<p>転職式後は、恒例の図書館浮き浮きツアーです。<br />\rくろねこは、果汁で出かけます！<br />\r(果汁で書庫に行けば、書庫でレベルアップができるかも？という期待があったのですが、むなしくもその野望はB5Fで崩れ去りました。)<br />\rそれでも、出た部品を預かる役目ぐらいはできました。<br />\r今日はクロックになかなか出会うことができませんでしたが、それでも部品が1個、ギアが1個出ました。<br />\r全て、珊瑚からくれぁにプレゼントしていただき、お開きとなりました。このときもう4時過ぎ...</p>\r<p>眠いです...響ちゃんと同じ布団に潜り込みたい...</p>\r<p>『今日もSSのアップ無しです、また時間があれば追加更新しておきます...』</p>','<p>ところで、本日果汁の48のレベルアップ後から、ねこの1ヶ月3レベルアップ作戦を開始します。<br />\rまだ、平日と休日でのノルマを決められていないのですが、平日3-6%、休日30-35%位でしょうか？<br />\r時間にして平日1-2時間、休日(2.0使用で)5時間くらいで何とかなればと思っています♪<br />\rずっと目標値の上で推移できれば、1ヶ月4レベルアップ、さぼり気味だと2レベルアップになってしまいます。</p>\r<p>みなさん、くろねこがさぼってないかチェックをお願いします♪</p>',1,2994,1,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-29 17:23:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060530_2',3,0,'2006-05-30 23:51:19','ヴァーチャル恋愛(ねこlv.71, 果汁lv.48)',null,'<p>果汁のレベル上げが終了して、48レベルになった後ねこがログインすると、<br />\r「くろさん ○○oに振られました、もうPTから抜けようと思います」と弱音を吐いてるやつが！<br />\rゲーム内で振られたどーだか全然強制力なんて働いてないし、<br />\r振られたっていうのもファイターだから、アコ2と一緒のマップで狩りできないだけでしょ...<br />\rつきあってるって言うからさ、OFF で会って、やることやってるんだと思ったら全然ですわ♪<br />\rなんかつきあってるって、バーチャルで言われても困るんだよね。</p>\r<p>ほんとにつきあってるって言うなら、リアルで押し倒してものにしてしまえ！<br />\r押し倒すところから始まる恋もある。誰かかが言ってたぞ、</p>\r<p>「アルファベットでも先に<strong>Ｈ</strong>が来て次に<strong>Ｉ</strong>がある」と...</p>\r<p>振られた～っと聞いてから、わずか数時間で仲直りしやがって...というか単なる○○３＄の勘違いだと。<br />\r犬も食わない何とやらで周りに迷惑をかけるなよ！</p>\r<p>○○o 俺は責任とれないから、○○３＄に押し倒されたら自己判断で行動してね♪</p>','',1,2779,1,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-29 17:04:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060531',3,0,'2006-05-31 23:48:39','ヴァーチャル恋愛(その後)',null,'ヴァーチャル恋愛発覚から一日が経過した。<br />\nもう一方の○○oさんに話を聞くことができたので、手短にまとめると...<br />\n○○oは\n<ol><li>子供は好き。</li>\n<li>でも、大人になれない大人はあんまり</li>\n<li>しっかりした人の方がいい</li>\n<li>フロッピー３＄には、「お友達で」と話した</li>\n<li>リアルで彼氏はいる</li>\n<li>フロッピー３＄がいつから自分に好意を抱いているか知っている</li></ol>\n<br />\nどう考えても、先無いじゃん...<br />\n「デートしてほしい」って言う前に周りを確認しろよ<br />\nそれとも、知ってて略奪愛目指すか。もしくは、きっぱり分かれるための踏ん切りか？<br />\n<br />\nあきらめた方がいいよ...茨の道だよ...','',1,2800,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060601_newspaper',3,0,'2006-06-01 12:50:00','新聞は必要か？',null,'<p>みなさんにとって新聞は必要でしょうか？<br />\rねこには新聞がそれほど重要と感じたことがありません。<br />\rでも、ねこの自宅では新聞を取っています。ではなぜ新聞を取っているのでしょうか？<br />\rそれは、新聞についている折り込み広告がほしいからです。</p>','<p>ねこ自身は広告すらチェックしませんが、嫁が毎日チェックしています。<br />\rねこは情報を毎日インターネットで取得するようにしています。</p>\r<p>インターネットで情報を取得する様になったころは、パソコン系の情報しか入手しておらずかなり偏った知識と評価されていました。<br />\r(今でも、嫁に指摘され続けています...)<br />\rそれでも、あまり困ることが無かった。最近は Google のパーソナライズドホームでニュースを見ています。</p>\r<p>ところで、新聞の値段ってどの紙でも、どこの販売店でも同じですよね。<br />\rじつはこれ「新聞の特殊指定」によるものらしいのですが、こちらの<a href=\"http://news.livedoor.com/webapp/journal/cid__2025263/detail\">「新聞の特殊指定」撤廃問題の記事リンク集</a>に詳しく書かれています。</p>\r<p>マスメディアの非理性的(暴力的)なことが現れていますね。<br />\r自分たちの既得権益を守るためには、都合のいい情報だけを並べて世論を操作する、マスメディアにあってはならないことであると思います。</p>\r<p>マスメディアにはもっと大人になっていただかないと！</p>\r<p>で、新聞はというともうすでに手遅れだと感じています。特殊指定がはずれようがはずれなかろうが人々の新聞離れは始まっていますし、若年層を中心に加速化しているのではないでしょうか？<br />\r今の形の新聞がいらなくなる日は近いでしょう。逆に特殊指定で価格で競争を阻害することで取り返しがつかなくなるかも？</p>\r<p>まあ、ねこの家は広告が他の手段で手にはいるようになったら、そこで新聞を取るのはおしまいです。</p>',1,4473,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://news.livedoor.com/webapp/journal/cid__2025263/detail\">「新聞の特殊指定」撤廃問題の記事リンク集</a>',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060601_shokking',3,0,'2006-06-01 13:00:00','今日はショッキングな記事がいっぱい',null,'<ul>\r<li><dl><dt><a href=\"http://headlines.yahoo.co.jp/hl?a=20060522-00000034-kyodo-soci\">電話加入権料値下げで損害　ＮＴＴと国を集団提訴へ</a></dt>\r<dd>原告側は「加入権料は電話加入権の対価として払った加入者の財産であり、補償抜きの値下げは財産権の侵害に当たる」としている。<br />\r本当に、いきなり自分の財産をただの紙切れにされたら怒って当然だよね。元々加入権って施設負担金の名目だったってどこかで見たんですが、もしそうならNTTの施設の一部は電話加入者のものですよね♪</dd></dl></li>\r<li><dl><dt><a href=\"http://www.iwate-np.co.jp/newspack/cgi-bin/newspack.cgi?national+CN2006060101000978_1\">損保側に故意の立証責任　 自動車保険金で初判断</a></dt>\r<dd>立証責任を負うのは保険金請求者か損害保険会社かが争われた訴訟の上告審判決で、最高裁第１小法廷（横尾和子裁判長）は１日、故意の立証責任は損保側にあるとの初めての判断を示した。<br />\rこれを応用すると、クレジットカードなどについている盗難カード保険の悪用されたという立証責任も保険会社なのかな？そうだと良いな♪\r</dd></dl></li>\r<li><dl><dt>駐車違反の民間委託スタート</dt>\r<dd>すでに捕まった人もいるみたいなんだけど、時間にかかわらずって本当なんですかね。<br />\r職場の人に「自宅駐車場前に車を止めて、シャッター操作している間に駐車違反切られるの？」って聞かれました、あり得ないでしょ...\rちなみに法律では...\r<blockquote>車両等が客待ち、荷待ち、貨物の積卸し、故障その他の理由により継続的に停止すること（貨物の積卸しのための停止で５分を超えない時間内のもの及び人の乗降のための停止を除く。）、又は車両等が停止し、かつ、当該車両等の運転をする者（以下「運転者」という。）がその車両等を離れて直ちに運転することができない状態にあることをいう。</blockquote>とあります。法律的には乗ってなかったらOUTなのかな？</dd></dl></li>\r</ul>','',1,3408,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://headlines.yahoo.co.jp/hl?a=20060522-00000034-kyodo-soci\">電話加入権料値下げで損害　ＮＴＴと国を集団提訴へ</a>\n<a href=\"http://www.iwate-np.co.jp/newspack/cgi-bin/newspack.cgi?national+CN2006060101000978_1\">損保側に故意の立証責任　 自動車保険金で初判断</a>',0,1,1,0,0,'1999-11-30 00:00:59','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060602',3,0,'2006-06-02 19:21:11','ガッチャピン(ねこLv.71, 果汁Lv.48)',null,'<p>ゼネピックの話からずれてるんですが...</p>\r<p>ガッチャピンって実在しないと思っていました。<br />\rただガチャピンのなまった物位にしか思ってなかったのですが...<br />\rガチャピンのパロディで 科学忍者隊ガッチャピン というのが2005年12月にはタツノコプロから出てたんですね！<br />\r全く知りませんでした。もしかしたらガッチャピンから聞いていたかもしれませんが記憶にありません。<br />\rということで、忘れないように公式サイトにリンクを...<a href=\"http://gatchapin.com/\">ガッチャピン公式サイト</a><br />\rキャラクターグッズもあるのね...</p>','',1,2795,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://gatchapin.com/\">ガッチャピン公式サイト</a>',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060603',3,0,'2006-06-03 19:21:11','ゆう アコ転職(ねこLv.71, 果汁Lv.48)',null,'<p>フレンドの「ガッチャピン」のサブである「ゆう」が、アコライトに転職するというのでくろねこもサブで転職を見に行くことにしました。<br />\rなんか教典嘱する予定ではなかったようで、ジュレア4点セットを持っていなかった為ジュレアを転職記念にプレゼント。<br />\r転職は19:10～ ゆうとラモーナさんと果汁でちっちゃな転職式を行いました。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060603_1.jpg\"><img height=\"375\" alt=\"ゆう転職\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060603_1s.jpg\" /></a></p>','転職後、改めて今度はミニポをプレゼント。(最近のインフレでお金の価値が下がっているにもかかわらず、店売りはそのままですからね、ミニポも安くなりました)<br />\rこの後スキルを覚えてBHの初ショット！与ダメは3000とナイスな数字でした。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060603_2.jpg\"><img height=\"375\" alt=\"初BH\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060603_2s.jpg\" /></a><br />\rガッチャピン、今度はナイトに転職だね！',1,3205,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo060603_1.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo060603_2.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060603_2',3,0,'2006-06-03 22:52:32','デヴァイスさんのサブ転職(ねこLv.71, 果汁Lv.48)',null,'<p>くろねこがオブルルクの森でレベル72を目指してがんばっているとき、蒼猿さんとデヴァイスさんのサブがやってきてこれから奥でPLするとか、最初デヴァイスさんのPLって蒼猿さんが言ったので、レベル80以上でPLってかなりすごいと思ったらサブでした。<br />\r蒼猿さんがPLしている間、くろねこは奥に移動してロレン中央で狩りをしていると...</p>\r<p>(バ゜&omicron;゜)ノ オオオオォォォォォォ- リシェさんがやってきました。</p>','<p>ラッキー、ここは効率よくレベルをあげるチャンスだ！<br />\rねこはリシェに「リシェ、デートしよ」って誘うものの、リシェはPTを抜けたくないと...<br />\rねこが抜けてもよかったのですけど、みあるがリーダーだったのでPTに入れない！<br />\r仕方がないので、そのまま狩りを続けることに...<br />\rリシェにアコの補助魔法を掛けてもらいながら、狩りを続けてあっち行ったりこっち来たり、どこも人がいっぱいだ...<br />\rで、結局オブルルクに戻ってきて狩り続行してると</p>\r<p>蒼猿さんとデヴァイスさんが帰ってきてレベル32になったので転職するという話に...<br />\rねこもあと残り9%強なので、羽を見てもらおうとがんばっていたんですが、やはり時間がかかるので先に転職してもらうことに<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060603_3.jpg\"><img height=\"375\" alt=\"暁世転職\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060603_3s.jpg\" /></a><br />\rデヴァさんおめでとう！</p>',1,2773,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo060603_3.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060604_2',3,0,'2006-06-04 02:28:50','くろねこ ゾンビ脱出！(ねこLv.72, 果汁Lv.48)',null,'<p>デヴァイスさんのサブの転職に引き続き...<br />\rようやく死んでもレベルが下がらないレベル71から脱出することができました！<br />\rレベル72へのレベルアップ時には、PTのkouとmaryさん、そして青猿さんとデヴァイスさんが見に来てくれました。<br />\rミスってレベルアップの瞬間のSSを取り損ねました。;￣ロ￣)!!<br />\rSSはkouが取ってるから大丈夫らしいけど<br />\rHDD壊れたところだし大丈夫かな？？<br />\rkouさんからSS届きました。↓<br />\r<img alt=\"くろ','',1,3271,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060604',3,0,'2006-06-04 15:37:21','ゆう レベル32(ねこLv.72, 果汁Lv.48)',null,'<p>朝から二件目のレベルアップお手伝いを...<br />\rって昨日も書庫に行って経験値稼いでない上に、さらに浮いて下がってる状態で全然ノルマ未達成なのですが...<br />\r書庫から帰ってくるとエスネの西門の陰ににゆうが、姿が見えず名前だけの状態なのに、なぜかくろねこゆうに反応してしまいます！？<br />\r先日アコになったばかりのゆうちゃんに、果汁がずっと使っていたシューズとグローブをあげたので、それが使えるところまでお手伝いしようかと...</p>\r<p>くろねこ：「ゆう、この前あげたシューズとグローブもってる？」<br />\rゆう： 「もってるよ」<br />\rくろねこ：「それはこか」<br />\rゆう： 「レベル足りないからはけないよ。あれレベル32でしょ」<br />\rくろねこ：「ばーか、れべる32まであげちゃるいうことでしょ」<br />\rゆう： 「やったー」</p>','<p>なーんて会話をしながら、コブラマップで狩りを...途中ゼンストーンを拾い忘れるくらいに...<br />\r親切なナイトさんが、拾って渡してくれました。ありがとう。<br />\r<img height=\"480\" alt=\"ゆうレベル32\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo0600604.jpg\" /></p>\r<p>同じゆうでも、ゆうまさんの優はレベル74以上...何人目かわからないサブにすらくろねこ抜かれてます...OTZ</p>',1,2366,2,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060605',3,0,'2006-06-05 20:52:02','やばい、妄想が...(ねこLv.72, 果汁Lv.48)',null,'仕事帰りにゼネピックの妄想をしながら帰ってきました。。。<br />\r<br />\rどんな妄想かというと...<br />\r<br />\rそれは、自動最強戦闘マシーンです！？<br />\r<br />\rどういう物か具体的に説明すると、一言で書けば自動で戦闘してくれる物です。<br />\r<br />\rしかし、それだけだとあれなんで、機能として以下の物を考えてみました。','<ol>\r    <li>自動戦闘機能（必須） </li>\r    <li>多目標自動補足 </li>\r    <li>自動危険度判断 </li>\r    <li>敵能力の自動収集（データベース化） </li>\r    <li>敵残存HP＆防御力に最適な攻撃方法の自動選択 </li>\r    <li>自動回復機能 </li>\r    <li>自動アイテムSHOP購入システム（金額制限機能付き） </li>\r    <li>自動アイテム収集機能 </li>\r    <li>自動アイテム価値判断 </li>\r    <li>アイテムの価値によるWT内での取捨選択 </li>\r</ol>\r<p>敵を見つけると自動攻撃、複数の敵が接近してきたら危険度を判断し最も危険な物から優先的に攻撃！<br />\rしかも、MP消費を最小限におさえるための最適なスキル選択！！<br />\rでもって、MPが切れるとSHOPでマナキュアを自動購入。HPはマナリムか？<br />\rどんどん進行しながらレアアイテムをゲットしていき、重量オーバー直前で倉庫にリターン...<br />\r<br />\r人間と違い迷いがないので、どんどんレベルが上がりそうな...<br />\rというかそんなん作ってる時間がないし、そもそもできたころにはゼネピック終わってたりして...</p>',1,2261,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060606_divorce',3,0,'2006-06-06 19:35:55','離婚',null,'<p>今日、「伊藤家の食卓」で健康サンダルに付着したゴミの取り方の紹介があった。<br />\rその方法がブラシにも使えるとも紹介されていたので、うちでブラシを使用している嫁に...<br />\rくろねこ：「○○（嫁の名前）のブラシにもこれつかえるな」<br />\r嫁：　　　「何で人のことばかり言う」<br />\rくろねこ：「髪の毛長いから、ブラシについてるやん」<br />\r嫁：　　　「たまに私のブラシ使ってるやろ、勝手に使うな」<br />\rくろねこ：「えーやん」<br />\r嫁：　　　「シラミがうつる」<br />\rくろねこ：「シラミなんかないで」<br />\r嫁：　　　「そんなんわからん」<br />\rくろねこ：「そんな不確定要素なことだけで、ひとにいうな」<br />\r嫁：　　　「いるかもしれんやろ」<br />\rとまあ、こんな感じでした。(嫁の言うことは感情にまかせて適当なことをいてるので、事実無根です。)<br />\r以前から、この嫁とは離婚した方がいいとは思っているのですが、今日は特にそう思いました。<br />\rいまいち踏ん切りがつきません。息子の面倒もあんまり見ないくろねこですが、息子はいた方がいいと思っています。<br />\rそれは、嫁も同じようで自分も息子の面倒を見ませんが、離婚時には息子は当然自分のほうにくると考えているようです。</p>\r\r<p>今から考えると、何で結婚したのか自分の判断能力の欠如が悔やまれて仕方ありません。<br />\rお互いのことをよく思わなくなってもう4年、結婚して数ヶ月で破局しています...<br />\rくろねこの取って最初の原因は、出産で実家に帰ってから数ヶ月帰ってこなかったことだと思います。<br />\rあのときから、嫁は自分のことしか考えていないと思っています。<br />\r最近は、嫁もネットゲーム廃人になって、一日のかなりの時間をネットゲームに割いているようで、息子の世話はどうなっているのかはなはだ疑問です。<br />\r衣食住の最低限度はしている様ですが...<br />\r息子はいつも人の愛情に飢えているようです。</p>\r\r<p>今日、帰宅後息子と散歩に行きましたが、息子にとってあれでは全然物足りていないでしょう。<br />\r子供が複数いれば、子供同士で遊んでくれるのですがあいにく上記のような事情から子供はひとりしかいません。<br />\rせめて、息子が呼んだとき、一日一時間でも相手をする時間を作らないと、今はまだこのような親でも呼んでもらえるので...</p>\r\r<p>離婚するにせよ、息子にとっては父親としてあれるようにと思っています。</p>','<div class=\"add\">6/7 追記<br />\r<p>離婚と考えると相手の悪い面ばかり見えてくるが、別に嫁が悪いことばかりかと言えばそうではない。<br />\r嫁にも良い面があるし、悪い面もある。<br />\r「自分でできることはやってくれたって良いんじゃない？」という考えで自分の責務を人に押しつけていたのだが、最近は以前に比べてだいぶん減ってきた。<br />\r解消する問題もあれば、新たに出てくる問題もある。<br />\r問題なのは、すでにネガティブな状態にあるので、お互いがお互いのことを考えられていないのが問題だ。<br />\rねこ的には嫁と息子のことを考えることがあるのだが、嫁にはあるのだろうか？<br />\rたまにある外出のお誘いが、嫁がねこのことを考えたときなのだろうか？</p></div>',1,3053,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060606',3,0,'2006-06-06 23:11:27','チャット中に浮く(ねこLv.72, 果汁Lv.48)',null,'<p>よくあることなんですが...<br />\rヒトハとチャットしてて、HPが残り少ないのに気づきミニポのキー(F3)を連打するが効かず...<br />\r会話入力欄を確認するも未入力文字列はなく、ひたすら連打を繰り返すがあえなく死亡。<br />\rフレンドチャットの文字列まで焦って見えてなかった...</p>\r\r<p>後でよく考えたら、逃げるとかとりあえずエンターキーを押しておくとか、アイコンダブルクリックするとかいろいろ回避方法はあったのに...<br />\r僅差で青幽霊に負けました。;￣ロ￣)!!<br />\r普段LG未装備のくろねこは、-10%Down。この前maryさんにこんなところで浮かないから、ヒールいらないよっていってたのに...</p>\r\r<p>文字入力中は何でキーが効かないんだろうと、ATOKのキーアサインを確認。<br />\rF3に何も登録されていないと確認する。ゼネピックではなく、エディタで文字入力中にF3キーを連打してみる。<br />\rF3キーが効かない...</p>\r\r<p>デヴァイスさんに相談してみる...デヴァイスさんはF1～F3効くとのこと。<br />\r使用しているFEPはIMEなんだろうなと思いつつ「IME使ってる？」と聞いてみるが、デヴァイスさんは詳しくないのでよくわからないとのこと。<br />\rということはIMEで間違いないんだなと思いつつ、IMEで再テスト。<br />\rIMEはキーアサインを登録してない場合はスルーされる仕様なんですね...</p>\r\r<p>ATOKも改善してほしいです！</p>','',1,3799,0,5,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060608',3,0,'2006-06-08 02:00:34','くろねこレベルアップ(ねこLv.73, 果汁Lv.48)',null,'<p>くろねこ レベル73になりました。<br />\r<img height=\"450\" alt=\"くろ','<p>昨日のメンテから新しいイベントが開催されているようですが、それに合わせてくろねこが狩りをしている『オブルルクの森』でもキャンデーが3つ出ました。噂通りゼンストーン級のドロップ率の低さです。</p>\r<p>まあ、イベントは一週間有るようなのでぼちぼちがんばります。</p>\r<p>くろねこが狩りをしているマップでは石版が出ないようなので、余ってるという方おられましたらお譲りいただければ幸いです。</p>',1,2529,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060608_rainy_season',3,0,'2006-06-08 23:38:26','梅雨入り？',null,'<p>とうとう梅雨入りですか...</p>\r\r<p>蒸し暑くなるな～<br />\r作業場の工場はいつでも蒸し暑いけど...<br />\r狭いフロアに一人あたり約2台のパソコンがおいてある環境なので、パソコンが熱を出して...<br />\rしかも、周りの工場から悪臭が有るとのことで窓が開けられず、さらに工場ではクールビズということでクーラーの設定温度が28℃。</p>\r\r<p>嫌になる暑さです。<br />\r外よりも蒸し暑いんですよ！システム部のドアを開けて廊下に出るだけで涼しいと感じられるし、工場を出ればどれほど爽やかか。</p>\r\r<p>そんな今日、Windows Vista β2 の一般公開が始まりましたね。<br />\rでも、くろねこにはインストールするパソコンが...ﾅｲ!! ◇ﾐ＼(°ﾛ°＼)三三(／°ﾛ°)／ﾐ◇ ﾅｲ!!</p>\r\r<p>AMDの新プラットフォーム SocketAM2 も発表されたことだし、そろそろ買い換えようかな？</p>\r\r<p>Windows Vista β2カスタマプレビュープログラムのページ<br />\r<a href=\"http://www.microsoft.com/windowsvista/ja-jp/preview.mspx\">http://www.microsoft.com/windowsvista/ja-jp/preview.mspx</a></p>','',1,3985,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.microsoft.com/windowsvista/ja-jp/preview.mspx\">http://www.microsoft.co...</a>',0,1,1,0,0,'1999-11-30 00:00:01','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060609',3,0,'2006-06-09 09:15:20','くろねこ早くもレベルアップ疲れが...(ねこLv.73, 果汁Lv.48) ',null,'<p>くろねこ早くも狩りに疲れが出始めました。<br />\rG.W.の時のように背中に疲れが...息子は遊んでとせがんでくる...<br />\r嫁はひとり黙々と「ときめきメモリアルオンライン」に精を出す...</p>\r<p>こんな中、息子の機嫌取りに雨の中お買い物に連れ出す♪<br />\r嫁も誘うがオンラインゲームに忙しいようだ &epsilon;-(￣ﾍ￣)┌ <br />\r息子のお菓子とねこのお菓子を買って家に帰る。<br />\r息子がお菓子を食べてる間に続きだ...</p>\r<p>と思ったのもつかの間買ってきたビールを飲みながら狩りをしていると無性に眠気が...<br />\r0時をすぎたころ息子が、一緒に寝ようと呼んでるが、これはいつものことで結局寝るのは嫁となのだ！<br />\rおっぱいが好きだからな...♪</p>','<p>73レベルの26%で寝てしまいました。</p>\r<p>朝、6:30に起きて73レベルの31.5%迄あげて8:00～もう一回寝てしまう...<br />\rが、会社があるのでもう一度起きて結局朝の段階で73レベル33%迄あげました。</p>\r<p>kouにお着替えに参加させてもらおうと思うが、果たして土曜の22:00迄に後67％上がるのか？？</p>\r<p>こうご期待！</p>',1,2797,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060609_2',3,0,'2006-06-09 22:24:45','くま夫負け(ねこLv.73, 果汁Lv.48)',null,'<p>今日、くま夫なんか目じゃない、超おもしろいXenepicオンラインブログサイトを見つけました。</p>\r\r<p>普通、Xenepicオンライン関係のブログってねこのもそうなんだけど、その日あったこと書いてるのが普通じゃない？<br />\rだからブログ(ウェブログ)って言うんだが、ここのサイトはXenepicのキャラクターを使ってフィクションの物語を書いているとことが変わってる。<br />\rしかも、そのドキュメンタリーがチープで楽しい。<br />\rでもそんなに短編じゃなさそう。ねこはまだ11話しか読んでないけど、帰宅したら読んでみたい。<br />\r何で、このサイトがfc2ブログランキング上位に入ってきてないんだろう？</p>\r\r<p>おいらの感覚一般人とずれてる？</p>\r\r<p><a href=\"http://xenblog.blog45.fc2.com/\">+ジン+と愉快な仲間たちの日記帳（Xenepic Online Weblog）</a></p>','',1,2912,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://xenblog.blog45.fc2.com/\">+ジン+と愉快な仲...</a>',0,1,1,0,0,'1999-11-30 00:00:56','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060610',3,0,'2006-06-10 22:42:00','くろねこレベル74 (ねこLv74, 果汁Lv.48)',null,'<p>まりんちゃんのお着替えに間に合わせるために、必死で時給5%(さぼったらすぐに落ちる)の所をあげました。<br />\r(朝ガディを見に行って0サボってたのもあって、午後から苦しかった)</p>\r\r<p>何とかまりんちゃんよりも先に準備(99.99%)ができて、待っててさあ、一緒にレベルアップと言うときにその方法が問題に...<br />\r結局くろねこが先に叩いて、その後横殴りでまりんがBHになったのですが、くろねこが叩いたあとすぐBHなんて少々無理があったようで、2発も叩いてしまい、さらに３発目当たりそうだったので、回避したらくろねこだけレベルアップしてしまいました。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/blackcat74.jpg\"><img alt=\"くろ??こ74\" src=\"http://blog.blackcatlab.com/images/xo/blackcat74s.jpg\" width=\"500\" height=\"541\" /></a></p>\r\r<p>その後、まりんちゃんもレベルアップしたのですが、一緒に羽を撮りたかったなと残念です。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060610.jpg\"><img alt=\"マリン71\" src=\"http://blog.blackcatlab.com/images/xo/xo060610s.jpg\" width=\"500\" height=\"375\" /></a></p>\r','<p>その後書庫に行って、出てきた青クロックをたたいてしまったらしく、召還の攻撃を受けて浮いてしまいました。<br />\rその後、ねこと一緒にみんなの所に向かったのですが、浮いてしまったねこと分かれた後、雑魚に囲まれあえなく死亡。<br />\rでも、再び経験値を稼ぎ..<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/blackcat74_2.jpg\"><img alt=\"くろ??こ74\" src=\"http://blog.blackcatlab.com/images/xo/blackcat74_2s.jpg\" width=\"500\" height=\"541\" /></a></p>',1,2715,1,2,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/blackcat74.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo060610.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/blackcat74_2.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:25','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060611',3,0,'2006-06-11 17:40:00','愛ねこ？レベルアップ(ねこLv.74, 果汁Lv.48)',null,'<p>先日、ベルテラニンの森にガディを見にふらっとよりまして...</p>\r\r<p>あまりにガディに出会えなかったので、デビルマップに遠征に出かけたのですが、もともとデビルにくる予定がなかったので回復アイテムを持ってきてなかったこともあり少々ぴよぴよぎみ...</p>\r\r<p>そこで、なんかすごくややこしいのですが、くろねこが「Ｎ１２１１」(通称ねこ)さんに会いまして助けていただいた上に、回復アイテムをごっそり頂きまして勢いでプラレン迄遠征しに行ったわけですが...</p>\r\r<p>そのねこさん、何でこんなにアイテムをくれるのかな？と疑問に思い理由を聞いてみると、以前助けてもらったからというのですが、全く記憶にないんですね...</p>\r\r<p>で、そのねこさんと昨日フレンド登録しまして、そのフレンド登録要請の言葉があまりにも変わってた(普通そのままなんですけど...)印象に残ってます♪確かこんな文言(「愛人2号にしてください(*^^*)ﾎﾟｯ」)</p>\r\r<p>で、そのねこさんと昨日からPTを一緒して、まりんさんのアコ2お祝いに行ったのです。今日も一緒に狩りをして昨日浮いた分を取り戻すお手伝いをして結果レベルアップまで持っていくことができました。<br />\r<img alt=\"??こレベルアップ\" src=\"http://blog.blackcatlab.com/images/xo/xo0600611.jpg\" width=\"400\" height=\"450\" /></p>\r\r<p>途中、PTでエロトーク炸裂のエロ親父になっていたくろねこですが、ホンの2ヶ月くらい前はおとなしく普通にしていたはずなのに何でエロ親父モードに？Hide さんと SAM さんの影響かな？<br />\rねこちゃん、エロ親父でよければこれからも一緒に遊ぼうね♪</p>\r\r<p>ところで、今回のエロ会話誰が切り出したの？<br />\rBBQの話あたりからだよね！まあ、ねこもBBQに任意同行or強制連行だね。</p>','',1,2868,2,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060612_web_analysing',3,0,'2006-06-12 07:56:41','うちのサイトのアクセス状況ってどんなん？',null,'<p>先日すごくおもしろいページを発見したので喜んでいたのですが...</p>\r<p>現在、自分のサイトはどれほど人が来ているのか疑問に思いました。<br />\r久々に、自分のサイトのログを集計してみました。一時期は4000pv/Dayあった訳ですが、最近は1/4の1,000pv程度しかないようです。(≧o≦)A</p>\r<p>うちのページなんにもおもしろいことがないので、まあ当然といえば当然なんですがあの一時期のすごいアクセスは何だったんだろう...</p>\r<p>トップに更新が全くないので、新着履歴が全く更新されていません。<br />\rこのサイトに訪れる方の大半がこのブログからこられるようです。<br />\r後は、FAQがありましてこの二つだけで、全体の75%以上を占めています。</p>\r<p>FAQはまあわかるんですが、日々あったことをただ書いてるだけのブログお知り合いしか見に来てな様に思いながら、結構いろんな人が見てるんですね。</p>\r<p>くろねこ、おもしろい記事は書けないので、できるだけあったことを正確に、うまく伝えられるようにがんばっていきたいと思います。</p>\r<p>何か意味不明な文章などありましたら、思いっきりコメントでおしかりください。</p>','',1,2826,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060613',3,0,'2006-06-13 05:26:00','体調悪いのに...(ねこLv.74, 果汁Lv.48)',null,'<p>先日、お知り合いになったねこさんですが、ゲームをそのままでリアルだけいなくなるのが得意技です。</p>\r\r<p>今日もよく反応が無くなるので、お得意技炸裂か？と思っていたのですが、どうやらリアルで体調が悪かったようです。</p>\r\r<p>それなのに、先日約束したからとゼニアンの最後の仕上げを、23:00～やってるんですね。ひとりで！<br />\r体調悪くて吐きながら・・・</p>\r\r<p>はっきり言って馬鹿です...</p>\r\r<p>0時頃、先日にまりんさんのアコ2記念で書庫に行った際に拾ったクロックの落とし物を分け分けする機会があった。<br />\rそのとき参加していたねこさんにもということで、フレンドチャットして体調が悪いのがわかったのです。<br />\rとりあえず、ＰＬを中止させてクロックの落とし物のジャンケンも早々に済ませて向かった。<br />\rでも、そのときにはもうすごく悪かったみたいね。</p>\r\r<p>ついたときには、PTにお手伝いしてくれる方がいたんですが、ゼニアンのPL終了後お話を聞いてみると、ただ通りかかったから助けてもらったとか...</p>\r\r<p>何のためのフレンドなの？<br />\r先日から、「くろねこさんスキ」とか「エッチできるかな？」とかいう冗談言う言ってる余裕があたらなんでしんどいときぐらい頼らないのでしょうか？<br />\r困ったときに頼れるのがほんとの人間関係だと思います。</p>','<p>まあ、くろねこもかなりの馬鹿です。うちの息子朝4:30迄起きてました。<br />\r全然誰も構ってくれないので、すねてます。<br />\rくろねこはゲームにかかりっきり、嫁はぐーすか...</p>\r\r<p>子供は寝る時間なのに...</p>\r\r<p>響ちゃんとなっちゃんには申し訳ないことをしました。<br />\rせっかくお誘いいただいていたのに、約一時間強の遅刻でした。</p>\r\r<p>そのままお手伝いできていれば、MPKにやられる前に落とし物いくつかとれたかもしれないのに...</p>\r\r<p>あー、でもねこにも言い過ぎたかな？<br />\r今日からフレンド一個消えてるだろな...まっ、スローさんフレンドになってくれたからいいか。</p>',1,2246,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060614',3,0,'2006-06-14 07:57:38','おいしい経験値の稼ぎ方を模索する(ねこLv.74, 果汁Lv.48)',null,'<p>最近、思うように経験値を稼げていません。予定よりもかなり遅れています。<br />\r予定どおりだと、すでにLv.75に達しているはずなのですが...いろいろと誘惑は多い物です(≧▽≦;)アチャー</p>\r\r<p>今朝、昨日お借りしたRさんのIDでログオンを試みようと、ゼネピックを立ち上げたのですがメンテでした。;￣ロ￣)!!</p>','<p>何でIDをお借りしたかというと、前衛が稼げる経験値のマゾさに嫌気がさして、後衛でPLする事を計画したからです。<br />\r本当はマジorメイジが良いのでしょうが、そんなあてがありません。<br />\r(借りられなければ自分で作ることも計画のうちでした。IDを借りちゃうと自分のキャラを育ててる気になれない...)<br />\rアコならRさんがもしかしたらと思い、お昼の間にメールで「お願い」をしておきました。</p>\r\r<p>内容を話すと、RさんはすぐにIDを貸してくださいました(「一応詐欺はしないよね」と念を押されはしましたが...)。</p>\r\r<p>昨日は、へいへいチームと書庫に行っていたので時給を試すことができませんでしたが、Iさんなどの証言からレベル71で13-18%/hour(課金2.5倍使用時)ほどになるようです。(珊瑚だとコンスタントに18%ほどでるようです。)<br />\rすると2.0倍を使用しているくろねこはざっくり計算すると...</p>\r\r<p>時給 / PL元課金 / 人数 * PL先課金 = PL先経験時給<br />\r13%  /    2.5   /   2  *   2.0    = 5.2%<br />\r18%  /    2.5   /   2  *   2.0    = 7.2%</p>\r\r<p>13%にはほど遠いですが二人とも5.2～7.2%上がるので、くろねこ単体を見るととんとんから1.5倍程度稼げるんですね～。<br />\rうまくいくでしょうか？</p>\r\r<p>今日帰ったら実験してみたいと思います。</p>\r\r<p>※2.5倍を使えば早いことは重々承知ですが、@3,500×2＝&#92;7,000-は出せません...<br />\r　これ以外にも、魔力課金&#92;500とかマナキュア@100とかかかってきそうなので...</p>',1,3192,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060615_internet_line',3,0,'2006-06-15 19:56:39','遅すぎる光回線',null,'<p>今月一日に新しい光ファイバーのインターネット回線を契約した。</p>\r<p>といっても工事自体は先月5/27時点で完了していたので、工事後使えるようになっていたのだが...<br />\r工事後、自宅の回線を新しい光回線に変えて速度を計測してみた。<br />\r速度計測サイトには goo スピードテストを使用させていただいた。<br />\r驚くことに上り/下りとも8Mbps程度しかでていない。この時点ではしばらく様子を見るかと思い半月ほど待った。<br />\rしかし状況は一向に変わらない、一番良いときで12Mbpsくらいしかでない。</p>\r<p>契約するときに営業担当はスピードは補償できないけど、「光だから速い」とか「VDSLの技術も進化してほとんど速度の劣化はない」と入っていたし、速度面については「がんばります」と言っていた。</p>','<p>昨日、ついに電話してしまった。<br />\r何で速度がでないのか調べてもらうことにした。自宅マンションの共有設備～室内のVDSLアダプタ間は70Mbpsでているらしい。<br />\rしかし、共有設備までいくらでているかわからないと、それ以上の進展はない。<br />\rそこで、それを調べてもらうことにした。<br />\rそして本日結果が...<br />\r共有設備までは17Mbpsしかでていないらしい。NTT西日本のファミリー100ですよ！おかしい、ねこが昔契約したときには76Mbpsでてたぞ？まあ、76Mbps出て無くても、17Mbpsは低すぎでしょうが！と話すると、「弊社の規定で10数M出ていれば規定範囲内です」と改善する気はないみたい。現状このマンションで契約しているのは、ねこ位みたい。すると、加入者が増えるとさらに速度は下がる...あとIP電話付けたいんだけどそうするとIP電話アダプタがルータになるので、そこでもさらにさがる。ということでいいことなし。</p>\r<p>解約かなぁ？<br />\r新しいパソコンほしいし、NECだと回線を一緒に契約すると確か4万円引き...<br />\r問題はいつ止めるかだな。</p>\r<p>パソコンほとんど知らない、嫁ですら体感でかなり遅くなったと表現してたからな。<br />\rねこ、パソコン依存症のネトゲ依存だし。これを機会に止めるという手もあるんだけど、まだそういう気にはなれないな</p>',1,3572,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060616',3,0,'2006-06-16 07:57:32','ハンゲームに再度課金アイテム期間計算方法について対応を求める(ねこLv.74, 果汁Lv.48)',null,'ハンゲームからの回答は著作権上の問題から転載できないので、前回の回答がどの様な物であったかざっくり説明すると以下の2点となる。\r<ol>\r    <li>利用規約には「別途記載する」と書いておらず、「別途定める」としているので記載義務はない。 </li>\r    <li>WEB上に記載はないがゲーム内に記載されている。</li>\r</ol>','これに対する、くろねこの反論は以下の通り<br />\r<ol>\r    <li>契約内容は契約以前に契約を行う者双方が正確に理解する必要がある。 </li>\r    <li>上記を満たすため、事業者側は契約内容を正しくかつわかりやすく示す必要がある。 </li>\r    <li>ゲーム内に表記はあるが、一部記載漏れが認められる。期間算定方法もそのうちの一つ </li>\r    <li>契約で触れられていないことは、日本国法にゆだねられるべきである。(日本国内の契約なので) </li>\r    <li>今回の記載漏れはハンゲーム側の明らかな過失である。 </li>\r</ol>\rで、以下のような問合せとなった。<br />\r<blockquote>回答ありがとうございました。<br />\r遅くなりましたが、回答いただいた内容に疑問がありますので、再度追加で質問をさせていただきます。<br />\r「別途記載する」としていないため明記する必要がないとのお考えですが、本サービスの利用料、発生基準、算定方法は今回のアイテムの取引において、ユーザに知らされるべき必要最低限の情報であると考えております。<br />\r取引内容を正確にかつわかりやすく表記する事が必要であり、消費者契約法第三条においても求められていることと思います。<br />\r今回の「アイテム購入手順」への追記により、期間計算の方法などがわかりやすくなったと思います。しかし、どこにも日単位を時間単位に換算する旨の記載がない為、例から読みとる必要があり少々不親切だとも思います。<br />\rまた、「アイテムの利用期間につきましては、SHOP内のアイテムの詳細情報に明記がさせていただいております。」とのことですが、明記されておりません。<br />\r以前にゼネピックの問合せに送った質問の回答にもありますように、一部装備アイテムに関して不備があることを回答いただいております。<br />\rさらに、前々回の問合せにおいて指摘させていただいたように、日単位での契約は民法により初日不算入であることが明記されております。契約の自由の原則により、契約時に今回のように「日単位を時間単位に置き換えて計算する」旨が書かれていれば、それが今回の契約だと納得することもできるでしょうが、今回はその明記を怠り一歩的な計算方法を適用した事業者側に過失があったと考えております。<br />\r<br />\r最後に、「転載・転送・複写禁止」とされていますが、このような内容を「国民生活センター」などに理解いただくため、公的機関並びに弁護士などに「転載・転送・複写禁止」させていただけますようお願いいたします。<br />\rもし、許可いただけない場合には「転載・転送・複写禁止」を回避するため、直接回答メールを参照するなどのも考えたいと思います。</blockquote>\r<p>って、今ブログに書いて間違いに気づきました。<br />\r「転載・転送・複写禁止」させていただけますようお願いいたします。<br />\rじゃなくて、「転載・転送・複写禁止」を<strong>はずさせて</strong>いただけますよう...ですね！</p>\r<p>しかし、日本の消費者の利益ってかなりぞんざいに扱われていませんか？<br />\r昨日、PC Watch の以下の記事を見てもこの前のNTTの加入権の問題を見ても改めてそう感じさせられる。<br />\rNTT加入権の訴訟のPDFダウンロードして読み始めた(ちょこっとだけ)のだが、150ページ以上は読む気がなくなるな...<br />\r弁護士の野村さん大変だったんだろな。確か半年って書いてたような<br />\rさくっと概要だけ知りたいのだけど...加入権持ってたら一緒に参加したかもな...日本の裁判って利益がないと訴えられないだもんね。</p>\r<p>話全然違うんですが、blogのタイトルってちゃんと付けた方がいいよね♪</p>\r<p>□本田雅一の週刊モバイル通信 音楽著作権&ldquo;利権者&rdquo;たちの変わらぬ想い <br />\r<a href=\"http://pc.watch.impress.co.jp/docs/2006/0615/mobile345.htm\">http://pc.watch.impress.co.jp/docs/2006/0615/mobile345.htm</a><br />\r<br />\r□blog 訴訟記録公開<br />\r<a href=\"http://web.mac.com/telsue/iweb/Site/Blog/Blog.html\">http://web.mac.com/telsue/iweb/Site/Blog/Blog.html</a></p>',1,3535,0,0,'0000-00-00 00:00:00',1,'<a href=\"http://pc.watch.impress.co.jp/docs/2006/0615/mobile345.htm\">http://pc.watch.impress...</a>\n<a href=\"http://web.mac.com/telsue/iweb/Site/Blog/Blog.html\">http://web.mac.com/tels...</a>',0,1,1,0,0,'1999-11-30 00:00:09','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060617',3,0,'2006-06-17 23:37:30','三連続レベルアップ(ねこLv.75, 果汁Lv.48)',null,'<p>リシェがLv.72 90%だったのでくろねこも一緒に羽を～と思って、今朝からねこを90%迄オブルルクであげて、90%になったらインクリがわくわく....<br />\r倒しまくってるといつの間にか91%強に、でもリシェの方がレベル低いしいっっかぁ♪<br />\rと思ってたら大間違いでした...</p>','<p>リシェの経験値1.5倍、くろねこ経験値2.0倍</p>\r<p>リシェでＰＬし出すとねこの方が5%ほど速いようです。調整しながら残り10%あげていきます...<br />\rくろねこが残り1.8%位になったとき、お知り合いの1192さんが通りかかり、お話に花が～♪</p>\r<p>ちょうど1192さんが残り0.6%ということで、3人で同時に羽を撮ろうと言うことでがんばって残りをあげていきます。<br />\r1192さんの方が断然速かったので、かなり待っていただきました。(2,30分かな？)</p>\r<p>で、みんな99.99%で用意ができてさあみんなではねを出すぞ～<br />\r1192さんとリシェでそれそれモンスターを攻撃、ちょうどレベルアップをねらったのがごみごみしたロレンの谷ということもあって、リシェが叩いたモンスターが誰かとかち合ったみたい。<br />\r結局1192さんだけ上がって、くろねことリシェは取り残された。(≧▽≦;)アチャー</p>\r<p>でもそのあとすぐ気を取り直して、リシェで別のモンスターにＢＨ！<br />\r今度はくろねこだけ...<br />\r次はちゃんとリシェも上がったけどね♪</p>\r<p>連続で３人一匹ずつという変わったレベルアップになっちゃいました。<br />\r予定どおりに上がらなかったので、ねこのレベルアップの羽は出きってないし、リシェの羽は消えちゃってるしでSSをあげるのかっこ悪～いそんな感じになっちゃいました。再び(≧▽≦;)アチャー</p>\r<p>この後、くろねこは書庫で浮いて取り返して再度75になったけど、そこでもレベルアップに気づかず羽がとれてなかった。またまた(≧▽≦;)アチャー<br />\r(/&nabla;≦＼)アチャ-!ミテランナイ３連続ですね。。。</p>',1,2301,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060618',3,0,'2006-06-18 23:38:08','キャンディー(ねこLv.75, 果汁Lv.48)',null,'<p>昨日にかけてへいへいチームと、書庫に行った際に攻撃間隔が-0.3sになるキャンディーを食べたんですね。<br />\r書庫から帰ってくると、狩り場がオブルルクの森から一気にレベルアップですよ♪</p>\r<p>ロレンに行ったのかって？</p>\r<p>いえいえちゃいますよ～一気にね...『エムピオンの森』ですわぁ～。<br />\r順番で示すと...</p>\r<ol>\r    <li>オブルルクの森</li>\r    <li>ロレンの谷</li>\r    <li>クラマの森</li>\r    <li>イボルグの森</li>\r    <li>エムピオンの森</li>\r</ol>\r<p>ですね～。エムピオンの森には紫イノシシが生息しています。<br />\rこの先はかなり危険で、『モピアスの森』には『モコロコ』が住んでます。<br />\rやつは、ニードルを使うのでナイトには天敵！今日も新マップを見に行った帰りにやつにやられてしまいました。(≧▽≦;)アチャー<br />\rこれより先は魔法防御がある程度上がらないと無理ですね。。。バッチコイ持ってくればまた違ったのでしょうが、使い切ったら終わりですから狩りには使用できないですね。<br />\rしかし、前衛は手数増えるとかなり強くなることがわかりました。攻撃間隔が1.1sから0.8sでこんなに違うんです。<br />\rさらにクロック3つ装備したら...0.5sですか？今、素早さ25振りなんですが、素早さに振れば速くなりますかね？</p>','<p>そういえば昨日、書庫で魔力全振りのナイト(aka227さんだったかな？)がおられました、メニス用みたいです。<br />\r魔力全振り、魔力課金、ランドセルでクロックとソロみたいです。<br />\rメニス、メニス、メニス、攻撃～♪みたいですね♪<br />\rそのステータスってボス戦以外で使えるんでしょうか？<br />\r素早さ全振りも命中率と回避が実装されていない噂のあるうちはそれほど意味がないかも？課金使っても上がったって感じないですからね...お金取ってるのにOTZ</p>\r<p>でも、マップが進んだことで時給が5%(オブルルクの森：lv.73)～6.5%(エムピオンの森：lv.75)に...<br />\rエムピオンの森はがんばればもうちょいいけそうな感じも...<br />\rしばらくここでレベル上げのようですね♪<br />\rでもミニポを大量に消費するようになったので、一日400個位が1日2000個以上消費に...<br />\r(一応先日海賊で魔人の血(青)を獲ったときにもらった、物理防御課金ついてるんですよ！＞くまさんありがと)<br />\r倉庫（サブ）の設置が必要かもしれません...どなたかご協力お願いします...</p>',1,2494,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060619',3,0,'2006-06-19 12:44:32','バザーに願いを・・・(ねこLv.75, 果汁Lv.48)',null,'<p>今日も朝3時までゼネピックやってました。</p>\r<p>こんな日はたいていレベル上げか世間話ですね。<br />\r昨日はへいへいさんとパフさんと...</p>\r<p>へいへいちょっとレベル上げサボりすぎ...<br />\rだからパフもレベル上げサボるんだよ...<br />\rお昼もへいへいがサボったあたりからレベル上げ中断したけど、夜も同じ展開とは...</p>\r<p>まあ、世間話も楽しいですけどね♪<br />\rここ数ヶ月ゼネピックでのあっち系の世間話が普通になってしまいました。<br />\rちょっと自粛しないといけないと考え始めています...</p>\r<p>しかし、なんか空いてるんだな心に穴がぽっかりと。</p>\r<p>それで思い出しました。</p>','<p>何を思い出したって？パフちゃんが写メールを送ってくれるっていったのにまだ送ってきてくれてないこと？<br />\rいえいえ、そうじゃなく。</p>\r<p>昨日ブリンのバザーでおもしろいバザーがありました。</p>\r<p>ccapple さんと <a href=\"http://xenediary.blog61.fc2.com/blog-entry-67.html\">mimi. さんのバザーで「誕生日、何が欲しぃですか??1:1ﾈ」</a>とありました。<br />\r<img alt=\"願い事バザー\" src=\"http://blog.blackcatlab.com/images/xo/xo060619.jpg\" width=\"400\" height=\"400\" /></p>\r<p>で、中の人いないんだと思ったら、ちゃんといたんですね♪</p>\r<p>くろねこは、お願い事を mimi. さんにしました。</p>\r<p>まあ、かなえてくれないとは思ってましたが、くろねこの願いはずばり</p>\r<p><em>ときめきがほしいです</em></p>\r<p>です。<br />\rこのあと、mimi. さんから追加で質問が来て、具体的にと聞かれたので...</p>\r<p><em>ときめきがほしいです</em></p>\r<p>と返事しました。<br />\rもう嫁とときめくことは無いのでしょうけど、子持ちなので他にときめく場所を求めるわけにもいきません。<br />\rだけど、ときめきがﾎｼｨｯ☆Ｏ(＞ ＜)ｏ☆ｏ(＞ ＜)Ｏ☆ﾎｼｨｯ</p>\r<p>そういえば、つきあってたころの1年間ぐらいはパソコンから足洗ってたな...<br />\rオンラインゲームにはまりだしたのって、嫁の態度が冷たくなってきてからだっけ？</p>\r<p>最初、はまるのが怖かったので敬遠してたのですけど、誘われてウルティマオンラインを初めてからはまりましたね...</p>\r<p>それが無かったらまた違う人生だったかも？</p>',1,2690,0,4,'0000-00-00 00:00:00',0,'<a href=\"http://xenediary.blog61.fc2.com/blog-entry-67.html\">mimi. さんのバザ',0,1,1,0,0,'1999-11-30 00:00:36','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060619_security_soft',3,0,'2006-06-19 18:24:10','セキュリティ対策ソフト',null,'<p>セキュリティ対策にいくらお金を掛けてますか？<br />\r今セキュリティ対策といえば事実上以下の二製品に絞られるのではないでしょうか？</p>\r<ol>\r    <li>Symantec の Norton Internet Security</li>\r    <li>Trendmicro の ウイルスバスター</li>\r</ol>\r<p>これらのソフトは大手でもあり、サポートに一定の信頼が寄せられていると思います。<br />\rしかし、毎年維持費がかかります。バージョンアップか年間の更新料が必要です。</p>\r<p>そんな中、年間更新料が不要なソフトが出てきました。「ウィルスセキュリティZERO」です。<br />\rちょーっと不安げなソースネクスト社製です。たぶんエンジンはどこか別のところが開発した物でしょうが、ソースネクストというだけで不安が募ります。<br />\rでも、年間更新料が不要って魅力的ですね。</p>\r<p>ソースネクストがちゃんとサポートしてくれるなら、このソフトは買いでしょう。<br />\rでも、ソースネクストにそれだけの技術力があるのか？いささか疑問ではありますが...</p>','<p>このソフトまだ仕様を全て読めていないのですが、1PCで1ライセンスと書かれています。<br />\rノートンもトレンドマイクロも1PC1OSで1ライセンス必要です。<br />\rこれからVistaになると1PCに複数OSを導入する機会が増えてくると思います。<br />\rということは、1台のPCをサポートするのに複数のウィルス対策ソフトが必要になるのです。<br />\rということはすっごくおかねがかかるんです。／(-_-)＼ ｺﾏｯﾀｧ・・・</p>\r<p>そこでこれを使ってみたいと思います。<br />\r30日間無償で返品可能なので、危険だ！と思えば30日経過するまでにやめればいいのです。<br />\rそれまでにウィルスにかかったら、(/&nabla;≦＼)アチャ-!ミテランナイですけど...</p>\r<p>ソースネクストって昔どこかの記事で同社のコメントがあって、<br />\r「安価で提供するとユーザが自己解決する方向に傾き、サポートに頼る傾向が低くなる」<br />\rみたいなことをいってたと思います。<br />\rまた、同社の製品を複数インストールするとおかしくなるということもどこかのサイト(確か価格.com)に記載されてました。</p>\r<p>要注意です！</p>\r<p>でも、冒険してみるのもおもしろいかもしれません。</p>\r<p>だって、トレンドマイクロ社でもあんな不祥事を起こしてましたしね。ある意味どこでもリスクはあるかと。</p>\r<p>詳細は以下のURLから<br />\r□ウィルスセキュリティ製品ページ<br />\r<a href=\"http://sec.sourcenext.info/products/vs/zero.html\">http://sec.sourcenext.info/products/vs/zero.html</a></p>\r<p>でも、Windows Vista から MS社製のウィルス対策ソフトが無償提供されるという話もあるので、Vista待ちでも良いかもしれないですけど。</p>',1,3052,4,0,'0000-00-00 00:00:00',0,'<a href=\"http://sec.sourcenext.info/products/vs/zero.html\">http://sec.sourcenext.i...</a>',0,1,1,0,0,'1999-11-30 00:00:44','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060620_pc_broken',3,0,'2006-06-20 23:05:27','ぱ、パソコンこわれた～',null,'<p>ゼネピックしてたらいきなりIEがいっぱい立ち上がってきて、止めても止めてもとまりましぇ～～ん。</p>\r<p>IE7が導入されてるので、それがおかしくなった？とかウィルスか？とか疑ってみたけどウィルスは見つからない。<br />\rいろいろやってるけど原因が見つからないので、困り果てたとほほほ。</p>\r<p>仕方がないからバックアップ戻すかと思ったけど、システム側のバックアップ手元にあったのが昨年11月25日．．．<br />\rふ、ふるい、古すぎる～</p>\r<p>復元もダメだったし。どうしようと思ってたら何かすごく眠たく．．．<br />\r今日は寝て明日続きします。</p>','',1,2852,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:13','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060621_result',3,0,'2006-06-21 12:25:12','昨日の原因がわかりました',null,'<p>くろねこのキーボードには「ホーム」というボタンが付いていまして、</p>\r<p>そのボタンを押すとIEが起動する訳なんですが、</p>\r<p>息子がキーを横からばんばんたたいたのでそれがへこんだままになっていたと。</p>\r<p>11/25の状態から全部入れ直ししてる最中なのに～OTZ</p>','<p>でも、うちのパソコンに、Norton Internet Security 2006 を導入すると100%ブルースクリーンになります。<br />\rセーフモードだとブルースクリーンにならなかったので、セーフモードで起動後安心ストールを試みたらだめらしぃ。</p>\r<p>仕方がないので、セーフモード時にノートンのフォルダをリネーム。<br />\r起動後、ノートンのエラーを無視して、しばらく待った後にリネームしたノートンのフォルダを元に戻し、アンインストールを実施。</p>\r<p>無事、起動することができるようになりました。</p>\r<p>が、Xenepic のダウンロードができない。<br />\rなんか、他のプログラムでも20MB程度以上はダウンロードできなくなってる...<br />\rなんで？<br />\rちなみに今年買った別のPCでもダメなので、プロバイダの問題？</p>\r<p>Xenepicはファイルコピーとレジストリの手動構成でインストールを完了。<br />\r途中HOTKEYのデータが壊れてくろねこが起動しなくなったけど、なにか無事動いているようです♪</p>',1,3399,3,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:14','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060622',3,0,'2006-06-22 02:36:16','ほんわかさん転職式(ねこlv75, 果汁lv.48)',null,'<p>レベル上げの最中、パフさんと出会い。(*^^*)ポッ<br />\r写メール届いた？ときかれ、全く記憶にないくろねこ。<br />\r探しても見つからないので、タイトルは？ときくと『無し』だとか...<br />\rダメです...ねこ、件名無しのメールはスパムとしてお手手が自動削除してしまいます...OTZ<br />\rそれほど、多いんですってば！</p>\r<p>もう一度送って～とおねだりしてみるが、『縁がなかったのね』と寂しい一言。<br />\rそうかもしれませんね...</p>','<p>そうこうしてる間にミニポが100を切ってました。<br />\rパフさんに別れを告げ、雪山をどんどん下っていきます。<br />\rそんな帰り道、Jさんから突然のフレンドチャットが！<br />\r『暇ある？』みたいな感じのお話で(普段Jさんからフレンドチャットが飛んでくることは基本的にありません)、理由を聞くと転職式があるとか<br />\rまあ、これから街に行くし...<br />\rちょっくらのぞきにいきますかぁ？</p>\r<p>と足取りも軽やかにロレンを抜けオブルルクからリニアにMAP切り替えしようというその瞬間、</p>\r<p><em>落ちました</em></p>\r<p>その後、何度やってもAccess Violation Error でくろねこだけ起動できません。<br />\rサブで、転職式に参加できることを確認したのち、Jさんの正確な名前がわからず、過去のSSを探すも千枚数百枚のSSから探すのは無理。<br />\rもう一台のノートPCを起動して、くろねこが起動できることを確認。</p>\r<p><strong>PCの問題かぁ</strong></p>\r<p>運営かぁ？と思っていたのでちょっと一安心。<br />\r偶然リニアの安地にいたくれぁのサブサブを発見、この現象の話をするけどくれぁは転職式で急ぐらしい...<br />\rまて、くろねこも転職式に行くの、もしかして一緒じゃない？と思い聞いてみると･･･<br />\r『ほんわかさんの転職式？』と返事が...くろねこ誰の転職式かさぁっぱり、でもこんな時間に転職式する人は他にいないでしょ？(たしか2:00前後)</p>\r<p>くれぁ。もくろねこもサブで転職式に向かう。<br />\rやぁっぱりおなじだった♪</p>\r<p>でサブの果汁で転職式に参加、その後のクク討伐も果汁で参加。<br />\rほんわかさん、メイジに転職ｵﾒｯﾄﾗﾌﾞﾋﾞｰﾑ(*\'&nabla;^)ﾉ⌒☆。.:*:・\'☆\'∟□&or;&Epsilon;・\'ﾟ☆。.:*:・\'☆\'</p>\r<p>くろねこが起動しない原因は、HOTKEYディレクトリ(c:Program FilesDncEntXenepicHOTKEYS)以下にあるCFGファイルが壊れていた様なので、消して作り直すことで回避できました。&nbsp;&nbsp; <br />\r（強制終了するときにたまに壊れるみたいです...）</p>\r<p>今回は誰も浮くことなく、順調にいったのでとても満足です。<br />\r(姫ちゃまも狩りだけどPTが見つかってよかった。心残りはいつククがでてたんだろう？大体わかるんだけどさ。見られなかったのは残念だね♪)</p>',1,3690,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:49','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060623',3,0,'2006-06-23 08:15:22','くろねこの時給調査(ねこLv.76, 果汁Lv.48)',null,'<p>今日朝からくろねこの時給調査を行いました。ちょうど朝7:00 に 95.04%だったので、95%と見なして調査しました。<br />\rMAPはそのとき狩りをしていた、ロスト南ブリンです。くろねこのレベルは75です。<br />\r昨日はここで浮いたので気を引き締めて計測します。目安は時給5%です。大体12分で1%という感じですね。<br />\r最初の12分で1%稼げませんでした。(おにぎりをチンしたりしてたからかも？)<br />\rその後は、11分程度で1%稼げたり、どんどん時給が上がっていきます。<br />\rと5%上がる...と時間を見ていたら...『45分ですね』とここで、どこかで聞いた音が...<br />\rあ、レベルアップだ！<br />\rってSS撮るの忘れてます。(≧▽≦;)アチャー<br />\r結局7:00～8:00の一時間で7.25%稼げました。雪山に行かなくても良いかも？</p>\r<p>昨日は33%(稼いだ分)-20%(デスペナ)で13%しか稼げませんでした。&epsilon;-(￣ﾍ￣)┌ ﾀﾞﾐﾀﾞｺﾘｬ&hellip;<br />\r今日は朝(6:40)から9%かな？</p>\r<p>昨日のノルマ未消化分と今日のノルマで、あと27%稼ぎたいところだけど、息子が呼びに来たら息子と遊んであげたい気分。最近邪険にしちゃってるからな...罪悪感が...</p>','<div class=\"add\">\r<p>調査結果<br />\rゆうまさんとかも言ってたけど、ロストはモンスターの強さの割に結構収穫が良さそうです。<br />\r(昨日もちょこっと遊んでもらったな...)<br />\rでも、RED.とかがくると浮いちゃうからな...<br />\r早く対策考えないと...<br />\r1:1で何かしてくるのかな？って昨日話をしていたのですが、某大手掲示板では1:1では無いと書かれているらしいです。<br />\r1:1のチェックOFFでも不正落ちするのかなぁ。<br />\r処理順序によるけど、何も処理せずにチェックだけ参照して終わってたら1:1じゃないんだけど、処理完了後に表示するかしないか判断してたら、1:1の処理は行ってるわけで、文字コードの変換処理通っちゃってるわけで...<br />\r(某フレンドから、文字コードの脆弱性をついた不正落としだと聞いたからこのような憶測なのですが。)<br />\r<br />\r1:1のチェックOFFで、不正落としにあったかたがおられましたら、教えてくださいな。</p>\r</div>',1,2680,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060624',3,0,'2006-06-24 12:20:52','今週のゼネピックはどうなってんだぁ？(ねこLv.76, 果汁Lv.48)',null,'<p>今週のゼネピックはとても正式サービスのゲームとは思えん。。。</p>\r<ol>\r    <li>定期メンテ後の不具合による再メンテそして延長</li>\r    <li><a href=\"http://xosou.blog51.fc2.com/blog-entry-135.html\">爽さんのブログ</a>にもあるけど、エスネにモンスター発生＆未実装モンスター出現</li>\r    <li>昨日からのサーバ、ログインサーバの不安定</li>\r    <li>なにやらおかしなシステムメッセージテスト</li>\r</ol>\r<p>どう考えても、これ全部人災だろ？<br />\r1) 4) 何か特に人災だね。<br />\r1) はたぶんテスト不足、4) は不注意 普通のシステムならすでにユーザにたたかれて、損害賠償発生してる。<br />\r2) はチートの可能性も否定できないけど、そんなシステムを作った側にも責任あるよね。<br />\r　PC買ってウィルス対策してないみたいな感じだよ。昨今チートなんか当たり前なんだからさ。<br />\r<br />\rで、今週のサーバ不安定で緊急メンテしてるけどいっこうに直らないね・・・<br />\rそのせいで12時過ぎに落ちたら、ログインサーバ不調で戻れないよ。ロストなのに・・・<br />\rまた-10%ですか・・・<br />\r最低限、システム状態の把握とその周知活動はきちんとして欲しい。<br />\rチェリーだけじゃないだろ？ストロベリーもだし。。。<br />\rそもそもログイン障害だけでもないし...</p>','<div class=\"add\">\r<p>追記<br />\r先ほど見たら、やっとストロベリーのことが書かれていました。12:30～12:40ぐらいの間でしょうか？<br />\r11:50頃からおかしかったようです。<br />\rゲーム中にシステムメッセージで、お知らせしてくれればなぁ</p>\r</div>',1,2883,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://xosou.blog51.fc2.com/blog-entry-135.html\">爽さんのブログ</a>',0,1,1,0,0,'1999-11-30 00:00:49','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060625',3,0,'2006-06-25 23:43:00','ナイトロードに出会った(ねこLv.76, 果汁Lv.48)',null,'<p>今日は朝からロスト真ん中でレベル上げです。</p>\r<p>昨日あれだけ落ちまくったサーバが直ってるとはとても思えませんが、月末レベルの目標は早くも立ち消え...<br />\r6/21にリスケした月末78レベルもこのサーバーの調子ではすこぶるあやしぃです。<br />\rだから、サーバー不調にも負けず立ち向かいます(...って、すぐ誘惑に負けるんですが)</p>\r<p>レベル上げを初めてしばらくして、キラさんに出会います。<br />\rどうやら骨をお探しの模様...どれどれ...左足骨がない...それはきっと東ですぞ！</p>\r<p>ということで、二人で東をくるくる回ります。<br />\rでも、でないんです</p>\r<p>左足がでないの？</p>\r<p>いえ、そうじゃなく骨が全くでないんです・・・</p>\r<p>マジでバグかと思い始めたころやっと1本目が、30分はここで狩りをしてますな...</p>\r<p>で、最初は二人だったところにアコ2の方がやってきて狩りを始められました。</p>','<p>その後も何となくくるくる回ってた二人ですが、くろねこが見慣れないモンスターを見つけます。</p>\r<p>これなに？キラさんにと聞くと、召還だと教えてくれたのでナイトを捜してみる。<br />\rすると、先ほどのアコ2方がたいまんを...程なくナイトはやられて替わりにアコ79杖が...</p>\r<p>キラさんと雑談してると、そのアコ2の方が起きてたら次(ナイトを倒すのを)手伝っても良いと言われた。<br />\r時間つぶしもあわせて東でくるくる回ってみたものの骨はでないので、くろねこが倉庫を見に行くことに...<br />\rすると倉庫番のいちごが3つほど持っていたので、骨とエレクツリュンとクライトンバーと交換していただきました。</p>\r<p>前後して東にTitaさんが来られて、もしアコ79杖が出たら譲って欲しいと言われたので、時間を教えてあげました。<br />\r1時間後、kouも誘ってナイトを捜しましたが、Titaさんにやられちゃいました。<br />\r<img height=\"480\" alt=\"Tita戦\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060625_1.jpg\" /><br />\r何とドロップは4つも...(いいなぁ、アイテムがほしいじゃなくて、4つもでたとことが、一番うらやますぃ)</p>\r<p>また、1時間後南で放置されてた&chi;aya&chi;さんに「お暇でしたら25分にナイトがでるので行きませんか？」と声を掛けてみる。<br />\r25分に、&chi;aya&chi;さんのご協力の下、ナイト退治にでるものの、雑魚が沸き沸きでいっぱいに囲まれて...<br />\r<img height=\"400\" alt=\"このときはまだ余裕が･･･\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060625_2.jpg\" /><br />\r<img height=\"400\" alt=\"こうなって･･･\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060625_3.jpg\" /><br />\rミニポで追いつかず、ポーションとミニリカバラントを駆使して耐え続けましたがポーションが切れたところでくろねこが浮き、直後に&chi;aya&chi;さんも...</p>\r<p>たまたま通りがかったナイトの方に周りをお掃除していただき、復活。</p>\r<p>&chi;aya&chi;さんにナイトを倒していただきました。&chi;aya&chi;さんにはご迷惑料としてマナキュア20個ほど納品させていただきました。&chi;aya&chi;さんすいませんでした。<br />\r残念なのは、スカだったことですね...</p>\r<p>さらに、ミニポが残り少ないにも関わらず1時間ほど狩りを続けます。</p>\r<p>ミニポが残り30個くらいになったので、これはダメだと帰り支度を....</p>\r<p>ただ帰ると、人が少ない今日はナイトが放置されちゃうなと、強うそうなアコ2の出来高払いさんにナイト討伐をお願いして去るつもりだったのですが、いっしょにどうですかとお誘いを頂いたのでついていくことに...<br />\rミニポ30個しかないので、マキシポーション20個(珊瑚のプレゼント)とポーション30個をSHOPから引き出しのこのこと出かけていきます･･･</p>\r<p>で、今回も目の前でナイトがでた！<br />\r出来高さんの攻撃で召還が...うまいこと出来高さんが本体だけ引っ張って...<br />\rと思ったら、雑魚いっぱい...とりあえず雑魚を引っ張ってにげる～･･･すると1時間前のナイトさんが手伝ってくれて掃除完了。<br />\r出来高さんの所に戻ると、たいまんモードに...<br />\r<img height=\"300\" alt=\"余裕の出来高さん\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060625_4.jpg\" /><br />\r余裕の表情の出来高さんが、倒したナイトはアコ79レアに変わりました。<br />\r<img height=\"300\" alt=\"アコ79レア杖に\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060625_5.jpg\" /></p>\r<p>拾ったアイテムは、くろねこが当選(ランダムなので...)したのですが、出来高さんにもらってもらうことにしました。<br />\r(でも、出来高さんも必要ないのね。でも果汁もまだ48なので･･･。後で思えば&chi;aya&chi;さん様にもらっておけばよかったかな？リシェも使うかもしれないし)</p>\r<p>今日は、サーバ不調のため4連続でナイトが拝見できてよかったです。</p>\r<p>でも、やっぱりサーバ不調で不正落ちが続きやる気がなくなったくろねこは、今日もレベル77になれず月末78が非常にあやしぃ</p>',1,2685,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060626',3,0,'2006-06-26 19:43:20','今日も緊急メンテですか？(ねこLv.76, 果汁Lv.48)',null,'<p>今日帰ってきてPC→ゼネピックを立ち上げてみたら、メンテナンス中です...</p>\r\r<p>えええっ！またですか？</p>\r\r<p>何があったんだろう？またエスネでおかしなことでも？</p>\r\r<p>今度の緊急メンテで直ると良いんですが！<br />\r(この間からの不具合の原因がわかったとか、そういうことじゃないですよね？)</p>','<div class=\"add\"><p>追記<br />\r一日ゲームできなかった...OTZ</p></div>',1,2507,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:53','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060627',3,0,'2006-06-27 00:28:37','ハンゲームから回答が(ねこLv.76, 果汁Lv.48)',null,'<p><a href=\"http://www.jnishida.com/blog/archives/2006/06/xo060616.htm\">先日の問い合わせ</a>に対し、ハンゲームサービスサポート 担当 相沢様から回答が...</p>\r\r<p>転記は出来ないので、概要だけ。<br />\r「アイテムの補償についてハンゲームサポートでは対応できないから、以前より問い合わせているXenepic Onlineサポートに、今一度相談しろと書かれていました。」<br />\rあいてむの補償をするともしないとも書いてないですが、自分の所に非がないということを書くことはやめた様です。</p>\r\r<p>しかし、たらい回しは基本的に変わっていないようで・・・</p>\r\r<p>Xenepic Onlineサポート、都合の悪いことは放置なんですよね</p>\r\r<p>今問い合わせしても、緊急メンテであわてふためいてるサポートに何が出来るのか？<br />\r問い合わせはしばらく待った方が良いかと思ってます。</p>','',1,2921,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.jnishida.com/blog/archives/2006/06/xo060616.htm\">先日の問い合わせ</a>',0,1,1,0,0,'1999-11-30 00:00:27','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060627_2',3,0,'2006-06-27 00:59:24','好きなタイプバトン(ねこLv.76, 果汁Lv.48)',null,'<p>寝る前にブログのチェックということで、mini.さんのブログを覗いたら･･･<br />\r<a href=\"http://xenediary.blog61.fc2.com/blog-entry-72.html\">mimi.さんからなにやらバトンを頂いたようなので・・・</a><br />\rもう32歳なのですがね</p>','<ul><li><strong>＊好きなタイプバトン＊</strong><br />\r<dl>\r<dt>*** 髪型 ***</dt>\r<dd>ゼミロングあたりが良いですかね・・・</dd>\r<dt>*** 顔 ***</dt>\r<dd>美人よりも、かわいぃ方が良いですね</dd>\r<dt>*** 体系 ***</dt>\r<dd>すこしポッチャリが良いですね。<br />ちょっと丸みがある方が女性らしいかと思います。</dd>\r<dt>*** 服装 ***</dt>\r<dd>普通が良いですね。すごいゴージャスなのとかは引きますね<br />お水系もたぶん引いちゃいます</dd>\r<dt>*** 職業 ***</dt>\r<dd>看護婦さんとか？保母さんとか？</dd>\r<dt>*** 性格 ***</dt>\r<dd>優しい人が良いですね。<br />心が広くてやることをそっとみててくれる人</dd>\r<dt>*** 趣味 ***</dt>\r<dd>何か趣味のある人が良いですね。基本的に何でも良いですけど</dd>\r<dt>*** 年㊤が好き？年㊦が好き？ ***</dt>\r<dd>ストライクゾーン広いですよ...<br />でも、どちらかといえば、年下の方が良いかも？</dd>\r<dt>*** タイプの芸能人 ***</dt>\r<dd>芸能人あまり知らないんです・・・</dd>\r<dt>*** 恋人にゼッタイしてほしいコト＆してほしくないコト ***</dt>\r<dd><ul><li>してほしくないことは・・・途中で見捨てないでください。</li>\r<li>してほしいことは・・・・・好きになってください。</li></ul></dd>\r<dt>*** よくはまってしまうタイプの仔は？ ***</dt>\r<dd>はまってしまう子に出逢いたい。<br />かわいいのに、おっぱいのおっきい子かな？</dd>\r<dt>*** あなたを好きになってくれる人のタイプはぶっちゃけ何？ ***</dt>\r<dd>好きになってくれる人がいいなぁ<br />優しい人がいいなぁ</dd>\r</dl></li>\r\r<li><strong>＊どっちのタイプ？＊</strong><br />\r<dl>\r<dt>*** 甘える？甘えられる？ ***</dt>\r<dd>甘えたいなぁ、男はいつまで経ってもこどもですから♪</dd>\r<dt>*** 嫉妬する？ ***</dt>\r<dd>たぶんしちゃうんでしょうね。<br />相手を好きなうちは。どうでも良くなったらしないかもしれません。</dd>\r<dt>*** 尽くす？ ***</dt>\r<dd>尽くして欲しいなぁ</dd></dl>\r<br />\rここまで書いて、自分の性格が出た。<br />ただのへたれじゃん</li>\r<li><strong>＊最後にバ㌧を渡したい人４～１０人でお願いします＊</strong><br />\r<br />\rあっ、誰かに回さないといけないのか･･･<br />\rじゃあ､ みてたらで良いから...<br />\rkou､りっきー、最弱、くま夫よろしく♪</li></ul>',1,3012,0,4,'0000-00-00 00:00:00',0,'<a href=\"http://xenediary.blog61.fc2.com/blog-entry-72.html\">mimi.さんからなに...</a>',0,1,1,0,0,'1999-11-30 00:00:21','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060627_3',3,0,'2006-06-27 20:50:32','困り果てた運営にさらなる課題を･･･(ねこLv.76, 果汁Lv.48)',null,'さて、昨日返ってきた回答に追加で質問を送ってみました。<br />\r<br />\r昨日はしばらく待つつもりだったんだけど、顧客情報流出でしばらく出来そうにないので、運営をたたいてみたく・・・<br />\rって、運営をたたくとさらに遅れると困るので、それは置いといてNHN Japanの方を引き続きたたくことにしました。<br />\r以下問い合わせ内容です。<br />\r<blockquote>ハンゲームサービスサポート 担当 相沢様<br />\r<br />\rご返答ありがとうございました。<br />\r<br />\r今回の件に絡んで、いくつか追加でご質問がありますのでお答えください。<br />\r<br />\r1.アイテムに関するお問い合わせについては、Xenepic Onlineサポートにと<br />\r  いうお話ですが、Xenepic Onlineサポートは問合せ後、受付確認メールが<br />\r  届くことも無く、受付が受理されたか非常に不透明な環境にあります。<br />\r  また、このことを逆手に取っ手か自社に都合の悪いことについては、完全<br />\r  無視が対応方法のようです。<br />\r  このような企業に対し問合せを行ったところで、誠意ある対応は望める物<br />\r  でしょうか？<br />\r<br />\r2.NHN Japan は ゲームガーデンを管理・管轄する立場ではないのでしょうか？<br />\r  管理・管轄されているので全てのハンゲームの問合せを一括で承るように<br />\r  なっているのではないのでしょうか？<br />\r<br />\r3.前回のお問い合わせで書きましたが、NHN Japan 並びにゲームガーデンに<br />\r  よる不法行為、または過失があったと指摘させていただいております。<br />\r  また、御社への運営ポリシーの誤りも指摘させていただいておりますが、<br />\r  この点に関し具体的な回答はないのでしょうか？<br />\r  契約内容(利用規約)の重要な部分を伏せ、法をねじ曲げユーザの権利を制<br />\r  限する行為はいかがなものかと思います。<br />\r<br />\r4.アイテムの補償に関してですが、補償を行う前に過失があったと判断した<br />\r  のであれば、誠意ある態度を示すべきではないのでしょうか？<br />\r  今回の返答で「前回の過失の指摘に対する指摘」に対して反論が無かった<br />\r  ことを過失を認めたと判断させていただいております。<br />\r<br />\r5.今回の顧客情報流出に関する文書で明らかになった「アイテム購入履歴」<br />\r  ですがこれを頂くことは可能でしょうか？<br />\r<br />\r6.「メールの転載、転送、複写は禁止」となっていますが、メールボックス<br />\r  そのものを公開することは「転載、転送、複写」に該当しませんので制限<br />\r  されないと受け止めてよいでしょうか？<br />\r<br />\r誠意あるご回答をお待ちいたしております。</blockquote>\r<br />\r1～4は普通に質問ですが、5は補償請求したいなと思たときのための補償額算出のため。<br />\r6はたぶん無理だと思うけど、この内容を第三者に説明したいと思った際に一から説明するのは面倒なので･･･\r\rで、回復はいつになるんでしょうか？\r今週末は無理ですかね？木曜日をレベルアップのために仕事お休みにしたんですが？','ついでに、『Xenepic Online 臨時対応窓口』にも問い合わせを・・・<br />\r<br />\r<blockquote>今回顧客情報が流出したとのことですが、漏れたと思われる顧客情報を私自身の\r分で結構ですのでメールで添付して送り返していただけますようお願い申し上げます。<br />\r<br />\r特にアイテム購入履歴、チャットの履歴について強く希望いたします。</blockquote>\r<br />\rアイテム購入履歴は不正に誰かに使われていたないか確認するためだけど、使われた記憶はないからたぶんおｋでしょう。<br />\r問題はチャット履歴の方で、チャットでいろんなことを話してますからな～。<br />\rチャット内容に個人情報満載です。<br />\r<br />\r危ないので、是非送ってもらいたいところです。<br />\r<br />\r皆さんは、チャットに個人情報が含まれている危険性はないですか？<br />\rたとえば、ハンゲIDとパスワードとか<br />\rそのような方は今すぐパスワード変更をお勧めします。',1,2586,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060628_mt_dynamic',3,0,'2006-06-28 20:48:13','ダイナミックぺージにしたいんだけど...',null,'<p>このブログMovableTypeっていうソフトで出来てるんですが・・・</p>\r<p>このエントリを今はスタティック(静的)という事前に作ったぺージをみてもらってるんですけど、ダイナミック(動的)というモードもありまして、そっちに方がおいしいことが多いのでそっちに変えようとしたら、<em>&quot;500 Internal Server Error&quot;</em>で出来ませんでした。</p>\r<p>mt.cfg も消したし、mt-config.cgiの権限も変えてみたり、template_cの権限も変えてみたりしたんですけど、結局ダイナミックにたどり着くことが出来ませんでした。（　&acute;Ｏ)&eta; ﾌｧ～</p>\r<p>また、機会があれば挑戦してみます。</p>','',1,2863,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:25','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060628',3,0,'2006-06-28 20:53:00','ゼネピックパッチ出てる(ねこLv.76, 果汁Lv.48)',null,'<p>ずっとメンテ中のXenepic Onlineですが、パッチがリリースされています。</p>\r<p>といっても、現在のXenepic Online Topぺージからは、パッチをダウンロードできません。<br />\rパッチがリリースされているということは、今のところ運営はXenepic Onlineの閉鎖を決め込んでいるわけではないようです。可能性として残っていないわけではないと思いますが、今のところサービス継続の方向性がこれで示されていると思われます。<br />\r問題はその時期ですけど、個人的には今週末なのかな？と思っています。<br />\rそれを過ぎると、来週のメンテで出しても良いわけですから・・・<br />\r(一部の方は閉鎖かと言われていますが、残ってるXPの補償問題などを考えると無理でしょうね・・・)</p>','<p>実際のパッチの入手方法ですけど・・・<br />\r少し前だと、「第二回スクリーンショットコンテスト」のぺージから可能だったのですが、今はダメみたいですね。<br />\rでも、もう出来なくなったわけではないですけど・・・<br />\r水曜日のサイトメンテの際にはXenepic Onlineのサービス自体は行われているのですが、アップデータを起動させることが出来ないため、実質ゲームが出来なくなっています。<br />\rそこで、一部の方はずっとログオンしっぱなし、寝落ちとなるわけですが・・・</p>\r<p>IEには「名前を付けて保存」という機能があります。<br />\rこの機能は、その名の通りぺージをHDDに保存してくれる機能です。</p>\r<p>そうです、この機能を使っていた方は、この保存していたぺージからパッチのダウンロードが可能になるわけです。</p>\r<p>このファイルを公開しようかと思ったのですが、そのまま公開するのは著作権上の問題点が・・・<br />\rでスクリプトだけ・・・と思ったのですが、このなかに暗号化されたパスワードらしき文字列が・・・<br />\rというわけで、公開は止めておきます。</p>\r<p>パッチが当たったところで、以下のようにメンテ中の画面が出るだけなので、何の意味もないですしね。<br />\r<img height=\"383\" alt=\"メンテ??\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060628.jpg\" /></p>',1,2906,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060629',3,0,'2006-06-29 22:08:00','ゼネピック再開から～(ねこLv.77, 果汁Lv.48)',null,'<p>ようやく再開したゼネピック、kouさんからの突然のメールで知りました。</p>\r<p>でも、復帰はkouさんよりも早かったようです。(先にパッチを適用していたため)<br />\r復帰までの間は、約1ヶ月半ぶりにときめきメモリアルオンラインをしていたのですが、まるで浦島太郎のようでした。<br />\rゼネピックと比較して、ときメモはシステムが非常に安定しています。<br />\r（でも、遊べる要素が少ないですけど、その分実質的にかかる金額もかなりおやすいです。）</p>\r<p>ゼネピックはくそゲーでマゾゲーなのはみなさんのおっしゃるとおりなのですが、ゲームを通して知り合った多くの友人と会えないのは少し寂しい感じがします。(かなり依存症ですね)</p>','<p>入ってしばらくロストでレベル上げをしていました。途中でミニポが無くなり倉庫に取りに帰って戻るときに「後1レベルあげてください」というバザーをﾆｰﾄ姫がやっていたので、今30と聞くと30になったところだと言うことなのでち、祭壇への洞窟に移動しレベル31にしてあげました。<br />\r本当はﾆｰﾄ王もというお話だったのですが、ごめんなさいそこまで気持ちに余裕はなかったです。</p>\r<p>で、その後自分のレベル上げをして朝4時だったので、4時間位寝て再開しました。<br />\r90%になったところでレベル上げに飽きが来たので、ベルテラニンの森でみかん集めとガディ討伐を目指してがんばりましたが、残念ながらガディにはあえませんでした。</p>\r<p>で、お昼過ぎロストに戻ってきてレベルが77になりました。<br />\r<img height=\"450\" alt=\"くろ??こ77\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat77.jpg\" /></p>\r<p>レベルが上がって、またまたガディを探しに...<br />\rでも、ガディには会えず代わりになっちゃんにあいました。<br />\r久しぶりだったので『覚えてる？』と確認されてしまいました。<br />\r&Sigma;(□｀;)アゥ&Sigma;(　　　;)アゥ&Sigma;(;&acute;□)アゥ&Sigma;(;&acute;□｀;)アゥ</p>\r<p>このあと、maryさんが来てPTに戻って干し鰹さんにも出会い、そしてゆうまさんに出会って書庫へのたびに･･･<br />\r今日はレベル上げとおしゃべりの日でした。あっ、いつもどおりですね♪<br />\rでも、いつもと違う人と話せる機会が多かったです。</p>\r<p>これだけ、息子と話せると楽しいんでしょうね。(ノ゜⊿゜)ノあうぅ!!</p>',1,2948,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060630',3,0,'2006-07-01 21:24:25','書庫(ねこlv77, 果汁lv.48)',null,'昨晩からほとんどずっと書庫にいます・・・\n\nkouさんから「レベル80を目指す戦士に時計を･･･」と言われ、ほぇ？\n\nメンバを聞くと、最弱とkouとくろねこ 他は招集中とのこと、どうやら初期メンバとして強制的にエントリされてる～～！\n\nいつもこうやってレベル上げが遠のいていくのね･･･\n\nで、朝まで書庫に籠もってました。\n最初10匹くらいはずっとスカで、ドロップのエンジンがかかるまでに2時間ほど要した･･･OTZ\n\n最弱さんは早々にお休みになられましたが、kouさんは朝の出勤時間ぎりぎりまで、その他のメンバは10時ぐらいまでいましたっけ？\nたしか、赤も青も数数体ずつ倒して部品が6個、ギアが5個取れました。\n真夜中ってほとんど誰もいなくなるのでほぼ独占状態でした。人と違うときにすると独占でも恨まれないよね？\n\nドロップの分配方法についてはお話の結果、全員分集まったところで全員に分配とすることになりました。\n\n一日で部品に関してはほぼ全員分たまりました。ﾗｯｷｰ＼(^^＼)(/^^)/ﾁｬﾁｬﾁｬ\n\nそのあとレベル上げにロストに行ったのですが、優さんとユウさんとチエさんとそこで書庫の話をしてたら行くことに...\nでも、ユウさんと、チエさんはリブス設置が書庫でないのでB1Fから歩いていくことになった～♪\n\nいったは良いけど、ほとんどスカでPT入れ替わりしながら10時間以上いたのに部品が1個、ギアが1個でした・・・\nメチャドロップに偏りが...(/∇≦＼)ｱﾁｬ-!ﾐﾃﾗﾝﾅｲ','',1,2409,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('w44t',3,0,'2006-07-02 18:24:25','W44TでたW41Tユーザにはほぇ？',null,'めっちゃむかつきません？W41Tユーザの方東芝は独自プロファイルを捨てたようです！\n今度のW44Tは業界標準「A2DP」採用。でも今販売のヘッドセットは未対応が多いけど？\n\nそれでも、独自プロファイルよりずっとゞ(￣ー￣ )ｲｲｯﾃﾊﾞ\n\nこれで、W41Tユーザが購入したYAMAHAのスピーカも加賀電子のヘッドフォンも次からは使えないようです。\nというか、加賀電子のヘッドフォン買う奴ってばいたのかなぁ？\n\nくろねこの意見\n音楽携帯なら1つのヘッドセットで音楽を聴きながら電話がかかってきたらそのまま電話がとれるが普通でしょ？\n電話がかかってきたのもわからない音楽携帯なんて意味無しです。\n\n今後もこの路線に変更はないようです。\n理由は･･･\n道を歩いてるときにいきなり電話は日本人の間にまだ浸透してないからとか？\nすでにC303SのDIVAからくろねこは、音楽を聞きながら電話してましたが何かぁ？\n\nまあ、周りから不審がられたのは時代の最先端だから仕方ないでしょ？','',1,2953,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060703_bbq_in_biwako',3,0,'2006-07-03 08:31:38','BBQ in 琵琶湖 開催日決定',null,'最弱さんのブログで募集中のBBQの開催日＆日程が決定しましたので、くろねこのブログで掲載します。\r\n\r\n日程：7/15(土)\r\n時刻：14:00 集合、17:00 開始\r\n場所：<a href=\"http://www.mapfan.com/index.cgi?MAP=E136.0.29.3N35.1.55.3&ZM=9\">オートバックス栗東店</a>\r\n\r\n同じ敷地内にオートバックスの他、吉野屋、ファミレスとゲームセンターがあります。\r\n最寄りの交差点は宅屋(やけや)です。\r\n\r\nここ集合のあと、みんなで買い出しに向かいます♪\r\n迷った方はくろねこまでTELね♪\r\n\r\nTEL知らない人は事前にゲーム内で1:1なりで確認してくださいな！\r\n今とのころ、kou、からしとチロルには教えたはず･･･\r\n\r\n＞kouへ\r\n最弱のTEL教えてね、あとくろねこのTELも最弱に･･･\r\nぽぽさんには必要に応じて(当日の迷子？連絡)でお願いします。','ところで、今日もからしの野暮用で書庫に･･･\r\n赤2、青3倒して、部品1、ギア3でした。\r\n超レアなゆうまさんの天使姿のSS取り忘れた(1ヶ月ぶりらしいです)。\r\nくろねこなんか浮かない日が珍しいというのに･･･',1,2861,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('made_keybord',3,0,'2006-07-03 19:46:39','コスプレUSBシリーズ第5弾製品「コスプレUSBキーボード(黒猫メイド版)」',null,'メイド服の胸の部分にシリコン製の曲がるキーボードがついた製品らしいのだが、そのコンセプトが「バストを触っていて腱鞘炎になった男は歴史上存在しない」らしい。\nというか、パソコンさわるたびにこれ装着してくれる人っているの？\n\n使用環境を選ぶ上に、ふにゃふにゃして打ちにくそう。しかも高い！\n\n話題で買って使ってみるぐらいしか使い道がないな～♪\n\nkou買ってみて？\n\n□PC Watch記事\n<a href=\"http://pc.watch.impress.co.jp/docs/2006/0703/yajiuma.htm\">http://pc.watch.impress.co.jp/docs/2006/0703/yajiuma.htm</a>\n□angel Kittyのホームページ\n<a href=\"http://www.angelkitty.jp/\">http://www.angelkitty.jp/</a>\n□ニュースリリース\n<a href=\"http://www.angelkitty.jp/News/\">http://www.angelkitty.jp/News/</a>','',1,2818,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060704',3,0,'2006-07-04 08:30:58','えええっ(ねこlv.77, 果汁lv.48)',null,'昨晩、なちゅのサブとお化けマップで会い、なぜか暇なら書庫へと言う話になってしまった。\n経験値の課金とか切れてやる気もなかったので、書庫に行くことに。\n\n最初の三匹は歩いていたら見つかるの入れ食い状態。しかもドロップ率100%。\n部品が2個、ギア1個。くれぁ。、くろねこ、なつがそれぞれ入手。\n\nくろねこもこれで3つ部品がそろったので、やっと時計装備で！\nやっぱLGなしスーパーマジカルクロック改3個装備が夢ですね♪\nユウ１ｘ６ｘさんがこの状態らしいです。\n\n浮かなきゃ良いんですよね。\n\nでも、やっぱり浮いちゃうんですよね。\nクロック狩り、見つかるのとドロップの運はいいのですが、誰か必ず浮くといった感じでした。\n唯一くろねこだけ犠牲になってなかったのですが、誰かさんが掃除前の雑魚がうじゃうじゃな状態のときにエナ打って召還が～。OTZ\nで、召還と雑魚の攻撃に耐えてたら向こうから○○○さんが～やってきて、さらにカートと召還とクロック(赤)が増えて程なく浮きました。(≧▽≦;)アチャー\nでも、○○○さんも逃げるの必死！仕方ないですね( p_q)エ-ン\n\n実は書庫にくる前に、アイスマップでいきなりフリーズで-10%食らってたので-20%でした。\n\nそれでも、書庫で数％稼いで78迄20%強。(LG買いたいです。何でXPが買えない？)\n\n朝から、時計だけ作ろうかな？とinしたらほんわか♪さんとユウ☆さんがクロック狩り中でした。\n「赤が沸いてるから探して」といわれひとりでのこのこでていって浮き！\nその後合流して、狩りを始めたら白雪さんを見つけて「ああ白雪さんだ」と思ってたら浮き！\n\nもうこれ以上-10%はきついので、果汁が持っていたLG(店売り)を奪い装備中。\n装備してるときに限って浮かないのね...\n\nこの後赤クロック倒して部品ゲット、安置についたら青クロックにおそわれギアゲット。\nでも、ジャンケンで負けて単に浮きに書庫ツアーに参加した感じでした。(/∇≦＼)アチャ-!ミテランナイ\n\n昨日、kouさんチームにも出会ったけど、そっちはどうだったのかな？','',1,2642,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060705',3,0,'2006-07-05 08:10:09','続・えええっ(ねこlv.77, 果汁lv.48)',null,'昨日の出来事です。。。\n\n朝から浮いていたくろねこですが･･･\n時計を作ったあと、ロストで試し狩りを･･･\n攻撃速度が0.5sになって攻撃力が上がった様な気が･･･\n\nでも、スキル(パワーラッシュとかトライアングルスラッシュとか)を使うとそれほど上がってない気も･･･\nで、ロストで狩りしてたら10分ぐらいで、「赤でたから書庫に来て」と連絡が･･･\n時計3個装備なんですけど？浮いたら壊れちゃうんですけど？\n\nと思いつつ、書庫へ！\n赤クロックを3人で前衛3人でぼこる。結果はスカ。\nなんかXPがトラブルで買えない現象があるので最弱に頼んでLGをもらう。\nすると、最弱からいつも使ってる7%でなく8%が!!ありがとう最弱。\n\nまりんとあきらさんを追加してB1Fから書庫へ\n途中ねこさんからお誘いが入るがもう書庫に向かってしまってるので今回はご辞退させていただく。\nその後も、クロックを倒しまくる。結構スカも多く･･･\n\nと思ってると、ねこちゃんが書庫に登場。チャーちャんも･･･\nで、ねこちゃんとチャットしながら、クロック狩りしてるとキーを間違って浮いた･･･回復キー押してないヤン･･･\n\nそのほか、途中でナイト(難しい字＠いち)さんから青クロックを頂くも、なすってもらう際に通りすがりのＨさんにタゲが向いてアンチタゲもらおうとするが、Ｈさんが安地に逃げ込みその瞬間安地近くの誰かがクロックを叩き召還を出して浮いたりで5回ほど浮きました。初回しかLGが無いので、\n\nデスペナが\n\n  2% + 10%×4 = 42%\n\n朝出勤前の分もあわせると\n\n  42% + 20%\n\nで、62%でした。\n書庫で稼ぎはしてるけど当然追いつかず(経験値無課金ね！)、-58%位でいまレベル77の31%です･･･\n\n他PCでならXPが帰ることが判明したので、いまはXPがあるのですがデフォルト1.5倍の期間、2.0を買って3.5倍にするか2.5を買って4倍にするか･･･\n\n2.5倍15Dの可能性が高いですが、この1週間で81迄あげることができるでしょうか？\n\nできるとすればこんな感じ？\n\n  平日40%  × 5D\n  休日100% × 2D\n\nだれも、どこにもお誘いがかからなかったら可能でしょうね･･･','',1,2924,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060726_bbq_in_biwako',3,0,'2006-07-06 22:54:19','BBQ 当日の行動予定',null,'集合後、みんなで買い出しに･･･というお話だったと思うのですが？\r\n最弱のブログのコメントを見ている限り、足並みがそろっていないと思われます。\r\nまた、ゲーム時間中は現在が+1.5倍期間中ということもあり、集中しにくいと思うのでコメントをお願いします。\r\n\r\n集合後、みんなそれぞれの交通手段でくるわけですが、ひとり1台の車で来ていることもあり移動先での駐車上の確保が問題かと思います。\r\nそこで、どこか車を置いておけるスペースが必要かと思いますが、最弱の家にそれだけのスペースが確保できるのであれば最弱の家に置いていくのがベストと思います。どうでしょうか？\r\nあと、車をまとめると言うことは、ドライバーの飲酒をやめるという意義もあります。\r\n（飲めないkouの車に飲む人が集まるとか･･･）飲酒運転はしないように！\r\n\r\n＞最弱\r\nスペースあります？あるなら当日の午前中にまでに場所の指示を頂きたいのですが？\r\nもともと泊まりと聞いていたので、スペースがあると期待していますが？\r\n\r\nあと、kouにもお願いしてるのですが、みんな集めてもう一度参加意志を確認した上で、人数と段取りを再確認したいと思います。\r\n買い出し時のお金の管理（くろねこが一時立て替えでも良いですが）、最弱の合流予定時刻など\r\n\r\n最後にオプションですが、集合する全員の顔が事前にわかれば集合時に見つからずあわてることが少なくなると思うのですが？\r\nTELでも構いませんが･･･\r\n（からしは、事前に送ってくれるんだよね！）\r\n\r\nなにか問題点、不明点、疑問点がありましたらくろねこまで！','',1,3258,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('honda_fit',3,0,'2006-07-07 00:08:37','またまた',null,'<p>昨年9月に修理したうちのフィットのカーナビゲーションシステムですが、またまた音声を拾ってくれなくなりました。<br />\rメーカー曰くまたマイク交換だというのですが、音声の登録メニューに行くと使えるようになるのでメーカーの判断は怪しいです。<br />\rそれにしても、前のシビックといい今回のフィットといい夏になるとナビゲーションがおかしくなります。</p>\r<p>あと、このフィットはドアもおかしく本当は近づいてドアのノブに手を掛けないと開かないのですが、雨の日は近づくだけで開くときもあります。</p>\r<p>本当に何かおかしいです</p>','',1,2231,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:44','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060708',3,0,'2006-07-08 18:15:40','時計が三つ壊れてしまいました(ねこlv.79, 果汁lv.48)',null,'先日作った時計ですが、グリを見に行ったときに壊れてしまいました。\n\n初回のグリの戦闘ではMPが無くなるまで耐えてくれた方がいたので何の問題もなかったのですが、<img alt=\"耐えるグリーンさん\" src=\"http://blog.blackcatlab.com/images/xo/xo060708_1.jpg\" width=\"500\" height=\"300\" />\nみんなでたたく～\n<img alt=\"みんなでたたく～\" src=\"http://blog.blackcatlab.com/images/xo/xo060708_2.jpg\" width=\"400\" height=\"400\" />\n\n2回目は・・・\nグリのMPを消費し尽くさせるためには、フレイムウェーブ以外に通常攻撃も受ける必要らしいのですが、その件について話をしている間にグリが来た～♪\n\nで、至近からのフレイムウェーブの一撃で即死でした。\n時計三つ壊れちゃったよ\n<img alt=\"とほほほ\" src=\"http://blog.blackcatlab.com/images/xo/xo060708_3.jpg\" width=\"300\" height=\"300\" />\n','',1,2413,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060709',3,0,'2006-07-09 12:31:37','スーパーマジカルクロック改(ねこlv.80, 果汁lv.48)',null,'とうとうくろねこもスーパーマジカルクロック改を装備できるお年頃に・・・\n<img alt=\"くろねこ80\" src=\"http://blog.blackcatlab.com/images/xo/blackcat80.jpg\" width=\"400\" height=\"350\" />\n\nで、早速マジカルクロックをスーパーマジカルクロック改にしに行きました。\nロガタさんの所にクエをもらいに行ったのですが、前回と同じくマジカルクロックのクエしかくれません・・・\nどうしたのでしょう？\n\nいろんな人に聞き込み調査をしました。結果A.B.Aさんから教えていただきました。\n「時計を『持っていかないとダメだよ』。おお、装備してるとダメなのか～」納得です。\nはずしてクエをもらうと、\n<img alt=\"クエスト：スーパーマジカルクロック\" src=\"http://blog.blackcatlab.com/images/xo/xo060709_1.jpg\" width=\"350\" height=\"240\" />\nちゃんとスーパーマジカルクロックにしていただけました♪\n\n次は改にしに行きます～\n<img alt=\"精錬職人さんお願い\" src=\"http://blog.blackcatlab.com/images/xo/xo060709_2.jpg\" width=\"350\" height=\"350\" />\n18回目に成功しました。\nこの後、時間をおいて2回目をやったのですが、14個でした。\n\n他の人の話を聞くとAさんが48個、レイさんが2個作ってそれぞれ1個ずつだそうです。\nレイさん曰く、「コツを心得てるから普通の精錬と同じように1個だよ」だということです。\n\nただ、プレイしてるだけのくろねことは、全然違いますね！\n\n','',1,2505,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060709_2',3,0,'2006-07-09 23:46:26','新しい仲間が増えました',null,'新しい仲間が増えました。\nその名も『リンゴ100%』です。\n本当はりんご100%にしたかったんですが･･･\n\nで、PLを開始しました～\nキャラ作成から、転職まで要した時間は3時間くらいでした。\n(途中、mary☆さんにお手伝いいただきました♪)\n\nこの後試し打ちに行って・・・\n無課金でステ振り無しで、キノコが無理、魔力全振り(40振って41)でコブラが無理となりました。\n\nアコよりマジ強い。','',1,2200,2,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060710',3,0,'2006-07-10 23:54:38','うれしいこと、そして･･･',null,'昨日、mary☆さんと雪山で狩りをしていたときのことですが、<br />\nmary☆さんは『新しいPTを作る！』宣言をされているので、( ´ﾉД｀)ｺｯｿﾘ聞いてみたんですよ。<br />\n「新しいPTは順調？」って、くろねこと二人でPTを組んでる時点からして進んでないのは丸わかりなはずなのですが･･･<br />\n相変わらず、頭が悪いです･･･<br />\n<br />\nで、続けて聞いてみました。<br />\nというのも、くろねこは kou にこう話していたからなんです。<br />\n「新しいPTにはもうくろねことkouのスペースは無いんだろうね～」<br />\nと。<br />\n<br />\n「mary☆さんの新しいPTにはくろねこの場所は無いんだろうね～」と。<br />\n理由を聞かれたので、kouとの話したことを伝えました。<br />\n<br />\nすると、mary☆さんからうれしいお言葉が･･･<br />\n<em>くろねこさんとkouさんといっしょがいいの</em><br />\nと言っていただけました。<br />\nうれしい限りです。<br />\n<br />\nうれしさのあまり、kouにも招集をかけました。<br />\nその日はkouも一緒に雪山で狩りをしてましたが、今日はすでにいなくなってました。<br />\nかなり忙しいようです。<br />\n<br />\nねこは今日も、mary☆さんにご迷惑をおかけしてしまいました。<br />\nおもちゃ箱クエをするのに、ヨツンハイム－エスネ－ヨツンハイムを繰り返し移動しますよね。<br />\nヨツンに戻る際にくろねこはいつも海賊船を利用しているのですが、海賊船に不慣れななmary☆さんも海賊船経由にしたため、2回も浮かせてしまいました。<br />\n<strong>mary☆さんごめんなさい</strong><br />\n<br />\nで、実質今のところ2～3人のPTなのですが、何するにもちょっと力不足なので、『誰かメンバに加わってくれないかな？』と感じています。<br />\n<br />\nくろねこだけの希望でいうと<br />\n<ol><li>二次職で</li>\n<li>アクティブ率が高くて(週4日以上希望)</li>\n<li>大人の方で</li>\n<li>全職業揃えたいので(各職2名ずつが良い？)</li>\n<li><em>冒険もレベル上げもチャットもできる方</em></li>\n</ol><br />\n<br />\nmary☆さんとkouと募集について話をしてみるかな？<br />\nふたりでも、爽さんとあかさんぐらい高レベルなら問題ないのでしょうけど･･･','',1,2464,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060711',3,0,'2006-07-11 23:18:46','経験値+1.5倍 - 最後の日 -',null,'とうとう経験値+1.5倍最終日となりました。\n狩りのラストスパートに入る人、おもちゃ箱クエに制限が入ることに危機感を覚えクエストのラストスパートに入る方、もうレベル上げなんかどうでも良いんだという方など様々だと思うのですが･･･\n\nくろねこは、最後の一日をスーパーゼニアン作成に当てました。\n結論から言うと失敗しました。なぜかって？\n\n\n先日のマジ作成でロレン越えに無謀さを感じたので、今回はおとなしくオブルルクで放置します。\nまたこれもマジ作成時で後悔したことですが、経験値1.5倍ではちょっと時間がかかるのでハナから+1.5倍1Dを購入し3.0倍でPLを開始しました。\n\nレベル20位まではさくさく上がるのですが、それ以降がちょっと伸び悩んできます。\n今日はmary☆さんもINしてないので、マイペースで狩りが進められます。(いてもマイペース？)\n\nレベル32になり、一度キュアを覚えにとギルド事務所を訪れます。\nすると、無いんですよクエストが･･･\nおかしいな？とおもい。いろいろ心当たりを探しますが、答えはここに載っていました。\n<a href=\"http://www.hangame-fan.com/\">ハンゲームファン</a>です。\nここのクエストの項目の所に「31レベルになるとクエストが受けられなくなります」と記載がありました。\n\nキュアの無いスーパーゼニアンなんて、クリープのないコーヒー。\nということで夢は閉ざされました。\n\n実はこういうシナリオだったのです。\nスーパーゼニアン(71)→ログ(71)→ログ2(71)\n\n転職したらログだと思いきや、ログ2なんておもしろいですよね。\nしかし、おしい、実に惜しい。\n\nということで、ぶどう100%は普通にログに転職します。\nわかった時点で転職しようと思ったんだけど、たとえ四人目のサブでも誰か見届けてほしいな～と思ったのが一点。\n無課金ローグになる予定なのでLv.31では結構きつそうなので、もう少しPLしてからと思ったのがもう一点。\nなのでまだ転職してません。\n\n金曜日23:00頃にPTメンバののmary☆さん、kouが来てたら転職したいなと思ってます。\n盗賊ギルドなんて通りかかる人いるのかどうか不明ですが、見たらくろねこだなって思ってやってください。','<div class=\"add\">追記</div>\nこんなの見つけました。ログじゃなきゃ参加できないのであれば、これを機に転職するかな？\n<a href=\"http://thiefcorps.blog61.fc2.com/?mode=m&no=6\">盗賊ギルドイベント第6回</a>',1,2891,1,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060712',3,0,'2006-07-12 04:15:26','盛大な転職式の後で･･･',null,'先日ナイトに転職されたR氏の転職式は実に盛大でした。<br />\n画面いっぱいにあふれる人、プレゼントなど画面いっぱいに祝福があふれてました。<br />\n<br />\nくろねこ、じつはあまりR氏と親しくなかったのですが、転職式に参加させていただきました。<br />\nRさんとお話しするようになったのは、実はこの転職式の告知ぐらいからだったんじゃないかな･･･？<br />\n結構kouつながりの知り合いが多いです。<br />\n<br />\nで、そのRさんの転職式の中PIさんの転職式の告知がバザーでなされていました。<br />\nそのバザーの商品は見てなかったので知らなかったのですが、祝福の玉だったようです。<br />\n(祝福の玉は二次転職のクエスト中にできるアイテムのようです。＜あんまり記憶にない･･･＞)<br />\n<br />\nで、バザーが途中で消えたときがあったようなのですが、どうやら祝福の玉が購入されたためだったようです。<br />\nPIさんの転職に必要なアイテムなので、PIさんは結構困ったらしいということを今日お聞きしました。<br />\n<br />\nまた、あれだけたくさんの人が来ていたのに、PIさんの転職式にはあんまり人が来て無くて非常に寂しかったようです。<br />\nお祝いの品ももらうどころか、PIさんが逆に参加者にハーブを配ったとお聞きしてます。<br />\n<br />\n<blockquote>事前にお知らせ頂いていればくろねこも参加したのですが、Y氏とKさんと書庫に行く約束をしていました。<br />\nしかも、Y氏への連絡でコミュニケーション不足からか、R氏の転職式予定時刻からロビーでお待ちいただいていました。<br />\n事前にPIさんの転職式がわかっていれば参加したのにと残念です。<br />\nKさんが転職式大丈夫って聞いてくれたときに覗いてくるべきだったかな？<br />\nPIさんもR氏と同じく盛大な転職式だと信じて疑わなかったことも敗因ですね。</blockquote>\n<br />\nそんなことがあってか、その仲間内のPFさんは自分のサブのお着替えでみんなが祝ってくれるか心配されていました。<br />\nそこで、PFさんのお着替え(ログからログ2)の際には、くろねこが人を集めてPFさんに喜んでいただきたいと思ってます。<br />\n今Lv.67らしいので、Lv.69になったとき(約1週間前)に日程を連絡する予定なので、お誘いした方はご足労をお願いします。<br />\n<br />\nちなみにkouは招待予定です♪<br />\nkouは名前全部わかると思うけど･･･','',1,2468,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060712_2',3,0,'2006-07-12 18:44:46','移動速度マイナス',null,'バグなんでしょうか？\n\n重量ぎりぎりの状態から\n<img alt=\"ぎりぎり\" src=\"http://blog.blackcatlab.com/images/xo/xo060712_1.jpg\" width=\"270\" height=\"300\" />\nフレッシュフットを使うと\n<img alt=\"フレッシュフット使用後\" src=\"http://blog.blackcatlab.com/images/xo/xo060712_2.jpg\" width=\"270\" height=\"300\" />\n\n基本移動速度がマイナスに･･･\n何でスキルを使用すると下がるんでしょうかね。\n本当はマイナスだったといいたいのでしょうか？それなら、スキル使用前の基本移動速度は0にすべきですよね。\n\nバグでしょうか？\n','',1,2491,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060713',3,0,'2006-07-13 08:20:01','今回のメンテ',null,'昨日インしたら、kouから1：1で新マップに驚愕の敵が･･･\nと言うので行ってきました。\n(本当は1：1の前にフレンドチャット。気づいてなかった･･･)\n\nで、ブリンから雪山を駆け上がっていきます。\n途中で紫いのししマップで引退と聞いていたあの方が・・・\n『ヒトハ』発見。\n実はヒトハ引退したと聞いていたので、昨日(一昨日の朝？)パフを追加するために消しちゃいました。\nで、ヒトハとおしゃべりを。\n体調が悪いらしく、しばらくゼネができないのでもっぱら妹がバイトでレベル上げ。どんなバイトだ？\n早く体調がよくなるようにとか、待ってるから早く帰って来いよとかいってたら･･･\n横から息子がご飯出来たのお知らせを♪\nなんかヒトハも久々にゼネに入ったからなのか原因はよくはわからんがよく話してくれる。\nで、ご飯そっちのけで10分はお話したかな？あとでSSを確認してみよう。\n<img alt=\"ヒトハ\" src=\"http://blog.blackcatlab.com/images/xo/xo060713_2.jpg\" width=\"420\" height=\"410\" />\n\nで、kouから催促の1:1も来るし･･･だぁ～～～\nmary☆さんもインしてくるし。頭がこんがらがる～。で飯落ち\n\n復帰したら新マップを目指します。\n今回の新マップは「ピンダウン谷」と言う名前でした。\nここの「カシネイル」というモンスターがめちゃめちゃ硬い。\nその前に「スミック」二匹相手してたのでMPが半分くらいしか残ってなくて、しかたなく普通にたたくけど、与ダメが65とか。\n<img alt=\"カシネイル\" src=\"http://blog.blackcatlab.com/images/xo/xo060713_3.jpg\" width=\"480\" height=\"300\" />\n倒すのにめちゃめちゃ時間かかりました。\nでも相手の攻撃もしょぼい。これでは囲まれても死なんな。\n(アクティブだけどめっちゃ範囲が狭いから囲まれることもあんまなさそう)\n\nで、相手するの面倒なのでその奥の「シンスン谷」に行ったら、行き止まり警備兵さんに挨拶してスクロールで帰ってきました♪\n<img alt=\"シンスン谷\" src=\"http://blog.blackcatlab.com/images/xo/xo060713_4.jpg\" width=\"300\" height=\"300\" />\nだって、帰り道にもいるニードル打つやつ嫌いだし遠いし。\n\nで、アコの街かで「似ているあいつ」クエの最後をやって新しいのもらって、エスネでクエを途中までと思って行ったら頭に青い星をつけた人が･･･\n新しい課金アイテム？でも、SHOPに売ってなぃ～。(どうやら、七夕のお願い事が採用された人へのプレゼントのようですね)\nそういえば、お願い事してないな。\n\nで、重い荷物を預けに宿屋に向かったら、おばちゃん脱走か？\nおらんやん。と思ったら宿屋の中身が出来とる。というかホテルやん。\n(そういえば、ホテルに行く相手もおらんのやけど･･･)\n\nで、maryさんに話したら、マジギルドも変わってるとかで見てきました\nなんか、奥に結構伸びとる。\nやっぱ一番しょぼいのは、盗賊ギルド？今度は盗賊の街できるのかな？\n\nでもブラックメイルの先って「洞窟」出来るっていう人と、「マジシャン」の街ができるっていう人といるんだけどどっちが正しいのかな？\nでも、こうなると竹やぶの最果ての向こうに出来るのは、何だろう。もしかしてあれで終わり？\n\nくろねこ、そんなことを考えていると、maryさんからガバルツへのお誘いが来たので、ガバルツに！\nガバルツは石拾いを。ボスには出会えませんでしたが、B1Fで箱には遭遇。中身はスカ。\n<img alt=\"箱\" src=\"http://blog.blackcatlab.com/images/xo/xo060713_5.jpg\" width=\"300\" height=\"500\" />\n\nでも、意外なところからアイテムが･･･\nB2FのB3Fへの階段があるあんち近くで、ねずみを倒したらアコ63の盾がレアだと思ってたけど、今考えるとレアだったのかな？\nそれは、maryさんにあげてくろねこはmaryさんが使っていた59の盾をもらう。\n(パフの衣替えも近いけど、maryさんの衣替えも近いな来月かな？)\nガバルツから帰ってきたところで、maryさんが落ちてくろねこは一人ぼっち。あぁ、約束のくまあげるの忘れた。\n\nひとりさびしく、ロレンに行くとそこにパフが･･･そしてmowmowがやってきて井戸端に...\n話の結果、パフのサブであるMONAをアコの街に行くことになったのですが、途中でkouの代わりにmari-さんと一緒に行くことに！！\nkouどこいったんでしょうね？紫いのししマップにいるはずだったのに？\n途中☆★優★☆さんにもであって、兄弟の再会シーン。SSとり忘れた～\n\n惜しかった。\n\nくろねこLv.80 83.02%','<div class=\"add\">追記</div>\n夜遅く、イタリから預けてたギア・・・と言われ「ぅん？」と思った、くろねこ。\n預かったことだけじゃなく、イタリと書庫に行った記憶すらない。\nと言うより、ここ数週間書庫に行ってない。ブラフかと思うぐらい。\n\nしかし、ギアの予備があって良かった。今、部品ひとつギアひとつあるけど\n部品がチエちゃんので、ギアがイタリのなのか・・・\nこれから預かったらメモすることにしよう。てかメモにイタリの名前無いんですけど？\nゆうまさんとチエちゃんとユウの分しか載ってないんだけどな？\nいつのだっけ？って聞き返さなかったおいらの負けか？だって眠たくてそんなことしてる暇じゃなかったんです。\n\nその後、誰かのイタリへのちょっとした愚痴が炸裂してましたが？',1,2599,2,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060714',3,0,'2006-07-14 01:37:48','HPがあるのに天使？',null,'本日レベル81になる予定でしたが、突然のトラブルによりかないませんでした。<br />\nそのトラブルとはサーバ側では生きている(HPがある)にもかかわらず、天使としてクライアント側で認識されるというものです。<br />\n<br />\nクライアント側ではすでに戦闘不能状態なのでなにもすることが出来ませんが、その後放置しているとモンスターの攻撃を受けそのうち本当に死んでしまいます。<br />\n今日のくろねこは、オブルルクでインクリ2匹に攻撃されていて危なかったので、強制終了して再度立ち上げ直しましたが、もう浮いたらしくリターンポイントでした。<br />\n<br />\nそこで運営に以下のような、要望を送ってみました。<br />\n<br />\n<blockquote>クライアントにサーバとの強制同期機能をつけていただけませんか？<br />\n<br />\n本日も発生した不具合なのですがHPが満タンにもかかわらず、クライアント上でキャラが天使状態として認識するケースがあるようです。(クライアント上で天使として表示)\n<br />このとき、サーバ側ではキャラは生きていると思われます。(モンスターの攻撃を受ける)<br />\nこの様な場合クライアントを再起動しないと正常にゲームを続けることが出来ません。<br />\n(モンスターの攻撃を受けているのにもかかわらず、回復すら出来ません)\n<br />ゲームに戻る、キャラクター選択画面に戻るなどの選択肢も正常に動作しませんでした。<br />\nこのため、強制終了の後起動し直したわけですがもうすでに死亡してリターンポイントに強制送還されていました。<br />\n<br />\nこのような問題は頻繁に起こるわけではありませんが、以前からサーバとクライアントの情報がずれているためと思われる不具合がいくつかあります。<br />\n回避のためにご検討のほどよろしくお願い足します。</blockquote>\n<br />\nサーバとの強制同期とは、サーバが持っている情報をクライアント側に再送信しクライアント側の状態を訂正する機能です。<br />\nたとえば今回の場合、サーバ上では通常(生きている)状態、クライアント側では戦闘不能(浮いている)状態という異常な状態ですが、この機能を使うとクライアント側も通常状態に戻り、事なきを得られます。<br />\nあんまり使うところがあって欲しくない機能だけど、役に立つと思うんだ。','<div class=\"add\">追記</div>\nこのバグ浮きのせいで-10%になったくろねこですが、今朝も7:00起きで1時間半ほどがんばりました。\nでも、8:30現在レベル80の88%弱と問題前の91%強には追いついていません。\n\n21:00～のサブ転職に間に合わないな～。OTZ =3',1,2575,1,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060714_2',3,0,'2006-07-14 08:24:36','モナちゃんよろしく♪',null,'新しいメンバが加わりました。<br />\nMONAちゃんです。<br />\nパフさんのサブキャラですが、しばらくこっちのほうがアクティブ率が高そうなので勧誘しました。<br />\n書庫以外はあんまり冒険したことがないそうなので、今日はがばるつにいくんだぁ<br />\n<br />\nこれでメンバは、こんな感じに♪<br />\n<ul><li>くろねこ(80)</li>\n<li>mary(64)</li>\n<li>kou(76？)</li>\n<li>しおん(81)</li>\n<li>MONA(68)</li></ul>\n<br />\nこのほかめいちゃん(35)もPTにメンバに加わったけど、詳細聞いてないのでよくわからないんだぁ。<br />\nはじめてあったときは、mari-さんのPTメンバだったし。<br />\n<br />\nMONAちゃんは現在レベル68とログ2直前、何かお祝い考えておかないと･･･<br />\nmaryさんは64でもうちょっと先だけど、ボーとしてると「明日お着替えだよ」って言われかねないな。<br />\n<br />\nそういえば、つや♪ちゃん(73)も週末お着替え予定か～<br />\nまず、ここかぁ','',1,2794,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060715',3,0,'2006-07-15 01:25:46','またひとり・・・',null,'<p>またひとり、引退されていきました。</p>\r<p>この3日間ほどで数人が引退していきましたが、今日はくろねこのフレンドがひとり引退していきました。<br />\r「仕事とプライベートが忙しくなるから」というお話なのですが・・・</p>\r<p>数日前、このゲームが「やること無い」とお話しされていたので、これも原因の一つかもしれません。<br />\rお話ししてみるとすでにこのとき引退を考えていたようなので・・・</p>\r<p>このゲーム、基本は無料なのでキャラの維持にはお金がかからないです。<br />\rだから、暇になったら帰ってきてくれると良いなと思います。</p>','',1,2228,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-29 17:01:26','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060716_bbq_in_biwako',3,0,'2006-07-16 10:11:07','BBQ in 琵琶湖',null,'昨日、かねてよりお知らせしていましたBBQを琵琶湖でやりました。\r\n\r\nオートバックス集合前から天気がおかしいのって、雨降ったりやんだり。\r\n天気予報、降水確率0%だったんですけど？\r\n\r\n仕方なく、「雨やむかな～？」、「橋の下でやるのが良いかな？」って場所探しで2時間はうろついていたような・・・\r\nでそんなとき、琵琶湖沿いに走ってると屋根付きの場所を発見、ここで雨の中やっちゃいました。\r\n\r\nもうみんな適当に焼いて、適当に食うわけですよ。\r\nでも、結構楽しかったですね。みんなでゼネの裏話に花を咲かせながら食って飲みました。\r\nkouちゃん飲めないので、運転手してもらいました。ありがとうkouちゃん。\r\n\r\nそんなkouちゃんですけど、最初みたときめっちゃやばい人かと思いましたよ。\r\nそんなファーストインプレッション何かぶっ飛ばすくらいに、楽しいいい人でしたけど。\r\n\r\nからしは、寝る人っていうイメージが定着してしまいました。なるほど、ゼネピックどこでもneo値のふたりのうちのひとりです。納得してしまいました。\r\n\r\nりっきーは、ごっつてきとうなひとてイメージが出来ちゃいました。\r\nたった一つの行動からなんですけどね。テーブルの上に焼き肉のたれこぼれてたんですけど、拭くものが無いからってそこにあった軍手で拭くんですからビビりましたよ。\r\n\r\n楽しかったので、また出来たらいいなって感じです。','',1,3352,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060717',3,0,'2006-07-17 11:59:37','転職式＆お着替え式',null,'<p>転職式はですね。じつはまったく呼ばれてなかったの！<br />\rぜんぜん知らない人の転職式だったんで。<br />\rでも、エスネでボーっとしてるときに、「クレリックに転職！」ときいて珍しいな～と覚えてたんすよ。<br />\rで、先日レベル81になったんですけど、本日2度目の浮きを体験しまして-10%でレベルダウンしたので雪山で稼いで稼いでしながらモナさんと転職式があるというお話をしてたら、行こう！というお話になったので行って来た！</p>\r<p>まず、くろねこが乱入して、参加許可をゲット！って「転職式参加してもいい？」って聞いただけなんですけどね。OKが出たので、「ずうずうしく、お友達もいいですか？」ってモナさんの分も参加許可ゲットしてしまいました。<br />\r少なかったですけど、お祝いもお渡しできてよかったです。<br />\rおめでとうございます～♪</p>\r<p>22:00～はつやちゃんのお着替えで、こっちはちゃんとご招待いただいたので張り切って行って来た～♪<br />\rすると、すごいことにHANAさんとダブルお着替え式だったんです。<br />\r(そのためにつやちゃんはLv73で待ってたのかな？)<br />\r図書館ロビーで盛大にお着替え式が執り行われました！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060717_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo060717_1.jpg\" alt=\"\"></a><br />\r(くまいっぱいでした！)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060717_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo060717_2.jpg\" alt=\"\"></a></p>\r<p>その後は、団体で書庫を目指します。<br />\rいっぱいいると、書庫に着くのもある意味楽ですけど、迷子とか発生でそっちが大変でした。<br />\rくろねこも、「こっち」とかいうバザーで看板立てたりしてがんばったつもりですけど、役に立てたのかな？</p>\r<p>書庫に着いたら、それぞれのパーティでクロックを狩りました。<br />\rくろねこは、つやちゃんと一緒のＰＴに入れてもらってがんばったんだけど、結局ドロップは取れなくて残念でした。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060717_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo060717_3.jpg\" alt=\"\"></a><br />\r(そんな中、くろねこ３回目のLv81)<br />\r途中人数が減って、ほかの人のＰＴと合流したんですけど、くろねこの配慮が足りず、合流した相手のＰＴの雰囲気を壊してしまって･･･<br />\rみんなにご迷惑をおかけしました。</p>\r<p>ここから先は単に愚痴なので読まないほうがいいです。</p>','<p>何で雰囲気が壊れたかというと、ＰＴで狩の方法が違うようで「赤は出す方法で･･･」っていうことに決まってたですけど･･･<br />\rくろねこは、『アコの方が召還を出してくれて本体を引っ張ってくれる方法」なんだと勝手に思い込み、くろねこはその退路をお掃除してたんです。<br />\rで、くろねこは召還とクロック分離しないでたたくのが怖くて(レベル50代の方もいたので)、『本体と召還分離できないですか？』みたいな要望を言ったのが、じゃんけんで言う後だしみたいに捉えられて･･･<br />\r『ナイトが本体引っ張らないのはおかしい』みたいな話も出てきて･･･</p>\r<p>そりゃ、くろねこはナイトなのでみんなよりは硬いですけど、遠距離攻撃無いので召還でたらど真ん中なんですよ。<br />\r確か召還7匹なので本体とあわせて8匹に囲まれるわけですけど、8匹の攻撃には耐え切れないです。</p>\r<p>説明しようとすると、聞いてくれそうにないし。<br />\rいつもくろねこさんがクロック狩ってるアコの人から説明させてって言われたんですけど、すでに4時回って5時ですよ？</p>\r<p>kouさんがおきてたのでご説明してもらおうかと思ったんだけど、忙しいようで。<br />\rゆうまさんからご説明してもらったら聞いてもらえます？って聞いたらあの人は特別うまいからって言われて･･･何事もトライしないといつまでたっても楽にならないと思うのは気のせいですか？<br />\r(そのとき、ゆうまさん起きてなかったのは内緒です。)</p>\r<p>一度雰囲気が壊れちゃうと、戻すの大変ですよね。<br />\r救いなのは、つやちゃんが時間が遅いという理由で、お開きに持っていってくれたことです。</p>\r<p>みんなエスネに戻ってきたんだけど、みんなくろねこを慰めてくれました。</p>\r<p class=\"add\">追記<br />\r今日(7/17)も別件で書庫に行きました！<br />\r書庫が不慣れなメンバではありましたが、安心できるメンバだったのでがんがん突っ込んじゃいました。<br />\rPTは意思の統一とレベルにあった狩場が重要ですかね。<br />\r<br />\r昨日言われた『ナイトが本体引っ張って来い』というのが頭に残ってて、許可をもらって青くロックに挑戦してしまいました。<br />\rフレッシュドリームでとまってるクロックに対して、まずフレッシュフットですばやさアップ！<br />\rで、一発たたいて逃げようと思ったんですが、逃げ切れず南無阿弥陀仏。<br />\r召還の中に捕われてしまった～＞＜；<br />\r<br />\rやっぱ無理ですかね。<br />\rあと押し方かキーボードか不明なんだけど、回復キー押してる割に回復してなかったりするのね。<br />\rジュース押してるのに回復してないやん見たいな、減ってないんですよね。押しっぱなしより連打のほうがいいのかな？<br />\r<br />\rそうそう、本体引っ張るのログ2のkouもナイトのレイちゃんも出来るみたいなんですが？<br />\rくろねこは成功したことありません。<br />\r<br />\rクロック以外で練習してみたいと思います。(クロックは浮いちゃうので)</p>',1,2873,0,5,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo060717_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060717_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060717_3_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-03-29 16:56:44','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ie7_3',3,0,'2006-07-18 21:03:17','IE7 β3入れちゃいました',null,'ハンゲームでサポートされていないIE7ですが、β3日本語版も出たのでもう一度導入してみました。\nやっぱりβ2より安定してる。(まだこけてない！)\n後フィッシング対策もβ2と比べて前面に押し出されたみたい。\n起動時に対策の必要性の有無をチェックできる画面が出来てました。\n\nIE7個人的に便利だと思う機能に、拡大縮小機能があります。\nゼネピックやってて、横に並べて図書館の道を表示しておきたいときに便利です。\nハンゲのメニューもちゃんと動いてますしね！','',1,4307,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060719',3,0,'2006-07-19 08:05:20','おもちゃ箱クエ',null,'似顔絵集めて、海賊船に乗り込みヨツンへ･･･\nもう一度クエをくれる小僧と話しても、おもちゃ箱くれない？\nと、ここで気づいたの！似顔絵1しかもらってない OTZ\nするとクエストが2つになってるのね。\n\nで、仕方なくもう一度エスネに行ってクエすると片方は続きが出来なくなっていて、片方のみ進行していきました。\nで、片方の進行に合わせてもう片方も進んで行き、クエスト完了のはずのところに来ると消えてなくなってしまいました。\nおもちゃ箱、2個もらえるわけではないようです。\n\nぅすぅす、わかってはいたけど、ちょっとさびしい。','',1,2800,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060719_2',3,0,'2006-07-19 16:57:55','引退も考えたけど...',null,'ようやく、レベル81になって数日が経ちました。\n81になってからまったくレベル上げしてません。\nなので、今もレベル81。一回浮けば80に急降下しそうなところです。\n\n先日、とある方から忠告をいただきまして、かなりショックです。\n彼はとてもいい人で、くろねこのことを思っていってくれたんですが...','ここ数ヶ月かなり暴走してました。\n以前、PTのメンバにも「くろねこさん変わったね」といわれてました。\nそのあたりで気づいておけばよかったんですが...(すでにこのときでも遅かったとは思いますが...)\n\n┃┃¨╋┓なので気づいてませんでした。\nいつも、失敗してから気づくんですね。そして周りに誰もいなくなる...\nそんな感じです。\n\n何が失敗だったのか、自分なりに振り返ってみるといろいろありますが、自分の言葉で整理してみます。\nくろねこ、何かに依存したい人間のようです。特にやさしく話していただける方に弱いようです。\nあと、相手の気持ちを察するのが苦手です。(その場の雰囲気が読めてないという、┃┃¨╋┓です。)\nなので、ずっと自分の話したいことを話し、聞きたいことを聞いている。そんな人間です。\n\nひとことでいうとこんな感じでしょうか？\n「人が話しを合わせてくれてるの気づいてない。」\n\nこれが発展して...こうなります。\n「相手の聴きたくも無い話をずっと話し続け、聞きまくり、そしてうざがられる！」\n\nどうしようもないことです。問題なのは\n<em>同様のケースが今回が初めてではない</em>\nということです。\n\n<!-- 書き直し後 -->\n引退もちょっと考えましたが、ここでめげても仕方が無いのでこの件は自分の反省材用にして、自己改善対策に役立てたいと思います。\nこういうことに対して普段から努力してこなかったから、同じ過ちを繰り返しているのであってここでゼネやめても、またどこかで同じことをしてしまいます。\nやはり、具体的にどう対策を採ればいいのか見えてないのですが、人の言葉の真意が汲み取れるようにならないとこの問題は解決しないですね。\nでも、この「人の言葉の真意が汲み取れるようになる」というのが、一番難しかったりします。\nリアルだと顔に出たりするのですが、ネットだとどの変に出るのでしょうね。\n(リアルでもわかってない人間にはネットはなおさら難しいように思います。)\n\nゲーム内の要素以外のことを聞いたり話したりするのは控えたほうがいいなぁ。\nあと、基本的に受身のほうが問題は少ないな～。\n\n最後に、いろいろな方にご迷惑をおかけしていると思いますが、本当にごめんなさい。\n\n<!-- 書き直し前 -->\n<!--\nもしかして今普通に話ししてくれてる方も、実はくろねこをこう思っているのではないかと考えました。\n答えてくれそうな方に今回の内容をお話しし聞いてみました。(実は質問は二件でした。)\n「○○○にもそうなんだけど、結構お話しれ来る人にしつこいらしい」\n\nその方は言いました。\n「XXXも最初はそう思ったけど、今はそうでもないよ！」\n<storong>今は</storong>というのはフォローなんでしょうか？\n\n「話しを合わせてくれる」ような性格の方に聞いても、たぶん「くろねこ、うざいよ！」って即答は無いんでしょうね。\n相手がオンラインなのに、フレンドリストがオンラインでないの方がよほど事実を物語っている気がしてきました。\nそういえば、以前誰かに「フレンドリスト削除して、1：1も返さなければ相手も気づくんじゃない？」って言ったことがあります。\nまさにそれが今、自分に返ってきてたということなんですね。\n\nこうなると、正直誰がどう思ってるのかわかんないですよね。\nで、気分が滅入ってるんですね。理由がどうであれ、忠告いただけたのは正解でした。\n\nもう少し回りを見ながら、フィールドを歩いて見ようと思います。\n何も言わなくても誘ってくれる人がいるということは、くろねこを少しでも必要と思ってくれる人がいるということだと思って。\n-->\n\n<div class=\"add\">追記</div>\nくろねこが、「ご迷惑をおかけしたな」とおもってる方に今日も出会ったのですが、何も出来ませんでした。\nなにを話していいのか今はまだ考えてもまとまりません。',1,2540,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060719_3',3,0,'2006-07-19 22:57:55','！取扱注意！',null,'今日インしてみると、すでに以前から告知されていたように「取扱注意」という対BOT用のモンスターが設置されています。\nモンスターが生息するマップすべてに設置されているようです。\n書庫にもロストにもいるようですし、ブリン南の入り口にもいました。\n街以外だと生息してないのは、地下祭壇ぐらいかなと思ってます。(未確認)\n\nで、その取扱注意を攻撃している方がいたので、くろねこもやってみました。\n結果....一撃で即死でした。SS撮り損ねたので非ダメがわかりませんが、周りの話からいくと3万くらいなのでしょうね。\nそのあと、maryさんからお声がかかりPTに復帰。\n(例の件が引っかかって、なかなかPTに戻るとはいえなかったくろねこ。maryさんから誘ってもらって復帰。)\n\nデスペナ-10%を取り戻すべく狩りに向かう(maryさんは別件で-10%)。\nただ狩をするのも面白くないので、5ページ目をとりにしろくまマップへ。\n途中、蒼猿さんを見つけ行く先が同じだったので合流。\nPTは別ながら一緒に狩りをして、5ページ目はmaryさんと二人で山分けさせていただきました。\n(PT内はランダム、最初持っていた枚数が不明なんだけど、少なくともくろねこ6枚、maryさん4枚)\nあと、maryさんがしろくまさんからナイト75の鎧をいただきました。\n(くろねこ75の鎧が手に入らなくて、79まで71の鎧を使ってました。)\n\n途中でmaryさんが睡魔に襲われ、ヨツンまで帰ってきました。\n稼いだ経験値は3%程度、maryさんは10%以上でデスペナを取り戻したようです。\n\nあと蒼猿さんから聞いたのですが、今回のメンテで「ピンダウン谷」のやたらと硬いモンスター「カシネイル」の索敵範囲が\n広がっているようです。もはや前衛には無理だとか？\n\n今日もなんか回線の調子がおかしかったのか、「IN/OUT」、「画面いきなりスクロール」、「画面真っ暗」、「ログアウト不可」が頻繁に･･･\n極めつけは、先日報告してたHPがあるのに戦闘不能状態。\n今回はちゃんとSSを撮る余裕があったので、証拠として保存しておきました。\n<a href=\"http://blog.blackcatlab.com/images/xo/xo060719.jpg\"><img alt=\"xo060719.jpg\" src=\"http://blog.blackcatlab.com/images/xo/xo060719-s.jpg\" width=\"500\" height=\"383\" /></a>\nチャットしてるといきなり、この状態になるんですからモー最悪です。\n','この！取扱注意！BOT対策と銘打たれてますが、下世話な観点からものを見てしまいました。\n\n周りの人にも聞いたのですが、やはりかなりうざいですよね。\n実はこれ運営の新しい稼ぎ頭になるのでは？と思ってしまいました。\n\nまぁ、くまかぼちゃ自体は稼げないわけですが...\n　くまかぼちゃたたく→浮く→デスペナ発生(-10%)\n\nまあ、無課金だとこのプロセスなわけですが、課金だと\n　くまかぼちゃたたく→浮く→デスペナ発生(-2% or -3%) ＋ ライフガード消費(70～100XP)\n\n移動中に間違ってクリックしてしまうことも多く、モンスターの中に紛れ込むことも多くどう考えてもBOT対策に銘打った嫌がらせ行為としか思えないわけですよ。特に前衛には...\n後衛だとですね攻撃後なんか消えちゃうこともあるらしく浮くケースが少ないみたいです。\nあと、普段からエナ狩りの人には逃げる時間があるわけですね。\n\nますます使えなくなる前衛です。\nアクティブの索敵範囲が広いマップや、やたらと沸きがいいマップだと結構囲まれますよね。\n囲まれたらがんがんたたきますよね。そんな中にこんなのがいたら最悪です。\nあとね、クロック装備でとかフレッシュフットを使って移動中、いきなり沸いたり見えたりするんですね。\n高速移動中はマウスクリックのスライド幅？を結構大きくとってるので敵が見えないところをクリックしてることも多いです。\nちょっとやばいですね。\nあと同様の問題が発生する場所として雪山とかにある階段の上ですかね。あそこも死角になってますね。\n死角をクリックする場合には、気をつけたほうがいいでしょう。\n\nこうやって、戦闘不能(死亡・天使状態)を増やしてLGを買わせるもしくは経験値課金を買う方向付けをする。\nこれが運営の真意だと思われます。\n\nBOT対策なら「デスペナ無し」とか、「やたら硬くて倒すのに時間がかかって非効率で経験値も無い」、程度でいいのではないかと。\nBOTで敵を認識できるコーディングが出来るならくまかぼちゃ認識して回避することぐらいコーディングできそうです。\n\n※コーディング出来そうです＝プログラム出来そうです＝プログラムが作れそうですの意',1,2625,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ntt',3,0,'2006-07-21 12:50:07','NTT最悪。と思ったけど？',null,'くろねこは、今年5月までNTT西の光プレミアムを契約していたが、マンションの共用回線が引かれたためそちらに移ることにした。\nこのため5月末にNTTの光プレミアムを解約したはずなのに、今月来た請求書を見るといまだ契約中のまま放置されていた。\n現在、NTTに問い合わせ中なのだが落としどころはどうなるのだろうか？\nそういえば、光プレミアムの切り替えの際にもこのような不手際でかなりもめた記憶がある。\n\nそのときにもお願いしたことなのだが、契約内容の変更をしたらその旨を記載した書類を発行していただきたいものだ。','<div class=\"add\">追記</div>\nその後、窓口で対応してくれた人の上司が出てきて、7月分の請求（6月分）を無料にしてくれることになりました。\nこの後、使用しないのであれば8月分の請求も無料にしてくれることになりました。\n\nでも、くろねこ今の回線が不安定で且つ遅いので戻そう思ってるので、そのまま継続しようかな？\nとも思ってます。\n',1,2914,3,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060721',3,0,'2006-07-22 21:00:12','MONAちゃんお着替え(71)のお知らせ',null,'さて、うちのPTメンバのひとりであるMONAちゃんが71レベル目前となりました。<br />\n<br />\nそこで、多くの方に祝福していただきたいと思います。<br />\nここのブログを見ていただいてる方に参加いただければ幸いかなと思ってます。<br />\n本人が、出来ればログ職で祝福していただきたいと希望していますので、<br />\n<ul><li>メインがログの方はログで</li>\n<li>ログ2の方は面倒ですがログの服装で！</li>\n<li>サブしかログがないよ～っていう方は、サブで</li></ul>\n参加していただけると幸いです。<br />\n強制ではありませんので、祝福していただける方はログ以外でもご参加ください。<br />\n<br />\n日時：30日(日)22:00～<br />\n場所：リニア<br />\n<br />\nです、よろしくお願いいたします。','',1,2498,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060723',3,0,'2006-07-23 23:35:10','怒られてしまいました',null,'ほぼ一日中書庫にこもっていたくろねこです。\nついに1.5倍期間前に購入した2.0倍 15Dの経験値課金が切れました。\nこうなるとまったくやる気が出ません。\n\nついでに移動速度課金ともうひとつ何かが切れました。\n残っているのは攻撃速度アップ1(-0.1s)、攻撃力アップ3(+100),HP増加3(+600),防御力アップ3(+100？)\nぐらいですかね...\n\nで経験値が無いのでいつも無課金でやってるSさんに1:1してみると...\nガバにいるとか、ちょうどサブがそこに放置なので豆もって行こうと向かったら、Sさんいない。\n聞いてみるとゼロマインにいるとか、そこでゼロマインB3Fに行ってみたら一番奥の広場の入り口でミスリルホウディグが...\n\n雑魚がいてきつい....？\nだってかぼちゃ頭にパジャマですから...\n<img alt=\"ミスリルホウディグ\" src=\"http://blog.blackcatlab.com/images/xo/xo060723.jpg\" width=\"300\" height=\"350\" />\nでもミスリルホウディグはわずか二発で撃沈でした.\n倒した連絡をSさんにいうと...めっちゃおこられました...\n<em>ごめんなさい。</em>\n\nいつもはそんな怒りっぽくないのに？？？\n虫の居所でも悪かったのでしょうか？','課金アイテムのリログ復活がなくなっているようですね。\n今までつかってなかったので、使ってみたいなと思ってた矢先だけに非常に残念ですね。\nサブとメインを育てていこうと思ったら結構使える技だな～と思ってたのに OTZ',1,2507,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('comment',3,0,'2006-07-24 17:47:40','コメント受付設定の変更',null,'以前りっきーさんから、\n<strong>くろねこさんのブログはコメント投稿に『メルアド』が必要なので面倒</strong>\nとコメントをいただいていました。\n\nこのたび、コメント入力時の必須項目から『メルアド』を削除しました。\nスパムが増えなければこのまま『メルアド』不要の設定でいきたいと思います。','',1,2347,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060724',3,0,'2006-07-24 21:29:55','見てほしいブログの紹介',null,'以前にも紹介した断然面白い\n\n  <em><a href=\"http://xenblog.blog45.fc2.com/\">+ジン+と愉快な仲間たちの日記帳</a></em>\n\nで連載中だった『あなたの隣が好きだった』が感動の最終回を迎えました。\nみんな読んでランキングボタンをポチッと押してあげてください。\n\nあれからずっと、読んでいたわけですが今回の作品が一番いいです。\n物語の展開が感動の涙を誘います。そして悲しみもこみ上げてきます。\nそして、何より二人の愛が心をぐっと動かします。\nハッピーエンドでないのが、物語の完成度をぐっと上げていると思うのですが、ふたりをずっと一緒にいさせてやりたかったそんな気持ちがあふれ出します。\n\n個人的には･･･\nトップをねらえ！の最終話でオカエリナサイを見たときのような感動でした。\nそして天空の城ラピュタで飛行石が遥か天空に去っていくよりも大きな悲しさが、\n流麦さんと高橋君の愛は、ねことねこ嫁の愛よりもずっと深い\nそんな感じでした。\n\n監督が休養に入られるようなので、しばらく連載は無いのだと思うのですが、\n裏話(番外編？)でいいので、何でチートの疑いがかかったのか教えてほしいですね。\n\n出来れば、次回作で運営の勘違いだった～とかで、流麦さんが帰ってきてくれるとうれしいですね。\n(そのころには、lessonさんが傷心の高橋君をいたわり、そのやさしさに高橋君が...\nそして帰ってきた流麦さんと三角関係が...まぁ無いでしょうね)\n二人の愛が永遠であることを望みたいです。(そしてくろねこも永遠の愛がほしい)\n\nくろねこの文章は？？？が多いので、気になった方はぜひ<a href=\"http://xenblog.blog45.fc2.com/\">リンク</a>をぽちっと押してね。','',1,2502,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060725_amd_bought_ati',3,0,'2006-07-25 12:56:31','AMDがATIを買収',null,'昨日AMDがATIを買収したらしい。\r\n\r\nPC Watch で買収前からうわさがあるのが書かれていたが、最近どんどんおっきくなって行くAMD。\r\nどこまでおっきくなるのだろうか？\r\nどこまで大きくなれば、Intel と対等なのだろうか？\r\n\r\n最近、消費者のCPUから離れているというが、くろねこは今もCPUを見ている。\r\nIntel のCPUは種類が増えすぎてまったく分からなくなったが、AMDはまだすっきりしてる。\r\nでも、今後はどうなるか分からない。\r\nというのも、いまのCPUをベースとして、Java用とかXML用とかのコプロセッサをCPU内に取り込む可能性があるからで、ATI買収でGPUもCPU内に取り込まれる可能性がある。\r\nくろまのエンジンで言うと、普通のエンジンにターボとスーパーチャーヂャーを取り込むみたいな感じ？\r\n\r\nついこの前AMDのCPUが半額になってたし、高性能のパソコンが買いやすくなってきた。\r\nVista の出荷時期がまた怪しくなった今、Designed for Vista Professional のロゴをつけたPCが出てきたときがひとつの買い時であると判断できるだろう。\r\n\r\n本当は Vista がプレインストールされているのが一番いいのだが。\r\nいつになるのやら。','',1,2645,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060726',3,0,'2006-07-26 02:17:09','やっちゃいました･･･',null,'やっちゃいました･･･\n\n<em>地雷踏んじゃいました。</em>\n\n経験値課金切れてサブの果汁のレベル上げをやってたんですが、いつものごとくフィールド上でチャットしてると、いきなりスノープルが沸いて･･･\nジュースが切れて補充しようと思ったところだった果汁は、スノープルに最後の一滴を飲み干されて干からびた。\n(訳：HPが切れて座ったところだった果汁はスノープルの一撃で昇天)\n\nそして果汁の経験値課金も切れたので、くろねこにチェンジ。\n\nしおんさんをPTに戻すためにエスネに移動しないといけないので、ついでにクエでもしようかと海賊船へ･･･\nシオンさんからの連絡待ちの間、海賊船をぐるぐる回りながらおもちゃ箱クエをしてた。\n\nやっと、シオンさんをPTに戻すことに成功し、最後の一回をしてアメリア経験値稼ぎにいこうと思ったら、海賊船の2個目の部屋(東に行って南に行ったところね)の入り口骸骨が･･･\n\nでたたいたら、『キュポ』って音が･･･\n\nしまった･･･\n\n<em>！取扱注意！</em>だ\n\nと思ったらたたいてから約1､2秒後に昇天してしまいました。(デスペナ-10%)\n\nBOT対策ならデスペナいらんでしょうが･･･','でもデスペナ無かったら、こんなことが出来ちゃうんですよね...\n\n<strong>あーもう死ぬー、と思ったときにくまかぼ通る...たたく...デスペナ無しで街まで...</strong>\nとか\n<strong>あー、海賊船通過するレベルも無い、闘技場で殺してくれる相手も無い...くまかぼか？</strong>\nですね。\n\nやはり、このくまかぼいりません。100歩譲ってくま夫にしておいてください。\nくま夫なら自分が浮いてるだけですし･･･ネタにもなりますから！\n\n今日のメンテでなくなってるといいけど、そんな告知はないし。\n\nみんなで、！取扱注意！撤回を運営に要求しよう！！\n\n<hr />\nくろねこ Lv.81 50%\n果汁     Lv.48 60%',1,2188,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060727',3,0,'2006-07-27 07:57:24','スローさんが帰ってきた！',null,'昨日から古代生物図鑑5ページ目を採りに行く目的で小夜chanをPTに迎え入れ、4時間ほど狩りをしたでしょうか？\n(最近PTを私物化しているような気がしますが...)\n\n二人で10枚ほど集まりました。ランダムだったんだけど丁度5枚ずつ分かれて問題なし。\nその間に先日5ページ目をいただけるお約束をしていた蒼猿さんに出会って、5ページ目を50枚もいただきました。\n(代わりに蒼猿さんがお持ちでなかった1ページ目と2ページ目をプレゼント。)\nPTのメンバ5人で分けようとしたけど、小夜chanが辞退したため(今日だけひょこっと来たらもらいにくいね)50枚は4人で分ける？\n一人12.5枚･･･半端なんだけど？\n\nで、あと5%でLv.73だった小夜chanの羽を見ようと、とりあえずいっぱい狩りました。\n(ごめんなさい、1:1しながらだったので、マジ狩りしてません･･･、それでも小夜chanは早いと言ってくれましたが･･･)\n<img alt=\"小夜chan Lv.73\" src=\"http://blog.blackcatlab.com/images/xo/xo060727_1.jpg\" width=\"400\" height=\"500\" />\n無事、小夜chanのレベルアップを見届けました～♪\n\nレベルアップ後、しばらくしたら右下からフレンドのログインを示すあれがにょきにょきと！\n「スロー」って、引退したはずなのに･･･\n早速、ねこのおしゃべり脳が活性化･･･\n聞きまくり、復帰？って聞いたんですがそうではなく、今回のメンテで一部のユーザに200XPが補償でプレされているのでそれの確認に来たとか。\n誰かにあげたいな、って言っておられたんですけど、フレンドの中でINが確認できたのが、ねこともう一人らしいです。\n(引退したら、フレ消しちゃいますからね･･･\n消す基準は人それぞれだと思うのですけど、<a href=\"http://sensirikki.blog52.fc2.com/blog-category-12.html\">りっきーさんの削除基準はブログ</a>で公開されてますね。)\n200XPのプレ先が無かったので、ねこが代わりにもらうことに(すいません、スローさん)\n新しく登場したガチャポヨ200(魔)をプレしていただきました。\n<img alt=\"スローさんプレ\" src=\"http://blog.blackcatlab.com/images/xo/xo060727_2.jpg\" width=\"205\" height=\"135\" />\n出たのは、黄金なる守力1(15日間物理防御が+60)でした。\n<img alt=\"こんなん出た\" src=\"http://blog.blackcatlab.com/images/xo/xo060727_3.jpg\" width=\"400\" height=\"300\" />\n\nスローさんはくまが出ることを期待しておられたのですけど、なかなかうまくいきませんね。\nガチャが回ったことを確認してスローさんは落ちられました。\n(1ヶ月に1回くらいでも逢えるとうれしいですね)\n\nその後、小夜chanが73の2%になったところで睡魔に負けてギブアップ宣言。\nふたりでなかよくヨツンの橋の上で落ちました。\n\n※時間があれば、SSも載っけたいんだけどな・・・\n\n<hr />\nくろねこ lv.81 55%','',1,2536,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060728',3,0,'2006-07-28 07:31:49','みんなでヒトハを送り出そう！',null,'昨日、ヒトハからのフレンドチャットで完全引退を知ったくろねこです。\n(カモミ集めの最中、30匹くらいトレインしてて、ミニポ使いまくり、小夜chanのヒールもらいまくりだったのは内緒です。)\n\nで、ヒトハのキャラは残りますが、これからは別人なのでヒトハ本人はもう帰ってこない。\nそこで、くろねこのわがままではありますが...\n\n<em style=\"font-size:150%\">ヒトハを知ってる皆さんと一緒にSSをとって、ヒトハに記念にしてもらいたい！</em>\n\nヒトハには、完全引退の話を聞いたときにこの件については話をしたのですが、ヒトハ自身今日いっぱいしかゼネが出来ない可能性が高いということで、かなり急にはなりますがねこのブログを見てる方くろねこのわがままに協力してください。\nヒトハも体調がよくないので、ヒトハ自身ログオンできているか疑問らしいのですが、出来る限り来てもらえるようです。\n\nで、お願いの詳細です。\n21:00～毎時0分にエスネのボールパークにお集まりくださいな。\n23:00までの3回チャレンジしたいと思います。\n集まったメンバでSSを撮りたいと思います。花の金曜日のゴールデンタイムを申し訳ないですけど\n\nくろねこ、頭が悪いのでなんかいい方法が見つからないのですが、こっちのほうがいいという意見があったらお聞かせください。\n\n最低でもkouちゃんは来るよね？\nヒトハのフレもわかんないし、結局昨日誰に連絡できたかもわかんないので･･･\n\n最後にヒトハ、オンラインゲーム捨ててリアをがんばることに賛成。\nヒトハのキャラが無くても、ゼネが無くても元気ならいつでも遊べるさ。\nみんなにMM送ったっていうけど、見たころにはもういないって言ってたからさ、わがまま付き合ってよね。\n\n<hr />\nくろねこ lv.81 72% (昨日から2倍期間に入りました･･･)','',1,3203,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060729',3,0,'2006-07-29 21:22:13','くろねこ82に',null,'初めて81れねるの羽を見てから結構長かったです。\n\nやっと本日レベル82の羽を見ることが出来ました。\n<img alt=\"くろねこ83\" src=\"http://blog.blackcatlab.com/images/xo/blackcat82.jpg\" width=\"450\" height=\"600\" />\n\n次はレベル83で装備変更だ！\n新しいパーティメンバが欲しいな・・・\n特にメイジの人が・・・入って欲しい人がいたので交渉してみたら・・・\n相手のパーティのリーダーに断られました。とほほ、当然ですよね♪\nくろねこもそういうお話が来たら断りますもん。本人の気持ち優先で！','',1,2453,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060730_1',3,0,'2006-07-30 04:06:13','そしてヒトハ永遠に・・・',null,'おとといから完全引退の挨拶に忙しいヒトハさん。\r\n\r\nなぜか終始くろねこに捕まってる・・・。\r\nみんな対応がクールだとか、ヒトハが完全引退って信じてないのかしら？\r\n実はくろねこも半分ヒトハの演出かと、期待していますが・・・\r\n(どっきりカメラか？、ドラえもんのように夢落ちか？)\r\n\r\nまあ、そんなことは置いといて、取りあえず完全引退の宣言記念にSSを取りました。\r\n<img alt=\"勝手に完全引退は許しません！\" src=\"http://blog.blackcatlab.com/images/xo/xo060730_1.jpg\" width=\"400\" height=\"300\" />\r\nスタンリィーのクレリック転職のときのように、果たして何日持つのかみんなで想像してみましょう！\r\nそして、病気が治る前に復帰してきたら、みんなで怒ってあげましょう。\r\n<img alt=\"早くヒトハが帰ってきますように\" src=\"http://blog.blackcatlab.com/images/xo/xo060730_2.jpg\" width=\"400\" height=\"300\" />\r\nでも、完全に体調を治して復帰してきたら、温かく迎えてあげたいです。','',1,2213,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060730_2',3,0,'2006-07-30 08:17:39','くろねこも聖堂に上ってみました',null,'本当は昨日「完全引退宣言」のヒトハと上ってみようかと思ってたのですが・・・\n\n予行演習で、聖堂に登る練習をしていました。\n<a href=\"http://05151018.blog66.fc2.com/blog-entry-10.html\">ハミルトン島さんのブログ</a>に載ってるあそこの場所に登ろうと思っていたのですけど、立ち寄ってみると聖堂入り口も登れるようなんですね～♪\n\n練習してみたのですが、うまくいかずこちらは諦めました。\nで、普通に聖堂の頂上に登ろうと思ったのですが、いけるはずの塔の下に行けないんですね～。\n困り果てました。(キャラ選択に一度行くとうまくいけることがわかってそれでクリアしました。\nもしかすると、一度失敗するとエラーが発生してるので、それが原因だったのかも？)\n\nで、くれぁさんと出会って話してると、聖堂の上に登ってしまうと自分が見えないとか？\n原因を突き止めるべく、現地で実験しました。\n＞結果登ったときに自分が見えなくなる人は、一度キャラ選択に行くと良いようです。\n<a href=\"http://blog.blackcatlab.com/images/xo/xo060730_01.htm\" onclick=\"window.open(\'/blog/archives/images/xo/xo060730_01.htm\',\'popup\',\'width=1156,height=887,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0\'); return false\"><img src=\"http://blog.blackcatlab.com/images/xo/xo060730_0-thumb.jpg\" width=\"400\" height=\"306\" alt=\"\" /></a>\nでも、結局ヒトハは来なくて、絶望でSSを撮りました。(案外ぴったりの場所だったかも？)\n\nで、今日はまりにあさんと一緒に登ってみました。\n<a href=\"http://blog.blackcatlab.com/images/xo/xo060730_3.htm\" onclick=\"window.open(\'/blog/archives/images/xo/xo060730_3.htm\',\'popup\',\'width=900,height=700,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0\'); return false\"><img src=\"http://blog.blackcatlab.com/images/xo/xo060730_3-thumb.jpg\" width=\"400\" height=\"311\" alt=\"\" /></a>\nやっぱりきれいですね～。\n\n今度はパーティのメンバと一緒に登りたいと思います。','',1,2924,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060731',3,0,'2006-07-31 08:06:07','MONAお着替え～',null,'<p>MONAちゃんのお着替えを行いました！</p>\r<p>kouさんがなぜかここ数日いなくて、借りるはずだった<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%83%BC%E3%82%B0&amp;affid=21mTn15NlY\">ローグ</a>71の装備が無くてちょっと焦ったくろねこです。<br />\rMONAちゃんは落ち着いてますけど･･･<br />\r何でこんなに人のことで焦っちゃうんでしょうか？<br />\rそんなMONAちゃんは、そんなことは構わずへいへいさんのお手伝いをしていました･･･</p>\r<p>ローグ71の鎧はなぜか2個いちごが保管していました。(一体いつ取ったんだろう？)<br />\rこれは数日前から確認していたのですが、取り置きしてた分がどこかわからなくてそっちじゃない倉庫の分をMONAちゃんに手渡します。<br />\rMONAちゃんのお祝いは白泡石20個とこの鎧でした。<br />\rあとは、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%AD%A6%E5%99%A8%E5%B1%8B&amp;affid=21mTn15NlY\">武器屋</a>さんで購入して済ませることになりました。<br />\r(お着替えだけだと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%82%A2&amp;affid=21mTn15NlY\">レア</a>じゃなくて良いので、焦る必要ないんですね。一生懸命レア探してうろついてましたよ。)</p>\r<p>ちゃんと、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%8B%E3%82%A2&amp;affid=21mTn15NlY\">リニア</a>でお着替えすることができました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060731_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo060731_1.jpg\" alt=\"\"></a></p>\r<p>そうそう、ローグ71の装備一式ひよななさんとブホさんから頂いたみたいですよ？</p>','<p>そして・・・<br />\rお着替えの後は、へいへいさんと書庫に行くようでしたので、そっと見送ってあげようと思っていたのですが･･･<br />\rそうは問屋がおろしませんでした。</p>\r<p>MONAちゃんの殺し文句が炸裂しました！「私が浮いても良いの？」<br />\r仕方なく、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%96&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">サブ</a>に<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%BC%E3%83%80%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">リーダー</a>を預けて書庫に<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%83%93%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ロビー</a>から行くことに！<br />\r途中、海賊でMPKに会いましたが、今日は浮きませんでした。<br />\r(回線の状態やワイヤレスキーボードの調子が運命を左右します。)</p>\r<p>眠い中、青<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">クロック</a>1、赤クロック2を倒し、部品1個を<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B2%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ゲット</a>し寝ることになりました。<br />\rMONAちゃんは浮かなかったですけど、くろねこは！取扱注意！にパワーラッシュかまして、音で築いて逃げようとしたけど間に合いませんでした。1回目はうまく逃げられたんですけどね！<br />\rみんな取扱注意の周りの<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%B3%E3%82%B9%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">モンスター</a>も平気で叩くんですね・・・<br />\r(青クロックのときは<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">チャー</a>ちャんがいきなり召還出したので、びっくりしました。<br />\r誰も浮かなくてよかったですけど、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%AD%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ドロップ</a>は<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%82%A2&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ギア</a>でしたね。<br />\rところで、チャーちャんのMPKの基準って何なんでしょうか？普段は温厚で<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ヒール</a>くれたり補助くれたりしますが、昨日は初めてMPKされそうになりましたよ？)</p>\r<p class=\"add\">追記<br />\rkouさんは緊急入院だったんですね。<br />\r看護婦さんにいたずらしてないと良いんですけど？</p>',1,3026,0,2,'2006-08-30 08:06:07',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%83%BC%E3%82%B0&amp;affid=21mTn15NlY\">ローグ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%AD%A6%E5%99%A8%E5%B1%8B&amp;affid=21mTn15NlY\">武器屋</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%82%A2&amp;affid=21mTn15NlY\">レア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%8B%E3%82%A2&amp;affid=21mTn15NlY\">リニア</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060731_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%96&amp;affid=21mTn15NlY\">サブ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%BC%E3%83%80%E3%83%BC&amp;affid=21mTn15NlY\">リーダー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%83%93%E3%83%BC&amp;affid=21mTn15NlY\">ロビー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">クロック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B2%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ゲット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%B3%E3%82%B9%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">モンスター</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC&amp;affid=21mTn15NlY\">チャー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%AD%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ドロップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%82%A2&amp;affid=21mTn15NlY\">ギア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">ヒール</a>',0,1,1,0,0,'2009-12-06 19:57:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060731_w41t_reciver',3,0,'2006-07-31 08:26:07','W41TでW44TのBluetoothレシーバーを使う',null,'<p>W41TでW44T専用レシーバーを使ってみました！</p>\r<p>W44T専用って書かれているんですけど？<br />\rTOSHIBAのサイトではW41Tでは au music player専用となるようです。</p>\r<p>これを見て7/20 157で問い合わせしてみました。<br />\r質問事項は以下の2つ。</p>\r<ol>\r    <li>このレシーバーauのサポート対象？</li>\r    <li>ハンズフリーでも使える？</li>\r</ol>','<ol>\r    <li>何ですけど問題なく使用できましたよ。<br />\r    最初マニュアルを読まなかったので、どうやって認識させるんだろうって？？？が飛んでましたけど･･･</li>\r    <li>何ですけどねこれがもめちゃたんですよ。<br />\r    結論的には使えません。<br />\r    でも、ねこが最初に聞いたアナウンスでは、「マイクがないので本体マイク経由になるけどHFPには対応しているので話を聞くことはできるし、着信があった際には着信が確認できます。」ってきいてたんですね。</li>\r</ol>\r<p>で、買ってみたら使えなかったと。<br />\rねこの目的は8割電話2割くらいで、音楽も聴けたらいいかな？程度だったのでかなりショック！</p>\r<p>auのに返金してくださいってお願いしてしまいました。＞結局ダメでしたけど。<br />\r代わりにある物をもらっちゃいました。</p>\r<p>結構auにも振り回されています。<br />\r結構人柱って感じですか？</p>',1,3718,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:25','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('060801_bbq',3,0,'2006-08-01 19:09:32','BBQ中止',null,'<p>かねてよりゼネピックのメンバと計画していたBBQ(kouさんとかとやったのとは別)が中止になりました。<br />\r結構期待していたのに、とっても残念。</p>\r<p>また、みんなと何か集まれる機会があると良いなと思っています。</p>','',1,3228,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060802',3,0,'2006-08-02 12:56:58','合コン開催？',null,'<p>えーっと、リアルではありません、あしからず。</p>\r<p>アコ女性から見るとナイトってかっこいいらしいです。<br />\rナイトから見るとアコの方って優しさの象徴のようですね♪<br />\r(囲まれてるときにヒールもらえるとうれしいですね。たまにヒールは良いからモンスター倒してほしぃなぁと思うことがありますが、向こうはモンスター倒すと横叩きとか思われたら嫌だ言うのもあるでしょうし難しいところです。)<br />\rとある人から、ナイトとアコで合コンできたらいいね♪とお話を頂きました。<br />\rリアなら凄く価値あるお話なのですが、ゼネ内でどうしろと！</p>\r<p>でも、おもしろそうなので人数を集めたいと思います。<br />\r希望人数は5人とのことですので、ここは期待できそうなメンバに声を掛けたいなと♪<br />\r今のところ･･･くろねこの中では3人くらい来そうかな？と思い当たる人物がいますが･･･</p>\r<p>まだ日程も決まってないし、いけるのかなぁ？って気もしますが、やります。<br />\rお持ち帰りは個人判断でお願いします。<br />\rゼネでお持ち帰りでも、リアでお持ち帰りでもくろねこは責任をとりません。とれません。</p>\r<p>くろねこはって？<br />\rお持ち帰りしませんよ？<br />\rうちのPTにはアコさん2名常駐ですし、リアは嫁がいますので･･･</p>\r<p>【私信】<br />\rりっきーさん、お約束のミニポ用意できました。またゲーム内でお声をかけてくださいな♪<hr />\rくろねこ Lv.82 36% &rarr; Lv.82 51% (15%UP) 2倍期間中！</p>','<div class=\"add\">\r<p>追記<br />\rメイジの人もかわいくて良いですよね。あのしっぽみたいなのがかわいい！<br />\rログ2もファーみたいなのが女性ぽくってイイです。</p>\r<p>っていうか、ゼネピックのキャラって基本的にかわいいです。<br />\rでも、結構変なのとかあります。オカメとか、ひょっとことか、課金の福袋かぶり物シリーズとか！</p>\r</div>',1,2678,9,6,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060803',3,0,'2006-08-03 07:45:46','良いのか、悪いのか？',null,'<p>昨日は良いことがありました。</p>\r<ol>\r    <li>kouちゃんが帰ってきたことですね。退院おめでとうって感じです！</li>\r    <li>時計が２セット揃ったこと。PTメンバやフレンドの80のお祝いにあげたいなと思っているので。</li>\r    <li>フレンドのまりにあさんレベルアップ。レベルは内緒です･･･</li>\r    <li>フレンドのリシェがレベルアップ。</li>\r</ol>\r<p>なんだ良いことばかりかと思うんですけど、その裏で悩ましいこともありました。</p>','<p>それは、4)のリシェのレベルアップのお手伝い中にありました。<br />\rリシェから「Lv.75まで後9%なので手伝って」といわれたのでokして、クリクに呼んだのですけど船移動に自身がないようだったのでねこがロレンまで行くことにした。<br />\rでも、ロレンは混んでいるので結局クラマ狩りをレベルが上がるまで行ったり来たり。<br />\r途中でとあるメイジ？アコ2(着物を着てるからわからないのですけど)から補助を頂きました。<br />\rその補助の名前は<strong>リカバリ</strong>Lvは5でした。効果はHP回復速度-0.8s<br />\rそのあとくろねこにもう一度、リシェには<strong>メディ</strong>を頂きました。<br />\r<br />\r掛けてくれること自体は非常にうれしいことなのです。<br />\rしかし、入手元もわからない未公開スキルということが、どうも気になるのです。<br />\r<br />\rまあ、運営も黙認状態のようなので、どうでも良いのかもしれませんが･･･<br />\rリシェは未公開スキルを掛けてもらって、めっちゃよろこんでましたが？<br />\r<br />\r一番悪いのは運営ですかね。<br />\r不正にスキルを入手し使用する者に対して何ら有効な対策を行わない。<br />\rそして、スキルのロックも行ってない。<br />\rフレンドのひとりと話しをしていたのですけど、「出来ているなら何で公開しないのか？」という疑問を持ったそうです。<br />\rくろねこはこう考えます。公開したくても出来ないのだと。<br />\r考えられる理由はいくつかあります。</p>\r<ol>\r    <li>新しいスキルは三次職相当のスキルだと思われるのですが、三次職の実装が完全でない。<br />\r    (三次職を稼働させるためには、全職行のスキルが実装でき、転職クエストを実装する必要があります)</li>\r    <li>三次職の実装は終了しているけどテストを実施中</li>\r    <li>三次職のテストも完了しているが、公開することで他の不具合が確認できた</li>\r    <li>単にマーケティング上の都合</li>\r</ol>\r<p>ぐらいですか。<br />\rいずれにせよ、皆が公平にプレイできる環境を提供してほしいと思うのであります。<br />\rテストするなら本番環境ではなくて、別のサーバ(チェリー、ストロベリー以外)を作ってそこで行うのが普通だと思うんですが。<br />\rこれだから、ここの運営は金の亡者と呼ばれるんですよね･･･<br />\r何とかしてﾎｼｨｯ☆Ｏ(＞ ＜)ｏ☆ｏ(＞ ＜)Ｏ☆ﾎｼｨｯ<hr />\rくろねこ Lv.82 51% &rarr; Lv.82 71% (20%UP) 2倍期間中！</p>',1,2460,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060803_2',3,0,'2006-08-03 21:44:40','！取扱注意！に対して苦情を送ってみた',null,'はぁ、今日も！取扱注意！をたたいてしまいました。<br />\n<br />\nロストだったのですが、スケルの群れの中にいきなり沸いて、ちょうどそこがたげしようとしたスケルの上だったんですね。<br />\nちょっとむかついたので、運営に苦情を送ってしまいました。<br />\n下記のような感じです。<br />\n<blockquote>！取扱注意！について<br />\nすでに多くの要望・苦情が寄せられていると思います。<br />\n本日もこのモンスターを攻撃したことにより-10％のペナルティを課せられることになりました。<br />\nモンスター攻撃の際に該当モンスターをターゲットしますが、そこに！取扱注意！が発生すると前衛ですと周りを囲まれている場合、並びにスキル使用している場合はどうしても避けることが出来ません。<br />\n前衛と後衛でかなりの差を感じるとともに、本当にこのモンスターがBOT対策なのか疑わしくも思います。<br />\nBOTプログラムですとモンスターを攻撃するわけですが、その際にモンスターを示すコードを判別すれば良いだけですので、多少の改良で回避できてしまいます。<br />\n多くの一般ユーザの利便性を損ない、多くのデスペナルティを誘発するだけのシステムはエンターテイメントとしておかしいと思います。<br />\nこのような無駄な行為を止め本当の意味での対策を行っていただけるようにお願いいたします。</blockquote>\n<br />\nたぶん無駄でしょうが、送らないよりはましだと思いました。','',1,2486,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060804',3,0,'2006-08-04 12:52:49','小夜ちゃんレベルアーップ',null,'<p>ねこが、取扱注意を叩いてブルーな間に、パーティから抜けていた小夜ちゃんから戻ると連絡が･･･<br />\rたしか、小夜ちゃんヨツンはヨツン！</p>\r<p>くろねこはさっき浮いてヨツンから戻ってきたところ。<br />\rヨツンまで行くのだるい･･･</p>\r<p>ということで、呼びつけちゃいました！</p>\r<p>「おらーロストまで来ぃやー」(嘘でし)</p>\r<p>小夜ちゃん曰く、ロストに来るのは良いけど、途中で迷うとのことなので迎えに行くことになりました。<br />\rなんか聞くところによると、リアでも方向音痴とか？(たしか、mary☆さんも、方向音痴だよな～)</p>\r<p>迎えに行って、ロストに来る途中で道の説明をしておきました。<br />\r(毎回お迎えはつらいもんね～、暇なときは全然良いんだけどさ。その間にmary☆さん浮いてたらやだし。)</p>\r<p>それで、3人で狩りしてたら、mary☆さんが落ち、ふたりに･･･<br />\rと、ここで小夜ちゃんから衝撃の事実が、「レベルアップまであと1%」ということはレベル75ですか？<br />\rと思いきや、昨日後数％だったのにあげてないとか？ライマス迄何しに行ってたんですか？</p>\r<p>まあ、がんばって小夜ちゃんのレベル上げの足引っ張りましたよ。<br />\rなんかふたりで一緒に狩りをすると、クリクで狩りするよりもペース落ちてません？気のせいですか？</p>\r<p>で、レベルアーップ<br />\r<img height=\"450\" alt=\"小夜74\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060804.jpg\" /></p>','<p>で、このあとつやちゃんがインしてきて、つやちゃんもロストに強制招集、赤紙発行させていただきました。<br />\rでも、途中でとある方に引っかかってこれないとか･･･</p>\r<p>うぉら～～～、ねことどっっちが大切やねん。というようなことは言ってません。</p>\r<p>まぁ、あの人には言っちゃうかもしれませんが？</p>\r<p>ところでゼネ合コンの件、Ｇさん一名とりあえず確保です。</p>\r<p>今日あたり、mary☆さんの番かな～。ねこは浮かなかったら今日の予定だったのですが。<br />\r明日も朝から歯医者、昼は修理から返ってきた HONDA InterNavi の取り付けで、出来ればスーパー銭湯も行きたいな。<br />\rとすると平日と同じく夜だけのインになりそうです。それでも土曜日中にはレベルアップしたいところですね。<hr />\rくろねこ Lv.82 71% &rarr; Lv.82 78% (7%UP) 2倍期間中！(運営の罠がなければ17%UPだったのに･･･)</p>',1,2414,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060805',3,0,'2006-08-05 09:02:00','くろねこ83',null,'<p>ようやくくろねこも83になりました。<br />\r当面の目標の91迄はまだまだ先が永いです・・・。<br />\r<img height=\"450\" alt=\"くろ??こ83(背)\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat83.jpg\" /><br />\r<img height=\"450\" alt=\"くろ??こ83(??)\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat83m.jpg\" /></p>','',1,2098,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060805_1',3,0,'2006-08-06 07:43:32','まりにあとふたりで',null,'<p>ベイクク倒しました。<br />\rまりにあさん、青血初ゲットらしいです。くろねこはアコ71の盾をゲットしました。<br />\rこの盾はmary☆さんいきだなぁ。</p>','<p>朝から、暇だったのとあと1時間でまりにあさんがお出かけと言うことだったので、一緒に海賊に行くことになったのがたまたまこんな結果に。<br />\rでも、ベイクク倒してるSS(･&forall;･)ﾊﾟｼｬﾘ!!の機会がなかったぞ。<br />\rいや、焦ってたんで（；&acute;&forall;｀）・・・うわぁ・・・　<br />\r20匹くらいいたかな、囲まれながらまりにあさんの質問に答えてたら、HPがちょっとピンチに。<br />\rあと、まりにあさんの火力ねこの何倍だ？<br />\r所詮ねこは壁でしかありませんでした。<br />\r<img height=\"400\" alt=\"二人でベイクク\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060805_1.jpg\" /></p>',1,2345,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060805_2',3,0,'2006-08-06 09:26:40','mary☆さん二次職まで後4つ',null,'<p>PTメンバのmary☆さんがレベルアーップ。<br />\r<br />\rもうすぐ二次職だな。<br />\r<img height=\"550\" alt=\"mary☆67\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060805_2.jpg\" /><br />\r今日の夜はガバルツに黄色の落とし物を捜しに行く予定。<br />\rみつかるといいなぁ。<hr />\rくろねこ Lv.83 78% &rarr; Lv.83 11% (35%UP) 2倍期間中！</p>','',1,2618,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060807_400entries',2,0,'2006-08-07 01:10:56','400エントリ達成',null,'<p>前回のエントリで総エントリ数が400だった！<br />\r<br />\r<strong>飽きっぽい</strong>くろねこですが、このブログ昨年から初めて400エントリを達成しました。<br />\rほとんどいつもやってるゼネピックのエントリが90%以上を占めていると思われ、またただの日記なのにWEBサイト全体で訪問者数が6月(7月集計するの忘れてる･･･)で<br />\r&nbsp;</p>\r<ul>\r    <li>平均400人</li>\r    <li>最高750人</li>\r</ul>\r<p>でした。<br />\rピーク時よりは減ってるとはいえ、結構見て頂けているだなぁと思って感謝しています。</p>','<p>ブログしか更新していないせいか、アクセスがブログに集中して約半分がブログに、そして残りの半分がFAQとその他になっちゃってます。<br />\rゼネが忙しくて、他にもやりたいことはたくさんあるのですが全然進んでません。<br />\r(ゼネが楽しいというか、ゼネのお友達と遊べるのが楽しいのか？)<br />\r<br />\r他にやりたいことっていうと...</p>\r<ol>\r    <li>MCP(マイクロソフト認定プロフェッショナル：Microsoft Certified Professional)の更新</li>\r    <li>転職活動</li>\r</ol>\r<p>など<br />\r<br />\r他にやらないといけないこと...</p>\r<ol>\r    <li>息子の相手</li>\r    <li>帳簿の整理</li>\r</ol>\r<p>など<br />\r<br />\rねこが持ってるマイクロソフトの資格は無期限なのですが、</p>\r<ol>\r    <li>昨年から期限有りの新しい制度が出来ていること</li>\r    <li>バウチャーチケットと呼ばれる試験を受ける際のチケットが一枚あること</li>\r    <li>今はソフトウェア開発がメインなのにその資格は持ってない(MCSDが適当なのだが、管理用のMCSEしかない)</li>\r</ol>\r<p>なのでやってみたいなぁって感じですね。<br />\r<br />\rMCP に興味を持ったら下記のURLからどうぞ！(決して回し者ではありません)<br />\r<a href=\"http://www.microsoft.com/japan/learning/mcp/default.mspx\">http://www.microsoft.com/japan/learning/mcp/default.mspx</a></p>',1,2284,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.microsoft.com/japan/learning/mcp/default.mspx\">http://www.microsoft.co...</a>',0,1,1,0,10,'2008-07-04 13:35:10','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060807',3,0,'2006-08-07 09:21:00','朝から･･･',null,'<p>カバルツで狩ってました。</p>\r<p>採血も済ませました。</p>','<p>予定どおり昨夜カバルツに行って来ました♪</p>\r<p>21:00～それぞれの狩り場から移動開始(ベルテラニン集合)</p>\r<p>MONAちゃんとHALさんとしおんさんが不参加なのがちょっと寂しかったです。<br />\rしおんさんは旅行なので仕方ないのですけど...<br />\rMONAちゃんはどうしたのかなぁ？<br />\rということで参加者は、くろねこ／mary／小夜／まりにあ の4人でした。</p>\r<p>で0:30頃までカバB2F、B3Fあたりをうろついていたのですけど、筋肉むきむきいない。<br />\rkouには顔出すのに、ねこには出さんてか！ほんまなめとるわ。</p>\r<p>まあ、まったり冒険チームなので走って探し回ると言うこともなく、箱も2箱だったかな？<br />\rそんな感じで、ちょっと寂しい落ちとなったんですね。</p>\r<p>そんな次の日(今日8/7ですね)。<br />\r朝から、まりにあとしばらく「枯れ木(デーモンプラント)」を探してワニマップをうろついていたが、くろねこの提案でカバ内に潜入することに！<br />\rで、まりにあが狩りながらカバを目指していると、枯れ木に遭遇したらしい。<br />\rくろねこがまりにあの所に来たときには、すでに消し炭でした。(ファイア5発だったそうです。)</p>\r<p>で、その後カバB1Fでワンドを頂いたが、B2Fでは箱はすかすか。<br />\r仕方なくB3Fをうろついていると壁の向こうに緑のあれが「いた！」。<br />\rねこねこ、走る。まりにあがついてくる。<br />\r<img height=\"400\" alt=\"まりにあどこ行くの？\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060807_1.jpg\" /></p>\r<p>途中で包帯がじゃましてたけど、まりにあ強い(ねこはあたまくるくる)。<br />\r<img height=\"400\" alt=\"??こはあたまくるくる\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060807_2.jpg\" /><br />\rすぐに緑のおっさん逮捕。<br />\r<img height=\"400\" alt=\"採血\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo060807_3.jpg\" /><br />\r黄色の採血してアコ79の帽子も回収。(この帽子は小夜ちゃん行き？)</p>\r<p>二つともねこの所に来たけど、ねこ何回か自分で取ってるので、今日は初めてのまりにあにプレゼント。<br />\r次はねこのコレクションにくわえようかなぁ。</p>\r<p>今回の冒険は、まりにあさんにはじめての枯れ木とビスカーを拝見してもらって、ねこ的には一応満足♪<br />\r出来れば、みんなが居るときにビスカーかニグレックに会いたかったなぁ。</p>\r<p>・昨夜、シェルリさんにロストへのお誘いいただいたけど、こんな感じで行けなかったんですよ (*_ _)人ｺﾞﾒﾝﾅｻｲ。<hr />\rくろねこ Lv.83 11% &rarr; Lv.83 23% (12%UP) 2倍期間中！(一回浮いて-10%のデスペナ頂きました。あぅ)</p>',1,2310,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060808',3,0,'2006-08-08 06:29:35','8/7夜から8/8朝',null,'またまたカバで遊んでいました。<br />\nくろねことmaryさんとまりにあさんでカバを散歩。<br />\nmaryさんはまもなく、お休みに。<br />\nまりにあさんとガバルツをくるくる「濁った英魂石」を求め歩き回った。<br />\nすると、くろねこの前に緑の物体が沸いた･･･やつだ！<br />\nと、言うことでちょっとくま夫風にSSを取ってみようかと遊んだ後、ようやく向こうもくろねこに気づいたようなので戦闘開始！<br />\n10秒くらいで終わっちゃった気がする。ただうっかりの一撃では倒れなかった。<br />\n（最近くま夫のブログも一時期のおもしろさを取り戻してきたような･･･、でも同じネタ使い回して無いかい？）<br />\nしか～し、ドロップはアコ79の帽子のみでした。<br />\n<br />\nあれ？ねぇ？昨日よりひとつたりないじゃないのさぁ。<br />\nサービス精神足りないよ？そんなんじゃぁ、お客へってくよぉ？<br />\n<br />\nWTが重いのと、ミニポが少なくなってきたのでお帰りしようと外に出てきてワニと戯れて落ちた。','さて、朝起きた。<br />\n本来なら帰るはずなのであるが、いつも早起きなまりにあが今日は居ない。<br />\nひとりで帰るのはなにか寂しい。<br />\nミニポは163こある。ということでB2Fくらいならちょっと遊べるだろうと、カバに潜入。<br />\nB1Fは無視して突っ切ろうと思って突っ切った。安地前についた。ここで心躍る音が聞こえてくる。<br />\nもしかしているのか？と思ってちょっと動き回ってみたら居たよ。<br />\n開けてみると、ゼンストーンとマジ59杖、アコ59杖出てきた。<br />\n<br />\n満足して、B2Fに行くとまたまた箱が...<br />\nまたしても開けてみると、アコ杖63とファイター63剣が出てきた。<br />\nんー、大収穫。<br />\n<br />\nまりにあさんは、枯れ木を倒してるし。ねこの手元にはレア装備が10個も。<br />\n今回のカバ遠征はプライスレス？<br />\n<br />\nでWTが1500位オーバーしてしまってるくろねこは、まりにあの護衛の中無事ブリンに到着。<br />\nまりにあさんがヨツンに行くというので、今度はくろねこが壁になってヨツン着。<br />\n<br />\n今日からまた雪国かなぁ。<br />\n<br />\n海賊で青いの取りに行こうかなぁ。<br />\nところで、今回の冒険中。ずっと重たかったのでランドセルがほしくなって、何回か挑戦したけど漆黒もそうだけどランドセル自体出てこないよぉ。<br />\nくろねこがランドセルほしいと思うぐらい。エレクとクライトン拾ってるってことはみんなかなり重いはず。<br />\nアイテムはランダムじゃない方がいいかなぁ。？<br />\n普段の狩りでも冒険でもドロップ品ってみんな譲り合いになってるし。<br />\nでも、冒険はランダムが良いね。じゃないと前衛のねこが全部拾っちゃうし、実はアイテムほしいけど話の流れ的に言いにくいな～んてときもありそうだから。<br />\n<hr />くろねこ Lv.83 23% → Lv.83 34% (11%UP) 2倍期間中！',1,2646,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060809',3,0,'2006-08-09 12:54:59','小夜ちゃん75',null,'<p>今日、小夜ちゃんがレベル75になりました。<br />\r<br />\rｵﾒｯﾄﾗﾌﾞﾋﾞｰﾑ(*\'&nabla;^)ﾉ⌒☆。.:*:・\'☆\'∟□&or;&Epsilon;・\'ﾟ☆。.:*:・\'☆\'<br />\rで、記念に海賊船にでもいきたいなぁと思います。<br />\r前回焦ってSS撮り逃したのもあるので、今回はがんばりたいと！<br />\r<br />\r予定では21：00～ですかね。<br />\rMPKや怪しそうな人が居たら場所を変更します。<br />\r変更先は人数次第ですけど･･･ロスト東が近くて良いかなぁ？<br />\r<br />\rそろそろ新しい弾ジョンがﾎｼｨｯ☆Ｏ(＞ ＜)ｏ☆ｏ(＞ ＜)Ｏ☆ﾎｼｨｯ<br />\r今日この頃です。雪山の最果てに出来る噂の洞窟はまだですか？<br />\r<hr />\rくろねこ Lv.83 34% &rarr; Lv.83 43% (9%UP) 2倍期間中！(どんどん減ってきてるなぁ。さぼり癖が･･･)</p>\r<p>ところで、明日のWindows Update は重要らしいので、早めに導入してくださいね♪</p>','',1,2292,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060809_2',3,0,'2006-08-09 18:57:57','またまた',null,'<p>くまカボチャで浮いてしまいました。</p>\r<p>ほんとにじゃまですよね～（Q_Q)&darr;</p>\r<p>はぁ、やる気なくなってガチャ6連発回しましたが、すべてはずれでした。</p>','',1,2652,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060810',3,0,'2006-08-10 08:29:14','ゲゲゲの鬼太郎クエストもう終わりました？',null,'<p>ゲゲゲの鬼太郎クエスト。<br />\rまず「カツラ」がもらえるらしいのですけど、目玉の親父付きとそうでないのと二種類あるみたいですね。<br />\rくろねこも、今朝までに2個ゲットしたのですがいずれも親父無しでした。<br />\r親父有りは「精神力+1」の効果があるようです。<br />\r(このクエストには「天の雨水」10個、「枯れ木」10個が必要です。)</p>','<p>次に、もう一度話しかけると二段階目のクエストが出来るようです。<br />\rぬりかべが防御+20で、砂かけばばあが魔法攻撃+10とか聞いています。<br />\rくろねこはまだ一つも集まっていません。<br />\r(このクエストには「妖精の玉」30個、「精霊石の欠片」20個が必要です。)<br />\rちなみにエスネに「妖精の玉」300個、「精霊石の欠片」200個(クエスト10回分ですね)で部品と交換するバザーがありました。<br />\r魔法攻撃+10だと、魔法職にとっては魔祓豆よりも良い装備となるので、是非3個集めたいところでしょうね。<br />\r他には何があるのかな？<br />\r鬼太郎アクセもあるかなぁ。<br />\r今日帰ったら集めてみたいと思います。</p>\r<hr />\r<p>くろねこ Lv.83 43% &rarr; Lv.83 45% (2%UP) 2倍期間中！<br />\r(2%しか上がってないと思うでしょ？くまカボ叩いて-10%のデスペナ付きなので12%分稼いでるんですけどねぇ。)</p>',1,2618,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060811',3,0,'2006-08-11 08:25:51','目玉の親父付きがほしぃ',null,'<p>夜中がんばってゲゲゲの鬼太郎クエストのカツラの方をやりました。<br />\rいろんな方から、「天の雨水」と「枯れ木」を頂いて通算で22回行いましたが目玉の親父付きは出ませんでした。</p>\r<p>二段階目の方のアクセサリーがもらえるクエストも1度だけやりました。<br />\rこちらは「砂かけババァ」をもらいました。果汁が装備しています。<br />\r朝、ポヨポヨマップで「精霊の玉」を集めるのに殴って倒していたのですが、殴るときには豆の方がいいですね。果汁Lv.48なのですが未だに黒いスライムが殴って倒せません。(1メモリ残ってしまいます。)<hr />\rくろねこ Lv.83 45% &rarr; Lv.83 55% (10%UP) 2倍期間中！</p>','',1,2887,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060812',3,0,'2006-08-12 22:12:09','海賊船にて',null,'<p>今日は海賊船に行きました。<br />\r<br />\r今日はひとり増えて、くろねこ、まにりあさんとmaryさんの三人で行きました。<br />\r着いて最初、船長の有無を確認しに船倉に入ったとたん、船長様がおられましたよ。<br />\r急いでふたりを呼びました。maryさんさんちゃんとみてくれたかなぁ。聞くの忘れちゃった。</p>','<p>その後、40分間火薬庫で待ってるはずが、火薬庫から勢い良く出てきたmaryさんさんが船倉真ん中で浮いちゃいました。最初に説明しておけば良かったです。勢いよく出ると勢い余っちゃうと。<br />\r<br />\rで、40分後、そろそろ時間だねと、まにりあさんさんが言ったので、船倉に見に行きました。最初船長さんが見えなかったので一度火薬庫に戻りました。でもう一回入ったら、船長さんが向こうから走って来るではありませんか、しかもカリンザにたい引き連れて♪しかし、その前にはRED.がと同時かそれより早いかでPTチャットが入ってました。「RED.が入っていったと！」、ビビって一度火薬庫に待避した後、もう一度船倉に。RED.がいなかったので船長をたたいていると、向こうからスケルを10匹以上引き連れたRED.が・・・耐えながら叩いていましたよ。でもね、その次が問題でしたよ。何ともういちどRED.が10数匹スケルを連れてきたではありませんか・・・<br />\r耐えられるかとがんばってると、メンバのまにりあさんが船倉に、「あぁ、だめ帰って！」と打とうとしたら、HPめちゃ減りまにりあさんは危険を感じて火薬庫に戻ってくれました。その後1分ぐらい耐えたんですけどね。戻れるはずの所に来ても火薬庫に戻れないし、<strong>カリンザのスキルから回復するときにカリンザの方に戻る仕様</strong>のためか、全然帰れそうにないです。ジュースもそのうちに残り少なくなって、死を覚悟したときにLGを登録しているファンクションキーを押しましたよ。何度か押しても装備できなかったので、連打すると装備できたのですけど、もう力尽きて浮いちゃいました。<br />\r<br />\rRED.に気づいたときに煮えれば良かったですね・・・または、第一弾のスケルが来たときに逃げていれば逃げ切れたかもしれません。だってずっと入り口前にいたんですから・・・<br />\r<br />\rまあ、くろねこの判断ミスですよ。まあ今回はまにりあさんが浮かなかっただけよしとしましょう。</p>\r<hr />\r<p>くろねこ Lv.83 55% &rarr; Lv.83 81% (26%UP) 2倍期間中！(朝の時点では10%UPぐらいでしたね♪)</p>',1,2673,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060813',3,0,'2006-08-13 22:48:37','久々に書庫',null,'<p>くれぁ。さんとほんわかさんのお誘いで久々sに書庫に行きましたよ♪</p>\r<p>着いて、走り出したらまもなく向こうからチャーちャんが、青クロックを安置方面に・・・<br />\rそのあと、後ろからチャーちャんの消息を追うものが、「チャー見ませんでした？」と。<br />\rどうやら話によると青クロックをとられたらしいです。今日は機嫌悪いのかなぁって話して分かれました。<br />\rでも、そのあと暫くしたらその方が青クロックを連れているではありませんか・・・ヘルプがあったのでお手伝いしてると、チャーちャんが走ってきて、(そのときやばいか？って思ったんだけど)行き過ぎてほかって来た召還を全部なすられました。青クロック後2マスだったので、耐えてたんだけど無理っぽいので逃げたんだけど、逃げる方向が悪かったね。モンスターがいっぱいいる方に逃げちゃった。<br />\rチャーちャんの機嫌悪いのかな？とおもってたら、チャーちャんとPTを組むことに・・・<br />\rチャーちャんが同じPTだといっぱいクロックが集まりますね。結局部品4，ギア3取れました。(うち一つは消えちゃいましたけど)</p>\r<p>久々でたのしかったぁ。あっ、SSとったけど良いのがない。ということでSSはなし。</p>','',1,2552,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060814',3,0,'2006-08-14 00:22:53','くろねこLv.84に',null,'くろねこがLv.84になりました。<br />\n<img alt=\"くろねこ84\" src=\"http://blog.blackcatlab.com/images/xo/blackcat84.jpg\" width=\"500\" height=\"550\" /><br />\n今回はPTメンバのまりにあさんと小夜さんと一緒にとりました。<br />\n<br />\n今回はグローブとシューズが変更です。<br />\n84も結構死にまくって時間がかかりました。飲んで眠いので今日はもうねま～す。<br />\n<hr />くろねこ Lv.83 81% → Lv.84 00% (19%UP) 2倍期間中！','',1,2561,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060816',3,0,'2006-08-16 16:25:30','お出かけしてました',null,'<p>お出かけしてました。<br />\r約1日半ほどゼネピックを離れていました。たまにはこんな生活も良いものです。</p>\r<p>帰ってきて、ちょこっとレベルあげをした後、鬼太郎クエストをしました。<br />\r今日は二回やって二回ともねこ娘でした。か、かぶった・・・・<br />\rぬりかべもほしい。</p>\r<p>しかし、疲れのためかすごく眠いです。今日はお昼寝をすることにします♪</p>','',1,2865,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060817_add_planets',3,0,'2006-08-17 10:54:57','惑星が増える？',null,'<p>何か惑星が増えるようです。</p>\r<p>このタイトルだけ聞いてくろねこは思いました。冥王星の外側にある惑星がやっと見つかったのかと。<br />\rでも実は違ったようです。惑星が増える原因となったのは惑星の定義を明確にしたからのようです。この結果、火星と木星の小惑星、冥王星のそとがわのEKBOの一部が惑星に昇格し惑星が12個になる可能性があるとか。<br />\r増える予定の惑星は内側から順に「セレス」、「カロン」そして「2003UB313」だそうです。2003UB313はまだ名前すら付いていない小惑星です。また新しい新定義を適応すると将来50位に惑星が増える可能性もあるようです。<br />\r増えるたびに教科書を書き換えるのも手間ですけど、それ以上に覚える方も大変ですね。</p>\r<p>ここで疑問が、冥王星ってEKBOの一部だという話もあったぐらいですから、惑星となる天体の大きさを変更して半径2000kmくらいにすれば冥王星は含まれないのかなと。するとほかの変な小天体が惑星に昇格することもなく、めでたしめでたしのような気もするのですがいかがですか？</p>','<p>※EKBO：エッジワースカイパーベルトオブジェクト<br />\rおおまかに言うと太陽から30から100天文単位(AU)の海王星(Neptune)の軌道を過ぎたあたりに存在し、たくさんの氷の塊でできています。現在では、短周期彗星の源であると考えられています。</p>\r<p>※カロン<br />\r冥王星の衛星です。衛生が惑星でいいの？っと言う疑問は尽きません。とある惑星の衛星が惑星でさあrにその衛星が惑星だったりしたらどうするんでしょう？</p>',1,3142,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060818',3,0,'2006-08-18 15:29:56','ぶどう消された・・・',null,'<p>姪っ子にPCを貸してゼネピックを遊ばせていたらキャラ消されました。</p>\r<p>キャラ選択画面で真ん中のキャラを選んだ後、真ん中のボタン(削除)を押してしまったようです・・・OTZ<br />\rレベル32にまで上がったぶどうの命運は一瞬にして消えました。<br />\r今までのイベントアイテムは？鬼太郎クエのアイテムは・・・&nbsp; 全部消えてる～。</p>\r<p>あ～ぁ、また一から育てないと。</p>','',1,2377,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060818_2',3,0,'2006-08-18 16:37:59','まりにあさんがレベル100に！',null,'<p>パーティのまりにあさんがレベル100になりました。</p>\r<p>時間が無くばたばたとしたレベルアップ記念SSとなりました。<br />\r<img height=\"500\" alt=\"まりにあ100\" width=\"450\" src=\"http://blog.blackcatlab.com/images/xo/xo060818_2.jpg\" /><br />\rなんか、クライアントの中には三次職用のグラフィックがあるようなので、103の三次職のお着替えイベントが近々行われることでしょう。くろねこの87お着替えよりも先かな？<br />\rしかし、くろねこが30％間に1レベルアップですからね～。追いつくどころか離されていきますね。</p>','',1,2174,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060819',3,0,'2006-08-19 12:23:47','強制落し3連発',null,'<p>今日カバで遊んでいっぱいアイテムゲット！</p>\r<p>ほくほく顔でワニマップの安置を出たら「とーます7777」に強制落とし、その後ロストで斬が付く方に強制落とし、さらにクラマの森でPLしてたらサブとともに強制落とし3回で30％のデスペナルティを食らいました＞＜；；<br />\r強制落としは本当に腹が立ちますね。あれはMPKではなく違法行為ですから。あと運営のカボチャも腹が立ちます。<br />\rなぜ運営はこの二つを放置しているのでしょうか。答えは簡単です。LG代が儲かるからというのがくろねこの考え方です。</p>\r<p>皆さんはどう思いますか？</p>','<div class=\"add\">追記本日21:28頃、同一IDの三つ目のキャラからキャラ選択画面に行き、くろねこの戻ってくるとくろねこが浮いていました。浮いた場所はブリンヒルドの倉庫内です。あり得ないと思っていたら、手が勝手にリターンポイントにもどるをクリックしてしまいました。証拠のSSを撮っておくべきでした。今日のデスペナルティは-40%です。せっかく戻ってきたところだったのに痛いです・・・懲りずにまた運営に不具合報告メールを送ってしまいました。 <blockquote>ブリンヒルド宿屋内においてのキャラ選択画面から戻ってきたらいきなり戦闘不能状態(天使)になっていました。その状態でリターンポイントに戻ってしまったのですが、経験値を確認すると-10%のデスペナルティも付いていました。発生時刻は21：28です。詳細を確認の上納得のいくようにご説明をお願いいたします。またこのデスペナルティは当然発生すべきものではないのでペナルティ分の経験値は返却していただきますようお願いいたします。</blockquote></div>',1,2386,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060820',3,0,'2006-08-20 08:26:57','自己防衛',null,'<p>とーます、RED.にやられてむかついてパケットを取ってALLで特定の文字列を発言しているところまではわかったのですが...<br />\rゼネピックやる気が減退してブログを巡回してると、あの方のツールに発言系の強制落とし対策が...<br />\r早速ダウンロードしてみました。ちょっと使ってみたのですが、さすがに人柱バージョンでしょうか？このツールが原因でない？と思う異常終了を二回ほど経験しましたが、とーますの強制落としには対応できるようになりました。仕事人の強制落としには対応できていないようですが、仕事人には会わないのでこれでもめっけもんです。<br />\rHALさんありがとう。これでパケットモニタを起動する手間が省ける？</p>\r<p>ツールのダウンロードはここから<br />\r<a href=\"http://bxen.blog55.fc2.com/\">ゼネのアレ</a></p>','<div class=\"add\">追記<br />\r今朝まりにあさんからブログが更新されていると聞いて見てみたら、いろいろな強制落としに対応したようです。<br />\r誰が使ってるんでしょうね。このツールで対応したことによって、MPKが新種の強制落としを作るというイタチごっこにならないことを祈りますが、根本的には運営側で対応していただきたいものですね。</div>',1,2732,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://bxen.blog55.fc2.com/\">ゼネのアレ</a>',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060821',3,0,'2006-08-21 09:32:40','まりにあさんサブのレベル上げ',null,'昨日はまりにあさんサブキャラのレベル上げをお手伝いしていました。<br />\nLv.32からLv.42に上がったそうです。今日のお昼までは経験値課金もあるのでPLするとか。<br />\nこの分だと、くろねこの帰宅時にはロストデビューが出来そうなレベルになってますね。<br />\n<br />\nしかし、気になるのは同じPTメンバのmaryさんです。<br />\nせっかく2.5倍買ったのにほとんどインして無くて、やる気の無かったはずのくろねこがすっとやってる...<br />\nmaryさんのレベル上げのお手伝いをして、一気に71迄持っていくかなあと350%無いはず。<br />\nってがんばっても一週間はかかりそうですね。帰宅するころには経験値アップ期間も終了していますし。<br />\n<br />\nまあ、バグなんかで経験値アップ以上にデスペナ稼ぎましたが。<br />\n<hr />くろねこ Lv.84 00%【08/14】 → Lv.84 67%【08/21】 (58%UP、9.6%/D) 2倍期間中！','',1,3218,5,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060822',3,0,'2006-08-22 08:05:52','監督に出会った',null,'初めて監督に出会いました。以前ここで<a href=\"http://xenblog.blog45.fc2.com/\">+ジン+と愉快な仲間たちの日記帳</a>の宣伝をしましたがその件でちょこっとお話を。<br />\nどこのブログもコメントは多くても、トラックバックする方は少ないようですね。<br />\n<br />\nちょうどそのとき、12話のお話をされていたのでアップが近いのかなと思っていたら、アップされていますね。<br />\nいつも読むだけのくろねこですけど今回も感動のクライマックスを期待しています。<br />\n<br />\nしかし、はっちひどいな。<br />\nでも、くろねこもいろんな女の子に愛されてみたいです。<br />\nひとりの女性を愛し続けるのと、いろんな女性と愛をはぐくむのとどっちがよいのでしょうか？<br />\nひとりでもずっと新鮮なラブラブが続けば良いんでしょうが、良くも悪くも人間飽きも来ますし見えなかった部分も･･･<br />\nあっ、この辺で失礼します。<br />\n<hr />くろねこ Lv.84 67% → Lv.84 73% (6%UP) 2倍期間中','',1,2355,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060822_2',3,0,'2006-08-22 12:56:00','効率？',null,'<p>くろねこ、たまに効率を考えます。<br />\r\n<br />\r\n昔は経験値の効率だけだったのですけど、インフレ以降ミニポが相対的に安くなってどんどん使うように･･･<br />\r\nそのふと我に戻って、対ミニポの効率って？考え多のがきっかけでしたね。<br />\r\n回復代をケチると重くなって移動時間がかかって効率落ちちゃうように思うんでやっぱりミニポと多少のジュースを携帯しています。<br />\r\nたまには課金のポーション～マナリムも持ってますけど普段は持ってないですね。<br />\r\nまた、強い敵と戦うんじゃなくて、弱めの敵数倒すようにすると回復代はかかりにくいですね。<br />\r\n※最近パソコンのCPUも時間効率だけじゃなくて、電力効率も考えるようになってきましたね。</p>','<p>ということで、効率は対時間要素と、対kron要素の二通りがあると思います。<br />\r\n<br />\r\nじゃあ、経験（時給）がUPする要因を考えてみます。<br />\r\nおっと、その前に狩りのプロセスを考えてみます。</p>\r\n<ol>\r\n    <li>敵を探し、遭遇</li>\r\n    <li>敵に攻撃・倒す</li>\r\n    <li>回復 (最初に戻る)</li>\r\n</ol>\r\n<p>ですね。必要に応じてこれ以外に「狩りのマップに移動」と「狩りのマップから退却」と言う時間なども考慮に入りますけど今回はパスです。<br />\r\n<br />\r\n効率というのは、このプロセスにおいてこの1サイクルに入る時間を短く、またより多くの経験値を取得すればいいのです。<br />\r\n敵1対の経験値は目安にすぎません。<br />\r\nくろねこだと確かエムピオンで8発くらい、オブルルクで2発くらい1対を倒すのに必要です。<br />\r\n※ 倒すのに必要な時間が50%、敵を探している時間が50%、回復時間を0とすると、エムピオンではオブルルクの2倍の経験値を敵1体から取得する必要があることになります。<br />\r\n<br />\r\nサイクルの時間を短くするためには以下の要素が考えられます。</p>\r\n<dl><dt>敵を探す時間を短くする </dt><dd>\r\n<ul>\r\n    <li>敵が多いマップを選ぶ(敵密度が高い)</li>\r\n    <li>他人が少ないマップを選ぶ</li>\r\n</ul>\r\n</dd></dl><dl><dt>敵を倒す時間を短くする </dt><dd>\r\n<ul>\r\n    <li>攻撃力を上げる</li>\r\n    <li>攻撃間隔を短くする</li>\r\n</ul>\r\n</dd></dl><dl><dt>回復時間を短くする </dt><dd>\r\n<ul>\r\n    <li>アイテムを使用</li>\r\n    <li>受けるダメージを小さくする(囲まれないようにするとか、強い敵と戦わないとか)</li>\r\n    <li>消費MPの少ないスキルを使用する</li>\r\n    <li>スキルを使わないようにする</li>\r\n</ul>\r\n</dd></dl>\r\n<p>あと、上記を達成しても効率が上がらない場合があります。それは･･･<br />\r\nいくらキャラの効率を上げても人間がついてこないとダメだということです。<br />\r\n二次職になる前に、コブラマップで乱狩りしたわけですけど、一撃必殺で次々と倒していって効率を上げて多のですけど、自分自身が腕がだるくて長続きしませんでした。二次職になるという目標があったので耐えましたけど。<br />\r\n<br />\r\nあと、重要な要素がありました。それは･･･<br /><br />\r\n<em style=\"font-size:200%\">浮かない</em><br />\r\n<br />\r\nと言うことです。浮く以上に稼ぐという選択肢もあるわけですが、基本的に浮かない(確率が低い)マップで狩る方が効率が高いです。<br />\r\n<br />\r\nということで、みなさんがんばってみてくださいな。</p>',1,2204,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060823',3,0,'2006-08-23 08:18:48','鬼太郎クエスト 残りx時間！？',null,'<p>今朝だれもメンバがインしてなかったので、フレンドリストを眺めてみる。<br />\rつや♪とリシェがインしてる。<br />\rつや♪に「おは～」と1:1送ってみても返事がない...ただの屍のようだ。<br />\r仕方がないのでリシェに、「鬼太郎クエストがんばってるのかなぁ」って1:1を送ってみたがこれまた返事がない。<br />\rで、ねこもクエストやろうかと思い出し、雪山からの帰りに玉を集めてみる。<br />\r8個ほどたまったけど、足りないからと買い足してみる。@25,000-位で2件のバザーから買いました。<br />\rで、メインのIDでするのかサブのIDでするのか考えたが...</p>','<p>現在メインIDのクエ状況</p>\r<table>\r    <tbody>\r        <tr>\r            <th>アイテム</th>\r            <th>個数</th>\r        </tr>\r        <tr>\r            <td>カツラ</td>\r            <td>2</td>\r        </tr>\r        <tr>\r            <td>目玉親父つきカツラ</td>\r            <td>1</td>\r        </tr>\r        <tr>\r            <td>ねこ娘のお守り</td>\r            <td>10</td>\r        </tr>\r        <tr>\r            <td>砂かけババァのお守り</td>\r            <td>3</td>\r        </tr>\r        <tr>\r            <td>子泣きジジィのお守り</td>\r            <td>4</td>\r        </tr>\r        <tr>\r            <td>ぬりかべのお守り</td>\r            <td>2</td>\r        </tr>\r    </tbody>\r</table>\r<p>現在サブIDのクエ状況</p>\r<table>\r    <tbody>\r        <tr>\r            <th>アイテム</th>\r            <th>個数</th>\r        </tr>\r        <tr>\r            <td>カツラ</td>\r            <td>6</td>\r        </tr>\r        <tr>\r            <td>目玉親父つきカツラ</td>\r            <td>0</td>\r        </tr>\r        <tr>\r            <td>ねこ娘のお守り</td>\r            <td>2</td>\r        </tr>\r        <tr>\r            <td>砂かけババァのお守り</td>\r            <td>4</td>\r        </tr>\r        <tr>\r            <td>子泣きジジィのお守り</td>\r            <td>2</td>\r        </tr>\r        <tr>\r            <td>ぬりかべのお守り</td>\r            <td>1</td>\r        </tr>\r    </tbody>\r</table>\r<p>だったんですね。<br />\rでメインのぬりかべを期待するのか、サブのねこ娘＆ぬりかべを期待するのか、はたまたサードIDで･･･って考えたとき出勤時刻まで残り時間30分を切ってました。サードは無理か･･･と思い、くろねこで妖精の玉68個と精霊石の欠片59個をバザーしたら玉が全部と欠片が40個ほど売れました。妖精の玉なんか@25,000-で買ったのに@20,000-で売ってしまって赤字ですぅ～。<br />\r<br />\rしかし、メインIDのねこ娘10個は入らないですよね。くろねこはスーパーマジカルクロック改で十分ですし、サブの果汁はアコライトなので砂かけババァ3つの方がいいでしょうね。倉庫のいちごが狩りに出るにしても3つあれば足りるし、倉庫を圧迫するだけのこのお守りは売ることも出来ないので捨てるしかないのですね。<br />\r倉庫圧迫って思い出したんですけど、魔祓豆20個くらいあるんですけど、サードIDのキャラ全員に持たせてもまだ余る訳ですね。これも売っちゃう以外他はないわけですね･･･。節分イベントから倉庫の肥やしになり続けた魔祓豆もそろそろお払い箱の時期が近づいたようです。</p>\r<hr />\r<p>くろねこ Lv.84 73% &rarr; Lv.84 81% (8%UP) 2倍期間中!</p>',1,3223,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060823_one_care_pc_safety',3,0,'2006-08-23 17:50:59','マイクロソフト無償のオンラインスキャンサービス',null,'<p>最近MSから新サービスが続々出てますね。今度追加されたのは、OneCare PC セーフティって言うみたい。</p>\r<blockquote>OneCare PC セーフティは、オンラインでウイルスの検知や除去が可能なほか、PC性能を高めるためのチューンアップ機能やクリーンアップ機能も備えたオンデマンド型のPCスキャンサービス。無料で利用できる。米国ではすでにSafety Scannerとしてベータ版を提供していたが、今回の正式サービスの提供開始に当たってサービス名称をOneCare PC セーフティに変更。</blockquote>\r<p>なんかこれ便利そう。くろねこ的にウィルスチェックはインストール済みのがきちんとお仕事してくれていると信じて、チューンアップ機能とクリーンアップ機能が試してみたいなぁって思ってる。<br />\r帰ったらインストール(Active X)してみるかな？でもWindows のクリーンアップ機能ってOSに標準搭載してくれれば良いと思うんだけど何でだろね？雰囲気的にはAiSoftのDX Tools だっけかのクリーンアップ機能に似てるね。あっ、だから先日あのツールのWebサイトPC診断士だっけかが終了したのか。納得。</p>\r<ul>\r    <li><a href=\"http://onecare.live.com/scan/\">Windows Live OneCare PC セーフティ</a></li>\r    <li><a href=\"http://www.atmarkit.co.jp/news/200608/16/ms.html\">MS、無料のオンデマンドPCスキャンサービス開始 － ＠IT</a></li>\r</ul>','',1,4642,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://onecare.live.com/scan/\">Windows Live OneCare PC...</a>\n<a href=\"http://www.atmarkit.co.jp/news/200608/16/ms.html\">MS、無料のオンデ...</a>',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060824',3,0,'2006-08-24 12:00:45','新マップ～なつお着替え～そして書庫へ',null,'<p>昨日は忙しい日でした。<br />\r新マップの雪道、お着替え参加、そして二次会(ロスト、書庫)に参加してきました。<br />\r途中、ねこと果汁を合わせて3回浮いちゃいました。</p>','<p>新マップに行こうとおもい出かけようと、まずブリからヨツンへその途中ここでも書いた OneCare PC セーフティ を実行。<br />\r重い･･･、海賊船で浮きそうでした。<br />\rヨツンにて、何を思ったか携帯で撮ったムービー横方向に回転してるので、戻したいとその操作を始めた。<br />\rで、開始してからミニポ1300ジュース100ちょいを持って新マップに向かう途中、クリクでさっきの再エンコーディングの画面が出てきて選んだDivXのエンコードの最新版をダウンロードするか？と聞かれたのでおｋを選択。するとスプンキーズに囲まれているにもかかわらず、強制再起動･･･。その間クライアント画面がフリーズしているにも関わらず攻撃を受けてる音だけが聞こえ、途中でそれも聞こえなくなった。そのとき浮いたのだと実感した。<br />\r<br />\r再起動後、インすると案の定リターンポイントであるヨツンにいた。<br />\r今回は珍しくLGを装備していたので、-3%のダウン。<br />\r<br />\rまぁ、強制落としではなく自己責任なので気を取り直して(再起動前に確認しろよ！とは思ったが)、<br />\r雪山反対側にいたまりにあさん、小夜さんと連絡を取りつつ、ブラックメイルの森を目指すことにフレッシュフットとクロック装備で敵をほとんど倒すことなくブラック名の森前のあんちにつきました。しばらく時間があるかな？って懲りずに他のムービーを回転。<br />\r<br />\rまりにあさんにまた浮くよ！って言われたけど小夜ちゃんもいたし行けるでしょ♪と思ってたら無事ダンジョン扱いの雪道まで到着。<br />\r雪道では一匹ずつ倒してたけど、ど近眼なので無視して突っ込んでいったら、数がうじゃうじゃ増えて止まるに止まれない状況に･･･<br />\rそんな中でも小夜ちゃんはねこにヒールをくれるんですけど、小夜ちゃん自身HPが減ってるんですね。ヒール詠唱してるから自分を回復するんだと思ってたらねこになので、んー、アコの鏡だ何て思うよりも先に浮かないでね･･･と思ったのも束の間。止まった際に囲まれた小夜ちゃん達を助けに行ったらすでに時遅し、モンスターを倒してる間に浮いちゃってました。小夜ちゃん(*_ _)人ゴメンナサイ。<br />\r小夜ちゃんがリターンポイントに帰ったのと、お着替え式の時刻が迫ってきたので途中にあった山小屋でキャラ選択。<br />\r<br />\rなつさんのお着替え式には、果汁で参加しました。<br />\rお着替え式はヨツンの聖堂で執り行われました。なつさんオメデト8(^-^8&quot;)(8^-^)8&quot;☆オメデト。<br />\rお着替え式の様子です。<br />\r変身前：<br />\r＜SSはあとで張り付ける＞<br />\r変身中(チェーンジ)：<br />\r＜SSはあとで張り付ける＞<br />\r変身完了(あああSS撮れてないOTZ)：<br />\r<br />\rこのあと二次会参加でロストにグリを倒しに、さらには書庫へクロック討伐に行きました。<br />\r結果：クロック討伐で部品1、ギア2を獲得、雑魚からローグ95鎧を手に入れましたがこれはJさんにあげちゃいました。<br />\r部品とギアはまた後日ジャンケンに･･･また負けるんだろうな･･･</p>\r<hr />\r<p>くろねこ Lv.84 81% &rarr; Lv.84 81% (変わらずに見えるけど1%以下で減ってる) 2倍期間中!<br />\r果汁 Lv.48 70% &rarr; Lv48.65% (-5%UP)</p>',1,2741,2,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060825',3,0,'2006-08-25 08:20:57','ちょこっとやる気が',null,'<p>昨日は特に何もなくぼーっと狩りにいそしんでました。<br />\r帰宅後、ヨツンに行くために海賊船に乗り込むくろねこ。<br />\rB2F途中で晩ご飯。<br />\rその後、船倉でミニポが切れるまで狩りをしていました。<br />\rその間、ベイクク2回見た。しかも、2回目はFAだ。(1回目はnaomiさん？)<br />\rでも、2回ともドロップはネズミのおなかの中へ･･･<br />\rドロップ確認出来た内の盾2つは自力＆お譲りいただき手に入れましたが、服はどこへ？</p>','<p>しかし、昨日はメイジのMPKさんがいたので気を付けておかないと危なかったかな？落とし技を使う人ではなかったので、マップを見ていれば逃げられるし、人が多かったので応戦も出来たんですけど。<br />\rモンスター多すぎでカモミを拾う余裕があまりなかったですね。といっても5%ほど稼ぐ間に150弱ほど拾いましたが、今日はカモミ拾い専門のローグの方がいなかったので多かったのかな？<br />\rそれから雪山でさらに5%ほど、今朝6%ほど稼いで97%まで来ましたよ♪<br />\r<br />\r毎日がこの調子だと9/5頃に87のお着替え完了してるはず何ですが。果たしてどうなることやら。<br />\r無理でも、3連休あたりまでに何とかしたいですね。あ、明日の未明に2倍が切れます。どうしよう。</p>\r<hr />\r<p>くろねこ Lv.84 81% &rarr; Lv.84 97% (16%UP) 2倍期間中!</p>',1,2607,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060828_mt331-ja',3,0,'2006-08-28 07:56:43','ブログシステムのアップデート失敗！',null,'<p>くろねこのつぶやきは MovableType という日本では一番使われているらしいブログシステムを利用しています。ずっとおかしな所もあったのですけど面倒だったこともあり放置してました。ずっと Ver.3.2 のままだったんです。Ver.3.3 もでてたんですけどでてまもなくバグが発見されてダウンロードを躊躇する状況に！そのバグフィックスである Ver.3.31 がでてしばらく立つこと、過去のエントリの再構築で 500 Internal Server Error が頻繁に起こって再構築が全く出来ない状態になったのでアップデートに踏み切りました。</p>\r<p>で、いつものようにそのまま上書きでインストール。そして起動しようとすると、アレレレ!?(・_・;? 画面が真っ白！<br />\r(￣- ￣ ) ンー ちょっといじってみましたが、面倒なので放置してました。2倍期間も終わった今朝修復作業を再開して･･･<br />\r元に戻ってますね。もう一度最初から入れ直ししてみました。(データベースは前のままいじってませんが。)</p>\r<p>いやー、動くようになって良かった。他に不具合は起こってないかぼちぼちチェックです。</p>','<p class=\"add\">追記<br />\r週末の記事はぼちぼちアップしようかな？</p>\r<p class=\"add\">追記<br />\r再構築できない原因は、ファイル容量が契約限界を超えていたためでした。 200MBなのに、225MBも使ってた。(≧▽≦;)アチャー</p>',1,3515,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060828',3,0,'2006-08-28 13:00:06','週末の出来事',null,'<p>週末ブログ更新してなかった理由が、ブログシステムが正常に動かなかったことのように思えるが、本当のところそんなことは些細な問題でしかない。<br />\r本当の理由(原因の大部分を占める理由)は、ゼネピックの経験値課金が終わりを告げるのでそれまでに･･･とがんばったからだろうか？おかげで、2.0倍が終了した26日20:00頃には Lv.85の33.5%位だった。さらに昨日から今朝まで無課金状態で38.3%迄あげた。帰宅したら、きっと2.0倍の15Dもしくは30Dを買っているだろう。<br />\r<br />\r週末にあった出来事</p>\r<ol>\r    <li>maryさんLv.68に<br />\r    二次職まであと3つ</li>\r    <li>しおんさんLv82に<br />\r    お着替えまであと5つ</li>\r    <li>まりにあさんLv.101に<br />\r    三次職まであと2つ？</li>\r    <li>maryさん、まりにあさんカバクエスト完了</li>\r</ol>\r<p>とまぁいっぱいありました。<br />\r雪山リベンジはまた次の機会かな？といってる間に洞窟が公開されたりして！</p>\r<hr />\r<p>8/26 くろねこ Lv.84 97% &rarr; Lv.85 05% (8%UP) 2倍期間中！<br />\r8/27 くろねこ Lv.85 05% &rarr; Lv.85 33% (28%UP) 2倍期間中！<br />\r8/28 くろねこ Lv.85 33% &rarr; Lv.85 38% (5%UP)</p>','',1,2222,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060828_2',3,0,'2006-08-28 19:27:00','お着替え予定(予想)',null,'<p>くろねこも87のお着替えが近づいて参りました。</p>\r<p>で、............　(; ﾟﾟ) ｺｯｿﾘ お着替えも良いんですけど、転職の時のようにみんなに見てもらえた方がいいかなぁと言うことで、みなさんに予定を空けてもらおうと、くろねこお着替え予想を発表します。(目標とも言う)</p>\r<p>残り162%ですので･･･</p>\r<p>一日13.5%ずつ稼ぐと・・・9/9の土曜日にはお着替えできる予定です。<br />\rというわけで、ぞろ目でなかなかイベントにも良さそうなので 9/9 にお着替えしますんでご出席お願いします。たぶんmaryさんの転職もそのころ・・・？<br />\r二次会は書庫かな？</p>','',1,2270,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060829',3,0,'2006-08-29 08:27:00','早くもノルマ未達',null,'昨日、87のお着替えに向けて1日のノルマを13.5%と設定したくろねこですが・・・<br />\n約13%しか上がりませんでした。<br />\n経験値課金は2.0 30Dを購入しました。他は買えずガチャのはずれ＆前の残りを使ってます。<br />\n<br />\n代わりといっては何ですが、さぶさぶさぶのぶどうが27に Level UP しました！<br />\nただいまほぼ0%なので、仮にMPKに会っても経験値という意味では被害は少ないかな？<br />\nまあ、それより再設置が面倒なんですけどね。<br />\n<br />\nサブあげてる暇があったら、メインあげればと言うつっこみはもっともです。(*_ _)人<br />\n<hr />8/28 くろねこ Lv.85 38% → Lv.85 51% (13%UP) 2倍期間中！','',1,2504,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('love_of_possess',3,0,'2006-08-29 19:14:15','物欲(love of possession)',null,'なにかと物欲が刺激されることはないですか？<br />\n<br />\n来年息子が幼稚園に入学するので、カメラがほしいな？と思ってるくろねこですが...<br />\nみなさんは買うとすればどちらがおすすめですか？<br />\n<ol><li>一眼レフデジカメ＞先日発表の Canon EOS Kiss X なんか良いですよね</li>\n<li>3CCD ビデオカメラ＞一昔前はSONYが良いなーと思っていたんですが、最近技術力の低下が著しい。</li></ol>\n<br />\nどちらも一長一短なのですが、ビデオって撮った後見る機会ってどのくらいあるんでしょうか？<br />\n非常に疑問です。<br />\n<br />\nついでにご質問して良いでしょうか？って何人が答えてくれるんだろう。\n<dl><dt>一般物欲編</dt>\n<dd><ol>\n<li>1,000円以下で買える欲しいものを教えてください。</li>\n<li>3,000円以下で買える欲しいものを教えてください。</li>\n<li>10,000円以下で買える欲しいものを教えてください。</li>\n<li>お金で買えない欲しいものを教えてください。</li>\n<li>買いたくもないし、買う予定もないものを教えてください。</li>\n<li>持っていたもので手放さなければ良かった。もう一度欲しいというものもを一つ教えてください。</li>\n</ol></dd></dl>\n<dl><dt>ゼネピックプレーヤー物欲編</dt>\n<dd><ol>\n<li>300XP以下で買える欲しいものを教えてください。</li>\n<li>500XP以下で買える欲しいものを教えてください。</li>\n<li>今はないけどこんなアイテムが欲しいというものがあれば教えてください。</li>\n<li>物欲では無いけど、今後のゼネピックに期待するものがあれば教えてください。</li>\n</ol></dd></dl>\n<br />\n子持ちのりっきーはデジカメとビデオカメラどっちを買うんだろう(どっちを買ったんだろう？)<br />\nしかし話が変わりますが、デジカメって一眼レフも良いけど薄型も良いよね。','',1,2958,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('universalcentury',3,0,'2006-08-29 19:39:52','見せてもらおうか、連邦のMSの性能とやらを！！',null,'<p>ゼネピックオンラインももうすぐ新たなダンジョン(洞窟)や三次職の実装が噂されている。<br />\r中でもダンジョンの実装は目の前だと言える。</p>\r<p>そんな中、あのゲームはどうなったのかなーと思い出したのがUCGO(Universal Century GUNDAM Online)だ。<br />\r&beta;テスターとして参加し、最後のテストでは旅行に行っていたためレベル上げが間に合わず、最終イベントでGMに乗れないという悔しい思いをした。<br />\r約1年前の記憶である。製品は「Done Of Australia」だったかな？地上しかなく、しかもイベントとかの重い状況になれば振り向くだけでOSのブルースクリーンも引き起こすと言った最悪のMMOだった。<br />\r(それでもガンダムファンには捨てられないゲームであったのだろうが。)<br />\r約1年の歳月を経て、クライアントには無料パッケージが登場し、そして宇宙空間が実装されていた！「Zero G Attack」だ。</p>\r<p>やってみたいが、ゼネピックも30Dの課金を購入したところ、ここは1月我慢するしかあるまい。</p>\r<p>ゼネピックに飽き飽きした。ガンダム世代の男子諸君。<br />\r君は連邦か、はたまたジオンか？<br />\r<em>見せてもらおうか、バンダイナムコの努力の結果とやらを！！</em></p>\r<p>□ 関連リンク<br />\rhttp://www.universalcentury.net/</p>\r<p>SSは&beta;テスト時のものです。<br />\r時間が無くてスキル上げが出来ず、最後なのに性能を発揮できなかったGM<br />\r<a href=\"http://www.blackcat.xyz/images/articles/universalcentury_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"311\" src=\"http://www.blackcat.xyz/images/articles/universalcentury_1.jpg\" alt=\"\"></a></p>\r<p>最終決戦前<br />\r<a href=\"http://www.blackcat.xyz/images/articles/universalcentury_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"311\" src=\"http://www.blackcat.xyz/images/articles/universalcentury_2.jpg\" alt=\"\"></a></p>\r<p>大将<br />\r<a href=\"http://www.blackcat.xyz/images/articles/universalcentury_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"311\" src=\"http://www.blackcat.xyz/images/articles/universalcentury_3.jpg\" alt=\"\"></a></p>','<div class=\"add\">追記<br />\rくろねこは&beta;テスト時代ずっと連邦軍でした。でも、最終テストの時、密輸でDOMに搭乗してみました。 でもでも、本当はやっぱり<em>RX-78-2 GUNDAM</em>で宇宙を飛んでみたかった。\r<p>さらに、本音を言うとRX-93 &nu;GUNDAM に載ってみたいな。でも1年戦争舞台だし。<br />\r無いんだけど。</p>\r</div>',1,3171,0,0,'2006-09-28 19:39:52',0,'<a href=\"http://www.blackcat.xyz/images/articles/universalcentury_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/universalcentury_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/universalcentury_3_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-11-19 00:02:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('nec',3,0,'2006-08-29 19:49:10','NECは裏切り者？',null,'<p>HD DVD陣営のはずのNECがBlue-rayドライブ搭載PCを売り出した。<br />\rくろねこは以前から同社の水冷PCでAMD製CPU搭載機が出ないかと心待ちにしているのだが、Dellもクライアントに採用を決定したしそろそろ出しても良いのでは？と思っていた。<br />\rAMD製CPUの方が性能も良いし。(EM64T使用時に高速化技術の一つが使用できないそうです。)</p>\r<p>で、今回のこの裏切り。<br />\rインテルも裏切ってAMD製CPUで出してくれないかな？</p>','',1,2303,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060830',3,0,'2006-08-30 08:30:14','まったりレベル上げ',null,'昨日はまったり狩りをしてました。<br />\n<br />\n狩りをしてると...同じマップ内で狩りをしていたmary☆さんのHPゲージがスカ。<br />\nあれ？ぁれれぇ？<br />\n<em>浮いてるやん！</em><br />\nこのマップ浮くこと無いと思ってたよ...<br />\n（インクウェル：わんこニードルマップですね。わんこがニードルを撃たなくなって一週間が過ぎようとしています。）<br />\n<br />\nそばに行ってみると...わんこmaryの幽霊付近にわんこが10匹くらい。<br />\nしかもマップ真ん中付近の袋小路に...アコであれだけのアクに囲まれたら浮くわな。<br />\n<br />\n一回、ヨツンまで迎えに行って、もう一度わんこマップで狩りを再開。浮いたペナルティの10%が目標の10%と共に重く肩にのしかかって来ますって･･･<br />\nねこ、寝るまでの目標値が7.5%、maryが浮いたときは残り5%位だったんですけど...<br />\nあっさり抜かれました。くろねこが残り約3%だとか思ってるときに、maryさんは目標に到達。しかも、デスペナ分取り替えして。じ、時給はいくらですか？<br />\nところで、ナイトの時給みんなどのくらいなんでしょうか、くろねこは3%弱です。<br />\n調べてみると、りっきーさんが7レベルほど低いですが8%ほど、高い高すぎる。<br />\n<br />\n(￣- ￣ ) ンー。<br />\nわんこにニードルが復活してたら、速攻時給の高いマップに移動ですな！！<br />\n<hr /> くろねこ Lv.85 51% → Lv.85 66% (15%UP) 2倍期間中！','',1,2929,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fc2_blog_ranking',3,0,'2006-08-30 18:22:31','FC2ブログランキング',null,'<p>FC2ブログランキングに登録した。<br />\r登録したのは実は先週末なのだが、先週末はブログシステムのアップデートに失敗していたので実質今週月曜の朝から。</p>\r<p>なに～なぜ～今日お昼の時点で&lt;em&gt;52位(オンラインゲーム｜その他)&lt;/em&gt;。</p>\r<p>なにやらちょっと安易な気がしません？</p>\r<p>ちなみに、コンピュータ｜プログラミングにも割り振りしてるため、全部が全部 オンラインゲーム｜その他 に集計されないけど、このままだと1ページ目(50位以内)に来そうだね。</p>\r<p>これもみんなのおかげかな？</p>\r<p>前入っていたランキングは調子悪いしもう良いか！</p>','',1,2379,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060830_2',3,0,'2006-08-30 19:28:38','ゼネピックの運営期待を裏切らないですね？',null,'<p>さてさていよいよ明日でゼネピックオープン&beta;が始まってから1年が経とうとしているようです。<br />\r正式サービス開始からはあと2ヶ月ほど待たないといけないですね。</p>\r<p>で、皆さん本日のメンテナンスで洞窟の実装やら三次職の実装などを期待してらっしゃった様ですが、それは実装されていなかったようですね。<br />\rその代わりといっては何ですけど、ほかの期待は裏切らなかったようです。</p>\r<p>緊急メンテ！</p>\r<p>んー、定期メンテナンス後二度も緊急メンテですか・・・</p>\r<p>一度目の緊急メンテはフレンドやらパーティが消えて無くなると言った問題に対応したもののようですが...<br />\r二度目の緊急メンテは、ぬりかべが攻撃力+562になってたみたいです。証拠のSSも頂きました。<br />\r<img height=\"280\" alt=\"ぬりかべ攻撃力+562\" width=\"370\" src=\"http://blog.blackcatlab.com/images/xo/xo060830_1.jpg\" /><br />\rこれを3つ装備すると・・・メイジでもアメリアの森で8186出てたみたいですね。これも証拠のSSを頂いてしまいました。</p>\r<p>早く帰ってきたら楽しかったのにな・・・。</p>\r<p>運営さん、まだ何か隠し球用意してないですか？</p>','',1,2751,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060831',3,0,'2006-08-31 09:47:18','ゼネピック1周年記念バグ祭り',null,'二度の緊急メンテを終えたにもかかわらず、思いっきりわかりやすいバグがありました。<br />\n昨日メンテ明け(20:00)直後に見つかったバグですが、<br />\n<br />\n<em style=\"font-size: 160%\">チャットウィンドウに「@」を入れてEnterキーを叩くと即落ち</em><br />\n<br />\n前回同様の問題が起きたことがあるのですが、今回は「パケットの長さのエラーです」とダイアログ付き。<br />\nチート対策なのかはたまたHALツール対策なのかその辺の思惑はわかりませんが、おもしろいですね...<br />\n<br />\n一度落ちるとメンバから問合せが来るので急いで入力しようとして、また落ち･･･<br />\n<br />\nまぁ、まったくもってふざけた話です。<br />\n<em>しかし、モンスターに囲まれた際には構わず、@を入力Enterキーを二度叩きましょう！</em><br />\n<br />\n※ 最初のバグは、フレンドリスト、パーティメンバリストの内容が消える。化けるというものでした。<br />\n※ 次のバグは、ぬりかべの効果が攻撃力アップとなり、さらにその攻撃力は+562でした。<br />\n<hr />くろねこ Lv.85 65% → Lv.85 80% (15%UP) 2倍期間中！<br />\nこのままだと、9/9より前にレベルが上がってしまいそう。お着替え式はお着替えだけする？それとも...','',1,3209,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060831_2',3,0,'2006-08-31 19:34:55','運営からまともな回答が...',null,'27日の緊急メンテナンス明け(20:00)直後に運営に「ゲーム内・不具合報告」をしていたくろねこです。<br />\n<br />\n以下のような問合せを送ってました。<br />\n<blockquote>チャットウィンドウに@が入った状態でEnterキーを押すとエラーが出て即時終了し<br />\nます。<br />\n<br />\n以前の不具合の内容とそっくりですが、今回はエラーダイアログが出ます。<br />\n<br />\n<br />\n暗号化に失敗？</blockquote>\n<br />\nするとこんな回答が...<br />\n<blockquote>blackcatlab　様<br />\n<br />\nお問い合わせありがとうございます。<br />\nXenepic Online　サポートチーム　早蕨　です。<br />\n<br />\nご報告いただいた不具合につきまして修正をいたしました。<br />\n現在も継続して症状がみられる場合には、お手数ではございますが<br />\nパッチを配布させていただきましたので、<br />\n一度ログアウトをした上で再度ログインをお試しください。<br />\n<br />\nお客様にはご迷惑をおかいたしましたことお詫び申しあげます。<br />\n今後ともXenepicOnlineをよろしくお願いいたします。<br />\n<br />\n※ご返信の際には、こちらのメール内容を残したまま<br />\n　 お送りくださいますようお願いいたします。</blockquote>\n<br />\n不具合報告は結構まともに対応してくれるんですよね。<br />\n今回は1日で修正されました。ちゃんとテストしてから導入されたようで、その後問題ありませんでした。<br />\nしかし、苦情はほったらかしですけど...<br />\nすでに6ヶ月以上放置されています。','',1,2564,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060901',3,0,'2006-09-01 08:27:10','小夜ちゃんがレベルアップ',null,'今朝、小夜ちゃんがレベルアップしました。<br />\n<br />\nくろねこのそばに小夜ちゃんもいたのですが、ボヤティに囲まれてて倒してたらいきなりレベルアップオンと羽が～<br />\n羽はきっちり見られたのですけど、SSは残念ながら取得できませんでした。<br />\nとても残念ですね。同じマップにいながら、これまたボヤティに囲まれて、羽すら見えなかったまりにあさんもとても残念なはずです。<br />\n<br />\n最近、こんなのばっかり...<br />\nつい先日のmaryさんのレベルアップSSも撮り逃しました...<br />\n<br />\nパーティのレベルアップ予定<br />\n今夜　：くろねこ<br />\n明後日：しおん、まりにあ<br />\n<br />\nんー、この3つのレベルアップは是非とも撮っておきたい。<br />\nくろねこの87のレベルアップで失敗しないためにも...<br />\n<hr />くろねこ Lv.85 80% → Lv.85 91% (11%UP) 2倍期間中！<br />\n週末はちょっとお疲れ気味の様子です。','',1,2813,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060902',3,0,'2006-09-02 06:27:10','くろねこ86',null,'くろねこレベルアップです。<br />\nまりにあと一緒に羽を撮るつもりでロスト北・ブリまで行ったのですけど、まりにあさんが先に上がってしまいました。<br />\nひとりで羽を伸ばしてしまいました。<br />\n<img alt=\"くろねこ86\" src=\"http://www.jnishida.com/blog/archives/images/xo/blackcat86.jpg\" width=\"400\" height=\"450\" /><br />\n<br />\nやっと86です。今回はいつもより早かった気がします。<br />\n後1レベルでお着替えです。予定どおりに進みすぎて、ちょっと早いです。<br />\n(もう少し挫折する予定だったのですが...)<br />\n<br />\nまあ、ヨシとしましょう。<br />\n<br />\nあとは、maryさんの様子を見ながら場所決めをしようか。<br />\n<hr />くろねこ Lv.85 91% → Lv.86 03% (14%UP) 2倍期間中！','',1,2357,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060903',3,0,'2006-09-03 19:33:24','雪山再登頂～mary☆70に',null,'今日しおんさんの知人の大蛇ソル君がパーティのメンバに加わりました。\n\nこれで、MONAちゃんが家出から帰ってくれば8人ですなぁ。(*HAL*君はインするのかな？)\nで、ソル君の暇だなぁの一言で、雪山再登頂が決定しました。\n今回は再登頂なので途中のSSは無し。\nあるのは山小屋のSSと、洞窟前のSSの二枚です。\nではどうぞ～\n<img alt=\"山小屋にて\" src=\"http://blog.blackcatlab.com/images/xo/xo060903_1.jpg\" width=\"500\" height=\"400\" />\nほっと一息\n\n<img alt=\"洞窟まだ通れないの～\" src=\"http://blog.blackcatlab.com/images/xo/xo060903_2.jpg\" width=\"500\" height=\"400\" />\n洞窟まだ通れないの～、早くしてYO!\n\n帰りにこんなハプニングが・・・\n<img alt=\"あれれ、しおんさん\" src=\"http://blog.blackcatlab.com/images/xo/xo060903_3.jpg\" width=\"500\" height=\"400\" />\n(まぁ、往路も誰か浮いてましたが (ﾟεﾟ)ｷﾆｼﾅｲ!! )\n\nクリクに着いたとき、mary☆さんの経験値は・・・Lv.69 97% これはみんなでSSだー\nと思いきや、小夜ちゃんが旦那さんのご機嫌伺いで落ち・・・(残念ですぅ)\nレベルアップは・・・\n<img alt=\"mary☆さんレベルアップおめでとう\" src=\"http://blog.blackcatlab.com/images/xo/xo060903_4.jpg\" width=\"500\" height=\"400\" />\nmary☆さんレベルアップおめでとう。\n9/9 71迄一日のノルマ予定で20%/Dayだけどﾌｧｲﾄｫ*:.｡..｡.:*･ﾟ（n‘∀‘)ηﾟ･*:.｡..｡.:*!!!☆','',1,2262,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060904',3,0,'2006-09-04 08:32:54','固まっちゃった',null,'朝からロストで2回も固まってしまいました；；<br />\n<br />\n一回目固まったときに狩り場のレベルを下げたら良かったのに、危ないなと思いつつそのまま狩りを続行...<br />\nそして1分後、また固まった...<br />\n<br />\nさっき、3匹に囲まれながらぎりぎり助かったから、今回は2匹だから行けるだろうと思ってたら、ヨツンでした。<br />\n(/∇≦＼)アチャ-!ミテランナイ<br />\n今回はなぜかLG装備だったので-3%で済みました。なぜLG装備だったかはいずれ機会があれば書きます。<br />\n<hr />くろねこ Lv.86 03% → Lv.86 38% (35% UP 17.5%/D) 2倍期間中！','<div class=\"add\">追記</div>\nまた、書いて公開するのを忘れてました。<br />\n浮くと動揺するようです。',1,2306,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060905',3,0,'2006-09-05 08:24:15','急がば回れ？',null,'昨日、朝に固まって浮いたくろねこですが...<br />\n<br />\n夜は、アメリアでmary☆さんと狩りをしていました。<br />\nでも、時給が2%位だったので、狩り場を求めて海賊船に...<br />\n海賊船に入ってみると...そこには...<br />\n<br />\ntky、RED.、Refresh、後もうひとりMPKが...<br />\n人もたくさんいたんだけど、誰も安地からでない...<br />\n<br />\nで、リターンスクロールで書庫に飛んだんだ！<br />\n<br />\n書庫の空気を吸いにその辺をぶらぶらしてたら...<br />\n北から二番目の通路入り口にでちゃった...青クロック<br />\n<br />\nタゲられたもんだから、とりあえず安地に応援求めてその間に雑魚が6匹くらいに。(≧▼≦;)ｱﾁｬ<br />\n安地で応援求めたら、みんな叩いてくれました。<br />\nみんな叩いてくれてる～と思って、くろねこも！でその1秒後に過ちに気づきます。<br />\nみんなが叩いていたのは、周りにいた雑魚。<br />\nくろねこが叩いたのは...はぃ、みんなおわかりですね...<br />\n意図せぬ召還の強襲に合い、あえなく浮いちゃいました。他の人が浮かなくて良かった...<br />\nもう一度書庫に戻って、再戦、みんなに混じってくろねこも叩きました。<br />\n倒せて良かった。<br />\n<br />\nでも、これで-10%のデスペナだったので、9/9が遠くなっちゃいました。<br />\nこの時点で、Lv.86 33% 残り4日で67%ちょっときつい。ということで、ロストに行ってがんばりました。<br />\n<br />\n焦って突っ込んだのか、いつも以上に(いつもどおりに)囲まれまくりで、周りのアコさんに回復やら補助やら頂きました。<br />\nその中には、大手ブロガーの地味子さんもいらっしゃいましたね...<br />\n<br />\nくろねこの様な弱小とは違った貫禄がありました。<br />\n<hr />くろねこ Lv.86 38% → Lv.86 47% (9%UP) 2倍期間中！<br />\n浮かなかったら、19%UPか...9/9朝までにあと53%<br />\n残り4日なので一日13.25%、先週と同じノルマヽ(・_・)１v(・_・)２щ(・_・)３…(｀□´)/ダァァー!!','',1,2671,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060906',3,0,'2006-09-06 08:22:26','9/9 お着替え予定',null,'昨日はマジで狩りしてました。<br />\n<br />\n昨日朝アメリアで落ちたので、効率アップを期待しつつ海賊船に移動。<br />\nまたもや、MPKの巣窟だったので、RED.がトレインしているのを横目で見つつスルー。<br />\nRED.が手前にモンスターを集めているので、手前さえかわせれば奥はがらがらかなり楽でした。<br />\n<br />\nで、またもやロストへ移動。モンスターに突っ込んでは、アコさんにヒール＆補助を頂き、ログさんにはボイスを頂きさらにはナイトさんからはメニスを頂いて順調にレベル上げを進めて、今日0時を回るころには60%に達し就寝。<br />\n<br />\n今朝は眠くて起きられなかったのですが、それでも7時過ぎには起きてきてイン。<br />\n出勤前の海賊船B1F、B2Fでの狩りでLv.86 63.91%まであげました。<br />\n<br />\nお着替えの予定ですが、レベルアップと一緒にねらうと狩り場を占有してしまうこともあり、お着替えのみとしたいと思います。<br />\nで日時ですが...<br />\n<br />\n日時：9/9 21:00～<br />\n場所：ヨツン大聖堂<br />\nmary☆さんと合同のお着替え式です♪<br />\n<br />\n※ 恐れ入りますが、ご出席者は5分前までに着席ください。<br />\n<hr />くろねこ Lv.86 48% → Lv.86 64% (16%UP) 2倍期間中！','',1,2472,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('imperial_family',3,0,'2006-09-06 12:49:59','男子誕生喜ばしい？',null,'<p>本日秋篠宮妃紀子さんに男の子が生まれたようですね。</p>\r<p>とても喜ばしいことなのですが、ちょっと残念でもあります。<br />\r何が残念かと言いますと、「天皇・皇室」が本当に必要なのか？ということを議論する機会が失われたのではないかという思いからです。</p>\r<p>天皇や皇室が日本国の象徴であることは皆さんがご存じのことであると思います。<br />\rしかし、その天皇・皇室の人々がどのような仕事をしているのか具体的に説明できる方は少ないでしょう。また、その仕事に費やされる国民の税金がいくらなのかも非常に不透明であると言えます。<br />\rうがった見方をすれば、公開できないほど浪費している可能性もあるということです。</p>\r<p>仕事内容も使っているお金の内容も不透明なそんな天皇・皇室は国民の象徴として本当に必要でしょうか？<br />\r今、各省庁の改革が行われ、憲法も第九条の問題で改正される可能性が出てきています。<br />\rそのときに国民の象徴が本当に必要なのか考え直す良い機会だと思います。<br />\rまた、皇室典範改正の論議も必要性の議論の良い機会かと考えていました。象徴でなく普通の国民であれば女性が家を継ぐことに何の問題もないのですから。</p>\r<p>考える機会が一つ減ったと思うとちょと残念な事件でした。</p>','',1,2636,0,6,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060907',3,0,'2006-09-07 08:10:06','9/6夜～9/7朝 (*_ _)人ゴメンナサイ',null,'昨日は、海賊船で狩りをしてました。<br />\n<br />\n<br />\n狩りを始めたときに、何％と聞かれて68%(本当増えてませんね！)とお答えしながらも、周りの方々に助けられながら狩りを進めてると、向こうからMPKのななし(「      」)とRefreshが...<br />\n<br />\n最初は、トレインしてくるモンスターも10匹くらいとかわいいもので、その場に4-6人くらいいたのでちょうど良いあんばいで経験値もたまって1%強増えたんですよ。<br />\nそんななか向こうからななしが、スケルをいっぱい重なってわからないぐらいつれてきました。<br />\n(モンスターの歩く音が、タタタタ･･･でなく、ジーともギーとも表現しがたい音で･･･)<br />\nその場にいた数人が一旦は向かうものの、何人かはものの数秒で撤退を決めくろねこも危険を感じ撤退を始めたとき、最初に話しかけてくれたログ2さんが犠牲になりました。((*_ _)人ゴメンナサイ)<br />\n<br />\nそのあと、残ったモンスターをアコさんが掃除始めたので、くろねこもと思って掃除を始めるとアコさんはまだたくさんのスケルを残して安地に...<br />\nその3秒後理由がわかりました...ななしの襲撃！<br />\n見えた瞬間安地に撤退を開始したのですが、掃除相手が5-6匹くらいだったので囲まれていたせいもあり、逃げ切れず階段奥深く侵入したのですがマップが切り替わらず2秒程度で浮いちゃいました。<br />\n<br />\n仕方がないので、ロストに移住。<br />\n南、西を移動しながら狩りをしていると...RED.が...<br />\nMPKされることはありませんでしたが、昨日は回線の調子が悪く思うように伸びない...<br />\nでも、ミニポ1300個消費するまでがんばって、帰ってきたら約9%UP。その後海賊船B1Fで少々狩りをした後、B2Fに入ったら♪なつ♪、響華☆、めぃたんに出会った。<br />\nでも、みんな階段で止まってる...階段下では名無しがたたずみ、フィールドをRefreshが夕方よりも多い数のスケルをつれてる。<br />\nしばらく見てると、操作ミスか飽きたかで部屋の角に移動したRefreshをスケルの大群が襲い0.1s程度でRefreshは浮いちゃいました。<br />\n<br />\n　　数はSS撮ったので後で数えたらわかると思うんですけど、ちょっと今時間がないのでパス。<br />\n　　時間が合ったら載っけるです<br />\n<br />\nその後、何人か階段を下りたんですけど一瞬で浮いてましたね...<br />\nくろねこは、眠たかったのでそのまま寝ちゃいました。(最近朝起きられないんですよ♪)<br />\n<br />\n朝から、B2Fを通過し火薬庫へそして船倉で狩りをしていると、ククから採血の機会を得ました♪<br />\nしかし、採血出来ませんでした。<br />\nその40分後、ほんとのソロでククからの採血に挑戦したのですが、やはり採血させてくれませんでした。<br />\n<br />\n戦利品は、\n<ol><li>ログ71の盾 ×2</li>\n<li>アコ71の盾 ×1</li>\n<li>スカ71の服 ×2</li></ol>\nアコ71の盾はmar☆さんにお着替えのお祝いにプレするです。ってこの前あげたタラゴンの方がいいかな？<br />\n<hr />くろねこ Lv.86 68% → Lv.86 79% (11%UP) 2倍期間中！<br />\nこの調子だと、金曜日中にレベルアップできそうですね。書庫で1-2回浮く分ぐらいは金曜・土曜両日に稼げるかも？','',1,2308,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060908',3,0,'2006-09-08 12:36:33','大いなる誤解',null,'<p>昨日大いなる誤解からデスペナルティ10%が発生する結果となりました。<br />\n2日後にお着替えするというこんな時期にですよ。しかも余裕があるわけではありません。</p>\n\n<p>どういった誤解があったのか、そして何が原因だったのか時系列でお話ししたいと思います。</p>','<p>ゲームログイン時、くろねこはアメリアにいました。<br />\nそして家出中のまりにあさんからグリを見たよとお知らせを頂き、グリを倒すために「君主の庭に」向かいました。<br />\nそして、ロスト・北ブリンヒルドについたとき、メンバと連絡が取れました<br />\n(忙しかったのか連絡はそれほど密ではなく、どちらかといえば普段からするとかなり疎らでした。)</p>\n\n<p>そのメンバから<br />\n<span style=\"font-size: 140%; color: #966; \">「入り口にいるから」</span><br />\nと頂きました。<br />\nくろねこは、<br />\n<span style=\"font-size: 140%; color: #669; \">まりにあが入り口で待ってるんだ</span><br />\nと思いました。</p>\n\n<p>そしてくろねこはなんのためらいもなく、君主の間へ</p>\n\n<p>画面はマップ切り替えのため、一瞬真っ暗にそしてまもなく君主の庭が映し出されました。\nそして、そこにはグリフォンが･･･そしてその上には昨日も見た天使が影も薄く映し出されていました。\nさらにその上には見慣れたダイアログがありました。</p>\n\n<p>くろねこの目は点になりました。<br />\n彼は、すぐにマップ切り替えの画面が真っ暗な間に、グリのフレイムウェーブと物理攻撃を食らったに違いないと判断しました。そして、「リターンポイントに戻る」をクリックしていました。<br />\n<span style=\"font-size: 140%; color: #669; \">ブロガーとしては、ここで浮いたときのSSを撮っておくべきでしたね。この辺がブロガーとしての認識の甘さでしょうか？</span>\n</p>\n\n<p>ヨツンにつくなり、ミニポをがぶ飲みしてました。そして葉っぱも･･･<br />\nmary☆さんとまりにあさんに<br />\n<span style=\"font-size: 140%; color: #669; \">「浮いちゃった...」</span><br />\nと報告、ふたりとも驚いてました。<br />\nそして、くろねこは失意と絶望のどん底にいました...<br />\n<br />\n<br />\nって<br />\n<br />\n<br />\nそんなわけないですよね...あったのはデスペナ10%という思い...とあと30%稼ぐプランの再考...<br />\nそして...\n<span style=\"font-size: 140%; color: #669; \">これは罠だ！</span><br />\nという思い。<br />\n<br />\n<br />\n当然、まりにあさんにそんなつもりは無いと思っているのですが、ここは落ち込んだ振りをしてしまう悪いくろねこです。(当然本人もそんなつもりはなかったらしいです。)\n<span style=\"font-size: 140%; color: #669; \">いや、かなり凹んでました。どれくらいかというと、RED.に強制落としを食らったとき、ブリン宿屋にてキャラ選から戻ったらいきなり浮いてたときくらい<br />\nみんなが慰めてくれるのがうれしくて、ついついこういう態度をとってしまうんですね...</span><br />\n<br />\n<br />\n途中のおもちゃ箱クエをクリアし新たにもらい直し、エスコートサービスでエスネへ。そして似顔絵完がもらえるまでまでクエストを進めました。そして、ギルド事務所からブリンヒルド、そして広場にいたみあるさんに浮いちゃった件を話しました。<br />\n<br />\nまりにあさんが狩りを手伝ってくれることになったのでロスト北へ、どのみちロストが一番稼げると思っていたのでここに向かっていたのですが...<br />\n途中、祭壇の入り口で20人以上の団体さんを発見、重くて固まりそうでした。<br />\nロスト北についたころ、mary☆さんが雪山に戻っておいでよと話してくれましたが、雪山それほど稼げないんです。それにもうロストにいましたし、海賊船MPKの巣窟でさらに浮くことをさけたかったので、そのままロストで稼いでました。<br />\nまりにあさんとも合流し、北・東・西と効率を求め移動しながら80%まで稼いだところでミニポが30個。<br />\nまりにあさんはその少し前に、ロレンに移動されましたのでミニポ補充後海賊船で2%稼いで、雪山わんこマップ3%稼いでで寝ました。デスペナが合った分だけ頑張れて3時前までがんばりました。</p>\n\n<p>今朝は6:30すぎにインしたら、mary☆さんが一足先にレベル71になるというので、わんこからアメリアに一緒にSSを撮りました。<br />\n<img alt=\"mary☆アコ2に\" src=\"http://blog.blackcatlab.com/images/xo/xo060908.jpg\" width=\"450\" height=\"450\" />\nその後、5%稼いで90%。がんばりすぎたおかげで時間ぎりぎり、おかげで定期券忘れちゃいました。(≧▼≦;)アチャ</p>\n\n<p>教訓</p>\n<ul><li><em>危険なマップではLGを忘れるな！</em></li>\n<li><em>コミュニケーション不足は死を意味する！</em></li>\n<li><em>あわてるな、もらいが少なくなる！</em></li></ul>\n<p>最後に...<br />子供じみた性格でまりにあさんにご迷惑をおかけしました。(*_ _)人ゴメンナサイ</p>\n<hr />\nくろねこ Lv.86 79% → Lv.86 90% (11%UP) 2倍期間中！<br />\nもしかしたら、今日あがれるかも？',1,2691,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060909',3,0,'2006-09-09 06:15:51','くろねこ87に',null,'やっと今朝お着替えが出来る87レベルになりました。\n\n本当は昨夜にレベルアップ可能だったのですが、羽を一緒に見る方がログインされてなくて40分ほど待ったのですが来られなかったので朝に延期しました。\n\nこのまま、一日15%程度稼ぐことを続け90レベルまでがんばりたいと思います♪','',1,2203,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060910',3,0,'2006-09-10 14:56:31','お着替え式＆二次会(書庫)',null,'<p>お着替え式を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A8%E3%83%84%E3%83%B3&amp;affid=21mTn15NlY\">ヨツン</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%81%96%E5%A0%82&amp;affid=21mTn15NlY\">聖堂</a>で行いました。</p>\r<p>お着替え式は海賊船がMPKの巣窟とかしていたので、これない人が...<br />\rしおんさんもその中のひとりでしたが、闘技場経由で何とか来ていただけました。</p>\r<p>お着替え式では、みんな並んで記念SSをということで、着席していただいていたのですが一番前に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%95%B4%E5%88%97&amp;affid=21mTn15NlY\">整列</a>していただきました。<br />\rそしてデヴァイスさんの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88%E3%83%80%E3%82%A6%E3%83%B3&amp;affid=21mTn15NlY\">カウントダウン</a>とともに無事お着替えが完了する予定でしたが...？</p>','<p>思わぬ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%97%E3%83%8B%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ハプニング</a>がくろねこを襲いました。<br />\r3ページ目にお着替えの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%BC%E3%83%88%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ショートカット</a>を登録していたのですが、そのショートカットを押した瞬間に書庫へ・・・<br />\rホェ！<br />\rあれれ？リターンスクロールなんか使った覚えはないのですが？お着替え式の会場がどうだったのか知るよしもないくろねこですが&hellip;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060910_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"251\" src=\"http://www.blackcat.xyz/images/articles/xo060910_1.jpg\" alt=\"\"></a></p>\r<p>海賊船でヨツンに移動しようとしたら、refreshと &quot;　  　    　&quot;がMPKの最中、横目に見ながら<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%AC%E3%82%A4%E3%83%B3&amp;affid=21mTn15NlY\">トレイン</a>の横をかわしIN/OUTで難なくつうかした！。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%B3%E3%82%B9%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">モンスター</a>が手前に固まってたこともあり、後は余裕、無事に会場に到着したYO！。</p>\r<p>そしてSSをもう一度<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%96%E3%82%8A%E7%9B%B4%E3%81%97&amp;affid=21mTn15NlY\">取り直し</a>て無事お着替え完了！<br />\r皆から<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%AC%E3%83%BC&amp;affid=21mTn15NlY\">ブロガー</a>なので、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">ブログ</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%82%BF&amp;affid=21mTn15NlY\">ネタ</a>と言われました。<br />\r(SSのとおりみなさんにうけていただけたので、それはそれで幸いです。誰か突然消えたときのSS持ってないかな？)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060910_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"299\" src=\"http://www.blackcat.xyz/images/articles/xo060910_2.jpg\" alt=\"\"></a></p>\r<p>mary☆さんおめでとう、そしてくろねこお着替えお祝いありがとう！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo060910_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"299\" src=\"http://www.blackcat.xyz/images/articles/xo060910_3.jpg\" alt=\"\"></a></p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8C%E6%AC%A1%E4%BC%9A&amp;affid=21mTn15NlY\">二次会</a>は書庫へ、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%83%93%E3%83%BC&amp;affid=21mTn15NlY\">ロビー</a>から行きました。青<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">クロック</a>2引き倒して2<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%82%A2&amp;affid=21mTn15NlY\">ギア</a>獲得。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%AD%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ドロップ</a>率は100%でしたが、あえた数が少なかった。<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo060910_4.jpg\" alt=\"\"></p>\r<p>※ さらにお着替えを効率化させるために「寝<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%82%AF%E3%83%AD&amp;affid=21mTn15NlY\">マクロ</a>君」を使って順番に押すことも別に計画していたんですね。でも止めて手で押すつもりだったのですが、後ろに出しっぱなしだったので直前で誤動作して、終了させたつもりだったのですが、これがハプニングの第一歩だったのかも？</p>',1,3035,0,0,'2006-10-10 14:56:31',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A8%E3%83%84%E3%83%B3&amp;affid=21mTn15NlY\">ヨツン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%81%96%E5%A0%82&amp;affid=21mTn15NlY\">聖堂</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%95%B4%E5%88%97&amp;affid=21mTn15NlY\">整列</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88%E3%83%80%E3%82%A6%E3%83%B3&amp;affid=21mTn15NlY\">カウントダウン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%97%E3%83%8B%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ハプニング</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%BC%E3%83%88%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ショートカット</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060910_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%AC%E3%82%A4%E3%83%B3&amp;affid=21mTn15NlY\">トレイン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%B3%E3%82%B9%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">モンスター</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%96%E3%82%8A%E7%9B%B4%E3%81%97&amp;affid=21mTn15NlY\">取り直し</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%AC%E3%83%BC&amp;affid=21mTn15NlY\">ブロガー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">ブログ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%82%BF&amp;affid=21mTn15NlY\">ネタ</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060910_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo060910_3_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8C%E6%AC%A1%E4%BC%9A&amp;affid=21mTn15NlY\">二次会</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%83%93%E3%83%BC&amp;affid=21mTn15NlY\">ロビー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">クロック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%82%A2&amp;affid=21mTn15NlY\">ギア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%AD%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ドロップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%82%AF%E3%83%AD&amp;affid=21mTn15NlY\">マクロ</a>',0,1,1,0,0,'2009-12-06 20:05:58','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060911',3,0,'2006-09-11 12:59:48','海賊船にて',null,'87になったのでいろいろと冒険にでてました。<br />\n<br />\n<br />\n<br />\n嘘です。<br />\n<br />\n<br />\n<br />\nただ海賊船で戯れていただけです。<br />\n<br />\n<br />\n<br />\n<br />\n海賊にはMPKさんがちょくちょく顔を出しに来てました。<br />\n良く来るのはrefreshと\"　  　    　\"さんですね。<br />\n<br />\nくろねこ昨日寝る前は15%ちょっとだったのですが、MPKさんがいっぱいモンスターを運んできてくれるのでお昼過ぎには23%強まで上がりました。<br />\nでも、ちょっと出前が多すぎると過剰発注らしく(発注してないのですが...？)多すぎてジュースが一気に200減ったりとかしちゃうのです。<br />\n財布がいたいですね。(今回のジュースはお祝いで頂いた分です。)<br />\n<br />\nで、危なくなって何度か火薬庫に逃げ込みましたが、15時頃同じように過剰発注だったのか3人くらい浮いてました。<br />\nあと、ナイトの桃家さんががひとりでがんばっていたのですがどうやらひとりでは耐えられそうにありません。くろねこもこのようなときに他の方々にお世話になっているので自分だけ逃げるわけには...<br />\n(でもどう見ても、ふたりでは片づきそうにないんですよね...)<br />\n<br />\nで、勇気を振り絞り一旦LGを装備して叩いていたのですが、5-6匹くらい倒して減ったかな？と思ったところで桃家さんが昇天。と、同時にくろねこにモンスターが...<br />\n<br />\nんー、浮いちゃいました...<br />\n海賊船船倉はミニポでもジュースでも耐え切れません。やはりポーション以上が必要なようです。<br />\n<br />\nでも、覚悟の上だったので浮いたことは\"良し\"として...全然\"良し\"じゃないです...<br />\n<br />\nふたりとも死んだら犬死にじゃないですか...<br />\n<br />\nここは一つ鍛え直すしかないようです。目指せ91です。<br />\n<br />\n※桃家さん曰く、メニス四発位して逃げるのが一番良いとか...ねこ魔力課金じゃないので効かないんですよね...<br />\n通常のパワーラッシュとかの気絶率アップしてくれるなら考えても良いのですが、なんか必要以上に課金アイテムを使用すると運営にお小遣いを与えているようで...<br />\n<hr />くろねこ Lv.87 15% → Lv.87 36% (21% UP) 2倍期間中！','',1,2276,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('blackcat_hand01',3,0,'2006-09-11 18:48:31','くろねこ愛の手01',null,'<p>さて、プログラマらしくたまにはプログラムのお話を書いてみたいと思います。<br />\r<br />\rといっても話が難しくなる可能性が大きいので、反応が無かったらやめます。<br />\r<br />\rさて、なんのプログラムを作るか？<br />\rくろねこ、今ゼネピックにはまってます。<br />\r<br />\rいろんな方がいろんなツールを作っておられるようです。<br />\rくろねこ、チートの知識はないので一般的なプログラムしか作れません。なのでHALさんのような強制落とし対策などはむりです( p_q)ｴ-ﾝ<br />\r<br />\rくろねこでも作れそうなやつ。それは晶桜さんの取扱注意が出てきたときに書かれてたあれ！<br />\r回復支援ツールです♪</p>','晶桜さんのブログですが、一部の方しか見られないようにパスワード制限がかかっています。<br />\rなんかこの前 ver2 を見たような気もするのですが？<br />\r<br />\rまあ、おいといて、<br />\r<br />\r簡単に仕様(※1)を書きます。\r<ol>\r    <li>HP,MPが減ったら回復すること </li>\r    <li>内部API(※2)を使うとなると解析が必要なので規約違反なのでパス </li>\r    <li>パケットを強制的に送ると法律違反になる可能性がある(※3)のでこれもパス </li>\r    <li>HPとMPの残量は左上のゲージから取得する </li>\r    <li>回復方法はあらかじめ登録したファンクションキーを押すなどして、ミニポなどを使うこととする </li>\r</ol>\r<p>というわけで、回復支援ツールなので出来たあかつきにはツールの名前を「くろねこ愛の手」にしてみたいと思います。 <br />\r<br />\r※1 仕様というのは、プログラマさんがプログラム作るときに作るレシピです。<br />\r※2 API(Application Program Interface)とは、プログラム(XenClient)を動かす為にプログラム自身が提供してくれている手続きのことです。本当はこれを使いたいのですが...<br />\r※3 不正な方法でサーバにアクセスすると犯罪になります。<br />\r<br />\r直サーバにパケットを送ることが出来るなら、強制落ちツールを作りますね♪<br />\rあ、落とす方じゃ無いですよ？自分で落ちる方です。<br />\r囲まれてめっちゃ危なくてもう浮く～というときにこういったツールがあれば安全にキャラ選択ですね。<br />\rこれも、法律違反の可能性があり(稼げるはずのLG代金が回収できなかったと言われかねません)ボツです。</p>',1,14,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,2,2,0);
INSERT INTO `bc_stories`VALUES ('xo060912',3,0,'2006-09-12 08:03:07','レァでないね...',null,'昨日インしたら、みあるさんから「部品だけ売ってもらえないか」とお話がありました。<br />\nねこ、もうすぐ80になる小夜ちゃんにあげようと1セット確保してあったので部品はあったのですが、どうやらお話を聞くと2個必要な様子。<br />\nもってそうな人に聞くから待っててとお願いして、kouさんが来たので「部品いつもいくらで売ってる？」と聞いたらセットで販売してるとのこと、在庫を確認したら2個あるとのことだったのでみあるさんに確認したら、予算があわないらしい。<br />\n<br />\n仕方がないので部品はお断りして別件でみあるさんが探していたスカ服でレベル79と83の話をしていると、以前取ったから一緒に行こうという話になった。<br />\n<br />\n<p style=\"border: 1px #333 dotted; \">で、用意して該当の「ノディス谷」マップに移動するがすこぶる調子が悪い。いきなり敵が沸いたり、ワープしたり、倒した敵が残ってたり、倒した後にエフェクトが出たり何がなんだか....<br />\nで、原因を調べたら...わかった！今契約中の回線光ファイバーなのですけど、3Mしか出てないんですよ...<br />\n光ですよ？で回線遅いって言ったら、横で嫁がゼネしてる...嫁にゼネやめるように言ったら、他のハンゲのミニゲームしてたのでやめたのかと思ってた...そしたら....<br />\n<br />\n<em>バザー放置！</em><br />\n<br />\n嫁曰く、バザー放置だから回線使ってないと...めちゃめちゃ回線使いますって！街でしょ...人いっぱい来るでしょ...その情報はどこからどうやってくるの？＞もうたまりませんでした。<br />\nしかも、逆ギレしてるし...</p>\n<br />\nで、そんな状況ながら無事に「ノディス谷」に到着、kouさんと1時間ほど狩りをしたでしょうか？その後もひとりでかりかりしてましたが、結局ドロップは一個も出ませんでした。いや製造アイテムは出たんですけどね...<br />\n<br />\nとぼとぼと帰ってきましたよ。帰り蒼猿さんとお話ししてましたが、奥に行くほどレアアイテムは出にくいですね。<br />\n<br />\nその後は、地味子さんではないですがひとりカモミ祭りでおじゃりました。\n<hr />くろねこ Lv.87 36% → Lv.87 50% (14%UP) 2倍期間中！','',1,2591,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('blackcat_hand02',3,0,'2006-09-12 12:40:31','くろねこ愛の手02',null,'<p>前回、簡単に仕様を決めたので今回はもうちょっと奥に掘り下げていきたいと思います。</p>\r<p>まずツールは無料が良いですね。今だとVS2005 Express Edition などがありますが、くろねこあまり詳しくありません。( p_q)エ-ン<br />\rゼネピックはなぜか Delphi で作られているという噂なので Delphi で作ってみたいと思います。<br />\rDelphi だと Delphi 5 personal あたりは無料で配布されていたので、どこかで入手できるかもです。</p>','<p>では、仕様で掘り下げるべき項目を掘り下げていきます</p>\r<dl><dt>HPとMPの残量は左上のゲージから取得する </dt><dd>これですが、HPとMPのゲージはそれぞれ18ますに区切られています。色はオレンジとブルーですが、無くなったときの色はおなじ灰色のようです。ということで灰色になったらそのゲージは空だと判断することにします。<br />\rどこまで減ったかわかれば、後は下の操作ですね！ </dd><dt>回復方法はあらかじめ登録したファンクションキーを押すなどして、ミニポなどを使うこととする </dt><dd>ゼネピックには10個のアイテム・スキルを登録するマクロ機能があります。<br />\r今回はこれを使います。タイミングがわかれば、キーボードのキーを押して、あげてをエミュレートすればいいのです。</dd></dl>',1,14,0,2,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:06','html',1,1,null,null,0,3,3,3,2,2,0);
INSERT INTO `bc_stories`VALUES ('women_only',3,0,'2006-09-12 12:51:30','女性専用車両',null,'<p>今日、乗り過ごしてしまいました...<br />\r電車にて携帯でBlogを読んでたら...降りるはずの駅を通過して知らない風景が...<br />\r(≧▼≦;)アチャ ... 乗り過ごした...</p>','<p>で、反対側で待つこと数分。<br />\r電車は来た。目の前に止まった車両。ドアに張られたシール。うぎゃ！女性専用車両。<br />\r中を覗いてみるとかなりウザそう...いや、入っても構わないんですよ！本当に...(9時02分でしたし...)<br />\rでも、女性専用車両に入ってる人って結構(｀&times;&acute;)丿ウザイ!!<br />\r中で化粧とか平気でするらしく、変なにおいが漂ってそう...(今日はにおいしなかったですよ？)</p>\r<p>隣の車両に避難しました。<br />\rでも、次の駅でひとり男性が乗り込んでました。<br />\rでも、女性専用車両あるなら男性専用車両も欲しいです。それが男女平等です。<br />\rあっても乗ることはありませんが、階段下の一番良いところに車両を設定している女性への対抗です。<br />\rまぁ、設定しているのは頭のうすら悪いJRの職員ですが..</p>\r<p>でもねほんとの所、乗らなかった理由は度胸がないだけです。</p>',1,2549,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('blackcat_hand03',3,0,'2006-09-12 22:00:17','くろねこ愛の手03',null,'<p>前回、色の取得方法とキーを押す方法を決めました。</p>\r<p>今回は具体的にプログラムの話に入っていきたいと思います。</p>','<p>色を取得する前にゼネピックのクライアント(XenClient)の画面がどれなの？ということを知る必要があります。これを判断するのに使う方法もいくつかあるんですが、簡単な FindWindow WinAPI を使用します。<br />\rこれを使うと、クライアントのハンドル(※1)が取得できます。<br />\r具体的には、FindWindow はウィンドウのキャプション(タイトル)でウィンドウを探してハンドルを返してくれます。</p>\r<p>色の取得には、GetPixel を使います。GetPixel は指定座標の色を取得することが出来ます。<br />\rGetPixel を使用するためには、デバイスコンテキスト(※2)が必要なので、CreateDC でデバイスコンテキスト作成します。CreateDC を使ったら後始末が必要なので、DeleteDC もあわせて使用します。</p>\r<p>キーを入力するために keybd_event を使用します。この API ウィンドウがアクティブでないとダメなので、SetForegroundWindow を使用して画面をアクティブにする必要があります。</p>\r<p>で、一回だけチェックしても全く意味がないのでタイマーを使って指定時間間隔で監視を行うようにしたいと思います。</p>\r<p>ここまでを整理すると他に用意しないと行けないのは、 下にあるとおりですね。</p>\r<table>\r    <tbody>\r        <tr>\r            <th>用意するもの</th>\r            <th>目的</th>\r        </tr>\r        <tr>\r            <td>クライアントのタイトル</td>\r            <td>クライアントを識別する</td>\r        </tr>\r        <tr>\r            <td>タイマーの監視間隔</td>\r            <td>一定時間でチェックを行う</td>\r        </tr>\r        <tr>\r            <td>HPのゲージの位置</td>\r            <td>ここの色を判断してHPの状態を把握する</td>\r        </tr>\r        <tr>\r            <td>ファンクションキーの番号</td>\r            <td>事前にミニポがどのキーに割り当てられているか知る必要がある</td>\r        </tr>\r    </tbody>\r</table>\r<p>※1 Windowsで各ウィンドウを管理している管理番号と考えてください。<br />\r※2 画面やプリンタを統一的に管理するために考え出された仮想の表示領域のことです。</p>',1,19,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,2,2,0);
INSERT INTO `bc_stories`VALUES ('xo060913',3,0,'2006-09-13 08:20:16','9/12 またノルマ稼げず',null,'昨日は、特に何もありませんでした。<br />\n<br />\nほんとに記事にすることが全く.<br />\n<br />\n3時間も残業したので稼げた経験値も少ないですよ。<br />\n<br />\nなんか%だけ多く見せたいので、倉庫番のぶどうをPLしてました。経験値課金してるキャラでPLするのは何とも不毛な気もするのですが...<br />\n29の1桁%から30の50%強まで上がりました。前回と同じならローグに転職するところですが...<br />\n<br />\n今回はしばらくスーパーゼニアンの予定です。<br />\n(まりにあさんが魔術辞典用意してくださったのもあるので、将来的にはローグ系の職に転職する予定ではありますが...)\n<hr />くろねこ Lv.87 50% → Lv.87 62％ (12%UP) 2倍期間中！<br />\nぶどう100% Lv.29 4% → Lv.30 50% (146%UP) 完全無課金中！','',1,2543,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060914',3,0,'2006-09-14 13:50:54','飲み会でした',null,'昨日は、今行ってるお仕事先の飲み会で...<br />\n<br />\n帰ってきて1時間くらいしかできませんでした...<br />\n<br />\n今朝は6時過ぎからがんばって、合計10%稼げたかな？<br />\nと思ったら、8%でした( p_q)エ-ン\n<hr />くろねこ Lv.87 62% → Lv.87 70% (8%UP) 2倍課金中！','',1,2238,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060915_0008',3,0,'2006-09-15 00:08:55','小夜ちゃんレベルアップ',null,'<p>パーティメンバーの小夜ちゃんがレベル80にアップしました。</p>\r<p>やっぱりレベル80になるとつおいよね。<br />\rマジカルクロックもスーパーマジカルクロック改になるし壊れなくなってうれしいレベルです。<br />\rアコは、補助も1段上がるし、くろねこもにもうれしい</p>\r<p>小夜ちゃん、おめでとう。お祝いは時計セットね♪</p>','',1,2325,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:58','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060916_1234',3,0,'2006-09-16 12:34:19','mary☆さんレベルアップそしてくろねこ寝落ち',null,'<p>小夜ちゃんに引き続き、mary☆さんもレベルアップ<br />\rお(･&forall;･)め(･&forall;･)で(･&forall;･)と(･&forall;･)う!<br />\r<img height=\"300\" alt=\"xo060915_2.jpg\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060915_2.jpg\" /></p>','<p>そして日付を回った1時頃、うつらうつらしていたくろねこ。<br />\rしおんさんから危ないと指摘されていたのに...寝落ちそして...浮いた！<br />\r</p>\r<p>愛の手届かず...</p>',1,2441,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060916_1958',3,0,'2006-09-16 19:58:10','くろねこ88',null,'<p>くろねこ ひさびさにボスで羽を伸ばしたい！ そう思ったんです。</p>\r<p>でも、その日は朝からゆうまさんに誘われ書庫に&hellip;<br />\r書庫、クロックとの出会いは抜群でした。赤クロックを独占できた時間があったり、青クロックはドロップ100%だったし。ひとつ問題があったのは&hellip;ともめた事？<br />\rねこがお昼を食べてる間に起こった事ですけど、詳細は&hellip;</p>\r<p>で、しばらくすると寝落ちなどで一時休憩。<br />\rねこはロストで目的の羽を伸ばしたい！ただそれをかなえるために君主の庭へ&hellip;<br />\r朝から放置というグリを確認し、あと2%弱をあげて99.99%にして戻ってきた。</p>','<p>しかし、そこにいたのはくろねこ、まりにあを含めて4人。<br />\r耐えるのはくろねこ。そう決めてあとアコが一人欲しい。そう思てたとき、3人組がやってきた&hellip;<br />\r一緒に戦ってくれるのか！そう思ってグリのフレイムウェーブを耐えに向かった、その次の瞬間その三人組グリ相手にフル戦力で戦いはじめた。まだMPがつきることもない。元気いっぱいのグリに対して&hellip;</p>\r<p>無謀だと思い、一回引いて忠告したがそのままやり続け、浮きまくりの三人組。<br />\r途中で、犬が出てきてそれをまりにあが倒したら&hellip;くろねこ上がっちゃった！<br />\r<img height=\"500\" alt=\"くろ',1,2264,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060918_2007',3,0,'2006-09-18 20:07:18','古生物史5P',null,'<p>昨日から2日間、シロクマを倒しにやってきています。</p>\r<p>古生物史5Pはここでしか手に入らないので、競争率は結構高いように思えますがガディほどではないです。やはり、必ず必要なものではないので競争率は低めですね。</p>','<p>2-3人のPTを組んで狩りに行くわけですが、途中相手が落ちたりすると一人な訳です。<br />\rすると、シロクマほしさに突っ込んでしまい気づくとこんな状態･･･<br />\r<img height=\"500\" alt=\"シ',1,2376,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:48','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('060919_in_recent_days',3,0,'2006-09-19 12:52:54','In recent days',null,'<p>最近、このブログの調子がとても良くないです。原因はここのホスティングサーバのデータベースが重いからだと思うのですが、システムでは公開になっているのにページが出来ていないと言うことが多々発生しています。(容量200MBの内すでに170MB使用しているんですけどね)。<br />\rで、ページは出来てもピングが投げられない状態が常々になっているので、FC2ブログランキングの最新記事一覧も更新されていない訳なんですね。／(-_-)＼ コマッタァ・・・ </p>\r<p>再構築の負荷を減らそうとダイナミック・パブリッシングに変更しようとしたのですが、記事数が多すぎるのかなぜかうまくいかないです。記事数が少ない別のブログはうまくいったのですけどね。テンプレートなどもほぼ同じなので、このあたりが原因ではなさそうです。</p>\r<p>まぁ、あたらしいWEBサイトを構築し始めたのでブログもそちらに移すか、FC2の様な他のブログサイトに移すかあわせて検討中です。<br />\r移動した際にはリンクやトラックバックの設定変更をお願いする方がおられると思いますが、なにとぞよろしくお願いいたします。</p>','<p>話は変わるんですが、くろねこゼネピックで楽が出来る「くろねこの愛の手」略して、くろねこの手を開発していたんですけど同様にツールを配布されていたHAL氏のサイトあんな状態になってしまいました。(支援ツール何それって感じですね！<br />\rここで作ったツールを配布して良いのか、凄く疑問に感じ始めました。なので今とりあえず休止中です。<br />\r休止中なのにはもう一個理由があって、ひとりずつに説明するのがとても面倒なんです。パソコンなれしてる人には10分かからないぐらいで説明できるのですが、慣れていない人だと30分から1時間以上って感じですか？といってもまだ3人なんですがね。</p>\r<p>説明ページが作れたら、新規サイトの方で............　(; ゜゜) コッソリ 公開したいと思います。<br />\r見つけた人限定で。</p>',1,1351,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo060920_1745',3,0,'2006-09-20 17:45:12','09/20 過疎ったのは運営も？',null,'<p>今日はメンテナンス日でした。</p>\r<p>本来13:00までのメンテナンスがサーバ設定作業のため15:00まで延長になりました。<br />\r何を設定していたのか、ユーザには知る由もないのですが...</p>','<p>15:00すぎ、まりにあさんからバグ報告を受けました。<br />\rもらったバグSSがこれです。見事に武器防具がおもちゃ箱に...<br />\r<img height=\"400\" alt=\"2006/09/20 見事なお手前です\" width=\"262\" src=\"http://blog.blackcatlab.com/images/xo/xo060920_1.jpg\" /></p>\r<p>過疎ったのはユーザだけでなく、運営側の人員も減少傾向？<br />\r減少したのは人員でしょうか？考えられる減少したリソースは...</p>\r<p>人員、能力、費用、そしてやる気。</p>\r<p>代わりに増えたのは...</p>\r<p>メンテナンス時間とバグ</p>\r<p>ゼネの終演はすぐそこ？</p>',1,2562,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo090621_0712',3,0,'2006-09-21 07:12:57','葛藤(くろねこ レベル89)',null,'<p>くろねこ、昨夜レベル80代最後の羽を出したはずでした。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo090621_0712_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo090621_0712_1.jpg\" alt=\"\"></a></p>','<p>その後、♪よし♪さん一行が来たので、MPKの注意をしたら...<br />\r♪よし♪メンバのころわかさんとnanasuzuさんが、海賊船入り口で浮いてました。<br />\r♪よし♪さんが耐えていたので助けに行くと、今度はくろねこにさらに蒼紅がなすってきて...その分は♪よし♪さんが引き受けてくれた。そのご何度かなすられて、その間に♪よし♪メンバの〆す☆ぬ〆ちゃんも危なくなって、くろねこは一旦火薬庫に退却。やばいので(その前に死ぬかと思った)LGを装備して、その間に〆す☆ぬ〆ちゃんが帰ってきてたが、♪よし♪さんが帰ってこないので再び火薬庫へ...</p>\r<p>入ったとたん、ひっじょ～～にやっば～～い雰囲気！()<br />\r固まりをこつこつ叩いていたら♪よし♪さんが浮いてくろねこにスケルがどばーっと押し寄せてきて、くろねこ浮いちゃいました。全滅です。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo090621_0712_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo090621_0712_2.jpg\" alt=\"\"></a><br />\rこのときレベルダウン。なぜ？LG装備してたし経験値は7%以上あったはずと思ったら、クロック三つでした。(&rarr;o&larr;)ゞあちゃー</p>\r<p>帰ってきて、雪山でレベルを戻しました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo090621_0712_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo090621_0712_3.jpg\" alt=\"\"></a></p>\r<p class=\"add\">※09-12-06<br />\r壊れていたので残った部分から再構成しました。</p>',1,2696,0,1,'2006-10-21 07:12:57',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo090621_0712_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo090621_0712_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo090621_0712_3_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-12-06 21:08:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060922_1005',3,0,'2006-09-22 10:05:24','また浮いちゃいました',null,'<p>今朝また浮いちゃいました。</p>\r<p>10:05 ベイクク沸き時間でした。<br />\r音がしたのでククを探して船倉を歩き回る。見つけてククを叩いていたら...<br />\rHPが減ってきてミニポのキーを押しても回復しない？あれ？<br />\rどんどん減ってきて危ないのでジュースのキーを押すも、これまた回復しない...<br />\rどうなってるの？</p>\r<p>で、ベイクク目の前にして浮いちゃいました。その前まで普通に回復できてたんですけど？<br />\rこれでまたまた-10%。まさに三歩進んで二歩下がる状態です。</p>\r<p>本日、私用で仕事を休んだのですがこの三連休中に90にしよう計画はかなりやばい状況です。<br />\r現在、Lv.89 10%</p>','',1,2476,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060923_1128',3,0,'2006-09-23 23:28:37','風邪で',null,'<p>嫁が風邪を引いて染されて...</p>\r<p>昨日ぐらいからひどくなって、ゲームの合間に寝てました。<br />\r頭が働いてないのか、今日も二回浮いちゃいました。</p>\r<p>グリを倒しに行っていたのだけど、グリの攻撃に耐えれると思ったんだけど、もう少しのところで浮いちゃいました。</p>','<p>そうそう、昨日のファンクションキーが聞かない理由がわかりました。<br />\rグーグルデスクトップが原因でした。</p>\r<p>CTRL2回で検索ウィンドウが開くんですが、キャンセルせずにゼネのウィンドウをアクティブ化するとキーはグーグルデスクトップがもったままになってるみたいです。<br />\rおかしな現象です。この機能一時的に無効化できないのかな？</p>',1,2464,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060924_1231',3,0,'2006-09-24 12:31:56','回線が悪いと･･･',null,'<p>以前にこのブログで書いたと思うのですが、とあるサービスに変更してから回線が悪い日々が続いています。</p>','<p>回線が悪いとこんな現象が、この連休中にもしばしば起こりました。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060924_1.jpg\"><img height=\"300\" alt=\"HPがあるのに浮いてるでしょ？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060924_1s.jpg\" /></a></p>\r<p>早く回線を変えたいな。<br />\rMAST-BBがうたい文句程度のスペックが出れば問題がないのですが、ADSL以下ではちょっと...<br />\r光で4～11Mではやってられません。名前からしてNTT系列会社だと思うのですが？</p>',1,2769,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo060924_1.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060924_2231',3,0,'2006-09-24 22:31:16','蒼鯵さん転職式',null,'<p>本日、蒼鯵さん転職式でした。</p>\r<p>お昼につやさんと古生物史ページ5を取りに行ってたのもこのためだったんですね♪<br />\rこの5ページ目パーティ全体としては結構出たんですけど、ねこの所にはほとんど来ませんでした。<br />\rなので、くろこはお昼からも取りに行きました。そして夕方も転職式直前まで♪</p>\r<p>そして転職式はこんな感じでした♪<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo060924_2.jpg\"><img height=\"250\" alt=\"蒼鯵さん転職式\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060924_2s.jpg\" /></a></p>\r<p>これから、二次会に行ってきます♪</p>','<p class=\"add\">09/25追記<br />\r書庫まで無事にたどり着くことが出来ました。<br />\rそして、書庫についてまもなく赤クロックと遭遇しました。赤クロックではつやさんがエナで召還を出してくれたのですが、約半分(3-4匹？)が運悪くつやさんにとりついてしまい、つやさんが浮いてしまいました。せっかくページを集めて4%も稼いだのにね。 今日から2.5倍装着だっけ？デスペナ分も含めてがんばってね♪</p>',1,3111,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo060924_2.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060926_2200',3,0,'2006-09-26 22:00:25','またやっちゃった',null,'<p>本日、PTメンバのmary☆さんが久々にinした。<br />\rmary☆さんはロストで落ちていたので、ヨツンに戻るのにMPKのいる海賊船ではなく、雪山徒歩ルートを選択。<br />\rくろねこはヨツン側から迎えに行くことにしました。</p>\r<p>くろねこはシロクママップまでは余裕で通過。mary☆さんも「エムピオンの森」までは余裕でしたが、「モピアスの森」でニードルに阻まれ「エムピオンの森」で待機。</p>','<p>くろねこが、「エティネ平原」に到着。ここのモコノモはニードルを撃つ速度が速くなったのでかなり危ない。<br />\rモコノモを倒すためにLG装備から時計3つ装備に変更、間合いを詰めるのを早めにするがいつも先に行かれる。ミニポ連打で近づくしかない。1匹ずつ倒しながら計4匹を倒しを辛くも通過。残りは「エティネ平原」だけとなった。このときmary☆さんが反対側からやってきて、早く行ってあげないと～と思いつつ、モコロコの方がエティネ平原のモコノモよりもニードルを撃つ速度が遅いのかニードルの詠唱完了前に懐に入れるから楽勝かと1匹目と戦って思った。<br />\rしかし、これは悲劇への入り口だった。先にモコロコが2匹いて一匹目の懐に入りつつ叩いていたら、2匹目がやってきて2匹でニードルを連発。耐えながらそのまま1匹目を叩いていたら、画面外から3匹目がそして4、5匹目が沸いた～；；。<br />\rミニポで耐えられなくなってジュース連打。しかし、その甲斐もなく、浮いちゃった。(≧▼≦;)アチャ</p>\r<p>そして、まもなく反対側のmary☆さんも浮いちゃった･･･<br />\rmary☆さんの話によると、mary☆さん側にはファイターとアコ2のPTも一緒にいたらしいけど、一緒に仲良く浮いたそうです。<br />\rくろねこ的には、MPKがいても海賊船の方が比較的楽かも？だってMPKはいきなり沸きませんからね。強制落としは別ですけど！</p>',1,2194,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060927_1216',3,0,'2006-09-27 12:16:21','わくわくしませんか？',null,'<p>わくわくしませんか？</p>\r<p>最近のゼネピック、目に見えるメンテ内容としてはバグばかり。<br />\r有用なというか、本来のメンテナンスはどこに行ったの？という感じすらします。</p>\r<p>やることがないので、悟られないように「バグの実装」そして緊急メンテでそれを取り去る。<br />\rでも、それも失敗してあとあと残ってる。それが日常になっています。</p>\r<p>さて今日はどんなバグを実装してくれるのでしょうか？13:00過ぎにinしてるはずのまりにあさんから今日はこんなバグ～というのが届くのを期待しています。</p>\r<p>まえのぬり壁バグ、カムバック！</p>\r<p>でも、前回のバグ修正はゼネピック初の巻き戻りであったと記憶しています。<br />\rチートによるインフレでも巻き戻しを行わなかった運営がなぜ前回だけ？<br />\rそして、その期間に買った課金アイテムはアイテムが消えて、XPも取られたままとかになったりしてなかったのかな？<br />\rそのむかし、ウルティマオンラインではそんな現象がありましたよ？</p>','',1,2501,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060927_1220',3,0,'2006-09-27 12:20:25','強制落ち',null,'<p>昨日、海賊船でモンスターいっぱいに囲まれる事故がありました。<br />\rで、そんなとき前からrefreshがやってきたのですが、特になすられたわけではありません。</p>\r<p>そんな内容ではなく、掲題のとおり強制落ちの話なのですが囲まれていたのはふたりだったんですね。<br />\rでもうひとりがラ王最高(仮称)さん。くろねこがrefreshを見たとき、回避行動に入ったんですね。<br />\rで、ラ王さんにも逃げるように伝えようと「にげ」って打ったのですけど...PTチャットでした。(/&nabla;≦＼)ｱﾁｬ-!ﾐﾃﾗﾝﾅｲ</p>','<p>で、そんな行動を察したのか、ラ王さんが「落ちても良いよ」と言いました。<br />\rでも、そんなことしたら「クライアントだけ落ちてサーバにしばらく残る」とくろねこは思っているので、自力で逃げ切ったのですが実際には結構早く落ちるみたいですね。<br />\rでも、たまに強制終了してから再接続すると「接続を初期化中です」とプログレスバーが出るときがありますよね？<br />\rゼネピックってセッションが切れたら、サーバー側もキャラを落としてくれるのかしらん？</p>\r<p>仕事人も落ち逃げしてますよね。この前トレインに失敗して落ち逃げしている現場を見ていました。<br />\rモンスターいっぱいに叩かれていると、「見た目結構移動しているのですけど実際にはそれほど移動できていない」ということを客観的に観察することが出来ました。</p>\r<p>「戦闘中には落ちれない」と言う判断はクライアント側がしているようなので、「キャラ選択に行くYO!」と言うパケットを送ってあげるのが一番安全に落ちれるはずなのですが？セッションだと切れたのをいつ認識してくれるのか、サーバ側の実装に依存してしまいます。キャラクタ選択は仕様なのでその点は安心ですね。パケットを送ると言うことがダメなんですけどね。</p>\r<p>みなさんがどの様なタイミングで落ち逃げしているのか、そしてケースにおける成功率？生存率を知りたいです。</p>',1,2360,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:46','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('XohealWelcome',3,0,'2006-09-27 17:03:00','くろねこの愛の手：概要～使用方法','','<p>「くろねこの愛の手」のダウンロードありがとうございます。</p>\r<p>とても重要な事柄が書かれていますので、まずここを最初に見てください。<br />\rツールを使われた方は、ここに書かれていることを了承したと見なします。<br />\rまた、随時改訂されますので、使用方法・設定方法などとあわせて定期的にチェックをお願いします。</p>','<p>「くろねこの愛の手」は Xenepic Online ゲーマー用自動回復支援ツールです。<br />\rけして、完成されたツールではなく、いろいろとご不満な点もあるかと思いますがご容赦ください。</p>\r<p>くろねこは、本ツールを使用した結果生じるあらゆる不具合の対応義務を負いません。<br />\rまた、本ツールを使用した結果被った損害の義務を負いませんし、補償も行いません。<br />\r<em>必ず自己責任でご使用ください。</em></p>\r<p>本ツールの二次配布は基本的に禁止します。<br />\r必要な場合には、くろねこに確認の上本サイトのURLを教えてあげてください。<br />\r<em>ユーザ登録しただけでは、ツールのダウンロードは出来ません。</em><br />\r必要以上に出回るとゼネピック運営とトラブルになりそうなので！</p>\r<hr />\r<p><strong>＜使用方法＞</strong></p>\r<p>くろねこの愛の手の簡単な使用手順です。使用の際に必要な設定方法は別途設定方法を参照ください。<br />\r基本的には一度設定を行えば、ダブルクリックだけで使用していただけます。<br />\rまた、ゼネピッククライアントが起動していないときにも、クライアントの存在チェックは行っていますがファンクションキーを押すなどする事はありません。(行っていないはずです。)</p>\r<p>使用までの流れ：</p>\r<ol>\r    <li>ダウンロードしてきます</li>\r    <li>適当なフォルダに解凍します</li>\r    <li>XOHeal.exe をダブルクリック</li>\r    <li>タスクトレイのアイコンを右クリックし、設定画面を起動</li>\r    <li>必要な設定を行い、「更新」、「閉じる」</li>\r</ol>\r<p>次回以降は、「XOHeal.exe をダブルクリック 」だけで使用できます。</p>\r<p>回復条件：</p>\r<ol>\r    <li>設定したメータ位置までHP/MPが減る</li>\r    <li>回復アイテムが切れていない</li>\r    <li>HP/MPのメータが見えている</li>\r    <li>ねこの手のアイコンが緑色 (監視中メニューでトグルです)</li>\r    <li>設定画面が開いていない</li>\r    <li>CTRL/SHIFキーを押していない</li>\r</ol>\r<p>上記のすべての条件を満たす必要があります♪</p>\r<p><em>※現在、フルスクリーンモード並びにLUNA UI使用時の最大化ウィンドウ環境には対応していません。</em></p>\r<hr />\r<p><strong>＜設定方法＞</strong></p>\r<p>設定画面の起動方法は、タスクバーのねこの手アイコンを右クリック&rarr;設定画面表示です。<br />\r以下、設定画面の各項目について示します。</p>\r<dl><dt>タイトル： </dt>クライアントのタイトルを入力します。<br />\r例)Xenepic Online<br />\rクライアントが起動中であれば、右のボタンを押してチェックが可能です。<br />\r(起動してないもしくは設定が間違っているとエラー応答します。正しければ何も反応しません。) <dt>監視間隔： </dt>監視と監視の間の時間を指定します。1秒は1000msです。 <dt>Shift+Ctrl+Insで強制終了： </dt>ゼネピッククライアントを終了します。今後のバージョンアップでタスクマネージャレベルの強制力を持つ終了方法に変更予定 <dt>UI(ユーザーインターフェイス)： </dt>XP/2000時台のClassic(クラシック)インターフェイスとXPからのLUNA(ルナ)インターフェイスを切替が可能です。<br />\r例)クラシック<br />\r<a href=\"http://www.blackcat.xyz/images/articles/XohealWelcome_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"235\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/XohealWelcome_1.png\" alt=\"\" /></a><br />\r例)LUNA<br />\r<a href=\"http://www.blackcat.xyz/images/articles/XohealWelcome_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"235\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/XohealWelcome_2.png\" alt=\"\" /></a><br />\r※ LUNAからクラシックへの切り替え方法<br />\r<a href=\"http://www.microsoft.com/japan/windowsxp/pro/business/feature/interface/newinterface.mspx\">Windows XP Professional : 機能別紹介 - 新しいユーザーインターフェイス</a><br />\rこちらの方法がお勧め(ここの「Lunaを外す」を参照)<br />\r<a href=\"http://www.daw-pc.info/windows/easytuning.htm\">WindowsXPお手軽チューニング</a> <dt>キー設定： </dt>HP/MPのセルにファンクションキーの数字を入力します。<br />\r左側の数字は残りを示します。数字が小さいほど残りが少ないことを示します。<br />\r例)残りHPが10ますになったときに、ミニポ(F3に登録済み)を押したいとき<br />\rHPと10の交差するセルに <strong>3</strong> と入力します。</dl><dl><dt><em>注意事項</em> </dt>\r<ul>\r    <li>設定完了後は、更新ボタンを押してウィンドウを閉じる必要があります。</li>\r    <li>2マス以下の設定の際は、赤色に点滅する関係上正しく動作しない場合があります。</li>\r</ul>\r</dl>\r<p><strong>補足</strong></p>\r<p>&nbsp;</p>\r<p>\r<ul>\r    <li>HPなどは常時満タンに近い状態がふさわしいと思うので、最大HPを18で割って、500以上減った最初のますにミニポのキーを登録すると良いでしょう。</li>\r    <li>MPなどはハーブが比較的高めであり無くなっても浮くわけではないので、必要な魔法/スキルが常時使える分を確保できるように設定するのがよいかと思います。なので残り3～5あたりに適当なハーブや桜酒を登録したキーを設定すると良いと思います。</li>\r</ul>\r</p>\r<p>&nbsp;</p>\r<p>&nbsp;</p>',1,139,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/XohealWelcome_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/XohealWelcome_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.microsoft.com/japan/windowsxp/pro/business/feature/interface/newinterface.mspx\">Windows XP Professional...</a>\n<a href=\"http://www.daw-pc.info/windows/easytuning.htm\">WindowsXPお手軽チューニング</a>',0,1,0,0,0,'2010-11-02 01:02:19','html',1,1,'','',0,3,22,3,2,0,0);
INSERT INTO `bc_stories`VALUES ('xo060927_1823',3,0,'2006-09-27 18:23:53','緊急メンテ',null,'<p>なんか最近の運営って、定期メンテナンスを延長した後緊急メンテというのが通例となっているようです。</p>\r<p>今回の緊急メンテ、[壁]_・)チラッ見させた雪山の洞窟(氷の迷宮？)を隠すことが目的だったようです。</p>\r<p>以下のブログで雪山の洞窟が紹介されていますが、巻き戻りは起こっていないようです。<br />\rなのでこれまでの運営の対策とあわせて考えると、この方達が中でリブスブローチのリターンを設定していた場合、いつでも入れるのでしょうね。<br />\rしかも、契約事項に抵触せずに！<br />\r<a href=\"http://kuuboo93.blog17.fc2.com/blog-entry-33.html\">☆クー☆の日々 9/27洞窟開通してますが・・・</a><br />\r<a href=\"http://artemis8.blog45.fc2.com/blog-entry-79.html\">XenepicOnline &dagger;アルテミス&dagger; 氷の迷宮リポート　その１</a><br />\r<a href=\"http://tack2tack.blog43.fc2.com/blog-entry-68.html\">日々是Ｘｅｎｅｐｉｃ 夢幻の如くなり</a></p>\r<p>(￣- ￣ ) ンー<br />\r&dagger;アルテミス&dagger; 氷の迷宮リポートを見ている限り、バランス調整がまだ終わってないのでしょうね。<br />\r先日、モピアスで浮いたくろねこには所詮無理な世界です。</p>\r<p>メンバのまりにあは凄く行きたがっていましたが、今となっては普通の手段では無理ですね。</p>','',1,2440,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://kuuboo93.blog17.fc2.com/blog-entry-33.html\">☆クー☆の日々 9/27洞窟開通してますが・・・</a>\n<a href=\"http://artemis8.blog45.fc2.com/blog-entry-79.html\">XenepicOnline &dagger;',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060928_0825',3,0,'2006-09-28 08:25:00','くろねこ レベル90',null,'<p>くろねこやっとこさ90になりました。</p>\r<p>今日真夜中1時過ぎにレベルが上がりました。パーティメンバと一緒に羽を撮りました。<br />\r<img height=\"480\" alt=\"くろっ??90\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat90.jpg\" /><br />\rまりにあは遠かったので、ぶどうで参加となりました。</p>','<p>今回ステータスが4も増えたので、力に+1(70)、器用さに+3(13)としました。<br />\rこれで、力:70 / 魔力:5 / 素早さ:26 / 器用さ:13 / 体力:6 / 精神力:5 となりました</p>\r<p>この前後でぐみさんから装備品レンタル要請があったので、武器と盾をお貸ししました。<br />\rあたらしいスキルあるかなって、サブでブリンを見に行ったのですが90って何もないんですね。</p>\r<p>で、90になったので海賊船に行ってみました。B2Fでいっぱいのモンスターに叩かれて結構やばい状態になりました。<br />\rなので振り切って前に行こうと思ったら、先に行ったメイジさんが...その先でアコさんが浮いてました。<br />\rで、このあたりで後にいたスケルは振り切れたようなのですが、メイジさんどうなったんでしょう。逃げ切ったのかなぁ。結構強かったし。<br />\rで、最後の部屋には、たくさんのスケル(それまでに叩かれていたスケルよりも多い目)がいて間を縫うように移動したのですが、結局振り切れず安地の中でぼこぼこに...<br />\r叩かれていると正常な位置表示がされないので、マップ切替の所にいるのに切り替えされませんでした。<br />\rしばらく待ったんですけど、よく考えると大回りして階段裏の安地に逃げた方が良かったですね。</p>\r<p>で、試してみました。強制落ち逃げ！<br />\r結果：ダメでした。</p>\r<p>そして、レベル90になっても全然強くなっていません。ということがわかりました。</p>\r<p>で、浮いちゃった分3%きっちり稼いで、再度レベルアップして寝たよ。<br />\rさぁ、次は91だ！</p>',1,2131,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060928_2318',3,0,'2006-09-28 23:18:46','新マップ(ティタナス平原、スキチー峡谷)',null,'<p>9/27 に出来た新マップに行ってきました。</p>\r<p>ティタナス平原とスキチー峡谷が出来ていました。スキチー峡谷には警備兵が立っていたのでここからまたのびるでしょう。<br />\r<img height=\"400\" alt=\"xo060928_1.jpg\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060928_1.jpg\" /><br />\rまりにあはここからのびて、雪山かな？っていてましたが、根拠はアメリアの柵の所にくっついたらいいなぁって言うことみたいです。</p>\r<p>今度の新マップ実際にいる動物をまねたのが多いみたいです。<br />\rスキチーではイノシシやヤギ？がいて囲まれると...<br />\r<img height=\"400\" alt=\"xo060928_2.jpg\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo060928_2.jpg\" /><br />\rこんな感じでしょうか？いつもまりにあにグリのえさと呼ばれているねこが囲まれていると、ねこ自身がえさなのかねこがもっているえさに群がっているのか皆目見当も付きません。</p>\r<p>まぁ、そんなことはどうでも良いことでしょうか？</p>','<p class=\"add\">追記<br />\rドロップですが、レアと製造関連しかドロップしないようです。<br />\rレアも75，79なので、雪山のシロクママップの方がハーブ、古生物史が取れる分お得だと思います。</p>\r<p class=\"add\">追記<br />\r暇なのでサブを動かしてました。<br />\rブリンである方がアクセラレーション入門(プリーストLv.101スキル)をバザーしていました。<br />\rあと夜はばらまきしてましたね。<br />\rで気づいたのですが、三次職はLv.103～だと思っていたのですが、これから見るとLv.101～みたいです。<br />\rということは、武器も2Lvごとに更新？そうだといいですね。</p>',1,2411,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:13','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060930_2203',3,0,'2006-09-30 22:03:48','mari-さん休憩式',null,'<p>mari-さんの休憩式に行ってきました。</p>\r<p>21:00~というお話だったのですけど、本人いつまで経っても現れません。<br />\r87迄あと少しというところでロストでもがいておられたようです。</p>','<p>その間ずっと皆でボールパークで雑談していました。<br />\rmari-さんの休憩式では、皆でSSを取ると言うことで並んでいましたが、人が多いですね。<br />\rこれだけ人が集まっているのを見るのは久々です。mari-さんの人柄が想像できますね。<br />\r<img height=\"280\" alt=\"mari-休憩式 人が多すぎる・・・\" width=\"460\" src=\"http://blog.blackcatlab.com/images/xo/xo060930_1.jpg\" /></p>\r<p>二次会はロストへグリを倒しに行ったようです。<br />\rこれだけ人が多いとなにもすることがない＆落ちて浮くだけの可能性が高いので、イベントには珍しくご辞退させていただきました。<br />\r辞退するイベントはイソッチチョコ以来でしょうか？</p>',1,2237,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo060930_2358',3,0,'2006-09-30 23:58:00','9/27 新マップ(ダリーブ平原、ベンダロール平原)',null,'<p>今回は9/27にエイルの東側に延びた新マップに小夜と一緒に行ってきました。</p>\r<p>&lt;img height=&quot;400&quot; alt=&quot;ベンダ</p>','<p>あと、ペイシャン邸の奥にも入ってきました。<br />\rずっとあるみたいなのですが、いつからあるんですかね。たしか、一護のお着替えのときにはあったような？<br />\rでも記憶に残ってる限り入ったことがありませんでした♪<br />\rSS撮ってくるのを忘れました。何か財宝が眠ってそうな場所です。雰囲気だけでものを言うとインディージョーンズ？聖杯でもあるのかしらん？<br />\rここからダンジョンにつながるという噂がありますが、一番奥の部屋か、向かって右側の部屋の北東の角あたりが怪しい。だってここ突き当たりになにも無いんですもの！</p>\r<p>&lt;img height=&quot;400&quot; alt=&quot;クルリパの</p>',1,2274,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('DelphiCompTop',3,0,'2006-10-01 00:00:00','■ Delphi フリーコンポーネント',null,'<h3>コンポーネントをお使いいただく前に</h3>\r<p>以下のコンポーネントは Borland Delphi に対応した開発者向けソフトウェア部品です。<br />\r不具合が見つかった場合や要望を頂いた場合には、可能であれば修正・変更を行います。しかし、責任は負いかねます。<br />\r上記についてご了承いただける方であれば、どなたでも自由にお使い頂くことが可能です。<br />\r不具合・要望のご連絡は<a href=\"/forum/\">掲示板</a>へどうぞ!</p>\r<p><em>2006/11/27 追記しました</em><br />\rくろねこ製コンポーネントのソースコード配布についてまとめました<br />\r「[story:Distribution_of_component_source_code]」をご参照ください。</p>','<h3><a href=\"http://www.blackcat.xyz/article.php/JDBGrid\">拡張データベース対応グリッドコンポーネント - JDBGrid</a> の主な機能</h3>\r<p>Delphi標準のDBGridに様々な表示用/編集補助機能が付加されたデータベース対応グリッドコンポーネントです。以下の機能が付加されています。</p>\r<ul>\r    <li>1レコードあたり2行表示</li>\r    <li>1行ごとに色変更</li>\r    <li>列固定</li>\r    <li>チェックボックス表示</li>\r    <li>ボタン表示</li>\r    <li>参照項目以外でのリスト表示</li>\r    <li>ソート状態の表示</li>\r</ul>\r<p>ただし、TCustomDBGridから派生していません。</p>\r<h3><a href=\"http://www.blackcat.xyz/article.php/JEdit\">拡張マスク編集コントロール - JDBEdit</a> の主な機能</h3>\r<p>【機能1】<br />\rJEdit、JDBEdit は決められた文字数を入力すると、自動的に次のコントロールへフォーカスを移動します。<br />\r(決められた文字数=MaxLengthの値)</p>\r<p>【機能2】<br />\rマスクに加え、上書き/挿入モードや半角/全角固定入力機能などの特徴を備えています。</p>\r<p>【機能3】<br />\rフリガナをほかのコントロールに出力するための機能を持っています。 プロパティにエディットコントロール名を指定するだけで、そのコントロールに入力が発生するたびにフリガナが自動的に入力されます。</p>\r<p>【機能4】<br />\rDataSource などのデータベース関連のプロパティを一切設定しなかった場合、通常の TJEdit として動作する。<br />\rこれで、プロトタイプで画面イメージだけ作る際には、データベースと関連付けず必要になったときにだけデータベースと関連付けることが出来ます。</p>',1,8176,0,0,'0000-00-00 00:00:00',0,'<a href=\"/forum/\">掲示板</a>\n<a href=\"http://www.blackcat.xyz/article.php/JDBGrid\">拡張データベー',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('JDBGrid',3,0,'2006-10-01 00:00:01','拡張データベース対応グリッドコンポーネント - bcDBGrid -','','<h2>【機能概要】</h2>\r\n<p>Delphi 標準の DBGrid に様々な表示用/編集補助機能が付加されたデータベース対応グリッドコンポーネントです。以下の機能が付加されています。</p>\r\n<ul>\r\n<li>1レコードあたり2行表示</li>\r\n<li>1行ごとに色変更</li>\r\n<li>列固定</li>\r\n<li>チェックボックス表示</li>\r\n<li>ボタン表示</li>\r\n<li>参照項目以外でのリスト表示</li>\r\n<li>ソート状態の表示</li>\r\n<li>カラム結合表示</li>\r\n</ul>\r\n<p>ただし、TCustomDBGrid から派生していません。</p>\r\n<p><a href=\"/article.php/JDBGridOutline\">絵で見る機能概要</a></p>','<h3>【インストール方法】</h3>\r\n<p>解凍したファイルを同一ディレクトリにおいてインストールを行います。<br />インストール先にはDelphiの環境設定などでパスが通るように設定してください。</p>\r\n<h3>【使用方法】</h3>\r\n<p>現在滞り中！</p>\r\n<h3 class=\"em\">【制限事項】</h3>\r\n<ol>\r\n<li>Oracle の ADT フィールドはサポートしていません。</li>\r\n</ol>\r\n<h3 class=\"em\">【注意事項】</h3>\r\n<ol>\r\n<li>バージョン3.2.2から一部のプロパティを名前変更しました。<br />以下のプロパティは 3.2.2 以降でデザインして保存し直すと、自動的に新プロパティで置き換えられます。<br /><em>バージョン3.2.12で該当3プロパティを削除しました。</em><ol>\r\n<li>BiLineColor &rarr; AlternatingRecordColor</li>\r\n<li>FocusRecordColor &rarr; FocusedRecordColor</li>\r\n<li>FocusRecordColorChange &rarr; FocusedRecordColorChange</li>\r\n</ol><em>今後は新しい方のプロパティをご使用下さい</em>。</li>\r\n<li>バージョン2.3.0 より DefaultRowHeight プロパティを使用しなくなりました。 <br />このため、バージョン2.3.0以前で作成されたプロジェクトをコンパイルしようとすると、上記プロパティが存在しない旨を示すエラーが表示されます。<br />この場合、「無視」を選択し、処理してください。</li>\r\n</ol>\r\n<h3 class=\"em\">【現在見つかっている問題点】</h3>\r\n<ol>\r\n<li>結合フィールドがある状態で、カラムの移動をすると表示が乱れる</li>\r\n<li>結合カラムがある状態だと設計時のサイズが正しく実行時に反映されないケースがある。</li>\r\n<li>グラフィックスフィールドでの編集をサポートできていません。(VCL.Net)</li>\r\n<li>Column.ListSource に実在しないフィールド名を列挙し実行した際に例外が発生します。その発生する例外にフィールド名が含まれず「項目\'\'が見つかりません」となります。(Win32 &amp; VCL.Net)</li>\r\n</ol>\r\n<p><a href=\"/forum/index.php\"><em>何か問題点が見つかったら、お手数ですがご連絡ください。</em></a></p>\r\n<h3>【修正・変更履歴】</h3>\r\n<p><a href=\"/article.php/JDBGridHistory\">変更・修正履歴のぺージへ</a></p>\r\n<h3>【今後の予定】</h3>\r\n<ol>\r\n<li>本サイト上への bcDBGrid(JDBGridから改名) のヘルプを追加</li>\r\n</ol>\r\n<h3>【動作環境】</h3>\r\n<p>Delphi 7 ～ 2005</p>\r\n<h3>【ダウンロード】</h3>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr><th>Framework</th><th>Delphi version</th><th>JDBGrid version</th><th>Download file</th></tr>\r\n<tr><th rowspan=\"2\">for VCL.Net</th>\r\n<td align=\"center\">Delphi 2006版</td>\r\n<td align=\"center\">V3.2.12</td>\r\n<td align=\"center\"><a href=\"/filemgmt/visit.php?lid=32\"><img src=\"/images/download.gif\" alt=\"download\" width=\"76\" height=\"18\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\">Delphi 2005版</td>\r\n<td align=\"center\">V3.2.11</td>\r\n<td align=\"center\"><a href=\"/filemgmt/visit.php?lid=6\"><img src=\"/images/download.gif\" alt=\"download\" width=\"76\" height=\"18\" /></a></td>\r\n</tr>\r\n<tr><th rowspan=\"6\">for Win32</th>\r\n<td align=\"center\">Delphi 2006版</td>\r\n<td align=\"center\">V3.2.12</td>\r\n<td align=\"center\"><a href=\"/filemgmt/visit.php?lid=31\"><img src=\"/images/download.gif\" alt=\"download\" width=\"76\" height=\"18\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\">Delphi 2005版</td>\r\n<td align=\"center\">V3.2.11</td>\r\n<td align=\"center\"><a href=\"/filemgmt/visit.php?lid=5\"><img src=\"/images/download.gif\" alt=\"download\" width=\"76\" height=\"18\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\">Delphi 7 版</td>\r\n<td align=\"center\">V3.2.11</td>\r\n<td align=\"center\"><a href=\"/filemgmt/visit.php?lid=4\"><img src=\"/images/download.gif\" alt=\"download\" width=\"76\" height=\"18\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\">Delphi 6 版</td>\r\n<td align=\"center\">V3.2.11</td>\r\n<td align=\"center\"><a href=\"/filemgmt/visit.php?lid=3\"><img src=\"/images/download.gif\" alt=\"download\" width=\"76\" height=\"18\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\">Delphi 5 版</td>\r\n<td align=\"center\">V3.2.7</td>\r\n<td align=\"center\"><a href=\"/filemgmt/visit.php?lid=2\"><img src=\"/images/download.gif\" alt=\"download\" width=\"76\" height=\"18\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&lt;Unicode版Delphi用 JDBGrid ... bcDBGrid テスト公開中&gt;</p>\r\n<h3>【ダウンロード】</h3>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr><th>Framework</th><th>Delphi version</th><th>bcDBGrid version</th><th>Download file</th></tr>\r\n<tr><th rowspan=\"2\">for Win32</th>\r\n<td>Delphi XE4版</td>\r\n<td>V3.2.12</td>\r\n<td><a href=\"/filemgmt/visit.php?lid=38\"><img src=\"/images/download.gif\" alt=\"download\" width=\"76\" height=\"18\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>Delphi 2010版</td>\r\n<td>V3.2.12</td>\r\n<td><a href=\"/filemgmt/visit.php?lid=37\"><img src=\"/images/download.gif\" alt=\"download\" width=\"76\" height=\"18\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>【サンプルプログラム】</h3>\r\n<p>サンプルプログラムぺージでは、２種類のサンプルプログラムを用意しています。</p>\r\n<ol>\r\n<li>基本機能サンプル</li>\r\n<li>ドロップダウンリスト表示サンプル</li>\r\n</ol>\r\n<p><a href=\"/article.php/JDBGridSample\">サンプルプログラムぺージ</a></p>',2,12554,0,0,'1970-01-01 09:00:00',0,'<a href=\"/article.php/JDBGridOutline\">絵で見る機能概要</a>\n<a href=\"/forum/index.php\">何か問題点が見',0,1,1,0,0,'2015-06-29 13:48:35','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('JEdit',3,0,'2006-10-01 00:00:02','データベース対応マスク付きエディットコンポーネント - JDBEdit -','','<h3>【内容紹介】</h3>\r<p>Delphi 標準の TMaskEdit に様々な表示用/編集補助機能が付加されたデータベース対応グリッドコンポーネントです。</p>\r<ul>\r    <li>半角/全角の文字種制限</li>\r    <li>上書き/挿入モードのトグル機能</li>\r    <li>最大許容文字数を入力時フォーカス移動機能</li>\r    <li>フォーカス取得時のフォント・背景色変更機能</li>\r    <li>1つのコントロールでDB対応、非対応マスク付き編集コントロールとして機能</li>\r</ul>\r<p>ただし、TCustomMaskEdit から派生していません、TCustomEdit からの派生となります。<br />\r現在、フリーでご提供しています。</p>','<h3>【インストール方法】</h3>\r<p>解凍したファイルを同一ディレクトリにおいてインストールを行います。<br />\rインストール先には Delphi の環境設定などでパスが通るように設定してください</p>\r<h3 class=\"em\">【現在見つかっている問題点】</h3>\r<ol>\r    <li>何か問題点が見つかったらご連絡ください。</li>\r</ol>\r<h3>【最近の修正点・変更点】</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>バージョン</th>\r            <th>修正内容</th>\r        </tr>\r        <tr>\r            <td class=\"ver\">V1.0.3</td>\r            <td class=\"remark\">設計時のFontプロパティ変更が実行時に反映されていなかった問題を修正。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V1.0.2</td>\r            <td class=\"remark\">IndipendentAlinment プロパティを AlignmentFromDB と名称を変更しました。AlignmentFromDB プロパティは、Alinment をデータベースから取得します。Alignment プロパティをデータベースの Alignment と異なる値に変更すると、自動的に False に変わります。また、AlignmentFromDB を False から True に変更すると、データベースの Alignment で更新されます。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V1.0.1</td>\r            <td class=\"remark\">CRtoNextプロパティを True に設定、Enterキーで移動時にBeep音が発生していたのを抑制しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V1.0.0</td>\r            <td class=\"remark\">Delphi7用のパッケージに不備がありインストールできないトラブルがありました。<br />\r            パッケージを修正しましたので、再度ダウンロードをお願いします。</td>\r        </tr>\r    </tbody>\r</table>\r<h3>【今後の予定】</h3>\r<ol>\r    <li>Delphi2005 版も落ち着いたら作成しようかと思っています。</li>\r</ol>\r<h3>【動作環境】</h3>\r<p>Delphi7</p>\r<h3>【ダウンロード】</h3>\r<p>Win32 版</p>\r<ul class=\"indent2\">\r    <li>Delphi 7.0 版（V1.0.3） <a href=\"/filemgmt/visit.php?lid=13\"><img border=\"0\" alt=\"JEdit Delphi7版\" width=\"76\" height=\"18\" src=\"/images/download.gif\" /></a></li>\r</ul>',1,7275,0,0,'1970-01-01 09:00:00',0,'<a href=\"/filemgmt/visit.php?lid=13\">/filemgmt/visit.php?lid=13</a>',0,1,1,0,0,'2010-07-30 18:38:03','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('JDBGridOutline',3,0,'2006-10-01 00:00:03','JDBGrid 絵で見る機能概要',null,'<h3>【JDBGrid の基本4機能の紹介】</h3>\r<table border=\"0\">\r    <tbody>\r        <tr>\r            <td>【機能1】<br />\r            JDBGrid はレコードごとに色を変えてデータを見やすくすることができます。 色を変えない場合に比べデータの分かれ目が非常にわかりやすくなるので、 大きな表を見る場合や、1レコードあたり2行を使って表示するような場合などに役に立ちます。<br />\r            また、カレント行の色を変更することも出来るので、現在選択している行がどこなのかインジゲータだけの場合よりも遙かに直感的にわかりやすくなっています。</td>\r            <td><a href=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_1_original.gif\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"150\" src=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_1.gif\" alt=\"\"></a></td>\r        </tr>\r        <tr>\r            <td><a href=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_2_original.gif\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"150\" src=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_2.gif\" alt=\"\"></a></td>\r            <td>【機能2】<br />\r            同様に大きな表の場合、列固定することによっても見やすくなります。 大きな表になると左右のスクロールが発生するので、たとえば「この金額は、どの商品の金額だったかな？」といったことになりかねません。 そんなときには列固定をすると、スクロールしても「商品名」はいつでも見えているので、商品とスペックが一目瞭然です。<br />\r            また、固定しても固定行の色にはならず、通常の非固定行と同じ色ですので違和感がありません。 <br />\r            左の例は国名を固定した例です。</td>\r        </tr>\r        <tr>\r            <td>【機能3】<br />\r            そのほか、セル内にボタンやチェックボックス、ルックアップコンボボックスなどの編集補助機能も表示できます。<br />\r            ルックアップコンボボックスをコードのセルに適用すると。コードを選択する際に、名称を見ながらといった用途に使用できます。<br />\r            また、ボタンをグリッド内に配置することで、大きくなりがちな表を一部ポップアップ画面にするといった方法が採れます。</td>\r            <td><a href=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_3_original.gif\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"150\" src=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_3.gif\" alt=\"\"></a></td>\r        </tr>\r        <tr>\r            <td><a href=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_4_original.gif\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"150\" src=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_4.gif\" alt=\"\"></a></td>\r            <td>【機能4】<br />\r            最後にタイトルセルをクリックするとソート状態を変更できます。ユーザーが見やすいソート順を自身で選択できます。</td>\r        </tr>\r    </tbody>\r</table>','',1,6240,2,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_1_original.gif\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_2_original.gif\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_3_original.gif\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/JDBGridOutline_4_original.gif\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('JDBGridSample',3,0,'2006-10-01 00:00:04','JDBGrid サンプルプログラム一覧',null,'<H3>【ご使用いただく前に】</H3>以下で提供しているサンプルプログラムは、くろねこのコンポーネントの一部機能を理解していただくために提供しているもので、全ての機能の紹介ではありません。また、作成時点での動作確認しか行っておらず、将来のバージョンにわたって動作の確認が取れているわけではない点もご了承ください。','<H2 _fckxhtmljob=\"1\">【サンプルプログラム1】</H2>\r\n<P _fckxhtmljob=\"1\">JDBGrid を用いたサンプルプログラムをご用意しました。(Delphi6 or 2005 にて作成)<BR _fckxhtmljob=\"1\">本サンプルプログラムでは、以下の機能を使用しています。 </P>\r\n<OL _fckxhtmljob=\"1\">\r\n<LI _fckxhtmljob=\"1\">列固定機能 → FixedCols \r\n<LI _fckxhtmljob=\"1\">1レコード複数行表示機能 → RowsPerRecord \r\n<LI _fckxhtmljob=\"1\">1レコードごとの RowColor 変更機能 → BiLineColor \r\n<LI _fckxhtmljob=\"1\">ボタン表示機能 → Columns.ButtunStyle = cbsButton </LI></OL>\r\n<TABLE class=\" FCK__ShowTableBorders\" _fckxhtmljob=\"1\">\r\n<TBODY _fckxhtmljob=\"1\">\r\n<TR _fckxhtmljob=\"1\">\r\n<TH _fckxhtmljob=\"1\">Framework</TH>\r\n<TH _fckxhtmljob=\"1\">Delphi version </TH>\r\n<TH _fckxhtmljob=\"1\">JDBGrid version</TH>\r\n<TH _fckxhtmljob=\"1\">Download file </TH></TR>\r\n<TR _fckxhtmljob=\"1\">\r\n<TH _fckxhtmljob=\"1\">for VCL.Net</TH>\r\n<TD _fckxhtmljob=\"1\">Delphi 2005版</TD>\r\n<TD _fckxhtmljob=\"1\">for All versions</TD>\r\n<TD _fckxhtmljob=\"1\"><A href=\"http://www.blackcat.xyz/filemgmt/visit.php?lid=11\" _fckxhtmljob=\"1\"><IMG height=18 alt=download src=\"http://www.blackcat.xyz/images/download.gif\" width=76 _fckxhtmljob=\"1\"></A></TD></TR>\r\n<TR _fckxhtmljob=\"1\">\r\n<TH _fckxhtmljob=\"1\">for Win32</TH>\r\n<TD _fckxhtmljob=\"1\">Delphi 6.0 版</TD>\r\n<TD _fckxhtmljob=\"1\">for All versions</TD>\r\n<TD _fckxhtmljob=\"1\"><A href=\"http://www.blackcat.xyz/filemgmt/visit.php?lid=10\" _fckxhtmljob=\"1\"><IMG height=18 alt=download src=\"http://www.blackcat.xyz/images/download.gif\" width=76 _fckxhtmljob=\"1\"></A></TD></TR></TBODY></TABLE>\r\n<H2 _fckxhtmljob=\"1\">【サンプルプログラム2】</H2>\r\n<P _fckxhtmljob=\"1\">JDBGrid を用いたサンプルプログラムをご用意しました。(Delphi7にて作成)<BR _fckxhtmljob=\"1\">本サンプルプログラムでは、以下の機能を使用しています。 </P>\r\n<OL class=indent2 _fckxhtmljob=\"1\">\r\n<LI _fckxhtmljob=\"1\">参照項目を使わないドロップダウンリスト表示 ListSource, KeyField, ListField </LI></OL>\r\n<TABLE class=\" FCK__ShowTableBorders\" _fckxhtmljob=\"1\">\r\n<TBODY _fckxhtmljob=\"1\">\r\n<TR _fckxhtmljob=\"1\">\r\n<TH _fckxhtmljob=\"1\">Framework</TH>\r\n<TH _fckxhtmljob=\"1\">Delphi version </TH>\r\n<TH _fckxhtmljob=\"1\">JDBGrid version</TH>\r\n<TH _fckxhtmljob=\"1\">Download file </TH></TR>\r\n<TR _fckxhtmljob=\"1\">\r\n<TH _fckxhtmljob=\"1\">for Win32</TH>\r\n<TD _fckxhtmljob=\"1\">Delphi 7.0 版</TD>\r\n<TD _fckxhtmljob=\"1\">for V3.0.8 以降</TD>\r\n<TD _fckxhtmljob=\"1\"><A href=\"http://www.blackcat.xyz/filemgmt/visit.php?lid=12\" _fckxhtmljob=\"1\"><IMG height=18 alt=download src=\"http://www.blackcat.xyz/images/download.gif\" width=76 _fckxhtmljob=\"1\"></A></TD></TR></TBODY></TABLE>',1,6539,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/filemgmt/visit.php?lid=11\">http://www.blackcatlab....</a>\r\n<a href=\"http://www.blackcat.xyz/filemgmt/visit.php?lid=10\">http://www.blackcatlab....</a>\r\n<a href=\"http://www.blackcat.xyz/filemgmt/visit.php?lid=12\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('JDBGridHistory',3,0,'2006-10-01 00:00:57','JDBGrid 過去の修正・変更履歴',null,'<h3>【修正・変更履歴】</h3>\r<p>バージョン3.2.6までの修正履歴を一覧形式にて提供しています。<br />\r今後機能追加・不具合修正を行った場合には、1つの記事として取り扱うようにしますので、そちらをご参照ください。</p>','<h3>【修正・変更履歴一覧】</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>バージョン</th>\r            <th>修正内容</th>\r        </tr>\r        <tr>\r            <td class=\"ver\">v3.2.6</td>\r            <td class=\"remark\">\r            <ol>v3.2.5で修正が出来ていなかった Tab、Enterキーでの移動時の不具合を再修正<br />\r                <li>Enterキーで移動した場合に通常&hArr;編集の遷移に不具合</li>\r                <li>Tabキーで移動した際に結合カラムにも移動していた問題を修正</li>\r                <li>カラムエディタで TabStop が設定できるように仕様追加</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">v3.2.5</td>\r            <td class=\"remark\">\r            <ol>\r                <li>Tab、Enterキーでの移動時の不具合を修正</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.2.4</td>\r            <td class=\"remark\">\r            <ol>\r                <li>垂直結合カラムで項目移動した際の移動を見直しました(垂直方向)。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.2.3</td>\r            <td class=\"remark\">\r            <ol>\r                <li>カラムを移動させた際に全く違うカラムが移動している不具合を修正しました。</li>\r                <li>色の優先順位を見直しました。(優先順位：フォーカス時＞項目＞隔行＞全体)</li>\r                <li>結合カラムのフォーカスが正しく描画されず、残像が残る不具合を修正しました。</li>\r                <li>結合カラムで編集状態に遷移する際に、アクセスバイオレーションが発生する不具合を修正しました。</li>\r                <li>固定列を動的に変更すると、タイトルが描画されない/固定列が設定されない不具合を修正しました。</li>\r                <li>水平結合カラムで項目移動した際の移動を見直しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.2.2</td>\r            <td class=\"remark\">カラムエディタでカラムを並び替えた後のカラムの選択を変更しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.2.1</td>\r            <td class=\"remark\">\r            <ol>\r                <li>一部のプロパティ名称を変更しました。\r                <ol>\r                    <li>BiLineColor &rarr; AlternatingRecordColor</li>\r                    <li>FocusRecordColor &rarr; FocusedRecordColor</li>\r                    <li>FocusRecordColorChange &rarr; FocusedRecordColorChange</li>\r                </ol>\r                </li>\r                <li>結合カラムの描画方法を改善しました。</li>\r                <li>カラムエディタの不具合を改善しました。\r                <ol>\r                    <li>「すべての項目の追加」が使えないときがある不具合を修正。</li>\r                    <li>ドラッグでカラムを入れ替えたときに起きる不具合の修正。</li>\r                </ol>\r                </li>\r                <li>新規レコードの追加許可、レコードの削除許可を追加しました。<br />\r                (Options プロパティにて設定可能)</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.2.0</td>\r            <td class=\"remark\">\r            <ol>\r                <li>Columns.BindColumn プロパティによる、列の連結をサポートしました。<br />\r                (インプレースエディタ関連が列連結をサポートできていないので表示時のみとさせていただきます。)</li>\r                <li>カラムエディタ上でマウスによる D&amp;D での操作の不具合を修正しました。</li>\r                <li>カラムの文字の上下揃えが保存されない不具合を修正しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.1.5</td>\r            <td class=\"remark\">FixedCols と RowsPerRecords プロパティの読み込み時の動作を変更しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.1.4</td>\r            <td class=\"remark\">\r            <ol>\r                <li>Active な DataSet を参照していない場合に、カラムを編集すると発生する不具合を修正しました。</li>\r                <li>Active な DataSet を参照していない場合に、キー操作を行うと発生する不具合を修正しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.1.3</td>\r            <td class=\"remark\">Enabled プロパティが正しく動いていない問題を修正しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.1.2</td>\r            <td class=\"remark\">Active な DataSet を参照していないかつ複数行表示の際、2行目以降のタイトルセルをクリックした時に発生する、アクセスバイオレーションを修正しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.1.1</td>\r            <td class=\"remark\">Active な DataSet を参照していない際に、タイトルセルをクリックした時に発生する、アクセスバイオレーションを修正しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.1.0</td>\r            <td class=\"remark\">Memo 型フィールド編集のサポート。改行はCtrl+Enterで挿入できます。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.15</td>\r            <td class=\"remark\">RowsPerRecord&gt;=2 の設定環境下で1レコードの総行の高さがグリッドの高さを超えたときの不具合を修正</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.14</td>\r            <td class=\"remark\">RowsPerRecord&gt;=2, jdgRowSelect の設定環境下で、レコード移動を行った際に残像が残る問題を修正</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.13</td>\r            <td class=\"remark\">RowsPerRecord&gt;=2, jdgRowSelect の設定環境下で、フォーカスが他コントロールに移動した際に発生した描画問題に対応</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.12</td>\r            <td class=\"remark\">RowsPerRecord&gt;=2, jdgRowSelect の設定環境下で、レコード移動に&uarr;&darr;が RowsPerRecord 回数分必要な問題に対応</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.11</td>\r            <td class=\"remark\">Active=true の TTable を削除すると発生する例外に対応</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.10</td>\r            <td class=\"remark\">\r            <ol>\r                <li>RowsPerRecord を 2 以上に設定している JDBGrid が参照している、DataSet の Active プロパティを False に設定した際にエラーが発生する問題を修正しました。</li>\r                <li>カラムエディタの不具合を修正しました。(１つもカラムがないときに、全カラム追加が Disable になる問題未解決)</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.9</td>\r            <td class=\"remark\">\r            <ol>\r                <li>VCL.Net 版のドロップダウンリストの不具合を修正しました。</li>\r                <li>グラフィックカラムの右クリックメニュー追加(不要な場合は、PopupMenu より削除してください。今後、よりよい方法を検討中)</li>\r                <li>Enabled プロパティを変更した際に描画が正しく行われていなかった問題の修正(Borland QC#2881)</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.8</td>\r            <td class=\"remark\">カラムエディタを独自に作成したものに変更しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.7</td>\r            <td class=\"remark\">Delphi2005用新規作成。<br />\r            ピックアップリスト用ルックアップフィールドのフィールドプロパティエディタの修正しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.6</td>\r            <td class=\"remark\">RowsPerRecord とColumns の関係が成立しなくなると、DrawCell でインデックスが範囲を超える問題を修正しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.5</td>\r            <td class=\"remark\">\r            <ol>\r                <li>複数行設定時、新規レコード最下行で&darr;キーを押した際にOffsetの計算が間違っていたのを修正しました。</li>\r                <li>マウスホイール時Offsetがずれる問題を修正</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.4</td>\r            <td class=\"remark\">ForcusRecordColorとParentColorの関係を修正しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.3</td>\r            <td class=\"remark\">タイトル行が２行以上ある場合に、DataRowHeightが正しく設定されていない問題を修正しました。また、カラム.タイトルのフォントを変更した際の動作も修正しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.2</td>\r            <td class=\"remark\">フォーカスがあるレコード(≒選択したレコード)の色を変更できるようにしました。<br />\r            FocusRecordColorChange を True に変更し、FocusRecordColor に色を設定してください。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.1</td>\r            <td class=\"remark\">Option が jdgColumnResize = false の際に、タイトルをクリックするとタイトルが2行に増えて表示される問題を修正しました。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V3.0.0</td>\r            <td class=\"remark\">VCL.Net 対応しました。（Delphi8版のみ）<br />\r            ヘルプはまだMS HELP 2 にできていないので、前のままです。</td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.5.3</td>\r            <td class=\"remark\">\r            <ol>\r                <li>Option のjdgIndicatorを抜く(インジゲータを非表示に変更する)と例外が発生するバグ修正しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.5.3</td>\r            <td class=\"remark\">\r            <ol>\r                <li>Option のjdgIndicatorを抜く(インジゲータを非表示に変更する)と例外が発生するバグ修正しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.5.2</td>\r            <td class=\"remark\">\r            <ol>\r                <li>レコード追加状態(インジゲータが*のとき)からほかレコードにマウスで移動した場合にインジゲータとカラムのフォーカスが一致しなかったバグ修正しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.5.1</td>\r            <td class=\"remark\">\r            <ol>\r                <li>SelectIndex プロパティ代入時の問題修正しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.5.0</td>\r            <td class=\"remark\">\r            <ol>\r                <li>Columns プロパティ専用プロパティエディタを搭載。まだカラムを作成していない（デフォルトのカラムがある）状態の際に、編集できないカラムが表示されている問題を解消 しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.4.4</td>\r            <td class=\"remark\">\r            <ol>\r                <li>SelectedIndex、SelectField の問題点修正（現在何行目かが不明になっていた。）</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.4.3</td>\r            <td class=\"remark\">\r            <ol>\r                <li>OnCelExit、OnCelEnter の発生タイミングを修正しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.4.2</td>\r            <td class=\"remark\">\r            <ol>\r                <li>TJDBGridColumns.AddAllFields を追加しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">Ｖ2.4.1</td>\r            <td class=\"remark\">\r            <ol>\r                <li>各カラムでの OnClick イベントの追加しました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.4.0</td>\r            <td class=\"remark\">\r            <ol>\r                <li>Memo、BLOBタイプフィールドのサポートしました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.3.5</td>\r            <td class=\"remark\">\r            <ol>\r                <li>ホイールマウスに対応しました。(ただし上下移動のみ、私のマウスは上下移動しかできません。左右に動くホイールマウスってあるのかな？)<br />\r                ホイールをクリクリ動かすと、対象セルが上下に動きます。(インジゲータも)</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.3.4</td>\r            <td class=\"remark\">\r            <ol>\r                <li>1レコード複数行表示している際で2レコード目以降にフォーカスがある場合、ソート順を変更すると以降の操作で実際のカレントレコードと表示があわなくなったり、上下のセル移動ができなくなったりする。</li>\r                <li>タイトルクリック時、クリックしたタイトルと異なるタイトルがクリックされたことになる場合がある。\r                <p><strong>以降 Delphi5 用のみ</strong></p>\r                </li>\r                <li>複数行表示した際に、フォーカスの動きがおかしい。<br />\r                例)実際には4レコード目がカレントだが4行目に以外フォーカスがあったりする。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.3.3</td>\r            <td class=\"remark\">\r            <ol>\r                <li>Delphi5 用で、メモリリークを起こす。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.3.2</td>\r            <td class=\"remark\">以下の問題を修正しました。\r            <ol>\r                <li>外部から(ほかの DBNavigator などで)レコード移動した場合に、インジゲータがずれる。</li>\r                <li>Enter キーで編集状態に入れない。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.2.4</td>\r            <td class=\"remark\">以下の問題を修正しました。\r            <ol>\r                <li>実行中に固定列数を変更した場合に実際の選択セルとは別に、可変セル部分の一番左上のセルがハイライト表示となる。</li>\r                <li>固定セル中をカーソルを左右に移動させた場合に、グリッド内の選択セルがハイライト表示でなくなる。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.2.3</td>\r            <td class=\"remark\">\r            <ol>\r                <li>FixedCols に2以上の値を設定し実行した際に、内部のチェック処理内で実際には固定列数が列数を超えていないにもかかわらず、「固定列数は列数より小さくなければなりません」とエラーメッセージが表示されておりました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.2.2</td>\r            <td class=\"remark\">\r            <ol>\r                <li>FixedCols に1以上を設定した場合に、列固定できます。しかし固定列にフォーカスを与えた場合に、可動部分にも表示される現象を変更し、固定列部分は固定部分にしか現れないようにしました。</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.2.1</td>\r            <td class=\"remark\">\r            <ol>\r                <li>JDBGridのColumnsプロパティに対し、RestoreDefaultsを行うと、ColumnのGlyphプロパティがnilになってしまうため、 Access Violation Errorが発生します。(RestoreDefaultsメソッドはColumnに設定した内容を元に戻すために使用します。)</li>\r            </ol>\r            </td>\r        </tr>\r        <tr>\r            <td class=\"ver\">V2.2.0</td>\r            <td class=\"remark\">\r            <ol>\r                <li>参照項目でないフィールドとリンクするカラムも、参照項目のようにドロップダウンリストが表示できるように変更 しました。</li>\r            </ol>\r            </td>\r        </tr>\r    </tbody>\r</table>\r<p class=\"center\"><a href=\"http://www.blackcat.xyz/article.php/JDBGrid\">JDBGrid ぺージへ</a></p>',1,5969,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/JDBGrid\">JDBGrid ぺージへ</a>',0,1,1,0,0,'2008-10-21 11:04:06','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('061001_yoshinoya',3,0,'2006-10-01 14:58:47','吉野家 牛丼食ってきた',null,'<p>今日、限定復活の牛丼を食ってきたぞ！</p>\r<p>11時過ぎに行ったんだけど、すでにいっぱいでしたね。<br />\r小さな駐車場がすぐにいっぱいになってました。<br />\r牛丼、久々だった。食い慣れた味って感じ。</p>\r<p>でも残念なのは、豚丼が無くなってた。<br />\rどこにも告知はなかったのに...<br />\r目の前に座ったお客さん、豚丼を頼んだつもりで牛丼が来たからビックリ！</p>\r<p>注文を受けたときに確認しなきゃね。あと店内のメニューなどに無いことを明記する必要もあると思うんだけど？</p>','',1,3514,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061002_1250',3,0,'2006-10-02 12:50:50','週末の出来事(9/30～10/1)',null,'<p>今週末はくろねこが経験値課金なしだったこともあり、くろねこの経験値はほとんど上がっていません。<br />\r今朝 Lv.90 16%</p>','<p>週末はまりにあさんとリンゴ100%のPLをしてリンゴのレベルが37に！<br />\r上がってから気分転換にカバルツB2Fにボス狩りに行ったけど見つからず、逆に透明MPKに襲われてまりにあさんが浮いちゃった；；<br />\r向こうからいかにも怪しい数が重なったハルバラの群が来たので透明かな？と思ってまりにあさんと逆側の石柱の周りをぐるりと回って確信しました。<br />\rで引き離しにかかったけど6割方まりにあさんへ...<br />\rまりにあさん普通に対応してたのでHPを見たときにはもう20%くらい、その後数秒で浮いてしまわれました。<br />\rその後ターゲットがねこに移ったので、逃げてたらマウスが効かなくなって...SHOP！<br />\r浮きそうだった...<br />\rねこが全部ハルバラを引き受けたらまりにあさん浮かなかったかな？どれとも共倒れだったのかな？<br />\r近くにひとり女性ファイターの方おられたけど逃げ切れたかなぁ？</p>\r<p>どちらにせよ、PTにスカイプが有れば今回まりにあも、ねこも浮かずに済んだと思います。<br />\rそれほど透明だとわかっていれば余裕で逃げ切れる相手でした。</p>\r<p>そのほか、☆★優★☆さんに誘われて書庫に行ったの！<br />\r赤クロック2匹？青クロック2～3匹？倒したけど、ドロップはギアが１個だけだったみたい。<br />\rしょぼーんだね。<br />\r途中、部品でも取れたらもうすぐLv.80になるつや♪さんにでもあげようかと思ったけど、かなわなかった。<br />\rつやさんには取り置きをあげようかな？<br />\r後衛の方って時計それほど価値がないのかな？うちの小夜さんも時計とばばぁとLGみたい。<br />\r時計もう一個いる？みたいな話を持ちかけたけど、それほど必要ではないみたいだね。<br />\r前衛は、攻撃速度が速くなるから結構うれしいんだけど！ちなみにねこはいつも時計3つ装備です。</p>\r<p>日曜日の晩は、しおんさんのお着替えでした。しおんさんオメデト8(^-^8&quot;)(8^-^)8&quot;☆オメデト。<br />\r<img height=\"300\" alt=\"しおんさんのお着替え\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061001.jpg\" /><br />\r今日1日で50%あげたとか？凄いと思ってたら&Dagger;綾徒流&Dagger;さんの所はPT全員でPLして灰色にゃんこさんを110%あげたとか？<span>そういえばmari-の休憩式のときヒトハも「サブはPTでPLするから楽だ」って言ってたっけ</span><strong>どうやらねこの勘違いみたい</strong>。<br />\rくろねこは、今週末PTの大蛇ソル君の狩りを手伝おうかと予定していたんだけど、今週末はインしなかったみたいね。<br />\rしおんさんもこれからはPTで冒険にでてくれるといいなぁ。</p>\r<p>その後は、小夜とふたりでロストへ<br />\r目的はリスを倒すことだったんだけど、西でしばらく狩りしてたら誰かがすでに戦闘してた。<br />\rふたりだったので倒せなかった様でHELPが来たので、周りの方々とお手伝い。<br />\r3秒くらいで終わっちゃった。<br />\r目的のリスがいなくなったので、東に...しばらく狩りをしているとJunがやってきた。<br />\r安全を見て南へ移動して、小夜と相談した結果30分でお風呂に！<br />\r30分後のリスに備えます。お風呂の後西で狩りしてたけど出会えず。OTZ. 眠いのでそこで解散しました！</p>\r<p>今朝、西で狩りしてたら囲まれてさばくまでにミニポ100使っちゃった。後ジュースも少し。<br />\rで、足りなくなったから街に戻って海賊に行ったら、スケルがいっぱいいたので回って集めて捨てようと思ったら...<br />\rラグで引っかかって捕まっちゃった!!! 仕方ないので、これまたさばいてたら今度は150ほど、ミニポが少なくなってきたときにこれは痛いね。</p>\r<p>で、小夜は枯れ木を探してさまよってたみたいなんだけど他の人が倒してしまったらしく、仕方がないのでカバルツB2Fに。<br />\rそこでニグレックだっけ？倒したみたい。ねこが到着してB3Fで探したけど、人もいないのにどこにもいない？？<br />\r出勤時間なので、帰り始めたら箱がいてアコ67？の杖が出た。クレ必需品だよね。<br />\rねこはその後落ちたけど、小夜は枯れ木に出会えたのかな？帰ったら聞いてみよう。</p>',1,2538,1,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061003_2204',3,0,'2006-10-03 22:04:37','おにゆり',null,'<p>おにゆりさんのブログが新しいURLで再開された模様です。</p>\r<p><a href=\"http://oniyuri.blog71.fc2.com/\">ゼネピックチーターのおにゆりが送る　プロゼネピック道</a>だったのが、<br />\r今回<br />\r<a href=\"http://oniyuri.blog77.fc2.com/\">おにゆりのゼネ観測</a><br />\rもう、傍観者に徹してますね...</p>\r<p>でも、DRAは配布されていますが！<br />\rなにやら記事によると、ツールではないようで運営も放置のようで使っても良いのかなぁ！<br />\rまぁ、ゼネのクライアントに改竄チェック＆改竄通報機能が無い限りばれることはないでしょうね。</p>\r<p>そもそもそんな機能が付いていたら、元々チートは起こらなかったわけで...</p>\r<p>仕様は自己責任で！</p>','',1,3419,1,2,'0000-00-00 00:00:00',0,'<a href=\"http://oniyuri.blog71.fc2.com/\">ゼネピックチーターのおにゆりが送る　プロゼネピック道</a>\n<a href=\"http://oniyuri.blog77.fc2.com/\">おにゆりのゼネ観測</a>',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061004_1250',3,0,'2006-10-04 12:50:48','今日も・・・ですか？',null,'<p>えー、今日も定期メンテナンス延長ですか？<br />\rしかも、18時まで！これほどの延長なら事前にお知らせできるはず？</p>\r<p>今日も定期メンテナンス延長と言うことはアレですね。<br />\r今日も緊急メンテが有りますね。きっと！</p>\r<p>今日も、雪山の洞窟開かないかな？<br />\rそれともクルリパか、ペイシャン邸かそのあたりにマップが伸びるのかな？</p>','<p class=\"add\">20:10 追記<br />\rしかし、のびすぎですな～。<br />\rハンゲのサイトアクセス多すぎて落ちまくり!!<br />\r三次職の情報が公開されてるから三次職もそろそろかな？</p>',1,2463,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061004_2120',3,0,'2006-10-04 21:20:07','祝！三次職実装、そして新マップ追加',null,'<p>ようやく三次職が実装された。<br />\rお（・&forall;・）め（・&forall;・）で（・&forall;・）と（・&forall;・）う！<br />\r今日は待ちに待った人たちの転職ラッシュでした。転職式に参加できた人もできなかった人もいるのですけど♪</p>','<p>ねこは新マップに行ったのらぁ♪<br />\rヨツンにいたので、エスネから向かってクルリパの警備兵のところで道が延長されていないことを確認。<br />\r<img height=\"400\" alt=\"クルリパの',1,2661,0,2,'0000-00-00 00:00:00',1,'',0,1,1,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061007_1100',3,0,'2006-10-07 11:00:36','小夜ちゃん82！',null,'<p>今日、初のPTでスカイプしました！</p>\r<p>小夜ちゃんがあと8％だったので、海賊船に行きました。<br />\r小夜ちゃん初めてだったので、慎重に！</p>\r<p>しばらくちゃんとカウントダウンしてくれてたんだけど、船長さん倒してドロップネズミが食って...<br />\r取り返して、また食われて...</p>\r<p>やってると、忘れてました...<br />\r囲まれてるときにいきなり羽が！</p>\r<p>SS撮れませんでした。OTZ</p>','',1,2236,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061008_0850',3,0,'2006-10-08 08:50:22','まりにあ、メイジ最後のレベルアップ',null,'<p>まりにあさん、火曜日にウィザードへ転職するので今回がメイジ最後の手ベルアップになります？した？<br />\r浮かなければいいけど。</p>\r<p>氷の洞窟に行かなければ安心か。</p>\r<p>今朝、まりにあさんからメールでお知らせ貰ったんだけど、寝てて気づいてなかった。<br />\r1時間後、またメールで督促が。<br />\r急いで行って、ふたりで羽をみました。<br />\r<img height=\"450\" alt=\"まりにあ104\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061008.jpg\" /></p>\r<p>レベルアップお(・&forall;・)め(・&forall;・)で(・&forall;・)と(・&forall;・)う！<br />\r</p>','',1,2459,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061008_2355',3,0,'2006-10-08 23:55:44','くろねこ レベル91に',null,'<p>くろねこね、やっとこさレベル91になりました。<br />\r<img height=\"480\" alt=\"くろ','',1,2124,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061009_2349',3,0,'2006-10-09 23:49:00','今日は疲れました。',null,'<p>昨日レベル91になった「くろねこ」ですが、朝から海賊船にいました。</p>\r<p>どうしてかというと、レベル91になるといくつかのスキルがアップグレードするんですね。<br />\rスキルブック販売員から、パワーラッシュ、トライアングルスラッシュ、メニスが購入できます。<br />\rさらに、武器もあたらしいものに変更なのですが...<br />\rナイト91の武器ってかっこわるいんです！どう見ても鉈！<br />\rこれはがんばって早く<strong>レベル95</strong>になるしかないって感じです。</p>','<p>まぁ、そんなことは置いておいて、海賊船に試し切りに行ったわけですよ。<br />\rいつも1000前後なのですが、新しい武器に変わったからと言ってそう簡単に与ダメが増える訳じゃないですね。<br />\r100増えたかな？増えてないだろうな？という感じでした。ばらつきがあるので統計を取らないとってそういう微妙なラインです。<br />\rでも防御が強くなった気がしました。それもそれほど変わらないはずなんですけどね。鎧+5から+6に変わったこと、あとはステータスを器用さに振ったから？<br />\rまぁ良いです。</p>\r<p>そんなことより凄いのは、プリーストさんに頂くスキルですよ。<br />\r海賊船のなかで透明プリーストさんが、フォースハンドとヴァイタリティを掛けてくれるんですね。共に攻撃力+100ずつですよ。<br />\r合計+200攻撃力が増えるんです。課金でも+100が最高なので課金より凄いですね。</p>\r<p>これにより、くろねこの与ダメが1000越えるくらいから1800～1900超まで上がりました。<br />\r運がいいとクリティカル2発で、B2Fのスカルが昇天します。確かクリティカルで3800位が最高だったと思いますです。</p>\r<p>狩り場に知り合いのプリーストさんがいつもいることに期待したいですね。</p>\r<p>今日は午前中は「ぐみ」さんと海賊船で船長さんを、午後からは書庫でねこパーティでロビーから書庫へそしてクロック狩り。<br />\rさらに帰ってきたところをスローさんにお誘いいただいて、「へいへい」さんとこれまたロビーから書庫へクロック狩りに行きました。<br />\r船長さんから、青いのいくつかと盾など頂きました。またクロックさんからは歯車といろいろな部品を頂きました。<br />\r順番決めてたんですけどね、フライングで取っちゃった人がいて予定の方に部品をあげることが出来ませんでした。<br />\rまた、取りに行けば良いんですけどね。</p>\r<p>最近また人が多くて出会いが少なくなりました。リアルもクロックも出会いが欲しい、そんな気がします。</p>',1,2376,0,0,'0000-00-00 00:00:00',1,'',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061010_2342',3,0,'2006-10-10 23:42:09','まりにあ転職♪',null,'<p>まりにあがウィザードに転職しました♪<br />\r予定通り22:10にウィザードの羽を伸ばしました。<br />\r<img height=\"450\" alt=\"まりにあ転職(ウィザード)\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061010_1.jpg\" /><br />\r秒まではきっちり合わせませんでしたが、まぁよしとしましょう。</p>\r<p>思ったより多くの人に参加していただけました。<br />\rまあ、まりにあの予想範囲内であったのかもしれませんが、パーティメンバの一部に声をかけるのを忘れてたぐらいなので...<br />\r少ないかな？と思ってしまってました。</p>','<p>転職後は、試し撃ちに「エバゲイルグローブ」へ<br />\rでも、弱すぎて確認にならなかったので図書館へ♪</p>\r<p>期待の範囲魔法は結構しょぼかったです。<br />\r<img height=\"400\" alt=\"フリーズプレッシャー\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061010_2.jpg\" /></p>\r<p>でも、ケースによっては使えるときがあるかも？<br />\rまりにあには、使い分けを期待♪<br />\r壁が耐えてるときにウィザードふたりくらいで後ろから範囲なんてあったら結構楽かもしれない！</p>',1,2288,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061011_0824',3,0,'2006-10-11 08:24:03','うぅ、かなぴー',null,'<p>なんか最近定番になりつつある、朝起きたら海賊船なんだけどぉ</p>\r<p>7:00 起きで早々にインしたの。<br />\rでね、B2Fもスカルがうじゃうじゃいたのででたらボコられるのね。<br />\rで、どうせ叩かれるなら...思って船倉に行こう！そう決めて船倉に入ったのね。<br />\rすると、マップ切替のタイミングで画面フリーズ！<br />\r痛い～</p>','<p>強制終了して入り直したら、もうヨツンだった。( p_q)エ-ン<br />\rなんか、昨日街だったのにライフガード装備で-3%ですんだんだけど、出勤までにがんばって取り戻せたのは2%強。<br />\rもう時給3%なんて行かないです。</p>\r<p>で、決めました。三次職に転職するまでひとりで船倉に行かない。<br />\r行くときは小夜かmary☆連れて行きます。<br />\r小夜だとスカイプ出来るので落ちてもヒールしててもらえそう。<br />\rしばらくひとりの時はクリク～インクウェルだなぁ。</p>\r<p>また、ぶどうを倉庫として復帰させるかな？<br />\rしかし、バグはやっかいです。狩りで死ぬことはほとんどないけど、バグと落としとMPKで死ぬ危険性はまだ多そうですね。</p>',1,2338,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061012_0821',3,0,'2006-10-12 08:21:27','くろねこ 三次職転職計画！',null,'<p>くろねこ 先日ざっくり転職計画を立てたのですけど、怪しかったのでExcelで転職計画を作成してみました。 Lv.87のグラチェンジの時の計画は何度も見直す羽目になったので、今回はちょっと余裕を見て... </p>\r<ol>\r    <li>平日:10%</li>\r    <li>土日祝:20%</li>\r</ol>\r作ってみたのですが、もうちょっと頑張れるんじゃない？と思い直し\r<ol>\r    <li>平日:12%</li>\r    <li>土日祝:25%</li>\r</ol>\rで作ってみました。\r<p>&nbsp;</p>\r<table>\r    <tbody>\r        <tr>\r            <th>Lv.</th>\r            <th>92</th>\r            <th>93</th>\r            <th>94</th>\r            <th>95</th>\r            <th>96</th>\r            <th>97</th>\r            <th>98</th>\r            <th>99</th>\r            <th>100</th>\r            <th>101</th>\r        </tr>\r        <tr>\r            <th>Date</th>\r            <td>10/15</td>\r            <td>10/21</td>\r            <td>10/28</td>\r            <td>11/4</td>\r            <td>11/10</td>\r            <td>11/16</td>\r            <td>11/22</td>\r            <td>11/28</td>\r            <td>12/5</td>\r            <td>12/11</td>\r        </tr>\r    </tbody>\r</table>\r<p>レベル95までは見直し無しで行きたいなぁ♪</p>\r<p>平日は4時間ちょっとくらい？休日は9時間くらいなのかなぁ。<br />\rあっ、今日は妹の所に出かけていた嫁が帰ってきました。<br />\r明日には、息子の誕生日祝いの自転車が届くとか、今週末は自転車乗せにどこかこけても痛くなさそうな所へ遊びに行くかな？</p>','',1,2996,0,0,'0000-00-00 00:00:00',1,'',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061012_2250',3,0,'2006-10-12 22:50:05','古生物史ページ5 と サイルロン',null,'<p>雪山のしろくまマップへやってきました。<br />\rまりにあさんが「サイルロン集める？」とお声をかけていただき、「ごはんたべてから」と話をしていたので来たの♪</p>\r<p>古生物史ページ5 前回メンテ日の 10/11 にも行ったのですが、ドロップ率は 2枚/時 とめっちゃひくく、他の人が取ってるのも1度見かけただけという状況だったんだけど、今日はざくざく14枚もゲットだじぇ～♪<br />\rその代わりサイルロンは3個、まりにあさんにも何個か行ってるけど、ページもサイルロンも対してくろねこと変わりないと思う。</p>\r<p>しかし、三次職が解禁になってから(あえて実装と言わない)、めっちゃ沸きますな～♪怖いくらいに。<br />\r多いときは1画面に8匹ほど沸いてる。ミニポがもたんよ君。</p>','<p>今日はmary☆と小夜ちゃんがレベルアップ。<br />\rmary☆は73、小夜ちゃんが83かな？<br />\r<img height=\"480\" alt=\"mary73\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061012.jpg\" /></p>\r<p>やばい、追いつかれる♪</p>\r<p>今日はノルマ達成できなかった。</p>',1,2346,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061015_1344',3,0,'2006-10-15 13:44:19','くろねこ レベル92',null,'<p>いやー 一日ノルマ25%はきつい。<br />\r狩りしてて時給が2.8%位かな？でも、頑張って Lv.92になりました。<br />\r<img width=\"400\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo061015_1344_1.jpg\" alt=\"\"></p>','<p>しかし、このレベルアップ前にある女性ナイトの方と出会ったのですが、話をお伺いすると1日100%達成とか。しかも、レベル85&rarr;87だったかな。<br />\rインクリマップで鬼狩りすると出来たらしいです。くろねこにはそこまでの集中力がないです。<br />\r正直休日の25%がきつい。ゼネ以外になにもできないもの。</p>\r<p>ということで、明日にでもプランをみなおすかな。でも年内に転職可能レベルまで上げたいけど。</p>',1,2464,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-29 16:50:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061016_0724',3,0,'2006-10-16 07:24:20','くろねこ 三次転職計画(見直し編)',null,'<p>昨夜、お風呂上がりに急に腹痛に見舞われたくろねこです。<br />\r冬が近づくとねこはおなかが冷えて腹痛に悩まされる機会が増えます。<br />\rやはり、計画は余裕を見ておかないと危険ですね。<br />\rということで、<a href=\"/blog/archives/2006/10/xo061012_0821.htm\">前回の計画</a>を見直し年内に三次になれる計画に直しました。<br />\rこれなら週に1回くらい浮いても何とかなりそうですね。</p>\r<p>計画を下記のように下方修正。でも年内に102レベル達成できる予定です。</p>\r<ul>\r    <li>平日:12% &rarr; 10%</li>\r    <li>土日祝:25% &rarr; 20%</li>\r</ul>\r<table>\r    <tbody>\r        <tr>\r            <th>Lv.</th>\r            <th>92</th>\r            <th>93</th>\r            <th>94</th>\r            <th>95</th>\r            <th>96</th>\r            <th>97</th>\r            <th>98</th>\r            <th>99</th>\r            <th>100</th>\r            <th>101</th>\r        </tr>\r        <tr>\r            <th>Date(B)</th>\r            <td>10/15</td>\r            <td>10/21</td>\r            <td>10/28</td>\r            <td>11/4</td>\r            <td>11/10</td>\r            <td>11/16</td>\r            <td>11/22</td>\r            <td>11/28</td>\r            <td>12/5</td>\r            <td>12/11</td>\r        </tr>\r        <tr>\r            <th>Date(A)</th>\r            <td>10/15</td>\r            <td>10/22</td>\r            <td>10/30</td>\r            <td>11/7</td>\r            <td>11/15</td>\r            <td>11/23</td>\r            <td>12/1</td>\r            <td>12/9</td>\r            <td>12/16</td>\r            <td>12/24</td>\r        </tr>\r    </tbody>\r</table>\r<p>ぼちぼちゆっくり行こう♪</p>','',1,2509,0,0,'0000-00-00 00:00:00',0,'<a href=\"/blog/archives/2006/10/xo061012_0821.htm\">前回の計画</a>',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('061019_regular_medical_checkups',3,0,'2006-10-19 06:43:21','健康診断',null,'<p>ブログデータベースの調子が悪く更新できない日々が...</p>\r<p>まあ、そんなことは良いんですけど。</p>\r<p>17日くろねこはおしごとがお休みでした。<br />\rどうしてかというと、健康診断だったのですね。</p>\r<p>なので、今朝は朝食食べちゃダメだよ♪お手洗いもダメだよ♪ という感じだったのですが、最近朝食が用意されていないのでそれほど苦にはならないのですが、お手洗いが近いくろねこにとってこれが出来ないのは結構つらくありました。</p>','<p>で、いつもなら家から歩いていけるM脇病院に行っていたのですが、いつも心拍数が<strong>40代</strong>と言われ(ﾟﾛﾟ;)ｴｪｯ!?<br />\rという感じなので今年は、セカンドオピニオン的意味もかねてK津総合病院に行きました。</p>\r<p>行って「お願いします」とお願いしたら、「結構診断は隣の健康管理センターです」といわれとぼとぼ、歩いて健康管理センターへ行きました。<br />\r出来て間もないので非常にきれいですが、受付のおねーさんはダメダメでした。ふたりおられたのですが、あまりにおかしなことを言うのでこちらが確認したところ、隣に座られていた別の受付のおねーさんに間違いを指摘されているような感じでしたね。<br />\rちょっと危険を感じる病院です。<br />\rで、今年から、胸部レントゲンが標準から無くなったのですが、オプションで選択可能とのことだったので選択してきました。<br />\r（金額のご説明は無かったので、会計までオプション代がいくらかわからなかったのですが...1,700円でした。）</p>\r<p>くろねこ、診断の結果。<br />\r血圧測定器で心拍数が<strong>57</strong>と表示されていたので、「ああ、やっぱり普通なんだと安堵していたら...」あとで(ﾉﾟ⊿ﾟ)ﾉびっくり!!する事になりました。<br />\r他の検査は普通でしたね。今年初めて眼底検査というものを受けたのですが、まぶしいです。</p>\r<p>最後に診察がありました。<br />\r最初に、今までに「心拍数で指摘されたことはありますか？」と聞かれました。<br />\r正直に答えると、血圧測定器では<strong>57</strong>だったのに、心電図では<strong>43</strong>しか有りませんでした。<br />\r日常生活でめまいなどが発生していなければ問題ないらしいのですが、スポーツもしない人間がなぜこんなに低いんでしょうね。</p>\r<p>他は、大体正常範囲内でした。<br />\r1項目のみ正常範囲からはずれた項目があったのですが、1ずれてただけだったので問題無しとのこと。</p>\r<p>広瀬香美の「組曲 人間ドック」の様な憂鬱さは全くありませんでしたね。<br />\rちなみにこの曲とてもおもしろいので、是非聞いてみてくださいな。<br />\rLOVE TOGATHER というアルバムに入っていました。</p>',1,2852,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061019_1251',3,0,'2006-10-19 12:51:06','10/17 おもちゃ箱中から何が？',null,'<p>午前中、健康診断だったわけですがせっかく余裕を見て1日休暇としたので、午後からゼネをしていました。</p>\r<p>図書館に遊びに行こうと人を集めるも集まらず、また2:30～で無いと動けない方がおられたので、それまでの間ためたおもちゃ箱を開けることにしました。<br />\rおもちゃ箱103個あったわけですが、統計も取ってみたいので後で集計しやすいように100個を開けることにしました。<br />\r<br />\r最初は、ビンゴの玉のようにメンバに何が出たか話しながら開けていたのですが、途中から面倒になりショートカットを押しっぱなしでした。</p>','<table>\r    <caption>おもちゃ箱開封結果</caption>\r    <tbody>\r        <tr>\r            <th colspan=\"2\">消費</th>\r        </tr>\r        <tr>\r            <th>アイテム</th>\r            <th>数量(個)</th>\r        </tr>\r        <tr>\r            <td>ミニリカバラント</td>\r            <td>2</td>\r        </tr>\r        <tr>\r            <td>リカバラント</td>\r            <td>5</td>\r        </tr>\r        <tr>\r            <td>マキシリカバラント</td>\r            <td>4</td>\r        </tr>\r        <tr>\r            <td>こんがりコーン</td>\r            <td>8</td>\r        </tr>\r        <tr>\r            <td>ムーンベアー召還</td>\r            <td>7</td>\r        </tr>\r        <tr>\r            <th colspan=\"2\">装備</th>\r        </tr>\r        <tr>\r            <th>アイテム</th>\r            <th>数量(個)</th>\r        </tr>\r        <tr>\r            <td>ライフガード2%</td>\r            <td>8</td>\r        </tr>\r        <tr>\r            <td>力のアキペンレイピア</td>\r            <td>1</td>\r        </tr>\r        <tr>\r            <td>素早さのミロプシカー</td>\r            <td>2</td>\r        </tr>\r        <tr>\r            <td>素早さのケリパボウ</td>\r            <td>2</td>\r        </tr>\r        <tr>\r            <td>知恵のハスクニヒルロスタッフ</td>\r            <td>3</td>\r        </tr>\r        <tr>\r            <td>知識のジスクフリーストーンワンド</td>\r            <td>1</td>\r        </tr>\r        <tr>\r            <td>才能のレシペラチェインアーマー</td>\r            <td>2</td>\r        </tr>\r        <tr>\r            <td>素早さのエテクルレブクルドスーツ</td>\r            <td>2</td>\r        </tr>\r        <tr>\r            <td>知恵のイステクルルブクルドスーツ</td>\r            <td>2</td>\r        </tr>\r        <tr>\r            <td>知恵のトラハイドチョル</td>\r            <td>4</td>\r        </tr>\r        <tr>\r            <td>才能のジュレティロハルレス</td>\r            <td>3</td>\r        </tr>\r        <tr>\r            <td>知恵のテルルーンナブクイルトスーツ</td>\r            <td>3</td>\r        </tr>\r        <tr>\r            <td>魔祓豆</td>\r            <td>3</td>\r        </tr>\r        <tr>\r            <th colspan=\"2\">他</th>\r        </tr>\r        <tr>\r            <th>アイテム</th>\r            <th>数量(個)</th>\r        </tr>\r        <tr>\r            <td>ブーケ</td>\r            <td>9</td>\r        </tr>\r        <tr>\r            <td>フェアリーパウダー</td>\r            <td>8</td>\r        </tr>\r        <tr>\r            <td>研磨石</td>\r            <td>4</td>\r        </tr>\r        <tr>\r            <td>福引き券</td>\r            <td>6</td>\r        </tr>\r        <tr>\r            <td>ゼンストーン</td>\r            <td>5</td>\r        </tr>\r        <tr>\r            <td>高弾力繊維</td>\r            <td>6</td>\r        </tr>\r    </tbody>\r</table>\r<p>もっとこんがりコーンがたくさん出るかと思っていたのですが、それほどでもありませんでした。あと装備ですけど、製造すると数種類出来るようですがおもちゃ箱で出るのは決まっているようです。ただ、ローグとスカウターの装備が同じグラフィックなので、油断すると間違えます。</p>\r<p>製造装備は、メンバのソル君が欲しいローグ鎧を残してヨツンで捨てました。いつも1500位持っているミニポや消費アイテム、装備品を預けてから開けたのですが、結構開けると重量が増えますね。完全に質量保存の法則を無視しています。<br />\rしかし、最近質量保存の法則に疑問を持っていますが...(真空(＝質量０)にもエネルギーが有るようです)</p>\r<p>魔祓豆はエスネで4万kronでバザーに出したところ、夜中の間に売れてました。<br />\rこのお金はミニポ代になる予定です。</p>',1,2640,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061019_1905',3,0,'2006-10-19 19:05:04','10/17 書庫、そして飽きちゃったので竹藪',null,'<p>本当に最近SSが無いですね。<br />\r撮ってないわけじゃないんですよ。撮ってるときもあるんですけど、ブログ用に加工する時間がないといいますか、まぁそんなところです。</p>\r<p>おもちゃ箱を開けた後、書庫へ行って来ました。<br />\rメンバは、ねこ・まりにあ・パタさんです。<br />\rクロックが出たら召還出すのはパタさんの役目、拾うのと攻撃するのはまりにあの役目です。<br />\rねこはというと...<br />\r先頭を行くことと、耐えることのみです。<br />\r(クロックの攻撃に耐えるわけでは有りません。まりにあのMPKに耐えるんです。)</p>','<p>書庫について、Skype を使うかどうか検討の結果、チャットは Skype になりました。<br />\r多少重くはなりますが、連絡がスムーズな分快適ですね。</p>\r<p>で安地からまっすぐ西に走っていって、角を曲がったときクロックの音が...<br />\r赤クロックでした。楽勝でクリアで部品をゲットしました。</p>\r<p>ほくほく顔でそのまま真ん中の方へ進んでいくと...<br />\r青クロックを発見しました。これもパタさんが召還を出してくれてねことまりにあで叩いていると...<br />\rパタさんがこちらへやってくるではありませんか、しかも召還引き連れて...<br />\rで、危ないと思いつつパタさんのHPを見ると、どんどん減ってゲージが0に...で持ち直して4マス～半分になった。<br />\rほっ、と思ったつぎの瞬間、パタさんが浮いてました。<br />\r動けなかったのは、へたれナイトだから？。それとも、リアで反応が鈍い？<br />\rまぁ、どちらでも良いです。ねこは結果的にパタさんを見殺しにしてしまいました。</p>\r<p>その後もまた大変でした。<br />\rパタさんに群がっていた召還が一斉にねこをめがけてやってきます。<br />\rねこは青クロックを叩きながら退却を始めるんですが...まりがすたこらさっさと逃げていきます。</p>\r<p>叩いて～というと一度止まって叩いてくれたのですが、青クロックいつ次の召還が出るかわからない状態です。<br />\rこの言葉がまりにあの恐怖心を煽ったのでしょうか、雑魚を避けながらクロックの周りの雑魚だけ清掃しながらクロックを引っ張って赤クロックを見つけた曲がり角付近までやってきました。<br />\rでも、このあたりでカートがまりにあにタゲります。こうなるともう止まりません。まりにあ、そのまままっすぐ安地に向かって逃走です。</p>\r<p>その後をついていくのですが、まりにあが雑魚を倒さずに逃げるので、雑魚が増える一方。<br />\r仕方がないので雑魚を倒すのをあきらめ、青クロックを叩き召還出して逃走です。<br />\r雑魚5匹くらいいて、焦っていたにも関わらず、召還と雑魚を残してうまくクロックだけ取れました。</p>\r<p>うまいこと、クロックだけになったのでまりにあにお願いして、クロックを倒しました。<br />\r何ていったってへたれナイトのくろねこですから、所詮ひとりではクロックなど倒せるはずもありません。<br />\rクロックの攻撃に耐え、まりにあのMPKに耐え回復するクロックを見ながら必死でMP回復しつつトライアングルスラッシュです。<br />\rまりにあとねこでぎりぎりですね。どちらかの火力が低ければ倒せてなかったでしょう。辛勝でギアゲットです。</p>\r<p>とまあ、ねこが仕切っていたように書いてますが、そこはへぼナイトです。<br />\r仕切ったのは、マップ内でのルート選択だけです。<br />\r基本の召還出しをパタさんにお願いしたのも、ねこがへたれだからです。赤クロックなんぞひとりで出そうとして失敗した日にゃマジで浮きそうになります。範囲と召還9匹のコンボは痛すぎます。<br />\rパタさんに負担掛けすぎですね。<br />\rどうすれば、パタさんの負担が減らせるでしょうか？</p>\r<p>今、<br />\r　　パタさん &larr; クロック　　　　ねこ(待機)<br />\rなのですが、</p>\r<p>　　クロック &rarr; パタさん　　　　ねこ(待機)<br />\rの方が、パタさんの負担が少ないと思われ。<br />\rパタさんが召還に包まれても、お助けできるので！</p>\r<p>これ書いていても、へたれぶりがわかりますね。<br />\rクロックの召還出しを申し出ないあたりがすでにへたれです。<br />\r今月末あたりには交代できるかと。しかし、部品もギアももう必要ないですね。<br />\rサブIDで取りに来たいところです。</p>\r<p>パタさんが、浮いちゃったのでお開きになりました。<br />\rそして、ねこはカバルツに出かけました。<br />\rすると...まりにあとパタさんがやってきたので、竹藪までお出かけすることにしました。<br />\r久々ですね。</p>\r<p>ちょっと和風なこのマップ、このままここで終わりなのでしょうか？<br />\r終わらせてしまうには惜しいです。<br />\rクルリパみたいに、警備兵の追加などはないのでしょうか？まあ、期待せずに待ちましょう。</p>',1,2593,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061019_2014',3,0,'2006-10-19 20:14:14','10/17 まりにあ Lv.105',null,'<p>レベルアップ、オメデト8(^-^8&quot;)(8^-^)8&quot;☆オメデト<br />\rくろねこは、ただただ、「はやく、三次職になりたぁ～い」と叫ぶばかりです。<br />\rまぁ、ベム、ベラ、ベロのいずれでもないので、がんばりさえすればいつかはなれるはずです。<br />\rそういえば、妖怪人間の最終回の結末を知りません。知ったところでなんの価値もないのですが。</p>\r<p>今回、SSは有りません。<br />\r夕方頃上がる予定だと聞いていたのですが、そのころくろねこは昼寝をしていたはずです。</p>','',1,2367,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('site_maint10-18',3,0,'2006-10-20 12:57:19','10/18 ブログが不調な理由',null,'<p>ブログが不調なのでホスティングサーバを管理している会社に問い合わせしてました。<br />\r\nデータベースに負担を掛けている人物がいるらしく、その方に対応を依頼したとのことでした。</p>\r\n<p>結構しょぼいサーバなのか、はたまたその人物が無限ループ級の重い処理を流していたのかどちらかわからないですが、問合せが来るまでに対応できる体勢づくりが欲しいですね。</p>\r\n<p>格安レンタルホスティングなのでそこまで求めるのは酷というものかもしれませんが。</p>','',1,2624,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061020_2058',3,0,'2006-10-20 20:58:39','くろねこ レベル92のステータス',null,'<p>くろねこ Lv.92ステータス でし。<br />\rいま、ステ振りなおそうかどうか検討中♪</p>\r<p><img height=\"400\" alt=\"くろ','',1,2142,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061021_2309',3,0,'2006-10-21 23:09:01','朝からカバルツ～そしてレベル93ヘ',null,'<p>昨夜から小夜をつれてカバルツに出勤していました。<br />\r昨夜は人が多く狩りにならなくて早々に落ちました。といっても2時間くらいいましたが？</p>\r<p>朝早く来ようといって落ちたにもかかわらず、ねこが来たのは6時前、小夜は3時でした。<br />\rねこも3時に目覚ましセットしていたのですが、嫁が起きていたので4時起きに変更しようとしてそのまま寝てしまいました。</p>\r<p>朝、他の人がボスと戦っているのは何度か見たのですが、<br />\r<img height=\"380\" alt=\"先にやられてる…\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061021_0.jpg\" /></p>\r<p>くろねこ自身は1度も倒すずじまい<br />\r予定時刻から10分たったので、もういないと思ってたら今日数度目の箱と遭遇！<br />\r<img height=\"380\" alt=\"ボスが出ないのに…箱\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061021_1.jpg\" /><br />\rやはりボスはいないんだと思っていた&hellip;そのとき！</p>','<p>ｷﾀ━(ﾟ&forall;ﾟ)━!<br />\r<img height=\"380\" alt=\"神は私を見捨ててはいなかった！\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061021_2.jpg\" /><br />\r神は私を見捨ててはいなかった！&quot; ニグレック登場！<br />\rそして&hellip;<br />\r<img height=\"380\" alt=\"',1,2526,0,4,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:13','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061022_1540',3,0,'2006-10-22 15:40:51','ある日のクルージングで起きた惨事',null,'<p>前日にmary☆さんのレベル上げのために小夜ちゃんと海賊船に行く計画を立てていて、mary☆ が 10:20 に来たのでインしていたしおんaさんも誘って海賊船にレベル上げに行ったの。<br />\r海賊船B1Fは難なくクリアで海賊船B2Fへ<br />\rB2Fでは結構モンスターが沸いていて、レベル上げが楽しめた。<br />\r海賊船は結構沸くので、ぼーっとしているとすぐ囲まれてしまいます。特に三次実装後は、スプレッシャーで狩りをするウィザードさんや、高速エナ狩りのプリーストさんさらにさらに、ハーミットで隠れながらばさばさスケルを倒すアサシンさんが沸きを一層激しくしています。<br />\rでも、もっとも怖いのがスプレッシャー狩りのウィザードさんですね。(理由は後述。)</p>','<p>で、せっかくなので船倉に狩りに行ったの。<br />\r船倉の利点は、一部屋なのでモンスターが沸いたらすぐ倒せること。<br />\r基本は4角を使って、後衛を配置して後方の憂いを絶ち、前衛はモンスターを後衛さんのスキルが届く範囲にまで引き寄せて狩ること。この範囲にいることで後衛の近くに沸いてもすぐ対応できるから安全度が比較的高いと思われ。</p>\r<p>でも、あんまり欲張って集めすぎると、某掲示板の住人さん達からお怒りが来るらしいです。<br />\rくろねこは見ないのでよくわかりませんが、いくつかの書き込みを見せてもらったら、時期とせりふから「あー、○○○○氏だ」と思うことはありますね。<br />\rそんな掲示板の中にも有るらしいですが、9割私怨とのことです。</p>\r<p>まあ、それはさておき不愉快に思われる方がおられるのは事実です。<br />\r今回は控えめに集めるのは6匹くらいにしておきました。というのも2PTだけしか船倉にいなくて集めすぎると怖いというのも事実でしたが。</p>\r<p>1時間ほどいたでしょうか、ウィザードさん含むPTと思われる集団がやってきました。<br />\rそのウィザードさん一行は、真ん中付近から奥の方を陣取りスプレッシャー狩りを始められました。スケルが少なくなったので端のスケルを集めながら狩りをしていると、しおんaさんが退却に手間取ったのか、いきなり戦闘不能に...ヨツンに急行されました。<br />\r「ナイト2枚は結構思うより堅いね」と話していた矢先の出来事で、後のアコふたりから離れていたので、「下がるね」と一声かけて下がったほんの少し後のことでした。</p>\r<p>残念な気持ちのまま、帰ってくるかもしれないしおんaさんを待ち、狩りを続けたら&hellip;<br />\rウィザードさんがかなりスケルを集めておられて危ないな～と思いつつ見ていると&hellip;見事にお浮きに！<br />\rそして次の瞬間、くろねこにそのスケルが集まってくる～そしてくろねこ逃げる～他のパーティさん助けてくれる。<br />\rが、逃げているくろねこのスケルを叩いたために、タゲが一部そちらのPTへ。そしてそのスケルに襲われることに&hellip;<br />\rあわてて、くろねこもそのスケルを叩きに行ったんだけど、間に合わずごめんなさ～い</p>\r<p>そして、元のウィザードさんは&hellip;<br />\r全てが終わったころジュレアで復活したのか何事も無かったかのように、そこに立っておられました。</p>\r<p>この日、船倉だけで2時間ぐらいの間に4人もの犠牲者が&hellip;<br />\rご冥福をお祈りします。</p>',1,2318,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061023_1258',3,0,'2006-10-23 12:58:26','しおんaさん91、mary☆さん 74へ',null,'<p>昨日、くろねこのパーティのもうひとりのナイトしおんaさんがレベル91に♪<br />\rそして、日付が変わっちゃったけど、くろねこパーティのアコ mary☆さんが74レベルになりました♪<br />\rオメデト(^_^)&ang;※PAN!</p>','<p>しおんaさん、クルージング中に戦闘不能になったためか、心傷のあまりパーティから脱退。<br />\rひとりで黙々とレベル上げに励むのかと思いきや、ねこと同じマップでフレンドチャットしながら狩り。<br />\r雪山の各マップの時給を調べたら、ベルクロからセンニンまでどこも3%だったらしく、ベルクロで狩り。</p>\r<p>途中、「今日中に上がりそう？」と聞いたら強気に弱気な発言が！<br />\rしおんaさんも、パーティに戻りパタリロさんもお帰りになって、パーティみんなで海賊船にリベンジに行こうと誘った際にも、弱気な発言。</p>\r<p>海賊でしばらく小夜ちゃん待ちしてたけど、小夜ちゃんがこないので雪山に帰ってきてセンニンで狩りをしていると...<br />\rしおんaレベルアップ宣言、近くにいたみんなでしおんaさんの羽を見守ることに！<br />\r<img height=\"480\" alt=\"しおんさん91\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061022.jpg\" /></p>\r<p>しおんaさん、うっかりしていたようで、残り0.01迄気づいてなかったらしいです。</p>\r<p>残り、1時間mary☆は今日中に上がるか！と思いつつセンニンでレベル上げを続ける。<br />\rしかし、疲れがたまってきたのか、mary☆が焦って突っ込んで危なくなるシーンがちらほら、ねこはなんか上がりが遅いと時給調査。<br />\r1%上がる時間を調べてみる、すると&hellip;何と、時給1.4%(1%あげるのに42分)。あまりに低すぎるので、mary☆に話してマップを一個下げることにそして、日付が変わって20分。</p>\r<p>突然のレベルアップ音！<br />\r<img height=\"380\" alt=\"mary☆ 74\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061023.jpg\" /></p>\r<p>mary☆上がってる。オメデト(^_^)&ang;※PAN!<br />\r残り2.0%は覚えていたのにね。ゆっくり見られなくてちょっと残念だったね。</p>\r<p>まぁ、あと1個で武器も変わるし、今度はベルクロ一発になるかな？</p>',1,10364,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061024_1253',3,0,'2006-10-24 12:53:39','10/24 過疎化が進むカバルツ',null,'<p>昨日は、ベルクロで結構楽に稼ぐことが出来ました。<br />\rベルクロってかなり沸き沸き♪<br />\r時給は2.0倍使用のねこで約3%弱でしょうか？</p>\r<p>出勤前に5%稼いでいたねこは、日付が変わるまでにノルマ+1%を稼ぎちょっと遊んでみたくなりました♪<br />\rそこで、雑貨屋でミニポ1400個買いだめしカバルツへ。</p>\r<p>先日、景気良く装備品十数個、魔人の血(黄)を2個も頂いてるのでかなり期待しています♪<br />\rで、今朝出勤前の成果は&hellip;<br />\r魔人の血(黄)、装備品7個、ゼンストーン2個でした。</p>','<p>来たときには、B2Fにパラさんがひとりいたんだけど、ねこが来るまでは彼が独占状態だったみたい。<br />\r半時間もしたらねこが独占状態で、簡単にボスが見つかっちゃった。<br />\rB3Fなんかずーと、ボス放置だったのかもB2Fでボス倒したので、次に沸くまでの時間と思ってしたに降りていつものルートでてくてく歩いていくと&hellip;<br />\r待ち伏せされていました。まぁ、彼からはゆで卵(黄血)は頂けなかったですけどね。</p>\r<p>その40分後も、挑戦しましたよ。<br />\rするとボス時間前、ブログの調子が悪いので他サービスへ移行準備を始めていたら、スラスラさんと瑠架さんが！<br />\rシールドヴォイスとライトヒールを頂いて、お返しにボス時間をプレ。<br />\rふたりとも移動課金なので足が速いですね。モンスターを倒しながら進むねこを追い越してその先にいたボスを瞬く間に！<br />\rねこも早く三次職になりたいですね。でもねこが三次職になるころには、周りにはざくざくと三次職がいるでしょうね。</p>\r<p>で、その後3人でB3Fのボスを探すのかな？思ってたら、B3Fは「譲ります」って言われたので暇つぶしながら歩いているとニブルくん発見！<br />\r開封の儀を行うと本日2度目のゼンストーンゲット。うれしいですね。<br />\rで、奥の方にはいなかったので手前の方に帰ってくると&hellip;<br />\rまたまた待ち伏せされていました。結構いつも手前の方におられるんですね。</p>\r<p>帰宅後はそのまま狩るか、それとも？</p>\r<p>■ドロップの装備品<br />\r装備品、倉庫にいっぱいです。<br />\r倉庫IDの倉庫君が装備品を持ちきれなくなっているので、いつも雑貨屋に売っています。<br />\rまぁ、カバルツボスで取れる装備品などレアでありながらレアではないので。<br />\rやはりレアというのは80&uarr;からぐらいでしょうか。70代でもボスドロップでないのは、あげると結構喜んでもらえます。<br />\r先日、たまたま海賊船でお知り合いのなった、当時レベル74のナイトさんに75の鎧をあげたら大変喜んでもらえました。ねこも、75のころはデヴァイスさんからお借りした店売り+6を装備していたので、今もあまりないのでしょうね。まぁ、どこで出るかはわかっているので、またくまさんと3日ほど戯れれば拾えると思っています。<br />\rコレクターなので各1個ずつは保管しておきたい、でもあげちゃったのでそのうち取りに行きます。</p>\r<p>コレクターといえば、取り損ねたアイテムが&hellip;<br />\rイソッチチョコ、ハートフルマント、ねこ娘のお守り(偽)<br />\rイソッチの時は欲しかったけど取れそうにないのであきらめました。ハートフルマントは1キャラでバレンタインとホワイトデーが出来ると思っていませんでした。ねこ娘のお守りはマジで忘れてました。どこかでバザーに出ないかな？</p>\r<p class=\"add\">■つぶやき<br />\rつぶやきもとうとう500エントリになりました。いつまで続くんでしょうか？<br />\rゼネしてる間は書くことがありそうだなぁ。</p>',1,2613,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('lotion_tissue',3,0,'2006-10-24 12:59:57','ローションティッシュ',null,'<p>少し前のことになりますが&hellip;</p>\r<p>くろねこ、風邪を引いてお鼻が(￣￢￣*)じゅるぅううううでした。<br />\rそこでローションティッシュを買いに行ったのですが、普段必要のないものなのでどこにおいてあるのかわからず店員に聞きました。<br />\rカシミアとエルモアの青箱のローションティッシュしか知らなかったのですが、鼻セレブなどいろいろあるようですね。<br />\r試しに何種類か買ってきました。1箱あたり大体350～450円位でした。<br />\r1個は作業場で使おうと思っていたのですが、結局持っていくのを忘れて作業場の売店で買いました。<br />\rセール期間中でローションティッシュが208円でした。安いですね♪<br />\rエルモアの一葉というローションティッシュだったのですが、名前がゼネのあの方のキャラとかぶってますね。</p>\r<p>で、くろねこ滑舌（かつぜつ）が悪く、ローションティッシュがうまく言えずローソンティッシュになっていました。<br />\rローションティッシュは高そうですけど、ローソンティッシュって言うとなんか凄く安っぽそうに聞こえてしまいますね。</p>','<p>このローションティッシュ柔らかく非常に気持ちがいいものですが、鼻をかむ機会も少なくなったので普通のティッシュに戻そうと思ったのですが、普通のティッシュが非常に堅く感じられました。なんかもう戻りたくないそんな感じすら覚えます。<br />\r同様に、朝方が非常に寒い季節になりました。以前にも書いたのですが、くろねこ非常におなかを壊しやすいです。<br />\rお手洗いに行く機会も増えます。特に朝方がやばいですね。<br />\rそんなとき、ふと思ったんですよ。</p>\r<p><span><em>ローショントイレットペーパーはないのか？</em></span></p>\r<p>はい、無いようですね&hellip;</p>\r<p>とお話ししていたら&hellip;<br />\rローショントイレットペーパーはないのですが、便利なものがありました。<br />\rウォッシュレットです。拭く必要がないのは良いことですね。乾燥だとじれったいのですぐに拭いちゃいますが♪<br />\rこする必要がないのでうれしいです。</p>\r<p>人間、どんどん贅沢になっていくものです。</p>',1,3488,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061025_0152',3,0,'2006-10-25 01:52:31','くろひげ危機一髪',null,'<p>まりにあのレベルが上がるとのことだったので、sophie さんのブログでやっていた「くろひげ危機一髪」をやってみることにしました。</p>\r<p>じゃんけんで勝ったものから順に&hellip;<br />\r　まり&rarr;パタ&rarr;ねこ<br />\rの順になりました。<br />\r罰ゲームは特に決めていません。というのも、もともとレベルアップおめでとうなのに罰ゲームはおかしいですね。(くろひげも救出されておめでとうですね。)</p>','<p>ということで、まりから順に敵を倒していきます。<br />\r<img alt=\"まり１回目\" src=\"http://blog.blackcatlab.com/images/xo/xo061025_1.jpg\" /><br />\rパタさん<br />\r<img alt=\"パタ１回目\" src=\"http://blog.blackcatlab.com/images/xo/xo061025_2.jpg\" /><br />\rねこ<br />\r<img alt=\"',1,3111,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('site_move',2,0,'2006-10-26 12:53:25','くろねこのつぶやき 移転しました。',null,'<p>もう数ヶ月ほど前から調子が悪かったブログ「くろねこのつぶやき」ですが、このたび仮に移転することにしました。<br />\r移転するとこと自体はだいぶん前から検討していたのですが、ゼネピックにはまって作業時間がとれなかったこと、ブログからCMS(コンテンツマネジメントサービス)へ移行しようとしていたのですが、未だに満足できるCMSが見つかっていないことなどがあげられます。</p>\r<p>検討対象のCMSとして、XOOPS / Geeklog があったのですが、二つともかなりいまいちです。<br />\rXOOPS を捨て Geeklog に研究所の方を移そうと決心したのですが、未だ移行しきれていないのもこの辺にあると思われます。</p>\r<p>XOOPS はプラグインやコミュニティが充実していて良いですね。でも、文字コードがUTF-8でないのが個人的に凄く不満でした。<br />\rGeeklog は UTF-8 でサイトを構築できるのですが、コミュニティが形成できておらずプラグイン数もかなり少な目です。また、同一プラグインを複数組み込むというのも出来ないようです。またバグもかなり多いですね。生成コードも XHTML でないのがかなりダサイです。<br />\rGeeklog は他でたとえるならゲーム機は出来たけど、ソフトもないマニュアルも攻略本もないといった感じだと思っていただければよいでしょうか？</p>\r<p>しばらくは MovableType でブログを書いていくつもりです。ブログを書くだけなら携帯対応できてないところを除いて不満な点は少ないです。<br />\rMovableType でモブログ(投稿/閲覧)出来れば最高なのですが&hellip;</p>','',1,2317,2,3,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'2008-07-04 13:34:22','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061026_2245',3,0,'2006-10-26 22:45:33','氷の迷宮',null,'<p>えー、エントリは作っていたのですが、チェック未了のため公開が非常に遅れました。m(_ _)m</p>\r<p>最近狩りばかりで疲れたので&hellip;</p>\r<p>冒険に出ることにしました。目的の場所はパタリロさんご指定の「迷宮ちょこっとツアー」<br />\rなぜちょこっとかというと、ねこたち弱いのですぐ浮いちゃうので入り口付近をちょこっと見てこようという趣旨ですね。</p>\r<p>ということで、氷の迷宮B1FにPTで行ってきました。PTで行くのは初めてですね。<br />\r迷宮自体今更という感がしないでもないですが...<br />\r前回は............　(; ゜゜) コッソリ ひとりで来て何も見ずに帰っていきました。いわゆる好奇心旺盛なビビリです。</p>','<p>今回は、PTで来た関係もあって、きっちり仕事をさせていただきました。</p>\r<p>いや、嘘です。</p>\r<p>ただ、ぷかぷかとそう漂ってました。実はこの日16%のデスペナを経験しました。<br />\rレベル90代になってからこんな日は無かったように思います。というか2.5次？のグラ変更以来一日10%以上のデスペナを記録した記憶がないんですね。<br />\rまぁ、そんなこと本人以外どうでも良いことかもしれません。<br />\rというか、このブログ自体本人の日記でしか無いので、どうでも良いことなのかもしれません。</p>\r<p>そんなどうでも良いことですが...</p>\r<p>迷宮最初に入ったのは、スカウターのパタさんでした。<br />\rインビシで中に入り、雪女の有無を確認してくれました。雪女がいないので中に入ってみると...<br />\rペンギン&times;3、白熊&times;3 位に襲われました。かなりいたいです。<br />\rで、あわてて開いていた右(東)の方に逃げてしまいました。ちなみに出口は上(北)です。<br />\r最初ミニポで回復していたのですが、追いつかずジュースに切り替えるも昇天してしまいました。<br />\r高レベルナイトが敵に囲まれて動けない状態でもないのに、浮くのはニードルを受けたとき、グリの範囲など魔法攻撃の時ぐらいだと慢心していたのかもしれません。逃げ切れませんでした。<br />\rLG装備していなかったので、10%のデスペナです。モーレツに痛いです。☆⌒&Sigma;(≧д≦)ゝｲﾃｯ!。&larr;こんな感じでは無いですね。</p>\r<p>敵がいなくなるのを、パタさんに確認してもらい復活。<br />\rお外にでる。太陽がまぶしい。とカバルツみたいなことはないです。<br />\rあ、カバをでたときは夜マップでしたね。眩しいわけがないです。<br />\r今回は、迷宮自体が非常に明るいため外との差があまりありません。</p>\r<p>で、今度はまりにあと小夜ちゃんも一緒に迷宮へ、今回も入る前にはパタさんチェックが入ります。<br />\rでみんなで入ったのですが、それぞれ中のモンスターにやられ浮き浮きです。</p>\r<p>ねこはというと、怖いもの見たさで雪女を捜して...<br />\rダメージ2800強と、3494！ねこのHPが3080だったので、後の攻撃だけでも一撃ですね。<br />\rまりにあは一発では浮かないのですが、なぜか浮いてました。対雪女最終兵器のまりにあが浮いた以上、二本の退路の両方をふさがれたねこに帰るべき所はありません。三度目の昇天です。何とか生き延びて言ってみたかったせりふがありました。これです。<br />\r「僕には帰る場所がある&hellip;こんなにうれしいことはない」<br />\r非常に有名なせりふですね。<br />\rまあ、三度も浮いておなかいっぱいになったので、三度目は復活せずヨツン行きとなりました。<br />\rおみやげは、ドポイン一個でしたね。</p>\r<p>そんな感じで、全然仕事が出来ていないねこでした。<br />\rやはり、ここはまりにあに最終兵器彼女くらいの強力さとかわいさを実装していただきたいと思います。</p>',1,2427,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061028_1553',3,0,'2006-10-28 15:53:57','お船に行きたい',null,'<p>先日、氷の迷宮に出張したためデスペナいっぱいで本日のレベルアップが危ぶまれるくろねこですが...</p>\r<p>突然、くろねこが口走ったパーティ全員で冒険に行きたい。<br />\rとりあえず、インしているメンバで海賊船へ行きたい。<br />\rということで、海賊船に倉庫を設置したいという希望にメンバが答えてくれました。</p>\r<p>海賊船火薬庫常駐の倉庫番に選ばれたのは、雪山倉庫番実績のある「ぶどう100%」。<br />\rしかし、こいつまだレベル32！あと2はあげないと海賊船に入れないらしい。<br />\rPLするしかない。PLに協力の手を挙げてくれたのが、まりにあと小夜。</p>','<p>PLして船の倉庫番になる前にせっかく雪山にリブがあるんだから、リターンポイントをヨツンにしておきたい！<br />\rそんなわがままにまりにあがつきあってくれて、まりにあ in ぶどうの誕生。<br />\rまりにあ操縦でインクウェルからヨツンまで行く前にねこがいつも狩りをしているベルクロにて、まりにあとぶどうのPL。<br />\r小夜ちゃんも手伝ってくれることになっていたが、反対側なのとまりにあが経験値課金2倍をプレしてくれたのでふたりで35迄あげた。<br />\rで、三人で海賊船に行ったら、MPKがいるいる。<br />\rくろねこの不注意でくろねこが浮き、ぶどう道連れなどの被害があったものの何とか火薬庫に倉庫設置出来た！<br />\r倉庫設置後、船倉で結構稼いだ～。(特に小夜ちゃんが！まりにあは稼げなかったらしい。くろねこは通常マップととんとん)</p>\r<p>みんなでお船に行きたいなぁ</p>',1,2320,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061029_0049',3,0,'2006-10-29 00:49:43','くろねこ レベル94',null,'<p>くろねこ レベルアップしました。<br />\r\n<img alt=\"くろねこレベル94\" src=\"http://blog.blackcatlab.com/images/xo/blackcat94.jpg\" width=\"500\" height=\"480\" /><br />\r\nぐみパーティのグミさん、lessonさん、linoaさんにも羽を見ていただけました。<br />\r\nm(__)m アリガトォ</p>','<p>本当は昨日のうちにレベルアップしたかったのですが、先週は23%もデスペナがあったので無理でした。昨日のうちにというのは昨日レベルアップできそうだという判断もあったのですが、ゆうまさんから催促があって、レベルアップも加速したかったんですね。<br />\r\nということで、次の経験値課金は2.5倍にしようかなって考えてます。<br />\r\nだらだらするともったいないので、次の30D期間中に101にしてしまいたいそう考えているくろねこです。</p>',1,2108,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:08','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061031_0822',3,0,'2006-10-31 08:22:25','レベルアップ競争',null,'<p>くろねこが次の経験値課金が切れる 12/4 迄に 101 宣言したので、さらに背水の陣を引くためPTメンバでレベルアップ競争を行うことにした。</p>\r<p>メンバのおのおの以下のルールで挑むこととなった。</p>\r<dl><dt>【ルール】</dt><dd>\r<ol>\r    <li>12/4 迄の目標値を設定し、目標に達成できなかったらOUT!</li>\r    <li>達成できなかったメンバは、達成できたメンバに500ガチャ1個プレゼントする。</li>\r</ol>\r</dd></dl><dl><dt>【目標】</dt><dd>\r<table>\r    <tbody>\r        <tr>\r            <th>名前</th>\r            <th>目標レベル</th>\r            <th>現在のレベル</th>\r            <th>差</th>\r        </tr>\r        <tr>\r            <td>まりにあ</td>\r            <td>110</td>\r            <td>105</td>\r            <td>5</td>\r        </tr>\r        <tr>\r            <td>パタリロ</td>\r            <td>101</td>\r            <td>97</td>\r            <td>4</td>\r        </tr>\r        <tr>\r            <td>くろねこ</td>\r            <td>101</td>\r            <td>94</td>\r            <td>7</td>\r        </tr>\r        <tr>\r            <td>小夜時雨</td>\r            <td>91</td>\r            <td>84</td>\r            <td>7</td>\r        </tr>\r    </tbody>\r</table>\r</dd></dl>','<p>なんか目標に斑がありますね。パタさんの4Lv.しかあげないってなんですかね。<br />\rしかも、いま97の後半なので必要なのは実質3.5Lv.負けちゃいそうです。<br />\r<br />\rこの後、この4人でロストへ遠征に行きました。<br />\r小夜とくろねこは眠くて途中で落ちましたが、まりにあとパタさんがねこが寝た後ロードを粉砕した模様。<br />\r<br />\rくろねこの昨日までの新目標に対する達成率98%。<br />\r<br />\rちなみに、目標は以下のようなったの。</p>\r<table>\r    <tbody>\r        <tr>\r            <th>Lv.</th>\r            <th>95</th>\r            <th>96</th>\r            <th>97</th>\r            <th>98</th>\r            <th>99</th>\r            <th>100</th>\r            <th>101</th>\r        </tr>\r        <tr>\r            <th>最初の計画</th>\r            <td>11/4</td>\r            <td>11/10</td>\r            <td>11/16</td>\r            <td>11/22</td>\r            <td>11/28</td>\r            <td>12/5</td>\r            <td>12/11</td>\r        </tr>\r        <tr>\r            <th>1回目見直し</th>\r            <td>11/7</td>\r            <td>11/15</td>\r            <td>11/23</td>\r            <td>12/1</td>\r            <td>12/9</td>\r            <td>12/16</td>\r            <td>12/24</td>\r        </tr>\r        <tr>\r            <th>今回の計画</th>\r            <td>11/3</td>\r            <td>11/8</td>\r            <td>11/13</td>\r            <td>11/18</td>\r            <td>11/23</td>\r            <td>11/28</td>\r            <td>12/3</td>\r        </tr>\r    </tbody>\r</table>\r<p>結構きついよね。</p>',1,2379,0,4,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061101_0833',3,0,'2006-11-01 08:33:59','今日のバグはなぁにかな？',null,'<p>さて今日は定期メンテナンス日です。<br />\rメンテナンス日といえば、イコールバグ実装日です。<br />\rさて、今週はどんなバグが実装されるのでしょうか？</p>','<p>ちなみに先週は&hellip;<br />\r</p>\r<ol>\r    <li>ドロップアイテムのランダム配分を選択していると表示されるチャットウィンドウ内のメッセージで、パーティメンバ名が化ける</li>\r    <li>1:1 を拒否設定していると、パーティ発言した際に1:1が禁止中である確認が行われる</li>\r</ol>\r二つ目のバグは、くろねこが特に発見したわけでなく、他の方のブログから発見しました。<br />\rまあ、一つ目もくろねこの身近なところではまりにあが最初に発見したんですけどね。\r<p>&nbsp;</p>\r<p>ちなみにこれはバグではないと思うのですが、こんな仕様変更？がなされています。<br />\r</p>\r<ol>\r    <li>1:1 よりもパーティチャットの発言設定が優先される</li>\r</ol>\r今更ですが&hellip;<br />\r1:1発言は左側の名前テキストボックスに相手の名前を入力します。<br />\rパーティチャットは、右側のメッセージテキストボックスに先頭に「@」を付与して入力することで成立します。<br />\r上記の条件の両方を満たす場合、11/22 までは、1:1の方が優先されていたんですね。<br />\r11/22 以降はパーティチャットが優先されるようになりました。<br />\rこれ、非常に便利ですね。1:1中にパーティチャットするような場合、1:1の相手の名前を残したままチャット出来るので、もう一度名前をもう一度入力する必要がないですね。Ｏ(≧▽≦)Ｏ ﾜｰｲ♪\r<p>&nbsp;</p>\r<p>ところで、昨日も眠くて寝てしまいました。<br />\rしおんさんのサブのPLが終了してまもなく寝てしまったので、当日分のノルマはクリアできたんですが&hellip;<br />\r累積ノルマがクリアできなかったですね。でも、累積ノルマ達成率99%になりました。<br />\r今日あたり、100%に戻せるでしょうか？</p>\r<p>一踏ん張りが必要ですね。</p>',1,2418,0,4,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061102_1258',3,0,'2006-11-02 12:58:03','新マップ(ケンディ～エイル開通) と 眠らない者の墓場アルバ',null,'<p>昨日は本当に多くのマップが追加されましたね。<br />\rケンディボルト～エイルが地上で繋がりました。これでエスポーターのエスコートサービス(？だっけ)がいつ無くなってもそこそこのレベルのある人は通れるようになると思います。<br />\rちなみにくろねこの見解では、前回の最終マップ「ラドックパース」が一番きついです。<br />\rまぁ、レアアイテムがドロップしてないので、どのマップが一番レベルが高いかわからないですが。<br />\r<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">マップのつながりはこうかな？</a></p>','<p>後、エイルの地下に「眠らない者の墓場アルバ」というダンジョンが追加されました。<br />\r以前に追加された「氷の迷宮」よりは雪女がいない分、かなり楽です。でも、敵も結構強くて結構浮いてる人も多く油断できないそんなマップではあります。<br />\rこのマップB2Fは分岐が2箇所しか確認できませんでした。その一本の奥の方には墓場があり、クレオパトラが幽閉されていて、そのクレオパトラがクエストをくれます。まだクエストが完了できていないので、何がもらえるのか定かではありませんが、そのクエスト完了させるために戦うボスは5体のモンスターを召還するようで、全滅したパーティも何組か居られました。</p>\r<p>宝石関係のドロップは、氷の迷宮と同じですね。ヒストン系列の方はドポインまで、ニヒルリオンの系列も三種類ほど拾うことが出来ました。でもコンプは不可能なようですね。宝石類は全6種類なのかな？</p>\r<p>明日から三連休ですね。<br />\rみなさんの予定はどうですか？くろねこはレベル上げします♪<br />\rそうそう、来週のメンテから1週間の間は経験値に50%ボーナスが付与されるようですね。<br />\r前回みたいにMPKさんが通常マップで強制落としを連発する。そんな事態にならなければいいのですが&hellip;</p>',1,2189,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">マップのつながりはこうかな？</a>',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061102_2315',3,0,'2006-11-02 23:15:51','ガチャ開ける',null,'<p>福袋を買ったのね<br />\r<br />\r2000円の一周年袋(五三二の運試し)で、内容はガチャ200&times;2、300&times;2、500&times;3 だった<br />\r早速回すくろねこ、さて何が出るのか<br />\r200&rarr;300&rarr;500の順に回した。</p>\r<p>出たものは&hellip;</p>\r<dl><dt>ガチャ200</dt><dd>\r<ol>\r    <li><img height=\"115\" width=\"380\" alt=\"\" src=\"http://blog.blackcatlab.com/images/xo/xo061102_1.jpg\" /></li>\r    <li><img height=\"115\" width=\"380\" alt=\"\" src=\"http://blog.blackcatlab.com/images/xo/xo061102_2.jpg\" /></li>\r</ol>\r</dd></dl><dl><dt>ガチャ300</dt><dd>\r<ol>\r    <li><img height=\"115\" width=\"380\" alt=\"\" src=\"http://blog.blackcatlab.com/images/xo/xo061102_3.jpg\" /></li>\r    <li><img height=\"115\" width=\"380\" alt=\"\" src=\"http://blog.blackcatlab.com/images/xo/xo061102_4.jpg\" /></li>\r</ol>\r</dd></dl><dl><dt>ガチャ500</dt><dd>\r<ol>\r    <li><img height=\"115\" width=\"380\" alt=\"\" src=\"http://blog.blackcatlab.com/images/xo/xo061102_5.jpg\" /></li>\r    <li><img height=\"115\" width=\"380\" alt=\"\" src=\"http://blog.blackcatlab.com/images/xo/xo061102_6.jpg\" /></li>\r    <li><img height=\"115\" width=\"380\" alt=\"\" src=\"http://blog.blackcatlab.com/images/xo/xo061102_1.jpg\" /></li>\r</ol>\r</dd></dl>\r<p>でした。装備品が出なかったです～；；</p>','',1,2308,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061103_2140',3,0,'2006-11-03 21:40:45','またやってもた～',null,'<p>今日はレベル上げるぞ～と意気込んで迎えた朝。</p>\r<p>まだ新マップに行ったことが無いmary☆さんを新マップに案内して、帰りに墓場にも寄ってきた。<br />\r墓場のB3Fには入り口にボスがいてウィザード人たちが戦ってた。<br />\rお知り合いの方もいたので参加させていただいた。</p>\r<p>そしてその帰り、いつもの狩場ベルクロでレベルあげをしようと船に入る。<br />\rそこでふらふら～っと船倉に！(三次職になるまでひとりで入らないと決めたのに&hellip;)入ったら、固まった。浮いた。火薬庫で墓場用のLG装備からALL時計装備に切り替えたところだった。</p>\r<p>-10%痛い。今あと今日は2時間強あるがレベルは上がりそうにない。</p>','',1,2336,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:19','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061104_0958',3,0,'2006-11-04 09:58:16','くろねこ レベル95',null,'<p>昨日は墓場に行ったり、船で浮いちゃったり、シェルリさんのお着替えに参加するなど<br />\rうれしいハプニングや悲しいハプニングがあってレベルアップ出来ませんでしたが&hellip;</p>\r<p>今日は朝からレベルアップです！<br />\r<img height=\"450\" alt=\"くろねこ 95\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/blackcat95.jpg\" /><br />\r今回も力に+2しました。</p>','<p>また、今回は95レベルですので&hellip;<br />\r剣、ヘルメット、アーマー、シールド が交換になります。<br />\rでも、シールドは95を持ってないので、とりあえずお預けです o(;△;)o ｴｰﾝ<br />\rシールドは書庫でカートがドロップしたのを tahix さんに譲っていただいたものです。+5までストレートで精錬できました。<br />\r剣はバザーで購入したのを+6迄精錬したのですが、+4で一度失敗した後、+6になるまで5回も失敗しました。o(;△;)o ｴｰﾝ<br />\rヘルメットは言わずとしれたグリのドロップ品ですね。</p>\r<p>2週間ほどお世話になる予定です。</p>',1,2243,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061106_0828',3,0,'2006-11-06 08:28:53','11/05 アベック狩り',null,'<p>3日に浮いた分が戻りました～♪</p>\r<p>昨日は37%稼いで、昨日ノルマの123%を叩きだし、デスペナ解消して累計達成率 100.47%！<br />\rおかげで今日は朝からネムネムです。</p>\r<p>パラディンまで残り 537% 計画したときには予想していなかった +50%期間もあることですし、何とかがんばって12/1(Fri)もしくは12/2(Sat)に転職を出来ればいいなぁと妄想しています。<br />\rまぁ+50%期間中は人も増えるし、通常マップでもMPKが増えるだろうし単純に+50%出来るとは思えないですけれど。<br />\r単純に考えると12/2(Sat)に転職できそう。</p>\r<p>まぁ、ねこの妄想はこの辺で&hellip;</p>','<p>昨夜、しおんさんと小夜がしおんさん曰く「アベック狩り」をしていました。<br />\rしおんさんの言うアベック狩りとは、アコの小夜さんがエナでモンスターを攻撃！<br />\rわずかにHPが残ったモンスターをしおんさんが片づけるというもの。</p>\r<p>以前、ゆうまさんとやったことがあるんですが、ふたりの息が合わないとつらいですね。息というか移動速度＆攻撃力&times;攻撃速度。<br />\rアコの移動速度よりナイトの移動速度が遅いともしくはエナで残ったHPを楽に処理できる攻撃力がないとおいて行かれちゃいますね。<br />\rあと、アコの人があちこち攻撃すると振られるので、これまたつらいですね。</p>\r<p>これを高速で移動しながらすると、経験値が結構たまるんですね。<br />\rしおんさんは、相手がアコ女性なので気分がのりのりなんだそうです。<br />\r小夜ちゃん、元からノリがいいですからね。楽しく狩れればさらにテンションが上がるんでしょうね。</p>\r<p>結果的に結構稼げたようですね。<br />\r楽しく、たくさん経験値が稼げればそれに超したことはないですね。<br />\r(この場合、「超す」なのでしょうか「越す」なのでしょうか？)</p>\r<p>まぁ、今日は朝からカバルツで BOSS 狩りをしました。<br />\rB2FとB3Fで計3回会えましたね、会えなかった回数も多いですけど。<br />\r残念なのはドロップに血がなかったこと、箱のドロップにもゼンストーンがなかったことというかスカばかりだったこと。<br />\rさらに、ネムネムで小夜ちゃんのテンションを落としてないか、その辺が気がかりでした。</p>',1,3374,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061107_0053',3,0,'2006-11-07 00:53:20','お墓行きました。そして',null,'<p>jgail さんに誘われて、お墓行きました。そして、浮いちゃいました。</p>\r<p>お墓のB3Fを進んでいると&hellip;<br />\rとあるクランクで敵がいっぱいたまっているところがありました。<br />\r前衛のくろねこ、jgail さんはモンスターの前に壁を作るので、みんなより奥が見渡せるのですが、見た目より奥が結構いっぱいだったんですね。で危険なので「おおいから下がろう」と入力したくて、「おおい」と入力したあと&hellip;てかそんな悠長に入力している時間は無かったとそういうわけです。<br />\rふたりにタゲっていたモンスターの数は、その時点で約8匹～10匹。<br />\r一回に400-500位のダメージを食らうので、ひとり頭約1秒で1600～2000位のダメージを食らってる感じになるのでしょうか？<br />\r2-3秒で昇天ですね。実際も2-3秒くらいでした。o(;△;)o エーン</p>','<p>で、お墓に入る前に「危ないからLGを装備していくね」と、まりにあと話していたのですが、忘れてました。<br />\rキリの良いところで、70%迄エイル東の平原であげてたときに効率重視で時計3つに戻してそのままだったんですね。<br />\rお墓の前で井戸端してる間にLG装備しているつもりでした。だから、</p>\r<p><em style=\"FONT-SIZE: 160%; MARGIN-LEFT: 2em\">「LG装備してるはずだったのに、無かった&hellip;」</em></p>\r<p>となったわけです。</p>\r<p>いつものねこのPTならスカイプで音声チャットですので、入力することは無いわけですね。それと、つっこみ重視でなく安全重視ですので進むのも遅いので考える時間が多いわけです。DQでいうと「ガンガン行こうぜ！」ではなく「いのち大事に！」というところでしょうか？</p>\r<p>それでなくても、ログの jgail さんについていくのは大変でした。</p>\r<p>でも、浮いただけでは有りませんでした。クエスト用のアトポリが取れました。<br />\r本日の戦利品は以下のような感じでした。<br />\r<img height=\"100\" alt=\"今日の戦利品\" width=\"210\" src=\"http://blog.blackcatlab.com/images/xo/xo061107_1.jpg\" /></p>\r<p>アトポリ(クレオパトラクエストで使うアイテムですね。)<br />\r<img height=\"200\" alt=\"アトポリ\" width=\"190\" src=\"http://blog.blackcatlab.com/images/xo/xo061107_2.jpg\" /></p>\r<p>交換はまた今度してもらうつもりです。</p>\r<p>うちのPTだとボスはちょっときついかな？ぎりぎりだなと思っていたところだったので、なかなかたのしいイベントでした。</p>\r<p>以前ちょっともめたまみごんさんとも普通に会話できましたし、-10%のデスペナ分は週末またがんばって稼ぎますよ♪</p>',1,2310,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061108_1258',3,0,'2006-11-08 12:58:17','mary☆さん レベル75に',null,'<p>ようやく mary☆ さんが、レベル75になりました。<br />\r<img height=\"450\" alt=\"mary☆レベル75\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061107_2.jpg\" /><br />\r(1.5倍期間後かな？)<br />\r最後のちょこっとだけお手伝いさせていただきました。</p>\r<p>レベル75だと杖が変わるので、ちょこっと残ってたベルクロが1発になると良いですね。でも mary☆ さん、精神が少ないから、数打てないんですよね。<br />\r果汁はもっと極端で魔力全振りアコだけど、時計3つとお花装備で少々チャットをしながらだと、ライマスでBH狩りしていてもMPが切れないです。(消費課金無し)</p>','<p>くろねこは&hellip;<br />\rというと、朝の時点でレベル95の85%まで上がりました！<br />\r運が良ければ本日中にレベル96の羽が見られそうです。小夜ちゃんも本日86の予定ですが、くろねこもレベルアップできると10レベル差をキープ。<br />\rレベルアップ期限 12/4 までにみんな目標レベルに到達できるのでしょうか？</p>\r<p>あっ、そうそう。まりにあはこっそり先週の内にレベルが上がって、現在107になっているらしいです。</p>',1,2184,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061108_2330',3,0,'2006-11-08 23:30:56','くろねこ レベル96',null,'<p>経験値 +50%UP 期間に入りましたね。<br />\rくろねこ お墓でのデスペナにも負けず&hellip;<br />\r+50% を有効活用するために、攻撃速度アップ課金(-0.2s 30D 700XP)を買って&hellip;</p>\r<p>ついに、ついに Level UP!! レベル96 になりました。<br />\r<img height=\"450\" alt=\"\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/blackcat96.jpg\" /></p>','<p>今回もステータスは力に+1<br />\rステータスは以下のような感じになった。<br />\r<img height=\"327\" alt=\"ステ振り後\" width=\"264\" src=\"http://blog.blackcatlab.com/images/xo/xo061108_2.jpg\" /><br />\r(攻撃力UP+100、防御力UP+100、攻撃速度UP-0.2s 課金中!!)<br />\rちなみに変更前は&hellip;<br />\r<img height=\"327\" alt=\"ステ振り前\" width=\"264\" src=\"http://blog.blackcatlab.com/images/xo/xo061108_1.jpg\" /></p>',1,2131,2,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('061109_lcd',3,0,'2006-11-09 23:11:36','液晶モニタ',null,'<p>最近のパソコン用のモニタは流れが変わりアスペクト比が従来の4:3 から 16:9(16:10)に舵を取っていると言える。ハイビジョン放送が 16:9 であるためなのであるが、パソコンでテレビを見ない人は何がお得になるのだろうか？</p>','<p>ちょっと前だとパソコン用モニタの解像度は1,280&times;1024ドット(SXGA)か1,024&times;768ドット(SVGA)であったと思う。これが、最近で出した横長モデルだと1,920&times;1,200ドット(WUXGA)や1,680&times;1,050ドット(WSXGA+)となる。ちょうど今までのモニタが横に長くなった感じだ。この横の部分を何に活用するか？が横長モニタがお得かどうかの分かれ目だと重う。まだサイズが大きいという理由もあるが横長モニタは高めだ、だから何がお得か考えて自分にかわせる理由を付けたい。</p>\r<p>くろねこ的にはプログラムもしくはゲームをすることが多いのだが、プログラマは画面が大きくなるとなにかとお得だ。増えたプログラム部品が一度に表示できたり、プロパティなどの情報画面を一度に多く表示することが出来る。これはお絵かきソフトも同じだと思う。</p>\r<p>ゲーマはと言うと、多くのゲームがま4:3だとおもう。くろねこが最近プレイしているXenepic Online などのMMORPGも基本は4:3だ。<br />\rゼネピックだと真ん中に表示されるがこれを端に表示すると、横が余る。この部分にチャットソフトを表示させたり、ダンジョンのマップを縮小して表示させておくととても便利だ。チャットはゼネピック内にも有るが、Skypeの様な音声チャットは出来ない。<br />\rだから外部のメッセンジャーに頼ることになる。また、ダンジョンでは全体マップがないので、道がうろ覚えの人は攻略サイトのマップを表示させると安心だ。 </p>\r<p>こう考えると、横長モニタもお買い得だ。(*ﾟ▽ﾟ)*。_。)*ﾟ▽ﾟ)*。_。)ｳﾝｳﾝ<br />\rしかし、最近発表された1,920&times;1,200ドット(WUXGA)表示対応24型ワイド液晶ディスプレイ「FlexScan S2411W」および、直販専用の1,680&times;1,050ドット(WSXGA+)表示対応21.1型ワイド液晶ディスプレイ「FlexScan S2111W」はそれぞれ13万と8万もする。o(;△;)o ｴｰﾝ。<br />\rもっと安くならないかな？<br />\rくろねこ的には8万円台は出しても良いかな？と思うゾーンなんだけれども、解像度がね。やっぱりWUXGAでフルハイビジョン対応が良いじゃない？PCでテレビは見ないけど、Blue-ray のコンテンツは見るようになるかもしれないからね。</p>\r<p>Vista対応のパソコンと一緒に買いたいな～と妄想中。</p>',1,3013,0,5,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:06','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061112_0122',3,0,'2006-11-12 01:22:44','パーティレベルアップラッシュ(くろねこ レベル97)',null,'<p>くろねこ 昨日レベル97になりました。</p>\r<p>昨日から今日にかけてパーティでレベルアップ強化期間でした。<br />\rまずまりにあ、そして小夜、くろねこ、最後に日付が変わってmary☆がレベルアップ！<br />\r<img height=\"450\" alt=\"小夜87\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061111_1.jpg\" /><br />\r<img height=\"450\" alt=\"くろねこ97\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/blackcat97.jpg\" /><br />\r<img height=\"450\" alt=\"mary☆76\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061112_1.jpg\" /></p>\r<p>くろねこのレベルアップの際には、いつものPTメンバ以外に、同じマップでお知り合いになったモチュさんとラズさんが羽を見に来てくれました。</p>\r<p>さて、レベル98はいつになるかな？</p>','',1,2178,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061113_2342',3,0,'2006-11-13 23:42:57','パーティレベルアップラッシュ(くろねこ レベル98)',null,'<p>またたま、パーティでレベルアップの音がたくさん鳴り響きました。<br />\r本日は、くろねこが98の羽を、そしてまりにあが110の羽を出しました！</p>\r<p>くろねこ 昨日夜からひょろひょろっとベルテラニンの森～ゼロマインB2F,B3Fをさまよい遊んでました。<br />\rあー、今回はボスには遭遇しませんでした。出会えると良いかな？と思っていただけに内心ちょっと寂しいものがありましたが&hellip;<br />\r遊びすぎると、本日中のレベルアップが厳しくなるので帰途につきました。<br />\rあ、そういえば傷心の帰り道くろねこを叩くものがありました。フェアリーマップでもないのになにか画面が光ったような？振り返ってみるとそこには&hellip;<br />\r<img height=\"250\" alt=\"出会い\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061113_1.jpg\" /><br />\rぽよぽよ～ん<br />\rでもスカでした。でも、良いんです、その数分前にクラウンスライムからゼンストーンを頂いたので！</p>\r<p>その後は雪山でカリカリ小梅<br />\r途中ひよななさんが通りかかり、辻ヴァイタリティ！ぼーっとしてるともったいないのでハーブも拾わずカリカリ。するとひよななさんがハーブもらっていくというので、持っていたステビアを200渡すといっぱいヴァイタリティをくれました。経験値アップ期間時給は4%前後なのですが、この間は特別に4.6%(あとでSSから計算しました！)15%アップの効果。いつもツーマンセルで狩りをしているブホさんがうらやますぅぃ～</p>\r<p>ご飯も食べて帰ってきたら、ねこ・まりにあ・パタリロさんが揃って95%前後らしい！<br />\rまたまたがんばってカリカリ！そして20:50分頃<br />\r<img height=\"520\" alt=\"くろねこ98\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat98.jpg\" /><br />\r羽でました！<br />\r今日、昨日、一昨日 目標54%に向けてカリカリ。今日も54%達成できそうです。<br />\r昨日は、シェルリさん、ネイリンさん、バトルアークさんとお話ししてなかったらもうちょっと行けたかな？<br />\r今日も、午前中遊んでなければもう54%達成してたかも？</p>\r<p>そして遅れること2時間後、まりにあが<br />\r<img alt=\"まりにあレベルアップ\" src=\"http://blog.blackcatlab.com/images/xo/xo061113_2.jpg\" /><br />\rまたまた、羽でました。</p>\r<p>しおんさんも先週に、「13日にレベル93にする」と言っていたので、今日上がってると思います。<br />\rいや、上がってるはずです！<br />\rパタさんがトラブルでまだ上がってないのが残念です。</p>','<p class=\"add\">11/14 追記<br />\rパタリロさんも無事レベルアップ出来たようです。デスペナは3％だったのかな？</p>',1,2300,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061114_1237',3,0,'2006-11-14 12:37:09','今日気づいたのですが…',null,'<p>レベルアップがだんだん早くなってきてます。<br />\r94レベル...7日間、95レベル4日間、96レベル3日間、97レベル2日間<br />\r経験値アップキャンペーンと休日、それをねらった課金アイテムの追加投入などの影響もありますがかなりがんばってます～♪<br />\r3日間でもかなり来てると思うのですが、2日間でレベルアップは結構きてると思うんですよ。<br />\rアッシュさんや舞華さんにはかないませんがね。</p>','<p>これでも結構遊んでたんで！<br />\rでも、目標がないとなかなか頑張れないものですね、人間というのは。<br />\r今回の目標は、年内に...というところから始まって...ゆうまさんにせかされて1ヶ月前倒しし、直近の目標はパーティ内のパタリロさんやフレンドのデヴァイスさんあたりが目標でした。<br />\rパタリロさんはまだ射程範囲内だけど、デヴァイスさんは追いつけなかったぁ。<br />\r17､18くらいに転職予定だそうです。くろねこは、25日に転職したいけど無理だなぁ。</p>\r<p>でも、がんばって26日あたりを目指そうかな？</p>\r<p>最悪でも、12/1(Fri.)には転職できる予定です。<br />\rもうちょっと先が見えたら、転職案内を出すのでお暇な方は転職式に参加してください。</p>',1,2623,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061115_1253',3,0,'2006-11-15 12:53:10','11/15 メンテ',null,'<p>そろそろメンテ完了だ！</p>\r<p>今日のメンテ内容は&hellip;<br />\rまだだなぁ！<br />\r今日もまりにあからメンテ内容がメールで届くでしょうか？</p>','<p>いつも、なにげに読んでいたのですが、ふと今日あることに気づきました。</p>\r<p>ハンゲのページってコピペできない！<br />\r右クリックがJavascriptで制限されているだけだと思い、一度ページを「ﾌｧｲﾙ|名前を付けて保存」でHDDに保存して見てみる。<br />\rすると有るはずの所にない！<br />\rちょっと探してみると、mainte_text.html というファイルに保存されていた。</p>\r<p>まりにあ、毎週メールに入力してくれてるのかなぁ？<br />\rご苦労様です。＞まりにあ</p>\r<p>そういえば、数ヶ月ほど前から同様に保存したページからゼネピックが遊べなくなっている。<br />\rそれ以前から保存してあったページからは遊べるのだけど&hellip;</p>\r<p>セキュリティの向上をねらった動きでしょうか？それなら毎回動的生成でパスワードを変えるぐらいのことをして欲しいです。</p>',1,2581,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061115_2309',3,0,'2006-11-15 23:09:09','11/15 新マップ＆スキル調整',null,'<p>11/15 のメンテでスキル調整が行われました。くろねこに影響するのはダブルビートの変更ですかね。<br />\r早速使ってみました。正直わかりません。前の状態でどの敵におおむねどの程度のダメージを与えるか統計を取っているわけではないので、元もぶれがある環境でテストするのは無理でした。<br />\rしかし、レベル98のくろねこがボヤティー相手に3100位のダメージを与えていたのが、3200位になったように思います。これでますますダブルビートが使えるようになったと言えるのでしょうが、シャープウェポンの立場は一体&hellip;</p>\r<p>クルリパに新マップが出来てましたね。 チェンサーリ峡谷 と アシッドバス谷 です。<br />\r追加されたマップの奥側のマップ(アシッドバス谷)はレベル70代だと真っ赤だそうです。<br />\rいきなり配置モンスターのレベルが上がったためか、「浮き人多し」。みなさんお気をつけください。</p>\r<p>まあ、スキル変更＆新マップについては他の人が詳しく書いてくれると思うので置いておいて、前衛でスキル変更が無かったのが、スカウターとクレリックでしょうか？<br />\rクレリックは以前にスキル変更があり、それにともないポイントゼロが配られた位なのでヨシとして、問題はスカウターですね。</p>\r<p>そこでスカウターへの希望なのですが&hellip;<br />\r今って「木の矢」しか無いわけですよ。でも、わざわざ装備欄がある位なので別に他の矢が使えても問題がないわけですね。このような特別な扱いがあるのはスカウターだけです。<br />\rスカウターにはスキルの代わりに矢で特色が設けられる訳です。</p>\r<p>ということで、「木の矢」の次には...</p>\r<p><em style=\"FONT-SIZE: 200%\">石の矢</em></p>\r<p>とか</p>\r<p><em style=\"FONT-SIZE: 200%\">鋼の矢</em></p>\r<p>なんかいかがでしょうか？<br />\r石の矢は重量2倍だけど攻撃力1.5倍とか、鋼の矢は重量2倍で攻撃力2倍だけどレベル制限付きとか！</p>\r<p><em style=\"FONT-SIZE: 200%\">火の矢</em></p>\r<p>なんかもイケてると思います。<br />\r当たったら燃え広がって周囲にダメージとか</p>\r<p>実装されないだろうな&hellip;</p>','<p class=\"add\">11/16 追記<br />\r全体マップを書いていて気づいたのですが、この先以前の警備兵の話によると沼地に繋がっているようです。タイセン沼地/スコジン沼地には繋げにくそうなので、ランバード沼地が怪しいと思われます。<br />\r<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">Xenepic Online ～全体マップ～</a><br />\r</p>\r<p class=\"add\">11/17 追記<br />\r矢の取得方法なんか考えちゃったりして...<br />\r矢の入手方法は店売りだけでなくて、クエストやドロップなんかも有りですね。<br />\rドロップの数が少ないと、リカバラント系みたいに有るけど使えないアイテムになる可能性有り。<br />\r力の証明でしか手に入らなかったミニリカバラントは、当時とっても貴重でした。<br />\rくろねこは、初期のころにこのミニリカバラントを、迷路で出会ったゼニアンの方にもらいました。<br />\rその方はキャンペーンで100個もらったとか言っておられました。<br />\rゼネでよく見かける、男女のペアPTの様で、たしかお名前がふたりとも○○Ｐだったんじゃないかな？<br />\rと記憶してますが、今となっては不明です。</p>',1,2754,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">Xenepic Online ～全体マップ～</a>',0,1,1,0,0,'1999-11-30 00:00:09','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061118_2258',3,0,'2006-11-18 22:58:31','くろねこ レベル99',null,'<p>くろねこ レベルアップしました！<br />\rようやく二桁最後のレベルに到達しました。そしてようやく転職の日程が見えてきました。<br />\r26日には転職したいと思います。<br />\r<img height=\"550\" alt=\"くろねこ99\" width=\"450\" src=\"http://blog.blackcatlab.com/images/xo/blackcat99.jpg\" /><br />\rデヴァイスさんが今週日曜日だと言うことなので、ちょうど1週間遅れかな？</p>','<p>そしてmary☆さんは77にとんがりまであと10！<br />\r<img height=\"450\" alt=\"mary☆77\" width=\"450\" src=\"http://blog.blackcatlab.com/images/xo/xo061118.jpg\" /></p>',1,2325,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061119_1232',3,0,'2006-11-19 12:32:11','浮いちゃった in ヨツン',null,'<p>なぜか街中で浮いてます...<br />\r<img height=\"300\" alt=\"なぜ？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061119_1.jpg\" /></p>','',1,2160,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061120_1255',3,0,'2006-11-20 12:55:09','11/19 の状況',null,'昨日回線絶不調でした！\r\rどのくらい不調かって？\r回線バグでこんなのが見られるぐらい不調でした。\rhttp://blog.blackcatlab.com/cgi-bin/mt/mt-tb.cgi/672\r↑これね、驚くことにほとんどのケースでデスペナはないんだけど、たまにデスペナつくんですよ。\rでHPを良～く見てくださいね。はい、満タンでしょ？\r(見にくかったら教えてください。生SSへリンクするように変更します。)\rひどいですね♪パケチェックしてないんでしょうかね？\r\rさて、昨日の状況ですが回線不調で画面が真っ暗＆スクロールinを繰り返す感じ？\r言葉で書いてもわかりにくいですよね。今度動画とっておこうかな？\rこれが船だったり、街だったり、ベルクロだったりするわけでおちおち狩りも出来ないわけでして...\r約6ヶ月の沈黙を破り、サポートまで苦情の電話をしてしまいました。\r\rここから先ただの愚痴なので読まない方が良いと思います。これで気分が悪くなっても何の補償もしませんし出来ません。','見ちゃったんですね...\r\r一応ねこの使用している回線って光なんですね。とある大手系列かと思わせるお名前の会社が管理しているのです。\rもうちょっと詳しく言うと光回線なのですが、集合住宅に住んでる関係で光をVDSLに変換して各部屋に入れてます。\rどうやらここで速度が落ちているようです。VDSLモデム直結の環境(PCは今年の春モデルTOSHIBA製DynaBookで)いろいろな計測サイトで数回計測して約3Mbpsだったんです。\rちなみに広告は、<em>超高速回線 100M</em>小さく最大と書かれていますが...\r3Mはちょっとひどすぎません？(住友のスリーエムじゃないですよ)\rで、サポートとお電話してこんこんとお話をさせていただきました。\rちょっと対応が非常に悪かったので、途中でには責任者を呼んでいただきました。\rちなみにねこの家はこの回線に替える前は光プレミアム、そのさらに前はBフレッツファミリー100でした。\rで、今回のこの業者さんはBフレッツファミリー100を各部屋に分配する方法を採られています。\rBフレッツファミリー100 何ですが知らない方のために補足すると、ねこが使用していたときの環境で76Mbps出ていました。結構高速な回線です。\rこの高速な回線をアパート8部屋で分配します。といってもねこのアパートで契約しているのはねこだけです。\rということは機器のロスが多少あるとは思いますが、シェアしている人がいないのでひとりで使用できるわけですね。\r結構快適な環境が予想されるわけですよ。\r\r<em style=\"font-size: 200%; margin: 1em; \">でもね</em>、ここに落とし穴がありました。\r\r共用側のVDSL変換で70数M程度出ているであろう光回線が最大で○○M程度に落ちるらしいんですよ。\r使用した機器によって違うらしいんですがね。それを分配するらしいんです。\rこの速度が、今のところ公開できないんですが、ねこが光ならこのくらいは出るでしょ？と思うほぼ下限の数字です。\rこれを最大8部屋が使用したら...ぁぁ、納得できちゃう...\r\rしかしね、このサービステレビとIP電話使えるんですよ。契約してませんがね。\r3Mでね、電話とテレビって一体どうなのよ！って感じです。\r\rしかも、この会社ではねこのアパートのこの環境が特に問題であると思ってないらしいんですよね。\rここが一番の問題ですよね。\r\r超高速 光回線 実効3Mbps って書いたら誰も契約しませんよ？\r最初に聞いたときに言われたんですよ。VDSL方式ですけど大丈夫ですか？って聞いたら「最近の設備は技術が上がっているのでほとんど落ちる心配はありません」と。嘘でした。\r\rねこ的には、100Mって書くんではなくて、VDSL方式最大 ○○M と書いて欲しいですね。\rルータなどの表記を思い浮かべていただくと、わかりやすいですかね。あれも環境によってかなり数値が違うと思いますが、測った実効値の最大が書かれていますよね。計測用の効率のいいプロトコルと実用に使用されるFTP、HTTP あのぐらいの親切さが欲しいです。だから、実際どのくらい出てるの？という質問には答えられなかったんですね。\r\rはっきり言ってこの会社今のところ下の下としか言いようがないです。\r\r今対応中ですが、決裂したら実名で公表したいと思います。\rちゃんとそのように相手にもお断りいただいています。\r今は、<em style=\"font-size: 200%; margin: 1em; \">詐欺師企業だと思っています</em>\r\r長文＆乱文失礼しました。また最後までお読みいただきありがとうございました。\r\r恐縮ですが、出来れば以下のアンケートにお答えをコメントでお願いいたします。\rお名前は通りすがりとか何でも結構です。\r\rA.今お使いの回線種別を教えてください。\r<ol><li>ADSL回線</li><li>ケーブルモデム回線</li><li>光回線(FTTH)</li><li>その他</li></ol>\rB.今お使いの回線速度(実効値)を教えてください。\r<ol><li>10Mbps未満</li><li>10M以上20M未満</li><li>20M以上30M未満</li><li>30M以上40M未満</li><li>40M以上</li></ol>\rC.光回線(FTTH)だとどの程度の速度を期待しますか？\r<ol><li>10Mbps未満</li><li>10M以上20M未満</li><li>20M以上30M未満</li><li>30M以上40M未満</li><li>40M以上</li></ol>\r\rご協力ありがとうございます。',1,2690,1,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061120_1823',3,0,'2006-11-20 18:23:21','転職予定のご連絡',null,'<p>さて、昨日デヴァイスさんの転職式に参加させていただきました。<br />\r本当に転職おめでとうございました。オメデト(^_^)&ang;※PAN!<br />\r残念ながら、回線の調子が悪く狩りが出来ずノルマ未達だった為と、途中でバグって浮くことが予想されたため、二次会はご辞退させていただきました。<br />\rSSを載せていないのは、SSを取り損ねたからです。<br />\r前後は有るのですが、ちょうど羽のSSだけがありません。<br />\r押すのが早すぎて、羽が撮れなかったのであわててもう一度押したのですが後の祭りでした。</p>','<p>さてくろねこの転職式を来週日曜日(11/26)に開催したいと思います。<br />\rまだあと150%ほど残りがあるため、時間の方が決めにくいですが、20時、21時あたりで行きたいと思います。<br />\r無事 20:00 に開催の場合、式の後にお墓に遠征に行きたいと思います。<br />\r時刻は木曜日頃に再掲したいと思います。<br />\rみなさまよろしくお願いいたします。</p>\r<p>現況<br />\r<img height=\"300\" alt=\"現況\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061120.gif\" /><br />\r赤：現在の経験値(右)、青：12/4の計画(右)、緑：その日までの計画に対する達成状況(左)</p>\r<p>出来れば、フリーズスプレッシャーLv2のドロップが欲しいところです。</p>',1,3150,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061121_1257',3,0,'2006-11-21 12:57:57','11/20 の出来事',null,'<p>昨日はお手伝いで製造服を作成してました。</p>\r<p>小夜のアコ87の服を作るのを手伝ったんです。<br />\rまず図書館にサイルロンとミネスを集めに行ったんですが、効率が悪くすぐ集まる気配がなかったこと、長居するつもりもなかったのでミニポを少量しか持ってきていなかったので一旦出てある素材で作ってみることにしました。</p>','p&gt;やってみたんですが、結構才能の～が多く出ますね♪<br />\r才能の～って器用さなんですが、器用さが高いと防御力が上がるわけです。でも器用さ3であがる防御力なんかたかがしれているわけでして、それなら普通、レアか店売りを精錬して使うわけだったりします。<br />\rなので、求められるのは知識(魔力)か知恵(精神力)でしょう。\r<p>&nbsp;</p>\r<p>小夜は、精神力を求めていたので知恵の～製造服を期待していたようですが、かなり失敗したようで結構凹んでましたね。</p>\r<p>製造服を作るのって結構時間がかかるんですよね。特に素材運びに！<br />\r6個目でようやく知恵の製造服が出来ました。</p>\r<p>この後がまた大変でした。小夜と狩りに行こうと思ったのですが、お船から嫌～なオーラが...<br />\r入ってみると、tky、あずみなどなど MPK が3人くらい...</p>\r<p>30匹くらいはスケルがいるのに果敢にその群に対抗するナイトさんなどいろいろな方がおられました。<br />\r一番賢いのはミー○というプリーストさんでしょうか？入り口近くに集まったスケルの群をスルーして(たぶんIN/OUTでINした直後だと思われる)そのまま奥までクリア！<br />\rくろねこは、トレインしている MPK の動きにあわせて逃げながらクリア。たぶんふたりだとアウトですね。<br />\r力で押す作戦なら人数が多い方がいいですけど、ふたり以上ならお互いが意識しすぎて止まっちゃうのではないかと。</p>\r<p>今日朝3時前後まで狩りをして、落ちました(稼ぎたかった目標まで3%ほど足りず(/□≦、)ｴｰﾝ!!)</p>\r<p>転職間に合うかな？まだまだ余裕が見えない状況です。</p>',1,2430,2,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061122_0817',3,0,'2006-11-22 08:17:10','なににみえる？',null,'先日まりにあから頂いた質問です。みなさんは何に見えますか？ねこ にも まりにあ にも靴に見えるのですが？ <img height=\"235\" alt=\"なににみえる？\" width=\"200\" src=\"http://blog.blackcatlab.com/images/xo/xo061120_wiz.jpg\" />','<p>答え:<br />\rウィザード レベル112以上用のグローブです。今日のメンテで直るかな？ </p>',1,2349,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:09','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061122_1801',3,0,'2006-11-22 18:01:04','11/21 書庫でクロックを狩る',null,'<p>本日レベル100の羽でも出そうかと妄想中のくろねこです。</p>\r<p>パラディンになればしばらくまったりと暮らそうかと。<br />\r他にやりたいこともたくさんあるので！<br />\rそうそう、WEBサイトのメンテナンスもしないといけませんね。</p>','<p>MCP試験はバウチャーの期限が12月末なのですが、今から勉強しても間に合いそうに無いというか普段使わないC#、VBで試験を受けても後々使いそうにないので、ちょっと引いちゃってます。</p>\r<p>昨日は、ベルクロでレベル上げをしているところをゆうまさんに捕まりました。<br />\r捕まった先は書庫でした。<br />\rレベル100近くなった為か、はたまたプリーストが3人もいたためか理由はいろいろあると思うのですが、かなり楽をさせていただきました。<br />\r書庫が冒険ではなくレベル上げだと思えたのは今回が初めてでした。<br />\r<img height=\"400\" alt=\"書庫でレベル100をにらむ\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061121_1.jpg\" /></p>',1,2133,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061123_0001',3,0,'2006-11-23 00:01:43','くろねこ レベル100',null,'<p>くろねこがようやくレベル100になったよ！</p>\r<p>おっそいよね。いったい今まで毎日何をしていたんでしょうか？<br />\r1年と2ヶ月ですかね。早い人は「1.5ヶ月でウィザード」だとかくろねこ的にはあり得ませんが。</p>\r<p>くろねこ レベル100の瞬間です<br />\r<img height=\"450\" alt=\"くろねこ レベル100\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/blackcat100.jpg\" /><br />\r</p>','<p>転職式は 11/26(Sun) 20:00～ 行います<br />\r多くの方に参加してもらえるとうれしいです。</p>\r<p>なお間に合わなかったら、サブで看板出します。<br />\r間に合う予定なんですけど...</p>',1,2371,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061124_1259',3,0,'2006-11-24 12:59:44','11/23 新マップに凸ν(突入)',null,'<p>水曜日にまりにあが浮いたというｗ新マップに行ってきました。<br />\r今回のマップのレベルは80弱というところでしょうか？<br />\r今日またレベル77の羽を出したmary☆が薄いピンクだったり、真っ赤だったりと言っていました。</p>\r<p>たしか、ベンダロール平原にも落ちてたおっきなお魚の骨があった。<br />\r<a href=\"http://blog.blackcatlab.com/archives/2006/09/xo060930_2.htm\">9/27 新マップ(ダリーブ平原、ベンダロール平原)</a>参照！<br />\rここでもねこが食い散らかしたのでしょうか？そんな記憶は全くないのですが&hellip;</p>\r<p>三次職実装以降の新マップに共通してると思うのですが、レベル71以上の為かかなり硬いですね。ちょっと囲まれたぐらいでは、すぐに浮くとは思いませんが、倒すことが出来ないのでじり貧の状態が予想されます。<br />\rと、思ったら帰りにねこちゃん浮いちゃいました♪</p>','<p>と言うのは半分冗談で、また浮いた状態になるバグになっただけです。<br />\rバグったのが安地で幸いでした。この状態だと何もすることが出来ないので、そのうちアクティブにやられて本当に浮いてしまいます。<br />\r（一昨日に回線業者の方で自宅アパートのルータとVDSL親機の調整を行っていただけたようです。<br />\r回線速度が改善されたのか、5～19Mbps出るようになっていました。ただこのようなバグる原因が本当に回線であるならば、安定はしないようです。また普通にログインしている状態なのに時折「～がログインしました」と例のあれが出るようで、少なくとも回線は安定しないようです。）</p>\r<p>この後、「ランバード沼地」に繋がるようですが全体マップからも推測されるように、多くて5マップ少なくて3マップの様ですね。<br />\rその後は「ベンダロール平原」から先がどこかに伸びることでしょう。<br />\rただ最近のマップ、クエストも絡まないし、ドロップも乏しいということであまり楽しいものではないです。<br />\rそのうち、ケンディボルト-エイル間の無料エスコートサービスが終了すれば歩いて来る必要が出てくるので通る必要があるのですが、少なくともレベルは二次職になれるぐらいは必要なようです。</p>\r<p><br />\r帰りに「<a href=\"http://jmko.blog53.fc2.com/blog-entry-219.html#more\">じみ子</a>」さんにお会いしました。<br />\rクルリパの新マップに繋がる安地に居られたので、「それで新マップ？」とお聞きしたところただのみかん狩りでした。<br />\rもしかしたらガディドロップかとも思ったのですが。<br />\rあっ、でもブログを見ると結局新マップに突入されたようですね。さすがにノリが良い方です。</p>',1,3742,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/archives/2006/09/xo060930_2.htm\">9/27 新マップ(ダリーブ平原、ベンダロール平原)</a>\n<a href=\"http://jmko.blog53.fc2.com/blog-entry-219.html#more\">じみ子</a>',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061126_0246',3,0,'2006-11-26 02:46:03','転職式のご連絡',null,'<p><em>本日20:00～</em>転職式を執り行います。<br />\rお暇な方は見ていってください。(場所はトラミス邸ユパイン前です)</p>\r<p>現在の状況ですが、レベル100 92% です。</p>\r<p>以下、レベル上げ中に考えていた妄想です。<br />\r転職にはレベル制限がありますね。この制限のレベル以上でないとクエストが受けられないわけで、転職するものはみなチェックを受けているわけです。しかしながら、転職を完了する時点つまり、くろねこの三次転職の場合ですと、ユパインの確認に返事をするときにレベル100しかなかったらどうなるんでしょうか？ </p>\r<ol>\r    <li>ノーチェック？</li>\r    <li>チェックで引っかかって転職できない？</li>\r</ol>\r1)のケースだと、デスペナの結果71迄レベルは下がるのか、101以上に戻せばゾンビになれるのか？などなど考えていました。 誰か知っていたら答えを教えてください。','',1,2470,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061126_1431',3,0,'2006-11-26 14:31:00','くろねこ レベル101になりました',null,'<p>本日お昼過ぎレベル101 になりました♪</p>\r\n<p>しかしながら、スキルのボタン確認中に叩いていたらしく、いきなり羽が&hellip;<br />\r\n<img height=\"450\" alt=\"くろっ?? 101\" width=\"450\" src=\"http://blog.blackcatlab.com/images/xo/blackcat101.jpg\" /><br />\r\nあわてて押したのですが、間に合いませんでした。<br />\r\n例の実験でもしてもう一度羽でもとりますかぁ？</p>\r\n<p>転職案内に間違いがありました。</p>\r\n<p>正しくは<em style=\"font-size: 200%; \" >20:00～</em>です。</p>\r\n<p>どうぞよろしくお願いいたします。</p>','<p>まりにあが撮っていたSSを送ってくれました。ｱﾘｶﾞﾄ!(&acute;▽｀)<br />\r\n<img height=\"450\" alt=\"くろっ?? 101\" width=\"450\" src=\"http://blog.blackcatlab.com/images/xo/blackcat101m.jpg\" /><br />\r\nしかし、いつ見ても色合いが全く違いますね。</p>',1,2337,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061126_2025',3,0,'2006-11-26 20:25:00','そしてくろねこはパラディンに…',null,'<p>くろねこがパラディンに転職しました！</p>\r<p>くろねこの転職式に来ていただけた方々です。<br />\r<img height=\"400\" alt=\"くろっ??転職式\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061126_1.jpg\" /><br />\r多くの方に参加いただき、本当にありがとうございました。<br />\rたくさんのお祝いの品も受け取れないほど頂いて本当に恐縮でした。<br />\rありがとうございました。</p>\r<p>あっ、羽の写真はもろもろの事情により撮ってないです。</p>\r<p>&nbsp;</p>\r<p>あぅ、(*_ _)人ゴメンナサイ&hellip;<br />\rうそつきました&hellip; 本当は、撮れてません。<br />\rどなたかください...</p>','<p>まりにあから、羽画像が届きました。ありがちょ～♪<br />\r<img height=\"400\" alt=\"くろっ??パラディンに\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061126_2.jpg\" /></p>\r<p>パラディンのスキルはいいですね。</p>\r<p>オーラーブレードとホーリークラッシュ。<br />\rオーラーブレードは攻撃力+がシャープウェポンの+25&rarr;+100になっただけでなく、詠唱時間もぐんと短縮。必要なときにすぐにかけれるようになりました。忘れがちですけどね。</p>\r<p>さらにすごいのはホーリークラッシュでしょうか？<br />\rダブルビートよりかなり攻撃力が上がってます。さらにこれまた詠唱時間が早い。どんどん使っていけるそんな感じですね。</p>\r<p>最後にライトヒール。<br />\r自分にかけることはほとんど無いと思うのですが、PTのメンバにかけることもほとんどなさそうです。<br />\rだってずっと忘れてるんだもん。慣れの問題かな？<br />\rでも、パラが回復を気にして盾になれてないって一番ダサイと思うんですがいかがでしょうか？</p>',1,2550,0,0,'0000-00-00 00:00:00',1,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061126_1126',3,0,'2006-11-27 12:58:39','11/26 二次会で',null,'<p>二次会はお墓に行きました。</p>\r<p>大勢であったので3PT構成となりました～♪<br />\r蒼猿さん、デヴァイスさんはいつものメンバで、くろねこもいつものメンバで、そしてさとけんさん、lessonさん、ラオウさん、つやさん、蒼鯵さんは100mgさんとPTを組んでいただきました。(100mgさんは現地で捕獲♪)</p>','<p>蒼猿さんPTはねこたちが危なくないように入り口を確保してくださった後、いつもどおり狩りを始められて楽勝モードが漂っていました～<br />\rねこたちは2PTで奥へ奥へ川口探検隊のように&hellip;ってそんなに慎重に進んでいなかったので、置き去りにされたメンバが、(バ゜⊿゜)ノあうぅ!!<br />\r置き去りにしてしまったメンバを回収して、今度は慎重に進みまする...<br />\rで、どんどん奥に進んで...途中でボスに出会った～♪</p>\r<p>くろねこはそのときちょうど隊列の真ん中あたりにいたんだけど、雑魚の群の中にボスがいたらしく雑魚と一緒に誰かが叩いちゃったのね。召還が出てかつ範囲攻撃のおかげでパーティの2/3が壊滅状態。<br />\rくろねこがボスを発見できたのはボスの台詞を発見できたからなんだけど、画面上は全然わからなかった。お墓はクランクが多くて曲がったらそこにということが多そう。（書庫は本棚がじゃまですね）</p>\r<p>そのほかは、見えないところは特に注意して進んだためか、モンスターいっぱいでというシーンがあったものの誰も浮かず。<br />\r良かった～(&larr;はじめからそうすればいいのに&hellip;って思うんだけど、ボスの注意点をみんなに伝達しないと行けないことが頭からすっぽり抜けてました)</p>\r<p>まあ、そんな感じで3往復ほど繰り返して、頂いたお宝は、プリ109の帽子と117のクレ武器。<br />\r帽子は一番プリに近いlessonさんが、クレの武器はねこが拾ったので＆誰も欲しそうでなかったのでねこが頂きました。<br />\rでも、使うことがないので欲しい人がいたらあげます。<br />\r(クレ117の武器って使える人がいるのかな？前のクレ盾は○泥棒さんにあげちゃったけど、装備できるのがいつになるんだろう？)</p>\r<p>あと、発見だったのはクレオパトラって柱につながれているように見えるけど、横から見ると実は浮いてるのね。<br />\r上から見えないピアノ線かなにかでつながれてるのかな？</p>\r<p>冒険から帰ったら、ちょっとひとりでエイル東のモンスターでスキルの強さを確認。<br />\rそしたらまたまたクレの武器が出ちゃった。今度はレベル75。</p>\r<p>これも誰かにあげようかな？この前クレに転職した方がいるのでその方にでも。<br />\rって、すでに精錬済みを持ってたりして！</p>\r<p class=\"add\">追記<br />\rすでにレベル80になってた。&Sigma;(&acute;&rho;`；)</p>',1,2408,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('Distribution_of_component_source_code',3,0,'2006-11-27 19:10:31','コンポーネントソースコードの配布について',null,'<P>くろねこ製コンポーネントは Borland 社によりソースコードの配布が禁じられております。</P>\r\n<P>以前、くろねこが Borland Delphi の 2006 へのアップデートを断念した際に、コンポーネント利用を継続的に行って頂くことを目的にBorland社に問合せを行いました。</P>\r\n<P>結果、くろねこ製コンポーネントについてソースコードの配布は不可能と考えました。</P>\r\n<P>理由：<BR>くろねこ製コンポーネントのソースにBorland社が版権を有するコードが含まれているため。</P>\r\n<P>以下、長文ですので必要な方だけご覧ください...</P>','<P>くろねこは Delphi 発売以来 Professional 版以上のエディションを使用しており、Borland 社のコンポーネントのソースコードを閲覧することが出来ました。このことは、くろねこがコンポーネントを開発する上で、非常に大きな参考資料となりました。<BR>コンポーネントの配布を目的とするまた保守性を高めるためには、元のソースコードには手を触れず継承をして作成すべきですが、Borland の DBGrid のソースコードを読み進めるうちに、くろねこがしたいことが継承では不可能もしくはくろねこの技術力では不可能というべきに近いと判断し、元のソースコードをコピーして改造するといった手法を取ることとなりました。<BR>このため、Borland社が版権を有するコードが多数含まれる結果となり、元のコードのオリジナリティが失われるほどにまで改修出来てないためにくろねこ単体で著作権を保持できると言えない状況になっています。<BR>このため、ソースコードを配布することが出来なくなっております。</P>\r\n<P>あわせて、くろねこが Borland 社に確認したことがあります。<BR>くろねこが作成したくろねこ製コンポーネントの権利を誰かに譲ることが出来るのか？ということです。<BR>Borland 社の答えとしては、「くろねこが保持している Delphi のライセンスを放棄しコンポーネントとともにライセンスも譲渡する」という方法であれば可能とお答えを頂きました。ただ、くろねこほとんどプログラムを作る機会が失われていますが、一番慣れ親しんだ言語を放棄できる様な状況ではないので、(C#を勉強してみたいというのはありますが。)この方法を採ることはあり得ません。</P>\r\n<P>Borland 社の回答が要求する事項は上記の通りだと思うのですが、抜け道を探すとすれば...</P>\r\n<OL>\r\n<LI>共同で購入したライセンス上でくろねこが一から再開発する(現有のソースコードを参照して複写する事になりそうですが)。 \r\n<LI>配布せず Delphi 2006 のライセンスを保持する方にコンパイルを依頼するもしくは環境をお借りしてコンパイルする。 </LI></OL>\r\n<P>程度しか思いつかないのが現状です。<BR>まあ、どちらも Borland 社がチェックできるとは思えないですが、出来る限りライセンス規定は守るべきと考えておりますので。<BR>(出来る限りというのは、個別に対応をお願いするなどの方法で抜けられないかなという意味です。)</P>',1,6211,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061127_1251',3,0,'2006-11-28 12:51:48','11/27 転職試験',null,'<p>くろねこは 11/26 に無事ユパインの試験をクリアできた訳ですが、この日も試験を受ける人は絶えませんでした。<br />\r昨日はgasuさんがパラディンに転職されました。オメデト(^_^)&ang;※PAN!。<br />\r<img height=\"450\" alt=\"gasuさん転職\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061127_1.jpg\" /></p>','<p>この日くろねこはというと、お墓B1Fでとある方の到着を待ちわびておりました。<br />\rその間に、KT さん経由で gasu さんから質問が！内容は&hellip;試験から先に進めないとのこと</p>\r<p>くろねこは、転職の会話を全てSSとして保存しておいたのでそれを確認しながら、試験？と思いつつお話ししていました。<br />\rよく見ると、レイモンスがユパインから試験が受けられると話していますね。<br />\rで、お話の展開上何が問題だったかわかると思うのですが、答えは上から2番目の「トラミス」です。<br />\r間違っても、上から順に押していけば2番目に正解しますね♪</p>\r<p>その後は順調にクリアできたようですが、くろねこが気になったことがあります。<br />\rクエストは<br />\r</p>\r<ol>\r    <li>パラディンへの導き </li>\r    <li>奉仕は人のため1 </li>\r    <li>奉仕は人のため2 </li>\r    <li>奉仕は人のため3 </li>\r    <li>確認書をユパインに </li>\r    <li>力の印章の材料 </li>\r    <li>パラディンへの転職 </li>\r</ol>\rという展開です。<br />\rで、「奉仕は人のため」という部分でくろねこが世話した方々に、くろねこがどれだけ役に立つのか証明してもらいに行くわけですが&hellip;<br />\r<ul>\r    <li>まず、一番目のスキル伝授者。これはかなりお世話しました。スキルブックなんて結構運びましたよ♪ということでこれは問題ないでしょう。 </li>\r    <li>次、武器商さんはっきり言ってこの方を世話した覚えはありません。人違いじゃないんですか？まぁ、証明してくれるのはありがたいので内緒にしておきますが。 </li>\r    <li>最後に、宿屋の主人ですがこの方も世話した覚えはないんですよ。というか、荷物を預かってもらっている立場なのですが&hellip;<br />\r    あっ、もしかしていない間にねこのものを拝借してますか？<br />\r    かってに拝借したらダメですよ～♪<br />\r    まぁ、ばれなきゃOKです。 </li>\r</ul>\r<p>&nbsp;</p>\r<p>さて、ご質問にお答えした後お墓に行ってた訳ですが、今日は何のドロップもありませんでした。はぃ、残念です。</p>\r<p>その後、ギルドでトラミス邸にワープしたところ、ちょうどgasuさんの転職式が始まるところでした。<br />\rおいとまさせていただこうかと思ったのですが、お引き留めいただいたので羽だけ見させていただきました。</p>\r<p>その後、海賊船に行って船倉で船長さんに転職のご挨拶でもと思ったのですが&hellip;<br />\r途中でぐみさんに出会いました。そこであずみさんに襲われて、デリバリーされたスケルを倒していたのですが、わんこそばのように次から次へとデリバリーが来るもんでして&hellip;しびれを切らして安地に走ったら&hellip;&hellip;&hellip;ぐみさんが&hellip;&hellip;&hellip;<br />\rあずみさんに「ねこさん、逃げたらだめじゃん」と怒られてしまいました。</p>\r<p>反省&hellip;&hellip;。</p>\r<p class=\"add\">追記<br />\r一応ぐみさんには、「ひく？」って声を掛けて確認したんですよ？<br />\rあと、スケル全部起き去りにして去っていったわけではなく、半分くらいねこにくっついてきていたはずなのですが&hellip;&hellip;<br />\r(*_ _)人ゴメンナサイ</p>',1,2606,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061129_0810',3,0,'2006-11-29 08:10:18','11/28 久々にガチャ',null,'<p>久々にガチャ回したよ♪<br />\rしばらくガチャ買わないつもりだったんだけど&hellip;<br />\rパーティのね小夜ちゃんに転職祝いに頂いちゃったの！ガチャ300Ｆ(力)をね。<br />\r<img height=\"150\" alt=\"ガチャ300Ｆ(力)頂きました\" width=\"230\" src=\"http://blog.blackcatlab.com/images/xo/xo061128_1.jpg\" /></p>\r<p>で、ねこは運が悪いので、まだ ねこみみ も ランドセル も 天使の羽 も持ってないの。<br />\rだから、ちょっとビギナーズラックを期待して息子にボタンを押させてみた。</p>','<p>息子に押させるに当たって、違う消費アイテムを使われてもこまちゃうので、ショートカットに登録してファンクションキーを押させることに&hellip;</p>\r<p>で、押させてみた</p>\r<p>わくわく<br />\r<img height=\"340\" alt=\"わくわく\" width=\"340\" src=\"http://blog.blackcatlab.com/images/xo/xo061128_2.jpg\" /></p>\r<p>わくわく<br />\r<img height=\"340\" alt=\"わくわく\" width=\"340\" src=\"http://blog.blackcatlab.com/images/xo/xo061128_2.jpg\" /></p>\r<p>まだか～<br />\r<img height=\"340\" alt=\"わくわく\" width=\"340\" src=\"http://blog.blackcatlab.com/images/xo/xo061128_2.jpg\" /></p>\r<p>でた！<br />\r<img height=\"113\" alt=\"回避Lv.1(15D)\" width=\"314\" src=\"http://blog.blackcatlab.com/images/xo/xo061128_3.jpg\" /></p>\r<p>うぅ、はずれ(/□≦、)エーン!!<br />\r炎が出るのはまだ良いとして、何で未実装ステータスアップなの！ねぇ、何とか言ってよ！</p>\r<p>しばらく、ガチャ買うの待ちます。<br />\r憂さ晴らしに、天使の羽に挑戦しようかと思ったけど、またこれが出たらたまんないもん。<br />\r未実装ステータスアップとゼロマインスクロールはもういりません！</p>',1,2428,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map146',3,0,'2006-11-29 15:08:00','マップ - タイセン沼地',null,'<H3>▽マップ</H3>\r\n<DIV style=\"TEXT-ALIGN: center\"><img width=\"515\" height=\"512\" src=\"http://www.blackcat.xyz/images/articles/xo_map146_1_original.jpg\" alt=\"\"></DIV>','<H3>▽隣接マップ</H3><A href=\"http://www.blackcat.xyz/article.php/xo_map145\">ランバード沼地</A>／<A href=\"http://www.blackcat.xyz/article.php/xo_map147\">リアルト沼地</A> \r\n<H3>▽ＮＰＣ </H3>\r\n<H3>▽出現モンスター </H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"http://www.blackcat.xyz/fckeditor/editor/monster.jpg\"></TD>\r\n<TD colSpan=\"4\">アコンドライト</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">タイセン沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"http://www.blackcat.xyz/fckeditor/editor/monster.jpg\"></TD>\r\n<TD colSpan=\"4\"><SPAN>スパイヤ</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">タイセン沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"http://www.blackcat.xyz/fckeditor/editor/monster.jpg\"></TD>\r\n<TD colSpan=\"4\">&nbsp;<SPAN>タラクピ</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">タイセン沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"http://www.blackcat.xyz/fckeditor/editor/monster.jpg\"></TD>\r\n<TD colSpan=\"4\">&nbsp;<SPAN>ブラウンマウス</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>ノンアクティブ、ルート</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">タイセン沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE>',1,3035,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_map145\">ランバード沼地</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map147\">リアルト沼地</a>',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map144',3,0,'2006-11-29 19:30:00','マップ - スコジン沼地',null,'<H3>▽マップ</H3>\r\n<DIV style=\"TEXT-ALIGN: center\"><img width=\"515\" height=\"512\" src=\"http://www.blackcat.xyz/images/articles/xo_map144_1_original.jpg\" alt=\"\"></DIV>','<H3>▽隣接マップ </H3>\r\n<UL>\r\n<LI><A href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=143\">ラドックパース</A> \r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map145\">ランバード沼地</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスター</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"http://www.blackcat.xyz/fckeditor/editor/\"></TD>\r\n<TD colSpan=\"4\">ライファ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>&nbsp;不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　スコジン沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"http://www.blackcat.xyz/fckeditor/editor/\"></TD>\r\n<TD colSpan=\"4\">キルクス</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>&nbsp;不明</TD>\r\n<TD>特性</TD>\r\n<TD>--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　スコジン沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"http://www.blackcat.xyz/fckeditor/editor/\"></TD>\r\n<TD colSpan=\"4\">サーキロ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　スコジン沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"http://www.blackcat.xyz/fckeditor/editor/\"></TD>\r\n<TD colSpan=\"4\"><SPAN>ブラウンマウス</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>ノンアクティブ、ルート</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　スコジン沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE>',1,4139,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=143\">ラドックパース</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map145\">ランバード沼地</a>',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map145',3,0,'2006-11-29 20:00:13','マップ - ランバード沼地',null,'<H3>▽マップ</H3>\r\n<DIV style=\"TEXT-ALIGN: center\"><img width=\"515\" height=\"512\" src=\"http://www.blackcat.xyz/images/articles/xo_map145_1_original.jpg\" alt=\"\"></DIV>','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map144\">スコジン沼地</A>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map146\">タイセン沼地</A></LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスタ</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">ベイファ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ランバード沼地　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">アサクス</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>&nbsp;不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　ランバード沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">ドーキロ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ランバード沼地　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">ブラウンマウス</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>ノンアクティブ、ルート</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ランバード沼地　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE>',1,3384,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_map144\">スコジン沼地</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map146\">タイセン沼地</a>',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map147',3,0,'2006-11-29 20:25:00','マップ - リアルト沼地',null,'<H3>マップ</H3>\r\n<DIV style=\"TEXT-ALIGN: center\"><img width=\"515\" height=\"512\" src=\"http://www.blackcat.xyz/images/articles/xo_map147_1_original.jpg\" alt=\"\"></DIV>','<H3>▽隣接マップ</H3><A href=\"http://www.blackcat.xyz/article.php/xo_map146\">タイセン沼地</A>／<A href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=75\">エルリサの森</A> \r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスター</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\"><SPAN>アモラピ</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">リアルト沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\"><SPAN>ディバウラ</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">リアルト沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\"><SPAN><SPAN>ゲドライト</SPAN></SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">リアルト沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">ブラウンマウス</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>ノンアクティブ、ルート</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">リアルト沼地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE>',1,3646,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_map146\">タイセン沼地</a>\r\n<a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=75\">エルリサの森</a>',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061130_0746',3,0,'2006-11-30 07:46:51','11/29 噂ですが…',null,'<p>11/29 18:00～18:20 の間に緊急メンテがありましたね。<br />\rくろねこはその時間ちょうど仕事を終え、帰宅途中といった時間でした。</p>\r<p>さて、運営が公開した内容を見るといつものコトながらどんなバグがあったのか伺い知ることは出来ませんが&hellip;<br />\r噂によると今回のバグは、戦闘不能時(浮いた状態)でSHOPに入って戻ってくると&hellip;あら？不思議、元気な姿に戻っていると、そういったバグらしいです。デスペナがどうだったのか、HP/MPが満タンなのかそのあたりの詳細は不明ですが、ジュレアお値段(100XPもしくは200XPで2個セット)分お得であるのは言うまでもありません。</p>\r<p>しかし、見つけた人はいつも浮いたらショップでジュレアを購入してる人なんでしょうね。<br />\rねこは、最近浮くことが無くてジュレアを使う機会がないですね。そんな機会は別に必要ないですが。</p>','',1,2339,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061130_1248',3,0,'2006-11-30 12:48:12','運営に対する愚痴など',null,'<p>最近フレンドのインが減りました。</p>\r<p>ある時フレンドリストを見ると 4/29。朝方だと 0/29 ということも少なくないです。<br />\rインが多いときに見ても、 8/29 程度ですかね。</p>\r<p>これも運営が行っている調査と称するID制限による、締め出し政策と関わりがないはずは無いでしょう。三次職実装以降運営が変わったようで、結構な勢いで新マップがエイル付近やクルリパから伸びているんですが、面白みが全くないんですよね。なにかのクエストアイテムが落ちるとか、ボスがいるとかそういうのは何にもないんです。<br />\r三次職への転職クエストも10分ぐらいで終わる簡単なものになってますし、レベル上げ以外の要素が無いですよね。</p>','<p>そういえば、ゼネピックの公式ホームページのメタタグのコンテントは以下のように書かれています。<br />\r&lt;meta name=&quot;Description&quot; CONTENT=&quot;無料で遊べるオンラインRPG。種類豊富なアバターアイテム、いっしょに成長していくペット、ゲーム内のマイホーム（ハウジングシステム）など、Xenepicの世界には楽しい要素がいっぱい！&quot;&gt;</p>\r<p>気になることがいっぱいですが、書き殴ってみると。<br />\r</p>\r<dl><dt>無料で遊べる</dt><dd>デスペナって10%ですよね。10%稼ぐのに何時間かかりますか？くろねこは、2.5倍着用でステータス課金少な目で2%です、フル課金でも3%程度だと思います。無料だと時給1%は無いと思われます。0.5%位ですかね？これだと 10% を稼ぐのに20時間ほどかかるのですね。<br />\r一回戦闘不能になったら20時間。ライフガード3%(無料アイテムで一番効果が高いライフガード)使用して14時間。冒険に行くのがかなり苦痛です。冒険に行ったら2、3回戦闘不能になると仮定しましょう。40～60時間狩りをしないと戻らないわけです。<br />\r1日4時間ゲームをしたと仮定して10日～15日。とても無料で遊べるレベルではありませんね。<br />\r</dd><dt>種類豊富なアバターアイテム</dt><dd>豊富かもしれませんが、ほとんどが有料アイテムかもしくは期間限定のトレード不可属性付きのアイテムです。ガチャでだぶっても取り引きできないのが悲しいですね。RMT対策なんでしょうか？儲け優先主義の結果なのでしょうか？<br />\r</dd><dt>いっしょに成長していくペット</dt><dd>ペットはつれて歩くことが出来ますが、一緒に成長はしませんよね。<br />\r</dd><dt>ゲーム内のマイホーム（ハウジングシステム）</dt><dd>出来たらキャラ間のお金の受け渡しや、ID間のアイテム受け渡しも有利になるでしょうか？</dd></dl><br />\r今後のゼネピックに期待！って期待できる雰囲気はあると思いますか？\r<p>&nbsp;</p>',1,2269,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061201_1225',3,0,'2006-12-01 12:25:36','11/30 書庫',null,'<p>2週間ぶりくらいに書庫へ&hellip;<br />\rちょっときついな～と思いつつソロで狩りながら書庫を徘徊し始めると青クロックが！？<br />\rちょうど、青クロックの周りに雑魚がいなかったので、叩いて召還を出して来た方向に逃げると、青クロックだけつれた。<br />\r(ちょっと逃げる速さが早すぎて失敗しそうになったけど。)<br />\rつれた青クロックをホーリークラッシュでこれでもか！って言うくらいに叩きまくると倒せたー！<br />\rドロップはギアのみ。ねー、ギアいらないんだけど？</p>','<p>まあ、出たものは仕方ない誰もいないしもらっておこう。<br />\rそれからしばらく行くとまたまた青クロックとの遭遇。今度もいらないギアが出るともったいないので、安地まで連れて行くことに&hellip;&hellip;。安地まで青クロックに叩かれながら雑魚を処分しながら歩いていくと、安地にそこそこ人がいたので、「誰かいらない？」と聞いてみた。誰も返事しない&hellip;&hellip;。</p>\r<p>仕方がないので、安地からすぐの広場で召還を出そうと引き返したら、数人が周りの処分をお手伝いしくれました。ヒールとブレまで頂いて、広場からちょっと西に行ったところで召還を出して安地方向にダッシュ!&equiv;&equiv;&equiv;ヘ(*--)ノ 。うまいこと、安地前で青クロックと1：1の格好に！先ほどと同じ要領でホーリークラッシュのみで叩いていると、ログさんとメイジさんが手伝ってくれて素早く処分できた。<br />\r<img height=\"300\" alt=\"2匹目～\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061130_1.jpg\" /></p>\r<p>で、ドロップは&hellip;&hellip;<br />\rギアがおちてる～。</p>\r<p>で、せっかくなので「誰かいらない？」と聞いてると、譲り合いの結果&hellip;&hellip;<br />\r<img height=\"300\" alt=\"落ちたギアいらない？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061130_2.jpg\" /><br />\r消えちゃいました&hellip;&hellip;&hellip;&hellip;。切ない</p>\r<p>これと前後して、デヴァイスさんがインしてきたので報告すると、デヴァちゃんが書庫へ！<br />\rふたりで書庫を徘徊してると&hellip;&hellip;またまた見つけちゃいました、青クロック。<br />\r<img height=\"300\" alt=\"3匹目\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061130_3.jpg\" /></p>\r<p>くろねこがお掃除して、デヴァちゃんが叩いて青クロックと召還を分ける役割に。<br />\rねこが掃除してたんだけど、デヴァちゃんが来るまでの間に雑魚が湧いたので、うまく分離が出来ずに青クロックと召還と雑魚をまとめてリンチ。ちょっと時間がかかったけど余裕のクリア。<br />\rまたまたギアが出たので、デヴァちゃんに拾ってもらうことに。</p>\r<p>その後、赤クロックも見えたんだけど他のPTさんがすでに交戦状態。<br />\rお手伝いくらいしかできませんでした。</p>\r<p>あ、そうそう。<br />\r途中でクレ集団に遭遇。途中デヴァイスさんが拾ったクレ服をあげることに。<br />\rあと、途中でゾンビの最弱さんがはぐれているのを発見したけど、助ける前に浮いちゃって&hellip;&hellip;。<br />\rちょうど、先日拾ったクレ75の武器と117の武器のお話をすると、「クレ」と即答いただいたので、後日お渡しすることに&hellip;&hellip;。有効に使ってもらえるとうれしいですが、その前に最弱ってレベル上がるのだろうか？という疑問がつきまとうのはねこだけでしょうか？</p>\r<p>※書庫の後船でばったりと出会って確認したふたりの防御は760前後。<br />\rナイトからパラは格段の攻撃力を身につけ、全然精神力が足りないと改めて痛感する書庫であった。</p>',1,2273,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:19','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061202_0313',3,0,'2006-12-02 03:13:00','12/02 深夜からのお墓参り',null,'<p>本日は深夜0時からお墓参りに行きました。</p>\r<p>予定では、12/1 23:00～だったのですが、何か？</p>\r<p>あっ、もうねむねむなのでおきてから続きを書きます。</p>\r<p>一言、くろねこお墓でも船でも書庫でもLG無しです。で今回浮いちゃったくろねこはデスペナ10%！<br />\rよゐこは冒険の際にはLGを忘れずに装備していってください。</p>','',1,2177,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061202_2106',3,0,'2006-12-02 21:06:49','くろねこ ステータスリセット',null,'<p>くろねこパラディンになってから、スキルの強さ故にホーリークラッシュに頼り、MPが少ない事態が続いていました。<br />\rこの状況を打破するために、購入されたアイテムそれが「ポイントゼロ」です。</p>\r<p>次の福袋まで待とうと思っていたのですが...<br />\r待ちきれず...<br />\r買っちゃいました！</p>','<p>で使ってみるといきなりWTが点滅...当たり前ですね！</p>\r<p>で、振り直し前といいたいところですが、取り忘れたので...(&larr;ブロガー失格)<br />\rレベル101ナイトの頃のステータス(転職直前ですね)＜時計三つ装備＞<br />\r<img height=\"250\" alt=\"初期化！\" width=\"203\" src=\"http://blog.blackcatlab.com/images/xo/xo061202_be.jpg\" /></p>\r<p>で、初期化したステータスが下＜アクセ無し＞<br />\r<img height=\"250\" alt=\"初期化！\" width=\"203\" src=\"http://blog.blackcatlab.com/images/xo/xo061202_fo.jpg\" /></p>\r<p>で、再振り直しの結果＜時計二つ、力の紋章＞<br />\r<img height=\"250\" alt=\"振り直し後\" width=\"203\" src=\"http://blog.blackcatlab.com/images/xo/xo061202_af.jpg\" /></p>\r<p>こんな感じに！<br />\r移動速度を今から変えずに、力もほぼ現状維持で精神力を増やして 力と精神の比率を 2：1 にしてみました。</p>\r<p>結構、スキルを使える回数が増えておおむね満足です。<br />\rHP 3770&rarr;3730,MP 1235&rarr;1745</p>\r<p>特筆すべきは、魔法防御が30近く増えたことこれで迷宮がすこしは楽になるといいな～♪</p>',1,2446,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061203_1041',3,0,'2006-12-03 10:41:57','12/02 lessonさん転職式＆お墓参り',null,'<p>lessonさんが12/2に転職されました。ｵﾒﾃﾞﾄ(^_^)&ang;※PAN!<br />\rいや～、最近は第二次転職ブームといったところでしょうか？</p>\r<p>lessonさんぐみさんとは一緒に狩りをしたこともあって、かなりうれしいですね。<br />\rlessonさんのヴァイタリティーが頂けるかと思うと狩りの効率も上がりそうですね。＞ぐみさん。<br />\rそんなlessonさんの転職式はぐみさんと仲良く一緒に並んでの羽の披露となりました！<br />\r<img height=\"450\" alt=\"lessonさん転職！\" width=\"500\" src=\"http://blog.blackcatlab.com/images/xo/xo061202_1.jpg\" /></p>\r<div></div>\r<div id=\"more\">\r<p>二次会は、お墓参りに行きました。<br />\rお墓参りだけにお墓に入る方も多いのですが、この日はひとりもそんな方は居られませんでした。<br />\r結構湧いていたポイントもいくつかあったのですが、ぐみさんとみっくさんとがんばってくださいました。<br />\rアコのみなさんにいっぱいヒールしてもらえたから、というのもかなり大きいのですが。</p>\r<p>お墓参りの成果ですが、確かウィザード109の靴とクレの服だったかと。<br />\rくろねこの個人的なお墓参りの手みやげはマキシリカバラントと素材が少々でした。</p>\r</div>','<p>二次会は、お墓参りに行きました。<br />\rお墓参りだけにお墓に入る方も多いのですが、この日はひとりもそんな方は居られませんでした。<br />\r結構湧いていたポイントもいくつかあったのですが、ぐみさんとみっくさんとがんばってくださいました。<br />\rアコのみなさんにいっぱいヒールしてもらえたから、というのもかなり大きいのですが。</p>\r<p>お墓参りの成果ですが、確かウィザード109の靴とクレの服だったかと。<br />\rくろねこの個人的なお墓参りの手みやげはマキシリカバラントと素材が少々でした。</p>',1,2244,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('061203_fit_navi',3,0,'2006-12-03 19:43:33','12/03 くろねこの愛車が帰ってきました',null,'<p>くろねこの愛車は HONDA Fit1.5W です。色は青色ですね。<br />\r結構一般的な車種＆色ですね。昨日カーナビの交換のためにディーラーに預けておいたのが今日帰ってきました。<br />\rデータが真っ白になって、くろねこの声を忘れてしまったようで、なかなか聞き取ってはくれませんでした。<br />\r何がおかしかったかというと、音声で操作できるカーナビなのですが、しばらく走ると全然聞いてくれないんです＞＜；<br />\rそれも、「音声を認識できませんでした」ではなく、「音声が検出されません」とかなり深刻。<br />\rマイクを取り替えたりいろいろしていたのですが、とうとう本体の交換となりました。<br />\rこれで直ると良いなぁ。</p>\r<p>でも、車の内部配線が問題だったら、直らないんだろうなぁ</p>','',1,2632,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061204_0745',3,0,'2006-12-04 07:45:09','12/04 Refreshさんのデリバリーは？',null,'<p>お船でレベルをあげようとやってきました。<br />\rすると、つい先日転職されたlessonさんとぐみさんが居られました。<br />\rじゃまをしないように、B1F側の部屋ではなく、真ん中と火薬後側の部屋で狩りをしていたのですが...<br />\r火薬後側の部屋を掃除して真ん中の部屋に来るといっぱいいました。<br />\rその群の中に突っ込んで、ホーリークラッシュで狩り狩り。ちょっと多くて大丈夫かなぁ^^;という感じだったのですが、そこにRefreshさんの登場です。<br />\rいっぱいのスケルに囲まれたくろねこを見て、しめしめと思ったのでしょうか？<br />\rいつもおいしいスケルをデリバリーしてくれるRefreshさんですが、今日もデリバリーしてくれました。<br />\r少々過食気味がさらに増えて、(/&nabla;≦＼)アチャ-!ミテランナイ<br />\rジュースがポーションに...<br />\rそして...もう一度デリバリーが....</p>','<p>あわてて、Alt+E でアイテムウィンドウを開いてLGを装備しようと試みたのですが、何度やっても装備が変わらない...</p>\r<p>で、最初から1-2分経ったでしょうか？何度かHPゲージが0になる惨事に見舞われながらも耐えていたのですが、努力の甲斐も無く...<br />\r(。-ﾉ-)/&Omega;ﾁｰ-ﾝ!!(。-ﾉ-)ﾉ彡☆ﾎﾟｸﾎﾟｸ!!</p>\r<p>あぅ、ステ変更で器用さが減ったせいもあるのでしょうが、くろねこの許容限界を突破しました！<br />\rデスペナ10%を頂きました。Refreshさんからのデリバリーはデスペナ10%でした。</p>\r<p>で、幽霊状態のSSを取ることなくなぜかいきなりキャラクタ選択へ...<br />\rクリックがキューに残っていたのでしょうかね？<br />\rいっぱいのスケルにやられたところを、SSに撮ってブログに張り付けるのも良いかなと思っていたのですが。</p>\r<p>浮いてヨツンに帰ってきたところを、バトルアークさん、☆cocoa☆さん、ミリーさんに見つかり声を掛けていただきました。<br />\rお話が弾み気づくと1時過ぎ、さらにとどまることなく1:30頃になってしまいました。<br />\rMPKのお話、時給のお話、期間計算のお話などお話ししましたが、イブにはねこはお話ししませんよ！？</p>\r<p>※ パラディン Lv.101で耐えることが出来るスケルの量は、海賊船B2FでMAP全体の40～60%程度だと思われます。(持っている回復アイテム＆ステ振り＆課金装備に依存。MAP全体で50匹くらいいるんでしょうかね？)<br />\rそれも、今回のようにデリバリーが続くと回復アイテムが次第になくなり、浮いちゃうでしょうね。</p>',1,2246,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('061206_road',3,0,'2006-12-06 00:19:26','道路財源一般化',null,'<p>また阿部がむちゃくちゃ言ってるみたいです。小泉政権で修正改革して成功して力を見せつけたのをならって、自分は道路関連事業を改革して力を見せつけようとそういう魂胆らしいのです。<br />\rどう考えても、道路特定財源は、一旦白紙に戻すべきだと思うのですが･･･</p>','<p>道路関連事業に充てられている道路特定財源について、使途を限定しない一般財源とする方針を安倍晋三首相があらためて明言したらしい。</p>\r<p>道路特定財源は、揮発油税や自動車重量税などの国税と、軽油引取税や自動車取得税などの地方税があって。2006年度予算では国税が約3兆5000億円、地方税が約2兆2000億円になるらしいのだが、自動車重量税は法律の改正無しでそのまま一般財源化が可能らしい。しかし、大部分を占める軽油引取税は法律の改正を伴うらしい。</p>\r<p>どうやら、道路特定財源というものは、道路整備の遅れを理由に徴収されてきたらしいのです。しかも、整備を急ぐために法律の規定よりもだいたい倍の暫定税率になっていると。</p>\r<p>道路整備が遅れていたから倍にしてお金を取っていたのに、道路は既にかなり満たされている。豊富な特定財源があるために無駄な道路建設が進む」からという理由で一般財源化するっておかしいですね。</p>\r<p>※ 重量税は約2.5倍、揮発有税は約2倍の税率のようです。</p>\r<p>道路がちゃんと整備されたら、必要なくなったので税金止めます、とかそこまで行かなくても元の税率に戻しますと言うのが本来ではないのですかね。</p>',1,2848,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061206_0032',3,0,'2006-12-06 00:32:45','今日はあずみさんとペ○スさんのタッグ？',null,'<p>今日も船でMPKに遭遇し浮いちゃったねこちゃんです。<br />\r<img height=\"300\" alt=\"お船にて\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061205_1.jpg\" /></p>\r<p>なすったのは、あずみさん。そのあとペ○スさん？のトレードで回復阻止され浮きました。<br />\rこの古典的な方法ですが、かなり効きました。すっかり、トレードOFFにするのを忘れてました。<br />\rこの前気づいたときに対応しておくべきでしたね。</p>\r<p>リターンポイントに帰ってくると・・・<br />\r<img height=\"300\" alt=\"ヨツンでも\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061205_2.jpg\" /><br />\rな状態で、今日も回線の調子が絶不調！</p>\r<p>この後、バトルアークさんとお船に狩りに行くことになったのですが・・・<br />\rこの話はバトルアークさんが書いていると思うので後でリンクしておきます。</p>','',1,2199,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061206_0143',3,0,'2006-12-06 01:43:14','12/06 どういう風の吹き回しですか？',null,'<p>そろそろ落ちよ～！思っていたら、嫁が息子に「とーちゃんに、がちゃがちゃさせてもらっておいで」と言っていた。まさか！(ミステリーです)、と思い落ちる前にSHOPへ行くと...<br />\rガチャポコ300E(男・力)が...</p>\r<p>(￣- ￣ ) ンー、息子も来たので早速それをショートカットに登録、くるくる回す...</p>\r<p>でたぁ、と思ったら 「黄金なる腕力の心1」...</p>\r<p>またぁ、はずれですか？</p>','',1,2869,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061206_1218',3,0,'2006-12-06 12:18:00','小夜ちゃんバニハン7',null,'<p>今朝小夜ちゃんがお船にてLevel UP!!。<br />\r<img height=\"430\" alt=\"小夜91\" width=\"440\" src=\"http://blog.blackcatlab.com/images/xo/xo061206_3.jpg\" /><br />\r(暗いところほどきれいに撮れますね♪)</p>\r<p>レベル91だと、装備変更になるよね。というわけで、ヨツンに移動して装備を取りに♪<br />\rそういえば、スキルもあったよねということで、\r<ul>\r    <li>バーニングハンド Lv.7</li>\r    <li>ヒール Lv.7</li>\r    <li>フォースサブミッション Lv.3</li>\r</ul>\rを購入。<br />\r各41,000Kronでした。</p>','<p>何でねこが買ってるのかって？それは...先日、小夜ちゃんがPTに戻ってきたとき、小夜ちゃん「ミニポを買うお金が無い」って言ってたから。ねこもたくさんある訳じゃないけど、1.5倍期間にハーブをバザーして4000万Kronほど稼いでいたので、まだ2000万ほど残っているの！でもレア装備なんか買った日には即底をつきそうだけど。</p>\r<p>で、装備も変わったしスキルも上がったしということで、再びお船へ♪<br />\rスケル(HP7000前後でしょうか？)がエナで2発、バニハンで1発でした♪バニハンなんか1発9000&uarr;も与えてるから、10レベル以上高いはずのねこの立場がないです。</p>\r<p>さて、次は101かな？プリーストになった小夜ちゃんを早くみたい。<br />\r小夜ちゃんのプリースト転職が早いか、mary☆の87お着替えが早いか。<br />\rmary☆のレベル上げ加速させるために、時計3つ揃えたいな。でも本人がいないと取っても意味がないのがつらいところ。</p>',1,2341,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061207_1814',3,0,'2006-12-07 18:14:00','ロストにてボスとソロ対決',null,'<p>今朝、ロスト西で退屈してました。朝から狩りをしてると冷えてきたので、狩りを中断してストーブの前でぬくぬく。暖まったので戻ってきて安地から飛び出したら、モンスタークリックしちゃって横叩き。</p>\r<p>「ごめんね」って謝ったてたんだけどいつもと雰囲気が違うと思って、よく見るとそれボスのナイトリス。<br />\r「がんばって！」と声を掛けたら「むりです；；」って言われたので、もらっちゃった。</p>\r<p>普通、メニスとかするものかなって思いつつ、ねこは使えないのでひたすらホーリークラッシュ!!!<br />\r<img alt=\"ナイトリス 初ソュ??決\" src=\"http://blog.blackcatlab.com/images/xo/xo061207_1.jpg\" width=\"400\" height=\"300\" /><br />\r途中、忘れてたオーラーを詠唱するもMPが満タンだったこともあり、MPが切れる寸前にナイトリスを撃破！</p>\r<p>案外あっけなかったそんな感じさえさせる。ナイトリスでした。</p>','<p>そのあとしばらくは気分良く西にいたけど、ちょっと欲がでて東に移動。ロードを探すけどいない。<br />\rそうこうしてる間に、出勤時間が！ということで安地に帰り始めたら、向こうからロードが...</p>\r<p>出勤時間に間に合うか!!と思いつつ、さっきと同じ要領でロードを責め立てる。<br />\r<img alt=\"ャ??ド 初ソュ??決1\" src=\"http://blog.blackcatlab.com/images/xo/xo061207_2.jpg\" width=\"400\" height=\"300\" /><br />\r<img alt=\"ャ??ド 初ソュ??決2\" src=\"http://blog.blackcatlab.com/images/xo/xo061207_3.jpg\" width=\"400\" height=\"300\" /><br />\r途中雑魚がわらわら、しばらく無視してたけどじゃまなので清掃。その間にロードってば、7000も回復しやがんの；；<br />\rしかも、何回か回復したようで、半分くらいまで回復。仕方がないからもう一度同じ要領で...<br />\rまたまた雑魚が...って繰り返してる間に、MPが回復出来ない。ファンクションキーを押してるのに...</p>\r<p>タラゴンが切れたのかな？と思って、ショートカット(Alt+数字)を使ってショートカットのページ切替。<br />\rちょっと弱いけどステビアがあったはず。そうこうしながら、何度かロードのHPを残り1マスにして、さらにその状態から3発くらい叩いてそろそろか？って思ったときにMissとか、雑魚に叩かれて攻撃できなかったりで、なかなか終わらないの；；<br />\rそうこうしてると、4分ぐらい経って出勤時間が...<br />\rもう行くのだ～と思って名残惜しいロードとさようなら。</p>\r<p>で、南で落ちようとマップを移動したら、アサシンのむしぞうさんが！<br />\rそこで、むしぞうさんにロードを託し、ねこは出勤。むしぞうさん倒せたかな？</p>\r<p>しかし、ホーリークラッシュ!!! 最高です。</p>\r<p>実は、使い切ったと思っていた「タラゴン」、実はまだ31枚も残っていました。HP回復しながらだったので、システム側の制限に引っかかって回復できていなかったようですね。雑魚がもう少し少なかったら、倒せてたかな？と思うとちょっと悔しいですね。</p>',1,3105,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:01','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061208_1215',3,0,'2006-12-08 12:15:00','12/08 青クロックソロ',null,'<p>昨晩は書庫へ行って来ました。理由はPTメンバのパタリロさんが書庫にリブスしたいから、というのが目的でした。</p>\r<p>もう書庫なんてPTだったら余裕ですよ♪ロガタの所から書庫までスーイスイと、B5Fにいる途中の赤いやつなんかも雑魚同然に普通に叩いて書庫に向かいましたよ♪</p>\r<p>で、リブス設置後そのまま帰るのも芸がないので、ちょっと遊んで帰ることにしました。<br />\r平日なのに結構PTが多いですね。途中安地で休憩しながらくるくる回ってました。</p>','<p>すると、とうとうやってきました。パタリロさんが休憩から帰ってきたところ、青クロックを見つけたんですよ♪<br />\rパタリロさんが青クロックを叩いて出そうと言うとき、ねこが「ソロでやってもいい？」と聞くとみなさんに快諾していただけました。</p>\r<p>（今思うと、これが&hellip;への第一歩だったのかも&hellip;）</p>\r<p>安地を出たところの広場だったのですが、柱の影に人影があったので「あぶないですよ～」と注意喚起。<br />\r用意が出来たところで、広場の真ん中で青クロックを叩いて安地側に&hellip;</p>\r<p>あれっ？移動できない&hellip;<br />\r柱に引っかかったんですね&hellip;<br />\r柱から抜けたら、召還7匹+本体の総攻撃でミニポでなくポーションを使って回復しようとしたけど、すでに時遅しか！あらら、昇天。(。-ノ-)/&Omega;チー-ン!!(。-ノ-)ノ彡☆ポクポク!!<br />\r(昇天するのはラオウさんだけで十分ですってば！)<br />\r当然、LGなんか付けてるはずもなく、デスペナ10%。この時点で稼ぎは-5%にDown!!</p>\r<p>ジュレアで復活するも、召還7匹が残っていて結構危なかった～。結局最初に柱の影にいたアコさんにヒールもらって&hellip;<br />\r危ないのは、柱の影のアコさんではなくねこでした。</p>\r<p>その後、書庫で雑魚を倒してたけどパタリロさんの被ダメが<em>666</em>。あぶないと思ったら、その予言もしかしてねこが青クロックで浮くことを予言ですか？でも、事が済んだ後に予言されても全く無意味...</p>\r<p>この日、それ以外は順調で赤クロックを倒せなかったものの、レアは クレ91盾、ナイト95剣 が。</p>\r<p>で、気分が悪いのでロストに今朝ボスソロをすると決め、東の安地にて落ち。</p>\r<p><br />\r（そして夜が明けて...朝7:30...）</p>\r<p>朝起きたら、なんかにぎやか。ふと見ると安地前で三人組がロードと対決中。しかも始まった所みたい。<br />\rがっくり、もう時間的に出勤時間までに出会いがないので、西で狩り狩り。<br />\rすると、ナイトリスに遭遇。今日もソロだとおもい。殴ってるとさっきの三人組が、ミスってねこのナイトリスを！今日はソロでなくなりました。まあ、ほぼソロでしたけど。やはりボスは召還を含めて倒せるようになりたいですね。</p>\r<p>残されたボス一覧</p>\r<ul>\r    <li>ピアーサベル</li>\r    <li>カウリゼンド</li>\r    <li>ロストリザードグリフォン</li>\r    <li>ナイトロード</li>\r</ul>\r<p>グリですら難しい気配。</p>',1,2613,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061209_1200',3,0,'2006-12-09 12:00:00','くろねこ レベル102',null,'<p>ようやく101から抜け出ることが出来ました。<br />\rパラディンに転職してから、約2週間ですね。ずいぶんと増えた三次職ですが、転職前が1日20～50%強を稼いでいたことを思うとかなり落ち込んでいますね。しかもゾンビをしていたわけではなく、こつこつ経験値を貯めてはいたのですが、己を過信しすぎ船でスケルの群に突っ込み動けなくなる。などの事故が多発するそんな日々を過ごしていた今日この頃です。<br />\rお墓や、迷宮ではそれほど浮かないのですがね。日々の狩りで浮いちゃうわけですよ。</p>','<p>くろねこ Lv.102 の羽です。<br />\r<img height=\"450\" alt=\"くろっ?? 102\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat102.jpg\" /></p>\r<p>レベルアップ直後のステータス(力79/素早さ17/精神40)<br />\r<img height=\"330\" alt=\"くろっ?? 102ステ振り前(力79/素早さ17/精神40)\" width=\"268\" src=\"http://blog.blackcatlab.com/images/xo/blackcat102sb.jpg\" /></p>\r<p>ステ振り後(力に+1:力80/素早さ17/精神40)<br />\r<img height=\"330\" alt=\"くろっ?? 102 ステ振り後(力に+1:力80/素早さ17/精神40)\" width=\"268\" src=\"http://blog.blackcatlab.com/images/xo/blackcat102sa.jpg\" /></p>\r<p>装備交換後(パラLv.102 シューズ(店売り)に交換)<br />\r<img height=\"329\" alt=\"くろっ?? 102 装備交換後(パラLv.102 シューズ(店売り)に交換)\" width=\"268\" src=\"http://blog.blackcatlab.com/images/xo/blackcat102se.jpg\" /></p>\r<p>このペース(1日104)で上がっていくと仮定すると、Lv.2のスキルを覚えられるLv.111には116日、120アクセが装備できるLv.120にはさらに116日、四次職に転職できるとされる131レベルには124日かかる見込みです。<br />\rということは、四次職に転職できるのは356日後、約１年もかかるわけですか...</p>\r<p>まぁ、ゼネピックが続いていれば1年間は遊べるわけですね。</p>\r<p>四次転職後はゾンビで暮らそうかな♪(1年もあれば四次実装完了してますよね＞運営さん)</p>',1,2249,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061211_1256',3,0,'2006-12-11 12:56:00','12/09 お墓でうはうは～迷宮で',null,'<p>今日は昨日から書庫にお手伝いに行っていたこともあり、朝からいつものねこPTにはいなかった。<br />\rしかも、ねこPTに帰ろうにもリーダーを預けた小夜ちゃんがインしていない...<br />\rということで、さらに他のPTを放浪してみた！</p>\r<p>で、声を掛けたのがゆうまさん。で、お墓に行くことに～<br />\r集まったメンバが、最強メンバだ～</p>','<p>で、前回よりも開始が早くパーティはうちだけ？といった感じの半貸し切り状態の中、墓荒らしを開始。<br />\r最初に出たのは～出たのは～</p>\r<p>な、なんと～</p>\r<p><img height=\"20\" alt=\"ライトヒールLv.2\" width=\"278\" src=\"http://blog.blackcatlab.com/images/xo/xo061209_1lh2.jpg\" /></p>\r<p>ちっ、オーラーブレードLv.2 か ホーリークラッシュLv.2 が期待の星なのに...<br />\rまぁ、ねこの手にはこなかったから...いいや。ﾎﾟｲ(ﾉ￣ー￣)ﾉ :・\'.::・&gt;+○┏┛焼却炉┗┓※1</p>\r<p>さてさて、次に行く｛｛｛｛(　▽|||)｝｝｝｝ぞぉ～～～～～</p>\r<p>どんどん行くとぉ～、つぎは～次は～な・な・な・なんとぉ～</p>\r<p><img height=\"20\" alt=\"フリーズスプレッシャーLv.2\" width=\"282\" src=\"http://blog.blackcatlab.com/images/xo/xo061209_3fs2.jpg\" /></p>\r<p>しかも、しかもねこの手に～！w(￣▽￣;)wワオッ!! ＞ このままねこの手にあったら....あったら....まりにあ行きか？</p>\r<p>ボスにも遭遇</p>\r<p>カウリゼンドからは...</p>\r<p>アトポリ...いらねっ。ﾎﾟｲ(ﾉ￣ー￣)ﾉ :・\'.::・&gt;+○┏┛焼却炉┗┓<br />\rリカバラも出たな...<br />\rねぇ？ゼンストーンは？ねぇってば...<br />\r計3匹も倒したよ？でも、ゼンストーン無かったよ？こら、ちょっと跳ねてみ？チャリンチャリン音がしてないか？倒しちゃったから飛べないか。スカ130弓、プリ130杖。まぁ、この辺で勘弁しておこうか？<br />\r<img height=\"35\" alt=\"スカ Lv.130 Bow\" width=\"310\" src=\"http://blog.blackcatlab.com/images/xo/xo061209_4bow.jpg\" /></p>\r<p>休憩したら...ミナミナさんが...ねこが初めてみるスキルを...！</p>\r<p><img height=\"260\" alt=\"リストア!!\" width=\"160\" src=\"http://blog.blackcatlab.com/images/xo/xo061209_2res.jpg\" /></p>\r<p>かっくいい～ 効果は？ねぇ効果は？...聞くのは恥ずかしいから黙っておこう...</p>\r<p>ねこがご飯の間に...スキルブック3冊目。エクスチェンジが出たらしい。</p>\r<p>このほかにも、<br />\r<img height=\"20\" alt=\"パラ Lv.114 Shoes\" width=\"270\" src=\"http://blog.blackcatlab.com/images/xo/xo061209_5sho.jpg\" /><br />\r<img height=\"36\" alt=\"パラ Lv.114 Shoes\" width=\"36\" src=\"http://blog.blackcatlab.com/images/xo/xo061209_6sho.jpg\" /><br />\rなどなどをゲーット！実りの多い墓荒らしだった。</p>\r<p>しかし、断続的に起こるラグ。これはなにかの予兆ですか？スカイベントの予兆でしょうか？<br />\rかつて無いドロップを提供してくれた墓に別れを告げ...<br />\r日付が変わったころ雪山を越えやってきました。地獄への入り口...<br />\r浮かなきゃ良いけど</p>\r<p>氷の迷宮の1Fを早々にスルーし、来たのは迷宮2Fしかし、ここは全く道がわかりません。<br />\rついて行くのみですね。</p>\r<p>で、でたーとらとらとら。奇襲大作戦！<br />\r<img height=\"350\" alt=\"ピアーサベル\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061210_1tora.jpg\" /></p>\r<p>まずは1匹目、ゆうまさんが耐えて...<br />\rプリ二名によるバックアップ、ねこもなぜかライトヒール...立場逆ですか？そうですか...<br />\rちなみに...ブレッシング有りのねこの物理防御約1050、ゆうまさん830でし。<br />\rねこが耐えて、プリ三人からヒールをもらった方が効率がいいよね。ちなみに虎の範囲攻撃距離によってダメージに変化がないのであれば、食らったダメージは1300程度。</p>\r<p>虎ってば、MPが一回切れた後に一度MPを1000も回復してました。そのときの範囲攻撃+直接攻撃でもジュースとミニポで耐えられましたから可能のようです。</p>\r<p>で、<br />\r<img height=\"55\" alt=\"リストア入門/ウィザード130杖/スカ130弓\" width=\"320\" src=\"http://blog.blackcatlab.com/images/xo/xo061210_2res.jpg\" /><br />\rが出ました。スカ130弓はパタリロさんにあげようかな...</p>\r<p>2回目...</p>\r<p>ねこが虎の内丹を持っていないので...ということで頂きました。<br />\r<img height=\"200\" alt=\"虎の内丹\" width=\"190\" src=\"http://blog.blackcatlab.com/images/xo/xo061210_3nai.jpg\" /><br />\rそして、きむさんがプリ130杖とマキシを！</p>\r<p>後日、120アクセと交換していただきましたが、(￣- ￣ ) ンー時計とどっちを装備しようか悩むところですね。</p>\r<p>3回目...</p>\r<p>遭遇出来ず...そろそろネムネムなお時間...</p>\r<p>4回目...<br />\r通路のど真ん中に虎発見。みんな通り抜けていくので...ねこも...<br />\rあ、通り抜けてる間にちび虎が...あれ、叩いちゃいました？って、チャットを打つ暇もなくちび虎がねこに...(バ゜⊿゜)ノあうぅ!! ダッシュ!&equiv;&equiv;&equiv;ヘ(*--)ノ 逃げるぞぉ！</p>\r<p>でも、ちび虎5匹もいたら無理でした...しかも、回線落ち。<br />\r戻ってきたら、あっ、生きてる...でも次の瞬間ちび虎+雑魚数匹。先より増えたじゃない...<br />\r頂き物のポーションをがぶ飲みでも耐えられず、敢えなく<br />\r<img height=\"240\" alt=\"くろっ?? うきうき\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061210_4uki.jpg\" /><br />\r(。-ノ-)/&Omega;チー-ン!!(。-ノ-)ノ彡☆ポクポク!!</p>\r<p>ほぼ全滅。ねこがご迷惑をおかけしたようで、(*_ _)人ゴメンナサイ</p>\r<p>※1 ライトヒール は スプレッシャーと交換となり、ライトヒールはねこの手元に来ました。<br />\r※2 120アクセは虎の内丹を持って聖堂前の警備兵に話しかけると、交換してくれます。(レベルが未達でも交換可能です。装備不可)</p>',1,2926,0,1,'0000-00-00 00:00:00',3,'',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061212_1252',3,0,'2006-12-12 12:52:41','12/11 mariniaとmary☆',null,'<p>昨日、パーティメンバのmariniaとmary☆がそれぞれレベルアップ！</p>','<p><img height=\"370\" alt=\"まりにあ\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061211_1.jpg\" /><br />\rmariniaはメンバダントツでトップのLv.113？114？そのくらい。<br />\r<img height=\"400\" alt=\"mary☆\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061211_2.jpg\" /><br />\rmary☆が78で、IN時間もかなり差があるので、そろそろレベル差が40になろうかと言うところ。</p>\r<p>暇があれば、mary☆のレベル上げのお手伝いもしたいけど。<br />\rくろねこ自身最近ゼネに飽きてる。特にレベル上げの狩りに飽きた。疲れがたまってるせいかもしれない。冒険は楽しいんですがね。</p>\r<p>ボスソロ対決は、消費アイテムがもったいないと感じてしまうし...<br />\rお墓に籠もるかなぁ？オーラーブレードLv.2とホーリークラッシュLv.2が欲しいから...<br />\rでも、ひとりだとかなりつらいんですよね...最低でも4人くらい欲しいと思ってしまいますね。</p>',1,2434,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061212_1829',3,0,'2006-12-12 18:29:19','赤クロックソロ！？',null,'<p>くろねこ ついに赤クロックソロの時がやってきました...<br />\r<img height=\"315\" alt=\"\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061209_0rcl.jpg\" /></p>','<p>なーんて、嘘です。<br />\r召還出したのは、黒魂さん。召還が出た瞬間、真ん中のクロックだけ頂いた♪というわけ。この後、パーティメンバがやってきて、みんなでボコることになります♪</p>',1,2232,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061213_1802',3,0,'2006-12-13 18:02:51','12/12 墓荒らし～',null,'<p>昨日も墓荒らしをしていました♪<br />\r昔のピラミッドもこうやって墓荒らしにあって財宝が無くなっていったのでしょうか？</p>','<p>最初は、ロスト東でナイトロードを探していたのです♪<br />\r探していたら朝も出会ったスラスラさんが、シールドヴォイスを&hellip;うまうま。<br />\rナイトロードの出現時間も聞き待ちかまえていたが、残念ながら他の方が先に見つけてしまった。</p>\r<p>仕方がないので、まりにあを捕まえて墓荒らしを計画。<br />\r人数集めて4人で墓荒らし突入～♪</p>\r<p>最初に出たのはヴェノンLv.2(アサシン111のスキル 詳細不明)</p>\r<p>次に出たのは、アサシン11xの頭</p>\r<p>そして、パラ114の鎧。</p>\r<p>最後に出たのがアサシン117左手用の武器。</p>\r<p>おい、スプレッシャーは？オーラーは？ホーリーは？<br />\rスキルブック出せよ！出さないなら、また荒らしに来るからな、心して待っておけよ！ふん！</p>\r<p>ということで、ヴェノンLv.2 とくろねこの持っていない、他の適当なスキルブックと交換してくれる方を募集♪<br />\rいないだろうな。</p>\r<p>さて、帰ったらサンタクエ？15日からだっけ？</p>',1,2480,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061214_1845',3,0,'2006-12-14 18:45:05','12/13 クリスマスが始まった♪',null,'<p>街がクリスマスに包まれましたね♪<br />\rくろねこがインしたのは、海賊船-火薬庫だったのですが街のクリスマスの重みがひしひしと伝わってきました。<br />\rクリスマスクエストしばらく放置で&hellip;とも思っていたのですが、パーティから家出中の小夜さんがサンタダンジョンに行くというので、お迎えがてら行ってきました。</p>\r<p>去年は、<br />\rサンタダンジョンB1Fでサンタのページ<br />\rサンタダンジョンB2Fで高弾力繊維<br />\rサンタダンジョンB3Fで免許証を入手するクエだったと思うのですが、今年はちょっと変わったようです。</p>\r<p>クエストも4種類のようで、レベル毎にクエスト内容が違うのは昨年度と同じですが、それぞれレベルが上がって下級のゼニアンではサンタダンジョンにすら入れないという感じです。この辺のレベルは街の外でサンタラビ、サンタベアを倒して岩を集めてこいという感じのようですね。<br />\rそうそう、今年もサンタダンジョンでは<em>デスペナが無い！</em>模様です。心おきなく浮けますね。<br />\r変わらないことは変わりませんが、変わったことはみかんが落ちる/ミルクが落ちる事でしょうか？</p>\r<p>さて、くろねこはLv.102ですので、一番最上級のB3FでサンタXを倒して奪われたプレゼントを回収するクエストでした。<br />\rただ、くそ重くてサンタXに会えたのは一度のみ、しかも他の誰かさんが戦闘中でした。そうでなくても、仕様変更でCTRL/SHIFTキーを押しながら移動できないというやっかいな罠でとまどうねこでした。おかけで人とかぶることも多く早々に他に移動しました。</p>','<p>次にくろねこが向かった先は、クルリパの先ヘダー分地から伸びた新マップです。<br />\r「Lv.101のパタリロさんが目撃したモンスターは名前が赤かった」と、まりにあから聞いていたので心して進まなければなりません。<br />\rそんなときまりにあから「ひとりで浮いてくる？」と聞かれたものなので、新マップでもねこちゃんはひとりで行けるぞ！と言う所を見せないと&hellip;&hellip;&hellip;</p>\r<p>クルリパ平原から2マップ目のアシッドバス谷で、ふたりに追いつかれましたけどね。<br />\rまあ、結果的にひとりで行かなくて良かったわけですよ！一番奥の敵がやはり真っ赤でドロップから推測するにレベル109&uarr;<br />\rなぜかかなりドロップ率が良くて、Lv.109のウィザード服、クレ頭そしてLv.110のプリ靴が出たんですよね。それも警備兵を見て帰ってくるだけの道のりでですよ。<br />\rひとりで行ったら浮かなかったとしても、これほどのドロップに遭遇することは難しかったでしょう。</p>\r<p>で、今回の新マップの内容を一言で！<br />\r<strong>ここはロストとなにか関わりが？</strong></p>\r<p>というのも、新しいマップは廃墟な訳ですよ。で出てくるモンスターは砂漠をイメージしたエリマキトカゲ風のモンスター/ガメラと、<br />\rロストモンデラク/ロストクラッシャー/ロストモンデシの形をしたサントラック<br />\rロストリザードグリフォンの召還でおなじみのロストシリウスの形をしたシリウス。</p>\r<p>廃墟はロスト時代のものでモンスターはそのときから生きている生きる化石。そして砂漠の適した新モンスターと共生している。そんな感じがしました。<br />\rヨツンハイムの隠された秘密とこの廃墟あとでなにかイベントがある伏線なのでしょうか？</p>\r<p>何かあると良いんですけどね。</p>\r<p>一番奥の警備兵と並んで記念撮影！<br />\r<img height=\"320\" alt=\"最果て到達記念\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061213_1.jpg\" /></p>',1,2464,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map148',3,0,'2006-12-15 06:31:46','マップ - チェンサーリ峡谷',null,'<H3>マップ</H3>\r\n<DIV style=\"TEXT-ALIGN: center\">[unscaled1]</DIV>','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=87\">クルリパ平原</A> \r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map149\">アシッドバス谷</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスター</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">グレッム</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">チェンサーリ峡谷</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">マギオン、エレクツリュン、ボルフバー、クレイトンバー、サイルロン　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">トロシ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">メタスダイブLv.2(攻撃-35)</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">チェンサーリ峡谷　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">マギオン、ボルフバー、ミネス</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">パラゴン　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>ノンアクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">チェンサーリ峡谷</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">マギオン、エレクツリュン、ボルフバー、クライトンバー、サイルロン、ミネス</TD></TR></TBODY></TABLE>',1,4458,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.hangame-fan.com/xenepic/map/map.php?mno=87\">クルリパ平原</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map149\">アシッドバス谷</a>',0,1,1,0,0,'1999-11-30 00:00:49','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map149',3,0,'2006-12-15 06:37:16','マップ - アシッドバス谷',null,'<h3>マップ</h3>\r<div style=\"TEXT-ALIGN: center\">[unscaled1]</div>','<h3>▽隣接マップ</h3>\r<ul>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map148\">チェンサーリ峡谷</a> </li>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map150\">テンライン谷</a> </li>\r</ul>\r<h3>▽ＮＰＣ</h3>\r<h3>▽出現モンスター</h3>\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img alt=\"\" src=\"monster.jpg\" /></td>\r            <td colspan=\"4\">　<span>アレッム</span></td>\r        </tr>\r        <tr align=\"center\">\r            <td>HP</td>\r            <td>&nbsp;不明</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">アシッドバス谷　</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">　</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img alt=\"\" src=\"monster.jpg\" /></td>\r            <td colspan=\"4\"><span>オロシ</span></td>\r        </tr>\r        <tr align=\"center\">\r            <td>HP</td>\r            <td>&nbsp;不明</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">　アシッドバス谷</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">　</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img alt=\"\" src=\"monster.jpg\" /></td>\r            <td colspan=\"4\"><span>ドラゴン</span></td>\r        </tr>\r        <tr align=\"center\">\r            <td>HP</td>\r            <td>&nbsp;不明</td>\r            <td>特性</td>\r            <td>ノンアクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">アシッドバス谷　</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">　</td>\r        </tr>\r    </tbody>\r</table>\r<h3>▽モンスター不明ドロップ</h3>\r<ul>\r    <li>イステロトンネランスーツ【スカウター75胴衣】</li>\r</ul>',1,3771,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_map148\">チェンサーリ峡谷</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map150\">テンライン谷</a>',0,1,1,0,0,'1999-11-30 00:00:44','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map150',3,0,'2006-12-15 06:41:45','マップ - テンライン谷',null,'<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r\n<H3>▽マップ</H3><a href=\"http://www.blackcat.xyz/images/articles/xo_map150_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo_map150_1.jpg\" alt=\"\"></a>','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map149\">アシッドバス谷</A> \r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map151\">ヘダー分地</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスター</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image2]</TD>\r\n<TD colSpan=\"4\"><SPAN>バイロン</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">テンライン谷</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image3]</TD>\r\n<TD colSpan=\"4\"><SPAN>ドランモグル</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">テンライン谷</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image4]</TD>\r\n<TD colSpan=\"4\">キチリン</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">テンライン谷</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE>',1,3086,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map149\">アシッドバス谷</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map151\">ヘダー分地</a>',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map151',3,0,'2006-12-15 11:44:02','マップ - ヘダー分地',null,'<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r\n<H3>▽マップ</H3>[image1]','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map150\">テンライン谷</A> \r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map152\">エリソン峡谷</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスタ</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image2]</TD>\r\n<TD colSpan=\"4\">バイスタル</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ヘダー分地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image3]</TD>\r\n<TD colSpan=\"4\">ピチモグル</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ヘダー分地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image4]</TD>\r\n<TD colSpan=\"4\"><SPAN>キチロン</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ヘダー分地</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE>',1,3234,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map150\">テンライン谷</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map152\">エリソン峡谷</a>',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map152',3,0,'2006-12-15 11:48:54','マップ - エリソン峡谷',null,'<H3>▽マップ</H3>\r\n<DIV style=\"TEXT-ALIGN: center\"><img width=\"511\" height=\"511\" src=\"http://www.blackcat.xyz/images/articles/xo_map152_1_original.jpg\" alt=\"\"></DIV>','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map151\">ヘダー分地</A> \r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map153\">ビルダビド高原</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H2>▽出現モンスタ</H2>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">シリウス</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">メタスダイブLv.2(攻撃-35)</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">エリソン峡谷　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\"><SPAN>スコールファイター</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>&nbsp;不明&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">エリソン峡谷　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\"><SPAN>クロット</SPAN></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>&nbsp;不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">エリソン峡谷　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE>',1,3090,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_map151\">ヘダー分地</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map153\">ビルダビド高原</a>',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map153',3,0,'2006-12-15 11:51:00','マップ - ビルダビド高原',null,'<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r\n<H3>▽マップ</H3><a href=\"http://www.blackcat.xyz/images/articles/xo_map153_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo_map153_1.jpg\" alt=\"\"></a>','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map152\">エリソン峡谷</A> \r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map153\">タクストリム高原</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスタ</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><img width=\"150\" height=\"170\" src=\"http://www.blackcat.xyz/images/articles/xo_map153_2.jpg\" alt=\"\"></TD>\r\n<TD colSpan=\"4\">サントラック</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">フォエティダイブLv.2(防御-45)</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ビルダビド高原</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><img width=\"160\" height=\"140\" src=\"http://www.blackcat.xyz/images/articles/xo_map153_3.jpg\" alt=\"\"></TD>\r\n<TD colSpan=\"4\">スコールウォーリア</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">パワーラッシュ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ビルダビド高原</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE>',1,3422,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map152\">エリソン峡谷</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map153\">タクストリム高原</a>',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map154',3,0,'2006-12-15 12:01:00','マップ - タクストリム高原',null,'<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r\n<H3>▽マップ</H3><a href=\"http://www.blackcat.xyz/images/articles/xo_map154_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo_map154_1.jpg\" alt=\"\"></a>','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map153\">ビルダビド高原</A> \r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map155\">アンブロニ高原</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスタ</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">アリン&nbsp;</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">チェルン、インツリュム、ドドロン、メニオン、コンスタル</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">モクン</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">チェルン</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><IMG alt=\"\" src=\"monster.jpg\"></TD>\r\n<TD colSpan=\"4\">プリルリザード</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>特性</TD>\r\n<TD>--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">--------------- </TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">インツリュム、チェルン、ドポイン、ドドロン、リカバラント</TD></TR></TBODY></TABLE>\r\n<H3>▽モンスタ不明ドロップ</H3>\r\n<UL>\r\n<LI>メルトレシチェインアーマー【パラディン105胴】 </LI></UL>',1,3368,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map153\">ビルダビド高原</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map155\">アンブロニ高原</a>',0,1,1,0,0,'1999-11-30 00:00:48','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map155',3,0,'2006-12-15 12:05:00','マップ - アンブロニ高原',null,'<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r\n<H3>▽マップ</H3><a href=\"http://www.blackcat.xyz/images/articles/xo_map155_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo_map155_1.jpg\" alt=\"\"></a>','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map154\">タクストリム高原</A> \r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map156\">エズレフェル平原</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスタ</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><img width=\"135\" height=\"140\" src=\"http://www.blackcat.xyz/images/articles/xo_map155_2.jpg\" alt=\"\"></TD>\r\n<TD colSpan=\"4\">アルフォンス</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">アシエーダイブLv.3(魔法攻撃-45)</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">コンスタル、インツリュム</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><img width=\"151\" height=\"170\" src=\"http://www.blackcat.xyz/images/articles/xo_map155_3.jpg\" alt=\"\"></TD>\r\n<TD colSpan=\"4\">モキナ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">ドポイン、インツリュム、チェルン</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><img width=\"140\" height=\"120\" src=\"http://www.blackcat.xyz/images/articles/xo_map155_4.jpg\" alt=\"\"></TD>\r\n<TD colSpan=\"4\">プリルリス</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">　</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">インツリュム、チェルン</TD></TR></TBODY></TABLE>\r\n<H3>▽モンスター不明ドロップ</H3>\r\n<OL>\r\n<LI>ケリパヘンシュル【アサシン109武器】 \r\n<LI>レムブラメルクロワンド【プリースト109武器】 \r\n<LI>ジスクグレンドセプター【クレリック109武器】 \r\n<LI>ケムブラギネリンスタッフ【ウィザード109武器】 \r\n<LI>ベラニルペリック【ウィザード109服】 \r\n<LI>レシフリーシアンスケイルシューズ【パラディン110靴】 \r\n<LI>レリベネシングブーツ【プリースト110靴】 \r\n<LI>ベサシャイシングブーツ【クレリック110靴】 \r\n<LI>メルトレシケイルブーツ【プリースト110靴】  \r\n<LI>リカバラント </LI></OL>',1,3782,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/images/articles/xo_map155_1_original.jpg\">http://www.blackcatlab....</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map154\">タクストリム高原</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map156\">エズレフェル平原</a>',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061218_0018',3,0,'2006-12-18 00:18:00','12/17 墓荒らし～',null,'<p>ゆうまさんたちと墓荒らしに出かけました♪</p>\r<p>今日、取れたスキルブックとは・・・</p>','<p>今日のスキルブックは...\r<ol>\r    <li>ヴェノンLv.2 </li>\r    <li>エクスチェンジ入門 </li>\r</ol>\rでした～。</p>\r<p>このうちエクスチェンジ入門は...何と...くろねこに～。<br />\rゆうまさんから、「売って」と言われたので、「オーラーかホーリーと交換で」と言っておきました！<br />\rオーラーはほとんどでないので、現実的ではなさそうですが、ホーリーはバザーでも見るのでいけるかも！</p>\r<p>無事ゆうまさんがホーリーを取れるますように。</p>\r<p>現在のスキルブック保持状況。<br />\r<img height=\"116\" alt=\"ヴェノンLv.2:1/ライトヒールLv.2:1/エクスチェンジ入門:1\" width=\"154\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_sb.jpg\" /></p>\r<p>あと、他にもパラディンの鎧や墓荒らし後に、砂漠で取れたというLv.102のレアシューズを頂きました。</p>\r<p>ありがとうございました。</p>',1,2312,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:11','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061218_0033',3,0,'2006-12-18 00:33:00','12/18 サンタXを倒そう＆くろねこのクエスト進捗',null,'<p>先週の水曜日からクリスマスクエストが始まりましたね。<br />\r\nもうすでに皆さんもサンタダンジョンには行かれたと思います。レベルが到達してなくていけない方は頑張ってレベルを上げてくださいね。</p>\r\n<p>さて木曜日でしたっけ、サンタダンジョンのファーストインプレッションはすでにお届けしたとおりですが、サンタダンジョンのB3Fに出るボスキャラ(サンタ・エックス【以降サンタX】)っていつ・どこに出るんでしょうかね。</p>','<p>わかれば苦労しないわけですが、実のところ時間は結構簡単にわかっちゃうんですね。<br />\r\nくろねこ、バターは定期的に湧くものだと思っていました。しかし、実はここに注目すべきだったんです。<br />\r\nなぜかというと、サンタXが倒された合図が「バターが湧く」という現象だったからなんですね。<br />\r\nで、サンタXは15分沸きでマップに1匹です。ということは....<br />\r\nサンタXが何者かに倒される&rarr;バターが湧く&rarr;15分経過&rarr;どこかにサンタXが...</p>\r\n<p>ということだったんです。<br />\r\nこれであなたもサンタXが倒せるかも！<br />\r\n<img height=\"300\" alt=\"くろねこ vs サンタX\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_1.jpg\" /><br />\r\nこんな感じでしょうか？（画質を落としすぎたようですね...汚い）<br />\r\n時間を見計らってチャットを中止し、準備しておいてくださいね。見つけても準備していないとFAが取れません。実はこれ3回目でやっとFAが取れたところですね。</p>\r\n<p>で、ドロップは...<br />\r\n<img height=\"235\" alt=\"サンタのプレゼント袋\" width=\"186\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_2bag.jpg\" /><br />\r\nです。<br />\r\nこれを、サンタに持っていくと、以下のいずれかが出るようです。</p>\r\n<ul style=\"list-style-type: none\">\r\n    <li style=\"display: inline; \"><img alt=\"祝福のベル(金)\" width=\"150\" height=\"140\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_bell_g.jpg\" />\r\n    </li>\r\n    <li style=\"display: inline; \"><img alt=\"祝福のベル(銀)\" width=\"150\" height=\"140\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_bell_s.jpg\" />\r\n    </li>\r\n    <li style=\"display: inline; \"><img alt=\"サンタの祝福\" width=\"150\" height=\"140\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_bell_k.jpg\" />\r\n    </li>\r\n</ul>\r\n<p>一番多いのは、サンタの祝福みたいですけどね。</p>\r\n<p>これがもらえると同時に、若干経験値がもらえるようです。取得できる経験値は一定で、目安として以下のようになっています。(ご協力いただいた方ありがとうございました。)</p>\r\n<table>\r\n    <tbody>\r\n        <tr>\r\n            <th>レベル</th>\r\n            <th>経験値(%)</th>\r\n        </tr>\r\n        <tr>\r\n            <td>78</td>\r\n            <td>1.96</td>\r\n        </tr>\r\n        <tr>\r\n            <td>108</td>\r\n            <td>0.456</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<p>※経験値取得の際に経験値課金アイテムの効果が有効のようなので、課金状況に合わせて補正してあります。<br />\r\nくろねこはまだクエストが終わっていないので、終わったら追記しますね。</p>\r\n<p>あっ、それからクエストする際にサンタダンジョンB3Fで、狩りをするわけですが、箱モンスターから以下のようなベルがドロップします。(一部クエストでもらえるベルと重複します)</p>\r\n<ul style=\"list-style-type: none\">\r\n    <li style=\"display: inline; \"><img alt=\"祝福のベル(金)\" width=\"150\" height=\"140\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_bell_g.jpg\" />\r\n    </li>\r\n    <li style=\"display: inline; \"><img alt=\"祝福のベル(銀)\" width=\"150\" height=\"140\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_bell_s.jpg\" />\r\n    </li>\r\n    <li style=\"display: inline; \"><img alt=\"祝福のベル(赤)\" width=\"150\" height=\"140\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_bell_r.jpg\" />\r\n    </li>\r\n    <li style=\"display: inline; \"><img alt=\"祝福のベル(青)\" width=\"150\" height=\"140\" src=\"http://blog.blackcatlab.com/images/xo/xo061217_bell_b.jpg\" />\r\n    </li>\r\n</ul>\r\n<p>サンタは1時間に最大4人しか入手できないので、金ベル、銀ベルが欲しい方は、こちらからねらった方が確実ですね。<br />\r\nちなみに赤ベル、青ベルは結構簡単に手に入りますが、金と銀は結構入手確率が低いです。</p>\r\n<p>では、皆さん頑張ってくださいね。</p>\r\n<p>げ、早く寝て朝早くインするつもりが...すでに2時前...投稿日時って書き始めた時間なのね。これを書くのに1時間以上かかってるって言うことか～♪はよ寝よ。でぁ皆さん (つ&forall;-)ｵﾔｽﾐｰ (･_･)ﾉ▽&quot;&quot;ﾌﾘﾌﾘ</p>',1,2459,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20061218075658927',2,0,'2006-12-18 09:56:58','ただいまサイトデザイン変更テスト中！',null,'<P>ただいま、サイトデザインをデフォルトからくろねこのデザインに変更する試みを実施中です。</P>\r\n<P>当サイトでは、右側のテーマセレクタを使用してレイアウトデザインを変更することが可能ですが、「BlackCat」はテスト中のテーマ(レイアウトデザイン)ですので選択しないようにお願いします。</P>','',1,1796,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'2007-03-20 14:18:21','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061219_0754',3,0,'2006-12-19 07:54:00','12/18 サンタ～墓荒らし',null,'<p>昨日もサンタダンジョンで、「ポッポー、ポッポー」と迫り来る汽車を倒していました。<br />\rついでに、ボックスカインも倒して銀ベル2個目をゲット！金銀各2個ずつになりました。</p>\r<p>そのほか、珍しいこともありました。ボックスケイン倒すと、「レモン・ベル(金銀赤青)」の何れか一つのドロップだと思っていたのですが、1匹からレモン&times;1、赤ベル、青ベルの計3つがドロップ！<br />\r<img height=\"350\" alt=\"ドャ??プが三つも\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061218_1.jpg\" /></p>\r<p>ちょうどそのとき近くにいた方と、珍しいですね～♪とお話させていただきました。<br />\rもうくろねこはベルが必要ではないので(80個以上あると思われ)、そちらの方にお譲りさせていただきました。</p>\r<p>そんな中、ある方からフレチャでのぞきが...</p>','<p>優(ゆうま)さんでした。お墓への誘いが...</p>\r<p>今日は特筆すべきドロップはありませんでした。<br />\rパラディン114の靴、プリースト109頭、アサシン130武器 でしたっけ...</p>\r<p>アサシン130武器は今朝「じいいこ」さんにお譲りしました。本当は「女王」さまにパラディンの靴を頂いたので、お返しにお渡ししようと思ったのですが、永遠の101だそうで...「いらない」と言われてしまいました。</p>\r<p>そういえば、今朝サンタXと2度目の交戦状態に入りました。<br />\rやはり時間を知っていると会える確率は高いのでしょうか？<br />\rそろそろかな？とふと画面を見回すと赤いのが...やつだ！(シoア)ではありません。普通の3倍の速度で移動するわけでもありません。逆に皆に囲まれるアイドル状態で動けないことの方が多いようですね。</p>\r<p>今日は、くろねこと二者面談でした。彼からコレクション用の「サンタの袋」を受け取りました。<br />\r使わずに、取っておきたいと思います。コレクターですね。<br />\r経験値も、98.5%になりました。今日20:00～22:00位の間にブリンのサンタ横で羽を出しているくろねこに遭遇するかもしれません。<br />\r毎度の事ながら、なにかしながらSSを撮ろうとするとほぼ確実に失敗するので、見てたらSSでも撮って送りつけてやってください。</p>\r<p>■横殴り<br />\rマップに関わらず横殴りってあると思いますが、サンタダンジョンはかなり多いです。<br />\r最近は落ち着いてきましたが、メンテ明けから金曜日ぐらいが凄かったですね。</p>\r<p>確か、どなたかがプリに横殴りでサンタを取られたって書かれてました。でも、相手方は自分がFAだと思っているようです。くろねこには、どちらが正しいのか判断する材料はありませんが画面端っこのモンスターをタゲしたりすると、逆側にいるPCが見えなかったりするので、結構もめちゃいますね。</p>\r<p>くろねこも走り回りながら、箱を倒しまくってたので結構かぶっちゃいました。故意に横叩きはしないですが、他のPCに近かったり相手の意志が読めなかったり、回避して他のモンスターにタゲすると他の人とかぶっちゃったり、急いでると大変でした。</p>\r<p>もう、結構ベルは行き届いたみたいなので、箱でかぶることはだいぶん少なくなってきているようです。<br />\r後はサンタだけかな？</p>',1,2343,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061220_0808',3,0,'2006-12-20 08:08:44','くろねこ ツリー前でレベル103に',null,'<p>くろねこ予告どおり、サンタクエにてレベル103にUP！<br />\r<img height=\"480\" alt=\"くろねこ Lv.103\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat103.jpg\" /></p>','<p>街中でレベルアップできる機会はそうあるものではありません。ツリーにかぶって羽がきれいに見えないのが残念です。<br />\rあとサンタのプレゼント袋は2つ、一つは保存用。もう一つは？<br />\rどうしましょうかね？</p>\r<p>今回のステータスは素早さに+1して、<br />\r<img height=\"270\" alt=\"くろねこ Lv.103 ステータス\" width=\"270\" src=\"http://blog.blackcatlab.com/images/xo/blackcat103s.jpg\" /><br />\rこんな感じになりました♪</p>',1,2288,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:27','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20061220093914500',2,0,'2006-12-20 09:39:14','RSS配信開始しました♪',null,'<P>RSS配信を開始しました。<BR>RSSの形式は ATOM 1.0 です。</P>\r\n<P>配信内容は、以下のようになっています。</P>\r\n<OL>\r\n<LI>index.xml が全ての記事に関する内容</LI>\r\n<LI>downloads.xml がダウンロードに関する内容</LI>\r\n<LI>linklists.xml がリンク集の更新に関する内容</LI></OL>','<P>＃先に空ファイルを作っておかないと動作しないこと(セキュリティ上の仕様？)＆デフォルトでbackendディレクトリでbackendを入力する必要がないことに気づくまでに時間がかかりました。(読んではいたのですがスルー＆他のコトしすぎ)</P>',1,1921,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'2007-03-20 14:19:32','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061221_1251',3,0,'2006-12-21 12:51:00','12/20 5度目の防衛、2度目の敗北...そして...ごめんなさい...',null,'<p>■5度目の防衛を果たしました...<br />\r\n<img class=\"right\" alt=\"xo061220_1santa.jpg\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_1santa.jpg\" width=\"150\" height=\"360\" style=\"right; \" /><br />\r\n5度目の防衛ってなんだぁっけ？なんだぁっけポン酢しょうゆのあるうちさ...(ひねりが足りない...)<br />\r\nどちらかというと、防衛したと言うより挑戦者だったような気もしますが？5度目ののサンタ・エックスを撃退しました♪<br />\r\nオーラーが切れたので、スキルを使用したら背後に迫ってきたのは彼でした。もう少しで拉致されるところだったかもしれません。<br />\r\n(小夜さんが後1メモリを残して無念にも浮いたのは内緒です...)<br />\r\nそういえば、日本の防衛庁も「省」に昇格するとか...くろねこも早く「ウォーロード」に昇格したいものです</p>\r\n<p>わざわざこのSSを取ったのは、サンタ・エックスだけのSSを取りたかったからですね。単なるコレクション、自己満足です。<br clear=\"both\" />\r\n</p>','<p>■2度目の敗北...<br />\r\n今日、またまた「サンタクロースの元から逃げ出したプレゼント箱たちを連れ戻すイベント」がありました。<br />\r\n<img height=\"45\" alt=\"イベントOP1\" width=\"310\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_2evt.jpg\" /><br />\r\n<img height=\"60\" alt=\"イベントOP2\" width=\"310\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_3evt.jpg\" /></p>\r\n<p>くろねこは今回<br />\r\n　ブリン<br />\r\n　　&darr;<br />\r\n　ケンディ<br />\r\n　　&darr;エスコート<br />\r\n　エイル<br />\r\n　 &darr;<br />\r\n　エスネ<br />\r\n　　&darr;ギルドワープ<br />\r\n　ブリンヒルド<br />\r\n　　&darr;<br />\r\n　デース谷<br />\r\nというコースでしたが...<br />\r\nエイルを出てすぐの時に向こうから緑の物体が...なんだ？イベント関連？と思いついていくと状態異常の人でした...どんな状態異常でも緑なんですね。状態異常の種別に応じて色が変わるともっとわかりやすいと思います。<br />\r\nそのすぐ後くらいに、パタリロさんから「ワレ、プレゼントバコニソウグウセリ！」と受電(嘘です)。SSがスカイプで送られてきました。<br />\r\n結構一箇所に固まって湧くみたいですね。しかも同じ場所に何度も湧くみたいです。<br />\r\n<a href=\"http://blog.blackcatlab.com/images/xo/xo061220_4evt.jpg\"><img height=\"300\" alt=\"プレゼント箱湧いた～♪\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_4evt-thumb.jpg\" /></a><br />\r\nくろねこも45分過ぎにそこに到着しましたが、プレゼント箱には出会えませんでした。代わりに落ちていた(放置されていた)かわいそうなゼンストーンを救う(巣くう)ことが出来ましたが。<br />\r\nパタリロさんが箱に遭遇しているころ、くろねこはというと...呪いのお札を集めていました。<br />\r\n<img height=\"280\" alt=\"くろ??こは呪いのお??を・・・\" width=\"282\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_5evt.jpg\" /><br />\r\nそんなこんなで終わりを迎えましたが...<br />\r\n<img height=\"34\" alt=\"イベントED1\" width=\"530\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_6evt.jpg\" /><br />\r\n<img height=\"45\" alt=\"イベントED2\" width=\"310\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_7evt.jpg\" /><br />\r\nクリスマスツリーは、<br />\r\n　HP回復+15 ＆ 移動速度+1<br />\r\nでしたが、今回のかぶり物は<br />\r\n　MP回復+15 ＆ 移動速度+1<br />\r\nでした。いつも黄王花装備ですが、MP回復を減らしてでもこっちの方がいいですね。豆絞りとかだとそっちの方が断然良いですけどね。また微妙な課金アイテムになってしまった。そんな感じです。</p>\r\n<p>■ごめんなさい<br />\r\nある方の転職式が23:00～あると聞いていました。小夜ちゃんに行くと行っていたのに。ヨツン行きの団体に誘われすっかり抜け落ちていました。(*_ _)人ゴメンナサイ</p>\r\n<p>■雪山越え<br />\r\nということで、ブリンヒルド&rarr;ヨツンハイム間の雪山を越えて行って参りました。<br />\r\nこのとき、パーティの設定を確認したのですが、あることに気づきました。「レベルによって経験値分配」を意図したと思うのですが、実際には「レベルによって経験地分配」ととある場所を分配する設定のようです。<br />\r\n<img height=\"266\" alt=\"経験値の「値」が「地」に・・・\" width=\"208\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_8ptw.jpg\" /><br />\r\nまた...画面内にメンバがいないとレベルによってすら分配されない仕様のようです。韓国で導入されていた仕様がとうとう日本に...そのうちレベルが開きすぎるとパーティが組めなくなる仕様も日本にやってくるのでしょうか？そんな不安と期待を抱えつつ雪山を越えていきました。<br />\r\nすると、「イボルグの森」あたりから状態異常を使う敵(紫イノシシ)が...「メタスダイブ Lv.2」攻撃-35(5分間)。<br />\r\n<img height=\"200\" alt=\"メタスダイブ Lv.2\" width=\"190\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_9.jpg\" /><br />\r\nLv.2ということはLv.1もあると言うことですよね。<br />\r\nさらに奥のビスニズ平原(しろくま)行くと「アシェーダイブ Lv.2」魔法攻撃-35(5分間)。<br />\r\n<img height=\"205\" alt=\"アシェーダイブ Lv.2\" width=\"189\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_a.jpg\" /></p>\r\n<p>まっ、くろねこには関係ないですが後衛さんには大問題です。早めのアウェイクがキーですね。<br />\r\n折り返しを越えてプレズナル平原では「フォエティダイブ Lv.2」防御-35(5分間)。<br />\r\n<img height=\"201\" alt=\"フォエティダイブ Lv.2\" width=\"189\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_b.jpg\" /><br />\r\nしかし、5分ってやたらと長くないですか？聖職者のフォースハンド、ブレッシング、クリティカルで2分間、プリーストのヴァイタリティで100秒ですよ？</p>\r\n<p>■フレンド登録<br />\r\nいつからか、いろいろ仕様が変わっていたようですね。ゼネ公式ページ、アップデータ並びにクライアントの最初の女の子が変わっているのは20日のメンテ明けからなんでしょうが、フレンドがオフライン非表示に出来たり、登録方法が一方的に誘って確認をもらう仕様から、双方からフレンド登録をする仕様に変わっていたようです。確認画面の真ん中部分に何も出ないのはちょっと気になります。<br />\r\n<img height=\"92\" alt=\"フレンド登録\" width=\"300\" src=\"http://blog.blackcatlab.com/images/xo/xo061220_c.jpg\" /><br />\r\nいつからなんでしょうか？</p>\r\n<p>本日は新マップに行く予定です。<br />\r\n全体マップも更新予定ですね。</p>',1,2500,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo061220_4evt.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:24','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061222_0048',3,0,'2006-12-21 20:48:46','緊急警告！',null,'<p>サンタダンジョンB3Fにて、サンタのプレゼント袋を横取りする、怪しいナイトが約一名紛れ込んでおります。<br />\rくろねこだけでなく他の方も被害を受けているようなので、プレゼント袋がドロップした際には、優先的に拾うようにしてください。</p>','',1,2169,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:13','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map156',3,0,'2006-12-22 13:54:48','マップ - エズレフェル平原',null,'<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r\n<H3>▽マップ</H3><a href=\"http://www.blackcat.xyz/images/articles/xo_map156_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo_map156_1.jpg\" alt=\"\"></a>','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map155\">アンブロニ高原</A> \r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map157\">クレティノ高原</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスタ</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><img width=\"130\" height=\"130\" src=\"http://www.blackcat.xyz/images/articles/xo_map156_2.jpg\" alt=\"\"></TD>\r\n<TD colSpan=\"4\">ウォーコン</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">\r\n<P>コンティアダイブLv.3(移動速度-11)</P></TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">エズレフェル平原</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">ケムブラミスリルスタッフ【ウィザード116手袋】 、リカバラント</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><img width=\"170\" height=\"140\" src=\"http://www.blackcat.xyz/images/articles/xo_map156_3.jpg\" alt=\"\"></TD>\r\n<TD colSpan=\"4\">カブロ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">エズレフェル平原</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">\r\n<P>メトバックラー【アサシン113盾】、ドドロン、メニオン、リカバラント</P></TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\"><img width=\"120\" height=\"140\" src=\"http://www.blackcat.xyz/images/articles/xo_map156_4.jpg\" alt=\"\"></TD>\r\n<TD colSpan=\"4\">カプル</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>HP</TD>\r\n<TD>不明</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">なし</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">エズレフェル平原</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">メニオン</TD></TR></TBODY></TABLE>\r\n<H3>▽モンスター不明ドロップ</H3>\r\n<UL>\r\n<LI>ペイションバトルボウ【スカウター117武器】 \r\n<LI>イスレトネランミート【ウィザード117武器】 \r\n<LI>ポリシスキュテュム【パラディン117盾】 \r\n<LI>ペルパレンレクタングプロテクター【クレリック117盾】 \r\n<LI>メトバックラー【アサシン113盾】 \r\n<LI>ジルプテンシャスロウブーツ【スカウター114靴】 \r\n<LI>ベサグロリーブーツ【クレリック114靴】 \r\n<LI>ベンッウィトクロドグローブ【アサシン112手袋】 \r\n<LI>ハーミットLv.2【アサシン111スキルブック】 \r\n<LI>フリーズスプレッシャーLv.2【ウィザード111スキル】\r\n<LI>アクセラレーションLv.2【アサシン111スキルブック】 \r\n<LI>リカバラント </LI></UL>',1,3567,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/images/articles/xo_map156_1_original.jpg\">http://www.blackcatlab....</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map155\">アンブロニ高原</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map157\">クレティノ高原</a>',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061223_0048',3,0,'2006-12-23 00:48:46','12/22 新マップ(エズレフェル平原/クレティノ高原)',null,'<p>最近ずっとサンタダンジョンですね♪</p>\r<p>毎日がサンタダンジョンに始まりサンタダンジョンで終わる、そんな感じの毎日です。<br />\rさて、昨日もそんな日常から漏れずサンタダンジョンでINしたわけですが、INして安地の階段を下りたそのとき、そこにサンタXがファイター＆アコさんPT？と交戦中でした。<br />\r周りの雑魚清掃＆ライトヒールで支援するも最後4マスぐらいで、ヘルプが出たのでお助けしてきました。<br />\rねこが見る限り袋のドロップ率は100%なのですが、不幸にもドロップしなかった話も聞いています。</p>\r<p>サンタX討伐後の雑談をしていると...箱モンスターが来たので叩くと青ベルが...<br />\rいらないので...欲しい方を募集すると先ほどのアコさんが拾ってくれました。<br />\r何とお礼にガチャ300Bをくれるという親切ぶり...もらっておいてなんですが、それは釣り合わないでしょう。ありがとうございました。</p>\r<p>ねこ的には、ガチャ＞＞青ベルです</p>\r<p>もっとベルが出るかなと、しばらく倒したのですが、出たときにはその方が居られるはずもなく...</p>\r<p>で、空けてみました。<br />\r中身は....</p>\r<p>回避でした。これ未実装らしいですね。しばらく肥やしにしておきますね。</p>','<p>その後は、先日追加された新マップに行ってきました。<br />\r追加されたマップは <a href=\"http://www.blackcat.xyz/article.php/xo_map156\">エズレフェル平原</a><a>/</a><a href=\"http://www.blackcat.xyz/article.php/xo_map15\">クレティノ高原</a> で、かなりの強敵です。前回追加されたマップでさえ新しいのろい(～ダイブ)のおかげで危うく浮きそうになりました。<br />\r三次の方でもPTで二次職なら2PT以上でないと死者が出るでしょう。<br />\rで、新モンスターですが宙に浮いています。たこかクラゲのようです。まさしくインベーダーです。<br />\rこんなマップ長居すると命がいくらあっても足りません。</p>\r<p><img height=\"300\" alt=\"クレティノ高原にて\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061221.jpg\" /></p>\r<p>そういえば、ここに来るまでのモンスターも一部変更になっていました。<br />\rサントラックが2マップにいたのに、1マップだけになっていますね。</p>',1,2356,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_map156\">エズレフェル平原</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map15\">クレティノ高原</a>',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061225_0822',3,0,'2006-12-25 08:22:58','12/23～24 ホーリークラッシュ!!! Lv.2',null,'<p>土曜日とうとう、念願のスキルのひとつであるホーリークラッシュ Lv.2を手に入れました！<br />\r残すは&hellip;オーラー2ですね♪</p>\r<p>これでLv.111迄ねこまっしぐらな訳ですよ！ただ、まりにあから苦情殺到ですので、控え目で～♪<br />\r譲ってくれたラクさんに感謝です♪</p>','<p>と思っていたのですが...<br />\r年賀状ソフトをインストールしながら、ゼネして息子の相手をしていると...<br />\r浮いちゃいました。危ないときに話しかけられると、気が散っちゃうんですよね。しかもインストール中でPCが重たかったし...<br />\r何度このパターンで浮いているのでしょうか？息子を怒るのもお門違いなんでしょうが...</p>\r<p>で、まりにあからグラチェンのお誘いがあったので見に行ってきました。もう117ですか...<br />\rどんどん差が開いていきますね...ここはまりにあのレベルダウン計画でも...一気に101迄急降下をねらいますか！<br />\rしかし、24時間営業のまりにあはすぐ上がるしな...</p>\r<p>浮いたねこも、年賀状を作成して「ゆりん」さんの<a href=\"http://yurinn.blog79.fc2.com\">ブログ</a>チェックして、海賊船で浮いた分を稼ぎに行きました。<br />\r(今日から一般公開されていますので、みなさん見に行ってくださいね♪)<br />\r浮いた分10%を稼ぐことは出来なかったですけど、9%稼いでさらにサンタB3Fで残り1%を稼いでデスペナ分0に戻しました。</p>\r<p>この週末の収支は...<br />\r土曜日13%、日曜日5%でした。</p>\r<p>＃あっ、バトルアークさんの件、どうなったんだろう...</p>',1,2532,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://yurinn.blog79.fc2.com\">ブログ</a>',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061226_1251',3,0,'2006-12-26 12:51:49','12/25 ε-(￣ヘ￣)┌ ダミダコリャ…',null,'<p>昨日は最後のクリスマスイベントがありましたね。<br />\r\nくろねこは、開始数分で「ベイルンウッド」で大量のプレゼント箱に遭遇しました。<br />\r\nあまりにたくさん湧いたので、驚きのあまりホーリークラッシュでプレゼント箱を叩くというアフォーな行動をとってました。<br />\r\n普通に叩いても十分倒せます。しばらくすると人がやってきて刈り始めました。<br />\r\n箱を叩くのが精一杯でドロップしたアイテムをとってる暇なんてありませんでしたよ？<br />\r\n普通は逆ですよね。青ベル/赤ベルは色も派手なのでドロップ確認は楽でしたね。他にはカッパーバー、クライトンバー、エレクツリュンあたりが出ていたようです。ゼンストーンも出ていたみたいですが、とってませんね。</p>\r\n<p>＃ちなみにこのあとチェリーで嫁が数回大量の箱に遭遇したのですが、金ベル、赤ベル、青ベルを独占したそうです。そのマップには、誰も来なかったようですね。</p>','<p>イベントの最中に、Nanaさんからお墓への出陣要請が来ました。<br />\r\nイベント中だったのですが、お墓へ向かいまして、イベント終了をお墓B1Fで人待ちして迎える事となりました。<br />\r\nそれでも人が少なかったので、lessonさんをお誘いしてお墓内部に潜入です。</p>\r\n<p>潜入すると、ボスがいましたね角でダンブラーを使ってるのがみえたので立ち止まると...<br />\r\nMP切らす為にミニポで耐えようと通路の真ん中に仁王立ちです。しばらくすると...暗幕と共に召還が...</p>\r\n<p>ふと見るとlessonさんときむさんが...<br />\r\nとりあえず、そのボスは何とかしとめましたよ。召還が二回でましたけどね。マキシとかアトポリ落としてましたが、そんなのよりも浮いたデスペナがいたいですね。lessonさんは復活して浮いたので2回ですね。☆⌒Σ(≧д≦)ゝイテッ!</p>\r\n<p>その後、もう一度ボスに遭遇。<br />\r\nまたしても、lessonさんときむさんが...<br />\r\nしかも、きむさんリターンに...<br />\r\nボスの周りの雑魚を掃除して、ボスを叩こう？叩いた？召還がどばーっと！<br />\r\nlessonさんに大量の召還が...それを追いかけて...召還もらってlessonさんが解放されたと思ったら...2回目の召還発生！</p>\r\n<p>ミニポ、ジュース、ポーション駆使して、逃げ...さらにななさんが一生懸命ヒールくれたので結構耐えてたんだけど...<br />\r\n逃げてると雑魚が...マラソンしてないと捕まって耐えられなくなっちゃうので...狭い通路を行ったり来たり...<br />\r\nゆうまさんはエナで影を止めてくれるんだけど...火力が足りない。lessonさんはいつの間にか浮いていて無事なのは三人。</p>\r\n<p>やはり出ちゃいました3度目の召還。3回分いくらかは減ってるんだろうけど、もうε-(￣ヘ￣)┌ ダミダコリャ…<br />\r\nまずポーションが尽きて、ジュースが残り89、ミニポ600程度。回復があれば耐えられる可能性もあったけど、ポーションが尽きると共にねこも力つきた...そしてななさんも...<br />\r\nゆうまさんだけかろうじて生き延びた...レベルの違いがここに来て現れたわけですな。</p>\r\n<p>一旦退却して、lessonさんとねこを回収しに来てくれたけど、lessonさん先に復活してモンスター4体に囲まれて逃げたら他のPTがいてなすらないように戦ったらまた浮いちゃったらしく、4度目の(。-ﾉ-)/Ωﾁｰ-ﾝ!!(。-ﾉ-)ﾉ彡☆ﾎﾟｸﾎﾟｸ!!</p>\r\n<p>最近、お墓で浮いてなかったので侮ってました。やはりある程度の人数がいないと万が一の状況に対応できない。<br />\r\nそんな一日でした。</p>',1,2996,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061226_1259',3,0,'2006-12-26 12:59:49','+ジン+と愉快な仲間たちの日記帳 でゼネピック界を震撼させた',null,'<p>+ジン+と愉快な仲間たちの日記帳 でゼネピック界を震撼させたあの巨匠 監督美帆が帰ってきた...</p>','<p>途中にでとぎれていた「スクリーンの向こうから愛を込めて」...</p>\r<p>それは新たなるドラマへの幕開けであった...！？</p>\r<p>&nbsp;</p>\r<p>監督美帆...ゆりんの待望の新作 ついに登場！</p>\r<p>ただいま、第一話 大好評公開中！！</p>\r<p><a href=\"http://yurinn.blog79.fc2.com\">クリックしてね。</a></p>\r<p>＃しかし、何があったんでしょうなぁ、ぼそっ。<br />\rくろねこ、日本語が苦手なので、誤用があれば適当に翻訳しておいてください。</p>',1,2391,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://yurinn.blog79.fc2.com\">クリックしてね。</a>',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061227_1255',3,0,'2006-12-27 12:55:35','12/26 またまたホーリークラッシュ Lv.2',null,'<p>今日、サンタクエストも終わりましたね。<br />\r今日からは新年の新しいクエストが始まるようです。</p>\r<p>昨日はいろんなハプニングがあったようです。<br />\r一個ずつ確認していきましょう。</p>','<p>■まりにあ orz<br />\rくろねこ日中はお仕事に出かけているため、当然ながらゼネピックをプレイすることは出来ません。<br />\r帰宅後は、普通にプレイしています。またーりの時もあればカリカリの時もあります。</p>\r<p>ゼネピックがインストールされているのは2台です。が、嫁が我が物顔で占有中です。<br />\r確か、ねこが仕事用に買ったにもかかわらず、占有されています。ちょっとおかしいです。<br />\r取り返そうとすると、ぶちきれます。困ったやつです。<br />\r＃最近咳がコンコンしてますが、聞くとのどに詰まっただけと言います。しかし、ここ１週間ぐらい同じ調子です。<br />\r＃どうやらうちの嫁は１週間もものをのどに詰まった状態にして放置しているようです。やはりなにかおかしいです。</p>\r<p>上記の理由からバザーする時間がとれないのでまりにあにお願いして、お昼の間に販売してもらうことがあります。<br />\rでお値段を決めてお願いしているのですが、とある品物を660万で売るはずが660で売ってしまったようです。orz</p>\r<p>良くあるミスですね。(丸紅のPC販売を思い出しますね。)<br />\rくろねこも夕食の間に600万で売ろうと思って、実は60万で販売していたという実績があります。</p>\r<p>まりにあは、「売れるはずだったKronはお支払いしますので～」とメールで送ってきましたが、そもそも代行販売で利益がないのでリスクだけ負担するのはおかしいですね。なので、適当にさっ引いて他の売り上げと一緒にくれるようにお願いしました。<br />\rさて、くろねこはいくら手にすることが出来るのでしょうか？<br />\rしかし、サンタクエストは結構稼がせていただけました。(おかげで経験値はほとんど増えていませんが...)<br />\r数ヶ月分のミニポ代をゲットです。</p>\r<p>■ホーリークラッシュ<br />\r今日もお墓にお誘いがありました。どうやらゆうまさんは自分に必要なスキルブックが調達できるまで、くろねこに赤紙を送付してくるようです。<br />\r赤紙来たら、しょうゆを一升一気飲みして健康診断を「不合格」でスルーしましょう！<br />\rこうすれば特攻隊に入隊することはなかったようです。</p>\r<p>昨日は墓荒らしの結果、ホーリークラッシュ Lv.2 のスキルブックを拾うことが出来ました。<br />\r拾ったのはくろねこですが、とったのはななさんです。</p>\r<p>＃ラクさんになにかお礼をしなければ...サンタクエストの袋でもと思ったのですが1:1がつながりませんでした。<br />\r＃くろねこの運命の赤い糸はどこにつながっているのでしょうか？ってラクさんとつながっていても困るのですが...</p>\r<p>■サンタ見つからず<br />\r今朝サンタを捜して三千里。<br />\r結構さがしたんですが、予想したところに出たこともあるんですが、待ちきれず他を見に行ったらその間に...orz<br />\rと言うことが多々発生しました。それまで巡回ルートに沿ってパトロールを続けていたくろねこに、次出る場所を教えてくれたのはティアズさんでした。<br />\r時間以外の時は、お札をサブIDの為に探していたり、クエのシチュー材料や服の材料をメンバにあげていたので、それで遅れて会えなかった。そんなこともありました。今年最後のサンタXは誰が成敗したのでしょうか？<br />\r結構楽しめたイベントでした。</p>\r<p>■明日から～<br />\r明日から嫁もいない、仕事もないそんな日々がやってきます。<br />\r独身生活の到来です。くろねこはぐーたらモードに入ります。<br />\r誰か一緒にかりかりしませんか？＞lessonさん、ぐみさん</p>',1,2455,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('061227_mast-bb',3,0,'2006-12-27 15:00:50','くろねこの憂鬱',null,'<p>とあるインターネット接続サービスがあります。<br />\rこの会社の接続サービスは、回線の提供とプロバイダとしての提供があります。</p>\r<p>ちなみにこのサービス「光ブロードバンドサービス」です。<br />\rこのサービスの提供している会社は2つに分かれていてですね、NTTメディアサプライの営業とサポート部門のようです。(積和不動産は名前だけのようです。)<br />\r積和不動産の管理するハイツ、アパートとマンションに光回線を提供することで、建物の魅力を底上げし入居率を上げようと言うそういう趣旨のようです。<br />\rくろねこも、今年このサービスに切り替えました6/1からだったと思います。先月で半年経ったわけです。</p>\r<p>使ってみた感想を一言で表すと、<em>がっかりだった</em>という所でしょうか?</p>','<p>なぜがっかりだったか、それは通信速度が<em>3～8Mbps</em>程度だったからなのです。<br />\rしかも、くろねこの推測ではくろねこの入居している建物には、契約者はひとりです。つまり、建物内だけで言うと共有ではなくて専有な訳です。(建物まではNTT西が提供している「Bフレッツ」の為、ここまでですでに共用です。)</p>\r<p>くろねこが、光プレミアムというサービスから、このサービスに切り替えた理由がいくつかありました。<br />\rその中のもっとも大きな理由は...<br />\r</p>\r<ol>\r    <li>「VDSL方式だが最近のVDSLは速度の低下がない、通常の光回線と同等の速度が期待できる」とサポートから回答をもらった </li>\r    <li>月額費用が&#092;2.980-と格安である(期待した速度がでるなら安いのだが、くろねこのしきい値よりも下回ってる...) </li>\r</ol>\rということです。<br />\rそのほかに、IP電話サービス、ondemand TVなどのサービスが提供されているので、これが普通に視聴できるだけの速度は出るだろうと踏んだのであった。<br />\rしかし、実際にふたを開けてみると上記のような速度、ベストエフォートなので上り下り最大100Mbps出る保証はないが、あまりにも低い。開通した際に速度が遅いので対策をお願いしたら、VDSL主装置の直下で11Mbps出ていたらしい。だから弊社としては正常値の範囲内ということで対応しないと言われた。そのときもその後にも聞いたのだが、この正常範囲内の範囲は会社として取り決めはないらしい。担当者の裁量の範囲と言うことになっている。<br />\rで、そのまま使い続けて約半年、耐えきれずに二回目のサポートを依頼した。このときの担当者は速度の結果が遅いということで、調査してもらった。おそいままだったが、VDSLの調整、新型のVDSLアダプタの交換を行うことになった。実際にはこの機器だと20Mbpsしかでないらしい。(上りと下りの話はこのときにしてなかったが、話の展開から下りだと思われる。)<br />\rでも夜間はそんなにでなかったりするんだけどね。\r<p>&nbsp;で、並行して営業を担当する会社に「御社の提供するサービスは何Mbps程度出るんですか？」と聞いてみた。VDSLで速度低下がないと言っていた裏付けをもう一度別担当から確認しようと言う趣旨である。<br />\r担当は「60～70Mbps」と答えてくれた、VDSLですけど？と念を押すと確認後、「30～35M」に落ちはしたが、それでもVDSL主装置の限界値以上である。明らかにおかしい。</p>\r<p>話は進んで2度目の調査をしてもらうことになった。(このときに聞いた話だとVDSL主装置の関係で理論上、上り70M/下り100Mbpsしかでないらしい。)また、調整してもらって、VDSL主装置の調整などで、NTTメディアサプライが測った所、VDSL主装置直下で17～19Mbps出ているとのことであった。まだ納得いく数値ではないが、宅内でこれだけ出るのであれば一応使用に耐えうる。でも宅内ではやはり1桁～10Mbps程度、とある計測サイトだけ19Mbps出ていたが...<br />\rあと、調査の結果構内線と言われる電話線も品質がおかしいらしい、でNTTで交換してくださいといわれた。</p>\r<p>ここで疑問だったのが、何の関係もないNTTになぜ敷き直してもらう必要があるの？費用は誰が持つの？<br />\rここでMAST-BBの回答はくろねこ負担だった。MAST-BBの提供するサイトで用意するものが書かれているが、構内線は書かれていない。<br />\rつまり用意する必要はないはず、そのことを指摘するともともと用意されていることを想定していますと。NTTなどで契約すると初期費用の計算に構内線の費用も含まれていて、初期費用無料キャンペーンだとこの工事費もただになる。なのに構内線が使用できるかどうかも調査せず、入居者で用意すべきものというのはお門違いだと思うんだけど？</p>\r<p>やはり、元の光プレミアムに乗り換えることを前提に、移行するのにかかる費用の負担をしていただこうかと思案中。<br />\r相談すべきは、ＪＡＲＯ、消費者生活センターと近畿総合通信局だろうか？</p>\r<p class=\"add\">追記1(07/01/16)<br />\r後日、NTTメディアサプライの過失によりくろねこが損害を追っていると言うことを確認した上で、NTTサプライに損害賠償をお願いした。お願いした損害賠償は光プレミアムに乗り換える移行費用である。すると、担当者は光プレミアムに移行する際に付属する特典(PC購入時に乗り換えると1-2万円得するあれ)で、埋め合わせと考えて欲しいとか訳がわからん事を言っていた。移行するにしても5月移行になるので(ただいま非常に混雑で半年以上待ち)、多少改善されたこともありもうちょっと様子を見て欲しいとも言われた。</p>\r<p class=\"add\">追記2(07/04/16)<br />\r今日も回線の速度が遅い。しばらく調子が良かった？のだが、この数日回線が非常に重い。測ってはいないのっだが過去の経験から、回線速度は1桁であろうと想像される。<br />\rそろそろ移行をもう一度考え直すところに来ているのかなと思い始めた</p>',1,4349,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo061227_2203',3,0,'2006-12-27 22:03:11','ロード やっとソロ撃破',null,'<p>やっと、ナイトロードをソロで撃破しました。</p>\r<p>ロスト東をソロ撃破をねらって行ってみると、たかっぺっぺさんが...<br />\rソロ撃破をねらってると伝えると、協力してくれると...その10数分後見つかりました。ナイトロード！</p>\r<p>周りに誰もいません。絶好の機会です。<br />\rたかっぺっぺさんに見つけたことを報告後、フォーローしてくれるというので見に来てくれるのを待ってました。</p>','<p>そして...</p>\r<p>まず、アウェイクでダイブを解除。<br />\r<img height=\"300\" alt=\"ダイブの解除\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061227_1load.jpg\" /><br />\rそして、ホーリーで叩きまくる<br />\r<img height=\"300\" alt=\"戦闘開始！\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061227_2load.jpg\" /><br />\rそして、難なく撃破<br />\r<img height=\"300\" alt=\"余裕で撃破\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061227_3load.jpg\" /><br />\r何か、拍子抜けするほど余裕でした♪</p>',1,2426,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061228_1403',3,0,'2006-12-28 14:03:11','緊急メンテ ～ いったいどのバグが直る？',null,'<p>緊急メンテに入りましたね</p>\r<p>いったいどのバグが直るんでしょうか？<br />\rカステルラの森(ブリンヒルド～ケンディボルトのゲルリマップ)から未撤去だった「呪われた雪だるま」？<br />\r<img height=\"300\" alt=\"呪われた雪だるま未撤去\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061228_1.jpg\" /></p>\r<p>それとも...</p>\r<p>コブラのアシエーダイブが効かない件？<br />\r<img height=\"300\" alt=\"コブラのアシエーダイブが効かない件\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo061228_2.jpg\" /></p>\r<p>雑貨屋でミニポを買おうとして、多すぎたーって戻そうとしたとき、グラフィックはバターだった件？</p>\r<p>どれかな。1と2かな？</p>','',1,2227,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo061229_2309',3,0,'2006-12-29 23:09:42','年内最後の羽',null,'<p>年内最後の羽を上げました♪</p>\r<p>やっとこさくろねこ Lv.104 です。<br />\r<img height=\"450\" alt=\"くろ','<p>ステータスは、こんな感じに...<br />\r振る前<br />\r<img height=\"200\" alt=\"くろ',1,2472,16,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070101000000000',2,0,'2007-01-01 00:00:00','明けましておめでとうございます♪',null,'<P>明けましておめでとうございます。<BR>本年もよろしくお願いいたします。</P>','<P>今年は、現在のくろねこ研究所(LOLIPOP)を、この新くろねこ研究への移転を完了させたいと思います。</P>\r\n<P>LOLIPOPは200Mで最大500MBですがXREAは2GBというのもありますが、LOLIPOPのデータベースが非常に重いというのもありますね。LOLIPOP初心者には凄くいいサービスなのですが...<BR>HTTPSなどの上級者に対するもう一つが無いような..</P>\r\n<P>あと、静的WEBページ、MT、XOOPS から Geeklog と MT への移行という所でもあります。<BR>Geeklog まだまだひよっこなCMSですけど、ひよっこだからこそ複雑すぎずわかりやすいかなと思ってます。ドキュメント関係やサンプルが少ないのが残念ですけど。本当はMTも統合できるCMSが欲しかったのですが、そんな高機能なCMSは無料ではないようなので残念ですね。</P>',1,2313,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'2007-03-20 14:20:16','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070101_0957',3,0,'2007-01-01 09:57:38','あけおめ、ことよろ',null,'<p>あけましておめでとうございます<br />\r今年もよろしくお願いいたします</p>\r<p>さて皆さんは昨年末からいかがお過ごしでしたか？<br />\rゼネしてましたか？おそば食べましたか？</p>\r<p>くろねこはコンビニ天そばで年越しました。<br />\rそして今年最初の冒険はクルリパからの新マップへの旅でした♪</p>','<p>といっても、ほとんどSSが無いので・・・以下省略<br />\rこんな感じでした・・・<br />\r<img height=\"450\" alt=\"初冒険\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_1.jpg\" /></p>\r<p>途中のマップで105レベルのスタッフが出ました。でも誰も使えないんですね。まぁいっか。<br />\r最果てでは、知り合いの方々が...マッチョ3が手に入ったようです。<br />\r装備もいっぱいだとか...しかしくろねこPTはヽ（ヽ・&forall;・）ｱﾋｬ？？</p>\r<p>3：00になり眠くなったこともあり、クルリパまで戻ってきました。<br />\r何かあると良かったんですけどね、いつもそんないいことがあるわけでもないので&hellip;</p>\r<p>＃新年初のおみくじは中吉でした<br />\r＃新年初のガチャは聖なる精力の心1でした....終わってますね<br />\r＃何が皆様の期待に&hellip;まぁいいです</p>',1,2806,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070101_1157',3,0,'2007-01-01 11:57:00','初浮き',null,'<p>新年早々浮いてしまいました。</p>\r<p>今日の夜の冒険では浮かなかったのですがね；；<br />\r朝から、取り残されていた小夜ちゃんがリタスクで書庫へ...そこで青クロックと遭遇♪</p>\r<p>その話を聞いて...くろねこ書庫入り♪<br />\rそして青クロックソロ！、雑魚は八代将軍様に片付けていただけました。<br />\r浮くまで頑張らなくても･･･(；&acute;Д｀)ｳｳｯ&hellip;</p>','<p>そして小夜と、赤クロック&hellip;<br />\r<img height=\"18\" alt=\"部品ゲット\" width=\"300\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_2.jpg\" /></p>\r<p>二体目の青クロック(くろねこ3体目)<br />\r<img height=\"300\" alt=\"二体目の青クャ??ク\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_3.jpg\" /><br />\rと次々撃破するも・・・</p>\r<p><img height=\"300\" alt=\"ヽ(ヽ･∀･)ｱﾋｬ? \" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_4.jpg\" /><br />\rヽ(ヽ･&forall;･)ｱﾋｬ? </p>\r<p>エナ失敗してなかったので失敗すると言うこと自体が頭から抜けてました・・・。<br />\rいきなりの召還・・・、そして小夜ちゃんに群がる召還。小夜ちゃん浮いて、くろねこに・・・<br />\rあわてて、LG装備しようとしたけどぺージ切り替える際にALT+1が、Window+1？チャット欄に「１」だけはいってました。</p>\r<p>当然デスペナ-10%、そして部品は・・・</p>\r<p>(+。+)アチャー。</p>\r<p>三次職にもなると書庫でLGはしませんよね？</p>\r<p>＃この後さらに船で浮いて・・・-10%、合計20%のデスペナでし！</p>',1,2703,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070101_1342',3,0,'2007-01-03 13:42:00','福袋買ってみました？',null,'<p>福袋買ってみましたか？</p>\r<p>くろねこもいろいろ気になった福袋がありました。<br />\r</p>\r<ol>\r    <li>福たっぷり袋（新年運試し　其の壱） </li>\r    <li>福たっぷり袋（キャンディーくわえて） </li>\r    <li>福たっぷり袋（体力がすばらしい） </li>\r</ol>\r<br />\rこのあたりですかね。\r<p>&nbsp;</p>\r<p>で、結局購入したのは...福たっぷり袋（新年運試し　其の壱）<br />\r入っていたのは...ガチャ500&times;5個</p>\r<p>期待を込めて回した訳なんですよ...</p>','<p><img height=\"300\" alt=\"がちゃがちゃ\" width=\"230\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_gacha0.jpg\" /><br />\rがちゃがちゃ</p>\r<p><img height=\"112\" alt=\"セイントクリティカルィ??ンディー3\" width=\"392\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_gacha1.jpg\" /><br />\rクリティカルですか...び、微妙。でも+9だし30DなのでOk(1000XP)</p>\r<p><img height=\"112\" alt=\"聖なる眼力の心3\" width=\"296\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_gacha2.jpg\" /><br />\rみ、未実装ステータス...む、無意味。500XPのだけどNG(0XP)</p>\r<p><img height=\"114\" alt=\"セイントダッシュィ??ンディー2\" width=\"369\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_gacha3.jpg\" /><br />\r足が速いって良いですよね♪けち付けるならなぜ&quot;2&quot;(700XP)</p>\r<p><img height=\"112\" alt=\"聖なる知力の心3\" width=\"298\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_gacha4.jpg\" /><br />\rねこサブの果汁に使えるか～、ねこで使ったところであんまりお得とは思えない...メニス/バインディング/ライトヒールには効くね(1000XP)</p>\r<p><img height=\"112\" alt=\"セイントダッシュィ??ンディー2\" width=\"392\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_gacha5.jpg\" /><br />\rまたまたでたね。(700XP)<br />\rということで福袋のくろねこ算定額＝3400XP。お得だ～♪</p>\r<p>ついでに、頂き物のガチャ300Cも空けてみました...<br />\r<img height=\"113\" alt=\"黄金なる眼力の心1\" width=\"313\" src=\"http://blog.blackcatlab.com/images/xo/xo070101_gacha6.jpg\" /><br />\rだっ、&epsilon;-(￣ヘ￣)┌ ダミダコリャ&hellip;</p>\r<p>この方には、ここ数日ガチャだけで3～4個ほど頂いたのですが、くろねこの運が悪すぎて&hellip;<br />\rせっかく頂いたチャンスをものに出来ず申し訳なく思うのととっても歯がゆい思い...</p>\r<p>代わりに誰かに引いてもらおうかしら？</p>',1,2361,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070103_1922',3,0,'2007-01-03 19:22:05','新春 ボス巡り',null,'<p>元旦からお暇でしたか？</p>\r<p>箱根駅伝見ましたか？くろねこ全然見てないんですよ♪<br />\r箱根駅伝をじゃなくて、テレビをですね。<br />\rちなみに、年間通してテレビを見ることはほとんどありません。<br />\rでも、受信料は払う義務があるわけです...ちょっと理不尽さを感じます...</p>\r<p>そんなくろねこは、元旦にクロック(赤/青)を皮切りにボスキャラ討伐の旅に出ておりました。</p>','<p>元旦には<br />\r　クロック(赤/青) in 書庫、クク船長 in 海賊船船倉<br />\r2日<br />\r　ニグレック、ビスカー in カバルツ<br />\r　クラウンマウス in 地下水路<br />\r　グリ、リス、ロード in ロスト<br />\r3日<br />\r　リス、ロード in ロスト</p>\r<p>ロストでは...リシェを使って各種ダイブの解除を行っていたわけですが...<br />\rくろねこの安易な気持ちによる2キャラ同時操作の結果...ごらんのとおり...<br />\r<img height=\"300\" alt=\"浮いちゃった・・・\" width=\"360\" src=\"http://blog.blackcatlab.com/images/xo/xo070102_Riche.jpg\" /><br />\rちなみに二回浮きました...現在ロスト東にて放置PL中！<br />\rほとんど上がらないです。(≧▽≦;)アチャー</p>',1,2414,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:19','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map157',3,0,'2007-01-03 21:31:36','マップ - クレティノ高原',null,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r<h3>▽マップ</h3>\r<a href=\"http://www.blackcat.xyz/images/articles/xo_map157_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo_map157_1.jpg\" alt=\"\"></a>','<h3>▽隣接マップ</h3>\r<ul>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map156\">エズレフェル平原</a> </li>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map158\">トゥメイド高原</a> </li>\r</ul>\r<h3>▽ＮＰＣ</h3>\r<h3>▽出現モンスタ</h3>\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img width=\"130\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/xo_map157_2.jpg\" alt=\"\"></td>\r            <td colspan=\"4\">アルコン</td>\r        </tr>\r        <tr align=\"center\">\r            <td>HP</td>\r            <td>不明</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">フォエティダイブLv.3(防御-45)</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">クレティノ高原</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">　</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img width=\"180\" height=\"170\" src=\"http://www.blackcat.xyz/images/articles/xo_map157_3.jpg\" alt=\"\"></td>\r            <td colspan=\"4\">カマ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>HP</td>\r            <td>不明</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">&nbsp;</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">クレティノ高原</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">　</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\">[image4]</td>\r            <td colspan=\"4\">ニプル</td>\r        </tr>\r        <tr align=\"center\">\r            <td>HP</td>\r            <td>不明</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">&nbsp;</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">クレティノ高原</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">ニスウィタスクルドミト【スカウター120手袋】</td>\r        </tr>\r    </tbody>\r</table>\r<h3>▽モンスター不明ドロップ</h3>\r<ul>\r    <li>レムフィルタミストラルワンド【プリースト117武器】 </li>\r    <li>【アサシン117武器】 </li>\r    <li>レシハレンアーマー【パラディン121胴衣】</li>\r    <li>バインディングLv.3【パラディン121スキル】</li>\r    <li>マインドコントロールLv.3&nbsp;【パラディン121スキル】</li>\r    <li>ヴァイタリティLv.3【プリースト121スキル】 </li>\r    <li>ハーミットLv.3【アサシン121スキル】 </li>\r</ul>',1,3732,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo_map157_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map156\">エズレフェル平原</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map158\">トゥメイド高原</a>',0,1,1,0,0,'1999-11-30 00:00:46','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070106_1112',3,0,'2007-01-06 11:12:56','ルイたん 転職♪',null,'<p>同一県内にお住まいだというルイたんが転職しました♪</p>\r<p>狩場がロスト東、リターンはエイルそしてリブスは最果てというくろねこにとって、ヨツンへの移動手段は雪山越えしかない！<br />\r行きましたよ、ソロ雪山越え。<br />\rロレン、クラマ、後ニードルマップが非常にうざく危険ですね。</p>\r<p>まぁ、それは置いておいてルイたんの転職式の様子でも・・・</p>','<p>まずは転職シーン<br />\r<img height=\"400\" alt=\"ルイコスタ転職\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070105_1.jpg\" /><br />\rきれいに羽が出てますね♪</p>\r<p>二次会は・・・<br />\r<img height=\"400\" alt=\"ルイコスタ転職 ～ 二次会雪山1\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070105_2.jpg\" /><br />\rはい、雪山でした</p>\r<p>途中で、虎に遭遇<br />\r<img height=\"400\" alt=\"ルイコスタ転職 ～ 二次会雪山2\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070105_2.jpg\" /><br />\r下でサーイストームを放つ虎を見てるだけで・・・あらら</p>\r<p>結局、倒した虎の数は2体。<br />\rアコさん無しで倒すというすごさ。一番すごかったのは、ザコさん、ランたんが浮きをおそれず突っ込んでいくこと。<br />\rくろねこにはまねできません。</p>',1,2327,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070106_1544',3,0,'2007-01-06 15:44:00','くろねこ レベル105',null,'<img height=\"400\" alt=\"くろっ?? レベル105\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat105.jpg\" />\r<p>&nbsp;</p>','<p>パラ初の武器更新ですね。ステータスも2ポイントもらいましたので力に+1，素早さに+1振りました。<br />\r<img height=\"160\" alt=\"くろっ?? 105ステータス変化\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat105st.jpg\" /><br />\rくろねこの楽観的観測に依りますと、次のレベルアップと同時に移動速度が上がるはず...</p>\r<p>しかし、最初のSS見てください。<br />\rこの状態をあるひとに言われました。くろねこさんのPTはハーレムですかと！<br />\rいあ、ハーレムならリアでお願いします。</p>\r<p>これが・・・<br />\r<img height=\"330\" alt=\"装備変更前\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat105eb.jpg\" /><br />\r装備変更で、<br />\r<img height=\"330\" alt=\"装備変更後\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat105ea.jpg\" /><br />\r防御が880だ！</p>',1,2170,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070107_honda_stepcompo',3,0,'2007-01-07 22:18:45','じ、自転車が・・・',null,'<p>年賀状でかつての会社の後輩から、ブログについてこう記されていました。</p>\r<p>ゲームネタが多すぎですよ！</p>\r<p>んー、約9割がゲームネタでしょうか？<br />\rとういう訳ではないのですが、くろねこの生活にある変化が訪れました。<br />\r1/3 にある小売店の駐輪スペースに自転車を止めていたのですが、昨日見に行ったら無かったわけです。よーく目をこらして探したのですがやはりありません。</p>\r<p>1/3 に買い物に行って忘れて歩いて帰った後、「やばいかな？」と思ったそれが的中しました。<br />\rそんなことが的中しないで、宝くじの当選番号なんかが的中すればいいんですけどね。<br />\rそうは問屋が卸しませんでした。</p>','<p>まぁ、電動アシスト、折りたたみそしてALLアルミで超軽量と来た日には、持っていてくださいって感じでしたね。ちゃんとワイヤーロックはしていたんですよ？でも、悪い人にかかったらそんなのただの紐程度でしかないのでしょう。あっさり行かれました。</p>\r<p>一応、登録しておいた防犯登録を持って警察署に行き、盗難被害届を出してきました。<br />\rまぁ、気休めかもしれませんが無いよりはいいでしょう。<br />\r被害届の欄に時価というのがありまして、そこを書くのに自転車の値段をディーラーに調べていただいたところ、10万5千円でした。か、かなり高価ですね。驚きです。<br />\r自分で買おうとは思いませんね。(昨年3月に頂いたものです)</p>\r<p>皆さん高級自転車は盗られやすいのでご注意を！</p>',1,3394,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070108_1729',3,0,'2007-01-08 17:29:00','ロスト東に心霊スポットが・・・',null,'<p>昨日、バトルアークさんに心霊スポットを教えて頂きました。</p>','<p><img height=\"350\" alt=\"ャ??ト・東 心霊スポット\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070107_1.jpg\" /><br />\r上記SSの様にキャラがが見えなくなる位置がありますね♪<br />\r位置は3箇所でロスト・東ブリンヒルド<br />\r</p>\r<ul>\r    <li>X:41, Y:105 </li>\r    <li>X:41, Y:112 </li>\r    <li>X:41, Y:119 </li>\r</ul>\rでした。\r<p>&nbsp;</p>',1,2405,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070109_0816',3,0,'2007-01-09 08:16:00','01/08 リベンジ！',null,'<p>新年早々に引いたおみくじは中吉でした。<br />\rそれを物語るかのような福袋のガチャは中程度のあたりでした。<br />\r装備が出ないのはあまりに悲しい、そういうわけでまたまた引いてしまいました。</p>\r<p>買った福袋はやはり其の壱です</p>','<p>其の壱 中身は言うまでもなく ガチャポク500&times;5 です。</p>\r<p>さて順番に開けてみましょう。</p>\r<p>まず、壱個目<br />\r<img height=\"111\" alt=\"独眼流\" width=\"300\" src=\"http://blog.blackcatlab.com/images/xo/xo070108_1dokugan.jpg\" /><br />\rおおおお、「独眼流」です。FACE に装備するクリティカル系最強の+8です。<br />\r最近、スキル狩りメインなくろねこですが、今のハードグラス(+5)より+3もUPです。<br />\r早速装備変更ですね♪</p>\r<p>弐個目<br />\r<img height=\"112\" alt=\"セイントクリティカルィ??ンディー2\" width=\"389\" src=\"http://blog.blackcatlab.com/images/xo/xo070108_2scc2.jpg\" /><br />\rセイントクリティカルキャンディー2 (700XP)です。</p>\r<p>参個目<br />\r<img height=\"113\" alt=\"セイントクリティカルィ??ンディー2 2回目\" width=\"391\" src=\"http://blog.blackcatlab.com/images/xo/xo070108_3scc2.jpg\" /><br />\r同じく、セイントクリティカルキャンディー2 (700XP)です。</p>\r<p>四個目<br />\r<img height=\"113\" alt=\"聖なる体力の心3\" width=\"302\" src=\"http://blog.blackcatlab.com/images/xo/xo070108_4sh.jpg\" /><br />\r聖なる体力の心3 (500XP)です。</p>\r<p>五個目<br />\r<img height=\"113\" alt=\"セイントダッシュィ??ンディー2\" width=\"370\" src=\"http://blog.blackcatlab.com/images/xo/xo070108_5sdc.jpg\" /><br />\rセイントダッシュキャンディー2 (700XP)です。</p>\r<p>今回もお値段以上の価値のある福袋でしたね。<br />\rもうガチャ500の装備品でほしいのは、青豆くらいでしょうか？<br />\rでも、ガチャ300で出るのでどちらを回すか悩むところです。ガチャ300のはずれは本当に使えませんからね (/□≦、)エーン!!</p>\r<p>※場所はクルリパの最果ての砂漠です。<br />\rスキルブックねらいだったんですね。出なかったから腹いせに・・・ではありません。</p>',1,3028,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070109_1215',3,0,'2007-01-09 12:15:46','01/08 MPKと雑談',null,'<p>某巨大掲示板で、「MPK、暴言吐きまくり」と書かれているくろねこです。<br />\r一応書いておきますが、くろねこは MPK ではありませんし、暴言吐きまくってるわけでもありません。<br />\r心当たりが無いわけではありませんが...</p>\r<p>MPK...<br />\r&rarr;たぶん、船でMPKとALLでお話ししてるから何でしょうね...<br />\r良くも悪くもMPKのみなさんって結構ゼネについて詳しかったりします...<br />\rくろねこも今までかなりMPKの被害を受けていますが、「一応MPKも仕様」ですのであきらめてください。取扱注意的な存在と考えると良いかと思います。<br />\r特定の個人をずーっと追いかける行為は、MPKではなく嫌がらせだとは思いますが...<br />\rマップを変えてもずーっとついてくる場合は、運営と相談する方がいいですね。ついてこないなら、そこで狩りする方が幸せでしょう。</p>\r<p>暴言吐きまくり...<br />\rいつ暴言を吐いていたのかな？PT内では無茶言ってる可能性もありますが、ALLで周囲にいたずらに暴言を吐くことは無いですね。ゲーム内で怒ることは少ないです。ゲームをしている本人はかなり気が短いのでいつもぶつぶつ言ってますが...ゲームで怒ると時間のロスの方が大きいような気がして...<br />\rそれよりも、晒されて痛いのはパーティ内での会話をですね。☆⌒&Sigma;(≧д≦)ゝｲﾃｯ!<br />\r晒されると赤裸々ですね♪しかし、PT内の会話は晒しの対象では無いでしょう♪</p>','<p>昨夜はヨツンのエスポーター付近で、MPK の refresh、SEPHY さんと三人、ALLでチャットしてたわけですが...<br />\r最近、回復代が異様にかかりますね。塩を越えるの回復アイテムをある一定以上の確率でドロップするモンスターがいないからですね。リカバント系は墓場やクルリパの最果てでドロップしますが、ひとり1時間狩りして1～2個あれば非常にラッキーでしょう。<br />\rそのくらい無いです。<br />\r運営がチーターの増やしたkronを回収する方向で動いてると言うことでしょうか？<br />\rMPKのSEPHYさん曰く、チェリーの高レベル(＝三次職)は課金回復で狩りしてるとか、くろねこも最近マナリムが欠かせません。<br />\rもうジュースじゃ回復が追いつかないです。ジュースも高いですし、レベル上げのためにみかん狩りが必須ですね。<br />\r(先日のサンタクエのみかんとロスト往復時に拾うオレンジ＆ブドウを絞りました。ジュースが480本になってうれしかったですね♪)<br />\rマナリム HPが3000回復するのですが、3000回復するならクリク耐えられるという話になりました。<br />\rでも結論的には無理です。<br />\r単位時間に消費できる回復アイテムの数が決められているからです。<br />\rこれは簡単に試すことが出来ます。<br />\r(コントロールパネルのキーボードの設定でキーリピート間隔を一番短く設定します。その後ショートカットに回復アイテムを登録し、消費するとキーリピートの回数より明らかに使用量が少ないことがわかります。感覚で1秒間に4個も消費していないのではと思われます。＜試してません。)</p>\r<p>で、クリクの森のスプンキーズと花ですが あずみ☆彡さん曰く70匹くらい集まるようです。一匹100ダメだと仮定して1回に7000ダメージな訳です。かなり凝縮しているので攻撃してくるタイミングはほぼ一緒と見て構わないでしょう。ということはMAX HPが7000以上で無いと耐えられないわけです。体力全振りである必要がありますね。パラディンだと体力全振り時のMAX HPは9800を越えるのでは？＞誰か試してください。<br />\rで、仮に耐えられたとしても課金回復が痛すぎて運営を儲けさせるだけなのでパス。</p>\r<p>昔、高速バター回復という加速器を利用した回復方法があったようですが...<br />\rどれだけ早いとクリク耐えられるんでしょうかね？かなりの高スペックが必要だと思われてか、現在対策済みで無理です。</p>\r<p>遭うと浮くならMPKと遭わない、これが一番のMPK対策ですね。<br />\rでも、船とかの経験値効率の良さに負けてチョイチョイ行ってますが...浮いたらかなりの大損です。<br />\rてか、クリクでやられると狩り場に行けない人続出ですね。何とかしてください＞運営さん</p>\r<p>改善するなら、クエストの金額UPやリブスブローチの複数位置の記録可能などいろいろお願いしたいんですけど...<br />\rあっ、不法行為の損害賠償請求のメールを書いて送るの忘れてる...みなさんに不法行為の損害賠償して欲しいですね。</p>',1,2820,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070110_brushing_of_teeth',3,0,'2007-01-10 00:16:38','01/10 仕上げ磨き',null,'<p>ここ3日間ほど、息子の歯磨きの仕上げ磨きをしています。<br />\r嫁と年末年始里帰りをしていたのですが、その後からなぜか息子が仕上げ磨きをねこに要求するようになりました。<br />\r何の心境の変化があったのでしょうか？それとも嫁の謀略の結果でしょうか？</p>\r<p>この先、何かありそうで不安ですね。<br />\rとりあえず、虫歯が出来ないようにきれいに磨かないと♪</p>','',1,2993,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070110_0719',3,0,'2007-01-10 07:19:15','01/09 経験値効率…','','<p>くろねこの経験値の効率は、普通に狩りして約2%です。<br /> パーティで狩りしたりすると1%前後まで落ちることもありますし、墓場などでは0.7%程度でした。<br /> ベルクロの森で狩りしてるときに、くろねこのブログを見た星野海斗さんよりご助言を頂きました。</p>\r<p>彼曰く、<br /> ねこのレベルだと、ロレンの先(＝クラマの森)がいい。そしてステ振りは精神に70、残りは力だと。くろねこの素早さはレベルが上がるといらなくなる。(＝攻撃速度がレベル114で時計＋課金で0.4になるから)</p>\r<p>これを聞いたくろねこは、ステ振りはとりあえず置いておいてクラマの森に行こうとしたんですね。</p>\r<p>そこには、いろいろな障害がありました。<br /> ヨツンのホテルに着いたところでいろいろな方からチャットが飛んできて対応に...</p>\r<p>それを終えて、エスポータの前に行ったらサンタダンジョン以来の方にばったり、お話ししてたら、とある方がくろねこに赤紙を...</p>','<p>で、行ってきました。クルリパの最果てから3つ手前のマップ(＝<a href=\"/article.php/xo_map155\">アンブロニ高原</a>)<br /> 昨日くろねこがゲットした戦利品は、ケリパヘンシュル【アサシン109武器】とゼンストーン、あとゆうまさんがベサシャイシングブーツ【クレリック110靴】をゲット。ななさんは残念ながら今日は何もゲットできず。<br /> 全体的には、昨日もスキルブックはありませんでした。</p>\r<p>で、パーティに戻るためにベルクロの森を通過したのですが、そのとき星野海斗さんとすれ違いました。そのとき、「まだクラマに行ってないのか？」と思っていたに違いありません。</p>\r<p>■経験値効率(その2)<br /> チャットの中でこんな話がありました。<br /> PTメンバの「いま、90.xx% で、後14時間で経験値課金が切れるけどレベルアップできるかな」というもの。普通めっちゃ余裕にみえるんですけど？<br /> 手伝っても良いんですけど、一緒に狩ると経験値の効率はどんどん落ちていきます。かぶるからですね。<br /> そこで彼女が出した謀略が...<br /> アクティブの多いマップで...くろねこがアクを集めて...いっさい叩かずに...まりが叩くと...(あっ、名前出しちゃった！)<br /> &uarr;これを経験値配分無しですると...</p>\r<p>これで経験値の効率はふたり分入るなら価値もあるでしょうが、たぶん1.5倍にもならないでしょうね。モチベーションが落ちてるときに他の人と一緒に狩るのは有効だと思います。モチベーションが下がった状態で狩りをしても全然効率が良くないですからね。</p>\r<p>＃追記<br /> 今朝、レベルアップしてレベル119になりました。やはり余裕でレベルアップですね。</p>\r<p>■ラグラグ<br /> 昨晩24:00？～異常にラグっていませんか？<br /> キャラが急に動かなくなり、動きが停止したり、モンスターが見えなかったり、そうかと思えば急に表示されたり、モンスターを叩こうとしたらそのモンスターとあらぬ方向に鬼ごっこしたり、どうもサーバ側が正常に動作していないようです。<br /> もしくは、クライアント側のソケットの問題？<br /> 他のソフトウェアでは特に問題がないようなので、たぶんゼネの問題ですね。クライアント側には何のパッチも当たってない＆複数人がそう感じているそんな結果から問題はサーバ側の可能性が高いです。</p>\r<p>■今日のメンテ<br /> 今日は水曜日のメンテナンス日です。ついでに言うと Windows Update のリリース日でもあるんですが...<br /> 今日のメンテナンスで上記のラグラグ、図書館などでのキャラクターが見えなくなる問題、墓場で見えない位置のキャラクターIDが表示される問題が修正されると良いですね。<br /> 新規要素としては、<a href=\"/article.php/xo_map157\">クレティノ高原</a>の次にマップが追加されランバード沼地と結合することが予想されます。<br /> 福袋、おみくじは終わりなので撤去ですね。最後にポーション&times;40、クラウディ&times;40の福いっぱい袋(体力ってすばらしい)だっけ？を購入しておきました。<br /> 最近スクロールを使いまくってるので、福袋の「帰るぞ！」や「帰りますクロール」なども検討したのですが...</p>\r<p>■くろねこ四次転職計画 現況<br /> 昨日から今朝はラグラグで、最果てでソロ狩り中に浮くかと思ったくろねこです。<br /> 最果てでの狩りと、マップの往復のみで疲れ果てました。ラグがなければ上げてから寝るんですがね。一晩おいてラグが改善されてることを期待したのですがダメでした。<br /> 進捗的には約95%位ですね。<br /> 1/10 朝 Lv.105 47%です。目標から確か-12%というところですね。</p>',1,2958,0,7,'1970-01-01 09:00:00',0,'<a href=\"/article.php/xo_map155\">アンブロニ高原</a>\n<a href=\"/article.php/xo_map157\">クレティノ高原</a>',0,1,1,0,0,'2014-06-02 16:47:25','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070110_geeklog_leftbrocks',3,0,'2007-01-10 18:21:45','フッタに左ブロックを書こう！',null,'<p>Geeklog Japan で左ブロックをフッタに記載する方法について、昨年から掲示板に書いていたのですが</p>\r<p>結局 Geeklog ってまだまだなのよ♪<br />\r安定性、堅牢性、機能、熟成度いずれも及第点は上げられません。<br />\r今回の問題は一言で言うと Geeklog の熟成度の不足、作者の考慮不足って所でしょうか？<br />\r熟成度が上がっていくと今回のような問題点は次第になくなっていくかと思います。</p>\r<p>具体的には、ヘッダ出力関数とフッタ出力関数で左右のブロックの取扱が非対称であると言うこと。<br />\rGeeklog は左ブロックをヘッダ側テンプレート、フッタ側テンプレートのいずれにも配置することが出来るのですが、作者は<strong>左側に配置するもの</strong>という固定概念がどこかに残っているようです。このためフッタ側に左ブロックを配置したときの動きがおかしくなっています。</p>\r<p>標準のプラグインも本体に合わせて作られているためか、静的ページプラグインもこれに対応していません。というか、<strong>本体が悪くてどうしようもない</strong>というところでしょうか？</p>\r<p>そこで、くろねこは静的ページプラグインと、lib-common.php を修正することになったのですが、最終的には lib-common.php は変更しなくてもテーマ別カスタム関数をいじれば対応可能でした。<br />\r方法は <a href=\"http://wiki.geeklog.jp/\">Geeklog Japan Wiki</a>に書いたので<a href=\"http://wiki.geeklog.jp/index.php/LeftblockinFooter\">LeftblockinFooter</a>を参照してください。</p>\r<p>出来た functions.php を以下に転載します。<br />\rまた、くろねこ研究所ダウンロードからもダウンロードできるようにしておきます。</p>','<h3>テーマ別 funtions.php</h3>\r<pre>    global &#36;HTTP_POST_VARS, &#36;HTTP_GET_VARS,&#36;LANG_JPN;\r    //@@@@@ 20050705,20060207 add youkoso xxx san  &lt;-----\r\r    // &gt;&gt;&gt; 2006/12/27 BlackCat for staticpages noblocks\r    global &#36;g_what;\r    &#36;g_what = &#36;what;\r    // &lt;&lt;&lt; 2006/12/27 BlackCat for staticpages noblocks\r\r    // send out the charset header\r\r    if( empty( &#36;LANG_CHARSET )) {\r        &#36;charset = &#36;_CONF[\'default_charset\'];\r        if( empty( &#36;charset )) {\r            &#36;charset = \'iso-8859-1\';\r        }\r    } else {\r        &#36;charset = &#36;LANG_CHARSET;\r    }\r    header (\'Content-Type: text/html; charset=\' . &#36;charset);\r\r    // If we reach here then either we have the default theme OR\r    // the current theme only needs the default variable substitutions\r\r    &#36;header = new Template( &#36;_CONF[\'path_layout\'] );\r    &#36;header-&gt;set_file( array(\r        \'header\'        =&gt; \'header.thtml\',\r        \'menuitem\'      =&gt; \'menuitem.thtml\',\r        \'menuitem_last\' =&gt; \'menuitem_last.thtml\',\r        \'menuitem_none\' =&gt; \'menuitem_none.thtml\',\r        \'leftblocks\'    =&gt; \'leftblocks.thtml\'\r        ));\r\r    // get topic if not on home page\r    if( !isset( &#36;_GET[\'topic\'] ))\r    {\r        if( isset( &#36;_GET[\'story\'] ))\r        {\r            &#36;sid = COM_applyFilter( &#36;_GET[\'story\'] );\r        }\r        elseif( isset( &#36;_GET[\'sid\'] ))\r        {\r            &#36;sid = COM_applyFilter( &#36;_GET[\'sid\'] );\r        }\r        elseif( isset( &#36;_POST[\'story\'] ))\r        {\r            &#36;sid = COM_applyFilter( &#36;_POST[\'story\'] );\r        }\r        if( empty( &#36;sid ) &amp;&amp; &#36;_CONF[\'url_rewrite\'] &amp;&amp;\r                ( strpos( &#36;_SERVER[\'PHP_SELF\'], \'article.php\' ) !== false ))\r        {\r            COM_setArgNames( array( \'story\', \'mode\' ));\r            &#36;sid = COM_applyFilter( COM_getArgument( \'story\' ));\r        }\r        if( !empty( &#36;sid ))\r        {\r            &#36;topic = DB_getItem( &#36;_TABLES[\'stories\'], \'tid\', &quot;sid=\'&#36;sid\'&quot; );\r        }\r    }\r    else\r    {\r        &#36;topic = COM_applyFilter( &#36;_GET[\'topic\'] );\r    }\r\r    &#36;feed_url = \'\';\r    if( &#36;_CONF[\'backend\'] == 1 ) // add feed-link to header if applicable\r    {\r        &#36;baseurl = SYND_getFeedUrl();\r\r        &#36;sql = \'SELECT format, filename, title FROM \'\r             . &#36;_TABLES[\'syndication\'] . &quot; WHERE (header_tid = \'all\')&quot;;\r        if( !empty( &#36;topic ))\r        {\r            &#36;sql .= &quot; OR (header_tid = \'&quot; . addslashes( &#36;topic ) . &quot;\')&quot;;\r        }\r        &#36;result = DB_query( &#36;sql );\r        &#36;numRows = DB_numRows( &#36;result );\r        for( &#36;i = 0; &#36;i &lt; &#36;numRows; &#36;i++ )\r        {\r            &#36;A = DB_fetchArray( &#36;result );\r            if ( !empty( &#36;A[\'filename\'] ))\r            {\r                &#36;format = explode( \'-\', &#36;A[\'format\'] );\r                &#36;format_type = strtolower( &#36;format[0] );\r                &#36;format_name = ucwords( &#36;format[0] );\r\r                &#36;feed_url .= \'\' . LB;\r            }\r        }\r    }\r    &#36;header-&gt;set_var( \'feed_url\', &#36;feed_url );\r\r    if( empty( &#36;pagetitle ) &amp;&amp; isset( &#36;_CONF[\'pagetitle\'] ))\r    {\r        &#36;pagetitle = &#36;_CONF[\'pagetitle\'];\r    }\r    if( empty( &#36;pagetitle ))\r    {\r        if( empty( &#36;topic ))\r        {\r            &#36;pagetitle = &#36;_CONF[\'site_slogan\'];\r        }\r        else\r        {\r            &#36;pagetitle = stripslashes( DB_getItem( &#36;_TABLES[\'topics\'], \'topic\',\r                                                   &quot;tid = \'&#36;topic\'&quot; ));\r        }\r    }\r    if( !empty( &#36;pagetitle ))\r    {\r        &#36;pagetitle = \' - \' . &#36;pagetitle;\r    }\r    &#36;header-&gt;set_var( \'page_title\', &#36;_CONF[\'site_name\'] . &#36;pagetitle );\r\r    if( isset( &#36;_CONF[\'advanced_editor\'] ) &amp;&amp; ( &#36;_CONF[\'advanced_editor\'] == 1 )\r            &amp;&amp; file_exists( &#36;_CONF[\'path_layout\']\r                            . \'advanced_editor_header.thtml\' ))\r    {\r        &#36;header-&gt;set_file( \'editor\'  , \'advanced_editor_header.thtml\');\r        &#36;header-&gt;parse( \'advanced_editor\', \'editor\' );\r\r    }\r    else\r    {\r         &#36;header-&gt;set_var( \'advanced_editor\', \'\' );\r    }\r\r    &#36;header-&gt;set_var( \'background_image\', &#36;_CONF[\'layout_url\']\r                                          . \'/images/bg.\' . &#36;_IMAGE_TYPE );\r    &#36;header-&gt;set_var( \'site_url\', &#36;_CONF[\'site_url\'] );\r    &#36;header-&gt;set_var( \'layout_url\', &#36;_CONF[\'layout_url\'] );\r    &#36;header-&gt;set_var( \'site_mail\', &quot;mailto:{&#36;_CONF[\'site_mail\']}&quot; );\r    &#36;header-&gt;set_var( \'site_name\', &#36;_CONF[\'site_name\'] );\r    &#36;header-&gt;set_var( \'site_slogan\', &#36;_CONF[\'site_slogan\'] );\r    &#36;rdf = substr_replace( &#36;_CONF[\'rdf_file\'], &#36;_CONF[\'site_url\'], 0,\r                           strlen( &#36;_CONF[\'path_html\'] ) - 1 );\r    &#36;header-&gt;set_var( \'rdf_file\', &#36;rdf );\r    &#36;header-&gt;set_var( \'rss_url\', &#36;rdf );\r\r    //@@@@@ 20050805,20060207 update youkoso xxx san  -----&gt;\r    //               youkoso xxxx san\r    //&#36;msg = &#36;LANG01[67] . \' \' . &#36;_CONF[\'site_name\'];\r    //if( !empty( &#36;_USER[\'username\'] ))\r    //{\r    //    &#36;msg .= \', \' . &#36;_USER[\'username\'];\r    //}\r\r    //@@@@@ 20060513 update youkoso xxx san by komma Geeklog Japanese -----&gt;\r\r    //@@@@@ 2006/05/13 mystral_kk added --&gt;\r	if (&#36;_USER[\'uid\'] &gt;= 2) {\r	    &#36;prof_url = &quot;{&#36;_CONF[\'site_url\']}/users.php?mode=profile&amp;uid={&#36;_USER[\'uid\']}&quot;;\r	} else {\r	    &#36;prof_url = &quot;{&#36;_CONF[\'site_url\']}/&quot;;\r	}\r    &#36;header-&gt;set_var( \'prof_url\', &#36;prof_url );\r    //@@@@@ 2006/05/13 mystral_kk added --&gt;\r\r    &#36;msg =&quot;&quot;;\r    if( !empty( &#36;_USER[\'username\'] ))\r    {\r        &#36;msg = &#36;LANG01[67];\r        &#36;msg .= \' \' . &#36;_USER[\'username\'].&#36;LANG_JPN[1];\r    }\r    //@@@@@ 20050805,20060207 update youkoso xxx san   &lt;-----\r\r    &#36;curtime =  COM_getUserDateTimeFormat();\r\r    &#36;header-&gt;set_var( \'welcome_msg\', &#36;msg );\r    &#36;header-&gt;set_var( \'datetime\', &#36;curtime[0] );\r    &#36;header-&gt;set_var( \'site_logo\', &#36;_CONF[\'layout_url\']\r                                   . \'/images/logo.\' . &#36;_IMAGE_TYPE );\r    &#36;header-&gt;set_var( \'css_url\', &#36;_CONF[\'layout_url\'] . \'/style.css\' );\r    &#36;header-&gt;set_var( \'theme\', &#36;_CONF[\'theme\'] );\r\r    if( empty( &#36;LANG_CHARSET ))\r    {\r        &#36;charset = &#36;_CONF[\'default_charset\'];\r\r        if( empty( &#36;charset ))\r        {\r            &#36;charset = \'iso-8859-1\';\r        }\r    }\r    else\r    {\r        &#36;charset = &#36;LANG_CHARSET;\r    }\r\r    &#36;header-&gt;set_var( \'charset\', &#36;charset );\r    if( empty( &#36;LANG_DIRECTION ))\r    {\r        // default to left-to-right\r        &#36;header-&gt;set_var( \'direction\', \'ltr\' );\r    }\r    else\r    {\r        &#36;header-&gt;set_var( \'direction\', &#36;LANG_DIRECTION );\r    }\r\r    // Now add variables for buttons like e.g. those used by the Yahoo theme\r    &#36;header-&gt;set_var( \'button_home\', &#36;LANG_BUTTONS[1] );\r    &#36;header-&gt;set_var( \'button_contact\', &#36;LANG_BUTTONS[2] );\r    &#36;header-&gt;set_var( \'button_contribute\', &#36;LANG_BUTTONS[3] );\r    &#36;header-&gt;set_var( \'button_calendar\', &#36;LANG_BUTTONS[6] );\r    &#36;header-&gt;set_var( \'button_sitestats\', &#36;LANG_BUTTONS[7] );\r    &#36;header-&gt;set_var( \'button_personalize\', &#36;LANG_BUTTONS[8] );\r    &#36;header-&gt;set_var( \'button_search\', &#36;LANG_BUTTONS[9] );\r    &#36;header-&gt;set_var( \'button_advsearch\', &#36;LANG_BUTTONS[10] );\r    &#36;header-&gt;set_var( \'button_directory\', &#36;LANG_BUTTONS[11] );\r\r    // Get plugin menu options\r    &#36;plugin_menu = PLG_getMenuItems();\r\r    if( &#36;_COM_VERBOSE )\r    {\r        COM_errorLog( \'num plugin menu items in header = \' . count( &#36;plugin_menu ), 1 );\r    }\r\r    // Now add nested template for menu items\r    COM_renderMenu( &#36;header, &#36;plugin_menu );\r\r    if( count( &#36;plugin_menu ) == 0 )\r    {\r        &#36;header-&gt;parse( \'plg_menu_elements\', \'menuitem_none\', true );\r    }\r    else\r    {\r        for( &#36;i = 1; &#36;i &lt;= count( &#36;plugin_menu ); &#36;i++ )\r        {\r            &#36;header-&gt;set_var( \'menuitem_url\', current( &#36;plugin_menu ));\r            &#36;header-&gt;set_var( \'menuitem_text\', key( &#36;plugin_menu ));\r\r            if( &#36;i == count( &#36;plugin_menu ))\r            {\r                &#36;header-&gt;parse( \'plg_menu_elements\', \'menuitem_last\', true );\r            }\r            else\r            {\r                &#36;header-&gt;parse( \'plg_menu_elements\', \'menuitem\', true );\r            }\r\r            next( &#36;plugin_menu );\r        }\r    }\r\r//    if( &#36;_CONF[\'left_blocks_in_footer\'] == 1 )\r//    {\r//        &#36;header-&gt;set_var( \'geeklog_blocks\', \'\' );\r//        &#36;header-&gt;set_var( \'left_blocks\', \'\' );\r//    }\r//    else\r//    {\r        &#36;lblocks = \'\';\r\r        /* Check if an array has been passed that includes the name of a plugin\r         * function or custom function\r         * This can be used to take control over what blocks are then displayed\r         */\r        if( is_array( &#36;what ))\r        {\r            &#36;function = &#36;what[0];\r            if( function_exists( &#36;function ))\r            {\r                &#36;lblocks = &#36;function( &#36;what[1], \'left\' );\r            }\r        }\r        else if( &#36;what &lt;&gt; \'none\' )\r        {\r            // Now show any blocks -- need to get the topic if not on home page\r            &#36;lblocks = COM_showBlocks( \'left\', &#36;topic );\r        }\r\r        if( empty( &#36;lblocks ))\r        {\r            &#36;header-&gt;set_var( \'geeklog_blocks\', \'\' );\r            &#36;header-&gt;set_var( \'left_blocks\', \'\' );\r        }\r        else\r        {\r            &#36;header-&gt;set_var( \'geeklog_blocks\', &#36;lblocks );\r            &#36;header-&gt;parse( \'left_blocks\', \'leftblocks\', true );\r        }\r//    }\r\r    // Call any plugin that may want to include extra Meta tags\r    // or Javascript functions\r    &#36;header-&gt;set_var( \'plg_headercode\', &#36;headercode . PLG_getHeaderCode() );\r\r    // Call to plugins to set template variables in the header\r    PLG_templateSetVars( \'header\', &#36;header );\r\r    // The following lines allow users to embed PHP in their templates.  This\r    // is almost a contradition to the reasons for using templates but this may\r    // prove useful at times ...\r    // Don\'t use PHP in templates if you can live without it!\r\r    &#36;tmp = &#36;header-&gt;parse( \'index_header\', \'header\' );\r\r    ob_start();\r    eval( \'?&gt;\' . &#36;tmp );\r    &#36;retval = ob_get_contents();\r    ob_end_clean();\r\r    return &#36;retval;\r}\r\r\r/**\r* Returns the site footer\r*\r* This loads the proper templates, does variable substitution and returns the\r* HTML for the site footer.\r*\r* @param   boolean     &#36;rightblock     Whether or not to show blocks on right hand side default is no\r* @param   array       &#36;custom         An array defining custom function to be used to format Rightblocks\r* @see function COM_siteHeader\r* @return   string  Formated HTML containing site footer and optionally right blocks\r*\r*/\rfunction BlackCat_siteFooter( &#36;rightblock = -1, &#36;custom = \'\' )\r{\r    global &#36;_CONF, &#36;_TABLES, &#36;LANG01, &#36;LANG_BUTTONS, &#36;_PAGE_TIMER, &#36;topic;\r\r    // &gt;&gt;&gt; 2006/12/27 BlackCat for staticpages noblocks\r    global &#36;g_what;\r    &#36;what = &#36;g_what;\r    // &lt;&lt;&lt; 2006/12/27 BlackCat for staticpages noblocks\r\r    // Set template directory\r    &#36;footer = new Template( &#36;_CONF[\'path_layout\'] );\r\r    // Set template file\r    &#36;footer-&gt;set_file( array(\r            \'footer\'      =&gt; \'footer.thtml\',\r            \'rightblocks\' =&gt; \'rightblocks.thtml\',\r            \'leftblocks\'  =&gt; \'leftblocks.thtml\'\r            ));\r\r    // Do variable assignments\r    DB_change( &#36;_TABLES[\'vars\'], \'value\', \'value + 1\', \'name\', \'totalhits\', \'\', true );\r\r    // Now add variables for buttons like e.g. those used by the Yahoo theme\r    &#36;footer-&gt;set_var( \'button_home\', &#36;LANG_BUTTONS[1] );\r    &#36;footer-&gt;set_var( \'button_contact\', &#36;LANG_BUTTONS[2] );\r    &#36;footer-&gt;set_var( \'button_contribute\', &#36;LANG_BUTTONS[3] );\r    &#36;footer-&gt;set_var( \'button_calendar\', &#36;LANG_BUTTONS[6] );\r    &#36;footer-&gt;set_var( \'button_sitestats\', &#36;LANG_BUTTONS[7] );\r    &#36;footer-&gt;set_var( \'button_personalize\', &#36;LANG_BUTTONS[8] );\r    &#36;footer-&gt;set_var( \'button_search\', &#36;LANG_BUTTONS[9] );\r    &#36;footer-&gt;set_var( \'button_advsearch\', &#36;LANG_BUTTONS[10] );\r    &#36;footer-&gt;set_var( \'button_directory\', &#36;LANG_BUTTONS[11] );\r\r    &#36;footer-&gt;set_var( \'site_url\', &#36;_CONF[\'site_url\']);\r    &#36;footer-&gt;set_var( \'layout_url\',&#36;_CONF[\'layout_url\']);\r    &#36;footer-&gt;set_var( \'site_mail\', &quot;mailto:{&#36;_CONF[\'site_mail\']}&quot; );\r    &#36;footer-&gt;set_var( \'site_name\', &#36;_CONF[\'site_name\'] );\r    &#36;footer-&gt;set_var( \'site_slogan\', &#36;_CONF[\'site_slogan\'] );\r    &#36;rdf = substr_replace( &#36;_CONF[\'rdf_file\'], &#36;_CONF[\'site_url\'], 0,\r                           strlen( &#36;_CONF[\'path_html\'] ) - 1 );\r    &#36;footer-&gt;set_var( \'rdf_file\', &#36;rdf );\r    &#36;footer-&gt;set_var( \'rss_url\', &#36;rdf );\r\r    &#36;year = date( \'Y\' );\r    &#36;copyrightyear = &#36;year;\r    if( !empty( &#36;_CONF[\'copyrightyear\'] ))\r    {\r        &#36;copyrightyear = &#36;_CONF[\'copyrightyear\'];\r    }\r    &#36;footer-&gt;set_var( \'copyright_notice\', \'&nbsp;\' . &#36;LANG01[93] . \' &copy; \'\r            . &#36;copyrightyear . \' \' . &#36;_CONF[\'site_name\'] . \'<br />&nbsp;\'\r            . &#36;LANG01[94] );\r    &#36;footer-&gt;set_var( \'copyright_msg\', &#36;LANG01[93] . \' &copy; \'\r            . &#36;copyrightyear . \' \' . &#36;_CONF[\'site_name\'] );\r    &#36;footer-&gt;set_var( \'current_year\', &#36;year );\r    &#36;footer-&gt;set_var( \'lang_copyright\', &#36;LANG01[93] );\r    &#36;footer-&gt;set_var( \'trademark_msg\', &#36;LANG01[94] );\r    &#36;footer-&gt;set_var( \'powered_by\', &#36;LANG01[95] );\r    &#36;footer-&gt;set_var( \'geeklog_url\', \'http://www.geeklog.net/\' );\r    &#36;footer-&gt;set_var( \'geeklog_version\', VERSION );\r\r    /* Check if an array has been passed that includes the name of a plugin\r     * function or custom function.\r     * This can be used to take control over what blocks are then displayed\r     */\r    if( is_array( &#36;custom ))\r    {\r        &#36;function = &#36;custom[\'0\'];\r        if( function_exists( &#36;function ))\r        {\r            &#36;rblocks = &#36;function( &#36;custom[\'1\'], \'right\' );\r        }\r    }\r    elseif( &#36;rightblock )\r    {\r        &#36;rblocks = COM_showBlocks( \'right\', &#36;topic );\r    }\r    if( &#36;rightblock &amp;&amp; !empty( &#36;rblocks ))\r    {\r        &#36;footer-&gt;set_var( \'geeklog_blocks\', &#36;rblocks );\r        &#36;footer-&gt;parse( \'right_blocks\', \'rightblocks\', true );\r    }\r    else\r    {\r        &#36;footer-&gt;set_var( \'geeklog_blocks\', \'\' );\r        &#36;footer-&gt;set_var( \'right_blocks\', \'\' );\r    }\r\r//    if( &#36;_CONF[\'left_blocks_in_footer\'] == 1 )\r//    {\r        &#36;lblocks = \'\';\r\r        /* Check if an array has been passed that includes the name of a plugin\r         * function or custom function\r         * This can be used to take control over what blocks are then displayed\r         */\r        if( is_array( &#36;what ))\r        {\r            &#36;function = &#36;what[0];\r            if( function_exists( &#36;function ))\r            {\r                &#36;lblocks = &#36;function( &#36;what[1], \'left\' );\r            }\r        }\r        else if ( &#36;what &lt;&gt; \'none\' )\r        {\r            &#36;lblocks = COM_showBlocks( \'left\', &#36;topic );\r        }\r\r        if( empty( &#36;lblocks ))\r        {\r            &#36;footer-&gt;set_var( \'geeklog_blocks\', \'\' );\r            &#36;footer-&gt;set_var( \'left_blocks\', \'\' );\r        }\r        else\r        {\r            &#36;footer-&gt;set_var( \'geeklog_blocks\', &#36;lblocks );\r            &#36;footer-&gt;parse( \'left_blocks\', \'leftblocks\', true );\r        }\r//    }\r\r    // Global centerspan variable set in index.php\r    if( isset( &#36;GLOBALS[\'centerspan\'] ))\r    {\r        &#36;footer-&gt;set_var( \'centerblockfooter-span\', \'\' );\r    }\r\r    &#36;exectime = &#36;_PAGE_TIMER-&gt;stopTimer();\r    &#36;exectext = &#36;LANG01[91] . \' \' . &#36;exectime . \' \' . &#36;LANG01[92];\r\r    &#36;footer-&gt;set_var( \'execution_time\', &#36;exectime );\r    &#36;footer-&gt;set_var( \'execution_textandtime\', &#36;exectext );\r\r    // Call to plugins to set template variables in the footer\r    PLG_templateSetVars( \'footer\', &#36;footer );\r\r    // Actually parse the template and make variable substitutions\r    &#36;footer-&gt;parse( \'index_footer\', \'footer\' );\r\r    // Return resulting HTML\r    return &#36;footer-&gt;finish( &#36;footer-&gt;get_var( \'index_footer\' ));\r}\r\r?&gt;\r</pre>',1,5480,14,1,'0000-00-00 00:00:00',0,'<a href=\"http://wiki.geeklog.jp/\">Geeklog Japan Wiki</a>\n<a href=\"http://wiki.geeklog.jp/index.php/LeftblockinFooter\">LeftblockinFooter</a>',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map158',3,0,'2007-01-11 05:19:00','マップ - トゥメイド高原',null,'<H3>▽マップ</H3>\r<DIV style=\"TEXT-ALIGN: center\"><a href=\"http://www.blackcat.xyz/images/articles/xo_map158_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo_map158_1.jpg\" alt=\"\"></a></DIV>','<H3>▽隣接マップ</H3>\r<UL>\r<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map157\">クレティノ高原</A> </LI></UL>\r<H3>▽ＮＰＣ</H3>\r<H3>▽出現モンスタ</H3>\r<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r<TBODY>\r<TR align=\"middle\">\r<TD rowSpan=\"4\">\r<DIV style=\"TEXT-ALIGN: center\"><a href=\"http://www.blackcat.xyz/images/articles/xo_map158_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"214\" src=\"http://www.blackcat.xyz/images/articles/xo_map158_2.jpg\" alt=\"\"></a></DIV></TD>\r<TD colSpan=\"4\">カドン</TD></TR>\r<TR align=\"middle\">\r<TD>HP</TD>\r<TD>不明</TD>\r<TD>特性</TD>\r<TD>アクティブ</TD></TR>\r<TR align=\"middle\">\r<TD>スキル</TD>\r<TD colSpan=\"3\">&nbsp;</TD></TR>\r<TR align=\"middle\">\r<TD>出現MAP</TD>\r<TD colSpan=\"3\">トゥメイド高原</TD></TR>\r<TR align=\"middle\">\r<TD>ドロップ</TD>\r<TD colSpan=\"4\">インツリュム、ドポイン、ドドロン、オーラーブレードLv.3【パラディン121スキルブック】</TD></TR></TBODY></TABLE><BR>\r<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r<TBODY>\r<TR align=\"middle\">\r<TD rowSpan=\"4\">\r<DIV style=\"TEXT-ALIGN: center\">\r<DIV style=\"TEXT-ALIGN: center\"><a href=\"http://www.blackcat.xyz/images/articles/xo_map158_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"240\" height=\"194\" src=\"http://www.blackcat.xyz/images/articles/xo_map158_3.jpg\" alt=\"\"></a></DIV></DIV></TD>\r<TD colSpan=\"4\">ガリオ</TD></TR>\r<TR align=\"middle\">\r<TD>HP</TD>\r<TD>不明</TD>\r<TD>特性</TD>\r<TD>アクティブ</TD></TR>\r<TR align=\"middle\">\r<TD>スキル</TD>\r<TD colSpan=\"3\">&nbsp;</TD></TR>\r<TR align=\"middle\">\r<TD>出現MAP</TD>\r<TD colSpan=\"3\">トゥメイド高原</TD></TR>\r<TR align=\"middle\">\r<TD>ドロップ</TD>\r<TD colSpan=\"4\">チェルン、ドポイン、メニオン、ポイズンボルトLv.3【ウィザード121スキルブック】</TD></TR></TBODY></TABLE><BR>\r<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r<TBODY>\r<TR align=\"middle\">\r<TD rowSpan=\"4\">\r<DIV style=\"TEXT-ALIGN: center\"><a href=\"http://www.blackcat.xyz/images/articles/xo_map158_4_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"120\" height=\"180\" src=\"http://www.blackcat.xyz/images/articles/xo_map158_4.jpg\" alt=\"\"></a></DIV></TD>\r<TD colSpan=\"4\">トネイドン</TD></TR>\r<TR align=\"middle\">\r<TD>HP</TD>\r<TD>不明</TD>\r<TD>特性</TD>\r<TD>ノンアクティブ、タゲ無効期間、ターゲットストール</TD></TR>\r<TR align=\"middle\">\r<TD>スキル</TD>\r<TD colSpan=\"3\">&nbsp;</TD></TR>\r<TR align=\"middle\">\r<TD>出現MAP</TD>\r<TD colSpan=\"3\">トゥメイド高原</TD></TR>\r<TR align=\"middle\">\r<TD>ドロップ</TD>\r<TD colSpan=\"4\">インツリュム、チェルン、ドポイン、ドドロン、コンスタル、ハーミットLv.3【アサシン121スキルブック】</TD></TR></TBODY></TABLE>\r<H3>▽モンスター不明ドロップ</H3>\r<UL>\r<LI>イスルルドレスグローブ【ウィザード128手】 \r<LI>イスウィトクルドキャップ【アサシン128頭】 </LI></UL>',1,3586,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_map157\">クレティノ高原</a>',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070111_1303',3,0,'2007-01-11 13:03:30','01/10 警備兵おまえもか！',null,'<p>警備兵にもだまされたくろねこです。</p>\r<p>確かクルリパの警備兵は、クルリパから伸びる新マップが沼地につながるとそう言っていました。<br />\rそして、今回新マップ(<a href=\"http://www.blackcat.xyz/article.php/xo_map158\">トゥメイド高原</a>)が追加されたことにより、くろねこはランバード沼地につながるとそう信じていました。(ダンジョンが出来るといううわさもありましたね。)<br />\rしかし、今回のマップはどうでしょう！</p>','<p><a href=\"http://blog.blackcatlab.com/images/xo/xo070110_de.jpg\"><img height=\"307\" alt=\"新たなる冒険への誘い\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070110_de-thumb.jpg\" /></a><br />\rどう見てもダンジョンの入り口ではないですか！<br />\r警備兵にも裏切られた(運営とサポートチームにはいつも裏切られています)思いと共に、新たなダンジョンに新たな闘志を燃やしているくろねこであった。<br />\rって、闘志を燃やすのもいいですけど、回復に対する投資が多すぎてかなりの財政難です。<br />\r桜酒が安くなったと@6,000で大量購入していたのですが、今回のメンテナンス後@3,000まで下がった模様です。(くろねこ調査によると、ブリ＆エスネの最安値は@2,600Kronでした。)<br />\r本当にコレクションの販売に乗り出さないといけないのか？サブの懐をあさるためPC2台をフル活用して倉庫整理を実施。2個以上ダブってる装備品でイベント関連でないものは即NPCに売り払いました。倉庫整理中に気がついたのですが、やはりファイター55レア装備がどこかにレンタル中のようです。どのIDのどのキャラも持っていない･･･。<br />\rくまった。</p>\r<p>で、新マップですがLv.128のレアアイテムがドロップするようです(おむおむさんの命がけの調査の結果です)。いまだスキルブックのドロップは確認できていません。<br />\r新マップからいけるであろう新ダンジョンではスキルブック3がドロップすることでしょう。<br />\rまぁ、落ちたところで使えるのに半年はかかるわけですが...<br />\r一個拾えば、うまくいけば財政難を乗り越えることが出来るかもしれません。そんなゴールドラッシュの予感がよぎります。</p>\r<p>■お引越し<br />\rエスネ東～エイルのモンスターがお引越ししています。<br />\r今までクルリパがモンスターレベルの頂点だったのが、エイルの三つ手前が頂点のようです。(エイル側が頂点だというお話もお聞きします。)<br />\rくろねこが回復をバターで通過しようとしたら、危うく浮きかけました。その前にも船を通過しようとして浮く寸前だったんですがね。<br />\rアクティブがいっぱいになりました。<br />\r全体的に難易度が底上げされたようです。クルリパ以降はその難度の上がり方がすごいですね。安住の地ライマスはどこへいたのでしょうか？<br />\rエスネ東～エイル以外にもお引越しがあったようです。確認していないのですが、ガディプラントがバルガスの森とリニアの森に移っているようです。アイスフェアリーは弱体化したようですが、デビルフェアリーは35レベルの冒険者にとって果てしなく高い壁でしょうね。本当ならどうやってガディドロップを手に入れるのでしょうか？</p>\r<p>■最期の力を振り絞って！<br />\rプログラムを作成していると必ずといっていいほど作る関数。関数が返す値は「戻り値」でしょうか、「返り値」でしょうか？<br />\rあっ、どうでも言い話ですね。しかし、返り血のごとく反撃されるケースが出来ています。<br />\rワンパンで、後衛もあるのでワンキルかな、で倒せるモンスターが、反撃するという事態が発生しています。<br />\rたたいてからモンスターのHPが減るまでに0.5秒ほどの間があるわけです。その間に反撃を食らうと。そういうわけです。必ずしもすべての攻撃が反撃を食らうわけではないようです。くろねこがホーリークラッシュを使っていると反撃されましたが、ニードルなどでは問題ないようです。ポイズンボルトはダメなようです。<br />\r返り血ならぬ最期の力を絞ったラストアタックこれで浮きたくは無いですね。<br />\rどこまで運営は、ユーザーのHPを削り回復アイテムを消費させようとしているのでしょうか？困ったものです。</p>\r<p>くろねこの反撃メールは2日ほど前に送信しましたが、まだサポートチームからの返答はありません。</p>',1,3052,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_map158\">トゥメイド高原</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070110_de.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070114_1150',3,0,'2007-01-14 11:50:43','MPKに負ける・・・',null,'<p>お風呂に入ったら洗顔クリームが切れていて、仕方なくボディソープで顔を洗ったくろねこです。</p>\r<p>さて、昨日また浮いちゃいました。あの蒼い翼が船倉でなすって来るのでなすり返したら、パーティメンバに復讐してきた訳です。<br />\r逆襲の蒼い翼、でもシャアの方が遙かにかっこよいですね♪<br />\r守ろうと受けて立ったら多過ぎたわけです。マナリムを持っていても、使えなければ意味が無いわけでして、ショートカットに登録していれば耐えれたかもです。</p>\r<p>浮いちゃいました。。。。(〃_ _)&sigma;∥</p>\r<p>デスペナ10%でした。。。。(〃_ _)&sigma;∥</p>\r<p>それでも、船で狩りしています～♪</p>','<p>浮いたから&hellip;ではないのですが、MPK自身されると非常にむかつきます。<br />\rMPKに&hellip;というのもあるのですが、自分にむかつきますね。</p>\r<p>反省の例としては...<br />\r<ul>\r    <li>もっとうまく戦えたはずなのに&hellip; </li>\r    <li>あそこでは、ミニポでなくジュースを飲むべきだったか&hellip; </li>\r    <li>あれはスルーして、回避しておくべきだったか&hellip; </li>\r</ul>\rなどですね。</p>\r<p>しかし、MPKにペナルティがなさすぎだと思いませんか？<br />\rMPKにデスペナが無いと言う話をあずみやセフィーとしていると、「あるよデスペナ0.01%」とか「1%あったときもあったな、あれは痛かった」って、ねこの痛みは10倍だ～！</p>\r<p>で、考えてみました。<br />\rMPK出来るのはなぜ？モンスターを連れてくるからですよね。<br />\rでも、「モンスターを連れてくるから浮いた」だけなら、何もなくてもモンスターはランダムに動いているのでよってくる場合があリマすね。<br />\r通路やフィールドで走り抜けていく人が数匹のモンスターに追っかけられている、その人はそんなモンスターなんか相手にしない/する必要がないそんなときがあります。そんな場合一定の距離を離れるとタゲが切れて自分に来るかもしれません。それで浮いてもその人はMPKとして忌み嫌われるべきでしょうか？<br />\rそんな事はないと思います。<br />\r狩り場で2～3匹増えたぐらいで浮くようなら、それは狩り場の選択を誤っていると思います。安全志向なら狩り場のレベルを下げるべきでしょう。</p>\r<p>MPKとは<em>故意に悪意(プレーヤを殺す目的)を持ってモンスターをけしかけてくる人</em>だと思います。</p>\r<p>MPKも一つのゲームスタイルなので、運営が禁止していない以上過度にやめろといえないと思います。<br />\rMPKと対決するのを楽しむプレイスタイルの人もいるでしょう。</p>\r<p>でも、一般プレーヤが一方的に不利ですよね。MPKにも不利になる要素を作りましょう。<br />\rでも、PKで無いのでMPKとそうでないのを区別するのが非常に難しいので、ペナルティを与えるのは難しいわけです。</p>\r<p>そこで、思いつきました。<br />\rMPKしにくくしてもらいましょう。<br />\rMPKをする人は、モンスターをトレインしてタゲを他のプレーヤに移すことでMPKという行為を行っています。<br />\rじゃあ、トレインできる最大モンスター数を制限しちゃえばいいのです。<br />\rすなわち、<em>プレーヤにターゲット可能なモンスター数の制限</em>です。<br />\r今は、この数が無制限なのでMPKが容易に可能です。この数が例えば10に制限されたら&hellip;<br />\rもっと、MPK VS 一般プレーヤ というカテゴリの楽しみ方が出来るかもしれません。<br />\rそれでも、MPKにペナルティは無いわけですが&hellip;</p>\r<p>MPKに苦しんでいる方は、運営に要望メールを送ってください。<br />\rただこの結果、地下水路や船倉などのような凶悪なマップが減って、難易度が下がりゲームがおもしろくなくなるかもしれません。<br />\rそこは、運営のゲームバランスの取り方だと思います。<br />\r適正なゲームバランスがとられることを切にお願いしたいと思います。</p>',1,2794,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070115_recorder',3,0,'2007-01-15 11:56:50','01/14 録音装置をもっと使いやすく',null,'<div class=\"entry_body\">\r\n<p>大学時代に卒業研究した施設の新年会に参加してきました。</p>\r\n<p>そこで雑談していたときに、携帯電話の話題があり...<br />\r\nほとんど携帯電話の機能を使いこなしていない人がいる中、くろねこのように機能不足で困り果てているというケースは少なかったです。<br />\r\nくろねこの欲しい機能としてそこで取り上げたのが、録音機能です。</p>\r\n</div>','<p>最近かどうかわからないですが、大企業のサポートなどでは通話内容を録音しているところも多いですね。そのようなとき、相手も録音しているならこっちも...と思うのは当然で録音機能が欲しい。言った言わないっと言う議論は時間の無駄ですからね。<br />\r\nまあ、そこにいたメンバは定年間近の方も居られ、忘れやすいからメモ代わりとかそういう使い方もあるようです。</p>\r\n<p>携帯電話に限らず録音装置って使いにくいですね。なぜかって考えるとインデックスがないからなんですよ。音声ってシーケンシャルなので、欲しい部分が見つかるまで聞いていないといけない。内容をある程度でも覚えていれば「何分ぐらい後」って時間指定でそこから聞くと言うことも出来ますけど、やはりそこから聞いていかないといけない。<br />\r\nこれじゃ、文字媒体に負けるのは当然です。</p>\r\n<p>これからの録音装置はこうあるべきです。</p>\r\n<p><em>録音 &rarr; 文字化 &rarr; インデックス化</em></p>\r\n<p>文字化してインデックスを音声(時刻)と関連づけしてデータベース化するだけで、飛躍的に効率が上がるはずです。<br />\r\nこれで会議など録音しても、議題のキーワードを入力するだけでそこから聞き始めることが出来ます。<br />\r\nどこか製品化しないでしょうか？難しいのはわかっています。今の Voice ATOK の様な音声を検出、文字化するソフトの機能(1)に加え、音声の人物の切り分け(2)、そしてデータベース化(3)が必要なのですから。</p>\r\n<p>一番難しいのは(2)の機能でしょうか？音データが音声とは限りませんから、(1)の機能は今まさに研究が進んでいる最中ですのでこれからどんどん良いものが出来ていくと期待したいです。(1)、(2)が出来れば(3)は楽勝です、今ある機能で出来ますから。</p>\r\n<p>仮に出来たとしても、携帯電話にこの機能が付くかどうかは疑問だなぁ。<br />\r\n勝手に通話内容を記録することは法に触れそうなので！</p>',1,3662,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070115_2053',3,0,'2007-01-15 20:53:53','くろねこ レベル106',null,'<p>ようやくレベル106になったくろねこです。<br />\rぞうさんはレベル上がるのが早いと言ってくれていますが、すでに四次転職計画から遅れ始めています。<br />\r毎日狩りを行う予定で計画を立てていたので、ふらふらと遊びに行くととたんに苦しくなるそんな計画です。<br />\rそれでも浮かなければスケジュールどおりなんですが...、やはり形あるものいつかは壊れる...と似たような所があります。</p>\r<p>浮いたときは、諸行無常の響きが...</p>','<p>さて、今回の羽はパーティメンバの小夜ちゃんと、最近いつも仲良くさせていただいているlessonさんに見ていただきました。<br />\rまりにあは長期出張中で当分帰ってこないです。mary☆は？...<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/blackcat106.jpg\"><img height=\"592\" alt=\"くろ',1,2516,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/blackcat106.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070116_spam_romans2com',3,0,'2007-01-16 17:52:34','SPAM晒し(ロマンス)',null,'<p>なんでだ？変なスパムメールが届いた。</p>\r<p>携帯アドレスにSPAMは珍しいので晒してみる。<br />\r「ロマンス」だって、ググってみると無料出会い系サイトなのに有料っぽい。<br />\rメール本文中に「懸賞ナウ」とやら提携って書いてるけど、そもそもそこに登録した覚えがない。<br />\rどこの誰が登録したんだ？メルアドしか記載されていないので、どこから「懸賞ナウ」に漏れたのか全然わかりません。<br />\r最近どこ(懸賞サイト、クレジットカード などなど)にも登録してないしな。</p>\r<p>内容は続きで...</p>','<p>一通目...</p>\r<blockquote>From: ロマンス &lt;info@romans2.com&gt;<br />\rDate: Tue, 16 Jan 2007 15:45:01 +0900<br />\rTo: xxxxx@ezweb.ne.jp<br />\rSubject: ★祝★当選★　おめでとうございます♪　【★特別抽選会★】<br />\r<br />\r━━━━━━━━━━━<br />\r&gt;&gt; 　★祝★当選★　 &lt;&lt;<br />\rおめでとうございます♪<br />\r━━━━━━━━━━━<br />\r┏【★特別抽選会★】┓<br />\r┃　　 ■1等■　　　┃<br />\r┃　10万円/10名様 　┃<br />\r┃　　 ■2等■　　　┃<br />\r┃　1万円/30名様　　┃<br />\r┃　　 ■3等■　　　┃<br />\r┃　5000円/50名様 　┃<br />\r┃　　 ■4等■　　　┃<br />\r┃　3000円/200名様　┃<br />\r┃　　 ■5等■　　　┃<br />\r┃　1000円/500名様　┃<br />\r┗━━━━━━━━━┛<br />\r<br />\rお客様は当サイトの特別抽選会にて見事!!★当選★しております。おめでとうございます！詳細<br />\rはサイト内にて発表中！今すぐご確認下さい。<br />\r▼当選確認はコチラ▼<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=8<br />\r<br />\r■今すぐログイン&darr;■<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=8<br />\r<br />\r※ロマンスでは急に料金が発生する等の問題は絶対にありません。安心してご利用下さい。<br />\r※懸賞ナウ提携により《ロマンス》にお客様はご登録されております。<br />\r※18歳未満の方のご利用は禁止しております。<br />\r<br />\r▼プロフィール設定▼<br />\rお客様のプロフィールは今現在、全て初期状態になっています。電話番号・パスワード等を正し<br />\rく設定できます。下記URLからご確認下さい。<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=7<br />\r<br />\r━━━━━━━━━━━<br />\r&lt;&lt;　ロマンスって？　&gt;&gt;<br />\r━━━━━━━━━━━<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf<br />\r<br />\r■ロマンスでは18歳から50以上の方、年齢の幅に分け隔てなく数多くのご登録を頂いているトー<br />\rタルコミュニケーションサイトです。<br />\r<br />\r■ 無料で自分の受信BOXが持てます。<br />\rプロフィールを作成にて、あなただけのページとしてすぐに利用可能です。<br />\r・プロフィール作成・<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=7 <br />\r<br />\r■ 秘密の出会いを求める方も安心<br />\r相手からのメールが携帯電話や自宅のパソコンに届くのは困るという方は「お知らせメール」設<br />\r定をOFFにするだけで、完全に秘密のやり取りが可能になります。<br />\r<br />\r■ メールアドレス・携帯電話番号交換ＯＫ<br />\rメールアドレス・電話番号の交換は全て自由です。<br />\r━━━━━━━━━━<br />\r※ロマンスでは突然料金が発生する事はございません。全てのお客様が安心して利用できます。<br />\rまた架空請求や悪質サイトでお困りの方の相談も受け付けています。<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf<br />\r<br />\r【ロマンスから】<br />\rお客様が心から満足頂ける出会いを提供すべく、ロマンス事務局一同、24時間体制にて精一杯運<br />\r営してく所存です。<br />\r「運命の出会い」を後押しできますよう日々努力していきます。心ゆくまで存分にお楽しみくだ<br />\rさいませ。<br />\r<br />\r■■■■■■■■■■<br />\r◆簡単ポイント購入◆<br />\r■■■■■■■■■■<br />\r★銀行振込(FAX)<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=1<br />\r★クレジット決済<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=2<br />\r★コンビニ決済<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=3<br />\r■■■■■■■■■■<br />\r※メール購読の解除※<br />\r■■■■■■■■■■<br />\rお知らせメール購読解除される場合は、下記URLにて設定下さい。<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=6<br />\r━━━━━━━━━━</blockquote><br />\r<p>二通目...</p>\r<blockquote>From: ロマンス &lt;info@romans2.com&gt;<br />\rDate: Tue, 16 Jan 2007 17:08:08 +0900<br />\rTo: xxxxx@ezweb.ne.jp<br />\rSubject: ★当選★【あかね様】より新着メール<br />\r<br />\r◇あかね様より◇<br />\r[一言]<br />\r初メールしちゃいます♪よろしくね(^0^)/<br />\r<br />\r☆メール返信はこちら☆<br />\r&darr;&darr;&darr;&darr;&darr;<br />\rhttp://romans2.com/mail/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;ws=826610<br />\r<br />\r★祝★ご当選★<br />\r特別抽選会にてご当選しております。おめでとうございます♪<br />\r▼当選確認▼<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=8<br />\r<br />\r■ＰＲ閲覧無料中■<br />\rお客様に限り相手のお客様のプロフィール閲覧が完全無料中です。気になる相手が居ましたら先<br />\rずはプロフィール閲覧で相手の事を知りましょう☆<br />\r<br />\r☆最新情報詳細☆<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=8<br />\r<br />\r※ロマンスでは急に料金が発生する等の問題は絶対にありません。安心してご利用下さい。<br />\r※18歳未満の方のご利用は禁止しております。<br />\r<br />\r▼『プロフィールの設定』▼<br />\rお客様のプロフィールは今現在、全て初期状態になっています。電話番号・パスワード等を正し<br />\rく設定できます。下記URLからご確認下さい。<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=7<br />\r<br />\r━━━━━━━━━━<br />\rロマンスって？<br />\r━━━━━━━━━━<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf<br />\r<br />\r■ロマンスでは18歳から50以上の方、年齢の幅に分け隔てなく数多くのご登録を頂いているトー<br />\rタルコミュニケーションサイトです。<br />\r<br />\r■ 無料で自分の受信BOXが持てます。<br />\rプロフィールを作成にて、あなただけのページとしてすぐに利用可能です。<br />\r・プロフィール作成・<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=7 <br />\r<br />\r■ 秘密の出会いを求める方も安心<br />\r相手からのメールが携帯電話や自宅のパソコンに届くのは困るという方は「お知らせメール」設<br />\r定をOFFにするだけで、完全に秘密のやり取りが可能になります。<br />\r<br />\r■ メールアドレス・携帯電話番号交換ＯＫ<br />\rメールアドレス・電話番号の交換は全て自由です。<br />\r━━━━━━━━━━<br />\r※ロマンスでは突然料金が発生する事はございません。全てのお客様が安心して利用できます。<br />\rまた架空請求や悪質サイトでお困りの方の相談も受け付けています。<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf<br />\r<br />\r【ロマンスから】<br />\rお客様が心から満足頂ける出会いを提供すべく、ロマンス事務局一同、24時間体制にて精一杯運<br />\r営してく所存です。<br />\r「運命の出会い」を後押しできますよう日々努力していきます。心ゆくまで存分にお楽しみくだ<br />\rさいませ。<br />\r<br />\r――――――――――<br />\r■お知らせメール解除<br />\r--------------------<br />\rお知らせメール購読解除される場合は、下記URLにて設定下さい。<br />\rhttp://romans2.com/gate.php?oi=663cf75g4886edc1e9d98dgb9769fg7169d95gdf&amp;pt=6<br />\r―――――――――――<br />\r<br />\r━━ロマンス━━<br />\rURL：http://romans2.com/<br />\rE-Mail：info@romans2.com<blockquote></blockquote></blockquote>',1,3252,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo_XpItem_Exp',3,0,'2007-01-16 18:38:44','課金アイテム - 経験値',null,'<TABLE cellPadding=\"0\" border=\"1\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>アイテム名</TH>\r\n<TH>重さ</TH>\r\n<TH>価格(XP)</TH>\r\n<TH>効果</TH>\r\n<TH>XP/xD</TH></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米旅人の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">80</TD>\r\n<TD>1日間獲得経験値が1.5倍</TD>\r\n<TD align=\"right\">160</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米冒険者の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">200</TD>\r\n<TD>1日間獲得経験値が2倍</TD>\r\n<TD align=\"right\">200</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米開拓者の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">300</TD>\r\n<TD>1日間獲得経験値が2.5倍</TD>\r\n<TD align=\"right\">200</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ある旅人の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">200</TD>\r\n<TD>3日間獲得経験値が1.5倍</TD>\r\n<TD align=\"right\">133</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ある冒険者の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">500</TD>\r\n<TD>3日間獲得経験値が2倍</TD>\r\n<TD align=\"right\">167</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ある開拓者の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">700</TD>\r\n<TD>3日間獲得経験値が2.5倍</TD>\r\n<TD align=\"right\">156</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる旅人の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">500</TD>\r\n<TD>15日間獲得経験値が1.5倍</TD>\r\n<TD align=\"right\">67</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる冒険者の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">1,350</TD>\r\n<TD>15日間獲得経験値が2倍</TD>\r\n<TD align=\"right\">90</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる開拓者の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">2,500</TD>\r\n<TD>15日間獲得経験値が2.5倍</TD>\r\n<TD align=\"right\">111</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>偉大なる旅人の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">700</TD>\r\n<TD>30日間獲得経験値が1.5倍</TD>\r\n<TD align=\"right\">47</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>偉大なる冒険者の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">1,850</TD>\r\n<TD>30日間獲得経験値が2倍</TD>\r\n<TD align=\"right\">62</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>偉大なる開拓者の記録</TD>\r\n<TD align=\"right\">0.1</TD>\r\n<TD align=\"right\">3,500</TD>\r\n<TD>30日間獲得経験値が2.5倍</TD>\r\n<TD align=\"right\">78</TD></TR></TBODY></TABLE>\r\n<P>※XP/xD:1倍あたり、日当たりコスト<BR>※ログアウト期間中も有効</P>','',1,3958,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:50','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo010717_0744',3,0,'2007-01-17 07:44:22','07/17 部品誤って(σ・∀・)σｹﾞｯﾂ!!...?',null,'<p>1時間半くらいで赤クロック4匹倒しました。しかもドロップ率100%<br />\r今朝はそんな時間を過ごしました。</p>\r<p>昨日、ロビーから歩いて書庫へ...<br />\r途中赤いあの雑魚ボスに三回も遭遇。そして全て撃破！そのときには何も気づいてなかったですが、もしかしたらこれから起こる赤クロック祭りの幕開けだったのかもしれません...</p>','<p>書庫についてとりあえず絶望側安地にて一休み、トイレ休憩を入れます。<br />\rそして、クロックを探して書庫の一番出やすいと思われるあの場所へ...でも、そこには居なかったのでうろうろと...<br />\rするとカチカチ、「いたクロックだ！しかも赤」でも倒し方を話してなかったので、ずっとうろうろしながらみんなでクロックの範囲攻撃に耐えるまずさ。でエナで行こうと提案しエナが放たれた？？？アコ2がいるのに...なんでアコが...？浮き役？<br />\rエナを放ったその後はそのままそこで浮き。くろねこには逃げようともしないその姿が固定砲台に見えました。</p>\r<p>そんな経験をしながら、安地で倒し方を話し、新しくやってきたパフさんを加え安地を出たら...<br />\r赤クロック...パフさん「でた？」と聞きながら、くろねこが「はなれて」って言ってるのも届かず、叩いて昇天！？<br />\rそのまま、パフさん帰らぬ人に...パーティから抜けちゃいました。(inが少なくなってレベル上げしてないのにデスペナはきついでしょうね。)<br />\rで、そのまま召還ごとクロックを撃破。続く、他のPTが叩いていた青クロック召還を無断清掃し、挙げ句の果てに青クロックまでお手伝い(といっても、HELPが出たあとに2、3発ですけどね)...</p>\r<p>そのまま、またまた赤クロック。<br />\rここでくろねこがミス。MPギレで酒を飲もうと、ALT+Eを押したら...とっちゃいました、「時計のいろいろな部品」。<br />\rもう、使うこともないでしょうに...</p>\r<p>まぁ、部品状態とノーマルマジカルクロック状態でのコレクションが欲しいという願望はありましたが...</p>\r<p>で、そのまま持ったまま行動を再開。みなさんは置きに帰っていたんだけど、「もうすぐお開きかなって思っていた」のと、「浮かないだろうと言う三次職の慢心」そして「リブが最果てで移動させたくなかった」こと(今日メンテで新ダンジョンが出来るかも)などの複合要因で、誤った道に突っ込みました。</p>\r<p>そして本日最後となる赤クロックに遭遇。<br />\rいつも、誤タゲによる召還が怖いので一旦引いて確認後、叩くことにしてるのですが...<br />\r今回もそうしていたのですが、なぜか誰か叩いたのか...誰かが叩いた後の再召還なのか(無いと思うんだけど)...はたまた、くろねこの癖によるものなのか？(攻撃の度にDクリックする癖がありました)。原因はさておき、召還は呼び出されました。<br />\rネムネムの頭ではとっさの判断能力に欠けるようです。召還が出た後叩かれ初めて対応を開始します。<br />\rでも、押した回復キーが悪かったようです。ミニポを押していたようです。瞬く間に浮きました。<br />\r召還＋雑魚4～5匹は無理ですね。(ちなみに、防御1000の若手パラディン【くろねこ】だと非ダメは200強です)。10匹前後いたモンスターに叩かれるわけですから、回復量500のミニポでは当然無理ですよね。</p>\r<p>先ほど取った「時計のいろいろな部品」と共に、くろねこの命は燃え尽きました。<br />\rその後ジュレアで復活して、そのクロックにPTにメンバが復讐を果たし、部品をゲット。1時間半ほどで4個の部品を獲得し、3個を無事に持ち帰ることが出来ました。</p>\r<p>浮いたみなさん、へたれパラディンが引率で &lt;(￣&nabla;￣)ゞゴメリンコ～♪</p>\r<p>■四次転職計画<br />\rくろねこはこの日デスペナのマイナスだけをテイクアウトしました。<br />\r四次転職計画、現在ノルマ達成率(A)...96%<br />\r確かノルマをきちんとこなすと、9月下旬には転職できるはずだと...<br />\r今月中に107になります。27日を希望ですが、28日になるかも...全ては今日と来週のメンテ次第か...！？</p>',1,2293,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070117_1320',3,0,'2007-01-17 13:20:20','経験値修正ですね',null,'<p>今日のメンテナンス内容が公開されました。おのおののメンテナンス内容に、くろねこのコメントを添えてみました。 </p>\r<blockquote>『ゼネピックオンライン』にご登録・ご利用いただき、誠にありがとうございます。</blockquote>&gt;利用させていただいてます<blockquote>本日、1月17日(水)の定期メンテナンスが終了いたしましたのでお知らせいたします。</blockquote>&gt;どうもご苦労様<blockquote>◆アップデート内容・一部スキルの変更<br />\r　スキル「ファイアアロー」のエフェクトを変更しました。</blockquote>&gt;とりあえずくろねこには関係ないや...<blockquote>　スキル「エクスチェンジ」にクールタイムを設定しました。</blockquote>&gt;これでゆうまさんのミニポ消費量も減るのか...減らないのか...<blockquote>・パーティシステムに関する変更<br />\r　パーティボーナスを増加しました。</blockquote>&gt;これ、一番気になる項目ですね、<a href=\"http://www.blackcat.xyz/article.php/xo_partybonus\">一体どの程度増えたんでしょうか</a>？これまで、PTで狩りをすると被って効率低下が顕著でした。昨年(2006-01-25)にパーティボーナスが実装されましたが、雀の涙程度で実質無いに等しいものでした。今回はどの程度増えたのでしょうか？　 <blockquote>以上となります。</blockquote>&gt; (゜&nabla;゜ ;)エッ!? 新ダンジョンは？... <blockquote>今後とも『ゼネピックオンライン』を宜しくお願いいたします。</blockquote>&gt;違法行為のクレームメールにも返答してね...','What\'s New にありましたが、不正スキルってやっと削除ですか... <br />\rしかし、これで一時スキルを手にしたものの不正と知って消したかった人、そんな人もいたのではないでしょうか？即ID停止で無くて良かったと喜んだ人もいたのかなぁ？',1,2566,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_partybonus\">一体どの程度増えたんでしょうか</a>',0,1,1,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070117_2137',3,0,'2007-01-17 21:37:41','パーティボーナス調査',null,'<p>パーティボーナスの調査を行いました。</p>\r<p>結果パーティメンバがひとり増えるごとに6%のボーナスが付与されます。<br />\r計算式： (パーティメンバの人数-1) &times; 6%</p>\r<p>前回(2006/01/25)に初めて実装されたパーティボーナスですが、今回の修正により実に2倍になったことがわかりました。</p>\r<p>例)<br />\rひとりでポクポクを倒すと40%の経験値が手に入ります。<br />\rこれを8人で倒すと仮定したとき、ボーナスが無いと5%です。<br />\rしかし( 8人 - 1 ) &times; 6% = 42%のボーナスが付与されるので、<br />\r5 + 5 &times; 42 / 100 = 7.1%の経験値が手に入ります♪</p>\r<p>実に 7.1(ボーナス有り) - 5.0(ボーナス無し) で 2.1%も得をすることになります。</p>\r<p>これを機会に実際のPTで経験値を見てみてください。</p>','<table>\r    <caption>経験値調査時の結果と、ボーナスによる狩り時間の変化</caption>\r    <tbody>\r        <tr>\r            <th>人数</th>\r            <th>獲得経験値(%)</th>\r            <th>ひとり(獲得経験値&divide;人数)(%)</th>\r            <th>差(%)</th>\r            <th>ボーナス(%)</th>\r            <th>効率(倍)</th>\r            <th>時間(分)</th>\r        </tr>\r        <tr>\r            <th>1</th>\r            <td align=\"right\">40.00</td>\r            <td align=\"right\">40.00</td>\r            <td align=\"right\">0.00</td>\r            <td align=\"right\">0</td>\r            <td align=\"right\">1.00</td>\r            <td align=\"right\">60</td>\r        </tr>\r        <tr>\r            <th>2</th>\r            <td align=\"right\">21.20</td>\r            <td align=\"right\">20.00</td>\r            <td align=\"right\">1.20</td>\r            <td align=\"right\">6</td>\r            <td align=\"right\">1.06</td>\r            <td align=\"right\">57</td>\r        </tr>\r        <tr>\r            <th>3</th>\r            <td align=\"right\">14.93</td>\r            <td align=\"right\">13.33</td>\r            <td align=\"right\">1.60</td>\r            <td align=\"right\">12</td>\r            <td align=\"right\">1.12</td>\r            <td align=\"right\">54</td>\r        </tr>\r        <tr>\r            <th>4</th>\r            <td align=\"right\">11.80</td>\r            <td align=\"right\">10.00</td>\r            <td align=\"right\">1.80</td>\r            <td align=\"right\">18</td>\r            <td align=\"right\">1.18</td>\r            <td align=\"right\">51</td>\r        </tr>\r        <tr>\r            <th>5</th>\r            <td align=\"right\">9.92</td>\r            <td align=\"right\">8.00</td>\r            <td align=\"right\">1.92</td>\r            <td align=\"right\">24</td>\r            <td align=\"right\">1.24</td>\r            <td align=\"right\">48</td>\r        </tr>\r        <tr>\r            <th>6</th>\r            <td align=\"right\">9.67</td>\r            <td align=\"right\">6.67</td>\r            <td align=\"right\">2.00</td>\r            <td align=\"right\">30</td>\r            <td align=\"right\">1.30</td>\r            <td align=\"right\">46</td>\r        </tr>\r        <tr>\r            <th>7</th>\r            <td align=\"right\">7.77</td>\r            <td align=\"right\">5.71</td>\r            <td align=\"right\">2.06</td>\r            <td align=\"right\">36</td>\r            <td align=\"right\">1.36</td>\r            <td align=\"right\">44</td>\r        </tr>\r        <tr>\r            <th>8</th>\r            <td align=\"right\">7.10</td>\r            <td align=\"right\">5.00</td>\r            <td align=\"right\">2.10</td>\r            <td align=\"right\">42</td>\r            <td align=\"right\">1.42</td>\r            <td align=\"right\">42</td>\r        </tr>\r    </tbody>\r</table>\r<p>※ポコポコを叩いてLv.1 0%からの経験値で調査</p>',1,2608,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_partybonus060125',3,0,'2007-01-18 04:36:01','その他 - パーティボーナス',null,'<H3>パーティボーナスについて</H3>\r\n<P>2006-01-25 のパーティボーナス初実装以前は、2人で経験値を分配すると1/2、3人で分配すると1/3 と人数割りになっていました。しかし、2006-01-25 の実装以来の人数に応じたボーナスが獲得できるようになっています。<BR>2007-01-17 パーティボーナスが見直されました。</P>','<H3>ボーナス獲得条件</H3>\r\n<UL>\r\n<LI>パーティ分配オプションが「経験値均等分配」になっている \r\n<LI>パーティメンバーが近くにいる(おおむね画面内) \r\n<LI>パーティメンバーがログアウト／戦闘不能状態／ショップ入りになっていない</LI></UL>\r\n<H3>ボーナス早見表</H3>\r\n<UL>\r\n<LI>Lv.1 0% のゼニアンでポコポコを対象にした調査結果です。 \r\n<LI>人数が増えるに従って6%程度の経験値ボーナスが獲得できます。</LI></UL>\r\n<TABLE cellSpacing=\"0\" cellPadding=\"2\" border=\"1\">\r\n<TBODY>\r\n<TR>\r\n<TH class=\"hpb-cnt-tb-th1\">人数</TH>\r\n<TH class=\"hpb-cnt-tb-th1\">ひとり(獲得経験値÷人数)(%)</TH>\r\n<TH class=\"hpb-cnt-tb-th1\">獲得経験値(%)</TH>\r\n<TH class=\"hpb-cnt-tb-th1\">差(%)</TH>\r\n<TH class=\"hpb-cnt-tb-th1\">ボーナス(%)</TH>\r\n<TH class=\"hpb-cnt-tb-th1\">前回ボーナス(%)</TH>\r\n<TH class=\"hpb-cnt-tb-th1\">時間(分)</TH></TR>\r\n<TR>\r\n<TH>1</TH>\r\n<TD align=\"right\">40.00</TD>\r\n<TD align=\"right\">40.00</TD>\r\n<TD align=\"right\">0.00</TD>\r\n<TD align=\"right\">0</TD>\r\n<TD align=\"right\">0</TD>\r\n<TD align=\"right\">60</TD></TR>\r\n<TR>\r\n<TH>2</TH>\r\n<TD align=\"right\">20.00</TD>\r\n<TD align=\"right\">21.20</TD>\r\n<TD align=\"right\">1.20</TD>\r\n<TD align=\"right\">6</TD>\r\n<TD align=\"right\">3</TD>\r\n<TD align=\"right\">57</TD></TR>\r\n<TR>\r\n<TH>3</TH>\r\n<TD align=\"right\">13.33</TD>\r\n<TD align=\"right\">14.93</TD>\r\n<TD align=\"right\">1.60</TD>\r\n<TD align=\"right\">12</TD>\r\n<TD align=\"right\">6</TD>\r\n<TD align=\"right\">54</TD></TR>\r\n<TR>\r\n<TH>4</TH>\r\n<TD align=\"right\">10.00</TD>\r\n<TD align=\"right\">11.80</TD>\r\n<TD align=\"right\">1.80</TD>\r\n<TD align=\"right\">18</TD>\r\n<TD align=\"right\">9</TD>\r\n<TD align=\"right\">51</TD></TR>\r\n<TR>\r\n<TH>5</TH>\r\n<TD align=\"right\">8.00</TD>\r\n<TD align=\"right\">9.92</TD>\r\n<TD align=\"right\">1.92</TD>\r\n<TD align=\"right\">24</TD>\r\n<TD align=\"right\">12</TD>\r\n<TD align=\"right\">48</TD></TR>\r\n<TR>\r\n<TH>6</TH>\r\n<TD align=\"right\">6.67</TD>\r\n<TD align=\"right\">9.67</TD>\r\n<TD align=\"right\">2.00</TD>\r\n<TD align=\"right\">30</TD>\r\n<TD align=\"right\">15</TD>\r\n<TD align=\"right\">46</TD></TR>\r\n<TR>\r\n<TH>7</TH>\r\n<TD align=\"right\">5.71</TD>\r\n<TD align=\"right\">7.77</TD>\r\n<TD align=\"right\">2.06</TD>\r\n<TD align=\"right\">36</TD>\r\n<TD align=\"right\">18</TD>\r\n<TD align=\"right\">44</TD></TR>\r\n<TR>\r\n<TH>8</TH>\r\n<TD align=\"right\">5.00</TD>\r\n<TD align=\"right\">7.10</TD>\r\n<TD align=\"right\">2.10</TD>\r\n<TD align=\"right\">42</TD>\r\n<TD align=\"right\">21</TD>\r\n<TD align=\"right\">42</TD></TR></TBODY></TABLE>※時間はパーティ全員が同じようにボーナス適用条件で狩りを行ったとき、かぶりなどの影響が無ければ、ソロの時60分かかっていた時間がどれだけの時間ですむかという目安です。',1,4515,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:48','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070118_1218',3,0,'2007-01-18 12:18:13','ゼネピック 不具合について考える',null,'<p>ゼネピックかなり不具合が多いですね。未だに&beta;テスト時代からあるものもあります。<br />\r軽微なものから仕様に差し障りがあるものまでいろいろですが、大元の仕様に問題があるのも多そうです。<br />\r<br />\r今思いつく不具合を列挙してみたいと思います。 </p>\r<ol>\r    <li>入力カーソルが予想しないタイミングで移動する </li>\r    <li>サーバと同期できていない </li>\r    <li>マップ間移動時に固まる </li>\r    <li>キャラクタ/モンスターがいるのに見えない </li>\r    <li>見えないはずの位置にいるキャラクタのIDが表示される </li>\r    <li>ファンクションキーのキー状態の取得がリアルタイムでない </li>\r    <li>アイテムのグラフィックが適正でない </li>\r    <li>マウスカーソルアイコンが適正でないときがある </li>\r    <li>キャラクターのグラフィックが適正でないときがある </li>\r</ol>\r他にも不具合があるかもしれませんが、さくっと出てくるのはこのくらいですかね。<br />\rくろねこ的に直して欲しい順なのですが、最後の方ははっきり言ってどうでも良いです。','<dl><dt>入力カーソルが予想しないタイミングで移動する</dt><dd>チャット欄に入力カーソル(Iバー)を置いておいて、他のキャラクター/モンスターを選択、フレンドのログインやマップ間移動などを行うと入力カーソルはどこかに移動してしまいます。<br />\r最初の2件については入力カーソルを保持しなくても良いオブジェクトが入力カーソルを受け取ってしまうことが問題です。ログインダイアログが入力フォーカスを受け取ってしまって入るんですね。マップ移動の際にはチャット欄が消えてしまうために、入力カーソルを維持できずに仕方なくフォームにカーソルが移っているものと思われます。これは最初の仕様がかなり大きく依存していると思われ、ゼネピックのサービス終了まで直らないものと推測されます。<br />\rかなり使いにくいんですがね。</dd></dl><dl><dt>サーバと同期できていない</dt><dd>画面が突然真っ暗になって、しばらくするとマップがスクロールしながら現在地まで表示される事を経験した方は居られませんか？また、街の中で急に浮いたグラフィックになった方はいませんか？<br />\rこうなると、その状態が解消されるまで何も出来ないので、その間に浮かないかかなり心配です。浮いたグラフィックになったときは、ショップに入ると解消されるという話を聞きました。この問題はサーバと同期できていないことですが、同期できなくなる原因にはインターネット回線品質にも問題があると考えています。このほか、サーバとクライアント非同期だと言うことはいろいろな問題を引き起こしています。海賊船などで大量のモンスターから襲われ逃げる際などに、キャラはセーフティゾーンにいるにもかかわらず、「ダメージを与えていないモンスターから攻撃を受ける」現象に遭遇したことはありませんか？あれはサーバ側ではキャラクターがセーフティゾーンにいないからです。他にも、移動中にスキルを使用すると後に下がろうとします。スキル使用した位置がサーバに送られるまでにクライアント側では移動しつづけ、サーバ側の位置情報とクライアント側のそれとの間に差が生じ、それを修正しようとする動作だと考えられます。</dd></dl><dl><dt>マップ間移動時に固まる</dt><dd>特に海賊船 火薬庫から海賊船 船倉に行くときに起こることが多いように思います。他には氷の迷宮に入る際などに起こっています。固まると強制終了&rarr;再起動が必要なのでその間浮いていないか気が気で無いですね。早く修正されることを期待しています。</dd></dl><dl><dt>キャラクタ/モンスターがいるのに見えない</dt><dd>図書館で良く発生しますね。くろねこは最近図書館に機会がかなり減ったのですが、それでもたまに行くとかなりの確率で遭遇します。見えてないモンスターに攻撃されたり、メンバが迷子になったと入らぬ時間を消費したり...これも早々に直して欲しいですね</dd></dl><dl><dt>ファンクションキーのキー状態の取得がリアルタイムでない</dt><dd>キーを押しっぱなしなどで狩りをする方って居られると思います。その中で詠唱時間がほとんどないホーリークラッシュ/オーラーブレードなど(クールタイム適用前のエクスチェンジも)を使われる方も居られると思います。<br />\rキーを長押ししてると、そのときキーを押していなくてもスキルを使用してしまいます。 (オーラーブレードは上書き確認ダイアログを表示するように設定していても、ダイアログが出るまでの間にもう一度唱えることが出来ます。) これはキーバッファにたまったキーを見ているからだと思います。Windows API にはキー状態の取得方法として2とおりの方法を提供しているのですが、リアルタイムで取得できるものとそうでないものとあります。リアルタイムの方を使用していないのですね。</dd></dl><dl><dt>アイテムのグラフィックが適正でない</dt><dd>グローブなのにシューズの画像になっているアイテムがあったりします。くろねこが知っているのは店売りなので実害は少ないですけど、ドロップだととまどいますね。</dd></dl><dl><dt>マウスカーソルアイコンが適正でないときがある</dt><dd>アイテムをドラッグ中にマウスアイコンが変なアイコンになっているんです。<br />\r例えば装備欄のMLOT、からの装備欄からアイテム欄にドラッグすると、ファンシーのおもちゃ箱のアイコンが... 他には、雑貨屋の購入リストにミニポを登録して置いて、販売アイテム一覧の方に先ほどのミニポをドラッグすると、バターのアイコンが...なんて具合です。</dd></dl><dl><dt>キャラクターのグラフィックが適正でないときがある</dt><dd>これはスキル使用時に頭がはげたりするバグですね。いろんなところで紹介されているのでここで取り上げる必要もないでしょう。</dd></dl>\r<p>他にも不具合で無いけど改善して欲しい項目は多岐にわたります。<br />\r・ゲームバランスのこと・MPKのこと・未実装といいながらゲームサーバに実装済みのスキル/アイテム<br />\r<br />\r結構、運営の不作為による問題がかなり多いと思われます。<br />\rはやく修正しておくれ～^^;</p>',1,3265,0,5,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070119_1252',3,0,'2007-01-19 12:52:20','効率の良いマップを探す',null,'<p>■ビンボーは罪<br />\rとうとう所持金が200万になろうかというくろねこです。<br />\r安い！と思って買ったゼンストーン(13万5000Kron)が次の日には9万8000Kronであったのを見てショックを受けるそんな毎日です。<br />\rそんなくろねこを救うため、パラディン105装備を買ってくれる方はいませんか？\r<ol>\r    <li>105 武器(店売り) +6:150万Kron </li>\r    <li>105 鎧(店売り) +5:100万Kron </li>\r</ol>\rもともと+5の状態で買ったものなんですけどね、武器は(ゼンストーン29個使って)+6にしました。<br />\r<em>バザーしていたら、武器が130万で速攻売れちゃいました！、防具は90万でも売れないですね...</em><br />\r現在、くろねこは武器、鎧共にレア+6を使用中です。<br />\r<ol>\r    <li>プリースト126レア杖 </li>\r</ol>\rなんかも売ってしまった方がよいでしょうか？;</p>\r<p>コレクターとしては、レアなほど所持欲が湧きますね。</p>','<p>■金欠のくろねこが探す高効率マップ<br />\rそれは...<br />\r経験値もそこそこ(2%/h)、ミニポの消費量は1日(5h)1,000個以下が希望。<br />\r挙がった候補が以下。\r<ul>\r    <li>クラマの森 </li>\r    <li>海賊船 B2F </li>\r    <li>ロスト・東ブリンヒルド </li>\r</ul>\rちょうどモンスターの強さの順に並んでいるのかな？</p>\r<p>寸評<br />\r・クラマの森<br />\rクラマの森は、オーラーを使っている状態で、ホーリーでワンキル可能！<br />\r主なドロップ：バジル、ヒソプ(豊富)<br />\r使用回復アイテム：経済的（バター、ミニポ)<br />\r立地条件：ちょっと遠い(6)</p>\r<p>・海賊船 B2F<br />\r海賊船 B2F はオーラーを使っている状態で、ホーリー ＋ 通常1～2必要<br />\r主なドロップ：タラゴン、カモミール(豊富)<br />\r使用回復アイテム：お金持ち専用(ミニポ～課金回復）<br />\r立地条件：かなり近い(2)</p>\r<p>・ロスト・東ブリンヒルド<br />\r海賊船 B2F はオーラーを使っている状態で、ホーリー ＋ 通常1～2必要<br />\r主なドロップ：カモミール、バイオレット(少ない)<br />\r使用回復アイテム：中流(ミニポ)<br />\r立地条件：ちょっと遠い(5)</p>\r<p>上げたマップはどこも経験値はそこそこ、回復アイテムの消費は全く違うんですけど採れるアイテムも違いますね。<br />\rクラマでバジル、ヒソプを拾って船でカモミ拾いでしょうか？<br />\rクラマは単調で飽きやすいですね、船はMPKが集まりやすいので実際の獲得経験値は？？？ですね。<br />\r一番気分的に楽に狩れるのはロストだと思いますね。飽きたら西に行くとか出来るし、ボスで遊べたりしますからね。<br />\rでも、足が遅くなると効率も低下するので、アオジルもしくはアコが欠かせません。<br />\rくろねこは、無尽蔵のアオジル持参です。倉庫・ボス撃退時の補助としても使用です。</p>\r<p>ということで、昨日はパーティでロスト東に集まっていました♪</p>',1,3283,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:53','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070122_1217',3,0,'2007-01-22 12:17:08','計画',null,'<p>三次に転職済みのみなさんは一度は考えたことがあるんじゃないかと、いや三次になって無くても考えたことがあるはずだと！<br />\r必死にレベル上げという狩りを続けないと、果てしなくレベルが下がっていく ゼネピック！<br />\rそしてその作業はかなりつらい...のんびり狩りをしていると三次職だと2週間に1度レベルアップがあるかないか真剣に考えるほどだ。無課金だと1ヶ月に一度あるか非常に疑問がつきまとう...</p>\r<p>この長いスパンのレベル上げのモチベーションを維持するために、みなさんいろいろと考えてらっしゃる様ですね。<br />\r内容的には1日のノルマや、俺クエ(＝自分クエ)などが多いかと。</p>','<p>くろねこは、四次転職が131という噂に期待してLv.131迄のロードマップを作成している。<br />\rそれによるとLv.131になるのは10/15だ。ほぼ年末である。おそらくくろねこのレベル上げはそこで終わるだろう。<br />\rその先のロードマップがゼネピックにはないからだ。四次職のスキルに良いものがあればそれを取得するレベルまで上げる可能性は残されているが、そのうちゾンビに戻るかもしれない。</p>\r<p>そんな、計画だが土曜の朝起きた時点で、計画に対する進捗率はかなり落ちていた。<br />\r<em>イカン！このままでは...</em><br />\rそう思い、レベル上げを開始...<br />\r<ul>\r    <li>01/20(土)21.5%... </li>\r    <li>01/21(日)24.5%... </li>\r</ul>\rちなみにレベル上げだけやっていた訳ではないです...<br />\r土曜日には...mary☆とlessonさんのサブを雪山ルートで送り届け...mary☆さん倉庫整理中にいなくなっちゃった(≧▽≦;)アチャー<br />\r日曜にはエズレフェル平原でスキルブックを求めて狩りを...</p>\r<p>&nbsp;まぁ、どんなにがんばっても1日(昼頃までに)に50%以上稼ぐプリーストにはかないません ≧▽≦;</p>\r<p>■クールタイム<br />\rちなみにクールタイムについて聞いてきました。3分間のスキル使用制限期間だそうです。<br />\rクエストの制限期間のように、右横にアイコンが表示され3分経過が計れるようになっています。<br />\rクールタイムの導入により、Lv.111以上のプリーストもステータスを全魔力ではなく、ある程度精神に割くことはさけられない情勢となりました。MP1400ほどで、BH9が130消費なので途中の回復を考えても11発撃てるかどうか。かなりきついですね。</p>\r<p>きついと言えば、宮崎知事選はそのまんま東氏が当選しましたね。タレント知事といえば、青島幸男、横山ノック、に続く3人目ですかね？青島さんはほとんど成果がなかったですね。確か1期で断念されたかと...ノックさんは確か女性関係で逮捕でしたっけ？<br />\rタレント知事はあまり良い前例がないです。そのまんま東氏は政治にそれほど強そうでもないですし、なぜ立候補したんでしょうかね？と思うくらい意外な感じがします。どうなるんでしょうね＞宮崎。</p>\r<p>そのまんま東氏が良き為政者になることを期待したいと思います。</p>',1,2538,0,0,'0000-00-00 00:00:00',1,'',0,1,1,0,0,'1999-11-30 00:00:53','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Xeni',3,0,'2007-01-24 17:59:18','アイテム - 装備 - ゼニアン',null,'<H3>武器</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>装備Lv.</TH>\r<TH>攻撃力</TH>\r<TH>重さ</TH>\r<TH>買値</TH>\r<TH>売値</TH>\r<TH>付加効果</TH>\r<TH></TH></TR>\r<TR>\r<TD></TD>\r<TD>パンプキングスティック</TD>\r<TD align=\"right\">1</TD>\r<TD align=\"right\">10</TD>\r<TD align=\"right\">10</TD>\r<TD>イベント</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ベルプナイフ</TD>\r<TD align=\"right\">1</TD>\r<TD align=\"right\">15</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">50</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ベルプダガー</TD>\r<TD align=\"right\">3</TD>\r<TD align=\"right\">17</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">160</TD>\r<TD align=\"right\">80</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ベルプダーク</TD>\r<TD align=\"right\">5</TD>\r<TD align=\"right\">19</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">300</TD>\r<TD align=\"right\">150</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ベルプディク</TD>\r<TD align=\"right\">7</TD>\r<TD align=\"right\">21</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">520</TD>\r<TD align=\"right\">260</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ベルプショートソード</TD>\r<TD align=\"right\">9</TD>\r<TD align=\"right\">23</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">820</TD>\r<TD align=\"right\">410</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ベルプキドニー</TD>\r<TD align=\"right\">11</TD>\r<TD align=\"right\">25</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">1,200</TD>\r<TD align=\"right\">600</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ベルプマンゴーシュ</TD>\r<TD align=\"right\">13</TD>\r<TD align=\"right\">29</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">1,660</TD>\r<TD align=\"right\">830</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ベルプシカー</TD>\r<TD align=\"right\">15</TD>\r<TD align=\"right\">35</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">2,200</TD>\r<TD align=\"right\">1,100</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ケリパダガー</TD>\r<TD align=\"right\">17</TD>\r<TD align=\"right\">45</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">2,820</TD>\r<TD align=\"right\">1,410</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ケリパダーク</TD>\r<TD align=\"right\">19</TD>\r<TD align=\"right\">55</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">3,520</TD>\r<TD align=\"right\">1,760</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ケリパディク</TD>\r<TD align=\"right\">21</TD>\r<TD align=\"right\">65</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">4,300</TD>\r<TD align=\"right\">2,150</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ケリパショートソード</TD>\r<TD align=\"right\">23</TD>\r<TD align=\"right\">75</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">5,160</TD>\r<TD align=\"right\">2,580</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ケリパキドニー</TD>\r<TD align=\"right\">25</TD>\r<TD align=\"right\">85</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">6,100</TD>\r<TD align=\"right\">3,050</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ケリパクリス</TD>\r<TD align=\"right\">25</TD>\r<TD align=\"right\">95</TD>\r<TD align=\"right\">100</TD>\r<TD>クエスト</TD>\r<TD>&nbsp;</TD>\r<TD>攻撃速度-0.2秒</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ケリパマンゴーシュ</TD>\r<TD align=\"right\">27</TD>\r<TD align=\"right\">95</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">7,120</TD>\r<TD align=\"right\">3,560</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ケリパシカー</TD>\r<TD align=\"right\">29</TD>\r<TD align=\"right\">105</TD>\r<TD align=\"right\">100</TD>\r<TD align=\"right\">8,220</TD>\r<TD align=\"right\">4,110</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>','<H3>帽子</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR align=\"middle\">\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>装備Lv.</TH>\r<TH>防御力</TH>\r<TH>重さ</TH>\r<TH>買値</TH>\r<TH>売値</TH>\r<TH>付加効果</TH>\r<TH></TH></TR>\r<TR>\r<TD></TD>\r<TD>ロダーピースキャップ</TD>\r<TD align=\"right\">2</TD>\r<TD align=\"right\">4</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">36</TD>\r<TD align=\"right\">18</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーレイアキャップ</TD>\r<TD align=\"right\">5</TD>\r<TD align=\"right\">5</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">90</TD>\r<TD align=\"right\">45</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダークイルトキャップ</TD>\r<TD align=\"right\">8</TD>\r<TD align=\"right\">6</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">198</TD>\r<TD align=\"right\">99</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーロウキャップ</TD>\r<TD align=\"right\">11</TD>\r<TD align=\"right\">7</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">360</TD>\r<TD align=\"right\">180</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダークルドキャップ</TD>\r<TD align=\"right\">14</TD>\r<TD align=\"right\">9</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">576</TD>\r<TD align=\"right\">288</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダードレスキャップ</TD>\r<TD align=\"right\">17</TD>\r<TD align=\"right\">13</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">846</TD>\r<TD align=\"right\">423</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルピースキャップ</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">18</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">1,170</TD>\r<TD align=\"right\">585</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルレイアキャップ</TD>\r<TD align=\"right\">23</TD>\r<TD align=\"right\">22</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">1,548</TD>\r<TD align=\"right\">774</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルクイルトキャップ</TD>\r<TD align=\"right\">26</TD>\r<TD align=\"right\">27</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">1,980</TD>\r<TD align=\"right\">990</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルロウキャップ</TD>\r<TD align=\"right\">29</TD>\r<TD align=\"right\">31</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">2,466</TD>\r<TD align=\"right\">1,233</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>盾</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>装備Lv.</TH>\r<TH>防御力</TH>\r<TH>重さ</TH>\r<TH>買値</TH>\r<TH>売値</TH>\r<TH>付加効果</TH>\r<TH></TH></TR>\r<TR>\r<TD></TD>\r<TD>ロダーカルカン</TD>\r<TD align=\"right\">1</TD>\r<TD align=\"right\">3</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダータージェ</TD>\r<TD align=\"right\">4</TD>\r<TD align=\"right\">4</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">44</TD>\r<TD align=\"right\">22</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーラウンドシールド</TD>\r<TD align=\"right\">7</TD>\r<TD align=\"right\">5</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">104</TD>\r<TD align=\"right\">52</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーラウンドバリアー</TD>\r<TD align=\"right\">10</TD>\r<TD align=\"right\">6</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">100</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルカルカン</TD>\r<TD align=\"right\">13</TD>\r<TD align=\"right\">7</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">332</TD>\r<TD align=\"right\">166</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルタージェ</TD>\r<TD align=\"right\">16</TD>\r<TD align=\"right\">8</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">500</TD>\r<TD align=\"right\">250</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルラウンドシールド</TD>\r<TD align=\"right\">19</TD>\r<TD align=\"right\">11</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">704</TD>\r<TD align=\"right\">352</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルラウンドバリアー</TD>\r<TD align=\"right\">22</TD>\r<TD align=\"right\">14</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">944</TD>\r<TD align=\"right\">472</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ビッグカルカン</TD>\r<TD align=\"right\">25</TD>\r<TD align=\"right\">17</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">1,220</TD>\r<TD align=\"right\">610</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ビッグタージェ</TD>\r<TD align=\"right\">28</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">200 </TD>\r<TD align=\"right\">1,532</TD>\r<TD align=\"right\">766</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>衣服</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>装備Lv.</TH>\r<TH>防御力</TH>\r<TH>魔防力</TH>\r<TH>重さ</TH>\r<TH>買値</TH>\r<TH>売値</TH>\r<TH>付加効果</TH>\r<TH></TH></TR>\r<TR>\r<TD></TD>\r<TD>ロダーピーススーツ</TD>\r<TD align=\"right\">1</TD>\r<TD align=\"right\">7</TD>\r<TD align=\"right\">3</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">50</TD>\r<TD align=\"right\">25</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーレイアスーツ</TD>\r<TD align=\"right\">4</TD>\r<TD align=\"right\">9</TD>\r<TD align=\"right\">12</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">110</TD>\r<TD align=\"right\">55</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダークイルトスーツ</TD>\r<TD align=\"right\">7</TD>\r<TD align=\"right\">10</TD>\r<TD align=\"right\">21</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">260</TD>\r<TD align=\"right\">130</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーロウスーツ</TD>\r<TD align=\"right\">10</TD>\r<TD align=\"right\">12</TD>\r<TD align=\"right\">30</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">500</TD>\r<TD align=\"right\">250</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダークルドスーツ</TD>\r<TD align=\"right\">13</TD>\r<TD align=\"right\">14</TD>\r<TD align=\"right\">39</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">830</TD>\r<TD align=\"right\">415</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダードレススーツ</TD>\r<TD align=\"right\">16</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">48</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">1,250</TD>\r<TD align=\"right\">625</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルピーススーツ</TD>\r<TD align=\"right\">19</TD>\r<TD align=\"right\">27</TD>\r<TD align=\"right\">57</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">1,760</TD>\r<TD align=\"right\">880</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルレイアスーツ</TD>\r<TD align=\"right\">22</TD>\r<TD align=\"right\">35</TD>\r<TD align=\"right\">66</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">2,360</TD>\r<TD align=\"right\">1,180</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルクイルトスーツ</TD>\r<TD align=\"right\">25</TD>\r<TD align=\"right\">42</TD>\r<TD align=\"right\">75</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">3,060</TD>\r<TD align=\"right\">1,525</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルロウスーツ</TD>\r<TD align=\"right\">28</TD>\r<TD align=\"right\">50</TD>\r<TD align=\"right\">84</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">3,830</TD>\r<TD align=\"right\">1,915</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>手袋</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>装備Lv.</TH>\r<TH>防御力</TH>\r<TH>重さ</TH>\r<TH>買値</TH>\r<TH>売値</TH>\r<TH>付加効果</TH>\r<TH></TH></TR>\r<TR>\r<TD></TD>\r<TD>ロダーピースグローブ</TD>\r<TD align=\"right\">2</TD>\r<TD align=\"right\">1</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">12</TD>\r<TD align=\"right\">6</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーレイアグローブ</TD>\r<TD align=\"right\">5</TD>\r<TD align=\"right\">2</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">30</TD>\r<TD align=\"right\">15</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダークイルトグローブ</TD>\r<TD align=\"right\">8</TD>\r<TD align=\"right\">3</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">66</TD>\r<TD align=\"right\">33</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーロウグローブ</TD>\r<TD align=\"right\">11</TD>\r<TD align=\"right\">4</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">120</TD>\r<TD align=\"right\">60</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダークロドグローブ</TD>\r<TD align=\"right\">14</TD>\r<TD align=\"right\">5</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">192</TD>\r<TD align=\"right\">96</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダードレスグローブ</TD>\r<TD align=\"right\">17</TD>\r<TD align=\"right\">6</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">282</TD>\r<TD align=\"right\">141</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルピースグローブ</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">7</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">390</TD>\r<TD align=\"right\">195</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルレイアグローブ</TD>\r<TD align=\"right\">23</TD>\r<TD align=\"right\">8</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">510</TD>\r<TD align=\"right\">258</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルクイルトグローブ</TD>\r<TD align=\"right\">26</TD>\r<TD align=\"right\">9</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">660</TD>\r<TD align=\"right\">330</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルロウグローブ</TD>\r<TD align=\"right\">29</TD>\r<TD align=\"right\">10</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">822</TD>\r<TD align=\"right\">411</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>靴</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>装備Lv.</TH>\r<TH>防御力</TH>\r<TH>重さ</TH>\r<TH>買値</TH>\r<TH>売値</TH>\r<TH>付加効果</TH>\r<TH></TH></TR>\r<TR>\r<TD></TD>\r<TD>ロダーピースシューズ</TD>\r<TD align=\"right\">2</TD>\r<TD align=\"right\">1</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">12</TD>\r<TD align=\"right\">6</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーレイアシューズ</TD>\r<TD align=\"right\">5</TD>\r<TD align=\"right\">2</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">30</TD>\r<TD align=\"right\">15</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダークイルトシューズ</TD>\r<TD align=\"right\">8</TD>\r<TD align=\"right\">3</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">66</TD>\r<TD align=\"right\">33</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダーロウシューズ</TD>\r<TD align=\"right\">11</TD>\r<TD align=\"right\">4</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">120</TD>\r<TD align=\"right\">60</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダークルドシューズ</TD>\r<TD align=\"right\">14</TD>\r<TD align=\"right\">5</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">192</TD>\r<TD align=\"right\">96</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ロダードレスシューズ</TD>\r<TD align=\"right\">17</TD>\r<TD align=\"right\">6</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">282</TD>\r<TD align=\"right\">141</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルピースシューズ</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\">7</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">390</TD>\r<TD align=\"right\">195</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルレイアシューズ</TD>\r<TD align=\"right\">23</TD>\r<TD align=\"right\">8</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">510</TD>\r<TD align=\"right\">258</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルクイルトシューズ</TD>\r<TD align=\"right\">26</TD>\r<TD align=\"right\">9</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">660</TD>\r<TD align=\"right\">330</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD></TD>\r<TD>ミドルロウシューズ</TD>\r<TD align=\"right\">29</TD>\r<TD align=\"right\">10</TD>\r<TD align=\"right\">40</TD>\r<TD align=\"right\">822</TD>\r<TD align=\"right\">411</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>',1,3358,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:46','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070125_1249',3,0,'2007-01-25 12:49:00','01/24～25 た、耐えきれない',null,'<p>今日は新ダンジョンが実装されましたね。<br />\r迷宮、墓に続く凶悪なダンジョン。まさにそこはダンジョンでした。<br />\rしかし、中に入ってみると...本当にお寺？<br />\r日本のお寺を想像すると、理解できないかもしれませんね。<br />\rどちらかというと、タイやベトナムに近いかもしれません。石窟のお寺でした。</p>','<p>ペトラ寺院は、迷路になっています。<br />\r同じような場所が何ヶ所もあり、「戻ってきたの？」と思わず連発してしまう。そんな迷宮でした。<br />\r氷の迷宮よりもよほど迷宮らしいです。<br />\r暁彦さんがマップの調査をしていたので、ゼネピックのことにマップが掲載されるのを待ちましょう。<br />\r下手すると行きはよい良い帰りは...？<br />\rイヤ、一回目は浮いて帰ったんですね...後でプリ二人掛かりでヒールしてくれてはいたのですが、ねこの防御力が足りなかったようです。(HP最大値UPの課金を忘れていたのもありますが...)浮いちゃいました。ねこが浮いたので、全滅でした。</p>\r<p>ここでは三次職のみなさんの全滅がいとも簡単に見られるスポットになっています。</p>\r<p>さてさて、くろねこの一日を振り返ると...<br />\r帰宅後のくろねこは、いつものスキルブック狩りのメンバである、ゆうま氏に連絡を...<br />\rお寺への参拝の有無をおたずねすると、まだとのこと。そこで参拝を計画するわけですが...<br />\rレベル制限が115以上との噂有りとのこと...行っても入れないですか？他にも噂があって、今回の新アイテムで<em>アイテム装着欄が2個増える！</em>くろねこのねらいはまさにこれだったのですが、これについてもレベル制限が115とか117とか言われてました。<br />\rまぁ、ゆうま氏曰く「出来たからには行かないと」とのこと、ご飯を食べたら行くことになりました...</p>\r<p>飯食って、準備して、2つ手前の「クレティノ高原」に飛びました。すると、動かないんですよ...<br />\r固まってました...そして...強制終了....<br />\r再度起動しますが、接続の初期化のループ...サーバ落ちなのでしょうか？でも、そのときにinしていなかったIDではなんの問題もなく入れました。<br />\rメンテ後には、一時期恒例だった臨時メンテも復活だったし、やはり運営は...といった所でしょうかね？</p>\r<p>そんな困難を乗り越え、トゥメイド高原を越えペトラ寺院へ。<br />\rトネイドンがいつのまにやら、身代わり機能を実装していたようですが、最初からですか？<br />\rカドンをターゲットしたはずなのに、いつの間にかトネイドンをということが二回ほどあり、試してみて気づきました。最初からだとしたらとっても遅いですね。</p>\r<p>ペトラ寺院では入ってすぐの部屋に傷ついたエイルの警備兵が...<br />\r<img height=\"290\" alt=\"ペトラ寺院入り口\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_ent1.jpg\" /><br />\r彼からクエストを頂けるようですが、ねこもゆうま氏も規定レベルに達していなかったので、クエストは受けられませんでした。(警備兵曰く、「腕が足らないようですね」。ほっとけー)</p>\r<p>入り口に入ると洞窟！<br />\r<img height=\"290\" alt=\"ペトラ寺院 暗黒の洞窟\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_cave1.jpg\" /></p>\r<p>洞窟を抜けて...ボス部屋を目指します...<br />\r<img height=\"480\" alt=\"通路での戦闘\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_cave2.jpg\" /></p>\r<p>隠し通路発見...<br />\r<img height=\"340\" alt=\"隠し通路\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_cave_passage.jpg\" /></p>\r<p>さらに奥へ進んで...隕石落下地点？<br />\r<img height=\"310\" alt=\"隕石落下地点？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_cave_impact.jpg\" /></p>\r<p>ワープゾーンにはいると<br />\r<img height=\"290\" alt=\"ボス部屋への入り口\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_cave_to_bossroom.jpg\" /></p>\r<p>ボス部屋到着！(安地無し)...そしていきなりの歓迎会！<br />\r<img height=\"290\" alt=\"ボス部屋にはいると同時の手荒な???！\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_bossroom1.jpg\" /></p>\r<p>ボス部屋手前側に、高エネルギー反応！<br />\r<img height=\"280\" alt=\"邪悪なエネルギーの源？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_bossroom2.jpg\" /><br />\rゆうま氏曰くこの中は暖かいとか...</p>\r<p>で、さっきの警備兵の「腕が足らない！」の意味が分かりました。<br />\rモンスター(雑魚)強！そして、ビプロンズ(ボス)発見！<br />\rボス召還を見てないということで、召還を出さないのかなぁと話をしながらボスを叩いていると....<br />\r<img height=\"280\" alt=\"ペトラ寺院にてビプャ??ズ(ボス)初適??！\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_boss1.jpg\" /><br />\rどばぁ～～～～。出ちゃいました！！<br />\rで、とっさに逃げ！<br />\rＮａｎａさん浮いちゃいました＞＜；<br />\r時間を掛けると出ちゃうようです。SSを撮っていたので何分で出たのか、後で確認したいと思います。<br />\rくろねこで、雑魚の非ダメが450-550程度、ボスの範囲攻撃が1,300前後だと思います。<br />\r単体なら問題なく耐えられるのですが、運良く単体でということは無いです。ボスを相手していると、雑魚がメチャ湧きます。ゆうま氏曰く「船倉並だな」と。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070124_boss2-org.jpg\"><br />\r<img height=\"290\" alt=\"xo070124_boss2.jpg\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_boss2.jpg\" /></a><br />\r&uarr;クリックすると大きなSSが表示されます</p>\r<p>で、召還ほぼ全てにタゲされたミナミナさんも浮き、逃げ遅れたくろねこにボスの矛先が...<br />\rくろねこ危うし！でこりゃダメだって逃げまくって、見かねた他PTさんがボスを叩いてくれて、ゆうま氏がヒールをくれて何とか倒せました。ドロップは、入り口のクエ品のナピオン・ダーク(アクセサリー)、マキシリカバラントでした。<br />\r<img height=\"40\" alt=\"初のボスドャ??プはゆうま氏に！\" width=\"310\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_bossdrop.jpg\" /></p>\r<p>ねこはその後、雑魚からバインディング3をゲット。<br />\r<img height=\"20\" alt=\"バインディングLv.3ゲット\" width=\"240\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_binding_lv3.jpg\" /></p>\r<p>でもその後補給に帰ろうとしたら、雑魚の猛攻に遭いねこ耐えてたんですが、ゆうま氏もななさんもヒールくれてたんですが、ジュースも、ポーションも飲んだんですが...浮いちゃいました。<br />\r<img height=\"300\" alt=\"雑隣??猛攻により...\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070124_angel.jpg\" /><br />\rそして全滅。</p>\r<p>その後も、ヨツンで補給しクレティノ高原からエスネからやってくる方と合流しようと向かったら、アンブロニ高原でまたまた浮き！こんな所なんかで浮くなんて...ごめんなさい...ミナミナさん。HP少ないときよろしければヒールください...よろしくお願いします！</p>\r<p>まぁ、そのあと再補給してお寺に行ったけど人が多くてボスは他の人が処理してましたね。<br />\r三次の方々の墓標だけが、悲しく浮いてました。</p>\r<p>今日も行くんでしょうなぁ。</p>\r<p>※ナピオンダーク<br />\r効果：体力+13、WT最大+1000 だそうです。<br />\r※クエスト<br />\r1回目：Lv.115武器、2回目：？？？(アクセ登録欄が2個増えるアイテムとか....ぅわさです！)</p>',1,3398,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070124_boss2-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_XpItem_GachaLimit',3,0,'2007-01-25 16:25:04','課金アイテム - ガチャポコ(期間限定)',null,'ガチャで出た装備品は無期限です<BR>','<H3>ガチャポコバレンタイン</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>名称</TH>\r<TH>種類</TH>\r<TH>位置</TH>\r<TH>効果</TH>\r<TH>性別</TH>\r<TH>重さ</TH>\r<TH>その他</TH></TR>\r<TR>\r<TD>マスク・ザ・ラブ</TD>\r<TD rowSpan=\"2\">装備</TD>\r<TD rowSpan=\"2\">頭</TD>\r<TD>攻撃+10、魔法攻撃+10、防御+20</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>ガチャ専用</TD></TR>\r<TR>\r<TD>マスク・ザ・ギリ</TD>\r<TD>MaxHP+50、防御+20、魔法防御+20</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>ガチャ専用</TD></TR>\r<TR>\r<TD>黄金なる～の心1<BR>聖なる～の心1<BR>ゴールド～キャンディー１</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>新米開拓者の記録<BR>ある冒険者の記録<BR>大いなる旅人の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>ガチャポコ300HG(男) / ガチャポコ300HG(女)</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR></TR>\r<TR align=\"middle\">\r<TH>名称</TH>\r<TH>種類</TH>\r<TH>位置</TH>\r<TH>効果</TH>\r<TH>性別</TH>\r<TH>重さ</TH>\r<TH>その他</TH></TR>\r<TR>\r<TD>HGヘッドギアHG</TD>\r<TD>装備</TD>\r<TD align=\"middle\">頭</TD>\r<TD>防御+20、魔法防御+20、体力+5</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>ガチャ専用</TD></TR>\r<TR>\r<TD>HGハードガード</TD>\r<TD>装備</TD>\r<TD align=\"middle\">体</TD>\r<TD>攻撃+10、防御+50、魔法攻撃+10、魔法防御+50、素早さ+10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>ガチャ専用</TD></TR>\r<TR>\r<TD>ヒットミー！</TD>\r<TD>装備</TD>\r<TD align=\"middle\">アクセサリー</TD>\r<TD>防御力+30のスキルが使えるようになる（消費MP30）</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>ガチャ専用</TD></TR>\r<TR>\r<TD>黄金なる～の心1？<BR>聖なる～の心1？<BR>ゴールド～キャンディー1？</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>新米開拓者の記録？<BR>大いなる旅人の記録？</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>',1,3290,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:04','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Comparing',3,0,'2007-01-25 18:08:00','職業不問アイテム性能一覧',null,'<P>職業不問アイテム間の性能一覧です。</P>','<H3>目</H3>\r<TABLE class=\" FCK__ShowTableBorders\" cellSpacing=0 cellPadding=0 width=1118 border=0>\r<TBODY>\r<TR>\r<TH>名称</TH>\r<TH>物理攻撃</TH>\r<TH>魔法攻撃</TH>\r<TH>物理防御</TH>\r<TH>魔法防御</TH>\r<TH>HP回復量</TH>\r<TH>MP回復量</TH>\r<TH>MaxHP</TH>\r<TH>MaxMP</TH>\r<TH>移動速度</TH>\r<TH>命中</TH>\r<TH>回避</TH>\r<TH>クリティカル</TH>\r<TH>力</TH>\r<TH>魔力</TH>\r<TH>素早さ</TH>\r<TH>器用さ</TH>\r<TH>体力</TH>\r<TH>精神力</TH>\r<TH>MaxWT</TH></TR>\r<TR>\r<TD>独眼流</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>8</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>ムーンゴーグル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>7</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>ぐるぐるメガネ</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>6</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>ボーイングゴーグル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>5</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>必殺目線隠し</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>100</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>5</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>キャッツアイマスク</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>100</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>5</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>ハードグラス</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>5</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>シャープネスグラ</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>4</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>スポーツゴーグル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>3</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>パイレーツアイ</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>2</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>頭</H3>\r<TABLE class=\" FCK__ShowTableBorders\" cellSpacing=0 cellPadding=0 width=1118 border=0>\r<TBODY>\r<TR>\r<TH>名称</TH>\r<TH>物理攻撃</TH>\r<TH>魔法攻撃</TH>\r<TH>物理防御</TH>\r<TH>魔法防御</TH>\r<TH>HP回復量</TH>\r<TH>MP回復量</TH>\r<TH>MaxHP</TH>\r<TH>MaxMP</TH>\r<TH>移動速度</TH>\r<TH>命中</TH>\r<TH>回避</TH>\r<TH>クリティカル</TH>\r<TH>力</TH>\r<TH>魔力</TH>\r<TH>素早さ</TH>\r<TH>器用さ</TH>\r<TH>体力</TH>\r<TH>精神力</TH>\r<TH>MaxWT</TH></TR>\r<TR>\r<TD>シカの角</TD>\r<TD align=right>20</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>カラフルニット</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>55</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>マスク・ザ・クマー</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>48</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>ブラック・ソウル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>32</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>2</TD>\r<TD align=right>2</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>2</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>丁髷/島田鬢</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>30</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>100</TD>\r<TD align=right>1</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>安全第一</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>30</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>2</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>サンタキャップ</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>20</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>フットボール</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>3</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>イエローシグナル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>20</TD>\r<TD align=right>20</TD>\r<TD align=right>2</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>天使の帽子＆リングセット</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>30</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>天使のリング</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>30</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>まめしぼり(青)</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>40</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>ネコ耳</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>30</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>赤王花</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>25</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>黄王花</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>20</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>ブルースターバンド</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>15</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>スターバンド</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>ラムラムイヤー</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>8</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>お団子頭</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>200</TD>\r<TD align=right>100</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>500</TD></TR></TBODY></TABLE>\r<H3>顔</H3>\r<TABLE class=\" FCK__ShowTableBorders\" cellSpacing=0 cellPadding=0 width=1118 border=0>\r<TBODY>\r<TR>\r<TH>名称</TH>\r<TH>物理攻撃</TH>\r<TH>魔法攻撃</TH>\r<TH>物理防御</TH>\r<TH>魔法防御</TH>\r<TH>HP回復量</TH>\r<TH>MP回復量</TH>\r<TH>MaxHP</TH>\r<TH>MaxMP</TH>\r<TH>移動速度</TH>\r<TH>命中</TH>\r<TH>回避</TH>\r<TH>クリティカル</TH>\r<TH>力</TH>\r<TH>魔力</TH>\r<TH>素早さ</TH>\r<TH>器用さ</TH>\r<TH>体力</TH>\r<TH>精神力</TH>\r<TH>MaxWT</TH></TR>\r<TR>\r<TD>葉巻</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>65</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>セブン吸ったー</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>60</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>レッドスカーフ</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>55</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>禁煙パイポ</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>55</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>影覆面</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>50</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>木彫りの面</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>45</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>レッドマフル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>35</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>サイレントマスク</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>20</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>サンタヒゲ</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>体</H3>\r<TABLE class=\" FCK__ShowTableBorders\" cellSpacing=0 cellPadding=0 width=1118 border=0>\r<TBODY>\r<TR>\r<TH>名称</TH>\r<TH>物理攻撃</TH>\r<TH>魔法攻撃</TH>\r<TH>物理防御</TH>\r<TH>魔法防御</TH>\r<TH>HP回復量</TH>\r<TH>MP回復量</TH>\r<TH>MaxHP</TH>\r<TH>MaxMP</TH>\r<TH>移動速度</TH>\r<TH>命中</TH>\r<TH>回避</TH>\r<TH>クリティカル</TH>\r<TH>力</TH>\r<TH>魔力</TH>\r<TH>素早さ</TH>\r<TH>器用さ</TH>\r<TH>体力</TH>\r<TH>精神力</TH>\r<TH>MaxWT</TH></TR>\r<TR>\r<TD>サンタクロス</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>40</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>天使のパジャマ</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>40</TD>\r<TD align=right>80</TD>\r<TD align=right>20</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>黒牙</TD>\r<TD align=right>20</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>50</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>300</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>緑爪</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>20</TD>\r<TD align=right>50</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>300</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>紅鶴</TD>\r<TD align=right>20</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>50</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>300</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>紫梅</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>20</TD>\r<TD align=right>50</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>300</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>背</H3>\r<TABLE class=\" FCK__ShowTableBorders\" cellSpacing=0 cellPadding=0 width=1118 border=0>\r<TBODY>\r<TR>\r<TH>名称</TH>\r<TH>物理攻撃</TH>\r<TH>魔法攻撃</TH>\r<TH>物理防御</TH>\r<TH>魔法防御</TH>\r<TH>HP回復量</TH>\r<TH>MP回復量</TH>\r<TH>MaxHP</TH>\r<TH>MaxMP</TH>\r<TH>移動速度</TH>\r<TH>命中</TH>\r<TH>回避</TH>\r<TH>クリティカル</TH>\r<TH>力</TH>\r<TH>魔力</TH>\r<TH>素早さ</TH>\r<TH>器用さ</TH>\r<TH>体力</TH>\r<TH>精神力</TH>\r<TH>MaxWT</TH></TR>\r<TR>\r<TD>デビルズテイル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>2</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>プレゼント袋</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>20</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1500</TD></TR>\r<TR>\r<TD>悪マント</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>2</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>天使の翼</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>3</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD></TR>\r<TR>\r<TD>漆黒のランドセル</TD>\r<TD align=right>10</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1800</TD></TR>\r<TR>\r<TD>黄砂のランドセル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1800</TD></TR>\r<TR>\r<TD>蒼天のランドセル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>1800</TD></TR>\r<TR>\r<TD>紅蓮のランドセル</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1800</TD></TR>\r<TR>\r<TD>黄砂のランドセル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>1800</TD></TR>\r<TR>\r<TD>蒼天のランドセル</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD align=right>10</TD>\r<TD align=right>1800</TD></TR></TBODY></TABLE>',1,2675,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_XpItem_Gacha200',3,0,'2007-01-25 19:44:20','課金アイテム - ガチャポコ200(x)',null,'<P align=center>ガチャで出た装備品は無期限です</P>','<H3>ガチャポコ200</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>種類</TH>\r<TH>位置</TH>\r<TH>効果</TH>\r<TH>性別</TH>\r<TH>重さ</TH>\r<TH>その他</TH>\r<TH></TH></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ブルースターバンド</TD>\r<TD>装備</TD>\r<TD>頭</TD>\r<TD>MP増加量+15</TD>\r<TD>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD>ガチャ専用</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>シカの角</TD>\r<TD>装備</TD>\r<TD>頭</TD>\r<TD>攻撃+20、防御+10</TD>\r<TD>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD>ガチャ専用</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>木彫りの面</TD>\r<TD>装備</TD>\r<TD>顔</TD>\r<TD>HP増加量+45</TD>\r<TD>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD>ガチャ専用</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>パイレーツアイ</TD>\r<TD>装備</TD>\r<TD>目</TD>\r<TD>クリティカル+2</TD>\r<TD>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD>ガチャ専用</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>シャープネスグラス</TD>\r<TD>装備</TD>\r<TD>目</TD>\r<TD>クリティカル+4</TD>\r<TD>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD>ガチャ専用</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ジュレアの加護</TD>\r<TD vAlign=center>消費</TD>\r<TD>回復</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>&nbsp;</TD>\r<TD>1個のみ</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>白銀なる～の心1</TD>\r<TD vAlign=center>消費</TD>\r<TD vAlign=center>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>シルバー～キャンディー1</TD>\r<TD vAlign=center>消費</TD>\r<TD vAlign=center>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>レ</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>シルバー～キャンディー2</TD>\r<TD vAlign=center>消費</TD>\r<TD vAlign=center>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ある冒険者の記録</TD>\r<TD vAlign=center>消費</TD>\r<TD vAlign=center>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ある開拓者の記録</TD>\r<TD vAlign=center>消費</TD>\r<TD vAlign=center>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>カバルツスクロール</TD>\r<TD vAlign=center>消費</TD>\r<TD vAlign=center>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゼロマイン北スクロール</TD>\r<TD vAlign=center>消費</TD>\r<TD vAlign=center>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゼロマイン南スクロール</TD>\r<TD vAlign=center>消費</TD>\r<TD vAlign=center>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>レ</TD></TR></TBODY></TABLE>\r<H3>ガチャポヨ200(力) / ガチャポヨ200(魔)</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>種類</TH>\r<TH>位置</TH>\r<TH>効果</TH>\r<TH>性別</TH>\r<TH>重さ</TH>\r<TH>その他</TH>\r<TH></TH></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>くまさんヘッド</TD>\r<TD>装備</TD>\r<TD align=middle>頭</TD>\r<TD>なし</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>くまスーツ</TD>\r<TD>装備</TD>\r<TD align=middle>体</TD>\r<TD>なし</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>黄金なる～の心1</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>レ</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゴールド～キャンディー2</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>セイント～キャンディー1</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ある冒険者の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ある開拓者の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>新米開拓者の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>カバルツスクロール</TD>\r<TD>消費</TD>\r<TD>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゼロマイン北スクロール</TD>\r<TD>消費</TD>\r<TD>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゼロマイン南スクロール</TD>\r<TD>消費</TD>\r<TD>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>ガチャポヨ200C(力) / ガチャポヨ200C(魔)</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>種類</TH>\r<TH>位置</TH>\r<TH>効果</TH>\r<TH>性別</TH>\r<TH>重さ</TH>\r<TH>その他</TH>\r<TH></TH></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>パンダさんヘッド</TD>\r<TD>装備</TD>\r<TD>頭</TD>\r<TD>なし</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>パンダさんスーツ</TD>\r<TD>装備</TD>\r<TD>体</TD>\r<TD>なし</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>黄金なる～の心1</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゴールド～キャンディー2</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>セイント～キャンディー1</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ある冒険者の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ある開拓者の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>新米開拓者の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>カバルツスクロール</TD>\r<TD>消費</TD>\r<TD>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゼロマイン北スクロール</TD>\r<TD>消費</TD>\r<TD>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゼロマイン南スクロール</TD>\r<TD>消費</TD>\r<TD>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>\r<H3>ガチャポヨ200D(力) / ガチャポヨ200D(魔)</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR align=middle>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>種類</TH>\r<TH>位置</TH>\r<TH>効果</TH>\r<TH>性別</TH>\r<TH>重さ</TH>\r<TH>その他</TH>\r<TH></TH></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>お団子頭</TD>\r<TD>装備</TD>\r<TD align=middle rowSpan=2>頭</TD>\r<TD>MaxHP+200、MaxMP+100、MaxWT+500</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>フットボール</TD>\r<TD>装備</TD>\r<TD>防御+10、魔法防御+10、素早さ+3</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>黄金なる～の心1</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゴールド～キャンディー2</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>セイント～キャンディー1</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>シルバー～キャンディー3</TD>\r<TD>消費</TD>\r<TD>ステータス</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ある冒険者の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ある開拓者の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>新米開拓者の記録</TD>\r<TD>消費</TD>\r<TD>経験値</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>カバルツスクロール</TD>\r<TD>消費</TD>\r<TD>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゼロマイン北スクロール</TD>\r<TD>消費</TD>\r<TD>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD>&nbsp;</TD>\r<TD>ゼロマイン南スクロール</TD>\r<TD>消費</TD>\r<TD>移動</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD>\r<TD align=right>0.10</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>',1,3221,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070125_2035',3,0,'2007-01-25 20:35:00','くろねこ レベル107',null,'<p>くろねこ Lv.107になりました。<br />\r<img height=\"540\" alt=\"くろっ?? Lv.107\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat107.jpg\" /><br />\rパタリロさん、mary☆さん見に来てくれてありがとう！</p>','<p>この後お寺に巣くうエイリアンを対峙しに行く予定ですので、羽を出すにはかなりぎりぎりのタイミングでした。<br />\rしかも、メンバが足りないと言うことで勧誘をかねて、1:1をしていたのでかなり効率の低下、ならびに途中で回復アイテムが切れたことが決定的でした。</p>\r<p>くろねこ、107ってなにか装備が変わると思っていたのですが、何も変わらないのですね...</p>\r<p>主要装備:101+4n &rarr; 101、105、109<br />\rグローブ:100+4n &rarr; 100、104、108<br />\r靴　　　:102+4n &rarr; 102、106、110</p>\r<p>Lv.107はちょうど交換がない谷間のレベルでした。(Lv.106が谷間だと勘違いしていました)<br />\r当時のブログを[壁]_・)チラッ見すると、確かに靴を交換していますね。</p>\r<p>今回も精神に振りました。<br />\rステ振り前<br />\r<img height=\"291\" alt=\"くろっ?? Lv.107 ステ振り前\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat107sb.jpg\" /><br />\rステ振り後<br />\r<img height=\"291\" alt=\"くろっ?? Lv.107 ステ振り後\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat107sa.jpg\" /></p>\r<p><br />\r力はステータスポイント2以上付与されたときにでも振り分けましょうか、最近あまり重要視していない項目です。<br />\r(力は必要だと思うのである程度欲しいと思っていますが、これ以上の付与という観点で重要視していないと言う意味です)</p>',1,2316,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:26','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_XpItem_Gacha300',3,0,'2007-01-25 21:19:00','課金アイテム - ガチャポコ300(x)',null,'ガチャで出た装備品は無期限です','<H3>ガチャポコ300</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_8.jpg\" alt=\"\"></TD>\r\n<TD>ラムラムイヤー</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>MP回復量+8</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_14.jpg\" alt=\"\"></TD>\r\n<TD>スターバンド</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>MP回復量+10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_1.jpg\" alt=\"\"></TD>\r\n<TD>黄王花</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>MP回復量+20</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ネコ耳</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>MP回復量+30</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"33\" height=\"33\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_15.jpg\" alt=\"\"></TD>\r\n<TD>まめしぼり(青)</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>MP増加量+40</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>マスク・ザ・クマー</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+48</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_3.jpg\" alt=\"\"></TD>\r\n<TD>サンタキャップ</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+20</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>20</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_16.jpg\" alt=\"\"></TD>\r\n<TD>サイレントマスク</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP回復量+20</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_18.jpg\" alt=\"\"></TD>\r\n<TD>レッドマフル</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP回復量+35</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>影覆面</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP回復量+50</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>セブン吸ったー</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP回復量+60</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_2.jpg\" alt=\"\"></TD>\r\n<TD>サンタヒゲ</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>防御+10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_9.jpg\" alt=\"\"></TD>\r\n<TD>スポーツゴーグル</TD>\r\n<TD>装備</TD>\r\n<TD>目</TD>\r\n<TD>クリティカル+3</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_19.jpg\" alt=\"\"></TD>\r\n<TD>ハードグラス</TD>\r\n<TD>装備</TD>\r\n<TD>目</TD>\r\n<TD>クリティカル+5</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ぐるぐるメガネ</TD>\r\n<TD>装備</TD>\r\n<TD>目</TD>\r\n<TD>クリティカル+6</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>デビルズテイル</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>移動速度+2</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_10.jpg\" alt=\"\"></TD>\r\n<TD>プレゼント袋</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>防御+20、MaxWT+1500</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>サンタクロス</TD>\r\n<TD>装備</TD>\r\n<TD>体</TD>\r\n<TD>防御+40</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_11.jpg\" alt=\"\"></TD>\r\n<TD>ライフガード(4%)</TD>\r\n<TD>装備</TD>\r\n<TD>アクセサリ</TD>\r\n<TD>デスペナを6%に軽減する<BR>戦闘不能になると壊れる</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ポイント・ゼロ</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>シルバー～キャンディー2</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>シルバー～キャンディー3</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ある旅人の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ある冒険者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ある開拓者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>カバルツスクロール</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>移動</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゼロマイン北スクロール</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>移動</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゼロマイン南スクロール</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>移動</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR></TBODY></TABLE>\r\n<H3>ガチャポコ300B</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>カラフルニット</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+55</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>赤王花</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>MP回復量+25</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_17.jpg\" alt=\"\"></TD>\r\n<TD>木彫りの面</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP増加量+45</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>レッドスカーフ</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP増加量+55</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ポイント・ゼロ</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄金なる～の心2</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心1</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゴールド～キャンディー2</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>セイント～キャンディー1</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ある冒険者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>\r\n<H3>ガチャポコ300C</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>天使のリング</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>力+10、魔法防御+30</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>天使の帽子＆リングセット</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>MP回復量+10、魔法防御+30、移動速度+1</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>悪マント</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>移動速度+2</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_4.jpg\" alt=\"\"></TD>\r\n<TD>天使の翼</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>移動速度+3</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>5</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_5.jpg\" alt=\"\"></TD>\r\n<TD>天使のパジャマ</TD>\r\n<TD>装備</TD>\r\n<TD>体</TD>\r\n<TD>防御+40、魔法防御+80、HP回復量+30</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>5</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ポイント・ゼロ</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄金なる～の心1</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心1</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゴールド～キャンディー1</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米開拓者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>\r\n<H3>ガチャポコ300D(男・力) / ガチャポコ300D(男・魔)</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>丁髷</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+30、MaxMP+100、移動速度+1</TD>\r\n<TD>♂</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_12.jpg\" alt=\"\"></TD>\r\n<TD>紋袴-黒牙</TD>\r\n<TD>装備</TD>\r\n<TD>体</TD>\r\n<TD>攻撃+20、防御+50、MaxHP+300、移動速度+1</TD>\r\n<TD>♂</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_13.jpg\" alt=\"\"></TD>\r\n<TD>紋袴-緑爪</TD>\r\n<TD>装備</TD>\r\n<TD>体</TD>\r\n<TD>魔法攻撃+20、防御+50、MaxHP+300、移動速度+1</TD>\r\n<TD>♂</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄金なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>シルバー～キャンディー</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゴールド～キャンディー1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米開拓者の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる旅人の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>\r\n<H3>ガチャポコ300D(女・力) / ガチャポコ300D(女・魔)</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>島田鬢</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+30、MaxMP+100、移動速度+1</TD>\r\n<TD>♀</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>紅鶴</TD>\r\n<TD>装備</TD>\r\n<TD>体</TD>\r\n<TD>攻撃+20、防御+50、MaxHP+300、移動速度+1</TD>\r\n<TD>♀</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>紫梅</TD>\r\n<TD>装備</TD>\r\n<TD>体</TD>\r\n<TD>魔法攻撃+20、防御+50、MaxHP+300、移動速度+1</TD>\r\n<TD>♀</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄金なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゴールド～キャンディー1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米開拓者の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる旅人の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>\r\n<H3>ガチャポコ300E(男・力) / ガチャポコ300E(男・魔)</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>イエローシグナル</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+10、命中率+20、回避率+20、クリティカル+2</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>10</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>漆黒のランドセル</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>攻撃+10、魔法攻撃+10、MaxWT+1800</TD>\r\n<TD>♂</TD>\r\n<TD align=right>10</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄砂のランドセル</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>体力+10、MaxWT+1800</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>10</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>蒼天のランドセル</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>精神力+10、MaxWT+1800</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>10</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄金なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゴールド～キャンディー1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米開拓者の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる旅人の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>\r\n<H3>ガチャポコ300E(女・力) / ガチャポコ300E(女・魔)</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>イエローシグナル</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+10、命中率+20、回避率+20、クリティカル+2</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>10</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>紅蓮のランドセル</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>攻撃+10、魔法攻撃+10、MaxWT+1800</TD>\r\n<TD>♀</TD>\r\n<TD align=right>10</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄砂のランドセル</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>体力+10、MaxWT+1800</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>10</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>蒼天のランドセル</TD>\r\n<TD>装備</TD>\r\n<TD>背中</TD>\r\n<TD>精神力+10、MaxWT+1800</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>10</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄金なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゴールド～キャンディー1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米開拓者の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる旅人の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>\r\n<H3>ガチャポヨ300F(力) / ガチャポヨ300F(魔)</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>安全第一</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+30、体力+2</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ブラック・ソウル</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+32、魔法防御+10、力+2、魔力+2、体力+2</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄金なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゴールド～キャンディー1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米開拓者の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる旅人の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>\r\n<H3>ガチャポコ300EYE</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_6.jpg\" alt=\"\"></TD>\r\n<TD>ボーイングゴーグル</TD>\r\n<TD>装備</TD>\r\n<TD>目</TD>\r\n<TD>防御+10、クリティカル+5</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>3</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha300_7.jpg\" alt=\"\"></TD>\r\n<TD>必殺目線隠し</TD>\r\n<TD>装備</TD>\r\n<TD>目</TD>\r\n<TD>MaxHP+100、クリティカル+5</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>3</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>キャッツアイマスク</TD>\r\n<TD>装備</TD>\r\n<TD>目</TD>\r\n<TD>MaxMP+100、クリティカル+5</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>葉巻</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP回復量+65</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>黄金なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ゴールド～キャンディー1</TD>\r\n<TD>消費</TD>\r\n<TD>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>新米開拓者の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる旅人の記録</TD>\r\n<TD>消費</TD>\r\n<TD>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>',1,4799,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_XpItem_Gacha500',3,0,'2007-01-25 21:22:00','課金アイテム - ガチャポコ500(x)',null,'ガチャで出た装備品は無期限です','<H3>ガチャポク500</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>マスク・ザ・ウサーギ</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>防御+63</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>まめしぼり(青)</TD>\r\n<TD>装備</TD>\r\n<TD>頭</TD>\r\n<TD>MP増加量+40</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>首領の葉巻</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP増加量:+65</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ムーンゴーグル</TD>\r\n<TD>装備</TD>\r\n<TD>目</TD>\r\n<TD>クリティカル+7</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha500_1.jpg\" alt=\"\"></TD>\r\n<TD>独眼流</TD>\r\n<TD>装備</TD>\r\n<TD>目</TD>\r\n<TD>クリティカル+8</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>ガチャ専用</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ポイント・ゼロ</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心2</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心3</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>セイント～キャンディー2</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>セイント～キャンディー3</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ある開拓者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD></TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる旅人の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる冒険者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>偉大なる旅人の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>偉大なる開拓者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>\r\n<H3>ガチャポコ500CGR</H3>\r\n<TABLE class=\" FCK__ShowTableBorders\">\r\n<TBODY>\r\n<TR>\r\n<TH>画像</TH>\r\n<TH>名称</TH>\r\n<TH>種類</TH>\r\n<TH>位置</TH>\r\n<TH>効果</TH>\r\n<TH>性別</TH>\r\n<TH>重さ</TH>\r\n<TH>その他</TH>\r\n<TH></TH></TR>\r\n<TR>\r\n<TD><img width=\"32\" height=\"32\" src=\"http://www.blackcat.xyz/images/articles/xo_XpItem_Gacha500_2.jpg\" alt=\"\"></TD>\r\n<TD>禁煙パイプ</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP回復量+55</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>セブン吸ったー</TD>\r\n<TD>装備</TD>\r\n<TD>顔</TD>\r\n<TD>HP回復量+60</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ポイント・ゼロ</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心2</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>聖なる～の心3</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>セイント～キャンディー2</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>セイント～キャンディー3</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>ステータス</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>ある開拓者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>レ</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる旅人の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>大いなる冒険者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>偉大なる旅人の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR>\r\n<TR>\r\n<TD>&nbsp;</TD>\r\n<TD>偉大なる開拓者の記録</TD>\r\n<TD vAlign=center>消費</TD>\r\n<TD vAlign=center>経験値</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD>\r\n<TD align=right>0.10</TD>\r\n<TD>&nbsp;</TD>\r\n<TD>&nbsp;</TD></TR></TBODY></TABLE>',1,3379,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070126_1254',3,0,'2007-01-26 12:54:00','01/25～26 １＋１＝？',null,'<p>昨日と同じように、昨夜からペトラ寺院にエイリアン駆除に出かけていたくろねこです。<br />\r今日はドロップいっぱいで満足でしたが、2匹のボスの同時範囲攻撃を食らって...<br />\r　<em>ボス＋ボス＝浮き</em><br />\r昨日は気づいていなかったのですが、通路にある卵のような中身ですが、脈打っていますね。<br />\rまた石窟のかなり存在する台座にある骸骨ですがかなりぺらぺらです。</p>','<p>昨夜は、エスネ東に集まってペトラ寺院を目指しました。<br />\r途中幸運なことに寺院直前のマップで、カドンからパラ129鎧を...lessonさんが拾ってユウさんに..<br />\r事が始まる前だったので、ねこパーティのWTは補給物資満載で重い重い！<br />\rということで、鎧は...地下洞窟に入ったところにいた、aka227さんへわたりました！</p>\r<p>ねこも拾いたかったぁ！でも、そんなことはしばらくするとどうでも良くなります。<br />\r昨日せっせと撮ったSSをくっつけた歯抜けの多い地図...<br />\rでも今日ゼネピックのことに行くと...やっぱり出来てたペトラ寺院の地図！<br />\r印刷しようとすると...地図がない！ということで画面のSS撮って印刷！抜け道はあるもの！<br />\r地図ゲットで、すーいすい</p>\r<p>暗黒の部屋(ボス部屋)に来たら、仙人さんPTが...<br />\rでもしばらくすると、貸し切りになっちゃいました。</p>\r<p>ボスが湧くのは奥側の部屋。でもそっちはボスだけでなく、雑魚も湧き湧き！<br />\rで採った作戦は...二つの部屋のコネクトしている箇所で戦闘し、ボスを見つけたら手前側に連れ込む！<br />\rで、財宝がザックザック！</p>\r<p>1匹目...<br />\r<img height=\"550\" alt=\"ビプャ??ズ1匹目1\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070125_boss1-1.jpg\" /><br />\r<img height=\"490\" alt=\"ビプャ??ズ1匹目2\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070125_boss1-2.jpg\" /><br />\rナピオン・ダーク＞lessonさん</p>\r<p>2匹目...<br />\rナピオン・ダーク＞ユウさん</p>\r<p>ここで、例の2回目のクエストをすると...<br />\r「アクセ装備欄が増えるアイテムがもらえるという」噂の検証...<br />\r結果、もらえない...どうやらただの噂のようだ！(1回目のクエストでもらうLv.115武器を持っていても、装備していても不可)<br />\rただ、この道中でこんなものをゲット！<br />\r<img height=\"20\" alt=\"ライトヒールLv.2が...\" width=\"280\" src=\"http://blog.blackcatlab.com/images/xo/xo070125_drop_light_heal_lv2.jpg\" /><br />\rユウさんに行ったけど...聖皇帝さんがもらったみたい...</p>\r<p>3匹目...<br />\r<img height=\"400\" alt=\"ビプャ??ズ3匹目1\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070125_boss3-1.jpg\" /><br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070125_boss3-2-org.jpg\"><img height=\"307\" alt=\"ビプャ??ズ3匹目2\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070125_boss3-2.jpg\" /></a><br />\r&uarr;クリックすると大きなSSが表示されます<br />\rナピオン・ダーク＞リリィさん<br />\rゼンストーン＞聖皇帝さん<br />\rマキシリカバラント＞由樹さん</p>\r<p>4匹目...<br />\r<img height=\"300\" alt=\"ビプャ??ズ4匹目\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070125_boss4-1.jpg\" /><br />\rオールストライクLv.4＞ねこ！<br />\rゼンストーン＞ユウさん<br />\rマキシリカバラント＞ユウさん</p>\r<p>5匹目...<br />\r<img height=\"300\" alt=\"ビプャ??ズ5匹目\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070125_boss5-1.jpg\" /><br />\rナピオン・ダーク＞lessonさん<br />\rヴァイタリティLv.4＞ねこ！</p>\r<p>貸し切りって楽だな～。<br />\r若干トラブルで浮いちゃう人もいるけど、基本的にはユウさんにお任せで楽チンポン！<br />\rミニポが切れそうに何度かなったけど、ミニポ切れます報告したらメンバの方が何も言わずミニポをねこに...<br />\rありがたやぁ...帰りまでに頂いたミニポ総個数は実に600！プリさんならひとり分ですか？<br />\rもう、今日は浮かずに帰れる...そう思っていました...</p>\r<p>「予想外のことは起こるもの」(デラーズ・フリート談)</p>\r<p>来たときに...<br />\r　ユウさん昨日は浮き浮きで、「2匹の範囲を同時に食らうと耐えれません」とか話していたわけですが...<br />\r　ユウさんと同じPTだった聖皇帝さんとは、真っ先に浮いたウィザードの話とかね！<br />\r甘かったようです...</p>\r<p>2匹のボスがなぜか、休んでいた手前側の部屋に...<br />\r聖皇帝さんが「ボスが2匹」って言った、数秒後...ユウさんがくろねこの右側から召還とボスをつれてやってくる...<br />\rしかも、いつもより数が多い。全部来たのかな？<br />\rメンバが散開していたので、とりあえず退いたら...<br />\r(ﾟOﾟ;ｱｯ! 目の前に2匹目...一瞬この近くに入り口が...って頭をよぎったが...<br />\rこの時点で浮いてるのはlessonさんのみ、みんな捨てて逃げられないのだ～～～～！<br />\rで、その数秒後、ボス2匹の同時のブロークンフォース！(範囲攻撃です) ＋ 召還の群！<br />\rそして... (。-ノ-)/&Omega;チー-ン!!(。-ノ-)ノ彡☆ポクポク!!<br />\r<img height=\"310\" alt=\"(。-ノ-)/Ωチー-ン!!(。-ノ-)ノ彡☆ポクポク!!\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070125_angel.jpg\" /></p>\r<p>他のPTも来る中召還が消えるのを待ち、浮いてリターンに帰ったユウさん/聖皇帝さんが帰ってくるのを待ち、逃げ切ってスクロールで寺院入り口に飛んだリリィさんを待って...</p>\r<p>様子を見ながら...</p>\r<p>復活！</p>\r<p>6匹目...<br />\rナピオン・ダーク＞由樹さん<br />\rヴァイタリティLv.4＞ねこ！</p>\r<p>7匹目...<br />\rナピオン・ダーク＞ねこ！</p>\r<p>全員にナピオン・ダークが行き渡りました！<br />\rこれでボス戦終了！当分来ることはないでしょう...<br />\rここのドロップはまだまだねこには用のないものばかり...<br />\r<img height=\"55\" alt=\"ボルペリウォーボウ【スカウターLv.126???】\" width=\"145\" src=\"http://blog.blackcatlab.com/images/xo/xo070125_bow126.jpg\" /><br />\r<img height=\"75\" alt=\"ナピオン・ダーク\" width=\"145\" src=\"http://blog.blackcatlab.com/images/xo/napion_dark.jpg\" /><br />\r<img height=\"60\" alt=\"ヴァイタリティLv.4【ビショップLv.131スィ??ブック】\" width=\"145\" src=\"http://blog.blackcatlab.com/images/xo/vitality_lv4.jpg\" /><br />\r<img height=\"60\" alt=\"オールストライクLv.4【シャドウLv.131スィ??ブック】\" width=\"145\" src=\"http://blog.blackcatlab.com/images/xo/all_strike_lv4.jpg\" /></p>\r<p>エイリアン討伐は先行遊撃マシーン兵器部隊『TOP』とGX-34ガンバスターにお任せしましょう！<br />\rバスタービーム!!!</p>\r<p>なんかめっちゃおたく！わかるやつどれだけいるんだ</p>',1,2849,0,4,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070125_boss3-2-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070126_2343',3,0,'2007-01-26 23:43:08','mary☆さんレベル79',null,'<p>パーティメンバのmary☆さんが、久々にレベルアップ！<br />\r(ノ ^ ▽ ＾ )ノ‥‥━━━━━☆ピーー<br />\r2日間でレベルアップっていいな～<br />\r<img height=\"430\" alt=\"mary☆79\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070126.jpg\" /></p>\r<p>日曜日もレベルアップして80にするとか・・・<br />\rそしたら書庫に時計狩りだね！</p>','',1,2538,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070126_2358',3,0,'2007-01-26 23:58:08','Kron が拾える？',null,'<p>なにか帰宅したら...<br />\r全てのアイテムが<strong>1Kron</strong>と表記されたバグがありましたね。<br />\r拾うと普通のアイテム名が表記されていたので、落ちているアイテム(モンスターだけでなく、ユーザが落としたアイテムも)の表記上の問題だけかと思いきや....</p>\r<p>近くにパーティメンバがいて、且つアイテムの分配に「ランダムに配分」を選択していると...<br />\r＜SS＞<br />\rと表記されていたようです。</p>','<p>このことからわかること...<br />\rゼネピックのシステム自体はKronを拾って獲得する仕様が実装されようとしていた(される)可能性が高いことが伺えます。<br />\rなにかの理由でドロップを拾うという形でのKronの取得は出来なくなったのでしょう。(ゲームバランス調整でしょうか？)<br />\rまぁ、モンスターが金品を持っていることにリアリティーはないので、別に拾えなくても良いのですが...<br />\rクエストの達成ボーナスとしてのKronの取得はもうちょっと見直して欲しいですね。<br />\rどんどんお金が減っていきます。</p>\r<p>サポートチームとしては、「キャラのレベルに対して不相応なマップに行くからだ！」と言うかもしれませんが、それなら経験値の取得が気の遠くなるほど小さくなります。無課金だと10匹倒しても0.01入るかどうか...</p>\r<p>無料で遊べるゲームなら、無料で遊べるようにゲームバランス調整をして欲しいですね♪</p>',1,2258,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_XpItem_Gacha',3,0,'2007-01-28 11:31:19','課金アイテム - ガチャ',null,'<UL>\r<LI><A href=\"http://www.blackcat.xyz/article.php/xo_XpItem_Gacha200\">ガチャ200(x)</A></LI>\r<LI><A href=\"http://www.blackcat.xyz/article.php/xo_XpItem_Gacha300\">ガチャ300(x)</A></LI>\r<LI><A href=\"http://www.blackcat.xyz/article.php/xo_XpItem_Gacha500\">ガチャ500(x)</A></LI>\r<LI><A href=\"http://www.blackcat.xyz/article.php/xo_XpItem_GachaLimit\">ガチャ(期間限定)</A></LI></UL>','',1,3779,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_XpItem_Gacha200\">ガチャ200(x)</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_XpItem_Gacha300\">ガチャ300(x)</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_XpItem_Gacha500\">ガチャ500(x)</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_XpItem_GachaLimit\">ガチャ(期間限定)</a>',0,1,1,0,0,'1999-11-30 00:00:19','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070129_1300',3,0,'2007-01-29 13:00:00','01/28 mary☆ レベル80に',null,'<p>昨夜、パーティメンバのmary☆がレベル80になりました♪<br />\r<img height=\"400\" alt=\"mary☆ Lv.80\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070128_1.jpg\" /><br />\rレベル80になったら...</p>\r<p>なったら...</p>\r<p>やはり！</p>\r<p>これでしょう！</p>','<p>21:00ロビー集合で、mary☆のレベル80の羽を見た後、バージョンアップしたスキルを覚えたmary☆と書庫を目指してひたすら走りました！<br />\r久々の書庫はごたごたしてましたが、絶望側安地でしおんさんを迎え入れメンバを拡充した後...<br />\rこのメンバで書庫するのは初めてなので、不安を残しつつポイントへ...</p>\r<p>すると、すぐに赤クロックが見つかってラッキー＼(^^＼)(/^^)/チャチャチャ...<br />\rでもスカでした...OTZ...</p>\r<p>ここで、スカウターのパタリロさん追加...</p>\r<p>気を取り直して、2匹目...<br />\r1匹目はねこが叩いて召還を出したけど、2匹目からはパタさんにバトンタッチ！<br />\r召還出して本体と分離、しおんさんとねこで召還を掃除して...パタさんは本体を叩くの！<br />\rそうして、倒した赤クロックからは、何と部品が...<br />\rその後、もう一匹赤クロックを見つけたけど、これまたスカで残念。</p>\r<p>遅くなったので、帰ろうとしたら...<br />\r青クロック発見！<br />\r青クロックの周りにいっぱい雑魚がいたので、掃除していると...<br />\rアレレレ!?(・_・;?レ...もう一匹。<br />\rしかも2匹くっついたから...<br />\r<img height=\"400\" alt=\"青ク??ック2枚重??\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070128_3.jpg\" /><br />\r大変でした！</p>\r<p>しかも、書庫ついてすぐ気づくことなんだけど、道の真ん中付近に立つと、消えちゃうんだよね。<br />\r<img height=\"400\" alt=\"くろ??こが消えてる・・・\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070128_2.jpg\" /><br />\rここに、クロックとかが湧いて知らない内に叩いちゃったりしたらすっごくきけんなので、早めに直して欲しいね＞運営さん。</p>\r<p>しかし、日曜日ということもあって、かなり人がいっぱいでした。</p>\r<p>来週もおじゃまします。<br />\rもしかしたら、来週はmary☆さんの分だけじゃなくて、PONさんの分ももらいに行くかもです。待ってろよ＞クロック！？</p>',1,2299,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map161',3,0,'2007-01-29 20:15:39','マップ - ペトラ寺院 暗黒の部屋',null,'<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r\n<H3>▽マップ</H3>[image1] ','<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map160\">ペトラ寺院 地下洞窟</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>\r\n<H3>▽出現モンスタ</H3>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image2]</TD>\r\n<TD colSpan=\"4\">ビプロンズ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>Lv.</TD>\r\n<TD>138</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">&nbsp;</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ペトラ寺院 暗黒の部屋</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">ナピオン・ダーク、ドポイン、マキシリカバラント、ゼンストーン、バイタリティLv.4【ビショップLv.131スキルブック】、オールストライクLv.4【シャドウLv.131スキルブック】</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image3]</TD>\r\n<TD colSpan=\"4\">スケルアロン</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>Lv.</TD>\r\n<TD>138</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ、召還</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">&nbsp;</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ペトラ寺院 暗黒の部屋</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image4]</TD>\r\n<TD colSpan=\"4\">ディバロス</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>Lv.</TD>\r\n<TD>-</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">&nbsp;</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ペトラ寺院 暗黒の部屋</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image5]</TD>\r\n<TD colSpan=\"4\">アナキル</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>Lv.</TD>\r\n<TD>-</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">&nbsp;</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ペトラ寺院 暗黒の部屋</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r\n<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r\n<TBODY>\r\n<TR align=\"middle\">\r\n<TD rowSpan=\"4\">[image6]</TD>\r\n<TD colSpan=\"4\">グリアン</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>Lv.</TD>\r\n<TD>-</TD>\r\n<TD>特性</TD>\r\n<TD>アクティブ</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>スキル</TD>\r\n<TD colSpan=\"3\">&nbsp;</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>出現MAP</TD>\r\n<TD colSpan=\"3\">ペトラ寺院 暗黒の部屋</TD></TR>\r\n<TR align=\"middle\">\r\n<TD>ドロップ</TD>\r\n<TD colSpan=\"4\">&nbsp;</TD></TR></TBODY></TABLE>\r\n<H3>▽モンスター不明ドロップ</H3>\r\n<UL>\r\n<LI>バインディングLv.3【パラディン121スキルブック】 \r\n<LI>リカバラント </LI></UL>',1,3343,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map160\">ペトラ寺院 地下洞窟</a>',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map159',3,0,'2007-01-29 20:53:15','マップ - ペトラ寺院',null,'<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r\n<H3>▽マップ</H3>[image1] ','<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r\n<H3>▽マップ</H3>[image1] \r\n<H3>▽隣接マップ</H3>\r\n<UL>\r\n<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map158\">トゥメイド高原</A> </LI></UL>\r\n<H3>▽ＮＰＣ</H3>エイルの警備兵 \r\n<H3>▽クエスト</H3>Lv.115武器がもらえるクエスト \r\n<H3>▽出現モンスタ</H3>',1,4593,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map158\">トゥメイド高原</a>',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map160',3,0,'2007-01-29 20:58:20','マップ - ペトラ寺院 地下洞窟',null,'<A href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</A> \r<H3>▽マップ</H3>[image1]','<H3>▽隣接マップ</H3>\r<UL>\r<LI><A href=\"http://www.blackcat.xyz/article.php/xo_map159\">ペトラ寺院</A> </LI></UL>\r<H3>▽ＮＰＣ</H3>\r<H3>▽出現モンスタ</H3>\r<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r<TBODY>\r<TR align=\"middle\">\r<TD rowSpan=\"4\">[image2]</TD>\r<TD colSpan=\"4\">ドリュコス</TD></TR>\r<TR align=\"middle\">\r<TD>Lv.</TD>\r<TD>142</TD>\r<TD>特性</TD>\r<TD>アクティブ</TD></TR>\r<TR align=\"middle\">\r<TD>スキル</TD>\r<TD colSpan=\"3\">&nbsp;</TD></TR>\r<TR align=\"middle\">\r<TD>出現MAP</TD>\r<TD colSpan=\"3\">ペトラ寺院 地下洞窟</TD></TR>\r<TR align=\"middle\">\r<TD>ドロップ</TD>\r<TD colSpan=\"4\">インツリュム&nbsp;</TD></TR></TBODY></TABLE><BR>\r<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r<TBODY>\r<TR align=\"middle\">\r<TD rowSpan=\"4\">[image3]</TD>\r<TD colSpan=\"4\">ゲリアン</TD></TR>\r<TR align=\"middle\">\r<TD>Lv.</TD>\r<TD>140</TD>\r<TD>特性</TD>\r<TD>アクティブ</TD></TR>\r<TR align=\"middle\">\r<TD>スキル</TD>\r<TD colSpan=\"3\">&nbsp;</TD></TR>\r<TR align=\"middle\">\r<TD>出現MAP</TD>\r<TD colSpan=\"3\">ペトラ寺院 地下洞窟</TD></TR>\r<TR align=\"middle\">\r<TD>ドロップ</TD>\r<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE><BR>\r<TABLE cellSpacing=\"1\" cellPadding=\"1\" width=\"580\" border=\"1\">\r<TBODY>\r<TR align=\"middle\">\r<TD rowSpan=\"4\">[image4]</TD>\r<TD colSpan=\"4\">マリオン</TD></TR>\r<TR align=\"middle\">\r<TD>Lv.</TD>\r<TD>138</TD>\r<TD>特性</TD>\r<TD>アクティブ</TD></TR>\r<TR align=\"middle\">\r<TD>スキル</TD>\r<TD colSpan=\"3\">&nbsp;</TD></TR>\r<TR align=\"middle\">\r<TD>出現MAP</TD>\r<TD colSpan=\"3\">ペトラ寺院 地下洞窟</TD></TR>\r<TR align=\"middle\">\r<TD>ドロップ</TD>\r<TD colSpan=\"4\">　</TD></TR></TBODY></TABLE>\r<H3>▽モンスター不明ドロップ</H3>\r<UL>\r<LI>ライトヒールLv.2【パラディン111スキルブック】 </LI></UL>',1,4704,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map159\">ペトラ寺院</a>',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070130_1252',3,0,'2007-01-30 12:52:36','ワンパンで沈むモンスターの反撃...実は...',null,'<p>うちのメンバのまりにあが、摩訶不思議な情報と検証結果のSS送ってくれました。<br />\rSSはアップしませんが...<br />\rみなさんも検証してください。</p>\r<p>その前に、前提となる背景をちょこっと</p>\r<p>今年の01/11のメンテで変更があった「スキルの効きが遅くなる」修正に絡んでいます。<br />\rスキルの効きが遅いので、ワンパンで沈む(ワンキル)のモンスターから反撃を受ける結果となってしまっていました。<br />\rこの件に関しては、<a href=\"http://blog.blackcatlab.com/archives/2007/01/xo070111_1303.htm\">ねこのブログ</a>でも地味子さんの<a href=\"http://jmko.blog53.fc2.com/blog-entry-262.html#more\">「1月10日よる、突然の調整」</a>でも語られていますので多くは語りません。</p>\r<p>で、<em>この反撃によるダメージが表示されているけど、実はダメージを受けてはいない</em>とまりにあは言うのです。</p>','<p>実験方法は以下の通りです。<br />\r</p>\r<ol>\r    <li>HPを満タンにする </li>\r    <li>アクが周りにいない状況で、ノンアクを効果遅延のあるスキルで(1撃で)倒す </li>\r    <li>ダメージ表記がでたところでSSを撮る </li>\r</ol>\rで、送ってもらったSSを見ると、モンスターを倒した際のダメージ表記があるけれども、HPは減っていませんでした。<br />\r減らないのか....\r<p>でも、確か某ブログで、最後の悪あがきがクリティカルで浮いたとか書いてたな...<br />\rダメージが減るケースと減らないケースがあるのでしょうか、疑問は募るばかりです...</p>',1,3584,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/archives/2007/01/xo070111_1303.htm\">ねこのブログ</a>\n<a href=\"http://jmko.blog53.fc2.com/blog-entry-262.html#more\">「1月10日よる、突然の調整」</a>',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070131_1220',3,0,'2007-01-31 12:20:45','01/30 日給10%...',null,'<p>日給10%ってかなりきついですね...<br />\r最近ちょっとかりかりしてきた気がします...<br />\rもうちょっと、心に余裕を持たないと...</p>','<p>最近、息子(age.4)がスーパーマリオブラザーズをやっています。いまどきファミコンな訳ですが、息子にはどうでも良いみたいです。ハンゲもファミコンも大した違いが無いようで！</p>\r<p>息子につきあって、ファミコンを毎日させられるわけです。<br />\rそのおかげか、1-1&rarr;8-4迄いけなかったくろねこですが、つい最近クリアすることが出来ました。ﾊﾞﾝｻﾞｰｲ ＼(≧&nabla;≦)/＼(≧&nabla;≦)/＼(≧&nabla;≦)/＼(≧&nabla;≦)/ ｷｬｧ♪<br />\rといっても、<br />\r　1-1&rarr;1-2&rarr;4-1&rarr;4-2&rarr;8-1&rarr;8-2&rarr;8-3&rarr;8-4<br />\rと8面しかクリアしていませんが...100up出来る方法を書いた攻略サイトって無いものでしょうか？<br />\r当時、インターネットなんか庶民には存在すら知らされていなかったわけで...</p>\r<p><br />\rで、昨日はメンバとロスト東にいました。<br />\r本当は西にいたところを、東に拉致られました！<br />\rで、アコ2三人集と狩りをしたわけですが、内側なら三人いれば十分でしょうが！<br />\r釣るにしても、ここのモンスターしつこくないのですぐタゲが切れてしまいます。<br />\rあと、自分で倒した方が早い＆無駄に体力が減らない。</p>\r<p>途中で、二人落ちちゃったので、小夜と1時過ぎまで狩りして落ちる予定(落ちるのは街)で安地まで来ました。<br />\rすると...とある人に出会ったので、「こんばんは」と挨拶しました。<br />\rそうしたら、前に話していた回復アイテムをくれるというので、なんのことかさっぱり記憶が抜け落ちていたくろねこでしたが、それを告げると、「まぁいいや、あげるからブリン倉庫まで来て」といわれ...元々帰る予定をしていたのでロストからブリン宿屋まで帰りました。</p>\r<p>すると、回復アイテム頂きました。<br />\rそれもたくさん！<br />\r当分、回復アイテムには困らないかと思います。(少なくとも、来月中頃までは...)</p>',1,2637,0,4,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070201_1813',3,0,'2007-02-01 18:13:05','01/31 ち、ちぬ･･･',null,'<p>今日もロスト西で狩りをしていたくろねこです。<br />\r今日もリスに襲われました。このストーカー何とかして欲しいものです...<br />\rいつもの調子でこのストーカーを撃退することにしました。いつもどおり叩いていると雑魚の沸きが激しい...<br />\rこれまたいつもの調子でF2とF3の回復を使いながら...F4でホーリークラッシュ、もちろん戦闘開始時にオーラーブレードは忘れていません！<br />\rで、今日はなぜか浮き掛ける...おかしい...</p>\r<p>一旦撤退して、体勢を立て直す...</p>\r<p>再挑戦！</p>\r<p>同じ目に遭う...</p>\r<p>おかしい...いつもと何が違う...</p>','<p>と思ったら...いつも回復アイテムの登録が違ったのだ！<br />\rいつもは...<br />\r1ページ目(LG装着時の未使用)：</p>\r<ol style=\"LIST-STYLE-TYPE: none\">\r    <li>F1:ライフガード </li>\r    <li>F2:ジュース </li>\r    <li>F3:ミニポ </li>\r</ol>\r2ページ目(狩り場常用)：\r<ol style=\"LIST-STYLE-TYPE: none\">\r    <li>F1:ジュース </li>\r    <li>F2:ミニポ </li>\r    <li>F3:バター </li>\r</ol>\r3ページ目(冒険用)\r<ol style=\"LIST-STYLE-TYPE: none\">\r    <li>F1:課金回復 </li>\r    <li>F2:ジュース </li>\r    <li>F3:ミニポ </li>\r</ol>\r<p>だったのだけど、貧乏な没落三次職なので...先日もらったミルクを活用しようと、狩り場で常用している2ページ目と3ページ目を...<br />\r2ページ目(狩り場常用)：</p>\r<ol style=\"LIST-STYLE-TYPE: none\">\r    <li>F1:ジュース </li>\r    <li>F2:ミルク </li>\r    <li>F3:バター </li>\r</ol>\r3ページ目(冒険用)\r<ol style=\"LIST-STYLE-TYPE: none\">\r    <li>F1:課金回復 </li>\r    <li>F2:ジュース </li>\r    <li>F3:ミルク </li>\r</ol>\rに変えたのでした...<br />\rいつもの調子で押していると...回復が足りなくて...減りすぎて...戦線離脱！\r<p>これを繰り返すこと2回...3回目は通りがかりのアコさんが回復してくれて...辛くも倒せた...</p>\r<p>リス倒した後も、慣れなくて<br />\rモンスター(6～7匹)の群に突っ込み...浮きそうになって....<br />\rジュースがぶ飲み...<br />\r結局高く付きました</p>\r<p>で、ミニポを持って3ページ目を元に戻して...<br />\r危ないときには3ページ目に切り替えると言うことにしました...</p>\r<p>浮いたら...浮いたら...1日計画から遅れる～～～～<br />\rはぁはぁ...</p>\r<p>みなさんも、急激なダイエットは命取りです！<br />\rちょっとずつ回復アイテムを減らしましょう！</p>',1,2416,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070202_1244',3,0,'2007-02-02 12:44:55','02/01 アレレレ!?(・_・;?',null,'<p>昨夜もロスト西で狩りをしていたくろねこです。<br />\rバターとミルク、バターとミニポの組み合わせは結構うまくいっています。<br />\rただ...mary☆さんがロスト南で浮いちゃいました。-7%だったようです。<br />\rライフガードは狩りにおける効率upへの寄与が無いため、時計orベルなどの効率upアクセを付けることを前提に考えると、ライフガードを装備すると言うことは実質的に効率の低下を招いていると言えます。<br />\r浮いたときの保険ですが...<br />\r効率低下の程度が同じなのでどうせ付けるなら、ライフガード7%を付けたいものです。</p>','<p>mary☆さんがリターンポイントであるヨツンハイムから、再びロスト南へ戻ってきたころねこはナイトリスに遭遇しました。</p>\r<p>ちょっと話がずれますが...<br />\rねこは貧乏なので、回復アイテムの効率化(がぶ飲みではありますが...それは浮かないようにするためです)の他に、積極的に補助をかける/掛けてもらうというのがあります。<br />\r掛けてもらうのを催促するわけに行かないので(パーティメンバには催促をしますが...)補助をかけるのは、自分でもしくはパーティメンバからということになります。<br />\rで、補助をかけてくれるリシェさんを安地に用意していたわけですが...<br />\r安地前で予備の回復アイテム＆不要なドロップを持ってくれているリシェに補助をもらうことで、回復アイテムの消費軽減と攻撃力upによる時間の短縮をねらっている訳です。</p>\r<p>で、話は戻りますが...<br />\rちょうどMPが少な目だった＆安地に比較的近かったこともあり、一発叩いて召還を出した後、補助をもらいに安地まで...<br />\rすると...ちょうど同じように安地に向かって走るアコ(2)さんが...モンスター7～8匹ほどトレインしているではありませんか！<br />\rそれを叩こうとしたら、くろねこ安地に入っちゃって(タゲミス？)、アコさんも安地に...<br />\rでそのまま安地でモンスターを一掃していたんだけど、ちょうどそれってリシェの真上だったんだよね。しばらくするとそのアコさんが浮いて...ふと...リシェの回復を思い出し、もう一台のPCを見ると...ダイアログが...<br />\r振り返ってる間に浮いたのですね...<br />\r<img height=\"300\" alt=\"浮いてしばらく後・・・\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070202_1.jpg\" /><br />\rアコさん謝ってリターンに帰られたようなのですが...</p>\r<p>そのあと、ロスト西に帰ってこられて...とあるパラディンさんとお話してらっしゃいました。<br />\rで、聞いちゃいました。<br />\r「...の見た感じでは...」<br />\r「あやまらなければよかった」<br />\rって言っていたのを...(その前後を聞いていないので、良くわかんないんだけど)</p>\r<p>浮いたのはくろねこのせいだと思っているのかな？<br />\rねこは、リス叩いていたのでリスは安地内に入ってきて当然なんですが、それ以外のモンスターにぼこぼこにされていたと言うことは、アコさん自身がそのトレインしていたモンスターのいくつかに攻撃したからでは？<br />\rくろねこがリスをつれて安地に入ったからであっても、基本はくろねこに攻撃して来るはずなので、どうにでもなるよね。それでも浮いてると言うことはやはり自己責任じゃないのかな？アレレレ!?(・_・;?</p>\r<p>その後、そこアコさんに何度かライトヒールしてみましたが、ﾈｺ(;._.)ヾ(ーー;)凸&larr;ｱｺ って感じでした。(単にデスペナ分取り戻すのに必死だった可能性もありますが...)<br />\rなにかすっきりしませんね.../(-_-)ヽｺﾏｯﾀｧ</p>\r<p>せっかく7%代迄上げたリシェですが、また4%代まで下がりました。<br />\rくろねこが一息ついたら上げようかな...<br />\rそのくろねこは、昨日も順調にレベルを上げて、今朝Lv.107 85% になりました。<br />\r土曜日にはレベルアップできそうです。来週末から始まる3連休中ににもレベルアップできれば109レベルで武器換えですね。<br />\rパラ109レア装備欲しいですね♪</p>',1,2761,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070202_1259',3,0,'2007-02-02 12:59:46','くろねこ レベル108',null,'<p>いきなりですが、くろねこ108の羽です<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/blackcat108-org.jpg\"><img height=\"440\" alt=\"くろねこLv.108\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat108.jpg\" /></a><br />\r&uarr;クリックすると大きなSSが表示されます</p>\r<p>さて、くろねこにもLv.108になり、三次職初のドロップスキルが使えるLv.111が近づいてきました。<br />\rLv.111と言えば、やはりオーラーブレードLv.2ですが、今のところ入手は出来ていません。</p>\r<p>お墓、迷宮、砂漠、そしてお寺にも行っていません。ひたすらロストで狩りあるのみです...<br />\rというのは嘘で...mary☆＆PONのマジカルクロックのために書庫へ行ってました。</p>','<p>ステ振り前<br />\r<img height=\"322\" alt=\"blackcat108sb.jpg\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat108sb.jpg\" /><br />\rステ振り後<br />\r<img height=\"322\" alt=\"blackcat108sa.jpg\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat108sa.jpg\" /><br />\rグローブを交換(店売り)<br />\r<img height=\"322\" alt=\"blackcat108ea.jpg\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat108ea.jpg\" /></p>',1,2951,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/blackcat108-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:13','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070205_1559',3,0,'2007-02-05 12:59:46','出会ったら、とりあえずショットをかまそう！',null,'<p>みなさん、初めての所に冒険に連れて行ってもらったら何をしますか？<br />\rいろいろあるかもしれませんが、冒険についての注意事項とか作戦とかを聞くことになると思います。</p>\r<p>くろねこロスト西で狩りをしていたお昼間、とあるいつもの方から召集令状を頂いてしまいました。朝方は調子が悪くて寝ていたのに...いきなり戦地に徴収ですよ！人使いが荒い...<br />\rそして、今回はくろねこだけでなくメンバのまりにあもお呼ばれしました。<br />\r浮きそうな予感はあったので、一度は断ったんですけどね...<br />\r30分後にはヨツンハイムど真ん中の集合場所にいましたね。</p>','<p>そこから、てくてくかぶりついてくる花をなぎ倒し、すり寄ってくる白熊を、象を...そして、見たくもないケツを見せてくるゴリラを(新しいパンツ買え！)倒し、ようやく到着した氷の迷宮。<br />\r<img height=\"290\" alt=\"いざ出陣！\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070204_0.jpg\" /><br />\rそれまでの勢い余ってそのまま迷宮に突っ込み、美人のおねーちゃんに生きたまま標本にされかけました。いや、今回は入り口で思いとどまりましたが...<br />\rちなみにブレーキはBrembo製です！</p>\r<p>今回の虎は1回目は楽でしたね....</p>\r<ol>\r    <li>koooさんが耐えて...</li>\r    <li>ユウさんがエナぶっ放したあと...</li>\r    <li>召還と本体を分けて...</li>\r    <li>それぞれを粉砕</li>\r</ol>\r<br />\r<img height=\"300\" alt=\"虎一匹目！\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070204_1.jpg\" />\r<p>&nbsp;</p>\r<p>でも、こんな話があったんです。<br />\rまりにあが、虎が出たらどうしたらいいのか？と聞いたので誰か(koooさん？)が「ショットを撃つ」って言っていたんですね。<br />\rで、三匹目の虎ぐらいだったでしょうか、通路を抜けたところに湧いた虎にまりにあが一撃、ファイアショット!!!。一撃で虎が昇天してくれれば良かったのですが...</p>\r<p>当然、ちび虎の群が...逃げろ～って感じです。</p>\r<p>そのとき、ねこはミニポとか虎のドロップとかでWTが点滅(たしかWT12500ほど)でした。<br />\r逃げ足とろ～。</p>\r<p>koooさんはポーション600個使って何とか耐えてたらしいんですが、切れたとたんに浮いたらしいです。<br />\rユウさんとまりにあは即死、koooさんとゆうまさんとななさんはしばらく後...</p>\r<p>で、召還が消えたころkoooさん以外生き返って、リベンジ開始！<br />\rユウさんが耐えてる間にﾘﾘｨさんとkoooさんを起こしに行ったけど、生き返らず。<br />\rゆうまさんが「いくよ～」って言ったので、虎を叩いたら...叩いたら....</p>\r<p>？？？</p>\r<p>ちび虎の群。1秒経たずに浮きました。なぜ！？<br />\r<img height=\"420\" alt=\"浮いちゃった～\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070204_2.jpg\" /></p>\r<p>後で確認したら、時間を掛けすぎたからの様です。<br />\r前衛って距離が近い分、何かあってもとっさに行動できませんね。やはりエナが一番でしょうか？</p>\r<p>その後も、koooさんを起こして...<br />\r<img height=\"300\" alt=\"起きろkooo！\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070204_3.jpg\" /></p>\r<p>虎を倒し続け、<br />\r<img height=\"450\" alt=\"快勝！\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070204_4.jpg\" /><br />\r二匹同時湧きした虎も辛くもクリア。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070204_5-org.jpg\"><img height=\"275\" alt=\"虎二匹同時湧き！\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070204_5.jpg\" /></a></p>\r<p><br />\rみんな内胆を3つ以上手に入れほくほく顔で帰りました。</p>\r<p>※教訓、一度崩れた体制はなかなか元に戻らない</p>',1,2600,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070204_5-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:27','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070206_2143',3,0,'2007-02-06 21:43:19','(/□≦、)エーン!!',null,'<p>こんばんは、くろねこです。<br />\r今年初？のバグ浮きを体験しました。<br />\rロスト西で狩りをしていたら...ＰＣが急にカクッときて、あっ、キャラが消えた!!<br />\rSS撮っておこうと、キーを押して....<br />\r＜SSは後で載っけます...＞</p>\r<p>で、この状況を回避しようと Alt+C (SHOP移動)を押す。<br />\rモンスターに叩かれているらしく、あのむなしいメッセージが左上に...</p>\r<p>しばらく今日のは回復できるな....左上に誰かいるな...<br />\rと我ながら冷静...</p>\r<p>ねこを叩いているのは、おそらく一匹...<br />\rHPは残り2/3程度(Maxおよそ4000)、行くか！と思ってクライアントプログラムの強制終了！</p>','<p>うまくいけばセッションが切れて、くろねこはサーバにはいないはず、ダメでも1分くらい起動するまで耐えられるだろうと思っていたら...<br />\rヨツンハイムでした！</p>\r<p>冷静に見えてやるのを忘れていたこと！<br />\rそれは.... </p>\r<ol>\r    <li>強制終了前に、LGを装備するとか... </li>\r    <li>嫁からPCを取り上げて強制落としするとか... </li>\r    <li>まりにあに頼んで強制落としするとか...誰かが通りがかって、安全が確保されるまで耐えるとか... </li>\r</ol>\rいろいろあったでしょうに...\r<p>昨日は、確定申告のために青色申告ツールにデータを入力していてほとんどinしなかった(サブキャラでバザー放置)のだが、結果的にデスペナで-10%になるなら、今日もそっちの方が良かったのではないかと...<br />\rせっかくガチャで出た経験値2.0 3Dを付けたのに...(攻撃課金がないので弱いんですが...)</p>\r<p>後悔先に立たず、(/&nabla;≦＼)ｱﾁｬ-!ﾐﾃﾗﾝﾅｲ<br />\rしかし、図らずともバグで得たデスペナ10%はかなり痛いです。<br />\rみなさん、お気をつけて!!!</p>',1,2892,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070207_2221',3,0,'2007-02-07 22:21:00','02/07 新スキルを見た！',null,'<p>いつものようにロスト西で狩りをしていたくろねこです。<br />\rさて今日は、スカウター/クレリックに待望の新スキルが実装されましたね。</p>\r<p>スキルの内容を見てみると...</p>\r<p><strong>スカウター</strong></p>\r<dl><dt>スナイピングショット</dt><dd>スカウターの攻撃スキル<br />\r敵をゆっくり狙い撃ちしてより多くのダメージを与える技</dd><dt>アローランページ</dt><dd>スカウターの攻撃スキル<br />\r敵に向かって矢を撃ち、ターゲットとターゲットを中心にする一定範囲内の敵にまでダメージを与える技</dd></dl>\r<p><strong>クレリック</strong></p>\r<dl><dt>ディスカース</dt><dd>クレリックの弱体化スキル<br />\r敵に頭の痛くなる説教をして対象の物理攻撃力、魔法攻撃力を低下させる</dd><dt>シェーター</dt><dd>クレリックの攻撃スキル<br />\r対象を盾で叩いてダメージを与え、一定確率で短い間気絶状態にさせる<dl></dl></dd></dl>','<h3>スカウター</h3>\r<p>以前にスキルで無くて矢の効果でこんなのがあればいいなぁと考えていた、「ターゲットとターゲットを中心にする一定範囲内の敵にまでダメージを与える」ですが、スキルとして実装されてますね。<br />\rパタさんに見せてもらったんですが、エフェクトに気を取られて実際のダメージまで見られていませんでした。<br />\rパタさんが、コメントでダメージを記入してくれると期待！</p>\r<dl><dt>スナイピングショット</dt><dd><a href=\"http://blog.blackcatlab.com/images/xo/xo070207_snipingshot-org.jpg\"><img height=\"190\" alt=\"スナイピングショット\" width=\"200\" src=\"http://blog.blackcatlab.com/images/xo/xo070207_snipingshot.jpg\" /></a></dd><dt>アローランページ</dt><dd><a href=\"http://blog.blackcatlab.com/images/xo/xo070207_arp1-org.jpg\"><img height=\"165\" alt=\"アャ??ランページ\" width=\"200\" src=\"http://blog.blackcatlab.com/images/xo/xo070207_arp1.jpg\" /></a></dd></dl>\r<p>どうやらパタさん的には「アローランページ」がお気に入りのようですね。あちこちに出張してました。レベル101以上で修得可能なようで、現在使えるのは4人ぐらいのようですね。ダイ、パタ、ハイジ、ラク(敬称略)</p>\r<h3>クレリック</h3>\r<p>クレリックも見せてもらいました。<br />\r実際にはこっちの方を先に見せてもらいました。<br />\r狩りをしていたら、西の入り口に来た晶桜さんを発見！<br />\r早速頼んで新スキルを拝見、こっちはSSを撮っていたのですけど、「ディスカース」がうまく撮れなかった。(/□≦、)エーン!!<br />\rなんかオレンジ色の音波みたいなのが頭上に響いているエフェクトですね。「シェーター」のエフェクトもきれいでした。<br />\r説明を読んでなかったら、盾って思わなかったかも！確かにでっかい盾がモンスターに刺さっていました～♪<br />\r晶桜さんが大したことがないと言っていましたが、エフェクトはきれいですよ♪</p>\r<dl><dt>ディスカース</dt><dd>SSがうまく撮れず...</dd><dt>シェーター</dt><dd><a href=\"http://blog.blackcatlab.com/images/xo/xo070207_sheeter1-org.jpg\"><img height=\"200\" alt=\"シェーター\" width=\"200\" src=\"http://blog.blackcatlab.com/images/xo/xo070207_sheeter1.jpg\" /></a><a href=\"http://blog.blackcatlab.com/images/xo/xo070207_sheeter2-org.jpg\"><img height=\"200\" alt=\"シェーター\" width=\"200\" src=\"http://blog.blackcatlab.com/images/xo/xo070207_sheeter2.jpg\" /></a><dl><br />\rまぁ、いっぱい見せて回っていたところから、本人もまんざらではないかと。<br />\rこちらは現在2名が使用できるようです。 </dl></dd></dl>\r<p>■ライフガード8%<br />\rライフガード8%が販売されていますね。<br />\r早速買っちゃいました。昨年のHGイベントの際にはライフガードHG(8%)が100XPだったと言うことを考えると、LG8%は80XPと1%=10XPとコストパフォーマンスがスケーラブルでプライスもリーズナブル。<br />\rどうせ使うなら、7%よりもこちらを使いたいですね。</p>',1,2824,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070207_snipingshot-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070207_arp1-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070207_sheeter1-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070207_sheeter2-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070208_0823',3,0,'2007-02-08 08:23:55','2/10 の予定',null,'<p>2/10 はあちこちで転職式/お着替えがありますね。<br />\rくろねこも、いくつかお呼ばれしましたが...</p>\r<p>以下の転職式/お着替えに参加したいなぁと。<br />\r20:30～ 干し鰹さん ログ2お着替え...<br />\r22:30～ ナリアスさん プリーストに転職...</p>\r<p>干し鰹さんには、71レア装備を渡してしまったので、お祝いは何が良いのかなぁ？<br />\rナリアスさんは後衛だから、やはりMP回復かな？となると前衛の干し鰹さんはHP回復系かな？</p>','',1,2463,0,4,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Magician',3,0,'2007-02-08 13:17:18','アイテム - 装備 - マジシャン',null,'<h3>武器</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>魔攻力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>&nbsp;</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w031s.jpg\" /></td>\r            <td>エスルラーフリースタッフ</td>\r            <td align=\"right\" rowspan=\"2\">31</td>\r            <td align=\"right\">20</td>\r            <td align=\"right\" rowspan=\"21\">200</td>\r            <td align=\"right\">9,400</td>\r            <td align=\"right\">4,700</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w031d.jpg\" /></td>\r            <td>エスルラーソウルスタッフ</td>\r            <td align=\"right\">26</td>\r            <td>ドロップ</td>\r            <td align=\"right\">5,330</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w035s.jpg\" /></td>\r            <td>エスルラーハイドスタッフ</td>\r            <td align=\"right\" rowspan=\"3\">35</td>\r            <td align=\"right\">32</td>\r            <td align=\"right\">12,000</td>\r            <td align=\"right\">6,000</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w035q.jpg\" /></td>\r            <td>セイクリッドスタッフ</td>\r            <td align=\"right\">32</td>\r            <td>クエスト</td>\r            <td>&nbsp;</td>\r            <td>HP回復量+40</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w035d.jpg\" /></td>\r            <td>エスルラーミストスタッフ</td>\r            <td align=\"right\">38</td>\r            <td>ドロップ</td>\r            <td align=\"right\">6,710</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w039s.jpg\" /></td>\r            <td>エスルラーギネリンスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">39</td>\r            <td align=\"right\">44</td>\r            <td align=\"right\">14,920</td>\r            <td align=\"right\">7,460</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w039d.jpg\" /></td>\r            <td>エスルラーニヒルロスタッフ</td>\r            <td align=\"right\">50</td>\r            <td>ドロップ</td>\r            <td align=\"right\">8,250</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w043s.jpg\" /></td>\r            <td>エスルラーメルコンスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">43</td>\r            <td align=\"right\">56</td>\r            <td align=\"right\">18,160</td>\r            <td align=\"right\">9,080</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w043d.jpg\" /></td>\r            <td>エスルラーオークスタッフ</td>\r            <td align=\"right\">62</td>\r            <td>ドロップ</td>\r            <td align=\"right\">9,950</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w047s.jpg\" /></td>\r            <td>クリパセイバー</td>\r            <td align=\"right\" rowspan=\"2\">47</td>\r            <td align=\"right\">68</td>\r            <td align=\"right\">21,720</td>\r            <td align=\"right\">10,860</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w047d.jpg\" /></td>\r            <td>メヒルラーハイドスタッフ</td>\r            <td align=\"right\">74</td>\r            <td>ドロップ</td>\r            <td align=\"right\">11,810</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w051s.jpg\" /></td>\r            <td>メヒルラーミストスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">51</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">25,600</td>\r            <td align=\"right\">12,800</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w051d.jpg\" /></td>\r            <td>メヒルラーギネリンスタッフ</td>\r            <td align=\"right\">86</td>\r            <td>ドロップ</td>\r            <td align=\"right\">13,830</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w055s.jpg\" /></td>\r            <td>メヒルラーニヒルロスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">55</td>\r            <td align=\"right\">92</td>\r            <td align=\"right\">29,800</td>\r            <td align=\"right\">14,900</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w055d.jpg\" /></td>\r            <td>メヒルラーメルコンスタッフ</td>\r            <td align=\"right\">92</td>\r            <td>ドロップ</td>\r            <td align=\"right\">16,010</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w059s.jpg\" /></td>\r            <td>メヒルラーオークスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">59</td>\r            <td align=\"right\">104</td>\r            <td align=\"right\">34,320</td>\r            <td align=\"right\">17,160</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w059d.jpg\" /></td>\r            <td>メヒルラーミスリルスタッフ</td>\r            <td align=\"right\">110</td>\r            <td>ドロップ</td>\r            <td align=\"right\">18,350</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w063s.jpg\" /></td>\r            <td>ハスクソウルスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">63</td>\r            <td align=\"right\">116</td>\r            <td align=\"right\">39,160</td>\r            <td align=\"right\">19,580</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w063d.jpg\" /></td>\r            <td>ハスクハイドスタッフ</td>\r            <td align=\"right\">122</td>\r            <td>ドロップ</td>\r            <td align=\"right\">20,850</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w067s.jpg\" /></td>\r            <td>ハスクミストスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">128</td>\r            <td align=\"right\">295</td>\r            <td align=\"right\">44320</td>\r            <td align=\"right\">22,160</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1w067d.jpg\" /></td>\r            <td>ハスクギネリンスタッフ</td>\r            <td align=\"right\">134</td>\r            <td>ドロップ</td>\r            <td align=\"right\">23,510</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>','<h3>帽子</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h031s.jpg\" /></td>\r            <td>アカンピースキャップ</td>\r            <td align=\"right\" rowspan=\"2\">31</td>\r            <td align=\"right\">34</td>\r            <td align=\"right\" rowspan=\"2\">20</td>\r            <td align=\"right\">2,820</td>\r            <td align=\"right\">1,410</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h031d.jpg\" /></td>\r            <td>アカンレイアキャップ</td>\r            <td align=\"right\">37</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,599</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h035s.jpg\" /></td>\r            <td>アカンクイルトキャップ</td>\r            <td align=\"right\" rowspan=\"2\">35</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\" rowspan=\"2\">20</td>\r            <td align=\"right\">3,600</td>\r            <td align=\"right\">1,800</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h035ds.jpg\" /></td>\r            <td>アカンロウキャップ</td>\r            <td align=\"right\">43</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,013</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h039s.jpg\" /></td>\r            <td>アカンクルドキャップ</td>\r            <td align=\"right\" rowspan=\"2\">39</td>\r            <td align=\"right\">46</td>\r            <td align=\"right\" rowspan=\"2\">20</td>\r            <td align=\"right\">4,476</td>\r            <td align=\"right\">2,238</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h039d.jpg\" /></td>\r            <td>アカンドレスキャップ</td>\r            <td align=\"right\">49</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,475</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h043s.jpg\" /></td>\r            <td>アカンメトヘルメット</td>\r            <td align=\"right\" rowspan=\"2\">43</td>\r            <td align=\"right\">52</td>\r            <td align=\"right\" rowspan=\"2\">40</td>\r            <td align=\"right\">5,448</td>\r            <td align=\"right\">2,724</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h043d.jpg\" /></td>\r            <td>アカンティムバヘルメット</td>\r            <td align=\"right\">55</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,985</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h047s.jpg\" /></td>\r            <td>アカンポリシヘルメット</td>\r            <td align=\"right\" rowspan=\"2\">47</td>\r            <td align=\"right\">58</td>\r            <td align=\"right\" rowspan=\"2\">40</td>\r            <td align=\"right\">6,516</td>\r            <td align=\"right\">3,258</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h047d.jpg\" /></td>\r            <td>アカンクレシチェインコイプ</td>\r            <td align=\"right\">61</td>\r            <td>ドロップ</td>\r            <td align=\"right\">3,543</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h051s.jpg\" /></td>\r            <td>アカンレシチェインコイプ</td>\r            <td align=\"right\" rowspan=\"2\">51</td>\r            <td align=\"right\">64</td>\r            <td align=\"right\" rowspan=\"2\">40</td>\r            <td align=\"right\">7,680</td>\r            <td align=\"right\">3,840</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h051d.jpg\" /></td>\r            <td>アカンフリーシチェインコイプ</td>\r            <td align=\"right\">67</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,149</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h055s.jpg\" /></td>\r            <td>アカンペラチェインコイプ</td>\r            <td align=\"right\" rowspan=\"2\">55</td>\r            <td align=\"right\">70</td>\r            <td align=\"right\" rowspan=\"2\">40</td>\r            <td align=\"right\">8,940</td>\r            <td align=\"right\">4,470</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h055d.jpg\" /></td>\r            <td>アカンメトリチェインコイプ</td>\r            <td align=\"right\">73</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,803</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h059s.jpg\" /></td>\r            <td>レシメトヘルメット</td>\r            <td align=\"right\" rowspan=\"2\">59</td>\r            <td align=\"right\">76</td>\r            <td align=\"right\" rowspan=\"2\">40</td>\r            <td align=\"right\">10,296</td>\r            <td align=\"right\">5,148</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h059d.jpg\" /></td>\r            <td>レシティムバヘルメット</td>\r            <td align=\"right\">79</td>\r            <td>ドロップ</td>\r            <td align=\"right\">5,505</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h063s.jpg\" /></td>\r            <td>レシポリシヘルメット</td>\r            <td align=\"right\" rowspan=\"2\">63</td>\r            <td align=\"right\">82</td>\r            <td align=\"right\" rowspan=\"2\">40</td>\r            <td align=\"right\">11,748</td>\r            <td align=\"right\">5,874</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h063d.jpg\" /></td>\r            <td>レシクレシチェインコイプ</td>\r            <td align=\"right\">85</td>\r            <td>ドロップ</td>\r            <td align=\"right\">6,255</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h067s.jpg\" /></td>\r            <td>レシレシチェインコイプ</td>\r            <td align=\"right\" rowspan=\"2\">67</td>\r            <td align=\"right\">88</td>\r            <td align=\"right\" rowspan=\"2\">40</td>\r            <td align=\"right\">13,296</td>\r            <td align=\"right\">6,648</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1h067d.jpg\" /></td>\r            <td>レシフリーシチェインコイプ</td>\r            <td align=\"right\">91</td>\r            <td>ドロップ</td>\r            <td align=\"right\">7,053</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>盾</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s031s.jpg\" /></td>\r            <td>ロウカイトシールド</td>\r            <td align=\"right\" rowspan=\"2\">31</td>\r            <td align=\"right\">23</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">1,880</td>\r            <td align=\"right\">940</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s031d.jpg\" /></td>\r            <td>ロウクイエタ</td>\r            <td align=\"right\">25</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,066</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s035s.jpg\" /></td>\r            <td>ロウカイトバリアー</td>\r            <td align=\"right\" rowspan=\"2\">35</td>\r            <td align=\"right\">27</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">2,400</td>\r            <td align=\"right\">1,200</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s035d.jpg\" /></td>\r            <td>ロウカイトプロテクター</td>\r            <td align=\"right\">29</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,342</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s039s.jpg\" /></td>\r            <td>ロウシキュエイド</td>\r            <td align=\"right\" rowspan=\"2\">39</td>\r            <td align=\"right\">31</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">2,984</td>\r            <td align=\"right\">1,492</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s039d.jpg\" /></td>\r            <td>クルドカイトシールド</td>\r            <td align=\"right\">33</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,650</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s043s.jpg\" /></td>\r            <td>クルドクイエタ</td>\r            <td align=\"right\" rowspan=\"2\">43</td>\r            <td align=\"right\">35</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">3,632</td>\r            <td align=\"right\">1,816</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s043d.jpg\" /></td>\r            <td>クルドカイトバリアー</td>\r            <td align=\"right\">37</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,990</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s047s.jpg\" /></td>\r            <td>クルドカイトプロテクター</td>\r            <td align=\"right\" rowspan=\"2\">47</td>\r            <td align=\"right\">39</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">4,344</td>\r            <td align=\"right\">2,172</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s047d.jpg\" /></td>\r            <td>クルドシキュエイド</td>\r            <td align=\"right\">41</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,362</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s051s.jpg\" /></td>\r            <td>ドレスドカイトシールド</td>\r            <td align=\"right\" rowspan=\"2\">51</td>\r            <td align=\"right\">43</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">5,120</td>\r            <td align=\"right\">2,560</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s051d.jpg\" /></td>\r            <td>ドレスドクイエタ</td>\r            <td align=\"right\">45</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,766</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s055s.jpg\" /></td>\r            <td>ドレスドカイトバリアー</td>\r            <td align=\"right\" rowspan=\"2\">55</td>\r            <td align=\"right\">47</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">5,960</td>\r            <td align=\"right\">2,980</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s055d.jpg\" /></td>\r            <td>ドレスドカイトプロテクター</td>\r            <td align=\"right\">49</td>\r            <td>ドロップ</td>\r            <td align=\"right\">3,202</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s059s.jpg\" /></td>\r            <td>ドレスドシキュエイド</td>\r            <td align=\"right\" rowspan=\"2\">59</td>\r            <td align=\"right\">51</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">6,864</td>\r            <td align=\"right\">3,432</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s059d.jpg\" /></td>\r            <td>メトカイトシールド</td>\r            <td align=\"right\">53</td>\r            <td>ドロップ</td>\r            <td align=\"right\">3,670</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s063s.jpg\" /></td>\r            <td>メトクイエタ</td>\r            <td align=\"right\" rowspan=\"2\">63</td>\r            <td align=\"right\">55</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">7,832</td>\r            <td align=\"right\">3,916</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td>&nbsp;</td>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s063d.jpg\" /></td>\r            <td align=\"right\">57</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,170</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s067s.jpg\" /></td>\r            <td>メトカイトプロテクター</td>\r            <td align=\"right\" rowspan=\"2\">67</td>\r            <td align=\"right\">59</td>\r            <td align=\"right\" rowspan=\"2\">300</td>\r            <td align=\"right\">8,864</td>\r            <td align=\"right\">4,432</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1s067d.jpg\" /></td>\r            <td>メトシキュエイド</td>\r            <td align=\"right\">61</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,702</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>胴衣</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>魔防力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b031s.jpg\" /></td>\r            <td>アカンピーススーツ</td>\r            <td align=\"right\" rowspan=\"2\">31</td>\r            <td align=\"right\">57</td>\r            <td align=\"right\">92</td>\r            <td align=\"right\" rowspan=\"2\">200</td>\r            <td align=\"right\">4,700</td>\r            <td align=\"right\">2,350</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b031d.jpg\" /></td>\r            <td>アカンレイアスーツ</td>\r            <td align=\"right\">62</td>\r            <td align=\"right\">96</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,665</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b035s.jpg\" /></td>\r            <td>アカンクイルトスーツ</td>\r            <td align=\"right\" rowspan=\"2\">35</td>\r            <td align=\"right\">67</td>\r            <td align=\"right\">100</td>\r            <td align=\"right\" rowspan=\"2\">200</td>\r            <td align=\"right\">6,000</td>\r            <td align=\"right\">3,000</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b035d.jpg\" /></td>\r            <td>アカンロウスーツ</td>\r            <td align=\"right\">72</td>\r            <td align=\"right\">104</td>\r            <td>ドロップ</td>\r            <td align=\"right\">3,355</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b039s.jpg\" /></td>\r            <td>アカンクルドスーツ</td>\r            <td align=\"right\" rowspan=\"2\">39</td>\r            <td align=\"right\">77</td>\r            <td align=\"right\">108</td>\r            <td align=\"right\" rowspan=\"2\">200</td>\r            <td align=\"right\">7,460</td>\r            <td align=\"right\">3,730</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b039d.jpg\" /></td>\r            <td>アカンドレススーツ</td>\r            <td align=\"right\">82</td>\r            <td align=\"right\">112</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,125</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b043s.jpg\" /></td>\r            <td>アカンメトアーマー</td>\r            <td align=\"right\" rowspan=\"2\">43</td>\r            <td align=\"right\">87</td>\r            <td align=\"right\">116</td>\r            <td align=\"right\" rowspan=\"2\">400</td>\r            <td align=\"right\">9,080</td>\r            <td align=\"right\">4,540</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b043d.jpg\" /></td>\r            <td>アカンティムバアーマー</td>\r            <td align=\"right\">92</td>\r            <td align=\"right\">120</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,975</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b047s.jpg\" /></td>\r            <td>アカンポリシアーマー</td>\r            <td align=\"right\" rowspan=\"2\">47</td>\r            <td align=\"right\">97</td>\r            <td align=\"right\">124</td>\r            <td align=\"right\" rowspan=\"2\">400</td>\r            <td align=\"right\">10,860</td>\r            <td align=\"right\">5,460</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b047d.jpg\" /></td>\r            <td>アカンクレシチェインアーマー</td>\r            <td align=\"right\">102</td>\r            <td align=\"right\">128</td>\r            <td>ドロップ</td>\r            <td align=\"right\">5,905</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b051s.jpg\" /></td>\r            <td>アカンレシチェインアーマー</td>\r            <td align=\"right\" rowspan=\"2\">51</td>\r            <td align=\"right\">107</td>\r            <td align=\"right\">132</td>\r            <td align=\"right\" rowspan=\"2\">400</td>\r            <td align=\"right\">12,800</td>\r            <td align=\"right\">6,400</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b051d.jpg\" /></td>\r            <td>アカンフリーシチェインアーマー</td>\r            <td align=\"right\">112</td>\r            <td align=\"right\">136</td>\r            <td>ドロップ</td>\r            <td align=\"right\">6,915</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b055s.jpg\" /></td>\r            <td>アカンペラチェインアーマー</td>\r            <td align=\"right\" rowspan=\"2\">55</td>\r            <td align=\"right\">117</td>\r            <td align=\"right\">140</td>\r            <td align=\"right\" rowspan=\"2\">400</td>\r            <td align=\"right\">14,900</td>\r            <td align=\"right\">7,450</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b055d.jpg\" /></td>\r            <td>アカンメトリチェインアーマー</td>\r            <td align=\"right\">122</td>\r            <td align=\"right\">144</td>\r            <td>ドロップ</td>\r            <td align=\"right\">8,005</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b059s.jpg\" /></td>\r            <td>レシメトアーマー</td>\r            <td align=\"right\" rowspan=\"2\">59</td>\r            <td align=\"right\">127</td>\r            <td align=\"right\">148</td>\r            <td align=\"right\" rowspan=\"2\">400</td>\r            <td align=\"right\">17,160</td>\r            <td align=\"right\">8,580</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b059d.jpg\" /></td>\r            <td>レシティムバ</td>\r            <td align=\"right\">132</td>\r            <td align=\"right\">152</td>\r            <td>ドロップ</td>\r            <td align=\"right\">9,175</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b063s.jpg\" /></td>\r            <td>レシポリシアーマー</td>\r            <td align=\"right\" rowspan=\"2\">63</td>\r            <td align=\"right\">137</td>\r            <td align=\"right\">156</td>\r            <td align=\"right\" rowspan=\"2\">400</td>\r            <td align=\"right\">19,580</td>\r            <td align=\"right\">9,790</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b063d.jpg\" /></td>\r            <td>レシクレシチェインアーマー</td>\r            <td align=\"right\">142</td>\r            <td align=\"right\">160</td>\r            <td>ドロップ</td>\r            <td align=\"right\">10,425</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b067s.jpg\" /></td>\r            <td>レシレシチェインアーマー</td>\r            <td align=\"right\" rowspan=\"2\">67</td>\r            <td align=\"right\">147</td>\r            <td align=\"right\">164</td>\r            <td align=\"right\" rowspan=\"2\">400</td>\r            <td align=\"right\">22,160</td>\r            <td align=\"right\">11,080</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1b067d.jpg\" /></td>\r            <td>レシフリーシチェインアーマー</td>\r            <td align=\"right\">157</td>\r            <td align=\"right\">168</td>\r            <td>ドロップ</td>\r            <td align=\"right\">11,755</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>手袋</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g032s.jpg\" /></td>\r            <td>アカンピースグローブ</td>\r            <td align=\"right\">32</td>\r            <td align=\"right\">12</td>\r            <td align=\"right\">20</td>\r            <td align=\"right\">1,002</td>\r            <td align=\"right\">501</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g036s.jpg\" /></td>\r            <td>アカンクイルトグローブ</td>\r            <td align=\"right\">36</td>\r            <td align=\"right\">14</td>\r            <td align=\"right\">20</td>\r            <td align=\"right\">1,270</td>\r            <td align=\"right\">635</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g040s.jpg\" /></td>\r            <td>アカンクロドグローブ</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">16</td>\r            <td align=\"right\">20</td>\r            <td align=\"right\">1,570</td>\r            <td align=\"right\">785</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g044s.jpg\" /></td>\r            <td>アカンメトリストギア</td>\r            <td align=\"right\">44</td>\r            <td align=\"right\">18</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">1,902</td>\r            <td align=\"right\">951</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g048s.jpg\" /></td>\r            <td>アカンレイアミトン</td>\r            <td align=\"right\">48</td>\r            <td align=\"right\">20</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">2,266</td>\r            <td align=\"right\">1,133</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g052s.jpg\" /></td>\r            <td>アカンティムバリストギア</td>\r            <td align=\"right\">52</td>\r            <td align=\"right\">22</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">2,662</td>\r            <td align=\"right\">1,331</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g056s.jpg\" /></td>\r            <td>アカンクレシチェイングローブ</td>\r            <td align=\"right\">56</td>\r            <td align=\"right\">24</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">3,090</td>\r            <td align=\"right\">1,545</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g060s.jpg\" /></td>\r            <td>アカンロウミトン</td>\r            <td align=\"right\">60</td>\r            <td align=\"right\">26</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">3,550</td>\r            <td align=\"right\">1,775</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g064s.jpg\" /></td>\r            <td>アカンドレスミトン</td>\r            <td align=\"right\">64</td>\r            <td align=\"right\">28</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">4,042</td>\r            <td align=\"right\">2,021</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1g068s.jpg\" /></td>\r            <td>アカンペラチェイングローブ</td>\r            <td align=\"right\">68</td>\r            <td align=\"right\">30</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">4,566</td>\r            <td align=\"right\">2,283</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>靴</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o032s.jpg\" /></td>\r            <td>アカンピースシューズ</td>\r            <td align=\"right\">32</td>\r            <td align=\"right\">12</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">1,002</td>\r            <td align=\"right\">501</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o036s.jpg\" /></td>\r            <td>アカンクイルトシューズ</td>\r            <td align=\"right\">36</td>\r            <td align=\"right\">14</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">1,270</td>\r            <td align=\"right\">635</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o040s.jpg\" /></td>\r            <td>アカンレイアブーツ</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">16</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">1,570</td>\r            <td align=\"right\">785</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o044s.jpg\" /></td>\r            <td>アカンロウシューズ</td>\r            <td align=\"right\">44</td>\r            <td align=\"right\">18</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">1,902</td>\r            <td align=\"right\">951</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o048s.jpg\" /></td>\r            <td>アカンドレスシューズ</td>\r            <td align=\"right\">48</td>\r            <td align=\"right\">20</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">2,266</td>\r            <td align=\"right\">1,133</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o052s.jpg\" /></td>\r            <td>アカンクルドブーツ</td>\r            <td align=\"right\">52</td>\r            <td align=\"right\">22</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">2,662</td>\r            <td align=\"right\">1,331</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o056s.jpg\" /></td>\r            <td>アカンクレシチェインシューズ</td>\r            <td align=\"right\">56</td>\r            <td align=\"right\">24</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">3,090</td>\r            <td align=\"right\">1,545</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o060s.jpg\" /></td>\r            <td>アカンフリーシチェインシューズ</td>\r            <td align=\"right\">60</td>\r            <td align=\"right\">26</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">3,550</td>\r            <td align=\"right\">1,775</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o064s.jpg\" /></td>\r            <td>アカンメトリチェインシューズ</td>\r            <td align=\"right\">64</td>\r            <td align=\"right\">28</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">4,042</td>\r            <td align=\"right\">2,021</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1o068s.jpg\" /></td>\r            <td>アカンレシチェインブーツ</td>\r            <td align=\"right\">68</td>\r            <td align=\"right\">30</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">4,566</td>\r            <td align=\"right\">2,283</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>アクセサリー</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1a031c.jpg\" /></td>\r            <td>ファイターネックレス</td>\r            <td align=\"right\">31</td>\r            <td align=\"right\">5</td>\r            <td>転職時</td>\r            <td>&nbsp;</td>\r            <td>力+1</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m1a035q.jpg\" /></td>\r            <td>トラミスリング</td>\r            <td align=\"right\">35</td>\r            <td align=\"right\">5</td>\r            <td>クエスト</td>\r            <td>&nbsp;</td>\r            <td>力+2</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>',1,1309,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Mage',3,0,'2007-02-08 13:36:07','アイテム - 装備 - メイジ',null,'<P>ドラフト</P>','',1,1318,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:13','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Wizard',3,0,'2007-02-08 13:37:39','アイテム - 装備 - ウィザード',null,'<h3>武器</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>魔攻力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w101s.jpg\" /></td>\r            <td>メムブラメルコンスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">101</td>\r            <td align=\"right\">230</td>\r            <td align=\"right\" rowspan=\"8\">200</td>\r            <td align=\"right\">101,100</td>\r            <td align=\"right\">50,550</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w101d.jpg\" /></td>\r            <td>メムブラメルコンスタッフ</td>\r            <td align=\"right\">236</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w105s.jpg\" /></td>\r            <td>メムブラミスリルスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">105</td>\r            <td align=\"right\">242</td>\r            <td align=\"right\">109,300</td>\r            <td align=\"right\">54,650</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w105d.jpg\" /></td>\r            <td>メムブラアルコンスタッフ</td>\r            <td align=\"right\">248</td>\r            <td>ドロップ </td>\r            <td align=\"right\">56,760</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w109s.jpg\" /></td>\r            <td>メムブラグレンドスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">109</td>\r            <td align=\"right\">254</td>\r            <td align=\"right\">117,820</td>\r            <td align=\"right\">58,910</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w109d.jpg\" /></td>\r            <td>ケムブラギネリンスタッフ</td>\r            <td align=\"right\">260</td>\r            <td>ドロップ</td>\r            <td align=\"right\">61,110</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w113s.jpg\" /></td>\r            <td>ケムブラニヒルロスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">113</td>\r            <td align=\"right\">266</td>\r            <td align=\"right\">126,660</td>\r            <td align=\"right\">63,330</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w113d.jpg\" /></td>\r            <td>ケムブラギネリンスタッフ</td>\r            <td align=\"right\">272</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w115q.jpg\" /></td>\r            <td>ポリックシヤード</td>\r            <td align=\"right\">115</td>\r            <td align=\"right\">340</td>\r            <td align=\"right\">230</td>\r            <td>クエスト</td>\r            <td align=\"right\">10,860</td>\r            <td>精神+5、魔法ディレイ+0.5秒</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w117s.jpg\" /></td>\r            <td>ケムブラオークスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">117</td>\r            <td align=\"right\">278</td>\r            <td align=\"right\" rowspan=\"8\">200</td>\r            <td align=\"right\">135,820</td>\r            <td align=\"right\">67,910</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w117d.jpg\" /></td>\r            <td>ケムブラミスリルスタッフ</td>\r            <td align=\"right\">284</td>\r            <td>ドロップ</td>\r            <td align=\"right\">70,260</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w121s.jpg\" /></td>\r            <td>ケムブラアルコンスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">121</td>\r            <td align=\"right\">290</td>\r            <td align=\"right\">145,300</td>\r            <td align=\"right\">72650</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w121d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">296</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w125s.jpg\" /></td>\r            <td>ケムブラクロススタッス</td>\r            <td align=\"right\">125</td>\r            <td align=\"right\">302</td>\r            <td align=\"right\">155,100</td>\r            <td align=\"right\">77,550</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w126s.jpg\" /></td>\r            <td>ケムペラニヒルロスタッフ</td>\r            <td align=\"right\" rowspan=\"2\">126</td>\r            <td align=\"right\">308</td>\r            <td align=\"right\">157,600</td>\r            <td align=\"right\">78,800</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w126d.jpg\" /></td>\r            <td>ケムペラメルコンスタッフ</td>\r            <td align=\"right\">311</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3w131d.jpg\" /></td>\r            <td>ケムベラミスリルスタッフ</td>\r            <td align=\"right\">130</td>\r            <td align=\"right\">323</td>\r            <td>ドロップ</td>\r            <td align=\"right\">86,510</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>','<h3>帽子</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h101s.jpg\" /></td>\r            <td>ベラニクルクラウン</td>\r            <td align=\"right\" rowspan=\"2\">101</td>\r            <td align=\"right\">120</td>\r            <td align=\"right\" rowspan=\"15\">20</td>\r            <td align=\"right\">30,330</td>\r            <td align=\"right\">15,165</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h101d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">123</td>\r            <td>ドロップ</td>\r            <td align=\"right\">15,774</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h105s.jpg\" /></td>\r            <td>ベラオードクラウン</td>\r            <td align=\"right\" rowspan=\"2\">105</td>\r            <td align=\"right\">126</td>\r            <td align=\"right\">32,766</td>\r            <td align=\"right\">16,383</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h105d.jpg\" /></td>\r            <td>ベライードクラウン</td>\r            <td align=\"right\">129</td>\r            <td>ドロップ</td>\r            <td align=\"right\">16,992</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h109s.jpg\" /></td>\r            <td>エルトベインクラウン</td>\r            <td align=\"right\" rowspan=\"2\">109</td>\r            <td align=\"right\">132</td>\r            <td align=\"right\">35,202</td>\r            <td align=\"right\">17,601</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h109d.jpg\" /></td>\r            <td>エルトベイロクラウン</td>\r            <td align=\"right\">135</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h113s.jpg\" /></td>\r            <td>エルトブルリンダクラウン</td>\r            <td align=\"right\" rowspan=\"2\">113</td>\r            <td align=\"right\">138</td>\r            <td align=\"right\">37,638</td>\r            <td align=\"right\">18,819</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h113d.jpg\" /></td>\r            <td>ベラホセップクラウン</td>\r            <td align=\"right\">141</td>\r            <td>ドロップ</td>\r            <td align=\"right\">19,428</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h117s.jpg\" /></td>\r            <td>ベラホイザクラウン</td>\r            <td align=\"right\" rowspan=\"2\">117</td>\r            <td align=\"right\">144</td>\r            <td align=\"right\">40,074</td>\r            <td align=\"right\">20,037</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h117d.jpg\" /></td>\r            <td>ベラエルチュンクラウン</td>\r            <td align=\"right\">147</td>\r            <td>ドロップ</td>\r            <td align=\"right\">21078</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h121s.jpg\" /></td>\r            <td>ベラアポークラウン</td>\r            <td align=\"right\" rowspan=\"2\">121</td>\r            <td align=\"right\">150</td>\r            <td align=\"right\">43,590</td>\r            <td align=\"right\">21,795</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h121d.jpg\" /></td>\r            <td>ベラクリップトクラウン</td>\r            <td align=\"right\">153</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h125s.jpg\" /></td>\r            <td>エルトニヒルクラウン</td>\r            <td align=\"right\">125</td>\r            <td align=\"right\">156</td>\r            <td align=\"right\">46,530</td>\r            <td align=\"right\">23,265</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h126s.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\" rowspan=\"2\">126</td>\r            <td align=\"right\">&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3h126d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>胴衣</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>魔防力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b101s.jpg\" /></td>\r            <td>ベラベインペリック</td>\r            <td align=\"right\" rowspan=\"2\">101</td>\r            <td align=\"right\">128</td>\r            <td align=\"right\">455</td>\r            <td align=\"right\" rowspan=\"15\">200</td>\r            <td align=\"right\">50,550</td>\r            <td align=\"right\">25,275</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b101d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">130</td>\r            <td align=\"right\">465</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b105s.jpg\" /></td>\r            <td>ベラブリンペリック</td>\r            <td align=\"right\" rowspan=\"2\">105</td>\r            <td align=\"right\">132</td>\r            <td align=\"right\">475</td>\r            <td align=\"right\">54,650</td>\r            <td align=\"right\">27,325</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b105d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">134</td>\r            <td align=\"right\">485</td>\r            <td>ドロップ</td>\r            <td align=\"right\">28,380</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b109s.jpg\" /></td>\r            <td>ベラニリアンペリック</td>\r            <td align=\"right\" rowspan=\"2\">109</td>\r            <td align=\"right\">136</td>\r            <td align=\"right\">495</td>\r            <td align=\"right\">58,910</td>\r            <td align=\"right\">29,455</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b109d.jpg\" /></td>\r            <td>ベラニルペリック</td>\r            <td align=\"right\">138</td>\r            <td align=\"right\">505</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,125</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b113s.jpg\" /></td>\r            <td>ベラネランペリック</td>\r            <td align=\"right\" rowspan=\"2\">113</td>\r            <td align=\"right\">140</td>\r            <td align=\"right\">515</td>\r            <td align=\"right\">63,330</td>\r            <td align=\"right\">31,665</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b113d.jpg\" /></td>\r            <td>ベラニヒルペリック</td>\r            <td align=\"right\">142</td>\r            <td align=\"right\">525</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b117s.jpg\" /></td>\r            <td>ベラディバインペリック</td>\r            <td align=\"right\" rowspan=\"2\">117</td>\r            <td align=\"right\">144</td>\r            <td align=\"right\">535</td>\r            <td align=\"right\">67,910</td>\r            <td align=\"right\">33,955</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b117d.jpg\" /></td>\r            <td>ベラデバイナーペリック</td>\r            <td align=\"right\">146</td>\r            <td align=\"right\">545</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b121s.jpg\" /></td>\r            <td>ベライントゥルペリック</td>\r            <td align=\"right\" rowspan=\"2\">121</td>\r            <td align=\"right\">148</td>\r            <td align=\"right\">555</td>\r            <td align=\"right\">72,650</td>\r            <td align=\"right\">36,325</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b121d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">150</td>\r            <td align=\"right\">565</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b125s.jpg\" /></td>\r            <td>エルトベルンペリック</td>\r            <td align=\"right\" rowspan=\"2\">125</td>\r            <td align=\"right\">152</td>\r            <td align=\"right\">575</td>\r            <td align=\"right\">77,550</td>\r            <td align=\"right\">38,775</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b125s2.jpg\" /></td>\r            <td>エルトベルドペリック</td>\r            <td align=\"right\">154</td>\r            <td align=\"right\">595</td>\r            <td align=\"right\">78,800</td>\r            <td align=\"right\">39,400</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3b129d.jpg\" /></td>\r            <td>エルトベルナペリック</td>\r            <td align=\"right\">129</td>\r            <td align=\"right\">156</td>\r            <td align=\"right\">615</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>手袋</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g100s.jpg\" /></td>\r            <td>エテネラングローブ</td>\r            <td align=\"right\" rowspan=\"2\">100</td>\r            <td align=\"right\">43</td>\r            <td align=\"right\" rowspan=\"16\">20</td>\r            <td align=\"right\">9,910</td>\r            <td align=\"right\">4,955</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g100d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">45</td>\r            <td>ドロップ</td>\r            <td align=\"right\">5,156</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g104s.jpg\" /></td>\r            <td>エテクレクルードミート</td>\r            <td align=\"right\" rowspan=\"2\">104</td>\r            <td align=\"right\">47</td>\r            <td align=\"right\">10,722</td>\r            <td align=\"right\">5,361</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g104d.jpg\" /></td>\r            <td>イススクラドミート</td>\r            <td align=\"right\">49</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g108s.jpg\" /></td>\r            <td>イスクレクルードミート</td>\r            <td align=\"right\" rowspan=\"2\">108</td>\r            <td align=\"right\">51</td>\r            <td align=\"right\">11,566</td>\r            <td align=\"right\">5,783</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g108d.jpg\" /></td>\r            <td>イスレトネラングローブ</td>\r            <td align=\"right\">53</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g112s.jpg\" /></td>\r            <td>レシメトリチェインミトン</td>\r            <td align=\"right\" rowspan=\"2\">112</td>\r            <td align=\"right\">55</td>\r            <td align=\"right\">12,442</td>\r            <td align=\"right\">6,221</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g112d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">57</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g116s.jpg\" /></td>\r            <td>イスレトネランミート</td>\r            <td align=\"right\" rowspan=\"2\">116</td>\r            <td align=\"right\">59</td>\r            <td align=\"right\">13,266</td>\r            <td align=\"right\">6,633</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g116d.jpg\" /></td>\r            <td>イスリプネランミート</td>\r            <td align=\"right\">61</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g120s.jpg\" /></td>\r            <td>イスロツンネランミート</td>\r            <td align=\"right\" rowspan=\"2\">120</td>\r            <td align=\"right\">63</td>\r            <td align=\"right\">13,266</td>\r            <td align=\"right\">7,055</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g120d.jpg\" /></td>\r            <td>イスコドレスグローブ</td>\r            <td align=\"right\">65</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g124s.jpg\" /></td>\r            <td>イスロウドレスグローブ</td>\r            <td align=\"right\" rowspan=\"2\">124</td>\r            <td align=\"right\">67</td>\r            <td align=\"right\">14,954</td>\r            <td align=\"right\">7,477</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"34\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m4g124s2.jpg\" /></td>\r            <td>イスロウドレスミート</td>\r            <td align=\"right\">69</td>\r            <td align=\"right\">15,376</td>\r            <td align=\"right\">7,688</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3g128s.jpg\" /></td>\r            <td>イスルルドレスグローブ</td>\r            <td align=\"right\" rowspan=\"2\">128</td>\r            <td align=\"right\">71</td>\r            <td align=\"right\">&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"34\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m4g128d2.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">73</td>\r            <td align=\"right\">&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>靴</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o102s.jpg\" /></td>\r            <td>メルトレシケイルシューズ</td>\r            <td align=\"right\" rowspan=\"2\">102</td>\r            <td align=\"right\">43</td>\r            <td align=\"right\" rowspan=\"14\">120</td>\r            <td align=\"right\">11,566</td>\r            <td align=\"right\">5,783</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o102d.jpg\" /></td>\r            <td>メルトフリーシアンスケイルシューズ</td>\r            <td align=\"right\">44</td>\r            <td>ドロップ</td>\r            <td align=\"right\">6,221</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o106s.jpg\" /></td>\r            <td>メルトペラスケイルシューズ</td>\r            <td align=\"right\" rowspan=\"2\">106</td>\r            <td align=\"right\">46</td>\r            <td align=\"right\">12,442</td>\r            <td align=\"right\">6,675 </td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o106d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">47</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o110s.jpg\" /></td>\r            <td>メルトクリスケイルブーツ</td>\r            <td align=\"right\" rowspan=\"2\">110</td>\r            <td align=\"right\">49</td>\r            <td align=\"right\">13,350</td>\r            <td align=\"right\">6,221 </td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o110d.jpg\" /></td>\r            <td>メルトレシケイルブーツ</td>\r            <td align=\"right\">50</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o114s.jpg\" /></td>\r            <td>メルトスリーシアンスケイルブーツ</td>\r            <td align=\"right\" rowspan=\"2\">114</td>\r            <td align=\"right\">52</td>\r            <td align=\"right\">14,290</td>\r            <td align=\"right\">7,145</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o114d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">53</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o118s.jpg\" /></td>\r            <td>メルトメティスケイルブーツ</td>\r            <td align=\"right\" rowspan=\"2\">118</td>\r            <td align=\"right\">55</td>\r            <td align=\"right\">15,262</td>\r            <td align=\"right\">7,631</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o118d.jpg\" /></td>\r            <td>カルレカエングリーブ</td>\r            <td align=\"right\">56</td>\r            <td>ドロップ</td>\r            <td align=\"right\">7,880</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o122s.jpg\" /></td>\r            <td>カルレベルカエングリーブ</td>\r            <td align=\"right\" rowspan=\"2\">122</td>\r            <td align=\"right\">58</td>\r            <td align=\"right\">16,266</td>\r            <td align=\"right\">8,133</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o122d.jpg\" /></td>\r            <td>カルレオレングリーブ</td>\r            <td align=\"right\">59</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3o126s.jpg\" /></td>\r            <td>カルレベルファレングリーブ</td>\r            <td align=\"right\" rowspan=\"2\">126</td>\r            <td align=\"right\">61</td>\r            <td align=\"right\">17,302</td>\r            <td align=\"right\">8,651</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m4o126s.jpg\" /></td>\r            <td>カルレハレンブリーブ</td>\r            <td align=\"right\">62</td>\r            <td align=\"right\">17,832</td>\r            <td align=\"right\">8,916</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>アクセサリー</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3a101c.jpg\" /></td>\r            <td>火の印章</td>\r            <td align=\"right\">101</td>\r            <td align=\"right\">2</td>\r            <td>転職時</td>\r            <td>&nbsp;</td>\r            <td>魔力+8、精神+5、HP回復速度-0.1秒</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/m3a120q.jpg\" /></td>\r            <td>炸裂の指輪</td>\r            <td align=\"right\">120</td>\r            <td align=\"right\">2</td>\r            <td>クエスト</td>\r            <td>&nbsp;</td>\r            <td>精神力+20、魔法攻撃+13、詠唱中防御+10</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>',1,2851,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Logue',3,0,'2007-02-08 13:38:52','アイテム - 装備 - ローグ',null,'下書き','',1,1317,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Scouter',3,0,'2007-02-08 13:39:42','アイテム - 装備 - スカウター',null,'下書き','',1,1316,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Assassin',3,0,'2007-02-08 13:40:00','アイテム - 装備 - アサシン',null,'下書き','',1,1340,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Acolyte',3,0,'2007-02-08 13:43:15','アイテム - 装備 - アコライト',null,'<H3>武器</H3>\r<TABLE class=\" FCK__ShowTableBorders\">\r<TBODY>\r<TR>\r<TH>画像</TH>\r<TH>名称</TH>\r<TH>装備Lv.</TH>\r<TH>攻撃力</TH>\r<TH>重さ</TH>\r<TH>買値</TH>\r<TH>売値</TH>\r<TH>付加効果</TH>\r<TH></TH></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w031s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>モトルラーワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">31</TD>\r<TD align=\"right\">20</TD>\r<TD align=\"right\" rowSpan=\"36\">150</TD>\r<TD align=\"right\">9,400</TD>\r<TD align=\"right\">4,700</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w031d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>モトルラースケルワンド</TD>\r<TD align=\"right\">26</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">5,330</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w035s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>モトルラーフリーストーンワンド</TD>\r<TD align=\"right\" rowSpan=\"3\">35</TD>\r<TD align=\"right\">32</TD>\r<TD align=\"right\">12,000</TD>\r<TD align=\"right\">6,000</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w035q.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>セイクリッドワンド</TD>\r<TD align=\"right\">32</TD>\r<TD>クエスト</TD>\r<TD>&nbsp;</TD>\r<TD>MP回復量+15</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w035d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>モトルラーホーリーストーンワンド</TD>\r<TD align=\"right\">38</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">6,710</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w039s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>モトルラーハイドワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">39</TD>\r<TD align=\"right\">44</TD>\r<TD align=\"right\">14,920</TD>\r<TD align=\"right\">7,460</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w039d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>モトルラーミストラルワンド</TD>\r<TD align=\"right\">50</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">8,250</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w043s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>モトルラーギネリンワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">43</TD>\r<TD align=\"right\">56</TD>\r<TD align=\"right\">18,160</TD>\r<TD align=\"right\">9,080</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w043d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>モトルラーニヒルロワンド</TD>\r<TD align=\"right\">62</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">9,950</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w047s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>テイルンスケルワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">47</TD>\r<TD align=\"right\">68</TD>\r<TD align=\"right\">21,720</TD>\r<TD align=\"right\">10,860</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w047d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>テイルンフリーストーンワンド</TD>\r<TD align=\"right\">74</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">11,810</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w051s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>テイルンホーリーストーンワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">51</TD>\r<TD align=\"right\">80</TD>\r<TD align=\"right\">25,600</TD>\r<TD align=\"right\">12,800</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w051d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>テイルンハイドワンド</TD>\r<TD align=\"right\">86</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">13,830</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w055s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>テイルンミストラルワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">55</TD>\r<TD align=\"right\">92</TD>\r<TD align=\"right\">29,800</TD>\r<TD align=\"right\">14,900</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w055d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>テイルンギネリンワンド</TD>\r<TD align=\"right\">98</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">16,010</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w059s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>テイルンニヒルロワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">59</TD>\r<TD align=\"right\">104</TD>\r<TD align=\"right\">34,320</TD>\r<TD align=\"right\">17,160</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w059d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>テイルンメルクロワンド</TD>\r<TD align=\"right\">110</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">18,350</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w063s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ティスクスケルワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">63</TD>\r<TD align=\"right\">116</TD>\r<TD align=\"right\">39,160</TD>\r<TD align=\"right\">19,580</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w063d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ティスクフリーストーンワンド</TD>\r<TD align=\"right\">122</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">20,850</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w067s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ティスクホーリーストーンワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">67</TD>\r<TD align=\"right\">128</TD>\r<TD align=\"right\">44320</TD>\r<TD align=\"right\">22,160</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1w067d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ティスクハイドワンド</TD>\r<TD align=\"right\">134</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">23,510</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w071s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジスクフリーストーンワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">71</TD>\r<TD align=\"right\">140</TD>\r<TD align=\"right\">49,800</TD>\r<TD align=\"right\">24,900</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w071d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジスクホーリーストーンワンド</TD>\r<TD align=\"right\">146</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">&nbsp;26,330</TD>\r<TD>&nbsp;</TD>\r<TD></TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w075s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジスクハイドワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">75</TD>\r<TD align=\"right\">152</TD>\r<TD align=\"right\">55,600</TD>\r<TD align=\"right\">27,800</TD>\r<TD>&nbsp;</TD>\r<TD></TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w075d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジスクハイドワンド</TD>\r<TD align=\"right\">158</TD>\r<TD>ドロップ </TD>\r<TD align=\"right\">29,310</TD>\r<TD>&nbsp;</TD>\r<TD></TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w079s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジスクギネリンワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">79</TD>\r<TD align=\"right\">164</TD>\r<TD align=\"right\">61,720</TD>\r<TD align=\"right\">30,860</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w079d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジスクニヒルロワンド</TD>\r<TD align=\"right\">170</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">32,450</TD>\r<TD>&nbsp;</TD>\r<TD></TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w083s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジスクメルクロワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">83</TD>\r<TD align=\"right\">176</TD>\r<TD align=\"right\">68,160</TD>\r<TD align=\"right\">34,080</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w083d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジスクミスリルワンド</TD>\r<TD align=\"right\">182</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">&nbsp;35,750</TD>\r<TD>&nbsp;</TD>\r<TD></TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w087s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジェムブラホーリーストーンワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">87</TD>\r<TD align=\"right\">188</TD>\r<TD align=\"right\">74,920</TD>\r<TD align=\"right\">37,460</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w087d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジェムブラハイドワンド</TD>\r<TD align=\"right\">194</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">39,210</TD>\r<TD>&nbsp;</TD>\r<TD></TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w091s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジェムブラミストラルワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">91</TD>\r<TD align=\"right\">200</TD>\r<TD align=\"right\">82,000</TD>\r<TD align=\"right\">41,000</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w091d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジェムブラハイドワンド</TD>\r<TD align=\"right\">206</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">42830</TD>\r<TD>&nbsp;</TD>\r<TD></TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w095s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジェムブラニヒルロワンド</TD>\r<TD align=\"right\" rowSpan=\"2\">95</TD>\r<TD align=\"right\">212</TD>\r<TD align=\"right\">89,400</TD>\r<TD align=\"right\">44,700</TD>\r<TD>&nbsp;</TD>\r<TD></TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w095d.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジェムブラメルクロワンド</TD>\r<TD align=\"right\">218</TD>\r<TD>ドロップ</TD>\r<TD align=\"right\">46,610</TD>\r<TD>&nbsp;</TD>\r<TD></TD></TR>\r<TR>\r<TD><IMG alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2w099s.jpg\" width=\"32\" height=\"32\"></TD>\r<TD>ジェムブラミスリルワンド</TD>\r<TD align=\"right\">99</TD>\r<TD align=\"right\">224</TD>\r<TD align=\"right\">97,120</TD>\r<TD align=\"right\">48,560</TD>\r<TD>&nbsp;</TD>\r<TD>&nbsp;</TD></TR></TBODY></TABLE>','<h3>盾</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>&nbsp;</th>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s031s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンカルカン</td>\r            <td align=\"right\" rowspan=\"2\">31</td>\r            <td align=\"right\">22</td>\r            <td align=\"right\" rowspan=\"36\">200</td>\r            <td align=\"right\">1,880</td>\r            <td align=\"right\">940</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s031d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンタージェ</td>\r            <td align=\"right\">23</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,066</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s035s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンラウンドシールド</td>\r            <td align=\"right\" rowspan=\"2\">35</td>\r            <td align=\"right\">24</td>\r            <td align=\"right\">2,400</td>\r            <td align=\"right\">1,200</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s035d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンラウンドバリアー</td>\r            <td align=\"right\">25</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,342</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s039s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンシパルー</td>\r            <td align=\"right\" rowspan=\"2\">39</td>\r            <td align=\"right\">26</td>\r            <td align=\"right\">2,984</td>\r            <td align=\"right\">1,492</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s039d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンラウンドガード</td>\r            <td align=\"right\">28</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,650</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s043s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンラウンドプロテクタ</td>\r            <td align=\"right\" rowspan=\"2\">43</td>\r            <td align=\"right\">29</td>\r            <td align=\"right\">3,632</td>\r            <td align=\"right\">1,816</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s043d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンバックラー</td>\r            <td align=\"right\">31</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,990</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s047s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンホプロン</td>\r            <td align=\"right\" rowspan=\"2\">47</td>\r            <td align=\"right\">32</td>\r            <td align=\"right\">4,344</td>\r            <td align=\"right\">2,172</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s047d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンクリペス</td>\r            <td align=\"right\">33</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,362</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s051s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンペルタ</td>\r            <td align=\"right\" rowspan=\"2\">51</td>\r            <td align=\"right\">34</td>\r            <td align=\"right\">5,120</td>\r            <td align=\"right\">2,560</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s051d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンアスピス</td>\r            <td align=\"right\">35</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,766</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s055s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ロトンガーディアンボトン</td>\r            <td align=\"right\" rowspan=\"2\">55</td>\r            <td align=\"right\">37</td>\r            <td align=\"right\">5,960</td>\r            <td align=\"right\">2,980</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s055d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドカルカン</td>\r            <td align=\"right\">38</td>\r            <td>ドロップ</td>\r            <td align=\"right\">3,202</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s059s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドタージェ</td>\r            <td align=\"right\" rowspan=\"2\">59</td>\r            <td align=\"right\">39</td>\r            <td align=\"right\">6,864</td>\r            <td align=\"right\">3,432</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s059d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドラウンドシールド</td>\r            <td align=\"right\">40</td>\r            <td>ドロップ</td>\r            <td align=\"right\">3,670</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s063s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドラウンドバリアー</td>\r            <td align=\"right\" rowspan=\"2\">63</td>\r            <td align=\"right\">41</td>\r            <td align=\"right\">7,832</td>\r            <td align=\"right\">3,916</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s063d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドシパルー</td>\r            <td align=\"right\">43</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,170</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s067s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドラウンドガード</td>\r            <td align=\"right\" rowspan=\"2\">67</td>\r            <td align=\"right\">44</td>\r            <td align=\"right\">8,864</td>\r            <td align=\"right\">4,432</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1s067d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドラウンドプロテクター</td>\r            <td align=\"right\">45</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,702</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s071s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドバックラー</td>\r            <td align=\"right\" rowspan=\"2\">71</td>\r            <td align=\"right\">46</td>\r            <td align=\"right\">9,960</td>\r            <td align=\"right\">4,980</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s071d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドホプロン</td>\r            <td align=\"right\">47</td>\r            <td>ドロップ</td>\r            <td align=\"right\">5,266</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s075s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドクリペス</td>\r            <td align=\"right\" rowspan=\"2\">75</td>\r            <td align=\"right\">49</td>\r            <td align=\"right\">11,120</td>\r            <td align=\"right\">5,560</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s075d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドペルタ</td>\r            <td align=\"right\">50</td>\r            <td>ドロップ</td>\r            <td align=\"right\">5,862</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s079s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドアスピス</td>\r            <td align=\"right\" rowspan=\"2\">79</td>\r            <td align=\"right\">51</td>\r            <td align=\"right\">12,344</td>\r            <td align=\"right\">6,172</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s079d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>クレドガーディアンボトン</td>\r            <td align=\"right\">52</td>\r            <td>ドロップ</td>\r            <td align=\"right\">6,490</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s083s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ブレスドカルカン</td>\r            <td align=\"right\" rowspan=\"2\">83</td>\r            <td align=\"right\">53</td>\r            <td align=\"right\">13,632</td>\r            <td align=\"right\">6,816</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s083d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ブレスドタージェ</td>\r            <td align=\"right\">55</td>\r            <td>ドロップ</td>\r            <td align=\"right\">7,150</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s087s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ブレスドラウンドシールド</td>\r            <td align=\"right\" rowspan=\"2\">87</td>\r            <td align=\"right\">56</td>\r            <td align=\"right\">14,984</td>\r            <td align=\"right\">7,492</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s087d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ブレスドラウンドバリアー</td>\r            <td align=\"right\">57</td>\r            <td>ドロップ</td>\r            <td align=\"right\">7,932</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s091s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ブレスドシパルー</td>\r            <td align=\"right\" rowspan=\"2\">91</td>\r            <td align=\"right\">58</td>\r            <td align=\"right\">16,400</td>\r            <td align=\"right\">8,200</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s091d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ブレスドラウンドガード</td>\r            <td align=\"right\">59</td>\r            <td>ドロップ</td>\r            <td align=\"right\">8,566</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s095s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ブレスドラウンドプロテクター</td>\r            <td align=\"right\" rowspan=\"2\">95</td>\r            <td align=\"right\">61</td>\r            <td align=\"right\">17,880</td>\r            <td align=\"right\">8,940</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s095d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ブレスドバックラー</td>\r            <td align=\"right\">62</td>\r            <td>ドロップ</td>\r            <td align=\"right\">9,322</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s099s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ブレスドホプロン</td>\r            <td align=\"right\" rowspan=\"2\">99</td>\r            <td align=\"right\">63</td>\r            <td align=\"right\">19,424</td>\r            <td align=\"right\">9,712</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2s099d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>帽子</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>&nbsp;</th>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h031s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンボウィンキャップ</td>\r            <td align=\"right\" rowspan=\"2\">31</td>\r            <td align=\"right\">33</td>\r            <td align=\"right\" rowspan=\"35\">20</td>\r            <td align=\"right\">2,820</td>\r            <td align=\"right\">1,410</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h031d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンベスコキャップ</td>\r            <td align=\"right\">35</td>\r            <td>ドロップ</td>\r            <td align=\"right\">1,599</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h035s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンビスキャップ</td>\r            <td align=\"right\" rowspan=\"2\">35</td>\r            <td align=\"right\">37</td>\r            <td align=\"right\">3,600</td>\r            <td align=\"right\">1,800</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h035d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンパウキャップ</td>\r            <td align=\"right\">39</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,013</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h039s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンラドロッド</td>\r            <td align=\"right\" rowspan=\"2\">39</td>\r            <td align=\"right\">41</td>\r            <td align=\"right\">4,476</td>\r            <td align=\"right\">2,238</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h039d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンロディンロッド</td>\r            <td align=\"right\">42</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,475</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h043s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンロアロッド</td>\r            <td align=\"right\" rowspan=\"2\">43</td>\r            <td align=\"right\">44</td>\r            <td align=\"right\">5,448</td>\r            <td align=\"right\">2,724</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h043d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンロデインロッド</td>\r            <td align=\"right\">46</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,985</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h047s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンティロクラウン</td>\r            <td align=\"right\" rowspan=\"2\">47</td>\r            <td align=\"right\">48</td>\r            <td align=\"right\">6,516</td>\r            <td align=\"right\">3,258</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h047d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンテイロクラウン</td>\r            <td align=\"right\">50</td>\r            <td>ドロップ</td>\r            <td align=\"right\">3,543</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h051s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーントロアクラウン</td>\r            <td align=\"right\" rowspan=\"2\">51</td>\r            <td align=\"right\">51</td>\r            <td align=\"right\">7,680</td>\r            <td align=\"right\">3,840</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h051d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーントロスクラウン</td>\r            <td align=\"right\">53</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,149</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h055s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレボウィンキャップ</td>\r            <td align=\"right\" rowspan=\"2\">55</td>\r            <td align=\"right\">55</td>\r            <td align=\"right\">8,940</td>\r            <td align=\"right\">4,470</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h055d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレベスコキャップ</td>\r            <td align=\"right\">57</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,803</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h059s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレビスキャップ</td>\r            <td align=\"right\" rowspan=\"2\">59</td>\r            <td align=\"right\">59</td>\r            <td align=\"right\">10,296</td>\r            <td align=\"right\">5,148</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h059d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレパウキャップ</td>\r            <td align=\"right\">61</td>\r            <td>ドロップ</td>\r            <td align=\"right\">5,505</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h063s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレラドロッド</td>\r            <td align=\"right\" rowspan=\"2\">63</td>\r            <td align=\"right\">62</td>\r            <td align=\"right\">11,748</td>\r            <td align=\"right\">5,874</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h063d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレロディンロッド</td>\r            <td align=\"right\">64</td>\r            <td>ドロップ</td>\r            <td align=\"right\">6,255</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h067s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレロアロッド</td>\r            <td align=\"right\" rowspan=\"2\">67</td>\r            <td align=\"right\">66</td>\r            <td align=\"right\">13,296</td>\r            <td align=\"right\">6,648</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1h067d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレロデインロッド</td>\r            <td align=\"right\">68</td>\r            <td>ドロップ</td>\r            <td align=\"right\">7,053</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h071s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレティロクラウン</td>\r            <td align=\"right\" rowspan=\"2\">71</td>\r            <td align=\"right\">69</td>\r            <td align=\"right\">14,940</td>\r            <td align=\"right\">7,470</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h071d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレテイロクラウン</td>\r            <td align=\"right\">71</td>\r            <td>ドロップ</td>\r            <td align=\"right\">7,899</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h075s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレトロアクラウン</td>\r            <td align=\"right\" rowspan=\"2\">75</td>\r            <td align=\"right\">73</td>\r            <td align=\"right\">16,680</td>\r            <td align=\"right\">8,340</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h075d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレトロスクラウン</td>\r            <td align=\"right\">75</td>\r            <td>ドロップ</td>\r            <td align=\"right\">8,793</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h079s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフボウウィンキャップ</td>\r            <td align=\"right\" rowspan=\"2\">79</td>\r            <td align=\"right\">77</td>\r            <td align=\"right\">18,516</td>\r            <td align=\"right\">9,258</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h079d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフベスコキャップ</td>\r            <td align=\"right\">78</td>\r            <td>ドロップ</td>\r            <td align=\"right\">9,735</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h083s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフビスキャップ</td>\r            <td align=\"right\" rowspan=\"2\">83</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">20,448</td>\r            <td align=\"right\">10,224</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h0783d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフパウキャップ</td>\r            <td align=\"right\">82</td>\r            <td>ドロップ</td>\r            <td align=\"right\">10,725</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h087s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフラドロッド</td>\r            <td align=\"right\" rowspan=\"2\">87</td>\r            <td align=\"right\">84</td>\r            <td align=\"right\">22,476</td>\r            <td align=\"right\">11,238</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h087d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフロディンロッド</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>ドロップ</td>\r            <td align=\"right\">11,763</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h091s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフロアロッド</td>\r            <td align=\"right\" rowspan=\"2\">91</td>\r            <td align=\"right\">87</td>\r            <td align=\"right\">24,600</td>\r            <td align=\"right\">12,300</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h091d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフロデインロッド</td>\r            <td align=\"right\">89</td>\r            <td>ドロップ</td>\r            <td align=\"right\">12,849</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h095s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>カルレクリスケイルヘルメット</td>\r            <td align=\"right\" rowspan=\"2\">95</td>\r            <td align=\"right\">91</td>\r            <td align=\"right\">26,820</td>\r            <td align=\"right\">13,410</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h095d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフテイロクラウン</td>\r            <td align=\"right\">93</td>\r            <td>ドロップ</td>\r            <td align=\"right\">13,983</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2h099s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフトロアクラウン</td>\r            <td align=\"right\">99</td>\r            <td align=\"right\">95</td>\r            <td align=\"right\">29,136</td>\r            <td align=\"right\">14,568</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>衣服</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>魔防力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>&nbsp;</th>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b031s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンボウィンベリス</td>\r            <td align=\"right\" rowspan=\"2\">31</td>\r            <td align=\"right\">56</td>\r            <td align=\"right\">94</td>\r            <td align=\"right\" rowspan=\"30\">200</td>\r            <td align=\"right\">4,700</td>\r            <td align=\"right\">2,350</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b031d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>アカンレイアスーツ</td>\r            <td align=\"right\">59</td>\r            <td align=\"right\">102</td>\r            <td>ドロップ</td>\r            <td align=\"right\">2,665</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b035s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンビスベリス</td>\r            <td align=\"right\" rowspan=\"2\">35</td>\r            <td align=\"right\">62</td>\r            <td align=\"right\">110</td>\r            <td align=\"right\">6,000</td>\r            <td align=\"right\">3,000</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b035d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンパウベリス</td>\r            <td align=\"right\">65</td>\r            <td align=\"right\">118</td>\r            <td>ドロップ</td>\r            <td align=\"right\">3,355</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b039s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンラドディロック</td>\r            <td align=\"right\" rowspan=\"2\">39</td>\r            <td align=\"right\">68</td>\r            <td align=\"right\">126</td>\r            <td align=\"right\">7,460</td>\r            <td align=\"right\">3,730</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b039d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンロディンディロック</td>\r            <td align=\"right\">71</td>\r            <td align=\"right\">134</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,125</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b043s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンロアディロック</td>\r            <td align=\"right\" rowspan=\"2\">43</td>\r            <td align=\"right\">74</td>\r            <td align=\"right\">142</td>\r            <td align=\"right\">9,080</td>\r            <td align=\"right\">4,540</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b043d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンロデインディロック</td>\r            <td align=\"right\">77</td>\r            <td align=\"right\">150</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,975</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b047s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンティロハルレス</td>\r            <td align=\"right\" rowspan=\"2\">47</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">158</td>\r            <td align=\"right\">10,860</td>\r            <td align=\"right\">5,460</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b047d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンテイロハルレス</td>\r            <td align=\"right\">83</td>\r            <td align=\"right\">166</td>\r            <td>ドロップ</td>\r            <td align=\"right\">5,905</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b051s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーントロアハルレス</td>\r            <td align=\"right\" rowspan=\"2\">51</td>\r            <td align=\"right\">86</td>\r            <td align=\"right\">174</td>\r            <td align=\"right\">12,800</td>\r            <td align=\"right\">6,400</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b051d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーントロスハルレス</td>\r            <td align=\"right\">89</td>\r            <td align=\"right\">182</td>\r            <td>ドロップ</td>\r            <td align=\"right\">6,915</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b055s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレビスベリス</td>\r            <td align=\"right\" rowspan=\"2\">55</td>\r            <td align=\"right\">92</td>\r            <td align=\"right\">190</td>\r            <td align=\"right\">14,900</td>\r            <td align=\"right\">7,450</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b055d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレベスコベリス</td>\r            <td align=\"right\">95</td>\r            <td align=\"right\">198</td>\r            <td>ドロップ</td>\r            <td align=\"right\">8,005</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b059s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレビスベリス</td>\r            <td align=\"right\" rowspan=\"2\">59</td>\r            <td align=\"right\">98</td>\r            <td align=\"right\">206</td>\r            <td align=\"right\">17,160</td>\r            <td align=\"right\">8,580</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b059d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレパウベリス</td>\r            <td align=\"right\">101</td>\r            <td align=\"right\">214</td>\r            <td>ドロップ</td>\r            <td align=\"right\">9,175</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b063s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレラドディロック</td>\r            <td align=\"right\" rowspan=\"2\">63</td>\r            <td align=\"right\">104</td>\r            <td align=\"right\">222</td>\r            <td align=\"right\">19,580</td>\r            <td align=\"right\">9,790</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b063d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレロディンディロック</td>\r            <td align=\"right\">107</td>\r            <td align=\"right\">230</td>\r            <td>ドロップ</td>\r            <td align=\"right\">10,425</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b067s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレロアディロック</td>\r            <td align=\"right\" rowspan=\"2\">67</td>\r            <td align=\"right\">110</td>\r            <td align=\"right\">238</td>\r            <td align=\"right\">22,160</td>\r            <td align=\"right\">11,080</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1b067d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレロデインディロック</td>\r            <td align=\"right\">113</td>\r            <td align=\"right\">246</td>\r            <td>ドロップ</td>\r            <td align=\"right\">11,755</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b071s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレティロハルレス</td>\r            <td align=\"right\" rowspan=\"2\">71</td>\r            <td align=\"right\">116</td>\r            <td align=\"right\">254</td>\r            <td align=\"right\">24,900</td>\r            <td align=\"right\">12,450</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b071d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレテイロハルレス</td>\r            <td align=\"right\">119</td>\r            <td align=\"right\">262</td>\r            <td>ドロップ</td>\r            <td align=\"right\">13,165</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b075s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレトロアハルレス</td>\r            <td align=\"right\" rowspan=\"2\">75</td>\r            <td align=\"right\">122</td>\r            <td align=\"right\">270</td>\r            <td align=\"right\">27,800</td>\r            <td align=\"right\">12,900</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b075d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレトロスハルレス</td>\r            <td align=\"right\">125</td>\r            <td align=\"right\">278</td>\r            <td>ドロップ</td>\r            <td align=\"right\">14,655</td>\r            <td>&nbsp;</td>\r            <td>+6</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b079s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフボウィンベリス</td>\r            <td align=\"right\" rowspan=\"2\">79</td>\r            <td align=\"right\">128</td>\r            <td align=\"right\">286</td>\r            <td align=\"right\">30,860</td>\r            <td align=\"right\">15,430</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b079d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフベスコベリス</td>\r            <td align=\"right\">131</td>\r            <td align=\"right\">294</td>\r            <td>ドロップ</td>\r            <td align=\"right\">16,225</td>\r            <td>&nbsp;</td>\r            <td>+6</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b083s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフビスベリス</td>\r            <td align=\"right\" rowspan=\"2\">83</td>\r            <td align=\"right\">134</td>\r            <td align=\"right\">302</td>\r            <td align=\"right\">34,080</td>\r            <td align=\"right\">17,040</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b083d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフパウベリス</td>\r            <td align=\"right\">137</td>\r            <td align=\"right\">310</td>\r            <td>ドロップ</td>\r            <td align=\"right\">17,875</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b087s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフロディンディロック</td>\r            <td align=\"right\" rowspan=\"2\">87</td>\r            <td align=\"right\">140</td>\r            <td align=\"right\">318</td>\r            <td align=\"right\">37,460</td>\r            <td align=\"right\">18,730</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b087d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフロディンディロック</td>\r            <td align=\"right\">143</td>\r            <td align=\"right\">326</td>\r            <td>ドロップ</td>\r            <td align=\"right\">19,605</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b091s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフロアディロック</td>\r            <td align=\"right\" rowspan=\"2\">91</td>\r            <td align=\"right\">156</td>\r            <td align=\"right\">334</td>\r            <td align=\"right\" rowspan=\"5\">400</td>\r            <td align=\"right\">41,000</td>\r            <td align=\"right\">20,500</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b091d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフロデインディロック</td>\r            <td align=\"right\">149</td>\r            <td align=\"right\">342</td>\r            <td>ドロップ</td>\r            <td align=\"right\">21,415</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b095s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフティロハルレス</td>\r            <td align=\"right\" rowspan=\"2\">95</td>\r            <td align=\"right\">152</td>\r            <td align=\"right\">350</td>\r            <td align=\"right\">44,700</td>\r            <td align=\"right\">22,350</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b095d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフテイロハルレス</td>\r            <td align=\"right\">155</td>\r            <td align=\"right\">358</td>\r            <td>ドロップ</td>\r            <td align=\"right\">23,302</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2b099s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフトロアハルレス</td>\r            <td align=\"right\">99</td>\r            <td align=\"right\">158</td>\r            <td align=\"right\">366</td>\r            <td align=\"right\">48,560</td>\r            <td align=\"right\">24,280</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>手袋</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>&nbsp;</th>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g032s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンボウィングローブ</td>\r            <td align=\"right\">32</td>\r            <td align=\"right\">11</td>\r            <td align=\"right\" rowspan=\"20\">20</td>\r            <td align=\"right\">1,002</td>\r            <td align=\"right\">501</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g036s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンビスグローブ</td>\r            <td align=\"right\">36</td>\r            <td align=\"right\">13</td>\r            <td align=\"right\">1,270</td>\r            <td align=\"right\">635</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g040s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンラドグローブ</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">15</td>\r            <td align=\"right\">1,570</td>\r            <td align=\"right\">785</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g044s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンロアグローブ</td>\r            <td align=\"right\">44</td>\r            <td align=\"right\">17</td>\r            <td align=\"right\">1,902</td>\r            <td align=\"right\">951</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g048s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンティログローブ</td>\r            <td align=\"right\">48</td>\r            <td align=\"right\">19</td>\r            <td align=\"right\">2,266</td>\r            <td align=\"right\">1,133</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g052s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーントロアグローブ</td>\r            <td align=\"right\">52</td>\r            <td align=\"right\">21</td>\r            <td align=\"right\">2,662</td>\r            <td align=\"right\">1,331</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g056s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレボウィングローブ</td>\r            <td align=\"right\">56</td>\r            <td align=\"right\">23</td>\r            <td align=\"right\">3,090</td>\r            <td align=\"right\">1,545</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g060s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレビスグローブ</td>\r            <td align=\"right\">60</td>\r            <td align=\"right\">25</td>\r            <td align=\"right\">3,550</td>\r            <td align=\"right\">1,775</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g064s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレラドグローブ</td>\r            <td align=\"right\">64</td>\r            <td align=\"right\">27</td>\r            <td align=\"right\">4,042</td>\r            <td align=\"right\">2,021</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1g068s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレロアグローブ</td>\r            <td align=\"right\">68</td>\r            <td align=\"right\">29</td>\r            <td align=\"right\">4,566</td>\r            <td align=\"right\">2,283</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g072s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレティログローブ</td>\r            <td align=\"right\">72</td>\r            <td align=\"right\">31</td>\r            <td align=\"right\">5,122</td>\r            <td align=\"right\">2,561</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g076s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレトロアグローブ</td>\r            <td align=\"right\">76</td>\r            <td align=\"right\">33</td>\r            <td align=\"right\">5,710</td>\r            <td align=\"right\">2,855</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g080s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフボウィングローブ</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">35</td>\r            <td align=\"right\">6,330</td>\r            <td align=\"right\">3,165</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g084s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフビスグローブ</td>\r            <td align=\"right\">84</td>\r            <td align=\"right\">37</td>\r            <td align=\"right\">6,982</td>\r            <td align=\"right\">3,491</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g088s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフラドグローブ</td>\r            <td align=\"right\">88</td>\r            <td align=\"right\">39</td>\r            <td align=\"right\">7,666</td>\r            <td align=\"right\">3,833</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g092s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフロアグローブ</td>\r            <td align=\"right\">92</td>\r            <td align=\"right\">41</td>\r            <td align=\"right\">8,382</td>\r            <td align=\"right\">4,191</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g096s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフティログローブ</td>\r            <td align=\"right\" rowspan=\"2\">96</td>\r            <td align=\"right\">43</td>\r            <td align=\"right\">9,130</td>\r            <td align=\"right\">4,565</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g096d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフテイログローブ</td>\r            <td align=\"right\">44</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g100s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフトロアグローブ</td>\r            <td align=\"right\" rowspan=\"2\">100</td>\r            <td align=\"right\">45</td>\r            <td align=\"right\">9,910</td>\r            <td align=\"right\">4,955</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2g100d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>靴</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>&nbsp;</th>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o031s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンボウィンシューズ</td>\r            <td align=\"right\">32</td>\r            <td align=\"right\">11</td>\r            <td align=\"right\" rowspan=\"20\">40</td>\r            <td align=\"right\">1,002</td>\r            <td align=\"right\">501</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o035s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンビスシューズ</td>\r            <td align=\"right\">36</td>\r            <td align=\"right\">13</td>\r            <td align=\"right\">1,270</td>\r            <td align=\"right\">635</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o040s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンラドシューズ</td>\r            <td align=\"right\">40</td>\r            <td align=\"right\">15</td>\r            <td align=\"right\">1,570</td>\r            <td align=\"right\">785</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o044s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンロアシューズ</td>\r            <td align=\"right\">44</td>\r            <td align=\"right\">17</td>\r            <td align=\"right\">1,902</td>\r            <td align=\"right\">951</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o048s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーンティロシューズ</td>\r            <td align=\"right\">48</td>\r            <td align=\"right\">19</td>\r            <td align=\"right\">2,266</td>\r            <td align=\"right\">1,133</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o052s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>テルルーントロアシューズ</td>\r            <td align=\"right\">52</td>\r            <td align=\"right\">21</td>\r            <td align=\"right\">2,662</td>\r            <td align=\"right\">1,331</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o056s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレボウィンシューズ</td>\r            <td align=\"right\">56</td>\r            <td align=\"right\">23</td>\r            <td align=\"right\">3,090</td>\r            <td align=\"right\">1,545</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o060s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレビスシューズ</td>\r            <td align=\"right\">60</td>\r            <td align=\"right\">25</td>\r            <td align=\"right\">3,550</td>\r            <td align=\"right\">1,775</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o064s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレラドシューズ</td>\r            <td align=\"right\">64</td>\r            <td align=\"right\">27</td>\r            <td align=\"right\">4,042</td>\r            <td align=\"right\">2,021</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1o068s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレロアシューズ</td>\r            <td align=\"right\">68</td>\r            <td align=\"right\">29</td>\r            <td align=\"right\">4,566</td>\r            <td align=\"right\">2,283</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o072s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレティロシューズ</td>\r            <td align=\"right\">72</td>\r            <td align=\"right\">32</td>\r            <td align=\"right\">5,122</td>\r            <td align=\"right\">2,561</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o076s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>ジュレトロアシューズ</td>\r            <td align=\"right\">76</td>\r            <td align=\"right\">33</td>\r            <td align=\"right\">5,710</td>\r            <td align=\"right\">2,855</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o080s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフボウィンシューズ</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\">35</td>\r            <td align=\"right\">6,330</td>\r            <td align=\"right\">3,165</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o084s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフビスシューズ</td>\r            <td align=\"right\">84</td>\r            <td align=\"right\">37</td>\r            <td align=\"right\">6,982</td>\r            <td align=\"right\">3,491</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o088s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフラドシューズ</td>\r            <td align=\"right\">88</td>\r            <td align=\"right\">39</td>\r            <td align=\"right\">7,666</td>\r            <td align=\"right\">3,833</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o092s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフロアシューズ</td>\r            <td align=\"right\">92</td>\r            <td align=\"right\">41</td>\r            <td align=\"right\">8,382</td>\r            <td align=\"right\">4,191</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o096s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフティロシューズ</td>\r            <td align=\"right\" rowspan=\"2\">96</td>\r            <td align=\"right\">43</td>\r            <td align=\"right\">9,130</td>\r            <td align=\"right\">4,565</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o096d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o100s.jpg\" width=\"32\" height=\"32\"></td>\r            <td>デフトロアシューズ</td>\r            <td align=\"right\" rowspan=\"2\">100</td>\r            <td align=\"right\">45</td>\r            <td align=\"right\">9,910</td>\r            <td align=\"right\">4,955</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p2o100d.jpg\" width=\"32\" height=\"32\"></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>アクセサリー</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1a031c.jpg\" width=\"32\" height=\"32\"></td>\r            <td>アコライトブローチ</td>\r            <td align=\"right\">31</td>\r            <td align=\"right\">5</td>\r            <td>転職時</td>\r            <td>&nbsp;</td>\r            <td>精神力+1</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img alt=\"アイコン \" src=\"http://www.blackcat.xyz/images/selfman/xo/p1a035q.jpg\" width=\"32\" height=\"32\"></td>\r            <td>レルディエプネックレス</td>\r            <td align=\"right\">35</td>\r            <td align=\"right\">5</td>\r            <td>クエスト</td>\r            <td>&nbsp;</td>\r            <td>精神力+2</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>',1,3550,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Cleric',3,0,'2007-02-08 13:44:00','アイテム - 装備 - クレリック',null,'<P>下書き</P>','',1,1486,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_Item_Eq_Priest',3,0,'2007-02-08 13:48:42','アイテム - 装備 - プリースト',null,'<h3>武器</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>攻撃力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w101s.jpg\" /></td>\r            <td>ジェムブラタイランワンド</td>\r            <td align=\"right\" rowspan=\"2\">101</td>\r            <td align=\"right\">230</td>\r            <td align=\"right\" rowspan=\"17\">200</td>\r            <td align=\"right\">101,100</td>\r            <td align=\"right\">50,550</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w101d.jpg\" /></td>\r            <td>レムブラハイドワンド</td>\r            <td align=\"right\">236</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w105s.jpg\" /></td>\r            <td>レムブラミストラルワンド</td>\r            <td align=\"right\" rowspan=\"2\">105</td>\r            <td align=\"right\">242</td>\r            <td align=\"right\">109,300</td>\r            <td align=\"right\">54,650</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w105d.jpg\" /></td>\r            <td>レムブラギネリンワンド</td>\r            <td align=\"right\">248</td>\r            <td>ドロップ </td>\r            <td align=\"right\">56,760</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w109s.jpg\" /></td>\r            <td>レムブラニヒルロワンド</td>\r            <td align=\"right\" rowspan=\"2\">109</td>\r            <td align=\"right\">254</td>\r            <td align=\"right\">117,820</td>\r            <td align=\"right\">58,910</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w109d.jpg\" /></td>\r            <td>レムブラメルクロワンド</td>\r            <td align=\"right\">260</td>\r            <td>ドロップ</td>\r            <td align=\"right\">61,110</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w113s.jpg\" /></td>\r            <td>レムブラミスリルワンド</td>\r            <td align=\"right\" rowspan=\"2\">113</td>\r            <td align=\"right\">266</td>\r            <td align=\"right\">126,660</td>\r            <td align=\"right\">63,330</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w113d.jpg\" /></td>\r            <td>レムブラタイランワンド</td>\r            <td align=\"right\">272</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w115q.jpg\" /></td>\r            <td>ポリックサイバー</td>\r            <td align=\"right\">115</td>\r            <td align=\"right\">340</td>\r            <td>クエスト</td>\r            <td align=\"right\">10,860</td>\r            <td>精神+5、魔法ディレイ+0.5秒</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w117s.jpg\" /></td>\r            <td>レムブラメルトワンド</td>\r            <td align=\"right\" rowspan=\"2\">117</td>\r            <td align=\"right\">278</td>\r            <td align=\"right\">135,820</td>\r            <td align=\"right\">67,910</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w117d.jpg\" /></td>\r            <td>レムフィルタミストラルワンド</td>\r            <td align=\"right\">284</td>\r            <td>ドロップ</td>\r            <td align=\"right\">70,260</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w121s.jpg\" /></td>\r            <td>レムフィルタギネリンワンド</td>\r            <td align=\"right\" rowspan=\"2\">121</td>\r            <td align=\"right\">290</td>\r            <td align=\"right\">145,300</td>\r            <td align=\"right\">72650</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w121d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">296</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w125s.jpg\" /></td>\r            <td>レムフィルタメルクロワンド</td>\r            <td align=\"right\">125</td>\r            <td align=\"right\">302</td>\r            <td align=\"right\">155,100</td>\r            <td align=\"right\">77,550</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w126s.jpg\" /></td>\r            <td>レムフィルタミスリルワンド</td>\r            <td align=\"right\" rowspan=\"2\">126</td>\r            <td align=\"right\">305</td>\r            <td align=\"right\">157,600</td>\r            <td align=\"right\">78,800</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w126d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">311</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3w131d.jpg\" /></td>\r            <td>レムフィルタアコンワンド</td>\r            <td align=\"right\">130</td>\r            <td align=\"right\">323</td>\r            <td>ドロップ</td>\r            <td align=\"right\">86,510</td>\r            <td>&nbsp;</td>\r            <td>2</td>\r        </tr>\r    </tbody>\r</table>','<h3>盾</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s101s.jpg\" /></td>\r            <td>フリーシチェインタージュ</td>\r            <td align=\"right\" rowspan=\"2\">101</td>\r            <td align=\"right\">80</td>\r            <td align=\"right\" rowspan=\"15\">300</td>\r            <td align=\"right\">20,220</td>\r            <td align=\"right\">10,110</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s101d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">&nbsp;82</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s105s.jpg\" /></td>\r            <td>フリーシチェインラウンドバリアー</td>\r            <td align=\"right\" rowspan=\"2\">105</td>\r            <td align=\"right\">84</td>\r            <td align=\"right\">21,860</td>\r            <td align=\"right\">10,930</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s105d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">86</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s109s.jpg\" /></td>\r            <td>フリーシチェインラウンドガード</td>\r            <td align=\"right\" rowspan=\"2\">109</td>\r            <td align=\"right\">88</td>\r            <td align=\"right\">23,564</td>\r            <td align=\"right\">11,782</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s109d.jpg\" /></td>\r            <td>フリーシチェインラウンドプロテクター</td>\r            <td align=\"right\">90</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s113s.jpg\" /></td>\r            <td>ペラチェインカルカン</td>\r            <td align=\"right\" rowspan=\"2\">113</td>\r            <td align=\"right\">92</td>\r            <td align=\"right\">25,332</td>\r            <td align=\"right\">12,666</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s113d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">94</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s117s.jpg\" /></td>\r            <td>ペラチェインラウンドシールド</td>\r            <td align=\"right\" rowspan=\"2\">117</td>\r            <td align=\"right\">96</td>\r            <td align=\"right\">27,164</td>\r            <td align=\"right\">13,582</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s117d.jpg\" /></td>\r            <td>ペラチェインラウンドバリアー</td>\r            <td align=\"right\">98</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s120s.jpg\" /></td>\r            <td>ペラチェインシパルー</td>\r            <td align=\"right\" rowspan=\"2\">120</td>\r            <td align=\"right\">100</td>\r            <td align=\"right\">29,060</td>\r            <td align=\"right\">14,530</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s120d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">102</td>\r            <td>ドロップ</td>\r            <td align=\"right\">15,016</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s124s.jpg\" /></td>\r            <td>ペラチェインラウンドプロテクター</td>\r            <td align=\"right\" rowspan=\"3\">124</td>\r            <td align=\"right\">104</td>\r            <td align=\"right\">31,520</td>\r            <td align=\"right\">15,760</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p4s124s.jpg\" /></td>\r            <td>メトリチェインカンカン</td>\r            <td align=\"right\">106</td>\r            <td align=\"right\">32,532</td>\r            <td align=\"right\">16,266</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3s128d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">?</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>帽子</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h101s.jpg\" /></td>\r            <td>ベルトカレインコイプ</td>\r            <td align=\"right\" rowspan=\"2\">101</td>\r            <td align=\"right\">122</td>\r            <td align=\"right\" rowspan=\"4\">20</td>\r            <td align=\"right\">30,330</td>\r            <td align=\"right\">15,165</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h101d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">125</td>\r            <td>ドロップ</td>\r            <td align=\"right\">15,774</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h105s.jpg\" /></td>\r            <td>ベルトクラッシチェインコイプ</td>\r            <td align=\"right\" rowspan=\"2\">105</td>\r            <td align=\"right\">128</td>\r            <td align=\"right\">32,766</td>\r            <td align=\"right\">16,383</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h105d.jpg\" /></td>\r            <td>ベルトレッシチェインコイプ</td>\r            <td align=\"right\">131</td>\r            <td>ドロップ</td>\r            <td align=\"right\">16,992</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h109s.jpg\" /></td>\r            <td>ベルトプリシチェインコイプ</td>\r            <td align=\"right\" rowspan=\"2\">109</td>\r            <td align=\"right\">134</td>\r            <td align=\"right\" rowspan=\"11\">40</td>\r            <td align=\"right\">35,202</td>\r            <td align=\"right\">17,601</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h109d.jpg\" /></td>\r            <td>ベルトペラチェインコイプ</td>\r            <td align=\"right\">137</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h113s.jpg\" /></td>\r            <td>ベルトメトリチェインコイプ</td>\r            <td align=\"right\" rowspan=\"2\">113</td>\r            <td align=\"right\">140</td>\r            <td align=\"right\">37,638</td>\r            <td align=\"right\">18,819</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h113d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">143</td>\r            <td>ドロップ</td>\r            <td align=\"right\">19,428</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h117s.jpg\" /></td>\r            <td>デプコブレトコイプ</td>\r            <td align=\"right\" rowspan=\"2\">117</td>\r            <td align=\"right\">146</td>\r            <td align=\"right\">40,074</td>\r            <td align=\"right\">20,037</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h117d.jpg\" /></td>\r            <td>デプスパンダルコイプ</td>\r            <td align=\"right\">149</td>\r            <td>ドロップ</td>\r            <td align=\"right\">21078</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h121s.jpg\" /></td>\r            <td>デプエスパンダルコイプ</td>\r            <td align=\"right\" rowspan=\"2\">121</td>\r            <td align=\"right\">152</td>\r            <td align=\"right\">43,590</td>\r            <td align=\"right\">21,795</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h121d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">155</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h125s.jpg\" /></td>\r            <td>デプハイドロンコイプ</td>\r            <td align=\"right\">125</td>\r            <td align=\"right\">158</td>\r            <td align=\"right\">46,530</td>\r            <td align=\"right\">23,265</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h126s.jpg\" /></td>\r            <td>ベルトルダインコイプ</td>\r            <td align=\"right\" rowspan=\"2\">126</td>\r            <td align=\"right\">161</td>\r            <td align=\"right\">47,280</td>\r            <td align=\"right\">23,640</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3h126d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">?</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>胴衣</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>魔防力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b101s.jpg\" /></td>\r            <td>チアトボウィンベリス</td>\r            <td align=\"right\" rowspan=\"2\">101</td>\r            <td align=\"right\">164</td>\r            <td align=\"right\">382</td>\r            <td align=\"right\" rowspan=\"15\">600</td>\r            <td align=\"right\">50,550</td>\r            <td align=\"right\">25,275</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b101d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">167</td>\r            <td align=\"right\">390</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b105s.jpg\" /></td>\r            <td>チアトビスベリス</td>\r            <td align=\"right\" rowspan=\"2\">105</td>\r            <td align=\"right\">170</td>\r            <td align=\"right\">398</td>\r            <td align=\"right\">54,650</td>\r            <td align=\"right\">27,325</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b105d.jpg\" /></td>\r            <td>チアトパウベリス</td>\r            <td align=\"right\">173</td>\r            <td align=\"right\">406</td>\r            <td>ドロップ</td>\r            <td align=\"right\">28,380</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b109s.jpg\" /></td>\r            <td>チアトラドディロック</td>\r            <td align=\"right\" rowspan=\"2\">109</td>\r            <td align=\"right\">176</td>\r            <td align=\"right\">414</td>\r            <td align=\"right\">58,910</td>\r            <td align=\"right\">29,455</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b109d.jpg\" /></td>\r            <td>チアトロディンディロック</td>\r            <td align=\"right\">179</td>\r            <td align=\"right\">422</td>\r            <td>ドロップ</td>\r            <td align=\"right\">4,125</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b113s.jpg\" /></td>\r            <td>チアトロアディロック</td>\r            <td align=\"right\" rowspan=\"2\">113</td>\r            <td align=\"right\">182</td>\r            <td align=\"right\">430</td>\r            <td align=\"right\">63,330</td>\r            <td align=\"right\">31,665</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b113d.jpg\" /></td>\r            <td>チアトロデインディロック</td>\r            <td align=\"right\">185</td>\r            <td align=\"right\">438</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>1</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b117s.jpg\" /></td>\r            <td>チアトティロハルレス</td>\r            <td align=\"right\" rowspan=\"2\">117</td>\r            <td align=\"right\">188</td>\r            <td align=\"right\">446</td>\r            <td align=\"right\">67,910</td>\r            <td align=\"right\">33,955</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b117d.jpg\" /></td>\r            <td>アトテイロハルレス</td>\r            <td align=\"right\">191</td>\r            <td align=\"right\">454</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b121s.jpg\" /></td>\r            <td>チアトトロアハルレス</td>\r            <td align=\"right\" rowspan=\"2\">121</td>\r            <td align=\"right\">194</td>\r            <td align=\"right\">462</td>\r            <td align=\"right\">72,650</td>\r            <td align=\"right\">36,325</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b121d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">197</td>\r            <td align=\"right\">470</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b125s.jpg\" /></td>\r            <td>ロンコボウィンベリス</td>\r            <td align=\"right\" rowspan=\"3\">125</td>\r            <td align=\"right\">200</td>\r            <td align=\"right\">478</td>\r            <td align=\"right\">77,550</td>\r            <td align=\"right\">38,775</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b126s.jpg\" /></td>\r            <td>ロンコベスコベリス</td>\r            <td align=\"right\">203</td>\r            <td align=\"right\">486</td>\r            <td align=\"right\">78,800</td>\r            <td align=\"right\">39,400</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3b126d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>手袋</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g100s.jpg\" /></td>\r            <td>レリナブクレシンミト</td>\r            <td align=\"right\" rowspan=\"2\">100</td>\r            <td align=\"right\">46</td>\r            <td align=\"right\" rowspan=\"14\">20</td>\r            <td align=\"right\">9,910 </td>\r            <td align=\"right\">4,955</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g100d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">48</td>\r            <td>ドロップ</td>\r            <td align=\"right\">5,156</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g104s.jpg\" /></td>\r            <td>ジュレナブレシングローブ</td>\r            <td align=\"right\" rowspan=\"2\">104</td>\r            <td align=\"right\">50</td>\r            <td align=\"right\">10,722</td>\r            <td align=\"right\">5,361 </td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g104d.jpg\" /></td>\r            <td>ジュレナブプリシングローブ</td>\r            <td align=\"right\">52</td>\r            <td align=\"right\">&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g108s.jpg\" /></td>\r            <td>ジュレナブクレシミント</td>\r            <td align=\"right\" rowspan=\"2\">108</td>\r            <td align=\"right\">54</td>\r            <td align=\"right\">11,566</td>\r            <td align=\"right\">5,783 </td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g108d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">56</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g112s.jpg\" /></td>\r            <td>ジュレナブプリシミント</td>\r            <td align=\"right\" rowspan=\"2\">112</td>\r            <td align=\"right\">58</td>\r            <td align=\"right\">12,442</td>\r            <td align=\"right\">6,221</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g112d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">60</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g116s.jpg\" /></td>\r            <td>ジュレナブメティングローブ</td>\r            <td align=\"right\" rowspan=\"2\">116</td>\r            <td align=\"right\">62</td>\r            <td align=\"right\">13,266</td>\r            <td align=\"right\">6,633</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g116d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">66</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g120s.jpg\" /></td>\r            <td>ジュレナブメティンミト</td>\r            <td align=\"right\" rowspan=\"2\">120</td>\r            <td align=\"right\">66</td>\r            <td align=\"right\">13,266</td>\r            <td align=\"right\">7,055</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g120d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3g124s.jpg\" /></td>\r            <td>デフナブレシングローブ</td>\r            <td align=\"right\" rowspan=\"2\">124</td>\r            <td align=\"right\">70</td>\r            <td align=\"right\">14,954</td>\r            <td align=\"right\">7,477</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"34\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p4g124s.jpg\" /></td>\r            <td>デフナブプリシングローブ</td>\r            <td align=\"right\">72</td>\r            <td align=\"right\">15,376</td>\r            <td align=\"right\">7,688</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>靴</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>防御力</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o102s.jpg\" /></td>\r            <td>レリメカンテブーツ</td>\r            <td align=\"right\" rowspan=\"2\">102</td>\r            <td align=\"right\">47</td>\r            <td align=\"right\" rowspan=\"14\">80</td>\r            <td align=\"right\">11,566</td>\r            <td align=\"right\">5,783</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o102d.jpg\" /></td>\r            <td>レリメカンティウムブーツ</td>\r            <td align=\"right\">48</td>\r            <td>ドロップ</td>\r            <td align=\"right\">6,221</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o106s.jpg\" /></td>\r            <td>レリメントラスブーツ</td>\r            <td align=\"right\" rowspan=\"2\">106</td>\r            <td align=\"right\">50</td>\r            <td align=\"right\">12,442</td>\r            <td align=\"right\">6,675 </td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o106d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">51</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o110s.jpg\" /></td>\r            <td>レリベネディットブーツ</td>\r            <td align=\"right\" rowspan=\"2\">110</td>\r            <td align=\"right\">53</td>\r            <td align=\"right\">13,350</td>\r            <td align=\"right\">6,221 </td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o110d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">54</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o114s.jpg\" /></td>\r            <td>レリグロリーブーツ</td>\r            <td align=\"right\" rowspan=\"2\">114</td>\r            <td align=\"right\">56</td>\r            <td align=\"right\">14,290</td>\r            <td align=\"right\">7,145</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o114d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">67</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o118s.jpg\" /></td>\r            <td>レリルファルガブーツ</td>\r            <td align=\"right\" rowspan=\"2\">118</td>\r            <td align=\"right\">59</td>\r            <td align=\"right\">15,262</td>\r            <td align=\"right\">7,631</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o118d.jpg\" /></td>\r            <td>レリルファガリウムブーツ</td>\r            <td align=\"right\">60</td>\r            <td>ドロップ</td>\r            <td align=\"right\">7,880</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o122s.jpg\" /></td>\r            <td>レリルペツブーツ</td>\r            <td align=\"right\" rowspan=\"2\">122</td>\r            <td align=\"right\">62</td>\r            <td align=\"right\">16,266</td>\r            <td align=\"right\">8,133</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o122d.jpg\" /></td>\r            <td>&nbsp;</td>\r            <td align=\"right\">63</td>\r            <td>ドロップ</td>\r            <td align=\"right\">&nbsp;</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3o126s.jpg\" /></td>\r            <td>ベネポーリブーツ</td>\r            <td align=\"right\" rowspan=\"2\">126</td>\r            <td align=\"right\">65</td>\r            <td align=\"right\">17,302</td>\r            <td align=\"right\">8,651</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p4o126s.jpg\" /></td>\r            <td>カベネポロディアンブーツ</td>\r            <td align=\"right\">66</td>\r            <td align=\"right\">17,832</td>\r            <td align=\"right\">8,916</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>アクセサリー</h3>\r<table>\r    <tbody>\r        <tr>\r            <th>画像</th>\r            <th>名称</th>\r            <th>装備Lv.</th>\r            <th>重さ</th>\r            <th>買値</th>\r            <th>売値</th>\r            <th>付加効果</th>\r            <th>所持</th>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3a101c.jpg\" /></td>\r            <td>光の印章</td>\r            <td align=\"right\">101</td>\r            <td align=\"right\">2</td>\r            <td>転職時</td>\r            <td>&nbsp;</td>\r            <td>魔力+8、精神+5、MP回復量+10</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <td><img height=\"32\" alt=\"アイコン\" width=\"32\" src=\"http://www.blackcat.xyz/images/selfman/xo/p3a120q.jpg\" /></td>\r            <td>光輝の指輪</td>\r            <td align=\"right\">120</td>\r            <td align=\"right\">2</td>\r            <td>クエスト</td>\r            <td>&nbsp;</td>\r            <td>精神力+15、最大MP+250、魔法防御+30</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>',1,3606,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('JDBGrid_Release_Note_v329',3,0,'2007-02-10 00:32:58','JDBGrid v3.2.9 リリース',null,'<p>JDBGrid v3.2.9 をリリースしました。</p>\r<p>修正点は以下のとおりです。</p>\r<ul>\r    <li>「ソースデータセットに1レコードしか存在しない場合に2レコード表示される」問題に対応。</li>\r</ul>\r<p>リリースしたコンポーネントの対応Delphiバージョンは以下の通りです。</p>\r<ul>\r    <li>Delphi2005 VCL.Net&nbsp; ＆ Win32</li>\r    <li>Delphi7</li>\r    <li>Delphi6</li>\r</ul>\r<p>以上です。お気づきの点などございましたら、<a href=\"http://www.blackcat.xyz/forum/index.php\">掲示板</a>にお願いいたします。</p>','',1,5088,378,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/forum/index.php\">掲示板</a>',0,1,1,0,0,'2008-10-21 11:04:46','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070212_2137',3,0,'2007-02-12 21:37:46','くろねこ レベル109',null,'<p>くろねこやっと109です。</p>\r<p>最近冒険ばかりで...<br />\rなかなか上がりませんが...<br />\r冒険は後ほど別エントリで！</p>','<p>109の羽です！<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/blackcat109-org.jpg\"><img height=\"373\" alt=\"くろねこ レベル109\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat109.jpg\" /></a></p>\r<p>今回もPTメンバに羽が出るのを見てもらいました♪<br />\rLv.109といえば兵装の換装ですが....109レア装備が手に入らず...<br />\rレアは盾のみ！<br />\r武器は、1000mgさんに店売り+5を譲っていただきました。<br />\rただでもらうのは気が引けたので、サブの手持ちだったミニリカバラントをいくつか...</p>\r<p>で、レベルアップ前に気づいたのですが...<br />\r防御課金間違ってLv.1を使ってました....防御1000を超えてるはずが超えてなかったので...<br />\rダサイ間違えですね</p>\r<p>109レア安く売ってるバザーなど見かけましたら、教えてください、(^&and;^)、オ、ネ、ガ、イ。</p>',1,2354,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/blackcat109-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070213_1253',3,0,'2007-02-13 12:53:02','02/09 （ノ＿－；）ハア・・・',null,'<p>2/9墓荒らしに出かけました。<br />\rメンバはくろねこのPT+スプーンさんです。(デヴァイスさん不参加)</p>\r<p>まだスキルブックを一つも持っていないスプーンさんにスキルブックをというのと、パタさんにスカウターの新スキルブックを！そしてくろねこにオーラーブレード2をという期待を込めて、みんなで楽しく冒険できればいいなとお墓に行きました。</p>\r<p>スカウターの新スキルが実装されるまでは今週の冒険は絶望探検か？って思っていたのですが...</p>\r<p>お墓に変更したことで違った絶望感を味わいました...</p>','<p>お墓に行きました、お墓の地下2階はそれなりに順調でした。<br />\r結構多かったですけど、スーさんとちゃんと耐えて後から補助もらって結構うまくいってたんですが、問題はやはりB3Fにありました。<br />\rその問題はボスです。<br />\rそのボスにB3Fの道のりで言うと6割ほど行ったところで出会いました。<br />\rボスの周りの雑魚を掃除して....スーさんがバインディングで止めて...掃除して終わったところで、くろねこが召還を出して...<br />\rボスはバインディングで動けないので、召還つれてみんなで叩けばとそんな頭の中でしたね。</p>\r<p>いつもお墓に来ているメンバならそれでなんの問題もなかったんです。<br />\rでも、およそ半数が初めてもしくは初めてに近いメンバでした。</p>\r<p>召還をトレインしてメンバの所に戻ると、ちりぢりに逃げてたんですね。<br />\r課金回復たんまりあったので、しばらく浮くことはなかったのですが誰も攻撃しないと召還はちっとも減らないのです。<br />\rそれどころか雑魚がどんどん湧いてくるわけでして...<br />\rスーさんは召還出してくろねこが退いたあたりで浮かせてしまいました＞＜；<br />\rまりにあ、パタさんは退いた方向が違ったのか姿が見えませんでした。スカイプなので声は聞こえるんですがね...<br />\r小夜ちゃん、PON、mary☆は召還を見て入り口の方かな？</p>\r<p>君たち逃げすぎ！<br />\r帰ってくるのを耐えながら通路をマラソンしていたのですが、たくさんあったマナリムも底をついてジュースで耐えようとしたけどやはり足りなくて(。-ノ-)/&Omega;チー-ン!!(。-ノ-)ノ彡☆ポクポク!!</p>\r<p>浮くなら最初から浮いた方がやすかったのかな？とか小夜ちゃんプリ転職で張り切ってるところ浮かせて悪かったかなとか？<br />\rスーさんに何も出来ず浮かせるためだけに呼んだみたいで、申し訳ないみたいな...</p>\r<p>気分は、（ノ＿－；）ハア・・・でした。</p>',1,3151,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:19','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070214_0659',3,0,'2007-02-14 06:59:42','02/10 鰹なり',null,'<p>今日は先日発表したとおり、20:30～干し鰹さんのお着替え、22:30～ナリアスさんの転職に参加しました。</p>','<p>■干し鰹さん<br />\r干し鰹さんのお着替えでは、何を持っていくか悩んだけどロストに倉庫を設置している事もあり、倉庫から回復を取り出して持っていきました。重たくて動けなくても「Xenepic大陸に戻る」を選択すればそこが待ち合わせ場所。とてもラッキーでした。<br />\r<img height=\"300\" alt=\"待ち合わせ場所\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070210_katsuo1.jpg\" /></p>\r<p>いつもスルーする、このマップ祭壇が本当にあったと言うことを再認識しましたね。<br />\rじっくり見たのは初めてでした。<br />\r干し鰹さんログ2、オメデト(^_^)&ang;※PAN!<br />\r<img height=\"370\" alt=\"鰹さんお着替えオメデト(^_^)∠※PAN!\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070210_katsuo2.jpg\" /><br />\rただ、お着替えって羽も出ないしちょっと地味ですね。</p>\r<p>二次会はロストボス巡りツアーでした。リス&rarr;グリ&rarr;ロード。<br />\rでも、ロードは結構さがしたんですけど結局見つからなくて...<br />\r残念でした...</p>\r<p>■ナリアスさん<br />\rナリアスさんの転職式、干し鰹さんのお着替え二次会完了後速攻向かってギリギリでした。2分前着。</p>\r<p>そして羽！オメデト(^_^)&ang;※PAN!<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070210_nari_jc-org.jpg\"><img height=\"300\" alt=\"ナリアスさん転職オメデト(^_^)∠※PAN!\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070210_nari_jc.jpg\" /></a></p>\r<p>お渡ししたのは、リストラ入門とタラゴン500枚でした。リストラ入門渡すならゼンストーン500個の方が使えると思うのですがそんなに持っていませんでした。<br />\r<img height=\"200\" alt=\"もっと良いものあげたい\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070210_nari_pr.jpg\" /><br />\rお金が無くなると、懐が寂しいですね...<br />\rバブリーな頃は、部品とギアセットでとか、桜酒1,000～2,000渡した記憶がありますが...</p>\r<p>二次会は...<br />\r氷の迷宮でした。待ち合わせしていたら、懐かしい人を見つけたので首に縄付けて引っ張っていきました。<br />\r<img height=\"260\" alt=\"くれぁ。発見\" width=\"300\" src=\"http://blog.blackcatlab.com/images/xo/xo070210_nari3.jpg\" /><br />\rだって、スルーしようとすると文句たれるんだもん...<br />\r雪山にて記念SS<br />\r<img height=\"280\" alt=\"記念撮影\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070210_nari4.jpg\" /></p>\r<p>虎はちゃんと浮かずに退治してきました。<br />\rというか、あばさんが召還出したようで、後は叩くだけでしたからね。<br />\r巻き添えを食らった方々ご愁傷様でした。<br />\r<img height=\"300\" alt=\"虎2匹目\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070210_nari5.jpg\" /></p>\r<p>転職した方のお帰り方法はやはり....<br />\r<img height=\"300\" alt=\"ナリちゃん 浮き帰り\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070210_nari6.jpg\" /><br />\rこれなんでしょうね...<br />\r他にも...<br />\r<img height=\"300\" alt=\"ベッカムさんも...\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070210_nari7.jpg\" /><br />\rゾンビな方々は皆同じようで...</p>\r<p>三次会は...お寺でした...<br />\rお寺は非常に危険で、ボスにタゲられて走り回って回線がぷっつん。(/&nabla;≦＼)ｱﾁｬ-!<br />\rと思ったら...<br />\rinし直したら浮いてませんでした。ﾗｯｷｰ＼(^^＼)(/^^)/ﾁｬﾁｬﾁｬ</p>\r<p>そんな感じで朝5時まで、さらに四次会がありそれはお墓だった様です。</p>',1,2684,0,4,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070210_nari_jc-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:44','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070214_2106',3,0,'2007-02-14 21:06:00','02/11 マインドコントロール3',null,'<p>先日のリベンジをかねてやってきました、エズレフェル平原。<br />\r本当はスーさんも誘いたかったんだけど、時間に間に合わなかったんです。<br />\r昨日、スーさんに2/9のお詫びをかねて、「明日(2/11の事ね)ゆうまさんとかに声を掛けておいたのでスキルブックを取りに行こう」と話をしていたのですが...<br />\r昨日の内に下ごしらえしていたのが効いたらしく、ゆうまさんの方からお声がかかり、お昼までことこと煮込んだのですが、スーさんがinすることはありませんでした。<br />\r13:00エスネ東門集合で、来たのがここエズレフェル平原。</p>','<p>最初ちょこっとエズレフェル平原で狩りを始めたんだけど、Lv.2のスキルブックが欲しい諸氏とLv.3のそれが欲しい諸氏がいるのでということでかどうかはわからないですが、ゆうまさんが隣に行こうと...<br />\r出発前からLv.2とLv.3とどっちを取りに行くの？って話があったので、いずれ移動するとは思っていたのですが...<br />\rで隣のクレティノに来たんだけど、ここはLv.2とLv.3の両方が出るみたいなのね。<br />\rで、しばらく狩りをしてたんだけど、これまたゆうまさんが「竜巻がみたいな」と、そしてトゥメイド高原に来ました。</p>\r<p>で、竜巻からハーミットLv.3【アサシン121スキルブック】が、そしてガリオからポイズンボルトLv.3【ウィザード121スキルブックが】でてほくほく。<br />\r(他にも誰かさんのお茶目から、クレティノとここトゥメイドでゼニアンスキルブックがドロップ。以前ここで入門が出たらしいよって話をしていたんだけど、それってじ○○こさんのお茶目らしいです。)<br />\rほくほくついでなのか、ななさんがお手洗いに行ったスキを見て、浮きたくないというユウさんの話も聞かずゆうまさんがお寺に...<br />\r実はゆうまさんのたくらみどおりだったようで...実はななさんお買い物...<br />\r<img height=\"70\" alt=\"ブービートラップ\" width=\"220\" src=\"http://blog.blackcatlab.com/images/xo/xo070211_boobytrap.jpg\" /></p>\r<p>で、ボス2匹倒して1匹目はマキシのみ、2匹目はなな...なんとナピオン・ダーク2つもでた。<br />\r<img height=\"250\" alt=\"ナピオン・ダーク2つも\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070211_drop.jpg\" /><br />\rそのとき、ナピオン・ダークが2つ同時に出たのは初めてだと思っていたんだけど、実はすでに一回見ていたみたい♪</p>\r<p>で、ほくほくがさらにほくほくになって、クレティノに帰ってきてしばらく狩りしてたらマインドコントロールLv.3【パラディンLv.121スキルブック】がゆうまさんの手に！<br />\rなんかゆうまさん初スキルブックだとか！？本当かなぁ？＞でもくろねこと一緒の時は本当に取れてないですね。<br />\rで、以前ゆうまさんにヴァイタリティLv.2【プリーストLv.111スキルブック】を貸していたので、代わりにこれが来ました。</p>\r<p>時間も遅くなり、何でだったかもう今となっては思い出せないけど、晩ご飯を食べたらお墓に行くことに！<br />\rメンバ補充のためmariniaとlessonを加えることになった。(デヴァイスさん呼ぼうと思ったら書庫に行く途中だったのと、他にフレンドがinしてなかったのでデヴァイスさんがlessonさんに変更。)</p>\r<p>■お墓<br />\rお墓ではスキルブックが2つ取れました。<br />\r何が取れたんだっけ？って考えるほどスキルブックへの執着が無くなってきましたね。<br />\r取れたのは、\r<ul>\r    <li>ライトヒールLv.2【パラディンLv.111スキルブック】 </li>\r    <li>シェーターLv.2【クレリックLv.111スキルブック】 <br />\r<img height=\"290\" alt=\"シェーターLv.2\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070211_sheeter.jpg\" /> </li>\r</ul>\rところで、この方いつこの姿に戻ったんですか？<br />\r<img height=\"160\" alt=\"いつ戻ったの？\" width=\"130\" src=\"http://blog.blackcatlab.com/images/xo/xo070211_cleofadra.jpg\" /></p>\r<p>■マップ<br />\rやっぱりダンジョンってみんなマップ書くんでしょうか？<br />\rこの方も...<br />\r<img height=\"20\" alt=\"みんなマップって描く？\" width=\"300\" src=\"http://blog.blackcatlab.com/images/xo/xo070211_mapwritting.jpg\" /></p>\r<p>■ﾘﾘｨさん杖がないよ？<br />\rﾘﾘｨさん杖がないのに詠唱可能。どうやら、なにかの杖を装備すると消えちゃうようです！？<br />\r<img height=\"200\" alt=\"ﾘﾘｨさん杖がない\" width=\"180\" src=\"http://blog.blackcatlab.com/images/xo/xo070211_riri-.jpg\" /><br />\r某ベジタブルな方はLv.120近いのに日給60%、はたまた別の方は時給7%もあるようです。<br />\rくろねこも、がんばれば日給50%は稼げるぞ！ってパーティで話してたら、まりにあからストップがかかりました。<br />\r本当にやりそうで怖いらしい...<br />\rちなみにプランは時給約3%(フル課金)&times;約19時間。</p>\r<p>冒険ばかりですが、転職計画は順調に進んでます、ハイ！</p>',1,2969,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:14','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070215_1245',3,0,'2007-02-15 12:45:39','02/14 没落三次職...慢心パラディンの浮き浮き生活',null,'<p>貧乏暇無し...<br />\rまさに貧乏暇なしなパラディンくろねこです。みなさんこんばんは。<br />\rなんで貧乏暇無しなんでしょうか？</p>\r<p>そのプロセスを考えてみたいと思います...\r<ol>\r    <li>お金がない</li>\r    <li>お金がないのでミニポが買えない</li>\r    <li>ミニポがないのでバターを購入</li>\r    <li>バターなので効率が悪い</li>\r    <li>効率が悪いので良くしようと経験値が高いorモンスターが良く湧くところに出かけて突っ込む</li>\r    <li>突っ込みすぎて浮く</li>\r    <li>浮くと焦って...5)に続く...</li>\r</ol>\rうぅ、悲しい、デフレスパイラル...</p>','',1,3086,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070215125357608',2,0,'2007-02-15 12:53:57','プログラミングFAQを移行しました',null,'<P>プログラミングFAQを取り込みました。<BR>これで、検索がしやすくなるのではないかなと思います。<BR>(このサイトの全てがGoogleに登録されていないというのが問題だったのですが...)</P>\r\n<P>しかしながら、取り込んだだけなので、サンプルソースへのリンクが欠落しているなど、いろいろな問題点が残っています。<BR>気が向いたら編集したいと思います。</P>\r\n<P>※以前 <A href=\"http://www.jnishida.com/faq/\">http://www.jnishida.com/faq/</A> に記載していて、一時 <A href=\"http://faq.blackcatlab.com/\">http://faq.blackcatlab.com/</A> に移転していました。</P>','',1,2334,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.jnishida.com/faq/\">http://www.jnishida.com...</a>\r\n<a href=\"http://faq.blackcatlab.com/\">http://faq.blackcatlab....</a>',0,1,1,0,10,'2007-03-20 14:21:21','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070216_1228',3,0,'2007-02-16 12:28:14','緊急！小夜が 2/17 転職します',null,'<p>パーティを家出し、ひたすらハーブを食べレベル上げに励んでいた小夜ですが、本日カバルツでレベル101の羽を出す予定です。</p>\r<p>また、以下の日程で転職式を執り行います。<br />\r日時:2/17 22:45～<br />\r場所:ヨツン 大聖堂</p>\r<p>パーティメンバのみなさんご出席お願いします。</p>','',1,2623,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070219_1244',3,0,'2007-02-19 12:44:27','小夜転職',null,'<p>2/17 小夜がプリーストに転職！<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070217_sayo-org.jpg\"><img height=\"270\" alt=\"xo070217_sayo.jpg\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070217_sayo.jpg\" /></a></p>','<p>そして、二次会として 2/18 エズレフェル平原に来ました。<br />\rぐみちゃんを拉致して、くろねこ/小夜/まりにあ/パタ/PON/mary☆/ぐみ の7名でと思っていたら、mary☆さんinせず...<br />\rまた、パタさんが仕事疲れでしんどいところはパスということで、パタさんお休み。でも、書庫にお手伝いに...</p>\r<p>(￣- ￣ ) ンー、パーティバラバラ。<br />\rまぁいっかぁ～とエズレフェル平原に到着。<br />\r2周ほど回ったところで、まりにあ風呂落ち。くろねこやる気&darr;。</p>\r<p>さらに1周回ってみるけど、嫁に息子を風呂に入れてと言いつつ、息子に「今日は誰と入る？」と聞いたらくろねこ指名！あいたぁ。ということでくろねこも風呂落ち。<br />\rあぁ、本当にばらばら～。</p>\r<p>で、風呂から上がってその場にいた3人で回ってると...<br />\rスキルブックが！</p>\r<p>アクセラレーションLv.2【アサシン111スキルブック】でした。<br />\rたぶん、カブロが落としたんだろうけど、詳細は不明。でもラッキー＼(^^＼)(/^^)/チャチャチャ。</p>\r<p>本日の収穫は、リカバラ&times;3、スキルブック&times;1<br />\rスキルブック、ランダムでくろねこの所に来たけど小夜ちゃんのお祝いということで、スキルブックは小夜に進呈！<br />\r小夜初のスキルブックゲットとなりました。</p>\r<p>来週もゾンビ継続と言うことで、来週は氷の迷宮かペトラ寺院に行きたいと思います♪</p>',1,3987,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070217_sayo-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070219134520524',2,0,'2007-02-19 13:45:00','Geeklog 1.4.1へアップデート',null,'<p>Geeklog1.4.0 から 1.4.1 へアップデートしました。<br />\r<br />\rくろねこのテーマを作成中でしたが、1.4.0 用のテーマは 1.4.1 で使用できないと言うことで、新たに 1.4.1 用を制作し直すことになりました。<br />\r<br />\rテストしてそろそろ公開ヽ(・_・)１v(・_・)２щ(・_・)３&hellip;(｀□&acute;)/ダァァー!!<br />\r<br />\rと思っていた矢先の出来事で非常に残念です。(/□≦、)エーン!!</p>','アップデートするときに失敗したこと。<br />\rサイトのデータは設定情報は\r<ul>\r    <li>config.php </li>\r    <li>lib_common.php </li>\r</ul>\rにあるのね...<br />\rlib_common.php って意外。<br />\r情報は一元管理で config.php だけにして欲しいと思う今日この頃でした。',1,2232,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'2007-03-20 14:22:04','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070219_2307',3,0,'2007-02-19 23:07:32','くろねこ レベル110',null,'<p>くろねこもとうとう110になりました。<br />\r<img height=\"470\" alt=\"くろねこ Lv.110\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat110.jpg\" /><br />\r今回はまだステ振りしてません。<br />\rここロスト西のモンスターが、オーラーブレード有りの状態＋ホーリーで99%一撃。レベルが上がったので確定してるかもしれません。<br />\rまた、そのほかのモンスターもホーリー＋通常1発の状況で、フォースとかヴァイタリティのもらえる状況によって1撃だったりそうでなかったりという状況ですね。やはり一撃はおいしいので※ちょこっと力振ったらどうなるだろうかとか、考えちゃったわけですね。それより109レア武器先に手に入れろよ！って聞こえてきそうですが...<br />\rたぶん、そのうち精神に全部振ってると思います。</p>\r<p>※ 昔は一撃はそんなにおいしいと思ってなかったんだけど、スキル使い始めから1撃が且&sub;(ﾟ&forall;ﾟ*)ｳﾏｰ。<br />\rちょっと残るともう一回スキル使っちゃったりするので、MPの消費が気になります。なるべく残ったのは普通に叩くようにしてはいますが...</p>\r<p>ところで、ゼネの終わりまであと21レベルでしょうか？(四次職ゾンビするとして)<br />\r一月3レベルあげるとしてあと7ヶ月遊べる計算ですが、その前に「引退」の衝動に駆られるかもしれません。</p>\r<p>うちのパーティメンバ、エニックスが提供する新しいMMOのクローズド&beta;に登録している人も多いようで...<br />\r楽しそうだったら、オープン&beta;からでも登録しようかと。</p>\r<p>クローズドだとオープンに移行する際にキャラ消えたりすることが多いもんね。</p>','<p>ところで、後1レベルで拾って置いたホーリークラッシュLv.2、ライトヒールLv.2が使用できるわけですが...<br />\rオーラーブレードLv.2だけ入手できていません。バインディングLv.2は自分からその機会を捨てちゃった訳ですが...<br />\r魔法攻撃課金するとバインディングも欲しくなりますね。<br />\rてか、オーラーブレードLv.2ほしー。</p>\r<p>なんで、相場が8000万Kronなんだよ！<br />\rてことで、今週末も砂漠に行きたいと思います。</p>',1,2396,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070220_1206',3,0,'2007-02-20 12:06:47','そろそろ....',null,'<p>そろそろ、バレンタインイベントも終わりですね。<br />\rくろねこはコレクターなのでバレンタイン杖を全職コンプリートしようと考えたわけですが...<br />\r<ul>\r    <li>ゼニアン...いちごで完 </li>\r    <li>戦士系...くろねこで完 </li>\r    <li>魔術師系...未完 </li>\r    <li>盗賊系...未完 </li>\r    <li>聖職者系...リシェで一応完 </li>\r</ul>\rなので、盗賊系はいちごをあげてとろうとしたわけですが...レベル25で力つきました。せっかく経験値課金も付いてたわけですが...くろねこのレベル上げが頭にちらついて...<br />\r魔術師系も、カバに在住のりんごを召還すれば可能だと思うのですが、彼女ヨツンがリターンだったかなというのと荷物が重い。<br />\r一番楽そうなのは、ロスト在住の果汁で聖職者系を取ることですが、彼女もかなり荷物が重い。<br />\rやるなら今日しか無いわけですが...</p>','<p>どうしようかな？<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/strawberry007-org.jpg\"><img alt=\"いちご100％ Lv.7\" src=\"http://blog.blackcatlab.com/images/xo/strawberry007.jpg\" /></a><a href=\"http://blog.blackcatlab.com/images/xo/strawberry020-org.jpg\"><img alt=\"いちご100％ Lv.20\" src=\"http://blog.blackcatlab.com/images/xo/strawberry020.jpg\" /></a><a href=\"http://blog.blackcatlab.com/images/xo/strawberry023-org.jpg\"><img alt=\"いちご100％ Lv.23\" src=\"http://blog.blackcatlab.com/images/xo/strawberry023.jpg\" /></a><a href=\"http://blog.blackcatlab.com/images/xo/strawberry025-org.jpg\"><img alt=\"いちご100％ Lv.25\" src=\"http://blog.blackcatlab.com/images/xo/strawberry025.jpg\" /></a></p>',1,2583,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/strawberry007-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/strawberry020-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/strawberry023-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/strawberry025-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:06','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070221_0152',3,0,'2007-02-21 01:52:15','lessonさん流麦★さん羽が揃った♪',null,'<p>二人の羽がきれいに揃いました。<br />\r二人のレベルが違うので同時にあげるのが以前よりも難しくなったのか簡単になったのか、各レベルの必要経験値と「レベルに応じて分配」の割り振りが不明なので議論のしようもないのですが...</p>\r<p>でも、揃って良かった♪<br />\rそれでは二人の羽を見てください。<br />\r<img height=\"400\" alt=\"lessonさん流麦★さん羽が揃った♪\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070220_lvup.jpg\" /></p>\r<p>この後、流麦★さんはLv.111と言うこともあり、ヴァイタリティLv.2やエクスチェンジを覚えに行きました。</p>\r<p>くろねこは、Lv.111まで残り90%です。</p>','',1,2337,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070221_1215',3,0,'2007-02-21 12:15:32','02/21 青クロックソロ支援活動',null,'<p>今朝、小夜が青クロックソロ挑戦していた。<br />\rお手伝いを頼まれたので、書庫へやってきた。</p>\r<p>で、小夜が安地前の広場でソロを始めた訳なんだけど...<br />\r<img height=\"300\" alt=\"小夜、青ク','<p>そのとき、くろねこが使ってるキーボードユーティリティの設定が、ミスってる事に気づいて画面から1秒くらい目を離したスキに...<br />\r浮いちゃってました。まさにアレレレ!?(・_・;?レって感じですよ♪<br />\rデスペナ10%...</p>\r<p>ついこの間、LG付けようと思っていたのに...<br />\rこの前のデスペナ10%のとき、取り返すのに必死で時計3個装備にしてそのまま違和感もなしに、LG付けようと思ったことなんぞすっかり忘れてましたわ...はっはっはっは....はぁ。<br />\r全然支援活動になってない...(≧▽≦;)アチャー</p>\r<p>昨日稼いだ経験値約13%...息子の相手もせず稼いだのに...あぁ。</p>\r<p>今日もかぁ？</p>\r<p>今日がんばれば、3/1 に Lv.111 の 11.11% のSSが撮れると思っていたのに...<br />\r2/24 スキーに行くことになったら、2月末のLv.111の羽もあやしい...</p>\r<p>ゆうまさんは、昨日Lv.117のお着替えしたのに...<br />\r流麦さんも昨日Lv.111、lessonさんはLv.106？</p>\r<p>まっ、まずいです～♪</p>',1,3599,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070221_sitemainte',3,0,'2007-02-21 12:18:07','テンプレちょこっといじったので...',null,'<p>ブログのテンプレートをちょこっといじったので、FC2ブログランキングのボタン？を動作確認のためクリックしてみた。<br />\r\nすると...</p>\r\n<blockquote>Could not query of [ SELECT * FROM ipcheck_in WHERE id = 83423 AND ip = \'aaa.bbb.ccc.ddd\' ]</blockquote>\r\n<p>なんですか？これは...</p>\r\n<p>SQLの実行に失敗してますね...<br />\r\nこれは、くろねこの責任ではありませんね...</p>','<p>別件ですが...<br />\r\n3/1(くろねこ誕生日)に新しいくろねこ研究所のレンタルサーバ契約をを有料コースに変えようと思っています。<br />\r\nこれにあわせて、くろねこのこのブログをサーバ統合しようと思っているのですが...<br />\r\nMovableType のまま統合するか、Geeklog で作成している研究所の内容として取り込むか...<br />\r\nちょっと考えています。</p>\r\n<p>一度移行作業をしてしまえば、システムは一個の方がメンテしやすいわけで...<br />\r\nでも、ずっとGeeklogで行くのか...？あと移行コストも...</p>\r\n<p>一番重要なのは見やすいのか？とかある訳なんですが...</p>\r\n<p>一応評価をかねて、3/1～4/1の間で現在の「くろねこのつぶやきの」内容を「くろねこ研究所」に取り込んでみるつもりです。</p>',1,3573,2,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070222_0311',3,0,'2007-02-22 03:11:25','Xenepic Online 閉鎖決定！',null,'<p>みなさんどうお過ごしですか？</p>\r<p>そろそろタイトルの件が真実味を帯びてきたかと思いますし、そろそろ、他MMOへの脱出をお考えの方も多いかと思います。<br />\rもちろん、今のところタイトルの内容はフィクションであって、真実ではありません。<br />\rでも、いつかこういう日が来るのでしょうね。(/□≦、)</p>','<p>くろねこの脳裏にも他MMOの影がちらつくことが多くなりました。<br />\r原因は複数あるのですが、その原因のいくつかを並べてみましょう♪<br />\r</p>\r<ol>\r    <li><strong>将来展望</strong><br />\r    Xenepic Online が始まった頃は四次職が果てしなく遠いように思われました。また、クエストもユーザが楽しめるものであったかどうかは別としてそこそこに数が提供されていました。しかし、一次職までのユーザ相手でした。しかもLv.35以下に集中しています。それ以上のクエストはほとんどありません。三次職にもなると、「日々精進」などのように何度も楽しめるそんなクエストは皆無ですね。 </li>\r    <li><strong>バグが多い</strong><br />\r    この件については、否定する要素はありません。<br />\r    最初の仕様決定時からと思われるバグもありますし、半年ほど前からはメンテの度にバグができ、運営による自作自演なのではないかと思わせるほどです。これは運営に Xenepic Online をメンテしていく能力が無いと言うことを物語っています。 </li>\r    <li><strong>最近相次いで行われたユーザ側に対する下方修正</strong><br />\r    このゲームユーザに対する改善はほとんど行われません。<br />\r    思い起こせば、クロックからドロップする「いろいろな部品」＆「マジカルギア」の譲渡不可措置の強化。<br />\r    モンスターによるのろいの実装。<br />\r    今回のメンテナンスでもありましたが、数々のスキル/攻撃力の下方修正。<br />\r    いい加減うんざりです。ゲームバランスを考えるなら、下方修正だけでなくたまには上方修正もあって良いはずです。<br />\r    それに修正点を事前にアナウンスできるはずです。 </li>\r    <li><strong>ハンゲーム側のXenepic Onlineに対する扱いの低下</strong><br />\r    いつからか、Xenepic Online がハンゲームのおすすめ無料 MMO RPG の一覧から抜け落ちています。 </li>\r    <li><strong>現在行われているアンケート</strong><br />\r    単なる深読みかもしれませんが...<br />\r    運営はもうサービスを終了したいのかもしれません。<br />\r    アンケートの結果、「苦情が多いのでサービスを終了します」とか、「アンケートを取っても、サービス内容に反映されないからとユーザがやめていくのを待っている」そんな感じがします。 </li>\r</ol>\r<p>&nbsp;結局の所、この問題の根底にあるのは以下の2点だと思います。 </p>\r<ol>\r    <li>コンプライアンス(法令遵守)に対する考え方がいい加減 </li>\r    <li>CS(顧客満足度)を省みない </li>\r</ol>\rやはり、日本はMMOの墓場だったとそういえなくも無いようです。\r<p>&nbsp;取り越し苦労であればよいのですが...</p>',1,3854,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:19','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070223_1354',3,0,'2007-02-23 13:54:47','ちょっ、ちょっと～～！',null,'<p>昨日、取得経験値が1.5倍になるイベントが開催されましたね。</p>\r<p>1週間の内<strong>3日</strong>なので、くろねこの頭の中には... \r<ul>\r    <li>3日間連続 </li>\r    <li>1日&times;3回 </li>\r</ul>\rしか、頭にありませんでした。<br />\r9:00頃、まずチェリーでイベント開催のシステムメッセージが表示されました！<br />\rそして、その約2分後イチゴでもシステムメッセージが...</p>','<p>時間を無駄にしないようにって、先にお風呂に入ったり、キャラの荷物を下ろしたり、回復補充したり(それでも途中補充しましたけどね)、お手洗い済ませたりしましたよ。<br />\rあぁ、息子のスーパーマリオの100upにも挑戦しましたが、昨日は失敗しました＞＜；</p>\r<p>で、日曜日の22:00まで稼げるだけ稼ぐぞ～♪<br />\rと思いきや...<br />\rさすがは運営、開催もゲリラなら終了もゲリラでした。<br />\rわずか1時間半しか無いイベントだったのですね...</p>\r<p>1.5時間 &times; 3回(日) ＝ 4.5時間<br />\rが今回のイベントでしょうか？</p>\r<p>ちょっと～、もうちょっとがんばろうよ～</p>',1,2182,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070225_1230',3,0,'2007-02-25 12:30:16','くろねこ レベル111',null,'<p>くろねこ Lv.111 になりました。<br />\r\n<a href=\"http://blog.blackcatlab.com/images/xo/blackcat111-org.jpg\"><img alt=\"くろねこ Lv.111\" src=\"http://blog.blackcatlab.com/images/xo/blackcat111.jpg\" width=\"400\" height=\"500\" /></a></p>','<p>やっとオーラー2が使えるレベルになりましたが、あいにくまだオーラー2を入手できていません。<br />\r\n今回、覚えたスキルは\r\n<ul>\r\n    <li>ホーリークラッシュLv.2 </li>\r\n    <li>ライトヒールLv.2 </li>\r\n    <li>パワーラッシュLv.? </li>\r\n    <li>フィジカルロアLv.? </li>\r\n</ul>\r\nこの中で一番使えるのは、ホーリークラッシュかな？ロストのモンスターを相手に与ダメが200程度増えた感じです。<br />\r\n結構ばらつきがあるので、この辺は感覚です。消費MPは50から55に増えています。<br />\r\nライトヒールもLv.2になって回復量が200程度増えました。こちらも、消費MPは50から60に増えています。<br />\r\n<img height=\"280\" alt=\"ドロップスキル\" width=\"240\" src=\"http://blog.blackcatlab.com/images/xo/xo070225_skill1.jpg\" /><br />\r\n<img height=\"280\" alt=\"店売りスキル\" width=\"240\" src=\"http://blog.blackcatlab.com/images/xo/xo070225_skill2.jpg\" /></p>\r\n<p>消費MPも増えることが予想されたので、今回も精神に+1して...<br />\r\nステ振り前<br />\r\n<img height=\"333\" alt=\"くろねこ Lv.111ステ振り前\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat111sb.jpg\" /><br />\r\nステ振り後<br />\r\n<img height=\"333\" alt=\"くろねこ Lv.111ステ振り後\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat111sa.jpg\" /></p>\r\n<p>防御ですけど、課金Lv.1なのにもう1,000にさしかかろうとしています。<br />\r\nレベルが上がると課金の効果が割合として小さくなりますね。このような状況では、課金アイテムもレベル51以上だけでなくもっと上のレベル用が欲しいですね♪</p>\r\n<p>課金を使わなくても遊べるのが一番良いのですが。</p>',1,2498,0,5,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/blackcat111-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:55','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070225_1224',3,0,'2007-02-26 12:24:40','02/25 ゲリラ in ペトラ',null,'<p>最後の経験値ゲリラ活動タイムは、モーレツに狩りしてました。<br />\rと言いたいところですが、モーレツに浮きまくってました</p>\r<p>いつもどおり、15:00 エスネ東に集合でお寺に向かったわけですが...<br />\rお寺まではめっちゃ早いですね～♪<br />\rさすがパーティの半数が117&uarr;といったところでしょうか？tahixさん以外全員三次職でしたし、tahixさんももうすぐ三次職だし...<br />\rでも、お寺に着いたら休憩でここからまったりムードが...</p>\r<p>くろねこは、狩りがしたくてたまらんのですわぁ♪<br />\rだから、休憩してるところを飛び出して、雑魚をかりかり、かじってました...</p>\r<p>で、みんなが休憩から帰ってきてボス部屋へ...<br />\r今回のナピオン・ダークを希望者は、まりにあ/小夜/Nanaさん<br />\r特にまりにあは117&uarr;でありながら、杖を持っていない...<br />\rということで、今回の冒険はほとんどまりにあのため？</p>\r<p>まあ、それは置いておいて入ったらいきなりボスが2体！<br />\r1匹になるところをねらって入ったのに1匹目を倒さずして、2匹目が接近、交戦状態に!!</p>\r<p>まぁ、さすがユウさんが居ただけあって一匹をFDでおさえながら、もう一匹を倒すという荒技を成し遂げた。<br />\r一匹目はドロップはマキシリカバラントだけだったけど、二匹目はナピオン・ダークもスキルブックも2冊出てほくほく。<br />\rくろねこリーダーだったんだけど、ねこがリーダだと気づいていなくて、ゆうまさんがリーダだと思って、配分切り替えてOKよって「おｋ」っていったら、配分切り替わってない状態でまりにあがナピオン・ダークを！<br />\rでも、運がいいことにまりにあが入手。虎アクセの時もそうだけど、まりにあは運がいい。くろねこにもちょうだい♪</p>\r<p>早速、杖を作りに帰ったら、また休憩！</p>','<p>休憩がおわって～</p>\r<p>今度はNanaさんのぶんと小夜の分を取りに行った。<br />\r手前の部屋を掃除して奥の部屋に浸食...今度は手前の部屋が湧くからこっちも掃除して...<br />\r<img height=\"300\" alt=\"ペトラにて\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070225_petora1.jpg\" /><br />\r<img height=\"300\" alt=\"ペトラにて\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070225_petora2.jpg\" /><br />\r<img height=\"300\" alt=\"ペトラにて\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070225_petora3.jpg\" /><br />\rと数回目のボスと遭遇♪</p>\r<p>でユウさんが耐えている間に手前の部屋を掃除して、召還出し終わったところで、(/&nabla;≦＼)アチャ-!<br />\r手前の部屋にボスが～<br />\rでこうなりました。<br />\r<img height=\"300\" alt=\"ペトラにて 浮いちゃった～\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070225_petora4.jpg\" /><br />\r<img height=\"300\" alt=\"ペトラにて 浮いちゃった～2\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070225_petora5.jpg\" /></p>\r<p>召還出したところに、ボスが湧いたら1PTだけではどうにも...</p>\r<p>でも、ここであきらめないこのパーティ。<br />\rタイミング見ては生き返りを繰り返し、それぞれ5回くらいはチャレンジしたでしょうか？<br />\rユウさんが二匹の範囲を同時に耐えて居たんだけど...そこに雑魚が！<br />\rくろねこあわてて、退治しに行ったけど間に合わず、ユウさんが浮いちゃってその後すぐくろねこが...<br />\rというようなことを繰り返し...でも、ダメでした。</p>\r<p>まだまだ続いている、経験値ゲリラ。<br />\r浮いた分を取り戻すためにお墓に...<br />\rお墓でもがんばったけどスキルブックは出ず...ｼｮﾎﾞｰﾝ━━(&acute;・&omega;・`)━━</p>\r<p>ゲリラも終わりましたとさ。<br />\r<img height=\"300\" alt=\"終わっちゃったゲリラ\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070225_aruba.jpg\" /><br />\rその後くろねこは、二度目の羽を出して寝ましたと。</p>',1,2506,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070228_1224',3,0,'2007-02-27 13:24:01','02/26 ビショップ？',null,'<p>今朝、くろねこの狩り場にビショップが現れました♪</p>\r<p>くろねこが狩り場で狩りをしていると偶然その方と被ってしまい、代わりにバイタリティLv.4【ビショップLv.131スキル】とフォースハンドLv.6、ブレッシングLv.6を頂きました。<br />\rフォースハンドとブレッシングも凄いけど何と言っても一番凄かったのは、バイタリティLv.4ですよね、d(^-^)ネ!</p>','<p>ここでその効果についておさらいしてみましょう♪<br />\r</p>\r<ul>\r    <li>HP：+700 </li>\r    <li>攻撃：+138 </li>\r</ul>\r<img height=\"198\" alt=\"バイタリティLv.4\" width=\"186\" src=\"http://blog.blackcatlab.com/images/xo/xo070227_vaitality4.jpg\" /><br />\rここに...<br />\r　攻撃力ではフォースハンドLv.6(+120) + オーラーブレードLv.1(+100) + 課金Lv.3(+100)<br />\r　防御力ではブレッシングLv.6(+120) + 課金Lv.1(+60)<br />\rが加わるわけです。<br />\rすると、くろねこの能力は一気に...<br />\r<img height=\"60\" alt=\"攻撃と防御が大幅アップ\" width=\"125\" src=\"http://blog.blackcatlab.com/images/xo/xo070227_effects_att.jpg\" /><br />\r<img height=\"80\" alt=\"HPも大幅アップ\" width=\"140\" src=\"http://blog.blackcatlab.com/images/xo/xo070227_effects_hp.jpg\" /><br />\rとなるわけですね♪<br />\rいつもスキル1撃 or スキル + 通常攻撃で狩りをしているロストマップですが...<br />\rこのときばかりは、通常攻撃2撃で狩りが出来たわけです。\r<p>しか～も、ヴァイタリティ効果継続時間はおよそ約4分(おそらく250秒)とめっちゃ永い。<br />\rこのスキルを使える方が増えたら課金の意味はほとんどなくなるんでしょうな♪</p>',1,3307,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070228_1318',3,0,'2007-02-28 13:18:57','上方修正来た？',null,'<p>上方修正来ましたか？</p>','<p>まずは、今回のメンテ内容から...(まりにあ提供)</p>\r\n<blockquote>-----------------------------------------------------<br />\r\n■2月28日のアップデート情報<br />\r\n・新規アイテムの追加<br />\r\n・一部クエストの修正<br />\r\n・一部スキルの修正<br />\r\n・一部アイテムの変更<br />\r\n・一部NPCのグラフィックを変更<br />\r\n・「!取扱注意!」のグラフィックを変更<br />\r\n・パーティシステムに関する変更<br />\r\n・倉庫に関する変更<br />\r\n-----------------------------------------------------<br />\r\n<br />\r\n■新規アイテムの追加及び一部クエストの修正<br />\r\nゼニアンのスキル「クイック」をスキルブック販売員より<br />\r\n購入できるように変更しました。<br />\r\nこれに伴いクエスト「封印された記憶」の一部を変更しました。<br />\r\n<br />\r\n■一部スキルの修正<br />\r\n本日のアップデートにて各種スキルに修正を行いました。<br />\r\n内容は以下の通りです。<br />\r\n<br />\r\n・パワーブロウ<br />\r\nスキル基本攻撃力の増加<br />\r\nスキルレベルによる攻撃力上昇率の増加<br />\r\n追加効果の発動率の増加<br />\r\n<br />\r\n・プロテクション<br />\r\n効果持続時間を延長<br />\r\n<br />\r\n・コンセントレーション<br />\r\n効果持続時間を延長<br />\r\n<br />\r\n・クイック<br />\r\n効果持続時間を延長<br />\r\n<br />\r\n・キュア<br />\r\nスキル基本回復量の増加<br />\r\n<br />\r\n・パワーラッシュ<br />\r\nスキル基本攻撃力の増加<br />\r\nスキルレベルによる攻撃力上昇率の増加<br />\r\n<br />\r\n・ダブルビート<br />\r\nスキルレベルによる攻撃力上昇率の増加<br />\r\n追加効果の発動率の増加<br />\r\n<br />\r\n・トライアングルスラッシュ<br />\r\n追加効果の発動率の増加<br />\r\n消費MPを70から50に変更<br />\r\n<br />\r\n・フリーズアロー<br />\r\n詠唱時間を短縮<br />\r\n追加効果の発動率の増加<br />\r\n<br />\r\n・フレッシュドリーム<br />\r\n消費MPを100から80に変更<br />\r\n<br />\r\n・ウィンドブロウ<br />\r\nスキル基本攻撃力の増加<br />\r\n消費MPを60から50に変更<br />\r\n<br />\r\n・スナイピングショット<br />\r\nクールタイムを短縮<br />\r\n<br />\r\n・アローランページ<br />\r\nスキル基本攻撃力の増加<br />\r\n<br />\r\n・エクスチェンジ<br />\r\nクールタイムを短縮<br />\r\n<br />\r\n※スキルによって各修正率が異なります。<br />\r\n※上記の消費MPはスキルレベル1の数値になります。<br />\r\n<br />\r\n<br />\r\n■一部アイテムの変更<br />\r\nゼンストーンのアイコンとグラフィックを変更、ドロップ時に<br />\r\n効果音の設定をしました。<br />\r\n<br />\r\n■一部NPCのグラフィックを変更<br />\r\nスキルブック販売員のグラフィックを変更しました。<br />\r\n<br />\r\n■「!取扱注意!」のグラフィックを変更<br />\r\n　自動操作プログラム対策モンスター「!取扱注意!」が<br />\r\n以下のモンスターに変更されました。<br />\r\n　<br />\r\nこちらのモンスターは、攻撃をしない限りプレイヤーを<br />\r\n襲ってくることはありませんが、<br />\r\n数回攻撃を行うと、とても強力な反撃を受けてしまいます。<br />\r\n反撃を受け、キャラクターが戦闘不能になった場合にも<br />\r\n通常通りデスペナルティが発生しますのでモンスターへの<br />\r\n攻撃の際はご注意くださいますようお願いいたします。<br />\r\n<br />\r\n■パーティシステムに関する変更<br />\r\nパーティボーナスを増加しました。<br />\r\n<br />\r\n■倉庫に関する変更<br />\r\n預けられるアイテムの上限を100個に増加しました。<br />\r\n<br />\r\n<br />\r\n今後とも『ゼネピックオンライン』を宜しくお願いいたします。<br />\r\n<br />\r\n--Xenepic Online--　ゼネピックオンライン サポートチーム</blockquote><br />\r\nあ、あの～。つい最近いちごがクイックを覚えたところなのですが？<br />\r\nもう一度、クエスト「封印された記憶」が出来るのでしょうか？<br />\r\nアイテムはもう一度集め直しですか？<br />\r\nと消極的な事を言っても仕方がないので、帰ったら検証してみましょう♪<br />\r\n<br />\r\n他に各スキルが修正されているのも見逃せないのですが...気になるのが...<br />\r\n<blockquote>■一部アイテムの変更<br />\r\nゼンストーンのアイコンとグラフィックを変更、ドロップ時に<br />\r\n効果音の設定をしました。</blockquote>\r\n<p>これね♪<br />\r\nゼンストーンは運営も認めるワンランク上のドロップアイテムになったと言うことでしょうか？<br />\r\nでも、ロストってほとんど落ちないんですよね。<br />\r\nカバにでも移住しようかしら？</p>\r\n<p>他に倉庫の大きさが50&rarr;100の2倍に拡張！<br />\r\n良いですね～。運営に要望を送ったところが反映されたということでしょうか？</p>\r\n<p>最後にパーティボーナスの検証をしたいと思います。<br />\r\nくろねこパーティとlessonさんは、くろねこ帰宅後にエスネ東に集合と言うことでひとつよろしくお願い申し上げます♪</p>\r\n<p>パーティボーナス、初回実装時はひとり増える毎に3%、前回修正時(2回目)には6%、そして今回は... <br />\r\n12%なのか？9%だったとしても7人で得られるパーティボーナスは63%。<br />\r\n経験値課金1.5倍に毛が生えたくらいか.<br />\r\n12%だったら...84%、このくらい有ればパーティで狩りをしても楽しめるかも？</p>\r\n<p>さて、実際はどの程度くれたのだろうか？</p>',1,3294,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('2007030100000000',2,0,'2007-03-01 00:00:26','くろねこ研究所移転します',null,'<h3>移転作業</h3>\r<p>現在移転作業中です。<br />\r終わり次第ご連絡します。</p>\r<h3>問題点</h3>\r<p>現在フォーラムなどでのメールによるレス通知などで文字化けが発生しています。<br />\r原因調査中ですのでしばらくお待ちください。</p>','',1,1914,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'2008-07-04 13:37:31','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070301_0658',3,0,'2007-03-01 06:58:44','02/28 パーティボーナス調査',null,'<p>パーティボーナスの調査を行いました。<br />\r<br />\r結果パーティメンバがひとり増えるごとに10%のボーナスが付与されます。<br />\r計算式： (パーティメンバの人数-1) &times; 10%</p>','<p>昨年(2006/01/25)に初めて実装されたパーティボーナスですが、メンテナンスにより3%&rarr;6%&rarr;10%となっています。</p>\r<p>例)<br />\rひとりでポクポクを倒すと40%の経験値が手に入ります。<br />\rこれを8人で倒すと仮定したとき、ボーナスが無いと5%です。<br />\rしかし( 8人 - 1 ) &times; 10% = 70%のボーナスが付与されるので、<br />\r5 &times; 70 / 100 = 3.5%の経験値がお得になります♪<br />\r<br />\rパーティのメンバが全員同じレベル、同じように狩りをしたとします。<br />\rこのとき、以下の二通りの狩りの仕方はもらえる経験値が同じになります。 </p>\r<ul>\r    <li>経験値課金1.5倍付けて分配無しで狩りをする</li>\r    <li>経験値分配で6人で狩りをする</li>\r</ul>\rこれを機会に実際のPTで経験値を見てみてください。\r<p>&nbsp;</p>',1,2375,7,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_partybonus',3,0,'2007-03-01 17:09:47','その他 - パーティボーナス(2007-02-28)',null,'<h3>パーティボーナスについて</h3>\r<p>2006-01-25 のパーティボーナス初実装以前は、2人で経験値を分配すると1/2、3人で分配すると1/3 と人数割りになっていました。しかし、2006-01-25 の実装以来の人数に応じたボーナスが獲得できるようになっています。<br />\r2007-01-17 パーティボーナスが見直されました。<br />\r<a href=\"http://www.blackcat.xyz/article.php?story=xo_partybonus060125\">2007-02-28</a> 再度パーティボーナスが見直されました。</p>','<h3>ボーナス獲得条件</h3>\r<ul>\r    <li>パーティ分配オプションが「経験値をレベルに応じて分配」になっている </li>\r    <li>パーティメンバーが近くにいる(おおむね画面内) </li>\r    <li>パーティメンバーがログアウト／戦闘不能状態／ショップ入りになっていない </li>\r</ul>\r<h3>ボーナス早見表</h3>\r<ul>\r    <li>Lv.1 0% のゼニアンでポヨポヨを対象にした調査結果です。 </li>\r    <li>人数が増えるに従って6%程度の経験値ボーナスが獲得できます。 </li>\r</ul>\r<table cellspacing=\"0\" cellpadding=\"2\" border=\"1\">\r    <tbody>\r        <tr>\r            <th class=\"hpb-cnt-tb-th1\">人数</th>\r            <th class=\"hpb-cnt-tb-th1\">ひとり(獲得経験値&divide;人数)(%)</th>\r            <th class=\"hpb-cnt-tb-th1\">獲得経験値(%)</th>\r            <th class=\"hpb-cnt-tb-th1\">差(%)</th>\r            <th class=\"hpb-cnt-tb-th1\">ボーナス(%)</th>\r        </tr>\r        <tr>\r            <th>1</th>\r            <td align=\"right\">20.00</td>\r            <td align=\"right\">20.00</td>\r            <td align=\"right\">0.00</td>\r            <td align=\"right\">0</td>\r        </tr>\r        <tr>\r            <th>2</th>\r            <td align=\"right\">10.00</td>\r            <td align=\"right\">11.00</td>\r            <td align=\"right\">1.00</td>\r            <td align=\"right\">10</td>\r        </tr>\r        <tr>\r            <th>3</th>\r            <td align=\"right\">6.67</td>\r            <td align=\"right\">8.00</td>\r            <td align=\"right\">1.33</td>\r            <td align=\"right\">20</td>\r        </tr>\r        <tr>\r            <th>4</th>\r            <td align=\"right\">5.00</td>\r            <td align=\"right\">6.50</td>\r            <td align=\"right\">1.50</td>\r            <td align=\"right\">30</td>\r        </tr>\r        <tr>\r            <th>5</th>\r            <td align=\"right\">4.00</td>\r            <td align=\"right\">5.60</td>\r            <td align=\"right\">1.60</td>\r            <td align=\"right\">40</td>\r        </tr>\r        <tr>\r            <th>6</th>\r            <td align=\"right\">6.67</td>\r            <td align=\"right\">9.67</td>\r            <td align=\"right\">2.00</td>\r            <td align=\"right\">50</td>\r        </tr>\r        <tr>\r            <th>7</th>\r            <td align=\"right\">2.86</td>\r            <td align=\"right\">4.57</td>\r            <td align=\"right\">1.71</td>\r            <td align=\"right\">60</td>\r        </tr>\r        <tr>\r            <th>8</th>\r            <td align=\"right\">2.50</td>\r            <td align=\"right\">4.25</td>\r            <td align=\"right\">1.75</td>\r            <td align=\"right\">70</td>\r        </tr>\r    </tbody>\r</table>\r<h3>過去の調査結果</h3>\r<a href=\"http://www.blackcat.xyz/article.php?story=xo_partybonus060125\">2007-02-28 パーティボーナス修正時調査結果</a>',1,3434,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php?story=xo_partybonus060125\">2007-02-28</a>\n<a href=\"http://www.blackcat.xyz/article.php?story=xo_partybonus060125\">2007-02-28 パーティボーナス修正時調査結果</a>',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070302_1215',3,0,'2007-03-02 12:15:21','02/28 過疎化が進むカバルツに異変！？',null,'<p>メンテが実施された2/28、くろねこは重いロスト西を去りカバルツに来ていました。<br />\rなんでカバルツに来たか、それはロスト西と同じ程度の強さで(湧きが少ないのが難点ですけど)、しかもメンテに関係するあれを落とすモンスターが居るからですね。</p>','<p>同じ考えをした人が何人か来てました。やはり皆考えることは同じだということでしょうか？<br />\rメンテ1週間ほど前に来たことがありますが、2/28はいつもの2～3倍は人がいたと思います。<br />\rそれも1日限りで昨日からはそこそこに減っていましたが...</p>\r<p>ニブルボックス出現率に変化があったのでしょうか？<br />\rくろねこが強くなってソロでもすいすい回れるようになったからでしょうか？以前より遭遇率が上がっているのですがドロップ率は下がっているように思います。このため採れるドロップという意味ではそう変化はないようです。</p>\r<p>こんな感じにノードロップの時が非常に多いです。<br />\r<img height=\"300\" alt=\"ノードロップ\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070301_nodrop.jpg\" /></p>\r<p>こんな風にゼンストーンがドロップしたのは、昨日(3/1)の朝でした。<br />\r<img height=\"300\" alt=\"ゼンストーンがドロップ\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070301_drop.jpg\" /></p>\r<p>ゼンストーンがドロップすると、かなり大きな音がしますが大きすぎです。<br />\rかなりボリュームを絞ってヘッドセットで効果音のみを聞きながらプレイしているのですが、ドロップするとびっくりして心臓に悪いです。<br />\rドロップの時に音が鳴るのは良いですが、人が落としたときに音が鳴るのは不要でしょう。<br />\r次回メンテで修正されていることを期待します。</p>',1,3331,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('JDBGrid_Release_Note_v3210',3,0,'2007-03-04 11:13:34','JDBGrid v3.2.10 リリース',null,'<p>JDBGrid v3.2.10 をリリースしました。</p>\r<p>修正点は以下のとおりです。</p>\r<ul>\r    <li>「レイアウト変更時にスクリーンがちらつく」問題に対応。</li>\r</ul>\r<p>※ レイアウト変更時：固定列数の変更、1レコードあたりの行数の変更、カラム幅変更、カラム移動など</p>\r<p>リリースしたコンポーネントの対応Delphiバージョンは以下の通りです。</p>\r<ul>\r    <li>Delphi2005 VCL.Net&nbsp; ＆ Win32</li>\r    <li>Delphi7</li>\r    <li>Delphi6</li>\r</ul>\r<p>以上です。お気づきの点などございましたら、<a href=\"http://www.blackcat.xyz/forum/index.php\">掲示板</a>にお願いいたします。</p>','',1,4248,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/forum/index.php\">掲示板</a>',0,1,1,0,0,'2008-10-21 11:05:11','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070305_1203',3,0,'2007-03-05 12:02:03','くろねこ レベル112',null,'<p>くろねこもレベル112になりました。<br />\rまだまだまりにあは遠いです～(つд・)ｴｰﾝ<br />\r<img height=\"450\" alt=\"くろねこ112\" width=\"350\" src=\"http://blog.blackcatlab.com/images/xo/blackcat112.jpg\" /></p>\r<p>まだオーラーは見つかっていません。<br />\r日曜日もオーラーを取りに行ったのにね＞＜；</p>','',1,2298,2,4,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070306113516788',2,0,'2007-03-06 11:35:16','サーバ変更中！(くろねこのつぶやき)',null,'<p>ただいま、くろねこのつぶやきが格納されているサーバを、このサーバに変更しています。<br />\rアクセスできないときがあるかもしれませんが、しばらく置いて参照してください。</p>\r<p>ご迷惑をおかけします。</p>\r<p>完了いたしました♪</p>','',1,1935,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:57','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070306_1225',3,0,'2007-03-06 12:25:49','速報！オーラー2入手',null,'<p>今日エスネのバザーで販売されていたオーラーブレードLv.2を購入することに成功しました！<br />\rオーラーブレードLv.2 は 3500万Kron でした。<br />\rと言ってもほとんどまりにあのお金でですが...</p>','<p>くろねこ、いつものレベルアップ時のSSを参照していただければ、所持金がわかってもらえると思います...<br />\rそうです、くろねこの所持金は約1000万Kronしか無かったわけです...</p>\r<p>これから借金生活...<br />\rこれから厳しい取り立ての日々が続くのでしょうか...<br />\rいざとなれば居留守でも....</p>\r<p>( ﾟoﾟ)ﾊｯ</p>\r<p>パーティメンバなので居留守は使えませんね....<br />\rしかも、写メールを送ってしまったので面割れてますね...<br />\rてか、独自ドメインの瞬間に住所もばれてますね...</p>\r<p>レベルアップ計画を廃してこれからは、返済計画になるかもです♪<br />\rご利用は計画的に！</p>',1,2749,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070307_debut',3,0,'2007-03-07 23:13:41','もしかして、デビュー！？',null,'<p>今日、鼻がかゆいというか痛いというか...</p>\r<p>鼻水が止まらない...</p>\r<p>しかも、風邪を引いたときのようなぬめりけはほとんどなく、しゃばしゃば。</p>\r<p>そういえば、昨年も同時期2～3日ほど目のかゆみと鼻水が止まらない日があった。</p>\r<p>こうして、毎年繰り返されるのだろうか？</p>\r<p>去年よりひどい気がする&hellip;</p>','<p class=\"add\">追記<br />\r3/8 今日は鼻水が昨日よりましな気がするけど、目がちょっとかゆい...<br />\rヤバイ</p>',1,3565,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070308_1200',3,0,'2007-03-08 12:00:16','03/07 ホワイトバレンタイン クエスト',null,'<p>ホワイトバレンタインイベントが始まりましたね。<br />\rinして街に戻ったら、いきなりシステムメッセージがお迎えをしてくれました。<br />\r<img height=\"70\" alt=\"システムメッセージ\" width=\"308\" src=\"http://blog.blackcatlab.com/images/xo/xo070307_system_message.jpg\" /><br />\rクエスト後、再度イベント用ダンジョンに入れないユーザへの対応と言うことですが、この対応後も入れないユーザが居るみたいですね。</p>\r<p>で、くろねこも早速クエストを完了してきました♪<br />\r<img height=\"223\" alt=\"自分でいけよ♪\" width=\"345\" src=\"http://blog.blackcatlab.com/images/xo/xo070307_quest.jpg\" /><br />\r頂いたのは...<br />\r<img height=\"40\" alt=\"2007ホワイトバレンタイン報酬\" width=\"220\" src=\"http://blog.blackcatlab.com/images/xo/xo070307_quest_finish.jpg\" /></p>\r<p>こんなアイテムです。<br />\rキャンディバンド：体力+5、精神+5、最大WT+500<br />\r愛の伝令の記録：取得経験値3.0倍 1D</p>\r<p><em>このクエスト最後の「おしゃれペット」を渡す前にバレンタインイベントでもらった杖を持っていってください。<br />\r忘れると、経験値3倍アイテムがもらえません。</em></p>','<p>このクエストのダンジョン、地形は全く氷の迷宮と同じ。モンスターもほぼ同じ。(1Fのモンスターもいるけど...)<br />\rそして、<em>デスペナがない</em></p>\r<p>氷の迷宮といえば「ピアーサベル」だけど、もっとつえーのがいる。<br />\r入ったら「超合金キントンJr.」って金色の子豚がいるのがわかると思うんだけど、そいつの親玉がいてそのも「超合金キントン」。<br />\r<img height=\"110\" alt=\"超合金キントン\" width=\"130\" src=\"http://blog.blackcatlab.com/images/xo/xo070307_cho-go-kin_kinton1.jpg\" /></p>\r<p>スキルは<strong>フリーズアロー</strong>くろねこで<strong>ほぼ即死</strong>状態。くろねこ最大HPが約4000。フリーズアローを食らうと2-3メモリ残る感じ。<br />\rということは被ダメは...4000&divide;18&times;15～16 ＝ 3333～3556 ≒ <strong>3500</strong>程度ですね。<br />\r最初、知らずに叩いたくろねこの運命は...<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070307_kinton.jpg\"><img height=\"300\" alt=\"祝？キントン遭遇\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070307_kinton-thumb.jpg\" /></a></p>\r<p>こんな感じ。<br />\r超合金キントンのドロップは各職業のLv.101ドロップ武器。</p>\r<p>虎の方はというと、キントンよりは楽かな？<br />\rドラクエで言うと、キントンのフリーズアローがメラ系。ピアーサベルのサーイストームがイオ系。<br />\r様は、強力な一撃必殺スキルか、そこそこのダメージの範囲かの違いですね。</p>\r<p>両方とも10匹以上のちびモンスターを召還するので、かなり危険です。<br />\r油断すると、こんな感じに<br />\r<img height=\"300\" alt=\"油断大敵\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070307_angel.jpg\" /></p>\r<p>そんな中、ピアーサベルとのタイマンに成功しました。<br />\rこれです！<br />\r<img height=\"400\" alt=\"ピアーサベル ソロ\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070307_tora_solo.jpg\" /><br />\r召還が出たときに即死でなく、トレイン状態になれば後は倒せると言うことが判明。<br />\rデスペナが無いので、たたくだけ叩いて帰ってこない人も多いので、そういうのをもらうのもありかと...<br />\rくろねこも、叩いてリターン経由でしか帰らないですからね♪(ジュレアもったいないもん)</p>\r<p>ソロの結果、ペリトンチェンクェディア【アサシンLv.101武器】とイツペンハンティングボウ【スカウターLv.101武器】をゲット。<br />\r<img height=\"40\" alt=\"ピアーサベル ドロップ\" width=\"330\" src=\"http://blog.blackcatlab.com/images/xo/xo070307_tora_drop.jpg\" /><br />\rキントンと合わせて、クレ、アサ、スカが揃った♪<br />\rうちのパーティ聖職者が多い(プリ1名、アコ3名)から、プリ杖がほしいですね。<br />\r採れるまでがんばってみるかな？</p>\r<p>■経験値分配範囲の修正<br />\r分配の範囲が再びマップ全域に戻っています。ドロップの分配範囲も同様です。<br />\rこれで、冒険に行って先に進んで分配対象からはずれた～という前衛さんは損をしなくても済むかも？</p>',1,2998,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070307_kinton.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070308_access_ranking',3,0,'2007-03-08 12:59:02','ぐしゃぐしゃ～♪',null,'<p>いまねー</p>\r<p>FC2のブログランキング 3ページ目見たらレイアウトぐしゃぐしゃ(/&nabla;≦＼)アチャ-!<br />\r1～2ページ目まではちゃんと表示されるのに？<br />\r<a href=\"http://blog.blackcatlab.com/images/gene/070308_blog_ranking.jpg\"><img height=\"267\" alt=\"070308 ブログアクセスランキング\" width=\"400\" src=\"http://blog.blackcatlab.com/images/gene/070308_blog_ranking-thumb.jpg\" /></a></p>\r<p>くろねこのつぶやき見つけた！<br />\rあっ、りっきーさんのもあるな。</p>\r<p>最近めっちゃレベル低いな</p>','<p>原因は...<br />\rくろねこのサイトと同じで、想定していた幅以上の幅を要求する項目が有るからで...<br />\r<u>テーブルクラシャーーｗｗｗｗｗｗｗｗｗｗｗｗｗｗｗｗｗ＞＜＜＜、＾＾；；；；</u>のブログ説明の幅が長すぎるのが原因。<br />\r長くても、折り返していれば問題ないんだろうけど、1行にあれだけの文字数だからね(≧▽≦;)アチャー</p>',1,3583,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/gene/070308_blog_ranking.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070309_0125',3,0,'2007-03-09 01:25:00','03/08 今日も…',null,'<p>こうてんせいめんえきふぜんしょうこうぐんなくろねこです...<br />\r去年からデビューなんですかね？<br />\r鼻水は出るわ...目はかゆいわ...でもひどいのは一日二日そんな感じなんですが、今日は落ち着いています。<br />\r鼻かみすぎで鼻のあそこがすり切れていたいです...(ローションティッシュでかんでたんだけど？)</p>\r<p>まぁ、置いておいて話をゼネに移しましょう！<br />\r(゜O゜;アッ! そのまえに<br />\rこうてんせいめんえきふぜんしょうこうぐん の意味をお話ししておきましょう！\r<ol>\r    <li>後天性...生まれたときは症状は無いですよね？かかってないですから！ </li>\r    <li>免疫.....免疫系統が... </li>\r    <li>不全.....物質に対して過剰反応することが原因のようです！ </li>\r    <li>症候群...鼻水が止まらん！とかぁ～目がかゆいとかいろいろ症状が出るので！ </li>\r</ol>\rと言うことで、花粉症&cup;後天性免疫不全症候群として定義したいと思います！<br />\r(まじめにとらないくださいよ...)</p>','<p>すっきりしたところで、ゼネに行きます！</p>\r<p>昨日、くろねこは夕食までのちょっと間をイベントマップで過ごしましたが、通路が狭く動きにくく稼げないこのマップを後にしてロストまでリシェと出かけたのですが...<br />\r地下水路からして重い！移動中なぜか引っかかる...祭壇への洞窟に着いても変わらず...ロスト東ではこのままだと浮くかもしれん...<br />\rということでわずか1～2分で帰ってきました♪</p>\r<p>仕方ないので、イベントマップで販売用の赤石を集めることに♪</p>\r<p>デスペナが無いので、ボスを見つけたら&hellip;&hellip;&hellip;<br />\r行け～♪逝け～♪くろねこぉぉぉぉ♪</p>\r<p>まともに対峙すると、「ジュースがぶ飲みクラウディ u(￣ﾟ ￣=)ﾌﾟﾊｧ～」という昨日の教訓から...<br />\rキントンに出会っても消費せず浮いちゃわないように、出会ったら...\r<ol>\r    <li>じじいアクセ装備&times;2 </li>\r    <li>マインドコントロール </li>\r    <li>バッチコイ(これ忘れた≧▽≦) </li>\r</ol>\rで対抗！<br />\rそれから、ジュースがもったいないのでケチろうと自分自身にライトヒールと思って自分にタゲろうとしたら...<br />\r浮いちゃった...<br />\rそして、キントンが離れたスキに...ジュレアで復活!!!</p>\r<p>復活したら、キントンが見え見えと戦闘中!!!!<br />\r(/&nabla;≦＼)アチャ-!<br />\r気分は<br />\r（&acute;・&omega;・｀）ｼｮﾎﾞｰﾝ</p>\r<p>気を取り直して、真夜中まで狩り狩り！<br />\rボス発見！撃退ってのを繰り返し見学してると、昨日はあれほど出ていたドロップがほとんどない。<br />\rドロップ武器を早々廉価販売したのは失敗だったと思わせブリなドロップ率！<br />\rボス見つけてもあんまり意味がないなとr(-◎&omega;◎-) 考え中..... </p>\r<p>そんなとき、とある筋から情報が...ゼネチャットとMSNを駆使してとある方に指示を送りミッション完了！<br />\r噂は本当だったのか...○○は本当にあったんだぁ<br />\rそんな、チャット中にいきなり浮いてふと振り返るとやつが...<br />\rそいつにリベンジする目的で最初に見つけた位置の下の広場向かうが、着くまでに数回浮いちゃうとか&hellip;&hellip;&hellip;<br />\rそんなキントンもドロップは赤石が2個、2個スタック状態でドロップするんだぁという、新鮮さはあったもののやはり武器が出ないのは<span>BLUE</span></p>\r<p>くろねこも、サブでクエストをしようと赤石あつめにＬＥＴ&rsquo;Ｓ　ＧＯ♪と思いきや手伝ってくれるメンバが居ない。<br />\rということで朝まで持ち越し。<br />\rロストから無課金のサブ(アコライト Lv.48)が帰るのはちょっとつらい。WTが20万超えてるしNE!</p>\r<p>■運営のする事にはぼろがある<br />\r今回のクエストに必要なのはなんでしたっけ？<br />\r集めるのは赤石(レッドライト)、<strong>持っていく</strong>のはバレンタインの杖でしたよね？</p>',1,2529,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070311_0038',3,0,'2007-03-11 00:38:26','03/10 必死すぎて・・・＿|￣|○・・・はうぅ・・・',null,'<p>なんか最近必死すぎたようです。</p>\r<p>今日中にレベル上げるぞーって狩りをしていたら、某MPKさんのサブとかちあたったようで、必死で狩り前に出すぎて浮きました。<br />\rしかも、そのアコ2必死でなすってくるんですけど、なすってくるときには浮かないんですよね･･･</p>\r<p>浮くのは自分の不注意が多いですかね？</p>\r<p>今日、浮いたからイベントマップで狩りをしていたら、「最近必死？」と聞かれました。</p>\r<p>周りから見ると良くわかるようです・・・＿|￣|○・・・はうぅ・・・</p>','',1,2218,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070311_1515',3,0,'2007-03-11 15:15:25','くろねこ レベル113',null,'<p>レベル上がりました～♪<br />\r浮いたので昨日のうちにあげることが出来なくて残念でした＞＜；<br />\r<img height=\"480\" alt=\"くろねこ Lv.113\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat113.jpg\" /></p>','<p>今まで109レア装備がなかったので、109店売りと武器105のレア鎧を使っていましたが...<br />\rようやく上がったので113のレア装備一式に交換できます♪<br />\r今回も精神にポッチットおして精神が50になりました♪<br />\r装備交換後(ステ振り前)<br />\r<img height=\"300\" alt=\"くろねこ Lv.113 装備交換後(ステ振り前)\" width=\"370\" src=\"http://blog.blackcatlab.com/images/xo/blackcat113sb.jpg\" /></p>\r<p>装備交換後(ステ振り後)<br />\r<img height=\"300\" alt=\"くろねこ Lv.113 装備交換後(ステ振り後)\" width=\"370\" src=\"http://blog.blackcatlab.com/images/xo/blackcat113sa.jpg\" /></p>',1,2660,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070312_1247',3,0,'2007-03-12 12:47:00','それって本当？',null,'<p>ゼネピックオンラインには摩訶不思議なことが多いです。</p>\r<p>昨日聞いた不思議なことを2つ\r<ul>\r    <li>パラディンスキル<br />\r    パラディンLv.121のスキルのうちマインドコントロールLv.2がありますが、未実装との噂。<br />\r    まだ見ぬLv.2ですが、Lv.3があったら当然あるものと思っていましたが&hellip; </li>\r    <li>今回のクエストでもらえる「愛の伝令の記録」＝経験値3.0倍 1D ですが、通常の経験値課金アイテムと併用して使えるとか&hellip; </li>\r</ul>運営の想定した使用どおりなのでしょうか？</p>\r<p>非常に疑問です♪</p>','<p>後者の方法は<a href=\"http://myhome.cururu.jp/satokensan\">さとけんさんのブログ</a>に方法が記載されていますね♪<br />\r両方1Dを使用して、2.5のあとに3.0を使うと<br />\r( 2.5 - 1.0 ) + ( 3.0 - 1.0 ) + 1.0 ＝ 4.5倍<br />\rと成るようですね。<br />\r※足し引きしてる1.0はもともとの取得経験値分。</p>\r<p>くろねこ 本日2.5倍 30Dを投資しちゃったので、この技使えるのは少なくとも30日後です。<br />\rそれまでに修正されないことを祈ります。<br />\rまぁ、3.0倍って今回のこれしか取れないので、通常の課金を組み合わせるのと意味が違いますし、修正されないかもですね。</p>\r<p class=\"add\">07/05/09 追記<br />\r本日のメンテでこっそり修正されたようです。嫁のPTメンバが挑戦してエラーが表示されたとか...</p>\r<p class=\"add\">07/05/16 追記<br />\r今回のメンテで記載がありました。先週のメンテナンス情報に書き忘れたんだとか...</p>',1,2764,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://myhome.cururu.jp/satokensan\">さとけんさんのブログ</a>',0,1,1,0,0,'1999-11-30 00:00:14','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map138',3,0,'2007-03-13 10:50:04','マップ - ダリーブ平原',null,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r<h3>▽マップ</h3>\r<img width=\"511\" height=\"511\" src=\"http://www.blackcat.xyz/images/articles/xo_map139_1.jpg\" alt=\"\">','<h3>▽隣接マップ</h3>\r<ul>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map137\">エイル</a> </li>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map139\">ベンダロール平原</a> </li>\r</ul>\r<h3>▽ＮＰＣ</h3>\r<h3>▽出現モンスタ</h3>\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\">[image2]</td>\r            <td colspan=\"4\">ブクブク</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>79</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">ダリーブ平原</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">ボルフバー,マギオン,エレクツリュン,ミネス,ビュロス</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\">[image3]</td>\r            <td colspan=\"4\">ハムルドンキ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>77</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">ダリーブ平原</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">ボルフバー,マギオン,エレクツリュン,ミネス,ビュロス</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\">[image4]</td>\r            <td colspan=\"4\">エヘイ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>76</td>\r            <td>特性</td>\r            <td>ノンアクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">ダリーブ平原</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">ボルフバー,マギオン,エレクツリュン,ミネス,ビュロス</td>\r        </tr>\r    </tbody>\r</table>',1,3836,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map137\">エイル</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map139\">ベンダロール平原</a>',0,1,1,0,0,'1999-11-30 00:00:04','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map139',3,0,'2007-03-13 11:45:31','マップ - ベンダロール平原',null,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<h3>▽マップ</h3>\r\n<img width=\"511\" height=\"511\" src=\"http://www.blackcat.xyz/images/articles/xo_map139_1.jpg\" alt=\"\">','<h3>▽隣接マップ</h3>\r\n<ul>\r\n    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map138\">ダリーブ平原</a> </li>\r\n    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map162\">マーキ分地</a> </li>\r\n</ul>\r\n<h3>▽ＮＰＣ</h3>\r\n<h3>▽出現モンスタ</h3>\r\n<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"4\">[image2]</td>\r\n            <td colspan=\"4\">ツパノト</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>83</td>\r\n            <td>特性</td>\r\n            <td>アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ベンダロール平原/スキチー峡谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">ボルフバー,エレクツリュン,ミネス,ビュロス</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"4\">[image3]</td>\r\n            <td colspan=\"4\">パクパドンキ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>81</td>\r\n            <td>特性</td>\r\n            <td>アクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ベンダロール平原/スキチー峡谷</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">ボルフバー,エレクツリュン,ミネス,ビュロス</td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<br />\r\n<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r\n    <tbody>\r\n        <tr align=\"center\">\r\n            <td rowspan=\"4\">[image4]</td>\r\n            <td colspan=\"4\">ギヘム</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>Lv.</td>\r\n            <td>80</td>\r\n            <td>特性</td>\r\n            <td>ノンアクティブ</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>スキル</td>\r\n            <td colspan=\"3\">なし</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>出現MAP</td>\r\n            <td colspan=\"3\">ベンダロール平原</td>\r\n        </tr>\r\n        <tr align=\"center\">\r\n            <td>ドロップ</td>\r\n            <td colspan=\"4\">ボルフバー,エレクツリュン,ミネス,ビュロス</td>\r\n        </tr>\r\n    </tbody>\r\n</table>',1,4361,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map138\">ダリーブ平原</a>\r\n<a href=\"http://www.blackcat.xyz/article.php/xo_map162\">マーキ分地</a>',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070313_1256',3,0,'2007-03-13 12:56:06','03/12 新マップ マーキ分地～ゼロペイン平原',null,'<p>朝からちょろっとゼネinした後は、確定申告の資料を作成していたくろねこです。<br />\rいつもこの時期どたばたしています。<br />\r今回はさらに新しいPCがこないかな～？と心待ちにしているくろねこでもありました。</p>\r<p>ようやく確定申告の資料の目処が付いたのが18:00頃、それから息子の入園式用に嫁のセレモニースーツを買いに近くのショッピングセンターへ。ちょうどガラポンが開催されていたので息子が計4回回しましたが、結局もらえたのは麦茶のティーパック8個でした。<br />\rその後NewPC用にマウスを買いに行きました。キーボードはまた後ほど気に入ったのを探すつもりです。もう間違っても MicrosoftのWireless Desktop 6000 は買わないと思います。だって、キーを押しても入力されないときがあるんですもの。<br />\r反応速度が手に追いついていないそんな感じがしますね。(ずっと自分のミスか？電波の加減か？と思っていましたが、レシーバーとキーボードが30cm以内に配置されているのにちゃんと拾えないのは問題外です。個体不良でしょうか？気になります。)<br />\r今度は有線タイプのキーボードにしようかしら？と考えつつ、マウスは無線タイプの Logicool MX Revolution です。今使っている Microsoft Wireless Leaser 6000 と比較して電池切れで浮くという羽目になることは無くなると思います。<br />\rただ、投資した金額に性能が見合わない気がするのは気のせいでしょうか？ちなみに11,000-で購入しました。</p>','<p>くろねこの周辺に段差があるのがわかると思いますが、ミニマップには表示されていません。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070312_1-org.jpg\"><img height=\"300\" alt=\"ミニマップにバグ\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070312_1.jpg\" /></a></p>\r<p>テンプル峡谷に入ると...マップが暗くなります。ベルテラニンから一歩奥に入ったときのような感じですね。<br />\rあちこちにどくろが散らばっています。名も無き勇者が不用意に侵入し、散っていったのでしょうか？荒野を走る死に神の列～♪<br />\r木の上や、<br />\r<img height=\"300\" alt=\"哀戦士\" width=\"300\" src=\"http://blog.blackcatlab.com/images/xo/xo070312_2.jpg\" /><br />\r井戸のそばにもありました。この井戸お岩さんが出るかもしれません。<br />\r<img height=\"300\" alt=\"お岩？\" width=\"300\" src=\"http://blog.blackcatlab.com/images/xo/xo070312_3.jpg\" /></p>\r<p>ゼロペイン平原では...<br />\rヴェニスの少女が人形を引きずりながら襲ってきます。顔を上げるととてもとても見られた形相ではありません。あーおそろしや。<br />\r今回のメンテではここが最終となっていました。最終の警備兵の位置で記念撮影をしましたが、後では火の玉がちょろちょろしていたことは内緒です♪<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070312_4-org.jpg\"><img height=\"267\" alt=\"記念撮影\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070312_4.jpg\" /></a></p>\r<p>帰りに「気になる木」を発見しました。誰が作ったんでしょうか？<br />\r<img height=\"300\" alt=\"気になる木\" width=\"300\" src=\"http://blog.blackcatlab.com/images/xo/xo070312_5.jpg\" /><br />\rちなみにここでは、メイジLv.91の胴衣がドロップしました。残念ながらモンスターを特定することは出来ませんでした。</p>\r<p>このマップこのまま伸びるとヨツンハイムにくっつきそうですね。南門もしくは東門と接続するのでしょうか？<br />\r接続したタイミングで、現在ブリンヒルド－ヨツンハイム間のモンスターレベルは山形になっていますが、エイルと同様に右肩上がりに修正されるのでしょうか？そうなると別ルートがないので結構きついものがありますね。<br />\rケンディボルト－エイル間の無料エスコートサービスもいつまで継続されるのでしょうか？</p>',1,2693,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070312_1-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070312_4-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map162',3,0,'2007-03-13 13:31:00','マップ - マーキ分地',null,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r<h3>▽マップ</h3>\r<img width=\"511\" height=\"511\" src=\"http://www.blackcat.xyz/images/articles/xo_map162_1.jpg\" alt=\"\">','<h3>▽隣接マップ</h3>\r<ul>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map139\">ベンダロール平原</a> </li>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map163\">テンプル峡谷</a> </li>\r</ul>\r<h3>▽ＮＰＣ</h3>\r<h3>▽出現モンスタ</h3>\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\">[image2]</td>\r            <td colspan=\"4\">ドロープサウルス</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>87</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">アシエーダイブLv2 魔法-35</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">マーキ分地</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\">[image3]</td>\r            <td colspan=\"4\">ウインパ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>85</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">マーキ分地</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\">[image4]</td>\r            <td colspan=\"4\">オークリースネーク</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>84</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">マーキ分地</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>',1,4094,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map139\">ベンダロール平原</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map163\">テンプル峡谷</a>',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map163',3,0,'2007-03-13 14:14:00','マップ - テンプル峡谷',null,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r<h3>▽マップ</h3>\r<img width=\"511\" height=\"511\" src=\"http://www.blackcat.xyz/images/articles/xo_map163_1.jpg\" alt=\"\">','<h3>▽隣接マップ</h3>\r<ul>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map162\">マーキ分地</a> </li>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map164\">ゼロペイン平原</a> </li>\r</ul>\r<h3>▽ＮＰＣ</h3>\r<h3>▽出現モンスタ</h3>\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img width=\"120\" height=\"100\" src=\"http://www.blackcat.xyz/images/articles/xo_map163_2.jpg\" alt=\"\"></td>\r            <td colspan=\"4\">アスクィル</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>&nbsp;</td>\r            <td>特性</td>\r            <td>ノンアクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">テンプル峡谷</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img width=\"120\" height=\"130\" src=\"http://www.blackcat.xyz/images/articles/xo_map163_3.jpg\" alt=\"\"></td>\r            <td colspan=\"4\">キャスピン</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>&nbsp;</td>\r            <td>特性</td>\r            <td>ノンアクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">テンプル峡谷</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img width=\"60\" height=\"60\" src=\"http://www.blackcat.xyz/images/articles/xo_map163_4.jpg\" alt=\"\"></td>\r            <td colspan=\"4\">ゾンベル</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>&nbsp;</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">テンプル峡谷</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img width=\"120\" height=\"120\" src=\"http://www.blackcat.xyz/images/articles/xo_map163_5.jpg\" alt=\"\"></td>\r            <td colspan=\"4\">カラカラス</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>49</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">テンプル峡谷/ゼロペイン平原</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>',1,3882,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map162\">マーキ分地</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map164\">ゼロペイン平原</a>',0,1,1,0,0,'1999-11-30 00:00:27','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo_map164',3,0,'2007-03-13 14:19:00','マップ - ゼロペイン平原',null,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\r<h3>▽マップ</h3>\r<img width=\"511\" height=\"511\" src=\"http://www.blackcat.xyz/images/articles/xo_map164_1.jpg\" alt=\"\">','<h3>▽隣接マップ</h3>\r<ul>\r    <li><a href=\"http://www.blackcat.xyz/article.php/xo_map163\">テンプル峡谷</a> </li>\r</ul>\r<h3>▽ＮＰＣ</h3>\r<h3>▽出現モンスタ</h3>\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img width=\"120\" height=\"140\" src=\"http://www.blackcat.xyz/images/articles/xo_map164_2.jpg\" alt=\"\"></td>\r            <td colspan=\"4\">ヴェニス</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>83</td>\r            <td>特性</td>\r            <td>アクティブ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">&nbsp;</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img width=\"130\" height=\"120\" src=\"http://www.blackcat.xyz/images/articles/xo_map164_3.jpg\" alt=\"\"></td>\r            <td colspan=\"4\">エレンクィル</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>80</td>\r            <td>特性</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">ベンダロール平原</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\"><img width=\"120\" height=\"120\" src=\"http://www.blackcat.xyz/images/articles/xo_map164_4.jpg\" alt=\"\"></td>\r            <td colspan=\"4\">ゾンバイ</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>&nbsp;</td>\r            <td>特性</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">ベンダロール平原</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<br />\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"580\" border=\"1\">\r    <tbody>\r        <tr align=\"center\">\r            <td rowspan=\"4\">[image5]</td>\r            <td colspan=\"4\">カラカラス</td>\r        </tr>\r        <tr align=\"center\">\r            <td>Lv.</td>\r            <td>&nbsp;</td>\r            <td>特性</td>\r            <td>ルート</td>\r        </tr>\r        <tr align=\"center\">\r            <td>スキル</td>\r            <td colspan=\"3\">なし</td>\r        </tr>\r        <tr align=\"center\">\r            <td>出現MAP</td>\r            <td colspan=\"3\">マーク分地/テンプル峡谷</td>\r        </tr>\r        <tr align=\"center\">\r            <td>ドロップ</td>\r            <td colspan=\"4\">&nbsp;</td>\r        </tr>\r    </tbody>\r</table>\r<h3>▽モンスター不明ドロップ</h3>\r<ul>\r    <li>【メイジLv.91胴衣】 </li>\r    <li>レシチェインシパルー【クレリックLv.91盾】</li>\r</ul>',1,4181,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xenepic_allmap\">全体マップ</a>\n<a href=\"http://www.blackcat.xyz/article.php/xo_map163\">テンプル峡谷</a>',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070314',3,0,'2007-03-14 12:29:32','くろねこ成分分析',null,'<p>くろねこ(成分分析)してみました<br />\r<a href=\"http://www.colordic.org/analyze.php?q=%E3%81%8F%E3%82%8D%E3%81%AD%E3%81%93&amp;d=w\">分析結果</a></p>\r<p><strong>くろねこ</strong>の和色大辞典での解析結果<br />\r<strong>くろねこ</strong>の63%は<span style=\"COLOR: #bed2c3\">★</span><a href=\"http://www.colordic.org/colorsample/2452.html\"><strong>青磁鼠(せいじねず)</strong></a>でできています。<br />\r<strong>くろねこ</strong>の26%は<span style=\"COLOR: #715c1f\">★</span><a href=\"http://www.colordic.org/colorsample/2152.html\"><strong>鶯茶(うぐいすちゃ)</strong></a>でできています。<br />\r<strong>くろねこ</strong>の3%は<span style=\"COLOR: #2b2b2b\">★</span><a href=\"http://www.colordic.org/colorsample/2217.html\"><strong>蝋色(ろういろ)</strong></a>でできています。<br />\r<strong>くろねこ</strong>の3%は<span style=\"COLOR: #e8d3d1\">★</span><a href=\"http://www.colordic.org/colorsample/2361.html\"><strong>灰桜(はいざくら)</strong></a>でできています。<br />\r<strong>くろねこ</strong>の2%は<span style=\"COLOR: #ec6d51\">★</span><a href=\"http://www.colordic.org/colorsample/2264.html\"><strong>鉛丹色(えんたんいろ)</strong></a>でできています。<br />\r<strong>くろねこ</strong>の2%は<span style=\"COLOR: #887f7a\">★</span><a href=\"http://www.colordic.org/colorsample/2367.html\"><strong>煤色(すすいろ)</strong></a>でできています。<br />\r<strong>くろねこ</strong>の1%は<span style=\"COLOR: #c099a0\">★</span><a href=\"http://www.colordic.org/colorsample/2022.html\"><strong>梅鼠(うめねず)</strong></a>でできています。<br />\r<strong>くろねこ</strong>の解析結果を調合すると<span style=\"COLOR: #a6aa90\">★</span><strong>#a6aa90</strong>になります。</p>\r<p>くろねこだと、相応の色だけど BlackCat とか BLACKCAT だとなんか変！<br />\rどうやって分析してるのかな？</p>','',1,4115,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.colordic.org/analyze.php?q=%E3%81%8F%E3%82%8D%E3%81%AD%E3%81%93&amp;d=w\">分析結果</a>\n<a href=\"http://www.colordic.org/colorsample/2452.html\">青磁鼠(せいじねず)</a>\n<a href=\"http://www.colordic.org/colorsample/2152.html\">鶯茶(うぐいすちゃ)</a>\n<a href=\"http://www.colordic.org/colorsample/2217.html\">蝋色(ろういろ)</a>\n<a href=\"http://www.colordic.org/colorsample/2361.html\">灰桜(はいざくら)</a>\n<a href=\"http://www.colordic.org/colorsample/2264.html\">鉛丹色(えんたんいろ)</a>\n<a href=\"http://www.colordic.org/colorsample/2367.html\">煤色(すすいろ)</a>\n<a href=\"http://www.colordic.org/colorsample/2022.html\">梅鼠(うめねず)</a>',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070315_0826',3,0,'2007-03-15 08:26:49','03/14 NPC に関する修正',null,'<p>NPCに関する修正って何があったんでしょうか？<br />\rというか誰が修正されたの？ってあまり気にもとめてなかったのですが...</p>','<p>昨日、くろねこはロスト西でかりかり。<br />\rロスト西がほぼ1撃確定状態(たまにあの硬いやつが残りますけど？)になり、時給は2%を超えて3%に迫る勢い。<br />\r(力ステ振り89＆Lv.113 ドロップ装備＆オーラー2＆ホーリークラッシュ2＆人っ子ひとりいない早朝)</p>\r<p>そんな状態の中、あまり周りに左右されずかりかり。<br />\rたまに囲まれているログさんにやアコさんにメニス＆ライトヒールをプレ。<br />\rお返しにシールドボイスやブレッシング＆フォースハンドをもらって気分良くかりかり。</p>\r<p>そんな中、先日迷宮(イベント)でお友達になったtwinsさんからフレチャが...<br />\r先日、お約束させていただいていた ねこ)プリ杖 twins)パラ剣 の交換依頼でした。<br />\r早速、サブでお取り引きさせた頂こうとサブの いちご100％ に変わると、ブリ宿屋の女将がいない...<br />\r<img height=\"200\" alt=\"宿屋の女将はいずこへ？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070314_no_npc.jpg\" /></p>\r<p>まあ、倉庫から出すものは無いので...と交換を完了！<br />\r取引完了時に twins さんに女将が見えるか聞いてみたところ、見えているとのこと。<br />\r女将180g が引退したからとか、NPCに関する修正 が失敗したとかそういうことではなく単なる<strong>不具合</strong>だったのですね♪</p>',1,2458,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070315_sandisk_ssd_32g',3,0,'2007-03-15 08:35:48','SanDisk SSD 32GB',null,'<p>昨日、PC Watch にシリコンディスクの記事が出た♪<br />\r<a href=\"http://pc.watch.impress.co.jp/docs/2007/0314/sandisk.htm\">SanDisk、2.5インチサイズの32GBシリコンディスク</a></p>\r<p>2.5 インチサイズの32GBシリコンディスクとあるが、まず気になったのがその容量。32GBって少なすぎないか？<br />\r記事の下の方には Windows Vista Enterprise がわずか30秒で起動するとある...<br />\rちょっと待て、Vistaインストールの必須要件にHDDの空き容量が40GBとあったはず。これが40GBなのか、それともOSが表示している40GB(40GiB)なのかわからないが全然足りないのである。<br />\r容量不足でインストール不可能では？</p>\r<p>とすると、記事の例は的はずれなものである(SanDiskが悪いと思われ)。せめて倍の50GiB、欲を言うなら100GiB程度はVistaのシステム兼ブートドライブとして欲しいところ。</p>\r<p>64GiB程度あって、3万位なら即買いなんだけれど？<br />\rシリコンディスクで休止状態からの復帰ならもっと早いのだろうか？</p>\r<p>※1GB = 1,000,000,000Byte<br />\r　1GiB= 1,073,741,824Byte<br />\rGBについてHDD業界は通常10進数の1GB、メモリ業界＆OSの表記は2進数のGiBの内容を示すのが通常</p>','',1,5356,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://pc.watch.impress.co.jp/docs/2007/0314/sandisk.htm\">SanDisk、2.5インチ',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070315_2157',3,0,'2007-03-15 12:57:57','03/11 PON☆彡レベル86',null,'<p>ちょっとふるいですが、先日Lv.86の羽を3度も出したPON☆彡さんのSSをアップ</p>\r<p>まぁ、一回目はみんな当たり前だよね....<br />\r<img alt=\"PON☆彡 Lv.86-1\" src=\"http://blog.blackcatlab.com/images/xo/xo070311_pon1.jpg\" width=\"400\" height=\"450\" /></p>','<p>なんか、ベルクロで安地で無い所を安地と誤認したPON☆彡、放置で気づいたらヨツンハイム事件！<br />\r2回目<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070311_pon2-org.jpg\"><img alt=\"PON☆彡 Lv.86-2\" src=\"http://blog.blackcatlab.com/images/xo/xo070311_pon2.jpg\" width=\"400\" height=\"300\" /></a></p>\r<p>お墓で召還にて一瞬で浮いたPON☆彡(くろねこはキャラ選うまいこと回避したなぁと激しく誤認)<br />\r<img alt=\"PON☆彡 Lv.86-3\" src=\"http://blog.blackcatlab.com/images/xo/xo070311_pon3.jpg\" width=\"400\" height=\"450\" /></p>\r<p>1レベルで複数回羽を見られる機会もかなり減ったなぁという気がします。<br />\r二次職の頃は、日々冒険に明け暮れていた気がしますが、パーティのレベルの分散化に従い次第に冒険に行く回数が少なくなった気がします。<br />\rまりにあ(Lv.124) - 劉刀(Lv.64) は実に約2倍60レベル程度の差の開きがあります。<br />\rまぁ、劉くんはもともと臨時にうちに入ったんですけど...いつのまにか居着いています。<br />\r元のPTにも帰らないみたいだし、レベルは近い方がいろいろ冒険も楽しいと思うのはくろねこだけなんでしょうか？</p>\r<p>\rまぁ、10レベルくらい上のメンバが、1～2人くらいいるとかなり楽になるのは否定しません。</p>',1,2414,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070311_pon2-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:55','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070316_0057',3,0,'2007-03-16 00:57:57','もったいない？',null,'<p>ゆうまさんななさんが書庫にリブではないので、ロビーから徒歩にて行くことに。<br />\r当初予定は20:00でしたが、ゆうまさんの帰宅の都合から21:00予定に、実際に出発したのは21:30頃。</p>\r<p>欠席者まりにあ。先に別件で書庫に行っていたらしいのですが、ちょっとミスしたらしく凹んでいました。<br />\rねこの凸でもくっつけておく？</p>\r<p>まぁ、メンバの平均レベル(92)は普通ですが三次職が三人もいると、B3FまではMPも使い果たすことなく皆殺し状態。<br />\rB4Fでは、今回唯一のドロップ装備【スカウターLv.91胴衣】が...<br />\rアコライト用ならPON☆彡が着られたのにね...</p>','<p>書庫では赤クロック×2、青クロック×2くらい倒したかな？<br />\r<img alt=\"ク',1,2677,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:30','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070318_1540',3,0,'2007-03-18 15:40:36','くろねこ レベル114',null,'<p>とうとう剣が赤くなるその日まで、あと1週間(予定)と迫りました、くろねこです♪<br />\r\n皆さんどうお過ごしですか？昨日は25%以上稼いだのでくたくたでした。</p>','<p><a href=\"http://blog.blackcatlab.com/images/xo/blackcat114-org.jpg\"><img alt=\"くろねこ Lv.114\" src=\"http://blog.blackcatlab.com/images/xo/blackcat114.jpg\" width=\"400\" height=\"300\" /></a><br />\r\n来週日曜には115でクエの剣を持って赤剣になる予定です♪<br />\r\n最も今日浮かなければですが...</p>',1,2397,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/blackcat114-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070319_0650',3,0,'2007-03-19 06:50:52','03/17 ラオウだよ',null,'<p>■3/17日 未明<br />\rラオウ最強さん＆ラオウ最強　さんの合同転職式？が厳かに執り行われました。<br />\rパラ101レア武器をお祝いに持っていこうかなと思っていたのですが...<br />\r先日氷の迷宮(イベント階)でタイガーだったか栗キントンだったかから、まりにあとラオウさんが一緒に倒した際にパラ剣が出たらしいので今日はジュースにしておきました。(このイベントの時ちょうどくろねこが浮いたときだったなぁ)<br />\r式自体は21:00～の予定だったんだけど、いつものごとく来ない人がいて...<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070317_raoh-org.jpg\"><img height=\"300\" alt=\"ラオウ最強 パラディンに転職\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070317_raoh.jpg\" /></a><br />\r結局羽を伸ばしたのは21:25でした</p>','<p>■3/17 未明<br />\rこれまた3/17日の夜のお話です。<br />\rくろねこは激しい勘違いから参加出来ませんでした。本人から12:00もしくは11:00～と聞いていたのですが、ラオウさんの転職式で10:00に変更になったとお聞きしました。その際に10:00はあやしいので10:00か22:00か確認して22:00と言うところまで確認していたのですが...日にちが1日間違っているとは気づいていませんでした。OTZ...<br />\r先週の段階から激しく日曜だと思いこみがあったようです。<br />\r3/18夕飯時にまりにあからメールでmakoだよさんが転職しているとお知らせがあり、驚いてしまったくろねこです。</p>\r<p>そんなmakoだよと昨日(3/18)にエズレフェル平原までお手伝いに行ってきました。くろねこが一番レベルが高いって言う話でしたが、そんな冒険は久々です。(PTではまりにあがLv.125で最強です。)<br />\rそんな冒険もみなさん代わる代わるお風呂や、その他の理由から落ちられて2、3周回ったほどで解散となりました。そこで、転職式のお詫びもかねて、イベントマップで取れたパラLv.101武器をプレゼントしておきました。<br />\rすでに持っているらしいですが、+7に挑戦するとのことです。</p>\r<p>くろねこはLv.130ドロップ武器の+10に挑戦するため、ゼンストーンを収集中です。<br />\rかねてから行っている精錬率の調査結果も+10に挑戦することで達成できると思います。</p>',1,2815,0,3,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070317_raoh-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070319_blog_settings',3,0,'2007-03-19 10:11:33','ブログの設定',null,'<p>サーバを移転してから一度もコメントがないと思っていたら、コメントしようとするとエラーだったのですね。<br />\r\n投稿ボタンをクリックしたら、CGI Error が mt-comment.cgi のパーミッションが755で無いからだとか...</p>\r\n<p>先ほど直しておたので、コメントよろしくお願いしますだ...</p>\r\n<p>前、まりにあに言われて直したつもりだったんだけど、何でなんだろう？</p>','',1,3229,3,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('070320_gasu',3,0,'2007-03-20 12:55:58','大阪ガス 地球温暖化を推進！',null,'<p>最近くろねこが帰宅してうちでTVを見ていると、いつも目にするCFがある。<br />\r大阪ガスの換気を呼びかけるCFである。30分に一回換気を行うか、もしくは換気扇などで常に換気を行うように呼びかけているのだが...<br />\rよく考えて欲しい。暖めていた部屋を換気すると言うことがどういうことかを。</p>','<p>換気とは酸素が少なくなった部屋の空気を外の酸素が豊富な空気と入れ換えることであり、<em>暖めた部屋の空気を外の冷たい空気と入れ換える</em>ことである。<br />\rつまり、戸外を暖めているのと同義なのである。</p>\r<p>(￣- ￣ ) ンー</p>\r<p>やはり、暖房は灯油・ガスよりも電気なのだろうか？<br />\rたとえ元が火力発電であったとしても、一気に大量に電気に変えることにより高効率が予想される。問題は送電時の抵抗による電力低下か。原子力発電も不正行為により安心して今後使い続けられるとは限らない。<br />\rでは、安心して利用できる電力ってなんだろう。<br />\r水力や風力、地熱発電かな？波を利用するのもあるね。さらに、太陽を利用する発電(太陽光/太陽熱)も無公害でいいね。効率がまだ低いけど。</p>\r<p>これからの期待は太陽光かなって個人的には思う。<br />\r太陽光発電がエネルギー変換効率のさらなる効率化を進め、耐用年数も大幅増(数10年はほしいな)に期待。<br />\rメーカーは耐用年数の明記と簡単な交換方法の確率をお願いしたい。瓦のように破損した部分だけ取り外して交換が便利ですね。(このあたりの製品って耐用年数が明記されてない場合が多いだけでなく、メーカーが口にするだけの耐用年数だけ使えない場合もかなり多い。しかも故障すれば新しいのを買った方がやすいとか、撤去に多額の費用がかかるとかユーザに知らされない問題もおおい。)<br />\r太陽光も宇宙に人工衛星で発電衛星を浮かべておけば、地球に比べて光が強い分いっぱい発電が可能。やはり送電問題は残るけど。太陽光が届かない場所は核融合発電衛星なんかが出来るといいね。まだまだ先になるだろうけど</p>\r<p>同様に大阪ガスの小型ガス発電システム＝エコキュートなんかやめちゃって、シャープのサンビスタなどの太陽光発電の方がいいのではないだろうか？<br />\r小型ガス発電システム、災害時のリスク分散に活躍か？って思ったけどおおむねライフラインの復旧って電気の方がガスよりも早く回復するのでやはり使い物にならないと思うんですよね。</p>\r<p><em>人間のために換気も重要だけど、地球のため人のため無駄なエネルギーを使わないようにする努力も必要だと思いますね。</em></p>',1,3728,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:04','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('070320_128gbssd',3,0,'2007-03-20 12:57:01','2.5インチ128GBのSSD',null,'<p>先日32GBのSSDがあって...ってエントリを書いた訳なんだけど、実は128GBのSSDも発表されていたらしいんです。<br />\r記事は<a href=\"http://www.itmedia.co.jp/news/articles/0703/15/news022.html\">ITmedia News：容量128GバイトのSSDが登場</a> と ITmedia の記事だったんだけど、探すきっかけになった記事はこちら、<a href=\"http://pc.watch.impress.co.jp/docs/2007/0320/cebit14.htm\">【ストレージ編】読み書きとも20倍速のDVDドライブや128GBのSSDなど</a> いつも見ている PC Watch の記事。<br />\r2.5インチで128GBとある。ITMedia の記事とあわせてみると、4月に価格が発表されそうですね。<br />\r価格が安ければそろそろ手が出せそうな容量にはなりました。</p>\r<p>でも、GIGABYTEのi-RAMだったか、あれはメインメモリも使っているDRAMなので高速なのは確実なんだけど、USB経由のフラッシュメモリって遅いですよね？SSDも同じNAND型フラッシュメモリを使っているんですが、シーケンシャルアクセスだけ早くてランダムだと実は遅いとか...そんなことは無いのかな？<br />\rWindows Vista の Ready Boot だっけ、あれも遅いHDDをフラッシュメモリを使って早くしようって事らしいのですが、型遅れの古いHDDには意味があるようだけど、最新のHDDにはあまり意味がないみたい。<br />\r買ったけど、あんまり意味がなかったって事になるのは避けたいなぁ。</p>\r<p>意外と普通の使用では高速なHDDの方が早かったりして&hellip;</p>','',1,4017,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.itmedia.co.jp/news/articles/0703/15/news022.html\">ITmedia News：容量12...</a>\n<a href=\"http://pc.watch.impress.co.jp/docs/2007/0320/cebit14.htm\">【ストレージ編',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070321_2347',3,0,'2007-03-21 23:47:17','すぬちゃん転職式',null,'<p>本日すぬちゃんの転職式がありました。<br />\r予定では22:00～でしたが...</p>\r<p>お昼に転職式に向けてヨツンハイムに移動を開始しました。<br />\rブリから歩きでした。ひとりだと20～30分ぐらいで着くと思うのですけど、劉君がいたので50分強かかりましたが、どちらも浮かず無事到着。<br />\rその後ねこはお風呂兼散髪に行きましたw</p>','<p>そして、22:00。</p>\r<p>よしさんが一部メンバに23:00～と伝えていたようで、その方々が来られていなかったようです。<br />\rしかし、プリへの転職式の際にはまいどのことながら、クレへの転職と誤報が出ますね♪<br />\r実際に転職の羽が生えたのは22：55分頃。<br />\rこんな感じでした。<br />\r<img height=\"300\" alt=\"すぬちゃん転職式\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070321_sunu.jpg\" /><br />\rすぬちゃんお(･&forall;･)め(･&forall;･)で(･&forall;･)と(･&forall;･)う！</p>\r<p>借金苦のためお祝いが少なくてごめんね。</p>',1,4075,0,4,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20150801_VerUp_Windows10',3,0,'2015-08-01 12:21:30','2015.08.01 Windows10バージョンアップ','','<p>マイクロソフトから「<a title=\"Windows 10 のダウンロード\" href=\"https://www.microsoft.com/ja-jp/software-download/windows10\">Windows10のダウンロードサイト</a>」が公開されていたので早速ダウンロード。</p>\r\n<p>いつもやっているゲームの合間にアップデート。</p>\r\n<ol>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">他のPCもあるのでとりあえずISOイメージでダウンロード。<br />起動USBを作ってもよかったけど、とりあえず空いてるUSBを使い切っていたので...</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">ISOイメージの中からSetup.exeを起動</span></li>\r\n<li><span style=\"font-size: 12.960000038147px; line-height: 12.960000038147px;\">未適用のWindows Updateがないか自動的に確認して</span></li>\r\n<li><span style=\"font-size: 12.960000038147px; line-height: 12.960000038147px;\">引き継ぐ内容を選択して(全部引き継ぐを選択)</span></li>\r\n<li><span style=\"font-size: 12.960000038147px; line-height: 12.960000038147px;\">バージョンアップ作業開始...</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">最初の再起動</span></li>\r\n<li><strong><span style=\"font-size: 0.9em; line-height: 1em;\">画面が真っ黒のままから変わらない...</span></strong></li>\r\n</ol>\r\n<p>仕方がないので...リセットボタンを長押しで再起動したら、以前のバージョンへの復活モードになった。復活は何の問題もなく元通りになったけど、なぜかバージョンアップは順調に進まなかった。</p>\r\n<p>まあ、オンラインバンキングサイトがWindows10(というかMicrosoft Edge)に対応してないので、これはこれでよいかと思うことにした。</p>\r\n<p>うちの新しいデスクトップと、タブレットがWindows10なら、年内は様子を見てからクリーンインストールしようかと。</p>\r\n<p><span style=\"font-size: 0.9em; line-height: 1em;\">どうせ、未対応サイトはいっぱいあるし、クリーンインストールした方がきれいになるし、忘れずに1年以内にすべてのWindowsをバージョンアップ&hellip;(自信無)&nbsp;</span></p>','<p>後日、再度アップデートを試みたら、いくつかの問題点は有るもののアップグレードが出来た。</p>\r\n<p>残された問題点は、いくつかのアプリが正常に動作しないと言うこと。しかも、Windows標準の電卓アプリなどが動作しないので、再インストールも出来ず困っている。</p>',2,1982,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://www.microsoft.com/ja-jp/software-download/windows10\">Windows10のダウンロードサイト</a>',0,1,0,0,0,'2015-11-04 17:04:12','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070322_1818',3,0,'2007-03-22 18:18:00','朝練なのだ～',null,'<p>朝練に遅刻したくろねこです。</p>\r<p>朝6時に起きると(起こしてと)言ったのに、目覚ましセットし忘れていました♪<br />\rモーニングコールもマナーモードの為か、無反応でした。(起きられるときには、マナーモードのバイブ音でも起きられる)</p>','<p>で、inしたのが朝6:45分頃イベントマップを広場に向かって進んで行き、階段に近くで雑魚を倒していると階段を上がってきたのか、それとも湧いたのかそれは不明ですが虎が...<br />\r難なく倒してウィザードの杖をゲットですよ♪</p>\r<p>倒し終わった頃に放置だったまりにあから1：1が...<br />\r二人でイベントマップを駆け回りましたよ♪ほとんど貸し切り状態でした。朝8:25頃までの間に虎、豚あわせて10匹くらい狩ったでしょうか？<br />\r覚えてるだけでドロップはこんな感じ。\r<ul>\r    <li>ウィザード杖&times;2</li>\r    <li>パラディン剣&times;1</li>\r    <li>プリースト杖&times;1</li>\r    <li>ゼンストーン&times;2</li>\r</ul></p>\r<p>ノードロップも少なくなかったですが、こんなに調子がいいのは初日以来でした。<br />\rくろねこが手にした、ウィザード杖とプリースト杖はどう料理しましょうか？<br />\rプリースト杖はパーティメンバが使うと思うのでとっておいたとして、ウィザードの杖が確か4本くらいあると思います。パラ剣も2本ありますね。アサシン剣Ｒも2本ほどあるのですが...ゆかりにゃんが予約？してるようです。本当にアサシンになるのかな？緑化するんじゃないでしょうか？<br />\r緑化した方が地球環境に優しいと思いますよ。............　(; ﾟﾟ) ｺｯｿﾘ <br />\r緑化した場合にも、スカウターの弓は用意できますよ♪</p>',1,2332,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:26','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070323_0828',3,0,'2007-03-23 08:28:58','現地倉庫',null,'<p>冒険や狩りに出かけると、回復アイテムなどは消費して減っていく傾向にありますが、現地で取れるドロップアイテムは当然増える傾向にありますね。<br />\r増える量が多いか消費するアイテムが多いかは、マップやプレーヤーのレベルなどに影響されるわけですが、狩り場では増えることが多いと思います。逆に増えないと懐がかなり苦しくなります。<br />\r増えると持ちきれないので、帰るかもしくは他のキャラクタに預けることになりますが、預かる専用のキャラクタを配置する場合があります。現地倉庫です。</p>','<p>本日も現地倉庫から回復アイテムを受け取り、狩りをしてドロップアイテムを預ける。そんな事を繰り返していました。<br />\rただ、回復アイテムをもらいすぎたため、すぐに点滅して回数が多くなったことは内緒です。</p>\r<p>で、本日4回ほどそのような行為を繰り返したわけですが...<br />\r2回目、遠くからo(=￢ェ￢=)oジーーーッっと見ている、ナイトさんが居られんたんですが...<br />\rそれほど気にせずに、キャラ選択を介して同一IDのメインとサブを行き来して、くろねこのアイテムを果汁に渡そうと果汁がinしたら...<br />\ro(=￢ェ￢=)oジーーーッっと見ていたナイトさんが...くろねこのアキペンハンカーを...奪取!!!<br />\rGUNDAM GP02A を強奪されたトリントン基地＆ペガサス級強襲揚陸艦アルビオンのクルーよりはましなものの、軽くショック!!<br />\rそんなにお金に困っているのでしょうか？最近の前衛さんの貧困生活は幕末の浪人くらいなのかもしれません。<br />\rということで、くろねこの約18,000Kronを強奪したナイトさんには、機会があればスケルでもデリバリーしてあげたいなぁと。<br />\rうまくいけばドロップが出るかも!!!</p>\r<p>そして、そろそろ出勤なので最後にアイテム整理して落ちようと最後の交換を試みた際に、キャラ選択にいけずAccess Violation Error が発生。地面に放置したアイテム(宝石指輪&times;2、ミルク300)は消え、くろねこショック!!!<br />\r今回のショックはGP01とGP02の2機のGUNDAMを同時に失ったニナ・パープルトンくらいのショック!!!</p>\r<p>雑貨屋買い取り相場合計で、128,000Kronほどの損失を出してしまいました。<br />\rやはりシステムで想定された取引を行わないと、強盗/窃盗/強奪/奪取/バグにより資産を失う機会は多いようです。<br />\rお着替え式の透明ご祝儀ドロにも注意してくださいね♪</p>',1,2432,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070324_2020',3,0,'2007-03-24 20:20:59','くろねこ レベル115',null,'<p>くろねこ、本日風邪で寝込んでおりました。</p>\r<p>でも頑張って合間を見て経験値を稼ぎ...</p>','予定より大幅遅れでレベルアップ！<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/blackcat115-org.jpg\"><img height=\"420\" alt=\"くろねこ レベル115\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/blackcat115.jpg\" /></a>\r<p>今回も精神に+2ポイント、MPが2713になりました。<br />\rこれから般若さんの転職式です。機会があればレポートしますです♪</p>\r<p>赤剣は明日のクエスト終了後の予定です。クエストはパーティで夜冒険に行くのでそのときにでも♪</p>',1,2414,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/blackcat115-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070325_2304',3,0,'2007-03-25 23:04:02','まわる～まわる～よ　○○は回る',null,'<p>ガチャ500Bが実装されましたね。</p>\r<p>実のところあの傘と言いパオパオと言い興味を引かれるものではありませんでした。ところが...ロスト西で狩りをしているときある一つのマントが目に入りました。あのクエのマントにしては色が赤い...ロストだからか...と言い聞かせていたのですが、本日ゆうま氏が同じものを持っているのを見てそれがガチャ500Bの装備品であることが判明しました。<br />\r<img height=\"300\" alt=\"\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_gacha0.jpg\" /></p>','<p>ゆうま氏がそのヒーローマントを手にするために費やしたガチャは19回実に9,500-を投資したことになります。もう三次職も終わりなのに...いつ閉鎖されるかわからないゼネに金額を突っ込むのも？ と思いつつ、くろねこ翼も持っていないのでガチャって見ました。 <img height=\"180\" alt=\"\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_gacha1.jpg\" /><br />\r<img height=\"180\" alt=\"\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_gacha2.jpg\" /><br />\r<img height=\"180\" alt=\"\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_gacha3.jpg\" /><br />\r<img height=\"180\" alt=\"\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_gacha4.jpg\" /><br />\r<img height=\"180\" alt=\"\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_gacha5.jpg\" /><br />\r<img height=\"180\" alt=\"\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_gacha6.jpg\" /><br />\r3000XPも突っ込んでも出ないので... やめました。所詮、金は周りものといいますが運営に吸収されるだけなのでしょうか？</p>\r<p class=\"add\">追記<br />\r今朝回してみたら...<br />\r<img height=\"180\" alt=\"\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070326_gacha1.jpg\" /><br />\rパオパオイヤーでした。まんとだせゃ！(&there4;｀┏&omega;┓&acute;)/コラァー!!</p>',1,2930,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070326_1821',3,0,'2007-03-26 18:21:00','プチグラチェン',null,'<p>プチグラチェン</p>\r<p>くろねこプチグラチェンです。<br />\r本当のグラチェンはLv.117ですが、ペトラ寺院のクエストでもらえるLv.115クエ武器を装備すると、見た目が117&uarr;になっちゃうんですね♪<br />\rお寺の入り口でクエをするわけですが、クエをするには奥の部屋で取れるナピオン・ダークというアクセサリーが必要なわけです。でも、くろねこ2個持っていたので持参していったんですね。<br />\rもうお寺は100%誰かが浮くのでしばらく封印したいのですが、ゆうまさんは大好きなようです。</p>','<p>■書庫<br />\rということで、昨日はお昼の間に浮く分を稼ぐためにかりかりしてたわけですが...<br />\r14%ほど上がったところで、ななさんから書庫に行こうと...<br />\rイヤな予感はしたわけですが...結局参加の方向で...<br />\rで、最初人数がたくさんいたのですが、最後の方になるとひとり減り...二人減り...でななさんと劉くんと三人♪</p>\r<p>不吉な予感はここから始まった...</p>\r<p>すぐに赤クロックが見つかりバインディングで止めて...エナやってたら...<br />\r横の通路から青クロックが...青クロックと赤クロック背負いながら...雑魚処分...ってやってたけどそのうちミスって浮きそうだと青クロックにタゲしてバインディング!!!<br />\rって...赤クロックにかかってるし...<br />\rでちょっと移動して雑魚処分って思い直したけどなぜか青クロック叩いてるし...<br />\r召還どばーって出ちゃってLG装備しようとしたけど、昨日浮いた際に対策としてショートカットの変更を行ったのでLGの位置がすぐに出てこない...で回復もままならず浮いちゃった...<br />\r耐える選択をすべきか？</p>\r<p>で、青クロックは倒したけど赤クロックは見つからず、赤クロックが欲しいのに...<br />\r劉！赤クロック倒してる間、青クロックを背負う位しなさい！！<br />\r青クロックの攻撃くらい耐えられるでしょ！ﾌﾟﾝﾌﾟﾝ(自分の誤爆は無視か！)</p>\r<p>で、また赤クロックを発見したんだけど....音だけで位置がつかめない。<br />\rちょうど西の端の真ん中の広場だったんだけど、通路が広場の上下とすぐ西側に上下の道があってH型になってて、ねこは西に行く方向がたくさんで倒すのが精一杯なので...<br />\rくろねこ：「劉」<br />\rくろねこ：「&uarr;」<br />\rと上を劉くんに見てきてもらおうと思ったら...<br />\r予想外にねこの上の北側に行く道に行ってモンスターにたげられて...ういてもた～。<br />\rねことななさんも危なかったけど無事セーフ。<br />\rその間ねこがちょこっと動けたので、ねこの上見て<br />\rくろねこ：「みてきて」<br />\rくろなこ：「いた」<br />\rって「みてきて」が確定できてないから、次が話せないんだよね...＞＜；<br />\rやはり、冒険はスカイプです。<br />\r意図しない行動に対して、訂正が出来ない。</p>\r<p>ここで、劉くんがふてくされて落ちたので、解散。</p>\r<p>■海賊船<br />\rくろねこは、浮いたデスペナを解消するために船へ...</p>\r<p>で、船でスパたん発見！<br />\r浮いたことを説明して助けてもらうことに♪<br />\rで、最初はB2Fでちまちま狩ってたけど船倉に降りて補助付き、葉っぱ食い放題、まあるとスパがこれでもかっってくらい骨を集めてくれて何度か浮きそうになったけど、二時間弱(途中夕飯休憩あり)で7%弱上がりました。時給5～6%ありそう。<br />\rスパたん、まあるさんありがと♪<br />\r<img height=\"300\" alt=\"船1\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_ship1.jpg\" /><br />\r&uarr;この3倍くらいはいたときがあって、2回目容量いっぱいの時には、思わず「だめー」って入れちゃいました。<br />\r<img height=\"450\" alt=\"船2\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_ship2.jpg\" /></p>\r<p>■お寺ｗ<br />\r21:00～<br />\r赤剣をもらいにお寺まで...<br />\r竜巻まで順調に...そして赤剣を受け取ったくろねこに、試し切りは中でとゆうまさんが...<br />\r団体さんがいて人でボス部屋の手前のスペースが埋まってたんですね。<br />\rなのでくろねこ達は継ぎ目の部分で、かりかりしばらくすると...ビブロンズが！<br />\rくろねこボスが出たら、誤タゲによる誤爆で召還が出ないように一回退くようにしてます。<br />\rでも、前衛が下がったら...PON☆彡が浮いちゃってる...範囲か？範囲なのか？(結局理由はわからず)<br />\rで、一度下がっちゃったのでタゲはパタリロさんに...で耐えてもらってる間に雑魚が出てきたのでそっちを倒そうと思ったら...<br />\rパタさんにヒールをしてた3人が3人とも雑魚に行っちゃったので、パタさんヒール役がいなくて...パタさん逝っちゃった(/□≦、)エーン!!<br />\rで、ビブロンズは団体様に...そのままエナをぶち込んで戦闘態勢に(団体様の許可を得て♪)...<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070325_bibronze.jpg\"><img height=\"300\" alt=\"ビブャ??ズ\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_bibronze.jpg\" /></a><br />\rこんな感じで戦ってたけど...<br />\r途中でPON☆彡とﾘﾘｨ☆さん浮いちゃってる...パタさんもゆうまさんも浮いちゃってた。<br />\rやはり、お墓は結構きついですなぁ～</p>\r<p>ポリックスター、装備前後の変化のSSを撮ろうと思って撮ったつもりだったんだけど、取れてませんでした。<br />\rまた撮って別の機会にでもレポ予定♪</p>',1,2697,0,3,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070325_bibronze.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070327_1219',3,0,'2007-03-27 12:19:23','ビプロンズを倒せ',null,'昨日のエントリで書いたんですが、くろねこペトラ寺院のクエストを完了しました。<br />\rクエストの様子をSSでどうぞ♪','<p>クエはこの大怪我をした警備兵から受けます<br />\r<img height=\"310\" alt=\"クエはこの大怪我をした警備兵から受けます\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_polic0.jpg\" /><br />\r警備兵からクエを受けます<br />\r<img height=\"310\" alt=\"倒れるわけには…ってもう倒れてますけど？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_polic1-1.jpg\" /> <img height=\"310\" alt=\"くろねこに逝って来いと？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_polic1-2.jpg\" /> <img height=\"310\" alt=\"精気ですか...\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_polic1-3.jpg\" /> <img height=\"310\" alt=\"ちょっくら行ってきますか...\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_polic1-4.jpg\" /><br />\r無事ビブロンズを倒し、ナピオン・ダークを持ち帰ると...<br />\r<img height=\"310\" alt=\"そんな力が残ってたら、帰れませんか？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_polic2-1.jpg\" /> <img height=\"310\" alt=\"あの小さな鉱石からそんな大きな武器を...質量保存の法則は？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_polic2-2.jpg\" /> <img height=\"310\" alt=\"攻撃速度遅すぎなんですけど？\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070325_polic2-3.jpg\" /><br />\rで、ナピオン・ダークを持ち帰った後の2枚目のSSを撮ったときに思いました。スカウターとクレリックは？</p>\r<p>で、パタさんに聞いてみると、ダイさんがクエ武器をもらったとのことなので、クエは出来るみたいです。盗賊系になるのかな？するとクレリックも聖職者系でもらえるのかも！</p>\r<p>あと、これを見て最初に思ったこと、120レベルアクセと同様全部もらえるなら、コレクターとしてはあと5個ナピオン・ダークを集めてこないと...</p>',1,2563,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070328_1756',3,0,'2007-03-28 17:56:35','やっぱり使えなかった...とほほ...',null,'<p>まだ帰宅していないのですが...<br />\r今回のメンテナンスで効果が変わったとされる「ホワイトファイレン」ですが...<br />\r効果は、防御+20/魔法防御+14 だそうで...<br />\r防御はぬり壁なみ、魔法防御はじじい以下ということで、同時に装備したい向き以外には全く役に立たないものと判明。</p>\r<p>今回のクエストの「サクラオンザヘッド」。<br />\r効果は...最大HP+30/最大MP+20 とこれまた...</p>\r<p>無課金ゼニアン用でしょうか？</p>','',1,2306,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:14','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0064',3,0,'2007-03-29 17:23:00','[Delphi] コントロールの描画を中止','','<p>下記のコードでどの様なコントロールの描画も中止することが出来る。<br />\r結果は同じようだ。LockWindowUpdate の内部処理は、WM_SETREDRAW メッセージを送信してるんじゃないかな？</p>\r<ol>\r    <li>方法1\r    <pre class=\"brush: delphi;\">\r  LockWindowUpdate(DrawStopCtrl.Handle);\r  try\r    // 処理\r  finally\r    LockWindowUpdate(0);\r    DrawStopCtrl.invalidate;\r  end;\r</pre>\r    </li>\r    <li>方法2\r    <pre class=\"brush: delphi;\">\r  SendMessage(DrawStopCtrl.Handle, WM_SETREDRAW, 0, 0);\r  try\r    // 処理\r  finally\r    SendMessage(DrawStopCtrl.Handle, WM_SETREDRAW, 1, 0);\r    DrawStopCtrl.invalidate;\r  end;</pre>\r    </li>\r</ol>\r','',1,11432,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-03 01:29:16','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0065',3,0,'2007-03-29 17:29:00','[Delphi] インプレースエディタの取得','','<p>下記のようなコードでインプレースエディタを取得すると、グリッドの内容を編集中の場合だけなどに限定した処理が可能です。</p>\r<pre class=\"brush: delphi\">\rfunction GetGridEditor(Grid: Tc1UltGrid): TCustomEdit;\rvar\r  i: Integer;\rbegin\r  Result := nil;\r  for i := 0 to pred(Grid.ControlCount) do\r  begin\r    if (Grid.Controls[i] is TCustomEdit) then\r    begin\r      Result := TCustomEdit(Grid.Controls[i]);\r      exit;\r    end;\r  end;\rend;\r</pre>','',1,4259,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-13 10:36:11','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20150729_upgrade_to_win10',3,0,'2015-07-29 05:17:24','2015.07.29 Windows10 へのアップグレードはいつ？','','<p>本日、Microsoftの新OS Windows 10の正式公開日であるが、いつバージョンアップできるのであろうか？</p>\r\n<p>くろねこは複数のデバイスを所有しており、それぞれにアップグレード権もあるが、Windows 8.1で予約済みのものもあれば、Windows 10 Insider Previewに参加しているものもある。Windows 10 Insider Previewをインストールする際にHomeになっているものをProに変更したいという希望もあったりするのであるが、実現できるのか。など疑問は尽きないが...</p>\r\n<p>Windows 10へのアップグレードは順番待ちであるため、くろねこの順番はいつなのかということになる。順番はチェックできないようなので、ひたすら待つことになるがいつになったら順番<span style=\"font-size: 0.9em; line-height: 1em;\">が回ってくるのだろうか。</span></p>\r\n<p><span style=\"font-size: 0.9em; line-height: 1em;\">◆参考</span></p>\r\n<ul>\r\n<li><a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" href=\"http://www.useful-notes.com/windows10/windows10-upgrade-order/\">Windows10のアップグレードの順番が発表 | USEFuL NOTES</a></li>\r\n<li><a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" href=\"http://www.4gamer.net/games/276/G027669/20150703079/&quot;\">Windows 10の無償アップグレード順が明らかに。 - 4Gamer</a></li>\r\n</ul>','',2,2273,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.useful-notes.com/windows10/windows10-upgrade-order/\">Windows10のアップ',0,1,0,0,0,'2015-07-29 09:26:15','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070331_1142',3,0,'2007-03-31 11:42:58','くろねこ レベル116',null,'くろねこ Lv.116になりました<br />\rSS撮りたかったけどPC不調で取り損ねました＞＜；','',1,2276,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070401_2115',3,0,'2007-04-01 21:15:00','04/01 クルージング中に危うく？',null,'<p>グラチェンを控えて冒険よりもブログよりも経験値を稼ぎたいくろねこです。<br />\rせっかくコメントを頂いたのに返せていないので非常に恐縮です。</p>','<p>経験値を稼ぐため、日々船にてクルージングに出かけているわけですが、本日二度ほど浮き掛けました！？4/1だからといってうそな訳ではありません。残りMPが少ないのに、オーラーが切れかかってるのに、「最後の最後までMPを使って満タンにして...と効率よく稼ぎたい」という己の欲望が為に...スケルの群の中でオーラーが切れ･･･MPが無くなり･･･倒すよりも湧く早さが早く･･･いつの間にか浮きかけているそんな状況でした。</p>\r<p><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070401_2115_1.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070401_2115_2.jpg\" alt=\"\"></p>\r<p>そんなときどうするか？くろねこはまず回復しながらですが･･･</p>\r<ol>\r    <li>Alt+Eでアイテムウィンドウを開いて、LGを装備</li>\r    <li>回復しつつ葉っぱもりもり、オーラー詠唱</li>\r    <li>あとは、ジュース/クラウディ/葉っぱを食いながらひたすら叩く</li>\r</ol>\r<p>という感じでしょうか？今回は2回とも通りがかりの方に助けられました(/&nabla;≦＼)アチャ-!〃<br />\r<img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070401_2115_3.jpg\" alt=\"\"></p>\r<p>￣&nabla;)ゞｱﾘｶﾞﾄｫｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ♪<br />\r<span>そのときSSが撮れたので、</span>貼りつけました♪<br />\r助けてもらってこれならいけると確信してからなので、スケルもだいぶん減ってますが？</p>',1,2320,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070402_0155',3,0,'2007-04-02 01:55:08','04/01 またまた！？',null,'<p>またまた回線不調なくろねこです。その場にいるのに、フレンドにはIN/OUTを繰り返しているように見えます。くろねこは画面が真っ暗になったり/モンスターが一瞬消えたり/倒したはずのモンスターが表示されていたりします。さらに、周りの人が突然浮いている表示になったり(昨日はクレさんとななさんが)、くろねこ自身が浮いた表示になったりします。実際にはHPがあるので浮いていないわけですが。</p>','<p><a href=\"http://blog.blackcatlab.com/images/xo/xo070401_hparu_crc-org.jpg\"><img height=\"300\" alt=\"HPあるのに浮いてるよね？1\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070401_hparu_crc.jpg\" /></a> <a href=\"http://blog.blackcatlab.com/images/xo/xo070401_hparu_nana-org.jpg\"><img height=\"300\" alt=\"HPあるのに浮いてるよね？2\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070401_hparu_nana.jpg\" /></a></p>\r<p>前にも書きましたが自分自身がこうなると操作できないのでそのうち浮きます。回避する方法として一度落とす/ショップに行くというのがあるのですが、昨日ショップに行って帰って、直ったと思ったのですが、それを入力しようとして別のバグに気づきました。それは...チャットウィンドウがない！</p>\r<p><a href=\"http://blog.blackcatlab.com/images/xo/xo070401_no_chat_whindow-org.jpg\"><img height=\"300\" alt=\"チャットウィンドウがない\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070401_no_chat_whindow.jpg\" /></a></p>\r<p>これ、SSが撮れたのでまたSS貼りつけておきます。怖いですね...バグ。そういえば、昨日船倉でtahixさんが浮きました。入ったときに固まったようです。すぐ近くにいたのですが、自分自身が囲まれていたこと、パーティではないのでHPが見えなかったことなどから、お助けすることが出来ませんでした。</p>\r<p><img height=\"400\" alt=\"たひちゃん＞＜；\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070401_tahix.jpg\" /><br />\r悔やまれますね(≧▽≦;)アチャー</p>',1,2456,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070401_hparu_crc-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070401_hparu_nana-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070401_no_chat_whindow-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070402110940777',2,0,'2007-04-02 11:09:40','ユーザの新規登録に不具合が発生しています',null,'<p>現在、ユーザの新規登録手続きをすると、本来メールで送られてくるパスワードが送られてこない問題が発生しています。<br />\rこの問題が解決するまでユーザ登録は手動で行います。ユーザ登録手続きを行って頂いてから、サイト管理者が手動でパスワード設定とパスワードメールの送信をさせていただきます。</p>\r<p>お手数をおかけしますが、よろしくお願いいたします。</p>\r<p><em>※プログラムによる自動生成と判断したユーザ名はスパムと見なし、登録処理を行いませんのでよろしくお願いいたします。</em></p>','',1,2159,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:10','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('070402_logo_get',3,0,'2007-04-02 14:33:13','みんなも応募してNew PCをゲットしよう♪',null,'<p><a href=\"http://www.lookforlogo.jp/\">Microsoft でお得なキャンペーンが開催中！</a></p>\r<blockquote>Windows Vista ロゴ製品購入資金 10万円が毎月3名様に当たる ロゴでGET!キャンペーン 応募期間：2007年4月2日(月)～2007年6月30日(土) 今、Windows Vista協賛企業のホームページに隠されたWindows Vista認定プレミアムロゴ&ldquo;Certified for Windows Vista&rdquo;を3つ集めてキャンペーンに応募いただくと、抽選で毎月3名にWindows Vistaロゴ製品ご購入資金として10万円分のVISAギフトカードが、さらに期間中に応募いただいた方の中から抽選で1名に30万円分のVISAギフトカードが当たる！</blockquote>\r<p><a href=\"http://www.lookforlogo.jp/\">キャンペーンのページはこちらから</a></p>','',1,3190,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.lookforlogo.jp/\">Microsoft でお得なキャンペーンが開催中！</a>\n<a href=\"http://www.lookforlogo.jp/\">キャンペーンのページはこちらから</a>',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070405_2152',3,0,'2007-04-05 21:52:32','Xenepic Online Launcher',null,'<p>ゼネピックオンラインランチャー作りました♪<br />\r倉庫キャラと切り替えるときにいちいちログオフして、ログオンし直してゼネ立ち上げて...<br />\rもとのIDに戻すときにまた同じ操作を... 面倒ですね♪<br />\rPCが複数台あるお方は別にそれでも良いのかもしれないけど...<br />\r1台しかない人にはとても便利だと思います。今までページ保存で保存したページを切り替えてしていたのですが、これを作って楽になりました。もう元には戻れません(ってどこかの通販でしょうか？)</p>\r<p>■使い方<br />\rこのランチャー前もって設定しないと使えません。<br />\r1ID増える毎に2箇所書き換える必要があります。(最低でも1箇所)<br />\rホームページを編集できるぐらいの知識が必要です</p>\r<p>用意するもの<br />\r<ol><li>ランチャーのテンプレート(<a href=\"http://www.blackcat.xyz/filemgmt/index.php?id=15\">くろねこのサイトからダウンロード</a>)</li>\r<li>ゼネのホームページのhtmlファイル</li></ol></p>\r<blockquote>\r【ゼネのホームページのhtmlファイル】をどうやって作ったらいいかわからない人のためにまず、普通にログインします。<br />\r「名前を付けて保存」《Web ページ、完全 (*.html;*htm)》で保存します。<br />\r(IE6の場合...ファイル、IE7の場合...ページ、Firefoxの場合には保存せずそのままソース表示してください)</blockquote>\r<p>保存したファイルをメモ帳などで開きますおすすめはTeraPadです<br />\r開いたら検索機能を使って「HgRunPub.Exec」を探します。そして、見つかったらその1行をコピーします。</p>\r<p>同様にランチャーの方も、開いて「HgRunPub.Exec」を探します。ランチャーの方は10箇所あります。<br />\rメインIDを含めて10ID分登録できるようにしてあるからです。<br />\r登録したいメインもしくはサブの順番を見ながら該当の行に貼りつけます。<br />\rあわせて下のテーブルににIDの名前を書いたセルがありますので、そこも書き換えます(オプション)<br />\r書き換えたらできあがりです。<br />\rボタンを押すだけでゼネピックオンラインが立ち上がるようになります。</p>','<p>ここまで読んでお気づきの方も多いと思いますが...<br />\r以前の個人情報流出以降もこのシステムは全く変わっていません。普通パスワードは定期的に変更すべきです。たとえユーザがしなくても、システム的には変更可能でなければなりません。この辺がハンゲームのセキュリティの甘さというか、顧客軽視の社風が垣間見える部分です。<br />\rちなみにこの情報、インターネットを暗号化せずに流れていますので、知識と時間のある人間で同一ネットワークで誰かがゼネしていたら...そのID位はすぐに乗っ取れます。同一ネットワークでなかったら...工夫が必要ですね。</p>',1,7226,0,7,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/filemgmt/index.php?id=15\">くろねこのサイトからダウンロード</a>',0,1,1,0,0,'1999-11-30 00:00:03','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070406_value_of_id',3,0,'2007-04-06 13:01:43','オンラインゲームのIDの価値',null,'<p>オンラインゲームで作るIDの価値って一体どれくらいなんでしょうか？<br />人それぞれ価値観は違うと思うんですが、例えばくろねこがプレイしているゼネピックオンラインの場合、とあるIDでは1年半ほどの歳月をかけて育てたキャラがあるわけです。あとゲーム内通貨や、有料アイテム、有料アイテムを買うための通貨がIDには情報として存在します。<br />これらは実際のお金と直結しています。ゲーム内通貨はRMT可能ですし(利用規約でどの様にRMT規制しても、それは財産権の侵害とされています)。また有料アイテム、有料アイテムを買うための通貨はまさしくリアルマネーで買ったものです。<br />それでなくても、それぞれのキャラには思い入れもありますし、育てるのにかかった時間＝価値があります。</p>','<p>どうやらオンラインゲームを多数取り扱う「インターネットゲームポータルサイト」と自称するハンゲームは、この辺の事に関しかなり考えが甘いようです。というのも、ハンゲームのID(ハンゲームID)とパスワードを入力するページはなんのセキュリティも施されていないからです。<br />下記のURLはゼネピックオンラインのログインページですが...<br /><A\nhref=\"http://www.hangame.co.jp/publish/xo/index.asp\">http://www.hangame.co.jp/publish/xo/index.asp</A><br />URLを見てみましょう。最初がhttp://で始まってますね。httpというプロトコル(port\nno=80)で通信していることがここからわかるわけですが、このhttpというプロトコル実は暗号化されていないのです。暗号化で有名なSSL/TLSを使用しているとプロトコルはhttps(port\nno=443)になります。https://で始まるページは一応安心できるということになります。<br />(一応というのは暗号化している会社の証明書(＝暗号化キー)が偽物だったりする可能性があるわけです。)<br />ところで、ハンゲームで暗号化されているのは実はくろねこの知る限りハンコイン(＝ハンゲーム内で使用できる通貨)を買うときだけです。ゼネピック内のゲーム内有料通貨Xenepicポイントを購入する際に、暗号化されていたかどうか定かではありません。<br />このハンゲームIDは暗号化されないまま、インターネットを流れています。暗号化されていない情報(＝パケット)が流れてると、パケットモニタを使ってハンゲームIDとパスワードは簡単に盗まれてしまうわけです。だからハンゲームIDは定期的に変更しなければなりません。メインのID位は月1回くらいは変更する方がいいでしょう。IDが盗られてしまえばパスワードは書き換えられてしまうかもしれませんが、インターネットの膨大なパケットを全て監視するのは無理ですし、そもそも全パケットが自宅に送られてきているわけではありません。なので盗られることが頻繁に起こっているわけではなさそうです。<br />でも、ネットカフェ(漫画喫茶)やアパートの共用回線などの環境はルータまでが1つのネットワークで、1台のPCからでたパケットが全てに配信されてる場合があるようです。このような場合にはIDとパスは盗られる可能性があります。ご注意ください。</p>\n<p>ところでハンゲームIDは変更可能ですよね。IDを変更することでずっと使われる事は無いわけです。<br />\nしかし、ハンゲームではハンゲームID以外に、M2IDと言うものが存在しているようです。<br />\n以前、ハンゲームのゼネピックオンラインで個人情報流出の際に、ハンゲームID以外にログインページからゲームを起動する際に別のIDを利用していてこれが漏れる事件がありました。この漏れたIDがM2IDだと思われます。<br />\nこのM2IDユーザ側では変更できません。しかもこのIDをインターネットに流す際にも暗号化していません。それどころか先ほどのURLこれ自身にIDは埋め込まれています。<br />\nということでページを保存するとIDも保存できてしまいます。複数の人が使うPCではキャッシュからIDとパスワードを抜き取ることが可能なんですね。(条件が合えばインターネットから抜くことも可能だと思います。)<br />\nこのパスワードいつ変更されるかというと、個人情報流出の際に一度変更されたきり一度も変更されていません。<br />\nかなりセキュリティに甘い企業と言えそうです。</p>\n<p>もし、あなたが誰にもIDとパスを教えていないのにIDを不正使用されたら...<br />\nそして、どうしても取り返したいなら...<br />\nNHN Japanのセキュリティへの取り組みの甘さを裁判で指摘して損害賠償と現状の復旧を請求するのが良いかもしれません。<br />\n100%取り返せなくとも、何割かは取り返せるものと思われます。<br />\nだって、今までにもゼネピックオンラインの運営は不法行為を行っていますし....</p>',1,5454,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070406_2217',3,0,'2007-04-06 22:17:00','04/06 くろねこ グラチェン',null,'<p>くろねこがとうとうグラチェンしました。<br />\r今回は結構たくさんの方に羽を見ていただきました♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070406_2217_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070406_2217_1.jpg\" alt=\"\"></a></p>','<p>その直前にまたまた浮きそうだったことは内緒です♪</p>',1,3369,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070406_2217_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070407_OhanamiKasahara',3,0,'2007-04-07 17:12:46','桜2007 in 笠原桜公園',null,'<p>滋賀県守山市笠原にある、笠原桜公園で撮影しました。<br />\rこの記事は非常に画像データが重いため、しばらくの後削除します。</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_1_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_1.JPG\" alt=\"\"></a></p>','<p><a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_2_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_2.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_3_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_3.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_4_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_4.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_5_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_5.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_6_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_6.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_7_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_7.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_8_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_8.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_9_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_9.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_10_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_10.JPG\" alt=\"\"></a><br />\r</p>',1,2810,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_1_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_2_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_3_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_4_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_5_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_6_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_7_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_8_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_9_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070407_OhanamiKasahara_10_original.JPG\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:49','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070408_0112',3,0,'2007-04-08 01:12:06','04/08 IN出来ん',null,'<p>1時頃からインできませんね(+。+)アチャー。<br />\r<br />\rストロベリーではみんなインできないようです。<br />\rチェリーはOKですね</p>','',1,2185,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070408_1820',3,0,'2007-04-08 18:20:48','04/08 キャラクター選択にいけない',null,'<p>昨日に引き続きおかしな現象が・・・<br />\r<br />\r6:00過ぎにインしたのですが...<br />\rフレンドリストが誰もいなくというかカテゴリ分けすらなく、終了してもう一度と思ったのですが、キャラクター選択にもいけず、ゲームを終了することすら出来ません。(ちなみに海賊船だったのですがモンスターの表示が一部化けていました)</p>\r<p>強制終了とインを繰り返したのですが、ID/キャラクターに係わらず同様の現象が発生しています。</p>\r<p>フレンドに登録していただいた皆さん。直らなかったらもう一度フレンド登録をお願いしますね。</p>\r<p>ちなみに、上記の現象はストロベリーだけです♪</p>','<p class=\"add\">追記<br />\rフレンドが見えないのは、&quot;オフライン&quot;に成っているからでしょうか？<br />\r&quot;オンライン&quot;にも変更できないですけど？</p>',1,3059,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070410_OhanamiKusatsuRev',3,0,'2007-04-10 16:55:08','桜2007 in 草津川堤防',null,'<p>滋賀県草津市にある、草津側堤防で撮影しました。<br />\rこの記事は非常に画像データが重いため、しばらくの後削除します。</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_1_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_1.JPG\" alt=\"\"></a></p>','<p><a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_2_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_2.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_3_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_3.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_4_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_4.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_5_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_5.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_6_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_6.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_7_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_7.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_8_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_8.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_9_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_9.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_10_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_10.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_11_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_11.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_12_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_12.JPG\" alt=\"\"></a><br />\r</p>',1,2366,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_1_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_2_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_3_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_4_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_5_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_6_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_7_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_8_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_9_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_10_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_11_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20070410_OhanamiKusatsuRev_12_original.JPG\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0066',3,0,'2007-04-11 11:35:25','[Delphi] 大文字・小文字変換の関数(Delphi)','','<p><em>⚠⚠⚠ 注意！：この記事はUnicode対応する前のDelphiが対象です。⚠⚠⚠</em></p>\r\n<p>TEditのCharCaseプロパティ、AnsiUpperCase/AnsiLowerCase についてDBCSはその処理の対象外であると思いこんでいたが、的がはずれて結構時間を費やしてしまったので備忘録としてまとめておく。<br />ちなみに、MBCS(DBCS)対応でSBCSのアルファベット(ASCII)部分のみ変換する関数は、<em>Ansi～FileName</em>関数であった。<br />TEditのCharCaseプロパティには、そのような動作を指定できる値がないため、別途KeyPressなどで処理をする必要がある</p>\r\n<pre class=\"brush:delphi\" title=\"小文字&rarr;大文字変換\">procedure TfrmXXXXX.InplaceEditorKeyPress(Sender: TObject; var Key: Char);\r\nbegin\r\n  // 小文字&rarr;大文字変換例\r\n  if Key in [\'a\'..\'z\'] then Key := Char(Ord(Key)-$20);\r\nend;\r\n</pre>','<h3>小文字&rarr;大文字変換</h3>\r\n<p>アルファベットの大文字・小文字を変換する関数についてまとめておく。まず、小文字を大文字に変換する方から。</p>\r\n<table>\r\n<tbody>\r\n<tr align=\"middle\"><th colspan=\"3\">関数</th><th colspan=\"4\">変換の結果</th></tr>\r\n<tr align=\"middle\"><th>引数の型</th><th>ロケールの影響</th><th>関数名</th><th>\'abc\'<br />(1Byte)</th><th>\'ａｂｃ\'<br />(2Byte)</th><th>\'&omega;\'</th><th>\'クロネコ\'</th></tr>\r\n<tr align=\"middle\"><th rowspan=\"2\">PChar</th>\r\n<td>なし</td>\r\n<td>StrUpper</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td>\'ａｂｃ\'</td>\r\n<td>\'&omega;\'</td>\r\n<td class=\"red\">\'クロキコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td>あり</td>\r\n<td>AnsiStrUpper</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td class=\"red\">\'ＡＢＣ\'</td>\r\n<td class=\"red\">\'&Omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\"><th rowspan=\"3\">string</th>\r\n<td>なし</td>\r\n<td>UpperCase</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td>\'ａｂｃ\'</td>\r\n<td>\'&omega;\'</td>\r\n<td class=\"red\">\'クロキコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td rowspan=\"2\">あり</td>\r\n<td>AnsiUpperCase</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td class=\"red\">\'ＡＢＣ\'</td>\r\n<td class=\"red\">\'&Omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td>AnsiUpperCaseFileName</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td>\'ａｂｃ\'</td>\r\n<td>\'&omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>2Byteカタカナや漢字の一部は、そのTrailByte(2Byte目)がSingleByte(英小文字1Byte目)の範囲にあるため、StrUpper や UpperCase を使うと文字化けを起こす。それを避けるには AnsiStrUpper などを使う。これは、ギリシャ文字やロシア文字についても正しく変換を行う。</p>\r\n<h3>大文字&rarr;小文字変換</h3>\r\n<p>続いて、大文字を小文字に変換する方もまとめておく。</p>\r\n<table>\r\n<tbody>\r\n<tr align=\"middle\"><th colspan=\"3\">関数</th><th colspan=\"4\">変換の結果</th></tr>\r\n<tr align=\"middle\"><th>引数の型</th><th>ロケールの影響</th><th>関数名</th><th>\'ABC\'<br />(1Byte)</th><th>\'ＡＢＣ\'<br />(2Byte)</th><th>\'&Omega;\'</th><th>\'クロネコ\'</th></tr>\r\n<tr align=\"middle\"><th rowspan=\"2\">PChar</th>\r\n<td>なし</td>\r\n<td>StrLower</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td>\'ＡＢＣ\'</td>\r\n<td>\'&Omega;\'</td>\r\n<td class=\"red\">\'ハロネビ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td>あり</td>\r\n<td>AnsiStrLower</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td class=\"red\">\'ａｂｃ\'</td>\r\n<td class=\"red\">\'&omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\"><th rowspan=\"3\">string</th>\r\n<td>なし</td>\r\n<td>LowerCase</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td>\'ＡＢＣ\'</td>\r\n<td>\'&Omega;\'</td>\r\n<td>\'ハロネビ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td rowspan=\"2\">あり</td>\r\n<td>AnsiLowerCase</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td class=\"red\">\'ａｂｃ\'</td>\r\n<td class=\"red\">\'&omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td>AnsiLowerCaseFileName</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td>\'ＡＢＣ\'</td>\r\n<td>\'&Omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>2Byte文字を含む文字列に対して StrLower や LowerCase を使うと、先と同様の理由で文字化けを起こす場合がある。このためAnsiStrLower など、2Byte文字に対応している関数を使用する。</p>\r\n<p>※Unicode版DelphiでPWideString,WideStringにて動作確認してみたら、上記の結果と異なりUpperCase、LowerCaseが正しく動作することを確認できた。<br />ただし、PAnsiString,AnsiStringに対しては従来通りだった。</p>\r\n<p><strong>小文字&rarr;大文字(PWideChar/WideString)</strong></p>\r\n<table>\r\n<tbody>\r\n<tr align=\"middle\"><th colspan=\"3\">関数</th><th colspan=\"4\">変換の結果</th></tr>\r\n<tr align=\"middle\"><th>引数の型</th><th>ロケールの影響</th><th>関数名</th><th>\'abc\'<br />(1Byte)</th><th>\'ａｂｃ\'<br />(2Byte)</th><th>\'&omega;\'</th><th>\'クロネコ\'</th></tr>\r\n<tr align=\"middle\"><th rowspan=\"2\">PWideChar</th>\r\n<td>なし</td>\r\n<td>StrUpper</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td>\'ａｂｃ\'</td>\r\n<td>\'&omega;\'</td>\r\n<td class=\"red\">\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td>あり</td>\r\n<td>AnsiStrUpper</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td class=\"red\">\'ＡＢＣ\'</td>\r\n<td class=\"red\">\'&Omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\"><th rowspan=\"3\">string<br />(WideString)</th>\r\n<td>なし</td>\r\n<td>UpperCase</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td>\'ａｂｃ\'</td>\r\n<td>\'&omega;\'</td>\r\n<td class=\"red\">\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td rowspan=\"2\">あり</td>\r\n<td>AnsiUpperCase</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td class=\"red\">\'ＡＢＣ\'</td>\r\n<td class=\"red\">\'&Omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td>AnsiUpperCaseFileName</td>\r\n<td class=\"red\">\'ABC\'</td>\r\n<td>\'ａｂｃ\'</td>\r\n<td>\'&omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>大文字&rarr;小文字(PWideChar/WideString)</strong></p>\r\n<table>\r\n<tbody>\r\n<tr align=\"middle\"><th colspan=\"3\">関数</th><th colspan=\"4\">変換の結果</th></tr>\r\n<tr align=\"middle\"><th>引数の型</th><th>ロケールの影響</th><th>関数名</th><th>\'ABC\'<br />(1Byte)</th><th>\'ＡＢＣ\'<br />(2Byte)</th><th>\'&Omega;\'</th><th>\'クロネコ\'</th></tr>\r\n<tr align=\"middle\"><th rowspan=\"2\">PWideChar</th>\r\n<td>なし</td>\r\n<td>StrLower</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td>\'ＡＢＣ\'</td>\r\n<td>\'&Omega;\'</td>\r\n<td class=\"red\">\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td>あり</td>\r\n<td>AnsiStrLower</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td class=\"red\">\'ａｂｃ\'</td>\r\n<td class=\"red\">\'&omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\"><th rowspan=\"3\">string<br />(WideString)</th>\r\n<td>なし</td>\r\n<td>LowerCase</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td>\'ＡＢＣ\'</td>\r\n<td>\'&Omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td rowspan=\"2\">あり</td>\r\n<td>AnsiLowerCase</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td class=\"red\">\'ａｂｃ\'</td>\r\n<td class=\"red\">\'&omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n<tr align=\"middle\">\r\n<td>AnsiLowerCaseFileName</td>\r\n<td class=\"red\">\'abc\'</td>\r\n<td>\'ＡＢＣ\'</td>\r\n<td>\'&Omega;\'</td>\r\n<td>\'クロネコ\'</td>\r\n</tr>\r\n</tbody>\r\n</table>',2,15355,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2023-07-14 10:53:02','html',0,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070414_1637',3,0,'2007-04-14 16:37:17','04/14 くろねこ レベル118に',null,'<p>長い間ブログを放置していました、すいません<br />\rくろねこ Lv.118になりました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070414_1637_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070414_1637_1.jpg\" alt=\"\"></a><br />\rLv.121 迄は頑張ってあげたいと思います。</p>\r<p>今日は、lessonさんとぐみさんが羽を伸ばす予定です。<br />\rさらにぐみさんは転職予定です。見逃さないようにしないと♪</p>','',1,2091,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070414_1637_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070416_1817',3,0,'2007-04-16 18:17:32','04/16 くろねこ書庫で浮く',null,'<p>くろねこ、浮いちゃいました...(/□≦、)エーン!!</p>\r<p>朝、そろそろ出勤前というとき、PTチャットでゲルさんから安地前にクロックがいると聞き、リタスクで書庫に飛んだら...<br />\rいたんですよ赤クロック！<br />\rまあ、それは当然のこととして....問題はその数....2匹もいたんですね</p>','<p>叩いて召還を出して...召還処理ってやっていたのですけど、赤クロック2匹もいるとなかなか叩きにくい。<br />\rちゃんと分離すれば良かったのですけど、時間が無くそんな感じで繰り返していたら、画面に1匹しか見えなくなったので、叩いて召還を出して...絶望側でオーラーしてきて戻ったら、やっぱり1匹だったので当然さっき召還を出したクロックだと思いきや...</p>\r<p>まだ召還を出していないクロックでした...☆⌒&Sigma;(≧д≦)ゝｲﾃｯ!<br />\rちょこっと耐えていたのですが、そこに赤クロック!!!範囲が来て...召還も何度も出しているので1匹分の召還ではなかったみたいですね...</p>\r<p>予想しない出来事に浮いちゃいました(/&nabla;≦＼)ｱﾁｬ-!ﾐﾃﾗﾝﾅｲ</p>\r<p>まぁ、絶望側に行った際にLG装備したのでデスペナは3%、朝起きて2%稼いでいたので朝練の収支は-1%となりました。</p>\r<p>今日は帰宅後ノルマ13%稼がないといけないようです。(〒＿〒)ウウウ</p>',1,2373,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('welcome',2,0,'2007-04-17 18:02:42','Geeklogへようこそ!',null,'<p>無事インストールが完了したようですね。おめでとうございます。できれば、<a href=\"docs/japanese/index.html\">docs ディレクトリ</a>のすべての文書に一通り目を通しておいてください。Geeklogはユーザーを中心としたセキュリティモデルを実装しています。Geeklogを管理・運用するにはこの仕組みを理解する必要があります。</p>\n<p>サイトにログインするには、次のアカウントを使用してください:</p>\n<p>ユーザー名: <strong>Admin</strong><br />\nパスワード: <strong>password</strong></p><p><strong>ログインしたら、忘れずに<a href=\"http://www.blackcat.xyz/usersettings.php?mode=edit\">パスワードを変更</a>してください。</strong></p><p>Geeklogのサポートは、<a href=\"http://www.geeklog.jp\">Geeklog Japanese</a>へ。追加ドキュメントは <a href=\"http://wiki.geeklog.jp\">Geeklog Wiki ドキュメント</a>をどうぞ。</p>','',1,100,1,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0067',3,0,'2007-04-19 13:43:10','[Delphi] マウスイベントの発生順序','','<p>マウス関連イベントの発生順序は直感的に想像する順序と異なります。<br />\rくろねこの直感ではダブルクリックを行った場合のイベントの発生順序を以下のどちらかであると考えていました。</p>\r<ol>\r    <li>MouseDown</li>\r    <li>MouseUp</li>\r    <li>Click</li>\r    <li>MouseDown</li>\r    <li>MouseUp</li>\r    <li>DblClick</li>\r</ol>\r<p>又は</p>\r<ol>\r    <li>MouseDown</li>\r    <li>Click</li>\r    <li>MouseUp</li>\r    <li>MouseDown</li>\r    <li>DblClick</li>\r    <li>MouseUp</li>\r</ol>\r<p>しかし実際は、以下のような順序でした。</p>\r<ol>\r    <li>MouseDown</li>\r    <li>Click</li>\r    <li>MouseUp</li>\r    <li>DblClick</li>\r    <li>MouseDown</li>\r    <li>MouseUp</li>\r</ol>\r<p>なんで、このような順序になるのですかね．</p>','',1,10223,0,1,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-09-27 01:09:23','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20070420195857590',2,0,'2007-04-20 19:58:57','ユーザ登録メールが送信されるようになりました',null,'<p>ユーザ登録時に送られるはずのパスワード通知メールが送信されなかった件ですが、本日送信されるようになりました。</p>\r<p>現在、メールの件名・本文ともに&ldquo;ISO-2022-JP&rdquo;でエンコードしていますが、文字化けする方は表示方法を変更してみてください。</p>','',1,1991,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:49','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070423_1300',3,0,'2007-04-23 13:00:20','4/16～4/22 一週間で40%超える...',null,'<p>くろねこです。<br />\n前回のエントリからまたもや1週間がすぎてしまいました。<br />\nなぜこのようにブログの更新が滞ってしまったか、その理由の一つを書きます。タイトルをみてわかる方はわかると思うのですが...<br />\n先週月曜日にクロックとその召還で憂き目にあってから、今週日曜までの７日間くろねこのデスペナは40%を超え、三次職になってからデスペナ統計を取り始めのちから160%を超えました。<br />\n特に、昨日からは新手のバグも発生し(本日朝も発生)、急いで落としたのですが間に合わず...10%</p>\n<p>デスペナ分取り戻したところでゆうま氏からお墓に出陣命令が下り出陣したら、まりにあがお茶碗洗ってて待ってる間に稼ごうとしたらちょっと増えてきたので帰ろうとしたら安地前にどっちゃりいたというおきまりのパターンでしたｗ</p>\n<p>この一週間稼げた日で、1日3%位でしょうか？そろそろGW開けにLv.121という目標は、イエローシグナルが点灯中です。<br />\nというわけで、GWはどこにも冒険に行かないことにしました。現在の狩り場である船以外のダンジョンは行かないことにします。(あー、でも船バグが多いからロストの方がいいかな？)</p>','',1,3028,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070424_1255',3,0,'2007-04-24 12:55:00','04/24 効率的な職業構成によるボーナス調査',null,'<p>近く効率的な職業構成によるボーナス調査を行う。<br />\rこれは、先日のメンテナンスで導入されたボーナスへの調査である。2段階のボーナスが実装されているが2段階とも調査を行う。</p>\r<ol>\r    <li>職業4系統(戦士/盗賊/聖職者/魔術師)を揃えた場合</li>\r    <li>4系統＋ゼニアンを揃えた場合</li>\r</ol>','<h3>4系統ボーナス調査</h3>\r<p>＋ゼニの調査も同じであるが、調査を簡単にするためアクティブがいないマップで行う。<br />\rただ、一次転職を行うとレベルも31となり一匹のモンスターから得られる経験値では小数点第二位以下の要素が大きく影響するためある程度の数を倒すことで誤差をより少なくする。現在の構想ではパープルスライムがレベル31で0.016程度のようなので50匹程度倒すことで調査を行う予定。(Lv.31ゼニアン x3使用時...20匹で経験値0.97取得)<br />\r調査時には最初の起点を明確にするため、戦闘不能になりデスペナで <strong>Lv.31 0.00%</strong> となったキャラクターで計測する。</p>\r<p>条件1：</p>\r<ul>\r    <li>パープルスライム50匹&times;調査参加キャラクタ数(4) ＝200匹</li>\r    <li>計測キャラクタはLv.31 0.00%(非計測キャラクタを含め、調査終了時にLevel UPしないこと)</li>\r</ul>\r<p>このほか、PTボーナスの際には安地にいるキャラクタはボーナス計算・付与両対象外であった。しかし<strong>効率的な職業構成によるボーナス</strong>については、ＰＴを構成するメンバが安地におりフィールド上のメンバのみで4系統を満たさない場合でもＰＴのステータス表示欄のボタンが点滅していることから、職業構成ボーナスが適用されている可能性がある。このため、計測対象以外の3キャラについて安地にいる場合について調査を行う。</p>\r<p>条件2：</p>\r<ul>\r    <li>パープルスライム50匹</li>\r    <li>計測キャラクタはLv.31 0.00%(非計測キャラクタを含め、調査終了時にLevel UPしないこと)</li>\r</ul>\r<table width=\"400\">\r    <caption>経験値取得テーブル</caption>\r    <tbody>\r        <tr>\r            <th>№</th>\r            <th>人数</th>\r            <th>ソロ</th>\r            <th>PTボーナス<br />\r            適用時(A)</th>\r            <th>構成ボーナス<br />\r            適用時(B)</th>\r            <th>構成ボーナス<br />\r            単体(B-A)</th>\r        </tr>\r        <tr>\r            <th class=\"num\">1</th>\r            <td class=\"num\">4</td>\r            <td class=\"num\">0.80</td>\r            <td class=\"num\">1.05</td>\r            <td class=\"num\">？</td>\r            <td class=\"num\">？</td>\r        </tr>\r        <tr>\r            <th class=\"num\">2</th>\r            <td class=\"num\">1(4)</td>\r            <td class=\"num\">0.80</td>\r            <td class=\"num\">0.80</td>\r            <td class=\"num\">？</td>\r            <td class=\"num\">？</td>\r        </tr>\r    </tbody>\r</table>\r<p>モンスターの湧きが著しく乏しい場合は、計画を縮小し25匹(1/2)する。テーブルの獲得予想経験値も1/2する。</p>\r<h3>＋ゼニボーナス調査</h3>\r<p>基本的な方法は4系統ボーナスの際と同様である。</p>\r<p>条件3：</p>\r<ul>\r    <li>パープルスライム50匹&times;調査参加キャラクタ数(5) ＝250匹</li>\r    <li>計測キャラクタはLv.31 0.00%(非計測キャラクタを含め、調査終了時にLevel UPしないこと)</li>\r</ul>\r<table width=\"400\">\r    <caption>経験値取得テーブル</caption>\r    <tbody>\r        <tr>\r            <th>№</th>\r            <th>人数</th>\r            <th>ソロ</th>\r            <th>PTボーナス<br />\r            適用時(A)</th>\r            <th>構成ボーナス<br />\r            適用時(B)</th>\r            <th>構成ボーナス<br />\r            単体(B-A)</th>\r        </tr>\r        <tr>\r            <th class=\"num\">3</th>\r            <td class=\"num\">5</td>\r            <td class=\"num\">0.80</td>\r            <td class=\"num\">1.13</td>\r            <td class=\"num\">？</td>\r            <td class=\"num\">？</td>\r        </tr>\r    </tbody>\r</table>',1,3044,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070425_kokumin-touhyou-houan',3,0,'2007-04-25 02:05:15','うちのトップはどうしてこう…(国民投票法案)',null,'<p>まず、我が国のトップといえば実質的に阿部首相か、そして今阿部がやっていることと言えば「国民投票法案」の早期成立へ向けた活動である。しかしながら、テレビも見ないくろねこにはこの法案の内容がよくわからない。<br />\rそこで、ネットを調べてみよう。<br />\r</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/20070425_kokumin-touhyou-houan_1_original.gif\" title=\"元のサイズの画像を表示\"><img width=\"510\" height=\"512\" src=\"http://www.blackcat.xyz/images/articles/20070425_kokumin-touhyou-houan_1.gif\" alt=\"\"></a></p>\r<ul>\r    <li>国民投票法案 - Wikipedia</li>\r    <li>本当は恐ろしい国民投票法</li>\r    <li>国民投票法とは - はてなダイアリー</li>\r</ul>\r<p>...と、みつかる。</p>\r<p>Wikipedia を見ると非常に良く国民投票法案がわかる気がする。氷山の一角なんだろうが...<br />\rいつもの淡々とした説明の後に、今回は著者の思いが記載されているようだ。国民投票法案の問題点を指摘し、その対応案も記載されている。なるほど、この文章を読む限り問題点と対策は納得できる。ただ、他に問題点がなければなのであるが。</p>\r<blockquote>そして、自民党にとっては「企業献金規制法」のような金権選挙排除法案が、共産党などの提案で、国民投票で可決されたら大打撃なので、国民投票法を「一般重要法案も含めた形態」で定めることや、「発議議員数を100人から10人に引下げる事」は現在の自民党にとって「到底受け入れ不能の無理難題」なのは日本政治の現実といえる。ただし、他の西側民主主義国の国民投票法は「一般重要法案も対象に含めた形態」が標準であり日本がずれているとも言える。\r<p>&nbsp;</p>\r<p>また「一般重要法案を対象に含める事を無理難題と感じる、現在の自民党側の感覚自体が既におかしい。『圧力団体の政治献金や組織票と組まなくては選挙に勝てない、圧力団体依存選挙』の垢にまみれて、組織票にもカネにもならない無党派大衆の意向は無視・民主主義は所詮建前という、感覚麻痺・国民主権軽視、に陥っている。『多数の一般大衆を向いた政治』という民主政治の理想を忘れるべきではない。自民党は企業献金と決別して一旦議席を減らそうとも真の民主的保守政党として再出発し日本を領導すべきである」という保守派からの批判もある。</p>\r</blockquote>\r<p>まさしく、その通りだと思う。<br />\r発議議員数が少なすぎると、どうでも良い法案が一時の衝動で国民投票されてしまうという問題点があるし、多すぎても法案の意味が無くなるし、大多数の政党だけが使えるオプションとなる。自民党有利か？<br />\r一般重要法案も対象に含められることで、くろねこが普段感じている政治からの疎外感が拭えるのかもしれない。「一括投票方式を分割方式に修正する」と文中にあるが、一括投票方式っていつもの選挙と同じだと思う。郵政民営化の時だとそれ以外にも選ぶ理由があったはずなのに、自民党が勝てば郵政民営化賛成の民意があるととらえられてしまう。郵政民営化に同意できなくてもそのほかの理由で投票した人もいるはずなのに...少数派なのか？</p>\r<p>国民投票法案の「条文を内容の纏まりごとに分割して可否を問う形に国民投票法案を修正する」という部分、どこまで細かくするかという問題。この部分の解釈にまた政治的恣意が絡むことはないのであろうか？<br />\r法案の○条○項というように項毎に賛否を問う形が良いように思う。それでも、どこまでを1項に含めるかという部分において、政治家の恣意が左右する可能性はあるわけであるが...</p>\r<ul>\r    <li>本当は恐ろしい国民投票法 </li>\r    <li>国民投票法とは - はてなダイアリー </li>\r</ul>\r<p>については、明らかに国民投票法案に反対と思われる人物が書いているだけあって内容に偏りがある。しかも、根拠が不明であったり問題の一部しかとらえられていない典型的な例なのではないかと思う。</p>\r<p>この法案、もっと審議されることが望ましいと思う。物事には賛否両論が付き物であるが、まだまだ審議がこなれていないと思うし、民意は反映されていない。</p>',1,2848,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20070425_kokumin-touhyou-houan_1_original.gif\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20070425_touyoucho',3,0,'2007-04-25 02:19:44','うちのトップはどうしてこう…(東洋町)',null,'<p>国のトップではないのであるが、経産省のトップを疑いたくなる問題。</p>\r<blockquote>甘利経産相は「テレビを見ると、核のごみを引き受けると、汚染の危険性が地域全体にあるみたいなことを言う人もいる」と指摘。処分場について「安全性は１２０パーセント確保されている」と断言した。</blockquote>\r<p>とされている。120%というのは国側が持つスローガンであって真実ではない。安全性の根拠も示されているとはとうてい言えない。それが今回の選挙に反映していて、決して「誤解の結果」であるはずがない。有権者の不安が反映してると考えられる。誤解があるとすれば、甘利の頭にある「安全性は１２０パーセント確保されている」もしくは「金で民意は買える」という部分であろう。</p>\r<p>世界的に見ても、「高レベル廃棄物をガラスで固め地下深く埋める最終処分は実証されておらず、半永久的な管理が必要なだけに安全性への不安は尽きない」というのが現実であって、この状態で受入を求めるのは臨床試験の済んでいない新薬を(なんの安全性の説明もなしに)受け入れるようなもの。</p>\r<p>前町長の強引な方法にはどこからか個人的に金銭を受け取っていなかったかという疑問も湧いてくる...<br />\rそろそろ、原子力発電ベースから太陽光発電ベースに国策を乗り換えようよ。太陽光発電の方が安全でしょ？出力に問題があるのだろうけど...それとも電力供給以外に原子力で行わないといけない何かがあるのか？</p>','',1,2838,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070425_1805',3,0,'2007-04-25 18:04:53','04/25 職業が増えた',null,'<p>クレリックの前にプレディクターが、スカウターの前にアーチャーが増えましたね。<br />\rこれにより、職業の系統が4&rarr;6に増えました。<br />\rということは...</p>\r<p>ということは......</p>\r<p>効率的な職業の構成ボーナスは6職業になるのかな？<br />\rアナウンスがないので当面そのままのようですが、増えると大変ですね。<br />\rキャラクタスロットが3&rarr;5に増えるとかで、倉庫キャラが増えて移動できないアイテムの管理が楽になりますね。<br />\r倉庫に入りきらないくらいたくさんあるので...</p>','',1,2712,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070426_1233',3,0,'2007-04-26 12:33:28','04/25 メンテ内容',null,'<p>2007/04/25 メンテ</p>\r<p>今日のメンテ内容は多いのか少ないのか？発表内容は多いけど、実際のメンテは5/2というのが多いｗ</p>\r<h3>本日のメンテ内容</h3>\r<dl><dt>新規有料アイテム｢<a href=\"http://www.blackcat.xyz/article.php/xo_Item_200704Hukubukuro\">GW福袋</a>｣発売 </dt><dd>\r<ol>\r    <li>期間：2007/04/25 ～ 2007/05/09 10:00</li>\r    <li>今回の2000袋についてるやつは第二ボタンで攻撃・魔法攻撃+10、WT+1000らしい</li>\r</ol>\r</dd></dl><dl><dt>新規有料アイテムの追加 </dt><dd>\r<ol>\r    <li>学ラン・ツッパリーゼント(男)とセーラー服(ﾊﾟﾝﾁﾗ?)・スケバンカール(女)</li>\r</ol>\r</dd></dl><dl><dt>新規マップとモンスターの追加 </dt><dd>\r<ol>\r    <li>Lv.15～30専用の「初心者修練用ダンジョン」</li>\r    <li>戦闘不能になるとデスペナルティーが発生する模様</li>\r</ol>\r</dd></dl><dl><dt>新規クエストの追加 </dt><dd>\r<ol>\r    <li>エスネギルド事務所前に｢ルダー｣を追加(初心者ダンジョンに連行してくれる)</li>\r</ol>\r</dd></dl><dl><dt>新規モンスターの追加 </dt><dd>\r<ol>\r    <li>海賊にモンスター追加　くろねこで1撃出来ない(ﾟﾛﾟ;)ｴｪｯ!?</li>\r</ol>\r</dd></dl><dl><dt>初心者応援キャンペーン・経験値アップイベント実施</dt><dt></dt><dd>\r<ol>\r    <li>キャラ作成でこの前と同じクマピコ(攻撃+20)とスタートアップ<br />\r    ～Lv.30でブリorエスネ中心にいるNPCに話しかけると｢牛乳｣(HP800回復)が20個貰えますｂ</li>\r    <li>4/27 10:00～1週間　取得経験値が+50%</li>\r</ol>\r</dd></dl>\r<h3>今後の実装予定</h3>\r<dl><dt>サーバー表示順変更 </dt><dd>\r<ol>\r    <li>またチェリーとストロベリーの順番が入れ替わるらしい。<br />\r    ちょっと楽になるかな？あんまり変わらないけど。それよりちょっとストロベリーが活気づくかな？新規ユーザ獲得で...</li>\r</ol>\r</dd></dl><dl><dt>新規職業の追加 </dt><dd>\r<ol>\r    <li>｢アーチャー｣｢プレディクター｣が5月下旬に(詳細は後日)　それに伴い職業ツリー変更<br />\r    新しいのはそれぞれ何系なんだろうか？全職ボーナスは？</li>\r</ol>\r</dd></dl><dl><dt>キャラクタースロットについて </dt><dd>\r<ol>\r    <li>キャラクタースロットが｢3｣&rarr;｢5｣へ　5/2実装予定</li>\r</ol>\r</dd></dl>','<p>で、昨日くろねこは海賊船でかりかりしてたわけだけど...<br />\r新モンスターのあまりのドロップ率の良さにPON☆彡を呼んだら....浮いてもた...(*_ _)人ｺﾞﾒﾝﾅｻｲ<br />\rPON☆彡に集ってたモンスター共がくろねこに...くろねこは耐えましたが...それでもクラウディ&times;10, ジュース&times;40位, ミニポ多数を消費 GW福袋で補充しました♪</p>\r<p>この2種類のモンスター、ドロップはLv.71防具、B2Fの場合だとたまに魔人の血(青)もドロップｂ<br />\rこのドロップ率は近く修正が入るのでは？？？<br />\r装備の他には、海の人々1ページ、13ページ、33ページ(いずれも今までドロップ率が低かったページ)とバイオレット</p>\r<p>今日は初心者ダンジョンに行ってみるかな？</p>',1,3339,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_Item_200704Hukubukuro\">GW福袋</a>',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070428_2057',3,0,'2007-04-28 20:57:00','04/28 くろねこ レベル119',null,'<p>くろねこ レベル119になりました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070428_2057_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070428_2057_1.jpg\" alt=\"\"></a><br />\r取りあえず、GW期間中に121迄あげたいです♪</p>','',1,2092,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070428_2057_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070429_0801',3,0,'2007-04-29 08:01:18','04/29 (/・_・＼)ｱﾁｬｰ・・',null,'<p>レベルアップしてから、寺前にスキルブックを取りに行ったのですが...<br />\r\n途中ですべての課金が切れる(といっても経験値と力課金のみですけど)ので、新規にフル課金しようと思ってショップで買い集めておいたんですね。</p>\r\n<p>そしたら...</p>','<p>ガチャのはずれもねこのキャラはたくさん持っていたので、ステータスアップを間違えないようにって、慎重に選んだはずが...</p>\r\n<p>誤って経験値課金2.5倍30Dを使用したはずが、愛の伝令の記録(3.0倍1D)を使用していたようです。(/・_・＼)ｱﾁｬｰ・・気づいたのが昨日の朝。<br />\r\nこの日、まりにあとふたりで竜巻マップ(<a href=\"http://www.blackcat.xyz/article.php/xo_map158\">トゥメイド高原</a>)で狩りをしていたら、全部同じ30Dのはずなのに経験値だけ減りが早いことに気づき、見てみたら愛の伝令の記録...<br />\r\n<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070429_0801_1.jpg\" alt=\"\"></p>\r\n<p>くろねこに残された時間は3時間と25分、安置に帰ってまりにあと分かれた後、ショップで2.5倍30D を買って...</p>\r\n<p>やりました、<em style=\"font-size: 200%;\">5倍</em></p>\r\n<img width=\"200\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070429_0801_2.jpg\" alt=\"\">&nbsp;<br />\r\nで、5倍使用開始から上がった経験値</p>\r\n<p><em style=\"font-size: 200%;\">6.30 &rarr; 66.10 = 59.8</em></p>\r\n<p>13時間20分だったので、平均の時給は4.5％になりました。予想の時給は5%程度だったのですが、船で狩りをしてて新モンスターでドロップが良くて途中に何度もアイテムを売りに行ったこと、途中で昼食と夕食を食べたことが結果に出ます。今日は頑張って...レベル...上がるかな？</p>',1,2422,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/xo_map158\">トゥメイド高原</a>',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070430_snoring',3,0,'2007-04-30 05:56:54','いびき',null,'<p>嫁のいびきで目が覚めました。</p>\n<p>起きた時間、4:30</p>\n<p>このエントリの作成と、書きかけていたエントリの公開をすませました。</p>\n<p>今からゼネにインしてレベル上げでもするかな...</p>\n<p>そういえば、嫁。GW福袋 2000XPのAREKORE やったらしいんだけど....</p>\n<p>ねこみみ2個目、天使の翼2個目、ポイントゼロが出たらしく....気分良く着物のガチャ回したら着物も出たらしい...</p>\n<p>くろねこには出ないのになぜ？(?_?)</p>\n<p>出るところには出るんだな(´-`).｡oO(･････････) </p>','',1,3448,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070430_0804',3,0,'2007-04-30 08:04:25','04/30 くろねこ レベル120',null,'<p>くろねこ ようやくレベル120になりました<br />\r<img width=\"400\" height=\"360\" src=\"http://www.blackcat.xyz/images/articles/xo070430_0804_1.jpg\" alt=\"\"></p>','<p>今回は予想外に+4ポイントももらえたので、精神+3と久々に素早さ+1振ってみました<br />\r素早さ・・・何も変わりませんね・・・</p>\r<p>現在、力:82/素早さ:20/精神:60です</p>',1,2330,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070501_2306',3,0,'2007-05-01 23:06:30','05/01 今日の出来事',null,'<p>9日ぶりに浮いてしまいました...<br />\r原因は複数の要因だともうのですが...</p>','<p>考えられる原因は...</p>\r<ul>\r    <li>ウィルス対策ソフトのパッチ更新が自動で始まっていた</li>\r    <li>モンスターが若干減ったところで、ドロップを取りに行ってしまった</li>\r    <li>ちょっと真ん中気味だったので端っこに戻ったら、そこに8匹くらいいて増えた</li>\r    <li>LGを装備しようとぺージ切り替えなどで回復がおろそかになった</li>\r    <li>MPも回復しないといけないので、HP回復がつらい(；&acute;&forall;｀)･･･いたいなぁ･･･</li>\r</ul>\r<p>囲まれて危ないときは、マナキュアあたりを使った方が無難ですね&hellip;、MP回復すると言うことはその間にHP回復できる機会があったということなので&hellip;<br />\r反省材料ですね。<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070501_2306_1.jpg\" alt=\"\"></p>\r<p>ねこがデスペナを取り戻そうと苦労してるときに、レベルアップしやがる奴が&hellip;<br />\rこれ&darr;<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070501_2306_2.jpg\" alt=\"\"></p>\r<p>夜には、ゼニアンを倉庫として設置しにお寺まで&hellip;<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070501_2306_3.jpg\" alt=\"\"><br />\rお寺にはゼニは入れないだろうって？☆-(ノﾟДﾟ)八(ﾟДﾟ　)ノｲｴｰｲそれが入れるんですよ&hellip;<br />\r何か、この期間中お墓に入るのにレベル制限が無いということだったので、お墓/お寺/迷宮に倉庫を設置しようと思ったんだけど、お墓にはもう  ・⌒ヾ(*&acute;_｀)ﾎﾟｲ。で、お寺に設置することに、迷宮はお寺とお墓にいければあんまり用はないかと&hellip;</p>\r<p>お寺に行く途中で、何回か危険な目に遭いました。その中で一番危ないと思ったのがHP1000も無いのに、1280もダメージを食らったとき!!!。もー浮いたかと思いましたね。でも、そのときすでにショップ逃げの動作を開始してたので、そちらが有効になりました。サーバはいろんな出来事がマルチスレッドで処理されていて、後でつじつま合わせをしているようですね。お寺まで途中いくつかリブしていったのですが、最後の以外は無駄になりましたよ♪</p>',1,2532,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070502_1114',3,0,'2007-05-02 11:14:16','早くメンテが開けないかな？',null,'<p>ゼネピックオンラインで、メンテの内容がわかっているメンテって今までにありましたっけ？</p>\n<p>今日のメンテ、キャラスロットの増加などおいしいことがありますね楽しみです。<br />\nキャラの名前争奪戦に成るのかな？ねこは <em>みかん100%</em> ってキャラを作りたかったんですが、すでに作られていました。<br />仕方なく <strong>みかん100％</strong> で♪</p>\n','',1,2729,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('XoHeal_Release1.0.4',3,0,'2007-05-02 11:27:12','くろねこの愛の手 1.0.4',null,'<p>くろねこの愛の手に新機能が追加されました。</p>\r<p>詳細内容は全文表示で！</p>','<p>以下の機能を追加しました。</p>\r<ul>\r    <li>緊急時設定(LG装着支援)</li>\r    <li>強制終了後リスタート支援</li>\r</ul>\r<p>以下の機能を強化しました。</p>\r<ul>\r    <li>マップ切り替え中判定</li>\r</ul>\r<h3>緊急時設定</h3>\r<p>&nbsp;LGを常時装備しない人用に、次回の回復を中断してLG装備をする機能を追加しました。<br />\rただ、ゼネピック側の制限により機能しない場合があること、またHPの回復が1回分減るためその際に戦闘不能になる危険性があります。</p>\r<p>設定方法：</p>\r<ul>\r    <li>緊急時設定キー＆ぺージ：LGのあるキーとぺージを指定します。</li>\r    <li>切替後待ち：ぺージ切り替え動作中の待ち時間を指定します。<br />\r    実際には監視間隔に依存してますので、監視間隔の倍数を指定します。<br />\r    監視間隔が500であれば、500または1000を推奨。ただしどれだけ小さくしても、200以上を推奨<br />\r    -1指定時はぺージ切り替えを行いません</li>\r</ul>\r<p>使用方法：</p>\r<p>F11キーを押すとLGを装備します。設定が欠けている場合は機能しません。</p>\r<h3>強制終了後リスタート支援</h3>\r<p>強制終了後に自動的にクライアントを起動します。これにより落ちてる間にモンスターに殴られて浮くと言うことを減らします。</p>\r<p>設定方法：</p>\r<ul>\r    <li>IDとPassを入力します<br />\r    ハンゲのIDとPassではありません。Xenepic Online用のIDとPassを入力します。<br />\r    詳細はくろねこまで♪</li>\r</ul>\r<p>使用方法：</p>\r<p>Shift+Ctrl+Ins で強制終了した後、自動的にクライアントが起動します。設定が欠けている場合には機能しません。</p>',1,59,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,22,3,2,0,0);
INSERT INTO `bc_stories`VALUES ('xo070502_1344',3,0,'2007-05-02 13:44:06','速報!! クリティカル',null,'<p>クリティカルの色が変わりました♪</p>\n<ol><li>通常攻撃でのクリティカル発生時は以前と同じ赤</li><li>スキル使用時は青色</li><li>敵からクリティカルを食らうときには黄色</li></ol>\n<p><img alt=\"クリティカル新仕様\" src=\"http://blog.blackcatlab.com/images/xo/xo070502_critical.jpg\" width=\"400\" height=\"200\" />\n</p>','',1,2551,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo0504_2319',3,0,'2007-05-04 23:19:03','くろねこ ステ振り初期化',null,'<p>くろねこ ポイントゼロでステ振りを初期化してしまいました♪</p>','<p>目指すはオーラー３を期待して精神全振りです。<br />\nでは、ステ振りの経過を・・・とくとごらんあれ<br />\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070504_status-org.jpg\"><img alt=\"くろねこ 再ステ振り\" src=\"http://blog.blackcatlab.com/images/xo/xo070504_status.jpg\" width=\"400\" height=\"97\" /></a><br />\n↑クリックすると大きな画像が見られます。\n</p>\n<p>減少した攻撃力ですが・・・<br />\n今まで、船B1Fがオーラー2、ホーリークラッシュ1で新モンスター以外が確定していたのが、ホーリークラッシュ2が必要になりました。<br />\n同様に、船B2Fではオーラー2ホーリークラッシュ1，Lv.101プリのヴァイタリティ、フォースをもらわないと新モンスターを含めて確定には成らなくなりました。</p>',1,3370,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070505_1455',3,0,'2007-05-05 14:55:05','くろねこ レベル121',null,'<p>くろねこ Lv.121になりました。<br />\n今回は、これから行く新マップのドロップをかけて、ロシアンルーレット形式でやりました♪<br />\n当たりを引いたのは、くろねこでした♪</p>\n','<p><a href=\"http://blog.blackcatlab.com/images/xo/blackcat121-org.jpg\">\n<img alt=\"くろねこ Lv.121\" src=\"http://blog.blackcatlab.com/images/xo/blackcat121.jpg\" width=\"400\" height=\"300\" /></a>\n<br />\nLv.121といえば新しいスキルが覚えられるレベルですが....くろねこは覚えられるスキルがありません。\n<ul><li>オーラーブレード：未入手</li><li>ホーリークラッシュ：未入手</li><li>ライトヒール：未入手</li><li>バインディング：Lv.2を未入手のため3を持っているが使えない</li><li>マインドコントロール：Lv.2を未入手のため3を持っているが使えない</li></ul>新しいスキルが使いたい・・・</p>',1,2401,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070507_1253',3,0,'2007-05-07 12:53:53','05/06 転職三昧・冒険三昧',null,'<p>朝はゼニアンのいちご100％をあげていました...<br />\r\n6/9迄にキャラクターのレベルを31迄あげると、ハンゲームのアバターアイテムとゲーム内アイテム(経験値2.5倍 1D)が頂けると聞いているからなのですが...午前中でレベル30迄あげました。残り100%です♪</p>\r\n<p>今回ゼニアンをあげていて思ったのですが...ゼニアンはやっぱり力100％がお得だと!!!<br />\r\nケリパシカーとクイックでスピードは十分なので、後はパンチ力ヴァイタリティ4でももらえる方は浮かないように、器用さ全振りとかでもOKだと思うのですが...<br />\r\n一発で倒せないとやはりレベル上げが遅いですね。時計を壊したから...とかでなくアクセサリーを時計&times;3から、第二ボタン&times;1＆猪守&times;2(攻撃力+60、魔法攻撃+60、クリティカル+2)に変えたら、一撃で倒せるMOBが増えて速くなりました。いちごは精神と素早さに振っていたので、力100%だともっと楽だったのでしょうね。</p>','<h3>tahixさん転職式＆二次会</h3>\r\n<p>昼15：00～はtahixさんの転職式でした♪ オメデト(^_^)&ang;※PAN!</p>\r\n<p>羽を撮ろうと待っていたのですが(カウント0迄は見たのですが)、横から息子に話しかけられ羽の瞬間を見逃しました(/□≦、)エーン!!<br />\r\n<img alt=\"tahixさん転職直後\" src=\"http://blog.blackcatlab.com/images/xo/xo070506_tahix.jpg\" width=\"400\" height=\"320\" /></p>\r\n<p>二次会は虎退治でした。三次職中心の2PTと言うこともあり、危なげもなくさくさくと終了。途中から1PTにメンバすら減りましたが、取得した内胆は合計6個。武器は数えきれず....ゼンストーンも1個でてましたね...<br />\r\n<img alt=\"tahixさん二次会の様子 わかんねー\" src=\"http://blog.blackcatlab.com/images/xo/xo070506_tahix_2.jpg\" width=\"400\" height=\"286\" />\r\n<br />\r\n本日取得できたスキルブックは1冊。ボスからは1冊も出ませんでした。この日のドロップはボスから以外は、クレ113杖&times;2、スカスキルブック&times;1という状況でした。クレは米さんがいたので問題なく頂いてもらうことになったのですが、スカのスキルブックはスカウターさんがいなかったので、パタリロさんに渡そうかということで一旦はねこが受け取ったのですが...<br />\r\nlaksmiさんとダイさんの名前もでてきて...パタリロさんから結構いろいろ他の人からそういうのもらうことがあると聞いていたので、すでに持ってるよね～と話をしてて聞いてから渡そうと言うことに。</p>\r\n<p>実は、この日最大級のドロップがこのスカウターのスキルブックだったとは誰も気づいてなかったんですな。ダイさんもパタリロさんもlaksmiさんも持っていなかったなんて....で、まあるさんとお話の結果すぐに使ってもらえるダイさんにプレゼントしようと言うことになりました。そのスキルブックは、<br />\r\n<img alt=\"スナイピングショットLv.2【スカウター111スキルブック】\" src=\"http://blog.blackcatlab.com/images/xo/xo070506_ss.jpg\" width=\"189\" height=\"203\" /><br />\r\nです。どれだけ強くなるのかな。ちなみに氷の迷宮2F 落としたモンスターは不明です♪</p>\r\n<h3>mari-さん転職式＆二次会</h3>\r\n<p>22：00～はmari-さんの転職式でした♪ オメデト(^_^)&ang;※PAN!</p>\r\n<p>早く130になってもらおうと、130杖とハーブをプレゼントしました。tahixさんの時にSS撮り逃したので気合い入れて撮りました。<br />\r\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070506_mari--org.jpg\"><img alt=\"mari-さん オメデト(^_^)&ang;※PAN!\" src=\"http://blog.blackcatlab.com/images/xo/xo070506_mari-.jpg\" width=\"400\" height=\"300\" /></a><br />\r\nまあ、息子は寝てましたからね...</p>\r\n<p>mari-さん関係のお式は、人が多いので二次会は人が多くて重そうなのでパスする方向で考えてました。ところが、ゆうまさんから人が少ないからと、二次会出席要請が...(Ｎａｎａさん経由でゆうまさんの出席のチェックして他のもあると思うのですが...)で参加してきました。時間はもう0:00近かった思います。</p>\r\n<p>2ＰＴでお墓に行きました。お墓でボスにあったら、いきなり数名が絶命しました。どうやらボスと知らない人もいたようです。範囲攻撃で逝ってしまうもの、ボスをボスと知らず叩いてしまうものがいて...、まあ何とか処理できましたが。</p>\r\n<p>そこで遅れてきたのかひとり追加と言うことでお迎えに行ったのですが...数少ない三次職のゆうまさんとこれまた数少ない前衛のゆかりにゃんが落ち、ひとり追加でふたり減で人数的にも内容的にも大幅戦力ダウン ;￣ロ￣)!!<br />\r\n<img alt=\"mari-二次会 参加メンバ全員\" src=\"http://blog.blackcatlab.com/images/xo/xo070506_mari-2.jpg\" width=\"400\" height=\"200\" />\r\n<br />\r\n解散も脳裏をよぎったけど、それだと二次会があまりにも寂しい...なのでクレオファドらだけ見るというお話で引率させていただきました。みなさん二次でもがんばればとがんばって頂けたので、哲さんが一回大群に襲われて浮いちゃいましたがそれ以外は皆無事でした。哲さんナイスファイトです♪。結果的にボスと遭遇する事もなく運良くクレオファドらとSSも撮れ、一応二次会として満足していただけたようでした。<br />\r\n<img alt=\"クレオファドラと記念撮影\" src=\"http://blog.blackcatlab.com/images/xo/xo070506_mari-3.jpg\" width=\"400\" height=\"200\" />\r\n</p>',1,3116,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070508_1255',3,0,'2007-05-08 12:55:02','05/07 生きているってすばらしい。',null,'<p>いつものように、海賊船で生ける屍達と戯れていたくろねこですが....</p>\r\n<p>最初はひとり船で戯れていたわけですよ！そしたら、ゆかりにゃんから、「今日はログいらないの？」とチャットが入りチャットしてたわけですが...<br />\r\nチャット中ってモンスターがいないわけでも、ましてや安地にいるわけでも無いのでずっと叩かれまくりな分けです。さらにゆかりにゃんのチャットの前にはPTメンバであるまりにあからのチャットも入っていて、あまりに放置すると危険なわけです。しかも、インしていきなり落ちてたし...</p>\r\n<p>で、チャットしていると注意力が散漫というか立ち止まることが多いので、船B2Fの3部屋をつなぐ通路から部屋に出るところで立ち止まったら...捕まってしまいました....</p>','<p>そこに、パラディンさんとマジさんが通りがかったので、助かった～♪とおもいきや、メニスとFDしかくれないんですね。たぶんモンスター40匹くらいに囲まれていたので、ねこが浮いたときのことを考えての予防措置だと思うのですが...これだけの数の敵を相手にすると全く動けません。一応倒すための行動をするわけですが....<br />\r\nマジさんに「たたいて」とお願いしたのですが、倒してもらったのって片手位なのかな？それでも助かりましたが...<br />\r\nとっても寂しい対応だなぁと思ったのが、あとの行動に出てしまいました。「ありがとう」のひとことが言えませんでした。ダメですね。<br />\r\nくろねこはこの戦闘により、<ul><li>クラウディ×5</li><li>ポーション×1</li><li>ジュース×136</li><li>ミニポ×135</li></ul>を消費しました。結構きついですね。ポーションが減っているのはクラウディを5個しか持っていなくて、手持ちが切れたので、すかさずポーションが登録されているページに切り替えたからです。<br />\r\nこの後この件について火薬庫で、星野海斗さんと話をしていたのですが、彼もこれだけ使ってもやはり生き延びる方を選択するようです。あぁ、生きてるってすばらしい。</p>',1,2829,1,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070508_1257',3,0,'2007-05-08 12:57:00','05/07 オーラー3(σ・∀・)σｹﾞｯﾂ!!...',null,'<p>船で浮き掛けた後、ゆかりにゃんが船にやってきました。</p>\r\n<p>そして、落ちていたななさんが帰ってきました。そしてしばらくすると新マップに行くことになりました。今日はいっぱいヒールが来ると良いなぁ。(前回、ねこが突っ込んだ後で後でモンスターが湧いたらしく、ちょうど段差の上にねこがいたこともあり、ヒールが頂けず浮いてしまいました。なんかたまにボタンを押しても効いていないときがあるのは、重いからでしょうか、それともバグでしょうか？</p>','<p>新マップの<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map168\">ビッグアップルの森</a>最後で パラディン118靴 が出ました。まりにあがゲットしたのですがくろねこが横取りし手に取ってみたのですが、今履いているものと同じだったので、再びまりにあに(*・・)&sigma; ⌒・ ﾎﾟｲｯﾎﾟｲｯ</p>\r\n<p>さらに進んで<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map169\">リトロヘドの森</a>でブホさん・ひよななさんペアに遭遇しました。マップでななさんが再起動中だったこともありドロップの話などをしていると...オーラー3があるということで譲っていただけました。ここで連日出ているそうで2-3日籠もれば出るだろうとのこと。<br />\r\nでも早く欲しかったことと、かなりおやすく提供していただけるとのことだったので、即購入！。ブホさんの言い値がめっちゃ安かったので、ひよななさんと「やすい」と思わず突っ込んでしまいました。それからちょっと上がりはしましたが、それでもお得感あふれる値段で譲ってもらえました。すると、パーティが安地に行って「覚えてらっしゃい」の雰囲気を醸し出したので、エスネに行って覚えてきました。<br />\r\n<img height=\"300\" alt=\"オーラーブレード3覚える\" width=\"400\" src=\"http://blog.blackcatlab.com/images/xo/xo070507_orablade3.jpg\" /></p>\r\n<p>オーラー3は良いですね。一回詠唱すれば3分間攻撃力+200の効果があります。冒険中はそれほど攻撃力アップは実感できないですが、Lv.1で1分(50MP消費)、Lv.2で2分(同55)、Lv.3で3分(同60)ですから、時間あたりのMPの消費量がかなり少なくなるし、何回も詠唱しなくて良いのが非常に楽です。</p>\r\n<p>ちなみに攻撃力はどの程度上がったかというと...以前は精神全振りねこが、<br />\r\n<span>オーラー2、HC2、虎アクセ&times;2</span><br />\r\nでやっとスケルが確定。<strong>新モンスターは4目盛りほど残る</strong>ことが多かったのですが、<br />\r\n<span><em>オーラー3</em>、HC2、虎アクセ&times;2</span><br />\r\nだと<strong>新モンスターが1割くらいの確率で1撃</strong>で倒せるようです。船での狩りが効率的になるでしょうか？楽しみです</p>\r\n<p class=\"add\">追記<br />\r\nまりにあがHC3が1600万で売りにでていたというので買っておいてくれました。どの程度強くなるか楽しみです。まぁ、確実に船B2Fは確定でしょうね♪</p>',1,2620,0,3,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map168\">ビッグアップルの森</a>\r\n<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map169\">リトロヘドの森</a>',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070509_1221',3,0,'2007-05-09 12:21:00','05/09 ホーリークラッシュ3 導入',null,'<p>まりにあに買ってもらったホーリークラッシュLv.3(HC3)ですが、オーラーブレードLv.3(OB3)と組み合わせると、絶大な威力を発揮しています。<br />\r\n威力を試すと、OB3導入でも全く確定しなかった船B2Fですが、ほぼ確定といったところです。</p>\r\n<p><strong>主要情報</strong><br />\r\nWEPN：ポリックスター<br />\r\nACC1：百人力の指輪<br />\r\nACC1：百人力の指輪<br />\r\nSKIL：オーラーブレードLv.3<br />\r\nSKIL：ホーリークラッシュLv.3</p>','<p>このあと、またまた新マップに行ってきました。<br />\r\n今回のドロップは、<em class=\"x2\">佐久間式</em>でした....<br />\r\nというのは冗談で、アクセラレーションLv.3【アサシン121スキルブック】とライトヒールLv.2【パラディン111スキルブック】。いずれも、<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map169\">リトロヘドの森</a>で入手しました。ねむねむだったので、「あっ、スキルブック落ちてる...SS...」と思ったら後からゆうま氏に拾われました。ﾘﾘｨさん経由でゆかりにゃんに。ゆかりにゃん落ちたところは見られなかったようですが、次にでたライトヒールではドロップの瞬間を確認できたようです。また、ACC3はゆかりにゃんの手に渡ったようです。</p>\r\n<p>宣伝です<br />\r\n猪突猛進美少女 ゆかりにゃん の転職日程が決まりました♪<br />\r\n６月２日(土) ２１時１５分に スパイダーマンだそうです♪<br />\r\n詳細は<a href=\"http://yukarinyan.blog56.fc2.com/\">猪突猛進美少女</a>の<a href=\"http://yukarinyan.blog56.fc2.com/blog-entry-116.html\">みんな来てね～♪</a>からどうぞ!!!</p>',1,3475,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map169\">リトロヘドの森</a>\r\n<a href=\"http://yukarinyan.blog56.fc2.com/\">猪突猛進美少女</a>\r\n<a href=\"http://yukarinyan.blog56.fc2.com/blog-entry-116.html\">みんな来てね～♪</a>',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070511_2322',3,0,'2007-05-11 23:22:08','5/11 モンスター襲撃イベント',null,'<p>今日はモンスター襲撃イベントがありました！</p>\r<p>以前(3/14？)ねこがお休みの日にこのテストと思われるモンスター襲撃イベントがヨツンでありました。<br />\r	今日のイベントの負荷テストだと思われます。そのときのSSを見ていると(ねこは知らなかったので参加していません。桜を見に近所を散歩してました)、かなり重そうだと思っていたので浮き覚悟でした。浮いてもデスペナルティーが無いので全然OKです♪<br />\r	前回のヨツンのときは発表即日実施だったので知らない人は参加できなかったのですが、今回は水曜日発表、金曜日実施と時間があったので参加できた方も多かったのでは？当日、ブリンヒルドは低レベル、エイルは高レベルユーザむけと発表されましたが、ブリは作ったばかりのキャラでも参加できるので重いと思い最初からエイル参加希望でした<br />\r<img alt=\"イベント前アナウンス\" src=\"http://blog.blackcatlab.com/images/xo/xo070511_event00.jpg\" width=\"400\" height=\"100\" />\r</p>\r<p>イベントが始まる前、とある低レベルのフレンドさんからこんな依頼が...<br />\r	<strong>クロックも襲撃で出ると思うからｗよろしくお願いしますﾍﾟｺm(_ _;m)三(m;_ _)mﾍﾟｺ</strong><br />\r	で、思ったんですよ...あんなに人がいっぱいいて重いのに取れても即浮いて消えちゃうでしょうって...でも..<br />\r	<strong>浮いてもデスペナないし</strong><br />\r 	っていわれても...<br />\r	<strong>取れたら即ショップに行く</strong><br />\r 	といわれても...\r 	戦闘状態からどうやって即ショップへ？最後に<br />\r 	<strong>わかったよ・・・あきらめる・・・</strong><br />\r 	と返ってきました。 実際に始まってみるとちゃんと考えて行動すれば浮かない程度だったんですけどね...</p>\r','<p>そしてイベントが始まりました。<br />\r<img alt=\"モンスター襲撃イベント開始\" src=\"http://blog.blackcatlab.com/images/xo/xo070511_event01.jpg\" width=\"400\" height=\"300\" />\r<br />\r最初に注意として「中には見た目は同じでも、大幅に能力が強化されたモンスターが出現する場合もございます」とアナウンスされてました。</p>\r<p>最初に現れたモンスターは、ロストシリウスでしたね。イベント前に補助とかもらって準備万端だったはずだったのですが...<br />\r	<img alt=\"イベント最初のモンスター\" src=\"http://blog.blackcatlab.com/images/xo/xo070511_event02.jpg\" width=\"400\" height=\"300\" />\r<br />\r	見てのとおり、「活花!!!」するのを忘れてました・・・<br />\r結構数が多いのでちょっとずつ倒すことにしました。即浮いてる人も多かったですねぇ。PCスペック的におもおもだった人から浮いたようですが？</p>\r<p>途中、西口にあるエスポートサービスの所を通ったのですが、戦闘不能の人がたくさんいました。ここがリターンだったのでしょうね。浮いて帰ってきたら即また浮いたという人もいたのでは？ねこはそんなコトも考えてリターンはケンディボルトでした。<br />\r<img alt=\"エスポーター前\" src=\"http://blog.blackcatlab.com/images/xo/xo070511_event03.jpg\" width=\"400\" height=\"300\" />\r</p>\r<p>そのほか、チョコポヨ(イベント)/アスクィル(テンプル谷)/ヴェニス(ゼロペイン平原)/オステ(絶望の橋-1) のモンスターも出てましたが、やはり一番強かったのはぽよぽよ～んZですね。最初はビブロンズ(寺ボス)が出たのだと思っていました。範囲の色・形は寺ボスそのものでしたね。攻撃力も寺ボスと同等だと思われます。<br />\r	<img alt=\"ぽよぽよ～んZとその範囲攻撃\" src=\"http://blog.blackcatlab.com/images/xo/xo070511_event04.jpg\" width=\"400\" height=\"300\" />\r<br />\rただし防御力はめちゃめちゃありましたが、三匹出ましたが一匹目はタゲすら出来ませんでした(つд・)ｴｰﾝ。三匹目は最初から攻撃できたのですが、残り3目盛りくらいのところでAccess Violation Errorで落ちてしまいました。入り直したときには、もう1目盛りでした。</p>\r<p>ボスを倒すとジュースが降ってきたらしいのですがくろねこは確認できませんでした。くろねこはミニポ・ジュース・ポーションをたくさん使っちゃいました。でもちゃんと回復すれば課金回復はいらないくらいだったんですけどね。最初は浮きたくないばかりに使ってました。イベントボスにとどめを刺してそのレアアイテムを(σ･∀･)σｹﾞｯﾂ!!する、それが目標だったのに何も落ちなかったようで残念です。イベントなので何か良いものを落として欲しいですね。一昨年の<strong>魔祓豆</strong>くらいのインパクトのあるアイテムを！</p>\r',1,2761,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:07','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070513_1036',3,0,'2007-05-13 10:36:58','05/12 お寺とチキンなくろねこ',null,'<p>お昼、インもせずぼーっと食卓を囲んでいると...<br />\rななさんからお電話あり。パソコンの前に放置の電話、鳴ったことに気づき取りに行くも間に合わず、掛け直す。<br />\r電話の内容は、お寺に行こうとのお誘い。主催者はtahixさん。<br />\r「お寺は浮くからやだぁ」みたいにぐずっていると、「ユウさんも行くから大丈夫！」と切り返しが...まぁ、ユウさんならお寺も百戦錬磨の強者なので大丈夫だろうと。おｋする。<br />\r早速インして、エイルで放置してあったくろねこに回復を詰め込む。メンバからしてくろねこが範囲攻撃に耐えることになりそうなので、しこたま回復を詰め込んだ。\r<ul>\r    <li>マナリム：35</li>\r    <li>ポーション：60</li>\r    <li>ジュース：300</li>\r    <li>ポーション：800</li>\r    <li>タラゴン：300</li>\r    <li>ミニリカバラント：150</li>\r</ul>そしてショートカット3ページを駆使して詰め込む。これだけ種類が多いのは状況に応じて回復を選択するため。必要もないのに大きな回復を使うともったいない。逆に使うべきところで使えないのももったいない(ありがちだが)。パラディンになってMP消費が激しくなっているので、というかMPが無いと戦えない(ペトラ寺院のクエストでもらえるポリックスター、攻撃遅延が0.8付いているを装備しているからと言うのも大きな理由)、タラゴンでちまちま回復しているとまずいときがあるわけ。というのもゼネピック システム上の制限で1秒間に4～5回の操作しか行えない。ここでタラゴンのような31程度のMPを回復しているとHPを回復しているタイミングが無くなるわけだ。ある程度MPが大量に回復し、なおかつHPも回復する。さらにはそこそこ安価なお値段で購入できるということで、雑魚に囲まれたときなどには、HP回復に マナリム/ジュース/ミニポ MP回復に ミニリカバラントを使用している。</p>','<p>これだけ、回復を持つとナピオンダーク、ストーリミングカープ(鯉のぼりのかぶり物)を装備しても点滅。確かWTが9,190/13250位だった(/□≦、)ｴｰﾝ!!。それでも、その状態でエイル-クルリパを走りきりチェンサーリ峡谷で待っていた方の中でWTに余裕があったユウさんにミニポ250個預けることで点滅状態ながらもまだ動けるようになった。そしてそのままペトラ寺院まで走りきるとおもいきや、アシッドバス谷でベネオブクイルトスーツ【ローグ79胴衣】が...WTが200も増加。ミニポが8個しか消費できていないので40しか減ってない。この時点でWTが9,350。精神振りにしてから冒険がつらい。<br />\rちなみに狩りの効率が上がったかというと、みじんも感じない。というのも船は仕様変更で新規モンスターがたくさん装備品をドロップさせるため、WTが重くなって雑貨屋と往復することを余儀なくさせられたため。拾わなければ効率は上がるんだろうけど、貧乏なので...さらにくろねこ新マップに行くことが多いのでリターンはエイル。船に行くにはギルド事務所経由でギルドへというルートなので戦士ギルドから船が他の職業に比べてめちゃめちゃ遠い。この辺にも原因がありそう。一番良いのはブリ中央広場のエスポータでリターンポイントを登録して、同じく広場のスキルブック販売員にドロップ装備を売ってしまうのが効率がよいと思われる。ミニポは船倉でどなたかのサブさんが雑貨屋と同じ500Kronで販売中である。</p>\r<p>話を戻してお寺の話し。まぁ、途中はめちゃめちゃ余裕でした。なんの障害もなくすぃすぃ。全員三次職でしたからね。鬼の強さのユウさんも居たし。難なくボス部屋に到着。</p>\r<p>ボス部屋入ってしばらくしたら、ビブロンズ(ボス)登場。見た瞬間にびびってちょっと後ずさりしてしまうくろねこ。この行動は、昔てか今もなんだけどでたときに、ボスをタゲして叩いてしまうときがあるので雑魚をちゃんとタゲできるように、余裕を稼ぎたいからでもあるんだけど、パラディンでそれだと誰がその間耐えるの？って話ですよね。みんな引ければそれでもいいんだけど。今回はユウさんにタゲが行ってしまいました。実はユウさん百戦錬磨なだけでなく、そこらのパラディンよりもずっと防御力が高いんです。ちなみにその場にいたtahixさんよりも高いです。くろねこも前回寺に来たときはギリギリ負けていたと思います。ユウさんが耐えてMP切れるのを待っていたときに、ボスの近くに雑魚が湧いたらしいんです。Enjoyさんがその雑魚を処理しに行ったのですが、雑魚はボスと重なってねこにはボスを叩いているように見えちゃいました。<br />\rくろねこ、「あれ？いつ召還だしたの？」って思いつつ、「召還でなかったんだ...」と納得し、ボスを叩いたらみんなでボスをぼこぼこに...あとで教えてもらったんだけど、あれたまたま召還が出なかっただけで誰も召還の処理をしてなかったらしい。<br />\rARU☆彡に怒られてしまいました。全くです。ヾ(_ _。)ハンセイ&hellip;</p>\r<p>しばらくして、ボスを探していたEnjoyさんがどうしたのか浮いちゃいました。ハーミットの効果が切れちゃったのでしょうか？その後すぐボスが現れて交戦状態。先ほど「なぜプリが耐えるの？パラディンいらないじゃない」とおしかりを受けたこともあり、今度はねこが耐えるぞ～～と一度はユウさんに行ったタゲをもらいに行ったら成功。でもすぐtahixさんに移って再度もらいに行くことになったけど、ちゃんと背負えた。でも、最初の一撃でまあるさんが浮いちゃって残り5名に。そのごARU☆彡も浮いちゃって4名に。半分やけでみんなが雑魚処理で画面から消えた瞬間をねらって ぽこっ っと一発。「おぉ、今回もラッキー」。でなかったわけですね。で、みんなに「これ、召還でないよ～」ってチャットしてぼこぼこにした。1匹目のナピオン・ダークはまあるさんに、2個目はtahixさんに行ったのかな？tahixさんは来る途中でゼンストーン1個とここで1個で計2個(&sigma;・&forall;・)&sigma;ｹﾞｯﾂ!!<br />\rねこも精神振りにしてから、ナピオン・ダークが欲しい。でも、ナピオン・ダークが入手できなかったので、WT対策として次からしばらく力に振ることにします。船も今の装備で一撃確定しないことですし。精錬済み130武器を入手するまでクエスト武器を超えられない様ですので10位振ることになっても問題ないでしょう。</p>\r<p>がんばってレベルをあげないと...</p>',1,2943,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070514_1245',3,0,'2007-05-14 12:45:53','05/12 ビブロンズにバインディング3は効くのか？',null,'<p>ボスを倒して...4人のメンバでは続きが不可能なので...tahixさんがスキルブックが欲しいこともあり...(てか必要ないのはユウさんだけ)エズレフェルでスキルブックを求めてさまようことに...<br />\r17:00までさまよい続けましたが、結局スキルブックはでず。新マップの方がでるよね？という話をしていると、やはりみんなも感じていたのかどんどんドロップ率が落ちているという感想が聞かれた。やはり砂漠もそうだが実装直後は結構でるみたい。それからだんだん下がっていく傾向にあるというのはみんなの感覚にあるみたいですね。</p>','<p>で、tahixさんをつれて今度ビッグアップルに行くことに。先日魔力に100を振った瑠架さんからも連れて行って欲しいとお話を頂いたのでちょうど良いので揃っていたらまた行きたいですね。</p>\r<p>また、寺のボスの倒し方も話してたんですが、基本はクロックと同じでエナが正攻法でしょうと。でも、MPを切らすと言う処理もあるのグリと足した感じですかね。でまとめると...</p>\r<ol>\r    <li>ボスが現れたら誰かが餌になる。他の人は周囲の雑魚モンスターの清掃</li>\r    <li>ボスのMPが切れるまで続ける(約40回くらいだったかな？)</li>\r    <li>切れたらちょっと離れてバインディングが効けばそれで止めて、バインディングを掛けていれば切れるタイミングでエナ!!!</li>\r    <li>雑魚を残してボスだけ狩る</li>\r</ol>\r<p>でしょうか？ペトラ寺院だけでなく墓も迷宮もこの方法でOKですね。</p>\r<p>&nbsp;</p>\r<p>ところで、ビブロンズ相手にはバインディングのレベルはいくつ必要なのでしょうか？魔力に振るポイントにも依存するはずですが魔力1の状態でバインディング3を用意すれば効くのでしょうか？<br />\r本日、きむちねこさんからバインディング2を入手し、バインディング3を覚えることが出来たので、来週20日にでも試してみたいと思います。それまでに目指せレベル122！<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070514_1245_1.jpg\" alt=\"\"><br />\r&uarr;バインディング2<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070514_1245_2.jpg\" alt=\"\"><br />\r&uarr;バインディング3</p>',1,3019,1,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:48','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070514_What_do_you_do_when_HDD_breaks',3,0,'2007-05-14 12:58:19','HDDが壊れた～そんな時どうする？',null,'<p>データが返ってくるならば、その代償は如何に？</p>\r<p>くろねこ、過去にHDDをぶっ飛ばしたことが何度かあり、オントラックのHDD復旧サービスを試してみようと思ったことがあります。また、FINALDATA2.0 DELUX などを購入したこともあり、必要なデータというのは壊れて失ってしまうと戻すのに時間がかかる上に戻らないこともしばしばあります。もっとも最近の所ではゼネピックのSS、DVD-Rに焼いたつもりが無かった事件でしょうか？焼いたと思ったのでHDD側からデータを削除したのですが...実は...といったときでしたね。<br />\rこんな時にはGoBackというソフトが役立つのですが、 </p>\r<ul>\r    <li>事が起こる前に導入しておく必要がある </li>\r    <li>管理方法に問題があるためGoBackが壊れた際に被害が大きくなる </li>\r    <li>HDDの劣化を早める </li>\r</ul>\rといったデメリットがあります。','<p>では、用意もなしに突然やってきた災難とはどうやって闘うのか？論理障害であれば、FINALDATAなどのソフトを使う手もあるけど買ったけど意味がなかった。欲しいデータはデフラグ直後でも戻ってこない...運がよけりゃも取ってくるけど...</p>\r<p>じゃあ、もっと過酷な物理障害だったら？<br />\r見積を取った人のお話が下記のブログにあるので参考にしたい。</p>\r<ul>\r    <li><a href=\"http://gigazine.net/index.php?/news/comments/20070328_hdd_repair_01/\">ハードディスクの物理障害、果たして本当に復旧できるのか？～前編～</a> </li>\r    <li><a href=\"http://gigazine.net/index.php?/news/comments/20070328_hdd_repair_02/\">ハードディスクの物理障害、果たして本当に復旧できるのか？～後編～</a> </li>\r    <li><a href=\"http://gigazine.net/index.php?/news/comments/20070329_hdd_repair_03_final/\">ハードディスクの物理障害、果たして本当に復旧できるのか？～完結編～</a> </li>\r</ul>\r<p>これを読むと、最初に依頼したい業者が自ずと決まるよね？</p>\r<p>&nbsp;</p>\r<hr />\r<p>&nbsp;</p>\r<p>途中まで読んでなんでそんなに解析が早いんだ？HDDに物理障害があって中のディレクトリ/ファイル一覧を出せるなら、もう大体の部分が復旧していると言う事じゃないのかな？MTFだけ読んだのかな？と思いながら読んでた。</p>\r<p>完結編の他業者からの話を読んだところで思ったこと、それって最初に送った業者のところでHDDの内容が読める状態になっていたのでは？と思ってしまった。最後まで読むとブログの筆者もそう感じたようだね。技術力があっても金儲けだけに走っているとそのうちユーザがなくなるんじゃないだろうか？とか、あの値段はデータ復旧の費用でなくてHDD自体のベアリングを交換してHDDが安心して使えるようにするための値段？とかも考えたけどデータが復旧したらそんな金額払わずに新しいHDDを買うよね。やっぱりなんかおかしい。</p>\r<p>くろねこがお頼みする自体になったら、<a href=\"http://www.data-salvage.co.jp/\">ブレイバー</a>さんに依頼したいですね。見積もただだし。</p>',1,3716,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://gigazine.net/index.php?/news/comments/20070328_hdd_repair_01/\">ハードディスク',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070515_2043',3,0,'2007-05-15 20:43:14','…はいつも突然に',null,'<p>いゃぁ～、不幸って突然襲ってくるものですね。<br />\n結構いい調子で稼いでいたんですが...<br />\nお小遣いもミニポ代をケチってライトヒールメインで活動する事で、MP一回満タンにすると経験値が約0.2%、WTがアクセ1つをナピオン・ダークに切り替えて動けなくなるまで稼いで17～19万Kronほどという感じでした。<br />\n結果、朝練1時間強で経験値が2%強/Kronが50万ほどたまりました。Kronはミニポ代を差し引いた残りです。<br />\nと、まぁこんな感じで順調だったのですが...</p>','<p>帰宅後、まぁいつものごとく狩りをしてました。チャット込みです。<br />\nいつものように火薬庫でMP回復をしていると...タスクバーにフラッシュしているアプリケーションが...ソースネクストの「ウイルスセキュリティZERO」ですね...どうやら自動更新が終わったようです。このソフトやたらと再起動が好きなようで今回も再起動を要求してきましたｗ当然そんな時間はないので、飯時にとおもい閉じるをクリック。ゼネに戻ったはずが....<br />\nなぜか、タスクバーのにあるQuick Lunchの&gt;&gt;にフォーカスが...そして運悪く結構重めなアプリを起動してしまいました。<br />\nくろねこが簡単なツールを作るのに使っている Delphi 5 です。まぁ、多少重たくなるかもだけどとおもい火薬庫の階段を上がり階段前のスペースで狩りを始めると...</p>\n<p>画面が真っ黒！</p>\n<p>その後すかさず...</p>\n<p>ブルースクリーンでした。</p>\n<p>強制リセット後ゼネ起動まで持っていきましたが、起動時にはブリンの中央広場でした。<br />\nデスペナ10%でした。まさか落ちるとは思っていませんでしたね。しかも、OSごととは...<br />\nねこのPCだけかどうかわかりませんが、ゼネ＋DVDパケットライティングソフトを起動するとDVD取り出し時に100%ブルースクリーンがでます。フォーマットしたいんですがね...</p>\n<p>New PC に移行したいんですが...ゼネはVista対応ではないので....</p>\n<p>PCが落ちたときのためだけに横にPCを起動して待ちかまえてるわけにもなかなか行かず...</p>\n<p>LGですか？毎回検討はするんですがね...</p>\n<p>今日はとりあえずがんばってデスペナ分取り戻して、出来ればある程度ノルマに向けて稼げればと思います。</p>\n<p class=\"add\">結局経験値は 14.4% -10.0% =4.4% さらに朝練(5/15)して...現在89.02%<br />\n狩り場のドロップを雑貨屋に販売した代金＋貯めたタラゴンの販売代金90,000(@300×3,000個)－ミニポ代＝約150万Kron？<br />\nおかしい、9万と90万間違ってもらってないか？確認しよう。いっぱい増えたと思って浮かれすぎてた様な気もする。</p>',1,2845,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070517_0801',3,0,'2007-05-17 08:01:40','くろねこ レベル122',null,'<p>くろねこレベル122になりました。<br />\n<img alt=\"くろねこ Lv.122\" src=\"http://blog.blackcatlab.com/images/xo/blackcat122.jpg\" width=\"400\" height=\"450\" /></p>','<p>最近冒険が多かったため、レベルアップのペースが大幅に遅れています。一時期累積で四次転職計画の116%程度まであげたのですがいまは112%程度に...<br />\nがんばらないと。</p>\n<p>ステ振りですが、前回ポイントゼロを使用して精神全振りにしましたが、<br />\nMAX WTが低すぎて荷物が持てない<br />\n攻撃力が落ちすぎて現在の狩り場がつらい<br />\nなどの弊害があったことから、力にポチッと+1 しかし、何も変わりませんでしたね(/□≦、)エーン!!<br />\n<img alt=\"ステ振り前\" src=\"http://blog.blackcatlab.com/images/xo/blackcat122bs.jpg\" width=\"330\" height=\"240\" /><br />\n<img alt=\"ステ振り後\" src=\"http://blog.blackcatlab.com/images/xo/blackcat122_as.jpg\" width=\"330\" height=\"240\" /><br />\n<img alt=\"装備交換前\" src=\"http://blog.blackcatlab.com/images/xo/blackcat122be.jpg\" width=\"330\" height=\"240\" /><br />\n<img alt=\"装備交換後\" src=\"http://blog.blackcatlab.com/images/xo/blackcat122ae.jpg\" width=\"330\" height=\"240\" /></p>',1,2474,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070517_1256',3,0,'2007-05-17 12:56:00','5/16 新マップ探索(ティンクラッシュ谷～アモリカ谷)',null,'<p>昨日は追加されたばかりの新マップに行ってきました。<br />\n昨日はちょっと仕事が忙しくなってきていて、まりにあからもらったメンテ情報もきちんと全部読めてなかったようでした。先週嫁が言っていた「愛の伝令の記録」が重ねて使用できない件、実装バグの修正だったのですね。今週載っていたのを見て、そうなんだ～というのが一番大きな関心でした。</p>\n<p>帰宅後、PCに電源を入れ、インするとまりにあから新マップ情報が♪<br />\nなんかモンスターがバーニングハンドを使うとか、範囲攻撃をしてくるとか聞いたので居ても立ってもいられなくなって、PTメンバが集結するのを待ちきれず、ナリアスさんと一緒に新マップの旅に出かけました。<br />\nまりにあも誘ったんですが...結局おいていきました。</p>','<p>集合場所はエイル東でした。どうやらエイル東を21:00過ぎにでたようです。途中、オダリスクの森の森あたりまでは非常にすいていたのですが、リトロヘドの森あたりからさすがにどのPTもきつくなるのか混雑してきました。くろねこ、どんどん先に行きたいので他のPTよりも半画面分くらい前にでたら....</p>\n<p>(/&nabla;≦＼)アチャ-!ミテランナイ</p>\n<p>いっぱいに囲まれて浮きそうになりました。それまでのミニポ消費量は実に0個だったのですが、このマップを通過した際には、ポーション:1、ジュース:1、ミニポ:22個も使ってしまいました。突っ込みすぎです。その後も順調にミニポは消費され、記念SSを撮影する頃には180個も使ってました。って、いつもより全然少ないですね。これも前衛に、パラディン&times;2、アサシン&times;1と3人居て負荷が分散されたこと、プリさんが必死でメジャーヒールをくれたこと、ウィザードさんが超強力な攻撃で敵をばさばさとちぎっては投げちぎっては投げ？あれ？まぁいいや、そんな感じでPT全員117&uarr;と言われるだけはありましたね。他の要因として、連携はしてないですが、結果的に他PTと一緒に進むことになったので消費がおさえられたのでしょう。</p>\n<p>マップの感想を行きましょう。</p>\n<p>今回のマップはなんだろう...？<br />\nまず、敵が強い。攻撃力はわからんですが、異様に硬いと感じました。ちなみに被ダメは最終マップ くろねこで 393 ～ 625 とSSに記録されています。くろねこ、船ですとおおよそ 70-90ほどくらいます。4～6倍位の攻撃力がありそうです。</p>\n<p>地形的には、ビッグアップル以降植物がめちゃめちゃごっついですね。ドロップを見落としそうなくらいです。</p>\n<p>今回の旅で唯一ドロップした(素材の石は除きます)のは、マディグラスの森でのウィザード131杖でした。他にドロップしたのは、素材の石だけでした。</p>\n<p>他の方も載せられていると思いますが、各マップの雰囲気がわかるように各1枚ずつでもSSをｗ<br />\n<img alt=\"ティンクラッシュ谷\" src=\"http://blog.blackcatlab.com/images/xo/xo070516_171.jpg\" width=\"400\" height=\"400\" /><br />\n<img alt=\"マディグラスの森\" src=\"http://blog.blackcatlab.com/images/xo/xo070516_172.jpg\" width=\"400\" height=\"400\" /><br />\n<img alt=\"ベングル谷\" src=\"http://blog.blackcatlab.com/images/xo/xo070516_173.jpg\" width=\"400\" height=\"200\" /><br />\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070516_174-org.jpg\"><img alt=\"アモリカ谷\" src=\"http://blog.blackcatlab.com/images/xo/xo070516_174.jpg\" width=\"400\" height=\"400\" /></a><br />\nところで、入り口のこれは何？<br />\n<img alt=\"翠石版4？\" src=\"http://blog.blackcatlab.com/images/xo/xo070516_174_2.jpg\" width=\"400\" height=\"320\" /></p>\n<p>最終マップにはダンジョン入り口と思わしき場所がありました。ここは来週か再来週くらいにオープン予定なのでしょうか？今は締め切りです。(ちなみに、レベル制限で入れないと思ったのか、数人チャットで「ダンジョン入れないです(/□≦、)」と言うような文面を送ってこられました)。ここは、四次職用のアイテムがドロップすることになるでしょう。<br />\n<a href=\"http://blog.blackcatlab.com/images/xo/xo_070516_174gate-org.jpg\" ><img alt=\"ダンジョン入り口らしい...\" src=\"http://blog.blackcatlab.com/images/xo/xo070516_174gate.jpg\" width=\"400\" height=\"400\" /></a></p>\n<p>誠かどうか真偽のほどはわかりませんが、アモリカ谷でオーラーブレードLv.4【パラディン131スキルブック】がドロップするようです。このドロップを使用してすでにこのスキルを覚えたという人も居られるようです。パラディンの赤い剣が凄く似合う人ですね。街ではフリーズスプレッシャーLv.4【ウィザード131スキルブック】が売られていたようですので、これもこのマップからドロップするのでしょうか？まぁ、新マップでドロップするのは間違いないようです。</p>',1,3133,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070522_1255',3,0,'2007-05-22 12:55:46','5/19 新マップ鬼湧き',null,'<p>スキルブックをねらって新マップに行きました♪<br />\r先日ねこがナリアスさんと新マップに行った際に、ゆうまさんとななさん達はPTで新マップに行ったものと思いこんでいたのですが...<br />\rまだだったようです。</p>\r','<p>前回新マップに行ったときには、ティンクラッシュ谷のゴリラのSSが撮れてなかったのですが、今回撮影に成功しました。<br />\rで、わかったんですが...ゴリラがなんで「ヘチャ」と呼ばれているかようやく理由がわかりました。攻撃すると色の薄いゴリラを召還するんですね...しかも、ヘチャ～と違うところは何度か召還すると言うところ。<br />\rわかったところで、PTメンバに「ゴリラは最後、召還が出ても本体を最初に処分」と通達を出しました。DQのマドハンドみたいにずっと召還し続けるかもなので、経験値稼ぎしたいならそれもいいかもですが...<br />\rあと、ゴリラ新スキルを使用するようです。「コニパワー」って言ってました。どんな効果か不明です。しかし、ダイブ系ではなさそうです。スキルの効果を確認してるだけの余裕がない...ただダメージだけもらうようですが。<br />\r<img alt=\"ユニパワー\" src=\"http://blog.blackcatlab.com/images/xo/xo070519_conipower.jpg\" width=\"200\" height=\"200\" /></p>\r<p>あと、最後のマップのペガサスもどきが使う「スポアーライティング」、範囲スキルだったんですね。人が少ないと確認しやすいですね。前回は人が多くてモンスターも多くてあちこちで戦闘が起こっていてスキルの効果が確認できていませんでした。</p>\r<p>最後に新マップで何かでないかとまわっていたのですが...<br />\rゆうまさんが「警備兵がいないね」って言ったのでダンジョン入り口を説明しようと真ん中の部分に移動したら...<br />\r鬼のように湧いて...浮いちゃいました♪<br />\rゆかりにゃんが真っ先に浮いて、二人で耐えていたのがひとりになって....ねこが耐えて、ゆうま＆ななが後方支援。BH,ヒールを駆使して耐えていたのですがその甲斐もなく...倒した分以上に湧き出す始末。とうとう許容限界を超えくろねこが浮いた瞬間ななさんも浮いて...ゆうまさんはかろうじて逃げ切り。<br />\r<img alt=\"うきうき\" src=\"http://blog.blackcatlab.com/images/xo/xo070519_uki.jpg\" width=\"400\" height=\"300\" /></p>\r<p>その直後に、安地で放置だったﾘﾘｨさんがお帰り。惜しい、実に惜しい。<br />\rあと、2分早ければ状況が変わったかも...ゆかりにゃんがジュレアで復活してればとか、考えましたね。後ひとり、ひとりメンバが多ければ浮かなかった、そんなギリギリの攻防でした。</p>\r<p>ところで、前衛と後衛どっちが浮きやすいのかな？冒険だと前衛が比較的浮きやすいと思うのですが...</p>\r<p>あ、最果てでスキルブック1冊取れました。でも、誰も使えないスキルでした。確か...アローランページLv.4【スカウター131スキルブック】でした。いらねっ</p>',1,2757,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:19','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo0705_0800',3,0,'2007-05-23 08:00:40','5/19 リシェ 時計奪還作戦',null,'<p>そろそろレベル80目前？のリシェのためにゆうまさんとななさんがクロックからの時計強奪を企画してくれました。<br />\r(Lv.76 50%超えたんですが、くろねこレベル上げしてるのでこの数ヶ月全然上がってません。以前なら安地で放置してあげることも可能だったのですが...今は現実的に不可能です。)</p>\r<p>いきなりの企画だったのですが、リシェは以前ゆうまさんフレンドの時計取りの際に書庫の安地に置いてあったこともあり、ロビー～書庫までくろねこ、書庫はリシェになりました。</p>\r<p>書庫はかなり人が多かったですが...結果は？</p>','<p>2時間近く徘徊したのですが、非常に人も多かったので...ギアが一個のみのゲットになりました。<br />\r赤クロックも青クロックも何匹が遭遇したのですが...ドロップ率は良くなくこんな結果でしたね。<br />\r<a href=\"http://blog.blackcatlab.com/images/xo/xo070519_ao1-org.jpg\"><img alt=\"青ク',1,2520,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://blog.blackcatlab.com/images/xo/xo070519_ao1-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070519_aka1-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070519_aka2-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070520_ao1-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070520_aka1-org.jpg\">http://blog.blackcatlab...</a>\n<a href=\"http://blog.blackcatlab.com/images/xo/xo070520_aka2-org.jpg\">http://blog.blackcatlab...</a>',0,1,1,0,0,'1999-11-30 00:00:53','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070524_1810',3,0,'2007-05-24 18:10:52','エン･ケインさん お寺デビュー支援',null,'<p>一月ほど前に、lessonさんから依頼を受けていた件ですが....<br />\nエン･ケインさんをお寺に連れて行ってあげてほしいと...</p>\n<p>聞いたときのくろねこの心境を以下に表して見ます...</p>\n<p>(ﾟ&nabla;ﾟ ;)ｴｯ!?、お、お寺ですか？？ お寺ってあの....エイリアンの巣窟の ぺ、ぺトラ寺院ですよね？<br />\n||||||||||||||(*￣ロ￣)ガーン||||||||||||||||<br />\n最近レベルがぜんぜんあがらないんですよね...新マップ通い詰めで...(/&nabla;≦＼)ｱﾁｬ-</p>\n<p>脳裏に浮かんだ情景...それは<br />\n<a href=\"http://www.blackcat.xyz/article.php/xo070125_1249\">た、耐えられない</a><br />\nですね。</p>\n<p>そんな、負の感情を押し殺し快諾したくろねこ。その回答の裏には...レベルも上がったし...117&uarr;パラディンとして恥ずかしい背中は....</p>\n<p>そ、そうだユウさんを呼ぼう.... くろねこのフレンド中最強のプリーストその名は、「ユウ１９６９」。しかし、1969年生まれというわけではないらしいです。もちろん19月69日生まれでもないです。(そんな日付は現行の暦にはありません。)<br />\n百戦錬磨のユウさんなら、お寺のボスもしっぽを曲げてにげていくに違いない....</p>\n<p>それでは、当日のレポートをどうぞ！</p>','<p><strong>■05/20 19:00</strong><br />\nエスネ東門 エイリアン討伐隊集合場所である。しかしながら、招集していたメンバが約一名消息を絶ったまま。討伐作戦が敵に漏れそうそうに消されたのか？不安は尽きない。<br />\nさらに、ユウさんが20:30落ち予定、長くなっても21:00予定とのこと。不安材料は増えるばかりだ。</p>\n<p><strong>■19:15</strong><br />\nエン・ケイン氏は当日IN時間遅れが予想されたため、アシッドバス谷で待ち合わせの予定であったが、メンバが揃わないので待っていたところにIN。ついでだからエスネ東門からの出動に変更する。</p>\n<p><strong>■未明</strong><br />\n連絡の付かない隊員を待ちきれず、作戦を開始。同時に代わりの隊員を募集開始。そのころくろねこはブレイルリグローブを移動中。<br />\n<img alt=\"移動中-ブレイルリグローブ\" src=\"http://blog.blackcatlab.com/images/xo/xo070520_1.jpg\" width=\"400\" height=\"300\" />\n</p>\n<p><strong>■19:38</strong><br />\n募集中の隊員が網に引っかかる。引っかかった隊員はかなりの大物。ク～ゥ隊員(&sigma;・&forall;・)&sigma;ゲッツ!!<br />\nここで二手に分かれて、ク～ゥ隊員待ちのメンバ2名を残しそのほかのメンバはさらに奥へと進む。そして合流。<br />\n<img alt=\"移動中-クレティノ高原\" src=\"http://blog.blackcatlab.com/images/xo/xo070520_2.jpg\" width=\"400\" height=\"300\" />\n</p>\n<p><strong>■20:32</strong><br />\nペトラ寺院到着。と同時に「みなさんおかえり～」のバザーを発見。これから討伐を成功させ戻ってくるであろう我々を歓迎しているのか？それとも、我々に対する挑戦なのか...<br />\n<img alt=\"おかえりですと！\" src=\"http://blog.blackcatlab.com/images/xo/xo070520_3.jpg\" width=\"400\" height=\"300\" />\n</p>\n<p><strong>■20:48</strong><br />\nボス部屋前に到着。と同時に体が震え出す。これが武者震いというものなのか！<br />\nおおっと、高揚する気持ちを抑えここでとるべき行動を選択せねばなるまい。とりあえず、初めて来た隊員もいるのでここがボス部屋であると説明しなければ...<br />\nこの先がボス部屋であること、中の調査が必要であることを告げると...中の調査に初参加のエン・ケイン氏が突入した。と、同時にボス部屋で浮いた模様。中に安地はないと注意事項の説明を怠った為に起きた人災だ。今後の反省材料にしよう。<br />\nついで、そのほかのメンバも調査に乗り出す。制限時間は3秒だ。それ以上は妨害電波によるジャミングに失敗する危険性が高い。中に入った隊員から入電、ボスもその存在が確認されたらしい。とここで、くろねこも中の様子を確認するために、突入する。<br />\nすると、ログのゆかりにゃんがいる。しかも姿が丸見え。さらに悪いことに3秒以上経過しているはず...ここはにゃんがでるまで耐えねば...と思ったら...インビ中だったようですぐに姿が消えた。と同時にくろねこに15～20匹は居たと思われるエイリアン群がくろねこにおいかかる....(゜ワ゜;)エェッ!?<br />\n洞窟側に帰ろうとするが、耐えられた時間はわずかに4秒。結果、(。-ノ-)/&Omega;チー-ン!!(。-ノ-)ノ彡☆ポクポク!!<br />\nログさんは、その特性上、隠れるのがお仕事なので放っておくのが、吉だったか。これも今後の反省材料としよう。</p>\n<p><strong>■20:52</strong><br />\nその後も、何度か隊員がボス部屋突入を試み散っていく。ユウさんとゆかりにゃんが突入してきたので、くろねこもジュレアで復活支援するが、またもや...<br />\n<img alt=\"またもや浮いた！もはや不可能なのか・・・\" src=\"http://blog.blackcatlab.com/images/xo/xo070520_4.jpg\" width=\"400\" height=\"300\" />\n<br />\n見かねたユウ隊員が「私が耐えますと」再度突入。続いて他メンバも一斉突入。総攻撃により数名の犠牲はでたもののボス部屋に足がかりを作ることに成功。<br />\n<img alt=\"ボス部屋に足がかり\" src=\"http://blog.blackcatlab.com/images/xo/xo070520_5.jpg\" width=\"400\" height=\"300\" />\n</p>\n<p><strong>■21:03</strong><br />\n今回、初のビブロンズ(ボス)との対戦。<br />\n<img alt=\"ビブロンズ遭遇\" src=\"http://blog.blackcatlab.com/images/xo/xo070520_6.jpg\" width=\"400\" height=\"300\" />\n<br />\nク～ゥ隊員がFDで寝かせてる間に、くろねこは第二ボタン＆パオパオイャーを装備、ビブロンズに対しバインディング勝負をいどんだがいとも簡単に敗退。星野海斗氏の助言に有ったように魔法攻撃+30は必須なのか？<br />\n<img alt=\"ねこの装備ではバインディングが効かない\" src=\"http://blog.blackcatlab.com/images/xo/xo070520_8.jpg\" width=\"400\" height=\"300\" />\n</p>\n<p><strong>■21:05</strong><br />\n効かないものは仕方がない、<br />\n<img alt=\"仕方ない・・・耐えるか・・・\" src=\"http://blog.blackcatlab.com/images/xo/xo070520_9.jpg\" width=\"400\" height=\"300\" />\n<br />\nFDを外しくろねこが耐えてMPを切らして...エナ召還を出し本体のみしとめる作戦で行く。<br />\n<img alt=\"おまえ自身自らの愚かさを嘆くが良い♪\" src=\"http://blog.blackcatlab.com/images/xo/xo070520_A.jpg\" width=\"400\" height=\"300\" />\n<br />\nこの作戦が成功し、ナピオン・ダークをエン・ケインさんゲットかと思われたが、アイテムの配分がランダムのためユウさんに...</p>\n<p><strong>■21:20</strong><br />\n2匹目もいとも簡単に遭遇した。このビブロンズも同様に倒す。後で考えれば、同時に遭遇せず不幸中の幸いだったということか。今回のナピオン・ダークは意図したとおり、エン・ケイン隊員(&sigma;・&forall;・)&sigma;ゲッツ!!。<br />\nここで、ゆかり隊員も持って居らず、入手希望だと言うことがが判明。三匹目を探す。</p>\n<p><strong>■その後</strong><br />\n3匹目も意外と簡単に見つかる。このときのドロップはゆかりにゃんに。Nanaさんもナピオン・ダーク希望と言うことで4匹目を待つもなかなかでてこない。<br />\nユウ隊員も、ク～ゥ隊員もすでにそれぞれの持ち場に帰ったので、戦力不足が懸念される中22:30で撤収を決める。</p>\n<p><strong>■22:32</strong><br />\n撤収しようと帰り始めたとたん、ビブロンズが...タゲラレタlesson隊員が逃げる～。逃げたら雑魚が増えると心配していると、雑魚は増えなかったが、ボスにやられlesson隊員殉職。しかし、このビブロンズかなりあっさり倒せた。しかし、このビブロンズよほどの貧乏なのか、お目当てのナピオン・ダークを所持していなかった。かなりの小物だったようだ。<br />\nNana隊員にナピオン・ダークを支給することが出来ず残念な雰囲気も漂う中、入り口に戻り解散とした。</p>\n<p>今回はかなり最初が厳しかった。実装当初は人も多く比較的ボス部屋にインするのは楽であったが、最近はかなり寂れた模様。<br />\n今後も、何らかの形でお世話になるかもしれないので、エイリアンのエイリアンによるエイリアンのための振興策を期待する。</p>',1,3286,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070525_0722',3,0,'2007-05-25 07:22:58','くろねこ レベル123に♪',null,'<p>くろねこ Lv.123になりました。</p>','<p><img alt=\"くろねこ Lv.123\" src=\"http://blog.blackcatlab.com/images/xo/blackcat123.jpg\" width=\"400\" height=\"450\" /><br />\n四次実装までに131に成ることは出来るのでしょうか？<br />\n四次実装はいつなんでしょうかね？くろねこはもうすぐすべての課金が切れるので、どうしようか軽く悩んでいます。ぺース落とすかな・・・</p>\n',1,2322,0,2,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070526_1505',3,0,'2007-05-26 15:05:40','05/26 くろねこまたもや',null,'<p>またもや浮いてしまったくろねこです。<br />\r今回は、新マップに行こうとメンバを募集しながら狩をしていると...</p>','<p>今日はケンタッキーと、パンと、ジュースを買って琵琶湖に食べに行きました。<br />\r1500円のファミリーパックは結構食いごたえがあったなぁ。</p>\r<p>昨年はりっきーさんたちとバーベキューをした琵琶湖岸ですが、今年はバーベキューをしてる人がいないなと思いつつ寝ていたら13:00頃から一組、もう一組と計二組がバーベキューをしにやってきました。バーベキューはG.W.と夏休みがメインなのでしょうかね。そろそろ梅雨なのでその時期は外したいわけですが、今日は黄砂も飛んでくるような結構風のある日だったのでしている人間が少なかったのかもしれません</p>\r<p>帰ってきて、前々回(5/16)のメンテナンスで追加されたマップにスキルを取りに行こうと、フレンドに声を掛けていたわけです。チャットしながらだとかなり危険でお船はきつい。仕方がないので海賊船B2Fの火薬庫側階段付近でちまちま狩りをしていて....</p>\r<p>なんか急に増えてきたので階段の裏っかわから回ってきて階段に入ろうとしたら...なんか入れなくて行き過ぎて階段の表側に回ってきてしまいました。チャットしていた相手に「危ないから、あとで...」って入力中、クリティカルがぽぽぽーんと3発....(/&nabla;≦＼)アチャ-!ミテランナイ<br />\r残り1/3位だったHPがいつの間にか0になってました。<br />\r<img width=\"300\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070526_1505_1.gif\" alt=\"\"><br />\r&uarr;浮いちゃった経路</p>\r<p>浮いた2秒後くらいに現れた星野海斗氏、「おしかったね、もう少し俺が早く来ていれば」と言われてしまいました。(/&nabla;≦＼)アチャ-!ミテランナイ。星野氏は強いから、反対側で狩られたらチャットしながらちまちま狩っていたのではおいつかないっすね。しかし、その直前火薬庫で星野氏を見た記憶があるのですが...街でドロップを売りさばいて戻ってきたところだったのでしょうかね。</p>\r<p>早く、船で放置しても浮かないくらい強くなりたいものです。</p>\r<p class=\"add\">チャット<br />\rゼネのチャットってかなり使いにくいですよね。チャットウィンドウにIバーが有る状態で、モンスターをクリックしたら、Iバーが無くなってもうそのままではチャット出来なくて、Enterキーを押さないと入力が出来ない。これでは冒険中に囲まれたときとかは非常につらいですよね。他のMMOPRGでは文字入力可能でない部分(ゼネで言うと、1:1の相手名入力欄とチャット入力欄とフレンドチャット入力欄など入力可能な部分以外、例えばモンスターやNPC、マップ上のアイテムやただのフィールド部分)をクリックしてもカーソルは移動しないのですがね。なんでこのような実装なのでしょうか？<br />\rこのバグ(仕様？)の為にくろねこが遭遇するパターンを...<br />\r1)チャットを入力しようと思う<br />\r&darr;<br />\r2)でも、モンスターが現れクリックして攻撃<br />\r&darr;<br />\r3)そのまま、チャット内容を入力するが2)でカーソルがチャット入力欄にないので入力できてない<br />\r&darr;<br />\r4)カーソルを入力欄に戻して、改めて入力<br />\r&darr;<br />\r5)入力修正中にモンスター湧き湧き...危うい状況<br />\r&darr;<br />\r6)ここで2)に戻るか...浮くか....ちゃんとモンスターが処理できて入力し直せるか...状況次第ですかね...<br />\r<br />\r他にも、1:1会話中にマップ境界を超えると....それがサーバー境界だと1:1の相手先名が消えてしまいますね。1:1会話中のつもりがいつの間にかALLになってしまう。これも何とかして欲しい基本的な問題だったりします。</p>',1,2849,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070528_lost_phone',3,0,'2007-05-28 12:57:36','くろねこ…',null,'<p>携帯電話を落としてしまいました....<br />\r今はauショップで代替機を貸し出してもらってます</p>','<p>落とした(置き忘れた？)のは昨日なのですが、昨日は時季はずれのお墓参りで大谷墓地へ行ってました。<br />\r大谷本廟は現在いつもの無料駐車場が警察の指示で閉鎖中とのことで、車を西本願寺の駐車場に止めて無料往復バスで行きました。大谷本廟には他にも無料地下駐車場があったのですが、朝は一号線まではみ出していて交差点まで並ぶほどの渋滞でした。そこで西本願寺駐車場に止めたのですが、ここに止めるくらいなら電車で行った方が便利ですね。</p>\r<p>お墓参り後、タクシーで移動して昼食をとって帰ったのですが、その帰りに携帯電話がないことに気づきました。(/&nabla;≦＼)アチャ-!ミテランナイ<br />\rまず、昼食をとったところに電話してあるかないか確認してもらったのですが、無いとのこと。次に車を止めてあった西本願寺で確認したのですが、あいにくバスが無く確認できずそこの守衛所の連絡電話番号だけ聞いてきました。あと、タクシーは乗ったタクシー会社が不明なのでとりあえず、大谷墓地に戻って歩いた道をもう一度往復してきましたが見つからず...<br />\r乗ったタクシーの会社名がわからないかな？と乗り場まで行ったんですがそれらしいのはなく...<br />\r自宅に帰って、タクシー関係のHPをあさってみたもののわからず、いくつか掛けたら普通の人のおうちにかかったり...平日しか営業をしてなかったり...最後に五条警察署に電話してみたら、最寄りの警察署で遺失届をと言われ最寄りの警察署で手続きをしようとしたら、都道府県をまたがると(くろねこは滋賀県在住、無くしたのは京都府)全く意味がないといわれ...仕方なくもう一度五条警察署に電話し電話で遺失届を作りました。</p>\r<p>この遺失届というか警察業務ですが、都道府県でかなり違うようでして滋賀県は警察署に行かないと手続き不可能。京都は今回のように電話でも承ってもらえるようです。他に最寄りの警察署の職員が言っていたのですが、インターネットでも承ってくれる都道府県もあるようです。行かないといけないのはとても不便ですよね。特に旅行先でものを無くしたときなどは。</p>\r<p>とりあえず、今日は平日だし、タクシー協会に電話して確認してみますが...果たしてくろねこの携帯は見つかるのでしょうか？<br />\r次の携帯は....W54Tもしくは...W52CAを考えています。この携帯の発売予定は7月以降らしいです。(未公表)しかし、今度の夏モデルのパンフレット(一般にはまだ配布されていません)を見ていたのですが、ウォータープルーフ全ての携帯に実装されて欲しい機能ではあります。雨の日でも携帯を取り出したいですし、朝の出勤まえ顔を洗ってるときに出勤のアラームがなったりします。こんな時ウォータープルーフだったら...なんの問題もないですね♪</p>',1,4225,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:54','html',0,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('070628_close_blog',2,0,'2007-05-28 19:00:00','ブログ 閉鎖のお知らせ♪','','<p>突然ですが、今月末を持ちましてくろねこのつぶやきを閉鎖することになりました...<br /> 最近ブログをメンテナンスする気力もなく、無気力状態が...<br /> コメントを登録してもらったらシステムの不具合などで重複して2件登録してもらうことになったり...いろんな形でご迷惑をおかけしてました。</p>','<p>テンプレートの不具合から、一部携帯電話からは参照できない(しづらい)などの不具合が...<br /> メンテするサイトは一つだけの方が楽ですよね</p>\r<p>くろねこのつぶやき、先月の実績でユニークユーザー数8,222、トータルアクセス数14,045 特定の日ではユニークユーザー数が397、トータルアクセス数が878でした。結構人も減ってきていますね。<br /> やはり、ブログは毎日更新。ネタは新鮮。そして一握りのスパイスですかね。<br />更新数も落ちてきて...落ちるとネタも古くなり....時間がとれたからスパイス(ひねり)が効いてるかといわれれば、もともとねこにはそのような才覚もなく...(/&nabla;≦＼)アチャ-!ミテランナイ</p>',1,2609,0,1,'1970-01-01 09:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:06','html',0,0,'','',0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070530_0734',3,0,'2007-05-30 07:34:26','05/30 今日はメンテ時間延長しまっす♪',null,'<p>昨日正式にメンテナンス期間の延長がアナウンスされたXenepic Onlineですが、果たして予定された時間内ですべての作業が完了するでしょうか？</p>','<p>ところでメンテナンス作業って何をするのでしょうか？くろねこが考えるに以下のような作業があると思います。\n<ol>\n    <li>現在の環境のバックアップ </li>\n    <li>開発が完了したファイルのサーバへのアップ </li>\n    <li>アップされたファイルに応じた環境(Configみたいなの？)の設定 </li>\n    <li>正常にアップできているかの確認 </li>\n</ol></p>\n<p>いつもXenepic Onlineって4番目の作業で漏れがたくさんあるんでしょうね。もしくはこれ以前の開発の段階でテストする人の能力がかなり低いか、会社としてテストがかなり軽視されている。まあ原因は両方だと思いますが。誰かが文句言ってきても無視すればいいと思っていますからね。日本の法律に彼らに対する拘束力があるわけではありませんし。開発段階で見落としたバグが4番目の作業の段階で見つかってもすでに遅いわけなんですよ。たいてい修正している時間などあるわけが無いですし。</p>\n<p>ところで、今回のアップデートは新職業の実装。それに伴うクエスト・アイテム関係の修正。さらには無関係の職業のスキルの導入となっています。くろねこ的には現在新職業のキャラを作る予定がございませんので、くろねこの新スキルが気になります。どの程度の威力があるのでしょうか？ホーリークラッシュを超えるスキルはあるのか？あとは、各職業に実装されるであろう、範囲スキルのことですね。ねずみを倒すのが確実に楽になりますね。範囲でコブラ乱狩りでゼンストーン収集なんかもいいかもです。プリーストには範囲攻撃のスキルがないとぼやいてらっしゃった方もおられたのですが、新しい範囲回復魔法、近くにいる(一定範囲)PCなのか、同一マップのPTメンバなのか、その組み合わせで一定範囲のPTメンバなのかが気になるところです。まあ、ベホマズン相当のスキルの実装はありえないと思いますが、ベホマラーなら使えるのか･･･と思っていると。<br />\nとあるフレンドさんは、攻撃を受けるのは前衛だけだから範囲回復は(*・・)σ ⌒・ ﾎﾟｲｯﾎﾟｲｯ らしいです。</p>\n<p>ところで、装備品なのですが...<br />\n転職クエスト時にもらえるファイターネックレスなどの職業関連アクセサリ、レベル35クエとも呼ばれるガディドロップアイテムが必要な職業アクセサリ。この中で新職業と絡んでくるのは、ローグアンクレット、ペイシャンバングル/アコライトブローチ、レルディエプネックレスだと思うのですが、これらはそれぞれスカウター、クレリックともに装備可能なのでしょうか？装備可能だとすると、現在装備中のキャラははずさない限りそのまま使えそうですね。使っている方ってほとんどおられないと思いますが。それとも、すでにアナウンスがあったらスキルと同様にローグアンクレットはアーチャーに転職した際にもらえるアクセサリに、プレディクターも同様に自動的に交換されてしまうのでしょうか？インしたときのお楽しみです♪</p>\n<p>まぁ、今回も延長された予定時間に間に合わないと思います。よしんば間に合ったとしても、今回のバザーインビシブル事件のように何かしらのよからぬ実装が施されていることでしょう。緊急メンテの可能性もかなり大きいと思います。</p>\n<p>新職業＆新スキルに期待。でも、メンテが予定時間に終わることには期待しないで起きましょう♪</p>',1,2770,0,0,'0000-00-00 00:00:00',0,null,0,1,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070531_pepsi_ice_cucumber',3,0,'2007-05-31 12:22:18','きゅうり味のコーラ',null,'<p>きゅうり味のコーラが発売されるようです。</p>\r<p>正式な名称は「ペプシアイスキューカンバー(PEPSI ICE CUCUMBER)」らしいです。<br />\r作業先で一緒に働いているメンバの方から聞いたのですが...<br />\r正直結構奇妙なものという感がぬぐえません、買ってまで飲もうと思いますか？<br />\r雰囲気的には昔の青汁に挑戦するような感じでしょうか？<br />\r下記のニュースリリースが消えちゃうと悲しいので、コピペしておきます。<br />\r<a href=\"http://www.suntory.co.jp/news/2007/9803.html\">Suntory News Release No.9803</a> </p>','<p class=\"number\">No.9803&nbsp;&nbsp;&nbsp;（2007.5.22）</p>\r<div align=\"center\">\r<h1 class=\"bigtitle\">「ペプシアイスキューカンバー」期間限定発売<br />\r―　コーラとキュウリの組み合わせが新しい、<br />\r爽やかなペプシが世界初登場　― </h1>\r<div style=\"MARGIN-TOP: 15px\"><img height=\"389\" alt=\"「ペプシアイスキューカンバー」期間限定発売\" width=\"273\" border=\"0\" src=\"http://blog.blackcatlab.com/images/gene/9803.jpe\" /> </div>\r</div>\r<div align=\"center\"><hr width=\"90%\" />\r</div>\r<p>サントリー（株）は、PEPSIのラインナップとして「ペプシアイスキューカンバー」を6月12日（火）から全国で期間限定発売します。</p>\r<p>PEPSIは、本年度も積極的な活動を展開しており、3月には、主力商品の「ペプシネックス」をリニューアル発売、&ldquo;ゼロカロリーでおいしいコーラ&rdquo;として、幅広い層のお客様から大変ご好評をいただいています。<br />\r今回「ペプシアイスキューカンバー」を新たに発売することで、この勢いを加速させるとともに、お客様に楽しいコーラの世界を積極的に提案し、炭酸市場を活性化していきます。</p>\r<p>「ペプシアイスキューカンバー」は、ほのかに香る「キュウリ」風味とコーラならではの炭酸の刺激が絶妙なバランスの、爽やかな味わいのコーラ飲料です。インパクトのあるエメラルドグリーンの液色が、清涼感を演出します。また、パッケージは、グリーンのストライプ、ブルーのグラデーションをベースに、浮き上がる氷のモチーフを中央に配し、洗練された爽やかなデザインに仕上げました。</p>\r<p align=\"center\">―　記　―</p>\r<p>▼商品名・容量・希望小売価格（消費税別）および梱包<br />\r「ペプシアイスキューカンバー」500mlペットボトル　　　　140円　　　　24本</p>\r<p>▼発売期日　　　　2007年6月12日（火）期間限定</p>\r<p>▼発売地域　　　　全国</p>\r<p>▽本件に関するお客様からの問い合わせ先<br />\rサントリー（株）お客様センター　　フリーダイヤル　0120－139－320<br />\r（東京）〒135－8631　東京都港区台場2－3－3<br />\r（大阪）〒530－8203　大阪市北区堂島浜2－1－40<br />\rサントリーホームページ　<a href=\"http://www.suntory.co.jp/\">http://www.suntory.co.jp/</a></p>\r<br />\r<br />\r<p align=\"right\">以上</p>',1,3679,0,0,'0000-00-00 00:00:00',1,'<a href=\"http://www.suntory.co.jp/news/2007/9803.html\">Suntory News Release No...</a>\n<a href=\"http://www.suntory.co.jp/\">http://www.suntory.co.jp/</a>',0,1,1,0,0,'1999-11-30 00:00:26','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070530_2048',3,0,'2007-05-31 12:22:18','05/30 お祭り騒ぎですね',null,'<p>帰宅後、すぐにインしたくろねこですが...<br />\rインした時に居たのは、スキルブック販売員の前でした。そのときの光景は人にあふれていました。正直これほど人がいたのを感じたのは、少し前の襲撃イベント以来でしたね。イベントの時は人があふれかえるようです。そう、お祭り騒ぎですね。新職業の実装はお祭りだったようです。</p>\r<p>くろねこ、新しいスキルを買って覚えようと思ったところ、故意に買っていなかったパワーラッシュ/ダブルビート/トライアングルスラッシュ以外に、パワーロア、フィジカルロア、ソードロアなどの121スキルも買い忘れていることが判明しました。<br />\rついでにまとめて全部買えるものは買って...スキル伝授者の所に行くと予想外の会話が...いつもの調子で内容も見ずに選択肢をクリックしているものですから、スキルブック伝授者が「あなたに入らないものですから削除します。足枷になっています」というような事を言っているのですが、何を削除しようとしているのかわかりません。そのまま、選択肢は無いので進めていくと....削除されたのは「封印されたスキル(クイック)」でした。</p>\r<blockquote>\r<p>なるほろ、すでにレベル31になったいちごですが、封印されたスキルでクイックを選択したためにクイックがスキルブックで修得できる様に仕様変更された後も封印されたスキルを覚えることが出来ませんでした。この対応でようやく覚えることが出来るようになったかと思えたのですが、ところがどっこい、封印されたスキルの修得期間はレベル20～30迄とすでにレベル31のいちごは修得が不可能だと思われます。</p>\r</blockquote>\r<p>戦士系のくろねこが覚えることが出来た新スキルは、以下の4つのスキルです。</p>\r<ul>\r    <li>ファイアスイング(Lv.3迄修得)</li>\r    <li>アトラクション(Lv.6迄修得)</li>\r    <li>オーバーバーニング(マスター)</li>\r    <li>ペイションス(マスター)</li>\r</ul>','<p>上記のように4つも増えたスキルですが...使えるのはファイアスイングのみというのが、パラディン諸君の統一見解といえそうです。アトラクションも遠距離攻撃と言う観点から、ボスの召還を出すという目的で使えそうですがまだ試す機会に遭遇していません。というか、まだ消費武器を購入していません。クロックソロでもする際に試してみたいと思います。</p>\r<p>以下は唯一自身で試したファイアスイング(Lv.3)の使用した感想です。<br />\r使用場所は船です。<br />\r装備：ポリックスター、スーパーマジカルクロック改&times;1、百人力の腕輪&times;2<br />\r課金：攻撃Lv.3(物理攻撃+100)<br />\r上記内容で、スケルを一撃で倒すのは不可能でした。<br />\rこの状態にフォースハンドLv.3(+80)をもらうとスケルが一撃。<br />\rまた、ヴァイタリティLv.2(+115)＋フォースハンドLv.4(+100)をもらうとバイキールなどの新モンスターも一撃でした♪<br />\rさらには、聞いた話ですがファイアスイングLv.4修得済みの星野海斗氏は船倉すらも一撃だそうです。</p>\r<p>今回のスキル追加で範囲攻撃スキルが増えましたね。<br />\r同じレベルで比較できないのですが、攻撃力はなにが一番強いのでしょうか？<br />\rライトニング＞ファイアスイング＞フリーズスプレッシャー＞サークルトラップ<br />\rと思うのですが、どうでしょうか？あと、アローランページはどこにはまるのかな？<br />\rステ振りも関係すると思うので簡単じゃないとは思いますが。</p>\r<p>最後に、昨日は海賊船で遊んでいたわけですが同様の方が多くて混み混みでした。<br />\rあと範囲スキル連発で、マップが重かったようです。たくさん集めて狩り狩りしようと言う方も居られたので、B2F/船倉とも数少ないモンスターを取り合いしていたような感じですね。船倉はまだ良いのですがB2Fは反対側でめちゃめちゃ湧くことも多く、あちこちで大量の天使が羽を出していましたよ。</p>\r<p>くれぐれもクルージングの際には気を付けてくださいな。</p>',1,2800,0,2,'1970-01-01 09:00:00',0,'',0,1,1,0,0,'2010-03-06 09:58:20','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070531_numlock_on_at_start',3,0,'2007-05-31 15:58:06','起動時に NumLock を自動でオンにさせたい',null,'<p>くろねこのサイトにはもう NumLock を ON に設定する方法について記載は無いのですが、検索ワードを見ているとこの情報を求めている方が月に20～30人程度おられるようです。</p>\r<p>前のサイトでご紹介していた方法のひとつになりますが、くろねこがいつも使用している方法をひとつご紹介します。</p>','<p>Windows NT 以降の標準設定では，ログオン時に｢NumLock」がオフになっています。 ｢NumLock｣キーを押せば当然ながらオンになりますが，毎回同じ操作をするのはとても面倒です。 この場合，次の手順を行うことでログオン時に｢NumLock」を自動的にオンにさせることが可能です。</p>\r<p><em>[注意]<br />\rレジストリに不正な値を書き込んでしまうと、システムに重大な障害を及ぼし、最悪の場合、 システムの再インストールを余儀なくされることもあります。レジストリエディタの操作は 慎重に行うとともに、あくまで御自分のリスクで操作を行ってください。何らかの障害が 発生した場合でも、責任を負いかねます。ご了承ください。</em></p>\r<p>『レジストリエディタ』を起動させましょう。デスクトップのタスクバーの[スタート]ボタンを クリック。現れたメニューの[ファイル名を指定して実行(R)...]の上にマウスポインターを移動 させてクリック。｢ファイル名を指定して実行｣ウィンドウが表示されたら、&quot;REGEDIT&quot;と入力し て、「OK」ボタンをクリックします。<br />\r次のデータを編集します。</p>\r<blockquote> HKEY_USERS&#092;[ユーザ名]&#092;Control Panel&#092;Keboard&#092;InitalKeyoboardIndicators </blockquote>\r<p>を0から2に変更します。 これで次回起動時からNumLockがONになります。逆にOFFにしたいときには、0にします。</p>\r<p>起動時（ログオン前）の NumLock 状態を変更するには、下記を変更します。</p>\r<blockquote> HKEY_USERS&#092;.DEFAULT&#092;Control Panel&#092;Keboard&#092;InitalKeyoboardIndicators </blockquote>\r<p>Microsoft のサポートオンラインにも<a href=\"http://support.microsoft.com/kb/314879/ja\">Windows XP へのログオン後の NumLock キーの状態を設定する方法</a>というのがありますが、 この方法はログオンに NumLock 状態を変更するだけ(キーを一回押すような感じ)なので、NumLock が OFF であることが前提となっているようです。<br />\rレジストリを操作する方法ですと、ログオン時(または起動時)に NumLock の状態を ON に変更するので、無用なトラブルが回避できます。先ほどのサポート情報にもリンクが追加されていますが、ログオン前に NumLock を ON にする公式のサポート情報が<a href=\"http://support.microsoft.com/kb/154529/\">ログオン画面で NumLock キーを有効にする方法</a>として公開されています。&nbsp;内容はこことまったく同じですね。</p>\r<p>Windows 2000, XP で確認しましたが、 Windows 2003 Serverでは正しく動作しないことがあるようです。くろねこが Windows 2003 Server (SBS2003付属)を使用していたときは、問題なく使用できておりました。<br />\rTerminal Service がらみの仕様のようですが...</p>',1,8927,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://support.microsoft.com/kb/314879/ja\">Windows XP へのログ...</a>\n<a href=\"http://support.microsoft.com/kb/154529/\">ログオン画面で NumLock キーを有効にする方法</a>',0,1,1,0,0,'2010-01-29 13:30:50','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070602_1305',3,0,'2007-06-02 13:05:24','くろねこ レベル124',null,'<p>くろねこレベル124になりました。</p>\r<p>今回は今週実装されたばかりの範囲攻撃スキルのファイアの中で羽を出そうかと思っていたのですが...</p>','<p>さぁ、スキルを使ってレベルアップ♪<br />\rあ、ボタン押すの早かった・・・<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo070602_1305_1.jpg\" alt=\"\"></p>\r<p>もう一度、まにあうか・・・<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo070602_1305_2.jpg\" alt=\"\"><br />\rとこんな感じで、ファイアサークルの中で羽のSSをという野望は踏みにじられました。</p>\r<p>今回も、力にぽちっと<br />\r<img width=\"350\" height=\"250\" src=\"http://www.blackcat.xyz/images/articles/xo070602_1305_3.jpg\" alt=\"\"></p>\r<p><img width=\"350\" height=\"250\" src=\"http://www.blackcat.xyz/images/articles/xo070602_1305_4.jpg\" alt=\"\"></p>',1,2109,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070603_1112',3,0,'2007-06-03 11:12:43','ガチャ500B開封 中間発表',null,'<p>はぁ、ぜんぜんいいものが出ない&hellip;<br />\rマントが欲しいんだけど？でるのはステ課金ばかり&hellip;&hellip;しかも、いらないやつねっ！<br />\r精神振りにしてから、マントよりも黒ランドが欲しくなってきた...</p>\r<p>ガチャってお金がかかりますよね？<br />\rお金を使い始めるときりがないので、今はレベルが上がったときに1個。<br />\r1レベル浮かずにあげられたら2個というルールで♪(いつも浮くんですがね。)</p>\r<p>※ちなみにSSから探し当てた分だけです。ほかにも1,2個忘れてるのがあるかも&hellip;<br />\r　また見つけたら足しておきます</p>','<table>\r    <caption>6/3 ガチャ500B開封状況中間発表</caption>\r    <tbody>\r        <tr>\r            <th>№</th>\r            <th>名称</th>\r            <th>効果</th>\r            <th>XP</th>\r        </tr>\r        <tr>\r            <th>01</th>\r            <td>ある開拓者の記録</td>\r            <td>経験値 2.5 3D</td>\r            <td>700</td>\r        </tr>\r        <tr>\r            <th>02</th>\r            <td>大いなる旅人の記録</td>\r            <td>経験値 1.5 15D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r            <th>03</th>\r            <td>セイントクリティカルキャンディー3</td>\r            <td>クリティカル+9 30D</td>\r            <td>1,000</td>\r        </tr>\r        <tr>\r            <th>04</th>\r            <td>聖なる守力の心3</td>\r            <td>防御+100 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r            <th>05</th>\r            <td>聖なる体力の心3</td>\r            <td>最大HP+600 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r            <th>06</th>\r            <td>聖なる腕力の心1</td>\r            <td>攻撃+60 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r            <th>07</th>\r            <td>パオパオイャー</td>\r            <td>攻撃+10/魔法攻撃+10</td>\r        </tr>\r        <tr>\r            <th>08</th>\r            <td>聖なる守力の心3</td>\r            <td>防御+100 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r            <th>09</th>\r            <td>聖なる腕力の心2</td>\r            <td>攻撃+80 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r            <th>10</th>\r            <td>大いなる冒険者の記録</td>\r            <td>経験値 2.0 15D</td>\r            <td>1,350</td>\r        </tr>\r        <tr>\r            <th>11</th>\r            <td>聖なる体力の心1</td>\r            <td>最大HP+200 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r            <th>12</th>\r            <td>偉大なる旅人の記録</td>\r            <td>経験値 1.5 30D</td>\r            <td>700</td>\r        </tr>\r        <tr>\r            <th>13</th>\r            <td>聖なる守力の心3</td>\r            <td>防御+100 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r            <th>14</th>\r            <td>あ魔除け傘</td>\r            <td>精神+10/最大MP+100/防御+25/魔法防御+10/重さ20</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r        </tr>\r        <tr>\r            <th>15</th>\r            <td>聖なる腕力の心3</td>\r            <td>攻撃+100 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r        </tr>\r        <tr>\r            <th>16</th>\r            <td>聖なる精力の心2</td>\r            <td>最大MP+300 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r        </tr>\r        <tr>\r            <th>17</th>\r            <td>聖なる知力の心1</td>\r            <td>魔法攻撃+40 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r        </tr>\r        <tr>\r            <th>18</th>\r            <td>聖なる守力の心1</td>\r            <td>防御+60 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r        </tr>\r        <tr>\r            <th>19</th>\r            <td>聖なる心力の心3</td>\r            <td>魔法防御+80 30D</td>\r            <td>500</td>\r        </tr>\r        <tr>\r        </tr>\r        <tr>\r            <th colspan=\"3\">合計</th>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r        </tr>\r    </tbody>\r</table>',1,2428,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070604_GANDAM00',3,0,'2007-06-04 11:29:20','ガンダムの新作できるんですね。まちどおしぃな？',null,'機動戦士ガンダム00(ダブルオー)<br />\r携帯電話でストリーミングデータがダウンロード可能なんだけど1回しか見ることが出来ないのよね。<br />\r限定する意味ってあるのかしらっ？<br />\rちなみにサイトはこちら&rarr;<a href=\"http://www.gundam00.net/\">http://www.gundam00.net/</a>(『機動戦士ガンダム00(ダブルオー) 公式サイト』)','',1,3091,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.gundam00.net/\">http://www.gundam00.net/</a>',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070604_1142',3,0,'2007-06-04 11:42:03','06/02昼 一日参職業体験日記',null,'くろねこは体験してないのですが&hellip;<br />\rきむちゃんが体験してくれました。アコライト(2)&rarr;プレディクター&rarr;クレリック<br />\r朝起きたときにはアコライトで、そのまま並行転職していたきむちゃんに1:1で「おはよ～」って入れてしまったようです。<br />\rこれからクレリックに転職するというので、お手伝いしようとしたらぜんぜんお手伝いできなかったというお話。','<p>6/3 一日参職業体験日記 くろねこは体験してないのですが&hellip; きむちゃんが体験してくれました。<br />\rアコライト(2)&rarr;プレディクター&rarr;クレリック</p>\r<p>朝起きたときにはアコライトで、そのまま並行転職していたきむちゃんに1:1入れてしまったようです。<br />\rこれからクレリックに転職するというので、お手伝いしようとしたらぜんぜんお手伝いできなかったというお話。</p>\r<p>転職に必要なものは...</p>\r<ol>\r    <li>転職クエスト(課せられる試練:ジュレアの信徒に魔神の血3種類を全部持って行く)<br />\r    <table cellspacing=\"1\" cellpadding=\"1\" border=\"1\">\r        <tbody>\r            <tr>\r                <th>もの</th>\r                <th>個数</th>\r                <th>取れる場所</th>\r            </tr>\r            <tr>\r                <td>魔人の血</td>\r                <td rowspan=\"3\">各1個</td>\r                <td>ゼロマインB2F、B3F</td>\r            </tr>\r            <tr>\r                <td>魔人の血(黄)</td>\r                <td>カバルツ洞窟B2F、B3F</td>\r            </tr>\r            <tr>\r                <td>魔人の血(青)</td>\r                <td>海賊船B1F、B2F、B3F</td>\r            </tr>\r        </tbody>\r    </table>\r    </li>\r    <li>転職クエスト(己を映す鏡:錬金術師に英魂の玉を作ってもらう) </li>\r    <li>転職クエスト(我が魂錬金術師に)<br />\r    <table cellspacing=\"1\" cellpadding=\"1\" border=\"1\">\r        <tbody>\r            <tr>\r                <th>もの</th>\r                <th>個数</th>\r                <th>取れる場所</th>\r            </tr>\r            <tr>\r                <td>Lv.67の武器(店売り)</td>\r                <td rowspan=\"2\">各1個</td>\r                <td>武器商</td>\r            </tr>\r            <tr>\r                <td>Lv.67の服(店売り)</td>\r                <td>防具商</td>\r            </tr>\r            <tr>\r                <td>フェアリーパウダー</td>\r                <td>50個</td>\r                <td>ファイアフェアリーマップ、地下水路B2F</td>\r            </tr>\r            <tr>\r                <td>精霊石</td>\r                <td rowspan=\"3\">各20個</td>\r                <td>ロレン谷など</td>\r            </tr>\r            <tr>\r                <td>形象石</td>\r                <td>モピアスの森、インクウェル平原、クリスタンの森</td>\r            </tr>\r            <tr>\r                <td>英魂石</td>\r                <td>エティネ平原、プレズナル平原、セリプの森</td>\r            </tr>\r            <tr>\r                <td>レルディエプネックレス</td>\r                <td>1個</td>\r                <td>Lv.35で受けれるギルドクエストの報酬</td>\r            </tr>\r        </tbody>\r    </table>\r    </li>\r    <li>転職クエスト(クレリックへの転職:モルディアンにジュレアの祝福の玉を持って行く) </li>\r</ol>\r<p>と、まぁこんな感じなのですが...</p>\r<p>くろねこが一番めんどくさそうなフェアリーパウダーを集めてくるから、きむちゃんがほかを担当ということで...<br />\rくろねこ 地下水路B2Fに行ったのですが、ほしいときにはちっとも出なくて2個集めるのが精一杯。仕方なくフェアリーマップに移動。8個くらい集めたところできむちゃんが全部バザーで集めてくろねこ洋ナシ(用無しね)！</p>\r<p>そのままエスネへテクテク。<br />\rレイルラスに話しかけて転職しようとしたら最期にレディエプネックレスが無いことが判明。バザーにもないし...ということでlaksmiさんから拝借。<br />\r無事転職かと思ったら...<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070604_1142_1.jpg\" alt=\"\"><br />\rSS取れなかった。わちょーい</p>',1,2923,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070604_1254',3,0,'2007-06-04 12:54:00','06/02夜 ゆかりにゃん転職式',null,'<p>とうとう、ゆかりにゃんがスカウターに!!!</p>\r<p>お祝いを用意しておかなくちゃ♪</p>','<p>転職記事は本人が書くだろうから、おいといてねこはSSだけ。<br />\r最期の二次職姿。もふもふがかわいい<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070604_1254_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070604_1254_1.jpg\" alt=\"\"></a><br />\rそして転職の羽<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070604_1254_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070604_1254_2.jpg\" alt=\"\"></a><br />\rスカウターに転職だと思ったら、アサシンでした...</p>\r<p>転職式なかなか人が並ばないんですよね。SS見ても分かるかもですけど微妙にがたがたです。これでも結構並んだほうなのですが...</p>\r<p>このあとの二次会がもっと大変。21:15転職式開始で、二次会に出発できたのは23:10は回ってた。途中待ちきれなくて隣のマップでカリカリしてたよ。そんなこんなで出発した二次会も、二次職の方々から順に浮き浮き。劉刀が最終マップ1個手前まで浮かずについてこれたのがまたすごかった。(ゆかりにゃんも浮いたのにね)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070604_1254_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"333\" src=\"http://www.blackcat.xyz/images/articles/xo070604_1254_3.jpg\" alt=\"\"></a></p>\r<p>まぁ、結構楽しくいけてよかった♪</p>\r<p class=\"add\">渡したお祝い使ってくれてるのかな？</p>\r<p class=\"add\">ゆかりにゃんが書いた<a href=\"http://yukarinyan.blog56.fc2.com/blog-entry-121.html\">転職記事</a>。どうやらSSが取れてなかったらしい。発言しながらは結構つらいと思うのであります。</p>',1,3126,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070604_1254_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070604_1254_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070604_1254_3_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://yukarinyan.blog56.fc2.com/blog-entry-121.html\">転職記事</a>',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070605161634275',2,0,'2007-06-05 16:16:34','アクセスカウンタと逆アクセスランキングを導入',null,'<p>6/1～アクセスカウンタとアクセスランキングを導入しました。</p>\r<p>アクセスカウンタは左カラムに、ランキングはページ上部のメニューからランキングをクリックしていただけるとごらんになれます。</p>','<p>しかしながら、アクセスカウンタ、アクセスランキングともに100%満足できるものではありません。<br />\rアクセスカウンタはアクセス解析タグと表示系が分かれていないために、表示できる場所が限られてしまう。本当は、右側に配置したいのですが、右カラムは表示されない場合が多いので訪問者全員をカウントできない問題があります。</p>\r<p>アクセスランキングはといいますと...<br />\r解析タグと表示系が分けられるのはいいのですが、自サイトもそのランキング対象にしてしまいます。こちらは、いろいろ設定を試したのですが解決方法が見つからず、現在問い合わせ中です。せっかくの逆アクセスランキングも10件中自サイトが2件を占めているなどあまり快くない状況ですが、改善されるまでスルーしてください。</p>',1,2209,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:15','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070606_1259',3,0,'2007-06-06 00:59:41','06/01 新バグ',null,'<p>攻撃力が足りなくて...</p>\r<p>それまで2つで満足していた百人力の腕輪【パラディンLv.120アクセサリ】なんだけど...</p>\r<p>5/30 に実装された新スキル。くろねこが愛用したのはファイアスウィングのみ。このファイアスウィングは攻撃力はLv.3でもホーリークラッシュLv.1よりも下回る感じ。たぶんFS Lv.4でHC Lv.1くらいかな？と思わせる雰囲気がある。<br />\r</p>','<p>しかもね、詠唱時間が長いの...<br />\rたたかれていると、スキルボタンを押してから発動までに1分ぐらいかかってそうなんだけど？あきらめて、ホーリークラッシュ使って攻撃し始めたら突然出てきたり...もうねいつ出るか分からないそんな感じのスキルね。</p>\r<p>使い方としては、モンスターの群れに突っ込む前にスキルをぽちっと押しながら突っ込むか、もしくはモンスターの群れの中のちょっと空いたスペースに突っ込んでモンスターが集まる前にぽちっとって感じがお勧め。</p>\r<p>で、くろねこの現状としては海賊船B2Fのスケルどころか、B1Fでも満足に一撃できないのよ；；。攻撃力で80～100足りない感じね。一撃できなかったら、結局HCで倒すことになるのでFSはまったく持って無駄なわけ。これはFSを強くするしかあるまい。</p>\r<p>ということで、ブリからテクテク歩いて雪山を越えヨツンまで向かっていたくろねこ。この日はサーバ？回線？の調子がよくなくてチョーバッドな雰囲気。そんな中今まで見たことがないバグに遭遇しちゃったわ♪</p>\r<p>これ&darr;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070606_1259_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"299\" src=\"http://www.blackcat.xyz/images/articles/xo070606_1259_1.jpg\" alt=\"\"></a><br />\r回転させたところ&darr;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070606_1259_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"299\" src=\"http://www.blackcat.xyz/images/articles/xo070606_1259_2.jpg\" alt=\"\"></a></p>\r<p>ちなみにこれ、キャラ選択に行っても直らなかった。海賊船でよく起こるマップが永遠に回り続けるバグと同じ。この状態でもモンスターにタゲが可能だったのでこのまま進めたかもしれないけど。このあとどうなるかすごく気になったけど、やっぱチキンなくろねこには無理＞＜；<br />\rクライアントを強制終了しちゃった。</p>\r<p>これ、故意に起こせるならマップを作るときに最適だね。</p>',1,2440,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070606_1259_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070606_1259_2_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070606_1254',3,0,'2007-06-06 12:54:41','06/02 きむちゃんの転職式に向かう間に…',null,'<p>ちょっと前の話ですが&hellip;</p>\r<p>久々にこんなやつに出会ってました。</p>','<p>ウィザなら一撃で消し炭なのに&hellip;<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070606_1254_1.jpg\" alt=\"\"><br />\r劇弱パラディンは&hellip;ホーリークラッシュLv.1でちょうど2発かかりましたとさ。<br />\r(しかもちゃんとオーラー3かかっているところがみそです。)</p>',1,2458,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070607_tax_increase',3,0,'2007-06-07 12:57:00','もしかして増税？',null,'<p>昨年度と比べて異様に高くなったなというのが第一印象でした。同封の資料を読むと...税源委譲に伴うものであることがわかります。住民税が増えた分は今年度の所得税(来年の3/15に確定する分)から差し引かれるようなので、計算期間は異なるものの基本的に&plusmn;は無いように書かれています。それは果たして本当なのでしょうか？</p>\r<p>ちょっと確認してみました。(くろねこの場合)<br />\r</p>','<p>こんな感じ？ </p>\r<table cellspacing=\"1\" cellpadding=\"1\" border=\"1\">\r    <caption>所得税と住民税の所得控除の違い</caption>\r    <tbody>\r        <tr>\r            <th>所得控除の種類</th>\r            <th>所得税の所得控除</th>\r            <th>住民税の所得控除</th>\r            <th>差額</th>\r        </tr>\r        <tr>\r            <th>雑損控除</th>\r            <td>次の二つのうちいずれか多い方の金額<br />\r            (1)(差引損失額)－(総所得金額等)&times;10%<br />\r            (2)(差引損失額のうち災害関連支出の金額)－5万円<br />\r            </td>\r            <td>&larr;</td>\r            <td>0万円</td>\r        </tr>\r        <tr>\r            <th>医療費控除</th>\r            <td>（支払った医療費-保険等により補てんされた額）-｛（総所得金額等&times;20%）又は10万円のいずれか低い額｝<br />\r            （限度額200万円）</td>\r            <td>&larr;</td>\r            <td>0万円</td>\r        </tr>\r        <tr>\r            <th>社会保険料控除</th>\r            <td>支払った額</td>\r            <td>&larr;</td>\r            <td>0万円</td>\r        </tr>\r        <tr>\r            <th>小規模企業共済等掛金控除</th>\r            <td>支払った額</td>\r            <td>&larr;</td>\r            <td>0万円</td>\r        </tr>\r        <tr>\r            <th>生命保険料控除</th>\r            <td valign=\"top\">生命保険料控除の控除額は、生命保険料と個人年金保険料についてそれぞれ次の表の計算式に当てはめて計算します。この方法で計算した金額の合計額が生命保険料控除額です。\r            <table border=\"1\">\r                <tbody>\r                    <tr>\r                        <th>年間の支払保険料の合計</th>\r                        <th>控除額</th>\r                    </tr>\r                    <tr>\r                        <th>2万5千円以下</th>\r                        <td>支払金額</td>\r                    </tr>\r                    <tr>\r                        <th>2万5千円を超え5万円以下</th>\r                        <td>支払金額&divide;2＋1万2,500円</td>\r                    </tr>\r                    <tr>\r                        <th>5万円を超え10万円以下</th>\r                        <td>支払金額&divide;4＋2万5,000円</td>\r                    </tr>\r                    <tr>\r                        <th>10万円超</th>\r                        <td>5万円</td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td valign=\"top\">生命保険料控除の控除額は、生命保険料と個人年金保険料についてそれぞれ次の表の計算式に当てはめて計算します。この方法で計算した金額の合計額が生命保険料控除額です。\r            <table border=\"1\">\r                <tbody>\r                    <tr>\r                        <th>年間の支払保険料の合計</th>\r                        <th>控除額</th>\r                    </tr>\r                    <tr>\r                        <th>2万5千円以下</th>\r                        <td>支払金額</td>\r                    </tr>\r                    <tr>\r                        <th>2万5千円を超え5万円以下</th>\r                        <td>支払金額&divide;2＋&nbsp;&nbsp;&nbsp;&nbsp; 7,500円</td>\r                    </tr>\r                    <tr>\r                        <th>5万円を超え10万円以下</th>\r                        <td>支払金額&divide;4＋1万7,500円</td>\r                    </tr>\r                    <tr>\r                        <th>10万円超</th>\r                        <td>3万5,000円</td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td>ぞれぞれ1万5,000円<br />\r            合計3万円</td>\r        </tr>\r        <tr>\r            <th>地震保険料控除</th>\r            <td>\r            <table border=\"1\">\r                <tbody>\r                    <tr>\r                        <th>年間の支払保険料の合計</th>\r                        <td>控除額</td>\r                    </tr>\r                    <tr>\r                        <th>5万円以下</th>\r                        <td>支払金額</td>\r                    </tr>\r                    <tr>\r                        <th>5万円超</th>\r                        <td>5万円</td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td>なし</td>\r            <td>？万円</td>\r        </tr>\r        <tr>\r            <th>損害保険料控除</th>\r            <td valign=\"top\">平成18年の税制改正で、平成19年分より損害保険料控除が廃止されました。　しかし、一定の長期損害保険契約等に係る損害保険料については、経過措置として地震保険料控除の対象とすることができます。\r            <table border=\"1\">\r                <tbody>\r                    <tr>\r                        <th>年間の支払保険料の合計</th>\r                        <th>控除額</th>\r                    </tr>\r                    <tr>\r                        <th>1万円以下</th>\r                        <td>支払金額</td>\r                    </tr>\r                    <tr>\r                        <th>1万円を超え2万円以下</th>\r                        <td>支払金額&divide;2＋5,000円</td>\r                    </tr>\r                    <tr>\r                        <th>2万円超</th>\r                        <td>1万5,000円</td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td valign=\"top\">(1)支払損害保険料のすべてが短期損害保険契約等に係るものである場合<br />\r            <table>\r                <tbody>\r                    <tr>\r                        <th>年間の支払保険料の合計</th>\r                        <th>控除額</th>\r                    </tr>\r                    <tr>\r                        <th>1,000円以下</th>\r                        <td>支払金額</td>\r                    </tr>\r                    <tr>\r                        <th>1,000円を超え3,000円以下</th>\r                        <td>支払金額&divide;2＋500円</td>\r                    </tr>\r                    <tr>\r                        <th>3,000円超</th>\r                        <td>2,000円</td>\r                    </tr>\r                </tbody>\r            </table>\r            <br />\r            (2)支払損害保険料のすべてが長期損害保険契約等に係るものである場合<br />\r            <table>\r                <tbody>\r                    <tr>\r                        <th>年間の支払保険料の合計</th>\r                        <th>控除額</th>\r                    </tr>\r                    <tr>\r                        <th>5,000円以下</th>\r                        <td>支払金額</td>\r                    </tr>\r                    <tr>\r                        <th>5,000円を超え15,000円以下</th>\r                        <td>支払金額&divide;2+2,500円</td>\r                    </tr>\r                    <tr>\r                        <th>15,000円超</th>\r                        <td>10,000円</td>\r                    </tr>\r                </tbody>\r            </table>\r            <br />\r            (3)支払損害保険料のうちに、短期損害保険契約等に係るものと長期損害保険契約等に係るものとがある場合<br />\r            <table>\r                <tbody>\r                    <tr>\r                        <th>(1)及び(2)に準じて計算した金額の合計額</th>\r                        <th>控除額</th>\r                    </tr>\r                    <tr>\r                        <th>10,000円以下</th>\r                        <td>当該合計額</td>\r                    </tr>\r                    <tr>\r                        <th>10,000円超</th>\r                        <td>10,000円</td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td>2,500円</td>\r        </tr>\r        <tr>\r            <th>寄付金控除</th>\r            <td valign=\"top\">次のいずれか低い方の金額－5000円＝寄付金控除額<br />\r            <table>\r                <tbody>\r                    <tr>\r                        <td>その年に支出した特定寄付金の合計額</td>\r                    </tr>\r                    <tr>\r                        <td>その年の総所得金額等の40%相当額</td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td valign=\"top\">都道府県、市町村若しくは特別区又は住所地の都道府県共同募金会若しくは日本赤十字社の支部に対して寄附を行った場合につき（寄附金の合計額又は年間所得金額&times;25％のいずれか低い金額）-10万円</td>\r            <td>？万円</td>\r        </tr>\r        <tr>\r            <th>障害者控除</th>\r            <td>\r            <table>\r                <tbody>\r                    <tr>\r                        <td>障害者である納税義務者、控除対象配偶者及び扶養親族1人につき</td>\r                        <td><strong>27万円</strong></td>\r                    </tr>\r                    <tr>\r                        <td>ただし、特別障害者については</td>\r                        <td><strong>40万円</strong></td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td>\r            <table>\r                <tbody>\r                    <tr>\r                        <td>障害者である納税義務者、控除対象配偶者及び扶養親族1人につき</td>\r                        <td><strong>26万円</strong></td>\r                    </tr>\r                    <tr>\r                        <td>ただし、特別障害者については</td>\r                        <td><strong>30万円</strong></td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td>？万円</td>\r        </tr>\r        <tr>\r            <th>寡婦控除</th>\r            <td valign=\"top\">\r            <table>\r                <tbody>\r                    <tr>\r                        <td>納税義務者が寡婦である場合には</td>\r                        <td><strong>27万円</strong></td>\r                    </tr>\r                    <tr>\r                        <td>ただし、合計所得金額が500万円以下で、かつ、扶養親族である子を有する場合には</td>\r                        <td><strong>35万円</strong></td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td valign=\"top\">\r            <table>\r                <tbody>\r                    <tr>\r                        <td>納税義務者が寡婦である場合には</td>\r                        <td><strong>26万円</strong></td>\r                    </tr>\r                    <tr>\r                        <td>ただし、合計所得金額が500万円以下で、かつ、扶養親族である子を有する場合には</td>\r                        <td><strong>30万円</strong></td>\r                    </tr>\r                </tbody>\r            </table>\r            </td>\r            <td>？万円</td>\r        </tr>\r        <tr>\r            <th>寡夫控除</th>\r            <td><strong>27万円</strong></td>\r            <td><strong>26万円</strong></td>\r            <td>？万円</td>\r        </tr>\r        <tr>\r            <th>勤労学生控除</th>\r            <td><strong>27万円</strong></td>\r            <td><strong>26万円</strong></td>\r            <td>？万円</td>\r        </tr>\r        <tr>\r            <th>配偶者控除</th>\r            <td><em>38万円</em></td>\r            <td><em>33万円</em></td>\r            <td>5万円※</td>\r        </tr>\r        <tr>\r            <th>配偶者特別控除</th>\r            <td>0万円</td>\r            <td>0万円</td>\r            <td>0万円※</td>\r        </tr>\r        <tr>\r            <th>扶養控除</th>\r            <td><em>38万円</em></td>\r            <td><em>33万円</em></td>\r            <td>5万円※</td>\r        </tr>\r        <tr>\r            <th>基礎控除</th>\r            <td><em>38万円</em></td>\r            <td><em>33万円</em></td>\r            <td>5万円※</td>\r        </tr>\r    </tbody>\r</table>\r<p>※の部分は<strong>人的控除額の差に基づく負担増の減額措置&hellip;</strong>という措置に基づいて所得割から減額されるようです。<br />\rが...この計算式が良くわからん...課税総所得金額が200万超だと下記の計算式になるのだが...</p>\r<blockquote>{人的控除額の差の合計－(市民税・県民税の課税標準額(課税標準額)－200万円)}&times;5%<br />\rただし上記計算式で求めた金額が2,500円未満の場合は2,500円</blockquote>\r<p>生命保険料控除などほかの控除でも控除額が低めに設定されていて増税の雰囲気を醸し出してるのに、～200万円人以外は減額措置がとられている人的控除額部分でも...所得税から税源移譲すると確実に損するよね...<br />\rああ、増税じゃない...</p>\r<p class=\"add\"><strong>07/06/14 追記</strong><br />\r痛恨のミス、人的控除額の差に基づく負担増の減額措置の計算の元になる区分の方法で、課税総所得金額というのがあるが、下記の計算式で求められる<br />\r　<strong>収入金額－必要経費＝所得金額</strong><br />\r　<strong>所得金額の合計－所得控除金額の合計＝課税総所得金額<br />\r</strong>なので所得控除後は200万を越えてなかった。だから増税分は2000円に満たないと思う。<br />\r月150円くらいの増税か...ちゃんと税金が必要なところに使われるならいいか...</p>',1,2984,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070609_2044',3,0,'2007-06-09 20:44:16','くろねこ レベル125',null,'くろねこがLv.125になりました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070609_2044_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070609_2044_1.jpg\" alt=\"\"></a>','<p>ステータスボーナスが2Pあったので、2Pとも力にぽちっと。<br />\rLv.130になる頃にはファイアスウィングで海賊船B2Fが一撃になることを期待です。<br />\r</p>\r<p>ステ振り前<br />\r<img width=\"350\" height=\"250\" src=\"http://www.blackcat.xyz/images/articles/xo070609_2044_2.jpg\" alt=\"\"><br />\rステ振り後<br />\r<img width=\"350\" height=\"250\" src=\"http://www.blackcat.xyz/images/articles/xo070609_2044_3.jpg\" alt=\"\"></p>',1,2901,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070609_2044_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070611_1756',3,0,'2007-06-11 17:56:51','06/10 スキルブックを取りにいこう',null,'Nanaさんからお昼前に呼び出しで「本狩り行くけど行かない？」とお誘いが。<br />\rサイト更新していたので、ちょっと遅れてINすると、クルリパ集合だったので「ブー」とブーたれてみた。<br />\rだって、お寺方面だとねこがほしいものは出ないんだもん。<br />\rで、ぶーたれた結果、<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map169\">リトロヘドの森</a>に行くことになったんだ。やっぱ、たまにはぶーたれてみるのもいいかも？','<p>リトロヘドの森では、レシハレンヘルルム【パラディン121頭】やフリーズスプレッシャーLv.3【ウィザード121スキルブック】が出た。<br />\rNanaさんがエクスとかヴァイタ2希望だったので、途中からこれらが出そうな<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map168\">ビッグアップルの森</a>と2マップを往復することに♪<br />\rすると...<br />\rホーリークラッシュLv.2【パラディン111スキルブック】が...<br />\rメトアスピス【アサシン120盾】が...</p>\r<p>この二つのマップを往復していたので、ホーリークラッシュLv.2がどっちのマップで出たっけ？リトロヘドだよね？ってお話してたら、ビッグアップルでしょ～ってtahixさんが。そうだっけ？って言いながら進んでいると...<br />\rあら、もう一個出た。<br />\r出たのは、tahixさんが言うようにビッグアップルの森だったのかな？</p>\r<p>時間も経ってきて、最後におくまで行こうと提案して奥に向かうと...<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map171\">ティンクラッシュ谷</a>でまりにあ、りりぃさんご希望のウィザード129の服が出た。</p>\r<p>なんか、本が3つ、装備が3つもでてかなりホクホクになって帰ってきたよ♪<br />\rこの前日に部品&times;3、ギア&times;1をつぶしたのがうそのようだった。</p>',1,3330,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map169\">リトロヘドの森</a>\n<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map168\">ビッグアップルの森</a>\n<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map171\">ティンクラッシュ谷</a>',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070612_1258',3,0,'2007-06-12 12:58:00','06/12 日々精進&amp;新職業',null,'<p>ゼネピックで1日一回ではあるけれども、簡単にお金が稼げるクエストに「日々精進」があるのだが、ゼニアン、二次職もこのクエストを受けることが出来ない。一次職しかもLv.35以上の一次職にのみ許可されたクエストといえる。<br />\rしかしながら、新職業のアーチャー、プレディクターはこのクエストを行うことが出来ない。</p>\r<p>なぜ、新職業でこのクエストが出来ないのか悩むところだが、ただの実装漏れであろう。ここで疑問が！</p>','<p>数々のバグを生み出してきたXenepic Online開発陣。このクエストの途中でクエストの条件を満たさなくなるような変更を行った場合、クエストを完了させることが出来るのだろうか？</p>\r<p>このような変更には以下のようなものがあげられる。</p>\r<table width=\"200\" cellspacing=\"1\" cellpadding=\"1\" border=\"1\">\r    <tbody>\r        <tr>\r            <th>№</th>\r            <th>変更</th>\r            <th>可否</th>\r        </tr>\r        <tr>\r            <td>1</td>\r            <td>二次転職</td>\r            <td>可能</td>\r        </tr>\r        <tr>\r            <td>2</td>\r            <td>Lv.34以下にダウン</td>\r            <td>可能</td>\r        </tr>\r        <tr>\r            <td>3</td>\r            <td>平行転職</td>\r            <td>可能</td>\r        </tr>\r    </tbody>\r</table>\r<p>このうち、1と3は今までもあったので適切に処理されている可能性もあるが、3の平行転職を行った場合はどうなるのだろうか。期間限定の平行転職見逃されている可能性も高い！(たぶんすんなり終わるんだろうけど？)</p>\r<p>そういえば、[story:xo070424_1255]も、調査方法だけ考えて、調査自体を実施してない...メンテあけたら人を集めて実施しよう。＞まりにあよろ♪</p>',1,3402,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070613_drunk_pepsi_ice_cucumber',3,0,'2007-06-13 22:28:00','きゅうり味のコーラのんだ？',null,'<p>6/12 にペプシから発売されたきゅうり味のコーラ。<br />\r詳細は[story:070531_pepsi_ice_cucumber]に書かれているとおり。</p>\r<p>もうみんな飲んだかな？意外と多くの店で陳列されていたようで、意外と多くの方の目に留まったのではないかと思われ。<br />\rでも、近くのスーパーでは冷機の中で陳列されていなくて、外に箱積みでした。箱はカットしてあったけどね。</p>','<p>というわけで買った6/12は飲めなくて、6/13に冷えたのを飲んだ。<br />\rしかし、このコーラモンダミンとかリステリンとかそっちの系統の色をしている。味もきゅうり味のコーラって頭の中にあるからきゅうり味だって思うけど、元々キュウリの味ってそれほどどぎつくないからよくわからない。<br />\r黙って、コップに注いで誰かにあげて近くにメロンソーダの容器でもおいておけば案外変わった味のメロンソーダだと思って飲むかもしれない。たぶん知らなかったらただ薬品臭い炭酸飲料って思ったと思う。明確にきゅうり～～というのは感じなかった。<br />\rちょっと残念。最初の一本は仕事場で飲んだんだけど、前日に買って家の冷蔵庫で冷やしたのを息子が覚えていて、帰ってくるなり冷蔵庫を開けて指さして飲みたいとアピールする息子に一本あげてみた。<br />\r飲んではいたけどいつも普通のコーラ(コカ・コーラやペプシ、NEXなどね)はおいしいって飲むのに、一言も感想がなかったよ。嫁も微妙そうな顔をしてた。</p>\r<p>一回飲めばもう良いって感じだね。くれれば飲むかもしれないけど、もう買ってまでは飲むことはないと思う。</p>',1,4066,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070614_0100',3,0,'2007-06-14 01:00:20','06/13 今日のメンテ',null,'<p>今日のメンテは待望のIバーカーソルの位置が直ったようだ...って日付変わってる...</p>','<p>でもやっぱり中途半端だった・・・</p>\r<p>良くなった点は・・・</p>\r<ul>\r    <li>フレンドチャットウィンドウから、カーソルがEnterで動かなくなった </li>\r    <li>地面やモンスターをクリックした際にチャットテキストボックスからカーソルが移動するケースが減ったようなきがする。(まだあるけど...マップ切り替え時、ショップ移動時か？) </li>\r</ul>\r<p>悪くなった点・・・</p>\r<ul>\r    <li>1：1の名前テキストボックスからEnterでチャットテキストボックスに移動しなくなった。<br />\r    これが結構使いにくい </li>\r</ul>',1,2604,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070615_0138',3,0,'2007-06-15 01:38:21','06/14 眠くて・・・',null,'<p>眠くて眠くて・・・</p>\r<p>またまた、やっちゃいました・・・</p>','<p>船から出てきて、大量のドロップ品をスキルブック販売員に売ったら・・・</p>\r<p>満タンのはずのショートカットに空きがある？なんで？</p>\r<p>と思ったら、そこは帽子の場所。今装備しているのはお花...ということは...</p>\r<p>間違って売っちゃった。　ｶﾞ━━（ﾟДﾟ；）━━━ﾝ！！！！！　</p>\r<p>パラディン121レア帽子なのに・・・</p>\r<p>バザーを探し回ったけど見つからず...誰か格安でくろねこに分けてください。</p>',1,2318,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:34','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070616_2358',3,0,'2007-06-16 23:58:07','ま、まちがった～',null,'<p>[story:xo070615_0138]で間違って売ってしまったパラディン121帽子、見つけたーと思って買ったは良いけど・・・</p>','<p>実は、ウィザード121帽子でした。何で同じグラなの？ねぇどうして？</p>\r<p>結局、まだ121帽子は今までと同じく店売りのまま。次の126帽子が装備できるようになるまで、あと約20%</p>',1,2770,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070617_1340',3,0,'2007-06-17 15:47:49','くろねこ レベル126',null,'<p>くろねこがLv.126になりました。</p>\r<p>今回は装備チェンジです～。と思ったら大失敗連発♪</p>','<p>まずは、くろねこの羽をどうぞ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070617_1340_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070617_1340_1.jpg\" alt=\"\"></a></p>\r<p>今回もきれいに取れました。今回も海賊船だったのですが、PTで狩りをしたためかなり大規模になってしまい他のプレーヤーの方のご迷惑になったのではないかなって...範囲攻撃スキルが実装されてから、危険なマップさらに危険になったような気がします。<br />\r人の多い時間帯にソロで狩りをしていると結構危険な雰囲気が漂ってくるので、二次の方にはもっと危険だろうなって思いますね。すでに二次職の適正な狩場ではないような気がします。</p>\r<p>今回もステータスボーナスポイントは力に振りました。<br />\r<img width=\"350\" height=\"250\" src=\"http://www.blackcat.xyz/images/articles/xo070617_1340_2.jpg\" alt=\"\"><br />\r<img width=\"350\" height=\"250\" src=\"http://www.blackcat.xyz/images/articles/xo070617_1340_3.jpg\" alt=\"\"></p>\r<p>今回武装の換装だと思っていたら...鎧ってLv.126ではなくて125だったのですね...これを見て、先日エスネの宿屋内にあった胴衣の+5だったか+6だったかをバザーで買っておけば良かったと後悔...</p>\r<p>仕方なく自分で精錬したのですが、これが失敗ばかりで使ったゼンストーンが156個。あり得ません...ガチャ運もなかったけど、精錬運もかなり足りないようです(つд・)ｴｰﾝ</p>\r<p>武器は、先日ブホさんに126+7(626)をお借りしたのでこれを装備♪ポリックサイバー(630)より攻撃力は4下がしクリティカル+4も無くなるけど、速度遅延がないので使いやすそう。</p>',1,3011,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070617_1340_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070618_2359',3,0,'2007-06-18 23:59:26','06/16～17 先週末の出来事',null,'<p>土曜はお墓、日曜はお寺でがんばってましたくろねこです。</p>\r<p>それぞれ、感想を一言で書くと<br />\rお墓は...何もいいものは取れなかったけど楽しかった♪<br />\rお寺は...ボス2対同時出現でびびったー＆くろねこ大失敗!!!</p>\r<p>そして...日曜日はくろねこ、なな、ゆかりにゃんがれべるあーっぷ♪♪♪<br />\rくろねこが誘ったお寺のおかげで、いったい何人がどのような被害を被ったのでしょうか？</p>','<p>土曜のお寺は楽しかった♪<br />\rお昼前にビッグアップルにスキルブックを取りに行った。だけど...くろねこ眠くてごめんなさい...落ちちゃいました。<br />\rくろねこが落ちるって言った時に、あわせてまりにあとゆうまさんも落ち...あらら、これじゃスキルブック狩り続けられないよ･･･って思ったけど限界で...</p>\r<p>起きる前、まりにあから「午後からお墓行くって、13:30再開でお昼ご飯休憩に入りました。」ってあったから、ちょっと遅れて13:32位に入ったら...<br />\rまりにあしかいない...<br />\rみんなは、ゼロペイン平原...<br />\r仕方がないので、まりにあとてくてくお墓に行った♪<br />\rお墓の中で、ボス何回か倒したけど良いものはでず、どちらかというとお墓B2Fで海賊船のごとく集めて乱狩りしたことの方がおもしろかった。海賊船だと人が多くてみんなの視線がいたいけど、こっちだと誰もいないから純粋に楽しい♪<br />\rしかし、ドロップはでないのでKronは減っていく一方...あと、船に比べてかなり危険度UP!!!くろねこが何度か瀕死状態に!!!<br />\rでも、そんなスリルも楽しい♪ゆかりにゃんが浮いちゃったけど...平均111以上4名位はいないとかなりきついと思われ</p>\r<p><hr />\r</p>\r<p>日曜日はというか、土曜の晩から全然寝られなくて船でひとり狩っていたら...<br />\rこれまたソロのアコさんを発見♪ナンパして一緒に狩り。。。葉っぱ拾っているので集めてるのかな？って聞いたら、葉っぱと海の人々を集めているとのことだったので、船倉で狩り狩り♪<br />\r時給はかなり減ったけど、暇つぶしになった。残り10%で126というところだったから、別に焦ってなかったからむしろ浮く方がヤバイ!!!</p>\r<p>2時間ほど休憩して戻ったら、PTが船で狩り狩り。ちょっとギャラリーの視線が痛い中、くろねこレベルアップ。<br />\rご飯を挟んで狩り狩り、ねこがおやつに行ってる間にななさんが111になったらしい。<br />\rしまった!!!羽見逃した(/□≦、)エーン!!</p>\r<p>その後、しばらくしてゆかりにゃんの羽が！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070618_2359_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070618_2359_1.jpg\" alt=\"\"></a><br />\rどうやら103らしい。</p>\r<p>その後、燃え尽きて、周りの視線が痛すぎて場所移動することに･･･<br />\r場所は悩んだあげく、お寺。そうだ！どうせお寺に行くなら、115にまもなくなる鷹ミホークさんを連れて行こう♪と思って早速PON☆彡を呼出、さらに鷹さんを呼び出す。このあとさっちゃんの転職式があるらしいので、ねこたちに与えられた時間はこの時点で85分。速攻、お寺に移動と思ったら、途中でユウさんとﾘﾘｨさんがご飯落ち。<br />\rユウさんは後で追いかけてきてくれたけど、ﾘﾘｨさんがINする事はなかった･･･</p>\r<p>そして、お寺。<br />\rボス部屋は、ゆかりにゃんの偵察で♪<br />\r前回と違って、今回はボス部屋に入ること自体には問題はなかった。しかし、手前側の部屋でボス発見。臨戦態勢をとるとゆかりやんがもう一匹いる～って、えー2匹もいるの？と思ったら、2匹のボスに挟まれもてあそばれ、一旦部屋から退避!!!<br />\rって、ユウさん置き去り～～～～ ＜＜ ヾ(・・;)ォィォィおいて行っちゃ(&gt;&lt; )oﾀﾞﾒｰo( &gt;&lt;)oﾀﾞﾒｰo(&gt;&lt;)oﾀﾞﾒｰ!</p>\r<p>もう一回みんなで突入する。突入したときは一匹だったのに、また2匹に！SSとってる余裕なんて無かったし、撮ろうという発想も出てこなかった、それほど危険な状態。<br />\rこんなとき、FD出来るまりにあ以外にもうひとりﾘﾘｨさんがいたらもっと楽だったのに。。<br />\rユウさんが、一匹耐えてる間にもう一匹をみんなで処分することに。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070618_2359_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070618_2359_2.jpg\" alt=\"\"></a><br />\r召還がユウさんに行かないようにちょっと離れて、ゆうまさんのエナで召還出して召還を一匹ずつ倒してたら、誤って召還とボスの群に突っ込んだ～(/□≦、)エーン!!<br />\r何とか耐えて、倒したもののドロップはマキシリカバラとそのほか、ナピオンダークはない。</p>\r<p>急いで、ユウさんがお守りしていた方のボスを倒すとナピオン・ダークが一つ、予定どおり鷹ミホークさんが取ったらくろねこに？なんで？配分ランダム切ったんだけど？と思ったら、ランダムだったって落ち。(/□≦、)エーン!!</p>\r<p>その後、今回の冒険で浮いたななさんとゆかりにゃんが羽を出してレベルを元に戻した♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070618_2359_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070618_2359_3.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070618_2359_4_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070618_2359_4.jpg\" alt=\"\"></a></p>',1,2903,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070618_2359_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070618_2359_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070618_2359_3_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070618_2359_4_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:09','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070618_5959',3,0,'2007-06-18 23:59:30','06/18 今朝の出来事',null,'<p>朝、まりにあと書庫を徘徊していたくろねこである。<br />\r書庫を徘徊していた理由はひとつ、サブのリシェ用に時計がほしかったからである</p>\r<p>時計の取り方は以前にも書いたとおりですが、おさらいしておくと以下のような手順なのである。</p>\r<p>クロック発見&rarr;クロック退治&rarr;まりにあショップ&rarr;リシェ安地からでる&rarr;くろねことる&rarr;ランダムでリシェへ</p>\r<p>果たして今朝はうまく言ったのだろうか？</p>','<p>今朝は朝から遭遇したPTは計2組。うち一組はくろねこが徘徊する以前から居て、徘徊している間にどこかに行ったようだ。もう一組は、くろねこたちが徘徊を追えるころ来たみたい。あとはなまくらさんがソロ活動していた。</p>\r<p>徘徊時間は1時間に満たない程度、最初に掛けた活花が切れることなく完了した。<br />\rいつものように、くろねこは行きたい道に進みまりにあはついてくるだけ、くろねこのサポート＆召還だしがまりにあの主な役目。書庫はふたりでかなり余裕がある。(わきわきな時間帯には来ないからというのもあるんだが。)</p>\r<p>先日は、倒せど倒せど落ちなかったドロップも今朝はうはうは。犬も歩けば棒に当たるイメージで、安地前を飛び出し一番西側を通って突き当たりを東次も東まっすぐで南のいつものルート。<br />\r南部の格子状の部分に来たら、今日は(北側から)2本目を東に進んでいた。そのまま、東に進んで突き当たりに来たら、北側の広場にカチカチ。</p>\r<p>青クロック発見！</p>\r<ol>\r    <li>召還を出すルートを確保と南側を掃除して... </li>\r    <li>青クロックの召還出そうと思ったら...青クロックの後ろからカートがやってきた </li>\r    <li>ちょっと南に下がって、再チャレンジ!!! </li>\r    <li>まりにあが召還を出して南に下がってきたら...<br />\r    (掃除した区間が減っちゃったわけね) </li>\r    <li>まりよりも南に位置していたねこの付近に雑魚が沸いてきて処理してたら... </li>\r    <li>くろねこの画面の端＝南から2本目の通路と一番右側の交差点付近で </li>\r    <li>･･･赤クロック発見!!!はさまれちゃったのよね～ </li>\r    <li>青クロックについて2～3匹ほど召還がきて、南からも横からの通路も雑魚がいっぱい!!! </li>\r    <li>たたかれながら、ねことまりがバインディングやらFDやらでクロックをとめながら雑魚の清掃。<br />\r    &nbsp; <a href=\"http://www.blackcat.xyz/images/articles/xo070618_5959_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070618_5959_1.jpg\" alt=\"\"></a><br />\r    &nbsp; クロックが雑魚と離れているときは範囲で処理できるけど、赤クロックはまだ召還が出てないのでここで出すと、かなり危険!!! </li>\r    <li>なし崩し的に、まりにあが青クロック担当、ねこが赤クロック担当 </li>\r    <li>くろねこが赤クロックの周りの雑魚を倒して、赤クロックにバインディング。まりにあのところに行くとまりにあががんばって青クロックの召還を全部倒してた(たぶん北側に残っていた召還も全部)。よくがんばった～まりにあ！<br />\r    一緒に青クロックを倒して、ギアをとるもリシェには行かず、そのあとの赤クロックも部品が出たけど、またまたくろねこ。 </li>\r</ol>\r<p>そのまま一番南を通過してるとど真ん中付近で(B5F側の安地前通路との交差点で)、またまた青クロック。今度は難なく倒してギアドロップ。今度は･･･リシェが(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!</p>\r<p>一番西側の通路を北に行こうとすると、赤クロック!!!これまた難なく倒して部品ドロップ。今度こそはリシェにという願いもむなしく、くろねこ。</p>\r<p>そのころリシェのモニタには青クロックが...さっきの青クロック戦でギアを手に入れたくろねこたち。でも、ほかにとる人が居ない(そのころ、書庫で遭遇する人はなく...)ついでだから...思って...<br />\r<img width=\"300\" height=\"130\" src=\"http://www.blackcat.xyz/images/articles/xo070618_5959_2.jpg\" alt=\"\"></p>\r<p>青クロック、よゆ～でノックアウト!!!<br />\r<img width=\"300\" height=\"130\" src=\"http://www.blackcat.xyz/images/articles/xo070618_5959_3.jpg\" alt=\"\"><br />\rまりにあ、ギアが出ないって言ってたけど、ねこらにはもう要らないから出なかったんだよって言ったら納得してた。</p>\r<p>それを証明するかのように、出勤前の最後の10分で見つけた赤クロック。<br />\r倒したら、部品がポロリ。<br />\rこれまた、くろねこの懐に来ちゃったんだけどね...</p>\r<p>必要なのは部品が一個。また人が居ない時間帯を狙ってこっそりもらっていきます♪</p>',1,2768,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070618_5959_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070620_0133',3,0,'2007-06-20 01:33:00','06/18 自衛隊ですか？',null,'<p>毎日のように狩場が船のくろねこ♪<br />\rLv.125までは、50%ボーナス期間でそれほど気にならなかったのだが、最近目に見えて時給が落ちてきているようだ。<br />\r自給という観点では分からなかったのだが、一日の取得経験値が落ち始めたのが4月末。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070620_0133_1_original.gif\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"302\" src=\"http://www.blackcat.xyz/images/articles/xo070620_0133_1.gif\" alt=\"\"></a><br />\r4月末といえば、誤って愛の伝令の記録を使用したのが4/29。後から考えたら、たとえ半日でも使えてよかった。</p>\r<p>この4月末から、計画に対する実績は下がり続ける...最高潮の時点で計画に対する達成率は116%、しかしながら現在の進捗率は110%。この前の6月前半の50%アップ期間体調不良で思うように稼げなかったことも原因のひとつだが、そろそろ飽きが来た！今あるのは、四次職が実装されたときにすぐに転職できる形に...という思いと、現在の最終スキルファイアスイングLv.4を覚えられたらいいなぁという2点。星野海斗氏のようにオーラーLv.4が出たらすぐに覚えられるようにというのは、ねこにとっては雲をつかむような話だ。</p>','<p>この状況を回避するために、考えられることは自給をあげるしかない。効率を上げるしかないのだ。スケルに囲まれる前にスキルを準備し、集めながらファイアスイング。今の状況だとホーリーの回転の良さを利用して一匹ずつ狩っても効率はそう変わらない。むしろ、ミニポ消費と安全性を考えたら単体撃破のほうがいいかもしれない。ここをPスキルをあげて、範囲で大量に狩る方向に持っていくほうが自給があがりそうだ。ここで要求されるスキルは2つ。</p>\r<ul>\r    <li>効率よくモンスターを集めるスキル </li>\r    <li>モンスターに囲まれてスキルがなかなか発動しない状況になる前にスキルが放てるように、タイミングを見極めるスキル </li>\r</ul>\r<p>自分だけPスキルを上げてもこの不況は回避できん...<br />\rそうだ、まりにあも調教しよう♪♪♪</p>\r<p>ねこが集めて...まりがライトニング。これならたくさん狩れそうだ。しかし、レベルの高いまりにあにたくさん経験値が集まる...分配分より多く経験値を稼がないと!!!</p>\r<p>まりにあに、次のように指示をした。</p>\r<ul>\r    <li>ねこが集めるときにはちゃんといるように<br />\r    (集めてもいないと待ってないといけないので、回復がもったいないし周りに迷惑でもある) </li>\r    <li>集まってからライトニングを放つタイミングが遅れないように<br />\r    (その場にいてもライトニングが放てる地面を探してると時間を食ってしまうので迅速に効率的なポイントを見つけることが重要) </li>\r</ul>\r<p>きむちゃんが、このひとたちおもしろいよ。とか自衛隊みたいって言い出した。</p>\r<p>自衛隊ですか！</p>\r<p>自衛隊のほうが遥かにしんどいと思います。あぁ、ねこには無理...</p>',1,3385,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070620_0133_1_original.gif\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:25','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070620_0217',3,0,'2007-06-20 02:17:22','06/19 久々に浮いてしまった',null,'いつものように海賊船で狩りをしていると...','<p>気がついたら、ミニポが69個。これは帰らないとと思って火薬庫側に向かったら、ちょっと多めのスケルに囲まれて...</p>\r<p>ピーンチ。</p>\r<p>いつもなら、ピンチではないのだが今はミニポが残り少ない...</p>\r<p>ホーリークラッシュでモンスターを叩きつつ、クールタイムが終わると同時にファイアスイングを放つ。ちょっと減って、いけるかなって一息ついたら...</p>\r<p>いっぱい増えちゃいました　ｶﾞ━━（ﾟДﾟ；）━━━ﾝ！！！！！　</p>\r<p>で、そこにパラさんがやってきて、「たたいて」ってお願いしたのですが、くろねこを見たとたん去って行かれました。くろねこがいるから、邪魔しちゃいけないって思ったのでしょうか？チャットしてる間にもどんどん湧いてくるのでさらにピンチ度アップ。</p>\r<p>今度は前から、人影が見えたのでも追う一度「たたいて」とお願いしたのですが、届かなかったようです。</p>\r<p>くろねこのミニポが尽き、ジュースも尽きかけ、そこに、hauruさんとジュジュカさん。最後の力を振り絞り、「たたいて」とお願いしたら、助けに来てくださったのですが、ちょうどジュースが切れてマナリムに変わるタイミング、何個か回復使えたんだけど全部使い切るまでに浮いちゃいました。「たたいて」のタイミングで、ぺージを切り替えマナリムで回復をはじめたつもりがうまく使えてなかったみたい残り14個、これが使えてたら浮いてなかったかも？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070620_0217_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"307\" src=\"http://www.blackcat.xyz/images/articles/xo070620_0217_1.jpg\" alt=\"\"></a><br />\r※SSにメッセージが出てるのは、キーが効かなくなった？って思ってチェックしたからです。</p>\r<p>耐えきれずにご迷惑をおかけした皆様、大変申し訳ございませんでした。</p>',1,2557,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070620_0217_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070620080222135',2,0,'2007-06-20 08:02:22','コメントにお名前を！',null,'<p>皆様にお願い。</p>\r<p>コメントを投稿してくださる方は、登録ユーザであればログインしてから、<br />\r登録ユーザで無い方は、タイトルか本文の頭のほうにお名前をお書きいただけますようお願い申し上げます。</p>','',1,2107,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:28','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070620_2354',3,0,'2007-06-20 23:54:00','06/20 新ダンジョン（枯れた生命力の泉）',null,'<p>メンバ必死に集めて行ってきました、新ダンジョン♪</p>\r<p>アモリカ谷の奥にあるので、それはそれはさぞ強いところだろうと思ってたら...それ程でもなかった。だんだんPTが強くなってきてるんだな。</p>\r<p>新ダンジョンが余裕かと言われたら、別にそういうわけではなくとても危険であることには代わりはないのだが、バインディング、フレッシュドリーム、範囲攻撃、範囲回復などのスキルをうまく使いこなせるようになって相手が強いものの心に余裕が出来てきたと言うところでしょうか？</p>','<p>新ダンジョン＝枯れた生命力の泉は巨大な平屋マップの様だ。地図作製用にSSを取りながら歩いたのだが結構行き止まりが多い。同じような場所も多数あり、ペトラ寺院の洞窟のようだ。</p>\r<p>慣れるまで迷う人も多いと思う。地図が必要だね。</p>\r<p>雑魚モンスターも結構強いね。tahix氏曰く、防御1050で被ダメが600程度らしい。くろねこはちゃんと見られてなかったけど、SSから分析するに500前半。ちなみに防御力はブレッシングの有無で変化するけど、おおむね1300～1400程度。<br />\rこれから行く人は参考になるかな？くろねこのMAX HPが4660(冒険中はおおむねヴァイタリティ3があるので、5260)、オーバーバーニングだっけ？あれで+180だけど掛けるの忘れてたな。</p>\r<p>出現モンスターは当然真っ赤。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070620_2354_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"454\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo070620_2354_1.jpg\" alt=\"\"></a><br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070620_2354_2.jpg\" alt=\"\"><br />\r相手に出来るのは同時に三匹くらいだろうか？5：3でいたぶるのが限界だ、出来ればバインディングで動けなくしておいてから5：1で袋だたきにしたい。バインディングしておくとHPが減ったときには下がれば安心だし。後衛も反撃によるダメージを気にせず攻撃できて最高だ。</p>\r<p>途中でほかのPTがボスと戦っているところに遭遇、結構つらそうだった。7人PTだったと思うけどリストア連発。<br />\rゆうま氏曰く、マジックでも1メモリも減らなかったとか...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070620_2354_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070620_2354_3.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070620_2354_4_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070620_2354_4.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070620_2354_5_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070620_2354_5.jpg\" alt=\"\"></a><br />\rこのボス、召還モンスターをを2体召還したようですが、結構ぽろぽろと落し物してたようです。<br />\r話を聞いているとゼンストーン3個、マキシリカバラ数個、あとクエ品。</p>\r<p>結構誰も浮くことなくいけるものだと思ってたら...23:30頃ゆかりにゃんが浮いちゃった。<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo070620_2354_6.jpg\" alt=\"\"><br />\rそのまま寝ちゃうと言うことで戦力不足で撤退に...また週末にでも行きたいな♪</p>\r<p>■クエスト<br />\r枯れた生命力の泉クエストのレベル制限は下限がLv.126みたい。ちなみにクエストの内容は以下のとおり。<br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070620_2354_7.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070620_2354_8.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070620_2354_9.jpg\" alt=\"\"><br />\rボスを倒せずクエ品を入手できてないので、完了のSSはないです。(/□≦、)エーン!!<br />\rちなみに今回のクエ品は「呪われた胴衣『防御+500、移動速度-25、WT1200』」だそうです。</p>',1,3333,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070620_2354_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070620_2354_3_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070620_2354_4_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070620_2354_5_original.jpg\">http://www.blackcatlab....</a>',0,0,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070623_0832',3,0,'2007-06-23 08:32:52','06/22～23 泉の調査～鎧の呪いを解け！',null,'<p>昨日からcircusさんとレイナさんの転職記念で、新マップに行くと言うことでゆうまさんからお誘いを受けたので、そのまま新ダンジョンに鎧を取りに行くなら行くということで行ってきた♪</p>\r<p>新ダンジョン(枯れた生命の泉)にで先日受けたクエ(泉の調査)を行いにまっすぐ向かった。<br />\r(今回も集合時間から出発時間まで30分以上を要した。ここがネックだ)</p>','<p>前回も楽しかったけど、今回はくろねこが一緒にダンジョンに行ったことがないメンバと行くと言うこと、スカイプで楽々、そして思ったより苦しくないダンジョン(個人的には寺のボス部屋のほうが遙かに苦しい)ということで今回は最近の中で最も楽しい冒険だったと思われ。</p>\r<p>アモリカ谷までにドロップがぼとぼと落ちるし(クレとアサシンばかりだったと記憶しているが...）、ダンジョン内でもオーラーブレードLv.4(パラディン131スキルブック)がドロップ、かなりのほくほくだ。</p>\r<p>ダンジョンでは、今回もボスを目撃でき自らがボスを倒そうと燃えるメンバ、<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070623_0832_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_1.jpg\" alt=\"\"></a><br />\rそのねこたちも、ボスと遭遇。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070623_0832_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_2.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070623_0832_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_3.jpg\" alt=\"\"></a></p>\r<p>ボスドロップはラドニーガタス(アクセサリー：精神力+5、HP回復量+30、MP回復量+20、重さ50、レベル100以上)だった。これが今回のクエストに必要なアイテムらしい。<br />\r<img width=\"190\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_4.jpg\" alt=\"\"><br />\rこれを持って、ナインの所へクエの続きをしに行く</p>\r<blockquote>\r<p>- 先日のおさらい -<br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_5.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_6.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_7.jpg\" alt=\"\"></p>\r</blockquote>\r<p>&nbsp;ラドニーガタスを持っていくと、<br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_8.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_9.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_10.jpg\" alt=\"\"><br />\r<img width=\"190\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_11.jpg\" alt=\"\"><br />\rと呪われた胴衣を手に入れた♪</p>\r<p>これをナインの言うことに従い、錬金術師の元に解呪しに行く。<br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_12.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_13.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"280\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_14.jpg\" alt=\"\"><br />\r<img width=\"190\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/xo070623_0832_15.jpg\" alt=\"\"><br />\rシラークスター(パラディン125胴衣：器用さ+2、最大HP+200、防御+337、魔法防御+320、レベル125以上)を手に入れた。しかしこれがまた微妙。防御力としては現在くろねこが付けているのよりすこし強いくらい、効果が付いている分お得か？四次になったら新しい135レベル防具が出て精錬するとそっちに負けちゃいそうな感じ。</p>\r<p>この後、もう少しダンジョンを歩いたが、さーちゃんがねむねむだったので泉の調査は終了♪</p>\r<p>楽しかった～</p>',1,3458,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070623_0832_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070623_0832_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070623_0832_3_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070623_2029',3,0,'2007-06-23 20:29:24','泉の調査でもらえる胴衣は精錬できません',null,'<p>枯れた生命の泉の泉の調査でもらえる胴衣の話をしていたら、<br />\r「くろねこさんその鎧精錬してきた方がいいですよ」<br />\rと教えてくれた。クエ品は精錬できないと諦めていたのに...出来るのか？</p>\r<p>早速ブリンヒルドスクロールで街に戻り精錬しようと鍛冶屋に・・・</p>\r<p>&nbsp;</p>','<p>でも、鍛冶屋の精錬可能アイテム一覧にその鎧はない。</p>\r<p>よくよく話を聞いてみると解呪のコトを指していたようだ。まあ、みんなしないと思うけど念のためにここでお知らせしておきますね♪</p>',1,2938,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070624_0137',3,0,'2007-06-24 01:37:54','泉のボスはどうやって倒そう',null,'<p>枯れた生命の泉のボス、フォルネオス。</p>\r<p>結構堅くて、HPも多めさらに回復もするから結構つらい、召還は２分間隔で増え続けるみたいだし...</p>\r<p>くろねこなりに作戦を考えてみました♪</p>','<p>フォルネオスが出す召還(フォルネオシ)の数は１回に一匹。今までのボスと違って１匹だけなのがミソ。そしてその攻撃はパラ117&uarr;ならボス・召還の両方を耐えることが可能。</p>\r<p>だから、こんな作戦になりました。８人パーティだと6人の攻略チームとふたりの召還を隔離するチームに分けます。両チームとも耐える人が必要なので、比較的HPの高いパラディンがいると良い。攻略チームに攻撃力の高いウィザを用意すると良いですね。隔離チームには召還を足止めできるエナを持ったプリがいるとかなり良いと思われます。</p>\r<ol>\r    <li>退路を確保(２画面分くらい？)</li>\r    <li>攻略チームのパラディンがたたいて召還を出し、退路側に退却<br />\r    隔離チームは、召還が出たら召還にエナを撃ち、足止め</li>\r    <li>攻略チームが本体を倒したら、隔離チームが隔離していた召還を処分します。</li>\r</ol>\r<p>※注意事項</p>\r<ul>\r    <li>召還が2分おきに発生するので、攻略チームは2分以内に本体にとどめを刺す必要があります</li>\r    <li>隔離チーム側にもザコが湧くので、ふたり程度用意する方が良いでしょう。</li>\r</ul>\r<p>これで、うまくいくと良いなぁ</p>',1,3072,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070625_2356',3,0,'2007-06-25 23:56:27','こんな戦法はどう？',null,'先日、火薬庫から飛び出した際に誤って「ファイアスイング」を使ってしまった。ゼネではマップ切り替わり時3秒無敵らしいが、その3秒を待たずして約1秒くらいでスキルが使用可能だった。<br />\r(公式に無敵時間って記載ある？たしかそれとなく「マップ切り替わり時の～対する修正を行いました。」しかなかったと思うが？)','<p>で、これをいつどこで使うか？ということなのだが...<br />\r入って安地のない場所、安地前に無数にいるときに便利じゃないかなぁと思うのであります。</p>\r<p>使用例)<br />\rペトラ寺院 暗黒の部屋</p>\r<p>概要<br />\r「このマップは安地が無く、最近は寂れてナピオン・ダークを取りに来る者も疎らになっている。」くろねこの認識はそんな感じである。<br />\rこのため、「いつ入ってもワープアウトした出入り口付近にも雑魚モンスターがあふれかえっている。」そんな状況が多々ある。<br />\r入っていきなり10匹以上いる雑魚(雑魚と言えどかなりつらい)の猛攻に耐えられる者はいまい。</p>\r<p>そこで、この戦法の出番だ。</p>\r<ol>\r    <li>みんなで入る(ちょっと散開気味が良いか？) </li>\r    <li>範囲攻撃(回復：万が一のため) </li>\r    <li>戻る </li>\r</ol>\r<p>問題は、パラの範囲ってスキル使用開始から発動まで約1秒ほどかかると言うこと。キーをポチッと押して出たと思ったらすぐに帰らないとまずいかも？まぁ、ウィザがいればライトニングでかなり減っている(33%程度？)から、逃げ遅れたときには総力戦か？</p>\r<p>使えるかなぁと思った人試してみて！</p>',1,2669,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070626_0829',3,0,'2007-06-26 08:29:55','仲良く浮いた？',null,'<p>浮いちゃってます・・・<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070626_0829_1.jpg\" alt=\"\"></p>','',1,2308,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070627_bloadband',3,0,'2007-06-27 05:42:53','超高速衛星インターネットはくろねこの心を満たしてくれるのか？',null,'<p>詳しくはこれを読んでちょ...<br />\r<a href=\"http://www.itmedia.co.jp/news/articles/0706/27/news007.html\">天から来る超高速インターネット　「WINDS」打ち上げへ</a></p>\r<p>早く商用利用が始まらないかなぁ。</p>\r<p>で、関連記事の中から気になる記事があった。<br />\r<a href=\"http://plusd.itmedia.co.jp/broadband/0210/25/ff.html\">オンラインゲームに適した回線とは？～スクウェア</a></p>\r<p>Ultima Online の時にはそれほど感じなかったというか、DOOMなどの人が集中するマップでしかラグは確認できていなかったので単にサーバが重いとしか感じなかったが、Xenepic Online では、倒したはずのモンスターがその場に残っていたり、同じく無いはずのアイテムがそこに表示されていたり、突然ワープしたりとおかしなことがよく起こるその原因はもしかしてこれじゃないのか？</p>','<p>■関連記事</p>\r<ul>\r    <li><a href=\"http://plusd.itmedia.co.jp/broadband/0308/28/lp07.html\">衛星が日本のデジタルデバイドを解消する</a></li>\r    <li><a href=\"http://plusd.itmedia.co.jp/broadband/0308/29/lp16.html\">衛星インターネットの&ldquo;得手不得手&rdquo;</a></li>\r    <li><a href=\"http://plusd.itmedia.co.jp/broadband/0111/22/satellite.html\">通信を変える&ldquo;長楕円軌道衛星&rdquo;って何だ？</a></li>\r    <li><a href=\"http://plusd.itmedia.co.jp/broadband/0210/30/07.html\">準天頂衛星システム開発で三菱、日立など6社が新会社</a></li>\r    <li><a href=\"http://plusd.itmedia.co.jp/broadband/0211/05/top10.html\">オンラインゲームに適さない回線とは？</a></li>\r</ul>\r<p>&uarr;これもいいかも。</p>',1,3106,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.itmedia.co.jp/news/articles/0706/27/news007.html\">天から来る超高',0,1,1,0,0,'1999-11-30 00:00:53','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070627_1951',3,0,'2007-06-27 19:51:01','くろねこ レベル127',null,'<p>くろねこ レベル127になりました。四次職転職まで後400%でし。</p>\r<p>今となってはちょときついかもしれないけど？(このLv.126期間中に5浮き)Lv.131は 8/8 の予定デシ。</p>','<p>今回、焦って羽を取るタイミングが早かった！羽がほんのちょっぴり。<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo070627_1951_1.jpg\" alt=\"\"><br />\r前々回は、もう一度押したらぴったりなタイミングだったのに、押し直すタイミングも遅れてしまった。<br />\r(あきらめが入ってしまった)</p>\r<p>仕方ないのでまりにあに撮ってもらったSSも載せておこう。<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo070627_1951_2.jpg\" alt=\"\"><br />\rなんか、ちょうどメタスダイブを食らったところだったみたいね...緑に染まっちゃってるわ...</p>\r<p>今回も、かなり遠いマップからlessonさんにお越し頂きました。ありがとlessonさん。</p>\r<p>ステータスは今回も力にポチッと+1。<br />\rステ振り前<br />\r<img width=\"330\" height=\"270\" src=\"http://www.blackcat.xyz/images/articles/xo070627_1951_3.jpg\" alt=\"\"><br />\rステ振り後<br />\r<img width=\"330\" height=\"270\" src=\"http://www.blackcat.xyz/images/articles/xo070627_1951_4.jpg\" alt=\"\"><br />\rあんまり変わってないね。</p>',1,2448,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070628_RSS_Aggregator',3,0,'2007-06-28 01:09:00','RSS Aggregator 改造♪',null,'<p>以前、このサイトにRSS Aggregatorを導入した。</p>\r<p>しかし、かなり不満の残るものだった。というのは対応フォーマットがRSS 2.0、Atom 1.0 のみでネット上に数多く存在するRSS 1.0がサポートされないからだ。Geeklogのサイトでmystral-kkさんにAtomフォーマット使用時の日付部分のバグは直してもらえたのだが、RSS 1.0をサポートしてもらえることはなかった。</p>\r<p>無いものは仕方がない、何とか自分で作れないものだろうか...そう考えていたら...</p>','<p>良いものを見つけた。</p>\r<p><a href=\"http://www.doyouphp.jp/sample/sample_xml_pear_rss.shtml\">Do You PHP? - PEARのXML_RSSでRSSしてみる</a>を見てこれを使えばいけるんじゃない？って思って2～3日考えながらさらにネットを探していたら、<a href=\"http://d.hatena.ne.jp/shimooka/20061227/1167206658\">Do You PHP はてな - XML_Feed_Parser 1.0.0リリース</a> なんて言うのを見つけてしまった。</p>\r<p>このサンプルコードと、RSS Aggregatorのソースコードを見ていたら書き換えないといけない部分はすぐにわかった。言語は違えど一応プログラマそのぐらいはわかる。でも、そこから先が長かった。というのも、PHPのデバッグ方法なんて知らん。PEARって標準でインストールされてないの？まぁ、PHPだからインストールしなくてもコピーすればいいか？ということで、たぶんイレギュラなんだろうが、必要なディレクトリの下に配置することにした。テスト的にサンプルコードを動かしてみるとばっちり、あとは、しくはくしながら、RSS Aggregatorを書き換えていった。ポカミスも多くて結構苦労した。やっぱり一番の原因はXenepic Onlineしながら合間にというのがダメなんでしょうな。</p>\r<p>このサイトで今動いてるのが、改造版RSS Aggregator。対応フォーマットは XML Feed ParserがサポートするRSS 0.9, 1.0, 2.0 ＆Atom 1.0。取りあえず、RSS 1.0, 2.0 ＆ Atom 1.0 では動いてるみたい。</p>\r<p>良かった。</p>\r<p>一応出来たコードを貼り付け、と思ったら貼り付けるとPHPコードが表示時に実行されてしまうみたい。せ、セキュリティホールだ・・・仕方が無いのでダウンロード[file:19]に置くよ。</p>',1,4215,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.doyouphp.jp/sample/sample_xml_pear_rss.shtml\">Do You PHP? - PEARのXM...</a>\n<a href=\"http://d.hatena.ne.jp/shimooka/20061227/1167206658\">Do You PHP はてな - ...</a>',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20070628020853161',3,0,'2007-06-28 02:08:53','今日はNew PCが届く日だっ',null,'<p>New PCはWindows Vista Premium。当然ゼネはサポート対象外。</p>\r<p>しかし、しかし、しかぁ～～～～～～し。</p>','<p>何とかうごかしてやるぅぅぅ～♪</p>\r<p>動いたら、うごいた～～て書くので、コメントよろです♪</p>',1,2595,3,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:53','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070629_0226',3,0,'2007-06-29 02:26:45','VistaでXenepic',null,'<p>Vistaは非対応なので一応できないことは覚悟していたが・・・</p>\r<p>Vistaでプレイできたのか？一部にできている人もいるようだが....</p>','<p>くろねこが設定した手順。</p>\r<blockquote>\r<p><strong>Vistaでの設定</strong><br />\r<br />\rVista で Xenepic Online プレイできないのは「管理者権限」が無いからで、管理者権限で実行できるようにすることでプレイできるようになる場合があります。</p>\r<p>管理者権限で Xenepic Online を起動する設定方法<br />\rデスクトップ画面の左下にある Windows のマーク（スタート）を右クリックしてエクスプローラーをクリック<br />\r(キーボードから[Windows]+[E]でもエクスプローラは起動できるd(^-^)ネ!) <br />\r&darr; <br />\rエクスプローラーを開いたら、下記の順にフォルダをクリック。<br />\rProgram Files &rarr; DncEnt &rarr; Xenepic<br />\r&darr; <br />\r開くと下の方に顔のマーク付の Xenepic があるので、それを右クリックしてコンテキストメニューの下の方にあるプロパティを開く <br />\r&darr; <br />\rプロパティを開くと、上の段に 全般・互換性・セキュリティ・詳細 とあるので互換性をクリック。<br />\r&darr; <br />\r互換性の下の方にある　「特権レベルの管理者としてこのプログラムを実行する」にチェックをつける。</p>\r<p>同様に、Update.exe / XenSetup.exe / XenClient.exe なども管理者権限で動作するように設定する。</p>\r</blockquote>\r<p>で、インすると・・・</p>\r<p>文字が全部豆腐....犯罪者のMMORPG？全部が伏字・・・。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070629_0226_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"320\" src=\"http://www.blackcat.xyz/images/articles/xo070629_0226_1.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070629_0226_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"320\" src=\"http://www.blackcat.xyz/images/articles/xo070629_0226_2.jpg\" alt=\"\"></a></p>\r<p>グラボのドライバかと思い、AMDのサイトからリファレンスドライバをダウンロードして入れてみたが、豆腐が消えた！</p>\r<p>と言っても見えるようになったわけではなくて、本当に消えたw。なんにもぬぁい。</p>\r<p>と言うことで、しばらくXPマシンか～。ドライバに依存してそうなことはほぼ間違いないな。</p>\r<p>＃この実験中に1：1いただいた方、申し訳ございませんがもう一度ご連絡くださいませ。よろしくお願い申し上げます。</p>',1,6178,0,0,'0000-00-00 00:00:00',1,'<a href=\"http://www.blackcat.xyz/images/articles/xo070629_0226_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070629_0226_2_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-04-24 12:38:53','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070629_0751',3,0,'2007-06-29 07:51:32','今日の予定',null,'<p>本日、夜は飲み会のためINできないか、かなり遅いと思われます。</p>\r<p>また、日曜日にはきむちゃんの引退？きむちゃんがお寺に行きたいということなので、お時間のある方参加をお願いいたします。</p>','',1,2459,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070703_1259',3,0,'2007-07-03 12:59:27','職業構成ボーナス調査(再)',null,'<p>4/24に「近く効率的な職業構成によるボーナス調査を行う。」と書きながら、全く実施していませんでした。<br />\rその後、アナウンスがあったのかどうかやや不明だが、<strong>効率的な～</strong>ボーナス以外に<strong>安定的な～</strong>ボーナス<br />\rが導入されている(導入時期不明)。現在、調査を行うとすればこちらの調査も必要になるだろう。調査内容をため込んだためにかなり調査すべき項目がふくれあがっているのは事実だ。では、次回(7/14 or 15)に行う予定の調査内容を以下に示す。<br />\rちなみに、職業のツリーが4系統から6系統へと分かれたが、ボーナスでの系統分類はクレリック(プレディクター)とスカウター(アーチャー)ともに以前の4系統の場合と変更はされていないようだ。<br />\rまた、効率的なボーナスは4系統の職業が揃った場合に発動するが、安定的なボーナスはうち2系統が2名以上で構成される場合に発動する模様。</p>\r<dl><dt>調査項目</dt><dd>\r<ol>\r    <li>職業4系統(戦士/盗賊/聖職者/魔術師)を揃えた場合(効率的な) </li>\r    <li>上記構成のうちの1名をセーフティゾーンに配置した場合(効率的な？) </li>\r    <li>4系統＋ゼニアンを揃えた場合(効率的な+ゴールド) </li>\r    <li>職業4系統(戦士/盗賊/聖職者/魔術師)を揃えたかつ、うち2系統が2名以上(安定的な) </li>\r    <li>4系統＋ゼニアンを揃えた場合(安定的な+ゴールド) </li>\r</ol>\r</dd></dl>\r<p>■広告<br />\r一緒にこの調査に参加していただける方を募集します。<br />\r募集要項： </p>\r<ul>\r    <li>当募集要項並びに調査内容を把握していただけた方 </li>\r    <li>レベル31のキャラクタをお持ちの方 </li>\r    <li>デスペナを気にしない方 </li>\r</ul>\r参加報酬はありません...あしからず。\r<p>&nbsp;</p>\r<table width=\"400\">\r    <caption>調査参加人員</caption>\r    <tbody>\r        <tr>\r            <th>№</th>\r            <th>職業</th>\r            <th>A:キャラ名(連絡用キャラ名)</th>\r            <th>B:キャラ名(連絡用キャラ名)</th>\r            <th>C(予備):キャラ名(連絡用キャラ名)</th>\r        </tr>\r        <tr>\r            <th class=\"num\">1</th>\r            <th>ファイター</th>\r            <td>レーア</td>\r            <td>kei</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <th class=\"num\">2</th>\r            <th>ローグ</th>\r            <td>★★優★★</td>\r            <td>&nbsp;</td>\r            <td>りぃ(★くろねこ★)</td>\r        </tr>\r        <tr>\r            <th class=\"num\">3</th>\r            <th>マジシャン</th>\r            <td>ぎゃお</td>\r            <td>ルーナン</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <th class=\"num\">4</th>\r            <th>アコライト</th>\r            <td>いちご100％</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r        <tr>\r            <th class=\"num\">5</th>\r            <th>ゼニアン</th>\r            <td>marimia</td>\r            <td>&nbsp;</td>\r            <td>&nbsp;</td>\r        </tr>\r    </tbody>\r</table>','<h3>効率的な職業構成ボーナス調査</h3>\r<p>＋ゼニの調査も同じであるが、調査を簡単にするためアクティブがいないマップで行う。<br />\rただ、一次転職を行うとレベルも31となり一匹のモンスターから得られる経験値では小数点第二位以下の要素が大きく影響するためある程度の数を倒すことで誤差をより少なくする。現在の構想ではパープルスライムがレベル31で0.016程度の様なので50匹程度倒すことで調査を行う予定。(Lv.31ゼニアン x3使用時...20匹で経験値0.97取得)<br />\r調査時には最初の起点を明確にするため、戦闘不能になりデスペナで <strong>Lv.31 0.00%</strong> となったキャラクターで計測する。</p>\r<p>条件1： </p>\r<ul>\r    <li>パープルスライム50匹&times;調査参加キャラクタ数(4) ＝200匹 </li>\r    <li>計測キャラクタはLv.31 0.00%(非計測キャラクタを含め、調査終了時にLevel UPしないこと) </li>\r</ul>\r<p>&nbsp;</p>\r<table width=\"400\">\r    <caption>経験値取得テーブル</caption>\r    <tbody>\r        <tr>\r            <th align=\"right\">№</th>\r            <th align=\"right\">人数</th>\r            <th align=\"right\">ソロ</th>\r            <th align=\"right\">PTボーナス<br />\r            適用時(A)</th>\r            <th align=\"right\">構成ボーナス<br />\r            適用時(B)</th>\r            <th align=\"right\">構成ボーナス<br />\r            単体(B-A)</th>\r            <th align=\"right\">構成ボーナスの割合(%)</th>\r        </tr>\r        <tr>\r            <th class=\"num\" align=\"right\">1</th>\r            <td class=\"num\" align=\"right\">4</td>\r            <td class=\"num\" align=\"right\">0.80</td>\r            <td class=\"num\" align=\"right\">1.04</td>\r            <td class=\"num\" align=\"right\">1.13</td>\r            <td class=\"num\" align=\"right\">0.09</td>\r            <td class=\"num\" align=\"right\">11.25</td>\r        </tr>\r    </tbody>\r</table>\r<p>このほか、PTボーナスの際には安地にいるキャラクタはボーナス計算・付与両対象外であった。しかし<strong>効率的な職業構成によるボーナス</strong>については、パーティを構成するメンバが安地におりフィールド上のメンバのみで4系統を満たさない場合でもパーティのステータス表示欄のボタンが点滅していることから、職業構成ボーナスが適用されている可能性がある。このため、計測対象以外の3キャラについてセーフティーゾーンにいる場合について調査を行う。</p>\r<p>条件2： </p>\r<ul>\r    <li>パープルスライム50匹 </li>\r    <li>計測キャラクタはLv.31 0.00%(非計測キャラクタを含め、調査終了時にLevel UPしないこと) </li>\r</ul>\r<p>&nbsp;</p>\r<table width=\"400\">\r    <caption>経験値取得テーブル</caption>\r    <tbody>\r        <tr>\r            <th align=\"right\">№</th>\r            <th align=\"right\">人数</th>\r            <th align=\"right\">ソロ</th>\r            <th align=\"right\">PTボーナス<br />\r            適用時(A)</th>\r            <th align=\"right\">構成ボーナス<br />\r            適用時(B)</th>\r            <th align=\"right\">構成ボーナス<br />\r            単体(B-A)</th>\r            <th align=\"right\">構成ボーナスの割合(%)</th>\r        </tr>\r        <tr>\r            <th class=\"num\">2</th>\r            <td align=\"right\">1(4)：戦闘員</td>\r            <td class=\"num\" align=\"right\">0.80</td>\r            <td class=\"num\" align=\"right\">0.80</td>\r            <td class=\"num\" align=\"right\">0.80</td>\r            <td class=\"num\" align=\"right\">0.80</td>\r            <td class=\"num\" align=\"right\">0.00</td>\r        </tr>\r    </tbody>\r</table>\r<p>モンスターの湧きが著しく乏しい場合は、計画を縮小し25匹(1/2)する。テーブルの獲得予想経験値も1/2する。</p>\r<h3>効率的な職業構成＋ゼニボーナス調査</h3>\r<p>基本的な方法は4系統ボーナスの際と同様である。</p>\r<p>条件3： </p>\r<ul>\r    <li>パープルスライム50匹&times;調査参加キャラクタ数(5) ＝250匹 </li>\r    <li>計測キャラクタはLv.31 0.00%(非計測キャラクタを含め、調査終了時にLevel UPしないこと) </li>\r</ul>\r<p>&nbsp;</p>\r<table width=\"400\">\r    <caption>経験値取得テーブル</caption>\r    <tbody>\r        <tr>\r            <th align=\"right\">№</th>\r            <th align=\"right\">人数</th>\r            <th align=\"right\">ソロ</th>\r            <th align=\"right\">PTボーナス<br />\r            適用時(A)</th>\r            <th align=\"right\">構成ボーナス<br />\r            適用時(B)</th>\r            <th align=\"right\">構成ボーナス<br />\r            単体(B-A)</th>\r            <th align=\"right\">構成ボーナスの割合(%)</th>\r        </tr>\r        <tr>\r            <th class=\"num\" align=\"right\">3</th>\r            <td class=\"num\" align=\"right\">5</td>\r            <td class=\"num\" align=\"right\">0.80</td>\r            <td class=\"num\" align=\"right\">1.12</td>\r            <td class=\"num\" align=\"right\">1.28</td>\r            <td class=\"num\" align=\"right\">0.16</td>\r            <td class=\"num\" align=\"right\">20.00</td>\r        </tr>\r    </tbody>\r</table>\r<p>基本的な方法は4系統ボーナスの際と同様である。</p>\r<h3>安定的な職業構成ボーナス調査</h3>\r<p>条件4： </p>\r<ul>\r    <li>パープルスライム50匹&times;調査参加キャラクタ数(6) ＝300匹 </li>\r    <li>計測キャラクタはLv.31 0.00%(非計測キャラクタを含め、調査終了時にLevel UPしないこと) </li>\r</ul>\r<p>&nbsp;</p>\r<table width=\"400\">\r    <caption>経験値取得テーブル</caption>\r    <tbody>\r        <tr>\r            <th align=\"right\">№</th>\r            <th align=\"right\">人数</th>\r            <th align=\"right\">ソロ</th>\r            <th align=\"right\">PTボーナス<br />\r            適用時(A)</th>\r            <th align=\"right\">構成ボーナス<br />\r            適用時(B)</th>\r            <th align=\"right\">構成ボーナス<br />\r            単体(B-A)</th>\r            <th align=\"right\">構成ボーナスの割合(%)</th>\r        </tr>\r        <tr>\r            <th class=\"num\" align=\"right\">4</th>\r            <td class=\"num\" align=\"right\">5</td>\r            <td class=\"num\" align=\"right\">0.80</td>\r            <td class=\"num\" align=\"right\">1.12</td>\r            <td class=\"num\" align=\"right\">1.21</td>\r            <td class=\"num\" align=\"right\">0.09</td>\r            <td class=\"num\" align=\"right\">11.25</td>\r        </tr>\r    </tbody>\r</table>\r<p>基本的な方法は4系統ボーナスの際と同様である。</p>\r<h3>安定的な職業構成＋ゼニボーナス調査</h3>\r<p>条件5： </p>\r<ul>\r    <li>パープルスライム50匹&times;調査参加キャラクタ数(7) ＝350匹 </li>\r    <li>計測キャラクタはLv.31 0.00%(非計測キャラクタを含め、調査終了時にLevel UPしないこと) </li>\r</ul>\r<p>&nbsp;</p>\r<table width=\"400\">\r    <caption>経験値取得テーブル</caption>\r    <tbody>\r        <tr>\r            <th align=\"right\">№</th>\r            <th align=\"right\">人数</th>\r            <th align=\"right\">ソロ</th>\r            <th align=\"right\">PTボーナス<br />\r            適用時(A)</th>\r            <th align=\"right\">構成ボーナス<br />\r            適用時(B)</th>\r            <th align=\"right\">構成ボーナス<br />\r            単体(B-A)</th>\r            <th align=\"right\">構成ボーナスの割合(%)</th>\r        </tr>\r        <tr>\r            <th class=\"num\" align=\"right\">5</th>\r            <td class=\"num\" align=\"right\">7</td>\r            <td class=\"num\" align=\"right\">0.80</td>\r            <td class=\"num\" align=\"right\">1.20</td>\r            <td class=\"num\" align=\"right\">1.39</td>\r            <td class=\"num\" align=\"right\">0.19</td>\r            <td class=\"num\" align=\"right\">23.75</td>\r        </tr>\r    </tbody>\r</table>\r<p>しかし、この調査パープルスライムだけ1050匹も倒さないといけないのか...<br />\r根気がないとまず無理です... せめて一発で倒せるようにプリさんもひとり用意するかな...</p>',1,3262,0,3,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('2007070419061873',3,0,'2007-07-04 19:06:18','偽装請負',null,'<p>現在くろねこはフリーで活動している。</p>\r<p>フリーと言ったらかっこいいかもしれないが、実際には普通の社員と変わらない生活をしている。<br />\r毎日、自宅から作業場まで往復しているし、業務も<em>書面上は請負業務なのであるが、実際には派遣業務</em>である。</p>','<p>なぜ気づいたかと言うと、最近作業場で多重派遣の問題があり取り組んでいるようなのであるが、くろねこは個人事業主なので労働法の適用外ということもあり、多重派遣の問題外であると思っていた。</p>\r<p>また、それとは別なのであるが、今のフリーの生活を始めたときに、この業界は人の派遣で仕事の斡旋業務でないのだろうと思っていた。派遣だから一回紹介された作業場に通い続けた際にも毎月手引きされているからだ。(なんかコストは変わらないのにもったいない話だよね。)</p>\r<p>で、数日前にGoogleで二重派遣を検索して<a href=\"http://ja.wikipedia.org/wiki/%E5%81%BD%E8%A3%85%E8%AB%8B%E8%B2%A0\">Wikipedia</a>を見てくろねこがかかっている仕事の契約は<em>偽装請負</em>なんだと気づいた。</p>\r<p>Wikipediaないにある下記の「<span class=\"mw-headline\">職業安定法と労働者派遣法との関係」について</span>すべてくろねこに該当しない。</p>\r<blockquote>\r<p><a title=\"職',1,2898,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://ja.wikipedia.org/wiki/%E5%81%BD%E8%A3%85%E8%AB%8B%E8%B2%A0\">Wikipedia</a>\n<a href=\"http://ja.wikipedia.org/wiki/%E8%81%B7%E6%A5%AD%E5%AE%89%E5%AE%9A%E6%B3%95\">職業安定法</a>\n<a href=\"http://ja.wikipedia.org/wiki/%E5%8A%B4%E5%83%8D%E8%80%85\">労働者</a>\n<a href=\"http://ja.wikipedia.org/wiki/%E6%8C%87%E6%8F%AE\">指揮</a>\n<a href=\"http://ja.wikipedia.org/wiki/%E5%8A%B4%E5%83%8D%E8%80%85%E6%B4%BE%E9%81%A3%E6%B3%95\">労働者派遣法</a>\n<a href=\"http://ja.wikipedia.org/wiki/IT\">IT</a>',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070705_1944',3,0,'2007-07-05 19:44:35','あ～本当にイヤになっちゃうよね',null,'<p>くろねこさぁ、昨日アコライトLv.95レア武器を精錬したのさ。+6を作ったんだけどゼンストーン使用個数は17個。<br />\r+6迄に3回失敗してるのさ。ちなみに、+6, +5で計3回失敗してるので、17個だったわけ。20個持っていたので残り3個だった。<br />\rちなみに、このときの+6の成功率が50%だったのだ。</p>\r<p>&nbsp;</p>','<p>その後、ぐみちゃんから装備の返却があったので、受け取った後ブリの鍛冶屋に...<br />\r+6で止まってたパラディンLv.130武器を精錬しに行ったのさ。うまくいけば、一発で+7...<br />\rゼンストーンは、さっきの残りと20個倉庫から。計23個持って♪ﾙﾝﾙﾝ♪o(^0^o)♪~(o^0^)o ~♪♪~o(^0^o)~♪(o^0^)o~♪ﾗﾝﾗﾝ♪<br />\rさて....<br />\r鍛冶屋に着いて早速試してみたら...(/&nabla;≦＼)ｱﾁｬ-!ﾐﾃﾗﾝﾅｲ<br />\r23個持ってきたから、まだまだ試せる！とチャレンジするが...ことごとく失敗。<br />\rここで引き下がれるかっ！とまたまた倉庫から30個失敬。<br />\rでもまたまたことごとく失敗。勝利の女神はくろねこにはほほえまないのか？ねぇ？<br />\r計53個使用したところで、ブリの鍛冶屋に愛想を尽かした。(確かケンディのおっさん曰く、あいつは途中で逃げ出したやつだとか)<br />\rそんなやつに頼ってたら、一生かかっても拉致があかん。しかたがない(久間風)。最寄りのエスネへ移動。</p>\r<p>やってきました、インチェンター。ちなみにここに立ち寄る前にゼンストーンをさらに20個失敬。<br />\r結果的には結局インチェンターでも精錬できず。しかも、+1で失敗しやがんの...そういえばブリでは+2で...</p>\r<p>統計取り始めてから、+1での失敗って初めてだよ...てかゼネ始めてから初めてなのかも...<br />\r結局さ、結果的には+6&rarr;+0だったわけね。もぅ、次はヨツンかケンディに行くわ....まったくも～～～～<br />\r</p>\r<table cellspacing=\"0\" cellpadding=\"0\" width=\"200\" border=\"1\">\r    <caption>統計取り始めてからの成功率</caption>\r    <tbody>\r        <tr>\r            <th>精錬強度</th>\r            <th>&larr;にするときの成功率</th>\r        </tr>\r        <tr>\r            <th>+1</th>\r            <td>98%</td>\r        </tr>\r        <tr>\r            <th>+2</th>\r            <td>96%</td>\r        </tr>\r        <tr>\r            <th>+3</th>\r            <td>94%</td>\r        </tr>\r        <tr>\r            <th>+4</th>\r            <td>77%</td>\r        </tr>\r        <tr>\r            <th>+5</th>\r            <td>66%</td>\r        </tr>\r        <tr>\r            <th>+6</th>\r            <td>48%</td>\r        </tr>\r        <tr>\r            <th>+7</th>\r            <td>0%</td>\r        </tr>\r    </tbody>\r</table>\r+7に成功したのって統計取る前か～。',1,3211,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070705_thermorunaway',3,0,'2007-07-05 19:52:17','熱暴走の季節ですねっ♪',null,'<p>ゼネをがんばりすぎて知恵熱で困り果てたくろねこです....</p>\r<p>&nbsp;</p>\r<p>って、ちゃうわ～～～～</p>\r<p><br />\rくろねこの自宅には...冬にでも熱暴走するTOSHIBA Dynabook AX740/LS というノートPCらしきものが存在します。昨年1月に購入したようなのですが、昨年6月に一度電源トラブルでTOSHIBAに送り返されている/(-_-)ヽコマッタァちゃんです。<br />\rさらには、今年だっけか去年暮れだっけかに同じく電源トラブルでTOSHIBAサポートにTELする羽目に陥っています。<br />\rこのときには、バッテリーを抜いて刺し直すことで問題が回避できたようでした。</p>','<p>このノート実は日頃くろねこの手元にはなく、嫁が使用しています。ということで、嫁には管理者権限を渡していないので、嫁は制限ユーザとして使用しています。<br />\rTOSHIBAのノートPCにはWireless Zero Configurationと言う無線管理のソフトウェアがあって、その名の通り無線ユニットを制御しているのですが、このソフト管理者権限がないとログオフ時にEnableWZCというモジュールが終了に応答せずPCのシャットダウンを台無しにしてくれます。こちらも、上記電源トラブルの際にサポートにTELして確認していたのですが...</p>\r<p>約2ヶ月ほど前、くろねこがこのノートを使用した際に熱暴走を経験しました。ちょっと調べてみるとウッドラックの棚板においた状態(吸気口をふさぐなどは無い状態で1時間(時間は時によりことなる)ほど放置すると暴走した！)</p>\r<p>なので、サポートに熱暴走するんです～って報告し、修理かな？って思いつつサポートに対応方法を聞いたら....<br />\rリカバリしてください...</p>\r<p>(ﾟ&nabla;ﾟ ;)ｴｯ!?</p>\r<p>ハードウェアトラブルなんですけど....</p>\r<p>そのようにサポートに連絡したら、ソフトがらみの可能性もあるのでリカバリして最新ドライバをTOSHIBAサイトからダウンロードして当ててから確認してくれとのこと。<br />\rまあ、たしかにねソフトウェアでCPUをガンガン使って100%の状態を維持すれば熱容量的に苦しくはなるんだろうけど、それって設計ミスじゃないの？と後で思ったんだよね(遅いって)</p>\r<blockquote>\r<p>※通常マニュアルなどに記載されている使用環境に関す売る条件下で使用した場合<br />\r　動作時10～35℃、相対湿度20～80％(結露しないこと)とかだよね</p>\r</blockquote>\r<p>でね、ついでにEnableWZCってモジュールの件も聞いてみたの...じゃあこっちも最新のディスプレイのドライバが出てるので当ててくださいって言われました。ディスプレイって...って思って聞いてみたら直接関係ないけど当てたら問題が出なくなったんだって...対処療法かい...そのあとも突っ込んで聞いてみたが、根本的に調査する気はないらしい。<br />\rで、直らなかったらリカバリして、最新当ててもう一度チェックだと。</p>\r<p>TOSHIBAサポートも駄目駄目だよね。EnableWZCの件報告した際に、管理者権限の要求をするAPIを使用しているだろうからそれがあやしいよって教えてあげてるのになんもわかっちゃいない。</p>\r<p>TOSHIBAサポートの実体はクレーマー事件の時から変わっていないということなのだろうか？</p>\r<p>たぶん、もうTOSHIBA製PCは買わないと思いだろうなってこのときもTOSHIBA買うつもりじゃなかったんだけどね、店員のお薦めで...。なんか携帯電話はTOSHIBA買っちゃってるけど...他に買うべき携帯が見つからないからなぁ。しかたない(久間)</p>',1,4022,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070708_0959',3,0,'2007-07-08 09:59:30','くろねこ レベル128になりました',null,'<p>くろねこLv.128になりました♪</p>\r<p>でも、SS取れませんでしたw</p>\r<p>りゆぅわ、SS撮るソフトが起動してませんでした・・・最近なんか撮れないなと思ったら、ソフトが起動してなかったなんて・・・スタートアップに登録してるので、ねこが落としてしまったか、何かの理由で落ちちゃったのかな？</p>','<p>ステ振りわ、力にポチッと</p>\r<p>合計力が+9になりました</p>\r<p>装備わ、今回わグローブの交換。まりにあから頂きました。弱い方だけど安かったからと買っといてくれた。良い方のグローブは自分で取りに行きますか！</p>',1,2688,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:14','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070709_0823',3,0,'2007-07-09 08:23:58','07/06～07/07 ほろちゃんの時計',null,'レベルが上がったことは既報の通りなのだが、レベルをあげるために朝から船で狩り狩り～♪<br />\rと思いきや、昨日(7/5)にほろちゃんの時計を取るのを夜遅くまでがんばったため、朝7時過ぎに起きたものの2時間くらいでノックアウト。次に起きたのは12:30頃。','お昼食べて、再度インして船で狩りを始めたら...(朝は書庫で遊んでいてレベル上げできてない...)<br />\rゆうまからお誘いが...なに？また時計を取りに行くの？<br />\rぃゃ良いんだけど、レベル...<br />\r書庫に飛んでも良いというお話だったのだが、リブしてないメンバがいるから(たぶんゆうま的に誘ったのはねこだけ、他メンバを巻き込んだのはねこ)ロビーからになった。ロビーから書庫まで所要時間は約20分強。大分早くなったd(^-^)ネ!<br />\r<br />\r昨日は夜だったからかあんまり取れなかったけど、お昼間は比較的取りやすい？ほろちゃんの時計3セット確保。<br />\r基本的にクロックを倒すのは余裕だけど、ほろちゃんが赤クロックの範囲一発で逝っちゃいそうなので、てか確実に逝っちゃうのでそこを一番に気にしながら、タゲを自分に集めて...裸王もクロックに食われながらがんばってた。<br />\r<br />\r夜は、みんなで船で狩り。<br />\r最初はB2Fで狩りしてたんだけど、これだけのPTで狩りしてるとみんな浮いちゃいそうなので(湧きすぎ注意!!!)、船倉に移動。いつのまにか時計クラッシャーの劉刀も混じってた。※1<br />\rほろと同様に劉刀もかなり浮きやすい。なんでそんなに時計を持って浮くんだ？というぐらい浮く。Lv.80まで付けないから～とか、浮くところには付けていかないから～と言うのが彼の口癖であるが、彼のクラッシャーぶりは年金問題と同様に奥深い。<br />\r<br />\rまぁ、ほろちゃんは浮かなかったようだ。一生懸命端っこでがんばってた。劉刀は縦横無尽にマップを駆け回っていた。まだ、浮いたところは見ていない。結構経験値もたまったようだ。(くろねこがおもうに経験値の効率的には、船B2F＞船倉。浮きにくさは、船倉＞船B2F)<br />\r<br />\r※1 確か朝クロック出過ぎで困ってたので、部品処分用に呼んだはず...<br />\rくろねこは、ねじ65,535を目指してがんばっちょる。(他にもカモミール、海の人々など挑戦中!!さすがにラドニーガタス65,535は顰蹙)。<br />',1,2944,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:58','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070710_0828',3,0,'2007-07-10 08:28:22','07/08 プリかとぅ～さん',null,'朝から、今日こそはと意気込むくろねこ。<br />\r今日は朝からがんばったじょ？でも、羽取れてないけど......&phi;(ー￣*)カキカキ_&phi;(*￣0￣)ノ[ノヽ&quot;－力]ペタッ<br />\r羽が出た頃、ゆうまから「今日は泉の日？」とかフレチャが入ってきた。なんかほろちゃんがノースから帰ってきたのがきっかけなのかどうなのかは不明だが、多少やる気が出てるようだ。(相変わらず狩りはする気がないようだ。)<br />\r<br />\rいつものごとく、レスポンスの悪い人集めを...<br />\rちょうどそのときにインしていたのは、ﾘﾘｨ、ゆうま、裸王、ねこ。泉は浮かないから行っても楽しい。で、泉に行きたい人挙手で手を挙げたのは、ねことゆうま。他はほち？<br />\rﾘﾘｨさんが帰ってきて行くかどうか問合せをしたら、参加の意向を示してくれたがゆうまが落ちてる...<br />\r<br />\r(￣- ￣ ) ンー<br />\r<br />\rこいつ、最近テンション低いぞ...<br />\r<br />\rとおもったら、なんかシステム関係のパッチ導入で落ちたらしい。スカイプしてたほろちゃんから、ゆうまが落ちたと連絡が来てたので電話で確認した結果。落ちる前に、落ちるって一言言えるような気もをする...<br />\rそこは、ねこがいうと角が立つので、ほろちゃんから甘いささやきでそっと伝えてもらうように...','それから、1時間くらい経っただろうか、ようやく泉に向けて動き出した。いつものメンバとちがうのはおかまなプリかとぅ～さんと裸王がいること。かとぅ～さんはパラだけどヒール担当。<br />\r泉までは約2時間、ついたときは15:30。<br />\rちょこちょこ～っと回っていたら、最初会えなかったけど、最終的には結構会えたぞ。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070710_0828_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070710_0828_1.jpg\" alt=\"\"></a><br />\rしかも、2個ドロップがあったラドニーガタスは全てねこへ。今日は何か引きが良い。マキシリカバラントも25個手に入ったし。パラ130武器(ゴミ)も手に入ったし。<br />\r今回ボスを倒していて以外だったのは、ボスドロップの装備がレベル80だということ。今回ドロップしたのが、スカ80の靴だったと思う。レアなのかな？店売りかな？確かセリィさんだな。<br />\rくろねこ取りすぎ疑惑がでて、次ラドニーガタスが出たらくろねこさんショップコールが出たので、ねこはショップに行くことになったが(アイテム配分がランダムのため)、その後誰もラドニーガタスを見ることはなかった。<br />\r<br />\r(￣- ￣ ) ンー<br />\r<br />\r帰り際に、ラドニーガタス2個のうち1個を呪われた胴衣に交換したのだが、その前にラドニーガタス2個装備出来ないバグを試しておくべきだった～。(/&nabla;≦＼)アチャ-!ミテランナイ<br />\r<br />\rというわけで、かとぅ～さんはみなさんからプリとして認識されるようになりましたとさ。',1,3591,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070710_0828_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070710_1153',3,0,'2007-07-10 23:53:27','07/09 まりにあと書庫で',null,'<p>朝7:10頃から書庫を回りましたです。<br />\r目的は、まりにあのサブみあの部品とギア調達です。必要個数は部品&times;1、ギア&times;2でしたが...<br />\rまりにあが来る前に、ちょっと書庫を徘徊し始めました。安地を出てまっすぐ西へそして突き当たりを南へ曲がったら最初の広場で、赤クロックと遭遇。まりにあが来るまでに安地に誘導作業を！</p>\r<p>安地直近の広場までつれてきたら、まりにあがイン。<br />\r</p>','<p>このとき、みあは安地だったので出たときに確実に取れるようにと、さらに安地前に連れて行こうとしてるのに、ここはコミュニケーションの悪いところ、くろねこが柱を嫌って広場で倒すことがあるのでまりにあがFDで止めてしまう～。<br />\rくろねこ 安地前に連れて行くから<br />\rくろねこ 止めちゃだめ<br />\rと発言したら、わかってくれたので安地前でぽろりが実現。消えないうちにアイテム分配をOFF、みあが取って1個目(&sigma;・&forall;・)&sigma;ゲッツ!!<br />\rもう、赤クロック倒すのに1分は要らないな。たぶん、ちゃんと測ってないけど。</p>\r<p>気をよくして、もういないかも...と思われる安地前まっすぐ西にと言うルートをまた戻る。突き当たり南に曲がって分岐は東側に進路を取ったら、待ちかまえてたんだよね。青クロック。赤クロックを倒してから1分経ってないよ。<br />\rこの青クロックも一分くらいだったかな。倒したらぽろり。<br />\rここまでみあが取りに来るのは時間的に無理なのでいつもの方法で！。みあに行くのは1/2の確率なんだけど、ラッキーなことにみあに行った。ﾗｯｷｰ＼(^^＼)(/^^)/ﾁｬﾁｬﾁｬ</p>\r<p>この後、いつものくろねこの進路。<br />\r下部の碁盤の目状になってる通路を東に突き当たって南へ、1本通路を飛ばしてもう一本南を西に行くと途中で青クロックに遭遇。これも難なくぽろり。最近はまりにあに召還を出してもらわなくても、くろねこひとりでアトラクションで分離して倒せるね。殴って召還分離することも可能だけど、PCや鯖が重いときには逃げ遅れたりするときがあるから、安全面で考えると分離かな？召還ごと叩くというのもあるけど、ソロだと叩かれすぎて手が出ないことがあるのであまり得策ではない。<br />\r逆に、ほろちゃんの時計を取りに行ったときのようにゆうま、リリィさんなどの高レベルなプリ、ウィザが揃っているとそのまま召還ごとまとめて肉弾戦の方が数秒で倒せるから楽。書庫のクロック以外のモンスターはリリィさんのライトニングとねこのファイアスウィングで消えちゃうから。下手に分離してほろちゃんに召還が行くとほろちゃん死んじゃうし。</p>\r<p>この後、青クロック&times;2、赤クロック&times;2に遭遇したけど、ギアはもうくれなかった。<br />\rまりにあと、「やっぱり要らなくなったらくれないね」って話してた。部品は予備にってくれたのかもしれないけど。</p>\r<p>朝1時間ほどで3セット＋&alpha;の状態になった。3セットの状態になるまで10分くらいだったんだけど、この後船で狩るかこのまま予備を取るか考えたときに、書庫には誰もいなかったし移動も面倒だったので、そのままいたのが予備獲得につながった感じ。</p>\r<p>書庫でぼーっとしてるくろねこがいたら、声を掛けてくれればお手伝いできるかも。</p>',1,2901,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070712_0758',3,0,'2007-07-12 07:58:11','07/10 こわーいおねーさん',null,'昨日(7/10)も船で狩りをしていたくろねこ。狩りをしていたら、PON☆彡から「やっと95レベルになったよ」って1:1が入った。<br />\rそれで思い出したんだよね。95の装備杖しか貸してないこと、以前寺に行くときにサンドトラックからアコ95胴衣もらってたこと。もしかすると、書庫のドロップって91,95だからアコの盾もあるかな？。さらに95兜と言えばグリから落ちるから持ってるはずだな？この後、書庫の盾はレベル91だって事にまりにあとの会話でわかってしまうんだけど。<br />\rということで、PON☆彡には95+6のレア杖に加えて、今回95レア胴衣、95レア兜を貸し出しして、まりにあがPON☆彡に貸していた91盾を回収してきた。これを書いていて気づいたこと。96レア靴もあるんだった。また、連絡しておこう！','で、こわいおねーさんはPON☆彡ではなくて、この後○△□さんが●▲■さんのスカイプがつながらないからって、スカイプチャット入ってきて...ゼネしながらゼネでもチャットをしているのにさらにスカイプチャットは結構やばかったぁ。あ～こわ。<br />\r<br />\rこのあと、やはり外部チャットは音声の方がいいよね。でも、気を取られてるからかいつもより突っ込んでるようでミニポの消費が激しかった。結構危ない。<br />\r<br />\rみなさんも、チャットには注意。',1,3211,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070712190109237',3,0,'2007-07-12 19:01:09','家族手当',null,'給与明細を見ると家族手当という欄があるじゃないですか、独身者の方は見たことがない方も居られるかもしれませんが、存在は知られていると思います。(家族手当が無い企業もあるのかな？)<br />\rくろねこは結婚してから一度ももらったことがないのですがね、結婚した月と辞めた月が一緒だったので一月分はもらえるはずなのですが、勤めていた会社ではもらえませんでした。聞いたら辞めるのに･･･みたいなことを言われました。もう時効成立ですけどね。他にもいろいろ...','(ﾟOﾟ;ｱｯ!<br />\r<br />\r話がすれてしまったので元に戻すと、妻帯者も独身者も同じようにがんばっているわけですね。会社での働きが同じで同じように会社に利益を与えていても、この家族手当の分だけ手取りが少ないと言うことになりますね。また、手取り以外にも厚生年金に妻の分が含まれているのでその方面でも損をしていることになると思います。<br />\r<br />\r同じように働いて同じように収入が得られないというのは平等なのでしょうか？',1,2590,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:09','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('2007071219021012',3,0,'2007-07-12 19:02:10','年金問題',null,'次回選挙の焦点のひとつだと思われる、「年金問題」。この問題、年金を納めてなかった人もかなり受給できそうな気がしますね。未払いだった人に受給させると言うことは、それだけの費用がかかると言うことです。その費用はどこから出るのでしょうか？税金から出ることになると思います。税金から出ると言うことは国民の懐から出ると言うことと同じだと思います。本来使われるところに使われて受益出来たであろう税金が年金未払い者に使用されるわけですね。<br />\rちゃんと納めていた者に対してあまりにひどい仕打ちだとは思いませんか？<br />\rここで述べているのは、未払い者に対して支給されることが問題であって、記録が消えてしまった人に対して救済されることに対して問題だと言っているわけではありません。<br />\rそして、この問題を引き起こしたのは社会保険庁なのですから、社会保険庁が責任をとるべきでしょう。その責任をとるために国民の税金は使用されるべきではないと言いたいです。','ここで、社会保険庁の全職員に対してボーナス返納を義務づける様な発言がありましたが、どの様な形で返納を求めたのでしょうか？内容が知りたいですね。個人的には罪の重さに比例して返納すべきですね。ボーナスだけでは足りないかと思います。<br />\rくろねこが考える社会保険庁職員(OB)の返納額は次の式で表されます<br />\r<br />\r　今回の問題の総費用 ＝ 社会保険庁職員の返納額の総額<br />\r　社会保険庁職員個人の返納額 ＝ &Sigma;(役職&times;期間)<br />\r<br />\r要は、社会保険庁職員とそのOBだけで今回の問題の費用を負担しなさいよと。<br />\rもう一つ、その費用の負担割合ですが、役職によりその負担額を決めるべきだと、これは責任の重さが違うからですね。人はずっと同じ役職に就いているわけではないので、ひとつの役職での負担額は、「役職&times;期間」となりこれを役職の分だけ合計すると。<br />\r<br />\rこの費用のために増税なんてまっぴらだつーの。でも、このために増税って口が裂けても言わないだろうけどね。',1,2389,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070716_0113',3,0,'2007-07-16 01:13:20','職業構成ボーナス（結果発表）',null,'<p>職業構成ボーナス調査をしました。</p>\r<p>参加いただいた方、コメントいただいていたんですがくろねこが確認漏れで参加していただけなかった方居られますが、皆さんありがとうございました。</p>\r<p>結果のほうは以前のブログの表に追記という形で公開しています。<br />\r[story:xo070703_1259 ]</p>','<p>今回わかったことは、「やっぱり自分で調べないとねっ。」っていうことと、ゼニのボーナスが結構大きい。</p>\r<p>でもゼニアンって狩り場に連れて行って狩るのって結構ストレス。その分ボーナスがおっきいんでしょうね。<br />\rゼニアンを含めたときに得られるボーナスは、四職揃えたときに得られるボーナスの約2倍ありました。<br />\rより具体的には、四職揃えたときのボーナスがPTボーナスひとり分強、ゼニアンを含めたゴールド時にはふたり分強でした。<br />\rこのことから、冒険にはやはり四職揃える様にしたいですね。でも、無理をして四職揃える必要はなさそうです。それよりは8人めいいっぱい頑張るお友達をかき集めた方がお得な気がしました。</p>',1,3542,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070716012752362',2,0,'2007-07-16 01:27:52','コメントはわかりやすくお願いします',null,'<p>くろねこのサイトに足を運んでいただいてありがとうございます。</p>\r<p>8/14に下記のようなコメントを頂いていたようです。</p>\r<blockquote dir=\"ltr\" style=\"MARGIN-RIGHT: 0px\">\r<ul>\r    <li class=\"author\">投稿者:ゲストユーザ&nbsp;on&nbsp;2007年7月14日(土) 18:20 JST </li>\r    <li class=\"author\">\r    <div class=\"comment\">どうでもいいですがマナーぐらい守れるようにしてくださいね＾＾</div>\r    </li>\r</ul>\r</blockquote>','<p>この書かれた方が、どのように思われてこのような書き込みをされたのかわかりませんが、この内容ではくろねこの何がマナーに反していたと感じられたのか全くわかりません。</p>\r<ul>\r    <li>リアの生活の件なのか？ </li>\r    <li>このサイトの内容なのか？ </li>\r    <li>ゲーム中の振る舞いの件なのか？ </li>\r</ul>\r<p>コメントをいただける場合には、くろねこにわかりやすいように記入いただけますと幸いです。</p>',1,2088,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:26','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20070718_election',3,0,'2007-07-18 00:03:20','参院選挙はどこ(だれ)に入れる？',null,'<p>先日、仕事先で隣りのＦ氏に聞かれたの。<br />\rＦ氏&nbsp;&nbsp;&nbsp;&nbsp; 選挙って人に入れる？党に入れる？<br />\rくろねこ まず自民党でない事。 後は比例区と小選挙区で違うな。<br />\rＦ氏&nbsp;&nbsp;&nbsp;&nbsp; 参院選ってどっち？<br />\rくろねこ 両方でしょ？比例区は政党で入れてもいいけど、小選挙区は考えないと死票になるからな。。。</p>','<p>個人的には日本共産党に頑張ってほしいけど、「たしかな野党」という時点で負けているかも。でも見方を変えればよく事実を認識出来ているという事か。<br />\r共産主義は好きではないが、そういう雰囲気は感じられないね。また、他と同様全ての点において考えがくろねこと一致しているわけではないが同意出来る点も多い。今日、政権交代が現実的な政党は民主党であるが、民主党が政権を取ってもそれほど変わらないと考えられる。かと言って共産党が政権を取るなど夢のまた夢。たしかな野党とはよく言ったものだ！</p>\r<p>日本の知られた政党の中で、共産党が一番やばい。共産党は個人献金と赤旗の購読料そして党費のみで運営してそう！政党助成金すら受け取っていないとか。<br />\r個人献金しか受け取っていないから個人の味方？自民・民主は大企業から受け取っているから、やはりスポンサーに反する行動は取れないだろ？。というわけで、企業献金＆政党助成金に頼りきった自民・民主では、国民の期待に応える政党活動が出来ないのはある意味当然なのかも。下手すると、彼等の目には庶民は国民として写っていないのかも？<br />\r今年も比例区は&hellip;、小選挙区は自民党以外の勝ってくれそうな候補者に&hellip;あっ、この考えがすでにメディアに踊らされている気がする。この考えだと二党体制から抜けられない。でも、何はともあれ、自民党を与党から引きずり落とす事、それが今の最重要なのであると思うから&hellip;</p>\r<p>まぁ、みんなとりあえず選挙には行こうぜ！</p>',1,2869,0,0,'0000-00-00 00:00:00',1,'',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070718_0005',3,0,'2007-07-18 00:05:37','ゼネのレベル制限は150だった!!!',null,'<p>今日、シャウト機能を使って星野海斗氏が叫んでましたね。</p>\r<p>レベル150になると、いくらモンスターを倒しても0.01%も入らないって！<br />\rということは、ゼネピックのレベルキャップ(システム上のレベル上限値)は現在の所150迄と言うことですね。</p>\r<p>四次職までしか予定されていないので、その辺が限界なのでしょうね。</p>','<p>レベル制限まで達した星野海斗氏お疲れ様でした。</p>\r<p>星野海斗氏がゼネピックでレベル№1だったのでしょうか？ウィザードあたりがレベルアップが早いと思っていただけにちょっと拍子抜けです。まぁ、シャウト機能を使わずに直接運営に問い合わせてる人がいるかもしれませんが。</p>\r<p>ということは、くろねこのアンケート<a href=\"http://www.blackcat.xyz/polls/index.php?qid=0707_XOHowManyIsYour&amp;aid=-1\">【<strong>あなたのレベルはいくつですか？(Xenepic Online:メインキャラ)</strong>】</a>に投票してくれた２名の方、161以上って嘘なんですかね。<br />\rこの前のコメントではないですが、マナーは守って投票していただきたいです。よろしくお願いしますね。</p>',1,5495,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/polls/index.php?qid=0707_XOHowManyIsYour&amp;aid=-1\">【あなたのレベ',0,1,1,0,0,'1999-11-30 00:00:13','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070718_0015',3,0,'2007-07-18 00:15:00','七夕のプレゼント',null,'<p>七夕のプレゼントって今年もお星様のかぶり物だったのですね。<br />\r<img width=\"300\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/xo070718_0015_1.jpg\" alt=\"\"></p>\r<p>先週初めて見たのですが、今年はでかすぎですね。センスがない。</p>\r<p>くろねこなら他のアイテムを用意したいと思うのですけど...</p>\r<p>たとえばこんな。</p>','<p><img width=\"300\" height=\"100\" src=\"http://www.blackcat.xyz/images/articles/xo070718_0015_2.jpg\" alt=\"\"><br />\rこういう機能を持ったアクセサリを作って配ってくれればいいなぁとおもいますね。<br />\r(相手がそのアクセサリーを装備していれば、もう片方のほうは対のアクセサリーを使うと相手側の位置に飛べる)</p>\r<p>七夕で出逢いのイベントなのですからこのぐらいのアクセサリーをくれても良いでしょう。バランスが崩れるなら30回くらいの機能制限付きで！</p>\r<p>どうですかね、運営どの。</p>\r<p>※昔やっていたUOには同様の蟻ブレスレットがありました。1回使用するごとに蟻のパウダーが減るのですが、クエストで集めて何度でも使えた記憶があります。UOでは使われないオブソリートなアイテムなのです。その理由として、ゼネで言うリブがどこでも使用可能で、記憶するのはアイテムで持っているアイテムの個数だけセーブ可能。もちろん譲渡可能。スクロールに相当するのは、魔法です。レベル制ではないのですが、無理矢理ゼネに置き直すとLv.31～51位で覚えられるそんな感じですかね。ゼネって何をするにもリアルマネーが必要なのですね。</p>',1,2812,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:52','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070719_0120',3,0,'2007-07-19 01:20:00','くろねこ レベル129',null,'<p>くろねこもようやくLv.129になりました。</p>\r<p>星野海斗氏には全く届いていませんがね。</p>','<p><img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo070719_0120_1.jpg\" alt=\"\"></p>\r<p>ステ振りは...<br />\r<img width=\"380\" height=\"270\" src=\"http://www.blackcat.xyz/images/articles/xo070719_0120_2.jpg\" alt=\"\"><br />\r力に+1<br />\r<img width=\"380\" height=\"270\" src=\"http://www.blackcat.xyz/images/articles/xo070719_0120_3.jpg\" alt=\"\"></p>',1,2652,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070721_1917',3,0,'2007-07-21 19:17:29','あなたは誰と？',null,'金曜日(20)に海斗氏とタイムアタックイベントのメンバの話をしていたら...<br />\rほぼメンバが決まったとの事。<br />\rくろねこはまだメンバを集めているところと言う話をしていると...海斗氏がオファーをくれました。','<p>ここでのくろねこの悩みどころ<br />\r海斗氏は強い。彼の集めたメンバもかなり強い。このメンバなら優勝も狙えるかも...くろねこのパーティメンバ全員が海斗氏のメンバになる訳ではない。何か気まずいものがある&hellip;<br />\rくろねこのパーティはただいま5人？中にはどう考えても今回のイベントに不向きな人もいる...優勝はまず無理だ&hellip;<br />\r優勝賞品が欲しい。でっかい羽との噂が&hellip;マントがないねこにぴったりだ！</p>\r<p>結局、リリィさんと海斗氏のパーティで参加することにした。<br />\rもし、賞品が手に入ったら、ここで公開するd(^-^)ネ！</p>\r<p>＃ぐりぐりっちさんのところはパーティメンバだけで出場するらしい、全員三次じゃないって残念そうだったけど。<br />\rパーティでもパーティメンバだけで、でれるってあるいみ最高だね。</p>',1,2498,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070724_1924',3,0,'2007-07-22 19:24:01','07/24 鎧が欲しいのは誰？',null,'<p>昨日、昼からユウさんの126クエ胴衣を取りに、枯れた生命の泉に行って来た。<br />\rというのも、先週ゆうまが「ユウちゃんがクエ胴衣を持ってないから欲しい」って言っていたと聞いていたので、くろねこがいつ行くのかを問い合わせしたところ、ゆうまから返事がないとのこと。朝からねこがメンバを探していたのだ。<br />\rユウさんの胴衣を取りに行くのに、ついでに取れれば良いなとまりにあをメンバに突っ込んでみたりした。</p>','<p>エイル集合で現地迄はいつも以上にスムース。到着から18:00頃迄は独占状態だった。ボスとは9回程度遭遇。<br />\r最初のラドニーガタスは、事前のじゃんけんでの順番競争の結果、まりにあが(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!。</p>\r<p>その後は2PT、3PTとなり遭遇率は減ったものの、休憩していたところに湧いたり、回復が切れたから後一回で帰ろうか&hellip;と言っていたところに居たり。<br />\r装備可能な欲しい3人分は確保出来たけど、ガリバーさん分が確保出来ず、一番浮いたのにd(^-^)ネ！<br />\r注目のラドニーガタスのドロップ率は&hellip;3/12&hellip;25%でした。</p>\r<p>SSを撮って久々にブログにSSをいっぱい載せるぞ！って思ったのに&hellip;いつの間にかWinShotが落ちていて撮れていなかった。エーン！！</p>',1,2702,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('17-24xo070724_1924',3,0,'2007-07-22 19:24:01','鎧が欲しいのは誰？',null,'<p>昨日、昼からユウさんの126クエ胴衣を取りに、枯れた生命の泉に行って来た。<br />\rというのも、先週ゆうまが「ユウちゃんがクエ胴衣を持ってないから欲しい」って言っていたと聞いていたので、くろねこがいつ行くのかを問い合わせしたところ、ゆうまから返事がないとのこと。朝からねこがメンバを探していたのだ。<br />\rユウさんの胴衣を取りに行くのに、ついでに取れれば良いなとまりにあをメンバに突っ込んでみたりした。</p>','<p>エイル集合で現地迄はいつも以上にスムース。到着から18:00頃迄は独占状態だった。ボスとは9回程度遭遇。<br />\r最初のラドニーガタスは、事前のじゃんけんでの順番競争の結果、まりにあが(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!。</p>\r<p>その後は2PT、3PTとなり遭遇率は減ったものの、休憩していたところに湧いたり、回復が切れたから後一回で帰ろうか&hellip;と言っていたところに居たり。<br />\r装備可能な欲しい3人分は確保出来たけど、ガリバーさん分が確保出来ず、一番浮いたのにd(^-^)ネ！<br />\r注目のラドニーガタスのドロップ率は&hellip;3/12&hellip;25%でした。</p>\r<p>SSを撮って久々にブログにSSをいっぱい載せるぞ！って思ったのに&hellip;いつの間にかWinShotが落ちていて撮れていなかった。エーン！！</p>',1,3226,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070723_1933',3,0,'2007-07-23 19:33:40','グリソロ',null,'<p>船での狩りに飽きた事もあって、ロストに遊びに行った。<br />\rまず、やってみた事。グリソロ。ホーリークラッシュ1(&larr;設定を忘れていただけともいう)で倒してみたら、1分20秒。ミニポ使用個数43個。結構使っちゃった感が残った。</p>','<p>それから、4～5回、ソロで遊んだけど、タイムアタックは60秒が限界かな？(ホーリークラッシュ3d(^-^)ネ！)その他ＳＥＬＡＭさんから補助もらった時にはもうちょっと早かったけどd(^-^)ネ！でも、これはソロじゃないよね。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070723_1933_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070723_1933_1.jpg\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070723_1933_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070723_1933_2.jpg\" alt=\"\"></a></p>\r<p>後、ロードとかリスとか倒したけど重くて&hellip;<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070723_1933_3.jpg\" alt=\"\"><br />\r対策として頭の装備を鯉のぼり(力が8増えるので最大WTが増える)に変えて帰ってきた。<br />\rそしてスキルブック販売員に戦利品を売った。<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070723_1933_4.jpg\" alt=\"\"></p>\r<p>売上が約57万と結構もうかったなぁ思っていたら&hellip;ショートカットに空きがある&hellip;誤って頭の装備まで売ってしまったらしい。<br />\rまたやってしまった&hellip;、またバザーをみて回らないと&hellip;まぁ、130レアの兜はあるのでしばらくパォパォで我慢かな？</p>',1,2562,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070723_1933_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070723_1933_2_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070724193752808',3,0,'2007-07-24 19:37:52','あのぉ、頼んだのは…',null,'<p>今日、本屋さんに行ってきたんだけど...</p>','<p>その本屋さん結構蔵書数が多くてお気に入りだったんだけど...<br />\r蔵書数が多くて目的の本が探せないというデメリットもあり、蔵書検索をお願いしたの。<br />\rすると、キャッシャー担当が、蔵書検索担当者を呼んでくれたんだけど...<br />\r<br />\rその人、全然違う人の対応を初めて...<br />\rこっちは待ってるんだけど、目の前にいたお客ほっといて...先に対応すべき人がいるなら一頃言うべきだと思うんだけど...<br />\r<br />\rちょとむかつきながらしばらくまってたんだけど、何も言わないので何も検索せず、買わず帰ってきた。<br />\r時間の無駄だった。<br />\r<br />\r暫く行かないよ。ABCブックセンター</p>',1,2497,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:50','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070726_1850',3,0,'2007-07-26 18:50:54','ゼネ弁',null,'<p>以前、くろねこが作成したハンゲームにログインしなくてもゼネが遊べるようにと作成した&quot;Xenepic Online Luncher&quot;よく見ると「弁当屋」になってる...正しくは&quot;Launcher&quot;...<br />\r配布物、以前のエントリは修正したけど...</p>','<p>でも、こんなの使わなくても XenClient.exe を起動させると、アップデート画面をすっ飛ばしてゼネピックをプレイできます。<br />\r出来るんだけど、不具合が出るときがありそうで...公開しません。<br />\rどういうときに不具合が出るかというと、パッチが提供されているのにアップデートをしてない。(福袋が出ているのに表示されなかったり、福袋が無いのに表示されてたり、マップが...)、あと3番目の引数がどうやら、ログインサーバのIPだと思われるが、それが変わったらどうなるの？とか...<br />\rちょっとだけ解説すると、クライアントの起動引数は下記のようになっていてちゃんと指定してやると素早くログインできます。</p>\r<p>XenClient.exe XenepicのID XenepicのPassword IPサーバアドレス(ログインサーバ？)</p>',1,447,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,3,2,0);
INSERT INTO `bc_stories`VALUES ('xo070727_0056',3,0,'2007-07-27 00:56:54','タイムアタック出場メンバが決まった～♪',null,'<p>タイムアタック出場メンバが決まりました～。ギリギリだねっ。<br />\r優勝もねらえそうなメンバ。嫁も同じ日にエントリしていたようなんだけど、なんかめっちゃ弱そうなメンバらしい。出ることに意義があるってメンバが言っているらしい。<br />\rタイムアタックは出場メンバの人数と平均レベルで相手モンスターのレベルや出現数が変わる可能性が予想されるけど、課金状況は考慮しないだろうね...この時期に福袋が出たこと自体、タイムアタックと絡めているとしか...</p>\r<p>タイムアタックが楽しみですね。</p>','',1,2723,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:54','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070727_news_f22',3,0,'2007-07-27 21:13:22','足下見られませんか？',null,'<p>今朝、Googleのトップニュースに「<a href=\"http://www.tokyo-np.co.jp/article/politics/news/CK2007072702036148.html\">次期戦闘機選定先送り 防衛省０９年以降に 米の情報提供禁止で</a>」と有った。中身は<a href=\"http://www.tokyo-np.co.jp/\">東京新聞</a>の記事なのであるが...</p>\r<p>防衛省はＦＸの選定時期を遅らせてでもF22の調達する意向なのが見え見えで、ユーロファイターなどはFXはデキレースですか？期限に追われて性能の低いものよりも、時間を掛けてゆっくりとというのもわかるのだが、結局アメリカに振り回されてアメリカの言いなり...</p>\r<p>そんな気がするのはくろねこだけ？</p>','',1,3196,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.tokyo-np.co.jp/article/politics/news/CK2007072702036148.html\">次期戦闘機選定',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20070727_news_kuroshio_railway',3,0,'2007-07-27 21:15:32','くろしお鉄道事故',null,'<p>報告書が出たようです。報告書によると...</p>\r<ol>\r    <li>運転士が事故前日までインフルエンザで6日間欠勤 </li>\r    <li>当日の勤務が既に13時間近く経過 </li>\r    <li>事故の約1時間前に食事をしていた </li>\r</ol>\r<p>ここまで見て... 病み上がりの人間を13時間勤務させるって...普通じゃ考えられないです。しかも、体調管理が重要な運転士が...</p>\r<p><font><em>これって違法行為ではないのですか？</em></font></p>\r<p>病み上がりでなくとも13時間勤務は止めていただきたい。安心して乗れないから。</p>\r<p>JRによる尼崎大量虐殺事件も指摘されていたが、今回も<em><font>企業の監督責任</font></em>が問われるな... むしろ問うて欲しい</p>','',1,3734,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20070727_news_examin',3,0,'2007-07-27 21:19:36','合格実績水増し',null,'<p>&nbsp;経済上の問題がある生徒が受験したい希望する場合、ある程度受験料を負担することは私学で有れば問題がないと思うのだが...</p>\r<p>指定校推薦と引き替えに6学部以上の受験を強要するなんて...</p>\r<p>とんでもない学校ですな。</p>\r<p>それをいいわけがましく...</p>\r<p>こういう学校は社会から抹消すべきですな...</p>\r<p>「他の生徒が受験勉強をしているのに一部の生徒だけ進路が決まり、遊ぶのは問題」と記載があったが、がんばった人間から報われるのはある意味当然なのでは？</p>\r<p>夏休みの宿題始めにがんばって終わらせた人間は、後半を遊ぶなと？まぁ、受験時期については受験する側が選べないという側面も有るので、夏休みの宿題とはちょっと違うけど...</p>','',1,3092,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070729_2218',3,0,'2007-07-29 22:18:49','くろねこ レベル130',null,'<p>くろねこが Lv.130 になりました～</p>\r<p>タイムアタックまでに後１レベルあげる約束になってます♪</p>\r<p>であ、くろねこの羽をどうぞ</p>','<p><img width=\"400\" height=\"480\" src=\"http://www.blackcat.xyz/images/articles/xo070729_2218_1.jpg\" alt=\"\"><br />\r今回はきれいに写っていますね。Lv131に羽もきたいしたいですね～♪</p>\r<p>今回は、精神にポチッと+3振りました。今回のボーナスは3ポイントでした。<br />\rステータスを振る前：<br />\r<img width=\"330\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo070729_2218_2.jpg\" alt=\"\"><br />\rステータスを振って、装備(剣：トリトンダーク+6,兜：メルトペラスケイルヘルメット,靴：カルレレシチェインシューズ)を交換したところ。<br />\r<img width=\"330\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo070729_2218_3.jpg\" alt=\"\"></p>\r<p>なぜ、今回は精神なのかといいますと...</p>\r<p>直前に、ポイントゼロを使って力振りにしていたからです。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070729_2218_4_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"157\" src=\"http://www.blackcat.xyz/images/articles/xo070729_2218_4.jpg\" alt=\"\"></a></p>',1,3536,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070729_2218_4_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070801_0732',3,0,'2007-08-01 07:32:05','今日のメンテ',null,'<p>今日のメンテは何かな？</p>\r<p>あれもあれも直っちゃうのかな？4日ほど前に気づいたのに...まぁ、ねこは使えないけど。</p>\r<p>でも、ペットが自分の捨てた荷物を拾うのは直して欲しい。</p>','',1,2816,1,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:49','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070801_1954',3,0,'2007-08-01 19:54:41','カルレレシチェインシューズ',null,'<p>仕事から帰宅したら&hellip;</p>\r<p>ペットクエ第1弾の待機時間完了かと思いきや...<br />\rって、ログオフ時間は減らないのは知ってたんだけど...<br />\r左上の時計のアイコンが消えてるじゃないですか...！</p>\r<p>ギルドのねーちゃんに話しかけても音沙汰無し...</p>\r<p>当然、新NPCに話しかけても「&hellip;」が表示されるだけ...</p>\r<p>そこで...</p>','<p>朝、狩ったアイテムを売ろうとして気づいた！</p>\r<p>オレのシューズが！なんと言うことか、おもちゃ箱に！<br />\r<img width=\"188\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/xo070801_1954_1.jpg\" alt=\"\"><br />\r運営め!!!</p>\r<p>問題はこれだけでは済まされなかった...<br />\r海賊船に入ったら固まって再接続すると、フレンドリストが、ほらこの通り<br />\r<img width=\"210\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo070801_1954_2.jpg\" alt=\"\"></p>\r<p>そのあと、先ほどの靴は...<br />\r<img width=\"188\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/xo070801_1954_3.jpg\" alt=\"\"><br />\r名前すら表示されない...</p>\r<p>安定動作期待！</p>',1,2822,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070803_0116',3,0,'2007-08-03 00:16:50','131になるのは8/9？8/10？',null,'少々焦っております...本当は8/8に四次職相当といわれるLv.131になりたかったのですが...<br />\r無理かも...やはり \'08/08/08 じゃないからかしら？<br />\r時給が...0.8～1.2％/ｈ というかなりのマゾさ。PTで狩りしても、それほど上がらんのです。狩り狩りメンバではないし、メンババラバラだし。焦っても空回りで...','<p>で、なんで焦ってレベル上げをしているかというと、海斗氏と8/10のある時刻までにLv.131になることを約束しているからなんですね。そのある時刻とは...タイムアタックイベントの開始時刻です。<br />\rイベント開始時刻が 20:00 ですんで、期限はおおむね19:30頃と言ったところでしょうか？この時間帯我が家では夕食時となるので、実質的に出勤前の8:20頃がレベルアップ期限のようです....</p>\r<p>さて、そんなタイムアタックイベントなのですが...<br />\rﾘﾘｨ☆さんからお問い合わせがありました。タイムアタックイベントの当選確認です。<br />\rとりあえず、まだじゃないかなぁって雰囲気で答えておいたのですが...申込者の海斗氏がINしたのでくろねこから海斗氏にお問い合わせ...<br />\r...<br />\r...<br />\r...<br />\rまだのようです...</p>\r<p>今週末か来週頭には当選通知がメールで来ていないとマジで焦りますね。って焦っても当選はしないんですけれどね。<br />\r優勝をねらえるメンバ構成でも、その前に応募に当選しないと参加すら出来ません...</p>\r<p>海斗ぉ～、おまえのくじ運に期待してるじぇ～♪</p>\r<p>レベル上げはこの土日が勝負所だ!!!</p>',1,3001,1,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:06','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070805_2351',3,0,'2007-08-05 23:51:36','次回レベルアップの予定',null,'<p>先日、Lv.131に成ることが出来るのは8/9か/10かって書いていたわけですが...</p>\r<p>今日、頑張って75%迄あげることに成功しました。</p>','<p>昨日：53.84%　14.96%&uarr;<br />\r今日：75.04%　21.20%&uarr;</p>\r<p>後は、1日10%ずつ稼げれば...8/8にレベルアップ！</p>\r<p>さらに頑張って8/8 08：08PM にアップしたいところですが...おそらく無理でしょう！ましてや、8/8 08:08AMなんてﾎﾝﾄ　o(ﾟДﾟ)っ　ﾓﾑｰﾘ！</p>\r<p>だって、&nbsp; ペットクエマゾ過ぎ</p>',1,2495,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070807_0716',3,0,'2007-08-07 07:16:26','新型ペットクエの実装の裏側を考える',null,'<p>新型ペットのクエストが1つのクエストではなく、クエスト群を形成していることでかなりの時間を要することが判明し、ぐったりしているくろねこです。<br />\r<br />\rこのような長期にわたるクエストは、通常ロングスパンで行えばよいものなのでしょうが、ゼネピック運営はそうはさせてくれません。8/22までに新型/旧型ともにクリアしないと、記念アイテムを渡さないと言う方針で、我々に圧力を掛けています。<br />\rこのような長時間プレーヤーに作業を強いるには何か訳があると思うのです。<br />\rそれをちょっと考えてみました。</p>\r<ol>\r    <li>ハンゲームとの契約で、ログインユーザ数が一定以下になると契約が切られるので焦っている。</li>\r    <li>ハンゲームとの契約で、新規獲得ユーザー数が一定以下になると契約が切られるので焦っている</li>\r    <li>プレーヤーをあちこち移動させることから、ユーザが割高な街スクロールの購入する事を期待している</li>\r    <li>夏休みに始めた新規ユーザを新たな課金ユーザ仕立て上げようとしている</li>\r</ol>','ハンゲームサイトもリニューアルし、ログインユーザ数がトップページに表示されるようになるなど、各ゲームのログインユーザ数を意識させるものに変わってきています。ユーザ側から見ると、どのゲームが人気があるかわかってお試しプレイをする際の目安になるかと思われます。逆に言うと提供側から見れば、過疎が進むとユーザからは見向きもしてもらえなくなり、新規ユーザの獲得がままならない、さらに進むとサイトの最初のメニューの表示順に影響、おすすめメニューに表示されなくなる、契約を切られるなどが発生する可能性が考えられます。弱肉強食の世界ですね。<br />\r<br />\rで、ちょっと振り返ってみました。<br />\rゼネピック過疎化が進んでますね。そもそも長期間遊べるゲームでも有りませんでしたし...<br />\rレベル制のMMORPGなどレベルが上がってしまえばすることが無くなるのは当然です。ゼネピックは四次職までLv.は150迄となっています。しかも、レベル上げ以外の遊べる要素はほとんどありませんでした。くろねこはあまり多くのMMORPGを経験していませんが、以前やっていた MMORPG である Ultima Online などではスキル構成を変更して遊ぶことが可能でした。職業もゼネピックみたいになんの職業に就くというわけではなく、スキル構成にあわせていろんな職業の特性を組み合わせることも可能でした。また生産系の職業もあって作った武器・防具などを売ることが出来るなどユーザ間のコミュニケーションを意識したものになっていました。そんな UO も、EA(運営)が強力なアーティファクトアイテムを出しすぎることでゲームバランスがそちら側に流れ生産がとまり、そしてユーザもいなくなったって過疎化が進んだわけですが...<br />\r<br />\rキャラの成長だけでなく、成熟したキャラによる冒険/熟成が楽しめるような、MMORPG が長く遊べるのではないかと思うのですが...どこかにいい MMOPRG は有りませんか？',1,4224,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:26','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('2007080719724942',3,0,'2007-08-07 19:47:24','マウスなにつかう？',null,'<p>くろねこ愛用のマウスは Logicool の MX Revolution その前は、Microsoft の Microsoft Wireless Laser Desktop 4000 のマウス電波が非常に微妙で設置環境によっては全く動かなかったりする。パソコンデスクの上に並べただけで動かなかったこのマウスに閉口したものだが、使える位置を見つけて使い始めると最初は良かったが...<br />\rこのマウス2種類の素材が使用されているのだが側面側の素材が汗を吸う。拭いても取れない...長時間ゲームして手に汗を握るゲーマーが使うマウスではないと実感。素材と電波状況が良ければ使えるのだが...あっ、それでも小ボタンは使わないけどね。</p>\r<p>ゲームマウスをいくつか集めてみたから、この機会に検討してみて！</p>','<table border=\"1\">\r    <tbody>\r        <tr>\r            <td><a href=\"http://www.logicool.co.jp/index.cfm/mice_pointers/mice/devices/130&amp;cl=jp,ja\">MX Revolution</a></td>\r            <td>ロジクール</td>\r            <td>&#92;12,800-</td>\r        </tr>\r        <tr>\r            <td colspan=\"3\">くろねこ愛用のマウス。狭いパソコンデスクの上だと、くろねこのエルゴノミクスキーボードとこのマウスの親指部分にある▲の凸が干渉して...机からキーボードがちょこっとはみ出す形になってます。<br />\r            くろねこは、マウススクロールはカリカリ派。このスムーススクロールには慣れなくて慣れる前にカリカリに固定しちゃった。</td>\r        </tr>\r        <tr>\r            <td><a href=\"http://www.logicool.co.jp/index.cfm/mice_pointers/mice/devices/163&amp;cl=jp,ja\">G7 Laser Cordless Mouse</a></td>\r            <td>ロジクール</td>\r            <td>&#92;11,800-</td>\r        </tr>\r        <tr>\r            <td colspan=\"3\">このマウス2000dpiの高感度＆1000レポート/秒のハイパフォーマンス。そして電池が交換可能になっている点。ゲーム用としてマウスの電池切れは致命傷だと思うのでこの点はかなり良い。</td>\r        </tr>\r        <tr>\r            <td><a href=\"http://www.logicool.co.jp/index.cfm/mice_pointers/mice/devices/359&amp;cl=jp,ja\">G5 Laser Mouse</a></td>\r            <td>ロジクール</td>\r            <td>&#92;6,980-</td>\r        </tr>\r        <tr>\r            <td colspan=\"3\">G7の廉価版。このマウス2000dpiの高感度＆1000レポート/秒のハイパフォーマンス。はそのままだけど、電池が交換不可能になっている点がマイナスポイント。</td>\r        </tr>\r        <tr>\r            <td><a href=\"http://www.microsoft.com/japan/hardware/laser/habu.mspx\">Microsoft Habu Laser Game Mouse</a></td>\r            <td>マイクロソフト</td>\r            <td>&#92;8,200-</td>\r        </tr>\r        <tr>\r            <td colspan=\"3\">マイクロソフト初のゲーム用マウス。Raiser社と共同開発。<br />\r            PC Watch の紹介記事(<a href=\"http://pc.watch.impress.co.jp/docs/2007/0720/gamelab01.htm\">【PCゲームグッズLab.】マイクロソフトのゲーマー向けマウス「Habu」を試す</a>)を見てもスペックを見ても抜群の性能といいたいのだが、最近マイクロソフトのマウスに恵まれたことがないのでこのマウス買うのをためらってしまう。手がべとつかないかな？</td>\r        </tr>\r    </tbody>\r</table>\r<dl><dt>参考URL </dt><dd>\r<ul>\r    <li><a href=\"http://www.logicool.co.jp/index.cfm/mice_pointers/mice/&amp;cl=jp,ja\">Logicool &gt; マウス＆トラックボール &gt; マウス</a> </li>\r    <li><a href=\"http://www.microsoft.com/japan/hardware/line-up/wheel_optical.mspx\">Microsoft ハードウェア - マウス機能一覧表 (Wheel Mouse Optical シリーズ)</a> </li>\r</ul>\r</dd></dl>',1,3848,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.logicool.co.jp/index.cfm/mice_pointers/mice/devices/130&amp;cl=jp,ja\">MX Revolution</a>\n<a href=\"http://www.logicool.co.jp/index.cfm/mice_pointers/mice/devices/163&amp;cl=jp,ja\">G7 Laser Cordless Mouse</a>\n<a href=\"http://www.logicool.co.jp/index.cfm/mice_pointers/mice/devices/359&amp;cl=jp,ja\">G5 Laser Mouse</a>\n<a href=\"http://www.microsoft.com/japan/hardware/laser/habu.mspx\">Microsoft Habu Laser Ga...</a>\n<a href=\"http://pc.watch.impress.co.jp/docs/2007/0720/gamelab01.htm\">【PCゲームグッズ...</a>\n<a href=\"http://www.logicool.co.jp/index.cfm/mice_pointers/mice/&amp;cl=jp,ja\">Logicool &gt; マウス...</a>\n<a href=\"http://www.microsoft.com/japan/hardware/line-up/wheel_optical.mspx\">Microsoft ハードウ',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070808_1258',3,0,'2007-08-08 12:58:02','くろねこ 131の羽はどこで？',null,'<p>くろねこ 早朝の狩りが終わって羽まで残すところ、約3%となりました。<br />\r実装されていれば、四次職転職可能レベルとなるLv.131の羽は適当なボスを倒して出したいと思います。</p>\r<p>で、そのボスですが...</p>','<p>探してみると...</p>\r<ol>\r    <li>ポヨポヨ～ン【各地】 </li>\r    <li>クラウンマウス【ブリンヒルド地下水路B1F】 </li>\r    <li>ロストメディスト【ブリンヒルド地下水路B2F】 </li>\r    <li>ミスリルディグ【ゼロマインB2F】 </li>\r    <li>ミスリルホウディグ【ゼロマインB3F】 </li>\r    <li>ガディプラント【ベルテラニンの森、バルガスの森】 </li>\r    <li>デーモンプラント【セイルラムの谷】 </li>\r    <li>ニグレック【カバルツ洞窟B3F】 </li>\r    <li>ビスカー【カバルツ洞窟B3F】 </li>\r    <li>ベイクク【海賊船 船倉】 </li>\r    <li>ナイトリス【ロストブリンヒルド】 </li>\r    <li>ナイトロード【ロストブリンヒルド】 </li>\r    <li>ホブゴブリン【ミュセイオン図書館 B5F】 </li>\r    <li>ザ・クロック【ミュセイオン図書館 書庫】 </li>\r    <li>ジ・エイシエントクロック【ミュセイオン図書館 書庫】 </li>\r    <li>ロストリザートグリフォン【君主の庭】 </li>\r    <li>カウリゼント【眠れぬ者の墓場アルバB2F】 </li>\r    <li>ピアーサベル【氷の迷宮2F】 </li>\r    <li>ビブロンズ【ペトラ寺院 暗黒の部屋】 </li>\r    <li>ファルネオス【狩れた生命の泉】 </li>\r</ol>\r<p>ボスって20種類も居られたのですか～。この中から、今夜の相手を選ぶことにしましょう♪<br />\r1～7迄は探すのが大変な上に確実に0.01上がらないですね。ということでパスです。<br />\r同様に8～12迄も0.01上がらない気がします。13のホブゴブリンをねらう位なら14,15の赤/青クロックの方がいいですが、クロックは競争率が高そう。パスかな？<br />\rあっ、19,20は確実にソロ不可なので後遠すぎるので不可です。18も召還さえ無ければいけるかもだけど、逝ける可能性の方が高いしこれまた遠い...なので不可！<br />\r残るは...16.ロストリザートグリフォンか17.カウリゼント 人が多ければカウリゼントに行きたいが、無難なのは16.のグリかな？0.02程度上がるので、99.99なら確実。ちょっと物足りないけど。</p>\r<p>というわけで、22:00頃君主の庭でLv.131の羽を出したいと思うくろねこなのでありました。<br />\rおひまならみてよねっ！</p>',1,2959,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070808_2218',3,0,'2007-08-08 22:18:21','くろねこ レベル131になりました',null,'<p>くろねこがLv.131になりました。</p>\r<p>今回はそのときインしていたフレに声をかけさせていただきました。</p>\r<p>それではレベルアップ時の様子をどうぞ</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/xo070808_2218_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070808_2218_1.jpg\" alt=\"\"></a><br />\r叩いてから中央に移動したためか、もう少しのところでグリが召還を...<br />\rちょっと焦ったけど、難なくクリア。HP半分以下の状態が2分以上続くと・・・ってどこかのブログに書いてあったんですが、半分以下の状態って1分もなかったような？仕様変更かな？まあ、いいけど♪</p>\r<p>今回のステ振りも精神にポチッと！<br />\r<img width=\"370\" height=\"268\" src=\"http://www.blackcat.xyz/images/articles/xo070808_2218_2.jpg\" alt=\"\"></p>\r<p>そしてLv.131となると....オーラーブレード4などが覚えられるわけですね<br />\rくろねこはまだこれしか持ってないので、まずはこれだけ！<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070808_2218_3.jpg\" alt=\"\"><br />\rホーリークラッシュとかライトヒールとか余ってる人がいたらお安く譲ってくださいな。</p>\r<p>最後に、君主の庭でお待ちになられていた方々、くろねこたちがさきにグリを見つけてしまったので待ちぼうけさせましてごめんなさいでした。</p>',1,2878,1,4,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070808_2218_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070809_2222',3,0,'2007-08-09 22:22:15','ゼネで使えるグラボは？',null,'<p>近頃、Vista での動作方法が公式に発表された Xenepic Online。Vista で使えてる？<br />\r起動しないのは「管理者権限」に依存、文字化けするのはグラフィックドライバに依存していると思われる。</p>\r<p>Vista でプレイできた人、出来なかった人、そもそも Vista で試してすらいない人など様々だと思うんだけど、アンケートを採ってみたい。<br />\r項目を10個迄しか設定できないので、Vista で動作確認した方のみを対象としたい。<br />\rまた動いた方は、より詳細な情報をコメントに投稿していただけると幸いです。</p>\r<p>アンケートは<a href=\"http://www.blackcat.xyz/polls/index.php\">こちら</a>もしくは右カラムのアンケートから。<br />\r結果は、<a href=\"http://www.blackcat.xyz/polls/index.php?qid=0708_CanPlayXO_on_Vi&amp;aid=-1\">Vista でプレイ可能？グラボは？</a>を参照してください。</p>','',1,3673,1,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/polls/index.php\">こちら</a>\n<a href=\"http://www.blackcat.xyz/polls/index.php?qid=0708_CanPlayXO_on_Vi&amp;aid=-1\">Vista でプレイ可能？グラボは？</a>',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070811_23212',3,0,'2007-08-11 23:21:21','おめでと～',null,'<p>本日はいくつかのおめでたいことがありました。</p>\r<p>美菟さんの転職式、風奈さんの転職</p>\r<p>お二方ともおめでとうございました。</p>','<p>■美菟さんの転職式の様子をどうぞ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070811_23212_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070811_23212_1.jpg\" alt=\"\"></a><br />\r羽の色がちょっと薄かった～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070811_23212_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070811_23212_2.jpg\" alt=\"\"></a><br />\rいっぱいのすきるシャワー。初めての二次転職らしいです♪</p>\r<p>■風菜さんの転職式の様子をどうぞ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070811_23212_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070811_23212_3.jpg\" alt=\"\"></a><br />\r今度はちゃんと撮れた♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070811_23212_4_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070811_23212_4.jpg\" alt=\"\"></a><br />\r三次転職。パラディンも増えたな～、この後の二次会はお寺らしいです。</p>\r<p>■おまけ<br />\rくろねこの卵が産まれる瞬間がやってきました。某Wikiにポミャーが生まれる回答が書いていると聞いてその通り答えたのですが....果たして...<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070811_23212_5.jpg\" alt=\"\"><br />\r生まれたのは「ヌーボ」、ぞうさんでした♪</p>\r<p>虎ねこさん欲しかった。サブに期待！</p>',1,2646,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070811_23212_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070811_23212_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070811_23212_3_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070811_23212_4_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070812_1619',3,0,'2007-08-12 16:19:34','泉で浮いちゃいました',null,'<p>朝から泉に冒険に行きました。</p>\r<p>くろねこがほしいのは、ラドニーガタスではなくパラディンのレベル4のスキルです。<br />\r具体的には、ホーリークラッシュLv.4、ライトヒールLv.4あたりがほしかったのですが...</p>','<p>エイル東門に朝10：00集合で10:15くらいに出発しました。今回は誰も浮くこともなく順調に泉まで到着しました。</p>\r<p>みんなペットクエに執心なのか、泉は独占状態でした。独占状態のダンジョンそれは起こるべくして起こったのかもしれません。</p>\r<p>何匹かのボスを倒して調子に乗ってきていたころ、数回目のボスに遭遇しました。たたいたところ、召還も出なかったので攻撃し始めたら、最後尾のlessonさんの後ろからもう一匹。<br />\rあれ、召還がでるにはえらい早いな、しかもそんな場所からと思っていたら、ボスだったらしく誰か攻撃したのかさらに召還が出て計三匹になったらしい。(くろねこはその状況を確認できていない。)二匹だったら耐えれたんだけど、てか三匹でも耐えたことはあるんだけど、そのときHPが2メモリからぜんぜん回復しないロレオさんの回復に集中しすぎて自分のHPを見るのをおろそかにしてしまった。(みーさんとかも同様らしい)</p>\r<p>そして、くろねこは浮いた。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070812_1619_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070812_1619_1.jpg\" alt=\"\"></a></p>\r<p>そして困ったことに、LGを装備していたはずが....<br />\rホバストーン使用時に装備&rarr;活花&rarr;元に戻す。この戻す際に普段装備している百人力の腕輪を装備してしまったからLGは装備していない状態になってしまったらしい。このため浮いたときの経験値が-10%...あちゃー痛いなー。</p>\r<p>皆さんは気をつけてね。</p>',1,2584,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070812_1619_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:34','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070813_2026',3,0,'2007-08-14 20:26:51','間違って～',null,'<p>間違ってリシェの卵クエストをする際に「愛の伝令の記録」(経験値3.0倍 1D)を使用してしまいました。</p>\r<p>いま、狩り狩り中でし。<br />\r200%ぐらいあがるといいな♪</p>','',1,2333,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070814_2029',3,0,'2007-08-14 20:29:29','ペットクエ、2回目のインキュベータの精錬',null,'<p>メンテが明けて...</p>\r<p>2回目のインキュベータの精錬が変わったらしいですね。<br />\r精錬に必要なアイテムが、ジュレア4&rarr;ゼンストーンに変更されてるらしいですね。<br />\rでも、NPCのセリフは変更されてないらしいです。</p>','<p>バグかなって思ったら、メンテナンス終了のお知らせに追記されてますね。<br />\r(鳩さぶれさんの通報のおかげ？)<br />\rでも、必要なアイテムが記載されていないから、わからないんですよね。<br />\rこの状況からしてゼンストーンしか無いようなのですが....</p>\r<p>えらく高くつくクエストに変わったようです。</p>\r<p>運営のいじめですか？修正されてなければ、2周目は1周目のインキュベータが使用できるそうです。くろねこは未確認です。使えたらいいですね。</p>',1,3159,1,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070815_1947',3,0,'2007-08-15 19:47:50','感謝祭なのか？',null,'<p>感謝祭なのか？</p>\r<p>襲撃イベントじゃなかったのか？</p>\r<p>運営告知からイベント実施まで10分無いってどういうコトだ？</p>','<p>船で黄金狩りしていたら...(ほとんど人がいなくて良かった...船で黄金ってうざすぎる...)</p>\r<p>こんな告知が...(17:15)<br />\r<img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070815_1947_1.jpg\" alt=\"\"></p>\r<p>ブリンで「闘技場で浮かせてください」とバザーがあったので、浮かせてあげようとお話をしてサブに変わったら、ペットクエでゼロマインん警備兵の所。時間がないと、海賊船通過を提案。海賊船通過を目指すが...そのファイターさんが海賊船入ったところで怖じ気づいたのか止まったまま動かない。声をかけても返答がないので、もう出ることにした。(その後、1：1で返答があったのだが...すでにそのときにはイベントは始まっていた。くろねこはロレン谷。)</p>\r<p>くろねこが、ヨツン目指して自走で雪山を越え始めたとき風菜さんからフレンドチャットで「第1弾が終わった」って... ヽ(`д&acute;;)/  うおおおお!?着いた頃には終わってるんじゃないか？と思いつつ...ヨツンハイムに浮いた♪(17:46)<br />\r<img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070815_1947_2.jpg\" alt=\"\"></p>\r<p>クロックの感謝は終わっていたようだが、ヨツンにはいるとお迎えしてくれたのが、彼とその召還たち。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070815_1947_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070815_1947_3.jpg\" alt=\"\"></a><br />\r3匹くらい倒したかな？</p>\r<p>そのあと登場したのは、このイベント最強だと思われる彼らだった。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070815_1947_4_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070815_1947_4.jpg\" alt=\"\"></a><br />\r個々は弱いけど、数が半端じゃないからすげー強い。最初はみかんとかしかドロップしてなかったけど、イベント最終段階では大量のゼンストーンをドロップしてた彼ら。くろねこも拾ったけど、銘鈴さんにいっちゃたぁ。</p>\r<p>ボスがいなくても湧く召還もいるね<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070815_1947_5_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070815_1947_5.jpg\" alt=\"\"></a></p>\r<p>最後に確認できたのは、ピアーサベル(運営のアナウンスはピアーサーベルだったんだけど)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070815_1947_6_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070815_1947_6.jpg\" alt=\"\"></a></p>\r<p>最後に、最強のチョコポコには範囲攻撃が最高だねっ。特にウィザードのライトニングが有効。<br />\r自分が突っ込まなくても、離れて安全な位置から一網打尽だもんね。ウィザ最強伝説がここに！</p>\r<p>この後、ガリバーさんが不完全燃焼だと言うことなので、本物のピアサベルを討伐しに行くことになりそうです</p>',1,2966,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070815_1947_3_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070815_1947_4_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070815_1947_5_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070815_1947_6_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:50','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070816_2321',3,0,'2007-08-16 23:21:29','りんさん転職式',null,'<p>りんさんの転職式がありました。</p>\r<p>りんさんとは、書庫で遭遇して以来のフレンドなのかなぁ？<br />\r忘れた...</p>','<p>そんな、りんさんの転職式の様子をSSで！<br />\r転職前のアコの姿。見納めか？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070816_2321_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070816_2321_1.jpg\" alt=\"\"></a><br />\r転職の瞬間！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070816_2321_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070816_2321_2.jpg\" alt=\"\"></a><br />\rそしてスキルシャワー<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070816_2321_3_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070816_2321_3.jpg\" alt=\"\"></a></p>\r<p>二次会はどこに行くんだろう？</p>',1,2596,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070816_2321_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070816_2321_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo070816_2321_3_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070817_2337',3,0,'2007-08-17 23:37:18','MPKなのか？',null,'<p>人間間違うことってあるよね。</p>\r<p>青クロックと遭遇したんだけど、バインで止めようとしたところ誤ってファイアスウィングを撃っちゃった；；</p>\r<p>間違ったのは、ねこが悪いんだけど謝ってるのに言いがかり付けてこなくても...っていうお話です。</p>\r<p>（ﾟДﾟ）ｳｾﾞｪｪｪ　のでここから下はあまり見ない方が良いです。</p>','<p>コトの経緯を書くとですね...</p>\r<blockquote>\r<p>青クロックが出て<br />\rねこにタゲが来たんだけど、バインしてちょっと離れてたんだ。<br />\rそしたら、そこに相手のログさんが来られて、彼にタゲが移ったんだ。<br />\rねこが、青クロックこないなぁ？と見に行ったらタゲが彼に移っていたのを見てバインしようとしたら、間違ってファイアスウィングしてしまったと。<br />\rほとんどの召還がねこに来て、彼には2匹くらい行ったのかどうか詳細はわからないんだけど、彼も召還を倒していたようだ。</p>\r<p>倒してから、<br />\rキーを間違ってFS出てしまった。「ごめんえ(ごめんねの入力ミス)」って言ったんだけど<br />\r謝ってないってクレーム付けるん。<br />\rなすった上に...て言うんだけど、青クロックと対峙してるのに、そこに通りかかったらバインが切れたときにタゲが変わる可能性があるのは、ゼネしてたら仕様だとわかることだと思うんだけど...なすったの一点張り。</p>\r<p>困った...と思ってお話をしてたら...チャットの入力に気を取られすぎたのかそのままそのログさんが浮いちゃった。</p>\r<p>気まずくて、いいよって言われてるしそのままその場を離れたけど。もう二度と話すことはないんだろうなって感じだった。</p>\r</blockquote>\r<p>間違って攻撃してしまったのは悪いと思うんだ。いつでも浮かなかったらそれで良いと言う話ではないとおもう。<br />\rしかし、RPGだからアクシデントはつきものだし故意でも常習犯によるでもない、ペナルティも無かったこんなとき謝ったら許してくれても良いんじゃないかなって思うのだが、こんなときどうすれば良いんだろ。</p>',1,2973,2,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070820_2032',3,0,'2007-08-20 08:32:36','船から脱出するのだ！',null,'<p>先週末から考えていた...</p>\r<p>船からの脱出...</p>\r<p>船は近くてドロップも湧きも良いのだが、最近はここでかりをしても時給1%弱。ＰＴ狩りしても約1.2%。</p>\r<p>時給が低いのはきっとレベルが合ってないのだ！骨に突っ込みすぎてスキルが出るまで耐えている時間が長いという事実もある。結構助けてもらっていることも多い。浮くことも...<br />\r船でＰＴ狩りするとカルシウム不足気味だ。絶対に足りていない。</p>\r<p>どこかに新天地が&hellip;</p>','<p>現在、船には2種類のタイプのモンスターがいて、少々狩り辛い。が、概ね量を求めるマップであろう。Xenepicにはもってこいだ！しかしながら、強い方のモンスターをターゲットに調整する為大部分を占める骨には少々もったいない。他のマップなら単純にひとつの強度のモンスターをターゲットにできるはず！<br />\r船と比べて密度は下がるが、マップのレベルを上げられるから、その分効率的な狩りができるだろう！ソロでは無理でもＰＴなら&hellip;少なくともフレはもっと効率がいい！</p>\r<p>複数のフレからの情報を元に先々週辺りから、他のマップで黄金狩りを始めた。マップにもよるが時給が2.4%程度と船の倍くらい出る。それでもフレ情報より圧倒的に少ないのではあるが&hellip;集まったメンバのレベルに30近く開きがある為適正なマップで無いメンバもいた為だろう。</p>\r<p>昨日も、黄金狩りの場所を求めて雪山に来たのだが、同じマップで狩りをして欲しくないと思っている人物がいるらしく、用意したゼニにモンスターを擦るなどの行為を繰り返されたらしいので、さらに奥地に進んだのだが&hellip;<br />\r今度はモンスターのレベルが上がりすぎて効率が悪い。ワンキル出来ない&hellip;<br />\rやはり時給は、2.4%(15分間測定)</p>\r<p>狩りの間に感じたこと、狩るぞ！と決めた時は集中して狩りたい。黄金狩りだとＰＴがそろっていないと黄金で無くなるし、維持する為に放置すると狩るメンバが減って吸収するメンバが増える。これで効率が上がるはずが無い！そうだ映画館と同じ様に考えれば良い。先にトイレなどの用事は済ませて、その後に集中して狩ると。これで効率が上がりそうだ。</p>\r<p>効率が上がるマップが見つかったら、くろねこの狩場は舟から次第にどこかに移動していくのかな？ソロの時ちょこっと狩る分には近くて良い狩場だと思うけど♪</p>\r<p>もう一つの船から脱出する大きな理由。バグって固まったりして浮いちゃうことがとても多いのだ。<br />\r三次職に転職してから、今日までのデスペナ...ほとんど狩場であるロストと船のデスペナなんだけど...<br />\rななな、なんと合計は400%を超えていた!!!!<br />\r真っ暗になって通路から骨いっぱいの部屋に飛び出していたり、急にマップがぐるぐる回り出して止まらなかったり、回線不良でいきなり落ちたり...昨日は落雷で落ちたな..真っ暗で見えなかったり、ぐるぐる回り続け止まらなくなったときは、ゲーム終了するか、それも出来ないときにはタスクマネージャからぷちっと終わらせるかするけど、帰ってきたらリターンポイントか、運が良くてもHPがのこり2目盛りくらい。浮いてなくてもそのあと対応が遅れて浮いちゃったりして！<br />\r船はバグの発生確率が高いと思う</p>\r<p>だから、船から脱出するのだ♪</p>',1,3068,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070822_2025',3,0,'2007-08-22 20:25:55','フレンドリストがいっぱい!!!',null,'<p>先日、雪山で黄金狩りを試みた際にアサシンさんにフレンド登録をお願いした時気付いた。</p>\r<p>フレンドリストがいっぱいだ！誰かを削除するしかない...<br />\rそこで選ばれたのが、佐々木さん。彼は彼曰く「くろねこがゼニの時の知り合い」らしいのだが、「1年以上放置で前のが分からなくなったため作り直した」とのことだった。スマンが全く記憶に無い；；<br />\rで、何かあった時に連絡するからとフレンド登録を要請され登録したが、それ以来もう数か月になるがインしている気配が無い。従って削除対象は必然的に彼に決まった。</p>','<p>さて、次に削除するフレンドは誰だ？</p>\r<p>次回登録要請があった時の為に候補を決めて置くのも悪くは無いだろう...そう考え始めてしばらく後に候補に浮かんだフレンド？がいた。？が付いているいるのには理由があって、既に相手側から削除されているようだ。しかも、最近そのフレンド？からＰＴメンバがMPKに遭うという事態が発生した。おふざけでMPKごっこするする分には同意の上だからよいとして、マジでフレンドに対してその様な行為を重ねる奴はフレンドじゃねえ。あっ、相手側は既にフレンドリストから削除してるからフレだと思っていないのか。なるほど。</p>',1,3094,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070823_0054',3,0,'2007-08-23 00:54:11','こんなペットが出たよ',null,'<p>くろねことくろねこの知人のペと出現状況をまとめてみます。</p>\r<p>Wikiに「1つの質問に対して回答が複数あると思われるため」と記載があったんだけど、質問はすべて二択なので、同一の回答の組み合わせに対しペットの出現パターンが複数存在する可能性があるってコトだね。</p>\r<p>今のところ、くろねこの所では同じ回答をすれば同じペットが誕生しています。レベルが関係してるかもしれませんね。</p>\r<p>組み合わせと誕生ペットの組み合わせを募集します。</p>\r<p>たくさん集まれば、別途ぺージを起こす予定です。</p>','<table cellspacing=\"1\" cellpadding=\"1\" width=\"98%\" border=\"1\">\r    <caption>新ペットクエ：質問と回答そしてペット</caption>\r    <tbody>\r        <tr>\r            <th>職業</th>\r            <th>Lv.</th>\r            <th>回答1</th>\r            <th>回答2</th>\r            <th>回答3</th>\r            <th>回答4</th>\r            <th>卵の色</th>\r            <th>ペット</th>\r            <th>回数</th>\r        </tr>\r        <tr>\r            <td>パラディン</td>\r            <td align=\"right\">131</td>\r            <td>赤のまま</td>\r            <td>冒険</td>\r            <td>必須</td>\r            <td>しない</td>\r            <td>赤</td>\r            <td>ヌーボー(象)</td>\r            <td align=\"right\">1</td>\r        </tr>\r        <tr>\r            <td>パラディン</td>\r            <td align=\"right\">131</td>\r            <td>前の方</td>\r            <td>冒険</td>\r            <td>必須</td>\r            <td>しない</td>\r            <td>赤</td>\r            <td>ポミャー(虎猫)</td>\r            <td align=\"right\">1</td>\r        </tr>\r        <tr>\r            <td>パラディン</td>\r            <td align=\"right\">132</td>\r            <td>前の方</td>\r            <td>冒険</td>\r            <td>必須</td>\r            <td>しない</td>\r            <td>青</td>\r            <td>&nbsp;</td>\r            <td align=\"right\">1</td>\r        </tr>\r        <tr>\r            <td>アコライト</td>\r            <td align=\"right\">48</td>\r            <td>前の方</td>\r            <td>冒険</td>\r            <td>必須</td>\r            <td>しない</td>\r            <td>赤</td>\r            <td>ポニャー(白猫)</td>\r            <td align=\"right\">1</td>\r        </tr>\r        <tr>\r            <td>アコライト</td>\r            <td align=\"right\">48</td>\r            <td>赤のまま</td>\r            <td>冒険</td>\r            <td>必須</td>\r            <td>しない</td>\r            <td>赤</td>\r            <td>ザクビー(タツノオトシゴ)</td>\r            <td align=\"right\">1</td>\r        </tr>\r        <tr>\r            <td>アコライト</td>\r            <td align=\"right\">78</td>\r            <td>赤のまま</td>\r            <td>冒険</td>\r            <td>必須</td>\r            <td>しない</td>\r            <td>赤</td>\r            <td>ブートン(豚)</td>\r            <td align=\"right\">2</td>\r        </tr>\r    </tbody>\r</table>',1,2873,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070823011838572',3,0,'2007-08-23 01:18:38','中華航空、事故機の社名・ロゴ塗りつぶす',null,'<p>那覇空港の事故機胴体に記載されていた CHAINA AIRLINES の社名と B-18616 の機体番号、及び尾翼のロゴをボディーカラーの白く塗りつぶした。企業イメージの悪化をおそれてのことだろうが。</p>\r<p>国土交通省航空・鉄道調査委員会に21日に申し出、許可されたようだ。中華航空日本支社は「国際慣例に従った」と言っているようだが、そんな慣例があるのか？一部の航空会社の慣例じゃないのかな。コンコルドの事故の時塗りつぶされていた記憶はないな。</p>\r<p>そんな慣例があるならJR西日本も尼崎脱線事故の車両の社名を塗りつぶさないとね。って、事故後同線の列車のカラーリング変更をしていたな。JR西日本からしてみれば、列車を見るたびに事故を思い出されると同社の悪しきイメージが思い出されてぬぐい去れないからだろうな。JR西からしてみれば、事故は風化してくれるのが一番だと思っているに違いない。</p>\r<p>まぁ、中華航空もJR西日本もそんなお金があるなら、安全対策費用に回した方が事故発生件数が少なくなり長期的にみれば企業のイメージが損なわれる機会が減り、逆に無事故期間が評価されてイメージアップにつながると思うのはくろねこだけ？</p>','',1,2962,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070823_0733',3,0,'2007-08-23 07:33:58','セイルラムの森に異変が…',null,'<p>セイルラムの森がおいしく変わりました</p>\r<p>アイテムのドロップ率がぐーんとアップ！</p>\r<p>なんと、あのゼンストーンも！</p>','<p>モンマーというモンスターがかなり落とします。<br />\r<img width=\"240\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo070823_0733_1.jpg\" alt=\"\"><br />\r多いときには、Lv.63店売り武器&times;4+ゼンストーン&times;1 程度ですね。<br />\rデーモンプラントが湧き湧きって感じでしょうか？</p>\r<p>その分競争率はかなり高いです。かぶりに気をつけてくださいね♪</p>\r<p>あと、ゼンストーンがかなりの暴落です。1個40,000Kron位になるかな？<br />\r今朝いちねんせい様が200こ募集されていましたが、80個ほどはお買い上げされたようです。<br />\rもしかすると、昔みたいに30,000Kronの時代が来るかもね。</p>\r<p>1個30,000Kronならリストア1回10,000Kron安いですな。</p>',1,3218,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070826_1133',3,0,'2007-08-26 11:32:14','くろねこ レベル132',null,'<p>くろねこ ひさびさのレベルアップとなりました。</p>\r<p>もうしばらく羽を出すこともないでしょう。<br />\rくろねこは隠居生活(無課金生活)に入ります。。。<br />\rだって...</p>\r<p>まあ、くろねこの羽を見てやってくださいな♪</p>','<p>って、羽出てないやん<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo070826_1133_1.jpg\" alt=\"\"><br />\r黄金狩りの最中、チャットに夢中でレベルアップを忘れてました...</p>\r<p>持久力のないくろねこは、精神力にポチッと！<br />\rステ振り前...<br />\r<img width=\"330\" height=\"235\" src=\"http://www.blackcat.xyz/images/articles/xo070826_1133_2.jpg\" alt=\"\"><br />\rステ振り後...<br />\r<img width=\"330\" height=\"235\" src=\"http://www.blackcat.xyz/images/articles/xo070826_1133_3.jpg\" alt=\"\"><br />\rくろねこのMPはレベルアップ(+17)とステ振り(+15)で計32増えて3332になりました(課金で+450中)。<br />\rちなみにHPは5860(課金で+600中デシ)。</p>',1,2822,1,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070828_2222',3,0,'2007-08-28 10:22:01','WARSMAN転職式',null,'<p>WARSMANの転職式がありました♪</p>\r<p>ていうかですね。つい最近お着替えをすませたばかりかと思うのですが...</p>\r<p>私の記憶が確かなら...3ヶ月経ってないかと....</p>','<p>まあ、お着替えの様子はこんな感じでしたw<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070828_2222_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070828_2222_1.jpg\" alt=\"\"></a><br />\rWARSMANが四次転職するのに必要なLv.131になるのが早いか、四次実装されるのが早いかどっちなんだろう？</p>\r<p>まぁ、頑張ってね～♪</p>',1,2449,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070828_2222_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070829_2219',3,0,'2007-08-29 22:19:00','ギルド実装されたのか',null,'<p>ギルドが実装されたようですね。</p>\r<p>くろねこも、くろねこギルドを作ってみようとINしてみました。<br />\r	ギルドの必要なアイテムは紋章だけのようですね。<br />\r	で、紋章はLv.71↑のマップで出るというので、ガウディの森で狩りをしていたわけですが....</p>\r<p>無課金の状態だと、足が遅くてやる気が出ない。<br />\r	足が遅いから、時計装備で 24+4\rにはなっているんですが、今まで24+12だったんでかなり遅くなった感じ...</p>\r<p>はぁ、ギルド作るなら週末だけ課金して紋章を取ってくるかな...</p>\r<p>でもこの状態、<em>飽きた</em>って言うんでしょうね。。。</p>\r','',1,2629,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070829_2323',3,0,'2007-08-29 23:23:30','まだいたんですね！？',null,'<p>大規模な配置転換で....この人どうなったんだろうって思っていたんですが...</p>\r<p>この人がいないと、転職クエストが出来ないですからね...</p>\r<p>赤い方はまだですが、葉緑素を体に仕込んだ ペホー じゃなかった<br />\rゴララララララララァッ！ って言う人は見つけました。</p>','<p><img width=\"400\" height=\"360\" src=\"http://www.blackcat.xyz/images/articles/20070829_2323_1.jpg\" alt=\"\"><br />\rこれで安心して二次転職が出来ると言うものです。</p>\r<p>って、倉庫に余ってるから大丈夫なんですけどね。<br />\r武器をいっぱいくれるという、ヒュプレダBを倒しに来て、彼に出会ったとさ。</p>',1,3033,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo70901_0126',3,0,'2007-09-01 01:26:40','やっとわかったよ',null,'<p>やっとわかったよ。</p>\r<p>なぜか、アプライーダガーの消費が多いと思ってたのだが、やっと今日前から疑ってたことを証明するためにテストしてみた。</p>\r<p>やっぱり、疑ってたとおりだった。</p>','<p>オーバーバーニング使うときにアプライーダガー消費してる。</p>\r<p>運営に通報しちゃったぞ！</p>\r<p>いつ直るかな？</p>',1,2402,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070902_RSS_Aggregator',3,0,'2007-09-02 00:04:23','RSS Aggregator くろねこ改造版 の罠',null,'<p>本日、いきなりくろねこのサイトのトップページが見れなくなった。</p>\r<p>普通人はトップページから来るからここが見れないとまずい。<br />\rでも、何でいきなり？</p>','<p>答えは、RSS Aggregator くろねこ改造版 にあった。</p>\r<p>この中で XML/Feed/Parser を利用しているが、90行目でこけていた。<br />\r理由はRSSを参照しているとあるページがパスワード付になっていて、正しい RSS Feed が取得できなかったからなのだ。(FC2は/?xml で RSS Feed が取得できるとしているので、取れないほうがおかしい...)</p>\r<p>つい最近は、RSS Feed 取得リストに普通のブログのURLを追加してしまって、同様のエラーが出たところなのだが...</p>\r<p>何とか改造してエラー時にもエラーが出たURLをすっ飛ばして表示できるようにしたいところだ。</p>\r<p>ちょっと、挑戦してみたが思い通りに行かない....</p>\r<p>また、時間をとってゆっくり挑戦しよう♪</p>',1,3407,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20070902_au_mobile',3,0,'2007-09-02 09:26:43','その電話機使いやすい？',null,'<p>くろねこの電話機はauのW54T。今最新の全部入り携帯と言われるタイプ。</p>\r<p>Bluetoothがほしくてこれになっているだけで、Bluetoothがなければ別に東芝でなくてもよかった。次に注目していたのは、防水対応のW52CAだったかな？</p>','<p>純増№1とか騒いでいるが、auの携帯って本当に使いやすいのか、はなはだ疑問だ。</p>\r<p>たとえば、オートロック。オートロックを設定しておくと操作しなくなってから10秒後にロックがかかるが、いくらなんでも短すぎだろう。もともとオートロックは、携帯を置き忘れたときに他人に操作されないようにという目的だと思うが、ほかの機器につないだときたとえばカーナビにつないだときなど接続して、カーナビの操作をするだけで10秒以上経ってしまう。このためカーナビ接続中はオートロックを解除することになるが、オートロックの設定を忘れたらロックはされないままだ。オートロックの本来の目的を達していない。</p>\r<p>オートロックで一番先進的だと思うのがDOCOMOのP903i。</p>\r<blockquote>\r<p>「あんしんキーロック」は、「あんしんキー」がケータイから離れると自動ロック、近づけば自動解除する便利なロック機能です。ケータイを万が一置き忘れてもおサイフケータイや大切な情報を守ります。</p>\r</blockquote>\r<p>と記載があるように、所有者がいるときにはロックはかからず不在になるとロックがかかるという本来の目的を達しているように見える。</p>\r<p>また、ロック以外にもau携帯はW54TまでBluetoothで音楽を再生中に受話/送話することができなかった。このことはau社内でもまともに理解していない社員もいたようだ。W54Tが出る1年ほど前、au携帯で言うとW44Tの頃にはすでにP903iがこの機能を達成しているが、auにはその技術力がないと搭載できないと回答を得ている。<br />\r音楽携帯なら音楽を聴いている最中に電話がかかってきても最低限受けられるのは必須の機能だと思うが、どうやらau社内ではそのような認識はないらしい。W54Tでようやくこの機能が実現できたかと思われたのだが、ヘッドセット側のmBandR(MPX2200R)が発売されていないと...auからちゃんと機器も発売してほしいものだ。</p>\r<p>顧客軽視の企業なのかな？</p>',1,3588,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070902_2033',3,0,'2007-09-02 20:33:18','ひさびさに',null,'<p>久々に書庫で浮いた~</p>\r<p>人が多くてぜんぜんクロックが見つからないの。何かね、カスタムエンブレムをクロックが落とすらしい。</p>\r<p>まあ、ねこはそんなうわさ関係なしに、りんさんのお友達がクロックがほしいという依頼だったので言ってきたんだけど...<br />\rなかなか見つからないのね....<br />\rやっと一匹見つけた倒したけど、スカだったのさ。</p>','<p>で、みんな夕食食べてる間、ねこの家は夕食がスゴク遅いので、ひとり回り始めたら..<br />\r「赤クロック見つけたー」<br />\r雑魚が多いけど(雑魚の群れの中にいたのね)、誰か来て取れれちゃうといけないから・・・バインしておくのだー。って、バインしようとしたらもう一匹わいたの～～。あちゃーで間違ってバインでなくて範囲が出ちゃった。</p>\r<p>確かこの失敗、今日2回目...さらに言うと以前これで誰かと問題がおきたような・・・</p>\r<p>て、今回は周りに人がいなかったこともあり耐えながら倒してたけど...赤クロックと召還とさらに雑魚数匹という環境はつらい。誰かが通りかかったけど、ポーションをケチってジュースにしたら浮いちまった...</p>\r<p>無課金はつらいの～。</p>\r<p>うきうきSS撮ろうと思ったんだけど、誤ってキャラ選択押してしまったらしい。浮いた瞬間キャラ選択だった...</p>\r<p>レベル132パラディンが書庫ごときで浮くなんて・・・だっさー；；</p>\r<p>まあ、そのあと1匹見つけてソロで返り討ち食らわしたけど、<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070902_2033_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070902_2033_1.jpg\" alt=\"\"></a><br />\r-10%は返ってこない；；痛いな～</p>',1,2685,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070902_2033_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:58','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070903_0217',3,0,'2007-09-03 02:17:47','ギルド作成方法',null,'<p>ギルド作成手順ではまる方がおられるので簡単にまとめておきます。<br />\r(くろねこも？？？がとんだ)</p>\r<p>作成手順は、ギルド協会事務所長に話しかけますが、選択肢は一番上の「ギルドに関する操作」ではなく、「クエスト」を選択します。ここから先は迷うことは無いかと思いますが....</p>\r<p>各ギルド長に出会って許可証を発行してもらいます。順番は問われません。</p>\r<p>その後、もう一度ギルド協会事務所長に話しかけてクエストを終了して、「ギルドに関する操作」を行いギルド名を決めて完了です。</p>','<p>ギルド協会事務所長に話しかけます。<br />\r「クエスト」を選択<br />\r<img width=\"400\" height=\"350\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_1.jpg\" alt=\"\"><br />\r「はい」<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_2.jpg\" alt=\"\"><br />\r「創設します」<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_3.jpg\" alt=\"\"></p>\r<p>各ギルド長を回り許可証を発行してもらいます。順番は特に決まってないので好きな順番で良いです。<br />\rモルディアン<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_4.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_5.jpg\" alt=\"\"><br />\rベトラン<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_6.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_7.jpg\" alt=\"\"><br />\rユパイン<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_8.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_9.jpg\" alt=\"\"><br />\rレイモンド<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_10.jpg\" alt=\"\"><br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_11.jpg\" alt=\"\"><br />\r</p>\r<p>再び、ギルド協会事務所長に話しかけます。<br />\r印を入れる<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_12.jpg\" alt=\"\"><br />\r話を終了する<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_13.jpg\" alt=\"\"></p>\r<p>ギルドに関する操作を選択し、ギルド名をつけて完了です。<br />\rギルドに関する操作<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070903_0217_14_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo070903_0217_14.jpg\" alt=\"\"></a></p>\r<p>最後に、カスタムエンブレム(ギルドのエンブレム変更チケット？)をもらうことができます。</p>',1,3996,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070903_0217_14_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070905190520504',3,0,'2007-09-05 19:05:20','飽きたのか？そうなのか？ ',null,'<p>今週、古いPCから6月に購入して放置していたNewPCへ移行作業をしていた。<br />\rなぜこの時期になったかというと、四次職への転職(転職と表現されるがただのクラスアップ)に必要とされているLv.131をクリアし、全ての課金も切れて落ち着いたからだ。暇が出来ればなぜかゼネを起動してしまうのだが...このあたりに廃人ぶりが出てるのかもしれない。<br />\rしかし、inしても狩る気が起きない...これが飽きたと言うことなのか、そうなのか...</p>','<p>UO を止めた理由は、一緒にプレイした人の大半が引退した事かな。引退して無くても、インするのが減った人が多かった。 UO ってキャラを育てるということはゼネほど重要ではなかった。ゼネはキャラのレベルをあげることがゲームの目的ではあるけど、ほとんどそれだけ。UOは初期段階はゼネ同様キャラ育成に時間を割く必要があるが、ほとんどのスキルは既に確立されたスキルアップ方法があって適当に繰り返すだけだった。これが必要なのも一部の職業だけであって、戦士なんか使った日にゃー、勝手にスキルが上がっていって、他のスキルとの調整で上限を固定したりしないと駄目なくらい上がっちゃう。この辺がゼネとは違うな。(※UOのスキルはポイント制で合計700ポイント。これを以下に割り振るかでキャラの味付けが変わる。ゼネのステ振りと似てる。UOにもステ振りはある。) UO の楽しみはある程度成熟したキャラで、冒険に出ること。冒険に出てアイテムを取ってくることなんだよね。だから、仲間が違ったり、ダンジョンが違ったりすると結構楽しめた。くろねこはしてないけど、生産専用キャラクタを作って、お店を構えるという楽しみ方をする人もいた。売れると楽しいんだよね。アイテムを作るアイテムにレアアイテムがあって、それで作ると付加価値がつくからそれも楽しみだった。</p>\r<p>でも、ゼネって...<br />\rゼネって遊べる要素が少ないから、キャラの成長を楽しむしかないのよね。海斗みたいにLv.150になったらホントする事がないよね。だから、燃え尽きないように、あれだけマゾイんだろうね。クエストも新ペットクエ以外は短いからさ。それに、何回もやろうって気分になるクエストじゃないよね。レベル上げがマゾけりゃ、クエストの報酬もマゾイ。だから、レベルが上がっちゃうとやることが無くなる。<br />\rレベルが上がりきったらまった～り狩りして、目新しいダンジョンが無くなったら、ハイさよならって感じか。新しいダンジョンが出来ても、ゲームシステムに変化がなければいずれ飽きるだろう。<br />\r何か、<strong>ついにそのときが来たのか！</strong><br />\rって感じだね。<br />\r一緒に遊ぶ人も、くろねこのPTほぼ消滅したこともあって、固定的に遊べる人って少ないね。いても、もう最盛期の元気はない人が多いね。これで、ほぼ壊滅状態は2回目なんだけど、また人を集めようにもくろねこと同じようなレベルの人ってほとんどどこかに所属してるのよね。<br />\rあー、あと気合いが入らないもう一つの理由。それは、課金が高いぞ！他のゲームの3～5倍してる。他のゲームって月額1,000～2,000くらい。ゼネもこのくらいだったら、もうちょっとまっったり続けてるのかもね。</p>',1,2717,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20070906_health',3,0,'2007-09-06 21:57:31','あぁ、今年の健康診断ももう少しか ',null,'<p>今日、SankeiWEB を見ていて右側カラムに「<a href=\"http://www.sankei.co.jp/ronsetsu/seiron/seiron.htm\">正論</a>」と書かれたカテゴリがあることに気づいた。正論、何をもって正論というのだ。ふっ、笑わせやがる。まぁ、正論（オピニオン）と書かれているので、自分たちの意見を正論と名付けているだけで本来の意味の正論とは違うのだろう。自分たちの意見が正論だって欲しいという願いはあると思うが。</p>\r<p>その正論のなかで興味を引いたのが、「<a href=\"http://www.sankei.co.jp/ronsetsu/seiron/070906/srn070906000.htm\">【正論】山野美容芸術短大教授・中原英臣　日本人の「正常値」とは何だろう</a>」新聞記事を引用するとWEBサイト維持費が高くなるので※1引用はしないが...<br />\rこの論説の中で健康診断の検査結果を判断するための「正常値」に医学的根拠がないと言っている。受診者の大半が異常と判断される正常値は疑問だとか、年齢別と男女別に正常値を医学的根拠のある数字に修正するべきであるとしている。</p>','<p>この論説を読んで思うこと、日本人の大半が異常でも良いのではないか。正常値は全日本人の偏差値どこからどこまでという決め方をして欲しくない。くろねこが思う医学的根拠に基づく正常値は「人間が健康的に生きられる下限から上限まで」としてもらいたいものだ。この範囲を逸脱すると様々な症状(病気)が発生すると思うが、その発生率を持って、「正常（異常なし）」「要観察」「要精検」「要治療」を決めるべきであると考える。</p>\r<p>このような考えに基づくので、国民の大半が異常と診断される正常値でも構わないと言っているのであって、国民の大半が異常と診断される様な状況が構わないわけではない。そのような状況は大半が健康に生きていけない状況を示しているのであって、社会としてこのような状況を抑制している必要があるのだろう。<br />\r正常値が男女別・年齢別に必要なのか必要でないのかは専門家に任せるとして、現状が書かれているような医学邸根拠に基づいていないのであれば、速やかに国の責任としてまとめ直して欲しい</p>\r<p>くろねこの今年の健康診断は来月か～</p>\r<p>※1 WEBサイトに載せると高くつくというのはここに載っていた。<br />\r<a href=\"http://www.nikkansports.com/general/asozan/2007/asozan104.html\">【第１０４回】自分のメシより鳥のエサ、これが正しいマニア道</a>のなかで「1つの記事を転載すると7,000円以上(期間限定)」と書かれているな。</p>',1,3025,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.sankei.co.jp/ronsetsu/seiron/seiron.htm\">正論</a>\n<a href=\"http://www.sankei.co.jp/ronsetsu/seiron/070906/srn070906000.htm\">【正論】山野美',0,1,1,0,0,'1999-11-30 00:00:07','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070908_1037',3,0,'2007-09-08 10:37:00','09/08 10%の努力 プライスレス',null,'<p>久々に、くろねこ課金して書庫を回ってます...</p>\r<p>いや、まちがい。書庫で課金しました。<br />\r先週、クロックに間違ってファイアスウィングしちゃって浮いたので、今日は浮かない....</p>\r<p>今日も、間違ってファイアスウィングを..</p>','<p>今日も、書庫でlessonさんのサブの部品取り...何度も失敗してますが...<br />\r昨日は、part1の分がさくっと取れたのに、section の分はちーっとも取れません...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070908_1037_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"416\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo070908_1037_1.png\" alt=\"\"></a></p>\r<p>そんな中、赤クロックが現れザコを処理しようとしてると...<br />\rmarinia痛恨のミス、さらに追い打ちをかけるかのように、くろねこのミス。先日はけちって途中からジュースにして浮いたので、今日は無課金でなく防御課金もあったけど、確実な方法でポーション連打でHP満タンにしてから倒しましたよ♪まりもいるので、範囲で結構さくっと行くはずが、ミスがあったためかあんまりさくっと終わらなかったのですがね。</p>\r<p>そのあとで、雑談してたら出てきたのが「10％の努力プライスレス」でし。<br />\r<img width=\"300\" height=\"185\" src=\"http://www.blackcat.xyz/images/articles/xo070908_1037_2.png\" alt=\"\"><br />\r本当は換算できるんだけど、もう一度、10％稼ぐ努力はしたくは無いものですね...</p>',1,3173,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070908_1037_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070908_BuyHDD',3,0,'2007-09-08 18:43:26','バックアップ用に外付けHDDを買ってきました♪',null,'<p>先週、HDDが欲しくてヤマダ電機とパソコン工房でに行って値段と納期を調査。</p>\r<p>そのときに欲しかったHDDは内蔵のSATA の 500GB&nbsp;位の HDD。なぜ 500GB とかというと、今PCに付いてる HDD が 320GB でDELLの専用エリア(Diagonatics ？) と RECOVERY 領域で、約 80GB を確保されているので実質 240GB ちょっと狭いんですよね...<br />\rでも、750GB になると Byteあたり単価が上がると。<br />\rなので、500GB をチョイス。</p>\r<p>ヤマダに内蔵はなかったので、パソコン工房に行ったけどちょうど切れてるのか取り寄せしかなかったのでネットで購入。購入先はパソコン工房ね。不満がなかったわけではないが、まぁ取りあえず。(先に納期がわかるようにしろよな...)</p>','<p>で、今週はそのバックアップが欲しかったと。</p>\r<p>もう、DVD でちまちまバックアップは無理でしょうと。楽して確実にバックアップは HDD しかない。常時刺さっている HDD ならスケジュールでバックアップが出来るね。</p>\r<p>で、外付けは先週の調査でヤマダ電機が&#92;16，000-とわかっていたので、今日はK\'s電機に...ここに向かった理由は、ヤマダ電機には欲しい eSATA の外付け HDD が無かったからなのだが、K\'sでも無かったんだよね。</p>\r<p>K\'ｓ のほうがパーツの取りそろえは良いので、店員に eSATA の外付けパーツと HDD を組み合わせる方が良いのか、IO･DATA製より早いと言われるBUFFARO製をで我慢する方が良いのか話してみた。K\'ｓ で eSATA の取り扱いが無いとのことなので BUFFARO製がのお値段 &#92;23,500- をいくらで売ってくれるか聞いてみた。(安かったらこれで様子を見よう...)。調べてくれて17,900円で売ってもらえることになりました。(利益が20円しかないらしい)</p>\r<p>本当にそれで良いの？って聞いたんだけど、それで良いとのことだったので即購入。(他店でお値段を調べてくると同一機種でなくても対抗してくれるようだ。)</p>\r<p>ネットで、値段を調べてみると...価格.com での最安値が&#92;19,251-IO・DATA製の外付けも&#92;17,679-だったので、うちの地域って結構安いのかも...ヤマダとジョーシンとK\'s 結構良い買い物でしたね。</p>\r<p>今月、いっぱい買いすぎたので支払で苦労しそうですけど....</p>',1,5263,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20070913005142460',2,0,'2007-09-13 00:51:42','ねこアイコンを変更',null,'<p>サイトのフッタにあるねこアイコンを変更しました。</p>\r<p>Xenepic Onlineでくろねこがギルドエンブレムとして使用しているくろねこ画像に変更しました。<br />\rくろねこデザイン。まりにあ編集(立体化)！<br />\r<img alt=\"くろねこアイコン\" src=\"/images/blackcat.gif\" /></p>','',1,2109,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:47','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070914_1909',3,0,'2007-09-14 19:09:41','09/14 (ﾟ∇ﾟ ;)ｴｯ!?明日は4時？',null,'<p>まじっすか？ちょーまじっすか？<br />\r明日は4時起きなんですか？勘弁してくださいよ～♪</p>','<p>朝、目が覚めた。久々に6時過ぎに目が覚めた。<br />\rそして、ダイニングで嫁が横たわってた。転がってた。夜通しゼネをしていたようだ。廃だ！誰かこんな嫁に喝を入れて欲しいのですが...</p>\r<p>話がそれました。6時過ぎに起きたので、最近狩る気力が落ちているくろねこ。もう一度ねるっていつものパターンね。<br />\rでも、今日は何か寝づらい。ので、インしてみた。</p>\r<p>そしたら、ゆうまから...朝の挨拶が...<br />\r昨日来てなかったと指摘したら、バスケをしてたそうな...<br />\rで、今日は朝から金狩りしてるらしい...<br />\r朝から元気なこったで...じいいこさんなんか、ここ2日の朝狩りだけで30%も稼いだとか...<br />\r131超えて元気あるなぁ...おじさんに分けて欲しいよ！</p>\r<p>で、明日も誘われたのですが...せめて5時。出来れば6時が良いなぁ。</p>',1,2327,2,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070915_2148',3,0,'2007-09-15 21:48:24','09/15 くろねこ レベル133',null,'<p>くろねこ Lv.133になりました。</p>\r<p>朝4時過ぎから、じいいこさんを待ってたのですが、来たのは5:30を過ぎてからでした。<br />\rでもまぁ、人が少ない朝から金狩りをしていたこともあって、時給は3.55%/hとなかなかのもの。そのおかげか、一部身内に宣言していた今週中のレベルアップが可能になったようです。</p>','<p>今回は書庫でレベルアップ。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070915_2148_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"363\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo070915_2148_1.png\" alt=\"\"></a><br />\rレベルアップいつ見てもうれしいですね。</p>\r<p>もう一つ、金狩りが終わってからlessonさん用に115のクエ杖を取りに行ったのですが、ナピオン・ダークも簡単に取れて（lessonさんとあきさんの分)、lessonはクエで一個消費、一個ボスから取って収支は0、あきさんは+1。<br />\rくろねこはカスタマーエンブレムとポイズンボルトLv.3も取れた。良かった～♪ポイズンボルトLv.3はじゅりさんに。</p>\r<p>でも、くろねこは悲しいことにお寺に行く前に焦って雑貨屋にパラディン130レア帽子を売ってしまった。<br />\r(/・_・＼)ｱﾁｬｰ・・なかなか手に入らないのに(;&acute;&forall;`)･･･いたいなぁ･･･ しばらくはぱぉぱぉでいきますかぁ。</p>\r<p>今回、PC移行後初レベルアップなのですが、羽の撮れるタイミングが前のPCと違うみたい。ずれてるね。ついでに言うと、動画も撮ろうと思ってお寺とレベルアップで練習したけど、いつもどこか忘れて失敗！。ダメだね。</p>\r<p>今回もステは精神に+1。MPがないと結構つらいからね。</p>',1,2843,0,3,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070915_2148_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070916_1551',3,0,'2007-09-16 15:51:44','09/16 奴だ！奴がいたんだ!!!',null,'<p>なぁーんにも無いところで浮いてしまいました；；</p>\r<p>エイルから泉に向かう途中のコトでした。いつもより多めの2PTの大部隊での進軍。大戦力での安心感がこの惨事を引き起こしたのか？</p>','<p>泉メンバ募集の叫びを見て参加した泉ツアー。集合場所に着いてみれば2PTの大所帯でした。くろねこは泉なのでしこたまミニポを抱え込み、ふくれあがったWTをカバーするためナピオン・ダーク2個装備で望みました。</p>\r<p>それでも、かなりくろねこ足が遅い。皆さんにかなり取り残される場面が多かった。<br />\r追いつく場面といえば、敵がたまっていて足止めを食らうようなケースが多い。そんなときはみな効率良く倒すために範囲攻撃で集団に対して面で攻撃する。くろねこも、ファイアスウィングで集団に対して面で攻撃していた。</p>\r<p>くろねこ追いついては範囲で攻撃して最後の掃除をするって感じ。それを繰り返していると悲劇は起こった。</p>\r<p>前線が敵と交戦中、その迎え撃つ敵襲団の中に奴はいたらしい。くろねこがFSで攻撃する直前奴の戯れ言がチャットウィンドウに入っていた...</p>\r<p>次の瞬間くろねこが浮いていた...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070916_1551_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"309\" src=\"http://www.blackcat.xyz/images/articles/xo070916_1551_1.png\" alt=\"\"></a><br />\r奴だ...ねこの攻撃範囲に奴がいたんだ...</p>\r<p>奴の名は...取扱注意...通称カボチャ...</p>\r<p>BOTで無くてもやられるって、運営の罠だよね....こんなところで浮くって思ってなかったので当然デスペナは10%。今日は133 - 20%迄いけるな～と思てた矢先の出来事。萎えるなぁ。</p>\r<p>大勢でカボチャがいることが見分けが付かないような場合、LGを装備した方が良いのかな？</p>',1,3872,0,6,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070916_1551_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070919_0004',3,0,'2007-09-19 00:04:01','09/16 枯れた生命力の泉 フォルネオシ討伐',null,'<p>09/16に行われた枯れた生命力の泉でのフォルネオシ討伐様子です。</p>','<p>いつ見てもくろねこってしょぼい<br />\r\r<embed type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/Windows/MediaPlayer/\" src=\"http://www.blackcat.xyz/images/library/Media/xo20070916izumi.avi\" width=\"320\" height=\"240\">&nbsp;</embed>\r</p>',1,1222,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:58','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('070919_GeeklogPermission',2,0,'2007-09-19 20:21:24','何で編集できないかな？',null,'<p>何で編集できないのかな？</p>\r<p>話題の編集権限、記事の編集権限と記事の特別なグループはユーザが属してるグループに含まれてるのに？</p>','<p>一つずつ確認していきました。</p>\r<p>グループ権限で編集したい際に、必要な設定</p>\r<ul>\r    <li>話題のアクセス権限グループに、ユーザが所属するグループが登録されている。もしくはユーザがTopic Adminである。</li>\r    <li>グループの編集権限RとEにそれぞれチェックがある</li>\r    <li>記事のアクセス権限グループに、ユーザが所属するグループが登録されている。かつユーザがTopic Adminである。</li>\r    <li>グループの編集権限RとEにそれぞれチェックがある</li>\r</ul>\r<p>で、問題なく編集できると思うのですが....</p>\r<p>静的ぺージの際には話題の権限は不要ですね。ただのプラグインなので意思の統一がなされていないのでしょうかね？</p>',1,4128,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:48','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070920_2115',3,0,'2007-09-20 21:15:51','09/20 今日のメンテ',null,'<p>今日のメンテは...</p>\r<ul>\r    <li>ペット強化システム</li>\r    <li>リサイクルシステム</li>\r</ul>\r<p>あと、モンスター退治イベントがあるけど...</p>','<p>ペット強化システムは...いつかクルト思ってたけど...詳細は不明</p>\r<p>「シルキオン」、「シリウスの星」を持った状態で錬金術師に話しかけるとペットの強化をしてくれるようだ。失敗するとペットがお亡くなりに...今のところペットのお手伝いは、攻撃、魔法攻撃、防御、ディレイの軽減までは確認。</p>\r<p>とまぁ、ここまではフツーのゲームにありがちな部分。しかし、これはゼネピック。これで終わるはずがない。アイテム「ビブリウムR」とやらを持参すると強化失敗してもペットがお亡くなりにならないという仕様。強化成功率を上げる課金もあって、それぞれMAX状態だと1100XPになる。やはりゼネピックあの手この手で儲けに来ます。</p>\r<p>リサイクルシステムは、今まで出たガチャの要らない装備をリサイクルシステムのよう。すんなり交換してくれるわけではなくて、まず装備をミニゲームの利用券10枚と交換(期限付き装備だと１枚)。１枚で一回ミニゲームができて５匹のポヨを降らせることが出来る。降ってきたポヨがアイテムのゲートを通過することでそのアイテムがもらえるわけだが...この確率それぞれ何％なんだろう。ねこの場合ポーションがそれぞれ30%ずつ、クーポンが40%だった。次にこのクーポン50枚でリサイクル専用ガチャがもらえて装備を出すと。100%装備が出るんだが、装備から装備の交換レートは40％ということか....</p>\r<p>お得なのかお得でないのか...</p>\r<p>このためにガチャ回す人間も増えそうだな....運営のねらいはここか...</p>\r<p>まぁ、このガチャのおかげで、今までの装備は一気に陳腐化した....<br />\rR.天使の羽：攻撃+30、R.スポーツゴーグル：防御+50、クリティカル+2...これ、ほしいなぁ。</p>\r<p>くろねこの要らない装備って、いくつかあったよなぁ...7個くらいはあったな....</p>\r<p>街に帰ったら試してみよう！</p>\r<p>ちなみに、でたらいいなぁと思う装備</p>\r<ul>\r    <li>頭：R.鹿の角(攻撃+20、攻撃速度+0？)</li>\r    <li><strong>目：R.スポーツゴーグル(防御+50、クリティカル+2)</strong></li>\r    <li>顔：特に欲しいのはないけど強いて言うなら<br />\r    R.首領の葉巻(HP回復+50、MP回復+20)</li>\r    <li><strong>背：R.天使の翼(攻撃+30)</strong></li>\r</ul>',1,3153,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:34','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo070921_2134',3,0,'2007-09-21 21:34:40','09/21 リサイクルやってみた',null,'<p>やってみたけど....</p>','<p>やっぱりくじ運がなかった...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo070921_2134_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"115\" src=\"http://www.blackcat.xyz/images/articles/xo070921_2134_1.png\" alt=\"\"></a><br />\r魔法攻撃+5 ってなんですか...<br />\rちなみに、回したのはBです！</p>\r<p>そのあと回してみたら...</p>\r<p><embed width=\"425\" height=\"350\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/96BQ1LTLOoM\"></embed></p>\r<p>&nbsp;</p>',1,2608,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo070921_2134_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070923_1350',3,0,'2007-09-23 13:50:28','09/23 くろねこ レベル134',null,'<p>くろねこも、あと少しで範囲マスター♪</p>\r<p>後100%がんばるよ～♪</p>','<p>くろねこの羽の瞬間は...<br />\r<img width=\"400\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo070923_1350_1.png\" alt=\"\"><br />\rこんな感じ、みんな集まりすぎて誰が上がったのかさぱーり。</p>\r<p>動画：</p>\r<p><embed width=\"425\" height=\"350\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/baot7qUuOzM\"></embed></p>\r<p>&nbsp;</p>',1,2390,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070924_2228',3,0,'2007-09-26 22:28:07','09/24 あぁ...浮き浮き!!!',null,'<p>今日も朝から浮き浮き....</p>\r<p>ねぇ、どうしたらいいの？</p>','<p>朝から絶望でチャットしながら、狩り場に急ぐくろねこ。<br />\r急いで、いつもは全部倒していくモンスターを倒さずに通過を試みて....<br />\r最初は調子が良かったんだけど....<br />\r<img width=\"350\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070924_2228_1.png\" alt=\"\"><br />\rやはりというか、いつも通りでしたね。</p>\r<p>その後も、ニードルの８連発をうけて....あひゃっ！</p>',1,2530,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20070926_gas_stop',3,0,'2007-09-26 22:39:54','あれ？ガスがでない？',null,'<p>なんでガスがストップしてしまったのかな？</p>\r<p>ちゃんとガス料金も払ってるぞ？</p>','<p>ガス販売事業者の「草津栗東ガス事業」に電話してみた。</p>\r<p>ガスメータを見ろと。その上でガスメータの赤いランプが点滅している旨を報告したら、黒いボタンを押して赤いランプが消えるから１分後にガスをつけてくれと。</p>\r<p>でも、なんで止まったんだ？</p>\r<p>詳細な説明を希望しても納得がいく説明が帰ってこない。<br />\r「最近のメータはちょっとした衝撃で止まるから...」<br />\r隣も同じで止まってないんですけど？</p>\r<p>しつこく理由を問い合わせたら今から来るってさ。</p>\r<p>で、来たけど、結局同じことばかり繰り返してた。「車でも止まるでしょって」止まったらディーラーに説明を聞かないか？って言ったけどまた同じことを繰り返してた....お年寄りは...販売してる機器の説明も出来んのか...</p>\r<p>その後、ガスの管理会社から電話がかかってきて話をしたらある程度納得できる回答が得られたぞ。昨対比(年とか月とか)で使用量が増えると止まるケースに当てはまるのではないかと。季節の変わり目だから、昨月対比で使用量が伸びたんでしょうな。親父が言ってた「衝撃では...」あっけなく否定されましたが。ガス使用中は衝撃で止まることがあるが、使用していないときにはそのような理由で止まることはないらしい。</p>\r<p>まあ、安全なら良いのですが。</p>\r<p>安全性の説明が出来ないガス販売会社など要りません。</p>',1,3356,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:25','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070927_2203',3,0,'2007-09-27 22:03:22','09/27 やっぱりくじ運無し・・・',null,'<p>今日も、ガチャを回してみました。</p>\r<p>使用済みのホバストーンと、先日もらった「素早さの珠」を交換に出して11枚のミニゲーム利用券をいただいて...</p>','<p>またリサイクルガチャBを回してみました。ねらうはR.天使の羽です。</p>\r<p>がちゃがちゃがちゃ....</p>\r<p>(つд&sub;)ｴｰﾝ...でたのは...R.パンダさんヘッド(最大HP+100)でした...いらない...</p>\r<p>\r<table width=\"400\" cellspacing=\"1\" cellpadding=\"1\" border=\"1\">\r    <caption>今までリサイクルガチャででた装備</caption>\r    <tbody>\r        <tr>\r            <th>№</th>\r            <th>装備</th>\r            <th>効果</th>\r        </tr>\r        <tr>\r            <th>1</th>\r            <td>R.ぐるぐるめがね</td>\r            <td>魔法攻撃+5&nbsp;</td>\r        </tr>\r        <tr>\r            <th>2</th>\r            <td>素早さの珠</td>\r            <td>素早さ+5</td>\r        </tr>\r        <tr>\r            <th>3</th>\r            <td>R.パンダさんヘッド</td>\r            <td>最大HP+100</td>\r        </tr>\r    </tbody>\r</table>\r</p>\r<p>もはや、ここまで来たら呪われているとしか思えません。</p>\r<p>気を取り直して、ガチャ500Bを回してみたら....(ヒーローマントねらい)<br />\r「聖なる精力の心3」でした。欲しいのはでないですね...</p>',1,2465,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070927_2322',3,0,'2007-09-27 23:22:26','09/27 1日2浮きペース？',null,'<p>はぁ、いつの間にか安地からはみだしてしまいました。</p>\r<p>しかも、サブと多重しててめっちゃ重！さらにiTunesとかいろいろ動いてて重かったぁ...</p>','<p>-20%かぁ<br />\r<img width=\"400\" height=\"350\" src=\"http://www.blackcat.xyz/images/articles/xo070927_2322_1.png\" alt=\"\"><br />\r134になってから急速にあげる気力が....<br />\r気づいたとき、まだ半分ぐらいHPがあったから何とかなりそうだったんだけど、ペットがオートコレクト入ってたり、オーラーは切れてるし、ペットのディレイも切れてた。なんかひとつでも好転してたら浮かなかったかもね。</p>\r<p>今日はもうねるか</p>',1,2841,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:58','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo070930_2137',3,0,'2007-09-30 21:37:00','09/30 Zオーダーってあったのか？',null,'<p>前にも迷宮ダンジョンで通路に埋まったモンスターを見てはいたのだが....<br />\rなぜかゼネには、マップにZオーダー(上下方向の概念)が無いと思っていた。平たく言うとマップは平面で、立体的にみえるのはそのように見せかけているだけかと(立体にみえるような絵だと)思っていた。</p>\r<p>でも実は違うらしいのね....</p>','<p>今日見たモンスターの位置、数日前にもこの位置にはまっているモンスターを見たがSSに取れたのは今日が初めて。<br />\r<img width=\"400\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/xo070930_2137_1.png\" alt=\"\"><br />\r通常、橋の上に湧いて下には行けないのでこの座標には、上と下で存在できるポイントがあるようだ。といっても上から下には行けないし、この位置から動くと上に補正されちゃうようだが...</p>',1,3235,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:26','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071001_0006',3,0,'2007-10-01 00:06:21','10/01 クレとスカの三次はいつ？',null,'<p>画像は既に某サイトにアップされているようなので先週のメンテがそうだと期待していたのですが...</p>\r<p>延長ははそのためだと思ったら違ったようですね</p>','<p>某知り合いから送ってもらったクレとスカの三次画像と思わしきものです<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071001_0006_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"333\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo071001_0006_1.jpg\" alt=\"\"></a></p>',1,3910,0,2,'0000-00-00 00:00:00',1,'<a href=\"http://www.blackcat.xyz/images/articles/xo071001_0006_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('071004_honda_internavi',3,0,'2007-10-04 23:11:07','インターナビって中身はとっても非合理的',null,'<p>くろねこのフィット、8/29が車検の期限だったんですね。その数ケ月前に車検の案内のはがきが来ていたので、早期予約しておきました。早期予約は結構早く車検の3ケ月くらい前に行ったので、気になって1ケ月前にも電話でお願いしていたのですが、1週間ほど前になっても車を取りに来る日程の連絡がなかったので、確認してみたら忘れられていた頃に気づいた次第です。</p>\r<p>昨年の12ケ月法定点検時にエアコンのフィルタを交換して欲しいとお伝えしていたのですが、忘れられていてそのときには在庫もなく今回に持ち越された訳なのです。今回も車検の担当者には忘れられていたんですけどね。車検の&hellip;というのは、電話で頼んだくろねこの担当者はちゃんとフィルタを取り寄せて置いてくれたらしいのですが、当日車検してくれた方がお忘れになられたようです。車検終了時に電話で連絡してくれたので、交換状況を聞いて忘れ物に気づいた次第です。在庫があって良かったです。</p>','<p>閑話休題。</p>\r<p>先日、その車検の代金をお支払いと車検時に取り外されていたナビのHDDを取りにディーラーまで行ってきたのですが...<br />\r地図があまり変わっていないようなのです。ディーラーに電話でお聞きしたのですが、わからないとのことなので調べて後日ご連絡をくださるとのこと。後日、くろねこも空き時間を利用して交換されたHDDの内容を確認していました。<br />\r確認したのはホンダインターナビプレミアムクラブのマイページからなのですがくろねこのHDDの内容はver.10.10というバージョンのようです。収録された一般道路の更新時期は～06/03だそうです。ちなみに高速道路は～06/04、VICS情報に至っては05/11現在の情報だそうです。<br />\rかなり古い情報なのですね。何でこのように古いデータに書き換えされるのか、インターナビプレミアムクラブサポートセンターに問い合わせてみました。担当してくれたのはかなり若いお兄さんだと思われます。<br />\rまず、事実の確認から行います。上記の内容が正しいのかどうか、また～06/03というような範囲があるので開始はどこなのかそのあたりを聞いてみると意外な事実が発見されました。</p>\r<p>インターナビ用のデータが出来るまでを簡単に記すと以下のようになることがわかりました。</p>\r<blockquote>\r<p>ゼンリン&rarr;インターナビ用のデータを入力&rarr;検証&rarr;出荷</p>\r</blockquote>\r<p>ここはいたって普通の流れです。問題はこの次の話からわかりました。「入力から検証まで1年半かかるのでしょうか？」、「道路開通からデータ人力/検証まで1年半かかるとすると、先日発表された10分で道路更新されるというサービスは1年半前の道路開通情報が10分で更新されるという理解でよろしいでしょうか？」と聞いてみたのですね。ちなみに後者は新型フィットに搭載のインターナビの事なのですが、それはまた違ったデータで且つ主要道路のみだと言うことらしいです。主要道路のみというのは問合せ前から知っていたこ<br />\rとなのですが、「違うデータ」というのが気になりました。<br />\rどうゃら、さらに突っ込んで問い合わせたところ、車種と時期で数種類のナビデータを作成/検証しているらしいのです。これは問題です。6種類作ったら6種類検査しないといけないのですから、単純に考えて1種類に比べて6倍時間がかかるのですよ。<br />\rここで、担当のおにーさんに余計なお節介を。「パソコンのプログラムでもデータでも互換性ってありますよね。パソコンを買い換えても前のデータは使えるじゃないですか。ナビのデータはなぜ１つにしないのですか？１つにすれば一回の人力と検査で済むから期間が短くて済みますよね。」「私としては最低でも６ケ月、出来れば３ケ月くらい前の情報であって欲しいと思うのですが...」などなど<br />\rお話ししてしまいました。そのほか、「最近Bluetoothで通信を始められてますけど、Bluetoothってそのうち無くなるかもしれませんよ？今後はワイヤレスUSBに変わると思いますが、モジュール化してないから、他社の変換アダプタが出るまで待たないといけ無くないですか？出来れば他社のアダプタではなくホンダで用意して欲しいのですが。そうすればつながらなかったときにたらい回しになることはないですし...」って言っちゃいました。<br />\r率直な体験に基づく感想なのですが、担当してくれたお兄さんは感心しながら、相づちを打って聞いてくれました。<br />\rユーザの意見として上申してくれるそうです。</p>\r<p>って、モジュール化って3年前にアンケートはがきにも書いたし、サポートにもお話しした内容なのですがどうやら、ご理解いただけなかったのか、もしくは軽んじられたのでしょうか？非常に残念ですね。</p>\r<p>ホンダ、車は及第点をあげたいのですが、電装開係はまだまだといった感じです。</p>\r<blockquote>\r<p>車本体も壊れすぎるクラッシヤブルゾーンが個人的に気になります。「こすちゃった」でバンパー交換って...バンパーと本体とつなぎ合わせているねじ部分のバンパー側の穴が切れちゃうからなのですが、もうちょっと考えて欲しいです。<br />\r多少かっこ悪くてもそのまま乗っていると思うんだけど外れもゃったらね。</p>\r</blockquote>',1,7995,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071004_2339',3,0,'2007-10-04 23:39:00','10/04 スカウターとクレリックの三次はやってきませんでしたが...',null,'<p>スカウターとクレリックの三次はやってきませんでしたが、実装したのでは？と思えるほどのバグを実装してきたようです。運営がやることが無かった昨年に良く取っていた作戦をまた実行に移したのか？</p>\r<blockquote>\r<p>バグの実装(故意A) &rarr; メンテ(と言いつつちゃっかりバグB実装) &rarr; 不具合(A)の修正告知 &rarr; 不具合Bに気づいて修正(またもや...) ※繰り返し</p>\r</blockquote>\r<p>上記サイクルは、昨年からゼネをしているユーザはみんな知ってますよね。</p>','<p>今回は...</p>\r<blockquote>\r<p>マップにモンスがいなくなって緊急メンテ</p>\r</blockquote>\r<p>メンテ終了後&hellip;</p>\r<blockquote>\r<p>今度はドロップが出なくなって緊急メンテ</p>\r</blockquote>\r<p>何を考えてるんでしょうね。</p>\r<p>すでに、スカウターとクレリックの三次は実装したけど、アクティブになってないだけ？というのは考え過ぎかな？</p>',1,3188,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:14','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071006_1643',3,0,'2007-10-06 16:53:52','10/06 くろねこ レベル135',null,'<p>くろねこがようやくLv.135になりました。<br />\rあーしんど...浮きまくったおかげで前回の倍くらいしんどかったです。</p>\r<p>今回は、金狩りPTメンバのじいいこさん他とギルドのまりにあが見に来てくれました。<br />\r最後の一撃はモンスターの固まりをはにで一撃の予定だったのですが果たして...</p>','<p>レベルアップの瞬間：<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071006_1643_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"500\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo071006_1643_1.png\" alt=\"\"></a></p>\r<p>動画：</p>\r<p><embed width=\"425\" height=\"350\" type=\"application/x-shockwave-flash\" quality=\"1\" loop=\"loop\" src=\"http://www.youtube.com/v/biG2kUBlAbw\"></embed></p>\r<p>&nbsp;</p>\r<p>レベル135になると、ファイアスイングLv.4が習得可能。<br />\rで覚えてきました!!<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo071006_1643_2.png\" alt=\"\"></p>\r<p>ステ振りは精神に+2して、力+100、精神+80になりました。<br />\rピンダウンのモンスターが、ファイアスウィングで1撃になった!!!<br />\rただし、プリ121&uarr;のヴァイタリティとフォースハンドが必要ですが...</p>',1,2964,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071006_1643_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:27','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071007_1718',3,0,'2007-10-07 17:18:06','10/07 くろねこはバインディングLv.4を覚えた!!!',null,'<p>いや～、ようやく入手できましたよ、バインディングLv.4。</p>\r<p>入手ポイントは、[staticpage:]ベングル谷[xo_map173]でした。スキルブックを取りに泉に向かっている最中だったのですが、なかなかの幸運でしたね。モンスターを倒していたら、いきなりチャットウィンドウに見えたので...</p>','<p>しかし、Enjoyさんの攻撃力は半端じゃないですな...反則もんだ....<br />\r<a href=\"http://www.blackcat.xyz/images/articles/200707_1718_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"333\" src=\"http://www.blackcat.xyz/images/articles/200707_1718_1.png\" alt=\"\"></a><br />\r再召還無しでボスを倒しちゃったよ...</p>\r<p>何か早々にみんな落ちたので、リブだけしてブリに帰って覚えに行きました～。<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/200707_1718_2.png\" alt=\"\"><br />\r今回も、ブリのこのおじいさんに....<br />\rしかし、美しい女性に手取り足取り教えていただきたいものですな。</p>',1,2566,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/200707_1718_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071009_2040',3,0,'2007-10-09 20:40:00','10/09 1日90%しか上がってない!!!',null,'<p>昨日は頑張ってレベル上げしましたが....</p>\r<p>羽のSSを取るのには失敗しました。(/・_・＼)ｱﾁｬｰ・・<br />\r昨日11：20頃から狩り始めて・・・今朝7時過ぎに起きて出勤前にもうちょっと頑張って...</p>','<p>狩り始める前<br />\r<img width=\"140\" height=\"80\" src=\"http://www.blackcat.xyz/images/articles/xo071009_2040_1.png\" alt=\"\"><br />\r昨日寝る前<br />\r<img width=\"140\" height=\"80\" src=\"http://www.blackcat.xyz/images/articles/xo071009_2040_2.png\" alt=\"\"><br />\r今朝<br />\r<img width=\"140\" height=\"80\" src=\"http://www.blackcat.xyz/images/articles/xo071009_2040_3.png\" alt=\"\"></p>\r<p>途中、オブルルクでアヴェニスとかいうログにインクリをなすられたり、久々にINしたkou0822さんに出会ったり、いろんなコトがあった一日でした。</p>\r<p>朝もっと早く起きたら、昨日だけで1レベルアップいけたかなぁ？<br />\r取りあえず、1レベルアップでした♪<br />\r<img width=\"400\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo071009_2040_4.png\" alt=\"\"></p>',1,2680,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:49','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('071010_call_price_by_kddi',3,0,'2007-10-10 19:48:28','KDDI新料金発表～安くなったのかな？',null,'<p>詳細な内容は下記の内容を参照していただくとして、結論から言うとある程度電話を掛けるユーザにとっては全然安くはない。<br />\r下記の資料からケータイの販売奨励金は￥21,000-（税込）だとわかるが、　「フルサポートコース」と「シンプルコース」の料金を比較してみよう。</p>\r<p>シンプルコースにはプランLとSのみなので、フルサポートコースの同じ名称のコースが対応すると仮定して比較する。<br />\rただし、フルサポートコースには無料通話がついているので実質基本料金と通話料で比較したい。また、今後フルサポートコースを選択する者は誰でも割に加入するだろうから加入したことを前提として比較する。</p>\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"400\" border=\"1\">\r    <caption>プランL</caption>\r    <tbody>\r        <tr>\r            <th>コース</th>\r            <th>基本使用料/月</th>\r            <th>通話料</th>\r            <th>無料通話分</th>\r            <th>実質基本使用料/月</th>\r            <th>通話料（1分）</th>\r        </tr>\r        <tr>\r            <th>フル</th>\r            <td>4,987</td>\r            <td>12.6円/30秒</td>\r            <td>6,615</td>\r            <td>-1,628</td>\r            <td>25.2</td>\r        </tr>\r        <tr>\r            <th>シンプル</th>\r            <td>2,625</td>\r            <td>10.5円/1分</td>\r            <td>0</td>\r            <td>2,625</td>\r            <td>10.5</td>\r        </tr>\r    </tbody>\r</table>\r<table cellspacing=\"1\" cellpadding=\"1\" width=\"400\" border=\"1\">\r    <caption>プランS</caption>\r    <tbody>\r        <tr>\r            <th>コース</th>\r            <th>基本使用料/月</th>\r            <th>通話料</th>\r            <th>無料通話分</th>\r            <th>実質基本使用料/月</th>\r            <th>通話料（1分）</th>\r        </tr>\r        <tr>\r            <th>フル</th>\r            <td>2,467</td>\r            <td>16.8/30秒</td>\r            <td>2,100</td>\r            <td>367</td>\r            <td>33.6</td>\r        </tr>\r        <tr>\r            <th>シンプル</th>\r            <td>1,050</td>\r            <td>15.75円/30秒</td>\r            <td>0</td>\r            <td>1,050</td>\r            <td>31</td>\r        </tr>\r    </tbody>\r</table>','<p>基本使用料だけみると、毎月プランLで5,253円、プランSで683円も高い。<br />\r普通、端末価格がシンプルコースの方が高いのだから基本使用料が安くても良いと思うのであるが、話して元を取れということか。通常話すのであればプランが上位の方が基本的にお得なので、プランLに絞って考えてみると</p>\r<blockquote>\r<p>（毎月の基本使用料の差額&times;24＋販売促進費分）&divide;（フルサポートコースとシンプルコースの通話料の差額）<br />\r＝（5,253 &times; 12 + 21,000）&divide;（25.2 － 10.5）<br />\r＝84,036&nbsp;&divide;&nbsp;14.7 ≒ 5,716分 ≒ 238分/月 ≒ 4時間/月</p>\r</blockquote>\r<p>ということで、毎月4時間も話さなければシンプルコースを選択する意味がない。毎月4時間以上話す方であればプランLLコースも視野に入るであろうから、もっと話さないと元が取れない。<br />\rさらには、シンプルコー芦ではポイント制度もないのでさらに差は広がる。<br />\rシンプルコースの意義としては、ほぼ持ち受け専用のユーザが同コースのプランSを選択する程度で、プランLに至っては存在意義すら<br />\rない。</p>\r<p>さらには、データ通信カード専用コースにもフルサポート/シンプルの両方のコースが提供されるが、そもそもパケットに割引はない。<br />\rパケット代には基本料金組み込まれたに販売奨励金の原資の消化と言う概念はないのだろうか？<br />\r携帯電話各社にはパケット代を下げる気は毛頭なさそうだ。</p>\r<p>今回の料金体系発表でわかること、<em>「総務省なんか知ったこっちゃね～。俺らは金さえ儲かればいいんだよ♪そのために、今の料金体系を変えるつもりはないね」</em>といったところでしょうか？</p>\r<p>だから、販促費込みの通話料金もパケット料金も変わらないんですね♪今回の発表はただのパフォーマンスです。</p>\r<p>□参考資料<br />\r<a href=\"http://www.kddi.com/corporate/news_release/2007/1004/besshi.htm1\">KDDI会社情報:ニュースリリース〉「au買い方セレクト」の提供について<br />\rKDDI会社情報:ニュースリリース〉「au買い方セレクト」の提供について〈別紙〉</a><br />\r<a href=\"http://www.kdd1.com/corporate/news_release/2007/1004/pdf/besshi.pdf\">「au買い方セレクト」全容（168KB）</a></p>',1,4806,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.kddi.com/corporate/news_release/2007/1004/besshi.htm1\">KDDI会社情報:ニュ...</a>\n<a href=\"http://www.kdd1.com/corporate/news_release/2007/1004/pdf/besshi.pdf\">「au買い方セレクト」全容（168KB）</a>',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('071010_NVBTH-CGH',3,0,'2007-10-10 23:12:46','ホンダインターナビにブルートゥース接続アダプタが!!!(NVBTH1)',null,'<p>アイ・オー・データ機器からBluetooth機能非搭載カーナビヘBluetooth機能を搭載するBluetoothユニット！(NVBTH-CGH)が発売されたようだ。</p>\r<p>くろねこはフィットのインターナビとauのW54T間をホンダ純正通信カーナビ用au 1xWIN接続アダプタ｢NVCDMA-1XW｣という接続アダプタで接続しているが、携帯電話周りが結構かさばるので何とかしたいと思っている。かさばるのはなぜかというと、通常であればインターナビとケータイ間はケーブル一本で済む。しかし、純正の状態では1xWINに対応していないため上記の接続ユニットが必要となる。接続ケーブルが太くて堅さがあるため取り回しかしづらいことに加えて、接続ユニットの電源はシガーライターソケットから取ることになっているためにその結線もしないといけない。これが結構はずれやすい。なので置く場所が限られる。さらには純正ではケータイに充電が出来ないのであるが、充電するために｢KDDI純正DCアダプタCDMA 1xWIN DCアダプタ｣が必要。</p>\r<p>しかし、接続アダプタがシガーライターソケットを占有しているため、アクセサリーソケット分配機(シガーライターソケットの分配機)が必要となる。ケータイ1つだったところに、接続アダプタと分配機で結構かさばる上にコードも2本増えてかなりぐちゃぐちゃ。</p>\r<p>まとめると、機器は...</p>\r<ol>\r    <li>ケータイ</li>\r    <li>TELコード</li>\r    <li><strong>接続アダプタ</strong></li>\r    <li><strong>アクセサリーソケット分配機</strong></li>\r    <li><strong>CDMA 1xWIN DCアダプタ</strong></li>\r</ol>\r<p>ケーブルは...</p>\r<ol>\r    <li>ナビ&hArr;接続アダプタ</li>\r    <li><strong>接続アダプタ&hArr;ケータイの通信ケーブル</strong></li>\r    <li><strong>アクセサリーソケット分配機&hArr;接続アダプタのDCケーブル</strong></li>\r    <li><strong>CDMA 1ｘWINDCアダプタ&hArr;ケータイのDCケーブル</strong></li>\r    <li><strong>シガーライターソケット&hArr;アクセサリーソケット分配機のケーブル</strong></li>\r</ol>\r<p>結構増えたな...(太字部分が増えた)</p>','<p>この状態を解決するための画期的なアイテムに写ったのが、ブルートゥース接続ユニット(NVBTH-CGH)なのであるが、どうやらフィットは対象外らしい。対応車種はエディックス/エリシオン/オデッセイのみとのこと。<br />\rフィットで使用できる接続ユニットはただいま開発中で、年内に開発が完了する予定らしいのであるが...</p>\r<p>どんなものが出来るのか予想するか/め、ブルートゥース接続ユニット(NVBTH-CGH)を見てみると、このユニットはPDC方式のTELコードで接続するらしい。このため、PDC方式の通信違度9,600bpsに制限されるらしい(<strong>データ通信違度回線交換9600bps</strong>※1(DOPaバケット通信28.8Kbps非対応))。インターナビ自体はau電話との接続した際には、<strong>パケット通信可能で144kbps</strong>の通信違度が出せるのであるから、わざわざ、PDC用のTELコードを使う必要はないのだ。たぶんPDC用のTELコードが標準添付でau用の｢ハンズフリーTELコードau用｣はオプションだからなのだろうが、わざわざ遅いコードを使う必要は無いんじゃないだろうか？</p>\r<p>ここまで書いて、あることに気づいた。<br />\r回線交換方式と言うことは音声通信なのでau電話でも通信費が無料通信分に入るのかな？パケットだとEZフラットにも入らないので完全従量課金なのでこれはひょっとしてお得なんじゃ？</p>\r<p>インターナビの一回の通信パケットサイズは以前サポートにお開きして、状況によって変化するがワーストケースで144kB程度だったと記憶している。<br />\rケータイーカーナビ間が9,600bpsで実効70%で計算すると下記のようになる。</p>\r<blockquote>\r<p>144kB＝144&times;1024&times;8bit＝1,179,648bit<br />\r1,179,648bit&divide;(9,600bps&times;0.7)≒175.5秒≒3分</p>\r</blockquote>\r<p>3分待てるかどうかは、微妙だな...<br />\r渋滞の時にカーナビで迂回路を探すときなどのケースを考えると、渋滞でデータも多いだろうから時間もかかるだろうし、3分なんて待てない。<br />\rちなみに、au電話ケーブルだったらどうなるんだろう。計算してみよう</p>\r<blockquote>\r<p>1,179,648bit&divide;(144&times;1000&times;0.7)≒11秒</p>\r</blockquote>\r<p>やはり、桁が違うな。実際には回線交換もつなぐ、切るなどの動作があるためもうちょっと長くなるのだが(auで体感30秒くらい)、街乗り3分はきついだろ？遠出なら許せるかもだけど</p>\r<p>※1:カーナビのPDC用ケーブルを使うことにより、本製品とカーナビ間の通信違度がPDC(mova)と同等になるため、FOMA端末に表示される通信違度とは異なります。</p>\r<p>□商品情報のページ<br />\r<a href=\"http://www.iodata.jp/prod/mobile/keitai/2007/nvbth/index.htm\">http://www.iodata.jp/prod/mobile/keitai/2007/nvbth/index.htm</a></p>',1,14101,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.iodata.jp/prod/mobile/keitai/2007/nvbth/index.htm\">http://www.iodata.jp/pr...</a>',0,1,1,0,0,'1999-11-30 00:00:09','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('2007101023361912',2,0,'2007-10-10 23:36:19','Geeklog 1.4.1 2007/09/25修正分まで適用','','<ol>\r<li><a title=\"クリックして，ダウンロードしてください: geeklog_jp_1.4.1_20070925_update.lzh\" href=\"http://www.geeklog.jp/filemgmt/visit.php?lid=242\" target=\"_blank\">Geeklog 1.4.1日本語版(2007/09/25修正分のみ)</a>&nbsp;を適用</li>\r<li><a title=\"クリックして，ダウンロードしてください: fckeditor_2.4.3r1_1.4.1.zip\" href=\"http://www.geeklog.jp/filemgmt/visit.php?lid=212\" target=\"_blank\"><strong><span style=\"color: #446666;\">Geeklog 日本語環境用　FCKEditor_2.4.3</span></strong></a>を提供</li>\r</ol>','',1,3,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.geeklog.jp/filemgmt/visit.php?lid=242\">Geeklog 1.4.1日本語',0,1,-1,-1,10,'1999-11-30 00:00:39','html',0,0,'','',0,2,3,3,2,0,0);
INSERT INTO `bc_stories`VALUES ('xo071012_0817',3,0,'2007-10-12 08:29:54','10/12 朝の書庫は大変',null,'<p>朝の書庫は大変だ！</p>\r<p>昨夜は人が多かったので、今朝からまりにあと書庫で部品を探し始めた。<br />\r最初の通路を曲がったところで、青クロックを見つけたのを皮切りに、出るわ出るわ!!!これでもか～って言うくらいに。</p>\r<p>ちなみに、くろねこ足以外無課金なので赤クロックにはかろうじてバインディングが効くが、青クロックにはさっぱりです。そんな状況で、青クロックと一定の距離を保ちアトラクションで召還を出し、倒すのは至難の業。まりにあのFDは効くけど、まりにあが逃げる方向には他のクロックが次から次へとほぼ連続6匹倒しました。所要時間は、15分くらいか？</p>','<p>MPを回復する暇もなく、襲いかかる青クロック。赤クロックと青クロックなら、赤クロックをバインして青クロックだけ選別だけど、青クロック2匹なら、一匹ずつ担当今回はそれに赤クロックと3匹来たけど、追跡のしつこさの違いにより赤クロックは脱落。</p>\r<p>青クロック1匹をまりにあに任せておいて青クロックを倒していたら...どこからとも無くやってきた赤クロック2匹。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071012_0817_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo071012_0817_1.png\" alt=\"\"></a><br />\rちなみに青クロックは左側の壁の裏にいます...</p>\r<p>タイミングを外して至近距離で召還を出したりして、結構危なかったり...しかし、何度か範囲攻撃してるけど、召還を出してないクロックに当たらなくて良かった。何度当たったと思ったことか...<br />\r今朝は、合計1時間くらいで11匹倒したけど、1セットしか取れなかった；；</p>\r<p>追記<br />\r帰宅後も、同様に回って赤と青2匹ずつ倒して、1セット(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!。しかし、青クロックを倒すときにはLGを付けたい気分。</p>',1,2736,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071012_0817_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo071012_2224',3,0,'2007-10-12 22:24:44','10/12 リシェ レベル80',null,'<p>リシェがようやく壊れない時計が装備できるLv.80になりました。(^^)//&quot;&quot;&quot;&quot;&quot;&quot;パチパチ</p>\r<p>しかし、くろねこの時と違ってさくさく上がる感じですね。平日でも30～40%位上がるのが全然違います。ちなみにくろねこの時にはほぼフル課金(無いのは魔法攻撃と魔法防御くらい)だったのですが、リシェの場合は経験値2.5倍と魔法攻撃のみ。</p>\r<p>効率の良さはダントツで後衛でしょうか</p>','<p>羽、今日はひとりで！<br />\r<img width=\"400\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo071012_2224_1.png\" alt=\"\"></p>\r<p>まず時計を作ったのですが...マジカルクロックとスーパーマジカルクロックは、時計の針の向きが違うんですね。針の向きが違うせいかスーパー～のほうが明るく見えます。<br />\r<img width=\"40\" height=\"80\" src=\"http://www.blackcat.xyz/images/articles/xo071012_2224_2.png\" alt=\"\"><br />\r※上がマジカルクロック、下がスーパーマジカルクロック</p>\r<p>後衛は、課金の効率だけでなく時計の精錬も効率が良くて、20個/1個/15個と合計で50個使ってなかったですね。</p>\r<p>そのあと、スキルブック販売員からスキルブックを買って、じいさんの所に...ヒールLv.6のスキルブック買いすぎました。<br />\r誰かいりませんか？<br />\r<img width=\"183\" height=\"76\" src=\"http://www.blackcat.xyz/images/articles/xo071012_2224_3.png\" alt=\"\"><br />\r覚えたスキル？<br />\r<img width=\"270\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo071012_2224_4.png\" alt=\"\"></p>',1,2856,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:50','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('xo071013_2259',3,0,'2007-10-13 22:59:58','10/13 リシェ レベル81',null,'<p>1日1レベルアップのぺースですな～</p>\r<p>明日も羽が見れるのかな？今日もうちょっと頑張って、100%稼ぐぐらいあげておかないと苦しいだろうな。</p>\r<p>というわけでもうちょっと頑張ります。朝22%だったのでその近辺まで・・・</p>','<p>リシェ81の羽<br />\r<img width=\"400\" height=\"550\" src=\"http://www.blackcat.xyz/images/articles/xo071013_2259_1.png\" alt=\"\"></p>\r<p>今回覚えたスキル<br />\r<img width=\"270\" height=\"260\" src=\"http://www.blackcat.xyz/images/articles/xo071013_2259_2.png\" alt=\"\"></p>',1,2573,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071014_2150',3,0,'2007-10-14 21:50:00','10/14 リシェ レベル82',null,'<p>リシェ3日連続のレベルアップとなりました。</p>\r<p>この調子で明日もレベルアップしたいところですが、明日は検診のため今夜も早めに落ちたりと、ちょっとむずかしいかな？</p>','<p>リシェ82の羽です。<br />\r<img width=\"400\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo071014_2150_1.png\" alt=\"\"></p>\r<p>魔力は85で置いておいて、精神に+1しました。</p>',1,2279,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071015_2112',3,0,'2007-10-16 08:00:21','10/15 4日連続レベルアップはむずかしかった～',null,'<p>金曜からの1日1レベルアップは3日で終わっちゃった～；；</p>\r<p>暫く無課金で83迄あげて、そのあとはくろねこに戻るために休憩。</p>\r<p>また戻ってきてプリを目指す日は来るのかな？</p>\r<p>経験値2.5 3Dが切れたとき<br />\r<img width=\"140\" height=\"80\" src=\"http://www.blackcat.xyz/images/articles/xo071015_2112_1.png\" alt=\"\"><br />\rちなみに、昨日は80%迄あげましたっ！</p>','<p>それにしても、新ペットクエの「経験値3.0 1D」は未だに届かないですね。</p>\r<p>本当に調査してるのかな？</p>',1,3141,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:04','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_dos00001',3,0,'2007-10-17 00:45:06','[DOS]ファイル内容によって分岐するバッチ',null,'<p>他のプログラムによって出力された内容によって処理の流れを変えたいことは、ままあることです。</p>\r<p>良くあるのはログの内容によっての処理内容の変更でしょうか？<br />\rそんな場合に役立つかもしれません。</p>','<blockquote>\r<p>: ファイル内容によって分岐するバッチ<br />\r: [bunki.bat]<br />\r:<br />\r: bunki.txt ファイルの内容によって分岐する<br />\r: OK が含まれる場合は SUCCESS、含まれない場合は FAILと表示<br />\r: 完全一致の場合には findstr の引数に /X が必要(行単位)<br />\r<br />\r@echo off<br />\rcls<br />\r<br />\rfindstr &quot;OK&quot; bunki.txt &gt; NUL<br />\rrem 部分一致の場合(行単位)<br />\rrem 完全一致の場合(行単位)<br />\rrem findstr /X &quot;OK&quot; bunki.txt &gt; NUL<br />\rif ERRORLEVEL 0 goto SUCCESS<br />\r:FAIL<br />\r&nbsp; echo &quot;FAIL<br />\r&nbsp; goto end<br />\r:SUCCESS<br />\r&nbsp; echo &quot;SUCCESS&quot;<br />\r:end<br />\rpause</p>\r</blockquote>',1,6736,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_dos00002',3,0,'2007-10-17 00:55:41','[DOS]ファイル内容を変数に設定する',null,'<p>ファイルの内容を変数に代入することで後々の処理に使用できます。</p>\r<p>ファイル内に書かれたファイル名を読み出して操作するということも可能ではないでしょうか？</p>','<p>TEXT.txt ファイルの内容を環境変数 ZZZ に設定します。</p>\r<blockquote>\r<p>for /F usebackq %%z in (`more TEXT.txt`) do (<br />\r&nbsp; set ZZZ=%%z<br />\r&nbsp; goto :EXIT_FOR<br />\r)<br />\r:EXIT_FOR</p>\r</blockquote>',1,9156,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071017_2237',3,0,'2007-10-17 22:37:30','10/17 リシェ レベル83',null,'<p>ようやく目標のLv.83に到達することが出来ました。</p>\r<p>暫くリシェは (つ&forall;-)ｵﾔｽﾐｰ です。リシェがお休みの間はくろねこの出番です。<br />\rしばらくは、持ってないマインドコンロールLv.2/4, ホーリークラッシュLv.4, ライトヒールLv.4,や三次職最終装備。そして、まりにあのサブの101レア装備やLv.2スキルブックを集めに行きたいなぁと。</p>','<p>リシェLv.83の羽。またもや押すのが早すぎました。連打したらきれいに取れるのかな？<br />\r<img width=\"400\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo071017_2237_1.png\" alt=\"\"></p>',1,2724,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071019_2322',3,0,'2007-10-19 23:22:03','10/19 ねこちゃういちゃった～～～～～',null,'<p>くろねこ、復活～♪</p>\r<p>そして、でろ～マイコンLv.2!!!<br />\rということでやってきました、[staticpage:xo_map168]!!このマップを通過中にlessonのWTが点滅。リトロヘド側の安置でlessonのサブへの荷物移動が終わるのを待っていると、いつの間にかビッグアップル側で行動を開始したらしく、ビッグアップル側に見に行くと、lessonが浮いていた。(荷物移動はしてなかったらしい)</p>','<p>再び、ビッグアップル側からリトロヘド側に戻ったとき、不幸は起こった。安置からはみ出ちまった・・・</p>\r<p>はみ出たら20匹くらいのモンスターに囲まれ、くろねこの善戦むなしく。ジュースも押してたのになぜか1個しか使用されていない...<br />\rまりにあも、ライトニングで応戦してくれたが、一発撃って安置に帰ってしまった(逃げないとタゲが全部来そうで・・・、今回は来なかったけど)。そして、くろねこは浮いた...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20071020012203114_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"333\" src=\"http://www.blackcat.xyz/images/articles/20071020012203114_1.png\" alt=\"\"></a><br />\rゆかりにゃんが帰ってきて(お手洗いかな？)、くろねこの周りを掃除しはじめてくれたが...やはり浮いた。防御の課金がLv.2補助が切れた状態だったからなのか...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20071020012203114_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"333\" src=\"http://www.blackcat.xyz/images/articles/20071020012203114_2.png\" alt=\"\"></a></p>\r<p>lessonが帰ってきて、補助もかかって順風満タンのゆかりにゃん一行が掃除してくれたので、くろねこも復活できてそのあとのスキルブック探しも出来たのだが...</p>\r<p>出たのは...アサシン117盾/スカウター118靴/プリースト121杖 だった。</p>\r<p>スキルブックが欲しー</p>',1,3058,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20071020012203114_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20071020012203114_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071022205112832',2,0,'2007-10-22 20:51:12','お知らせとお願い','','<p><strong>□メンテナンス終了のお知らせ</strong></p>\r<ol>\r<li>2007-10-17 以降ダウンロードぺージで、ダウンロードを行えない不具合が発生していた問題を修正しました。</li>\r</ol>\r<p><strong>□お願い</strong></p>\r<ol>\r<li>くろねこ製コンポーネントのご質問は<a href=\"/forum/index.php\">掲示板</a>から該当の項目にしていただけますようお願い申し上げます。&nbsp;<br /> (掲示板への投稿にはアカウントの登録が必要です。また、現在いただいている質問は掲示板に転記しました。)</li>\r<li>くろねこの記事にコメントをいただける方は、コメント中にニックネームなどのお名前をお書きいただけますようお願い申し上げます。</li>\r</ol>','',1,2357,0,0,'1970-01-01 09:00:00',0,'<a href=\"/forum/index.php\">掲示板</a>',0,1,1,0,10,'1999-11-30 00:00:16','html',0,0,'','',0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071022_2156',3,0,'2007-10-22 21:56:18','10/19-21 週末の出来事',null,'<p>金曜の晩から日曜の3日間で&hellip;</p>\r<p>がんばって、-100%達成しましたよ♪<br />\rつーか、浮きすぎです！<br />\r金曜日の浮きは既報のとおり！　　　　　　　　　　　　　　　　　　　　　　　　　　　　</p>\r<p>おとといの昨日は、ビッグアップルの森でマイコン2を探していたとき...6匹くらいのところに突っ込んじゃったんですね。<br />\rさすがにレベル135のくろねこでちビッグアップルのモンスター6匹に囲まれるとちょーっときついんだけど、何とかいけそうだかちジュースを飲みながちがんばってたの。でち、運が悪かったんだね。1匹倒して2匹倒して...って作業をしてる間に見える範囲に1匹沸き2匹湧き..．倒す数より多いじゃないかあ!!!ってジュースを飲みながらがんばったけど、途中LGを装備しようとショートカットを押したけど、だめだったな。もちろんジュースじゃ足りないからポーションとかも押したけど押した数だけ飲めてないのは明らかだ。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071022_2156_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo071022_2156_1.png\" alt=\"\"></a></p>','<p>午後から泉に行ってボスを倒していたんだが、かなりのドロップ率の悪さだ。　さらに言うとくろねこの引きも悪い。<br />\rあーっというまに時間だけ過ぎてご飯の時間だったよ。<br />\rくろねこの家は嫁がゼネにどっぷりはまったからなのか、夕飯は早くても19:00以降なので皆さんと時間が合わないので、この間にアサシンの織部さんと遊んでたら雑魚がわさわさ。8匹くらいだったかな。ふたりじゃ危険とバインして逃げる体制をとるくろねこ。織部さんも途中から何か考えたらしい。奥に奥に進んでいく。くろねこはその意図が分からず、織部さんが動くことによってタゲって来た新しいモンスターもバインする。<br />\rで、もーダメってぐちい増えたときに来た方向に二人で逃げたんだけど、織部さんが浮きそうだったから反撃する方がいいかなって、回復を飲みながら逃げていたところを立ち止まったら、あれ？織部さん居ない..．あっ、くろねこ浮いちゃった‥．ハミして逃げ切ったのかなって思ったんだけど...よ～～～く見ると、PTのHP表示ゲージがOだったんでふたりとも仲良く浮いてたんだね。(後で聞いたところによると、置くに行ったのは、奥でバインしてくろねこを助けようとしてくれたらしい。)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071022_2156_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"333\" src=\"http://www.blackcat.xyz/images/articles/xo071022_2156_2.png\" alt=\"\"></a></p>\r<p>そのほか、ボスの範囲で浮いていったメンバが...その中でもいつもと変わっていたのは、織部さんのほかメンバにはHPがまだ残っているように見えるのに本人にはOに見えている(浮いている)状態になっていたこと。くろねこを含め、織部さん以外にはまだHPがあるのに何で？って感じだったの。 HPがあると思うから回復するのも遅れてやばいよね。<br />\rゼネピックはこんな感じで、｢クライアント側とサーバ側で情報の同期が正常に行われていない｣ときが多々あるので、気をつけないと！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071022_2156_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"250\" src=\"http://www.blackcat.xyz/images/articles/xo071022_2156_3.png\" alt=\"\"></a></p>\r<p>さらに、織部さんちご飯に行ってしまった後、くろねこ一人で泉を回っていると...ボ・ボ・ボ・ボ・ボス発見!!!<br />\rということで安地前まで引っ張ってくることにしたけど途中、ルート確保しながら移動するのに結構時間がかかった。途中でちう一匹ボスが湧くし...ボスのタゲって切れやすいから引っ張るのも結構しんどい。(ちゃんと魔法防御課金しないと。)<br />\rボスが出たときに雑魚も一緒に湧いてて挟まれて、...</p>\r<p>まあ、気を取り直して..．<br />\r一匹、安地前で拘束。フレチャ送ってメンバ確保しようとしたち、安地で放置されていたあとるさんが動いたから、拉致。 PTメンバのガリバーがインしてきてプリ確保。ギルドチャットでまりにあ確保。そしてフレチャで捕まえた天然とクラピカ♪、そしてウェルボさんも(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!。<br />\r余裕で倒した。</p>\r<p>その後も泉で徘徊していると、くろねこが雑魚の群れに突っ込んで、クラピカさんも後から突っ込んで戻るに戻れなくて浮き浮き。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071022_2156_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"333\" src=\"http://www.blackcat.xyz/images/articles/xo071022_2156_4.png\" alt=\"\"></a><br />\rちょうど、ガリバーさんのヘブンズも品切れだったらしい。不運だ。って残っててもくろねこクールがまだ後1分以上あったのでダメでしたけどね。</p>\r<p>そして、ようやくラドニーが取れて解散となった深夜。真夜中O時を過ぎて、ゆうまさんにトラに拉致され行ってきた。<br />\rここでくろねこが浮くことはなかったが、まみごん浮きまくり!!!<br />\rあちゃぽー</p>\r<p>次の日、みあ、ばぎー、いっぷくさんの3連続転職式。<br />\r二次会は、眠れぬものの墓場アルバ。人が集まるまでB2Fで遊んでたら、せつこさんがビールして追っかけててくれたので楽ちんかと思いきや...動きがあやしい。<br />\rモンスターが多めの部屋に突っ込んで4,5匹に追っかけられてくる。</p>\r<p>ふたりになってから、北東の4部屋を片付け反対側入り口側の部屋に行こうと思ったとき、突っ込んで20匹くらいに追っかけられて帰ってきた。ありゃ、確実にだめだなって直感で判断したけど、なんかほっとけなくて、FSでタゲをもらいに行ったがそのときには既に...</p>\r<p>そして、その瞬間くろねこも...動いているとあたりも外れるんだけど、まったく動いてなかったからな...見た瞬間ショププにでも人っていれば助かったんだろうけど、そういうわけにも行かず...</p>\r<p>その後の、二次会も人数が多すぎてボスの召還＆範囲で天使群が降臨。最後は、雑魚とボスでひどい目にあった。<br />\r最後のボスはつらかった。たぶん何かドロップはあったんだろうけど見てる暇もなければとる暇もない。ほとんどみんな浮いてたからホント耐えるしかなくて、耐えてHP満タンにして攻撃。攻撃も範囲攻撃優先であとはおきまりのホーリー。途中でみあが復活したからそこからは回復がちょっと楽に。って思ったら、再召喚でまた苦しい立場になったけど雑魚が居ない分すぐに終わった。<br />\rあそこで、バギーさんと美咲さんが一瞬で浮いてたら...雑焦が湧いていたら...みあが復活しなかったら..．とか考えると、結構ぎりぎりだったのかも。</p>\r<p>※1 夕飯の製作期間はおよそ20分（す、すげー手抜きだ...最近味噌汁も出てこない...さらに言うと...まれに出てくる味噌汁もインスタントだったり...）</p>',1,3043,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071022_2156_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo071022_2156_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo071022_2156_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo071022_2156_4_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:19','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071023_01560',3,0,'2007-10-23 01:56:06','＿〆(。。)ﾒﾓﾒﾓ… 10/26 22:00～',null,'<p>今週の日曜に続いて、金曜日にも転職が一件決まったようです。</p>\r<p>26日22:00～ FD3Sことセブンさんが待望のパラディンに転職されるようですので、お暇な方は見ていくと良いかもです。<br />\r日曜日みたいに冒険に行ってて忘れないように＿〆(。。)ﾒﾓﾒﾓ&hellip;</p>\r<p>セブンさんも後10％だということなので、きっと明日には101になっていることでしょう♪</p>','<p><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo071023_01560_1.png\" alt=\"\"></p>\r<p>本文と画像にはあまり関係はありません....</p>\r<p>頑張れ！セブン!!!</p>',1,2521,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071024_0102',3,0,'2007-10-24 01:02:00','10/24 Lv.4 オーラーブレード出る！',null,'<p>ビッグアップルの森でLv.2 バインディングを探していたのだが、あまりに出ないのでLv.4 ホーリークラッシュを探して奥に向かって移動開始!<br />\r危険なマップを越え、マディグラスの森までやって来て狩りをしていた。<br />\r狙いはここのトゥィルフ(龍)だね。龍から出るて聞いているのだが、この奥のマップには青色のヤコフもいるわけで&hellip;<br />\r正直どっちが落とすのかはわからないというのが現状。</p>','<p>まあ、取り敢えずと言った感じで始めたのだが&hellip;</p>\r<p>しばらくすると、ビッグアップルの森で手伝ってくれていたみあがお風呂から上がって来たので、ティンクラッシュ谷を通ってハディングの森まで戻る際に、道にスキルブックが&hellip;<br />\rおぉ、Lv.4 オーラーブレードだ！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071024_0102_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo071024_0102_1.png\" alt=\"\"></a></p>\r<p>多分マシルムが落としたと思われる。少なくともコンとその召喚獣のコンスニでは無いな。</p>\r<p>スキルブックを探し始めて4日目、初のスキルブックとしては大収穫だ。今日は、装備品が4つも落ちたし&hellip;</p>\r<p>うれしいなっと</p>',1,4395,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071024_0102_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:53','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('JDBGrid_Release_Note_v3211',3,0,'2007-10-26 00:22:38','JDBGrid v3.2.11 リリース',null,'<p>JDBGrid v3.2.11 をリリースしました。</p>\r<p>修正点は以下のとおりです。</p>\r<ul>\r    <li>「FocusedRecordColorChangeプロパティの値が正常にロードされない」問題に対応。</li>\r</ul>\r<p>※ FocusRecordColorChangeプロパティはもう使用しないでください。</p>\r<p>リリースしたコンポーネントの対応Delphiバージョンは以下の通りです。</p>\r<ul>\r    <li>Delphi2005 VCL.Net&nbsp; ＆ Win32</li>\r    <li>Delphi7</li>\r    <li>Delphi6</li>\r</ul>\r<p>以上です。お気づきの点などございましたら、<a href=\"http://www.blackcat.xyz/forum/index.php\">掲示板</a>にお願いいたします。</p>','',1,4754,8,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/forum/index.php\">掲示板</a>',0,1,1,0,0,'2008-10-21 11:05:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071026_1851',3,0,'2007-10-26 18:51:03','10/26 Vista で動いたYO!','','<p>先々週の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%86%E3%83%8A%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">メンテナンス</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%B3%E3%83%96%E3%83%AC%E3%83%A0&amp;affid=21mTn15NlY\">エンブレム</a>の保存位置とか変更になって<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Vista&amp;affid=21mTn15NlY\">Vista</a>対応が進んだ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Xenepic&amp;affid=21mTn15NlY\">Xenepic</a> Online。ようやくくろねこの環境で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">テスト</a>できる日が来た。</p>\r<p>もう一回Vistaを入れ直してと...</p>','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a> Vista <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%86%8D%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">再インストール</a>、Wndows <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Update&amp;affid=21mTn15NlY\">Update</a>などなどいろいろやることが多くてXenepic Onlineの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>までに一時間ほど消費。</p>\r<p>そのあと、Xenepic Onlineをインストールしたら...<br />\r前回の方法で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86&amp;affid=21mTn15NlY\">管理</a>者権限を付与して動作させないとUpdateの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%94%E4%B8%AD&amp;affid=21mTn15NlY\">途中</a>でこけちゃう。仕方ないから管理者権限<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%98%E3%81%8D&amp;affid=21mTn15NlY\">付き</a>(※1)で、起動するとUpdateは正常動作！その後ゲームをしようとすると、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=OpenGL&amp;affid=21mTn15NlY\">OpenGL</a> 1.2が入ってないとかぬかす...無理矢理動かすと、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%A9&amp;affid=21mTn15NlY\">キャラ</a>選択ではキャラが見えず、インすると画面が真っ暗。</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%95%E6%96%B9%E3%81%8C%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">仕方がない</a>からそれも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>してくるか...って思ったんだけど前回はそんなのダウンロードしてない...<br />\rということで、AMDの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">サイト</a>からATI <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=RADEON&amp;affid=21mTn15NlY\">RADEON</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%82%A4%E3%83%90&amp;affid=21mTn15NlY\">ドライバ</a>をダウンロードしてっと...OK。うまくいった！</p>\r<p>これでVistaで問題なくゼネが出来ますな・・・<br />\r<br />\rしかし、Vistaとはなんの関係もないが左上角に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%A9%E3%81%AE&amp;affid=21mTn15NlY\">キャラの</a>下に出ているHP/MPの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B2%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ゲージ</a>が表示されるようになったのは何でなんだ？</p>\r<p>※1 管理者権限の設定方法はこちらを参照<br />\r[story:xo070629_0226]</p>',1,8982,0,9,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%86%E3%83%8A%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">メンテナンス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%B3%E3%83%96%E3%83%AC%E3%83%A0&amp;affid=21mTn15NlY\">エンブレム</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Vista&amp;affid=21mTn15NlY\">Vista</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Xenepic&amp;affid=21mTn15NlY\">Xenepic</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">テスト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%86%8D%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">再インストール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Update&amp;affid=21mTn15NlY\">Update</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86&amp;affid=21mTn15NlY\">管理</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%94%E4%B8%AD&amp;affid=21mTn15NlY\">途中</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%98%E3%81%8D&amp;affid=21mTn15NlY\">付き</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=OpenGL&amp;affid=21mTn15NlY\">OpenGL</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%A9&amp;affid=21mTn15NlY\">キャラ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%95%E6%96%B9%E3%81%8C%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">仕方がない</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">サイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=RADEON&amp;affid=21mTn15NlY\">RADEON</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%82%A4%E3%83%90&amp;affid=21mTn15NlY\">ドライバ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%A9%E3%81%AE&amp;affid=21mTn15NlY\">キャラの</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B2%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ゲージ</a>',0,1,1,0,0,'2010-12-26 09:49:22','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071029131815533',3,0,'2007-10-29 13:18:15','とうとう高級料亭まで…',null,'<p>ここ数年、雪印以来かな？食品偽装って多いね！<br />\r産地偽装や原材料の偽装、そして賞味期限の偽装。<br />\r<br />\rこの中でひとつ分からないのが、賞味期限の偽装。蓋を開けてまだ品質が維持出来ると判断された場合に、新たに賞味期限を定めるのは悪いことなのでしょうか？<br />\rあるスーパーでは、上機能様な判断をしリパックするとその日を製造日として記載しても良いと聞いたこともあるのですが&hellip;<br />\r<br />\rしかし、赤福は単に巻き戻しだけで無く、虚偽の報告もしていたので、詐欺ですなぁ。<br />\r<br />\rこれだけ偽装が多いと、他もやってるんだろうなと勘ぐりたくもなりますな。本当に氷山の一角だったのかと！<br />\r<br />\rそんな時に報道されたのが、タイトルにもなった「船場吉兆、賞味期限を偽装し菓子販売 福岡の百貨店で」と言う記事。高級料亭グループ会社までやっていたとなると&hellip;<br />\r<br />\r国のチェックをもっと厳しくしないといけないのか？いや、それよりも悪いこと、人に迷惑のかかることはだめだっという社会にして行くことが重要なんでしょうなぁ。<br />\r<br />\r企業はほって置くと利潤だけを追求するものなので、法律、道徳、世論でちゃんと見張らないとね。</p>','',1,2982,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,2,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20071030102515984',3,0,'2007-10-30 10:25:15','今日も…',null,'JR遅れた…<br />最近毎日遅れてる。あっ、やっと動き出した！<br /><br />今日も遅刻だ…<br /><br />','',1,2430,1,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:23','html',0,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071031_0011',3,0,'2007-10-31 00:11:44','10/31 浮いたー(1週間で1レベルダウンぺース？)',null,'<p>あー、また浮いちゃった～</p>\r<p><a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map173\"><font color=\"#008000\">ベングル谷</font></a>で1回、このときにはLGを装備したので-3%なのだが...<br />\r海賊で囲まれて回復しようとしたら、あれ？回復できない....浮いてから確認したら、チャット欄に数字の3が...<br />\rIMEだったら回復できるんだけど、ATOKだからな....JustSystemに対応をお願いしてるが、対応してくれるという保証もないし....見つけたら、消すか確定してしまうかしか無いんだよね...</p>','',1,2858,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/staticpages/index.php/xo_map173\">ベングル谷</a>',0,1,1,0,0,'1999-11-30 00:00:34','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('071104_CreateShortCutFromWeb',3,0,'2007-11-04 11:27:00','ウェブ起動アプリのショートカットが出来る！','','<p>WEB登録して無料で遊べる一部のゲームなどでは、クライアントをダウンロードしてきてクライアントのアプリケーションが動いてるはずなのに、WEBサイトからスタートしないと遊べなかったりする。WEBサイト側にログインがあるのでWEBサービスと一体性を高めた結果だと思うのでそれはそれで良いのだが...</p>\r<p>しかしながら、たとえばハンゲームなどですとWEBサイトのメンテナンス時間とゲームのメンテナンス時間がずれていたりします。WEBサイト(ポータル)のハンゲームと各ゲーム会社が異なるからなのですが統一して欲しいところだ。このずれた期間にログインしようとしても出来ないのですでにログインしているひとはできるけど、これからログインしようというひとはできないのですね。そのためにずっとログインしている人いたりするのが現状。</p>\r<p>そういう、アプリケーションの起動パラメーターを調べることによっていつでも遊べるようにしようというプログラムである。<br />\r(※1 ゲーム会社のメンテナンス期間中は遊べない。 ※2 使用は自己責任でよろしく。)</p>','<p>以下の手順で作業します。</p>\r<ol>\r    <li>まず、[file:16]をダウンロード</li>\r    <li>ダウンロードしてきたファイルを解凍(展開)</li>\r    <li>調べたい実行形式ファイルをバックアップ(忘れると再インストールになるかも...)<br />\r    バックアップではなくリネームする方法もある。リネームする人はexeの前に.orgなどをつけて～.org.exeにするとわかりやすいかも<br />\r    ※4 ゼネピックの場合には、C:&#092;Program Files&#092;DncEnt&#092;Xenepic&#092;Xenepic.exe</li>\r    <li>ParamChk.exeを調べたいプログラムと入れ替え<br />\r    ※ ゼネピックの場合には、ParamChk.exe をXenepic.exeに名前を変えて、C:&#092;Program Files&#092;DncEnt&#092;Xenepicにコピー</li>\r    <li>通常どおりにWEBサイトなどからゲームを始める</li>\r    <li>画面にショートカット作成ボタンが表示されるので、押してショートカットを作成</li>\r    <li>ParamChk.exeを(3)でバックアップしたファイルで元に戻す。&nbsp;<br />\r    リネームした人はParamChk.exeを削除して、ファイル名を戻す。(～.org.exeの人は～.exeにする)</li>\r</ol>\r<p>これで、いつでもショートカットでゲームが始められるよ！</p>',1,7763,0,0,'1970-01-01 09:00:00',0,'',0,1,1,0,0,'2010-11-15 12:52:40','html',1,1,'','パラメーター,パラム,チェック',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071105_1906',3,0,'2007-11-05 19:06:28','11/05 四次実装！？',null,'<p><a href=\"http://xenepiconline.hangame.co.jp/\">ゼネの公式ぺージ(ハンゲーム)</a>に四次実装のお知らせがあったようです♪</p>\r<p>楽しみですな～<br />\rくろねこレベル下がってたけどそろそろゴールドセイント(ウォーロード)を目指して頑張ってみますかぁ！</p>','<p>四次職の画像？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071105_1906_1_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"485\" height=\"600\" src=\"http://www.blackcat.xyz/images/articles/xo071105_1906_1.JPG\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071105_1906_2_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"600\" height=\"600\" src=\"http://www.blackcat.xyz/images/articles/xo071105_1906_2.JPG\" alt=\"\"></a></p>',1,4736,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://xenepiconline.hangame.co.jp/\">ゼネの公式ぺージ(ハンゲーム)</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo071105_1906_1_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo071105_1906_2_original.JPG\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071108_2306',3,0,'2007-11-08 23:06:08','11/08 くろねこ レベル135に戻った＆ボスとの出逢い',null,'<p>ふぅ～、四次実装を目の前にしてようやくレベルが135に戻って参りました☆</p>\r<p>ちょっとつらかったな、PT狩りじゃないからね。<br />\r<img width=\"400\" height=\"500\" src=\"http://www.blackcat.xyz/images/articles/xo071108_2306_1.png\" alt=\"\"><br />\rくろねこ 2度目のLv.135の羽</p>','<p>跳ね出してから、ブロークンファクトリーの3Fに...</p>\r<p>暫くいると出会っちゃいましたよ。これ&darr;<br />\r<img width=\"400\" height=\"408\" src=\"http://www.blackcat.xyz/images/articles/xo071108_2306_2.png\" alt=\"\"><br />\r余裕ですね～♪</p>',1,3002,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:58','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('071108_multigeneration',3,0,'2007-11-08 23:48:26','ダビング10でいいのか？',null,'<p>この二日間、下記の関連記事を読み進めた。以前から記事を見ていた限りでは、これからの放送はEPNの方向なので大丈夫だなって思っていたのだが、いつの間にか違う方向に進んでいるようだ。</p>\r<p>これを読んでいると、今議論されている「ダビング10」だと不便だなと思った。<br />\rひとつには、「より大容量のメディアが出た際にまとめ直す」と言うことが出来ない。もう一つには、オリジナルを紛失もしくは遺失した際に、「そのコピーからコピーが作れない」ということ。</p>\r<p>これがどのように不便かというと、まず自分のPCで録画する。次にその動画をNASなどの外部記憶媒体にムーブしたつもりでコピーする。確認せずに自分のPCからオリジナルを消す。するとNASに残るのはノーモアコピーの動画だけだ。</p>','<p>これは、PC上での操作方法がどのようになるかにも夜と思うのだが、通常のファイルコピーで操作するできるとすると、上記のような操作を行ってしまう可能性は高い。ファイルコピー中にいつの間にかファイルのコピーではなく動画のコピーとして処理され、コピーワンスのフラグからノーモアコピーのフラグに書き換わってるとかだと、コピーできているか中身を再生して確認してもわからないだろう。プロパティに表示されるようになるのだろうか？<br />\r表面上のファイルだけはコピーされるような動きだと、再生できない動画が出来たりすることもあるのだろうか？この辺の動きはどのように処理されるのだろうか。疑問である。</p>\r<p>「コピー10」、7つ問題点を参照していて気づいたのだが、分割コピーをすると分割数だけコピー回数が消費されるとしている。二層メディアに記録する際に、カウントが二回計上されることは許されないだろうな。</p>\r<p>このようになったのも、記事にもあったように売り言葉に買い言葉的に？高橋伸子が「消費者は無制限のコピーを望んでいるわけではない」みたいな発言をしたからだそうだが(記事中にあるリンクのPDFを確認してもそのように書かれている)、ねこ的には「無制限のコピーであって欲しい」ここで言う無制限というのは、制限を感じさせないのであれば無制限だと認めても良いと思っているのであるが、ダビング10では指摘されている問題点のようにすぐに引っかかりそうだ。</p>\r<p>しかし、この会議の代表というのはどのように抽出されたのだろうか？消費者の代表が高橋伸子なんて選んだ覚えもないし。オープンな会議をしてもそもそもの代表がクローズな選出方法では、意味が薄い♪</p>\r<p>■関連記事</p>\r<ul>\r    <li><a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/0711/06/news033.html\">ITmedia +D LifeStyle：「ダビング10」はコピーワンスの緩和か (1/4)</a></li>\r    <li><a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/0711/07/news024.html\">ITmedia +D LifeStyle：「四方一両損」を目指した議論は何故、ねじれたのか (1/4)</a></li>\r    <li><a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/0711/08/news005.html\">ITmedia +D LifeStyle：ダビング10の向こうに光は見えるのか (1/6)</a></li>\r    <li><a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/0710/05/news101.html\">ITmedia +D LifeStyle：「コピー10」、7つの問題点</a></li>\r</ul>',1,4106,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/0711/06/news033.html\">ITmedia +D LifeStyle：...</a>\n<a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/0711/07/news024.html\">ITmedia +D LifeStyle：...</a>\n<a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/0711/08/news005.html\">ITmedia +D LifeStyle：...</a>\n<a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/0710/05/news101.html\">ITmedia +D LifeStyle：...</a>',0,1,1,0,0,'1999-11-30 00:00:06','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071110_1915',3,0,'2007-11-10 19:15:56','11/10 はさまれて真っ青',null,'<p>とある日の書庫での出来事。</p>','<p>こんな感じでした！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071110_1915_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"490\" height=\"600\" src=\"http://www.blackcat.xyz/images/articles/xo071110_1915_1.png\" alt=\"\"></a></p>\r<p>ちなみに赤は一匹もあえませんでした</p>',1,2936,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071110_1915_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:27','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071111_2012',3,0,'2007-11-11 20:12:43','11/11 まりにあ',null,'<p>6/6以来あげてなかったまりにあが久々に....</p>','<p>こんな感じに<br />\r<img width=\"400\" height=\"450\" src=\"http://www.blackcat.xyz/images/articles/xo071111_2012_1.png\" alt=\"\"></p>\r<p>ねこは、マンションのセールスと電話中でした♪<br />\rちなみに上がったのは、昨日の夜です。ぞろ目ではないです☆</p>',1,2843,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071113_0113',3,0,'2007-11-13 01:13:01','11/13 (/・_・＼)ｱﾁｬｰ・・',null,'<p>工場は危険だー</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/xo071113_0113_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo071113_0113_1.png\" alt=\"\"></a><br />\rこ～んなかんじになっちゃいました。ちなみに見えてるのは集めた一部ですね～。</p>\r<p>ペット(ディレイLv.7)のペットの効果期間中でも集めすぎると出ない・・・<br />\rさらに、集めすぎたーって、チャットでPTメンバに応援要請してたから浮いたのかもしれませんが....</p>\r<p>まあ、工場はかなり危険ですっと。-10%で、この日の収支は-5％となりました。</p>',1,3175,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071113_0113_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071113_2147',3,0,'2007-11-13 21:47:52','11/13 o(･_･= ･_･)o ｷｮﾛｷｮﾛ',null,'<p>(/・_・＼)ｱﾁｬｰ・・、またやっちゃいました。</p>\r<p>図書館B2Fでスルーするつもりが、FSのキーを押してしまって足が止まって....</p>\r<p>次に、リベンジでもう一度向かったらB1Fで、集めて範囲...あ、さっきので回復使い切ってた...(/・_・＼)ｱﾁｬｰ・・</p>\r<p>これで、Lv.135になってから31回目浮いたことになるな...</p>','<p>B2Fで囲まれて浮くかも...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071113_2147_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"320\" src=\"http://www.blackcat.xyz/images/articles/xo071113_2147_1.png\" alt=\"\"></a><br />\rペットのスキルを使えてたら浮かなかったんだろうけど...<br />\rクラウディ30個＆ジュース多数使ったけど...誰も通りかからなかったな....</p>\r<p>リベンジでもう一度向かったら...<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo071113_2147_2.png\" alt=\"\"><br />\r回復がなかったら浮くわな....</p>',1,3275,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071113_2147_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071118_1818',3,0,'2007-11-18 18:18:25','11/18 くろねこ レベル136',null,'<p>くろねこLv.136になりました。</p>\r<p>ゆかりにゃんに誘われて肉を取りに迷宮にきたのだが、一発目はゆかりにゃんが取ったにもかかわらずランダムでくろねこに&hellip;<br />\r二度目は、ランダムOFFにしたのだが、ﾘﾘｨさんのペット(茶ねこ＜手癖わり～)がオートコレクトでこれまたゆかりにゃん入手できず....</p>\r<p>そのあとは、なかなか現れず...したがって肉も落ちず....他のPTもいなくなって....<br />\rくろねこが「虎で翼を出したかったのにな...」と言っていた....まさにそのとき!!!虎が現れた!!!!</p>\r<p><em>このときくろねこの経験値は99.98</em> はたして、虎で羽は出たのだろうか？</p>','<p><span>動画は取れたんだけど、まだ未編集なので出来たらUPします。</span><br />\r編集が面倒なのでやはり、今回も音無でうｐしますだ...<br />\r<object width=\"425\" height=\"350\"> <param name=\"movie\" value=\"http://www.youtube.com/v/KO1MNASquII\"> </param> <embed src=\"http://www.youtube.com/v/KO1MNASquII\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"> </embed> </object></p>\r<p>取りあえずSSだけ、動画から抜き出しました♪<br />\r悪あがきの最期の力を振り絞った範囲攻撃!!!しかし、ねこたちには効かぬわ♪<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo071118_1818_1.png\" alt=\"\"><br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo071118_1818_2.png\" alt=\"\"><br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo071118_1818_3.png\" alt=\"\"><br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo071118_1818_4.png\" alt=\"\"><br />\rレベル130武器のメイスと、オーバーチャージらしきスキルブックがドロップしているのが見える☆<br />\rしかし、ねこは取ってない、どこに消えたんだ？</p>',1,2941,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071120_rec_PC_sound',3,0,'2007-11-20 13:34:26','録画は出来るけど…録音は？',null,'<p>くろねこが、過去に4本アップした動画にはすべて音が無い&hellip;<br />\rこの理由は、使っているDELL PCにStereo Mixが無いから。</p>\r<p>ジョーカーさんみたいに適当な音楽を探して来てミックスしちゃおうかって考えたけど、音楽を探すのも普段から音楽を聞かないねこには辛い&hellip;<br />\r凝ると、この曲のこのタイミングをこのシーンに来る様に&hellip;って考えると動画の時間に曲のそれを合わせれば良いと言うものでは無くて&hellip;<br />\rとなると、ゲームの音ごとサンプリングする方が楽だという方向に至った。</p>','<p>で、考えた。<br />\r何で録音が出来なかったのかを。<br />\rカハマルカの瞳、劇あれのヘルプに録音出来ない環境があると書いてたから、諦めたんだっけ？</p>\r<p>過去の経緯が思い出せず、最初から調べる。<br />\r調査の結果、ステレオミックス(Stereo Mix)が無いとダメらしい。と言うことで、くろねこが主にゼネピックで使用しているPCはDELL Dimension C521(いろいろいじりたい人には絶対に向いて無い)。このPCにはオンボードでSigmaTel High Definition Audioというサウンド機能が搭載されている。これにStereo Mixを追加しようと四苦八苦するが、どうやってもドライバなどのソフト的解決は無理。このメーカーサイトも無いしね。</p>\r<p>結論的には、新しいサウンドカードを増設するか、諦めるかって感じ。<br />\rと言う訳で、激安LowProfile対応サウンドカードを物色中&hellip;</p>\r<p>参考<br />\r■<a href=\"http://www.atamanikita.com/stereo_mix_05.html\">あたまにきたどっとこむ-ステレオミックス問題対策　SigmaTel製のオーディオデバイス対策-</a></p>',1,4108,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.atamanikita.com/stereo_mix_05.html\">あたまにきたど',0,0,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('071121_recording_PC_sound2',3,0,'2007-11-21 21:18:26','録音が出来るようになった～',null,'<p>Googleで検索してたら...</p>\r<p>Goo知恵袋で良い書き込みを発見「<a href=\"http://otasuke-goo.okwave.jp/qa2924545.html\">デル社　C５２１　サウンドドライバー</a>」。</p>\r<p>この記事をもとにさらにGoogleで検索。次の書き込みを順番に実施する。</p>','<blockquote><dl><dt>6 ：<a href=\"sage\"><strong>名無しさん</strong></a>：2007/10/22(月) 18:07:40 0 </dt><dd>Q.ステレオミックス使えないの？ <br />\rA.★人柱報告募集中★ <br />\r&darr;&darr;ネ申 <br />\r989 名前：名無しさん[sage] 投稿日：2007/05/15(火) 16:04:54 0 <br />\r自己責任でよろ <br />\r<br />\rDELL C521 サウンドデバイス改善　　　　　2007.3.24　　 <br />\r中国語マニュアル <br />\r<a href=\"http://support1.ap.dell.com/cn/zh/forum/thread.asp?fid=3&amp;tid=80239\">http://support1.ap.dell.com/cn/zh/forum/thread.asp?fid=3&amp;tid=80239</a> <br />\r<br />\rパッチ <br />\r<a href=\"http://sinrsw03.sg.dell.com/fileup/at.asp?fn=20071261104418394.zip\">http://sinrsw03.sg.dell.com/fileup/at.asp?fn=20071261104418394.zip</a> <br />\r実行するとC:&#92;Program files&#92;Intel Desktop Board&#92;Audio&#92;DISK1 の下のWDMが書き換わる <br />\r<br />\rドライバ <br />\r<a href=\"http://downloadmirror.intel.com/df-support/8658/eng/5.10.5208_XP32_XP64_MCE_2K_IAS.EXE\">http://downloadmirror.intel.com/df-support/8658/eng/5.10.5208_XP32_XP64_MCE_2K_IAS.EXE</a> <br />\rまたは <br />\r<a href=\"http://downloadmirror.intel.com/df-support/8658/eng/5.10.5208_XP32_XP64_MCE_2K_STACGUI.EXE\">http://downloadmirror.intel.com/df-support/8658/eng/5.10.5208_XP32_XP64_MCE_2K_STACGUI.EXE</a> <br />\r<br />\r上のだとAudio Control SoftwareにIntel Audio Studioが、下のだとSigmaTel Audio Control Panelが入る。 <br />\rIntelじゃないのにIntel Audio Studioが使えるのかは不明。 <br />\r<br />\r<br />\r手順要約 <br />\r1.ドライバのexeを実行して <br />\r2.ライセンスに合意して <br />\r3.ファイルが解凍されて <br />\r4.ここでNextを*押さないで* <br />\r5.patch.exeを実行 <br />\r6.実行中のドライバのexeに戻って、Nextを押す <br />\r7.インストールが終わったらFinishを押す <br />\r<br />\r</dd><dt>7 ：<font color=\"#008000\"><strong>名無しさん</strong></font>：2007/10/22(月) 18:08:26 0 </dt><dd>★人柱報告 その1 <br />\r40 ：名無しさん [sage] ：2007/05/16(水) 20:28:56 0 <br />\r俺も&gt;&gt;21をやってみた。やったことそのまま書いとく。 <br />\rC:&#92;Program files&#92;Intel Desktop Board&#92;Audio&#92;DISK1がなくてC&#92;DELL&#92;R132395にWMDがあったので、 <br />\rC&#92;DELL&#92;R132395を指定して上のドライバをインストール。&darr;の警告がでて音がでなくなったのでシステムの復元。 <br />\rttp://f34.aaa.livedoor.jp/~mahimo/img/pandora02154.jpg <br />\r<br />\rC&#92;DELL&#92;R132395を指定して下のドライバをインストール。なんの警告もでないで音がでなくなる。。 <br />\rC:&#92;Program files&#92;Intel Desktop Board&#92;Audio&#92;DISK1以下にWDMができてるので復元せずにそのままそれを指定して下のドライバをもう一度いれてみる。 <br />\rステレオミックスが使えるようになった。 <br />\rttp://f34.aaa.livedoor.jp/~mahimo/img/pandora02155.wmv <br />\r<br />\r★人柱報告 その2 <br />\r201 名前：名無しさん[sage] 投稿日：2007/05/21(月) 03:41:56 0 <br />\r今更だけど&gt;&gt;21人柱報告 <br />\rやってみたらミキサーでた <br />\r下のドライバとパッチを落とし一応ディレクトリの存在の有無を確認 <br />\r&gt;&gt;40と同じくC:&#92;Program files&#92;Intel Desktop Board&#92;Audio&#92;DISK1は存在しなかったがとりあえず無視 <br />\r忠実に書いてある手順の通りに実行していくだけでディレクトリ指定等余計な操作一切なしでおk <br />\rそして再起動した結果、しっかりデスクトップの音が取れるようになったよ <br />\r変なパッチとか怖いって人じゃなければやって良いと思う <br />\r前スレ989に感謝を叫びたい、ありがとう <br />\r<br />\r中国語マニュアルは？ <br />\r無視しましたｻｰｾﾝwwwwwwww <br />\r<br />\r上のドライバは？ <br />\rごめん、試してないからわからない </dd><dt><br />\r</dt></dl></blockquote>\r<p>すると出来た～♪<br />\rカハマルカでテスト。聞こえてる～♪1,980円浮いた！</p>\r<dl></dl>',1,25620,2,0,'0000-00-00 00:00:00',1,'<a href=\"http://otasuke-goo.okwave.jp/qa2924545.html\">デル社　C５２１　サウンドドライバー</a>\n<a href=\"sage\">名無しさん</a>\n<a href=\"http://support1.ap.dell.com/cn/zh/forum/thread.asp?fid=3&amp;tid=80239\">http://support1.ap.dell...</a>\n<a href=\"http://sinrsw03.sg.dell.com/fileup/at.asp?fn=20071261104418394.zip\">http://sinrsw03.sg.dell...</a>\n<a href=\"http://downloadmirror.intel.com/df-support/8658/eng/5.10.5208_XP32_XP64_MCE_2K_IAS.EXE\">http://downloadmirror.i...</a>\n<a href=\"http://downloadmirror.intel.com/df-support/8658/eng/5.10.5208_XP32_XP64_MCE_2K_STACGUI.EXE\">http://downloadmirror.i...</a>',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071124_0345',3,0,'2007-11-24 03:45:00','11/24 木曜に続き金曜日も……',null,'<p>またまたやっちゃいました～。</p>\r<p>木曜の晩は、プリさんがお手洗いから帰ってきてると思い込んで、モンスターの大軍の中に突っ込んで&hellip;<br />\r金曜は、HPも満タン敵は2匹いつもなら余裕なのですが....マウスもキーボードも効かない...ぇっ!!!<br />\rという状況で、ただただ浮いていくだけのキャラを見守ることしかできませんでした。当然あがくことはあがいたんですけどね。電源を切ればよかったですね。パラディンなのでサーバと通信が切れるときまで位は耐えてくれたことでしょう。気づかなかったのが敗因です。</p>\r<p>当然、この日稼いだ10%は丸ごと消えました。あちゃー</p>','<p>これで135にあがってから33回目の浮きとなりました。(-323%)</p>\r<p>見かねたじいいこさんが先日りんごで取ったLv.2マインドコントロールをくれました。<br />\r早速覚えましたよ。手持ちのLv.3もあわせて覚えたので、スキルレベルは3、効果は魔法防御+60になりました。<br />\r<img width=\"183\" height=\"78\" src=\"http://www.blackcat.xyz/images/articles/xo071124_0345_1.png\" alt=\"\"><br />\r<img width=\"220\" height=\"270\" src=\"http://www.blackcat.xyz/images/articles/xo071124_0345_2.png\" alt=\"\"></p>\r<p>早く137になりたい。あっ、明日は息子を動物園に連れて行く予定ですので夜遅くしかいません。よろしく～♪</p>\r<p>おまけ<br />\r今日上がった爺さんの翼SS<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071124_0345_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"313\" src=\"http://www.blackcat.xyz/images/articles/xo071124_0345_3.png\" alt=\"\"></a><br />\r姿は見てないですね。ハミ中でしたか？</p>',1,3364,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071124_0345_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071126_2157',3,0,'2007-11-26 21:57:47','11/26 なんか（；´∀｀）・・・いたいなぁ・・・　',null,'<p>何か浮いちゃったなぁ....</p>\r<p>やはり、船は得意じゃない...<br />\r人も多くてうざいし...一匹あたりが少ないから、人がいなかったら集めちゃうね...</p>','<p>ホーリーは出るんだけど、FSだと出ないんだよね...ペットスキル(ディレイLv.7)が効いてる状態だとFS出るはずだと思いこんでしまう罠。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071126_215747883_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"309\" src=\"http://www.blackcat.xyz/images/articles/xo071126_215747883_1.png\" alt=\"\"></a><br />\r途中で、隣のウィンドウのIEをクリックしてHP激減してからが痛かった。何か、最後回復しなかったのは、ペットがオートコレクトしてるからものを拾ってたのかな？<br />\rでも、これをしておかないとKron稼げないしな。てか、LG装着のぺージにして用意してたのに、LG装着できてないなんて&hellip;&hellip;</p>\r<p>もう、この浮き癖は取れないのか...</p>',1,2637,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071126_215747883_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20071126222909631',2,0,'2007-11-26 22:29:09','メンテナンス終了のお知らせ',null,'<p><strong>□メンテナンス終了のお知らせ</strong></p>\r<ol>\r    <li>2007-11-20 以降携帯に送信されたメールが文字化けする不具合が発生していた問題を修正しました。<br />\r    &nbsp;文字化けしたメールが届いている方はご連絡ください。</li>\r</ol>\r<p><strong>□お願い</strong></p>\r<ol>\r    <li>くろねこ製コンポーネントのご質問は<a href=\"http://www.blackcat.xyz/forum/index.php\"><font color=\"#008000\">掲示板</font></a>から該当の項目にしていただけますようお願い申し上げます。&nbsp;</li>\r    <li>くろねこの記事にコメントをいただける方は、コメント中にニックネームなどのお名前をお書きいただけますようお願い申し上げます。</li>\r</ol>','',1,3261,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/forum/index.php\">掲示板</a>',0,1,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071128_1354',3,0,'2007-11-28 13:54:41','11/28 ウォーロードへの転職(予定)',null,'<p>本日21時転職予定です。<br />\rただし、必要なアイテムが、アトポリ／虎の内丹／ナピオンダーク／ラドニーガタスのみの場合。<br />\r上記以外にもアイテムが必要な場合、会場が異常に混雑している場合など、変更の可能があります。<br />\rあしからずご了承くださいませ。</p>','',1,2981,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071128_2223',3,0,'2007-11-28 22:23:27','11/28 くろねこ ウォーロードへの道',null,'<p>くろねこ ようやく最終のウォーロードへ転職しました♪</p>\r<p>前回の三次職(パラディン)への転職と違いかなり難易度の高いクエストになっています。<br />\rと言っても難易度が高いのは、各ダンジョンのボスのドロップ品を集める部分で、クエストの後半に現れる試練(四次職転職用のダンジョンで1：1でボスとの戦闘)自体はそれ程難易度の高いものではありません。</p>','<p>四次職はLv.131～出来るようですね。動画を見てもらうと分かるかもしれませんが、くろねこはLv.136なのでジュレアの使徒※から転職の案内を受けることが出来ています。</p>\r<p>転職までの流れをざっと説明すると以下のようになります。</p>\r<ol>\r    <li>ジュレアの使徒に転職を申し込む。</li>\r    <li>各所属職業ギルドのギルド長に話しかける。<br />\r    すると、腕試しとして各ダンジョンのボスを倒してくるように指示される。<br />\r    そしてボスより手に入るアトポリ、ナピオン・ダーク、虎の内丹、ラドニーガタスを集めてくることも要求される。</li>\r    <li>集めて再びギルド長と話しかけるとオプトリスティというアイテムが入手可能。(その他アイテム：WT10)<br />\r    そしてもうひとつの課題(試練)が与えられる。<br />\r    具体的にはエイル東のイグレンティン平原にある「残された記憶の礼拝堂」に行く。そして、そこに居るセイントから与えられる3つの試練を乗り越えるというもの。</li>\r    <li>セイントから与えられる「火炎の試練」、「水魔の試練」、「猛毒の試練」を乗り越える(順不同)。乗り越えると証としてモロセイン(他アイテム：WT5)が入手可能。<br />\r    ※1 注意ここでは戦闘不能になってもデスペナはありません。<br />\r    ※2 ショップへは入れません。<br />\r    ※3 戦闘不能になっても5秒間であれば、ジュレアを使用できます。<br />\r    ※4 3つの試練クリア後、もう一度セイントに話しかけることを忘れなきよう！</li>\r    <li>三度、ギルド長の元を訪れ、四次職への転職を誓う。</li>\r</ol>\r<p>くろねこは、コレクション癖が幸いして必要アイテムがそろっていたので、当日に転職することが出来ました。<br />\r転職までの道のりを動画でどうぞ！(また音が消えたな...)<br />\r<object width=\"425\" height=\"350\"> <param name=\"movie\" value=\"http://www.youtube.com/v/CXQKGdHIiZM\"> </param> <embed src=\"http://www.youtube.com/v/CXQKGdHIiZM\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"> </embed> </object></p>\r<p>そして21:00、急な転職の案内にもかかわらずいろんな方に集まっていただけました。<br />\r転職式の様子を動画でどうぞ！(動画だから転職の翼のSSはとらなくても後で見れると思っていたら...ところがどっこい動画に撮れてない...あちゃー)<br />\r<object width=\"425\" height=\"355\"><param name=\"movie\" value=\"http://www.youtube.com/v/qBtxqV2ZNXQ&amp;rel=1\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/qBtxqV2ZNXQ&amp;rel=1\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"355\"></embed></object></p>\r<p>転職時にもらえる「重力の指輪」(力+11,体力+10,防御+5,WT5)は使えませんね。同様に両手剣、と二つのスキルもまったく使えませんでした。今回のスキル調整(弱体化)と併せて、これではユーザも減っていくんではないでしょうか？運営は何を考えているんでしょうかね？</p>\r<p>あっ、転職の翼のSS希望でつ。<br />\rあっ、動画中に翼が写ってました。取り出したので見てね。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071128_2223_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"288\" src=\"http://www.blackcat.xyz/images/articles/xo071128_2223_1.png\" alt=\"\"></a><br />\r&darr;まりにあから<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071128_2223_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo071128_2223_2.png\" alt=\"\"></a></p>\r<p>※ジュレアの使徒(ブリンヒルド：レインモス、エスネ：レイルラス、エイル：レイアス、ヨツンハイム：レミシド)</p>',1,5588,0,4,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071128_2223_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo071128_2223_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071129095355487',3,0,'2007-11-29 09:53:55','き、記事の内容が……',null,'<p>消えてる&hellip;&hellip;<br />\r<br />\r帰宅したら、書き直します！<br />\rせっかく今朝三時までかかって動画も作ってYoutubeにアップしたのに&hellip;&hellip;nullって何？<br />\r<br />\rしかし、ウォーロードはしょぼい。メンテ前のパラの方が強いかも&hellip;&hellip;</p>','',1,2700,1,1,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:38','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071201_2127',3,0,'2007-12-01 21:27:24','12/01 ああ、またまた；；',null,'<p>浮いてます</p>\r<p>（；&acute;&forall;｀）・・・いたいなぁ・・・　</p>','<p>ボスタゲして、バインしようとしたら・・・<br />\r反対側の手がキーボードを叩いてたらしい&hellip;<br />\rと思ってたら、まりにあ曰く「バインしてた」ということだから、バインで出たのか？(真実は闇の中)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071201_2127_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"277\" src=\"http://www.blackcat.xyz/images/articles/xo071201_2127_1.png\" alt=\"\"></a><br />\r飯前はLG付けてたのに、飯後(竜巻マップで狩りしたから)は&hellip;ああ、-10%</p>\r<p>グラチェン(Lv.142らしい)まではうきたくねー</p>\r<p>これで浮き回数が通算で、Lv.131になってから134回目、Lv.135になってからは36回目だ～</p>',1,2845,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071201_2127_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071202_2000',3,0,'2007-12-02 20:00:40','12/02 あちゃぽ',null,'<p>(/・_・＼)ｱﾁｬｰ・・</p>\r<p>1日1浮きは使命でしょうか？<br />\r回復して、より回復量の多いアイテムが登録してあるぺージに切り替えようと下を向いて切り替えた間に&hellip;<br />\r-10%でした(;&acute;&forall;`)･･･いたいなぁ･･･</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/xo071202_2000_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo071202_2000_1.png\" alt=\"\"></a></p>\r<p>懲りたんで、課金アイテムはちゃんとLv.3使います☆</p>',1,2827,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071202_2000_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:39','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071203_1449',3,0,'2007-12-03 14:49:08','12/03 どうやら、ウォーロードの武器は',null,'<p>バグっているらしい&hellip;<br />\r聞いた話で未確認なのであるが、ウォーロードの武器は精練すると1ランク下がるらしい。<br />\r<br />\r1ランクダウン？<br />\r<br />\r意味が分からなかったので、詳細を確認してみた。<br />\r<br />\r例)ウォーロードLv.146 店売り片手武器を+1精練した場合<br />\r武器の攻撃力 146店売り相当&rarr;142レア武器相当<br />\r武器の装備可能Lv. 146&rarr;142<br />\r<br />\rこれを聞いて早速<br />\rくろねこは現在Lv.136。次の片手武器はLv.138。これを精練して1ランク下がるとLv.134で装備が可能にするはず&hellip;<br />\rしかし、ランクダウンは確認出来ませんでした。<br />\rランクダウンされるのは、Lv.142以上なのかも知れません！<br />\rこの現象の為にグラチェンのレベルが人によってバラバラだったのだろうか？</p>','',1,3200,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071204_0039',3,0,'2007-12-04 00:39:55','新スキル紹介【アークメイジ編】',null,'<p>アークメイジ新スキルをご紹介いたします～♪</p>\r<p>ご協力：<br />\r千代丸さん</p>','<ul>\r    <li>ディメンジョンネット<br />\r    <object width=\"425\" height=\"350\"> <param name=\"movie\" value=\"http://www.youtube.com/v/wFs6ctQ5mo0\"> </param> <embed src=\"http://www.youtube.com/v/wFs6ctQ5mo0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"> </embed> </object></li>\r    <li>スチミュラスレイン<br />\r    <object width=\"425\" height=\"350\"> <param name=\"movie\" value=\"http://www.youtube.com/v/3S1y9ilOMwk\"> </param> <embed src=\"http://www.youtube.com/v/3S1y9ilOMwk\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"> </embed> </object></li>\r</ul>',1,3893,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071204130813721',3,0,'2007-12-04 13:08:13','i-SOBOTって知ってる？',null,'アイソボットは世界最小の量産型ロボット。ギネスにも載っているらしいが猫型では無い！<br />なんか、いろんなアクションが出来て、色々話してくれる様だが、残念なことに四次元ポケットはない。それでもアクションは200、言葉は180とおりあるらしい。結構すごいね。<br />現時点の技術水準からするとかなり安そうなのであるが、おもちゃとして見てみたらどうなのかな？ちょっと手を出しにくいね。買った時には遊びそうだけど、二週間もしたらただのオブジェになってそう。息子は多分遊ぶだろうけど、手荒な扱いを受けて動かなくなるから渡せないね。<br /><br />気になったら、公式サイトもあるから見てみると良いかな？<br />http://www.isobotrobot.com/<br /><br />','',1,2836,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071206132238772',3,0,'2007-12-06 13:22:38','ゴホゴホ',null,'咳は出ていないのですが…<br /><br />風邪でダウン中のくろねこです。<br />おとといは、体温が38℃あったこともあり、バタンキュー。昨日は既に参加表明していた忘年会に参加。帰宅後、ゼネにインするとぽんさんから101の羽が出るとのこと。その間にゆうまに1:1してみると、後一分で転職するとのこと、慌てて30秒で駆け付けてみると既に…<br />プレゼントをみていると、ペットクエストのタイムアウトでブリン西に……<br /><br />その足でぽんの羽を見に行ったけど全然出ない！待ちくたびれた頃に出て来たかと思ったら、パーティーによるそうだたきであっちぅまに倒されグリはさぞかし無念かと……<br />ねこは危うくSSを取り損ねるところでした。<br /><br />体調が復活したら、ウォーロード、シャドウ そしてビショップのスキル動画をアップしたいと思いまふ?<br /><br />','',1,2494,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0068',3,0,'2007-12-06 21:47:00','[Delphi]条件分岐をすっきりと(配列をうまく使う)','','<p>条件により処理が変わるなんてことは日常茶飯事だろう。処理ではなくセットする値が異なる場合もある。<br />\r「もしAが<span class=\"key\">true</span>だったら処理1を、<span class=\"key\">false</span>だったら処理2を実行する」なーんてやつだ。</p>\r<p>信号機とその色をプログラムにしてみる。</p>\r<p>信号機には、進んでよし/注意/止まれの3種の状態がある。これを定義してみる。</p>\r<pre class=\"brush: delphi;\">\rtype\r  TSignal = (sgGo, sgWarning, sgCritical);</pre>\r<p>それぞれの状態に対応する色を返す関数はこんな感じになるだろうか？</p>\r<pre class=\"brush: delphi;\">\rfunction GetColor(ASignal: TSignal): TColor;\rbegin\r  case ASignal of\r    sgGo:\r      Result := clBlue;\r    sgWarning:\r      Result := clYellow;\r    sgCritical:\r      Result := clRed;\r  end;\rend;</pre>\r<p>case文で結構すっきり書けた。</p>','<p>しかし、配列を利用するともっとすっきりと書ける。</p>\r<p>各状態に対応するに青/黄/赤の色を配列で定義する。</p>\r<pre class=\"brush: delphi;\">\rconst\r  SignalColors: array[TSignal] of TColor = (clBlue, clYellow, clRed);\r</pre>\r<p>そして、この配列を利用して先ほどの関数を書き直してみる。</p>\r<pre class=\"brush: delphi;\">\rfunction GetColor(ASignal: TSignal): TColor;\rbegin\r  Result := SignalColors[ASignal];\rend;\r</pre>\r<p>処理部分が1行で書けた。すっきり書けた以外にもメリットがある。<br />\r列挙型の状態部分と配列の色部分を固めて書くとどの状態がどの色なのか非常にわかりやすい。修正もかなり楽だ。状態定義を増やす際に色の配列を加えるだけでよい。</p>\r<p>実際の現場ではこれだけでは終わらないが、結構使える場面も多いかと思う。是非試して欲しい。</p>',1,7917,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-24 18:47:26','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071207_01333',3,0,'2007-12-07 01:33:38','新スキル紹介【ウォーロード編】',null,'<p>ウォーロード新スキルをご紹介いたします～♪</p>','<ul>\r    <li>フィッシャーフィールド<br />\r    クールタイム:2分</li>\r    <li>ストレンスソード<br />\r    効果時間:5分、クールタイム:3分</li>\r</ul>\r<p><object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/npJpIPb11bo\"></param><embed src=\"http://www.youtube.com/v/npJpIPb11bo\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"></embed></object></p>',1,5659,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:27','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071209_0212',3,0,'2007-12-09 02:12:00','12/09 四次職転職時の試練',null,'<p>ダメージ量/HP/召還などの参考にしてください</p>\r<p>ただ、サイズが大きい(640&times;480 48GB)のでダウンロードに時間がかかります。あしからず。<br />\rエンコード DiｖX 6.7 900kbps で設定しています。</p>\r<p>気づいたこと。参考程度にしてください。<br />\r<table>\r    <tbody>\r        <tr>\r            <th>&nbsp;</th>\r            <th>ボス名</th>\r            <th>ボスHP</th>\r            <th>ボス特記</th>\r            <th>召還</th>\r            <th>召還HP</th>\r        </tr>\r        <tr>\r            <th>火炎の試練</th>\r            <td>フィラゴーレム</td>\r            <td>235,000?<br />\r            (233392-237813)</td>\r            <td>スキル：ボルケイノプレース(範囲攻撃)<br />\r            HP回復:20,000&uarr;(全快のため計測不能)</td>\r            <td>オリスボンスケイル</td>\r            <td>\r            <p>13,000-14,000</p>\r            </td>\r        </tr>\r        <tr>\r            <th>水魔の試練</th>\r            <td>アレンシア</td>\r            <td>120,000?<br />\r            (114,924-120,941)</td>\r            <td>MP回復</td>\r            <td>ミアミチ</td>\r            <td>\r            <p>13,000-14,000</p>\r            </td>\r        </tr>\r        <tr>\r            <th>猛毒の試練</th>\r            <td>マポイキング</td>\r            <td>160,000?<br />\r            (155,329-161,067)</td>\r            <td>スキル：フェイタルポイズン<br />\r            HP回復:5000</td>\r            <td>タスコンコブラ</td>\r            <td>12,000?</td>\r        </tr>\r    </tbody>\r</table>\r</p>','<p>&nbsp;</p>\r<p><embed width=\"640\" height=\"530\" type=\"application/x-mplayer2\" src=\"http://www.blackcat.xyz/images/library/Media/xo_shiren.avi\" pluginspage=\"http://www.microsoft.com/Windows/MediaPlayer/\"></embed>&nbsp;</p>\r<p>&nbsp;</p>',1,3998,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071209_2204',3,0,'2007-12-09 22:04:00','12/09 くろねこ レベル137に…しかし…',null,'<p>くろねこ 本日Lv.137にアップしました♪</p>\r<p>しかし、その三時間後にはエイル東から泉に向けて移動中、ゴリラマップの最終カーブを曲がったところで３０匹くらいいようかと思われるモンスターの群れに突っ込んだ某パラディンさんが&hellip;<br />\r当然浮いちゃってそのあとくろねこの善戦むなしく、最後はリストアを頂いたのですがその音が終わるか終わらないかのタイミングで浮きを告げるダイアログが （；&acute;&forall;｀）・・・いたいなぁ・・・<br />\rということは、叩かれてでた召還を合わせ30～40ほどいたと思われます。(一発の平均被ダメが200以下、ヴァイタリティなど戦闘状態のMAXHPが6,000弱だと思うので&hellip;)もうこうなると誰にでも耐えられませんな♪マナリムの回復量を優に超えてます！</p>','<p>泉ではねこは浮かなかったものの、劉刀を筆頭にlesson,銘鈴さんが浮いちゃいました。ねこも浮かないまでもマナリム(38)、ポーション(32)、ミルク、ミニポ多数、ジュース100本弱、ミニリカバラント200など大量消費。何かめっちゃ消耗戦でした。ねこたちのPTしかいないのに結構重かったみたいでHPが残ってるのに浮いていたりましたね...</p>\r<p>くろねこレベルアップ動画(4%ほどコマ落ちがあったようで音がずれてますね...)<br />\r<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/qWMdmyNp4Cs\"></param><embed src=\"http://www.youtube.com/v/qWMdmyNp4Cs\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"></embed></object></p>\r<p>帰ってからはPON☆彡さんの転職式に参加しましたよ☆<br />\r<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/FOQvJ9jDtK4\"></param><embed src=\"http://www.youtube.com/v/FOQvJ9jDtK4\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"></embed></object><br />\rSS撮ろうとしたら、ゼネがアクティブになってなくてエラーで取れませんでしたよ♪</p>\r<p>(/・_・＼)ｱﾁｬｰ・・です!!!</p>\r<p>※そう言えば、今朝って言うか昨日の夜？お寺のボス部屋から入り口に戻るときにドリュコス？からLv.2 ディメンジョンネット【アークメイジ145スキルブック】が出ましたよ～。たぶんまりにあ行きだな。(ﾟдﾟ)(｡_｡)(ﾟдﾟ)(｡_｡) ｳﾝｳﾝ</p>',1,3930,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:33','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('2007121012082972',3,0,'2007-12-10 12:08:29','ねこは…',null,'アサヒ飲料のメルマガに依ると「猫はいつもウトウト。成猫で1日15?16時間、子猫や高齢猫は20時間も寝ているというから、人生（？）寝て暮らしているようなものですね。」だそうだ。<br />もしかしたら、くろねこも…<br /><br />','',1,2459,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071212_1258',3,0,'2007-12-12 12:58:34','12/12 ピザクエ終了♪そしてクリスマス',null,'<p>本日、ピザアラとのコラボクエが終了した。期間が一週間といつもの二週間に比べて大幅短縮。<br />\rこのおかげで材料を売る側のバイヤーさんは大幅な値崩れも無くもうかったのでは？<br />\rくろねこは初のコンプを逃すことに&hellip;<br />\rゼネへの興味も薄らいで来たと言うことだろうか？はたまた風邪を引いていたせいなのか？よくは分からんがやる気は出なかった！<br />\r<br />\rそういえば、今日は夢世界のクローズド&beta;の開始日。キャラを作って様子を見て来るかな？</p>','',1,2599,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071213_0109',3,0,'2007-12-13 01:09:40','12/13 今日のパッチが重たかったわけ',null,'<p>本日サブをエイル北のマップからシェリルの森に運んできて、PT狩りの準備を....</p>\r<p>ついでにシェリルの森でソロ狩りをしていると、とある方から頂き物。</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/xo071213_0109_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"491\" height=\"600\" src=\"http://www.blackcat.xyz/images/articles/xo071213_0109_1.jpg\" alt=\"\"></a></p>\r<p>とある方の予想では...</p>\r<ul>\r    <li>弓手系と予言者系の三次と四次職の画像。(となると前の[story:xo071001_0006]の三次画像は廃案？)</li>\r    <li>クリスマスのツリーが...ベルとしっぽと耳を集めるクエストになりそう。<br />\r    初期のツリーよりもより立体的なデザインでゼネらしくなってますな。</li>\r    <li>ネズミは、次の正月のアクセサリー</li>\r</ul>\r<p>と、クリスマスと弓手系と予言者系のアップデートが含まれていたようですね。いつ、解禁されるのかなぁ？</p>',1,2888,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071213_0109_1_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071213_0128',3,0,'2007-12-13 01:28:55','12/13 Lv.137に戻った☆',null,'<p>数日前にLv.137に戻りました。<br />\r今はLv.137 15%になりました～</p>\r<p>先日、YouTubeにあげたブログにコメントが付いてました。なんかステがみたいとか。SoSとまた違うと思うんだけど今のステータスをUPしておきます。</p>','<p><img width=\"270\" height=\"328\" src=\"http://www.blackcat.xyz/images/articles/20071213012855940_1.png\" alt=\"\"><br />\rHP:4900、MP:3552&nbsp;at Lv.137<br />\r※攻撃課金+100、防御+100、魔法攻撃+80、魔法防御+80、MaxHP Up+200、MaxMP Up+450、攻撃速度-0.3、移動速度+9</p>\r<p>さっき気づいたんだけどさっきの記事で1,000件目になったようです!!!いっぱい書いたな～訳のわからない文章を!!!<br />\r頑張って文章能力を上げるようにしますか!!!!</p>',1,3008,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071213125347496',3,0,'2007-12-13 12:53:47','フィット用ブルトゥース接続アダプタ',null,'<p>が、しかしやはりアダプタとカーナビ間は9600bpsだった(;_;)<br />\rこうならない様に事前にホンダに釘をさして置いたのに(ノ_＜。)ビェェン<br />\r開発側は何を考えているのか？何も考えて無いと思うけど一応聞いてみよう。(元から付いてるケーブルを使う方が利用者には安上がりだぐらいは考えてると思うが&hellip;)</p>','',1,3647,0,0,'0000-00-00 00:00:00',1,'',0,0,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('071213_hondainternavi',3,0,'2007-12-13 19:29:59','ホンダインターナビにブルートゥース接続アダプタが!!!（NVBTH2）',null,'<p>本日、アイ・オー・データ機器からインターナビBluetoothユニット(NVBTH2)が発売された。</p>\r<p>携帯からすでに投稿した[story:20071213125347496]が、このユニットはまたもやmova用ケーブルでインターナビと接続するようだ。アイ・オー・データ機器に確認してみると、「Bluetooth対応電話機をインターナビにmovaとして認識させることがコンセプト」と言っていた。この発言に対して、早いケーブルと遅いケーブルの二本があってどうしてわざわざ遅い方のケーブルで説zくしなければならないのか？ということを申し上げておいた。また、同様のことをNVBTH1発売時にもインターナビプレミアムクラブ経由で申し上げさせていただいているとも伝えさせていただいた。もう、フィット用に新製品が発売されることはないようであるが、新機種を開発する際にはもう一度検討して欲しいと申し上げた。</p>','<p>ところで、この新型インターナビBluetoothユニット(NVBTH2)どの程度のスピードが出るか聞いてみた。するとスピードについてはプレミアムクラブに聞いてくれとの回答だったので、プレミアムクラブ側に聞いてみたところ30～60秒だそうだ。</p>\r<p>あれ、いまmova(9600bps)よりも圧倒的に早いはずのWIN(144kbps)で約1分かかっている。おかしい&hellip;&hellip;ということで突っ込んで聞いてみた。WIN機種の場合平均250パケット程度だそうだ。</p>\r<p>ということは、144kbpsフルに出ると通信時間は...</p>\r<blockquote>\r<p>250(パケット)&times;128bit(1パケットのサイズ)&divide;144kbps(＝144&times;1024)≒0.22秒</p>\r</blockquote>\r<p>通信時間は0.22秒か...フルに出なくても1秒ほどですみそうだ...ってくろねこが使うとき1分ほどかかってるんだけど何で？</p>\r<p>原因を考えてみると以下の3つしか思いつかない</p>\r<ol>\r    <li>アイ・オー・データ機器CDMAアダプタの変換効率が悪い</li>\r    <li>くろねこの使用している電話機が遅い</li>\r    <li>くろねこが使用しているプロバイダ(ぷらら)が異常に遅い</li>\r</ol>\r<p>ぷらら、パソコンの方でもかなり遅いと言われているが...モバイル通信にも支障をきたすほど遅かったのかもしれないな...</p>\r<p>誰か、他にCDMA接続アダプタを介してインターナビの渋滞情報を取得している人はいませんか？</p>',1,9709,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:53','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071213_2335',3,0,'2007-12-13 23:35:52','12/13 まりにあの転職アイテムがそろった',null,'<p>今日は帰宅後すぐお寺に直行！</p>\r<p>他に1PT行くからと言うことでまりにあは止めようかとも言っていたが「そんなの関係ねぇ～」って押し切って寺に向かった。</p>','<p>戦況は～<br />\r1匹目マキシリカバラントのみ<br />\r2匹目が出るまでの間にねこが集めて狩っていた雑魚の群れから、Lv.3オーラーブレードが!!!借金返済に充てることに！これで完済っと☆<br />\r2匹目、出たビブロンにいきなりフィッシャーフィールド!!!召還がはでなかったが、出てたら耐えるのつらかっただろうな...って倒したらナピオン出た♪</p>\r<p>転職アイテムがそろった～</p>\r<p>ということで、暫くして解散。入り口に帰る途中今回はLv.2マインドコントロールが!!!これでちょっとはお財布が潤うかな？</p>\r<p>まりにあの転職式は、<font><em>明日12/14 21:00 エスネ</em></font>で執り行われる予定です！</p>',1,2975,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071214165347563',3,0,'2007-12-14 16:53:47','この記録は誰のもの？',null,'社会保険庁のずさんな管理によって、保険料納付記録のうち約5,000万件の持ち主が分からなくなった問題で、いまだ1,975万件の持ち主が不明であることが判明している。<br /><br />日経ネットの記事『年金記録、全台帳との照合に消極的・厚労相「国民の負担に」』で下記の様に書かれている。<br />・紙台帳は計8億5000万件あるが、厚労省は来年度予算要求に約3000万件分の特殊紙台帳の処理代しか計上していない。<br />・多額の予算が必要で、「税金を使う話なので国民の理解が必要」と指摘した。<br /><br />この記事を見て厚労省は照合作業をしたくないのだと理解した。照合作業の中でも特に紙台帳との照合は手作業だ。やる側の人間からすればかなりめんどくさい作業に違いない。人がしたがらない作業というものは効率は悪いし、人件費もかかる。加えて言うとそういう気持ち良く行なうことが出来ない様な作業はミスも多く、ミスを救う為の照合作業に更なるミスを重ねる可能性もある。システムとそれに携わる人によっては照合出来ていないのに照合出来たとしてノルマを達成しようとする人間が出てきてもおかしくは無いだろう。<br /><br />めんどくさい作業だと言うことは容易に理解出来るが、なぜ国民に負担を強いるのか？自分の怠慢から生じた罪は人になするのでは無く、関係者でその費用を補填すべきだ。<br />また、上記の様な新たに問題が発生していないかきちんとチェックして頂きたい。<br /><br />','',1,2500,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071215_1042',3,0,'2007-12-15 10:42:51','12/14-15 まりにあ転職～真珠湾攻撃',null,'<p>昨日、予告の通りまりにあが転職した。</p>\r<p>四次職実装から約２週間が過ぎていたが、冒険嫌いのまりにあだからそこは致し方ないだろう。二次会は、トラ・トラ・トラだった。</p>\r<p>(;ﾟдﾟ)ｧ.... 実は４匹倒した。１匹だけスカで内丹がでなかったけど、ねことまりにあ以外の三次職のみなさんには内丹を一個ずつもらってもらうことが出来た。しかし、今回も子トラに悩まされた。</p>\r<p>一回目は範囲(フィッシャーフィールド)でトラに攻撃したにもかかわらず、子トラがでなかったのでOKだと思って叩いたら&hellip;&hellip;でちゃった。マナリムもってたから、余裕で耐えられたんだけどディレイが効いてなくて攻撃しづらかった&hellip;。</p>\r<p>二回目は、階段でトラをアトラクションで攻撃して当たっていたにもかかわらず、しかも二回当てて確認したのに出たのは三回目かよ&hellip;&hellip;。</p>\r<p>とまあ、こんな感じでたんさんとPON☆彡は浮いてたけど、やはりまりは浮かないのね&hellip;。</p>','<p>まりにあ転職の様子。<br />\r<object width=\"425\" height=\"350\"> <param name=\"movie\" value=\"http://www.youtube.com/v/jIZI_oM__PE\"> </param> <embed src=\"http://www.youtube.com/v/jIZI_oM__PE\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"> </embed> </object></p>\r<p>今回、初めて外付けHDD(USB)で録画したが、こっちの方が録画可能レートが高かった。USBだと遅いかと思って内蔵HDDに録画していたが、新しいエモが出たときなどにHDDアクセスが追いつかなくなってこま落ちしていたみたいだ。内蔵はいろいろなアクセスがあるからな、帯域が足りなかったんだろうな。</p>',1,3148,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:47','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071219_0220',3,0,'2007-12-19 02:20:03','12/19 サンタダンジョンさっぱり',null,'<p>あんたダンジョン行かはった？</p>\r<p>どこのダンジョン？</p>\r<p>サンタダンジョン</p>\r<p>というボケは＼(^^＼)、今回去年と同じB3F迄だけかと思ったら、プラレールの箱庭が...ダンジョン名不明。<br />\rだって、パーティウィンドウの名前のところにポイントしてもダンジョン名が表示されないんですから。</p>','<p>今年のボスはトナカイのアストレイアントラさんでした。&darr;<br />\r<img width=\"180\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/xo071219_0220_1.png\" alt=\"\"></p>\r<p>結構堅い上に、ホルンスノーっていう範囲攻撃までしてきます。堅いのでMPが足りないです。でもこのトナカイ、マキシリカバラントしか落としてくれないので(マキシリカバラントとエクィーシブルと各職のLv.117&uarr;用の武器をドロップしてくれるようです)、MP回復アイテムに良い物を使うと結構勿体ない。なのでねこは主にタラゴンなんですけどね。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo071219_0220_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"301\" src=\"http://www.blackcat.xyz/images/articles/xo071219_0220_2.png\" alt=\"\"></a></p>\r<p>クエスト自体は、ゼントルスノーマンという雪だるまを３０匹倒すんだけど、おもちゃの兵隊のシバラバ兵隊(緑：ノンアク：シンバル)とマリドラ兵隊(赤：アクティブ：小太鼓)さらに小さい雪だるまのモアフィートが堅くて痛い。パーティコーンが４種類揃ったらもういらないね。</p>\r<p>※この段階でくろねこ２種類(魔法攻撃&times;6、クリティカル&times;5&hellip;攻撃と詠唱中防御が欲しいな)</p>\r<p>他にB3Fでサンタフィドが増えてること、B2Fでベルがドロップすること迄は確認できた。まあ、詳細はゼネことに載ってるんだろうな。</p>',1,3000,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071219_0220_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071219131035835',2,0,'2007-12-19 13:10:35','20,000人を突破','','<p>2007-06-01のアクセスカウンタ設置以来ようやく昨日20,000人を突破した。<br />携帯は含んで無かったり、ユニークユーザ設定だけど、クッキーによる判定なので環境により誤差もあるけど&hellip;&hellip;<br />約200日で20,000人一日当たり100人か、意外に少ない！<br /><br />ペースをあげて夏には50,000人は突破している様に頑張るぞ！<br /><br /></p>','',1,1968,0,1,'1970-01-01 09:00:00',0,'',0,0,1,0,10,'1999-11-30 00:00:33','html',0,0,'','',0,2,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071220_Treasurys_answers_to_tax_quest',3,0,'2007-12-20 13:13:00','財務省に質問してみた！',null,'<p>数年前から気になっていた消費税に関する疑問を質問してみた。<br />\r<br />\r送った文面を保存し忘れたが内容は以下の様なこと。<br />\rなぜ賃金(給与)は不課税なのか？<br />\r<br />\r現在、消費税の課税対象は事業者のみである。賃金も仕入(消費)なのに不課税な理由は？<br />\r賃金に消費税が課されると労働者の手取りが増える。が、多くの労働者は年収が1,000万以下なので非課税となり、実質的に消費税分収入が増える。また、消費税の増税に左右されなくなる。(むしろお得)</p>','<p>で、回答が返ってきた！<br />\r以下の内容</p>\r<blockquote>財務省ホームページへのアクセスありがとうございます。<br />\r12月13日にお寄せいただいたご意見等についてお答えいたします。 <br />\rまず、現行の消費税では、国内取引については「国内において事業者が事業として対価を得て行う資産の譲渡、資産の貸付け及び役務の提供」を課税対象としており、事業者が事業として行った取引のみを課税対象としています。 <br />\rこの場合の「事業者」とは、自己の計算において独立して事業を行う者をいいますので、例えば、雇用契約に基づいて他の者に従事し、かつ、他の者の計算により行われる事業に役務を提供する個人（いわゆる従業員）については事業者には該当しません。 <br />\rこのため、給与や賃金については課税対象ではありません。 <br />\r一方、理論上は、従業員を事業者とみなした上で給与や賃金を消費税の課税対象とし、従業員一人ひとりに消費税の申告・納付を行っていただく仕組みも考えられます。 <br />\rしかし、こうした仕組みの下で、従業員一人ひとりに納税者としての対応を求めることは、納税者の事務負担及び税務執行コスト等を考慮すると現実的な仕組みにはなり得ないと考えられます。 <br />\rしたがって、現行の消費税では、事業者ではない従業員に支払う給与や賃金の支払いは不課税とする仕組みとなっています。 <br />\rなお、現行の消費税では、小規模事業者の事務負担に配慮して、課税売上高が1,000万円以下の事業者は納税義務を免除していますが、仮に、従業員を事業者とみなして給与や賃金を課税対象としても、そのほとんどの方々は納税義務が免除されることになる一方、その給与や賃金を支払った事業者においては仕入税額控除ができますので、消費税収に多大な影響を与えることになると考えられます。 <br />\r今後とも財務行政にご理解とご協力をお願いいたします。 <br />\r※このメールは発信専用です</blockquote>\r<p>と言う内容だったのだが、事務処理の負担は、課税売上高が1,000万円未満なので申告しなくても良いので無いかと。<br />\r『その給与や賃金を支払った事業者においては仕入税額控除ができますので、消費税収に多大な影響を与えることになると考えられます。』<br />\rについては、税金が集まる集まらないよりはむしろ平等に徴収出来るかどうかの方が重要かと。消費税で集まらなければ、環境に害をなす煙草税の更なる増税や環境税(CO2排出税)等を検討すればどうだろう？</p>',1,4815,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'2008-10-24 16:34:45','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071220_1313',3,0,'2007-12-20 13:13:04','12/19 昨日',null,'<p>昨日はインしてまずサンタダンジョンへ、全然覚えていなかったのだが一昨日にクエストを受けたままらしく、右端にカウンタが30と表示されていた！<br />\rパーティコーンを揃えようと、サンタ・エックスダンジョンB4Fに行くと&hellip;&hellip;<br />\rトナカイさんが、(・・ )&phi;ボーッと&hellip;&hellip;<br />\r倒したけどきつい！いや、浮きそうとかじゃないけどMPが辛い。トナカイも回復するし、タラゴンじゃあ追いつかない感じ。いつものごとく倒してもマキシリカバラントだったしね。<br />\r<br />\rで、2回ほどクエストをこなして報酬を確認してみると&hellip;&hellip;<br />\rあっ、4種類揃ってる。しかも、今回揃った訳では無く初日に揃っていた模様&hellip;&hellip;&hellip;まっ、いいか！<br />\r<br />\rその後、シェリルの森でPT狩りをした。狩り中に20分間時給測定&hellip;&hellip;2.4%/hでした?♪結構良かったな！</p>','',1,2461,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071220185727998',3,0,'2007-12-20 18:57:27','厚労省に要望を送ってみた',null,'最近フィブリノゲンの報道って多いね。<br />全員救済かそうでないか争っている様だが……<br />全員救済ってあるんでしょうか？<br />報道だけでは分かりにくいので原告団のホームページを参照してる。<br />ここには原告側の主張が書かれている。まあ、当たり前なのだが。製薬企業・国にどんな責任があるか(あると思っているのかが)書いてある。責任の原因が4項目にまとめてあるのだが、いまいち1項目目がしっくりこない。1964年当時C型肝炎が血液を介して感染することが常識だったとして、フィブリノゲンに使用される血漿が媒介であることも常識だったのか？<br />ヒトの血液に未知のウィルスが含まれている事が言及されているが今でも他の薬害に感染するリスクは残っていると思うのたが、当時C型肝炎ウィルスを無力化する技術が無く代替薬品が無く投与された人迄も責任が問えるのか？<br />当時は、医薬品に対する危険性の告知が無かった部分については責任を問えると思うのだが、加熱血液製剤が出てきたときのそれと同じなのかなぁ？<br /><br />という疑問もあり、自分が薬害にかかった場合も想定し、薬害から身を守れる様に基金などあったら良いなあと三日ほど前に厚労省に書き込みした。<br /><br />---ここから---<br />フィブリノゲンに関する薬害訴訟に対する報道を見ています。<br /><br />個人的には原告側が要求する全員救済は難しいと思います。だが自分がその立場であったなら、一日の差で救済対象からはずれてしまうとその対応を理不尽だと思うでしょう。理性的には企業と国に責任を問える時期にどこかに線引きがあるのだと理解していたとしてもです。<br /><br />そこで検討をお願いしたいのが、薬害から救済する為の基金の設立です。因果関係が確認された、もしくは確からしい案件に救済金をお支払いする。資金は薬事関連の企業(開発・製造・販売)と税金で積立でいかがでしょううか？<br />こうした保障機関があると今回の様な薬害に対する安心感がアップするはずです。<br /><br />ご検討下さい。<br />---ここまで---<br /><br />ちゃんとチェック出来て危ない医薬品が出回らない様になるのが一番なのだが、新薬とかは未知の危険性を含むものだし……<br />投与する医者がリスクを把握して患者に伝えてくれる様な世の中にしていくしか無いんでしょうね。<br /><br />','',1,2505,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071220_1857',3,0,'2007-12-20 18:57:27','12/20 新規ペットクエストのあれ',null,'<p>新規ペットクエストの報償アイテム『愛の伝令の記録』<br />\rもらっていない人はいない？<br />\rくろねこのサブはまだももらてなくて、でも公式トップページにこの件に対して『調査中』と記載されていたから、特に問い合わせもせず様子を見たんだ。もうみんなも忘れた頃に調査が終わったらしく第2回目の配付が行われたのはみんなも知ってのとおり。<br />\r<br />\rしかし、配付が行われたのは最初に問い合わせをした人だけみたい。第2回目の配付で漏れたと気付いたときに問い合わせしたけど返事もこないよ？<br />\r<br />\rここ、もうダメかな？<br />\rデスペナでもだまされたし、景品表示法や消費税契約法だっけかに引っ掛かってくれないかな？</p>','',1,2466,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071221_1231',3,0,'2007-12-21 12:31:19','12/21 くろねこ レベル138',null,'<p>くろねこ、ようやく138に&hellip;&hellip;<br />\r最初に137になったのが12/09、再び137に戻ったのが12/13。今回も結構かかったな！浮いた事はすっかり忘れてたわ！</p>','<p><span>SSは帰ったらアップしま&hellip;</span><br />\rUPした～<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo071221_1231_1.png\" alt=\"\"></p>\r<p>動画も撮ったけど、20fpsに挑戦したら、17fpsしか出て無かった&hellip;&hellip;<br />\rしかし、音声側でずれを直したところで動画自体がギクシャクなので見送りする！音声側では無く、動画側の補完をするソフトって無いです？</p>',1,2330,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071225_0005',3,0,'2007-12-25 00:05:22','12/25 メリークリスマス',null,'<p>今日はクリスマス！嫁曰く当然のことらしいのだが、クリスマスイブは24日の夕方から２５日の日の出までらしい。これは昔の一日の区切りが日の出だからとどこかに書いてた<br />\rクリスマスはくろねこのような無数教派には単なる年中行事でしかありません。異論もあるかもしれませんが宗教色はかなり無くなってますね。個人的には良いことだと思います。</p>','<p>ただの年中行事なので息子にプレゼントを渡してケーキを食べるだけになっているのだが、ゼネのクリスマスはあんまりうれしくない。サンタもトナカイも無駄に強くてしかもアイテムのドロップはめっちゃしょぼい。割に合わないのは確実だ。</p>\r<p>話は変わってこの三連休ねこは狩り狩り！<br />\r初日：30%強<br />\r中日：13%強<br />\r最終：25%強</p>\r<p>で金曜日1%強だったのが65%になった。やったー</p>',1,2650,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:46','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071226_0029',3,0,'2007-12-26 00:29:04','12/26 ゼニの移動疲れた',null,'<p>帰ってきたときまりにあはじいさんのところでPT狩り</p>\r<p>終わりそうにないのでくろねこは、ソロ狩りすることにした♪<br />\r夕飯後、めいたん誘ってPT狩りをしようかとまりが提案したけど、ゼニがいないのでゼニを運ぶことにした。ねこが運ぶゼニはエスネにいるので迷路経由でブリに運んでから、雪山に運ぼうって話をしていたんだけど、途中で息子が話しかけてきてちょいとROM。</p>\r<p>話してる間にエスネで用意してくれるかなと思ったらシンスン谷からまりが全く動かない。サブが動くのかな？って思って確認してみたけど、そうでもないらしい。返事も無かったからずっと待っていたが、話がわからないと言われて...ちょっとカチンときたけど、息子と話してる間待たせてるし、言葉足らずだった部分もあるのでちと反省。</p>','<p>最初は、まりが2キャラねこが3キャラ移動させる手はずだったけれど...無理って話で...<br />\r結局、まりが1キャラ・ねこがゼニを2キャラ運ぶことになって、2キャラ同時に動かしてたけどかなりめんどくさい。</p>\r<p>まりが1キャラ運んでくれると助かるんだけど拒否されて...ｼｮﾎﾞｰﾝ━━(&acute;･&omega;･`)━━</p>\r<p>途中で休憩を入れた後は1キャラに絞って移動開始。でも途中で2回も(モピアスとニードルで)浮いた～～～～</p>\r<p>気を取り直して、まりがお風呂に行ってる間にもう1キャラを移動。通りがかった人の後を付いてかなり楽ちんに･･････ 何とかノーミスで狩場まで着いたけど結構疲れた。</p>\r<p>コミュニケーションは大事だね。ちょっといらいらし出すとよけいにいらいらするしね。</p>\r<p>&nbsp;</p>',1,3120,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:40','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071228_0832',3,0,'2007-12-28 08:32:10','12/28 本日、レベルアップ予定',null,'<p>本日、レベルアップ予定のくろねこでし。<br />\r<br />\r年末年始はカリカリチューンでブっ飛ばしたいが&hellip;&hellip;<br />\r多分、歳なので二日目以降はペースが落ちて来る筈でし。ペースを平均化するか、それとも、最初から飛ばして気力で落ちる速度を最小限に食い止めるか？休憩を挟むのも手ですな&hellip;&hellip;<br />\r<br />\rまあ、頑張ってくろねこ誕生記念日には、グラチェンが達成出来る様に頑張るo(^o^)bネ♪</p>','<p class=\"add\">追記：<br />\r別記事で書いたけど事故があって28日中にレベルアップすることはかないませんでした。(ﾉД`)ｼｸｼｸ</p>',1,2827,0,1,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071228190644481',3,0,'2007-12-28 19:06:44','警察官待ってるの………',null,'遅い…………<br /><br />','',1,2571,1,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('071228_trouble',3,0,'2007-12-28 23:22:05','くそ～おかま掘られた…',null,'<p>本日、仕事納めで帰ってゼネをしようとしたら&hellip;&hellip;</p>\r<p>&nbsp;保険料未払いの納付書が届いていた&hellip;10月頃に年払いに切り替えたときに口座に残高が無くてちゃんと落ちてなかったらしい。嫁の分は保険外交員さんが引き取りにきてくれたのでちゃんと払ってあったのだが、くろねこの分は嫁の分と1ヶ月分引き落としした後、1ヶ月分が返却されていて未払いだった。気づかずにそのまま放置されて今日まで&hellip;っていきなり、なんの通知もなく払込書！普通担当の外交員から何らかの連絡があるかと思うし、電話オペレータから電話があるかと思うんだけどね。ってこのあたり確認しようと思ったんだけど、すでに営業時間外。払込期限(2008-03-31)を過ぎると利息が3.71%でかかるって書いてあるから早めにと思って、郵便局に行くことに。郵便局でお金をおろしてコンビニ払い。</p>\r<p>ついでに、本日ヨドバシカメラから届く荷物を頂こうかと思ったんだけど、お昼休みに夜間指定に変更していてすでに持ち出されているようで受け取りできないとのこと。でも支払の予定は変更せずに郵便局に行くことに。</p>','<p>で、車で郵便局に向かったんだけど、あいにくの雨。視界が悪い。さらにくろねこの車、週末しか乗らないのでタイヤの溝はたっぷりあるんだけど、流石に3年も経過したことによってタイヤのゴムが硬化。新品に比べるとちょっと止まりにくい。</p>\r<p>そんなとき、事件は起こったんだよね。</p>\r<p>郵便局は、駅の向こう。アンダーパスを越えていくんだが、前の車両について登り切ったところで渋滞していたようで、前方の車が止まった。併せてねこも止まろうとしたけど、上記理由によって、あとアンダーパスを上りきったところで前方の車より前が見えなくて道路事象がよす出来て無くてということもありちょっとブレーキが急に止まったの。すると、後ろから「どーん」ってぶつかる音。</p>\r<p>(/・_・＼)ｱﾁｬｰ・・と思って運転席のドアを開けて後方を確認すると、原動機付き自転車に乗った人がこけてた。さらに(/・_・＼)ｱﾁｬｰ・・と思って近くに車を寄せて辺りを見回したらこけてる原付はすでになく、該当の原付と思われる人物が事故現場から去っていった。</p>\r<p>車の後ろを確認して何か問題なさそうと思いつつ、ケータイで110番。警察の指示を仰ぎながらねこは郵便局へ。結局警察が確認に来るということで用事を済ませながら待ってた。やはりというかなんというか郵便局では払い込みが出来ず、近くのコンビニで払い込み。(郵便局も10万円以下なら払い込みが出来るとのことだったが、あいにく10万を超えているため窓口で本人確認してからでないと受付が出来ないとのこと「本人確認法というらしい」、がコンビニにそんな法律は適用されないらしい&hellip;なんでだ？)</p>\r<p>警察30分ほどして一緒に確認したら、ちょうどマフラーとその付近のバンパーが当たってた&hellip;へこんでる&hellip;&nbsp; ヾ( ﾟдﾟ)ﾉ゛ﾊｧｧｧｧｧ･･･････!&nbsp;</p>\r<p>で、取りあえず言うべきことは言って帰ってきたけど、犯人は出てこないだろうなって感じだね。</p>\r<p>もう一つへ混んだこと、今日届く予定だったヨドバシカメラからの荷物。配達に来なかったようで、12/29 0:23現在、不在票すら入ってません&hellip;&hellip;</p>\r<p class=\"add\">追記<br />\rお風呂に入った際に不在票の確認をしたら、21:37頃配達にきていたみたいです。全然気づかなかった。(/・_・＼)ｱﾁｬｰ・・</p>',1,4139,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:50','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo071229_0155',3,0,'2007-12-29 01:55:00','12/29 てってれ～',null,'<p>予想外の事故などがありましたが...遅れること約２時間...</p>\r<p>やっとこさのてってれーでした♪</p>\r<p>&nbsp;次は約５日後かな？</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/xo071229_0155_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"330\" src=\"http://www.blackcat.xyz/images/articles/xo071229_0155_1.png\" alt=\"\"></a></p>',1,2729,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo071229_0155_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:53','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20071230171758142',3,0,'2007-12-30 17:17:58','ロジテック LBT-HP110C2WH',null,'<p>昨日届いたデジものです！<br />\r<br />\r最初は、au推奨のモバイルキャスト MPX2200Rを買おうとしたが品薄で入手困難。なら他のと思って探して&hellip;&hellip;Jabra BT620sを見つけて良さそうだと思ったけど、使い勝手もどれだけ使うかも疑問が残るヘッドセットに2万弱はちょっときつい。</p>','<p>で、悩んでいると出てたのがこれ<br />\r選んだ理由は、同時に2台の機器にペアリング出来る事。懸念事項は&hellip;&hellip;<br />\r一つ目は、ひとつのプロトコルには同時に2台がペアリング出来ないので切り替える手間がどの位かかるかと言う事。<br />\r二つ目は、イヤーフックタイプなので、使い難そうと言う事。これは人それぞれと思うけど、電話はすぐ取りたいので頭から掛けるタイプが一番早く対応出来ると思うんだよね♪次点はネックバンドタイプかな？イヤーフックタイプは耳に引っ掛ける時間が掛かりそう！<br />\r<br />\rで、実際届いて使ってみたらうまく使いこなせない。<br />\rペアリングは出来たけど、テストするにも相手がいるからな&hellip;&hellip;自分で2台操作しても良いのだが&hellip;<br />\r<br />\rたまたま、呑み会をしようと連れに電話したり掛かって来たりして受話しようとしたが1回ボタンを押しても取れず、本体側で操作すると本体側でしか通話出来なかったり&hellip;&hellip;<br />\rSkypeは「Bluetooth SCO Audio」に設定する様だが試せて無い<br />\r<br />\r誰か捕まえて実験するかな？</p>',1,3318,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:27','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('071231_suihanki',3,0,'2007-12-31 20:17:49','温かいご飯が…食べたかった',null,'<p>ご飯を炊こうとして炊飯器を見たらあまりに美しくない&hellip;</p>\r<p>仕方がないので炊飯器をキュッキュと拭いていたが開けた中も以下同文。</p>','<p>スポンジに水を付けて拭いたらきれいになった～♪</p>\r<p>でも、二度と動かなくなってた；；</p>\r<p>何でだろ？そんなに水に弱いのか？そもそも水が被るだろ？ってセットする前に水分を拭き取ってからって書いてるような気もするが&hellip;</p>\r<p>仕方がないから、ヤマダ電機のWEBチラシを見てるが&hellip;新年明けたら買いに行こう。新しいのがチラシに載ってるだろ。</p>',1,2667,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:02','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080101000000000',2,0,'2008-01-01 00:00:42','明けましておめでとうございます',null,'<p>明けましておめでとうございます。</p>\r\n<p>本年もよろしくアクセスのほどよろしくお願いいたします。<br />\r\n今年はWEBのアップデートに失敗してヽ(`(`(`(`ヽ(`Д&acute;)ﾉ&nbsp; ｳﾜ･ｳﾜ･ｳﾜ･ｳﾜ･ｳﾜｱｧｧｧﾝ!! ってことがないように頑張ります♪</p>','',1,2012,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:08','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080101_tel',3,0,'2008-01-01 09:53:16','里帰り中の嫁にはなんて電話する？',null,'<p>嫁に電話した<br />\r<br />\r昨日、お掃除中に？炊飯ジャーがつぶれたからだが、電話をかけても通じない。<br />\rまっ、いっかと思い。ネットで物色。結論的にはヤマダ電機の広告に載ってた「極め炊き NP-HX10」にしようかなっと。で買うものが決まったので、もう一度電話した。つながったから炊飯ジャーがつぶれた件を伝えると、理由を聞かれたが「知らん、洗ってたらつぶれた」と。電源が入ってないとか疑われたが、新しいのを買うとだけ伝えた。</p>','<p>ついでに、先日の事故をした件[story:071228_trouble]を伝えたが、「で、どーなったん」しか聞かないのな。おかま掘られたもらい事 故とだけ伝えたが事故をした日に電話した旨を伝えるとこう帰ってきた。「事故したってかけられてもどうしよーもないじゃん」って。&nbsp; ヾ( ﾟдﾟ)ﾉ゛ﾊｧｧｧｧｧ･･･････!&nbsp; 疲れる一言だったな。<br />\rてか、電話がかかってきて出られなかったらかけ直さないか？普通。嫁から見て、ねこってどうでも良い相手なんだね。</p>\r<p>あけおめってどういうか考えたけど、無駄だったというかむなしかったな。</p>\r<p>書いてる間にF5押しちゃって、内容が消えちゃったよ。最近ゼネしながら記事を書くからおおいのな。<br />\r仕方がないからエディタで書き直し。<br />\r<br />\rさて10:08になった買いに行ってきまー</p>',1,1458,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080103_1645',3,0,'2008-01-03 16:45:52','01/03 くろねこ レベル140',null,'<p>くろねこようやくレベル140になりました。</p>\r<p>最近ブログの更新が無かったのは、ずっと狩り狩りしていたからなのですね。<br />\r嫁が実家に帰っているので家事も自分でしないといけませんね。まぁ、適当にすませられるので気楽な面もありますが&hellip;&hellip;</p>\r<p>このぺースだと、グラチェンの146は意外と早いのかな？<br />\rｱｷﾗﾝさん142のドロップの剣売ってね～。</p>','<p>今、フィッシャーフィールドを動画に納めようとしているのだが、PT狩りで多重しているからPCが重いっ!!!そんな中レベルアップも集めて集めて一気にと思っていたら&hellip;&hellip;<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo080103_1645_1.png\" alt=\"\"><br />\rなーんにも無いところであがっちまった&hellip;&hellip;。何かあっけない展開に&hellip;&hellip;。<br />\rまっ、上がったからよしとしますか。次はLv.141で武器チェンジ、スキル習得が待ってるけど。取りあえず「Lv.5 オーラーブレード」だけ入手。これがあれば、取りあえず他はいっかな？</p>\r<p>ホーリークラッシュもあれば欲しいけど、まだLv.4が入手できてないんだよね。誰かお安く譲ってくれる方がおられましたらお願いします。ってオーラー買ったから全くお金がないや。</p>\r<p>ということで、取りあえずLv.141を目指すぞ！</p>',1,2921,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:32','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080104194117879',2,0,'2008-01-04 19:41:17','ユーザ登録完了通知の不通について',null,'<p>通常ユーザ登録を行うとパスワードがメールにて送信されてくるのですが、11月のメンテ以来「ユーザ登録完了通知」が届かない状態でした。</p>\r<p>本日修正を行いましたので、登録ユーザは<a href=\"../../users.php?mode=getpassword\">パスワードを忘れたら</a>から、パスワードをお取り寄せください。</p>\r<p>ご迷惑をおかけしております。</p>','',1,2228,0,0,'0000-00-00 00:00:00',0,'<a href=\"../../users.php?mode=getpassword\">パスワードを忘れたら</a>',0,1,1,0,10,'1999-11-30 00:00:17','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080105_1755',3,0,'2008-01-05 17:55:43','01/05 (ΦωΦ)ﾌﾌﾌ…浮いたぜ！',null,'<p>またもや泉で&hellip;</p>','<p>ボスと召還の攻撃に耐えながらザコを倒していたら&hellip;<br />\rマイコンしようとしてたのもあるけど&hellip;</p>\r<p>ｷｷｷﾀｰｷ━━ (*｀Д&acute;)=○)Дﾟ) &acute;Дﾟ)･;\' ﾀｧ━━!! -10%<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080105_1755_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"320\" src=\"http://www.blackcat.xyz/images/articles/xo080105_1755_1.png\" alt=\"\"></a></p>\r<p>うう、ボスが強くなったな&hellip;(&larr;いいわけ)</p>',1,2812,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080105_1755_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080106_0324',3,0,'2008-01-06 03:24:08','01/06 ﾘﾘｨ☆さん転職',null,'<p>今日の泉への遠征で10匹くらい倒したかな？</p>\r<p>ﾘﾘｨ☆さんの転職目的で、フォルネオス征伐にきて倒した数は、20後半かな？下手すると30超えてるかも！でもようやく手に入ったラドニーガタス。これで転職が可能になる!!!</p>\r<p>そもそもたまにしかラドニーを取りに来ないのでなかなか取れなくて、転職前にグラチェン相当のレベル(146)まであがるのか！って話になるぐらい出なくて、やっと出たーって思ったときにはﾘﾘｨさんが浮いてたよ。復活は愛火さんのリバイブで。ちょっと時間がかかったから、消えないかハラハラドキドキ。でも間に合って良かった。</p>','<p>取れたのは23:00頃だったんだけど、そのままの勢いで転職するか、さらにねらうかお話になってもう一匹だけ倒すことにして倒したんだけど、やっぱり出ないのねラドニーガタス。おかわりのお話も出たけど、回復アイテムが切れた人もいて帰って転職することになった。</p>\r<p>けど、パラディン以外には結構きついのかな？後1目盛りと言うところで、一度浮いてしまったらしい。くろねこはまとめて倒したけど、基本的には召還は分離して一匹ずつ倒すのが楽らしいでし。あと、セイントの所にリターンを変えておくと浮いたときに楽だね。</p>\r<p>そして転職式。急な転職式ということもあり、結構こぢんまりしていたためかかなりスムーズに行った。</p>\r<p>ﾘﾘｨ☆さん、おめでとう(＾▽＾)ｺﾞｻﾞｲﾏｰｽ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080106_0324_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080106_0324_1.png\" alt=\"\"></a></p>',1,3677,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080106_0324_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080107_MX_Revolution',3,0,'2008-01-07 21:03:40','Logicool MX Revolution ★★★★☆',null,'<p>今までMicrosoft製マウスを使用してきたが、1年ほど前に初めてロジクール／Logicool製品に買い換えた。<br />\r一言で言うと、このマウスは素晴らしい出来栄え。<br />\rアマゾンのレビューなどでゲームには不向きと書かれていたが、ゲーム専用マウスを使用したことがないためか激しいゲームをしないからか、ゲーム用途でも使いやすい。<br />\r使いやすいが、価格が高いのが難点。</p>','<p>最初に持った印象は結構持ちやすい。このマウスの一番の売りだと思われるホイールは未だに使いこなせていない。購入前からこの機能は使えるのか？と思っていたが、最近長いブログやメルマガ、ログ、検索結果をだーっと流す時には使えることに気付いた。しかし、このスクロールが有効の時には、ちょっと動かすときが非常にまどろっこしい。<br />\r他には、購入当初はホイールクリックに機能が割り当て出来ないことが煩わしかったが、今は慣れた。後述の[uberOptions]を使えば出来るのかもしれない。</p>\r<p>約1年間使用した感想だが、最初は電池のもちも最高で一週間程度は充電をしなくても使い続けることが出来たが、充電ステーションに置き忘れて電池切れを体験したことが数回ある。この年末年始期間は使用時間が長いためか、毎日充電をしないと心許無くなった。さらには充電ステーションに置いても充電が開始されない頻度が増え続けて、今では充電開始が確認出来るまで数回置き直しする様になった。<br />\r後、ボディに3種類のパーツが使用されているが、最近小指があたる部分のパーツがべとつくというか不快感が感じられた。ラバーぽい素材が使用されているので汚れが拭き取りにくい。(汗をかきすぎ？)中性洗剤を付けたタオルで拭いたのだが(汗&rarr;乾いたらいつもどおりOKだった。</p>\r<p>このマウスにはSetPointというツールがついていてカスタマイズが出来るのだが、他にフリーの[uberOption]と言う拡張ツールがあるらしい。かなり便利だということなので一度使ってみたい。<br />\rしかし、SetPointのキーストロークの割り当てVista上で管理者権限を持って動くアプリケーションには機能しなかった。また、たまにSetPointの設定が消えることがある。今後のアップデートに期待したい。</p>\r<p>■関連記事</p>\r<ul>\r    <li><a href=\"http://www.mstarmetro.net/~rlowens/uberOptions\">[uberOptions] Enable all options on all buttons in SetPoint</a></li>\r    <li><a href=\"http://kirock.net/article.php?id=37\">uberOptions、しっかり日本語化</a></li>\r</ul>',1,6842,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.mstarmetro.net/~rlowens/uberOptions\">[uberOptions] Enable al...</a>\n<a href=\"http://kirock.net/article.php?id=37\">uberOptions、しっかり日本語化</a>',0,0,1,0,0,'1999-11-30 00:00:03','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080107_2230',3,0,'2008-01-07 22:30:01','01/07 世の中そんなに甘くはなかった…',null,'<p>世の中そんなに甘くはなかった&hellip;</p>\r<p>ウォーロードの通る道なのかもしれない&hellip;<br />\rしかし、やはりゼネにおける最大の敵は運営・バグ・そして&hellip;&hellip;己であった&hellip;&hellip;</p>','<p>FF失敗の様子を&hellip;３枚目のSSを見るとわかるかもしれないですが&hellip;<br />\r一応FFで約半数が倒せた後、その攻撃範囲外にいたモンスターが寄ってきて&hellip;こうなりました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080107_2230_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080107_2230_1.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080107_2230_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080107_2230_2.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080107_2230_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"309\" src=\"http://www.blackcat.xyz/images/articles/xo080107_2230_3.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080107_2230_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"309\" src=\"http://www.blackcat.xyz/images/articles/xo080107_2230_4.png\" alt=\"\"></a><br />\r明らかに多すぎです。テラモンス丼を食べ過ぎて、おなかを壊した模様です。</p>\r<p>おかげさまで、リバイブを体験することが出来ました。やっぱり羽は遅いですね。</p>',1,3168,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080107_2230_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080107_2230_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080107_2230_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080107_2230_4_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080109155726694',3,0,'2008-01-09 15:57:26','Re:',null,'<p>なんか今日は色々と楽しいバグがてんこ盛りらしい<br />\r<br />\rくろねこは仕事&hellip;<br />\rおしい&hellip;</p>','',1,2201,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080110_0043',3,0,'2008-01-10 00:43:00','01/10 くろねこ 漁に出かけてみました♪',null,'<p>眠いな～ と思いつつ。</p>\r<p>先週から作成していたフィッシャーフィールドで狩りをしている様子をまとめた動画を&hellip;<br />\r今回初めて動画に音楽をミックスしてみました。</p>','<p>しかし、フィッシャーフィールド狩り危険なのでやるときには気をつけてくださいね。</p>\r<p><object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/aI1FrrSyxDQ\"></param><embed src=\"http://www.youtube.com/v/aI1FrrSyxDQ\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"></embed></object></p>\r<p>ムービーメーカーにYoutubeアップに最適な出力モードを追加して欲しい&hellip;</p>',1,2387,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:03','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080112_0244',3,0,'2008-01-12 02:44:58','01/12 くろねこ レベル141',null,'<p>ついにこの日が!!!</p>\r<p><img width=\"190\" height=\"20\" src=\"http://www.blackcat.xyz/images/articles/xo080112_0244_1.png\" alt=\"\">の日、しかしLv.5のスキルは1つしかなかった&hellip;</p>','<p>141の羽<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo080112_0244_2.png\" alt=\"\"><br />\r覚えたスキル<br />\r<img width=\"360\" height=\"320\" src=\"http://www.blackcat.xyz/images/articles/xo080112_0244_3.png\" alt=\"\"><br />\rそして現在のステータス<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080112_0244_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"293\" src=\"http://www.blackcat.xyz/images/articles/xo080112_0244_4.png\" alt=\"\"></a></p>',1,2522,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080112_0244_4_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080115_1219',3,0,'2008-01-15 12:19:35','01/12?01/14 三連休',null,'<p>ちゃお！<br />\r<br />\r若干眠いくろねこだよ♪<br />\rこの三連休の後遺症が&hellip;少し頭が変である。あっ！頭が変なのはいつもどおりだった&hellip;</p>','<p>この三連休何をしていたか&hellip;三連休&hellip;約31%、38%、21%と言うことで、現在Lv.141 90.58%<br />\r三連休で2度羽を見るつもりだった&hellip;あふぉだ!!<br />\r<br />\rどうして予定通り三連休で上がらなかったかと言うと&hellip;<br />\r最終日は朝6:00にパーティが解散した。このとき確か68.2%ぐらい<br />\rキリの良いところ迄と思い、70%迄上げちゃうぞと思ったら、急に睡魔が&hellip;やる気が無くなった。でも、69%までは気力で狩りをしてバタンキュー。この時6:50を確認、多分7:00には寝ていた筈だ。<br />\r<br />\r朝、電話で目が覚めた。電話の主は実家のかーちゃん。「カニを取りにきて」&hellip;今すぐという感じもしたが、嫁も5:00迄何かPCに向かっていたのでまだ寝ていたので、取りに行くのは後ほどということにした。<br />\r取り敢えずまだ眠たいので、二度寝する。<br />\r<br />\r起きて時間を確認したら、11:00。電話が掛かって来たのが9:30で通話時間が30分くらいだったと思うので3時間半程しか寝て無い訳ですな。<br />\r<br />\rこの日このカニを取りに行くのとついでの外食で2時間強。買い物に付き合わされて1時間強。時間的なロスはこれだけかと思いきや&hellip;<br />\r朝に経験値課金を使い切るまで狩りをしていたのだが、戻った時に付けるのを忘れて2時間程&hellip;(/・_・＼)ｱﾁｬｰ・・<br />\r<br />\rこれだけロスすれば上がらないよね。<br />\rだが、今日こそは上げる！<br />\r<br />\rLv.142になればアキランさんから買ったドロップ武器に変わるから今の店売り装備から+30 これは期待出来る!!!<br />\rと言うことで今日はレベルアップ記事が書けそうだ♪</p>',1,2568,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080116_0109',3,0,'2008-01-16 01:09:00','01/16 予定でした……',null,'<p>予定でした。</p>\r<p>&nbsp;</p>\r<p>&nbsp;</p>\r<p>しかし、それははかなく&hellip;&hellip;</p>\r<p>&nbsp;</p>\r<p>&nbsp;</p>\r<p>そして、切ないものでした&hellip;&hellip;</p>\r<p>&nbsp;</p>\r<p>&nbsp;</p>\r<p>くろねこのテンションは頂上から&hellip;&hellip;一気に奈落の底に&hellip;&hellip;</p>','<p>それは、くろねこが<em>99.46</em>まで上がった時に起きました。</p>\r<p>マンモス６匹くらいに囲まれたので、FFしようとしたけど出なくて、FSで攻撃後FFでとどめを刺そうとしたとき&hellip;</p>\r<p>浮いてました。スキルを使った瞬間。。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080116_0109_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080116_0109_1.png\" alt=\"\"></a></p>\r<p>相手の攻撃のダメージ表記は見えてなかったのに。</p>\r<p>ということは、<em>HPがちょっきりだと浮いちゃうのかな</em>？</p>\r<p>これは闘技場で試してみる必要がありそうですね。</p>\r<p>サーバのラグとかで実は攻撃を受けていたかもしれないし&hellip;&hellip;</p>\r<p>でも、はかない運命でした。</p>\r<p>&nbsp;</p>\r<p>&nbsp;</p>\r<p>レベルアップは、ゆっくりやります。今日は皆さんに迷惑をかけてますしね&hellip;</p>',1,2907,0,5,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080116_0109_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:46','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080117_0126',3,0,'2008-01-17 02:26:15','01/17 くろねこ レベル142',null,'<p>やっと上がった～</p>\r<p>悪いことは続くものですね～<br />\rこのブログ夜に書き始めて、眠くて中断。今朝書き終わった～ポチってやったら、期限切れで更新されてませんでした。</p>\r<p>(/・_・＼)ｱﾁｬｰ・・</p>\r<p>気を取り直して、帰宅後に書き直ししているわけですが&hellip;</p>','<p>レベルアップまでは～<br />\rモンスターを集めて集めて～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080117_0126_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080117_0126_1.png\" alt=\"\"></a><br />\rフィッシャーフィールド!!!<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080117_0126_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080117_0126_2.png\" alt=\"\"></a><br />\r補助が効いているので一撃で倒れていきますね～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080117_0126_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080117_0126_3.png\" alt=\"\"></a><br />\rそしてレベルアップです～♪</p>\r<p>今回もステータスは精神にポチッと★</p>\r<p>後は、グラチェンだけですな。</p>',1,2571,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080117_0126_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080117_0126_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080117_0126_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:16','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080117_2327',3,0,'2008-01-18 00:27:00','01/17 ダンジョン入り口クエスト終了～♪',null,'<p>ダンジョン入り口クエスト終了しました。(泉以外)</p>\r<p>これで誘われても一応行くことは出来ますな。<br />\r逆に言うとクエストが終わってないからという理由で断れなくなったということでもあるが...</p>','<p>一応、泉以外のクエストが完了したので、強くなったと言われるロストリザードグリフォンを見に行ってきました～♪</p>\r<p>かなり強くなってますな。くろねこの現在の魔法防御が(262+400=662 ※１)という状況で、範囲攻撃により受けたダメージは、2341。MAX HPが5050ですので２発も食らうとかなりきついですな。範囲攻撃以外に直接攻撃を食らったらかなり危険な状況に陥ります。前みたいにそのままザコのようにMPを切らすことなく叩けばOKと言う状況では無いような気がします。</p>\r<p>※1 課金未使用、Lv.4 マインドコントロールを使用</p>',1,3045,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080119_2331',3,0,'2008-01-19 23:31:53','01/19 花梨等さん転職おめでとう',null,'<p>今日は花梨等さんの転職式でした。</p>\r<p>ねこは、欠片を集めていたので、131の翼は見られませんでした。</p>\r<p>そこで頭を使って・・・<br />\r花梨等さんを呼び寄せることにしました。「花梨よ、サブの所まで来るのじゃ～」<br />\r果たしてくろねこは花梨等さんのLv.131の翼を見ることが出来たのでしょうか？</p>','<p>この試みは成功し、無事サブで花梨等さんのレベルアップの翼を見ることが出来ました♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080119_2331_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080119_2331_1.png\" alt=\"\"></a></p>\r<p>さらに、転職式の様子<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080119_2331_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080119_2331_2.png\" alt=\"\"></a></p>\r<p>二次会はお墓に行きました。花梨等さんが墓か迷宮を希望と言うこともあったんだけど、近いしクエストは比較的楽だから&hellip;しかし、ダンジョンは必要以上に強くなりました。このダンジョンクエストの報酬はレベル80で装備可能なアイテムですが、レベル80のPTではとうてい太刀打ち不可能ですね。くろねこのバインも確定しなかった。(バインLv.4、魔力課金Lv.1、ベル&times;3，パオパオ)<br />\rしかし、本体自身は範囲攻撃を除けばHPも減って楽勝だったな。</p>',1,3783,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080119_2331_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080119_2331_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080120_2134',3,0,'2008-01-20 21:34:59','01/20 PT狩りのメンバが集まらない',null,'<p>PT狩りのメンバが集まりませんね～。</p>\r<p>今日だけでなく昨日もそうだったのですが、みんなダンジョンの開通クエストにいそしんでるのでしょうか？<br />\rいつも狩りにいそしんでいるシェリルの森で狩りをしているメンバが、全然いないのです&hellip;</p>','<p>ソロで狩ると上がらなくて飽きてきたので、先日契約したマンションのモデルルームを見に行ってきました～♪</p>\r<p>新しいマンションはいっぱい機能が付いてますね。床暖房にカワック、そしてセキュリティとか<br />\rいいですね～</p>\r<p>ついでに夕飯をすませて帰ってきたら、銘鈴さんがインしてきて、次いでﾘﾘｨ☆さんがインしてきてPT狩りをはじめようと思ったら、愛火さんのPTに入れてもらうことになった。まあ、どこで誰と狩ってもウォーロードとしての自分の使命を全うするだけですがね&hellip;</p>\r<p>ところで、このマップ「ダスラキ」を20匹倒すことを氷の迷宮の開通クエストで義務づけられているわけですが、大して能力もないのにダスラキのみ倒そうとしているみたいで、ラプカウに追っかけられてにげまわってなすっていく人がいるんですね。倒せないなら複数で倒しなさいよっと。擦ったら一言言って行きなさいよって、ひどいとやり返すよ？</p>\r<p>でも、そう言う人に限って叫びでMPKが・・・って言うんだろうな&hellip;</p>\r<p>※ダスラキのみ倒すことに対して文句があるわけでもなく、低レベルが来た～ということで言っているわけでは無くてですね。人に擦って放置するくらいなら、擦られても文句言わないでくださいねということです。文句言うなら擦らないように、それなりの努力はしてくださいねってことです。</p>',1,3006,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:59','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080122_2304',3,0,'2008-01-23 00:17:09','01/22 ﾘﾘｨ☆さんおめでとう♪',null,'<p>ﾘﾘｨ☆さんってばいきなり「あと、0.01」なんだもんな～</p>\r<p>ビックリです!!!</p>\r<p>そんなﾘﾘｨ☆さんの翼をみたい人は続きをみてね。</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/xo080122_2304_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080122_2304_1.png\" alt=\"\"></a></p>\r<p>とっさのわりには、なかなか良いタイミングですな～。たぶんLv.142の翼だと思われ。</p>\r<p>■今日のくろねこ<br />\r今日はのこり二個の魔力の塊Ⅲを拾いにお墓まで・・・<br />\rちょうどそろったときにご飯に呼ばれました。奥の安地で休んでいたのだが、帰ってきて戻ろうとしたときに塊がざくざく。まさに塊のごとくでましたね。こんなに出すならさっさと出せよ！みたいな感じでしたね。この後、ご飯休憩前にばったりであったありさ☆さんの塊を取るのを手伝って...<br />\rこんな、緊張感を味わってました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080122_2304_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080122_2304_2.png\" alt=\"\"></a></p>\r<p>久々で気持ちよかった～♪</p>',1,2897,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080122_2304_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080122_2304_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:25','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080123_1520',3,0,'2008-01-23 15:20:23','01/23 アコ＆ログ2次職実装',null,'<p>とうとう実装された。アコとログの2次職(^_^)v<br />\r<br />\rそして、同時に行われたのはスキル調整。スキル調整と書くと「運営よ o(`へ\')○☆パンチ！」って感じのことが多かったのだが、今回はクールタイムの短縮、効果時間の延長が主な内容。かなりのスキルが修正された。一部には効果の基本攻撃力(回復力)アップもある。<br />\rまあ、先日弱体化されたスキルが元に戻ることはなかったんだけれどね。<br />\r弱体化で苦情が相次いだのでバランスを取ったと言うところか。</p>','<p>後細かいところでは、ダンジョン入場クエストアイテムのドロップ率アップ。個人的には集め終わったのに?と言う感は否めないが、これも好意的に捉えられるべき修正だろう。<br />\r<br />\r今回は予想外の修正が相次いだ訳だが、期待されたダンジョンのボスの調整はどうなったのだろうか？メンテ内容のモンスターに関する修正が該当していれば良いのだが&hellip;<br />\r<br />\r最後に新職業実装時恒例の経験値アップイベントが開催される。今回期間限定で売り出されたライフガード8を装備して冒険に出るもよし、レベルアップに励むのも良いだろう。<br />\r<br />\rくろねこは&hellip;装備しないかもな&hellip;</p>\r<p class=\"add\">追記<br />\rアコライト2&rarr;クラージに転職すると火力が落ちるようだ。<br />\rちなみにアコライト2がクラージの装備を装備しているとアコライト(70以下)と同じグラフィックになってしまう。ｼｮﾎﾞｰﾝ━━(&acute;･&omega;･`)━━<br />\rあとボスの範囲攻撃が弱体化された様だ。パラディンでクロックのソロが出来るようになったらしいから泉のボスも倒せるようになっただろう。チャレンジだ！</p>\r<p class=\"add\">追記2<br />\rクラージに転職後、ギルドワープをしようとすると「あなたはゼニアンです」と言われギルドに移動させてくれないとのこと！該当する人は気をつけてね。</p>',1,3831,3,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080124192139961',3,0,'2008-01-24 19:21:39','日本の男よ、ためらうな。',null,'<div style=\"float: left;\"><a target=\"_blank\" href=\"http://www.blackcat.xyz/images/photomail/20080124-080124_1858~01.jpg\"><img width=\"60\" height=\"100\" border=\"0\" alt=\"080124_1858~01\" src=\"http://www.blackcat.xyz/images/photomail/20080124-080124_1858~01-small.jpg\" /></a></div>\r<p>お客様へお願い<br />\r「キャップを明ける時は、ゆっくりとお開けください」と書かれているが、上に「ためらうな」と書かれているといっきに開けたくならない？</p>','',1,5455,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/photomail/20080124-080124_1858~01.jpg\">http://www.blackcatlab....</a>',0,0,1,0,0,'1999-11-30 00:00:56','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080124204931521',3,0,'2008-01-24 20:49:31','(タイトルなし)',null,'テストが終われば削除されます。<br /><br />','',1,0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,1,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080126_2137',3,0,'2008-01-27 20:37:25','01/26 くろねこ レベル143',null,'<p>グラチェンの扉を叩く音が聞こえてくるようなレベルになりました。たたたた～んってね！</p>\r<p>しかし、１日に25%もあげると多少疲れが出ますね。早めに切り上げです。<br />\rうまくいけば、明日はまりにあもレベルアップしそうです。</p>\r<p>それでは、くろねこのレベルアップの瞬間を！</p>','<p>モンスターを集めて一気に～とモンスターを捜していたら突如上がってしまいましたよ！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080126_2137_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"309\" src=\"http://www.blackcat.xyz/images/articles/xo080126_2137_1.png\" alt=\"\"></a><br />\r完全に不意打ちですね♪</p>\r<p>今回も精神にポチッと+1で力が100、精神が90となりました。冒険で楽をしようとすると魔力に振るのも悪くない気がしてきました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080126_2137_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"275\" src=\"http://www.blackcat.xyz/images/articles/xo080126_2137_2.png\" alt=\"\"></a></p>',1,2878,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080126_2137_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080126_2137_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:37','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080129_0755',3,0,'2008-01-29 07:55:31','01/29 ホーリークラッシュLv.4',null,'<p>いや～、急に安くなって来たな。HC4<br />\r<br />\r一億Kronとかそんな金額は出せん！とはなっからあきらめていたくろねこ。そのうち仕様変更でドロップ率が上がってポロポロと出る様になるだろうと思っていたがそんなことにはならず&hellip;まあ、3でも特に問題はないと放置していた訳だが&hellip;<br />\r<br />\r先々週のメンテナンスで、宝箱からドロップする様になったらしく、数も以前に比べちょっとは増えて(それでも結構少ないが)、値下りが加熱したのか、2000Kron万強まで落ちて来た。これ位ならと手に入れたくなったんだね。いや、ねこがというよりフレンドの劉刀君がなんだけれどね。バザーと叫びをチェックして入札とか下調べをしてくれていた訳ですよ。<br />\r<br />\rすると、昨日と言うか今朝と言うべきか午前0時過ぎなんだが、バザーで12,345,678Kronで売っていたらしいんですわ。そのくらいなら倉庫のアイテムを売ればなんとか買える金額だし、重要度も比較的高いスキルなのであっても良いかな～と思って立て替えて買ってもらったのね。<br />\r<br />\rこれで、いつものごとく借金生活が始まった訳なんだが&hellip;&hellip;</p>','<p>そして、覚えたホーリークラッシュLv.4<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo080129_0755_1.png\" alt=\"\"><br />\r隣にいるのは狩ってくれた劉刀君。</p>\r<p>シェリルの森で「マシューム」ですら確定していなかったのが、マシュームは確定かな？</p>\r<p>トータルで見ても8割くらいは確定みたいだね。</p>\r<p>5なら確定確実だな。</p>',1,3509,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:20','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080129_1902',3,0,'2008-01-29 19:02:00','01/29 運営撤退なんですって',null,'<p>閉鎖でなくて撤退だったんですか～。</p>\r<p>まぁ、同じですけどね。</p>\r<p>個人情報の移転手続きをしないとキャラが消えるそうで&hellip;<br />\rここ、重要ですな♪</p>','',1,2440,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080131002824751',3,0,'2008-01-31 00:28:24','ある日…神様が…',null,'<p>ある日神様があなたの枕元にスキル(スペル)ブックを3冊残してくれました。</p>\r<p>どんなスキル(スペル)だったら良いですか？欲しい魔法を教えてくださいな。どんなゲームでもかまわないですが、その魔法の説明をしたぺージへのURIを記載してくださいね。ここでも簡単に触れてくれるとうれしいです。</p>\r<p>記載事項</p>\r<ol>\r    <li>ゲームタイトル</li>\r    <li>スキル(スペル)名</li>\r    <li>効果</li>\r    <li>なぜ選んだか？</li>\r</ol>\r<p>3つ分書いてくださいな♪</p>','<p>ちなみにくろねこは&hellip;</p>\r<ol>\r    <li>ドラクエシリーズ/ベホマズン/全員のHP全快/みんなHP満タン/疲れたときに使うと一気に体力満タンに&hellip;集団感染でも一気に治りそうだ。欲を言うと全員のHPとMPが満タンになる方が良いな。</li>\r    <li>ドラクエシリーズ/ルーラ/移動魔法/やはり移動魔法は欲しいなっと一度行ったところでないとダメなのが面倒ですが、一度行った街に移動することが出来る。欲を言うとUltima Online のリコールがどこにでも移動できるので良いんだけど、マークの魔法も必要になるので&hellip;</li>\r    <li>ドラクエⅣ/ギガデイン/最上位集団攻撃魔法/いやーギガデインでなくても、Wizardryのティルトウェイトでも嫌な奴を一気に倒してしまえる最強魔法であれば何でも良いんですけどね♪</li>\r</ol>\r<p>上記呪文はすべてこちらに・・・<br />\r<a href=\"http://www.geocities.co.jp/Playtown/7768/dqjumon.html\">ドラクエ呪文大全</a></p>\r<p>&nbsp;他にもドラクエⅢのレムオルとか姿を消す魔法というのも良かったんですが、Wizardryの7つの奇跡の内から1つ起きるとか、あっこれってパルプンテか&hellip;何が起こるかわからないものよりも確実性を選んでしまった&hellip;</p>',1,2842,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.geocities.co.jp/Playtown/7768/dqjumon.html\">ドラクエ呪文大全</a>',0,1,1,0,0,'1999-11-30 00:00:43','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080202_0100',3,0,'2008-02-02 01:00:20','02/02 くろねこ レベル144に',null,'<p>くろねこ レベル144になりました♪</p>\r<p>グラチェン第一段階完了です。<br />\r今回はグローブと盾が変わりました。</p>','<p>くろねこのレベル144の羽です。<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/xo080202_0100_1.png\" alt=\"\"><br />\rでも、日曜日に氷の迷宮に行く予定をしているのでレベルダウンするかもな～。まあ、浮いたら浮いたときですか！</p>',1,2900,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080203_2103',3,0,'2008-02-03 21:03:14','02/03 くろねこ ハーレムで…',null,'<p>今日は予定通り氷の迷宮に行きましたとさ。<br />\r<br />\rおしまい</p>','<p>じゃなくて&hellip;&hellip;<br />\r<br />\rすごく不安を抱えながら氷の迷宮に向かった。って、まあ本当のところはちょっとだけね。というのも銘ちゃんと墓に行った時にバインが効かなかったんだよね。アクセを2個百人力から鼠アクセに変えてやっと3割という感じだった。<br />\r<br />\rまあ、着いて虎を叩いて見たら2～30%程度しか召喚が出ないので3匹目迄は出ず、4匹目にチャレンジする前に虎と遭遇したら銘ちゃんのエナで行こうか～と話していたら、虎と遭遇、ねこは虎を叩いて逃げようと小さな広場をめいいっぱい周って戻った時、銘ちゃんのエナ!!!<br />\rでも、運悪く召喚が出てタゲられてねこは一生懸命叩いたけど2秒後には銘ちゃん浮いた(ノ_＜。)ビェェン<br />\rその後、ねこがタゲられて逃げたみんなが帰って来るまで耐えた。もしかしたら、虎の召喚の攻撃全部を耐えれるのかもしれない。ただ、今回は直前にヘブンズをもらっていたからな&hellip;。と言うか、みんな状況把握せずに逃げ過ぎ!!<br />\r召喚出す役割の人間はあれじゃあ嫌になるよな。失敗時のリカバリは効かないし、耐えても回復代は馬鹿にならん&hellip;&hellip;。考える余地が大いにあると思う。<br />\r<br />\rで、危ない2Fを諦め1Fへ行く。そこで出会ったさやにゃさんありささんとハーレム状態で玉拾いをしている時、奥からさらにおねーさん四人が雑魚をはべらせやって来た～<br />\r次の瞬間くろねこHP目盛は無くなったり1ますだったりを繰り返した後チーン(ToT)<br />\r叩かれて課金ポーションが発動してなかったみたい。浮くとは思ってなかったので、ディレイもLGも使って無かった。<br />\rバイン5を取ってステ振りも考え直そうと思った！</p>',1,3280,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080204_2322',3,0,'2008-02-04 23:22:06','02/04 三度目の？',null,'<p>やはり、パーティは適切な構成でないと力は発揮されないものですね。<br />\rくろねこと魔術師3人の4人では敵の数が少ないときには攻撃してない人間が出てくるしと思っていた。</p>\r<p>くろねこ以外基本的にほぼMP満タンなんですよね。</p>\r<p>で、ねこが座ってる間だずっと待ち続ける&hellip;</p>\r<p>そんなと～き こう思うの モニタを見つめて～</p>','<p>ちょっと、動いてモンスターを見つけて1匹でも2匹でも狩れば早くたまが集まるかと。<br />\rまあ、そんなことを指摘すると逆ギレされたことが過去にあるので言いませんがね。<br />\rたしか、後衛なんだから&hellip;って、痛いんだそうです。前衛だって痛いんですがね。回復呪文が来るまで後衛の魔法が敵を倒すまでずっとダメージを食らうわけです。どんどん回復を消費するわけですね。後衛を守るために盾となり集めれば集めただけ痛いわけですね。</p>\r<p>挙げ句の果てには、モンスターが来ても経ってるだけの人とかがいたりして&hellip;ちょっとむかついてたとき<br />\rくろねこは通常攻撃で良いんじゃないかと指摘されました。上記の理由からなるべく早く倒したいわけです。なのでスキルを使って攻撃してるというのと、みんなに行かないように集めたのでみんなの範囲スキルで一気に倒そうってそう言うところですね。</p>\r<p>しかし、許容量を超えるほど数が多くなると盾が痛すぎてさらに攻撃も分散するため倒せる敵も倒せなくなってしまいました。<br />\rFSしてFFして取りあえず目の前のを倒す予定だったのですが、倒しきれずに反撃を食らって浮きました。-10%ですね。<br />\r<img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080204_2322_1.png\" alt=\"\"><br />\r4人の攻撃が集中しないと倒せないわけですね。</p>\r<p>ちなみにLGをしないのはなるべく浮かないようにするためで、マゾだからなのではありません。<br />\rまあ、浮いたときは痛いですけどね。</p>\r<p>愚痴ってしまった。明日からはまた雪山でぼちぼち狩ります。2月末から3月頭にグラチェンする予定で。</p>\r<p>■ご依頼<br />\rバインディング Lv.5 300万Krで売ってくれる方 1:1お願いします。待ってます♪</p>',1,3497,0,4,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080212_1957',3,0,'2008-02-12 19:57:31','02/12 くろねこ レベル145に',null,'<p>1週間ぶりの更新になりました。<br />\rこの1週間と言うか最後の三連休だけだが、かなり頑張って稼いだのだ♪<br />\r金曜日から土曜の朝まではリアの友人と飲みに行ってたので上がってない。何も考えず最終電車までに乗って帰るつもりだったのだが、いろいろと話がつもって帰れなかった。</p>','<p>くろねこは土曜の昼からゼネ開始！<br />\rたしか開始時は30%程度だったので、三連休中に約70%あげたことに&hellip;<br />\rこれだけ狩ると結構疲れた&hellip;稼いだ経験値も27%23%20%&hellip;だんだん減ってきてる&hellip;</p>\r<p>でも、最後は根性であげたぉ。&darr;くろねこの羽だぉ♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080212_1957_1.png\" alt=\"\"></a></p>\r<p>■次の装備は<br />\rさて、グラチェンまで残すところ100%を切ったくろねこだが、未だに泉のクエストで得られた胴衣(シラークスター)を着ている。ウォーロードになったときにウォーロードの胴衣を精錬したのだが、シラークスター以上の性能は得られなかった。だが今回145の胴衣は物理防御はもとより魔法防御もシラークスターと同等。精錬すればそれ以上になる。ということで146の剣精錬してゼンが余ったらチャレンジしてみよう。</p>\r<p>■ステ振り<br />\r今のステ振りはボス強化前の仕様に応じて割り振られたもので、強化後の魔力にステータスを割り当てていないと倒すことが困難なシステムでには対応できないので、グラチェンしたら冒険仕様に変更しようかなと計画中。</p>\r<p>■その他<br />\r三連休だけあってレベルアップする人も結構多いですね。お寺が混み混みだったようです。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080212_1957_2.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080212_1957_3.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080212_1957_4.png\" alt=\"\"></a><br />\rまた、告白が非常に多いですね～。くろねこもやってみたよ。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080212_1957_5.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080212_1957_6.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080212_1957_7.png\" alt=\"\"></a></p>\r<p>では、今日はこの辺で</p>',1,3171,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080212_1957_7_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080215_0813',3,0,'2008-02-15 08:13:55','02/12 くろねこ ステ振り直し',null,'<p>三連休には狩り狩りし尽くしてLv.145になったこともあり、嫌がるまりにあを引きずり回して迷宮に誘うことにした。</p>\r<p>本当はバイン5を手に入れてから冒険に行きたかったのだが、行きたくなったものは仕方がない。<br />\rさらに言うと、１４６の武器と145の胴衣を精錬しようと鍛冶屋に向かったのだが、ことごとく失敗して、ゼンストーンを30個以上失ったあげくにできあがったものはLv.146の武器+2というしょぼい物だけだった&hellip;。胴衣なんか精錬にチャレンジすることすら出来ず未だにシラークスター(泉のクエスト)のままである。<br />\rまぁ、泉のクエストの胴衣の方は結構おおいようである。<br />\r何か四次職になってから、精錬の成功率が下がったなと思うのはくろねこだけなのだろうか？</p>\r<p>そんな、ダメダメモードの雰囲気の中、くろねこはステータスの振り直しを敢行！<br />\r力:魔力:精神力＝100：1：93+3であったのを100:50:44+3に変更。</p>\r<p>果たしてこの状態でバイン4は迷宮以上のボスどもに効くのだろうか？</p>','<p>貸し切り状態の迷宮、着いて安地にてお手洗いに行って帰ってきたら&hellip;<br />\rおお、虎が&hellip;<br />\r通路の端に引っかかって動けない虎の様子をうかがっていたら&hellip;突然引っかかりが取れてこちらに&hellip;<br />\rこのとき、魔術師系の三人がいないことに気づいてないくろねこ。<br />\r頭にあったのは虎をバインでとめること！</p>\r<p>バイン、バイン、バイ～ン&hellip;おっ、効いた♪<br />\r虎に対してバイン4(魔法攻撃188:内課金+80)は約1/3で効くのかぁ(と、このときは思っていた)</p>\r<p>と、こんな時に帰ってきた人がいた。その人の名はまりにあ。彼女は反対側のマップで落ちていて、こちら側にやってきたらしいのであるがこちら側のマップに入ってきて暫く真っ暗だったらしい。予想するにマップ切り替え&rarr;画面情報すべて再取得&rarr;普段より大量となるデータ(虎が範囲攻撃中)&rarr;情報取得に時間がかかる＝画面の描画完了が遅れる。ということだな。<br />\r<em>※まりにあはHPが残ったまま浮いてると言っていた。サーバとの同期がなかなかなされないのがXenepicクオリティであるが、今回の場合は浮いてからフレンドポーションによって、HPが回復している可能性もかなり高い。いや、きっとそうにちがいない！間違いないのだ!!!</em></p>\r<p>ということで、あっけなくご臨終されたわけだ！</p>\r<p>くろねこは、アトラクションで召還を出して、召還を清掃後ボスを倒しにかかるが、ステ振り直しにより730ほどMPが減ったので、召還を倒すのに減ってさらにボスで瞬く間に無くなった。今回、4匹のボスを倒したわけだが、持ってきたマナキュアも葉っぱもリカバラントもほとんど無くなってしまった。</p>\r<p>今回の迷宮探検でわかったこと、バイン4でも魔法攻撃が218もあれば虎に対してほぼ100%有効であること。188だと10%ぐらいだったこと。このステ振りではソロでは再召還までに倒せないこと。再召還は意外に数が少なかったことなど。</p>\r<p>でも、これで知人のお肉は取れたので、暫く行く必要もなくなったな！</p>',1,3783,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:21','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080218081842448',2,0,'2008-02-18 08:18:42','メールアドレスの間違いが増えています',null,'<p>メールアドレスの間違いが増えています。</p>\r<p>メールアドレス入力時にはもう一度ご確認のほどよろしくお願いいたします。<br />\r今月もすでに２名ほどメールアドレスが不備でユーザ登録が完了されていない方がおられます。<br />\rパスワードの再確認をお願いします。</p>','',1,2248,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:20','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080221_1012',3,0,'2008-02-21 10:12:35','02/19 くろねこ ペトラに',null,'<p>前日(2/18)、PON☆彡にお誘い頂いた鷹さん転職グッズ強奪イベント。<br />\rくろねこは、水曜迄に同一IDに転職プレゼントが欲しくて&hellip;<br />\rサブで狩り狩りしようとしていたところだった<br />\rサブは「ただの倉庫には興味ありません！」とは言いたくても言えないLv.1<br />\r時間がない！とは思いつつも、先日購入したバイン5を試す機会！と考え参加意思表明&hellip;</p>','<p>当日(2/19)、帰宅してみると嫁が寝てて夕飯が出来ていない。待ち合わせ時刻に間に合うかそれが心配<br />\r移動するには早かったので胴衣の精練をするが&hellip;失敗。結局ゼンストーンの不足で+3で落ち着いた。なんだが+6が出来る気がしない。<br />\r<br />\rなんかやばげな予感&hellip;しかしくろねこは気付かない&hellip;<br />\r<br />\rメンバは8名の予定だったが、実際は6名だった。<br />\rお寺迄の主要な回復アイテムはバターしかもお寺迄に消費したのは23個くらい、ズバさんスゴーイ！だけど、途中で危険と判断されたのか、ヘブンズバリアを頂いたり&hellip;<br />\r<br />\rこんな調子でお寺着、そしてボス部屋前着。<br />\r<br />\r続く&hellip;</p>',1,2902,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:58','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080221_1946',3,0,'2008-02-21 19:46:35','02/19 バイン5は効くのか',null,'<p>楽勝?モードでボス部屋前迄たどり着いた鷹さん一行。<br />\rしかし、待ち構えていたのは2匹のボス！<br />\rバインがどの程度効くか判らないのに、雑魚も沢山いるのに同時に2匹はヤベー！<br />\r少々待つ、待ち疲れて突撃開始！<br />\r雑魚からちまちま倒していると&hellip;一匹のボスが鷹さんを襲う！</p>','<p>そのボス目掛けてバイン！<br />\r<br />\r効かん&hellip;<br />\r<br />\r効かん&hellip;<br />\r<br />\r効かんのじゃぁ！！！<br />\r<br />\rナンデダョ??<br />\r<br />\rと、ここでパオパオを取り出す。<br />\r<br />\r装着！<br />\r<br />\rふー、やっと効いたか&hellip;<br />\r<br />\rと言うことで、ビブにはバイン5(魔法攻撃200程度)が必要らしい。<br />\r<br />\rボスが止まったので、後方の雑魚をポコポコ&hellip;えぇぇぇぇ！召喚が&hellip;<br />\rいつの間にかズバさんが雑魚に囲まれている、と言うかタコられている！<br />\r(ズバさんは普段からズバドライブをフル稼働で、ズバフェロモンを大量散布。モンスターを集めてパーティーメンバから己を隠す特殊能力を実装している。)<br />\rズバさんを守るためフィッシャーとファイアスイングを駆使するが、どこからともなく雑魚は現われる。ふと他を見渡すとPON☆彡さんが浮いてる。鷹さんは側でモンスターを叩いている。と、ここでくろねこにいっぱいモンスターが！<br />\rあちゃー！ズバさん浮いた(ノ_＜。)ビェェン<br />\r<br />\rえぇ、逃げましたよ。逃げましたとさ。<br />\r<br />\r出口がそこだったんで。いつもならその場で仁王立ちで浮いていたでしょうが、今日は出口がすぐそこ。雑魚10匹位にボコられながら、回復オシッパで逃げ切り成功！<br />\rこの後も出たり入ったりでちまちま雑魚を減らす。くろねこはチキンだな～。</p>\r<p>チキンながらも雑魚を減らして、復活した皆さんとビブを倒す！しかし、目当てのナピオンが出ない。もう一匹を倒すもこちらも出ない。仕方なく次を待つことに&hellip;</p>\r<p>待つこと約30～40分ほどだったでしょうか？<br />\r最奥でハンターさんがビブを見つける。ちょっとずつザコを倒して近づいていくと&hellip;<br />\rいきなり向こうからやってきた♪</p>\r<p>バインだー！</p>\r<p>と思ったら、ちょっと待て？</p>\r<p>きれいに２匹重なってる？</p>\r<p>えぇ、逃げましたよ。逃げましたとさ。（再）</p>\r<p>２匹同時の範囲＋直接攻撃なんかバイン目当てのくろねこに耐えられるわけが&hellip;<br />\r(バイン目当ての時は効くまでバインのボタンを押しっぱなし)</p>\r<p>ここは一旦おとなしく退却！って退却した瞬間、他の人にタゲが移ったようで、ズバさんとPON☆彡さんにタゲが行った模様。</p>\r<p>ふたりが別々に逃げたのでビブも別々に♪バインで助けようとしたら、バインした瞬間にPON☆彡さんが浮いた(つд・)ｴｰﾝ<br />\rもうちょっと耐えてくれれば&hellip;</p>\r<p>ズバさんのほうも止めて、このビブを倒したらナピオンが出た♪<br />\rもう片方はそのとき来ていた他のパーティが倒したらしい。そちらも出たらしい。</p>\r<p>しかし、今回は被害甚大でした(つд&sub;)ｴｰﾝ<br />\rでも、ナピオンが出て良かった♪</p>\r<p>しかし、LG装着すると浮かないのはなぜなんだろう。</p>',1,3033,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:14','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080222_recording_PC_Sound_for_Vista',3,0,'2008-02-22 19:18:39','02/22 Vistaでも録音がしたい',null,'<p>かなり以前だがXPではちょと強引な方法だが、[story:071121_recording_PC_sound2]でStereo Mix が導入できて録音が出来るようになった。</p>\r<p>新しいDELL Notebook PC ではStereo Mix対応の新ドライバが公開されているようだ。</p>\r<p>NotebookForums.com というフォーラムの<a href=\"http://www.notebookforums.com/thread169312.html\">Hacking SigmaTel Drivers for E1705/9400, i need knowledgable helpers</a>という記事を見ているとDELL PCでは使われていないSigmaTel用のコントロールパネルが使用できる様であるが英語であるので、基本的に苦手。</p>\r<p>読めないわけではないが、日本語の記事が欲しい。</p>\r<p>情報を探しているとたどり着いたのが「<a href=\"http://luminol.hp.infoseek.co.jp/#STAC92XX\">DELLのノートPCのオーディオデバイス SigmaTel STAC92xx用ドライバのコントロールパネル有効化の話」</a>。</p>\r<p>これによると、最新のE1705/9400用SigmaTel Audio Driverは、Streo Mixに対応しているらしい。ということはこのドライバを使えば...</p>','<p>しかし、世の中そんなにうまくいかなかった。</p>\r<p>そのまま導入すると、サウンドデバイスからSigmaTel Audioが消えた。(つд&sub;)ｴｰﾝ</p>\r<p>仕方なく、DELL FTPサイトをあさっていたらWEBサイトの一覧にないドライバを発見した。しかし、これにはStereo Mixは入ってなかった。</p>\r<blockquote> Windows Vista(32/64)用<br />\r[Thursday, February 21, 2008 12:55 AM      7552776 <a href=\"http://ftp.dell.com/audio/R173208.exe\">R173208.exe</a>]\r<pre>Title      : Audio:SIGMATEL STAC 92XX C-Major HD Audio Driver<br />Version    : A05<br />OEM Name   : SIGMATEL<br />OEM Ver    : 6.10.0.5515<br />Computers  : DV061; <br />Dimension - 5100, 5100C, 9100, C521, DC051, DM051, DM061, DV051, Dimension - DXC051, DXC061, DXP051, DXP061, E521;<br />OptiPlex - 210L, 740;<br />Precision - 380, 390, 490, 690;<br />XPS - 420, DXG061, XPS 720, XPS710<br />Oses       : Windows Vista 32-bit Business, Windows Vista 32-bit Home Basic, Windows Vista 32-bit Home Premium, Windows Vista 32-bit Ultimate, Windows Vista 64-bit BusinessWindows Vista 64-bit Home BasicWindows Vista 64-bit Home PremiumWindows Vista 64-bit Ultimate<br />Languages  : Brazilian Portuguese, Chinese-S, Chinese-T, English, French, German, Japanese, Korean, Spanish<br />Created    : Tue Nov 27 16:41:39 CST 2007</pre>\r</blockquote><blockquote>Windows 2000/XP(32/64)用<br />\r[Thursday, February 21, 2008 12:58 AM      8138376 <a href=\"http://ftp.dell.com/audio/R173209.exe\">R173209.exe</a>]\r<pre>Title      : Audio:SIGMATEL STAC 92XX C-Major HD Audio Driver<br />Version    : A05<br />OEM Name   : SIGMATEL<br />OEM Ver    : 6.10.0.5515<br />Computers  : DV061; <br />Dimension - 5100, 5100C, 9100, C521, DC051, DM051, DM061, DV051, Dimension - DXC051, DXC061, DXP051, DXP061, E521;<br />OptiPlex - 210L, 740;<br />Precision - 380, 390, 490, 690;<br />XPS - 420, DXG061, XPS 720, XPS710<br />Oses       : Windows Vista 32-bit Business, Windows Vista 32-bit Home Basic, Windows Vista 32-bit Home Premium, Windows Vista 32-bit Ultimate, Windows Vista 64-bit BusinessWindows Vista 64-bit Home BasicWindows Vista 64-bit Home PremiumWindows Vista 64-bit Ultimate<br />Languages  : Brazilian Portuguese, Chinese-S, Chinese-T, English, French, German, Japanese, Korean, Spanish<br />Created    : Tue Nov 27 16:41:39 CST 2007</pre>\r</blockquote>\r<p>仕方がないから、E1705/9400用SigmaTel Audio Driverを改造して、無理矢理入れてみようかな？</p>',1,14268,2,5,'0000-00-00 00:00:00',0,'<a href=\"http://www.notebookforums.com/thread169312.html\">Hacking SigmaTel Driver...</a>\n<a href=\"http://luminol.hp.infoseek.co.jp/#STAC92XX\">DELLのノートPCの',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080224_1733',3,0,'2008-02-24 17:33:52','02/24 くろねこ レベル146に…',null,'<p>くろねこがレベル146になった。<br />\rとうとうグラチェンのレベルに到達した～♪</p>\r<p>後は経験値の課金が切れるまであげて、後はその後の運営の方針を見て考えよう！<br />\rやってみたいMMORPGであるルナティアは今冬までオープンはなさそうだ。</p>','<p>くろねこレベルアップ画像(Lv.146は撮れなかったのでLv.145で代用)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080224_1733_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080224_1733_1.png\" alt=\"\"></a></p>\r<p>しかし、カハマルカ動画作成に失敗するなんて～思ってなかった</p>',1,2585,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080224_1733_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('080224_Select_AMD_Graphic_Driver',3,0,'2008-02-24 17:54:00','AMD(ATI)グラフィックドライバをダウンロードする',null,'<p>ATIのグラフィックカードドライバがダウンロードできないという方がちらほらいるようで、代わりにダウンロードするのも面倒になってきたので...</p>\r<p>以下にダウンロード方法をまとめてみる。</p>\r<p>ダウンロード順序は以下の通り。</p>\r<ol>\r    <li><a href=\"http://www.amd.com/jp-ja/\">AMDサイト</a>に行く</li>\r    <li>技術情報＆サポートの下にある<a href=\"http://www.amd.co.jp/home/ql_atidriver/\"><font>ATI ドライバ</font></a>をクリック<br />\r    <img width=\"300\" height=\"335\" src=\"http://www.blackcat.xyz/images/articles/080224_Select_AMD_Graphic_Driver_1.png\" alt=\"\"></li>\r    <li>使用しているOS(Windows)を選択する</li>\r    <li>グラボの種類を選択する</li>\r    <li>グラボに載っているグラフィックチップの型番を選択する</li>\r    <li>Go をクリック<br />\r    <img width=\"300\" height=\"335\" src=\"http://www.blackcat.xyz/images/articles/080224_Select_AMD_Graphic_Driver_2.png\" alt=\"\"></li>\r    <li>Display Driver、Catalyst Control Center、WDM Drivers がすべて入っているOption 1のCatalyst Software Suiteをクリック</li>\r</ol>\r<p>これでダウンロードが可能</p>\r<p>※PCに搭載されているグラフィックチップを調べてからダウンロードしよう。<br />\rグラフィックチップはPCのマニュアルやグラフィックカードの外箱などに記載されているが、下記の方法でも確認できる。</p>','<p>■必要なグラフィックチップの調べ方</p>\r<ol>\r    <li>スタートボタンをクリック</li>\r    <li>マイコンピュータを右クリック</li>\r    <li>プロパティをクリック</li>\r    <li>ハードウェアタブをクリック</li>\r    <li>デバイスマネージャのボタンをクリック<br />\r    (デバイスマネージャが開く)</li>\r    <li>ディスプレイアダプタの左側の+をクリック<br />\r    ディスプレイアダプタの下側に使用しているグラフィックカードとチップの種類が表示される。<br />\r    <img width=\"300\" height=\"166\" src=\"http://www.blackcat.xyz/images/articles/080224_Select_AMD_Graphic_Driver_3.png\" alt=\"\"><br />\r    例)Radeon X1300/X1550 Series</li>\r</ol>\r<p>※最近、OpenGL目当てでこのページに来る人が増えているようだが、いつもAMD(ATI)のドライバにOpenGLが同梱されていると言う保証はないので注意を要する。<br />\rまた、NVIDIAのグラフィックチップ搭載PCの人は別にもっと適切な手段があると思うのでそちらを探してほしい。</p>',1,75491,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.amd.com/jp-ja/\">AMDサイト</a>\n<a href=\"http://www.amd.co.jp/home/ql_atidriver/\">ATI ドライバ</a>',0,1,1,0,0,'2008-12-01 09:22:08','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080229140151572',3,0,'2008-02-29 14:01:51','02/29 トラブル発生',null,'<p>朝、仕事場でトラブルが発生していた様だ！<br />\r<br />\r聞くと閏年関連のバグのよう！<br />\rとある入力があって期間をチェックしているが、一年間なので2008/02/28～2009/02/28となるが、間違っていて～2009/02/29になっていたのが原因だった。(こんな日付無いよね)</p>\r<p>担当者は2009/03/01迄とした様だが&hellip;<br />\rプログラムをみてみると、とっても最悪！</p>\r<p>1.日付を文字列として受け取り日付型に変換。本日日付を作成。<br />\r2.1年後の日付を得るため、再度文字列変換し年月日に分解し年に+1。組み立て直す&hellip;<br />\r有り得んだろ？<br />\r日付型にしたなら日付型で演算して比較しろって&hellip;</p>\r<p>まだ、こんなのがあるかもと思うと頭が痛い&hellip;</p>','',1,2434,2,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080229_FirstContact',3,0,'2008-02-29 23:04:22','02/29 [MOE] 初めて人と会う',null,'<p>Ｘｅｎｅｐｉｃ Ｏｎｌｉｎｅ での活動を終えた深夜にちょこちょこっと Master of Epic を初めて5日目、この変なダンジョン？に来て3日目やっと人が...</p>','<p>[image1]<br />\r聞くところによるとこのチュートリアルのダンジョンでは、ボスを倒しても何も手に入らないので、倒す必要はないとのこと。でも、なんかいろいろモンスターと戦闘？接触しているとスキルが上がって行くし、マウス操作になれるためにももうちょっと様子を見よう！</p>',1,2782,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 03:19:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080301_0142',3,0,'2008-03-01 01:42:38','02/29 新たに2スキル習得',null,'<p>朝、先日の泉にリブ設置パーティのお手伝いをしたとき出たストレンスソード Lv.2(使うことすらないと思うが&hellip;)を、夜はまりにあが買ってきてくれたフィッシャーフィールド Lv.2を習得した♪</p>','<p>ストレンスソード Lv.2習得<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080301_0142_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"290\" src=\"http://www.blackcat.xyz/images/articles/xo080301_0142_1.png\" alt=\"\"></a><br />\rフィッシャーシールド Lv.2習得<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080301_0142_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"290\" src=\"http://www.blackcat.xyz/images/articles/xo080301_0142_2.png\" alt=\"\"></a></p>\r<p>くろねこのスキル習得もこれが最後なのか？<br />\rあとライトヒール Lv.5があるけど、あれも覚える意味が薄いな&hellip;</p>',1,3247,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080301_0142_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080301_0142_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:28','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080302_2114',3,0,'2008-03-02 21:14:12','03/02 νφさん転職式～',null,'<p>呼ばれてなかったけど行って、カウントまで取ってきましたよ♪<br />\rお(･&forall;･)め(･&forall;･)で(･&forall;･)と(･&forall;･)う！</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/xo080302_2114_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080302_2114_1.png\" alt=\"\"></a></p>\r<p>くろねこにはもう転職はなかった&hellip;</p>',1,3607,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080302_2114_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080304_Dual_Run_Application',3,0,'2008-03-04 19:00:37','多重起動が許可されていないアプリの多重起動を考える',null,'<p>多重起動抑止にはいくつか方法があって、くろねこも紹介している様なMutexを使う方法がお手軽なので一般的だと思う。(DelphiではWin32だと[story:ProgramingFAQ_del0008]、.Netだと[story:ProgramingFAQ_del0054]で紹介)<br />\rこのMutexを利用する方法は昔のWindowsの様なシングルユーザマルチタスクの時にはそれなりに機能してきた。今でもほとんどのケースで問題無く利用できている。ひとり1アカウントで1台のパソコンを占有する為だ。<br />\rしかし、XPから実装されたユーザ切替などを利用し始めると、そのパソコンではユーザの数だけ起動出来てしまう。これはMutexが1アカウントに対して固有の識別が出来る様に仕様が再定義されたからで、アカウントに依存せずOSの制御下に1つにするのであれば、Global Mutexを使用する。(この方法でもVirtual PCなどの仮想化テクノロジを使用した場合は別。)</p>','<p>このように、抜け道を利用すると複数起動する方法が見えて来るのだが、例えばユーザ切替を利用すると同じ画面上に表示されないので、複数起動したメリットが得られにくかったりする。(結構切替に時間がかかる。)<br />\rそこで、「別のユーザとして実行(A)...」を利用する。<br />\rこれを利用して、現在ログイン中のアカウントと別のアカウントを指定(「別のユーザとして実行」ダイアログで「別のユーザ」を選択)で多重起動抑止を回避して、複数起動出来る。※</p>\r<p>※CPU、メモリ搭載量等の環境に依存し、同時起動出来るアプリケーション数は異なるので注意</p>\r<p>通常、多重起動が抑止されているアプリケーションは、多重起動が不要かもしくは多重起動すると不具合を起こす可能性がある場合があるので注意<br />\r&nbsp;</p>\r<p>&nbsp;</p>',1,62908,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:04','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080305_tohato',3,0,'2008-03-05 20:46:33','03/05 『東ハトスナック詰め合わせ』当たる！',null,'<p>MASTクラブ ２月号プレゼントの『東ハトスナック詰め合わせ』が当たった！</p>\r<p>たまに応募しているが当たると思ってなかっただけにびっくりした♪</p>\r<p>なんか、今回のプレゼントは商品内容の充実を図り、20種類の詰め合わせとなっているらしい。</p>\r<p>では、中身をみていこう！</p>','<p>まずは、プレゼント外観！(一度開封しちゃったけど♪)<br />\r<img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/080305_tohato_1.png\" alt=\"\"></p>\r<p>開けるとこんな感じで詰まってた、<br />\r<img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/080305_tohato_2.png\" alt=\"\"></p>\r<p>中身を並べてみるとこんな感じで全部で20個。<br />\r<img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/080305_tohato_3.png\" alt=\"\"><br />\r見たことがないお菓子も結構あった！</p>\r<p>一つだけお菓子じゃなくて文具キットだった。<br />\r<img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/080305_tohato_4.png\" alt=\"\"></p>\r<p>また当たると良いなぁ、１回当たるとまた当たるかもって思うよd(^-^)ネ!</p>',1,4161,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080308_2205',3,0,'2008-03-08 22:05:03','03/08 くろねこ レベル147',null,'<p>取りあえずの目標のグラチェンも終わって、次の目標は最終武器のレベル150か次のスキルの151かといった今日この頃、そろそろレベル上げの意味に疑問を感じています...</p>\r<p>って、かなり遅いような気もするけど</p>\r<p>でも、ゲームとしての楽しさと投資金額が全然見合ってない気がするのはくろねこだけでは無いでしょう。</p>\r<p>そろそろ、レベル上げを辞めてもいいころかな？</p>','<p>そんな中で、くろねこの最終の羽になるか、はたまたもう一個上がるか経験値課金の切れる時期次第ですが、取りあえずLv.147の羽が出ました！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080308_2205_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"344\" src=\"http://www.blackcat.xyz/images/articles/xo080308_2205_1.png\" alt=\"\"></a><br />\rFFのおかげか、全然くろねこが見えてないですね...次があるならきれいに取るか...それともどこかのボスであげようか要検討だにゃぁ～♪</p>\r<p>移住先はどこにするかな？っと検討中です。</p>',1,3364,0,2,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080308_2205_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080313_InfringeOnThePrivacyOfCommunicati',3,0,'2008-03-13 19:20:47','03/13 KDDI(au)は通信の秘密を侵しているか？(3/20更新)',null,'<p>みんなは知っているか？特にauユーザの皆さん。</p>\r<p>KDDI(au)ではメールの大部分のヘッダ情報はau電話機に届かない。届いていても見ることが出来ない。<br />\r見ることが出来ないことを逆手に取ったのかどうかは不明だが、au電話機に届くメールはメールサーバ側で不正に加工され一部の情報が削除されている。(とauのサポートが言っている)勿論彼等がこの行為を不法行為だとは言わないが。</p>\r<p>削除されているのはメールのヘッダと言われる封書で言うと、外側にある消印の部分だと考えると良いかもしれない。通常の郵便物と同様にEメールにも消印が追加される。通常の郵便物と異なるのは経由する人の数だけ(メールサーバの数だけ)消印(Recieved)が追加される。<br />\r詳しくは、<a href=\"http://www.stackasterisk.jp/tech/engineer/mail01_01.jsp\">メール配信の仕組みを知る:1.メール配送の仕組み</a>等を参照していただきたい。</p>\r<p>そのヘッダのうち From, To, Subject, Dtate, Replay-To しか確認できないが、たぶん Message-Id も届いていると思われる。しかし、SPAMメールを調査する際に必要なRecieved(消印)は削除されて届いていない。Recievedはどこのメールサーバを通って配信されてきたかを知るために必要な大切な記録である。これがないと、SPAMメールの送信先が特定できないのである。(SPAMメールではFromアドレスには基本的に嘘っぱちが書いてあることが多い)</p>','<p>&nbsp;実は、au電話機には届いていないがある方法でauのサーバにアクセスすると、完全なヘッダを含むメールの内容を取得することが出来る。これで目的は達することが出来るのだが、１つずつ探さないといけないし、取り出すのも一つずつ。ただ日時順に並んでいるだけで検索方法もない。メールという物は転送が出来るのだが、auお客様センターに問い合わせたところ、自動転送しても携帯に送られる内容(削除されたメールヘッダ付きメール)が転送されてくるだけなので、ヘッダ情報を手に入れることは出来ない。</p>\r<p>そもそも、メールの内容が改ざんされることがおかしい！そう思って、この行為の違法性を近畿総合通信局に問い合わせたが、限りなくグレーのようで結論は得られなかった。<br />\rそもそも、ヘッダは秘密？</p>\r<p>総務省の「<span lang=\"EN-US\">５．通信の秘密、個人情報保護について</span>」と言うぺージには以下のように書かれていた。</p>\r<blockquote> ○　通信の秘密の保障には、通信の内容だけでなくその存在の秘密が確保されることも含まれるものですから、上記の各法律の保護の及ぶ範囲は、通信内容だけでなく、通信当事者の住所、氏名、通信日時、発信場所等通信の構成要素や通信の存在の事実の有無を含むものです。<br />\r<br />\r&nbsp;○　電気通信事業法では、電気通信事業者の取扱中に係る通信の秘密を侵すことを禁じているのですが、ここで禁止行為とされている「秘密を侵す」とは、上に述べた通信の秘密の保障が及ぶ事項の秘密を侵す行為、すなわち、通信当事者以外の第三者がこれらの事実を故意に知ったり、自己又は他人のために利用したり、第三者に漏えいすることをすべて含むものです。正当な理由なくこれらの行為を行うと刑事罰に処せられることになります。<br />\r</blockquote>\r<p>ヘッダを通信の構成要素ととらえれば保護すべき対象ととらえられそうなのですが、「秘密を侵す」にはちょっと何か足りないような...プログラムを開発することは完全に故意ですが、プログラムが判定しているのを「知る」と言えるかどうかですね。auはこの行為によって直接的な利益を得ていないですから。間接的に得てるかもしれませんが？</p>\r<p>ちなみに、ヘッダが守るべき秘密であることはKDDI自身が加入している<font>社団法人電気通信事業者協会などが出したガイドラインに明記されています。</font></p>\r<p><font>くろねこ的には、機械が見る行為も人間の代行として処理してるので人間が見ているのと変わらないと判断して、その行為が正当業務行為かどうかに焦点を絞りたかったのですが、(；&acute;&forall;｀)･･･いたいなぁ･･･ </font></p>\r<p>■参考サイト</p>\r<ul>\r    <li><a href=\"http://e-words.jp/w/E383A1E383BCE383ABE38398E38383E38380.html\">メールヘッダとは 【mail header】 - 意味・解説 ： IT用語辞典</a></li>\r    <li><a href=\"http://www.geocities.co.jp/Hollywood/9752/metamail.html\">メールヘッダ一覧</a></li>\r    <li><a href=\"http://www.soumu.go.jp/joho_tsusin/d_faq/5Privacy.htm\"><span lang=\"EN-US\"> ５．通信の秘密、個人情報保護について</span></a></li>\r    <li><a href=\"http://www.jaipa.or.jp/info/2007/info_070530.html\"> 電気通信事業者における大量通信等への対処と通信の秘密に関するガイドラインの策定について</a></li>\r</ul>',1,4423,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.stackasterisk.jp/tech/engineer/mail01_01.jsp\">メール配信の仕組みを知る:1.メール配送の仕組み</a>\n<a href=\"http://e-words.jp/w/E383A1E383BCE383ABE38398E38383E38380.html\">メールヘッダと',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080317135404681',3,0,'2008-03-17 13:54:04','03/14 忘れていた…',null,'忘れていた要望の返答が返って来た！<br /><br />早速中身を見てみる。<br /><br />返答は以下のとおり。<br />お問い合わせありがとうございます。<br />ゼネピックオンラインサポートです。<br /><br />返信が遅くなり申し訳ございません。<br />ご連絡いただきました、チャット操作の修正やサーバーとの同期の問題、<br />回復スキルのバランス調整につきましてはご要望として承り、<br />今後のアップデート内容として検討させていただきます。<br />しかしながら、協議の結果ご期待に副えない場合にはご容赦ください。<br /><br />また、お寄せいただきましたご意見を元に、アップデート等対応を<br />行って参りますので、今回お寄せいただきました内容以外にも、<br />お気づきの点等がございましたら是<br />複数のメールをいただき失礼と存じますが、<br />こちらのメールにて返信とさせていただきます。<br /><br />この度は多数の貴重なご意見をいただき誠にありがとうございます。<br />今後ともゼネピックオンラインをよろしくお願いいたします。<br /><br />※ご返信の際はこちらのメール本文を残したまま<br />　ご連絡くださいますようお願いいたします。<br /><br />┏ ─────────────────────── ┓ = XenepicOnline =  ゼネピックオンラインサポート http://www.xenepiconline.info/ (C) 2005-2008 DNC Entertainment Inc. (C) 2008 Q Entertainment Inc.<br />┗ ───────────  = XenepicOnline = ── ┛<br /><br />んー、実現すると良いなぁ。<br />くろねこが出した要望は以下のとおり。<br />&gt; お問い合わせ内容：<br />&gt; ゼネピック全般に関する要望です<br />&gt; 本日のお知らせを見て今まで受け入れられなかった要望も送った方が良いかと思い送らせていただきます。<br />&gt; 要望1<br />&gt; 文字入力エリア以外へ文字入力フォーカスが移動しないようにしてください。<br />&gt; チャット文字を入力中に「誰かがログインをする/スキルを使用する/マップ上の何かをクリックする」などの操作で文字入力が続けられなくなります。<br />&gt; 要望2<br />&gt; サーバとの同期をもっと頻繁に行うようにするか、ミニマップの更新のように調整できるようにしてください。<br />&gt; 移動中にスキルを使用したりするとサーバとの同期が取れていないため戻されたり、移動もサーバよりクライアントが遅いので本来の速度が出なかったりしています。また、実際には戦闘不能になっていないのにクライアントだけ戦闘不能になったりして操作が継続できないなどの問題が発生します。<br />&gt; 要望3<br />&gt; オールストライクの詠唱速度に対する見直しが検討中とのことですが、ライトヒールを含めたヒール全般の調整も希望します。<br />&gt; ライトヒールは回復量が少ない代わりに軽快な動作が期待できる/メジャーヒールは回復量が大きい代わりに詠唱時間が長いなどメリハリがきいた方がよいと思います。<br />&gt; <br />&gt; どうぞよろしくお願いいたします。<br /><br />','',1,3035,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080318_nmoxmenu_bug',3,0,'2008-03-18 00:43:25','nmoxmenu Geeklog Plugin 4.0 にバグを見つけた',null,'<p>nmoxmenu Geeklog Plugin 4.0 を導入したんだが、何個か表示されない話題があると思いつつ調査できていなかったのだが...</p>\r<p>ゼネの経験値課金も切れて気分的に余裕が出来た！</p>\r<p>#SPAMがいっぱい来て困っててドメイン管理業者に何とかしろぉ～って言ってて結構暇はない。がんばって＞MuuMuuさん<br />\r#管理がここから取得したドメインからどんどん送られてくるんだな。auもIPが逆引きできないUnknownのサーバからメールを受けるなつーの。</p>\r<p>まあ置いておいて、functions.incの中身を調べてたらあった♪</p>','<p>nmoxmenu Geeklog Plugin 4.0 にバグを発見しました！<br />\r誰か対処方法を考えてください<br />\r<br />\r問題点：<br />\r話題に&quot;_&quot;を含むと表示されない<br />\r<br />\r原因：<br />\r言語指定のためのSQLを生成しているところで、WHERE 条件に Like を使用している</p>\r<pre>\r&nbsp;&nbsp;&nbsp; //言語指定のためのSQLを生成\r\r&nbsp;&nbsp;&nbsp; &#36;sql_lang=COM_getLangSQL(&quot;tid&quot;,&quot;where&quot;);\r\r&nbsp;&nbsp;&nbsp; if(&#36;sql_lang==\'\'){\r\r&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &#36;sql_lang=&quot; where tid not like \'%&#92;_%\'&quot;;\r\r&nbsp;&nbsp;&nbsp; }else{\r\r&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &#36;sql_lang=&#36;sql_lang.&quot; or tid not like \'%&#92;_%\'&quot;;\r\r&nbsp;&nbsp;&nbsp; }</pre>\r<p>このため、下記のSQL文を実行する際に話題中に含まれる&quot;_&quot;がワイルドカードとして認識される</p>\r<pre>\r&nbsp;&nbsp;&nbsp; &#36;rs=DB_query(&quot;select * from &quot;.&#36;_TABLES[&quot;topics&quot;].&#36;sql_lang.&quot; union select * from &quot;.&#36;_TABLES[&quot;nmoxmenu_topics&quot;].&#36;sql_lang.&quot; order by sortnum asc&quot;);</pre>\r<p>話題中の&quot;_&quot;をすべてエスケープシーケンス出来ればいいのでだが...<br />\r<br />\r可能なんでろうか？SQLでエスケープシーケンスをしたことがないくろねこであった...</p>',1,4608,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080318005049942',2,0,'2008-03-18 00:50:49','03/18 ダウンロードできない不具合を直しました',null,'<p>ダウンロードできない不具合を直しました。</p>\r\n<p>いつから発生していたかわからないんですが、ダウンロードできなかった方は取り直ししてください。</p>','<p>サイト管理メモ：<br />\r\nサイトごとの設定は、config.php ではなくて filemgmt.php にもってたんだな....</p>\r\n',1,2102,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,10,'1999-11-30 00:00:49','html',1,0,null,null,0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080319_InfringeOnThePrivacyOfCommunicati',3,0,'2008-03-19 00:28:30','03/18 KDDI(au)は通信の秘密を侵しているか？ vol.2',null,'<p>先日、KDDI(au)が行っている(とauのサポートが言っている)メールヘッダの一部削除について、総務省 消費者行政課にお電話してみた。</p>\r<p>珍しいお名前の方に対応していただいて、auがメールを改変している現状を説明したところ、<em>通信の秘密を侵害している可能性が高い</em>と言うことで対応していただけることになった。</p>\r<p>確認したのだが、たとえ機械処理であっても通信の秘密を侵害していることに変わりなく、その行為が必要かどうか(正当業務行為に当たるかどうか)が問題となるようである。</p>','<p>ところで、KDDI等のプロバイダを含む日本インターネットプロバイダ協会から<font><a href=\"http://www.jaipa.or.jp/other/bandwidth/info_080317.html\">「帯域制御の運用基準に関するガイドライン（案）」に係る意見募集について（3/17）</a></font> として新たに帯域制御を行う際のガイドライン案が公開されたようですので、気になる方は目を通した方が良いかな？</p>\r<p>このガイドラインも本日の総務省の見解もそうだが、</p>\r<blockquote>（２）法的性質<br />\r本ガイドラインは、裁判例や行政機関による法令の適用関係に関する解釈をまとめたものではなく、あくまでも事業者としての行動の指針として、事業者団体が自主的に策定するものである。したがって、本ガイドラインは、法的効力を有するものではなく、これを遵守するか否かについては、個々の事業者の判断に任される。</blockquote>\r<p>と前置きはあるが、</p>\r<blockquote>「通信の秘密」の範囲は、個別の通信に係る通信内容のほか、個別の通信に係る通信当事者の氏名、発信場所、通信日時、通信量やヘッダ情報等の構成要素、通信の存否の事、通信の個数なども含む広範なものである。また、「通信の秘密」を「侵害する行為」には、通信当事者以外の者が、「通信の秘密」に該当する事項を積極的意思をもって知得しようとすること及び通信当事者の意思に反して当該事項を自己又は他人の利益のために利用することも含まれる。<br />\r<br />\rしたがって、ISP 等が、例えば、Winny に特有のパケットのパターンを検知して制御する場合のように、自己のネットワークを通過するパケットのヘッダやペイロード情報をチェックすること、特定のアプリケーションに係るパケットを検知すること、その結果を踏まえ当該パケットの流通を制御すること10は、それぞれの行為が「通信の秘密」の侵害行為に該当することになる。<br />\rまた、ISP 等が、ユーザのトラヒック量を検知して、特定のヘビーユーザについてはそのパケットの流通を制御することも、個別の通信に係る通信量を把握すること、当該把握に基づき制御を行うことになるため、それぞれの行為が「通信の秘密」の侵害行為に該当することになる。<br />\rこの点に関して、「帯域制御に関するアンケート調査結果」（別添）によれば、一部の事業者においては、制御装置を用いる場合は単に機器がパケットを検知して制御しているに過ぎず、人為的なチェックを介していないため、「通信の秘密」の侵害行為には当たらないと考える、との回答が見られたが11、たとえ制御装置が自動的に動作するような場合であっても、「通信の秘密」に該当する事項を利用してISP 等が制御を行っているのであるから、「通信の秘密」に対する侵害行為に当たらないわけではないことに注意する必要がある。</blockquote>\r<p>と記載している。</p>\r<p>半年ほど前に最初にヘッダの改変についてauのサポートに意見した際には、<em>ヘッダを機械処理することのどこが通信の秘密を侵害することになるんですか！</em>と声を荒げて恫喝していたが、まさにauはこの一番最後の説の「通信の秘密」に対する見解を謝っている企業の代表であることが証明された。</p>\r<p>法的見解はこれから出されるであろうが、自分たちで考えたガイドラインですら理解して守れない企業を相手に、他の法律が守れているという保証はどこにもないなと思えてくる。</p>\r<p>そろそろ、au以外のキャリアを探す時期が来たようだ。</p>',1,6849,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.jaipa.or.jp/other/bandwidth/info_080317.html\">「帯域制御の運',0,1,1,0,0,'1999-11-30 00:00:30','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080320_uso_oogesa_magirawashii',3,0,'2008-03-20 17:40:11','03/20 嘘、大げさ、紛らわしい',null,'<p>世の中には「嘘、大げさ、紛らわしい」ことはたくさんある。でも、それがそうとは気づかないこともたくさんある。</p>\r<p>先日、くろねこ生活の中で発見した大企業の「嘘、大げさ、紛らわしい」をみなさんに知っていただきたいと思うのである。</p>\r<p>ドコモ, au, Softbank いずれも携帯キャリア最大手であるがEメールを正しく送受信できる会社は何社あるのだろうか？</p>','<p>昔から言われていることであるがドコモはメールアドレスの規約である RFC 2822 に準拠していない。一例を出すとメールアドレス中の&quot;@&quot;よりも左側のローカル部に&quot;.&quot;が２個以上連続で並ぶことを許容している。(参考：メールアドレス - Wikipedia)<br />\r(この件に関しては<a href=\"http://neta.ywcafe.net/\">WEB屋のネタ帳</a>内の記事：<a href=\"http://neta.ywcafe.net/000435.html\">RFCを読まなかった携帯キャリアの罪</a>が詳しい)</p>\r<p>携帯側でそう言うアドレスを作った場合には、メールが届かない可能性が高いことは知っていた。しかし、今回はその逆正しいアドレスに対してもメールを送信できない場合があったという件。</p>\r<p>くろねこが使用している携帯電話のキャリアはau。au電話からEメールを送ろうと、Eメールの新規作成メニューから、メールアドレスを直接入力しようとすると、下記の記号しか入力が出来ない。</p>\r<p>+%()!-^[]&lt;&gt;.@_/:~?&rsquo; と半角スペース</p>\r<p>しかし、規約上は以下の記号のみに制限されている。</p>\r<p>!#&#36;%&amp;\'*+-/=?^_`{|}~.</p>\r<p>となると、+%!-^.@ _/?\' はOKなのであるが、()[]&lt;&gt;:と半角スペースは&quot;&quot;で囲ってやらないと入力してはいけない仕様である。だが、&quot; は入力できない。メールを届ける相手が () なんかを使用してると&quot;&quot;を囲ってないので届かないことを覚悟で入力する他はないな。{|}という記号を使われていたらもう対応できない。困ってサポートに聞いてみたがどうしようもなかった。</p>\r<p>勝手に制限するんじゃねー</p>\r<p>勝手に制限してEメールの仕様から外れて、それってもうEメールじゃなくて独自メールだろ？ってサポートに改善依頼しておきました。対応してくれたサポートの方には、Eメールの仕様に沿っていないと言うことを理解していただけたようで、「Eメールが使えないのに使えると書くのは詐欺じゃないですか？取りあえずEメールが使えますというのは外してください。」と依頼しておきました。</p>\r<p>詐欺じゃなかったとしても、「嘘、大げさ、紛らわしい」ですね。</p>\r<p class=\"add\">追記<br />\rメールアドレスをメモ帳で入力してから、直接入力画面で張り付けると入力できる。</p>',1,6682,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://neta.ywcafe.net/\">WEB屋のネタ帳</a>\n<a href=\"http://neta.ywcafe.net/000435.html\">RFCを読まなかった携帯キャリアの罪</a>',0,1,1,0,0,'1999-11-30 00:00:17','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080321_zanteizaisei',3,0,'2008-03-21 19:40:23','03/21 暫定なんだからいつかは切れるんだよいつかは...',null,'<p>暫定税制廃止について、暫定税制が切れると予算が...何て言っているが元々切れる予定だったんだからなぜそのように予算を考えてなかったんだろうな？</p>\r<p>何十年続いたからまた10年延長って決めつけて行動して、そのどおりに行かなかったからって逆ギレするのは辞めて欲しいね。一般財源化も良いけど、1回暫定税制は廃止にして税金が足りないならまた別に議論すべきではないだろうか？</p>','<p>一般財源化するのであれば道路利用と関係が無くなるわけであるので、これまでどおりの徴収を続けるのではなく、たとえば環境税とか導入すべきであろう。</p>\r<p>CO2だけにとらわれず地球に問題のある行為について課税すると良いのではないだろうか？CO2排出に関わるものとしてガソリンに課税するのも良いだろうが、そうすれば燃費の悪い軽自動車は税金が高くなっても良いよな？そもそも軽自動車も暫定なんだから、CO2排出量など環境を基準にもう一度車全体でランク付けする方が いい(≧&nabla;≦)b と思うのだがいかがだろうか？</p>\r<p>某宮崎県知事のように道路がない、道路がないって騒いでるが、道路が無くても東京に頻繁に来ているようだし、ガソリン税などの特定財源が存続しても今ままで回ってこなかった交付金が増えるとは思えないんだが、もうちょっと理論立てて説明して欲しいな。民主党に理論を要求するならな。</p>\r<p>まあ、暫定税制は続くんだろうな。きっと。</p>',1,2660,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:23','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080323_0015',3,0,'2008-03-23 00:15:05','03/23 くろねこ レベル148 に',null,'<p>くろねこがレベル148になりました。</p>\r<p>既に予定していたとおり、経験値課金が切れる明日以降インを減らしていこうと思います。休止ですかね。</p>\r<p>ただ、ガチャで出た経験値課金がまだいくつか残ってたり、ステ課金も残ってたりするので、お誘いを受けたときやイベント、1.5倍期間の週末には現れたりするかもしれません。</p>','<p>これで、最後の羽になるかもしれないという思いはあったので、最後の羽はきれいに取るぞと思ったんだけど....<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080323_0015_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080323_0015_1.png\" alt=\"\"></a><br />\rこれを見ると、もう一回羽を撮ってみたい とほほ....</p>\r<p>19日に147になったまりにはきれいに取れてたりする...このくらいきれいに写りたい！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080323_0015_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080323_0015_2.png\" alt=\"\"></a></p>\r<p>ところで、今回のレベルアップまでの間に「流浪者の記録」を使ったんだが、経験値課金と併用できるので結構使える。2Hというのもメリハリが効いていて良い♪</p>\r<p>最後に、くろねこのレベルアップ動画を♪<br />\r<object width=\"425\" height=\"350\"> <param name=\"movie\" value=\"http://www.youtube.com/v/RRfoVbjvn84\"> </param> <embed src=\"http://www.youtube.com/v/RRfoVbjvn84\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"> </embed> </object></p>',1,3159,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080323_0015_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080323_0015_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:05','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe080323_0430',3,0,'2008-03-23 16:30:55','03/23 [MOE] 眠いけど～がんばる♪',null,'<p>刀剣がようやく30弱になった頃、思いっきり背伸びしてアマゾネスローグに戦いを挑むくろねこ。</p>\r<p>思いっきり背伸びしてるので、攻撃してHPが減ったら逃げて回復してもう一度の繰り返し。<br />\rそんな調子では全然儲かりません。スキルはどんどん上がるんだけどね☆</p>','<p>そんなくろねこのアマゾネスローグ戦<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080323_0430_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080323_0430_1.png\" alt=\"\"></a><br />\rちょうどスキルが上がってるとkろおですね～♪</p>\r<p>そんな、くろねこには本当は武閃ギルドでもらえるクエストでこなさないといけないレクスールライオン討伐くらいがちょうどよかったりします。お金儲けはこの近くの蜘蛛が良いかもしれませんね。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080323_0430_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080323_0430_2.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080323_0430_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080323_0430_3.png\" alt=\"\"></a></p>\r<p>そんな、感じでぽこぽこ叩いていると04:00 AMを回った頃刀剣スキルが30を超えた！</p>\r<p>チャットで話をしていると、刀剣のクエスト「刀剣・斬・先達」を手伝ってもらえることに。手伝ってもらったのでさく～っと終わって、４人兄弟のうちなんで一人が選抜できたのか全然わかってなかった。<br />\r<img width=\"400\" height=\"470\" src=\"http://www.blackcat.xyz/images/articles/moe080323_0430_4.png\" alt=\"\"><br />\rそんなランクアップクエストの帰りの様子。</p>\r<p>そう言えば、無刀から木刀になるランクアップクエストは10問連続で質問に正解することだったんだけど、地理関係はさっぱりで10問目はやはりチャットで助けてもらったくろねこだった。</p>',1,3162,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080323_0430_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080323_0430_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080323_0430_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:25:37','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('XoHeal_Release1.7.0',3,0,'2008-03-23 17:00:34','くろねこの愛の手 1.7.0',null,'<p>くろねこの愛の手 最終バージョンをアップしました。</p>\r<p>前回のバージョンで発生した不具合の対応のみです。<br />\r(不具合内容：Xenepic Onlineの画面が左上に合ってないと、正常に動作しない)</p>','',1,17,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'1999-11-30 00:00:12','html',1,1,null,null,0,3,22,3,2,0,0);
INSERT INTO `bc_stories`VALUES ('moe080325_2354',3,0,'2008-03-25 23:54:07','03/25 [MOE] そして鉄刀に',null,'<p>お金がないくろねこ</p>\r<p>先日、取った熊肉が残っていたので、猿肉とあわせてクエストをこなすことにした。<br />\r「熊・即・斬」クエストですね。<br />\r移動が結構大変だけど、1往復300GだしスタミナポーションもNPCに売ると結構儲かって20往復もすればうはうは。儲かったよ～♪</p>','<p>お金が儲かった以外に、クエストをこなした際にもらえるギルドポイントがたまって、ランクアップクエストが受けられることに♪</p>\r<p>ダーイン山のちんぴらオーク、オークガードやオークシャーマンを倒しつつ、「狂った鉱夫」を見つけて、戦いを挑んだらクウェイクビートを連発するので接近しにくくて、当てにくい。<br />\rあと、広場の半分は崖になってるから転落死の可能性も！クウェイクビートをよけて壁を背にして戦えば結構楽だった。でも、SSを取る余裕はない。SS撮ると一瞬固まるしね。</p>\r<p>そして、くろねこは無事鉄刀になることが出来た。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080325_2354_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080325_2354_1.png\" alt=\"\"></a></p>',1,4025,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080325_2354_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:26:05','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080326_2325',3,0,'2008-03-26 23:25:30','03/26 パタリロさんサジタリアスに転職～',null,'<p>直前までMoEをやっていて遅れそうになったことは内緒です♪</p>\r<p>転職式にはケンディボルトスクロールを使用して間に合わせましたよ☆</p>','<p>それでは、パタリロさんの転職の羽を～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080326_2325_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080326_2325_1.png\" alt=\"\"></a><br />\rこれが～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080326_2325_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080326_2325_2.png\" alt=\"\"></a><br />\rこうなりました！</p>\r<p>サジタリアスのパタリロさんもかっくいーですね！<br />\r<img width=\"310\" height=\"219\" src=\"http://www.blackcat.xyz/images/articles/xo080326_2325_3.png\" alt=\"\"></p>\r<p>サティさんは土曜日に転職のようですね。くろねこはここでコールドスリープかなぁ？</p>',1,3440,0,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080326_2325_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080326_2325_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:31','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080329_0041',3,0,'2008-03-29 00:41:32','03/28 [MOE] 生産キャラ誕生',null,'<p>UOの時もそうだったのだが、戦士を作って一段落つくと鍜治屋を作ってた！</p>\r<p>やはり、自分の銘入りの装備を作って戦いたいと思う気持ちからだろうか？そうでなくても自分の使う装備品を自分で作ることは装備に対する知識がついて良いことだと思うんだな。</p>\r<p>やはり鍜治屋の基本は採掘。UOも堀スキルは鍜治屋の基本だった。今も掘りながらこのブログを更新中。銅なんか一発のマクロで掘れるようになりたいな～</p>','<p>UOと違って鉱石7のサイズは２種類。小さい欠片の方は大きい鉱石の1/3みたい。</p>\r<p>おっとここでクエストを一度受けて後は掘りまくっていただけなのに、ランクアップクエストが受けられるようになっていた。武閃の時とはちょっと違うな。</p>\r<p>さっそく受けてみた。武閃の時と同じ10問の問題連続正答すればいいようだ。<br />\r今回は武閃の時とは違って地理に関する問題のようなこのゲーム特有の問題は１問しかでなかったので、楽だった～。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20080329004132204_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/20080329004132204_1.png\" alt=\"\"></a></p>\r<p>そうそう、今回はケールダンジョンでちゃんとボスを見てきましたよ♪大人数だったんで結構あっさりと終わちゃって、あれがラスボスなの？って感じだったんだけど？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20080329004132204_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/20080329004132204_2.png\" alt=\"\"></a><br />\rスー・メリアも渡せて今回は無事終了だってな。ねこがもらうときもすんなりもらえると(・&forall;・)ｲｲﾈ!!</p>',1,3601,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20080329004132204_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20080329004132204_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:27:13','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080329_2347',3,0,'2008-03-29 23:47:39','03/29 [MOE] たくさんのクエをこなした',null,'<p>MoEのアイテムインベントリはとっても小さくて狩りに行っても、すぐ帰ってこないとダメなんですね。考えて狩りをしないとというか狩りをする対象を絞っておかないと、WTよりも先に種類が多くて入りきらなくなってしまいます。</p>\r<p>そこで、先日「チップ」を買って「竜神の涙」をエモネットさんに届ける「２つ星の依頼」を終えたんだけどまだ足りない。ということで、「３つ星の依頼」で必要なオーク討伐を...チャットで、「オークを倒しにいきたい」とお願いしてみました。</p>','<p>チャットのメンバは強くて、いきなりオークキャンプにアルターですよ！</p>\r<p>そこで、くろねこも戦闘に参加しようと試みるも3匹ほど倒したところでOUT!!!<br />\r仰向けになったままボスを見ることもなく終わっちゃいました。戦闘時間ボスがPOPするまでの準備作業をあわせても10分かかってないんじゃ？って感じで...</p>\r<p>戦利品の「ワンダークロス」と、同じくエモネットの「５つ星のお願い」で必要な「アイリーンズ ベル」までいただいて計8枠増えてしまった...すごい<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080329_2347_1.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080329_2347_2.png\" alt=\"\"></a></p>\r<p>しかし、このままだとなんかしこりが...<br />\rやはり、自分でクエを完結したい！ということで生産キャラのクエストを実施することに...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080329_2347_3.png\" alt=\"\"></a><br />\rこーんなゴーレムを倒して、シップつるはしを手に入れた～</p>\r<p>そして、くろねこの方もがんばろうとクエストを受けたが...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080329_2347_4.png\" alt=\"\"></a><br />\rしかし、倒す相手はファミリーと言うことで5人もいたようで<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080329_2347_5.png\" alt=\"\"></a><br />\r最初のヒーラーはうまく釣れて倒せたけど、次を釣ろうと思ったらボス格のNPCを含む3人が追っかけてきて、自動戦闘がうまく外せずに返り討ちに逢ってしまた。</p>\r<p>リベンジは明日に持ち越し！</p>',1,4072,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080329_2347_5_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:33:01','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080330_2311',3,0,'2008-03-30 23:11:14','03/30 [MOE] 昨日死んでしまったくろねこだが...',null,'<p>昨日の続きで幽霊さんの依頼で、この地方で暴れている盗賊の一味を倒すクエストを受けたくろねこ。</p>\r<p>昨日は倒されてしまったが今日は...</p>','<p>装備も新たにチェインメイルアーマーになって復帰。</p>\r<p>がんばるぞ～♪<br />\rそして、昨日と同じようにヒーラーを倒して....<br />\rボスを釣ろうとしたら、ボスともうひとり格闘家みたいなのが釣れた。ボスにタウントをして一撃離脱を繰り返して、ふたりを引き離しつつ、ボスを撃破！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080330_2311_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080330_2311_1.png\" alt=\"\"></a><br />\rすると、もうひとりに襲われたが1:1なら勝てる！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080330_2311_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080330_2311_2.png\" alt=\"\"></a><br />\rということで回復アイテムを持つくろねこの勝ちと。<br />\r後ふたりほどファミリーはいたはずだけど面倒なので、ボスの死体からクエアイテムをいただきクエスト完了。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080330_2311_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080330_2311_3.png\" alt=\"\"></a></p>\r<p>成仏してね。</p>',1,2560,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080330_2311_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080330_2311_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080330_2311_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:33:41','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080330_2326',3,0,'2008-03-30 23:26:42','03/30 [MOE] くろねこはウォーリア、村正はゴールドマイナーに',null,'<p>さくっと上がっちゃったよ♪</p>\r<p>くろねこはウォーリアに、村正はゴールドマイナーシップだ！</p>\r<p>くろねこはベビーオルバンを倒してたら、次から次へと現れやがって...死体が増えすぎてPCこけちゃったよ...てか去年買ったところなのに全然行けてないよ。</p>','<p>村正は早いね。くろねこよりずっと早い。</p>\r<p>数時間掘るだけでもう70が見えてきた。明日にはスキルキャップ(80まで増やした)に達してしまいそう。達したら鍛冶上げだな～</p>',1,3651,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 03:31:51','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080401_0117',3,0,'2008-04-01 01:17:59','03/31 [MOE] 真のウォーリアに！',null,'<p>今日は「欧米か！」チャットのメンバと武閃ギルドの「ウォーリアへの果たし状」をやりに行った♪<br />\r(というか手伝ってもらった....)</p>\r<p>すると、バルドスとかがいっぱい襲ってきてクエどころじゃない！みんなとバルドスと戦ってたけど、くろねこには強すぎるー。そして倒されてしまった。</p>\r<p>そしたら、メンバの中でもちらほら死んでる人も～、やはりつよい！</p>\r<p>そうこうしてる間に夜限定のクエなのに夜が明けた～。そのまま、狩りモード。</p>\r<p>そうして、くろねこは真のウォーリアになったんだ！</p>','<p>まず、武閃ギルドでクエストを受けて...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"256\" src=\"http://www.blackcat.xyz/images/articles/moe080401_0117_1.png\" alt=\"\"></a></p>\r<p>チャットのメンバにクエストの場所まで送ってもらって、そこでMOBの襲撃にあって...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"256\" src=\"http://www.blackcat.xyz/images/articles/moe080401_0117_2.png\" alt=\"\"></a></p>\r<p>そして、夜がやってきて20:00頃(ゲーム内の時間で)。一度くろねこはこぱぁるさんに送ってもらってギルドにクエを受け直しに戻って...</p>\r<p>今度はバルドスも倒されて古城のを制圧していたのでNPCとの戦闘に集中できた。補助もたっぷりいただいて余裕で...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"256\" src=\"http://www.blackcat.xyz/images/articles/moe080401_0117_3.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"256\" src=\"http://www.blackcat.xyz/images/articles/moe080401_0117_4.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"256\" src=\"http://www.blackcat.xyz/images/articles/moe080401_0117_5.png\" alt=\"\"></a></p>\r<p>クエを達成！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"256\" src=\"http://www.blackcat.xyz/images/articles/moe080401_0117_6.png\" alt=\"\"></a></p>\r<p>みなさんありがとうございました&quot; ﾟ☆,｡･:*:･ﾟ★o(&acute;▽｀*)/♪Thanks♪＼(*&acute;▽｀)oﾟ★,｡･:*:･☆ﾟ &quot;</p>',1,4923,4,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080401_0117_6_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:30:37','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080402_diary',3,0,'2008-04-02 01:05:48','さくらが咲いている～',null,'<p>昨日、近所の神社にさくらが咲いているのを発見した♪</p>\r<p>そろそろ花見の季節だな～</p>\r<p>それが終わるとタケノコが採れるかな？</p>\r<p>息子の歯も生え替わってるのを最近発見したし、なんか最近いろいろ変わってきてる～</p>','',1,3336,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:48','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080402_0233',3,0,'2008-04-02 02:33:00','04/02 [MOE] 再び ケール・ダンクンへ',null,'<p>MoE最初のダンジョンと言えばケール・ダンクン。</p>\r<p>そこに、行くクエストがあるらしい。今日はそのクエストに挑戦してみた♪</p>','<p>ところで、ケールダンクンには、オグマからクエストをもらって...ヌーブル村の村長からノア・ピースをもらって、専用のアルターで行く。このとき、村長からWarAgeへの勧誘を受けるわけだが...</p>\r<p>ケールダンクンの地図。確か、MoEを始めたときに表示されてた地図はこうではなかったと思うのだ。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"375\" src=\"http://www.blackcat.xyz/images/articles/moe080402_0233_1.png\" alt=\"\"></a></p>\r<p>そんなことは気にせず、PTを組んで奥に進むんだ♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080402_0233_2.png\" alt=\"\"></a><br />\rこの頃になると、ここの敵はすごく弱く感じる。それもそのはず、初心者ですらなかなか倒せない敵だからね。(誤解しやすいので解説、初心者がなかなかモンスターを倒せないのではなく、モンスターが初心者を倒せないという意味である。)</p>\r<p>途中で、なぜかボスを発見と思ったら、先に来ている人たちがいて合流させてもらった。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080402_0233_3.png\" alt=\"\"></a><br />\rそこで教えてもらったこと、一番奥の部屋のモンスターは、４角にあるこのスイッチを押すことで消えるそうな。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080402_0233_4.png\" alt=\"\"></a></p>\r<p>まあ、そうしてくろねこも無事クエストを終了したと言う訳なんだな。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080402_0233_5.png\" alt=\"\"></a></p>\r<p>■おまけ<br />\rここに来る前にネオク高原南で、ガープというサイクロプスみたいなのにであったわけだが、3PTくらいでたこ殴りにされていた。そして、そこで発見したのが「BlackCat」さん。<br />\rやはり、既に居たから作成できなかったのね...</p>',1,3477,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080402_0233_5_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:30:02','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080404_0151',3,0,'2008-04-04 01:51:00','04/03 [MOE] くろねこ ランクアップクエスト4',null,'<p>ついにくろねこも４つめのギルドランクへのランクアップクエストを受ける日がやってきた。</p>\r<p>実は、2日ほど前から受けられることになっていたのだが、二の足を踏んでいた。いつもランクアップクエストなどを手伝ってもらっているので、自分の実力ではないから、ひとりだと</p>\r<p><b>クエストの難易度＞くろねこの実力(キャラの能力+中の人の能力)</b></p>\r<p>な気がしてならないんだよね。</p>\r<p>そんな、クエストうまくこなすことが出来たのだろうか？</p>','<p>まず、クエストの内容はこんな内容で、<br />\r<img width=\"307\" height=\"453\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_1.png\" alt=\"\"><br />\r一言で言うと、ガルム回廊にいる「ラトロ ボス」と言うやつを退治して戦利品を、持ち主に返せっちゅーことですね。</p>\r<p>で、ガルム回廊に行った。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_2.png\" alt=\"\"></a></p>\r<p>ラトロ ボスが出現するのはこの下だと言うことなので、下に移動しようとしたら...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_3.png\" alt=\"\"></a><br />\r道が切れたみたいになってるんですよね！ミニマップの表記だとらせんになってるのかと思いきや、90度のクランクな訳ですよ...下手するとここで死ぬよ。霊体だとここまで来れないかも...</p>\r<p>下につくと、ガルム回廊には、なかなか(ﾟДﾟ)ｳｾﾞｪｪｪ 半漁人(イプシオン)が多数生息中...</p>\r<p>そんな中、チャットしてると...</p>\r<p>ナイトヒルトさんが助けに来てくれることに！やったね！</p>\r<p>暫くすると...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_4.png\" alt=\"\"></a><br />\r&uarr;みたいなのが湧いて...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_5.png\" alt=\"\"></a><br />\rくろねこが雑魚と虎に苦心してる間に...ナイトヒルトさんが、あっさりとボスを倒して...あっさりクエ品をねこが(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!ナイトヒルトさんも終わってなかったので、その後に取ったけどね。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"188\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_6.png\" alt=\"\"></a></p>\r<p>これを...<br />\r<img width=\"245\" height=\"221\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_7.png\" alt=\"\"><br />\r&uarr;にもっていって...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_8.png\" alt=\"\"></a></p>\r<p>で、終わりと<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_9_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_9.png\" alt=\"\"></a></p>\r<p>これで、４つ星となったくろねこだった...が、オグマは次なるランクアップクエストに挑戦してもらう予定だという(未実装らしい)</p>\r<p>■おまけ<br />\rようやく銀行に35Kほど貯まったと喜んでいたくろねこだったが....<br />\r技を全然覚えてないことが発覚。急遽買いそろえることについでに銀行枠を16,000GPで買い取ったので、残りの手持ちは1Kになってしまった...<br />\r<img width=\"227\" height=\"110\" src=\"http://www.blackcat.xyz/images/articles/moe080404_0151_10.png\" alt=\"\"><br />\rまあ、そんなことはたいしたことではないのだ。買い取った技をショートカットのどこに入れるのか、非常に頭を悩ますこととなった。1つの枠にマクロで3つくらい登録してを繰り返して、ほとんどの技を登録することに成功したのだが、使いこなせるのか？くろねこ!!!</p>',1,5084,5,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_8_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080404_0151_9_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:29:31','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080408_0139',3,0,'2008-04-08 01:39:22','04/07 [MOE] シップ装備2つ(σ・∀・)σｹﾞｯﾂ!!',null,'<p>いや～今日は村正のシップ装備を２種類もゲットしちゃった。</p>\r<p>１つめは、グロムスミスの『[鍛冶]で固めよ、国威』クエストで『鍛冶師 ハンマー』を、もう一つはゼノから『耕作師 カマ』をちょうだいした。</p>','<p>■鍛冶師ハンマー</p>\r<p>１つめのグロムスミスの『[鍛冶]で固めよ、国威』クエストで『鍛冶師 ハンマー』の方は、鍛冶スキルが32.6しかなかったので失敗する可能性があると言うことで、スチールインゴットをひたすら作って36.0まで上ヶ田からの挑戦。</p>\r<p>このクエスト、アイアンインゴットの他に裁縫スキルで作れるストラップとか布束とか必要だから、そのあたりはブランカに調達してもらった。</p>\r<p>そして、鍛冶スキル36.0でクエストに挑戦したら、４割程度がヒットゾーンであっさり終了。</p>\r<p>ギルドマスターに出来上がったものと、焼印を返してクエスト完了。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080408_0139_1.png\" alt=\"\"></a></p>\r<p>■耕作師 カマ</p>\r<p>収穫スキルなんか鍛冶の材料を作るために始めた、いわば補助スキル。だけどカマが結構壊れるのが早くて...買いに行くのが面倒＆持ち物枠に空きなんかあるかいっ！ということで収穫を初めて3日目にシップ装備をもらう決断を...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080408_0139_2.png\" alt=\"\"></a><br />\rクエストをもらって...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080408_0139_3.png\" alt=\"\"></a><br />\rロックマッシュルームのところに移動。先日ブランカのお手伝いをしたので場所はばっちり。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080408_0139_4.png\" alt=\"\"></a><br />\r岩茸を一個取ればクエストは進行。5個必要なわけだが4個はもらったのでもOKらしい...が、もらった岩茸があったかどうか自信がなかったので5個収穫。途中でカマが壊れたり、ネオクピークに襲われたり、熊が来たりハプニングがあったけど手伝ってもらって完了。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080408_0139_5.png\" alt=\"\"></a><br />\rばっちり、カマを(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!</p>\r<p>そう言えば、採掘スキルも83.0まで上がった。採掘の賢者の石が欲しいね...</p>',1,5127,3,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080408_0139_5_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:34:26','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080410_2354',3,0,'2008-04-10 23:54:47','04/10 [MOE] くろねこ セイバーに',null,'<p>今日は地下水路に行ってきました♪</p>\r<p>先日、ミルヒといっしょに行って二人で死んでしまったところなのだが...</p>\r<p>今日、ミルヒが落ちた後何をするでもなくボーッとしてると、ありむさんが地下水路で死んじゃったらしいのだ。で、地下水路の話をしてると、lazybonesさんがギガントスと１対１の場を作ってくれるとのことだったので行ってきた～♪</p>','<p>地下水路、前回ミルヒと行ったヤバい側の通路(一方通行側の)を進んで行く。</p>\r<p>ギガントスビットやらマナ ゴーレムのやらシルバーロック ゴーレムを落とすのやらいっぱいいる部屋に...ギガントスビットは補助があったから、ソロでネオクオルヴァンと戦うのとさほど変わらなかった(時間はかかったが...)。</p>\r<p>でも、シルバーロック ゴーレムは減らねー。全く減らねー。<br />\r前回、ミルヒと行ったときのギガントスと同じ状況、ねこの攻撃は命中が低くて当たらねー。かなり確率が低い。前回、刀剣が後10は欲しいなと思ったけど、その状況は変わらない。ただ、時間を掛けてゆっくりと倒してると、ギガントスビットが再ポップ、それを４回くらい繰り返してようやく倒せた♪</p>\r<p>その後も、ギガントスをいっぱい倒して、鉄鉱石みたいなギガントスの欠片を手に入れて、宝石もしこたま持って帰って..</p>\r<p>気づいたら、刀剣が60.0直前だし850の満タン直前！</p>\r<p>850になったらSSを取ろうと思ってたら...刀剣が上がって60.0で職業がセイバーになった♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080410_2354_1.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080410_2354_2.png\" alt=\"\"></a></p>\r<p>そして、取れたギガントスの欠片を使って、クエストを！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080410_2354_3.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080410_2354_4.png\" alt=\"\"></a></p>\r<p>これを、えいふぁもんさんに頼んでドラゴンステーキにしてもらうのだが、材料はこれだけで足りないらしい???<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080410_2354_5.png\" alt=\"\"></a></p>\r<p>ワインが足りないらしいので、ネオク高原まで材料のグレープを買いに行った。</p>\r<p>ドラゴンステーキはすごいね。腹減りが95も回復するよ。ほぼ満腹。</p>\r<p>くろねこも、今日の冒険は満腹。</p>\r<p>また冒険に行きたいな～</p>',1,4297,3,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080410_2354_5_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:35:25','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080413_0146',3,0,'2008-04-13 01:46:45','04/12 [MOE] 初バハ',null,'<p>欧米か！のみなさんにお誘いを受けてやってきました</p>\r<p>初バハ!!</p>','<p>でも...グラボのエラーによってLDが耐えないくろねこ。<br />\rこの日も待機時間最終のエフェクトで、エラー多発、エラーが多発するとエラーから復帰してくれなくて再起動を迫られるようになるのであった...<br />\r[image1]</p>\r<p>なので、くろねこのLDによって全滅...<br />\r対策としてエフェクトはOFFで再開、OFFだと罠が全く見えないが取りあえずLDはなく無事２周回れた♪</p>\r<p>1回の周回で2回宝箱があるのだが、2周目の前半はインビの部屋でねこが方向転換して取れなかった...後半はクリスタルが取れた<br />\r3周目は、ちゃーんとインビの部屋で動かずに耐えれて、未鑑定アイテムのメイスをゲットしたが、コースが悪かったのか<br />\r[image2]<br />\rクリアできず落ちて...<br />\r[image3]<br />\r死んだ...(つд&sub;)ｴｰﾝ<br />\r[image4]<br />\r4周目、取れたのは竜のなめし皮...思いっきり外れだ。だが最後にもう一度クリスタルが取れた。計2個だ!!!</p>\r<p>この４周の間に、時の石が２個でたらしい</p>\r<p>パーティメンバがお買い上げで、ひとりあたり110k!!!<br />\r初の高額収入で、この機会にと最後の銀行枠2個(16kと32k)を買った♪<br />\rこれで枠自体は6個増えた...が足りないな...</p>\r<p>銀行枠拡張クエストがしたい！</p>',1,3525,5,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 03:36:28','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080414_0220',3,0,'2008-04-14 02:20:00','04/14 [MOE] 伐採始めました',null,'<p>今日始めた伐採がいとも簡単に30.0になりました。鉱石を掘る片手間だったんですがね。<br />\r30.0になったら、ゼノのところに行ってシップ装備をもらうしかないでしょう！</p>\r<p>ということで行ってきました。</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080414_0220_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080414_0220_1.png\" alt=\"\"></a><br />\rなんか、ミリーム海岸の北西にあるセードロの若木を倒してくるみたいなんです。以前ダーイン山を目指して進んでいったり、山賊の相手をしているときに見たような？...<br />\rそんなかすかな記憶を頼りにダーイン山の下側から入って西側からミリーム海岸のマップ北側を回ってみた。</p>\r<p>無いねー...と思いつつ探してると...<br />\r初めて見る岩石が...<br />\rくろねこの時には気づかなかったね...<br />\r掘ってみると、火山灰と鉄鉱石の欠片が少々！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080414_0220_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080414_0220_2.png\" alt=\"\"></a></p>\r<p>さらに進むと見つかった！セードロの若木!!<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080414_0220_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080414_0220_3.png\" alt=\"\"></a><br />\r早速３本倒してみる。クエスト自体はロックマッシュルームの収穫の時と同様、一本目で判定されるので、一本だけ自分で倒して後の２個は他人からもらってもOKぽい。<br />\rまあ、普通の若木よりは堅いけどロックマッシュルームほどではないな。さくっと３本倒す。<br />\rしかし、このセードロの丸太結構使えそうなので、斧が壊れるまで収穫を試みる。<br />\rすると、さっきまで収率100%だったのに、倒しても取れないときが結構多くてトータルで見ると50%位？<br />\r結構渋かったよ...</p>\r<p>まあいいさ、出勤前にゼノから『木こり アックス』をもらった♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080414_0220_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080414_0220_4.png\" alt=\"\"></a></p>\r<p>&nbsp;</p>\r<p>&nbsp;</p>',1,4351,3,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080414_0220_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080414_0220_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080414_0220_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080414_0220_4_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:37:21','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080415_1335',3,0,'2008-04-15 13:35:43','04/15 [MOE] 複数の重複するシップを取ったらどうなるの？',null,'<p>くろねこがむらまさに取得させて見たい複数シップ<br />\r<br />\r・ジェネシス(クリエイターの最上位)<br />\r・マイン ビショップ<br />\r・グレート クリエイター<br />\rの上記3種<br />\r<br />\rそれぞれの効果と必要スキルは&hellip;</p>','<p>シップ：ジェネシス<br />\r効果：<br />\r合成アクションゲージの移動速度が遅くなる<br />\r※鍛冶と木工のみ対象<br />\rスキル：<br />\r鍛冶/木工/伐採/採掘<br />\r<br />\rシップ：マイン ビショップ<br />\r効果：<br />\rグレードの高い合成品を作成しやすくなる<br />\r※鍛冶のみ対象<br />\rスキル：<br />\r神秘魔法/魔法熟練/召喚魔法/鍛冶<br />\r<br />\rシップ：グレート クリエイター<br />\r効果：<br />\r所持可能重量が増加(最大重量+20)<br />\rグレードの高い合成品を作成しやすくなる<br />\rスキル：<br />\r鍛冶/木工/裁縫/薬調合/装飾細工/料理/複製/醸造<br />\r<br />\r複数の条件を同時に満たす時に、それぞれの効果は発揮されるのか？<br />\r優先順位があるのか？<br />\r特に鍛冶におけるマイン ビショップとグレート クリエイターのグレードの高い合成品の作成のしやすさ。<br />\r<br />\r気になるところではあるが&hellip;効果がすべて積算されると信じ、考えるスキル<br />\r<br />\r鍛冶 90<br />\r木工 90<br />\r伐採 90<br />\r採掘 90<br />\r<br />\r裁縫 40<br />\r薬調合 40<br />\r装飾細工 40<br />\r料理 40<br />\r醸造 40<br />\r神秘魔法 40<br />\r魔法熟練 40<br />\r召喚魔法 40<br />\r<br />\r筋力 70<br />\r持久力 40<br />\r生命力 20<br />\r<br />\rんー、検証可能になるのはいつのことだろう？<br />\r。。。(〃_ _)&sigma;?</p>\r<p class=\"add\">追記<br />\r計算をまちがってるし、複製スキルに割り振るのを忘れてるし...<br />\rさらに言うと、筋力、生命力、持久力が無いと何をするのも辛いですな...<br />\rということで、もう一度考え直し...使おうとするスキルは最低でも60位無いと使えない感じだし</p>',1,3552,5,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'2009-05-05 03:38:10','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080416_2357',3,0,'2008-04-16 23:57:00','04/16 [MOE] くろねこプレート装備',null,'<p>プレートかっこいいですな～</p>\r<p>戦士なら、やはり基本はプレート装備かな？</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080416_2357_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080416_2357_1.png\" alt=\"\"></a></p>\r<p>やはり、技ではこれが一番かっこいいかな？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080416_2357_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080416_2357_2.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080416_2357_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080416_2357_3.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080416_2357_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080416_2357_4.png\" alt=\"\"></a></p>\r<p>※実は手だけフェアリーグローブでした♪</p>',1,4494,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080416_2357_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080416_2357_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080416_2357_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080416_2357_4_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:39:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080418_1334',3,0,'2008-04-18 23:34:36','04/18 [MOE] 山賊が襲ってきた',null,'<p>山賊が襲ってきた～。</p>\r<p>昨日やられた分もやり返しちゃうぞ？</p>\r<p>というわけで、山賊に仕返しをしに行ったくろねこでしたが...</p>\r<p>どうなったのやら...</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080418_1334_1.png\" alt=\"\"></a><br />\r戦闘員を倒すの余裕♪<br />\r...しかし...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080418_1334_2.png\" alt=\"\"></a><br />\r数が多いね...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080418_1334_3.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080418_1334_4.png\" alt=\"\"></a></p>\r<p>何回か死んじゃってるし...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080418_1334_5.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080418_1334_6.png\" alt=\"\"></a><br />\rこの魔法、範囲でスタミナ減らしてHPも減らしてさらに回復できないように時間を止めるなんてずるい!!!<br />\rこのほか、範囲魔法が被ダメ200強だったの...ほとんど残らないよ？</p>\r<p>もう倒すのが無理だよね</p>',1,3060,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080418_1334_6_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:22:07','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080423_0805',3,0,'2008-04-23 08:05:27','04/22 [MOE] 新マップ(エルビン渓谷)追加',null,'<p>帰宅してインしてみたら既に欧米か！のメンバは新マップに行ってましたよ♪</p>\r<p>新規マップの割にサーバの反応は以外と軽いみたいで、御飯を食べたらくろねこも行ってみたいと思ったら、20:00～1時間の緊急メンテが入っちゃいました....</p>\r<p>なんか、新マップで餅米を収穫するとエリアにいる全員へのヘイトが上がっちゃうバグがあるとか...</p>','<p>メンテ中は、ゼネで息子のためにアフロ(頭装備)を取りました。毎月1色ずつ増えるとか....<br />\rなんかめんどいな...(今回は、とある知り合いの方にアイテムをいただいてすぐに終わりましたが...)</p>\r<p>メンテを明けたら、欧米か!メンバはみーんなエルビン峡谷でしたね。くろねこも行ってきたのでSSをどうぞ。</p>\r<p>今回エルビン渓谷には、ミリーム海岸から行ってきました。入り口で記念にライトポーションを配ってる方がおられましたよ。</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080423_0805_1.png\" alt=\"\"></a><br />\rエルビン渓谷へようこそ</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080423_0805_2.png\" alt=\"\"></a><br />\rエルビン渓谷で見つけた新規モンスター</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080423_0805_3.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080423_0805_4.png\" alt=\"\"></a><br />\r村には餅米と牛舎があった</p>\r<p>食べ物屋さんもあったけど、いつの間にか追いやられてましたね。NPCの場所も押して動かせることにびっくり！</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080423_0805_5.png\" alt=\"\"></a><br />\r銀行には2階に行く階段があるけど使えないみたい</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080423_0805_6.png\" alt=\"\"></a><br />\rおなじ建物の銀行と反対側の角でサメッジからクエストが2件(「絡まる糸」と「巨大な恐怖と払う仇」)</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080423_0805_7.png\" alt=\"\"></a><br />\rクエストのモンスターアナコンダ。倒すんじゃなくて飲み込まれる必要がある。</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080423_0805_8.png\" alt=\"\"></a><br />\rエルビン峡谷全景？</p>\r<p>って、まだまだ行ってないところがありそう。あと、古代神殿跡とかテントとかありましたよ♪</p>\r<p>であ、これで</p>',1,4640,4,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080423_0805_8_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:39:48','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080423_1828',3,0,'2008-04-23 18:28:28','04/23 [MOE] くろねこファイターに',null,'<p>くろねこ、みなさんと一緒にエイシスに行く付近から、セイバーだったのがディフェンダーになったり戻ったりしてたのが、エイシスに行ったのがきっかけでハイキッカーで固定化されてた。</p>\r<p>くろねこ的にはセイバーの方がかっこいいなと思って、セイバーを目指したのだがやはりキックが上がる。</p>\r<p>しかし、セイバーよりも一番低い戦技をあげて、ファイターになった方がお得だと、ここ2日ほどは暇さえあれば戦技上げをしに行ってた。ダーイン山とかにね。</p>','<p>で、新マップ探検に行ったあとひとりでネオクオルヴァンでひとり黙々と戦技上げ！</p>\r<p>そして...そして...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080423_1828_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080423_1828_1.png\" alt=\"\"></a><br />\rとうとう、ファイターになった♪</p>\r<p>次はALL90か...遠いな...</p>',1,3339,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080423_1828_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:42:33','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080425_1835',3,0,'2008-04-25 18:35:34','04/25 [MOE] ギガントス',null,'<p>過去にミルヒとふたりで冒険しに行った。ビスク地下水路。</p>\r<p>今回、ミルヒのクエストをかねて探検に行ったわけだが...</p>','<p>ふたりとも結構強くなったのか、結構あっさりでしたよ♪</p>\r<p>身近な冒険場所としてほどほどの強さって感じかな？緊張感はあるけどそれほど運が悪くなければ死なないだろう？って感じ。</p>\r<p>そして、ちょっと遠回りしたけど以前やられた部屋にたどり着いた。<br />\r(以前は危ない方の通路で来たので、距離は短かったけどね。)</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080425_1835_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080425_1835_1.png\" alt=\"\"></a><br />\rくろねことミルヒが倒したギガントス！</p>\r<p>また、冒険に行きたいな♪</p>',1,5869,8,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080425_1835_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:43:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080430_2212',3,0,'2008-04-30 21:12:11','04/30 何とも退屈なイベント',null,'<p>久々にゼネに1時間以上ログインしたくろねこです。</p>\r<p>なんか闘技場でイベントがあるとか聞いて、ちょっと顔を出してみたら....</p>','<p>新しいモンスターが...</p>\r<p>名前は真っ赤！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080430_2212_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080430_2212_1.png\" alt=\"\"></a></p>\r<p>強いのかと思ったら....</p>\r<p>すごいのはHPだけかよ！</p>\r<p>なんかみんなでたこ殴りする方がMMOぽくって良いように思うんだけどね。どうなんだろう？</p>\r<p>公式にかいてあった、新アイテムは「華麗な花火」のことなのかな？</p>\r<p>この新アイテムを合わせて、カボチャジュース、アリサのポーション、華麗な花火、花火の計4種確認。ゼンストーンもでるようだが、くろねこは未確認。でるって聞いたから150匹くらい倒した(花火の個数)のに、でなかった。</p>\r<p>メンテ直後はぽろぽろでたらしいが、メンテ直後にインなんかしてるかぁ～</p>',1,3062,2,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080430_2212_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:11','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080501_2350',3,0,'2008-05-01 23:50:59','05/01 [MOE] 村正クリエイター',null,'<p>最後のセードロチュニックで2回も失敗したけど...</p>\r<p>ようやく成功した♪</p>','<p>これで3回通ったクエストも終了<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080501_2350_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080501_2350_1.png\" alt=\"\"></a></p>\r<p>もらったシップ装備<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080501_2350_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080501_2350_2.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080501_2350_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe080501_2350_3.png\" alt=\"\"></a></p>',1,2919,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080501_2350_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080501_2350_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080501_2350_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:49:23','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080505_1118',3,0,'2008-05-05 11:18:09','05/05 [MOE] もっと大きくなりたーい！',null,'<p>昨日から育成をはじめたモニコ</p>\r<p>賢者にしようと思って作成したが、取りあえず露店専用キャラだった。<br />\r露店専用キャラの育成をはじめた理由。<br />\rそれは...<br />\r安心して死ねるように、死体回収班が欲しかったからだ!!</p>\r<p>ということで、最低限の戦闘能力とコープスミーティング、テレポを習得したい。</p>\r<p>ということで話をしていたら、70まであげたら88まであげてヘル パニッシュを使えるようにして、パニッシャーにした方が良いらしい♪<br />\rパニッシャーは集中力もいるみたい。</p>\r<p>...なんか賢者はネタ職とか言う噂が...<br />\rということで、当初予定になかった、パラディンも検討対象に！</p>','<p>昨夜から開始したガープ狩り。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080505_1118_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080505_1118_1.png\" alt=\"\"></a><br />\rほとんどスパルタでガンガンスキルを上げてくれました！<br />\rおかげで、クエストを102往復するハメになりましたが....<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080505_1118_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080505_1118_2.png\" alt=\"\"></a><br />\r急いで、階段を下りずに飛び降りてると体勢が悪かったのか...<br />\rこんなことも<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080505_1118_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080505_1118_3.png\" alt=\"\"></a><br />\rちゃんと降りた方が早いか？ちょっとずつ落下耐性をあげて強化しましたが。</p>\r<p>しかし、モニコで無ければピンクの前に立って1Fからトレード可能なのに...</p>\r<p><em>もっと大きくなりたーい！</em></p>',1,2988,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080505_1118_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080505_1118_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080505_1118_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:50:06','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080506_0822',3,0,'2008-05-06 08:22:46','05/06 [MOE] 初タルパレ',null,'<p>暇だったくろねこ</p>\r<p>チャネルで暇だ～ってぼやいていたらお出かけに誘ってもらえました。<br />\r行き先はダイスの結果、くろねこが行ったことがないタルパレになりました。行ってみたかったから、ちょうどよかったのだ。って言ったことがないところは結構多いんですけどね。</p>','<p>イッチョンの巣を颯爽と走り抜けて楽勝のタルパレ到着♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080506_0822_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080506_0822_1.png\" alt=\"\"></a></p>\r<p>レッドラインとかも倒しましたよ。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080506_0822_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080506_0822_2.png\" alt=\"\"></a></p>\r<p>帰り間際、ダイアロスチャンピオンが...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080506_0822_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080506_0822_3.png\" alt=\"\"></a><br />\rもてなくて使ってしまったキック賢者がチャンピオンから取れたー♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080506_0822_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080506_0822_4.png\" alt=\"\"></a><br />\rしかし、後で気づいたがこのキック、荒くれ者マスタリーが必要だなんて...使えないぞ！</p>\r<p>この取れた賢者でキックのスキルキャップが90.0に後はあげるだけだ</p>',1,3391,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080506_0822_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080506_0822_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080506_0822_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080506_0822_4_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:51:05','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080507_0130',3,0,'2008-05-07 01:30:19','05/07 [MOE] パンダマン',null,'<p>遠くに「パンダマン」ってクリーチャーが見える....</p>\r<p>PCなのか？NPCなのか？</p>\r<p>近くに行ってみると、Mobだった。どうやら嫌われているらしい。</p>\r<p>が、どうやら攻撃してこない様子。</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080507_0130_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080507_0130_1.png\" alt=\"\"></a><br />\rパンダマン(チャック付き)</p>\r<p>アクティブではないのかと、放っておいて隣の竹を伐採始めたそのときいきなり攻撃して来やがる...</p>\r<p>どうやら竹の番人のようだ！<br />\rマクロで伐採しているので伐採が3かい連続で行われる。なんか途中でロックターゲットとか押してしまったようで竹からロックが外れず焦って、自動戦闘押したり....</p>\r<p>結局、逃げる体勢に入れたときにはマクロで伐採が終わった後、残りHPが2Pまで削られてた...</p>\r<p>伐採でスタミナを消費してて逃げ切れるか心配だったが...<br />\rあー、逃げれてよかった...</p>',1,4065,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080507_0130_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:51:45','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080507_2021',3,0,'2008-05-07 20:21:45','05/07 アフロ バグってないか？',null,'<p>本日から新しいアフロヘアーがもらえるようになったみたい。</p>\r<p>で、エスネ中央に行ったら</p>','<p>こーんな感じに人がいっぱい...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080507_2021_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080507_2021_1.png\" alt=\"\"></a></p>\r<p>重いよ？<br />\rで今回はアイテムがいらずただ待ち続けるだけ....<br />\r待ち続けて1時間、あれ？残り6時間になってる???取りあえずアフーに話しかけると、アフロのことだけを考えてないからダメだと...<br />\r仕方がないから、もう一回...これを繰り返して...</p>\r<p>ああ...まだもらえない</p>',1,4080,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080507_2021_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:24','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080510_2228',3,0,'2008-05-10 22:28:31','05/10 風奈さん転職式',null,'<p>今日は風奈さんの転職式があった....</p>\r<p>ゆうまとhoroちゃん、久々に見た～<br />\rゼネで誰かを見るのが久々な気がする！今週は経験値2倍をするみたいだから、週末にでもまたあのマゾ碇に挑戦してみようか(;ﾟдﾟ)ｧ....</p>','<p>風奈さん転職式の様子。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080510_2228_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080510_2228_1.png\" alt=\"\"></a></p>',1,3424,2,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080510_2228_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080511_0155',3,0,'2008-05-11 01:55:44','05/11 [MOE] イメチェン',null,'<p>アイテム受け渡してキャラを戻してきたら、いきなりぼさぼさ頭に...</p>\r<p>ちょっとは前振り付けて欲しいとおもうのはくろねこだけでしょうか？<br />\r伸びきるまでに見た目で破断できる材料を、3段階くらいは欲しいものです。</p>\r<p>まあ、のび切っちゃったので新しい髪型を試してみました♪</p>','<p>選んだのは№6のポニーテールです。</p>\r<p>なかなかですね～♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080511_0155_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080511_0155_1.png\" alt=\"\"></a></p>',1,2690,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080511_0155_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:52:44','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080511_1940',3,0,'2008-05-11 19:40:55','05/11 [MOE] 初カオスエイジ',null,'<p>初カオスです。</p>\r<p>いつもどおり時間前になると「カオスエイジ」チャネルの方が宣伝してっらっしゃるので、死亡時にアイテムが全部なくなるという怖ーいカオスにチャレンジしてきました。</p>','<p>まず、タイムカプセルと銀行を駆使して、必要なアイテムは持っていかないようにおいていきたいところですが、銀行もいっぱいなので盾と武器は持って行かざるを得ませんね。<br />\r防具は簡単に取れる湿布装備に変更しました。</p>\r<p>そして墓地銀前からカオスに行くと言うアルターに乗ってみました...<br />\r着いたところはカオスではなくバハのあるフューチャーエイジでした。ここを経由行くみたいですね。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080511_1940_1.png\" alt=\"\"></a></p>\r<p>はじめてくるので、ここがどこか全くわかっていませんが、この階段落ちそうでびくびくものです！<br />\r移動したら、こんなところにでたのですが...ここもはじめてきますね...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080511_1940_2.png\" alt=\"\"></a></p>\r<p>もうちょっと歩くと、奔流というものが...ここが入り口のようです。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080511_1940_3.png\" alt=\"\"></a><br />\r後で、SSを見直してわかったのですが、後25人だったのですね。危ない危ない。せっかく来たのには入れなかったら、おもしろくありません。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080511_1940_4.png\" alt=\"\"></a></p>\r<p>暫くここで待つようです。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080511_1940_5.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080511_1940_6.png\" alt=\"\"></a></p>\r<p>ボスは、醜いトーマスですか？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080511_1940_7.png\" alt=\"\"></a></p>\r<p>まあ、無事に倒せてくろねこも死なず帰り路に着いたのですが...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080511_1940_8.png\" alt=\"\"></a><br />\rほとんど吹き飛ばしで飛ばされてDoT食らって死にそうになって、役に立ったのか？<br />\rって感じでしたね...</p>',1,3629,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080511_1940_8_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:53:12','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('2008051616594661',3,0,'2008-05-16 16:59:46','05/16 今日から三日間復帰予定',null,'<p>今週のメンテナンス後にも、ログインコインをもらいにログインしたくろねこだが&hellip;<br />\r<br />\r今日の未明から三日間狩りをする予定！<br />\r<br />\r操作方法を体が覚えているのだろうか？<br />\r<br />\rそういえば、帽子を貰った記事が公開されていないや、ナンデダヨウ！？</p>','<p>結局24ｈも持たなかった...</p>',1,3348,3,1,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:55','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080517_2308',3,0,'2008-05-17 23:08:24','05/17 [MOE] 地の門、冥の門',null,'<p>先週に引き続きまたまたカオスへ！</p>\r<p>今週は地の門と冥の門に行ってきました♪</p>\r<p>今週はPT募集のシャウトがあったので一緒にお仲間に入れていただきました！<br />\rでも、相手がどこにいるかわからない状況なので、ヒーリングしてくれるわけでもなんでもない気がしましたが、おしゃべり相手や危険回避に意味があった気がします。</p>','<p>雪原&lt;<a title=\"FutureAge (200d)\" href=\"http://moewiki.usamimi.info/index.php?FutureAge\">FutureAge</a>&gt;の透明な階段最上階から先は何もないように見える....<br />\r落ちるのかな？て思ってたら、なんか透明な壁が....<br />\rよーく見ると床と壁の境目が見えるね。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080517_2308_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080517_2308_1.png\" alt=\"\"></a></p>\r<p>地の門が貞子って言われる意味がよくわかりましたよ！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080517_2308_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080517_2308_2.png\" alt=\"\"></a></p>\r<p>冥の門ではカオスプレートを着た人が結構いた。他の門では気がつかないくらいだったんだけど。<br />\rかなりかっこいいです。このサングラスが欲しい！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080517_2308_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080517_2308_3.png\" alt=\"\"></a></p>\r<p>冥の門のGKは怪獣でした～。下から炎が吹き出しているので当たらないように行くつもりが、戦ってるとすぐ忘れちゃって...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080517_2308_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080517_2308_4.png\" alt=\"\"></a><br />\r貞子もそうだけど、GKは強いからすぐスキルが上がっておいしいですな～</p>\r<p>明日も行こーっと♪</p>',1,3562,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://moewiki.usamimi.info/index.php?FutureAge\">FutureAge</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080517_2308_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080517_2308_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080517_2308_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080517_2308_4_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:45:44','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080519_mentos',3,0,'2008-05-19 20:09:04','05/19 メントスとコーラ',null,'<p>メントスって (ﾟдﾟ)ｳ-(ﾟДﾟ)ﾏｰ(ﾟAﾟ)ｲ-&hellip;ヽ(ﾟ&forall;ﾟ)ﾉ&hellip;ｿﾞｫｫｫｫｫ!!!! だよね</p>\r<p>コーラも (ﾟдﾟ)ｳ-(ﾟДﾟ)ﾏｰ(ﾟAﾟ)ｲ-&hellip;ヽ(ﾟ&forall;ﾟ)ﾉ&hellip;ｿﾞｫｫｫｫｫ!!!! だよね</p>\r<p>でも、この二つを組み合わせると....</p>','<p><a href=\"http://ja.wikipedia.org/wiki/%E3%83%A1%E3%83%B3%E3%83%88%E3%82%B9\">メントス - Wikipedia</a>のようになると言うことを、仕事場のF君から教えていただいた。</p>\r<p>この組み合わせで食ったことがあると思うのだが？</p>\r<p>メントスを販売しているギャドバリージャパンに問い合わせしてみた。ちなみにフリーダイアルは携帯からは問い合わせできない。<br />\r※だいたいの内容をすっきりまとめさせていただいている。なので一言一句おなじとは限らない。</p>\r<blockquote>[質問1]<br />\rメントスとコーラなどの炭酸系飲料を同時に飲食すると危険であると知人から聞いたが、それは本当か？<br />\r[回答1]<br />\r暫く待たされた後、そのような資料は持ち合わせていないのでお答えできない。<br />\r<br />\r[質問2]<br />\rメントスとコーラなどの炭酸系飲料を同時に飲食することについて安全と見なしてよいか？<br />\r[回答2]<br />\rそのような資料は持ち合わせていないのでお答えできない。上のものに伝えておく。&nbsp;\r<p>[質問3]<br />\rこの剣において調査されるのであれば、後日電話にて安全かどうか確認できるか？<br />\r[回答3]<br />\r上のものに伝えるが、お答えできるかわからない。</p>\r</blockquote>\r<p>どうやら問題は把握されていないようだ。<br />\rちなみに、確認されたらそのような記載が追加されるのかなど聞いたが、資料がないからわからない、答えられないといった内容しか答えてもらうことは出来なかった。</p>\r<p>食ってても、何も起きたことはないんだがな。<br />\r飲み込むなどして炭酸水の中にメントスが浸かると現象が発生するのだろう。</p>',1,3687,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://ja.wikipedia.org/wiki/%E3%83%A1%E3%83%B3%E3%83%88%E3%82%B9\">メントス - Wikipedia</a>',0,1,1,0,0,'1999-11-30 00:00:41','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080525_2335',3,0,'2008-05-25 11:35:00','05/24,25 [MOE] 個人的カオス勝敗',null,'<p>今週も懲りずにカオスに登場したくろねこです。</p>\r<p>先週、風の門で初の敗戦を経験。<br />\r手持ちのすべてのアイテムを無くしてしまったわけですね。</p>\r<p>今週はどうだったかというと....</p>','<p>まず、先週の敗戦状況から...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080525_2335_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080525_2335_1.png\" alt=\"\"></a><br />\rと、まあこんな感じで死んじゃったわけですよ！<br />\r重量が140&uarr;あると飛ばされないと聞いて140.1詰め込んでいったら....<br />\r途中で食っちゃって135くらいになったんですね＞＜；<br />\rでも飛ばされなかったんだけど、それがDOTを食らいやすい原因になったのかも？</p>\r<p>今週は死なないって意気込んで向かったものの....<br />\r地の門でまさかの死亡。DOTがきついですね....<br />\r先週も今週もDOTで！</p>\r<p>これで反省して対策を立てる<br />\rまず、ダンサーの位置を確認してから突撃ー<br />\r慣れてきたら、表示されている台詞の吹き出しでダンサーさんのところまで行けるようになったの～</p>\r<p>土曜はこんな感じで2勝1敗</p>\r<p>日曜日は、<br />\r風の門と初の水の門に行ったけど、どちらも活躍できなかった<br />\r水の門なんか、BB掛けてもらって近づいていったらBuffはがされて帰って、もう一回行って..<br />\rって繰り返してるだけ、はぁって感じ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080525_2335_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080525_2335_2.png\" alt=\"\"></a><br />\r楽しいコトが...たぁくさん... って言ってたのに</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080525_2335_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080525_2335_3.png\" alt=\"\"></a><br />\r勝手にどこかに行っちゃうんですね...<br />\r&nbsp;</p>',1,2947,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080525_2335_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080525_2335_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080525_2335_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:54:20','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080526_1843',3,0,'2008-05-26 18:43:39','05/26 [MOE] かこえいしす',null,'<p>昨晩から明朝に掛けて過去エイシスに行ってきたのである。<br />\r本当は土曜の晩から行こうかなって思ったのだが、支度に時間がかかって間に合わなかったのである。</p>\r<p>でも、昨晩はのあぴもあるし時間もゲーム時間で3～6時間もあるしでちゃーんと間に合ったのである。<br />\r過去エイシスに来た理由、それは日々消費するシルク バンデージが枯渇の危機に晒されていたからなのである。<br />\rコットン バンデージと併用したり、ビスク西エリアの木陰の@36のシルク バンデージを買ったりするのはもういやだ～<br />\rだって、ちんじゃうんだもん...<br />\rでも、過去エイシスでは神秘強化お侍様が1回でスパイダー シルクを900以上も稼げると言うことでwktkしていいですか？</p>','<p>ということで、くろねこもやってきました、過去エイシス！</p>\r<p>900も稼げるからさぞ蜘蛛がうじゃうじゃだろうと思ってきたが、意外に少ない。走り回って再POPを探す感じ？人がいたら引き返す。それを繰り返して制限時間前に動けなくなって定点狩りになっちゃった。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080526_1843_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080526_1843_1.png\" alt=\"\"></a></p>\r<p>強化魔法が使えたら、レイジングで約120ほどWTが軽くなるからスパイダーシルク(WT:0.09)にして、1333個持てる訳なんだが、それにあわせて他も増えるわけで....<br />\rでも、くろねこにはないんで関係のない話なんですがね。</p>\r<p>スパイダー シルク以外に蜘蛛からは、蜘蛛の爪、蜘蛛の毒、蜘蛛の抜け殻なんて出て、それらのNPCへの売り上げが12ｋ位もあった。スパイダーシルクは700強ね。</p>\r<p>2回目は倉庫整理に手間取ってばたばたしてたら、いらない物をいっぱい持て来ちゃって結構WTが重い。一番重いのは現金だったのかな？<br />\rさらに重いからウィスプを叩いてたら悟りや賢者がでたのは良いけど、包帯ちびってたら...(つд・)ｴｰﾝ<br />\rスパイダーシルク200強しか稼げなかった...</p>\r<p>3回目は初回とおなじくらい稼いだ。3-4時間くらい？<br />\r3回目回ってて、ちょうど現在でいっちょんの王様が出るあたりに白蛇が湧いていたのだが、あれってつおいのかな？</p>\r<p class=\"indent\">帰りに見つけた生意気なヤツ。彼の運命は？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080526_1843_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080526_1843_2.png\" alt=\"\"></a></p>\r<p>お友達のミルヒも行きたいって言ってたが、いっちょん友好がないからな。<br />\rくろねこひとりで、キング サブールは倒せるのかな？<br />\rつい先日、カオスでザブール君の落とし物をなくしちゃったのもあるから、また分けて欲しいんだけど、無理だろうな。</p>\r<p>まぁ、どう考えてもザブールに挑戦するよりも、エルビン側からダッシュでアルターまで走り抜ける方が早いだろうな。</p>\r<p>まぁ、その辺は今度考えると言うことで...</p>\r<p>|彡ｻｯ</p>',1,3534,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080526_1843_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080526_1843_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:54:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080528_1200',3,0,'2008-05-28 12:00:02','05/27 [MOE] オリハル＆ミスリル',null,'<p>日曜日にコボルトから取れたオリーハルコンの鉱石の欠片。<br />\r錬金に使う方法もあったが、アクセサリーにすることをチョイス。どうせならリングとイヤリングの両方を作りたい！だから、インゴットにしたけれどもう一個取れるまでストック。</p>\r<p>コボルトだといつ出るか分からん&hellip;<br />\rだから、堀に行くことにした。着いたのはイルヴァーナ渓谷のギガス共闘場。着いたら銀鉱石がいっぱい！しかし、取りにきたのは、オリーハルコンとミスリル。これを求めてさらに奥へ。</p>\r<p>奥に行って思った！<br />\rギガスって何匹いるの？<br />\rバエルシャーマンは強い？</p>','<p>ギガスの足元を駆け抜けるのは、ギガスが反対を向いているときにね。<br />\rしかし、ギガスはザグだな、そしてあしもとを駆け抜けるのは「バーニー」てか？</p>\r<p>まあ、いくつかのザグのあしもとを駆け抜けると、ミスリルの岩石が！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080528_1200_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080528_1200_1.png\" alt=\"\"></a><br />\r結構回避が高いのね、掘りにくいな。<br />\r無事に掘り終えたが、オリーハルコンを探してさらに奥に進んだら、バエルに見つかったのでテレポで逃げ帰ることになった。<br />\r(振り切れたんで、レコ石を焼こうかと思ったんだけどNQが無かったのは内緒♪）</p>\r<p>また、掘りに行きたいなっと。</p>\r<p>では、この辺りで&hellip;</p>\r<p>|彡ｻｯ</p>',1,4768,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080528_1200_1_original.png\">http://www.blackcatlab....</a>',0,0,1,0,0,'2009-05-05 03:55:27','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080529_0149',3,0,'2008-05-29 01:49:05','05/28 温泉の街',null,'<p>ゼネで新マップが実装された。</p>\r<p>温泉の街らしいのだが...</p>','<p>書く気力もなくなるぐらいに、つまらん...</p>\r<p>内湯と露天があるんだけど、温泉に浸かってると一定の効果が得られるんだけど...<br />\r両方効果を得ようとするとその使ってる時間だけ効果時間が減っちゃうんだよね。</p>\r<p>しかも、これ有料！</p>\r<p>なんと5k</p>\r<p>あんまり意味ないね</p>\r<p>今日はこの辺で</p>\r<p>|彡ｻｯ</p>',1,2967,4,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 03:56:20','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080603_2130',3,0,'2008-06-03 09:30:34','06/03 [MOE] くろねこナイトに♪',null,'<p>ようやく、刀剣が90.0に到達念願のナイトになった～</p>\r<p>しかし、エルビンで荒くれバイソンを倒すとさくさく上がるね。<br />\r3匹も倒したら0.1はほぼ確実じゃないかな？荒くれでなくても上がるときには上がってるし...</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080603_2130_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080603_2130_1.png\" alt=\"\"></a><br />\rシップがナイトになった！って言うのは取り損ねたけど、刀剣スキル90.0は取れてよかった～<br />\rずーっと、-キーを押そうと待ち構えていたんだけど、忙しいときに限って上がっちゃうのよね。実はこの一撃で刀が折れちゃったし。</p>\r<p>まぁこれで、チェインよりも弱かったシップ装備もプレートまでは行かないがそこそこ強くなったし、後は筋力と回避を100まであげるだけだ～</p>\r<p>次は、魔法使いを育てるか、強襲収集戦士を育てるかどっちにしよう？</p>',1,4015,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080603_2130_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:56:46','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080604_0812',3,0,'2008-06-04 08:12:55','06/04 [MOE] 黄ブタの耳が！',null,'<p>錬金でオリハルコン鉱石の欠片を作ってアクセサリーにしてもらおうと計画中のくろねこなんだが...</p>','<p>いつもの組み合わせだと、オリハルコンの鉱石の欠片が出来るのに<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080604_0812_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/moe080604_0812_1.png\" alt=\"\"></a></p>\r<p>今日に限っては...</p>\r<p>黄ブタの耳が出来ちゃった！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080604_0812_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"299\" src=\"http://www.blackcat.xyz/images/articles/moe080604_0812_2.png\" alt=\"\"></a><br />\rということは....</p>\r<p>次は、鬼百合の髪飾り（橙）を作って....</p>\r<p>この二つを組み合わせると...</p>\r<p><em>剣豪の鞘</em></p>\r<p>になるな！</p>\r<p>ガンバろーっと</p>',1,4151,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080604_0812_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080604_0812_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:57:15','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080606_2257',3,0,'2008-06-06 22:57:35','06/06 [MOE] 今日はロールケーキの日',null,'<p>今日6/6はロールケーキの日なんだそうですね♪</p>\r<p>先日の結婚式でもらったロールケーキ、昨晩食べてしまいました。<br />\r知ってたら今日食べたんですけどね。</p>\r<p>それはそうと今日は欧米かのメンバで火口の審判者を倒しに行きました♪</p>\r<p>新mobですね～</p>','<p>3カ所にあるバイソンの群れを倒すとPOPするみたいですね。<br />\r火口の審判者は、周りに炎っていうmobを従えてた。これが4-5匹いる感じでしたが、結構痛いので先に倒した方が楽そうな感じですね。(炎のバーストで本体が回復するらしいです...)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080606_2257_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080606_2257_1.png\" alt=\"\"></a></p>\r<p>結構痛めつけられましたが、最後には我らの勝利でしたよ♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080606_2257_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080606_2257_2.png\" alt=\"\"></a></p>',1,3048,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080606_2257_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080606_2257_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:57:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080611_0056',3,0,'2008-06-11 00:56:37','06/10 [MOE] 違反行為なのでしょうか？',null,'<p>MoEのサポートは返答が早いですね。<br />\r今回も翌日には返答頂けましたよ。</p>\r<p>今回送ったのはとあるユーザさんの行為が他人に迷惑では無いのか？と感じたので、運営に確認したのですね。<br />\r迷惑行為＝違反行為では無いと思いますし、袖触れ合うも他生の縁。迷惑行為もRPGではそういうロールなのだと解釈しています。<br />\rもちろん、中の人への誹謗・中傷は現実世界の法に触れるのでご法度です。</p>\r<p>ただ、運営が禁止している事は楽しく遊ぶための基準であるので、法に触れる内容で無ければ尊重すべきですね。</p>\r<p>という事で、運営の判断はどうなのかな？と聞いてみました。</p>','<p class=\"indent\">――質問――<br />\r明確に違反行為かどうかわからないので、ご質問と言うことで...<br />\r<br />\r敵NPCをガードにぶつけてHP削らせて、ルート権を取るのは違反でしょうか？<br />\r<br />\r荒くれバイソン程度ですとわらって許せる範囲内だと思うのですが、火口の審判者などのボス級になると、その間他の人がPOPさせられなくなるし、SBが近いので復活しても炎にやられたりして他PC（特に非戦闘キャラ)に迷惑だと言う人もいるかと思います。<br />\rRPGなのでそれも一つのロールとして解釈できますが、公式見解はどうなのか確認させてください。<br />\r<br />\r以上、よろしくお願いします。</p>\r<p>上記の様な内容で送ったら、下記のような内容が返って来ましたよ。</p>\r<p class=\"indent\">――回答――<br />\rお問い合わせいただいた件ですが、現時点では規約違反行為には該当いたしませんが、利用される際のマナーという点から、ご利用のお客さまが気持ちよくプレイできるようご配慮いただきたく存じます。</p>\r<p>という事は、回りに人がいなかったらＯＫと言う事かな？<br />\rまあ、そこまで連れて来るのが大変だと思いますが&hellip;</p>\r<p>荒くれやって死にそうになったら逃げる位だろうな。</p>\r<p>最近は潔く死ぬ事が多いですが&hellip;<br />\rSBも近いですしね！</p>',1,3455,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'2009-05-05 03:58:18','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080611_1256',3,0,'2008-06-11 12:56:37','06/10 [MOE] 。。。(〃_ _)||',null,'<p>あちゃー！<br />\rミスっちゃいました！<br />\r<br />\r西銀でお肉を片付けて、露店チェック!<br />\rすると&hellip;<br />\rスチールインゴット@145の買い取りが&hellip;<br />\rまあ、これは普通</p>','<p>辺りをさらに物色すると&hellip;<br />\rスチールインゴット@110&hellip;<br />\rさっきのに放り込むと&hellip;@35の儲けだ！<br />\rキャットさんから全額預金を引き出す(約420k&uarr;)<br />\r次に、スチールインゴットを全部買い取り(975個)<br />\rそして、キャットさんにインゴットと残額を預けて&hellip;<br />\r買い取りはジャネットさんの方が近い<br />\r分割すると全部買い取ってくれないと困るので、買い取り露店とジャネットさんの両方を操作出来る位置にスタンバイ!<br />\rいっきに放り込む！？<br />\r<br />\rで、ジャネットに売上を入金すると&hellip;370k&hellip;<br />\r<br />\rへっ、減ってる&hellip;<br />\r&Sigma;(Ｔ▽Ｔ;)グワーン<br />\r<br />\rどうやら、スチールインゴットの値段を見間違えたみたい！多分売りが@210だったんだろう。そう考えるとつじつまが合う。どうやら、50k程損をしたらしい&hellip;<br />\r<br />\r仕方が無いから、蜘蛛を倒しに行って来た。<br />\rスパイダー シルク720その他で約13k稼いで、損失の1/4位取り戻した♪<br />\rスパイダー シルクは在庫が3800ほどに<br />\r<br />\rしばらく、稼ぐ？<br />\r<br />\rやっぱりつまんないから、新しいキャラを上げたいな！</p>',1,2904,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'2009-05-05 03:59:04','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080614111118814',3,0,'2008-06-14 11:11:18','訳の分からん奴が増えて困る…',null,'<p>まあ、はっきり言ってくろねこ自身分かりやすくは無い！これは断言出来る！</p>','<p>なにが分からんかひとつ例を取って言うと、後期高齢者医療制度に反対のとある団体<br />\rとあるくろねこが利用する駅で老人が不機嫌そうな顔で通りすがりのくろねこにビラを差し出した訳だ。愛想の欠片もなかったな、疲れてるのか？ビラ配りの基本だろ？笑顔。<br />\rまあ、おいておいてビラにはこう書いてあった。 年寄りをいじめるな。「長生きしてごめんなさい」と言わせないで、「長生きしてありがとう」と言わせて<br />\r上記に加え、後期高齢者医療制度がどんなに悪い制度か知らしめたいのだろうか？グラフがあり下記のような記載もあった。<br />\r・G7(主要先進国)中、最下位となった日本の医療費(8.0%)<br />\r・世界に突出した日本の窓口負担18.0%(表の中では一位)<br />\r<br />\rこの二つの記述から客観的に日本の医療を想像してみる。<br />\r窓口負担が多いのに日本の医療費が対GDP比で諸外国に対し低い理由を考えると下記のようになった。</p>\r<ul>\r    <li>国民が元気で医療を必要とする人が諸外国に比べて少ない</li>\r    <li>一部の人が高額の医療を受けている可能性がある</li>\r    <li>日本のGDPが諸外国に比べて高い可能性がある</li>\r</ul>\r<p>こんな感じかな？</p>\r<p>でも、これ統計的にずるいんだよね。<br />\r家計に占める医療費の割合を見てみると3.6%で、諸外国と比べて高くはない。<br />\rあとね、もしかして、これGDPに対する医療費の国庫支出金割合を言いたい？医療費全体なのか国庫支出金なのか書いてないから焦点がぼけてるんだよね。<br />\r<br />\rでは、必要の有無は取り敢えずおいておいて、お年寄りに手厚い医療を実施するための要件を考えてみる。<br />\rすると下記のようになる。<br />\r・ 医療費の国庫負担を上げる 現在の世論ではこういう意見が多そうだが？ 国庫負担額を増やすと医療費が家計に占める割合も減り受診しやすくなるだろうが、受診率が上がる事で税金が高くなる。さほど医療費を必要としない元気な世 代には実質負担増だな。 後にも絡んで来るが、安易に通院する老人が増えると本当に必要な人が受診し辛くなる。既にその弊害は発生している。 医療費を財源別にみると国庫負担は8兆3619億円で、全体32兆1111億円の26%。 つまり、国は4分の1程度しか負担していない現状を多いと見るか少ないと見るかだが、国庫負担をどこまで増やせば彼らは納得するのか？<br />\r<br />\r・無駄な受診を減らす たまに病院に行くと待合室で座っている元気そうなおじいちゃん、おばあさんがいる。外見だけでは分からないが、よく言われる井戸端をしたいだけなら他に言って欲しい。医療費だけの問題では無く、本当に治療を必要とする者に取って甚だ迷惑である。<br />\r<br />\rところで、国庫負担額を増やすとする。<br />\rすると元になる金をどこから調達するのか？という話にならざるを得ない。国庫負担の割合を変えるのか、新たに増税するのか？になる訳だが&hellip;<br />\r単純に医療費を増やしたいからと他が苦しくなる訳で、どういうところから減らすべきかというので誰でも考えそうだが、役人が無駄遣いしていたところが良いでしょう！<br />\r無駄遣い出来る程金があった訳で多少足りなくても頭を使って対策を考えてもらおう。そのくらいは当然だよね。あと、歳出の多くを借金の返済に充てているがこれが無くなれば医療費も含めていろいろいろ潤うはずなんだが...どこかで返済をしないと！<br />\rでも、この借金の原因を作った＝利益を享受したのは今のご老人方ではないのかな？もしそうなら、既に相応の社会福祉は受けているわけでちょっとぐらい医療費が上がっても文句言う立場にないという考え方も出来るね。これからの若い者は若い間から税金が高くそして年を取っても医療費も高い。二重苦なんだから！</p>\r<p>まあ、増税するなら、政治家は消費税値上げって言うけど、今でてるたばこの大幅増税も いい(≧&nabla;≦)b <br />\rたばこを吸う人が減って医療費削減(副流煙による非喫煙者の健康維持にも寄与)、そして税収アップで支出できる医療費も増える。良いことだな♪</p>\r<p>と、ここまで書いたところで。<br />\rこういうときに抗議する権利団体って文句しか言わないから腹が立つ。<br />\r後期高齢者医療制度の場合には、苦情を受けた政治家と役人が対応を考えるのが筋なんだろうけど、文句や愚痴を並べるだけで、どうして問題なのか理由をちゃんと説明できてなくって感情だけで行動するのは辞めて欲しいな。<br />\r高齢者の窓口負担が2割になったって良いじゃない。高齢者以外は3割負担だよ？今までが不均衡だった。より平等に近くなった。ただそれだけのこと。<br />\r払えなければ保険証取り上げって言うのもちゃんと義務を果たさないヤツに権利だけ与えるのはまちがっている。ただ保険証を取り上げたことによって、憲法で保障された健康的で文化的な最低限度の生活が出来なくなるなら、それは憲法違反として処理すればいい。基本路線としては誤っていないはずだな。</p>\r<p>訳がわからない感情だけを並べるヤツは嫌いだ～！</p>\r<p>|彡ｻｯ</p>',1,2588,1,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:57','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080615_0809',3,0,'2008-06-15 08:09:28','06/15 [MOE] ビスク城門が～',null,'<p>ビスク城門が！</p>\r<p>城門が変なんです～</p>','<p>15日4時すぎ、なかなか湧かないスコーピオン キングを倒して戻ってきたら、ビスク城門の一部が引き延ばされて....<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080615_0809_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080615_0809_1.png\" alt=\"\"></a><br />\rこんな感じに？</p>\r<p>中に入ってみると、壁が...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080615_0809_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080615_0809_2.png\" alt=\"\"></a><br />\r透けて見えちゃってます</p>\r<p>反対側も<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080615_0809_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080615_0809_3.png\" alt=\"\"></a></p>\r<p>手探りでなか(西エリア)に入ると普通だったんだけど、何でだろう？</p>',1,3421,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080615_0809_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080615_0809_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080615_0809_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:46:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080618_0008',3,0,'2008-06-18 00:08:00','06/17 虹を',null,'<p>今日は、ちょっとMoEではなくゼネに行ってきたの。</p>\r<p>今のゼネはクエストが期間限定2本あるみたいね。<br />\rイエローアフロだけで寝るつもりだったんだけど....</p>','<p>おしゃべりしててスキルを買うお金が無いってぽろっと口を滑らせたら...<br />\rお金をいただいた上に期間限定で入手できる虹を架けてもらったので..<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080618_0008_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080618_0008_1.png\" alt=\"\"></a><br />\r久々のゼネのまったりトーク、ちょっと他でいらいらしてたので気分転換できてホントに良かった。</p>\r<p>虹のクエストもちょっとやってみたくなって、精霊石の欠片を30個(3回分)集めて、ケンディまで行ってきた。<br />\r後7％だったので上がるかなって思いながら集めてたんだけど、Lv.43でもなかなかきついね。</p>\r<p>後20個は、別IDのキャラで虹をもらってみようかな？</p>',1,3464,2,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080618_0008_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:45','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080619153649337',3,0,'2008-06-19 15:36:49','06/19 今日のおやつ(大人のカンヅメ)',null,'<div style=\"float: left;\"><a href=\"http://www.blackcat.xyz/images/photomail/20080619-080619_1428~010001.jpg\" target=\"_blank\"><img height=\"96\" border=\"0\" width=\"160\" src=\"http://www.blackcat.xyz/images/photomail/20080619-080619_1428~010001-small.jpg\" alt=\"080619_1428~010001\" /></a><br />\r白いチョコボール</div>\r<p>大人のチョコボールと題して置いてあった「白いチョコボール」。<br />\r普通のチョコボール同様カンヅメがもらえる！(抽選)<br />\rこの缶のネーミング、担当者はちょっと考えたのだろうか、単に「おもちゃのカンヅメ」に大人のを付けると危険と判断したようだ。<b>おもちゃの</b>を取って単に「大人のカンヅメ」にしてある。<br />\r<br />\rだが、ここで担当君はもう少し考えるべきであった。</p>\r<p>普通、サバ缶ことサバの缶詰はサバが入っているものだ。サバに限らずこの法則は成立つ。<br />\rということは？<br />\rということは、大人のカンヅメとは<b>大人が入っているカンヅメ</b>と理解されかねない。</p>\r<p>中からラッピングされた(ry<br />\r職場でこの手のネタが好きそうな某F君はゴスロリかメイドがよいかなと思い、問いただしてみたらティセが良いらしい...</p>\r<p>まぁ、この手のアニメは多そうだが&hellip;</p>\r<p>ネーミングとは、重要だな!!!!</p>','',1,4107,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/photomail/20080619-080619_1428~010001.jpg\">http://www.blackcatlab....</a>',0,0,1,0,0,'1999-11-30 00:00:48','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080622_0057',3,0,'2008-06-22 00:57:00','06/21～22 [MOE] 渓谷ギガ～～～～ス',null,'<p>渓谷にギガスを叩きに！</p>\r<p>いつも、むらまさが1発150&uarr;食らって一撃で葬られてる訳なのだが...</p>\r<p>果たしてくろねこがどこまで戦えるのか！</p>','<p>結果的にそんな心配は無用だったようだ！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080622_0057_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080622_0057_1.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080622_0057_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080622_0057_2.png\" alt=\"\"></a></p>\r<p>防御の魔法が強くて一発6位しか食らわない！<br />\r防御が切れてバーサク中でも110ほど！</p>\r<p>一番危ないのは、崖から突き落とされること<br />\r突き落とされると2000&uarr;のダメージが...</p>\r<p>そんな感じで、倒しまくってたらチャンピオン乱入<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080622_0057_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080622_0057_3.png\" alt=\"\"></a><br />\r漁夫の利を狙おうとしたが、ルート権をギガスに持って行かれた(つд・)ｴｰﾝ</p>\r<p>でも、目当てのはちごうさんの賢者の石＜筋力＞も4つ出たし、そのほかも出たし</p>\r<p>先日出来た血染めのナックルも渡したし、ちょっとは戦力強化できたかなぁ？</p>',1,3063,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080622_0057_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080622_0057_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080622_0057_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:48:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080623_0122',3,0,'2008-06-23 01:22:00','06/22 [MOE] 今日の出来事',null,'<p>今日の出来事！</p>','<p>釣れるか！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20080623082229492_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/20080623082229492_1.png\" alt=\"\"></a></p>\r<p>大物が釣れたっ！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20080623082229492_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/20080623082229492_2.png\" alt=\"\"></a></p>\r<p>先週に引き続きWGKに一太刀!!!<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080623012229492_3.png\" alt=\"\"></a><br />\rと思ったら、BBはじけて<br />\r帰ろうとしたら、ペットに揉まれてとどめは雷...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080623012229492_4.png\" alt=\"\"></a><br />\r初太刀からわずか数秒&uarr;のSSから下のSSまで3秒だな...<br />\r<img width=\"193\" height=\"241\" src=\"http://www.blackcat.xyz/images/articles/moe080623012229492_5.png\" alt=\"\"><br />\r今回無くなったものリスト</p>\r<p>あー、やになっちゃうな...</p>\r<p>でも、気を取り直して天の門に！<br />\r天の門は初！MAPが他の門とかなり違って近代化？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080623012229492_6.png\" alt=\"\"></a><br />\r空に珠がUFO！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080623012229492_7.png\" alt=\"\"></a><br />\r集まってクリスタルに？そう言えばバハのクリスタル1種類だけ無いんだよね....<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080623012229492_8.png\" alt=\"\"></a></p>\r<p>突っ込んで叩こうとしたらどこからと無く攻撃が飛んできて50弱ずつ減らされる...</p>\r<p>補助を掛けてもらいに戻って、補助がすべてかかったと思った頃チャットの応答が遅くなる..<br />\r「あぶ」ってするのもままならず、確定した瞬間...</p>\r<p><em>LD</em></p>\r<p>ついてないな～</p>\r<p>今日はこのあたりで...</p>\r<p>|彡ｻｯ</p>',1,2730,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20080623082229492_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20080623082229492_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080623012229492_8_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:47:58','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080623_missed_my_stop',3,0,'2008-06-23 19:47:10','06/23 乗り越し',null,'<p>朝起きたら、なんと8：10！</p>\r<p>嫁はいつも早く起きるので、7:30に目が覚めたときに嫁には言ったのだが、これまた起きずに寝てたらしい。<br />\r嫁はいつも息子を先に起こして(息子用の目覚ましをセットだが...)、先にパンを食べさせてるのだが...<br />\rこの息子も起きてない...</p>\r<p>まあ、くろねこは8:10で間に合うはずだったのだが...</p>','<p>出がけに鍵が見つからず探していたら、息子が目の前にあるのを教えてくれた。</p>\r<p>それを見ていた嫁はいつもどおり嫌みたらたら...(*\'へ\'*) ﾝｰ</p>\r<p>まあ、今日は自転車で駅まで行って、電車には間に合ったのだが...</p>\r<p>電車で席に座って( &acute;ー`)ﾌｩｰ．．．っと落ち着いていたら...</p>\r<p><em>乗り過ごした！</em></p>\r<p>まさに、(/・_・＼)ｱﾁｬｰ・・な出来事だった</p>',1,2415,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:10','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080626_0811',3,0,'2008-06-26 08:11:22','06/26 [MOE] バインダーコンプリート',null,'<p>いつだったか、確か先週末？</p>\r<p>ついにはじめてバインダーをコンプしたのだ！</p>','<p>一個目コンプリート<br />\r<img width=\"380\" height=\"490\" src=\"http://www.blackcat.xyz/images/articles/moe080626_0811_1.png\" alt=\"\"></p>\r<p>褒賞アイテムは...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080626_0811_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"102\" src=\"http://www.blackcat.xyz/images/articles/moe080626_0811_2.png\" alt=\"\"></a></p>\r<p>先日の血染めのナックルに引き続き、素手用アイテムorz<br />\rよく見たら、一覧に書いてあるんですけどね。<br />\rちゃんと見てないのと、そもそもコンプ目的ではなかったので...</p>\r<p>まぁ、いっか...</p>',1,2812,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080626_0811_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:45:21','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080627_2012',3,0,'2008-06-27 20:12:21','06/26 lessonが(ようやく？)四次転職',null,'<p>lessonがようやくというか、やっとというか四次転職するらしいという風の便りを聞いて、超久々にゼネにログインした♪</p>\r<p>ログインしたときは残り0.5%。レベルアップ前の狩りを手伝うが、ギャラリーが揃っていないらしく99.99%でしばし休憩。<br />\r狩りを再開し、残り0.01%を稼ぎにかかるがなかなか出ない、なんでだ？と周りが思い始めたとき...</p>\r<p>コトは突然起こった！</p>','<p>なかなか出ないので、くろねこは録画を一時中断し再開させたときだったのだ<br />\rそれは突然にlessonが羽根を出した<br />\r<object width=\"425\" height=\"350\"> <param name=\"movie\" value=\"http://www.youtube.com/v/7c1jua2gpVU\"> </param> <embed src=\"http://www.youtube.com/v/7c1jua2gpVU\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"> </embed> </object></p>\r<p>羽根を出した後、lessonは四時転職のクエストのためにヨツンへ<br />\rねことまりにあはケンディから試練の会場となる礼拝堂まで警護のために先回り</p>\r<p>試練は結構余裕そう。ここでしぬやつなんぞいるのか？って感じだったんだが、良く後から考えてみると、lessonは先日実装された新課金ステアップを使ってるのでは？</p>\r<p>まぁ、残すは転職式だけですな<br />\r見逃した人は下の動画でも見てね....<br />\r<object width=\"425\" height=\"350\"> <param name=\"movie\" value=\"http://www.youtube.com/v/4a7Ng1CvgBs\"> </param> <embed src=\"http://www.youtube.com/v/4a7Ng1CvgBs\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"350\"> </embed> </object></p>\r<p>はぁ、これでアップできるかな？<br />\rなんか、書くのも三回目Youtube Upしながらだとタイムアップしたり、強制終了したり波瀾万丈だわ</p>\r<p>三回目も、危なかったわ...<br />\r三回目おかしくなって更新したら行けたわ...二回目の時もやり直さずに更新してみれば良かった...</p>\r<p class=\"add\">(/・_・＼)ｱﾁｬｰ・・<br />\r録音が出来てないな...確認不足だ(;ﾟдﾟ)ｧ....</p>',1,3546,2,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:36','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080629_2223',3,0,'2008-06-29 22:23:28','06/28，29 [MOE] 週末の出来事、LD攻撃とわ!!!',null,'<p>昨日は、己のミスから黄ブタの耳を消去してしまったり、フィレステーキ200個など倉庫整理時の多種多様なアイテムをカオスに持ち込み死んでしまったおっちょこちょいなのであった</p>\r<p>つ&omega;T`)ヾ (ﾟДﾟ )&hellip;ｲｷﾛ</p>\r<p>まあ、そんな不幸もあったんだけど、錬金は黄ブタの件以降初の買い取りで集めたアミュレットを使って、ゴーゴン ボウが2本、アイスブレイドも2本出来てまあまぁなのだろうか？</p>','<p>はじめて過去エイシスの本来の目的である、ホール・オブ・インフェルノに行ってきたのである！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080629_2223_1.png\" alt=\"\"></a><br />\rそして、行って最初のウィスプを攻撃したら...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080629_2223_2.png\" alt=\"\"></a><br />\rカオス ウン様からきつ～～い 一撃を頂いてウィスプとウン様の連続攻撃で&Omega;＼&zeta;&deg;)ﾁｰﾝ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080629_2223_3.png\" alt=\"\"></a><br />\rどんなところかわかったので、もう二人とかそう言う無謀なツッコミはしないだろうね&hellip;</p>\r<p>さて今週のカオスは？<br />\r先週はほとんど戦うことなくLDしてしまったLoCに再チャレンジしてきたのだ！<br />\r一番先頭でスタンバッテたんだけどね...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080629_2223_4.png\" alt=\"\"></a><br />\rこれ、振り返ったところね<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080629_2223_5.png\" alt=\"\"></a><br />\rこんなのがでて(先頭だからでかいわ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080629_2223_6.png\" alt=\"\"></a><br />\rこんな感じでがんばってたんだけど<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080629_2223_7.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080629_2223_8.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_9_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080629_2223_9.png\" alt=\"\"></a><br />\r最期にはLDかよ</p>\r<p>なんか、途中2回ほど自分以外のみんなが止まってるって時があったがあれはLDの前兆？それとも敵スキル？<br />\r2回目のはLD前兆臭かったな...<br />\rそのあと、行っちゃったし...</p>\r<p>LD直らないかな？なんかchoうっと不完全燃焼</p>\r<p>今、余った力を共闘に突っ込んでるじぇ～<br />\r着こなし(33.8/80.0)<br />\r攻撃回避(97.3/100.0)<br />\r刀剣(98.7/100.0)、<br />\rしかし、下げる予定3.8、上げる予定2.7+1.3＝4.0どう考えても計算が合わない。表示上にないどこかに隠れた値が・・・</p>\r<p>どうやって、調整したらいいか思案中・・・</p>\r<p>誰か教えて！</p>',1,3397,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_8_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080629_2223_9_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:44:56','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080630_0125',3,0,'2008-06-30 01:25:27','06/30 [MOE] 刀剣100!',null,'<p>BALCKCATの刀剣が！</p>\r<p>とうとう</p>','<p>100になった～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080630_0125_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080630_0125_1.png\" alt=\"\"></a></p>\r<p>後は、回避だけ～</p>\r<p>調整は？</p>\r<p>|彡ｻｯ</p>',1,3437,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080630_0125_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:44:13','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080704_0823',3,0,'2008-07-04 08:23:40','07/04 [MOE] INしたら...',null,'<p>インして荷物が重いのでNPCに売ろうと思ってあたりを見回したら...</p>\r<p>地下水路で見るゴーレムのでっかいのが！<br />\r誰かのペットと思ったら....</p>','<p>ミストワンダラーだった<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080704_0823_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080704_0823_1.png\" alt=\"\"></a></p>\r<p>ガードと戦ってそうに見えたので強制乱入<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080704_0823_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080704_0823_2.png\" alt=\"\"></a></p>\r<p>そしたら他の人が戦ってて、その人がげんむせきだけ取ってってねこが他の貰ったのだ</p>\r<p>目当てはそれだったらしい</p>',1,3073,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080704_0823_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080704_0823_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:43:51','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080704091241691',3,0,'2008-07-04 09:12:41','07/04 またやってもた?',null,'いつもの電車に乗って汗をかきながら今日の仕事を考えていたら?<br /><br />アウチ!!<br /><br />ひとつ駅を行き過ぎていた?<br />あ?あ、いやになっちゃうね。<br /><br />','',1,2421,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'0000-00-00 00:00:00','html',0,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080707_0809',3,0,'2008-07-07 08:09:36','08/06 [MOE] 今日もLD',null,'<p>今週もすべての門(カオス)に参加していたくろねこ</p>\r<p>今日こそは、ロード オブ カオスをこの手で倒すはずだったのに&hellip;</p>','<p>やはり今週もダメだった。<br />\rくろねこはシップ剣でカオスに参加していたんだけど、途中でシップ剣の耐久が1になって、こりゃダメージ低いわと思い、AUCでどこかに武器は売ってないって聞いたら、カタナを売ってる露店さんがいて買いに戻ったら...</p>\r<p>画面が突如まっ暗になって...落ちちゃった</p>\r<p>LD第6波だったらしい</p>\r<p>復帰したところで話してたら、その露店の人もくろねこに武器を届けに来てくれるところだったようで、一緒に落ちちゃったらしい。(/・_・＼)ｱﾁｬｰ・・なのだ</p>\r<p>ところで、時間が止まってる間って画面がセピア色になるのね。<br />\rSSを撮ったはずなのに撮れてなかったorz</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080707_0809_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080707_0809_1.png\" alt=\"\"></a><br />\rくろねこ進軍</p>\r<p>ちなみに、シップ剣耐久1になるとこのくらいしか当たらない<br />\r<img width=\"260\" height=\"49\" src=\"http://www.blackcat.xyz/images/articles/moe080707_0809_2.png\" alt=\"\"></p>\r<p>では、今日はこの辺で</p>\r<p>|彡ｻｯ</p>',1,2749,2,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080707_0809_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:41:43','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080714_0050',3,0,'2008-07-14 00:50:09','07/14 [MOE] LDはしたが…',null,'<p>今回もやはりLDした</p>\r<p>くろねこ、今回も一生懸命戦ったんですけど、力及ばずLD。<br />\rこのとき大量にLDしたらしくその後は前線に確か6名とアナウンスがあった</p>\r<p>その前のLD波って言われたときにはNET値が下がっていって色が変わるのがわかったんで下を向いたりして防衛策をとれたんだけど、このときには調子に乗って叩いてたんでNET値がいくつになって落ちたのかさっぱり。</p>\r<p>しかし、LDはしたが....</p>','<p>くろねこが死んだ時用の装備等の補給品倉庫のくろねこにゃ<br />\r今回もこいつはLDもせず、死にもせずなぜか生き残ってる。<br />\rサブPCでしかも通常マップでも露天放置してるとLDするのに!!!</p>\r<p>生き残ったら、泉からこんなのが取れた<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080714_0050_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080714_0050_1.png\" alt=\"\"></a><br />\r「キルク・ラ・ガイア」</p>\r<p>一番計量な金属で出来てる剣かどうかわからんが、アイコンのグラフィックと装備時のグラフィックが全く違うでしょうが！</p>\r<p><img width=\"49\" height=\"49\" src=\"http://www.blackcat.xyz/images/articles/moe080714_0050_2.png\" alt=\"\"><br />\r&uarr;アイコン時画像</p>\r<p>装備時のグラフィック、これって剣ですか？剣なんですか？</p>\r<p>(*\'へ\'*) ﾝｰ</p>\r<p>趣味じゃないです&hellip;<br />\r後思うこと、軽量な金属で出来てるなら剣自体も軽量なんだろ？なら片手にしといてくれよ！</p>\r<p>勿体なくて使えないって言うのもあるけど、見た目が趣味じゃないので多分使わないです。<br />\rアイコンの形だったら普通の剣みたいでかっこいいと思うんだけど、ねこの趣味が変なのかな？</p>\r<p>レアがでてうれしいのはうれしいんだけどね...</p>\r<p>今度は何がでるかな？</p>',1,3738,10,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080714_0050_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:40:55','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080715_sigmatel_saund_driver',3,0,'2008-07-15 07:58:05','07/15 このドライバは？(DELL SIGMATEL Audio Driver for Vista 32bit)',null,'<p>DELLのFTPサイトをチェックしているとHPには上がっていないドライバがちらほら。</p>\r<p>DELL SIGMATEL Audio Driver for Vista 32bit の新しいのを久々に探していたら</p>\r<p><a href=\"ftp://dell.com/audio/SIGMATEL_STAC-92XX-C-Major-H_A06_R182475.exe\">SIGMATEL_STAC-92XX-C-Major-H_A06_R182475.exe</a></p>\r<p>くろねこの環境ではいまは、Vista が使えないのでお試しできないなと思いつつ数週間が...</p>\r<p>いつ試そうかな？</p>','<p class=\"add\">07/18 追記<br />\r展開して入っていたファイル群の内容を見ていると、CTAPO32.dll から下記の記述が...<br />\rCCMSSEfxMod::UpdateProperties_ - Updating MultiSpeakerStereoUpmix_Multichannel_Focus_Pcnt<br />\rCCMSSEfxMod::UpdateProperties_ - Updating MultiSpeakerStereoUpmix_Stereo_Focus_Pcnt<br />\rMultiSpeakerStereoUpmix という文言、これはちょっとは期待できるのかな？<br />\rこれが録音のステレオミキサーを示していれば、くろねこの C521 で 録音が出来ることになるね。</p>',1,14985,2,0,'0000-00-00 00:00:00',1,'<a href=\"ftp://dell.com/audio/SIGMATEL_STAC-92XX-C-Major-H_A06_R182475.exe\">SIGMATEL_STAC-92XX-C-Ma...</a>',0,1,1,0,0,'1999-11-30 00:00:13','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080715_0809',3,0,'2008-07-15 08:09:14','07/15 [MOE] 最近不穏な空気が漂う？',null,'<p>大豆の収穫をしに行ったら、朝から2名も亡命してたよ。<br />\rデミトリの付近にはゾンビドッグ1匹とゾンビが6匹くらい？誰か回避上げしてたのか誰もいなかったけど。</p>\r<p>朝は人が少ないから大豆収穫だけじゃなくて、亡命もしやすいのかね。<br />\rそう言えば昨日は誰か収穫に来てたのかな？デミトリ付近の大豆が3本しかなかったし、Preで言うところの地下墓地との境あたりのたき火付近にある、大豆のHPがちょびっと減ってた。</p>\r<p>もうすぐ夏休みに入るし朝晩関係なくなるだろうから大豆収穫にはむかないかな<br />\r仕方ないから収穫スキルはトマトか小麦で上げよう！</p>\r<p>大豆であげようというのがそもそもの間違いだって？<br />\r(/・_・＼)ｱﾁｬｰ・・</p>','',1,3541,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 03:40:19','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080717_1839',3,0,'2008-07-17 18:39:10','07/17 [MOE] 遥かなるコンプへの道',null,'<p>暑い日が続いていますね。<br />\rくろねこが作業している某大企業ではチームマイナス6%に参加しているからか、単なる経費削減か非常に暑いです。<br />\r窓を開けようにも工場から出る排気が臭くて開けられないと聞いています。敷地から外では環境基準以下になるので特に対策はしていないとも聞いています。まあ、開けたところで部屋が広いので窓際しか効果が無いかもしれません。</p>\r<p>環境対策なら、カンバン方式の弊害※1をどうにかする方が先かと思うのですがいかがでしょうか？</p>','<p>昨晩、また一つ錬金バインダーをコンプすることに成功しました。</p>\r<p>現在</p>\r<ul>\r    <li>第三弾+ フューネラルブレイドバインダー</li>\r    <li>第三弾+ おもちゃのけんバインダー</li>\r    <li>第三弾+ ボルケニッククローバインダー</li>\r</ul>\r<p>をコンプしたので、残りは</p>\r<ul>\r    <li>第三弾+ ルージュフルールバインダー</li>\r    <li>第三弾+ シューティングスターバインダー</li>\r    <li>第三弾+ カルツァバイブルバインダー</li>\r</ul>\r<p>ですね。</p>\r<p>昨日、アミュレットを探しに黄昏の砦の崖の上で砦への進行ルートを確認していたら、メルさんの友達の方から声を掛けられて、雑談の後「なぜあの場所に？」と質問したら落下シップ装備のクエストでチェックポイント4～5が見つからなくて困ってたということだった。ネットで調べて教えてあげたら、アミュレット オブ シス3個とダイアモンド8個も貰ってしまった。</p>\r<p>その後、クエストに付き合ってさらに地下水路にも付き合って、そこで倒したゴーレムからアミュレット オブ ロザロトがぽろり。</p>\r<p>お～～～～。</p>\r<p>うれしいな～</p>\r<p>で、その後ビークを狩りに行ったら、そうそうにアミュレット&nbsp; オブ シスをもう一個(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!<br />\rその後、さらに70匹くらいビークを倒したけど羽根が200枚強、大羽根が2枚でアミュレットは出なかった(つд・)ｴｰﾝ</p>\r<p>ここであきらめて、練り練りモードに♪<br />\rダイアモンドを貰ったので、メモを見ながらサキュバスの羽根と組み合わせてミトヤを作るつもりが2回目にロザロトに、あれって思ってWikiを見直したらロザロトを作る組み合わせだった。まちがってメモしてた～。<br />\rロザロトが出来たから、ここで前から欲しかった剣豪の鞘を目指して、まずは強者をと思い錬り錬り開始。</p>\r<p>アミュレットから強者の鞘を作る組み合わせは三種。ユグ＋ロザロト、ミトヤ＋ロザロト、そしてソレス＋フェンネ。<br />\r手持ちは、ソレス1、ユグ5、ミトヤ5、ロザロト2だったので、ユグ＋ロザロトでチャレンジしてダメだったらミトヤ＋ロザロトで。それでもダメだったら今日はあきらめると。<br />\rここまで失敗がなかったからそろそろ失敗が来そうだな～(確率論的に関係ないけど)って思いつつユグ＋ロザロトで錬り錬りすると結果は通常でねこ的に失敗。失敗したので計画通り次にミトヤ＋ロザロトでチャレンジ。するとこれが大成功で強者になった。ヽ(&acute;ー｀)ノﾊﾞﾝｻﾞｰｲ</p>\r<p>次は、この強者とレッドローズを組み合わせて剣豪を作る段階なんだけど、変性コインを使うのは決定としてコンプの褒章アイテムの時の女神を使うべきかどうか。<br />\rまえに、レッドローズを作るときに時の使いと思い込んで1回目失敗、2回目通常で、3回目に大成功を勝ち取った記憶があるけど、変性コイン100spにたいして200spもの価値がある時の女神をここで使うべきか？錬金剤を使うような大物の時に置いておいた方が良いのか？<br />\rでも、前回剣豪に挑戦したときには変性コインを使っても成功止まりだったし、達人2本もいらないし...<br />\r錬金もバージョンアップして次は剣豪出来ないらしいし、終了までにもういっかいできる保証はないから時の女神を使っても作ってしまった方が いい(≧&nabla;≦)b かなって</p>\r<p>まあ、挑戦するのはもうちょっと待とう。<br />\r剣豪が出来てもすぐに使うつもりはないし...</p>\r<p>剣豪の鞘が出来ると良いな♪</p>\r<p>※1 Wikipedia <a href=\"http://ja.wikipedia.org/wiki/%E3%82%AB%E3%83%B3%E3%83%90%E3%83%B3%E6%96%B9%E5%BC%8F\">ジャストインタイム生産システム</a> <a href=\"http://ja.wikipedia.org/wiki/%E3%82%AB%E3%83%B3%E3%83%90%E3%83%B3%E6%96%B9%E5%BC%8F#.E7.A4.BE.E4.BC.9A.E3.81.B8.E3.81.AE.E6.82.AA.E5.BD.B1.E9.9F.BF\"><span class=\"toctext\">社会への悪影響</span></a> を参照</p>',1,4006,7,0,'0000-00-00 00:00:00',0,'<a href=\"http://ja.wikipedia.org/wiki/%E3%82%AB%E3%83%B3%E3%83%90%E3%83%B3%E6%96%B9%E5%BC%8F\">ジャストインタイム生産システム</a>\n<a href=\"http://ja.wikipedia.org/wiki/%E3%82%AB%E3%83%B3%E3%83%90%E3%83%B3%E6%96%B9%E5%BC%8F#.E7.A4.BE.E4.BC.9A.E3.81.B8.E3.81.AE.E6.82.AA.E5.BD.B1.E9.9F.BF\">社会への悪影響</a>',0,0,1,0,0,'2009-05-05 03:17:04','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080721_0848',3,0,'2008-07-21 08:48:48','07/21 久々にゼネ中',null,'<p>ここ数ヶ月MoEばかりで全然やってなかったゼネにINしてみた</p>\r<p>ありささんには事前に三連休に来るとは伝えておいたのだけれど、昨日も一昨日もみんなねこが行きたいところに付き合ってくれてうれしい限りな状態。</p>\r<p>いつものごとく、「ねこさんハーレム」と言われる状況に変わりはなかったけど。ビショップいっぱいいて絶対浮かないとも言われたな。</p>','<p>インして変わってたこと</p>\r<ul>\r    <li>ステ課金6(Lv.131～)が実装されて強くなってた</li>\r    <li>ホーリークラッシュ(パラディン)よりもファイターのダブルビートが強くなってた<br />\r    詠唱時間はホーリークラッシュの方が短いけど、ダブルビートだけで良い感じ</li>\r    <li>装備が新装備のオリト一色になってた。<br />\r    くろねこ初のオリト装備は、ウォーロード141&uarr;の鎧だった～。しかも、ランダム配分でねこに来た♪</li>\r</ul>\r<p>相変わらずなこと</p>\r<ul>\r    <li>全然経験値がたまらない。<br />\r    フル課金(ステータス系全部と経験値2.5倍)で銀狩り状態でも1日3%稼げなかった。<br />\r    冒険ばかりだからかも</li>\r    <li>みんなねこ中心(&larr;思い込み)、ねこの行きたいところに合わせてくれる♪</li>\r</ul>\r<p>冒険中のSS</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_1.png\" alt=\"\"></a><br />\r新ダンジョンのアビス入り口(この時点では入場クエストはまだであった....)</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_2.png\" alt=\"\"></a><br />\rかなり余裕になってた泉のボスフォルネオスと召還のフォルネオシ</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_3.png\" alt=\"\"></a><br />\r七夕イベントのクエ品？</p>\r<p>そして、アビス入場クエストをする<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_4.png\" alt=\"\"></a><br />\rギルド事務所1Fで事務員を誘惑し情報を聞き出し....<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_5.png\" alt=\"\"></a><br />\rユパインを脅してアイテム入手方法を得る<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_6.png\" alt=\"\"></a><br />\rそして材料を渡して作らせて....(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!</p>\r<p>この後はアビスに行くと思いきやまりにあが来たので、まりにあの泉入場用の珠を集める。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_7.png\" alt=\"\"></a><br />\rしろねこを倒して珠集め<br />\r寺で坊主？倒して玉集め....坊主いないな。エイリアンだけ</p>\r<p>そして暇つぶしにオリトを集める<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_8.png\" alt=\"\"></a><br />\rこれは寺に行く途中の<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_9_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_9.png\" alt=\"\"></a><br />\rこれ、ドロップ率100%の仙人(おいしい</p>\r<p>そして最後はエイリアンでナピ集め<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_10_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080721_0848_10.png\" alt=\"\"></a><br />\rほねがねぇ～</p>\r<p>今日も、オリト集めてるね～</p>',1,4829,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_8_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_9_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080721_0848_10_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:35','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080722_0814',3,0,'2008-07-22 08:14:00','07/22 ゼネでの冒険終了',null,'<p>最終日はさすがに人が集まらなかったので夜まで101オリトを探して、フンガー！</p>\r<p>晩ご飯前にアビスに向けて移動開始。<br />\r夜の冒険に向けて準備したのだ。</p>\r<p>まあ、さすがに道中で浮くようなことにはならなかったのだけど、アビスについて中を見てみると...<br />\r図書館で見たようなのとか、ビスカーとか何これ弱ぇー<br />\rと思ってたら牛強すぎ！なんですかこれは！<br />\rいきなり叩いたら、召還がどばーってでてその召還の強いこと、あり得ん...</p>\r<p>晩ご飯後はいろいろ対策を練ることに....</p>','<p>用意しましたよ<br />\rマナリム200、クラウディ200、ポーション200、ジュース400。あと、オゴリタ、シオリタ....</p>\r<p>ジュース足りん。と言うことで途中で補給少々点滅でもいいや～と思って詰め込んだら大きな間違い。<br />\rボスから逃げられなくて...&Omega;＼&zeta;&deg;)ﾁｰﾝ<br />\rみたいな感じになりやすかった....<br />\rみんな再戦はお盆で宜しく</p>\r<p>オリト集めのSS<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_1.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_2.png\" alt=\"\"></a></p>\r<p>アビスのSS!!!<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_3.png\" alt=\"\"></a><br />\rアビスで調子に乗ってモンスターを叩いてると...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_4.png\" alt=\"\"></a><br />\r牛がやってきてこんな感じになっちゃいます。(ちなみに2回目...</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_5.png\" alt=\"\"></a><br />\rグリは危ないと聞いていたので安地で待機です....</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_6.png\" alt=\"\"></a><br />\r新メンバを迎えて戦力を増強です♪心強い方々が登場ですね。</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_7.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_8.png\" alt=\"\"></a><br />\r牛をぼこぼこに叩くも、ビショップ全員ががヒール係だと火力不足か残り1/3ほどが削れず2分後に再召還！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_9_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_9.png\" alt=\"\"></a><br />\rまりにあが追っかけられて&Omega;＼&zeta;&deg;)ﾁｰﾝ</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_10_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_10.png\" alt=\"\"></a><br />\rさらに奥に行くとさっきの牛がいたので、様子を見ながら再挑戦<br />\r今回は無事倒せた♪</p>\r<p>2Fに到着、ここもガディとか使い回しだね<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_11_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_11.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_12_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_12.png\" alt=\"\"></a><br />\r青クロックは意外に余裕だったな...</p>\r<p>問題はこいつだ！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_13_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"299\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_13.png\" alt=\"\"></a><br />\r見たとたんに全員待避、みな無言で逃げる！が、しかし...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_14_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"298\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_14.png\" alt=\"\"></a><br />\rまりにあと、lessonがつかまる2つのSSの間およそ1秒<br />\r範囲で一撃ですな、くわばらくわばら...</p>\r<p>その後も何度か遭遇<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_15_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_15.png\" alt=\"\"></a></p>\r<p>その次のマップ2-2？<br />\rちなみにここのマップも範囲で一撃<br />\r<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_16_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_16.png\" alt=\"\"></a><br />\r雑魚を叩いていると、ハミで誰か来たと思ったらゆかりにゃん登場！<br />\rしかし、その次の瞬間現れたの範囲で1撃</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_17_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_17.png\" alt=\"\"></a><br />\rボスから逃げ切ったと思ったら、安地のかなり深い部分でも範囲攻撃で一撃死することが判明...</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_18_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"296\" src=\"http://www.blackcat.xyz/images/articles/xo080722_0814_18.png\" alt=\"\"></a><br />\r最後はこいつの範囲でほぼ全滅。足が遅いとねこがいるような真っ直ぐ逃げられないところではボスとの距離を維持できずつかまって範囲で浮く...<br />\rだから、SSの様な点滅状態では行動しちゃダメ！</p>\r<p>渦が2個ほど落ちたけど、死ぬと消えるみたい。<br />\r時計みたいな仕様らしいから、サブをおいておくか取ったらおいてこないとダメかな？</p>\r<p>まあ、今回のことを教訓にまたお盆にでも再挑戦します。アビス一緒に行っても良いって方は宜しく！</p>\r<p>今回お世話になった方々、本当にありがとうございました。</p>',1,4646,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_8_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_9_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_10_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_11_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_12_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_13_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_14_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_15_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_16_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_17_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080722_0814_18_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:46','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080725_2030_youkenteigi',3,0,'2008-07-25 20:30:43','07/25 「『現行と同一』では要件は定義されない」とみずほ証券が再主張、株誤発注裁判 ',null,'<p><a href=\"http://itpro.nikkeibp.co.jp/article/NEWS/20080725/311515/\">みずほ証券誤発注裁判</a>。<br />\r<br />\rみずほ証券側は、「取消注文の仕様について株式売買システムの要件定義書には『現行と同一』とだけ記載してある。これでは要件はなんら定義されない」と東証の主張に反論。<br />\r<br />\rこれはくろねこが作業をしているところでもよくあることで、ソースコードをみて同じのを作って...とかもう日常茶飯事。これじゃ仕様がわからないからきちんと書いて欲しいなどと言うと、わからないのじゃあ良いよって逆ギレされることも。</p>\r<p>非常に重要なことなので要注目な感じです。</p>\r<p>これが要件になるのかならないのか裁判の事例として残ることになるので、この裁判以降この方法がまかり通ることになるのかそうならないのか。</p>\r<p>ここはみずほ証券側を積極的に応援したい！<br />\rどう考えてもみずほ側の勝利だと思うのだが...<br />\r<br />\r『2003年7月に施行された「裁判迅速化法」では「第一審を2年以内のできるだけ短い期間内に終局させること」を目標として掲げている』と言うことなので今年中に一応の結論は出るのかな？最高裁まで行きそうだけどね。</p>','',1,4022,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://itpro.nikkeibp.co.jp/article/NEWS/20080725/311515/\">みずほ証券誤発注裁判</a>',0,1,1,0,0,'1999-11-30 00:00:44','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('0725_0120_Katakana',3,0,'2008-07-25 20:46:16','07/25 マイクロソフトがカタカナ表記ルールを変更',null,'<p><a href=\"http://japan.cnet.com/news/ent/story/0,2000056022,20377831,00.htm\">マイクロソフトがカタカナ表記ルールを変更</a>するそうな。</p>\r<p>コンピュータの世界では、最後の長音を除くことが多いのだが一般的には付ける方が多いみたい。そちらの表現に従うように変更するみたい。</p>\r<p>変更例：</p>\r<ul>\r    <li>ブラウザ &rarr; ブラウザー</li>\r    <li>プリンタ &rarr; プリンター</li>\r    <li>ドライバ &rarr; ドライバー</li>\r</ul>\r<p>でも、例外もあるみたい。覚え直さないと行けないことがありそうですね。</p>','',1,3376,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://japan.cnet.com/news/ent/story/0,2000056022,20377831,00.htm\">マイクロソフトがカタカナ表記ルールを変更</a>',0,1,1,0,0,'1999-11-30 00:00:08','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080726_1502',3,0,'2008-07-26 15:02:00','07/26 [MOE] さらに錬るべきか錬らざるべきか…',null,'<p>19日、錬金で基本6種のコンプを達成、23日剣豪の鞘。コンプは残り二つとなった。</p>\r<p>しかし、奈落コンプはLvが9, 10が残っているので結構苦しそう。<br />\r奈落が出来るのはアミュレット同士組み合わせて基本8を狙うときと、基本8を組み合わせて基本10を狙うときだけだから結構機会が少ない。剣豪の鞘も出来た今、アミュレットを使い切るのかそれとも次に賭けるのか！悩むな</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080726_1502_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080726_1502_1.png\" alt=\"\"></a><br />\r基本6種のコンプ達成</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080726_1502_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080726_1502_2.png\" alt=\"\"></a><br />\r剣豪の鞘を作るに際して変性コインを使用したが時の女神は見送った～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080726_1502_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080726_1502_3.png\" alt=\"\"></a><br />\rでも、無事に出来た♪よかった～</p>',1,3338,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080726_1502_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080726_1502_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080726_1502_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:16:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080728_0814',3,0,'2008-07-28 08:14:36','07/27 [MOE] LDはしなかったが...',null,'<p>カオスの最終天の門</p>\r<p>いつもLDするので今日は途中まで前線に参加しない作戦で行ったのだが...</p>','<p>出陣するときにブリザードが来て、やり過ごしてからスタートしたんだけど次のブリザードにつかまって...</p>\r<p>さらに悪いことに...</p>\r<p>そこに...</p>\r<p>懺悔せよ！と</p>\r<p>死ぬわー</p>\r<p>思っとったら死んだわ...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080728_0814_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080728_0814_1.png\" alt=\"\"></a></p>\r<p>何度か、蘇生して貰ったけどそのたびに死んで...</p>\r<p>痛いわ！</p>\r<p>やはり突っ込むときは、PTで突っ込まないとダメだな</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080728_0814_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080728_0814_2.png\" alt=\"\"></a></p>',1,2899,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080728_0814_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080728_0814_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:15:47','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080731_consume_tax',3,0,'2008-07-31 19:36:36','消費税',null,'<p>先日、職場の某F君と話をする機会があったのだが、どうやら消費税はマスコミや一部政党により必要以上に悪者にされているようだ。</p>','<p>くろねことしては消費税が10%もしくは20%になってもいっこうに困ることは無いだろう。契約金(税込み)を税率アップ分だけ上げてもらうだけだ。しかし、一般的な労働者は違う。賃上げ交渉をする必要があるだろう。しかも、その時期は年のうちで固定されていることが多く、大半のケースではその時期まで先送りされるに違いない。<br />\r<br />\rくろねこが賃上げ交渉が必要だと考える訳は、労働賃金が不課税だからである。賃金が課税対象であれば、労働者は賃上げ交渉では無く消費税をきっちり取立てすれば良い(賃金を課税対象にするのであれば、その時に賃金に対する消費税を要求された場合に企業には支払義務を課すようにすればよいかと思う。まあ、賃金だけが対象でなくてもよいが&hellip;)。企業は消費者から消費税を取っているのだから。<br />\r<br />\rところで、年商1000万未満の事業者、労働者は消費税が免税である。と言うことは多くの労働者の税込み年収は1000万未満なので消費税分丸儲けなのだ。<br />\r<br />\rでは、なぜ国は賃金を課税対象としないのだろうか。消費税を上げても企業からみて賃金が仕入となるので直接的には影響はない。<br />\r反対するのは国だけである。賃金を課税対象とすると税収が減るからというのが理由。<br />\r財務省にとって重要なのは、税の公平性ではなく財源確保のようなのだ。<br />\rもちろん、財源確保は重要であるが国民に分かりやすく内容を説明せず、無知(情報弱者)な者から確保すれば良いという姿勢はもはや民主主義ではないだろう。<br />\r今の日本の政治には至る所でこういうことが行われていそうだ！(本来取らないといけない宗教法人からは取らないとかね。)<br />\r<br />\r他に年金で生活している人などはどうするのか？という点について考える必要がある。<br />\r年金や生活保護の額を政府が上げれば問題ないだろう。(生活保護よりも低い年金支給額っと言うのは自分にはちょっと理解出来ない。)<br />\r貯金で生活してる人は苦しくなるが、物価上昇により暮らせなくなるようなら、ある意味将来予測能力が低いかもしくは無駄遣いが多いく準備不足なのかもしれない。そうでなくどうしようもないなら、生活保護を利用する手もあると思うが、安定した生活がおくれる様に、政府には物価と雇用の安定を求めたいところだ。(生活に必要な物価上昇を抑える為に食料品や医薬品を課税対象から外すと言うことも検討する価値があると思う。制度を悪用されそうではあるが。)<br />\r<br />\r是非消費税率アップ反対の運動を見た時には、消費税の仕組みに立ち返って考え直して欲しい。<br />\r&nbsp;</p>',1,3298,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'1999-11-30 00:00:01','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080803_0218',3,0,'2008-08-04 02:18:37','08/02 [MOE] 初のギャンブル配置',null,'<p>ミスリル装備を作ってと言われて(・&forall;・)ｲｲﾖｲｲﾖｰと答えミスリル鉱石を取りに行くところから始まって...</p>\r<p>ミスリル鉱を堀に行ってむらまさが死亡、ついでくろねこにゃが死亡<br />\rろくごうさんに蘇生して貰うもその日取れたのは鉱石1個分</p>\r<p>昨日再挑戦で堀に行ったら、ちょうどテイマーさんが育成をはじめてその場にいた採掘師の人とお話ししながら4個分確保。計6個分掘って帰ってきた。</p>','<p>そして、むらまさのMINシップを複合二次にしようと思ったがかなり遠そうなのであきらめて初のミスリル装備の制作に取りかかったら...</p>\r<p>なんじゃ～、ギャンブル配置じゃねーか!!!<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080803_0218_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080803_0218_1.png\" alt=\"\"></a><br />\rMG枠が結構あるものの一発で行くのはなんか不安で...<br />\rSSを取るときにタイミングを合わせて練習</p>\r<p>無事にMGが出来て良かった～</p>',1,5049,2,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080803_0218_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:55:23','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080806_0026',3,0,'2008-08-06 00:26:17','08/06 [MOE] 魔法のほうき♪',null,'<p>今日も錬り錬り</p>\r<p>トランクスさんが魔法のほうきを作ったというので、作成方法を聞いて早速チャレンジ！</p>\r<p>黒竹はあったので、ブロンズ ピアス オブ ウィッチを作るところから...<br />\rブロンズ ピアス オブ ウィッチはビークの羽根&times;樹皮＝タルタロッサ イヤリング&times;魚の浮き袋＝ブロンズ ピアス オブ ウィッチで作った！</p>\r<p>で、1回目....</p>\r<p>消失...&Sigma;(Ｔ▽Ｔ;)グワーン</p>\r<p>めげずに....</p>','<p>ふふふ...できた～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20080806002617972_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"357\" src=\"http://www.blackcat.xyz/images/articles/20080806002617972_1.png\" alt=\"\"></a></p>\r<p>モニコが座る用だって話だったので、取りあえず座ってみた！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20080806002617972_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/20080806002617972_2.png\" alt=\"\"></a></p>\r<p>ほうきをもったところ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20080806002617972_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/20080806002617972_3.png\" alt=\"\"></a></p>\r<p>別の角度からも！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20080806002617972_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/20080806002617972_4.png\" alt=\"\"></a></p>\r<p>そして、売りに出してみた<br />\r/achjoin 売)400kで魔女のほうき売ります</p>\r<p>そして、売れなかったorz</p>\r<p class=\"add\">追記<br />\r次の日、それは200kで売れたしかも結構早く...！</p>',1,5699,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20080806002617972_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20080806002617972_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20080806002617972_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20080806002617972_4_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:13:51','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080811_0100',3,0,'2008-08-11 01:00:00','08/11 [MOE] 2008 Summer Event',null,'<p><a href=\"http://moewiki.usamimi.info/index.php?2008%20Summer%20Event\">2008 Summer Event</a> 開催ちう</p>\r<p>先日からイベントに参加してエルアンの血潮をゲットしたくろねこ<br />\rどうやら卵もいるそうで...</p>','<p>この火竜神殿奥で異変が起きたらしい！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_0100_1.png\" alt=\"\"></a></p>\r<p>あらかじめ下記のクエストをして、<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_0100_2.png\" alt=\"\"></a><br />\r用意しておいた<strong>混沌の種火</strong>と<strong>海水</strong>と<strong>カッパーインゴット</strong>を祭壇に供える(トレード<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_0100_3.png\" alt=\"\"></a></p>\r<p>「ヒスティア」に<strong>エルアンの血潮</strong>を渡してエルアンの証（火竜）(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_0100_4.png\" alt=\"\"></a></p>\r<p>卵も要るらしいので...<br />\r「炎にて焼き尽くす者」と「地より湧き出る者」を倒すのだがきりがないので....<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_0100_5.png\" alt=\"\"></a></p>\r<p>「混沌の渦」だけ狙い撃ち<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_0100_6.png\" alt=\"\"></a></p>\r<p>すると、「原初の渦」がPOP。これとトレードすると「原初の卵」が貰えた♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_0100_7.png\" alt=\"\"></a><br />\rしかし、この渦見えないときがあるんだよね。何でかな？</p>',1,3233,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://moewiki.usamimi.info/index.php?2008%20Summer%20Event\">2008 Summer Event</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_0100_7_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:13:17','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080811_1017',3,0,'2008-08-11 10:17:14','08/11 [MOE] エレメンタルエッグ(σ･∀･)σｹﾞｯﾂ!!',null,'<p>とうとう、天空階段と火竜神殿の往復も終わりに...</p>\r<p>11回は永かった....</p>\r<p>しかし、ようやく卵が貰えるときが！</p>','<p>[story:moe080811_0100]の様に天空階段と火竜神殿を往復すること11回</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_1017_1.png\" alt=\"\"></a><br />\r天空階段で～</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_1017_2.png\" alt=\"\"></a><br />\r卵を出して</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_1017_3.png\" alt=\"\"></a><br />\r血潮を一気にあげようとすると....<br />\r拒否られた！</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_1017_4.png\" alt=\"\"></a><br />\r仕方なく1つずつあげる<br />\rちなみに悟りの石は不可だった・・・</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_1017_5.png\" alt=\"\"></a><br />\rあげる度にLevelUp</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_1017_6.png\" alt=\"\"></a><br />\r最後にエルアンの証(火竜)をあげると</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_1017_7.png\" alt=\"\"></a><br />\rノアフラグメントに&larr;ちゃうちゃう<br />\r化け物の化身に</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080811_1017_8.png\" alt=\"\"></a><br />\r化身の欠片をヒスティア(NPCに)渡して、エレメンタルエッグを貰って完了♪</p>\r<p>疲れた～2個目も貰ってみたい気もするけど売れないから要らない！</p>',1,3250,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080811_1017_8_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:12:41','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('080812_strangeness_of_DORAEMON1',3,0,'2008-08-12 12:52:42','08/12 ドラえもんの不思議1',null,'<p>ドラえもんにはいろいろ不思議なことがあるけれど...</p>\r<p>単に未来の道具では説明できないことも結構あるような無いような...</p>\r<p>この道具も、コンセプトだけで矛盾点が多いな...</p>\r<p>続き読む？</p>','<p>「スクープ！しずかちゃんは悪い子？ おそるべき正義ロープ」<br />\r<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Av35V0LGDjQ&amp;hl=ja&amp;fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><embed src=\"http://www.youtube.com/v/Av35V0LGDjQ&amp;hl=ja&amp;fs=1\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"></embed></object></p>\r<p>疑問点:</p>\r<ol>\r    <li>ストーカー行為は悪いことではないのか？</li>\r    <li>車が通るときにジャイアンに水をかけたことは悪いことではないのか？</li>\r    <li>出来杉が本を読みながら公道を歩くのは悪いことではないのか？</li>\r    <li>スネ夫が自分の物を壊すのは自己責任で良いのでは？</li>\r    <li>罪の重さはどうやって決めてるのか？(犬猫も縛られてたけど善悪は人間と違うし、そもそも善悪自体抽象的な物で絶対的基準はないのに...)</li>\r</ol>\r<p>とまあ、いろいろと疑問点があるわけだけど...一番の疑問点は</p>\r<p>日本の法律では警察以外に人を裁くことが出来ないのだが、勝手に裁くこと自体違法行為で悪いことでないのか？</p>\r<p>これが成立すると正義ロープが正義ロープに縛られる？</p>\r<p>めっちゃおもしろい</p>',1,4257,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'1999-11-30 00:00:50','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080814_1011',3,0,'2008-08-14 10:11:00','08/14 [MOE] また街でやんのかよ～＞イーゴ 勘弁しろよ～',null,'<p>深夜、イーゴの軍団がミーリム海岸とレクスールヒルズに...</p>\r<p>百聞は一見にしかず</p>\r<p>詳細は以下のSSで♪</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_1.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_2.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_3.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_4.png\" alt=\"\"></a><br />\r痛い...</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_5.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_6.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_7.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_8.png\" alt=\"\"></a><br />\r逃げ惑う人々？</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_9_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_9.png\" alt=\"\"></a><br />\r景色が走馬燈の様です...</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_10_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_10.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_11_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_11.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_12_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_12.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_13_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_13.png\" alt=\"\"></a><br />\r追撃～</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_14_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_14.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_15_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_15.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_16_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_16.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_17_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_17.png\" alt=\"\"></a><br />\r谷底にいっぱいだぉ～～～～</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_18_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_18.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_19_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_19.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_20_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1011_20.png\" alt=\"\"></a><br />\rどうやら、無事に終わったようだ&hellip;</p>',1,3488,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_8_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_9_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_10_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_11_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_12_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_13_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_14_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_15_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_16_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_17_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_18_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_19_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1011_20_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:12:04','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080814_1349',3,0,'2008-08-14 13:49:02','08/14 [MOE] 初ミスリル強化',null,'<p>ミスリル強化に初挑戦のむらまさ♪</p>\r<p>ミスリル スクエア リング と ミスリル デザイン リング をミスリル強化</p>\r<p>+2迄で良いので使うのはアメジスト</p>\r<p>在庫は24個</p>\r<p>強化後アメジストは何個になるのだろうか....</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1349_1.png\" alt=\"\"></a><br />\r（￣□￣；）!!</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1349_2.png\" alt=\"\"></a><br />\rエェ――（・３・）――！！</p>\r<p>とまあ、こんなので</p>\r<ul>\r    <li>ミスリル デザイン リング ０&rarr;1 ○</li>\r    <li>ミスリル スクエア リング ０&rarr;1 &times;<br />\r    <a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1349_1.png\" alt=\"\"></a></li>\r    <li>ミスリル スクエア リング ０&rarr;1 &times;</li>\r    <li>ミスリル スクエア リング ０&rarr;1 ○</li>\r    <li>ミスリル デザイン リング 1&rarr;2 ○<br />\r    <a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1349_2.png\" alt=\"\"></a></li>\r    <li>ミスリル スクエア リング 1&rarr;2 &times;<br />\r    <a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1349_3.png\" alt=\"\"></a></li>\r    <li>ミスリル スクエア リング 0&rarr;1 &times;</li>\r    <li>ミスリル スクエア リング 1&rarr;2 ○</li>\r</ul>\r<p>で計8回もやってしまった</p>\r<p>(つд・)ｴｰﾝ</p>',1,6952,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1349_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:10:24','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20141216140025920',3,0,'2014-12-16 14:00:25','Adobe Readerを社内に配布したい','','<p>Adobe Readerを配社内布するためには、社内にあるActive Directoryを使う。</p>\r\n<p>Active Directoryは、MSI形式のファイルをグループポリシーを使って配布(インストール)することができる。※1</p>\r\n<p>しかし、Adobeが提供しているReaderはEXE形式なのでそのまま利用できない。Adobeが無償提供している無償配布版は内部にMSI形式のファイルを持っているということなので取り出してみた。※2</p>','<p>無償配布版の入手方法はAdobe公式サイトまたは＠ITなどを参考にして</p>\r\n<p>手順<br />無償配布版インストール・パッケージを展開する<br />管理者権限を持つアカウントでログインし、コマンドプロンプトで以下のコマンドを実行する。</p>\r\n<p>AdbeRdr11009_ja_JP.exe -nos_ne<br />インストール・パッケージの引数に -nos_ne を付けて実行するだけ。</p>\r\n<p>展開中は下の画面が表示される<br />[image1]</p>\r\n<p>参考にした記事では%Temp%フォルダに直接展開されているようだが、仕様が変更されたのか、%Temp%フォルダにはログファイル(AdobeSFX.log)しかなく、ログファイルを見ると、下記のような記載が含まれていた。</p>\r\n<p>[2014-12-16 13:21:56] Installer folder: C:\\ProgramData\\Adobe\\Setup\\{AC76BA86-7AD7-1041-7B44-AB0000000001}</p>\r\n<p>C:\\ProgramData\\Adobe\\Setup\\{AC76BA86-7AD7-1041-7B44-AB0000000001}<br />に展開されている模様。<br />[image2]</p>\r\n<ul>\r\n<li><span>AcroRead.msi がWindowsインストーラ</span></li>\r\n<li><span>AdbeRdrUpd11009.msp がWindowsインストーラ修正プログラム</span></li>\r\n</ul>\r\n<p>最初からのインストールにはWindowsインストーラを、すでにインストールされているアプリケーションを更新するにはWindowsインストーラ修正プログラムを使うが、結論から言うとAcroRead.msiをActiveDirectoryでGPOに割り当てしても正常にインストールされなかった。</p>\r\n<p>配布用のグループ・ポリシー・オブジェクトを作成する<br />1.ドメイン・コントローラで、［グループポリシーの管理］を起動する。<br />2.MSIファイルを展開する対象のコンピュータが格納されているOUを選ぶ。<br />3.そのOUを右クリックし、［このドメインにGPOを作成し、このコンテナーにリンクする］をクリックする。<br />4.［このドメインにGPOを作成し、このコンテナーにリンクする］タブをクリックする。<br />5.新しいGPOの名前を変更し、［OK］ボタンをクリックする。</p>\r\n<p>ソフトウェア配布用のグループ・ポリシーを作成する<br />次に配布したいMSIファイルなどを指定するソフトウェア配布用のグループ・ポリシーを作成する。</p>\r\n<p>1.グループポリシーの管理で対象のGPOを右クリックし、[編集]をクリックする。<br />2.GPOポリシー管理エディターで、［コンピュータの構成］－［ポリシー］－［ソフトウェアの設定］－［ソフトウェア インストール］をクリックする。<br />3.右側ペインで右クリックして、メニューから［新規作成］－［パッケージ］を選択する。<br />4.［ファイルを開く］ダイアログで、ネットワーク共有フォルダ上にコピーした配布したいMSIファイルを指定する。この際、MSIファイルのUNCパス（\\\\＜サーバ名＞\\＜共有フォルダ名＞\\＜MSIファイル名＞）を指定すること。<br />5.［ソフトウェアの展開］ダイアログが表示されるので、［割り当て］をクリックし、［OK］ボタンをクリックする。<br />6.GPOエディタの右側ペインの配布するソフトウェア名を右クリックし、［プロパティ］をクリックする。<br />7.［展開］タブの［詳細設定］ボタンをクリックする。<br />8.必要に応じ、［詳細展開オプション］ダイアログの「このパッケージを展開するときは言語を無視する」をチェックして、［OK］ボタンをクリックする。</p>\r\n<p>&nbsp;</p>\r\n<p>■参考<br />MSIファイルをActive Directoryのグループ・ポリシーでインストールする<br />http://www.atmarkit.co.jp/fwin2k/win2ktips/963msiaddeploy/msiaddeploy.html</p>\r\n<p><br />MSIファイルをActive Directoryのグループ・ポリシーでインストールする<br />http://www.atmarkit.co.jp/fwin2k/win2ktips/963msiaddeploy/msiaddeploy.html</p>\r\n<p>グループ・ポリシーでの配布を目的とするAdobe ReaderのMSIインストール・ファイルを入手する<br />http://www.atmarkit.co.jp/fwin2k/win2ktips/972extadbrdip/extadbrdip.html</p>\r\n<p>Adobe Readerをサイレント・インストールする<br />http://www.atmarkit.co.jp/fwin2k/win2ktips/967sinstadbrd/sinstadb<span>rd.html</span></p>',2,730,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20141216140025920_1_original.PNG\">http://www.blackcat.xyz...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20141216140025920_2_original.PNG\">http://www.blackcat.xyz...</a>',0,1,0,0,0,'2014-12-16 14:07:07','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe080814_1414',3,0,'2008-08-14 14:14:00','08/14 [MOE] モニコはぺったんこ',null,'<p>モニコはぺったんこだ</p>\r<p>多分AAカップ(トップとアンダーの差が7.5cm)でしょう♪</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1414_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1414_1.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080814_1414_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080814_1414_2.png\" alt=\"\"></a></p>\r<p>ニュタはもっとぺったんこだという噂も&hellip;</p>',1,4228,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1414_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080814_1414_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:09:55','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080820_0007',3,0,'2008-08-20 00:07:24','08/20 [MOE] スルトボス',null,'<p>スルト鉱山夏休みイベントが始まりました。</p>\r<p>公式をちゃんと読まない方なので、いつまでなのかはわかりません。<br />\rただスルト鉱山最深部にある火竜神殿にボスが現れ、倒すと宝箱がPOPすると言うこと。</p>\r<p>そして、その他から箱から貰える物が場合によっては、結構いいものらしいだと言うことです。</p>\r<p>で、くろねこも行ってきました。</p>','<p>ボス現る<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080820_0007_1.png\" alt=\"\"></a></p>\r<p>ボス、殴る<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080820_0007_2.png\" alt=\"\"></a></p>\r<p>これって、他の人は止まってる？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080820_0007_3.png\" alt=\"\"></a></p>\r<p>ボスを倒した～♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080820_0007_4.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080820_0007_5.png\" alt=\"\"></a><br />\rと、このSSを撮ってるときNET値が....<br />\r<img width=\"102\" height=\"72\" src=\"http://www.blackcat.xyz/images/articles/moe080820_0007_6.png\" alt=\"\"><br />\rNET値が低下したと判明したのはこのSS撮った後から、それまではずっと100だったのに....</p>\r<p>結局、ボスからは1Pもダメージを食らってないので、強さはわからず。<br />\rもっと強いボスを期待したのであまりのあっさり感に拍子抜けしたって感じですね。</p>\r<p>ただ、こちらの人数が多すぎるというのもあるんでしょう。<br />\r火口の審判でもこの人数では、このボス以上にあっさりかもしれない。</p>\r<p>倒したは良いけどＬＤして...<br />\rここはログオフすると自動的に他の場所に飛ばされる場所なので...<br />\rＬＤしちゃうと言うことは...</p>\r<p>はい！宝箱とはご対面できませんでした(つд・)ｴｰﾝ</p>\r<p>じゃ、また(* ^ーﾟ)ﾉﾊﾞｲﾊﾞｲ</p>',1,2838,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080820_0007_5_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:09:16','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo080822_22255',3,0,'2008-08-22 22:25:53','08/22 つまらんのじゃ～',null,'<p>久々にゼネでモンスター襲撃イベントがあると聞いたので来たのは良いが....</p>','<p>つまらん....</p>\r<p>そもそも、人が多くてめっちゃタゲしにくいし</p>\r<p>(人の多さはMoEなんか目じゃない...10倍は優に超えるな...)</p>\r<p>テクもなんもなく、タゲできたら攻撃。出来なかったら範囲攻撃の二択！</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080822_22255_1.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080822_22255_2.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080822_22255_3.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080822_22255_4.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080822_22255_5.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080822_22255_6.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/xo080822_22255_7.png\" alt=\"\"></a></p>\r<p>つまらないと感じた理由：</p>\r<ul>\r    <li>ただ殴るだけ、テクもなんもない</li>\r    <li>アナウンスを含め「ただモンスターを出すから来いよ」程度のストーリーもなんもない<br />\r    一応あるみたいだけど、すっごく中途半端</li>\r    <li>記念になりそうなアイテムの一つもドロップしない</li>\r    <li>街中で戦闘するから、各種エフェクトに隠れたNPCをクリックして会話モードに突入してやる気が損なわれる</li>\r    <li>私事だが、に劉刀に貸したペットが帰ってこなくて、ドロップが拾えなかった</li>\r</ul>\r<p>なんだかんだ言ってこのゲームシステム上の問題もかなり放置されてるし、人も多すぎて慢性的に飽和状態だな...</p>\r<p>もうちょっと何か考えて欲しいものだな。最初の節分イベントの方が何もないフィールドだけあって、まだ戦闘がしやすかった</p>',1,4260,1,3,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/xo080822_22255_7_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'1999-11-30 00:00:09','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080829_1316',3,0,'2008-08-29 13:16:04','08/28?29 [MOE] 何でこうなっちうの',null,'<p>いやぁ?、昨日の錬金はことごとくやられた。<br />\r<br />\r最初は、低レベルを錬りながら様子を見ながら&hellip;<br />\rアミュレット オブ ロザロトがバインダーから欠けていたので、作ろうとした♪</p>\r<ul>\r    <li>ビークの大羽根&times;ガーネット&rarr;オリハルコンの欠片</li>\r</ul>\r<p>目的から見れば失敗だが、うれしい誤算というべきであろう</p>\r<ul>\r    <li>ビークの大羽根&times;ダイアモンド&rarr;アミュレット オブ ロザロト</li>\r</ul>\r<p>で、出来たー♪<br />\rチャンネルに秘伝の書[SWD]200kの買いがあったから作って見た、これはGOLDでカエルなしで一発成功♪<br />\r<br />\rと、このあたりまでは超低レベル以外はまだよかったのだが&hellip;</p>','<p>しばらく狩りをして改めて続きをしてみると&hellip;<br />\rウィング狙いで&hellip;</p>\r<ul>\r    <li>ゴーゴン ボウ&times;オリハルコンの欠片(変性コイン)&rarr;成功：強者の鞘</li>\r</ul>\r<p>1１回で成功すると思ってたので材料を用意してなかったのでここで終了。</p>\r<p>ついで、雷光の古文書狙いで&hellip;</p>\r<ul>\r    <li>強者の鞘&times;黄ブタの耳(変性コイン)&rarr;通常：ピュア ノア オーバードーズ</li>\r    <li>強者の鞘&times;黄ブタの耳(変性コイン)&rarr;ミラクル：ホーリー ノア オーバードーズ</li>\r</ul>\r<p>(*\'へ\'*) ﾝｰ、今度はブローチの雛型狙いで&hellip;</p>\r<ul>\r    <li>秘伝の書[SNF]&times;2(変性コイン)。大成功とミラクルで行けるはず&hellip;</li>\r</ul>\r<p>1回目成功でオーバードライブ、2回目でやっと大成功&hellip;<br />\r課金アイテムを使ってもうまく行かないね。。。(〃_ _)&sigma;?</p>',1,4619,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'2009-05-05 03:08:06','html',1,1,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080830_1500',3,0,'2008-08-30 15:00:49','08/30 [MOE] 秘密のお部屋が....','','<p>まーメイドのシップ装備を手に入れるために村の食品販売NPCを探して駆け回ってたくろねこです♪</p>\r<p>そこで見つけた不思議な場所....</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080830_1500_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1500_1.png\" alt=\"\" /></a><br />\r地図に載ってない建物の中に部屋が一つ。<br />\rここはなんの部屋なのでしょうか？なぜだれもいないのだろうか？</p>\r<p>(；・&forall;・)ﾊｯ?<br />\rもしかしてここはイーノス(イーゴ)の拷問部屋!?<br />\rソウルバインダーの後の池から潜って行くことや、ダミーの通路があることからも怪しい...</p>\r<p>冗談は置いておいて、条件次第で何かPOPするのでしょうか？</p>',1,3501,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1500_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2010-08-17 03:51:54','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080830_1844',3,0,'2008-08-30 18:44:00','08/30 [MOE] だめ押し…',null,'<p>最近不調続きなくろねこの錬金...<br />\r課金GOLDを使って消失なんか今まで一度もなかったのに...<br />\rと言うか、ほとんどミラクルのみで、数えるくらい大成功があったくらい、それなのに...</p>','<p>綸子をつくる為に集めた材料</p>\r<ol>\r    <li>秘伝の書 [ セット マイン ]</li>\r    <li>雷光の古文書 [ 奈落の章 ]</li>\r    <li>ノアピース [ ブラッティ ブレイド ]</li>\r</ol>\r<p>まず、2.4を錬って秘伝の書 [ ゴッドハンド ]を作って、出来た秘伝の書 [ ゴッドハンド ]とセットマインを....<br />\rと言う流れなのだが...どうなったかというと</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_1.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_2.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_3.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_4.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_5.png\" alt=\"\"></a><br />\rあ、成功したSSを撮り忘れた；；</p>\r<p>やっと出来た秘伝の書 [ ゴッドハンド ]を使って...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_6.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_7.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_8.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_9_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_9.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_10_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe080830_1844_10.png\" alt=\"\"></a></p>\r<p>こんなにことごとく失敗するなんて...</p>\r<p>ありえなす （&acute;・&omega;:;.:...</p>',1,3258,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_8_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_9_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080830_1844_10_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:06:21','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080901_2054',3,0,'2008-09-01 20:54:21','09/01 [MOE] マスターオブエピックが人気投票第2位に！',null,'<p>マスターオブエピックが人気投票第2位になったみたい</p>\r<p>1位置は僅差だったらしく0.77%差だったかな？</p>\r<p>くろねこは、途中で知ったので3回くらいしか投票してないんだけど、2位でも</p>\r<blockquote>スーパープレミアム【7日】を全アカウントに配布。サントラ・フィギュアを抽選でプレゼント。ゲーム内12時間イベントを開催</blockquote>\r<p>だと言うことなので、<br />\rスーパープレミアム【7日】が貰えちゃうみたい。</p>\r<p>ゲーム内イベントは何をするのかな？</p>','',1,3431,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 03:05:47','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('20080907180300626',2,0,'2008-09-07 18:03:00','09/07 ただいまメンテナンス中です','','<p>本日、本サイトのコンテンツ管理ツール(Geeklog 1.5.0)へのバージョンアップのためサイトにアクセスした際に正常に表示されない場合があります。<br /> <br /> あらかじめご承知置きください。</p>','',1,2084,0,1,'1970-01-01 09:00:00',0,'',0,1,1,0,10,'2008-09-29 11:07:27','html',0,0,'','',0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080918_2202',3,0,'2008-09-18 22:02:37','09/18 [MOE] アルビーズ オルヴァン 捕獲作戦',null,'<p>アルビーズ オルヴァンはどこにいる？<br />\r<br />\rって聞かれて、前の川のあたりって答えたら、前に見たのはアルビーズ スプリガンだった。<br />\r<br />\rで、オルヴァンはどこだって調べたら、warageですか....</p>','<p>と言うことでwarageに行ってきたんだ。<br />\r<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080918_2202_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe080918_2202_1.png\" alt=\"\"></a><br />\r<br />\r北部の川の一番下流(西側)にPOPするみたい、何匹か倒したけど、そこに定点POPしてた。<br />\r<br />\rくろねこがじゃないけど、アルビーズオルヴァンがテイム出来てよかった♪<br />\r<br />\rwarageだから誰かにあったら危ないかな？ってアイテムある程度置いていったんだけど幸いなことに誰にも会わなかった。</p>',1,5258,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080918_2202_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:05:18','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080921_0210',3,0,'2008-09-21 02:10:33','09/21 [MOE] くろねこ戦技100.0！',null,'<p>朝からダブルチケットで開始した戦技あげ<br />\rダブルチケットが必要かどうかちょっと疑問だったんだけど...</p>\r<p>開始&nbsp; 98.7442 : 09/20 07:30<br />\r目標 100.0000</p>\r<p>終了時刻は果たしていつなのか？(途中4時間ほど用事で出かけたけど)</p>','<p>最初上がり幅が0.0022位だったんだけど、スキル値が99.5を超えたあたりから0.0017になって、<br />\r99.95を超えたあたりでは0.0014しか上がらず結局100.0000になったのは1時過ぎだった...<br />\rでも、達成なのだ～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080921_0210_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe080921_0210_1.png\" alt=\"\"></a><br />\r永かった～</p>\r<p>この後あげすぎてたキックを包帯で減らして90.0000にするつもりだったけど、包帯スキルってHPの減り具合で上がり幅が違うのかなかなか調整できないなので、下一桁が0になったところで上がり幅が0.0010の水泳でキックを減らすことに！</p>\r<p>0.1は上がり幅が0.1の神秘とかであげようとも思ったけど、初回は0.5とか上がるから上がりすぎて使えず断念；；<br />\r地道にキーボードのwをちょんちょん押して90.0000にぴったり～♪<br />\rこの時点で時計は2時すぎ～(/・_・＼)ｱﾁｬｰ・・</p>\r<p>しかし、ここまで来たらもう完成したも同然!!!キックをロックして後は包帯を使いまくるだけ。</p>\r<p>ただ包帯を使うのも勿体ないしもう眠たい時間なので、これは生きてれば上がるよね♪</p>\r<p>ってことで、本日はこれにて終了♪♪♪</p>\r<p>完成はいつかな？</p>',1,5160,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080921_0210_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:04:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080924_2302',3,0,'2008-09-24 23:02:06','09/24 [MOE] ダンディパイプ...',null,'<p>今週からまたダンディパイプ作成にチャレンジしているのだが...</p>','<p>週末にアミュレット買い取りスタート！</p>\r<p>ミトヤが8、フェンネが17個買い取り出来た。</p>\r<p>まず、フェンネでレッドローズを作成しにかかるが...<br />\r出来たのはなんと、1個だけ...<br />\r後は、ノアフラ5個、ピュア ノア タブレット11個</p>\r<p>うまくはいかないものだな...</p>\r<p>で、今日はそのレッドローズとアミュレット オブ ミトヤを合わせてみたのだが...<br />\rやはり、何もなしに混ぜても成功はしないものだ、取りあえずGOLDと時の使いはデフォとして使用してみる♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080924_2302_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe080924_2302_1.png\" alt=\"\"></a></p>\r<p>1回目...消失 (つд・)ｴｰﾝ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080924_2302_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe080924_2302_2.png\" alt=\"\"></a><br />\r2回目...消失 (つд・)ｴｰﾝ<br />\r3回目...消失 工工工ｴｴｴｴｴｴｪｪｪｪｪｪ(ﾟДﾟ)ｪｪｪｪｪｪｴｴｴｴｴｴ工工工<br />\r4回目...消失 嘘だろ、おぃ<br />\r5回目...アミュレット オブユグ...(&acute;･&omega;･`)ｼｮﾎﾞｰﾝ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080924_2302_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe080924_2302_3.png\" alt=\"\"></a></p>\r<p>ここで、レッドローズが切れて終了...</p>\r<p>また墓地銀前でアミュレット買い取りしますので、よかったら突っ込んでくださいな<br />\r&nbsp;</p>',1,4196,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080924_2302_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080924_2302_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080924_2302_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:03:57','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('2008092500023446',2,0,'2008-09-25 00:02:34','09/24 FC2のアクセス解析終了','','<p>FC2で取得していたアクセス解析タグをヘッダに埋め込んでいたのですが、反応が重く表示迄にかなりかかるときがあったためこのタグを取り除くことにしました。</p>\r<p>また、機会があれば他のサービスのアクセス解析を導入するかもしれませんが、暫く取り除いたままで様子を見たいと思います。</p>','',1,1998,0,0,'1970-01-01 09:00:00',0,'',0,1,1,0,10,'2008-09-25 00:05:42','html',0,0,'','',0,2,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080929_0101',3,0,'2008-09-29 01:01:33','09/28 [MOE] むらまさ マスタークリエイター',null,'<p>今日はむらまさの鍛冶をあげようと思ったんだよね。</p>\r<p>でも、あげるのに必要な材料があんまり無かったんだよね。<br />\rトマホオンラインもチャクラムオンラインも全然儲からなさそうな気がして、最近は召還で火山灰を取ってきて地味にシルバープレートベースを作る感じ。<br />\rスキルあげは火山灰依存、でもプレートベスならいつか使いそうじゃない？<br />\rだからこつこつスキル上げしてるよ。</p>\r<p>しかし、火山灰が53個では上がる量も限られてる。だから、今日は木工を上げてみた</p>','<p>最近は国宝の方が いい(≧&nabla;≦)b みたいだけど、それでも木工は必要だしね。</p>\r<p>最初、78.5位だったと思うが用意した材料はタルタロッサの羽根に合わせて745本分、これでどこまで上がるんだろう。</p>\r<p>93本作ったところでスキルが70.0！ちょうどシップがマスタークリエイターに!!!<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe080929_0101_1.png\" alt=\"\"></a></p>\r<p>さらに作り続けて、156本目で71.0。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe080929_0101_2.png\" alt=\"\"></a></p>\r<p>199本で72.0、241本で73.0<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe080929_0101_3.png\" alt=\"\"></a></p>\r<p>308本作ったときには、75.0になってた。平均約50本かな？<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe080929_0101_4.png\" alt=\"\"></a></p>\r<p>そうやって652本作ったときには、81.0。もう82.0には届かないかなって思ったらやはり残すところ1本744本作ったところで81.9になった。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe080929_0101_5.png\" alt=\"\"></a></p>\r<p>当然、最後の1本で上がるはずもなく82.0には届かなかったorz<br />\r切りよく82.0迄あげたかったな。よくを言えば85.0位まで。80.0迄は平均50本ほどだったけど、超えたあたりから平均が90本くらいになったのかな？結構きつくなった感じ。この調子だと当面の目標の90.0迄にはまた同じぐらいの数を用意する必要があるみたいだな。</p>\r<p>タルパレに行かないと！誰か連れて行ってくださいなぁ♪</p>',1,2942,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0101_5_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:02:26','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080929_0155',3,0,'2008-09-29 01:55:40','09/28 [MOE] 初アルター成功!!!',null,'<p>アルターを覚えたばかりのむらまさが最初に出したアルターは...</p>','<p>エルビンアルターでした<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0055_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe080929_0055_1.png\" alt=\"\"></a></p>\r<p>みんな、最初に出すときにはどこ行きに設定するのかな？<br />\rHP行きが多いのか？レコ石をターゲットするのかな？</p>\r<p>リコールアルターがある程度成功するようになったら、カオス時間に雪原行きアルターでも出してスキル上げをしようかな？</p>',1,3987,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080929_0055_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:03:22','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe080930_0113',3,0,'2008-09-30 01:13:06','09/30 [MOE] 久々に錬金一発成功♪',null,'<p>最近、第四弾 ハロウィン特別編バインダーが出来たおかげで、<br />\rにわかにチャーリー君を作る人が増えてようで、錬金材料が売れるんだよね。<br />\rそう言うこともあって、結構下位の方を混ぜることが多かったんだけど。</p>\r<p>久々に、ちょっとでかいめのにチャレンジしてみたんだ。<br />\r錬金剤も買い取りがスムーズに行って3つたまったからね。</p>\r<p>やっぱり、失敗したときには連続で挑戦してみたいし。</p>\r<p>&nbsp;</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe080930_0113_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe080930_0113_1.png\" alt=\"\"></a><br />\r&darr;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe080930_0113_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe080930_0113_2.png\" alt=\"\"></a><br />\r最近無かった一発成功。これで錬金王ベルトまで後6ますになった。<br />\r調子に乗って材料があるフェアリーウィングを作ってもよかったけど、もうちょっと待ってみるんだ。</p>\r<p>しかし、錬金剤などの錬金材料って直接購入するか今すぐ確率変化を選ぶんじゃなくて、もばガチャで集める方がお得なのかもね。もばガチャなら花びら交換券とチップが三等賞と言うことで、二等賞である錬金グッズより下位だし、そもそもラッキータイムになったら三等賞はほとんどでないでしょ？</p>\r<p>うまくいけば、パンプキン ウィッチ ハットも出ちゃうかも～<br />\rでも、上位にもいらない物ってあるよね...</p>\r<p>でちゃったらどうしよ～<br />\r&nbsp;</p>',1,3708,3,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe080930_0113_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe080930_0113_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 03:00:51','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe081005_2322',3,0,'2008-10-05 23:22:19','10/05 [MOE] 今日の内容',null,'<p>朝から、むらまさの木工スキル上げ。<br />\r上げはじめたは良いけど....</p>\r<p>すぐに90.0/90.0になって賢者の石が必要に...<br />\r元々90.0迄しかあげる予定でなかったので賢者の取り置きをしていなかったから大変<br />\r戦闘職の賢者の石は結構売ってるけど、生産職はかなり少ない。さらに木工は鍛冶よりも少ないな～。</p>','<p>でも、午前中に1個買えて鉄矢を作成したけど、タル羽根が無くなって...<br />\rタル羽根探しの旅に...<br />\r(&acute;(･)｀)</p>\r<p>途中の露店でタル羽根とグリ羽根をまちがって買ってるし...</p>\r<p>ネムさんからタル羽根を買えたところで、お出かけの時間。<br />\r昨日、住宅の登記をしようとしたら売買契約書の内容と違ってて、そのまま契約したら危ないところだったのだ！<br />\r契約内容に沿うように登記をして貰いたいところだがそれもきついらしく、相手の会社がペナルティとして10万支払うから目をつぶってくれと言うのだが、それは得なの？損なの？<br />\rなんで10万になるのか根拠を示して欲しいと言っておいたのだが、それも出てこなかったし...<br />\rちょっと不信感UP</p>\r<p>それは置いておいて、帰ってきて<br />\rカオスの時間までまた木工上げ、鉄矢を作り続けて約30分。またスキルがキャップに...<br />\rAUC、チャネルを立てて募集するが見つからず<br />\r仕方がないのでそのままスチールトマホ作成で鍛冶上げ94.9が96.2になった。<br />\rこれでちょっとはチョッパー作成が楽になったのだろうか？<br />\rそれは次回作成時のお楽しみで...♪</p>\r<p>そうこうしてる間にカオス時間でカオス中も勿論買いチャンネルは立ててあるんだけどやはり見つからず。<br />\r天の門が終わってもまーだ見つからず、むらまさ自身で取りに行ったのだがトレントは良いとして、スプリガン、オルヴァンがじゃま～<br />\rとどめはサージェントで死亡フラグ (つд・)ｴｰﾝ<br />\rまあ、さんざんだったけど、まあ木工もそこそこ上がったしいっか～</p>\r<p>と言うことで、|彡ｻｯ</p>',1,2649,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 03:00:16','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe081008_0022',3,0,'2008-10-08 00:22:28','10/07 [MOE] マサムネが…',null,'<p>久々にBLACKCATでインしてみた。</p>\r<p>とある人ににある場所を説明するためだったのだが、せっかくインしたので一部仕様変更があったスルト神殿に久々に行ってみることにした。</p>','<p>着いたらちょうどピクシーと対戦中だったのね。</p>\r<p>さらに言うと、ピクシーとの戦いが何も知らない初心者さんみたいな戦い方だったようなのね。<br />\rP中はリザ貰わないでくださいとか、/afk 推奨とか、そんな発言が飛んでることからピクシーはHPが満タンなんだろうな...って想像できた。</p>\r<p>それが不幸なのかラッキーなのかそれはねこにはわからないんだけど、幸運と思える事象は以下の2個</p>\r<ul>\r    <li>時間切れするようなピクシーとの戦いに参加せずにすんだ</li>\r    <li>時間切れだった際には、待ち時間なしで再挑戦可能という当初の使用に戻ったことが確認できた</li>\r</ul>\r<p>まあ、それだけなんだけどね。</p>\r<p>次は、アレサンドラだったんだけど、そんなちっぽけな幸運など吹っ飛んでしまうような幸運が待ち構えていることに付く由もなかったんだけどね。<br />\rアレサンドラとの戦いで150近く食らうことがあって、不覚にも2度ほど死んでしまった訳なんだが、褒章がすごかった。多分、PNQかFシルクだと思っていたのだが、マサムネを期待して空けたのは北側の向かって右。期待していると言ってもでるとは思って無くむらまさが出ればいいなと思って出るらしいその箱に以前から決めていて、ただそれの惰性だった。(空けるそのときまでなぜそこに決めていたのかすら忘れていたのだ。ただレアがここから出る可能性があるくらいしか覚えてなかった。)</p>\r<p>出たとき、喜びで我を忘れていたようだ。<br />\rSSを撮ったはずなのだが、なぜか撮れてなかった。<br />\rだから、以下のSSはエルビン銀行で取り直したSS。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081008_0022_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe081008_0022_1.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081008_0022_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe081008_0022_2.png\" alt=\"\"></a></p>\r<p>カオスでロストしないようだが、当然非破壊ではないのでいつかはなくなる。<br />\rカオスで使うか大事に取っておくか。新たな悩みが生まれたのは語るまでもない。</p>\r<p>※ちなみに露店に出すつもりも誰かに譲るつもりもないのであるが...</p>',1,4106,3,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe081008_0022_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe081008_0022_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:59:42','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe081008_2335',3,0,'2008-10-08 23:35:49','10/08 運営が変わっても…',null,'<p>運営が変わっても所詮これがゼネピッククオリティだったか...</p>\r<p>と決めつけるのは時期尚早だとは思うが、<br />\r定期メンテのあと定期メンテで搭載された新規バグを、臨時メンテで修正しようとしてさらに悪化させて、再度臨時メンテと言う流れのようだ。</p>','<p>最初の臨時メンテでは、一部のmobが消えるという現象の修正だったようであるが...</p>\r<p>臨時メンテナンス後には、使用中のステータス課金の効力が発揮されずデフォルトで画面右横に表示されるべき課金アイコンが表示されない。シャウトを拝見する限りでは、課金アイテムそのものも消えていることがあったようだし、逆に無課金のキャラに課金アイテム効果や一部ステータスアップ系スキルが掛かった状態で、さらに効果時間が27時間などに延長されているようなバグもあったようだ。</p>\r<p>新運営に変わってから今回が初の大規模なバグと言うことになるだろうか？<br />\rバグの上塗りも今回が初だと思うが、ここできちんと修正できるようで無いとやはりこれがゼネピッククオリティだったのかと言う印象がずっとつきまとってくることになるだろうな。</p>\r<p>この臨時メンテできちんとテストをして、これ以上の被害を出さないように対応してくれることを期待したい。</p>',1,3683,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-10-08 23:44:21','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('xo081023_1727',3,0,'2008-10-23 17:27:10','10/22 パスワードが変更されたようですね',null,'<p>Xenepic Online 運営がようやくパスワードを変更したんですね。<br />\rうわさによるとクライアント側にパスワードを記載したファイルが生成されたためだとか...<br />\rそんなことがない限り変更もされなかったと思うと怖いことです。</p>','<p>そもそも、パスワードをハンゲームを同じもしくはそれから関連して生成されるようにしておけば、ユーザ側で変更が可能なのにどうしてこうセキュリティが甘くなってるのでしょうか？<br />\rくろねこが考えるにもともとXenepicは1つの確立したシステムで、Xenepic トップページでログインを行うように考えられて作られた。でも、ハンゲームというポータルに統合したために、Xenepic トップで再度アカウント管理をするのはアカウントを二重で管理することになるわずらわしい。仕方がないので Xenepic ゲーム利用登録時にアカウントを自動生成するようにしたんだと。<br />\rハンゲーム変更時に再生成するなどの対応を行わなかったのは単にコストがかかるからという理由だろう。<br />\r<br />\rだって、セキュリティを考えているのならホームページにパスワードなんか埋め込まないでしょ。<br />\r<br />\rしかし、自分で管理できないアカウントってかなり危険だよね。<br />\r<br />\r今回もパスワードはホームページに埋め込まれているので、ショートカットなどを作成することでハンゲームにログインすることなく Xenepic をお楽しみいただけます。<br />\r<br />\r※&uarr;法律に抵触しているかどうかは定かではありません。</p>\r<ul>\r    <li>ハンゲーム側で、ゼネピックログイン時にハンゲームにログインしているかチェックするプログラムを実装しない限り、チェックすることは出来ません。(Xenepic Online 運営側だけではチェックできないでしょうね。)</li>\r    <li>ショートカット作成は改造はしていないです。(Windows上は正しいプログラムの起動方法です。)</li>\r    <li>正規のアカウントでログインしています。</li>\r</ul>\r<p>しかし、ちゃんとログインしてあげたほうがあっちの人もマーケティングがしやすいでしょうね。<br />\rハンゲトップにログイン人数が出たりしますし...</p>',1,4544,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-23 10:48:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0069',3,0,'2008-10-23 17:44:25','[Delphi] フォームの管理を多少楽にする','','<p>くろねこがアプリを作るときには、フォームは毎回生成して破棄するタイプにすることにしている。<br />\r基本的に自動生成は使わない。自動生成する対象は、最初に使用するメインフォームとメインのデータモジュールだけと言う構成である。</p>\r<p>通常のフォームの表示の場合...</p>\r<pre class=\"brush: delphi;\">\rwith TXxxFrom.Create(Self) do\r  try\r    Show;\r  finally\r  end;\r</pre>\r<p>ダイアログフォームの表示の場合...</p>\r<pre class=\"brush: delphi;\">\rwith TXxxFrom.Create(Self) do\r  try\r    ShowModal;\r  finally\r    // 処理内容...\r    Release;\r  end;\r</pre>','<p>楽にする方法として、フォームで共通になることをテンプレートを作成してそこに記述している。<br />\r具体的には、ただのフォームの場合には画面のクローズと同時にそのインスタンスが破棄されるようにしている。<br />\rダイアログの場合には、CALL元でダイアログの内容を参照する可能性が高いから破棄はしていない。</p>\r<p>フォームのテンプレートには下記のような処理を追加している。</p>\r<pre class=\"brush: delphi;\">\rTXxxFrom.FormCreate(Sender: TObject);\rbegin\r  // Delphiが生成するモード付き画面は、\r  // ...Windowsとしては親子関係でないのでこれを設定する\r  // ※たまにCALL元画面の裏に隠れてしまう問題を解決\r  if (Owner &lt;&gt; nil) and (Owner is TForm) and (fsModal in FormState) then\r    SetWindowLong(Handle, GWL_HWNDPARENT, TForm(Owner).Handle);\rend;\r</pre>\r<pre class=\"brush: delphi;\">\rTXxxFrom.FormClose(Sender: TObject; <b>var</b> Action: TCloseAction);\rbegin\r  // ダイアログ(モード付き)の場合には、\r  // ...CALL元でダイアログ情報を参照する可能性があるので破棄しない\r  if not (fsModal in FormState) then\r    Action := caFree;\r  // 呼出元(Owner)があれば表示する。しかし、アプリケーションの終了中は除外。\r  if (not Application.Terminated) and (Owner &lt;&gt; nil) and (Owner is TForm) then\r    TForm(Owner).Show;\rend;\r</pre>\r<p>ダイアログだけはCALL元で破棄を書かないといけないのは仕方がないな。</p>\r<p>蛇足：FormCreate のタイミングで、フォームの Parent プロパティにオーナーフォームへの参照を代入するとMDIみたいで面白いことに...</p>',1,10168,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-03 01:20:33','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe081024_1253',3,0,'2008-10-24 12:53:37','10/24 [MOE] スキルがきつーい',null,'<p>スキルがきついのは今に始まったことではないのだが...</p>\r<p>現在、メインで上げてるってキャラはいないのだが、しいて言えばくろねこにゃとむらまさを育てている。<br />\r二人ともなぜかスキルがとってもきつい。暇があれば、<a href=\"http://uniuni.dfz.jp/moeclc4/\">もえかるく</a>でシミュレーションしてみるのだが...</p>','<p>くろねこにゃ</p>\r<ul>\r    <li>【 筋力　　　　】　85</li>\r    <li>【 着こなし　　】　41</li>\r    <li>【 生命力 　　】　75</li>\r    <li>【 知能　　　　】　10</li>\r    <li>【 持久力 　　】　65</li>\r    <li>【 採掘　　　　】　95</li>\r    <li>【 伐採　　　　】　95</li>\r    <li>【 収穫　　　　】　95</li>\r    <li>【 鍛冶　　　　】　30</li>\r    <li>【 刀剣　　　　】　81</li>\r    <li>【 酩酊　　　　】　48</li>\r    <li>【 物まね 　　 】　78</li>\r    <li>【 神秘魔法　】　52</li>\r</ul>\r<p>もともと筋力80、知能もなしで採掘とか収集系を100まで上げるつもりだったのだが、テレポ2回使うには知能が足りなくて仕方なく10、筋力はコーラルでラーナ・ファイバーのHPが残り1とかで残ってることが多そうなので85に予定を変更。</p>\r<p>この感じだとちゃんとスキル850にはまってそうなのに何で足りないのかな？何か漏れがあるのか...</p>\r<p>むらまさ</p>\r<ul>\r    <li>【 筋力　　　　】　75</li>\r    <li>【 生命力 　　】　50</li>\r    <li>【 知能　　　　】　30</li>\r    <li>【 持久力 　　】　45</li>\r    <li>【 採掘　　　　】　90</li>\r    <li>【 伐採　　　　】　90</li>\r    <li>【 鍛冶　　　　】　100</li>\r    <li>【 木工　　　　】　100</li>\r    <li>【 神秘魔法　】　90</li>\r    <li>【 召喚魔法　】　90</li>\r    <li>【 魔法熟練　】　90</li>\r</ul>\r<p>魔法系と伐採以外は目標値を達成したが、神秘とかホントつらい。<br />\rテレポで十分なのに神秘を上げるためにわざとリコールアルターを出してみたり、なんかエコじゃない！</p>\r<p>MoEでエコなんてって感じもするんだけど、<br />\r露天するのにPC立ち上げっぱなしで放置するのも、リアルにエコじゃないよね。<br />\rUOのベンダーのようにPCが起動してなくても自由に売買できるようにならないかな？<br />\rチャンネルみたいにリストに1行タイトルを作成して、売買できる仕組みとかいいよね。物は直接銀行に出入りすると。</p>\r<p>ゴンゾにメールを投げてみようかな？</p>',1,3655,2,0,'0000-00-00 00:00:00',0,'<a href=\"http://uniuni.dfz.jp/moeclc4/\">もえかるく</a>',0,1,1,0,0,'2009-05-05 02:58:29','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe081027_0712',3,0,'2008-10-27 07:12:09','10/27 [MOE] むらまさ',null,'<p>3週ほど前からちょっと気合を入れてスキル上げを始めた生産キャラのむらまさ。<br />\r木工と鍛冶は材料が集まったので結構簡単にあがって2週ほど前に100.0に<br />\rしかし、召喚魔法と神秘魔法は使う機会も少なくなかなかあがらない。</p>\r<p>トレントを伐採しながら、CRE三次に必要な最後のスキル伐採も上げるという一石二鳥ならぬ一石三鳥を狙うのだが...</p>','<p>召喚は定期的に召喚モンスターが消えてしまうので使う機会も多くスキルもそこそこあがるのであるが、神秘はね～<br />\r一緒に狩に来てる人にFzBをかけることでスキル上げを狙うが、それ以外はリコールアルターだけ。<br />\r現地に着いたらリコールアルターなんか使う機会はほとんどないから、ここにきて召喚魔法が一番のネックに...</p>\r<p>でも、もったいないと思う気持ちを抑えてリコールアルターを出しまくっていたら、やっとあがった70.0<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081027_0712_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe081027_0712_1.png\" alt=\"\"></a></p>\r<p>伐採もゴムの木やQoAで切りまくって90.0<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081027_0712_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"349\" src=\"http://www.blackcat.xyz/images/articles/moe081027_0712_2.png\" alt=\"\"></a></p>\r<p>ようやく、ジェネシスになれました。<br />\r今日気づいたのだけど、MIN ＜ CRE なのかな？<br />\r神秘70.0の時点で、MIN2、CRE2だったのだけどシップは変わらず。<br />\rということはフルメタル ビショップにはなれないということか。<br />\rジェネシスよりもフルメタル ビショップのほうがなんかカッコよさそうなんだけど...</p>',1,2872,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe081027_0712_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe081027_0712_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:58:00','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe081028_0015',3,0,'2008-10-28 00:15:59','10/27 [MOE] こんばんは、チャーリー',null,'<p>どちらかというとどうでもよかったお化けのチャーリーではあるが、どちらかというととってもほしい錬金王ベルトを作る過程でバインダーが埋まるはずなのであるが...<br />\rチャーリーバインダーが出るまでの間に約9割が埋まってしまっていたくろねこにはあまり意味はなく...<br />\r被っていたのはリザレクションオールだけという悲惨な感じであった。まさに重い気持ちだな...</p>\r<p>なので、余裕があればと思っていたのではあるが...</p>','<p>チャーリーのほうが後から登場したのに先に消えていくんだ。<br />\rなので、錬金王ベルトを埋めるかたわらチャーリーも埋めていくという作業をしていた。</p>\r<p>最初に作ったのは、S.W.Dか鹿の角だったかな？<br />\rその後、ベルト用に秘法を埋めていったのでついでに閃光の宝珠、いつでも埋められると思っていたウンディーネの爪＆ドラゴンの心臓を埋めて行き、今日の段階で残っていたのがおもちゃ箱とUE。</p>\r<p>幸いなことにおもちゃ箱は手持ちに材料がたんまりあったので、無課金で混ぜまくって埋まった。<br />\r埋まったと喜んでいたら、チャーリーが今日までだと聞かされて大慌て、墓地銀で理髪店を営んでいるmomorinに材料を問い合わせ、チャンネルで買いを立て、売りチャンネルを検索し...<br />\rとこんなことをしていると、買いチャンネルに反応が！</p>\r<p>買えたゲイルスラストと手持ちの雷光の子文書を混ぜてUEを作ろうとしたら、さっきまでやっていた錬金がタイムアウトで詰まっている状態。ログインして流してみると<strong>成功</strong>、危ない！成功したらUEでなくなる...<br />\rしばらく、ビークの羽と樹皮で様子を見ていたら6連続あたりなんだ。成功とか大成功とか！ほしいときにはぜんぜんでないのに。</p>\r<p>まあ、その後は消失が来たのでその後に混ぜてみたら、<em>通常でUEが出来た</em>。<br />\rこうしてチャーリーに対面する機会を得たわけで(まだ取り出していない)、ばたばたとした1日になってしまった。</p>\r<p>こんばんは、チャーリー</p>',1,3409,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 02:57:20','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('moe081101_2136',3,0,'2008-10-31 21:36:49','10/31 [MOE] そして錬金王へ',null,'<p>先日から何回となく挑戦していた錬金王ベルトなのであるが、ねらってもミラクルが来ず錬金王ベルトが作成できない日々が続いていた。</p>\r<p>なにげに釣りをしながら錬金をする日々、波が来たらいつでも挑戦はしたかったのであるが、なかなかそのときは来ない。</p>\r<p>しかし、今日ミラクルが2連続で来た！。その少し前も大成功と成功が頻繁に出てたし、これは待ち焦がれたビッグウエーブなのかも♪</p>','<p>そして、この組み合わせで挑戦♪<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe081101_2136_1.png\" alt=\"\"></a></p>\r<p>だが、待った甲斐もなく失敗orz<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe081101_2136_2.png\" alt=\"\"></a></p>\r<p>仕方がないので女神様に復活依頼申請する。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe081101_2136_3.png\" alt=\"\"></a><br />\r女神様は優秀だ、お願いすれば100%元に戻る、こんな感じで錬金剤も100％ミラクルを発揮して欲しいものだ。</p>\r<p>最近は失敗後に連続して挑戦することはなかった。だが、今回は間を空けずに連続で再挑戦してみる。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe081101_2136_4.png\" alt=\"\"></a></p>\r<p>おおお、ようやく綸子(染色可)がくろねこの手に！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"512\" height=\"437\" src=\"http://www.blackcat.xyz/images/articles/moe081101_2136_5.png\" alt=\"\"></a><br />\rこの瞬間錬金の森 コレクションバインダー 4冊が全部埋まって錬金王ベルトも入手♪<br />\r永かった錬金生活もこれで一応落ち着く。</p>\r<p>しかし、全部埋めバインダーは結構きつい。暫く全部埋めバインダーはやらないだろうな～。</p>',1,4842,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe081101_2136_5_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:56:11','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0070',3,0,'2008-11-07 09:50:59','[Delphi] Paradoxでサブクエリーが使えない','','<p>下記のようなSQLを発行しようとしたところ、2つ目のSELECTが不正だとエラーが出て実行できません。<br />\rどうやら、Paradoxではサブクエリー(副問い合わせ)が出来ないようです。</p>\r<p>回避方法はありませんか？</p>\r<pre class=\"brush: sql\">\rSELECT A.KeyField, A.FieldA1, Sub.CNT FROM TableA A\rLEFT JOIN (SELECT KeyField, COUNT(*) AS CNT FROM TableB GROUP BY KeyField) Sub\r ON A.KeyField = Sub.KeyField</pre>','<p>下記のようにサブクエリー部分を別ファイルにします。</p>\r<ol>\r    <li>サブクエリー部分を別ファイルにします。SubQuery.sqlとしています。<br />\r    <pre class=\"brush: sql\">\rSELECT KeyField, COUNT(*) AS CNT FROM TableB GROUP BY KeyField</pre>\r    </li>\r    <li>元のクエリーを書き換えてサブクエリー部分を1で保存したファイル名に置き換えます。<br />\r    <pre class=\"brush: sql\">\rSELECT A.KeyField, A.FieldA1, Sub.CNT FROM TableA A\rLEFT JOIN \'SubQuery.sql\' Sub ON A.KeyField = Sub.KeyField</pre>\r    </li>\r</ol>\r<p>しかし、Paradoxを使う機会がどのくらいあるのだろうか...</p>',1,3935,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-13 10:32:28','html',1,1,'','',0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('081112_move',3,0,'2008-11-12 17:37:41','11/12 今週末(11/15･16)は引越し作業です',null,'<p>引越しの段取りってめんどくさいよね。<br />\rと言ってもほとんどの荷造りは嫁がやってくれているので、自分の作業は自分の身の回りの分ぐらいなのであるが。</p>\r<p>くろねこががんばったのは引越しの前段階まで、家の購入・引越し業者の選定などこのあたりの契約作業は本当に時間と労力を要した。<br />\r毎週のようにマンションギャラリーに足を運び、契約書を隅から隅まで読んで（うそ)、わからないところを質問して理解したり、業者のミスを指摘したり...<br />\r本当に大変。</p>\r<p>でも、引越しの後にもまだ作業は残ってるんだ。</p>','<p>まあ、ぼちぼち荷解きをすると言うのもあるけど、それ以上にくろねこに重くのしかかっているのが積和不動産との対決。</p>\r<p>敷金25万円払っているんだけど、15万円が敷引き特約で帰ってこないことになってるんだよね。<br />\rでも、最近この敷引き特約が消費者契約法第10条に反すると言うことで、ことごとく裁判で負けているらしい。と言うことはくろねこも強気でいけばこの分返ってくるんじゃないの？ってことなんだよね。</p>\r<p>でも、その前に積和不動産の手先の下請けの退去費用の見積もりで公正な見積もりが出てくるかどうかがひとつの焦点。<br />\rネットを見ていると積和不動産はというか結構な業者が自然損耗分も請求してくるって言う話。そこで敷引きされる金額以上に請求されてたら意味がないしね。</p>\r<p>ここで、以下に相手に負けず公正な金額がはじき出せるか。基本的に普通に使っていれば敷金は全額返ってくるはずらしいから。<br />\rここでくろねこの疑問、善管義務の範囲これって人によって違うらしいんだよね。年齢職業性別などが考慮されるらしい。すると、ファミリー向けの物件の善管義務と独身者向けの物件と善管義務の範囲が違うんじゃないか？ってことなんだよね。ファミリー向け物件には子供が無茶する分も賃料に含まれているのか？たぶん無いと思うんだけどね。</p>\r<p>まあ、もめたらここにメモとして書いておこうかな？</p>',1,2705,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-11-12 17:55:30','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('2008111218421833',3,0,'2008-11-12 18:42:18','消費税の件で共産党とメールをやり取りしたのだが...',null,'<p>先日、日本共産党に対し日ごろ疑問に思う消費税の仕組みについて日本共産党に質問してみた。</p>\r<p>なぜ、日本共産党をターゲットにしたかというと彼らは明確に消費税に対し反対を表明している政党である。<br />\r与党である自民党、公明党は当然ながら推進派であるし、ほかの野党である民主党は消費税反対の立場ではない。(と思う)</p>','<p>くろねこは消費税そのものを不公平な税制とは考えていない、ただ現行の消費税には問題点が多いのは事実である。<br />\rくろねこの質問を一言で言うと、「労働賃金はなぜ不課税なのか？」であったのだ。<br />\rしかしながら、この疑問に共産党は答えることが出来ないばかりか、くろねこごとき一般人は相手にする時間も惜しかったのであろう、適当に返答を書いたので 内容はぼろぼろ何度かメールをやり取りしたのであるが、2通目の内容なんかひどいもので内容について指摘してあげたら3通目で2通目の内容を否定し、消費税は不公平税制だからやめるんだ。って強引にまとめていた。</p>\r<p>結局、労働賃金が不課税になった理由もわからなかったし、消費税がなぜ不公平税制と認識したのかよくわからなかった。<br />\rただ、低所得ほど負担率が高い税制は不公平だと決めているそんな感じがした。<br />\r累進課税でない課税方法を採用する税金はほかにも酒税やガソリン税などいろいろあるのに、それらとの違いもまったく説明がなかった。</p>\r<p>共産党の回答の中で一番に驚いたのは、<em>消費税の課税対象については政府が決めたことだからそれは認めましょう</em>と書いていたことだ。<br />\r消費税の導入も政府が決めたことなのだが、これに対して反対する共産党に言ってあげた。</p>\r<blockquote>課税対象について政府が決めたことだから認めましょうというなら消費税自体も政府が決めたことなのだが...あっちは認めてこっちは認めない理由はどこにあるんだ？全部の政策を認めるのであるなら君たちのような野党は要らない。よくそのような浅はかなものの考えで国政に参加できるね。</blockquote>\r<p>と。</p>\r<p>これまでは、共産党ががんばれば国会がかき回されて良い論議が生まれるのではないかと思っていたのだが、今回のこの対応以降はこの認識を改めた。</p>\r<p>このような無能どもを国会に送り届けることはそれ自体が罪なのではないかと</p>',1,4330,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-01-25 02:14:17','html',1,1,null,null,0,3,3,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('081118_after_move',3,0,'2008-11-18 00:59:51','11/17 引越...その後...',null,'<p>引っ越して2日目、まだ荷物は片付かず。</p>\r<p>くろねこは基本的に自分の部屋の荷物の荷ほどきしかしない。<br />\r自分の部屋以外は出来た空箱をつぶしたり、ベランダを整理したりしている状況なのであるが、自分の部屋ですらまだ半分程度しか終わっていない。</p>','<p>そんな状況の中昨晩というか数時間前、くろねこの携帯が鳴った。</p>\r<p>相手はマンション販売会社の担当者だった。</p>\r<p>話は彼の勤めていた会社が倒産。</p>\r<p>担当者は即日解雇。</p>\r<p>身近に感じることは無かった不況。</p>\r<p>身近な人が倒産により突然無職になると言う衝撃の事実によって不況を感じることになったのだが...</p>\r<p>結構、親身になっていろいろ相談にのってくれた担当者だった。</p>\r<p>前に住んでいた賃貸物件の件で相談させて貰いたかったのにと言うと、担当者は連絡をくれたらわかる範囲で対応させて貰うと言ってくれた。気持ちがうれしい。<br />\rしかし、転職活動が忙しくてそれどころではないのではないか。<br />\r先に気持ちの整理をつける時間が必要かもしれないが。</p>\r<p>さらに担当者はこの携帯番号は社用で差し押さえされるので、明日以降繋がらないだろうと教えてくれた。</p>\r<p>プライベートの番号を教えてくれるようだったがあえて聞かなかった。</p>\r<p>また何か掛けてくれるときがあればで良いだろうと思った。</p>\r<p>会社に対しても債務保証とかいろいろ聞くべきことはあるんだろうけど、これからどうなるんだろうか？</p>\r<p>一番これからどうなるのかと思っているのは、会社の従業員なのだろうけど、早く皆が新しい職を見つけて安定した生活に戻ってくれればと思う。</p>',1,2585,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-11-18 11:55:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20081119091832910',2,0,'2008-11-19 09:18:32','11/19 ユーザー登録が出来ません',null,'<p>11/02以降ユーザー登録いただいた方々、ユーザー登録をお考えのかたがたへ</p>\r<p>申し訳ございません。<br />\r登録時に発行される、パスワードのお知らせメールが届かない状況となっております。<br />\r原因を調査し、登録いただいたメールアドレスにパスワードをお届けいたしますのでご承知おき願います。</p>\r<p>原因究明と対応完了までユーザー登録は行わないでください。</p>\r<p><em>無事に復旧し、ユーザー登録が行えるようになりました。<br />\rメールが送信できていなかったと思われる登録者の方にはパスワードをメールさせて頂きました。<br />\r</em></p>','',1,2626,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-11-21 00:35:42','html',1,1,null,null,0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_sql00001',3,0,'2008-11-20 19:11:13','[SQL] CASE文ってすごいじゃん','','<p>DB/2 で Oracle の DECODE に相当することを書きたいと思ってネットをさまよっていると...</p>\r\n<p>CASE なるものを発見、DECODE よりもはるかに使える！(タイプ量は多いけど)<br /> ちなみに Microsoft では Access の iif に相当すると説明しているけれども、項目１つに対して複数の条件をかけるから、switch か choose に近いかな？</p>','<ul>\r\n<li>既存のコード体系を新しい体系に変換する（DECODE 関数だと2回使用しないといけないけれど1回で書ける）<br />\r\n<pre class=\"brush: sql;\">SELECT count(*), \r\nCASE　code　WHEN \'E\' THEN \'連邦\' WHEN \'Z\' THEN \'ジオン\' ELSE \'中立\' END\r\nFROM　table1 GROUP BY code;</pre>\r\n</li>\r\n<li>異なる条件の集計を一つの SQL で行なう<br />\r\n<pre class=\"brush: sql;\">SELECT\r\nSUM(CASE WHEN code = \'E\' THEN 1 ELSE 0 END),　　-- 連邦兵の人数\r\nSUM(CASE WHEN code = \'Z\' THEN 1 ELSE 0 END) 　　-- ジオン兵の人数\r\nFROM　table1;</pre>\r\n</li>\r\n</ul>\r\n<p>Microsoft SQL Server, Oracle, MySQL, PostgreSQL 及び DB/2 で使用できることを確認。ANSI SQL92 で使用できるらしいから、ほとんどの DBMS で使用できるんだろうな。</p>',2,10488,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2016-01-12 14:57:05','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('081121_webmoney',3,0,'2008-11-21 15:06:47','11/21 WebMoneyがあたる！',null,'<p>いま、今年一番熱くなったゲームに投票するとウェブマネーが当たるキャンペーンが行われています。</p>\r<p>この機会に投票してみては？<br />\rちなみに今回はMoEが一番になってもゲーム内アイテムがもらえるとかそういうキャンペーンではない模様。</p>\r<p>投票はこちら&darr;<br />\r<a href=\"http://www.webmoney.jp/award2008/index.html\"> <img height=\"60\" width=\"240\" alt=\"WebMoney Award 2008\" src=\"http://www.webmoney.jp/award2008/images/banner_240_60.gif\" /></a></p>','',1,2960,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.webmoney.jp/award2008/index.html\">http://www.webmoney.jp/...</a>',0,1,1,0,0,'2008-11-21 15:13:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('081124_security_of_key',3,0,'2008-11-24 17:46:40','11/24 ディンプルキーは本当に安全なのか？',null,'<p>くろねこの新築マンションもディンプルキーだった</p>\r<p>貰ったときにキーに書かれている番号をいろいろな書類に記載するように求められた。書類は販売主に対しては鍵引き渡し控え、セキュリティ会社に対しては鍵預けの届け出、そして鍵保管袋。</p>\r<p>そしてこのキー無くしたときにはキーを製造しているメーカーGOALに対して番号で発注するらしい</p>','<p>そして鍵引き渡し時に確認したこと。<br />\r鍵番号だけで本当に再発行可能なのか？使用者と突き合わせせず、鍵の作成をすると非常に危険である。<br />\r鍵の複製時に突き合わせすることをしているんじゃないか問い合わせすると、どうやら知らないようである。<br />\rそこで問題を一つ落とし込んで、販売会社から個人情報を鍵のメーカーに伝えたのかを問いただすと、伝えていないという。<br />\rと言うことは、これが正しいとすると使用者と鍵の突き合わせは出来ないと言うことである。<br />\rただ、仮にに伝えていたとしても販売会社に教えたこちらの個人情報を、キーの製造会社にこちらの許可なしに無断で伝えると言うことは、個人情報保護法違反であるのでYesとは答えにくいだろう。</p>\r<p>繰り返すが鍵に記載された鍵番号だけで鍵が作成可能であると言うことはセキュリティ的に非常にクリティカルである。<br />\rたとえば、鍵引き渡し時に作成した複数の書類、これには錠前の設置場所と鍵番号が書かれている。オートロックの建物に鍵を使って侵入するのだ、誰も怪しいと疑うことはしないだろう。</p>\r<p>またこのほかでもセキュリティ上記になることが見つかった。<br />\rそれはアイスクリームの棒で鍵をコピー可能という物だ。とっても通常の鍵よりもセキュリティが高いとは言えるものではなさそうだ。<br />\r詳細は以下のビデオで！<br />\r<embed height=\"345\" width=\"400\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" src=\"http://www.metacafe.com/fplayer/yt-DaqzXewF39s/how_to_make_a_spare_key_with_ice_cream_stick_trickspro_com.swf\"></embed> <br />\r<font><a href=\"http://www.metacafe.com/watch/yt-DaqzXewF39s/how_to_make_a_spare_key_with_ice_cream_stick_trickspro_com/\">How To Make A Spare Key With Ice-cream Stick - TricksPRO.com</a> - <a href=\"http://www.metacafe.com/\">Watch more amazing videos here</a></font></p>',1,4460,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.metacafe.com/watch/yt-DaqzXewF39s/how_to_make_a_spare_key_with_ice_cream_stick_trickspro_com/\">How To Make A Spare Key...</a>\n<a href=\"http://www.metacafe.com/\">Watch more amazing vide...</a>',0,1,1,0,0,'2008-12-02 13:06:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20081127102104413',3,0,'2008-11-27 10:21:04','ダビング10崩壊時レコーダはどうなる？',null,'<p>ダビング10が崩壊間近なようだ。<br />\r数ヶ月前にネットを賑わせた話題なのでご存じの方も多いことだろう。発端は池田信夫のブログらしい。</p>\r<p>本当にダビング10が無くなるのであれば、ダビング10廃止後の機器を狙ってBDレコーダーを買い控えする人が多いだろう。<br />\rだが、ダビング10廃止はそれほどネットをしない人に対して余り知られていないようである。ちなみにNHKの集金に来た人は知らなかった。</p>\r<p>本当にダビング10が終了するとして、現行の機器は対応できるのであろうか？<br />\r対応可能な機器でも何らかのアップデートが必要なケースが多そうである。</p>','<p>仮にアップデートが必要であった場合、いろいろと方法はあるだろうがダビング10開始時にとられた方法として、放送波によるアップデートの提供があった。<br />\rこの方法は手軽な反面、セキュリティー上の問題を抱えてはいないだろうか？<br />\r誰かが同じ方法を用いて放送波を流すと不正なプログラム＝ウィルスを送り込むことができるだろう。アップデートを適用するには人手が必要だろうが、正規のプログラム配信と同タイミングで送られて来れば、よく知らない人や余り内容を読まない人は犯されてしまうかもしれない。</p>\r<p>取り越し苦労であればよいのであるが&hellip;<br />\r放送波によるアップデートが標準と言われて、その他の方法でのアップデートは別途費用を請求されそうだである。</p>',1,2651,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'2008-11-27 17:03:27','html',1,0,null,null,0,3,2,3,2,2,2);
INSERT INTO `bc_stories`VALUES ('081202_AfterMove1',3,0,'2008-12-02 19:09:09','12/02 退去後の連絡が来ない',null,'<p>くろねこは積和不動産管理下の賃貸マンションに約6年間住んでいた。<br />\r先日(11/24)にその賃貸マンションの退去手続きを行った。その退去手続きに際してありえない事件があったので、記しておきたい。</p>\r<p>賃貸物件の退去手続きにあったっていろいろとトラブルに巻き込まれることも多く、そのようなトラブルからの回避策を事前に調べておこうとそのあたりの情報を入手すべく探していた。</p>\r<p>そんなときに新聞で、敷引特約が消費者契約法第10条に抵触している可能性が大きいと言うことで、多くの事例で貸主側が敗訴していることを知った。また、多くの不動産屋が退去費用をぼったくっていることも知った。くろねこが契約していた積和不動産にもその手のうわさがあり、ネットを検索したところ某超巨大掲示板の書き込みが目にとまったこともあり、退去手続きの際には気を引き締めてかからないとぼったくられると覚悟を決めていた。</p>\r<p>話は前後するが、くろねこの賃貸契約に保証金(敷金)35万、敷引25万と言う文言がある。</p>\r<blockquote>\r<p style=\"\">※敷金・敷引きとは&hellip;</p>\r<ul style=\"\">\r    <li>敷金は退去時に部屋の修理費などの前払金である。</li>\r    <li>基本的には修理は借主側の故意･過失分(原状回復分)だけ支払い、日常の使用で発生する汚れなど(自然損耗分)については支払義務は無い。</li>\r    <li>敷引は修理費が敷引金額に満たなかった場合でも最低限修理費として支払う金額である。<br />\r    しかし、最近この敷引が消費者契約法に抵触する恐れがあるとして、裁判が行われ多くの事例で貸主側が敗訴している。</li>\r</ul>\r</blockquote>\r<p>見積もりの際に見積もりに各修理項目の内容を挙げてもらい、その箇所のくろねこ側の過失を説明していただき、自然損耗分については支払わない意思を示したい。出来れば敷金のうちの敷引特約分も同条項が違法だと言うことを認識していただき、破棄していただきたいと考えていた。</p>\r<p>そして立会い当日、積和から依頼されたリフォーム会社が見積もりを行い修理費を計算したのだが...</p>','<p>まず、入ってすぐに設置してあったエアコンを見て退去時にははずしていただかないと...という話になった。<br />\rが、しかし、このエアコン入居時にサービスとして付加されたものでくろねこのものではないはず...<br />\rはずしたらどろーぼーになってしまうので、あえてはずさなかったのだが...<br />\r向こうさんの言い分としてはサービスとして、くろねこにくれたものでくろねこのものだからはずしていくのが当然だと言うこと。しかし、仲介業者のMiniMiniさんからそういう話は聞いて無いし、契約書にもそういう文言は無いよ～って答えておいた。</p>\r<p>次の問題点は、修理費用全体を敷金から敷引金額を引いた残りから引くと言うのだ。そうすると敷引の意味は何？さらに修理の手数料として修理代金の10%を加算すると言う&hellip;ありえない！</p>\r<p>なんという悪徳業者！</p>\r<p>と言うことで、立会い後直接積和不動産に電話して上記の件を確認する。<br />\r積和不動産曰く、敷引の金額の内訳は更新料的要素とか自然損耗分の補修とか礼金的要素とか&hellip;って、そんな話もMiniMiniから聞いて無いし、契約書に も書いて無いし、さらに言うと更新料は月々の家賃から得るべきものって裁判所でも判例が出てるでしょうに！期間で変動する要素の強いものを期間に変わりな く固定である敷金でまかなうっておかしいのである。自然損耗分もしかりである。</p>\r<p>とりあえず、現地の状況を見て追って確認すると言っていたが、現地の問題ではなく契約上の問題なんだけどな。<br />\rとりあえず、その場は電話を切ったが1週間を経過した今日も連絡はなく、連絡はいつ来るんだろうか？</p>',1,6231,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-12-11 11:49:44','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe081204_alchemy',3,0,'2008-12-04 18:39:24','12/03 [MOE] 第4.5弾錬金',null,'<p>第4.5弾で新しく増えたアイテムを作ってみることにした。<br />\rまず、狙ったのがウィングイヤリング オブ フェンネ。前回のウィング オブ フェンネが魔力装備だったことから、今回も魔力装備だろうと踏んで錬り錬り。<br />\r材料もよく調べずに前回と同じように、血染めのナックルとドラゴンコマンダーランスを錬る。ちなみに1回目は変性コインをつかったにもかかわらず、通常･･･！あ、ありですか？失敗しても成功くらいかな？と思っていただけに痛い。でも、確立からすると15%あるので仕方が無い。<br />\r気を取り直して2回目に挑戦。今回はうまく出来たんだけどグラフィックは間に合って無いのかギフトボックスのアイコン。マイペから取り出して性能を見てみると...<br />\rウィング オブ フェンネから妖精の加護を取ったような出来！明らかなグレードダウンだ！</p>\r<p>ほかの装備もそうかな？って見てみると、ウィングイヤリングは前回のウィングから妖精の加護が無くなったいわば劣化版。材料は同じだけに、これなら変更前の確変中に無課金でも混ぜてしまえばよかった～。</p>\r<p>と思っても後の祭りなんだけどね。</p>\r<p>バインダーコンプの褒章もしょぼいし、今回はやる気が出ないよね。</p>','',1,2727,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 02:54:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('081205_design_each_topic',3,0,'2008-12-05 12:42:23','[GEEKLOG]話題ごとに異なるデザインを',null,'<p>先日から各ブログにちゃんとコピーライトを入れたいと思っていた。<br />\rMoEのブログを書き出すときにコピーライトを挿入していたのだが、静的ページを使っていたためにトップページか、各話題のトップにしか表示されていない。</p>\r<p>こんなんじゃだめだ。</p>\r<p>くろねこのコピーライトを挿入するときの要望項目</p>\r<ol>\r    <li>話題ごとに適切な<strong>文言</strong>が挿入できる</li>\r    <li>メンテナンスが簡単</li>\r    <li>テーマに依存しない</li>\r</ol>\r<p>静的ページは話題ごとに切り替えできてメンテナンスも簡単、テーマに依存しないのだが1つ1つの記事には表示できないので&times;<br />\rブロックはメンテナンスが簡単だがそもそも話題ごとって切り替えが無理。</p>\r<p>そこで検討したのがテーマには依存してしまうが、各テーマの記事の本文テンプレートを編集することによって、コピーライトを表示する。</p>','<p>まず、記事の本文テンプレートに各話題のIDなどの情報を持ってくる必要があるので、Geeklog公式の<a href=\"http://wiki.geeklog.jp/index.php/%E8%A8%98%E4%BA%8B%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%AB%E3%83%91%E3%83%B3%E3%81%8F%E3%81%9A%E3%83%AA%E3%82%B9%E3%83%88%E3%82%92%E8%A1%A8%E7%A4%BA%E3%81%99%E3%82%8B\">記事ページにパンくずリストを表示する</a>を見ながらハックするが、ひとつ思ったこと。</p>\r<p>こんな書き方でわかるん？</p>\r<p>追加するする内容は以下であることは明確であるのだが、どこかわからん...</p>\r<pre class=\"code\">\r        &#36;topicname = &#36;story-&gt;displayElements(\'topic\');\r        &#36;topicurl = &#36;_CONF[\'site_url\'] . \'/index.php?topic=\' . &#36;story-&gt;displayElements(\'tid\');\r        &#36;story_template-&gt;set_var (\'story_topic_name\', &#36;topicname);\r        &#36;story_template-&gt;set_var (\'story_topic_url\', &#36;topicurl);\r        &#36;story_template-&gt;set_var (\'story_topic_id\', &#36;story-&gt;displayElements(\'tid\'));\r</pre>\r<p>まあ、適当にソースコードを見て追加する。プログラマだからできるんだよな。一般人無理だろ？</p>\r<pre class=\"code\">\r    } elseif ((&#36;mode == \'print\') &amp;&amp; (&#36;_CONF[\'hideprintericon\'] == 0)) {\r\r				... 印刷用 ...\r				...  中略  ...\r\r       &#36;display = &#36;story_template-&gt;finish (&#36;story_template-&gt;get_var(\'output\'));\r    } else {\r        // Set page title\r        &#36;pagetitle = &#36;story-&gt;DisplayElements(\'title\');\r\r				... 表示用 ...\r				...  中略  ...\r\r        &#36;story_template-&gt;set_var(\'layout_url\', &#36;_CONF[\'layout_url\']);\r        &#36;story_template-&gt;set_var(\'story_id\', &#36;story-&gt;getSid());\r        &#36;story_template-&gt;set_var(\'story_title\', &#36;pagetitle);\r        &#36;story_options = array ();\r\r				...269行目。ここに追加\r\r        if ((&#36;_CONF[\'hideemailicon\'] == 0) &amp;&amp; (!empty (&#36;_USER[\'username\']) ||\r    ... 以下省略\r</pre>\r<p>とまあ、ハックはこんな感じ。追加する場所によっては権限が無いときに表示されるブロックや、印刷時の出力用などのブロックがあるので適当に追加すると期待通りの動作をしない。</p>\r<p>ここからが手探り、Geeklog公式の話題ごとに異なるテーマとかを見ても、異なる画像を表示しているだけでその部分が表示されたりされなかったりするわけでは無いので期待した動きをしない。HTMLソース的にはただテーマ文字列と同じ名称を持つ画像を選んでるだけなのだ。</p>\r<p>そこで、css の display などを使用する事を検討したが、無理と判断。<br />\r最終的に選択した方法が、Javascript で文字列を書き出す方法。<br />\rくろねこは、ゼネピックとMoEのブログにコピーライトを表示させたかったので、下記のような Javascript になった。</p>\r<pre class=\"code\">\r&lt;script type=&quot;text/javascript&quot;&gt;\r&lt;!--\rswitch(&quot;{story_topic_id}&quot;) {\r  case &quot;Blog_Game_XenepicOnl&quot;:\r  case &quot;Game_XenepicData&quot;:\r    document.write(&quot;&lt;p&gt;(c)2005-2008 DNC Entertainment&lt;br /&gt;(c)2008 Q Entertainment Inc.&lt;/p&gt;&quot;);\r    break;\r  case &quot;Blog_Game_MoE&quot;:\r    document.write(&quot;&lt;p&gt;(C)2007 HUDSON SOFT / GONZO ROSSO All rights reserved.&lt;br /&gt; 株式会社ゴンゾロッソ及び株式会社ハドソンの著作権を侵害する行為は禁止されています。&lt;/p&gt;&quot;);\r    break;\r}\r// --&gt;\r&lt;/script&gt;\r</pre>\r<p>これを記事の本文テンプレートの表示したい位置に追加する。くろねこは、最下部に表示したかったので最後の&lt;/div&gt;の直前に追加した。これで、story_topic_id ごとに switch で分岐して適切な文言が document.write で出力される。<br />\r今回の処理では switch を使ったので話題が増えても分岐を増やすだけで対応可能なのでとても便利である。<br />\rしかし、複数のテーマを使用するならこの JavaScript は外部ファイルにしておくほうが、メンテナンスはしやすいだろう。 とりあえず今回は、PC用のテーマは1つだったのでこの形としている。</p>\r<p class=\"add\">12-08追記<br />\rarticle.thtml に追加すると個別表示した際の一番下などに表示することが出来ますね。<br />\rそこにアフィリエイト広告を追加してみました。よかったらクリックしてみてください。</p>',1,6380,35,0,'0000-00-00 00:00:00',0,'<a href=\"http://wiki.geeklog.jp/index.php/%E8%A8%98%E4%BA%8B%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%AB%E3%83%91%E3%83%B3%E3%81%8F%E3%81%9A%E3%83%AA%E3%82%B9%E3%83%88%E3%82%92%E8%A1%A8%E7%A4%BA%E3%81%99%E3%82%8B\">記事ページにパンくずリストを表示する</a>',0,1,1,0,0,'2008-12-08 11:54:58','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20081208130403875',3,0,'2008-12-08 13:04:03','NHK 受信料を払いたくない',null,'<p>NHK って見てます？くろねこは NHK なんて見て無いですよ？と言うかですね、テレビを見て無いです(苦笑)。<br />\r見もしない(サービスを受けていない)ものに金を払うなんて真っ平だと思う人がいるのは当然でしょう。<br />\rでも、テレビがある限り NHK の受信料支払は義務なので支払ってますよ。</p>\r<p>でも、ここで疑問が！とその前になぜ義務であるのかを説明。</p>\r<ul>\r    <li><a href=\"http://www.dismas.jp/dic/%E6%94%BE%E9%80%81%E6%B3%95\" title=\"このキーワードを百科事典で調べる\">放送法</a>第３２条第１項において、「協会の<a href=\"http://www.dismas.jp/dic/%E6%94%BE%E9%80%81\" title=\"このキーワードを百科事典で調べる\">放送</a>を受信することのできる受信設備を設置した者は、協会とその放送の受信についての契約をしなければならない。」と定められています。</li>\r    <li>また、放送法第３２条第３項において、「協会は、第１項の契約の条項については、あらかじめ<a href=\"http://www.dismas.jp/dic/%E7%B7%8F%E5%8B%99%E5%A4%A7%E8%87%A3\" title=\"このキーワードを百科事典で調べる\">総務大臣</a>の認可を受けなければならない。」とされており、これに基づき、総務大臣の認可を得て「<a href=\"http://www.dismas.jp/dic/%E6%97%A5%E6%9C%AC%E6%94%BE%E9%80%81%E5%8D%94%E4%BC%9A\" title=\"このキーワードを百科事典で調べる\">日本放送協会</a>放送受信規約」を定めています。</li>\r    <li>その「日本放送協会放送受信規約」の第５条において、「放送受信契約者は、&hellip;（中略）&hellip;放送受信料を支払わなければならない。」と定められています。</li>\r</ul>\r<p>と、<a href=\"http://www.dismas.jp/dic/%E4%B8%8A%E8%A8%98\" title=\"このキーワードを百科事典で調べる\">上記</a>のように<a href=\"http://www.dismas.jp/dic/%E6%B3%95%E5%BE%8B\" title=\"このキーワードを百科事典で調べる\">法律</a>に定められているからなんですね。<br />\rここで注目していただきたいのが、「協会の放送を受信することのできる受信設備を設置した者」と言うところ。たとえば設置したのが<a href=\"http://www.dismas.jp/dic/%E9%9B%BB%E6%B0%97%E5%B1%8B\" title=\"このキーワードを百科事典で調べる\">電気屋</a>さんだったら、電気屋が支払うの？という冗談はさておき、「協会の放送を受信することのできる受信設備」ですから、NHKの放送が受信できない<a href=\"http://www.dismas.jp/dic/%E6%B0%91%E6%B3%95\" title=\"このキーワードを百科事典で調べる\">民法</a>のみ受信可能なテレビであれば問題が無いわけです。一応 NHK の集金人に受信料支払義務が無いことを確認済みです。あとは、このようなテレビを作ってくれる<a href=\"http://www.dismas.jp/dic/%E3%83%A1%E3%83%BC%E3%82%AB%E3%83%BC\" title=\"このキーワードを百科事典で調べる\">メーカー</a>があるかどうかなんですね。</p>\r<p>しかし、こんな契約を強制されること自体法律で決めてほしくない。任意契約でいい。<br />\rNHK が元まともな集団ならともかく、民法と変わらない番組もしくはそれ以下の番組もある中で職員の<a href=\"http://www.dismas.jp/dic/%E3%83%A2%E3%83%A9%E3%83%AB\" title=\"このキーワードを百科事典で調べる\">モラル</a>の低下もはなはだしい。<br />\r強制契約は緊急放送だけで良いですよ、法改正が必要ですね。</p>','<p>ちょっと話がずれますが、受信料支払義務が発生するのは世帯単位のようです。なのですでに自宅で受信契約している場合、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/dic/%E3%83%AF%E3%83%B3%E3%82%BB%E3%82%B0\">ワンセグ</a>の受信料支払は発生しません。自宅で受信契約していない場合には受信料支払義務が発生します。しかし、申込書を見たことはありません。なぜなんでしょうね。さらにもうひとつの疑問、世帯はひとつなんですが<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/dic/%E5%8D%98%E8%BA%AB%E8%B5%B4%E4%BB%BB\">単身赴任</a>しているお<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/dic/%E7%88%B6%E3%81%95%E3%82%93\">父さん</a>の場合には別途受信料が発生します。ワンセグとどこが違うんでしょうか？</p>\r<p>■過去の記事</p>\r<ul>\r    <li>[story:051020_nhk]</li>\r    <li>[story:051020_nhk2]</li>\r</ul>',1,4595,0,0,'2009-01-07 13:04:03',0,'<a href=\"http://www.dismas.jp/dic/%E6%94%BE%E9%80%81%E6%B3%95\">放送法</a>\n<a href=\"http://www.dismas.jp/dic/%E6%94%BE%E9%80%81\">放送</a>\n<a href=\"http://www.dismas.jp/dic/%E7%B7%8F%E5%8B%99%E5%A4%A7%E8%87%A3\">総務大臣</a>\n<a href=\"http://www.dismas.jp/dic/%E6%97%A5%E6%9C%AC%E6%94%BE%E9%80%81%E5%8D%94%E4%BC%9A\">日本放送協会</a>\n<a href=\"http://www.dismas.jp/dic/%E4%B8%8A%E8%A8%98\">上記</a>\n<a href=\"http://www.dismas.jp/dic/%E6%B3%95%E5%BE%8B\">法律</a>\n<a href=\"http://www.dismas.jp/dic/%E9%9B%BB%E6%B0%97%E5%B1%8B\">電気屋</a>\n<a href=\"http://www.dismas.jp/dic/%E6%B0%91%E6%B3%95\">民法</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%A1%E3%83%BC%E3%82%AB%E3%83%BC\">メーカー</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%A2%E3%83%A9%E3%83%AB\">モラル</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%AF%E3%83%B3%E3%82%BB%E3%82%B0\">ワンセグ</a>\n<a href=\"http://www.dismas.jp/dic/%E5%8D%98%E8%BA%AB%E8%B5%B4%E4%BB%BB\">単身赴任</a>\n<a href=\"http://www.dismas.jp/dic/%E7%88%B6%E3%81%95%E3%82%93\">父さん</a>',0,1,1,0,0,'2009-12-06 22:41:53','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('081209_for_user_registration',2,0,'2008-12-09 00:00:18','12/09 ユーザー登録について',null,'<p>くろねこ研究所に訪問いただきありがとうございます。</p>\r<p>ここ数ヶ月、くろねこ研究所に登録していただける方がおられますが、ユーザー登録していただくことによるメリットは多くありません。<br />\rユーザー登録制にしてある理由は下記の理由からです。</p>\r<ul>\r    <li>くろねこ製コンポーネントのサポートを行う際に、ユーザー様単位の履歴が見たい。</li>\r    <li>コメントをいただく際にどなたからいただいたのか把握したい。(従来コメントは登録者様に限定)</li>\r    <li>旧ブログ(MovableType)での運用の際にスパムコメント＆トラックバックが多かった。</li>\r</ul>\r<p>上記のように、管理者のメリットを重視しただけですのであまり登録する必要はありません。<br />\rほとんどの記事は一般公開で、ユーザー登録しても参照できる記事数に増減はありません。ダウンロードも同様です。</p>\r<p>ただし、掲示板にご投稿いただく際には、お手数ですがユーザー登録ください。</p>\r<p>なお、ユーザー登録していただく際には他人から参照されて困る個人情報は入力しないでください。<br />\rメールアドレスもフリーメールアドレスでご登録いただいてかまいません。ただ、こちらから何か通知させていただいたときに、連絡がつかなかったなどの不利益が生じても責任は負いかねます。<br />\r個人情報について故意に漏洩することはございませんが、Pマーク取得企業のような手厚い保護は出来ません。</p>\r<p>以上、よろしくお願いいたします。</p>','',1,3466,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-12 09:26:43','html',1,1,null,null,0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('081211_AfterMove2',3,0,'2008-12-11 11:48:05','12/11 その後の積和不動産の対応',null,'<p>先日退去でトラぶった積和不動産から連絡が無い。</p>\r<p>トラブル発生日から2週間以上放置されたことになるので、そろそろころあいかな？と思い返答を求める連絡をしてみた。</p>\r<p>そのとき担当者が離席中で折り返しの連絡になったが、すぐに返答が来てかつ問題点は全て向こう持ちとなった。</p>\r<ul>\r    <li>敷引き代金＝全て返還</li>\r    <li>エアコン撤去費用＝なし(積和持ち)</li>\r    <li>原状回復手数料(10%)＝なし</li>\r</ul>\r<p>これで、あるべき姿の退去清算となった。<br />\r全ての清算が完了するまで油断は禁物だが、一応の決着はついたと考えてよいだろう。</p>','',1,3061,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-12-11 11:58:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('081212_AfterMove3',3,0,'2008-12-12 14:04:39','12/12 積和不動産ってば... ',null,'<p>本日積和不動産から何か届いているようだ。何か届いているようだと言うのは、転居しているのを知っているはずなのに、旧住所(積和の賃貸住宅)あてに宅配便で送ったようだ。くろねこヤマトから移転先住所を教えてほしいと電話があった。<br />\r(くろねこヤマトの悪党業者っぷりはまた今度書こう。)<br />\r積和不動産には退去申請用紙に転居先を書いて提出していることに加え、昨日退去費用の件でTELを入れた際に口頭でも伝えたはずなのに、どうしてこう仕事が出来ないやつらばかりなのか...</p>\r<p>思い出したのでついでに書いておくが、積和不動産系の MAST-BB はレンタルモデム返却用の箱を送ってくるはずなのに送ってこない。MAST-BB の中身は NTT メディアサプライなのであるが、ここもかなり仕事が適当で困る。<br />\rどこも勧誘するときはそれなりの対応をするが、それ以外は...</p>\r<p>引越し関連のどたばたの対応はつかれたよ...<br />\rいつまで続くのかな？</p>','',1,4016,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2008-12-12 15:15:56','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('081216_sarah_sarvh',3,0,'2008-12-16 12:55:54','私的録音録画補償金制度は必要か？',null,'<p>難しいことはよくわからないので簡単に。<br />\r<br />\r制度の趣旨と導入の経緯 - <a href=\"http://ja.wikipedia.org/wiki/%E7%A7%81%E7%9A%84%E9%8C%B2%E9%9F%B3%E9%8C%B2%E7%94%BB%E8%A3%9C%E5%84%9F%E9%87%91%E5%88%B6%E5%BA%A6\">Wikipedia</a> より抜粋</p>\r<blockquote>一般に著作物を複製することは著作権者の許可なく行うことはできないが、個人的に使用することを目的とした複製については、その規模が零細であって権利者の利益を不当に害するとはいえないし、また仮に規制したとしても現実に摘発するのは困難であることから、自由にかつ無償で行い得るとされている（著作権法30条1項、私的複製。以下特に断らない限り条文は日本の著作権法のもの。）。<br />\r<br />\rしかし近年の技術の発達により、デジタル方式で録音や録画を行うことによりオリジナルと全く同質のコピーが容易に作成できる高性能な機器が登場し、それらが一般家庭に広く普及したことによって、そのような利用方法で音楽・映画等を楽しむ利用者が増えている。これに伴い、個々の利用については零細であっても、全体として見れば無視できないほどの規模で録音・録画がなされるようになった。</blockquote>\r<p>&uarr;ここがよくわからん。<br />\rそもそもCDを買うにしてもDVDを買うにしても、物を買っているわけではなくて中身(≒コンテンツ)を買っているわけでしょ？基本的にはCDやDVDは単なる入れ物に過ぎないわけだ。(ジャケットなどにも著作権は発生しているが、純粋に音楽や映像を見たいと欲求からすればただの入れ物だ。)<br />\rPCソフトを見ても、同時に1台にしかインストールは出来ないけど、基本的にライセンスの移行は出来るわけだよね。バックアップを取る権利もあるし、それを行使したところでお金は取られないわけだ。</p>\r<p>PCソフトは基本的にそのメディアで実行する前提ではなく、基本的にはHDDにインストールして使うためにこのようになっている可能性もあるが、音楽CDも音楽をiPodに入れるために買う人もいるわけだ。音楽だけ買う手段も与えず私的録音録画補償金制度で著作権料の二重取りはナンセンスだと。</p>\r<p>そうは思わないか？</p>\r<p>ただ、レンタルショップで借りてきた内容を手前のメディアにコピーするのは、どの段階で著作権料を支払ってるのかは疑問である。レンタルショップがさCD/DVDを買ったときに発生した著作権料だけだとすれば、それは著作権者にとって大きな打撃になるので何らかの著作権料を支払う手順があってもいい。しかし、レンタルショップ側に何らかの著作権料を課しているのであれば、私的録音録画補償金は必要ない。<br />\r言い換えるならば、レンタルメディアがメディアのレンタルと同時に中身の期間レンタルであるならば、そのコピーを作ると言うことは中身の視聴を無期限にすると言うことであるので、そこに対しては著作権料が発生すべきだ。</p>','<p>思うに、著作権者が昨今のように著作権料に汚くなってきたのは、著作権料以外に私的録音録画補償金制度でお金を取るようになって、意外に儲かったからなんだろう。1つの著作物から継続して何度もお金を取れる。いい稼ぎになるわけだ。</p>\r<p>だから味をしめたやつが、「<b>売上げ減がなくても、私的録画補償金が必要</b>」という発言につながるんだろうね。</p>\r<p>詳しくは&darr;を読んで♪</p>\r<p>■参考リンク</p>\r<ul>\r    <li><a href=\"http://gigazine.net/index.php?/news/comments/20080623_jva_net/\">アニメを録画されると利益が減るから「私的録画補償金が必要」と日本映像ソフト協会がめちゃくちゃな意見を表明</a></li>\r</ul>',1,3290,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://ja.wikipedia.org/wiki/%E7%A7%81%E7%9A%84%E9%8C%B2%E9%9F%B3%E9%8C%B2%E7%94%BB%E8%A3%9C%E5%84%9F%E9%87%91%E5%88%B6%E5%BA%A6\">Wikipedia</a>\n<a href=\"http://gigazine.net/index.php?/news/comments/20080623_jva_net/\">アニメを録画さ',0,1,1,0,0,'2009-01-21 00:10:46','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('081217_AfterMove3',3,0,'2008-12-17 20:12:44','だめダメ積和不動産(立会編)',null,'<p>朝から携帯をコートのポッケにいれてロッカーに忘れていたくろねこ</p>\r<p>気が付いて、取りに行ったら着信が&hellip;留守電も入っていた<br />\r留守電の指示通りに掛け直して話を聞いたら、積和の下請けでリフォーム担当のオフィス勇貴から<br />\r立会い確認書を積和から日にちを19日と切られているので至急確認して欲しいと！<br />\r速達で送ったが間に合わないと困るので取り敢えずＦＡＸで確認して送り返して欲しいと言った内容。<br />\rだが、確認書の中身はぼろぼろで先日約束した敷引の取りやめも反映されていないし、新たに水道料金が計上されているが、明細はない。そもそも、積和が新しく作り直して発送します。と言ったのは先週木曜日、今日までなにをしてたんだ？かなり呆れたよ。<br />\r取り敢えず敷引・日付・あと一部文言を訂正させて、送られて来たＦＡＸに判を突いたが水道料金も日割りしていないとか、まだ何かあるんだろうなぁって感じだったね?</p>\r<p>あ?、疲れるわ<br />\r仕事が忙しい時に&hellip;</p>\r<p class=\"add\">追記<br />\rあわせて請求していた水道料金の明細が届いた。水道料金が高かったのは通常の2か月分+&alpha;(日割り)だったからで予想に反して日割り計算だった。よかったよかった。</p>','',1,4317,0,0,'0000-00-00 00:00:00',0,'',0,0,1,0,0,'2008-12-22 15:06:11','html',1,1,null,null,0,3,2,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe081224_Lost',3,0,'2008-12-24 07:17:16','12/24 [MOE] 持ち物がいっぱいで…',null,'<p>今日はクリスマスイブ。今日は何か息子のために買って帰らないと...まだプレゼントを用意していないくろねこなのだ。</p>\r<p>久々のMoEについての話題ですが、MoEをしていなかったわけではないのだが...</p>\r<p>国宝を目指してがんばっている？高品質ですがなにやらもちものがいっぱいで....</p>','<p>シップペンを入手しようとゼノからクエストを請けて複製しているとき、それは起きたのだ！<br />\r<img width=\"309\" height=\"51\" src=\"http://www.blackcat.xyz/images/articles/081224_Lost_1.png\" alt=\"\"></p>\r<p>持ち物がいっぱいでも袋に入った状態で床に落ちることを期待していたんだけどね。<br />\rどうやらそうではなかったみたいだ。</p>\r<p>皆さん、くれぐれも気をつけてくださいな。</p>',1,3188,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 02:51:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe081224_so_lonely',3,0,'2008-12-24 19:15:16','12/24 [MOE] あまりに寂しすぎる',null,'<p>先日ウン様のつりを見に行った時ついでにつりをしていたのだが&hellip;</p>','<p>これまた寂しい風景なんだよね～</p>\r<p>何か見えない木枯らしが吹いてる感じが&hellip;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe081224_so_lonely_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe081224_so_lonely_1.png\" alt=\"\"></a></p>\r<p>クリスマスイブにこんなこともしていられないので引き上げだ～</p>\r<p>暖かいこたつに入りたい&hellip;</p>',1,3653,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe081224_so_lonely_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:51:06','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('081226_Install_OpenGL',3,0,'2008-12-26 12:45:13','OpenGLのインストール方法','','<p>リンク元URLを分析すると、OK Wave などの Q＆Aサイトからの OpenGL のインストールがらみのアクセスが一定量を占めているようである。</p>\r<p>Xenepic Online では OpenGL1.2 以上が必要なのだが、他のオンラインゲームでも OpenGL が必要なのだろうか？<br />\rOpenGL をインストールしたいと思う人にゲーマーは結構多いようだ。同じグラフィック関係のAPIでも DirectX はゲームサイトにインストーラーがおいてあることが多いのに、OpenGL が置いてあるのは見たことが無い。すでにインストールがされていることが前提なのであろうか？<br />\rXenepic Online の動作環境に「Open GLをサポートする、ビデオメモリ32MB以上のVGA」と記載されていた。いつからなんだろう、昔は DirectX9 が必要と書かれていて OpenGL については触れていなかったと思うのだが。<br />\rそれは置いておいても、OpenGL が必要と言いながらそのインストーラーの入手方法などの説明は無い。このあたりがユーザーが疑問を持つ原因なのだろう。</p>','<p>現在、一般的にグラフィックを描くためのチップは AMD(ATI), NVIDIA または Intel から供給されているのであるが、このうち AMD のグラフィックチップを搭載している場合には、AMD のサイトからダウンロードできるドライバに OpenGL が含まれているのでこれを利用すると良い。すまないが、NVIDIA の場合は知らない。</p>\r<p>OpenGL を導入するためのステップはこうだ。</p>\r<ol>\r    <li>グラフィックチップを調べる</li>\r    <li>AMD(ATI)なら下記のステップを実行する。NVIDIA か Intel なら他の情報を探す。</li>\r    <li>AMD(ATI)のグラフィックドライバのダウンロードページに行き、1で調べたチップ情報に該当するグラフィックドライバをダウンロードする。</li>\r    <li>ダウンロードしたドライバをインストールする。</li>\r</ol>\r<p>以上でOpenGLはあなたのPCで動作するだろう。</p>\r<p><strong>☆彡 ダウンロード方法 ☆彡</strong></p>\r<ol>\r    <li>ATI Drivers &amp; Software にアクセスする。左から利用しているOS、利用しているATIのデバイスのジャンル、利用しているデバイスのシリーズを選択して、「GO」を左クリックする。</li>\r    <li>ここからは利用しているデバイスにより異なるので、一つの例として参照されたい。</li>\r    <li>上記で選択した内容により、適切なドライバが選択され、専用のページに移動するので、一番左の「Download Link」に表示されたテキストリンクを左クリックする。</li>\r    <li>セキュリティの警告が表示されたら、「保存（S）」を左クリックする。</li>\r    <li>保存する場所を指定する。</li>\r    <li>左メニューで「デスクトップ」を左クリックして、さらに「保存(S)」を左クリックする。</li>\r    <li>ダウンロードが完了したら「閉じる」を左クリックする。</li>\r</ol>\r<p><strong>☆彡 インストール方法 ☆彡</strong></p>\r<ol>\r    <li>デスクトップにダウンロードしたファイルをダブルクリックする。ファイル名はバージョンやOSにより異なるので注意。</li>\r    <li>セキュリティの警告が表示されるので、「実行(R)」を左クリックする。</li>\r    <li>インストールする場所を指定する。特に変更する必要はないので「Install」を左クリックする。</li>\r    <li>「Next」を左クリックする。</li>\r    <li>ライセンス契約書が表示されます。契約書を読み納得したならば「Yes(同意する)」を左クリックする。同意しないとダウンロードできない。がんばって英語を読んでおくれ。</li>\r    <li>インストールタイプを選択する。よくわからなければ、「Express: Recommended」を選択(左クリック)するのがよいだろう。</li>\r    <li>インストール中は手を触れずひたすら待つ。</li>\r    <li>インストール最終画面では、「Yes,I want to restart my computer now. (再起動する)」を選択して「Finish」を左クリックする。再起動すればインストールは完了である。</li>\r</ol>\r<p><strong>☆彡 グラフィックチップの判定方法 ☆彡</strong></p>\r<p>グラフィックチップの判定方法にはいくつか方法があるが、<br />\rA.グラフィックカードに載っているチップそのものを確認する。<br />\rB.マニュアルで確認する<br />\rC.デバイスマネージャで確認する<br />\rマニュアルで確認するのが元も簡単かと思うが、マニュアルをなくしてしまうと確認のしようが無い。そのときはディバイスマネージャで確認するか、PCを空けてチップを確認しないとダメだよね。</p>',1,33337,0,0,'2009-01-25 12:45:13',0,'',0,1,1,0,0,'2011-08-06 23:30:03','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090104',3,0,'2009-01-04 19:47:54','01/04 [MOE] 息子が生産！',null,'<p>あけましておめでとうございます。</p>\r<p>年末年始ゼネとMoEに明け暮れておりました♪<br />\r嫁の実家に帰っていた息子(6歳)が帰ってきて、包帯作成をやりたいというので、危険だと思いつつやらせてみたら...</p>','<p>最初は成功するたびに「やった！」と歓喜の声をあげて喜んで作っていたのですが...</p>\r<p>そのうち、くるくる回るポインタだけ目で追いながら...手は無意識に動いているのでクリックしたときにはSTOPの位置から外れて～</p>\r<p>慌てて押したらちょうど失敗枠の2ます！ (ﾉ&forall;｀)ｱﾁｬｰ</p>\r<p>まあ、仕方ないのでそのまま続けてやらせましたが</p>\r<p>採掘とか伐採と違ってものがなくなるのでヒットゾーンが少ない生産はとても危険！</p>\r<p>まあ、採掘とかも自動堀と間違えられる危険性が無いとはいえなさそうで、誰かが話しかけても自分では答えられないので、自分を呼びにくるからその間反応が遅れますからね&hellip;</p>\r<p>あっ、日本語がちゃんとできない息子にゲームをさせるのは規約違反でしたか&hellip;</p>',1,2650,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 02:50:27','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090106_hakenmura',3,0,'2009-01-06 08:04:11','01/06 派遣村「まじめな人たちか」 総務政務官',null,'<p>政務次官が昨日「本当にまじめに働こうとしている人たちが公園に集まっているのか」と発言したらしい。</p>\r<p>昨日、<a href=\"http://www.nikkei.co.jp/news/seiji/20090106AT3S0502C05012009.html\">日経の記事</a>を読んだときには上の部分しか読んでなくて、やはりただ求めるだけの人が多いんだろう。そう思われて当然だなと思っていたのだが、今日もう一度見直して後半の部分にも目を通してびっくり。</p>\r<p>民主党と国民新党両党がこの発言を追及し罷免を求めていくと書いてある。</p>\r<p>何か少しでも不適切な表現を含むと罷免を求めるのが最近の野党と感じるのだが、少々行き過ぎな気がしないでもない。</p>\r<p>今年、麻生政権から民主党小沢政権が誕生するだろうが、非常に短命政権で終わりそうでその後がどうなるのかを危惧している。</p>\r<p>小沢政権が誕生するのは自民党の能力低下と、それに関連して自民党に信頼が置けなくなった(飽きた)人たちがただ変化を求めているだけに過ぎないのだと。民主党をを信頼して投票する人が日本にどれだけいるのか、はなはだ疑問である。</p>','',1,2587,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.nikkei.co.jp/news/seiji/20090106AT3S0502C05012009.html\">日経の記事</a>',0,1,1,0,0,'2009-01-06 09:15:02','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090110_Buy_WILLCOM03',3,0,'2009-01-10 12:42:19','01/10 WILLCOM 03 買ったぞ～','','<p>スマートフォンがなかなかでないauから他社に乗り換える決断をしてから、docomoとWILLCOMを調べてWILLCOMに決定。<br />\rWILLCOMの機種の中からD4か03のどちらにするかはちょっと考えたが、電話機としても使うならやはり03。<br />\rWILLCOM COREに対応できるかどうか疑問ではあったが･･･<br />\rau電話機がマイ割りで契約期間があるので、重複期間を短くしておきたいのとWILLCOMの請求書を末日締めにしておきたかったので、<br />\r03購入手続きは昨年中に終わらせて本体は1/10の配送(開通も1/10から)となった。</p>\r<p>届いて封を開けたのだが...</p>','<p><em>使い方がわからん...</em></p>\r<p>電話機とチャウ！</p>\r<p>反応おっそぉ～～～。タップしてもチャウところ反応するとか、遅くてタップしなおしたら画面表示が追いついてなかっただけなのかそこに出てくるであろうメニューの項目が選択されてたりとか、各項目がTabキーで移動しない時があって、それも同じアプリ内でTabキーと矢印キーの移動と2種類あったり･･･</p>\r<p><em>やめてくれ！</em></p>\r<p>とりあえず、メールを設定する。<br />\rPCと同じアドレスを共有したいのでXREAのメールアドレスをIMAPで設定したんだけど、何かおかしい。<br />\r直前4日間分ほどしか取得しない。<br />\rいろいろと...<br />\r<br />\rまあ、とりあえず使ってみるか！</p>',1,3150,1,0,'1970-01-01 09:00:00',0,'',0,1,1,0,0,'2011-04-26 13:05:10','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090120_gaika_trade',3,0,'2009-01-20 23:57:12','01/20 1取引10万円以上だった…',null,'<p>NZD/JPYが下がってきている。そろそろ下げ止まり？<br />\r世界情勢は知らないが、前回は何も知らない間に買い急いで少々高かった。<br />\rそれでも、２，３年で考えたらまた100円近くになるだろう。</p>\r<p>それはさておき、下げ止まりならここは買い時？</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/090120_gaika_trade_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"320\" src=\"http://www.blackcat.xyz/images/articles/090120_gaika_trade_1.png\" alt=\"\"></a></p>\r<p>で、イーバンクでNYDを買おうと思ったら...</p>\r<p>1取引10万円以上ですか！</p>\r<p>先日、NZD/JPY=55.0円(TTS)の時に買ってしまったので、イーバンクの口座には残高が10万円もなかった...</p>\r<p>郵便局から入金してもその頃にはあがっちゃうんだろうな～</p>','<p class=\"add\">1/21 8:40追記<br />\r一晩明けてみたらまだ下がってるね。買えなくてよかったのか&hellip;</p>',1,2599,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/090120_gaika_trade_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-01-21 09:31:19','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090121_1021',3,0,'2009-01-21 10:21:48','01/21 [MOE] 最近MoE公式サイトにログインできないと思ったら…',null,'<p>最近<a href=\"http://moepic.com/\">MoE公式サイト</a>にログインできないと思っていたんですね。</p>\r<p>どのようにログインできないかと言うと、IDとパスワード入力後リロードはするんだが、またIDとパスワードが空のページになる。正常にログインできていればこのテキストボックスは消えるよね。</p>\r<p>使っているブラウザはFireFox3.0.5なんだけど、最初はログインできていたのでたぶん途中で追加したアドオンの所為だと思って、アドイン調査したの！<br />\rすると、下記のアドオンを無効化したら正常にログインが出来るようになった。</p>\r<ul>\r    <li>Redirect Remover 2.5.5</li>\r</ul>\r<p>ログインしたときにリダイレクトする使用なのかなぁ？</p>\r<p>とりあえず、ログインできるようになってよかった。</p>','',1,5993,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://moepic.com/\">MoE公式サイト</a>',0,1,1,0,0,'2009-05-05 02:49:27','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090121_RepireRequest',3,0,'2009-01-21 23:25:11','01/21 [修理状況]WILLCOM 03 を修理に出す','','<p>買ったばかりのWILLCOM 03。とてもCPUが遅くてその割にバッテリーのもちも悪い。<br />\rCPUが遅い理由はバッテリーのもちを気にして、電力を消費する高クロックのCPUが採用できないからというケースが多いみたいだけど、03はバッテリー自体がしょぼすぎるんじゃないかな？</p>\r<p>CPUが遅すぎると感じるのは、音楽を聴きながらブラウズできないから。<br />\rくろねことしては、音楽を聴きながらメールを見てその本文にあるURIをタップしてブラウズが快適であれば良いと思う。<br />\rだが、音楽再生時は音楽再生しか出来ない。それだけのCPUパワーしかない！</p>','<p>さて掲題の内容だが、なぜ修理に出すことになったかと言うと...<br />\r先日ぶらりと車で買い物に行こうとしたら、交差点で右側から一時停止を無視したフィットがノーブレーキでくろねこのフィットに突っ込んできて、そのときにドリンクホルダーにおいてあった03が宙を舞い嫁のでこに当たって、落ちて割れた散らばっていたフロントガラスとこすって表面に小傷がついた。<br />\rそのときの衝撃なのか、元からなのかよくわからないけど変な時刻にアラームがなったり※1、キーロック中にホームメニューが出たり※2で修理依頼することになったわけ。<br />\r修理するとメモリー内容が消える可能性があるのでバックアップを取るわけなんだけど、このときにWindowsLive.volだけがバックアップできないときがたまにあるみたい。<br />\rGoogleで検索してみたが、日本語での情報は得られず再度バックアップしなおしたら、今回はちゃんと取れたからとりあえず様子見。<br />\rところで、SpriteBackupってファイル名の後に必ず_yyyymmddと日付を入れてくれるんだよね。ちょっと迷惑！</p>\r<p>それにしても、03もWindows Mobileもまだまだみたいだね。</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/090121_RepireRequest_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"240\" src=\"http://www.blackcat.xyz/images/articles/090121_RepireRequest_1.jpg\" alt=\"\" /></a><br />\r※1 変な時刻にアラーム 0:00過ぎに7:00に設定したアラームが鳴り出す</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/090121_RepireRequest_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/090121_RepireRequest_2.jpg\" alt=\"\" /></a><br />\r※2 キーロック中にホームメニューが表示され、二つの画面が混ざっている？</p>\r<p>追記<br />\rSprite Backup でバックアップをした場合、かなりの確立でApplication Data&#092;Windows Live&#092;WindowsLive.vol がバックアップに含められなかったと言うエラーが出る。海外のサイトでは気にしなくてもよいと言う書き込みもあったが、このファイルが何をしているファイルかもわからないため、WILLCOMかSHARPに確認したほうがよさそうだ。</p>',1,4408,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/090121_RepireRequest_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090121_RepireRequest_2_original.jpg\">http://www.blackcatlab....</a>',0,1,1,0,0,'2011-04-26 13:04:42','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090122_gaika_trade',3,0,'2009-01-22 07:40:52','01/22 結構良いところで買えたのかな？',null,'<p>先日残高が足りなくて買えなかったNZD。<br />\r郵便局からちょこっと足して、残高を10万以上にして...</p>','<p>寝る直前に以下のような相場のときに外貨を10万円分購入<br />\r<a href=\"http://www.blackcat.xyz/images/articles/090122_GaikaTrade_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"321\" src=\"http://www.blackcat.xyz/images/articles/090122_GaikaTrade_1.png\" alt=\"\"></a></p>\r<p>朝起きて今見たらこんな状態になってた<br />\r<a href=\"http://www.blackcat.xyz/images/articles/090122_GaikaTrade_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"321\" src=\"http://www.blackcat.xyz/images/articles/090122_GaikaTrade_2.png\" alt=\"\"></a></p>\r<p>もうちょっとおきてたら、後50銭は安くなっていたね。<br />\rでも、待ちすぎてまだ下がるかもって思ってる間に契機を逃した可能性も...<br />\r最近で一番安い時期になってるしお買い得だったと思いたい。</p>\r<p>ここからどのくらいの期間でNZDがあがってくるのかなぁ？</p>',1,2300,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/090122_GaikaTrade_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090122_GaikaTrade_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-01-23 11:36:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090122_willcom_new_plan',3,0,'2009-01-22 23:10:03','01/22 WILLCOM 新ウィルコム定額プラン登場','','<p>くろねこはいまauからウィルコムに乗り換えようとして、2台の電話機を持っているわけなのである。</p>\r<p>そのウィルコムに新料金プランが出た。</p>\r<p>料金プランは音声端末向けなのであるが、1,000円程度従来より下がったと言うことなので、くろねこの使い方で乗り換えたほうがいいのかどうか試算してみた。</p>','<p>くろねこの現在のプラン<br />\r<span id=\"coursename\">新つなぎ放題(3,880) + </span>話し放題(980) = &#092;4,860/月</p>\r<p>今回の新プラン<br />\r新ウィルコム定額(2,900) + パケット代(2,800上限) = &#092;5,700/月</p>\r<p>さらに、オプションの<font size=\"+0\">新通話パックを組み合わせると...</font><br />\r1,050円で無料通話2,100円分がついてくるから、実質1,050円引きなので<br />\r新ウィルコム定額(2,900) + パケット代(2,800上限) + 新通話パック(1,050 - 2,100) = &#092;4,650/月</p>\r<p>となって月々&#092;210ほどお安くなる計算。<br />\r問題は「毎月2,100円分話すかということと、新ウィルコム定額が全てのパケット方式に対応してるかどうか」どうかなんだよね...</p>\r<p>ついでにこのプランを見ていて思ったんだけど<br />\r料金プランからアクセスチャージの記述がなくなったよね。廃止されたのかな？</p>\r<p class=\"add\">追記 2/7<br />\rWILLCOM 03が再修理となったのでついでに確認してみました。<br />\r料金的なところは上記の通りです。<br />\rアクセスチャージは廃止ではないのですが、上記の新ウィルコム定額プランにはかかりません。<br />\rパケットについては、新ウィルコム定額プランはx8までのすべてのパケット方式に対応していました。</p>',1,3861,0,0,'1970-01-01 09:00:00',0,'',0,1,1,0,0,'2011-04-26 13:04:14','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090124_0210',3,0,'2009-01-24 02:10:28','01/24 [MOE] 三つ目の三次シップは海王だった',null,'<p>1番目、BLACKCAT...ナイト<br />\r2番目、むらまさ...ジェネシス と来て...</p>\r<p>むらまさが、マインロードになるのが3つめかと思ってたんだけど、先にまーメイドが海王になってしまった！</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090124_0210_1.png\" alt=\"\"></a><br />\r最後に残ってた槍をあげて、海王になった瞬間</p>\r<p>まだなんか結構弱いからスキル調整しないとダメなんだけどね～</p>\r<p>その後、JokeRの皆さんに手伝ってもらって、シップ槍にドラゴン特効を付けるクエストに挑戦。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090124_0210_2.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090124_0210_3.png\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090124_0210_4.png\" alt=\"\"></a><br />\rこれが...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090124_0210_5.png\" alt=\"\"></a><br />\rこうなりました♪(自動的に修理もされるのね★)</p>\r<p>ちょっと強くなれたかな。今日知ったけど、「ウォーター ストリーム」って使えるね！</p>',1,3848,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090124_0210_5_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:47:50','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090129_1814',3,0,'2009-01-29 18:14:05','01/29 [MOE] 酩酊を捨てるか…',null,'<p>くろねこにゃは収集系特化キャラなのである。</p>\r<p>主な目的は、ギガースの足下やスルト鉱山のミスリルやオリハルを採掘すること。トレントを伐採すること。墓地で大豆やガルム回廊でわさびを収穫することなど。</p>\r<p>この目的でスキル振りを行ったのだが、以下のスキルでは攻撃力が足りない！回復も追いつかない！<br />\rギガース採掘場で採掘をしていると目玉が邪魔をしにくるわけだが、これを倒すのがやっと、金以上の精霊になると逃げながら回復しつつ倒すというのを繰り返さないといけないのでかなり時間がかかる。<br />\r先日、早朝にオリハルコンの精霊に遭遇したときに20分経っても約4割しか減らせなかったということもあって、スキル構成の見直しを考えるようになった。</p>\r<p>現在のスキル構成は以下の通りなのであるが、攻撃力が足りないと感じているのと防御力が弱くて被ダメが大きすぎるのが、勝てない理由だと考えた。</p>\r<p>【 筋力　　　　】　95<br />\r【 着こなし　　】　41<br />\r【 生命力 　　】　85<br />\r【 知能　　　　】　10<br />\r【 持久力 　　】　62<br />\r【 採掘　　　　】　95<br />\r【 伐採　　　　】　95<br />\r【 収穫　　　　】　90<br />\r【 鍛冶　　　　】　30<br />\r【 刀剣　　　　】　81<br />\r【 酩酊　　　　】　48<br />\r【 物まね 　　.】　68<br />\r【 神秘魔法　】　50</p>\r<p>なので、見直して...</p>','<p>普段持っていても使っていないスキル。酩酊を切ることにした。酩酊は回復のために持っていたのだが、酒を持って歩く必要があってさらにこの酒を飲んでからでないとスキルが使えないということで、一手間かかることもあり使いづらい。<br />\rこのため、回復用にPOTを併用していたこともあり余計に酒を持って歩かなくなり、結局使わなくなった。</p>\r<p>で、酩酊を切ったスキルを以下のように決めた。</p>\r<p>【 筋力　　　　】　95<br />\r【 着こなし　　】　51<br />\r【 生命力 　　】　85<br />\r【 知能　　　　】　10<br />\r【 持久力 　　】　60<br />\r【 採掘　　　　】　100<br />\r【 伐採　　　　】　100<br />\r【 収穫　　　　】　95<br />\r【 鍛冶　　　　】　30<br />\r【 刀剣　　　　】　91<br />\r【 盾 　　　　　】　15<br />\r【 物まね 　　.】　68<br />\r【 神秘魔法　】　50</p>\r<p>刀剣を91迄あげたら命中があがって多少戦闘も楽になるだろう。チョッパーも使えるようになるし攻撃力も上がるかも！<br />\r盾を持つことで、防御手段が1つ増えるだろう。案山子だけだと発動時間が長くてタイミングがとりにくく失敗しやすいのと、ディレイが長くてその間に結構食らうので、盾によって多少でもAvoidに持って行ければ期待できそうだ。</p>\r<p>そもそもの収集系のスキルを上げてしまえば、戦闘することなく終わることも多いだろうと、基本スキルも上げることにした。戦闘がないコーラルにいくときとかにもこのスキル振りは役になってくれるに違いない♪</p>\r<p>まぁ、やってみてダメだったらほかの振り方を考えよう。</p>',1,5928,0,2,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 02:47:13','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090202_Ketchup_Pasta',3,0,'2009-02-02 01:25:55','01/29 [MOE] ケチャッパ大作戦(まず収穫)',null,'<p>こうひんしつの複製用PNQ確保のためお金を稼ぐことにしたのである。</p>\r<p>PNQはどこで買っても基本的に値段は同じなので(NPC売りしかない)、同じ値段なら為替レートの加減もありワラゲの方がお得。</p>\r<p>そこで、ワラゲで売れそうな食材を考えてみたらケチャップパスタ＝ケチャッパだったというわけ。</p>\r<p>しかし、このケチャッパ結構手間がかかるんだよ！</p>','<p>まず、ケチャッパの作成手順を整理してみる。</p>\r<blockquote>\r<table border=\"1\" width=\"100%\">\r    <caption>ケチャッパ30個分の作成手順と必要数</caption>\r    <tbody>\r        <tr>\r            <th>単価</th>\r            <th>必要数</th>\r            <th>材料</th>\r            <th>コンバイン</th>\r            <th>材料</th>\r            <th>コンバイン</th>\r            <th>材料</th>\r            <th>&nbsp;</th>\r        </tr>\r        <tr>\r            <td>15g</td>\r            <td>5</td>\r            <td><b>トマト</b></td>\r            <td rowspan=\"2\">&times;2(醸造)<br />\r            <b><i>5回</i></b></td>\r            <td rowspan=\"2\"><b>トマトジュース</b></td>\r            <td rowspan=\"5\">&times;3(焼く)<br />\r            <b><i>1回</i></b></td>\r            <td rowspan=\"5\"><b>ケチャップ</b></td>\r            <td rowspan=\"16\">&times;1(焼く)<br />\r            <b><i>1回</i></b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>5</td>\r            <td><b>塩</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>10</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>塩</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>10</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>砂糖</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>10</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>とうがらし</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>3</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>塩</b></td>\r            <td rowspan=\"4\">&times;10(切る)<br />\r            <b><i>1回</i></b></td>\r            <td rowspan=\"4\"><b>ベーコン</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>3</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>こしょう</b></td>\r        </tr>\r        <tr>\r            <td>15g</td>\r            <td>3</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>ミニウォーターボトル</b></td>\r        </tr>\r        <tr>\r            <td>&nbsp;</td>\r            <td>3</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>ライオンの肉</b></td>\r        </tr>\r        <tr>\r            <td>60g</td>\r            <td>12</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>オリーブの実</b></td>\r            <td rowspan=\"2\">&times;5(切る)<br />\r            <b><i>1.2回</i></b></td>\r            <td rowspan=\"2\"><b>オリーブオイル</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>12</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>臼</b></td>\r        </tr>\r        <tr>\r            <td>&nbsp;</td>\r            <td>30</td>\r            <td colspan=\"4\">&nbsp;</td>\r            <td><b>たまねぎ</b></td>\r        </tr>\r        <tr>\r            <td>&nbsp;</td>\r            <td>3</td>\r            <td><b>小麦</b></td>\r            <td rowspan=\"2\">&times;5(切る)<br />\r            <b><i>3回</i></b></td>\r            <td rowspan=\"2\"><b>小麦粉(5個)</b></td>\r            <td rowspan=\"4\">&times;5(切る)<br />\r            <i><b>1.2回</b></i></td>\r            <td rowspan=\"4\"><b>麺</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>3</td>\r            <td><b>臼</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>3</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>塩</b></td>\r        </tr>\r        <tr>\r            <td>15g</td>\r            <td>6</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td><b>ミニウォーターボトル(2個)</b></td>\r        </tr>\r    </tbody>\r</table>\r<p>総コンバイン数13.4回<br />\r材料費：塩21(168g) + 砂糖10(80g) + とうがらし10(80g) + こしょう3(24g) + 臼15(120g) + オリーブの実12(720g) + ミニウォーターボトル9(135g) + ウッドゥンスティック1(80g) + トマト5(収穫or75g) + ライオンの肉3(Drop) + タマネギ30(収穫) + 小麦3(収穫)<br />\r※トマト、ライオンの肉と小麦をいくらに見積もるかが決めてか？とりあえずトマトは買ったとして15g、ライオン肉は60g、小麦はNPC売りの小麦粉から逆算して32gとする。コンバインは1回100gでよいか...すると原価は@131.27gですな。</p>\r</blockquote>\r<p>ということで、まずはイルヴァーナ渓谷に小麦を収穫に！頑張って1k個強を収穫。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090202_Ketchup_Pasta_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090202_Ketchup_Pasta_1.png\" alt=\"\"></a></p>\r<p>次に、ネオク高原の裁縫ギルド前で玉ねぎを収穫。ここも頑張って1.5k個ほど収穫したけど小麦の数とは全然合わないね。小麦の10倍必要なんだけど、小麦よりも収穫しにくい。<br />\r小麦は同じ場所にREPOPするけど玉ねぎはちょっとずつ移動してるし&hellip;</p>\r<p>しかし、小麦はちょっと作付面積が増えてREPOPはかなり早くなった。角っこで定点刈りしてても十分だったし。</p>\r<p>タマネギはそれ程収穫したことがないので何とも言えないけど、レクにあった頃よりも数が増えてるから楽になったんじゃないかな？</p>\r<p>トマトは前に収穫してあったのを使うからとりあえずはパスだ！トマトジュースも4,000個ほど在庫があるけどトマト自体が600個くらい残ってる。これを使ってしまおう。</p>\r<p>ということで、トマトケチャップ作成に続く。</p>',1,4249,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090202_Ketchup_Pasta_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-10 16:12:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090203_Ketchup_Pasta',3,0,'2009-02-03 16:43:12','01/30-2/1 [MOE] ケチャッパ大作戦(ライオンを倒して…)',null,'<p>ケチャッパ作成二日目</p>\r<p>ケチャップ作成に続くと書いたが、先にやることがあった。<br />\r収穫しないといけないものは先に採ってこよう。</p>\r<p>ということで、ライオン狩りに出かける。<br />\r※後で気づいたのだが、中間材料が増えるほど末端の材料の種類が増えるので、銀行枠・所持枠ともにきつくなり先に材料を集めたから楽だということはなさそうだ。<br />\rワラゲで大量にJが稼ぎたいからという理由で、露天上限の4,000個弱(30で割れる<strong>3,990</strong>個)作るつもりで行こう♪</p>\r<p>ライオンはミーリム海岸のビスク西城門を出てまっすぐ行ったところにいる。がここのヒルトップ ライオンは1匹あたりお肉は<strong>2個</strong>か<strong>3個</strong>しかとれない。<br />\r効率が悪いので、レクスール・ヒルズに場所を移す。ここのレクスール ライオンはお肉の数が、おおおぉ、なんと<strong>5個</strong>に増えた。効率はミーリム海岸の<strong>2倍</strong>だ。<br />\rさらに効率を求めて奥地へ進む。さながら川口探検隊？イルヴァーナ渓谷近くになると、<em><strong>ゾディアック ライオン</strong></em>がいて<em><strong>倒すとお肉の量は</strong></em>なんと<em><strong>6個</strong></em>に増えた。<br />\rこのゾディアック ライオンはイルヴァーナ渓谷にもいるのだが、さらに(肉が)増えるのか？と思いつつ行ってみると、ことのほか少なく<strong>2個</strong>しかドロップしなかった。<br />\rどうやら、バルドスのトランクウィップでお肉が震えて脂肪燃焼させられているようだ。数は少ないが味はうまいのかも知れん。</p>\r<p>まあ、上記の結果からレクのゾディアックを狩ることにしたのだが、ちょうど人がいて飽きた。</p>','<p>ケチャッパ作成三日目</p>\r<p>ケチャッパを3,990個作るにはライオンの肉が399個必要であるからして、昨日は260個くらいしかとれなかったので、残りをさくっと集める。<br />\r昨日は現地で落ちていたので場所移動も調査もなくさくっと集まって403個となった。</p>\r<p>ということで、ようやく生産工程に入れる☆</p>\r<p>まず、ケチャップから作ることにした。ケチャップの材料は潤沢にある！<br />\rトマト、塩、砂糖、とうがらしって材料も楽じゃない？簡単なものから作る方がいいな。</p>\r<p>トマトは収穫済みのもの、<strong>塩は海水と木炭で</strong>作成する。<strong>海水1つあたり18個</strong>も採れる。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090203_Ketchup_Pasta_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090203_Ketchup_Pasta_1.png\" alt=\"\"></a><br />\rそれでも、木炭をNPCから買っていては元は取れないと思うが、幸い海水はパリパリサラダクエストの副産物が、木炭は掘った際の採掘品が1k個ほど！<br />\rとうがらしは先日、スプリガンキャンプに行ったときに拾ったものが約100個ほど、そこまでにたまっていたのが約100個、計200個ほどあった。<br />\r足りない分は村の食料品屋さんから調達した。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090203_Ketchup_Pasta_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090203_Ketchup_Pasta_2.png\" alt=\"\"></a></p>\r<p>トマトケチャップいっぱいで枠がきつい～とCHでお話をしていたら、マイペに入ると聞いた。朗報だ！早速マイペに入れてベーコン作成にかかる。<br />\rまあ、ベーコンも取り立てて苦もなくさくっと終わった。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090203_Ketchup_Pasta_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090203_Ketchup_Pasta_3.png\" alt=\"\"></a></p>\r<p>錬金羽とクラフトマン装備で結構重量は気にしなくても済んだのだが(それでもレランと東銀を何度か往復したことのほかミニウォーターボトルとお金が重い)、次のオリーブオイル作成が一番の苦難だと感じた。何てったってオリーブの実が重いのと、所持枠がなくて事前にレコ石が確保できないこと、さらにホーリーレコードがスキルの関係で使えないということが原因だ。<br />\r少量ずつ、山で作成しては銀行との間を行き来してようやく2,000弱作った。オリーブの実は結構高いからきつい。<br />\rここまでコンバインしたところで、疲れてやめちゃったよ。</p>\r<p>続きは、4日目に...</p>',1,4112,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090203_Ketchup_Pasta_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090203_Ketchup_Pasta_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090203_Ketchup_Pasta_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:45:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090203_duplicate_billing_problem',3,0,'2009-02-03 23:55:32','02/03 マンションが大変なのさ',null,'<p>マンションに住む人は知ってると思うんだけど、マンションには管理費と大規模修繕工事用の積立金とあるじゃない？</p>\r<p>で、マンションに入居するときには管理組合にそれを支払う訳なんだけれども、管理会社が管理する管理組合の口座に入金した人と、デベロッパーに払った人と二通りいる訳なんだ。この二通りに分けられたことが問題になっているんだけど、管理組合の口座に入金した人は何の問題もなかったの。でもね、環商事に支払った人はデベロッパーが倒産したことによって管理組合に入金していないことになったからさぁ大変。</p>\r<p>管理組合名義で管理会社は未納ということで督促をかけてきた。でも、そのデベロッパー経由で支払いをした人たちは一度支払ったのに二度支払うのはおかしいと疑問に思った。そこで、債務不存在確認を確認するために立ち上がったのだ。</p>\r<p>ちなみにくろねこは、上記の多重請求は受けてない。でも、未入金が未入金のままだと管理組合員として困ったことになるし、この件でマンション内でもめちゃうと、あとあと自分たちが主導で管理組合を立ち上げた際にスムーズに行かなくて困ったことになるから、この問題はなるべくトレースしている。</p>','<p>くろねこが住むマンションのデベロッパーが倒産したのは、11/17。マンションの鍵引き渡し※1が11/15。たいていの区分所有者は11月中に入居したみたい。それからかなり時間が空いて引っ越しも落ち着いた頃の12/13に、管理会社から上記の説明を受けた。</p>\r<p>ちょっと切り出すのが遅すぎる気もするんだけど。管理会社が側からすれば引っ越しの忙しいときにややこしい話は避けようという配慮があったのか？それでも、この件は後回しにしただけ被害が大きくなる問題だから早急に連絡すべきだったのかも知れない。</p>\r<p>管理会社が各区分所有者の債務というのは、管理会社側の顧問弁護士がそういったからだそうなのだが、基本的に11/14に管理業務がスタートしているので、その時点で管理組合の口座に入金されていない分は未入金だという扱い。</p>\r<p>でも、それまでに指定管理業者として名を連ねていたし、契約会にも内覧会にも管理会社として出席していたので管理業務としてスタートしていたのではないか？と言う疑問もある。特に期日を切って管理組合の承諾書などを集めるなどの書類を作成し、配布していた時点で管理業務を行っていたといえると思う。</p>\r<p>が、管理会社としてはデベロッパーの&ldquo;おつかい&rdquo;として業務を行っていたとして、自分たちには責任は無いと言う。あくまで管理業務を行っていたのはデベロッパーだと言い張るつもりのようだ。</p>\r<p>問題なのは、この辺が口約束でなぁなぁになっていた様で、文書による契約を締結していないようである(実際にはしていても出してこないのかも知れないのだが)。こうなると、裁判所がいつからが管理業務をスタートしていたか推定で決めてくれるのを待つしかないのか。</p>\r<p>この件で被害にあった方々は、二重請求被害者の会みたいなのを立ち上げられて債務不存在の確認を自主的に行われていたのだが、今年に入り管理会社の態度に業を煮やし弁護士を立てられた。</p>\r<p>まあ、くろねこ的にはこの弁護士も信用していないのだが...<br />\r顧客に対して状況説明を行い責任(債務)の所在を明らかにした上で、最近の類似の裁判事例などを示しながら勝訴の見込み、勝訴時に獲得(回収)が期待できる金額また敗訴時にかかるリスクを示した上で話を進めるべきであると思うのだ。<br />\rしかし、この弁護士わかりやすい説明をし理解を得た上で進めてるとはとても思えないし、理解してない人も多かった。<br />\rどの程度勝てるとは法律で規制されてて何％勝てますと言えないようなのであるが、判断材料がないと訴訟するかしないか、どの弁護士にしようか決められないと思う。たとえ勝率がよい弁護士に頼んでもちょうどそのときに大きな案件が舞い込んだらそっちに集中してこっちからは手抜きをする可能性は十分にあるはずだ。</p>\r<p>だから、状況を図解してわかりやすい資料を作って自分(弁護士)の主張を資料にまとめるように提言しておいた。<br />\r裁判の前に弁護士と言った言わなかったのすったもんだになるのはまっぴらだからな。<br />\rまあ、相手が企業でも弁護士でも自分が得になるところだけは文書に残してあって、損をする可能性が高いところは高等で済ませるわけだ。具体的に言うと報酬は文章で残してどう進めるかは口頭で後から逃げられるようになっていると言うことだ。</p>\r<p>しかし、今後どうなるのだろうか。</p>',1,3938,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-02-05 16:44:03','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090217_StopRepair03',3,0,'2009-02-17 11:28:42','02/16 [修理状況]WILLCOM 03の修理は止まっていた！','','<p>先日9日にWILLCOM 03を再修理に出したわけであるが...</p>\r<p>1日おいて頭も冷えたところで振り返りながらメモする。</p>\r<p>WILLCOMでは修理はセンドバック方式で修理中は代替品を受け取るか中止(中止中も75%の料金は発生するらしい)することを選択できる。<br />\r修理中、多くの人は電話が無くなると困ると思うので代替品を受け取ることが多いと思う。<br />\rその代替品について思うことがある。</p>\r<p><strong><em>スマートフォンの代替品はスマートフォンであってほしい！</em></strong></p>\r<p>スマートフォンが使いたくて契約してるのだから、代替品はスマートフォンでなければ困る訳よ。できれば同一機種。auでもdocomoでも代替品は基本的に同一機種かそうでなくてもかなり近い線の代替品を出してくれる。WILLCOMみたいにこれいつ発売の機種？ということはまず無い。</p>\r<p><strong><em>正常動作を確認せよ!!</em></strong></p>\r<p>代替品の出荷の際に正常に通信・通話できることは最低限のマナーとして確認すべきである。今回受け取った代替品は設定ミスで通話・通信ともにできない状況であった。<br />\rオペレーターと話をしながら約30分、＊と8と3を押してとか、＊と8と6を押してとかをさせられたわけだ...</p>\r<p>WILLCOMは携帯電話よりも本体も通話料金も安いが、対応もチープだった。</p>','<p>で、腹が立ったのは電話機をロックしたまま出したのだが、サービスセンターにロックしたままだが問題ないか？と問い合わせたところ、「03の修理にの際にロックを外すようにと案内する様になっていないので問題ない」と確認したにもかかわらず、9日の受け取りから14日にロック番号の照会のために電話をかけてくるまで何もしていなかったこと。</p>\r<p><strong><em>実に5日間(4営業日)何もしていなかった訳だ</em></strong></p>\r<p>9日発送、10WILLCOM着、遅くとも12日にはSHARPに到着しているはず、なのにWILLCOM曰く<strong>ロックがかかって修理ができない</strong>と問い合わせがあったのが13日夜だと。SHARPは丸二日間遊んでいたというわけだ。SHARPのこの対応にはあきれるがWILLCOMの監督責任はどうなっているんだ！</p>\r<p>自分が壊したために修理することになったのならまだ我慢できたのだろうが、ファームが原因のバグでかつ「<strong>早く修理させていただきたいので9日に受け取りに行かせていただきます</strong>」とオペレーターが話していたのでプライオリティをあげて対応してくれるのかと思いきやこの対応。<em>あり得ない</em>。<br />\rしかも、サービスセンターに伝えた内容はリペアセンターに正確に伝わらないし、メモは正確にとってないし、問題の説明もできない、<em>挙げ句の果てに責任もとれない</em>(下っ端では相手にならないから責任者呼びつけたのに)</p>\r<p><strong><em>所詮、私は搾取される側だったか...</em></strong></p>\r<p>WILLCOMにはCOREとかいろいろ期待してるのに対応がこんなのでは...</p>\r<p>ちょっとWILLCOMの対応には幻滅です。</p>\r<p>契約を切るかどうかはもうちょっと様子を見ます...</p>',1,3712,0,0,'1970-01-01 09:00:00',0,'',0,1,1,0,0,'2011-04-26 13:02:30','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090218_ROMAZI',3,0,'2009-02-18 10:49:42','02/18 ローマ字はどのように表記すべきか',null,'<p>プログラムを作っていると変数名などの名称を考えるのに結構苦労することが多い。基本は英語をベースに命名するのであるが、一つの日本語に対して複数の英単語が存在することも少なくない。その場合にはどの英単語を選択するのか頭を悩ませることもこれまた少なくない(選択は英語でchoose, selectがあげられるが、選ぶとしたらこの場合はchooseで良いのだろうか？という悩み)。このような同様の意味を持つと思われる英語の選択には英々辞典が有効なのであるが、果たしてそこまでして調べた英語がほかの開発者にすぐ理解できる単語でない場合がある。</p>\r<p>プログラムの変数などわかればいい。わかればいいというのは見たときにその変数の意味がわかればいいと言うだけでなく、変数を探すときにその変数名を想像できなければ使えない。<br />\r日本人なのだから変数名も日本語でいいのだが、プログラム環境の問題でMBCS(マルチバイトキャラクターセット＝日本語などの多バイト文字)は使いたくない。そんなことで開発ツールのバグに引っかかりたくない。それでなくても、Delphi2006のエディターはバグってる！<a href=\"http://homepage1.nifty.com/MADIA/delphi/delphi_bbs/200702/200702_07020028.html\">[参考]</a></p>\r<p>ということで、簡単な英語は英語で、英語にすると面倒なのはローマ字で！と言う折衷案的命名が多かったりするのである。</p>','<p>ところで、そのような作業環境の中どうもローマ字の表記揺れが気になることがある。</p>\r<p>自分自身も間違いが無いかたまにウェブでローマ字一覧を表示して確認することがあるのであるが、ふと<a href=\"http://ja.wikipedia.org/wiki/%E3%83%AD%E3%83%BC%E3%83%9E%E5%AD%97#.E8.A8.93.E4.BB.A4.E5.BC.8F.E3.81.AE.E8.A1.A8\">ローマ字 - Wikipedia</a>を見た。<br />\r今まで、外務省が推奨しているパスポートを作成する際のローマ字表記方法＝ヘボン式が標準だと理解していたのであるが...<br />\r<em><strong>パスポートのローマ字表記方法&ne;ヘボン式<br />\r</strong></em>だった！<br />\rさらに...<br />\r異端表記だと思っていた<br />\r<strong><em>訓令式が日本国標準でさらにISO標準(<a title=\"ISO3602\" href=\"http://www.age.ne.jp/x/nrs/iso3602/iso3602_unicode.html\">ISO3602</a>)</em></strong><br />\rであった。正直やられた。って気持ちだ。</p>\r<p>これからは訓令式で統一していこうと思った矢先...<br />\r<a href=\"http://www.tcct.zaq.ne.jp/nitta/monolog/028/roma.html\">ローマ字教育の混乱</a><br />\rというページを見てしまった。見なければ良かった。かえって混乱した※。</p>\r<p>ローマ字の綴りと外国語が発音できない問題は別問題だし、ローマ字は発音記号でもないのであるから国際標準化機構で、<br />\r<strong><em>標準と定めたローマ字を使っていく<br />\r</em></strong>方がいいよね。<br />\r日本も各省庁で独自に制定するのではなく、国として決めた標準に従うべきである。</p>\r<p style=\"margin-left: 40px\">※該当ページは、日本語ローマ字表記を発音を表すためのものと決め、発音記号により、より英語圏の発音に近いヘボン式を正としたいようであるが...<br />\r<em>ローマ字は日本語をアルファベットで簡易表記するためのものであり、音を基本にしているため結果的に日本語の発音を表している<br />\r</em>という理解であるので国外の発音を意識せず日本語の発音を基本にすればいいのである。<br />\r<em>英単語に発音記号をあわせて表記するのと同様に、ローマ字を学習する際にローマ字と発音をセットで学習すれば問題ない。</em><br />\rそもそも、訓令式は国際標準化機構（<a title=\"国際標準化機構\" href=\"http://ja.wikipedia.org/wiki/%E5%9B%BD%E9%9A%9B%E6%A8%99%E6%BA%96%E5%8C%96%E6%A9%9F%E6%A7%8B\">ISO</a>）が1989年に<a class=\"mw-redirect\" title=\"ISO3602 - Wikipedia\" href=\"http://ja.wikipedia.org/wiki/ISO3602\">ISO3602</a>として承認しているが、発音記号はどうなんだろうか？ヘボン式は？<br />\rそして、やはり結論としては標準に従おう。そして標準がまずければ標準を改変すべきである</p>',1,7413,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://homepage1.nifty.com/MADIA/delphi/delphi_bbs/200702/200702_07020028.html\">[参考]</a>\n<a href=\"http://ja.wikipedia.org/wiki/%E3%83%AD%E3%83%BC%E3%83%9E%E5%AD%97#.E8.A8.93.E4.BB.A4.E5.BC.8F.E3.81.AE.E8.A1.A8\">ローマ字 - Wikipedia</a>\n<a href=\"http://www.age.ne.jp/x/nrs/iso3602/iso3602_unicode.html\">ISO3602</a>\n<a href=\"http://www.tcct.zaq.ne.jp/nitta/monolog/028/roma.html\">ローマ字教育の混乱</a>\n<a href=\"http://ja.wikipedia.org/wiki/%E5%9B%BD%E9%9A%9B%E6%A8%99%E6%BA%96%E5%8C%96%E6%A9%9F%E6%A7%8B\">ISO</a>\n<a href=\"http://ja.wikipedia.org/wiki/ISO3602\">ISO3602</a>',0,1,1,0,0,'2009-02-18 16:38:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090220_WILLCOM_03',3,0,'2009-02-20 17:13:21','02/20 [修理状況]WILLCOM 03 修理から帰ってきてそれから...','','<p>WILLCOM 03 が修理から帰ってきた。</p>\r<p>まず、運送業者から届いた品物を確認する。</p>\r<ul>\r    <li>本体(ストラップ・スタイラス付き)</li>\r    <li>保証書</li>\r    <li>修理受付表</li>\r</ul>\r<p>修理受付表を見る。<br />\r下記のように記載がある。</p>\r<blockquote>\r<ul>\r    <li>電源入れたときロック解除しても画面が二重に表示されるにつきまして電源を入れてみましたが再現しませんでした。</li>\r    <li>通話画面で電話番号を入れると左上に白い枠が表示されるにつきまして、当方のSIMにて発着信通話を何度かしましたが再現しませんでした。</li>\r    <li>数字キー押しても2文字目入力不可につきまして、数字を入力しましたが再現しませんでした。</li>\r</ul>\rその他については別紙当社修理報告書を参照してください。 <br />\r動作チェックOKです。</blockquote>\r<p>まて...<strong>別紙当社修理報告書</strong>はどこ？どこにもない...<br />\rさらに、修理受付表の内容を確認していく、上記再現手順は当方がWILLCOMに伝えた内容とは違うので若干気になるところではあるが、一昨日OSを入れ直しして正常動作を確認しました。メーカー出荷時の状態でお届けする旨連絡があったのだが...</p>','<p>まず、取り出し電源を入れる。<strong>どう見てもメーカー出荷時の状態ではない</strong>。WILLCOM端末は出荷時時刻が00：00を示しているものであるが、この時刻とも現在時刻とも個となる時間に設定されていた。また、出荷時にはW+RadioはToday(待ち受け)画面に表示されていなかったと記憶しているのであるが、これが追加された状態。</p>\r<p>次に、1点目の不具合を確認するためにロックナンバーを設定する。<br />\r次に電源を入れてロックナンバー入力画面にして、そのままMENUをボタンを押すと...問題は再現可能であった。</p>\r<p>2点目は修理前から再現性に斑があったため再現テストを飛ばして、3点目のテストを行うこととした。<br />\r再現させるためにキーボードスライド時にイルミネーションキーをダイアルキーに変わるように変更する。<br />\rそして待ち受け画面の状態からキーボードをスライドさせてダイアルキーを表示させ、そして&quot;0&quot;をダイアルした。何度か&quot;0&quot;をダイアルすると、入力を取りこぼしたり、待ち受け画面に戻ってしまったり、イルミネーションキーがダイアルキーからカーソルキーに変更したことによって&quot;0&quot;の位置が左キーに変わってしまうので着歴参照になって着歴画面に変わってしまったりする。</p>\r<p>何を確認したのであろうか？</p>\r<p>別紙当社修理報告書を見ないと何とも言えないが、OSを入れ替えて適当に動作確認を行っただけなのであろう。<br />\rSHARPのこの姿勢も非難されるべきであるが、WILLCOMに明確な再現手順を説明したにもかかわらず、それを説明していないWILLCOMの方が非難されるべきであろう。</p>\r<p>TELしてこの不具合が全く直っていないことを伝えたら、再々修理することになった....</p>\r<blockquote>WILLCOM&rarr;SHARPへの連絡事項<br />\r1/21修理受付有。修理完了で返却有るが、数字キーを押しても2文字目入力不可&rarr;待ち受けに戻ってしまう。<br />\rFETシステムライン入力時エリア外表示となり入力不可。キー操作無効やフリーズも頻繁に発生。動作不安定<br />\r旧伝番：100xxxxx 有償の場合見積もり必須。</blockquote>\r<p>SpriteBackupの不具合の件はどこに消えたのだろう？明日、WILLCOMの担当者と話をすることになっているので、もう一度よく確認しておかないと...</p>\r<p>1点目のバグなんか通常の使用で困ることではないのでどうでもいいのであるが、今回の修理に関してWILLCOMの修理担当の対応がめっちゃむかつくので、既ちんちんと修理させたいところである。(再現方法が一番楽だしね。)</p>',1,4653,1,0,'1970-01-01 09:00:00',0,'',0,1,1,0,0,'2011-04-26 13:01:57','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090227_Repiring03',3,0,'2009-02-27 12:51:37','02/21-27 [修理状況]03は再々修理中！ ','','<p>WILLCOM 03 は再々修理に...</p>\r<p>今週は風邪を引いていて更新することができなかった。<br />\r来週は、出張のため更新することが難しそうだ。</p>\r<p>さて12/20に戻ってきたWILLCOM03の件は前回書いたとおりなのであるが、修理できていなかったというか明らかにWILLCOMの不備によって修理できていなかった。<br />\r20日の時点で21日に電話をすると、21日(土曜日)は子供の参観なので14時頃になる見込みだと、WILLCOMの担当者に連絡していたのもかかわらず、14時直前に電話して折り返しの電話を待っていたが、待ちきれず3時頃に電話をして帰ってきたのが15:20過ぎであった。長期間離籍をするのであれば、メモぐらい残せるであろうし、業務だというのであれば今時グループウェアなどでスケジュールを共有して電話対応することができただろう。こちらも1時間以上折り返しの電話が無いとわかっていればそれなりの行動をできたというものだ。<br />\r顧客にと言うか、ビジネスにおけるマナーがWILLCOMには足りないのだとの考えを推し進める機会となった。</p>','<p>で、出かけようと思っていたわけだがこのまま担当者と解決策を話すことになったわけだが、これまたいらつく話の仕方で、03の修理の際に03を代替機として希望すると、「それはできない」と返答される。理由を聞くと「できないものはできないんです。何でわかってもらえないんですか。」といわれ、理由もきちんと説明しないのにわかるわけが無いじゃないかと思いつつ、あんたじゃ話にならないから上席を出してくれ、上と話をすると切り出すと「私には権限がある」と上席を出そうともしない。</p>\r<p>くろねこの質問と彼のいいわけ(約1時間ほどこれの無限ループだった)</p>\r<ul>\r    <li><strong>操作説明用の03が何台か有るだろうから、それを1台代替機に回してほしい</strong>&rarr;<em>それはできない。</em></li>\r    <li><strong>修理が直らなかった責任はSHARPにも有るのだからSHARPさんにお願いしてもらえないか</strong>&rarr;<em>別の会社なのでそれはできない。</em></li>\r    <li><strong>WILLCOM 03を代替機には出したくないと？</strong>&rarr;<em>出したいんです。でも出せないんです。わかってください。</em></li>\r</ul>\r<p>ほかにもいくつか聞いたのだが、1つ思っていたが言わなかったこと。<br />\r<strong><em>『権限があるのなら、スマートフォンの代替機にはスマートフォンを出すと言うことを決定して、即日WILLCOM STOREに注文すればいいだけ。』<br />\r</em></strong>これが思いつきも、もしくは思いついていてもできない彼はやはり権限か、もしくは行動力が無いと思われてもしも仕方がないだろう。</p>\r<p>結局この話の落としどころは1ヶ月分の基本料金をWILLCOMが返金すると言うことになったのだが、くろねこ的にグレーなのはオプションの料金はどうなったのかな？...※1</p>\r<p>まあ、WILLCOM側から何らかの譲歩を引き出せたことで、怒りはちょこっと静まったわけであるが、03が直らないことにはこの問題を解決しない。<br />\rそこで、これまでの経緯から彼が出した修理の方法</p>\r<ol>\r    <li>くろねこからSHARPに故障内容を伝える</li>\r    <li>SHARPが故障内容を理解する</li>\r    <li>WILLCOMがSHARPの故障内容を理解した担当者を指定して修理に出す。</li>\r</ol>\r<p>まあ、こうすることで伝言ゲームからWILLCOMを除くことができ、かつ料金的にはWILLCOM経由で精算ということが可能になるわけであるが、本来はWILLCOMが修理内容を把握してかみ砕いてもしくは再現手順などをまとめる等してSHARPに依頼すべきなのであるから、ある意味この方法は責任放棄である。<br />\r結局この三回の修理の間に再現方法を確立して、バグの発生する要因までほぼ特定して下記の2件はソフトウェアのバグだとわかった。</p>\r<ul>\r    <li>ロック解除画面でMENUキーを押すと解除画面とHOME MENUが混在する</li>\r    <li>キーボードをスライドさせてイルミネーションキーをダイアルキーに変更。<br />\r    ダイアルキーで電話を発信しようとすると、入力の取りこぼしor待ち受けに戻るorダイアルキーがカーソルキーに変わるなど</li>\r</ul>\r<p>下記の2件の問題はSHARPにて再現できてはいないが、1件は03以外でも症状が出ているようなのでそのうち再現がとれるであろう。</p>\r<ul>\r    <li>SpriteBackupでバックアップした際に、WindowsMedia.volファイルが正常にバックアップできていないとレポートされる。</li>\r    <li>キーボードをスライドさせてイルミネーションキーをダイアルキーに変更。<br />\r    ダイアルキーで電話を発信しようとすると、IME(Keitai Shoin)が日本語入力をフックする。<br />\r    (カーソルが裏に隠れているToday画面の入力フィールドに有るのではないか、そこで日本語が入力可能であるのでこのような状況になるのではないかと疑っている)</li>\r</ul>\r<p>この件を確認するために再々修理を実施中。いつ直るのか確認しているのであるが、今のところ連絡はない。</p>\r<p>※1 別件で電話した際に確認してみました。基本料金とは新つなぎ放題の3,880のみでくろねこが加入しているオプションの話し放題はその対象ではありませんでした。</p>\r<p>※2 1/10購入、1/12に問題を確認できてから約2ヶ月間ほとんど03に触れることなく、高速かサービス無料期間(利用開始から最大2ヶ月無料)が終了するわけですが、継続する必要があるかどうか試せる場所がないか確認してみました。しかし、確認できる場所はありませんでした。【梅田(大阪)のWILLCOMプラザでは03の実物は展示してありますが、ボードに埋め込みであるので手にとって確認できる状態ではありません。WILLCOMプラザを勧められかけましたが、このような状態であるためその旨お伝えすると、WILLCOM側では以前プラザの状況は管理できていないことが把握できました。】電話機のトラブルについては、修理を行うがそれ以上のサポートは行うつもりはさらさら無いというのがWILLCOMの基本姿勢の様です。</p>',1,4091,1,0,'1970-01-01 09:00:00',0,'',0,1,1,0,0,'2011-04-26 13:01:28','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090301_WindowsMediaPlayer',3,0,'2009-03-01 01:03:25','03/01 Windows Media Player の出力先デバイスを変更する',null,'<p>以前、Windows Media Player で出力先のディバイスを指定したのであるが、どこで設定したのかさっぱり忘れてしまっていた。<br />\rググってみたが変更できるという記載は見つけることはできたが、実際の変更方法は記載されていなかったりした。<br />\r結局はMedia Player のヘルプに記載されていたのであるが、タイトルが思っているのと異なるのでなかなか見つけることが出来ない。</p>\r<p>また、ヘルプの内容を見てもやりたいことはできるのであるがピンとこないので手順だけまとめておきたいと思う。</p>\r<blockquote>\r<p>Windows Media Player での出力先デバイス設定</p>\r<ol>\r    <li>[同期] タブの下の矢印をクリックし、[その他のオプション] をクリックします。</li>\r    <li>[デバイス] タブで、[スピーカー] をクリックして、[プロパティ] をクリックします。</li>\r    <li>必要なオプションを選択します。</li>\r</ol>\r</blockquote>\r<p>ヘルプでの表題は、『Windows Media Player でのスピーカー設定』となっている。出力先デバイス＝スピーカーなんだろうけど、出力先とかデバイス、機器とかそういうのにしてくれないと探せないのは古いユーザーの証拠なのかな？</p>','',1,21018,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-09 10:50:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090302_sonpo',3,0,'2009-03-02 18:11:10','03/02 損害保険契約の今後のお取り扱いについて',null,'<p>先日、損保ジャパンから掲題のお知らせが届いた。</p>\r<p>お知らせは下記のような内容であった。</p>\r<blockquote>(略)<br />\rさて、お客様のご契約尾お取り扱いさせていただいていた弊社代理店「株式会社○○○」は、昨年11月17日に会社倒産し、弊社との代理店委託契約は同日付で解約となりました。<br />\rこの為、お客様のご契約は、一旦弊社との直接扱い契約としてお預かりをしておりますがより一層のきめ細やかなサービスの為、今後のお取扱いについては下記の『有限会社△△△』代理店にて賜らせていただきたくご案内申し上げます。<br />\r有限会社△△△は、滋賀県下有数の保険専業代理店であり、お客様のご要望に添い、より一層のサービスが期待できる会社です。<br />\r(略)</blockquote>\r<p>この会社との代理店契約を承認するか、ほかの代理店にお願いするか、その他の手段をとるのか返答をしなければならないのである。<br />\r先週にこの案内が届いたにもかかわらず、返答期限が3月6日までと非常に期間がタイトだ。代理店を探すのに損保ジャパンが有した期間は3ヶ月以上もかかったにもかかわらずだ。<br />\r正直この会社を代理店としていいのかが判断できない。この代理店従業員数が9人。くろねこが住む街の隣の駅が、この保険会社の最寄りの駅に当たるのであるがここから歩くと30分以上はかかりそうだ。</p>\r<p>人数的にも地理的にも火災保険・家財保険の契約先としてふさわしくない。くろねこが購入したのはマンションである為、火災が起きればマンション全体に火の粉が降りかかる恐れがある。しかも9人全員で対応できるはずもないから、一人当たり10戸程度対応することになる。火災保険は生命保険などと異なり、まとめて同時に発生する可能性が高いから初期対応がおろそかにされる可能性が高い。<br />\rマンション相手の火災保険の代理店はある程度の人数が必要だと思う。気軽に相談する為には近くにあるかフリーダイアルがある方がいい。<br />\rこの条件を何も満たしていないこの代理店はくろねこの代理店としてはふさわしくはないな...</p>\r<p>他を当たるしかないか。</p>','',1,2721,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-02 18:13:47','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090303_Repairing_03',3,0,'2009-03-03 21:30:11','03/03 [修理状況]03の修理に関する連絡','','<p>本日WILLCOMから一件のライトメールが届いた。内容は下記のとおり。</p>\r<blockquote>ウィルコムです。お預かりの電話機に関してのご連絡です。０１２０９４４９４０までお電話ください。</blockquote>\r<p>この番号は空でも言えるほどかけまくったウィルコムリペアセンターの番号。修理内容に関する確認だろうかと思い電話をする。<br />\r電話の内容は修理完了の案内であった。本日SHARPから修理完了でWILLCOMに送られてきたのであるとのこと。ただ本日はWILLCOMの修理担当がいないので詳細は明日電話させるとのことであった。<br />\r先日のこともあるので、修理内容を確認すると電話を応対してくれている女性の方がSHARPからの申し送り事項を読み上げてくれた。<br />\r内容は４件の修理内容とも再現不可能で返送されてきていた。(それ修理ちゃうやん)<br />\rこの修理内容は先日ここに書いた内容で、うち２件はSHARP側に先に電話をかけて再現確認をとったものだ。なのに再現不可というのは、修理担当の怠慢か？と思ったが、突っ込んで電話の応対をしてくれているWILLCOMの女性の方に聞いてみる。<br />\r「WILLCOMから修理依頼内容にはどう書いてありますか？」<br />\rWILLCOMからの修理内容には先日確認を取ったSHARP側の担当の名前とともに修理依頼がかかれているが、詳細な内容はSHARP担当者から聞いてくれっていう事前の内容どおり、何もかかれてはいなかったが...<br />\rSHARP側も何も確認しなかったんだろうな...<br />\rということで４回目の修理が確定した瞬間であった...</p>\r<p>この責任誰が取ってくれるんでしょう？</p>\r<p>明日、ちょっと追及してみたいと思うのですが？<br />\rあと、修理に関していつも通常プライオリティなので４回目の今回はプライオリティ№１で修理してもらえるようにあわせて申し送りするつもりである。</p>','',1,4126,0,0,'1970-01-01 09:00:00',0,'',0,1,1,0,0,'2011-04-26 13:00:57','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090303_ComeToNextPower',3,0,'2009-03-03 21:52:50','03/03 次の政権はどこがとるのだろう？',null,'<p>WILLCOMの修理内容をブログに書き終わったと、ホテルのテレビを見たらちょうど報道ステーションの小沢代表の秘書が公設秘書が政治資金規制法違反でつかまったニュース。</p>\r<p>今、ニュースを見ながらこれを書いてるところ。</p>\r<p>最近ネットで暴かれる民主党の失言の数々、一部自民党であったような「失言」レベルの問題ではなく、中身が問われる内容が多い。<br />\r特に小沢の失言は小沢の浅はかさをさらけ出していて怖い。</p>\r<p>小沢だめだろ、だめだめだろ？まだユッキーの方がましじゃないの？<br />\r早く小沢を下ろしたほうがまだましだよ？</p>\r<p>しかし、ひとつ言えること<em><strong>特捜部GJ</strong></em></p>\r<p><strong>で、黒幕はだれ？</strong></p>','',1,2296,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-04-17 23:53:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090305_abandoned_the_repair_of_03',3,0,'2009-03-05 20:39:08','03/05 [修理状況]そしてWILLCOMは修理を放棄した','','<p>一昨日WILLCOMが約束した修理に関する電話がかかってくることはなかった。</p>\r<p>本日、WILLCOM リペアセンターに電話をしてこの件を確認すると、いつもの担当(以降担当Sとする)は居らず、変わりに別の担当(以降担当Sとする)が電話に対応し、電話をかけなかったことに関しての非は認め謝罪したが、電話をかける必要は無いとの認識を示した。</p>\r<p>その根拠として修理についての内容は3日に話をしたとおりで、それ以上説明をすることは無い。修理を担当しているSHARPから最終回答として、依頼した4件すべての修理項目について「再現なし」と回答が得られており、WILLCOMとしての回答も「問題がない(＝正常な電話機である)」との認識を示した。</p>\r<p>そこで再度担当Hに、担当Sとの内容を確認しているのか確認したところ、詳細は知らないがWILLCOMとしての回答は変わらない。修理で再現できない(＝問題がない)と回答されてきた端末について、WILLCOMとしても問題はないとした。</p>','<p>先日担当Sとの話し合いにおいて、WILLCOMからSHARPに修理依頼をするとWILLCOMからSHARPに修理内容を説明できないので、お客様(くろねこ)からSHARPに修理内容について説明を行いその内容をSHARPの担当が把握したところでそのSHARPの担当名を乗せて、再度SHARPに修理を行う合意形成を行った。</p>\r<p>そして、くろねこはSHARPお客様相談窓口に電話を行い、SHARPの担当者(以降Aとする)に説明を行い4件中2件についてSHARP側の端末にて再現させてソフトウェア上のバグであることを確認した。そして、その他の1件についても原因についての示唆を行い。残る一件については、海外でPocketPC同様ので事例が発生していることを伝えた。</p>\r<p>この件を折り返しWILCOMの担当Sにも伝えて問題の認識をあわせ、担当S自ら「修理に出しましょう。」と言ったにもかかわらず、担当HはくろねこがSHARPとどのような話を行いどのような確認をしたか、別の会社なので関係ないと言い切った。担当Sとも合意形成を行っている旨も伝えたが、結論は変わらかったため以下のような確認を行った。</p>\r<p><em><strong>WILLCOMはどのような合意形成を行おうとも、それを反故にするのか？<br />\r口頭ではあるが担当者との間で合意形成を行ったはずであるが...</strong></em></p>\r<p>担当Hは否定しなかった。</p>\r<p>この内容の証拠保全も含め、<a href=\"http://www.kokusen.go.jp/news/data/n-20080508_4.html\">国民生活センターの助言</a>に基づきこれまでのWILLCOMとの全通話記録の提出を求めたが、WILLCOMではそのようなことは行っていないと拒否した。国民生活センターでは下記のように助言している。</p>\r<p>事業者が本人から通話録音データの開示を求められた場合、それが保有個人データに該当するときは、開示義務を負う。開示の方法としては、当該本人との通話録音部分をダビングする方法が考えられる。</p>\r<p>こちらは携帯電話で対応しているわけであるから、</p>',1,4220,1,2,'1970-01-01 09:00:00',0,'<a href=\"http://www.kokusen.go.jp/news/data/n-20080508_4.html\">国民生活センターの助言</a>',0,1,1,0,0,'2011-04-26 13:00:26','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090308_Japan_won',3,0,'2009-03-08 23:51:29','03/08 日本は韓国に大敗しました',null,'<p>ちゃっとでめるっこさんから13-2で日本が勝っていて、あと1回の間に韓国が2点以上取らなければ日本のコールド勝ちだと聞いていたのですが...</p>\r<p>いつの間に負けちゃったのでしょうか？</p>\r<p>アナウンサーさんが笑顔で「<span class=\"aa3\"><span style=\"font-weight: bold;\">日本は宿敵韓国に大敗しました</span></span>」と言って居られる...</p>','<p><object height=\"295\" width=\"480\">\r<param value=\"http://www.youtube.com/v/vUqPD4hMV5A&amp;hl=ja&amp;fs=1\" name=\"movie\" />\r<param value=\"true\" name=\"allowFullScreen\" />\r<param value=\"always\" name=\"allowscriptaccess\" /><embed height=\"295\" width=\"480\" allowfullscreen=\"true\" allowscriptaccess=\"always\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/vUqPD4hMV5A&amp;hl=ja&amp;fs=1\"></embed></object></p>\r<p>何か、現行を読み間違ったんだと思うんだけど放送局側の人間は誰も気づいてないのか、訂正されていないらしい。</p>\r<p>目の不自由な人は本当に間違ったまま認識しちゃうよね。麻生の原稿読み間違えを叩いてる暇があったら自分の仕事内容もちゃんとチェックしてから放送しましょう。</p>\r<p>人をバカにしてると自分に返ってくる...と言う良い見本でした。</p>',1,2488,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-08 23:58:37','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090305_CallToSHARP',3,0,'2009-03-11 22:04:04','03/05～09 [修理状況]SHARPの修理部門に直接連絡をとる','','<p>このままでは、WILLCOMに何度修理を出したとしても無駄である。<br />\rWILLCOMに修理を出し返ってきた翌日にまた修理依頼で引取りを希望すると言う動作が繰り返されるだけであろう。そうして、正常端末に苦情をつけるだけのクレーマートして登録されどこかで修理受付されなくなるかもしれない。</p>\r<p>どうして修理が出来ないのか、原因はなんだったのかそこを確認することが今回の問題を解決する一番の解決方法だと考える。<br />\rそして、再度SHARPお客様窓口に電話をかけ修理したものから連絡をもらうことにした。<br />\rただ、5日の時点ではWILLCOMから修理報告報告書を含む一式が返却されておらず、出張中のためWILLCOMに確認する時間がとりづらく、修理受付番号が確認できたのが16:45分過ぎだったので、SHARPドキュメントシステムからの連絡は明日(6日)となった。</p>','<p>SHARPドキュメントシステムから、連絡があった。この担当をYとする。<br />\rまずYが修理の内容を話し始めた。しかし、再現手順が説明したものと違っていたので突っ込んで確認してみると、Yは再現方法を知らなかった。これでは、修理できるはずも無いと以前お客様相談窓口のAに問題4点について説明をし、内2点についてソフトウェアのバグであることを確認して、開発のほうに上申する旨の返答を受けているが、SHARP社内(実際には別会社であるが)で情報交換を行っていないのか確認した。お客様相談窓口の結果は開発のほうに連絡されるが、修理部門にその内容が伝わってくるまでにはかなりラグがあるようだ。重大な症状がある程度まとまったところでしか降りてこないという感じのようである。今回その内容でWILLCOMから修理依頼するからと言って置いたのであるが意味が無かったようである。また、WILLCOMからの修理依頼にはA女史が把握している件と名前入りで依頼しているにもかかわらず、その内容をA氏に確認しなかったのかと確認したところ確認したが再現方法を把握できなかったようである。</p>\r<p>WILLCOM&rarr;SHARPドキュメントシステムだけでなくSHARPお客様相談窓口&rarr;SHARPドキュメントシステムのコミュニケーションもおままごと程度でしかないということが今回判明した。</p>\r<p><em><strong>本当に仕事(＝修理)する気があるのだろうか？</strong></em></p>\r<p>というのが、正直なところだが今度はこのY氏の名前入りでWILLCOMから修理依頼すれば、Y氏が責任を持って対応するとするということであるので、そのように依頼することにした。また、SHARPドキュメントシステムで修理できない(SHARPドキュメントシステムではハード面の修理しか行っていない。つまりソフトウェアのバグ対応は行っていない)場合、開発部門に回すのでそこに回ると今までの経験から約1ヶ月程度以上かかるというが、<br />\r<em><strong>電話も出来ないスマートフォン＝ごみ<br />\r</strong></em>を持っていても仕方が無いので修理に出すことにした。</p>\r<p>また、先日連絡をして状況が変わるごとにY氏から連絡をいただけるように手配した。再現手順などが不明でも再現なしとして返すことが無いように念を押した。これでも、連絡なしに再現なしとして修理もせずに返してくるようであるならば、本当にSHARPは使えない企業だと判断するほか無いだろうという瀬戸際の段階である。</p>\r<p>今後のSHARPの対応に期待をしつつ、WILLCOMの横暴な態度は、市の消費者生活相談窓口に相談というか報告をし、WILLCOMへの行政指導をを含めた行政介入に向けて小さな本当に小さな努力をしておいた。SOFTBANKの行政指導の例を見るまでも無く行政指導にはかなりの件数の苦情が必要なようである。</p>\r<p>WILLCOM03を電話機としてお使いで、電話をかける際にキーボードをスライドさせてイルミネーションキーを表示、数字キーを押す手順をとってる方で、数字キーを取りこぼしたりToday画面に戻ってしまう場合には、次の設定で改善できるかもしれない。<br />\rその設定とは、キーボードをスライドさせた場合にToday画面を回転させないこと。<br />\rこの問題は、Today画面の再描画中に数字キーを押して電話アプリが起動、発信操作に入っているにもかかわらず、その後もToday画面の再描画が続きToday画面が前面に表示もしくはアクティブになってしまうことが原因だと考えているからだ。</p>\r<p>上記の方法で改善できた、出来なかったなどの情報をお持ちの人がいればご一報いただければ幸いである。</p>',1,3541,0,0,'1970-01-01 09:00:00',0,'',0,0,1,0,0,'2011-04-26 12:59:57','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090314',3,0,'2009-03-14 10:30:49','03/13 [MOE] この装備は何？',null,'<p>昨日アイテム受け渡し待ちの時に見かけた人</p>\r<p>左肩に装備してるのはWGK憑依人形なんだけど、右側にあるのは何だろう？<br />\rバジリスク？ピカチュー？練金の報償なんでしょうか？<br />\r<img width=\"220\" height=\"270\" src=\"http://www.blackcat.xyz/images/articles/moe090314_1.png\" alt=\"\"></p>\r<blockquote>判明！<br />\r古代竜のぬいぐるみだったのか...報償は別か～</blockquote>','',1,3505,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 02:42:41','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090327_03_SoftwareUpdate',3,0,'2009-03-27 12:09:14','WILLCOMが「WILLCOM 03」「Advanced/W-ZERO3 [es]」の最新ソフトウェアを公開','','<p>WILLCOMが「WILLCOM 03」「Advanced/W-ZERO3 [es]」の最新ソフトウェアを公開した。</p>\r<p>修正内容は下記のとおり</p>\r<ol>\r    <li><strong>W-ZERO3 メールの動作の安定性を向上</strong></li>\r    <li><strong>W＋Info で配信された情報（記事）が、Internet Explorer のキャッシュデータとして残らないように変更</strong></li>\r</ol>\r<p>ということでかねてから指摘している、Today画面の問題によって電話がかけられない(かけにくい)問題は修正されていないようである。</p>\r<p>■ダウンロードサイト</p>\r<ul>\r    <li><a href=\"http://wssupport.sharp.co.jp/download/ws020sh/patch2/\">WILLCOM 03用のソフトウェアアップデートダウンロードページ</a></li>\r    <li><a href=\"http://wssupport.sharp.co.jp/download/ws011sh/patch3/\">Advanced/W-ZERO3 [es]用のソフトウェアアップデートダウンロードページ</a></li>\r</ul>','',1,3376,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://wssupport.sharp.co.jp/download/ws020sh/patch2/\">WILLCOM 03用のソフ',0,1,1,0,0,'2011-04-26 12:59:26','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090331_NEET',3,0,'2009-03-31 15:36:05','03/31 明日からNEET?',null,'<p>最近不景気ですよね。</p>\r<p>不景気になった最初のころは日本はまだましみたいな雰囲気だったんだけど、とんでもない状態なのがだんだんわかり始めて...</p>\r<p>為替とか見ていたら円高ドル安が進んでいた流れがだんだん円安ドル高になうつってきていますね。</p>\r<p>くろねこも契約先から<strong><em>来月のお仕事が無い</em></strong>と聞いているのです！</p>\r<p><strong><em>くろねこも明日からNEETの仲間入り？</em></strong></p>','',1,2422,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-03-31 15:39:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090401',3,0,'2009-04-01 23:45:32','04/01 [MOE] エイプリルフール',null,'<p>エイプリルフールのイベントが発生しているようです。<br />\rイベントの内容は間違い探しで普段と変わったところを見つけて、4/1の23:59までにゴンゾにメール送信すれば良いらしいのですが...</p>\r<p>すべての間違いを見つけられたでしょうか？</p>\r<p>間違いの箇所は以下のようです。</p>','<blockquote> ☆間違い箇所☆\r<ol>\r    <li>ムトゥーム地下墓地：暗使のマスターの衣装</li>\r    <li>ネオク高原：触媒屋 ウッドローの名前がウッドアローに</li>\r    <li>ネオク高原：銀行のアデラがモニコに</li>\r    <li>ネオク高原：ガードのバイソンが牛に</li>\r    <li>ネオク高原：</li>\r    <li>レクスール：サキュバスがコグ男に</li>\r    <li>ビスク東：アンジェとプリミュラの位置が逆に</li>\r</ol>\r</blockquote>\r<p>慌てて送ったらIDを書き忘れていました。すぐに再送したのですが、ちゃんと見てくれるでしょうか？</p>\r<p class=\"add\">追記<br />\r4/5 23:59まで間違いの内容メールを受け付けてくれるようです。</p>',1,3634,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 02:42:14','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090403',3,0,'2009-04-03 11:42:01','04/03 [MOE] MoEはどうなるんだろう',null,'<p>3/31付けでゴンゾロッソの株主が変わったようですね。</p>\r<p>株主が変わると言うことは何らかの人事異動や方針の変更があるかもしれないと言うことで、それらはゲームをしているユーザーにも係わってきそうですが...</p>\r<p>オンライン事業は黒字、MoEも黒字だと言うことなのでしばらくはこのままなのでしょうか？</p>','',1,2547,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 02:41:55','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090404_Thunderbird3_And_XREA',3,0,'2009-04-04 11:27:05','このサーバへの同時最大接続数を超えている可能性があります。',null,'<p>少し前から、良くフリーズするBecky!に変わってIMAPで使用するアカウントだけを Thunderbird3&nbsp; Beta 2 に移行したんだけど...</p>\r<p>最初は1アカウントだけ実験的に移行してみたんだよね。Betaと言うこともあってBecky!にも受信設定を残しつつThunderBird3に移行。</p>\r<p>でも、当初から何かおかしなことが発生しているんだけど...</p>','<p>日常使っていて一番気になるのはこの問題</p>\r<ul>\r    <li>Thunderbird利用時<br />\r    <strong>IMAPサーバへ接続できませんでした。このサーバへの同時最大接続数を超えている可能性があります。</strong>その場合は[アカウント設定]＞[サーバー設定]＞[詳細]で最大同時接続数を減らしてください。</li>\r</ul>\r<p>最大接続数は5&rarr;1に変更したにもかかわらず、ずっと出るんだよね。1以下にすると接続できなくてループになるからしないけど、Becky!にも設定が残っているからそっちと競合しているのかと思ってBecky!を起動しない状態でメール接続してみても同様だった。</p>\r<p><a href=\"http://sb.xrea.com/showthread.php?t=12267\">IMAPで複数台接続ができない</a> と言うようなトラブルも報告されていたけど、これは純粋に複数接続しようと試みているから今回とはちょっと違うのだと思うのだけど現象は同じ。<br />\rこの問題とここからリンクされている問題を見てみると1IPあたり32接続まではOKだということなので、1接続は問題ないはず。</p>\r<p>エラーは出つつもメールの内容は見ることが出来ているから今まで半放置だったけど、どこに問い合わせすればいいのかな？フリーのサービスって窓口がどこなのか良くわからなくて困ることがしばしば。</p>\r<p>この問題とは別なんだけど、<strong>Thunderbird3で日本語名のフォルダを作ると文字化けしてしまった</strong>。再起動すると正常に見え、動作しているようなのであるが。フォルダ作成はWEBかBecky!から作る方が良さそうだ。</p>\r<p>Becky!に比べてThunderbirdも使いやすい部分も多いんだけど、Becky!のツリー表示などのスレッド関連の扱いとメールを開いた際ではなくて下まで読み進めた段階で既読にする扱いはBecky!ならではの使いやすさだと思う。これ、Thunderbird3にも欲しいな～。</p>\r<p>&nbsp;</p>',1,17189,1,1,'0000-00-00 00:00:00',0,'<a href=\"http://sb.xrea.com/showthread.php?t=12267\">IMAPで複数台接続ができない</a>',0,1,1,0,0,'2009-04-04 11:41:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090406_ohamami',3,0,'2009-04-06 23:58:48','04/06 お花見♪',null,'<p>お花見に行ってきました～。</p>\r<p>前日に息子と自転車の練習がてら花の咲具合を見に行ったのだが、結構良い咲具合。<br />\r息子も自転車にうまく乗れてノリノリで、いつまでたっても公園を回ってた。<br />\r最初は危ないから一緒に走って回っていたが、3周ほど回ったあとはひとりで十分回れていたので、定点で回ってるのを監視してた～。</p>\r<p>次の日、嫁を連れてお弁当を買って飲み物を買って、おやつもかって花見に出かけた～♪</p>\r<p>写真は、全文表示で！</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_1_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/090406_ohamami_1.JPG\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_2_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/090406_ohamami_2.JPG\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_3_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/090406_ohamami_3.JPG\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_4_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/090406_ohamami_4.JPG\" alt=\"\"></a></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_5_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/090406_ohamami_5.JPG\" alt=\"\"></a></p>',1,2409,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_1_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_2_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_3_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_4_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090406_ohamami_5_original.JPG\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-04-09 01:12:57','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20090412031222200',2,0,'2009-04-12 03:12:22','04/12 メンテナンス完了のお知らせ',null,'<p>Geeklog 1.5.1&rarr;1.5.2sr2へのアップグレードが完了しました。</p>\r<p>アップグレード作業がWEBべースに移ったところでデータベースにアクセスできず、更新に手間取りましたが無事完了できたようです。</p>\r<p>下記の処理が完了</p>\r<ul>\r    <li>自動インストーラーによる最新モジュールのダウンロードからサイトへのアップロード</li>\r    <li>データベースパスワード変更</li>\r    <li>phpMyAdminアップグレード</li>\r    <li>自動で追加されなかったGeeklogテーブルの追加(events,eventsubmission及びpersonal_events)</li>\r    <li>WEBべースインストーラでのアップグレード作業</li>\r    <li>プラグインのアップグレード</li>\r</ul>\r<p>この間約3時間ほど...</p>\r<p>次からはデータベースのパスワードで引っかかることはないはず...<br />\rXREAのFTPパスワードとデータベースパスワードの関連がいまいち良くわからん...</p>','<p>あわせて <a href=\"http://www.geeklog.jp/article.php/20090410092931739\">セキュリティ情報：Webサービスに脆弱性</a> の暫定対応も実施。<br />\rコンフィギュレーション &gt; Geeklogの設定の「その他」 &gt; Webサービス&gt;無効にする 「いいえ」&rarr;「はい」</p>\r<p>&nbsp;</p>',1,2660,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.geeklog.jp/article.php/20090410092931739\">セキュリティ情報：Webサービスに脆弱性</a>',0,1,1,0,0,'2009-04-12 03:27:32','html',1,1,null,null,0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090413_come_back_meitei',3,0,'2009-04-13 11:27:32','04/13 [MOE] 再び酩酊を…',null,'<p>今使ってるスケープゴート ミミックは発動までが遅いので、前回酩酊スキルを持っていたときに使ってなかったストーンマッスルを使ってみることに。ただストーンマッスルは武器を持っていると発動しないのがめんどくさい。武器を外すマクロなんかあったっけ？と思いつつネットで検索。出来たのが以下のマクロ。</p>\r<ol>\r    <li>/swapequip 右手</li>\r    <li>/cmd [ストーン マッスル]</li>\r    <li>/pause 18</li>\r    <li>/swapequip 右手</li>\r</ol>\r<p>酩酊を自分の物に出来るかそれが一番の心配。</p>','',1,6759,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-05 02:41:27','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090413_repairing_WILLCOM03',3,0,'2009-04-13 12:35:57','04/13 [修理状況]メイン基板の交換か？','','<p>さて4度目の修理に出ているくろねこの03であるが...</p>\r<p>ここで問題点のおさらいを</p>\r<ol>\r    <li>キーロック解除時にメニュー画面とロック解除画面が混在する</li>\r    <li>キーボードスライド後、電話番号入力時に入力の取りこぼし、またはToday画面へ勝手に遷移する</li>\r    <li>キーボードスライド後、電話番号入力時FEP入力ウィンドウが表示され電話番号の入力が出来ない</li>\r    <li>SpriteBackupでWindowsLive.volがバックアップできない<br />\r    (バックアップレポートでバックアップできなかった旨が報告される)</li>\r</ol>\r<p>今回、SHARPの修理担当窓口と直接話をしたことで話の疎通はかなり改善されている。</p>','<p>上記問題点の内1～3は機種固有の問題としてSHAPRと認識が一致した。残る4について現在確認中とのこと。</p>\r<p>くろねこの端末でしか発生していない端末固有の問題として処理されているわけであるが、お客様相談窓口にも伝えた件「海外でも同様の問題が報告されている」、「OSとSpriteBackupの相性、もしくはどちらかが仕様を満たしていないために発生していると考えている」とご報告申し上げた。</p>\r<p>最後に、SHAPR担当よりメイン基板を交換してくろねこには早期に03を返却、SHARPは該当のメイン基板で調査を続行する提案がなされた。</p>\r<p>メイン基板交換によりくろねこはネットワーク関係の設定をすべてやり直すことになるが、事態の早期改善を優先するのであれば致し方ないと考えてこれに応じる意思を表明した。</p>\r<p>で、いつ返ってくるのであろうか？取りあえず返ってくるのはそう遠くはないと感じたが、すべての事態が改善されるにはまだ遠いと感じた。(ソフトウェアのバグはいつ直るか保証されていないため)</p>\r<p class=\"add\">04/14追記<br />\rメインボード交換で対応するとの連絡がSHARPよりあった。<br />\rソフトウェアの問題の対応は未定。対応時期が未定ではなく対応するかどうかも未定というか、修理部門では確認できないとの返答。<br />\r以降の対応は(ウィルコムの)リペアセンターから連絡するとのこと。</p>\r<p class=\"add\">04/17追記<br />\r今のところウィルコムリペアセンターからの連絡はない。連絡はいつ来るのだろうか。このあたり対応はいつも遅いと感じる。</p>',1,3766,0,0,'1970-01-01 09:00:00',0,'',0,1,1,0,0,'2011-04-26 12:58:59','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090413_mithril_pop',3,0,'2009-04-13 21:52:58','04/13 [MOE] 何回やっても…',null,'<p>何回やっても何回やってもオリハルコンのPOPが見られない。</p>\r<p>数時間POP地点で掘り続けてみるが、飯落ちしたときや風呂落ちしたときに掘られてしまっているようだ。<br />\rくろねこが遭遇できたのは、ミスリルの岩石のみ...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090413__1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090413__1.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090413__2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090413__2.png\" alt=\"\"></a></p>\r<p>オリハルコンの岩石のPOPが見たい～</p>','',1,2631,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090413__1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090413__2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:41:13','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090414_event',3,0,'2009-04-14 20:56:22','04/14 エルアン宮殿実装記念イベントが進行',null,'<p>メンテ終了後、夏季用に運営サイドによるイベントが発生した模様。</p>\r<p>イベントはスルトのエルアン神殿に関する以前のイベントの続きで、先日からのアマゾネスの住処移転に関するイベントのようだ。</p>\r<p>詳細は以下</p>','<blockquote>\r<p><img src=\"https://moepic.com/info_img/ico_event.gif\" alt=\"イベント情報\" /> 	09-04-14 （4/14）エルアン宮殿実装記念イベントが進行しました！<span class=\"newmark\">NEW</span><br />\r<br />\rいつも『 Master of Epic 』をご利用いただきありがとうございます。<br />\r<br />\rエルアン宮殿実装に向けたイベントが進行しました。<br />\r今後もシナリオ進行に合わせて、ゲーム内では関係するNPCの動向が変化していきます。<br />\r公式サイトでも随時情報を更新していきますのでお楽しみに！<br />\r<br />\r今後とも『 Master of Epic:The ResonanceAge Universe 』を宜しくお願いいたします。<br />\r<br />\r───────────────────────────────────────<br />\r<br />\rヴァルグリンドの巣穴には、マナの流れの受け皿となる『 ノア ポイント 』が設置されています。<br />\rノアの力を絶やさぬ様、『 大きなノアキューブ 』を供給(トレード)し続けてください。<br />\r供給された『 大きなノアキューブ 』の数により、今後の動向に変化が生じます。<br />\r<br />\r『 ノア ポイント 』設置期間：<br />\r4/14（火）定期メンテナンス終了時 ～ 4/20（月）20:00まで<br />\r<br />\r『 大きなノアキューブ 』作成方法：<br />\r必要スキル：料理・鍛冶・醸造・木工・裁縫・薬調合・装飾細工・複製　30以上<br />\r必要素材：ノア キューブ ｘ5<br />\r※ 『 大きなノアキューブ 』は一度に「 一人一個 」しか持ち運ぶことはできません。<br />\r<br />\rまた、クレイトスの主導による各地への『 ノア バランサー 』設置作業も発生します。<br />\r各地の『 ノア バランサー 』の設置が完了した場合は<br />\r上記『 大きなノアキューブ 』の供給数にボーナスポイントが加算されます。<br />\r『 ノア バランサー 』設置後、一定時間はモンスターによる襲撃を受けます。<br />\r皆さんも『 ノア バランサー 』の設置に協力してあげてください。<br />\r※『 ノア バランサー 』が破壊された場合、ボーナスポイントは加算されません。<br />\r※『 大きなノアキューブ 』の供給数と、ボーナスポイントの合計は後ほど発表されます。<br />\r※現在、「 ポータブルキッチン 」は「 レクスール・ヒルズ 」「 ヴァルグリンドの巣穴 」では利用できません。<br />\r───────────────────────────────────────<br />\r<br />\rシナリオの進行によって、以下のNPCのメッセージが変化しています。<br />\r<br />\r・ミスト<br />\r・ルーチェ<br />\r・アルフレッド<br />\r・クレイトス</p>\r</blockquote>\r<p>なので、くろねこもちょっとやってみるのでした。</p>\r<p>まずは、作成方法にしたがって『 大きなノアキューブ 』を作りましょう。<br />\r話の展開的にはNPCに話を聞いて制作方法を聞いてからなのだろうが、移動の手間という物があるので知ったこっちゃ無い。まあ、聖堂で話を聞いてからでも国宝の卵のこうひんしつであれば細工設備や木工設備で作れるのであるが、雰囲気的には調合で作ってみたい物だ。</p>\r<p>材料は普通のノアキューブ&times;5個をミキサーで角が立つまで混ぜて完成みたいだ。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20090414205622835_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/20090414205622835_1.png\" alt=\"\"></a><br />\rちょうど真ん中に止まった感じ。やれやれこんなところでうんを使っちまうとは...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20090414205622835_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/20090414205622835_2.png\" alt=\"\"></a><br />\rで、できあがりがこれ、ただのノアキューブと見た目は何ら変わりはない。<br />\r<img width=\"161\" height=\"48\" src=\"http://www.blackcat.xyz/images/articles/20090414205622835_3.png\" alt=\"\"></p>\r<p>───────────────────────────────────────</p>\r<p>聖堂に行って各NPCの台詞をチェックしておこう。進行状況によって台詞が変わるらしいからな。<br />\r進行具合のチェックになるかもしれない。</p>\r<ul>\r    <li><strong>アルフレッド</strong><br />\r    <a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"360\" src=\"http://www.blackcat.xyz/images/articles/moe090414_event_4.png\" alt=\"\"></a><br />\r    ノア バランサー の設置が始まった。<br />\r    クレイトス さんが、その指揮を執っている。<br />\r    <br />\r    冒険者である君に頼むのは申し訳ないが<br />\r    もし手助けしてもらえるなら、お願いしたい。<br />\r    <br />\r    召喚される マナの精霊 にだけ<br />\r    気をつけてくれ。<br />\r    &nbsp;</li>\r    <li><strong>クレイトス</strong><br />\r    <a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"360\" src=\"http://www.blackcat.xyz/images/articles/moe090414_event_5.png\" alt=\"\"></a><br />\r    作戦の準備は整った。<br />\r    <br />\r    今回は、街への危険はなさそうだが<br />\r    私達の様に、戦いへ出向く者にとって<br />\r    帰る場所がある という事が<br />\r    最後に頼れるところになる。<br />\r    <br />\r    その場所を護るため、私は戦おう。<br />\r    &nbsp;</li>\r    <li><strong>ルーチェ</strong><br />\r    <a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"360\" src=\"http://www.blackcat.xyz/images/articles/moe090414_event_6.png\" alt=\"\"></a><br />\r    時間凍結 の封印術は、マナの流れを生み出す事で<br />\r    再び効力を取り戻すそうです。<br />\r    <br />\r    あなた様が、もし協力していただけるのでしたら<br />\r    私の話を聞いていただけますでしょうか。<br />\r    <br />\r    ヴァルグリンドの巣穴には、エルアン宮殿を結びつける<br />\r    時の接合点 が存在します。<br />\r    <br />\r    この接合点にマナの流れを集め、時間凍結の封印術を<br />\r    再び構築するという話になりました。<br />\r    <br />\r    各地に設置される ノア バランサー から<br />\r    ヴァルグリンドの巣穴 に設置された ノア ポイント へ<br />\r    マナの力を流す事で、マナの奔流が生まれ循環が始まり<br />\r    封印術が再構築されるという事です。<br />\r    <br />\r    あなた様には、ノア キューブ ５個 を素材とし<br />\r    すべての生産スキル ３０ で作成可能な<br />\r    大きな ノアキューブ を用意していただきたいのです。<br />\r    <br />\r    ご用意いただいた 大きな ノアキューブ は<br />\r    ノア ポイント へトレードしてください。<br />\r    <br />\r    その触媒が ノア ポイント の力となり<br />\r    その機能を維持させる事が可能になります。<br />\r    <br />\r    ノア ポイント は ヴァルグリンドの巣穴 にあります。<br />\r    <br />\r    あなたのご協力が得られるのなら<br />\r    ラル・ファク神もお喜びになられるでしょう。<br />\r    <br />\r    ラル・ファク、イル・ファッシーナ。<br />\r    &nbsp;</li>\r    <li><strong>ミスト</strong><br />\r    <a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"360\" src=\"http://www.blackcat.xyz/images/articles/moe090414_event_7.png\" alt=\"\"></a><br />\r    ヴァルグリンドの巣穴 には ノア ポイント が<br />\r    そして各地には クレイトス様 が<br />\r    ノア バランサー を設置しています。<br />\r    <br />\r    ノア バランサー の設置は、危険も伴うようです。<br />\r    <br />\r    力のない方は、ルーチェ の話をお聞きになり<br />\r    ヴァルグリンドの巣穴 へ向かってください。<br />\r    <br />\r    くれぐれも無理をせずに&hellip;<br />\r    <br />\r    ラル・ファク、イル・ファッシーナ。</li>\r</ul>\r<p>───────────────────────────────────────</p>\r<p>そのあと、ヴァルグリンドの巣穴に行きノア バランサーに大きなノアキューブを供給する。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"360\" src=\"http://www.blackcat.xyz/images/articles/moe090414_event_8.png\" alt=\"\"></a></p>\r<p>ここまで城門から巣穴入り口、巣穴内はダンサーが道案内＆加速、そしておかえりアルター完備なのでとても楽ちんだ。</p>\r<p>このイベントこの先はどうなるのだろうか？</p>',1,3339,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20090414205622835_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20090414205622835_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_7_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090414_event_8_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:40:48','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090417_Set_NoahBalance',3,0,'2009-04-17 22:50:57','04/17 [MOE] ノアバランサー設置そして失敗',null,'<p>クレイトスがノアバランサーを設置する動きあるとの通報が各地を巡った！</p>\r<p>ダイアロスの平和を守るため出撃しなければなるまい。</p>\r<p>出撃の内容は以下。</p>','<p>間に合え！間に合え！間に合え～!!!(コウ・ウラキ中尉ではない)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_1.png\" alt=\"\"></a></p>\r<p>現地に到着するとすでにノアバランサーは仮設置済みだ。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_2.png\" alt=\"\"></a></p>\r<p>が、しかしこの式典をめちゃめちゃにしようとする輩が現れる...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_3.png\" alt=\"\"></a></p>\r<p>クレイトスが奮闘するもののバランサーは...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_4.png\" alt=\"\"></a><br />\r失敗だ！</p>\r<p>肩を落とすクレイトス<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_5.png\" alt=\"\"></a></p>\r<p>聖堂に戻って、ここで解散のようだが...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_6.png\" alt=\"\"></a></p>\r<p>ところがどっこい。この後反省会<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_7_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_7.png\" alt=\"\"></a><br />\rクレイトスの計画不足。冒険者の皆さんに設置計画を提出しなさい！<br />\r何か依頼に基づいて作業をしているらしいが、依頼がいつ来るかわからないらしい。<br />\rメルマガで場所の選定は終わったとか言ってたのに、設置時期は決まってないのね。</p>\r<p>反省会の内容(防衛戦に関する覚え書き)</p>\r<ul>\r    <li>敵である「マナの精霊は」小型のエルーカスの様な形をしている。</li>\r    <li>単体ではそれ程強くはないが、数が多くプレーヤーと入り乱れる大混戦となる。<br />\r    このため、非常にターゲットしづらく故に迎撃しづらい。</li>\r    <li>マナの精霊は「バースト」を使用する模様。</li>\r    <li>見た目は同じだが高魔法抵抗型と低魔法抵抗型の2種類のタイプが存在することが示唆されている。</li>\r    <li>大砲による攻撃は110～120ダメージ程度が確認されており、攻撃力の観点では有効か？<br />\r    ただし、大砲は所有者が攻撃された場合のみ自動反撃という仕様、またその巨大さからたのプレーヤーの移動やターゲットの邪魔になる可能性がある。</li>\r    <li>巨大DKタイプの敵も報告されている。</li>\r    <li>「『/tar &lt;near eneny&gt;マナの精霊』が有効なので広めよう！」との意見あり。</li>\r</ul>\r<p>現地はエフェクトがすごくて真っ白になるので、『/tar &lt;near eneny&gt;マナの精霊』マクロでターゲット出来れば効果的に迎撃できそうである。また、ターゲットしなくても攻撃できる範囲魔法も有効。</p>\r<p>まあ、クレイトスが次回は臨機応変に対応しようとか無計画なことを抜かしているが、出来る限りのことはしてやろう。</p>',1,3222,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090417_Set_NoahBalance_7_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:40:30','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('2009041912550480',2,0,'2009-04-19 12:55:04','04/19 メンテナンス完了のお知らせ',null,'<p>サイトのメンテナンスが完了しました。</p>\r<p>Geeklog 1.5.2sr2 から Geeklog 1.5.2sr4 にアップデートしました。</p>','',1,2197,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-04-19 13:10:11','html',1,1,null,null,0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090420_Last_line_of_defence',3,0,'2009-04-20 20:37:21','04/20 [MOE] 最終防衛戦',null,'<p>夕飯も終わって、インして大きなノアキューブを運んでいると...</p>\r<p>だんだん人がいなくなる<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_1.png\" alt=\"\"></a><br />\rどうやら、イプスに集結中の模様。さてはノア バランサーの設置か？</p>\r<p>&nbsp;ここは、運搬は置いておいて設置支援に向かうのだ！</p>','<p>イプスのかなり北側まで走ってくると、ノア バランサーが設置。<br />\r襲撃はほぼ完了していた模様。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_2.png\" alt=\"\"></a></p>\r<p>しかし、今回のノア バランサー設置は第2弾があったようだ！<br />\rそのまま西に移動し、第2弾の設置(クレイトスがアップ過ぎた！)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_3.png\" alt=\"\"></a></p>\r<p>巨大DKタイプのマナの精霊も西側から多数接近してきて大変だったが、<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_4.png\" alt=\"\"></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_5.png\" alt=\"\"></a><br />\rノア バランサーのHPものこり20％程度にまで攻められたが死守成功。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_6.png\" alt=\"\"></a></p>\r<p>明日は、宮殿実装なのだろうか?<br />\rそれにしても、GMがLDするようなシステムしか作れないゴンゾでこの先MoEに未来はあるのか!!</p>',1,2327,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090420_Last_line_of_defence_6_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:40:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090421',3,0,'2009-04-21 18:42:22','04/21 [MOE] エルアン宮殿実装',null,'<p>エルアン宮殿はとっても広いですね～。</p>\r<p>エルアン宮殿エントランス～エルアン宮殿～中庭～ここからさらに続くんですね&hellip;</p>\r<p>&uarr;までしか書いてないのは、まあおおよそわかりますね。</p>','<p>実は...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090422_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090422_1.png\" alt=\"\"></a><br />\rこの穴に落ちたんですね！<br />\r<img width=\"200\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/moe090422_2.png\" alt=\"\"><br />\rこのキャンドルに火を付けるとわたれると聞いて、目がバーストで火を付けたんですが...<br />\r通れると信じて一気に飛び出してみると、目が点になりました。</p>\r<p>落ちると、天空神殿前でした。</p>\r<p>でも、上には宮殿は見えないですけどね？どこにあるのかな？</p>',1,3094,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090422_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:39:46','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090422',3,0,'2009-04-22 18:53:30','04/22 [MOE] エルアン宮殿エントランス',null,'<p>エルアン宮殿 エントランスの地図とエルアン宮殿の地図と作りかけたのだが...</p>','<p>エントランスはここまで作って諦めた...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090422_1_original.gif\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"328\" src=\"http://www.blackcat.xyz/images/articles/moe090422_1.gif\" alt=\"\"></a></p>\r<p>宮殿も途中まで...誰かが作るまで待つか～</p>',1,7845,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090422_1_original.gif\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:38:25','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090427_Chager_USB_to_microUSB',3,0,'2009-04-27 19:57:43','04/27 microUSBに給電できるUSB充電器はないのか？','','<p>兼ねてから指摘しているように<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/dic/WILLCOM\">WILLCOM</a> 03は非常に電池の持ちが悪い。半日も持たないのははっきり言って<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/dic/%E8%BE%9B%E3%81%99%E3%81%8E\">辛すぎ</a>る。</p>\r<p>仕方がないので外出先でも使用できる充電器を探そうと思う。で、<a href=\"https://store.willcom-inc.com/ec/\">WILLCOM STORE</a>, WILLCOM SHOPそしてその他の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/dic/%E3%83%8D%E3%83%83%E3%83%88%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97\">ネットショップ</a>などを検索したが使えそうなのは見つからない。</p>\r<p>WILLCOM 03の充電口はmicroUSBの形をしている。(形をしているというのはmicroUSBの規格に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/dic/%E6%BA%96%E6%8B%A0\">準拠</a>しているという<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/dic/%E3%83%A1%E3%83%BC%E3%82%AB%E3%83%BC\">メーカー</a>の記載が見つけられなかったためである。microUSBの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/dic/%E3%83%97%E3%83%A9%E3%82%B0\">プラグ</a>を採用した果てしなく規格に準拠した独自規格なのかもしれない。)</p>\r<p>まず、microUSBに給電できる充電器自体が少ない。ごくまれにmicroUSBに給電可能な充電器があっても対応機種からWILLCOM 03が外されているなど、WILLCOM 03は本当にmicroUSB準拠なのか？と疑いたくもなる。</p>\r<p>探した結果...</p>','<p>WILLCOM STOREで見つかるUSBからの給電に使えそうなグッズとして以下の4つが見つかった。</p>\r<ol>\r    <li><em><a href=\"https://store.willcom-inc.com/ec/faces/cat360/lstlsct000774/cmdprde003667/\">WILLCOM 03用 「簡単充電+Sync」リトラクタブルケーブル・デュアル</a></em></li>\r    <li><em><a href=\"https://store.willcom-inc.com/ec/faces/cat360/lstlsct000774/cmdprde003695/\">WILLCOM 03用 充電変換アダプタ(miniUSB&rarr;専用プラグ)</a></em></li>\r    <li><em><a href=\"https://store.willcom-inc.com/ec/faces/cat360/lstlsct000774/cmdprde003669/\">WILLCOM 03用 充電変換アダプタ(丸型DCプラグ&rarr;専用プラグ)</a></em></li>\r    <li><em><a href=\"https://store.willcom-inc.com/ec/faces/cat360/lstlsct000774/cmdprde003670/\">WILLCOM 03用 充電変換アダプタ(アドエス用プラグ&rarr;専用プラグ)</a></em></li>\r</ol>\r<p>1はそのまま使えるのだが、せっかく通信と充電できるのなら1つのプラグで実現して欲しい。じゃないのなら別々で良いよ。無意味にこの形にすると引っかけてそこからちぎれそうな気がするし、しまいづらそう。</p>\r<p>ということで、使えそうなのはNintendoDSやPSP用のminiUSB充電器に2を付けて使うことぐらいかな？出来ればアダプタ無しで使いたいのと、保証されないサードパーティ製品は極力避けたいのだけれどね。</p>\r<p>※メーカーサイトの注意書き<br />\r<font color=\"#ff0000\">※万が一問題が発生した場合、弁済は本製品の購入価格を上限とします。<br />\r※本体メーカーでは純正ACアダプタならびにマニュアルに記載されたUSB充電方法以外での充電に関して一切保証を行っておりません。自己責任でのご使用をお願い致します。</font></p>\r<p>WILLCOM STOREが保証してくれるなら問題ないのだけれど&hellip;WILLCOMに期待する方が間違いか</p>\r<p>最後に、<a href=\"http://japan.cnet.com/mobile/story/0,3800078151,20388401,00.htm\">主要携帯電話メーカー、充電器の標準化で合意--Micro-USBを採用へ</a> の記事のようにmicroUSBが世界標準の充電器になっても、WILLCOM STOREの表記を見るとおり03の充電プラグは独自仕様なので使えない(保証されない)のだろうな。というか、その前に本体を&nbsp; ・⌒ヾ(*&acute;_｀)ﾎﾟｲだろうけど。</p>\r<p>取りあえず、WILLCOMの問い合わせに先に下記内容で質問しておいた。</p>\r<blockquote>保証範囲について<br />\r<br />\r御社公認のサードパーティ商品である「WILLCOM SELECT」ロゴ取得商品は、認定者としてWILLCOMが商品に対し一定の責任を負うと考えて良いのでしょうか？<br />\rまた、WILLCOM STOREで販売されているサードパーティの商品群についてもWILLCOMが一定の責任を負っていると考えて良いのでしょうか？<br />\r<br />\rたとえば、充電器の場合適切な使用方法に乗っ取り使用している場合でも、充電器次第では本体が過充電などにより電池パックの膨張、時には爆発の危険性があります。<br />\rこのようなことが発生した場合、どこまでがロゴ認定者もしくは販売店の責任でしょうか？</blockquote>\r<p>さて、どのような答えが返ってくるのでしょうか？<br />\r返信に数日かかる場合がある、もしくは返信しない場合があると記載しているので、もしかすると返答を返さない可能性もあるだろう。</p>\r<p>※充電器が原因で爆発した例(信憑度は...？)</p>\r<ul>\r    <li><a href=\"http://gigazine.net/index.php?/news/comments/20080207_psp_burn_out/\">ポケットに入れていた<strong>PSP</strong>が突然爆発、12歳の少年がヤケドを負う - GIGAZINE</a></li>\r    <li><a href=\"http://gigazine.net/index.php?/news/comments/20080228_psp_burn_truth/\"><strong>PSP</strong>が爆発炎上して少年がヤケドをした事故の真相が明らかに - GIGAZINE</a></li>\r</ul>\r<p>爆発することは本当にまれなんだろうけど、充電器が原因で本体が壊れた場合充電器メーカーは本体側も保証すべきではないのだろうか？やけどをした場合、PL法はどこまでを対象としているのか？上記の例で言うと、直接的には充電器が原因で少年がやけどをしたわけではないが充電器によりPSP本体が爆発して少年はやけどをしたわけだ。<br />\r直接の因果関係にないためPL法ではなく、通常の裁判の流れになる可能性がある。すると立証するのは消費者側にあり消費者はそれを立証するのは困難である。PL法の立法趣旨が...</p>\r<p>まあ、問題なく使えることを期待する。というか、ある程度はメーカーが提供して欲しい(SHARPさんにはお願いしたけど...)</p>\r<p class=\"add\">追記<br />\rWILLCOMから返答があった。<br />\rWILLCOMもWILLCOMSTOREも一切責任を持たない姿勢のようだ。<br />\r責任は各メーカーにあるとのこと。各メーカーがWILLCOMの端末でテストしましたと言えばWILLCOM SELECTのロゴが付けられるのか、非常に甘いシステムだな&hellip;。<br />\rまだ、auの方がましだったか&hellip;<br />\rWILLCOMで良かったのは見た目の本体料金だけ、それも質が悪いんじゃ返って高くついたってもんだな。</p>\r<p class=\"add\">追記<br />\rサードパーティ製ではあるがWILLCOM 03に充電できるUSB-microUSB充電/通信ケーブルが見つかった<br />\r詳しくは[story:091117_charge_with_mobile]を参照されたい</p>',1,11467,0,0,'2009-05-27 19:57:43',0,'<a href=\"http://www.dismas.jp/dic/WILLCOM\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/dic/%E8%BE%9B%E3%81%99%E3%81%8E\">辛すぎ</a>\n<a href=\"https://store.willcom-inc.com/ec/\">WILLCOM STORE</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%8D%E3%83%83%E3%83%88%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97\">ネットショップ</a>\n<a href=\"http://www.dismas.jp/dic/%E6%BA%96%E6%8B%A0\">準拠</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%A1%E3%83%BC%E3%82%AB%E3%83%BC\">メーカー</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%97%E3%83%A9%E3%82%B0\">プラグ</a>\n<a href=\"https://store.willcom-inc.com/ec/faces/cat360/lstlsct000774/cmdprde003667/\">WILLCOM 03用 「簡単...</a>\n<a href=\"https://store.willcom-inc.com/ec/faces/cat360/lstlsct000774/cmdprde003695/\">WILLCOM 03用 充電変...</a>\n<a href=\"https://store.willcom-inc.com/ec/faces/cat360/lstlsct000774/cmdprde003669/\">WILLCOM 03用 充電変...</a>\n<a href=\"https://store.willcom-inc.com/ec/faces/cat360/lstlsct000774/cmdprde003670/\">WILLCOM 03用 充電変...</a>\n<a href=\"http://japan.cnet.com/mobile/story/0,3800078151,20388401,00.htm\">主要携帯電話メ',0,1,1,0,0,'2011-04-26 12:58:27','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090427_WILLCOM_Events',3,0,'2009-04-27 21:50:33','04/27 WILLCOMが100名さまに1万円相当の豪華グルメカタログが当たるキャンペーン実施','','<p>&nbsp;<font size=\"+0\">100名さまに1万円相当の豪華グルメカタログが当たるキャンペーンを実施中。</font></p>\r<blockquote>専用ダイヤルでエントリーを行うと、月々の他社携帯電話および一般加入電話との通話回数に応じて、毎月抽選で100名さまに1万円相当の豪華グルメカタログが当たります。<br />\r10回通話すれば、<b>当選確率10倍！</b>20回通話すれば、<b>当選確率20倍！</b>通話回数がそのまま当選確率アップにつながる！！しかも、かけた電話（発信）だけでなく、かかってきた電話（着信）も1回とカウントされるので、この機会にみんなにウィルコムの電話番号を教えて、グルメな賞品をGETしよう♪ </blockquote>\r<p>&nbsp;取りあえずくろねこもエントリーしておいた。(気づいたのは今朝ね、ライトメールなんて見ないんだもん...)</p>\r<p>ウィルコム公式サイト内の該当ページは以下 <br />\r<a href=\"http://www.willcom-inc.com/ja/cp/gourmet/index.html\">http://www.willcom-inc.com/ja/cp/gourmet/index.html</a></p>','<p>ウィルコムがお得なのはウィルコム同士の通話だけじゃない！なーんて歌ってますけど...</p>\r<blockquote>\r<p><font size=\"+0\">新ウィルコム定額プランなら、他社携帯や固定電話との通話も断然お得なんです。<br />\r<br />\r他社と比べてください！（「新ウィルコム定額プラン」の場合）<br />\r</font></p>\r<table cellspacing=\"1\" cellpadding=\"5\" width=\"520\" border=\"0\">\r    <tbody>\r        <tr>\r            <td><font size=\"+0\">他社携帯電話へ</font></td>\r            <td><font size=\"+0\">13.125円／30秒</font></td>\r        </tr>\r        <tr>\r            <td><font size=\"+0\">固定電話（一般加入電話）へ</font></td>\r            <td><font size=\"+0\">10.5円／30秒</font></td>\r        </tr>\r    </tbody>\r</table>\r</blockquote>\r<p>ある程度(2時間程度)話す人たちには...<br />\r<font size=\"+0\">「新ウィルコム定額プラン」+</font><font size=\"+0\">「新通話パック」で2,900円+1,050円＝3,950円で1時間40分話せる。</font></p>\r<p><font size=\"+0\">他社(au)の場合、約2時間のプラン...</font><br />\rフルサポートプラン-プランM(144分無料)6,930円 だが誰でも割りで...3,465円<br />\rフルサポートプラン-プランM(144分無料)5,250円 だが誰でも割りで...2,625円</p>\r<p>本当にWILLCOMって通話料が安いのか？はなはだ疑問。他社は翌月以降に持ち越しも出来るしね。<br />\r確かにパケットは速度さえ気にしなければ、PCをつないでも定額だしそう言う使い方をする人には安いかもしれない...<br />\r本体も他社に比べて激安だしね。</p>',1,3046,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.willcom-inc.com/ja/cp/gourmet/index.html\">http://www.willcom-inc....</a>',0,1,1,0,0,'2011-04-26 12:57:50','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090428_gishikinoma',3,0,'2009-04-28 16:08:42','04/28 [MOE] 儀式の間、そして伝説へ…',null,'<p>儀式の間が今日のパッチで無くなってしまうらしい。</p>\r<p>ということで、初日に参加した「儀式の間」のムービーを再度気に行くことにした。</p>\r<p>見に行くことにしたは良いけど、ループにはまって狙っていた1時開始の開始には間に合わず...</p>\r<p>そのまま、4時の開始に向かったが&hellip;<br />\r最期から2番目のガーゴイルが12匹いる部屋ここまで来たとき、俺たちは3人だった&hellip;<br />\r片側の+1匹は討伐したが、全部のガーゴイルを討伐するにはREPOP時間の関係上むずかしいと判断した。<br />\rこのまま、俺たちはこのガーゴイル部屋で&hellip;</p>\r<p>このまま散ってしまうのか&hellip;</p>','<p>待つこと約1時間強&hellip;</p>\r<p>救援か！<br />\rと思ったが、アルケィナがひとり&hellip;<br />\rしかも、ガーゴイル部屋を突っ切るのにかなりのダメージを負い、俺たちの援護活動もむなしく目の前で力尽きた&hellip;<br />\rそれから、経過儀式の間に向かう一行を確認する叫びは聞いたがそれだけだった。しかも、最初の三名の内ひとりはLDした;;<br />\r彼女が死んで1時間が経過...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_1.png\" alt=\"\"></a><br />\r彼女は帰らぬ人となった&hellip;</p>\r<p>が、その5分後増援がやってきた。最初に来たのはやはりひとりだったが、それから続々集結し全員で20名となった。</p>\r<p>これで儀式の間をクリアできるかと思えた。<br />\r俺たちは力の限り戦った、ザハークに致命傷を3度負わせることに成功したが、奴はそのたびに超回復でその困難を切り抜けた！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_2.png\" alt=\"\"></a><br />\rそして、のこりHP4割を切った頃、奴は&hellip;奴は&hellip;<br />\r逃げたのだ&hellip;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_3.png\" alt=\"\"></a></p>\r<p>取り逃がしてしまった&hellip;<br />\rこれは俺たちの敗北なのか&hellip;</p>\r<p>7時の部で再挑戦の意を固める冒険者たち&hellip;最期の聖戦に栄光を！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_4.png\" alt=\"\"></a></p>\r<p>立ち上がった。<br />\r今回は約30余名、歴戦の勇者が儀式の間に向かう&hellip;<br />\rが、むなしくも落とし穴に落ちた者がいたことは事実だ&hellip;</p>\r<p>が、俺たちは事前に作戦を練り勇敢に戦った&hellip;(頑張ったのでSSは撮れてない)<br />\rまぁ、オレはというと最期の最期で死んでしまったわけだが&hellip;<br />\r遠距離からの狙撃、ヒットアンドウェー、そしてDSが切れたら即撤退を徹底したおかげで死亡回数を極限まではらすことが出来たわけだ。4時の部は今回への教訓として役立ったわけだ。(まあ。自動戦闘によるロックターゲットが外せなかったことが、死亡原因の一員ではあるが&hellip;)</p>\r<p>が、俺たちは勝ったんだ&hellip;記念に最終メンバーでの記念撮影<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_5.png\" alt=\"\"></a></p>\r<p>しかし、俺たち冒険者以外にも記念撮影をしていた者がいたようだ！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_6_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_6.png\" alt=\"\"></a><br />\rそれはロッタンだった!!!</p>\r<p>凱旋が終わった頃、9時を回っていた&hellip;なかのひとも結構疲れた、暫く寝るとするよ&hellip;</p>\r<p>※ロッタンは最期に大爆発をして消滅した模様&hellip;記念撮影のネガは大丈夫なのか!!!<br />\r※儀式の間のムービーはニコ動でも見ることが出来る。<br />\r<a href=\"http://www.nicovideo.jp/watch/sm6869756\">【ニコニコ動画】【MoE】エルアン宮殿 儀式の間【ムービー】</a></p>',1,3680,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_5_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090428_gishikinoma_6_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.nicovideo.jp/watch/sm6869756\">【ニコニコ動画',0,1,1,0,0,'2009-05-05 02:37:50','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090430_CreateNewForderOnThunderbird',3,0,'2009-04-30 11:51:23','04/30 ThuderBird3でフォルダを作成したら...',null,'<p>以前にも書いたかもしれないが、ThunderBird 上でフォルダ名の変更、新しいフォルダ名を作成すると文字化けを起こして見える。<br />\r以前はThunderBirdを再起動すれば直ったのだが、今回はそうはいかなかった。</p>\r<p>違いは、前回はフォルダ名の変更で今回は新しいフォルダの作成</p>\r<p>新しいフォルダを作<br />\r<img width=\"196\" height=\"176\" src=\"http://www.blackcat.xyz/images/articles/090430_CreateNewForderOnThunderbird_1.png\" alt=\"\"></p>\r<p>すると文字化けを起こして見える<br />\r<img width=\"300\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/090430_CreateNewForderOnThunderbird_2.png\" alt=\"\"><br />\r(&larr;部分が該当の場所)</p>\r<p>これを再度名称変更しようとしても見えている文字が変更前として認識されているので、ThunderBirdではそのような文字列として認識しているのであろう。</p>\r<p>ただし、WEB上もしくはBeckyからは正常に見える。</p>\r<p>取りあえずバグレポートを提出することにする。</p>\r<p>追記<br />\r下記のように採番された。<br />\r<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=490752\">         <b>Bug&nbsp;490752</b></a></p>','',1,3159,0,0,'0000-00-00 00:00:00',0,'<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=490752\">         Bug&nbsp;490752</a>',0,1,1,0,0,'2009-04-30 12:02:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090501',3,0,'2009-05-01 20:45:31','05/01 [MOE] そ、そんな…嘘だと言ってよ、レイモンド～',null,'<p>最近、タイラントソロが出来ることに気づいた。</p>\r<p>タイラントのソロが出来ると言っても、非常に危険な賭なのだが&hellip;<br />\rタイラントまでたどり着いて1対1だと3勝1敗。の勝ち越しだが、山道を上がって奴に出会うところから勝負は始まってると考えると3勝20敗くらいだ。</p>\r<p>しかし、タイラント戦は非常に多くの物資を必要とする。ちなみにどのくらいかかるかというと&hellip;</p>\r<ul>\r    <li>蛇弾150発</li>\r    <li>GHP30本</li>\r    <li>GSP20本</li>\r    <li>ラッシー20本</li>\r    <li>チェイスガン+3の耐久3位</li>\r</ul>\r<p>ただで、こいつだけを倒しに行くのは割に合わない。クエストがあって初めて割が合うという物だが&hellip;</p>','<ol>\r    <li>レイモンドから「通の楽しみ」と言うクエストを受ける。<br />\r    <a href=\"http://www.blackcat.xyz/images/articles/moe090501_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090501_1.png\" alt=\"\"></a></li>\r    <li>グリフォンの卵を破壊し、それを入手する。<br />\r    [image2]</li>\r    <li>タイラント グリフォンを倒す。<br />\r    [image3]</li>\r    <li>レイモンドに報告する。<br />\r    [image4]</li>\r</ol>\r<p>なのであるが、2の時に手に持つがいっぱいだと&hellip;<br />\r[image5]<br />\rのようになり、卵が入手できない。<br />\rもう一度取ろうとしても&hellip;<br />\r[image6]<br />\r入手できない。</p>\r<p>他のキャラで卵だけ取ってきて、レイモンドに渡すことも出来て&hellip;<br />\r無事、クエスト完了か？と思われたが、タイラント討伐時の報酬オリハルコンの欠片は貰えず、ミスリルの欠片となってしまう(つд・)ｴｰﾝ</p>\r<p>皆さんは、こうならないように気をつけていただきたい。</p>',1,4475,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090501_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:39:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090503',3,0,'2009-05-03 03:04:08','05/03 [MOE] 転生の間攻略',null,'<p>ミノタウロスが戦闘放棄して逃げちゃったんだよ～</p>','<p>バグだと思うんだけど、ミノタウロスのミノちゃんが前半戦終わって穴の中に戻ったあとすぐに扉を閉めちゃったらしく。一部の冒険者は奥の部屋に入れず、向こうの部屋は向こう側でミノちゃんを倒せない状態というか隠れてしまったらしいって言うお話。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090503_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090503_1.png\" alt=\"\"></a></p>\r<p>取りあえず、バグ報告はしておいたのだけど...</p>\r<p>バグ修正した直後からバグが発生するのは困りものなんだよ～</p>',1,4300,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090503_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:39:05','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090504_at_last',3,0,'2009-05-04 22:44:29','05/04 [MOE] ついに…',null,'<p>ワラゲで活動を始めてから、ず～～～っとAmateurのくろねこ。<br />\r今朝(といっても昼頃)、渓谷をてくてく歩いているとPTに誘われて、ついて行ったら坑道を抜けて&hellip;</p>','<p>尼橋を渡って東から西に入ってそのまま中央へどこに行くのかとついて行ったら&hellip;<br />\rBSQ総大将アクセルの前だった！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090504_at_last_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090504_at_last_1.png\" alt=\"\"></a><br />\rPCの守りはおらずNPC守りはNPCばかりだったが&hellip;<br />\rアクセルを倒すことに成功！「ビスク ジェネラル メダル」を手に入れた！<br />\r<img width=\"359\" height=\"327\" src=\"http://www.blackcat.xyz/images/articles/moe090504_at_last_2.png\" alt=\"\"><br />\rこのメダル換金しに行って気づいたのだが、20,000Jもする!!!<br />\rAmatureのくろねこにとっては大金だったのは言うまでもない。</p>\r<p>その後、いつものごとく渓谷をうろついてるとEに追われているBを発見。てくてく付いていて一緒に攻撃していると、ルート権を取ったらしい。<br />\r相手はソルジャーだったらしく戦果として4ポイントも(&sigma;･&forall;･)&sigma;ｹﾞｯﾂ!!Newbieにランクアップ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090504_at_last_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090504_at_last_3.png\" alt=\"\"></a></p>\r<p>だが、その前後からやはり中身はアマチュア。何度も殺されたり...<br />\rかっこよく立ち向かっていって殺されるのはまあいいとして、回復時間を稼ごうと思って逃げ回って殺されるってかなりかっこわるかったり&hellip;</p>\r<p>そうしてまたまた&quot;Amateurのくろねこ&quot;にランクダウン。</p>\r<p>しかし、...</p>\r<p>契機は訪れるもの...<br />\r殺された坑道内で隠れて誰か来るのを待っていようと思ったら...<br />\rまたまた乱戦に巻き込まれて...Bさんを攻撃していたら...<br />\rルート権もらっちゃった。今度はNewbieだったので2ポイントの戦果で<br />\rNewbieに戻ることに成功した。</p>\r<p>また、落ちないように気を引き締めていかなきゃ！</p>',1,2797,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090504_at_last_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090504_at_last_3_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-05 02:36:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20090508182106980',2,0,'2009-05-08 18:21:06','05/08 サーバー移転テスト中',null,'<p>サーバー移行テストを実施します。<br />\r移行テスト中はサーバー内の表示が乱れるなどの問題が発生するかもしれませんが、ご承知起きください。</p>','',1,2597,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-08 18:32:27','html',1,1,null,null,0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090508_Nya_meets_GM',3,0,'2009-05-09 12:55:31','05/08 [MOE] くろねこにゃまたまたGMに遭遇',null,'<p>くろねこにゃがまたまたGMに遭遇(目を付けられた？)してしまった！</p>','<p>北東のレイス部屋で掘り掘りしていたところ....<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090508_Nya_meets_GM_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/moe090508_Nya_meets_GM_1.png\" alt=\"\"></a><br />\r上のようなGMが来て...</p>\r<p>tellしてくださいと...<br />\r「ちｗ」<br />\rとtellすると...<br />\rエモートで「くすくす笑う」を選択してくださいって指示される。<br />\rちなみに前回は、「怯える」を選択してくださいだった。</p>\r<p>このGM、対応に3分待つと言っているが3分待たない場合があるらしいので要注意。<br />\r長文を入力して時間がかかるより、取りあえずなんかtellする方がよさげ。<br />\r今回、「ちわ」と入力しようとして「ちｗ」となってしまったが、次の指示までの間に「ごくろうさまです」とか入力できる時間もあったし、取りあえず1発目が肝心そうだ。</p>\r<p>前回は、GMが帰った後レイス部屋のレイスがアクティブ化して掘るどころじゃなくなったが、今回は隣の穴に人がいたからか理由のほどはわからないが、そのようなことはなかった。</p>\r<p>MoEはGMがちゃんと監視してくれてるから、経済が安定してるのかもしれない。</p>\r<p>※GMは本人以外にも見えてるらしい。</p>',1,3055,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090508_Nya_meets_GM_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-25 02:57:22','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090510_Ketchup_Pasta',3,0,'2009-05-10 13:19:28','05/10 [MOE] ケチャップパスタ(訂正)',null,'<p>くろねこがワラゲにいくようになってから、食料に困っている。おなかがすいた時用の食料はバルドスステーキとしてる。<br />\rしかし、回避ナイトにはBuff食としてケチャップパスタが良いと聞いたので、ケチャップパスタ再び作ってみることにした。</p>','<p>前回書いた一覧表は単価計算のため用だったので材料をいくつ用意すれば半端がないのかはわかりにくかった。<br />\rなので、きっちり半端が出ない量で表を再作成することにした。ケチャッパの場合だと300個作成すれば半端が出ないようである。</p>\r<table border=\"1\" width=\"100%\">\r    <caption>ケチャッパ300個分の作成手順と必要数</caption>\r    <tbody>\r        <tr>\r            <th>単価</th>\r            <th>必要数</th>\r            <th>材料</th>\r            <th>コンバイン</th>\r            <th>材料</th>\r            <th>コンバイン</th>\r            <th>材料</th>\r            <th>&nbsp;</th>\r        </tr>\r        <tr>\r            <td>15g</td>\r            <td>50</td>\r            <td bgcolor=\"#ffccff\"><b>トマト[20]</b></td>\r            <td rowspan=\"2\">&times;2(醸造)<br />\r            <b><i>5回</i></b></td>\r            <td rowspan=\"2\"><b>トマトジュース[100]<br />\r            </b></td>\r            <td rowspan=\"5\">&times;3(焼く)<br />\r            <b><i>10回</i></b></td>\r            <td rowspan=\"5\"><b>ケチャップ[300]<br />\r            </b></td>\r            <td rowspan=\"16\">&times;1(焼く)<br />\r            <b><i>60回</i></b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>50</td>\r            <td bgcolor=\"#ffccff\"><b>塩[20]</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>100</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>塩[100]</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>100</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>砂糖[100]</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>100</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>とうがらし[100]</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>30</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>塩[30]</b></td>\r            <td rowspan=\"4\">&times;10(切る)<br />\r            <b><i>3回</i></b></td>\r            <td rowspan=\"4\"><b>ベーコン[300]<br />\r            </b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>30</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>こしょう[30]</b></td>\r        </tr>\r        <tr>\r            <td>15g</td>\r            <td>30</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>ミニウォーターボトル[30]</b></td>\r        </tr>\r        <tr>\r            <td>&nbsp;</td>\r            <td>30</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>ライオンの肉[30]</b></td>\r        </tr>\r        <tr>\r            <td>60g</td>\r            <td>120</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>オリーブの実[120]</b></td>\r            <td rowspan=\"2\">&times;5(切る)<br />\r            <b><i>12回</i></b></td>\r            <td rowspan=\"2\"><b>オリーブオイル(2個)[600]<br />\r            </b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>120</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>臼[120]</b></td>\r        </tr>\r        <tr>\r            <td>&nbsp;</td>\r            <td>300</td>\r            <td colspan=\"4\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>たまねぎ[300]<br />\r            </b></td>\r        </tr>\r        <tr>\r            <td>&nbsp;</td>\r            <td>30</td>\r            <td bgcolor=\"#ffccff\"><b>小麦[30]</b></td>\r            <td rowspan=\"2\">&times;5(切る)<br />\r            <b><i>3回</i></b></td>\r            <td rowspan=\"2\"><b>小麦粉(5個)[150]</b></td>\r            <td rowspan=\"4\">&times;5(切る)<br />\r            <i><b>6回</b></i></td>\r            <td rowspan=\"4\"><b>麺[300]<br />\r            </b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>30</td>\r            <td bgcolor=\"#ffccff\"><b>臼[30]</b></td>\r        </tr>\r        <tr>\r            <td>8g</td>\r            <td>30</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>塩[30]</b></td>\r        </tr>\r        <tr>\r            <td>15g</td>\r            <td>60</td>\r            <td colspan=\"2\">&nbsp;</td>\r            <td bgcolor=\"#ffccff\"><b>ミニウォーターボトル(2個)[60]</b></td>\r        </tr>\r    </tbody>\r</table>\r<p>これからは300個単位で作ることにしようって...<br />\rすでに麺を1,000個作ってしまった。もうちょっと作って1,200個作ることにするか&hellip;</p>\r<p>※コンバイン時にフルに材料を設定した場合であって、ただ単に端数が出ないようにというだけであれば100個単位で問題なく作成できる。</p>',1,3878,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-07-26 15:00:39','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090514_miracle',3,0,'2009-05-14 04:16:46','05/14 [MOE] 奇跡は起こった',null,'<p>くろねこがギガ下を通過中、奇跡は起こった。</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe090514_miracle_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090514_miracle_1.png\" alt=\"\"></a></p>','',1,3098,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090514_miracle_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-25 02:56:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20090515204057383',2,0,'2009-05-15 20:40:57','05/15 メンテナンスのお知らせ',null,'<p>先日引越したs344.xrea.comサーバーですが、spamhaus の SBL に登録されていたためにメール送信が行えない現状が発覚しました。<br />\rよって、再度別のサーバーに引越を行います。<br />\r引越は16日を予定しています。</p>\r<p>引越が完了しましたら追って連絡します。</p>','',1,2323,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-15 20:44:36','html',1,1,null,null,0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20090516150227765',2,0,'2009-05-16 15:02:27','05/16 サーバー再引越完了のお知らせ',null,'<p>サーバーの引越が完了しました。<br />\r通常時と同じように閲覧いただけます。</p>','',1,2529,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-05-16 15:03:55','html',1,1,null,null,0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090516_mechanival_parking',3,0,'2009-05-16 20:11:20','05/16 機械式駐車場のパレットぎりぎりに止めると…',null,'<p>くろねこのマンションは機械式駐車場が3機あります。</p>\r<p>そのなかの1区画を買い取りしたわけですが...<br />\r(分譲式駐車場で建物代と敷地代が取られているにもかかわらず、敷地権がない。なんで？？？)<br />\rくろねこが買ったのは3階の区画なんですね、高さによるお値段の違い(出庫するための時間が違う)しかないと思っていたのですが...</p>','<p>ところがどっこい。安全性に違いがあったと言うお話です。</p>\r<p>機械式駐車場にはタイヤが入る溝とその両端に耳と言われる部分がありますが、溝の片側ぎりぎりに止めると&hellip;<br />\rミラーがぽっきり折れちゃった！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/090516_mechanival_parking_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/090516_mechanival_parking_1.jpg\" alt=\"\"></a><br />\r(上の写真は撮影のために、折れたミラーを元の位置に戻しています。)</p>\r<p>「一部の幅広の国産車(レクサスの車種)や外国の車が対象なので普通は大丈夫です。」と購入時にメーカーさんが説明してくれていたんですが、折れちゃったんですけど&hellip;ってお話をしてると、端に止めると折れることがありますよって言われちゃいました。</p>\r<p>マニュアルを見ると...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/090516_mechanival_parking_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"186\" src=\"http://www.blackcat.xyz/images/articles/090516_mechanival_parking_2.jpg\" alt=\"\"></a><br />\rと書いてあるように真ん中に止めないと車が...</p>\r<p>なお、その下には</p>\r<blockquote>3.ドアミラー格納時でもドアミラーが車両幅よりも大きく外へ突き出している場合（約5cm以上）は、ミラーを損傷する恐れがあり、実車による装置との干渉確認が必要です。\r<p>と書いてあるが、実際には<br />\r<img width=\"391\" height=\"422\" src=\"http://www.blackcat.xyz/images/articles/090516_mechanival_parking_3.jpg\" alt=\"\"><br />\rのタイヤ外幅から76mmほどはみ出すとチェーンが突いているH形鋼に干渉するのでタイヤのゴムからどの程度はみ出しているかを確認しましょう。</p>\r</blockquote>\r<p>ちなみにフィットは82mmほどありました。<br />\rパレットの溝の端ぎりぎりに止めていると、H形鋼と6mmほど干渉するわけですね。<br />\r今までも何度か端に止めていたことがあったのですが、今までが運が良かっただけなんでしょう。</p>\r<p>しかし、個人的には<strong><em>遊びが少なすぎる</em></strong>と思うんですね。</p>\r<p>もうちょっと遊びが欲しい物です。</p>\r<p>本音を言うとマンションには機械式駐車場よりも自走式駐車場が欲しいのです。<br />\r機械式駐車場は土地が狭くてすみますが、維持費などが同じ立体式駐車場でも自走式に比べて大幅にコスト高です。<br />\r長い目で見るとどちらがお得なのでしょうか？(うちのマンションは機械式ですが、近くに建設中のマンションは自走式なのですね～)</p>\r<p>機械式と自走式のそれぞれのメリットが説明してあるぺージがありました。興味のある方はどうぞ。</p>\r<p>■機械式<br />\r<a href=\"http://jyusetsu-navi.cocolog-nifty.com/blog/2006/05/post_ddfa.html\">http://jyusetsu-navi.cocolog-nifty.com/blog/2006/05/post_ddfa.html</a><br />\r■自走式<br />\r<a href=\"http://jyusetsu-navi.cocolog-nifty.com/blog/2006/05/post_b70a.html\">http://jyusetsu-navi.cocolog-nifty.com/blog/2006/05/post_b70a.html</a></p>\r<p class=\"add\">06/14追記<br />\rメーカーとの電話の後ふと思ったのだが&hellip;<br />\rH形鋼ってリフトが上がったときにはミラーの下あたりの位置に来るのだが、この位置だからミラーが折れるのであって、もっと高い位置にあれば少なくともミラーとは干渉することはない。<br />\r高い位置になった分だけ床の上げ下ろしに必要なベルトの長さは長くなるが、個人的にはメリットがデメリットを上回る。<br />\rこの位置だと、キャリアを固定するバーシステムの端が干渉する恐れが残っているが、キャリアを使っている人など全自動車所有者の5％にも満たないと思う。<br />\r機会がないのでメーカーには意見できていないが、点検時など会う機会があれば、実現の可能性について聞いてみたいと思う。</p>',1,16693,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/090516_mechanival_parking_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090516_mechanival_parking_2_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://jyusetsu-navi.cocolog-nifty.com/blog/2006/05/post_ddfa.html\">http://jyusetsu-navi.co...</a>\n<a href=\"http://jyusetsu-navi.cocolog-nifty.com/blog/2006/05/post_b70a.html\">http://jyusetsu-navi.co...</a>',0,1,1,0,0,'2009-06-14 21:07:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090516_toss_a_sword_into_the_fountain',3,0,'2009-05-16 23:40:22','05/16 [MOE] おもちゃのけんを泉に投げたら…(初めての課金精錬)',null,'<p>今日は 精錬の泉「 3周年だから+3キャンペーン!! 」<span class=\"newmark\"> ということで、+3まで精錬されたアイテムを泉に放り込むと+6になって返ってくるかもしれないというイベントが行われてたんですね。<br />\r</span></p>\r<p><span class=\"newmark\">JokeRのCHを見てなければスルーしているところでした。<br />\r15日にも見ていたんだけど、自分には関係がないとスルーしていたのでｗ</span></p>\r<p><span class=\"newmark\">なぜか、そのスレッドを見て自分の「おもちゃのけん+3」も精錬できるのではないか？と気づいちゃったわけです。</span><br />\rで、たしか泉に放り込むときには「フェティッシュ タブレット」と何かがいるなと思いつつ、Wikiを確認して...<span class=\"newmark\"><br />\r</span></p>','<p>アイテムショップに購入しに行ったところ、「グレード博愛」なる物が消耗品として売ってないわけですよ！<br />\r仕方がないから聞いてみたら、アイテムではなくspで直接その場でお支払いするタイプみたいですね。</p>\r<p>あきの枠が1つしかないのと、まとめ買いするほど必要もないので「フェティッシュ タブレット」も購入を見送り、そのときの所持金で最大4回のチャレンジが出来る計算で望んだのですね～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090516_toss_a_sword_into_the_fountain_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe090516_toss_a_sword_into_the_fountain_1.png\" alt=\"\"></a></p>\r<p>すると&hellip;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090516_toss_a_sword_into_the_fountain_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"399\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/moe090516_toss_a_sword_into_the_fountain_2.png\" alt=\"\"></a><br />\r一発で出来ちゃったじゃないですか～、+8を3Mで買わなくて良かったのかもしれないな～って感じだね。</p>\r<p>※でも性能がすごく上がる感じがするのは+8,+9ですよね。</p>\r<p>※3周年だから+3キャンペーン!!概要</p>\r<blockquote>09-05-15 精錬の泉「 3周年だから+3キャンペーン!! 」<span class=\"newmark\">NEW</span><br />\r<br />\rいつも『 Master of Epic 』をご利用いただきありがとうございます。<br />\r<br />\rこの度3rdアニバーサリーを記念して、<br />\rミニゲーム「 精錬の泉 」でも3周年だから+3精錬キャンペーン!!を行います。<br />\rキャンペーン期間中に、各種「 +3アイテム 」を精錬の泉に使用すると、<br />\r精錬成功時一定確率で「 +6アイテム 」になります！<br />\r<br />\r※精錬が成功した際、100％「+6アイテム」になるわけではございませんのでご注意下さい。<br />\r※対象となるアイテムは「 +6 」が存在するアイテムのみとさせていただきます。<br />\r「 臥龍武候装備 」のように「 +3 」までしか存在しないアイテムにつきましては、<br />\r「 +6 」になりませんのでご注意下さい。<br />\r※期間中、精錬の成功率・失敗率は変化しておりませんのでご注意下さい。<br />\r<br />\r・キャンペーン期間<br />\r5月16日（土）0：00 ～ 5月16日（土）23：59<br />\r<br />\rこの機会にぜひ、「 精錬の泉 」をご利用ください。<br />\r<br />\r今後とも『 Master of Epic:The ResonanceAge Universe 』を宜しくお願いいたします。</blockquote>',1,5583,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090516_toss_a_sword_into_the_fountain_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe090516_toss_a_sword_into_the_fountain_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-25 02:56:39','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe0905220_NINGENKOKUHO-',3,0,'2009-05-20 23:02:29','05/20 [MOE] こうひんしつが人間国宝に…',null,'<p>ぼちぼちスキル上げしていたこうひんしつの装飾細工だが、これが低いばかりにゴッドハンドが結構失敗したりするので、チケットを使って一気にあげてしまうことにした。</p>','<p>が、結構スキル上げで出来た製品が売れない物。ただで配ってももらってくれる人がいない。<br />\r仕方がないのでNPCに売ったり、捨てたり...</p>\r<p>でも...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe0905220_NINGENKOKUHO-_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe0905220_NINGENKOKUHO-_1.png\" alt=\"\"></a><br />\r人間国宝に！</p>\r<p>無料配布なんかせず、NPC売りか捨てるにしておけばもっと早くスキルは上がったのかもしれない。</p>',1,3733,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe0905220_NINGENKOKUHO-_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-25 02:56:49','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20090522_HDMItoDVI',3,0,'2009-05-22 23:09:10','05/22 HDMI to DVI Adapter(音声対応)',null,'<p>以前にも書いたのだが、<a href=\"http://www.dismas.jp/aff/index.php?title=HDMI&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">HDMI</a>からDVIに変換してくれるアダプターもしくは<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ケーブル</a>という物は非常に少ない。</p>\r<p>一般に売っているアダプターもしくはケーブルは<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%98%A0%E5%83%8F%E4%BF%A1%E5%8F%B7&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">映像信号</a>のみを変換してくれるだけである。<br />\rDVIの規格は映像だけなのだろうか？映像だけと書いているサイトもあれば、<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9F%B3%E5%A3%B0&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">音声</a>信号をDVIで送信している機器もある。どちらが本当なのだろうか？</p>\r<p>まあ、それは置いておいてHDMIからDVI映像信号と音声信号に分ける手段が無いのか再調査してみた。</p>\r<p>※このようなケーブルが欲しいのは、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%8B%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">モニター</a>がHDMI対応でないというのもあるが、「<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%94%E3%83%BC%E3%82%AB%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">スピーカー</a>を別に用意したい場合もある。」そう言うときどうしたらいいのかなってこと。</p>\r<div class=\"add\">\r<p>10-02-02 追記<br />\r<a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/1001/29/news100.html\">3DのおかげでHDMI 2系統出力が身近に？</a>に気になる記載があって、下記の通りらしい</p>\r<blockquote>HDMIの元になったDVI規格は、もともとデジタル映像のデータを送出することしか想定していない。音声はHDMIとしての枠組みを決める際、通信フレームの開いている部分に音声データを載せただけ。</blockquote> 規格書も何も見ていないので肯定も否定も出来ないのだが&hellip;</div>','<p>先日ふと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%BB%E6%B0%97%E5%B1%8B&amp;affid=21mTn15NlY\">電気屋</a>に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Microsoft&amp;affid=21mTn15NlY\">Microsoft</a> Moneyを買いに立ち寄った際に、「映像<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%8B%E3%82%A2&amp;affid=21mTn15NlY\">マニア</a>はテレビについている<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%94%E3%83%BC%E3%82%AB%E3%83%BC&amp;affid=21mTn15NlY\">スピーカー</a>などで満足はしないはずだ。別でスピーカーシステムを用意しているに違いない。だとすれば<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=HDMI&amp;affid=21mTn15NlY\">HDMI</a>から<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%98%A0%E5%83%8F%E4%BF%A1%E5%8F%B7&amp;affid=21mTn15NlY\">映像信号</a>と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9F%B3%E5%A3%B0&amp;affid=21mTn15NlY\">音声</a>信号を分離するもしくはHDMIを受け付ける<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%83%87%E3%82%A3%E3%82%AA%E6%A9%9F%E5%99%A8&amp;affid=21mTn15NlY\">オーディオ機器</a>があるはずだ」と思った。</p>\r<p>そして店員に聞いてみると、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%B3%E3%82%AD%E3%83%A8%E3%83%BC&amp;affid=21mTn15NlY\">オンキヨー</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9F%E3%83%8B%E3%82%B3%E3%83%B3%E3%83%9D&amp;affid=21mTn15NlY\">ミニコンポ</a>にはHDMI1.3a対応の物があった。<br />\rやはり、あるのだ。そしてそのセンターアンプはHDMI入力2出力1であったのでたぶん音声信号を取り出し映像信号はスルーできるのであろう。ということでセンターアンプがアダプターになる訳だ。</p>\r<p>しかし、アダプターに5万前後は高いな&hellip;<br />\rもう一つ気になったことに、センターアンプからスピーカーまではむくの銅線なんだ。従来どおりただの1本の銅線に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=HDCP&amp;affid=21mTn15NlY\">HDCP</a>など対応しているのだろうか？しているはずがない。これ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%91%97%E4%BD%9C%E6%A8%A9&amp;affid=21mTn15NlY\">著作権</a>対応が出来ていないのに、HDMI1.3a対応機器なのであるのは間違いないのであろうが、その<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%B3%E3%82%BB%E3%83%97%E3%83%88&amp;affid=21mTn15NlY\">コンセプト</a>である著作権対応の精神はどこへ&hellip;</p>\r<p>そして、そう言う対応の方法が許されるのであればただのアダプターもあるはずだ！<br />\r調べてみると、そのような機器が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">インターネット</a>で見つかるのである。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A0%AA%E5%BC%8F%E4%BC%9A%E7%A4%BE&amp;affid=21mTn15NlY\">株式会社</a>ジョブルと言う会社の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%82%BF%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">カタログ</a>このカタログの一番下にそれはあった。<br />\r<a href=\"http://www.joble.co.jp/japanese/download/HDMI_DVI.pdf\">JOBLE HDMI・DVI関連機器</a></p>\r<p>そのほかにも無いかと探していると...<br />\rGefenと言う会社にも見つかった。<br />\r<a href=\"http://www.phileweb.com/news/d-av/200702/21/17863.html\">GEFEN、HDMI/DVI変換アダプターなどアクセサリーシリーズ新製品を発売</a></p>\r<p>ただ、結構高いJOBLEのは他のサイトで10万以上していたし、GEFENのアダプタも46,000もするし...<br />\rこれならスピーカーもついているオンキヨーのミニコンポを買うよって感じだよ。<br />\r<br />\r何とかアダプター<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8D%98%E4%BD%93&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">単体</a>で1万円以下がおいら的には許容範囲だな...でないかな...</p>',1,18668,0,0,'2009-06-21 23:09:10',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=HDMI&amp;affid=21mTn15NlY\">HDMI</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">ケーブル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%98%A0%E5%83%8F%E4%BF%A1%E5%8F%B7&amp;affid=21mTn15NlY\">映像信号</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9F%B3%E5%A3%B0&amp;affid=21mTn15NlY\">音声</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%8B%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">モニター</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%94%E3%83%BC%E3%82%AB%E3%83%BC&amp;affid=21mTn15NlY\">スピーカー</a>\n<a href=\"http://plusd.itmedia.co.jp/lifestyle/articles/1001/29/news100.html\">3DのおかげでHDMI 2系統出力が身近に？</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%BB%E6%B0%97%E5%B1%8B&amp;affid=21mTn15NlY\">電気屋</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Microsoft&amp;affid=21mTn15NlY\">Microsoft</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%8B%E3%82%A2&amp;affid=21mTn15NlY\">マニア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%94%E3%83%BC%E3%82%AB%E3%83%BC&amp;affid=21mTn15NlY\">スピーカー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=HDMI&amp;affid=21mTn15NlY\">HDMI</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%98%A0%E5%83%8F%E4%BF%A1%E5%8F%B7&amp;affid=21mTn15NlY\">映像信号</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9F%B3%E5%A3%B0&amp;affid=21mTn15NlY\">音声</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%83%87%E3%82%A3%E3%82%AA%E6%A9%9F%E5%99%A8&amp;affid=21mTn15NlY\">オーディオ機器</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%B3%E3%82%AD%E3%83%A8%E3%83%BC&amp;affid=21mTn15NlY\">オンキヨー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9F%E3%83%8B%E3%82%B3%E3%83%B3%E3%83%9D&amp;affid=21mTn15NlY\">ミニコンポ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=HDCP&amp;affid=21mTn15NlY\">HDCP</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%91%97%E4%BD%9C%E6%A8%A9&amp;affid=21mTn15NlY\">著作権</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%B3%E3%82%BB%E3%83%97%E3%83%88&amp;affid=21mTn15NlY\">コンセプト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">インターネット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A0%AA%E5%BC%8F%E4%BC%9A%E7%A4%BE&amp;affid=21mTn15NlY\">株式会社</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%82%BF%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">カタログ</a>\n<a href=\"http://www.joble.co.jp/japanese/download/HDMI_DVI.pdf\">JOBLE HDMI・DVI関連機器</a>\n<a href=\"http://www.phileweb.com/news/d-av/200702/21/17863.html\">GEFEN、HDMI/DVI変換',0,1,1,0,0,'2010-02-03 21:33:43','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090528_install_Windows7',3,0,'2009-05-29 02:24:45','05/28 Windows7RCをインストールしてみた',null,'<p>Windows7をインストールしてみた。</p>\r<p>インストールは一見正常に動作したが．．．</p>\r<p>ハード面では、LBT-HP110C2&nbsp;(Bluetooth&nbsp;ヘッドセット)とCD-Rの書き込みだけが正常に動作しないことを確認している。<br />\rソフト面ではThunderbird3&nbsp;Beta2の動作が少々おかしい、1つのメールが2つに見えたりすることがしばしば、WindowsXPの際にはBeta1であったので、これがWindows７上で動作させた場合にのみ発生するのかどうかは不明。</p>\r<p>※FireFoxとThunderbird3は%AppData%のRoming以下のそれぞれのフォルダに以前のProfileをコピーして設定を移行させている。</p>','<p>インストール時の構成から変更することによって使用可能になった機器・ソフトウェア</p>\r<ul>\r    <li>Canon&nbsp;MP600&nbsp;(プリンタ)<br />\r    &rarr;メーカー提供Vista用ドライバを組み込み</li>\r    <li>Master&nbsp;of Epic (オンラインゲーム)<br />\r    &rarr;WindowsXP sp3互換を選択<br />\r    (ただし、C:&#92;Program&nbsp;Filesの下にインストールしているので、GONZO ROSSOの規定どおりC:&#92;の直下にインストールした場合にこのオプションが必要になるかどうかは不明。)</li>\r</ul>\r<p>LBT-HP110C2 だが、Bluetoothの設定でサービスとしてヘッドセットにチェックを付けると、LBT-HP110C2(Mono&nbsp;Audio)が「このデバイスを開始できません。 (コード 10)」という状態になり、トラブルシューティングが必要となる。しかし、サービスとしてヘッドセットを利用するように設定しなくても、LBT-HP110C2(Mono&nbsp;Audio)は別途インストールされている状態であり、2つめのドライバをインストールしなければならない理由がわかりかねる。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/090528_install_Windows7_1_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"396\" src=\"http://www.blackcat.xyz/images/articles/090528_install_Windows7_1.PNG\" alt=\"\"></a><br />\r<img width=\"112\" height=\"126\" src=\"http://www.blackcat.xyz/images/articles/090528_install_Windows7_2.PNG\" alt=\"\"></p>\r<p>また、サービスとしてヘッドセットを利用しない場合でも、LBT-HP110C2(Streo Audio)は正常に機能しておらず(Windowsは異常と診断していない)、サウンド出力先としてBluetooth Audio Renderer(LBT-HP110C2(Stereo&nbsp;Audioを))選んだ際には、サウンドが出力されない。Bluetooth&nbsp;Hands-free Audio(2-&nbsp;LBT-HP110C2(Mono Audio))を選択した際には正常にサウンドが出力されている。</p>\r<p>んー、このあたり何とかならない物だろうか、それでなくてもDELL&nbsp;C521はSigmatel&nbsp;Audioはマイクとサウンドのミキサーがドライバで提供されていないという最悪なディバイスを搭載しているのに、Bluetooth&nbsp;Audioにまで見放されたくはない物だ。</p>',1,5315,11,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/090528_install_Windows7_1_original.PNG\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-05-29 20:26:38','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090529',3,0,'2009-05-29 17:24:45','05/29 MoE on Win7',null,'<p>Windows7RCの環境に移行して2日目。意外に問題は少ない。問題はないわけではないが、工夫次第で何とかなっている感じである。</p>\r<p>MoEをインストールしてから、不正終了したのは1回。XPの時にもたまにあったからこれはWindows7の環境だからというには時期尚早。</p>\r<p>Windows7の環境に移行して発生していた問題点と現時点での回避方法をまとめてみた。</p>','<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\" width=\"80%\">\r    <caption>Master of Epic Windows7の環境での問題点と対策</caption>\r    <tbody>\r        <tr>\r            <td>№</td>\r            <td>問題点</td>\r            <td>対策</td>\r        </tr>\r        <tr>\r            <td>1</td>\r            <td>アップデーターがパッチをダウンロードできない</td>\r            <td>互換モードでこのプログラムを実行させる(WindowsXP sp3互換) or 管理者権限で実行</td>\r        </tr>\r        <tr>\r            <td>2</td>\r            <td>スクリーンショットが保存されない</td>\r            <td>シンボリックリンクを作成する</td>\r        </tr>\r        <tr>\r            <td>3</td>\r            <td>マウスドライバがMoEにキー送信できない</td>\r            <td>№1で互換モードで実行させた弊害。</td>\r        </tr>\r    </tbody>\r</table>\r<p>以前にも書いたが、C:&#092;にインストールせず、C:&#092;Program Files以下にインストールしたからか、パッチをダウンロードできなかった。この問題は互換モードで実行させることによって回避可能であったが、バーチャライゼーション・テクノロジーもしくは<a title=\"AMD Virtualization\" href=\"http://ja.wikipedia.org/wiki/AMD_Virtualization\">AMD Virtualization</a>（AMD-V）で動作させていることもあり、マウスのボタンに割り当てたキーがうまく動作しない弊害が生まれた。この問題は互換モードを辞めると解決するのだが、今度はまたパッチがダウンロードできなくなるだろうと予想。ただ、フォルダにReadOnly属性がついていたようなのでこれを外してみた。また、パッチがダウンロードできないかどうかは次回パッチ提供日にならないと検証のしようがない。</p>\r<p>2)screenshotが保存されないと言う問題に対しては下記の方法で回避できた。<br />\rMoEをインストールしたフォルダにscreenshotと言うフォルダが出来るがこれを削除して、新たに別のフォルダへのシンボリックリンクを作成する。<br />\r通常であれば、インストールフォルダ&#092;screenshotに保存されるスクリーンショットが、シンボリックリンクよってスルーされリンク先に保存されるので書き込みの問題が回避できたようだ。他にも回避方法があるかもしれないが、くろねこの場合にはスクリーンショットはバックアップをユーザーデータとして取りたいので(システムのフォルダにドキュメントなどのデータを持ちたくないので)この対応とした。<br />\rWindows7ではVistaと同様に</p>\r<pre>\rmklink /D screenshot [リンク先]</pre>\r<p>とすることで作成できた。</p>\r<p>このほか、フォントをWindows7に無いものを選んでいると、勝手に変更されてしまう問題もあるが軽微だろう。というか変換されず表示されない方が困る。</p>\r<p>3)の問題については[story:090804_SendKeys_under_UAC]で解決できたのであわせて書いておく。</p>',1,6310,0,0,'2009-06-28 17:24:45',0,'<a href=\"http://ja.wikipedia.org/wiki/AMD_Virtualization\">AMD Virtualization</a>',0,1,1,0,0,'2010-05-08 13:12:36','html',1,1,'','Master of Epic, MoE, Windows 7',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090529_ESET_smart_security',3,0,'2009-05-29 20:27:01','05/29 ESET smart security に既知の不具合',null,'<p>ESET smart securityには既知の不具合が確認されているらしい。</p>\r<p>確認されている<strong>らしい</strong>というのは、Microsoftが確認されていると確認ダイアログを出すだけで、販売元の<a href=\"http://canon-its.jp/product/ess/\">キヤノンITソリューションズ</a>はそのことを承知していないからだ。</p>\r<p>おそらく開発元とMicrosoftとの間で不具合が確認されやりとりされているのであるのだとは思うが、キャノンには情報が降りてきていないということだろうか？</p>\r<p>同ソフトを導入していると起動時に下記のようにダイアログが表示されて、不具合の内容が確認できるようになっているが、日本語の説明はない。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/090529_ESET_smart_security_1_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"154\" src=\"http://www.blackcat.xyz/images/articles/090529_ESET_smart_security_1.PNG\" alt=\"\"></a></p>\r<p>キャノンITソリューションズでは、Windows7の環境では検証中で何も把握できていないようなので、Windows7販売日が近くなるまで情報は提供されないかもしれない。</p>','',1,5208,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://canon-its.jp/product/ess/\">キヤノンITソリューションズ</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090529_ESET_smart_security_1_original.PNG\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-06-21 20:24:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090606_After_changed_to_the_uniform',3,0,'2009-06-06 22:02:05','06/06 制服に着替えてから～',null,'<p>まだまだ、この業界では一般的なんですかね？</p>\r<p>本日ある派遣会社の方に確認したら、某大手スーパーでは...</p>\r<ul>\r    <li><em><strong>制服に着替えてから、タイムカードの打刻</strong></em></li>\r    <li><em><strong>タイムカードを打刻してから私服に着替え</strong></em></li>\r</ul>\r<p>と言われました。制服の着用は義務。</p>','<p>とある労働局の判断では、</p>\r<ul>\r    <li><a href=\"http://www.ibarakiroudoukyoku.go.jp/soumu/qa/time/time01.html\">労働時間とは使用者の指揮命令下におかれる時間</a></li>\r</ul>\r<p>判例でも同様の判断がなされたことがあると書かれていることがありますね。</p>\r<p>大手半導体工場では見ている限り、</p>\r<ul>\r    <li><em><strong>タイムカードの打刻後に制服に着替える</strong></em></li>\r    <li><em><strong>私服に着替えてから退社前に打刻</strong></em></li>\r    <li><em><strong>タイムカードは各工場の玄関付近に設置<br />\r    </strong></em>(流石に敷地の門付近ではないではないが、敷地内の各建物の玄関に下駄箱と更衣室が固めて設置され、その横にタイムカードがある。)</li>\r</ul>\r<p>そこは労働局の判断どおりですね。</p>\r<p>結構、某スーパーのような意識を持ってらっしゃる方も多いですけど、大型スーパーの従業員は防災のドアを通ってから作業場まで30分くらいかかる※こともあって、従業員側から見ると結構無駄に拘束される時間が多いのも事実ですね。</p>\r<p>使用者側から見るとだらだら着替えて、トイレに行って、たばこを一本吸ってから&hellip;という人がいたりして無駄と思うことも良いんでしょうけどね。</p>\r<p>※防災は1Fで、制服がある場所は3F(男性に更衣室はない&hellip;っておいっ！)で、タイムカードは2Fで作業場は1Fにあるって構造だったりします。(某大手スーパーの例) また、そう言うところでは、「5分前に作業場に来てね」と言われたり&hellip;義務じゃないと言われそうですが。</p>\r<p class=\"add\">追記<br />\r一応この件、派遣元の名古屋の企業には「違法行為ですよね？」と確認しておきましたが、先方がそうなっていると言うことでご了承頂きたいと言われた。特にそれ以上の反論はしていないが。<br />\r<br />\rまた、契約社員として採用・派遣しているスタイルであるが、就業規則など頂けるんでしょうか？と確認したところ特にないです...<br />\rおかしいですよね。少なくともどちらかの就業規則に縛られると思うのだが。(法的には派遣元、実質的には双方じゃないかと思うのだが？)<br />\r<br />\rさらには、期間の内1日だけ働いて辞めた場合、給料は支給しないと明記。この記載って賃金の全額払の規定（労働基準法第24条１項）に抵触するような気もするのだが、派遣先が支払拒否してるのかな？<br />\r派遣先からは支払われているにもかかわらず、派遣元の判断で制裁を科しているとすれば違法行為だと思うんだが。<br />\r※制裁を科すためには就業規則の規定に従う必要があり、さらに減給の処分は平均賃金の１日分の２分の1しか減額できないことになっている。1日働いたのであれば、半日分は支給しないとだめってことですね。</p>',1,4343,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.ibarakiroudoukyoku.go.jp/soumu/qa/time/time01.html\">労働時間とは使用者の指揮命令下におかれる時間</a>',0,1,1,0,0,'2009-06-14 21:14:10','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090607_macro',3,0,'2009-06-07 21:31:04','06/07 [MOE] このマクロはまずいのか…','','<p>城門を出てトマトを収穫していた際の話。<br /><br />長時間収穫をしているといちいち収穫物をクリックしてターゲットするのは面倒である。<br />また、コーラルなどでは間違ってターゲットした際に訂正する手間と時間がもったいない！<br />ということで、マクロを作った。</p>\r<ol>\r<li>/targetnpc</li>\r<li>/locktarget</li>\r<li>/pause 3</li>\r<li>/cmd [収穫(刈る)]</li>\r<li>/pause 3</li>\r<li>/locktarget off</li>\r</ol>\r<p>使ってみると実に便利なのだが....<br />ただし、ルートはマクロに出来ないからめんどくさい。あと、収穫できる範囲＞ルートできる範囲という関係が成り立っているので、荷物が重いと一番外側の収穫物は取れないときがある。(おなかがすいてるときにも面倒だな&hellip;)<br />このあたりは、レイス部屋で穴と穴の間に立って採掘などしている人には周知の事実なのであろうが。</p>','<p>何か寝マクラーと勘違いされているようで、トマトと名付けた召還コウモリをこっちに飛ばしてきたりする。<br />こっちが、黙って黙々と収穫をしているとエスカレートをしてさらにとばしてくるんだが、トマトという名前に反応している訳じゃありませんから！<br />しかし、同じNPCに反応するわけでこっちの動きはあっちの意図したとおりにだと認知されるんだろうな。<br />ということで、わざとらしく...「何でこの召還コウモリはトマトって名前なのかな？」ってsayで発言してみると...<br />無言でアルターで逃げ帰るとか...<br />人の邪魔して無言でおさらばですか！</p>\r<p>どのあたりまでは無視すべきで、どのあたりから反応を返すべきなのだろうか。</p>',1,17435,0,0,'2009-07-07 21:31:04',0,'',0,1,1,0,0,'2012-04-07 11:30:47','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20090608024216976',2,0,'2009-06-08 02:42:16','06/08 間違って「パラメータチェック」を復旧中→02:58完了',null,'<p>システムの使用方法をよく知らずに、誤った操作をしてパラメータチェックを削除してしまいました。</p>\r<p>元に戻すためのバックアップを確認して修復作業を行いますので、今しばらくお待ちください。</p>\r<p class=\"add\">追記<br />\r02:58 対応を完了しました。</p>','<p>自分メモ<br />\r<strong>破損ファイル報告：対応を終了したからといって「削除」を押してはいけない。正しい操作は「無視」</strong></p>\r<ul>\r    <li>無視：破損ファイル報告を削除</li>\r    <li>削除：ダウンロードエントリーを削除<br />\r    (ファイル自身・履歴は削除されない)</li>\r</ul>',1,2622,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-06-08 03:02:33','html',1,1,null,null,0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090621_AMD_GraphicDriver',3,0,'2009-06-21 19:12:48','06/21 ドライバはWHQLの方が安定する',null,'<p>Windows7導入時に自動的に選択されたグラフィックドライバでMaster of Epic(MoE)は問題なく動作していたが、Xenepic Online(ゼネ）は動作しなかった。</p>\r<p>Microsoftが提供している？ドライバにはOpenGLが導入されていないようである。</p>\r<p>そこで、AMD（ATI)のサイトから最新のグラフィックドライバV9.5(2009/6/2 DL)をダウンロードして使用していたのだが、どうも休止から復帰する際に異常終了する。仕方がないのでヴァージョンは1つ下がるが、<span id=\"ctl00_ctl00_MasterTemplateContent_PageContent_ctl01_win71_win7_DriverLabel\">Windows 7 WHQL Driver</span>のV<span id=\"ctl00_ctl00_MasterTemplateContent_PageContent_ctl01_win71_win7_VersionLabel\">8.612(2009/5/5)をダウンロードして使用してみた。</span></p>\r<p><span>現時点で休止からの復帰を含めて問題なく動作している。</span>やはりWHQLはテストの手順をきちんと踏んだだけあって出来が違うと感じた。</p>\r<p>このブログを書いてる時点では最新版のV9.6(2009/6/15)がリリースされているが、ダウンロードする必要性を感じていないのでスルーするつもり。新しくWHQL Driverがリリースされればダウンロードして使用するだろうが。</p>\r<p>&nbsp;</p>','',1,3618,0,1,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-06-21 19:29:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090624_KPlanning_AEON',3,0,'2009-06-24 14:56:43','06/24 こことはもう付き合いたくはない',null,'<p>誰でも「もうこことは付き合いたくはない」という会社がいくつかあるだろう。</p>\r<p>社会人になった最初の会社、と今回2社が加わった。<br />\rくろねこ現在休業中でアルバイトをするためにとある名古屋の派遣会社と契約をしたのだ。</p>\r<p>派遣先は先日も書いた某大手小売業の会社。たしか業界では国内№1だったかと思う。ここのやり方は一言で言えば使い捨てだ。今思えば某ソフトハウスも使い捨てだった。<br />\r派遣先のとある部門のサブがとてもひどいのだが、自分が雇い入れてないからかパートやアルバイトはいくらでも後で入ってくると思っているのだろうか、それとも上司に怒鳴られた鬱憤をその辺にぶつけているのだろうか。人と物に当たりまくり。</p>\r<ul>\r    <li>指示がすごく適当</li>\r    <li>指示内容の復唱・確認をすると嫌がる</li>\r    <li>ドアや商品などを蹴る</li>\r</ul>\r<p>が主なところだが、入って数日も経ってない状態では物がどこにあるのか、作業の仕方もわからないのは当然だと思うが、彼の行動が確認しづらい環境を作ってるんだ。<br />\rパートやアルバイトを育てないと自分の仕事が楽にならないと思うし、辞めたらまた1から教えないとダメなことを考えると今いる人をなるべく永く勤めて貰えるようにうまく誘導するのが正社員の仕事の一つだと思うんだ。<br />\rじゃないと、教育コストって言うのは結構かかる物だと思うんだよね。<br />\r&nbsp;</p>','<p>あまりにも、対応がこどもなので(実年齢も24歳と聞いているが)、派遣元に相談してみたのだがまるで聞く耳を持たない。<br />\r「上から見てあげてください」とか分けわからんことを言う。「現状を甘受せよと言うことですか？」と聞き返しても同じことを繰り返すのみで対応する気がない。<br />\r就業条件明示書(兼)派遣労働者雇入通知書には、「派遣労働者からの苦情の申し出があった場合、工及び乙で連絡・協議し、地帯の内容誠実に対応するように努める。そしてその結果について必ず派遣労働者に通知することとする。」とあるがこのような門前払いでは話にならん。</p>\r<p>次からこの派遣会社の仕事には承けない。</p>\r<p>モバイルドットコムの仕事内容から、この派遣先の仕事だけフィルタリングできるようにならないかな？</p>',1,1413,0,0,'0000-00-00 00:00:00',0,'',0,1,0,0,0,'2009-06-25 06:34:19','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090624_DOCOMO_T-01A',3,0,'2009-06-24 15:22:38','06/24 T-01Aについて問い合わせしてみた',null,'<p>くろねこが持っている<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">WILLCOM</a>の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">スマートフォン</a>(WILLCOM 03)は非常に使いづらい。</p>\r<p><img width=\"176\" height=\"250\" class=\"floatright\" src=\"http://www.blackcat.xyz/images/articles/090624_DOCOMO_T-01A_1.jpg\" alt=\"\"><br />\r電話がなかなかかけられないし、受けるのも受話ボタンを何度か連打しないと取れない。ひどいときには受話するために30秒以上かかる。</p>\r<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B9%97%E3%82%8A%E6%8F%9B%E3%81%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">乗り換え</a>を検討中</p>\r<p>今<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%BC%E3%82%B2%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ターゲット</a>にしている機種は<a href=\"http://www.dismas.jp/aff/index.php?title=DOCOMO&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">DOCOMO</a>の<a href=\"http://www.dismas.jp/aff/index.php?title=T-01A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">T-01A</a>と<a href=\"http://www.dismas.jp/aff/index.php?title=HT-03A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">HT-03A</a>。<br />\rHA-03Aの方はまだ<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%82%BF%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">カタログ</a>を入手できていないので詳細がわからないが、いずれも最新の機種でT-01Aは<a href=\"http://www.dismas.jp/aff/index.php?title=TOSHIBA&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">TOSHIBA</a>初のスマートフォンで大画面ととても薄いスタイリッシュな<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%83%87%E3%82%A3&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ボディ</a>が売りだ。また、HT-03AはスマートフォンではメジャーなHTC製だが、OSが<a href=\"http://www.dismas.jp/aff/index.php?title=Google&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">Google</a>のAndloidとある意味どちらも初物で危険なにおいがぷんぷんする代物だ。</p>\r<p>取りあえずT-01Aについて<a href=\"http://www.dismas.jp/aff/index.php?title=TOSHIBA&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">TOSHIBA</a>さんにカタログに載っていない部分を聞くことが出来たのでまとめてみた。</p>','<p>T-01Aについて聞いてみたこと</p>\r<ul>\r    <li><a href=\"http://www.dismas.jp/aff/index.php?title=Bluetooth&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">Bluetooth</a>について\r    <ul>\r        <li>同じ<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%91%A8%E6%B3%A2%E6%95%B0%E5%B8%AF&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">周波数帯</a>である<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E7%B7%9ALAN&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">無線LAN</a>と同時利用可能。<br />\r        (<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BD%E3%83%95%E3%83%88%E3%82%A6%E3%82%A7%E3%82%A2&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ソフトウェア</a>で禁止はしていない。だが同周波数帯であるため干渉は避けられないので非推奨)</li>\r        <li>同時接続機器数<br />\r        <a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%A2%E3%83%AA&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">メモリ</a>の使用状態に依存2-3機器であれば問題ない</li>\r        <li>同時接続<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">プロファイル</a>数<br />\r        メモリの使用状態に依存2-3プロファイルであれば問題ない</li>\r    </ul>\r    </li>\r    <li><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">パケット</a>利用時の電池連続使用時間<br />\r    <a href=\"http://www.dismas.jp/aff/index.php?title=Outlook&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">Outlook</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">メール</a>：自動巡回設定(10分間隔、メールサイズ1kB)の場合40hの連続使用が可能。<br />\r    (電波状態を非考慮。<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%82%BF%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">カタログ</a>にある移動時の連続待受時間と考えてよさそう)</li>\r    <li>Outlookメール使用後の自動切断が可能</li>\r    <li><a href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">Windows</a> Mobile(OS部分)のバージョンアップの可能性について<br />\r    DOCOMさんは否定していたがTOSHIBAさんとしてはバージョンアップについて未定とのこと。</li>\r    <li>電話の<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%AE%9F%E8%A3%85&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">実装</a>方法<br />\r    Windows Mobile上のソフトウェアである。Windows Mobileが<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%83%AA%E3%83%BC%E3%82%BA&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">フリーズ</a>した際には、やはり再起動するしかないようである。<br />\r    しかし、電話<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">アプリ</a>に関しては複数のシステムがの管理機能で問題があると認識されれば、<strong>自動</strong><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%96%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\"><strong>リブート</strong></a>が働くのでTOSHIBAのサポートとしては大丈夫とのこと。</li>\r</ul>\r<p>またT-01Aについてではないが、DOCOMOさんでは「スマートフォンの故障時にショップごとに対応が違う可能性がある」とはしながらも、「基本的に同じOSのスマートフォンを代替機として貸し出す用意がある」と返答頂けた。<br />\rちなみに、WILLCOMは5年以上前のただの電話機を貸し出される。<br />\r<br />\rまあ、基本料金も<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%AF%E6%9C%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">端末</a>料金も全然違うWILLCOMとDOCOMOだが、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%BC%E3%83%89%E3%82%A6%E3%82%A7%E3%82%A2&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ハードウェア</a>もサービスもサポートもDOCOMOの方がかなりましそうだと言う感じは受けた。<br />\r実際に契約してみないとわからないことも多いだろうが、初物で危険な地雷を踏むのはちょっとためらいがあるのも事実である。<br />\r買い換えるのに10万くらいかかりそうだというのもあるし...</p>',1,5424,0,2,'2009-07-24 15:22:38',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B9%97%E3%82%8A%E6%8F%9B%E3%81%88&amp;affid=21mTn15NlY\">乗り換え</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%BC%E3%82%B2%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ターゲット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=DOCOMO&amp;affid=21mTn15NlY\">DOCOMO</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=T-01A&amp;affid=21mTn15NlY\">T-01A</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=HT-03A&amp;affid=21mTn15NlY\">HT-03A</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%82%BF%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">カタログ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=TOSHIBA&amp;affid=21mTn15NlY\">TOSHIBA</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%83%87%E3%82%A3&amp;affid=21mTn15NlY\">ボディ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Google&amp;affid=21mTn15NlY\">Google</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=TOSHIBA&amp;affid=21mTn15NlY\">TOSHIBA</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Bluetooth&amp;affid=21mTn15NlY\">Bluetooth</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%91%A8%E6%B3%A2%E6%95%B0%E5%B8%AF&amp;affid=21mTn15NlY\">周波数帯</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E7%B7%9ALAN&amp;affid=21mTn15NlY\">無線LAN</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BD%E3%83%95%E3%83%88%E3%82%A6%E3%82%A7%E3%82%A2&amp;affid=21mTn15NlY\">ソフトウェア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%A2%E3%83%AA&amp;affid=21mTn15NlY\">メモリ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB&amp;affid=21mTn15NlY\">プロファイル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">パケット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Outlook&amp;affid=21mTn15NlY\">Outlook</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%82%BF%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">カタログ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%AE%9F%E8%A3%85&amp;affid=21mTn15NlY\">実装</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%83%AA%E3%83%BC%E3%82%BA&amp;affid=21mTn15NlY\">フリーズ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA&amp;affid=21mTn15NlY\">アプリ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%96%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">リブート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%AF%E6%9C%AB&amp;affid=21mTn15NlY\">端末</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%BC%E3%83%89%E3%82%A6%E3%82%A7%E3%82%A2&amp;affid=21mTn15NlY\">ハードウェア</a>',0,1,1,0,0,'2010-01-24 11:06:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090628_nProtect',3,0,'2009-06-28 00:25:30','06/28 nProtectが動かない',null,'<p>最近ゴールドウィングの後継と言われるG2をやり始めたのだが、これがWindows7で動かない。</p>\r<p>最初は、インストーラのダウンロードの失敗した。</p>\r<p>って言われて諦めていたのだが、XPのPCでダウンロードしたインストーラを動かしてみたらあっさりインストールできる。<br />\rならばと、インストール後にIEからスタートボタンをクリック。エラーが出て動かん...<br />\r取りあえず、環境チェックを動かしてみたらDirectX1.0って出るや無いか！そんなはずはないんだが、一応念のためにDirectX9.0c SDK(開発者用キット。しかし、何で各社開発用キットをインストールさせようとするんだろうか、ゴミいっぱいはいるのに&hellip;ちなみにグラボの最新ドライバを導入すればたいていDirectXの最新版はインストールされる。)<br />\rさらに進めて、IEを管理者モードで動かしてスタートボタンをポチッと。動くや無いか！。パッチのアップデートが始まり、ゲームが起動する&hellip;<br />\rっとここで問題発生!!</p>\r<p><strong><em>いきなりブルースクリーン!!!</em></strong></p>\r<p>えーっ！マジっすか～<br />\rいろいろ調べてみたら、nProtectってクラック対策ソフトが悪さしているみたい。OSのバージョンを調べて何かしているようなのね。</p>\r<p>x86(32bit版)ではなくx64版だと動作するゲームがあるようなのだが&hellip;。また、非公式パッチというものもあるようだが、面倒だからパス！パス、ぱす、passなのじゃ!!!</p>\r<p>取りあえず、問題はWindows7が最初からインストールされたNewPCを買うまで先延ばしとする。<br />\rNewPCはサードウェーブさんかパソコン工房さんあたりにしよう。DELLで買うと新しいOSとか新しいデバイスが出たときにBIOSのアップデートとかが無くて導入できなくて非常に苦労する。</p>\r<p>DELLは何もしない、買ったままで使う人向け！だな。<br />\r(ってみんな知ってるよね。)</p>','',1,3874,0,0,'2009-07-28 00:25:30',0,'',0,1,1,0,0,'2009-10-10 20:59:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090719',3,0,'2009-07-19 19:08:55','07/19 お久しぶりです～',null,'<p>最近自宅に入るんですがMoEにインしてる時間はめっきり減りました。<br />\r減ったのは貯金もかなり減りました。<br />\r減っちゃったので取りあえず個人年金とかつぶしたり、保険を見直したりホントいつまで続くんだろうNEET生活&hellip;</p>\r<p>で、おもしろい動画を見つけたので見てくださいな。</p>\r<p>MoEの集金活動が活発化してますがそれに対する皮肉でしょうね～？<br />\r取りあえず、くろねこはギムナとカーミラと生産者用のクラフトマン装備しか持ってないですね。<br />\rカーミラはもう使ってないので倉庫が着ていて結構もったいない感じもしますが....<br />\rやはり、グラフィック装備はしっかり選んでから買いたい物ですね。倉庫が圧迫されてIDが増えて、ID管理(メールアカウント管理)が面倒で...</p>\r<p>動画は、続きをご覧ください！</p>','<p><iframe height=\"176\" frameborder=\"0\" width=\"312\" scrolling=\"no\" style=\"border: 1px solid rgb(204, 204, 204);\" src=\"http://ext.nicovideo.jp/thumb/sm7623738\"><a href=\"http://www.nicovideo.jp/watch/sm7623738\">【ニコニコ動画】【MoE】総統はもえガチャに怒ってるようです。【MAD】</a></iframe></p>\r<p>MoEとは全く違うんだけど、同じ時に見つけたグラディウスVの255周目の動画はすごい！としか言いようがなかった。<br />\r一時期ゲームセンターに通いましたが1周出来るかどうかだったのに255周なんていったい...</p>\r<p><iframe height=\"176\" frameborder=\"0\" width=\"312\" scrolling=\"no\" style=\"border: 1px solid rgb(204, 204, 204);\" src=\"http://ext.nicovideo.jp/thumb/sm14362\"><a href=\"http://www.nicovideo.jp/watch/sm14362\">【ニコニコ動画】(スーパープレイ) グラディウスⅤ 255周目　ステージ1～3</a></iframe><br />\r<iframe height=\"176\" frameborder=\"0\" width=\"312\" scrolling=\"no\" style=\"border: 1px solid rgb(204, 204, 204);\" src=\"http://ext.nicovideo.jp/thumb/sm17818\"><a href=\"http://www.nicovideo.jp/watch/sm17818\">【ニコニコ動画】(スーパープレイ) グラディウスⅤ 255周目　ステージ4～6</a></iframe><br />\r<iframe height=\"176\" frameborder=\"0\" width=\"312\" scrolling=\"no\" style=\"border: 1px solid rgb(204, 204, 204);\" src=\"http://ext.nicovideo.jp/thumb/sm18194\"><a href=\"http://www.nicovideo.jp/watch/sm18194\">【ニコニコ動画】(スーパープレイ) グラディウスⅤ 255周目　ステージ7～8</a></iframe></p>',1,2799,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.nicovideo.jp/watch/sm7623738\">【ニコニコ動画',0,1,1,0,0,'2009-07-19 19:40:04','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090719_DestinyMemo',3,0,'2009-07-19 19:42:14','07/19 最近ハンゲを起動しながら…',null,'<p>最近仕事を探しながらハンゲでわくわくフィッシングなど&hellip;</p>\r<p>横で息子が同じようにハンゲをしてるんだけど、神経衰弱モンスターズ何かやっててカードの場所をメモしないと間違ってばかりで勝てなかったりするんですよ。<br />\r嫁はメモ用紙にメモしてますがね。</p>\r<p>それを横目に見ながら、C#でメモツールを作ってみました。</p>\r<p>パケット横取りで自動メモなんて出来れば最高なんですがね。取りあえずメモできればいいっか～ってぐらいなもんですよ。</p>\r<p>※初めてのC#で作成したアプリなので意外に時間がかかったよ。Delphiで作れば10分かからなかったかも&hellip;</p>\r<p>&darr;ダウンロード&darr;<br />\r[file:34]</p>','',1,2921,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-07-20 17:45:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090723_put_in_part-time',3,0,'2009-07-23 14:46:57','07/23 アルバイトの応募',null,'<p>くろねこ休業中で最近数件のアルバイトに応募したんだけど、電話もしくはメールで受け付けだけしておいて1週間以上何も返答を返してこない企業って常識を疑うよね...</p>\r<p>非常識な企業に入ってからもめるよりは良かったと思うべきか...</p>','',1,2986,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-07-23 14:52:25','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090726_drop',3,0,'2009-07-26 13:21:32','07/26 珍しい物が落ちてた',null,'<p>昨日、完全にうちのMX-Revolution(マウス)が壊れたのでSideWinderを買いにYAMADA電機に行こうと車に乗った。</p>\r<p>で、うちの駐車場を出たとき路上をカブトムシのような黒い物体が横切ってる。車を止めて確認してみたらやはりカブトムシ！<br />\r息子を連れてYAMADA電機を後回しにしてコーナンに虫かごなどを買いに行くことにした。<br />\rコーナンでは、虫のケースとおがくずと立ち木と皿木とゼリーを合わせて1,500円くらいだった。虫1匹しか居ないから小さい方から2個目のを買おうと思ったけど、土を入れると狭そうだから結局もう一個上のサイズの虫ケースになった。<br />\rでも、カブトムシなんかすぐに死んじゃうんだろうな。</p>\r<p>で、マウスはというと、コーナンに併設のJoshinがあるにもかかわらず、なぜかその斜め向かいのケーズデンキに...<br />\rここ数年は、いつもケーズデンキで買うことが多いから癖かな？</p>\r<p>SideWinderが置いてなかったので店員に聞いてみたら、最初に示された価格が定価とここから値引きできますって言われたので、<a href=\"http://www.amazon.co.jp/gp/product/B001G57UZ6?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=7399&amp;creativeASIN=B001G57UZ6\">X5</a><img height=\"1\" border=\"0\" width=\"1\" src=\"http://www.assoc-amazon.jp/e/ir?t=blackcatlab-22&amp;l=as2&amp;o=9&amp;a=B001G57UZ6\" alt=\"\" style=\"\" />と<a href=\"http://www.amazon.co.jp/gp/product/B001T4Z9XE?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=7399&amp;creativeASIN=B001T4Z9XE\">X8</a> の値段を突っ込んで聞いてみることにした。ついでに自宅でX5の値段を<a href=\"http://www.kakaku.com/\">価格.com</a>で調べていたのでその値段も併せて伝えて...<br />\rその金額+&alpha;程度の値段が良いね。って話を店員と&hellip;店員も納得してくれてX5の定価5,600円のところ4,800円で予約ことが出来た。<br />\rちなみにX8も同じくらいの値引率だったけど、物も見てないし手に合うかどうかもわからないから取りあえずX5で。</p>\r<p>早く来ると良いなぁ。</p>\r<p>X5にしたのは、Microsoftや4Gamerにある対談を読んでX8のブルーレーザーとか充電が切れても充電しながら使える点、あとサイドボタンの形状とかはX8の方がよささそう何だけどX8ていらない機能がたくさんあって、X8のX5的な廉価バージョンが出れば買いかな～？って個人的には思ってるからちょっと様子見。立て2段のサイドボタンの使い心地はどうなのか、興味津々。</p>','',1,2993,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.amazon.co.jp/gp/product/B001G57UZ6?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=7399&amp;creativeASIN=B001G57UZ6\">X5</a>\n<a href=\"http://www.amazon.co.jp/gp/product/B001T4Z9XE?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=7399&amp;creativeASIN=B001T4Z9XE\">X8</a>\n<a href=\"http://www.kakaku.com/\">価格.com</a>',0,1,1,0,0,'2009-07-27 13:58:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090731_chotto',3,0,'2009-07-31 22:17:55','07/31 [MOE] ちょ…',null,'<p>ちょっと、どこに入ってんのよ!!</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/090731_chotto_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/090731_chotto_1.png\" alt=\"\"></a><br />\rすっぽりきれいにスカートの中に&hellip;</p>\r<p>※インしたあとペットをターゲット&rarr;ロックターゲットして確認したらこんな状態</p>',1,3481,1,1,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/090731_chotto_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-08-01 16:51:11','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090804_SendKeys_under_UAC',3,0,'2009-08-04 20:16:06','管理者権限で動作するアプリに対するキーボード操作','','<p>Windows7の出荷も近くなり、7RCやVista上でアプリを使っている人も増えてきたのではないかと思う。</p>\r<p>これらのOSにはUAC(User Access Control)と言う機能があり、セキュリティ向上の役割を果たしているというのは周知の事実であると思う。が、この機能は結構めんどくさい物であり、 OFFにするとXPと同様になるがセキュリティが低くなるジレンマに追いやられる。</p>\r<p>くろねこのPCではUACはONであり、UACが動作していると正常に動作しないアプリに対しては個別に管理者権限で起動させるなどの対策を行っている。通常のアプリであれば基本的にそれ程問題にならないのであるが、これがMMOやFPS系のゲームだとマウスに割り当てたキーボード操作が正常に行えず、XPなどに対して不利になることは明白である。</p>\r<p>また、SideWinderシリーズなどのゲーミングマウスでは、<br /> <em><strong>マウスが管理者</strong></em><em><strong>モード</strong></em><em><strong>に対してキーボード操作出来ることは必須(当然)である</strong></em><br /> といえる。</p>\r<p>この問題への対応としてLogitech(日本ではロジクール)のMX-Revolutionを使用しているときには、<strong>SetPointを管理者として実行</strong>していた。しかし、Microsoftの場合には設定画面が表示されるだけでそのあと常駐しているように見えない。なにを管理者権限で実行して良いのかちょっと首をかしげる。実はIntelliPointをインストールした際にデスクトップに出来る<strong>Microsoft マウス</strong>これを起動すると影でipoint.exeと言うプログラムが動作する。このプログラムを管理者権限で動作させればSetPointの際と同様に管理者権限で動作するプログラムに対してもキー送信できるようになるのだが...</p>\r<p>ちょっと落とし穴があり、起動時には管理者権限で実行することが出来なかった。<strong>ipoint.exe</strong>のプロパティから互換性タブにて、「<strong>特権</strong><strong>レベル</strong><strong>を管理者としてこのプログラムを実行する</strong>」と変更しても起動時に管理者権限で動作しなかったし、スタートアップにショートカットを作成しそのプロパティを変更してもダメだった。</p>\r<p>Microsoftのサポート担当の方が良い方法を考えてくれたので、ここで公開することにする。<br /> おそらく他の起動時に管理者権限が必要なアプリに応用可能だと思うので、起動時にUACのダイアログが出ることに不快だと思う方は試されると良いだろう。</p>','<p>起動時にプログラムを管理者権限(最上位の特権で実行する)方法。</p>\r<p style=\"margin-left: 40px;\"><strong>下記のタスクスケジューラによるタスクの作成の前に、msconfigの[スタートアップ]タブからipoint.exeを見つけて動作を無効化しておいてください(チェックOFF)。もしくはスタートアップフォルダから削除願います。</strong><br /> 理由：下記の方法で作成するタスクによる起動よりもスタートアップのタイミングが早く、まずスタートアップによってipointが起動します。このため後からタスクスケジューラがipointを起動しようと試みた際には二重起動防止プロセスにより無効化されるからです。</p>\r<ol>\r<li>コンピュータの管理を起動する<ol>\r<li>コンピュータの管理の起動手順<br /> <a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"364\" src=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_1.png\" alt=\"\" /></a><br /> コンピュータの管理が起動したら、左のペインのタスクスケジューラをクリック</li>\r<li>タスクスケジューラ選択後の画面<br /> <a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_2_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"286\" src=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_2.PNG\" alt=\"\" /></a></li>\r</ol></li>\r<li>タスクスケジューラで基本タスクを作成する<ol>\r<li>基本タスクの作成<br /> 任意で名称を設定する<br /> <a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_3_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"263\" src=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_3.PNG\" alt=\"\" /></a></li>\r<li>タスクトリガーログイン時を選択する<br /> <a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_4_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"263\" src=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_4.PNG\" alt=\"\" /></a></li>\r<li>操作<br /> 起動を選択する<br /> <a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_5_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"263\" src=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_5.PNG\" alt=\"\" /></a></li>\r<li>プログラムの開始<br /> ipoint.exeのパスを入力する。参照を使っても良い。<span style=\"text-decoration: line-through;\">起動時引数などは必要でない。</span><br /> 上記の様にパスだけでも実行することは可能だが、<em>優先順位が<strong>普通以下</strong>になるという問題が確認された</em>。<br /> このため、このテキストボックスにはipoint.exeのパスの前に「cmd.exe /c start \"ipoint\" /abovenormal」を付ける。<br /> <strong>例1)cmd.exe /c start \"ipoint\" /abovenormal \"C:&#092;Program Files&#092;Microsoft IntelliPoint&#092;ipoint.exe\"</strong><br /> <a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_6_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"263\" src=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_6.PNG\" alt=\"\" /></a></li>\r<li>完了<br /> 設定内容を確認し、OKをクリック<br /> <a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_7_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"263\" src=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_7.PNG\" alt=\"\" /></a></li>\r</ol></li>\r<li>出来たタスクのプロパティを変更する<ol>\r<li>プロパティを表示する<br /> <a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_8_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"286\" src=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_8.png\" alt=\"\" /></a></li>\r<li>最上位の特権で実行するにチェックしてOKをクリック<br /> <a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_9_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"284\" src=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_9.PNG\" alt=\"\" /></a></li>\r</ol></li>\r</ol>\r<p>以上で次回ログイン時からIntelliPointが管理者権限で実行され、管理者権限で動作しているアプリに対してもキーボード操作を行うことが出来る。</p>\r<p class=\"add\">10/01/14追記<br /> スタートアップよりipointを無効化しておかないと二重起動防止プロセスによりタスクスケジューラによるipointの起動が制限される。<br /> このため上記方法をとっても管理者権限でipointが起動しないと言う問題が発生するのでその回避方法を追記。<br /> (読者様より指摘をいただきました。)</p>\r<p class=\"add\">11/07/19追記<br /> 以前から気づいてはいたのですが&hellip;<br /> Microsoft IntelliPoint 8.0.1以降、上下のサイドボタンにキーボード操作を割り当てても動作しないことが確認されています。この現象がすでにマイクロソフト社に確認されている不具合なのかそうではないのかわかっておりません。8.1になっても同様の現象が確認されることから、おそらく気づいていないのか、もしくはくろねこの環境に起因する問題であると推測されます。先日、OSのフォーマットを行い確認してみたのですがこの現象が確認出来たため、マイクロソフト社に問い合わせしてみようと思います。</p>\r<p class=\"add\">11/08/16追記<br /> MSさんにお問い合わせしました。 MSさんの方では同様の現象は発生しないと言うことでこの3日間ほど双方で調査した結果、RoboFormとバッティングしていることがわかりました。<br /> と言うことで、RoboFormにも修正依頼をかけないとだめそうでした&Sigma;(&gt;_&lt;;)</p>\r<p class=\"add\">14/05/11追記<br />最新のドライバ「<span>マウス キーボード センター」を使用したところ、RoboFormとの問題は発生しないことが確認できました。すでに1年以上使用していますが、問題は発生していません。ちなみに環境はWindows8.1に上げています。</span></p>',1,24723,1,0,'2009-09-03 20:16:06',0,'<a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_2_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_3_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_4_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_5_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_6_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_7_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_8_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090804_SendKeys_under_UAC_9_original.PNG\">http://www.blackcatlab....</a>',0,1,1,0,0,'2014-05-12 09:35:29','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20090806004706196',2,0,'2009-08-06 00:47:06','サイトメンテナンスのお知らせ',null,'<p>8月6日12:00~13：00(予定)にサイトのメンテナンスを行います。</p>\r<p>上記時間帯はサイトにアクセスが出来ない場合がありますのでご了承ください。</p>','',1,2140,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-08-06 00:49:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20090806124540679',2,0,'2009-08-06 12:45:40','サイトメンテナンス完了',null,'<p>サイトのメンテナンスが完了しました。</p>','',1,2193,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-08-19 23:52:56','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090819_RouterTrouble1',3,0,'2009-08-19 19:59:50','08/19 ルーターがおかしい1',null,'<p>くろねこの家はGyao光でつながっている。</p>\r<p>今週日曜日に既存の接続はつながるけれども、新しいぺージは見ることが出来ない不具合が発生した。<br />\r新しいぺージが全く参照できないわけではなく、たまにそのサイトにつながるけれども読み込み中にタイムアウトみたいな状況になるときもある。<br />\rちょっとおかしな状況だった。<br />\rそのときには、自分のPCから近い方から順番に再起動していって原因がルーターにあることまでは把握したのだが、時間がなかったのと再起動で復旧してしまったのでルーターの詳細な理由までは不明だった。</p>','<p>昨日、23:00頃からまた同様の現象が発生した。今回はルーターのランプ、ルーターの状況の確認を行った。<br />\rすると、システムログに「NAT TX-ERROR List Create Error」が大量に発生していることが判明した。これが原因だったようだ。調べてみると、『NECのルータ全般に問題があるみたいで、NATのテーブルを再利用しないため最後まで使い切ってしまうと新しく割り当てしてくれないため本体を再起動でもしないとつながらなくなる』と記載されているページが発見できた。バグだな...日曜日問い合わせたら一定期間でつながらなくなるようなトラブルは報告されていませんとか聞いたんだが、Gyao光のサポセンはざるか...</p>\r<p>Gyao光ブロードバンドコールセンターに問い合わせの電話をかけているのだが、混み合っていてつながらない。20:00前から何度かかけているのだがつながりそうにない...<br />\r困った...</p>',1,2580,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-08-19 23:49:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090819_RouterTrouble2',3,0,'2009-08-19 23:23:00','08/19 ルーターがおかしい2',null,'<p>問題点については、[story:090819_RouterTrouble1]を参照頂くとして...<br />\rネットで数多く報告されているこの「NAT TX-ERROR List Create Error」が大量に出る問題Gayo光サポートサポセンに電話して一応方向性が決まったのでメモ。</p>\r<p>Gayo光側でも問題がつかめていなかったので、調査をすることになった。その調査方法を下記にメモ。</p>','<ul>\r    <li><strong>くろねこ側の調査点</strong><br />\r    ルーターの設定を変更して問題が発生するか確認する<br />\r    約一ヶ月間(後述の9月末までにGayo光側から連絡が来るまで)に問題が発生しなければ、この設定で問題は起きないであろうと判断する。\r    <ol>\r        <li>\r        <p>通信ログの設定を出力しないようにして問題の発生を確認</p>\r        </li>\r        <li>\r        <p>ルーターの初期化を設定して問題の発生を確認<br />\r        IP電話の設定、LAN側IPアドレスの変更はサポセン側も許可</p>\r        </li>\r    </ol>\r    </li>\r</ul>\r<ul>\r    <li><strong>Gayo光側の調査点</strong><br />\r    <ol>\r        <li>製造元(NEC)に連絡して問題の原因の調査に当たる。回答は9月末を期限とし、くろねこに報告することとする。<br />\r        (くろねこはこのルーターの直接のユーザーでは無いため、基本的に問い合わせが出来ない。なのでGyao光に問い合わせしてもらってGyao光がくろねこに対しサポートを行う)</li>\r    </ol>\r    </li>\r</ul>\r<p>このGyao光側がくろねこに指示した内容を見ている限り、<strong>通信ログのリストを作るのを失敗していると勘違いしている気がしてきた...</strong><br />\r<em><strong>NATの変換テーブルのリストに対し、新規エントリーを作れないから問題点が発生しているのである</strong></em>と思うのだが...<br />\rぼーっとしてて突っ込み忘れた＞＜、この辺がへぼ頭の限界か&hellip;；</p>\r<p>まあ、これで問題点が解決すればいいのだが、NAT変換テーブルの問題だったらすぐに問題は発生しそうだね。</p>',1,2554,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-08-19 23:51:47','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090821_RouterTrouble3',3,0,'2009-08-21 16:02:34','08/21 ルーターがおかしい3',null,'<p>先日から(よく考えると結構前から？)動作がおかしいルーター。</p>\r<p>Gayo光側示した手順に従って症状が改善するか、1個目のステップ「通信ログの設定を出力しないようにして問題の発生を確認」を実施してみたが症状は改善したかわからない様子。(以前はシステムログが取れていたので症状発生すれば確認できたが、今はないので無理。動作が極端に遅くなる問題だけ体感可能という状況。)</p>\r<p>これではダメなので、2個目のステップ「ルーターを初期化してみる」を実施。<br />\rこれが、最悪の結果に...</p>','<p>ルーターの再起動は誰でも出来るからOKだったんだけど...<br />\rその後のIP電話の設定で何度やってもIP電話の設定画面にログインできない。設定手順が2種類あってもう一個の方法でするとルーターが誤動作を起こしてしまう。サポセンにかけても結局解決しない...回線の問題もあるかもしれないと回線側の調査もするから数日時間が欲しいと...</p>\r<p><em><strong>電話はライフラインですぞ！</strong></em></p>\r<p>早急に解決して欲しいと依頼をしてその場は取りあえず引き下がった...<br />\rしかし、ルーターが出力していたエラー内容についてまだNEC側に問い合わせしていないのはほめられた手順じゃないと思うんだよね。</p>',1,2208,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-08-21 16:14:05','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090829_TrafficGate',3,0,'2009-08-29 11:40:15','08/29 久しぶりにTrafficGateからのメールを見た',null,'<p>久しぶりにTrafficGateからのメールを見たんだよね。</p>\r<p>今回はおもしろそうなアフィリエイトサイトの紹介があった。<br />\rそのアフィリエイトサイトは<a href=\"http://ad2.trafficgate.net/t/r/20/3617/23413_23413/\">DISMAS</a>って言うんだけど、ブログを見に来てくれた人がわかりにくいかなぁ？って思うところに百科事典へのリンクを付けられるの！<br />\rはてなとかにあるような感じかなぁ？<br />\rブログを読んでくれた人にはわからないところがあればその内容をすぐに百科事典で調べることが出来るし、ブログを書いた人には調べてもらった分だけ報酬が発生するらしい。何でそんなことで報酬が発生するのかメリットが良くわからないのだけど、とにかく発生するって書いてあるの。</p>\r<p>一件、良いことだらけに見えるんだけど...<br />\r取りあえずやってみないとわからないからこれから挑戦してみるつもり!!!<br />\rねこのブログにある言葉にリンクがあったらそれは百科事典へのリンクかもしれないし、その文字列が商品だったらその商品へのリンクかもしれない。<br />\rどちらへのリンクかは前後で判断してくれるとありがたいかな？</p>\r<p>ブログを書いてる人がこの<a href=\"http://ad2.trafficgate.net/t/r/20/3617/23413_23413/\">DISMAS</a>に登録したいなぁって思ったときのためにリンクを作っておくのだぁ～<br />\rしたのリンクをクリックしてね。</p>\r<p> <a href=\"http://ad2.trafficgate.net/t/r/19/3617/23413_23413/\">サイト登録不要！アフィリエイトキー即時発行！無料で使えるディスマス</a> </p>','',1,3120,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://ad2.trafficgate.net/t/r/20/3617/23413_23413/\">DISMAS</a>\n<a href=\"http://ad2.trafficgate.net/t/r/20/3617/23413_23413/\">DISMAS</a>\n<a href=\"http://ad2.trafficgate.net/t/r/19/3617/23413_23413/\">サイト登録不要',0,1,1,0,0,'2009-08-29 11:52:32','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090829_RouterTrouble4',3,0,'2009-08-29 18:01:26','08/29 ルーターがおかしい4',null,'<p>前回のあとサポートから電話があって、原因不明だけどルーターの交換になった＞＜；<br />\r原因不明というのが気になって原因を聞いてみたけど返答がない。ルーターが取り替えになるとIP電話の設定とか全部消える。IP電話の設定はGyao光のサーバーに接続できないと設定できないので、回線の状況によっては接続が行えないらしい。ということは、新しいルーターを送ってもらっても接続が完了しないと言うことだ。それでは困るので設定した上で送ってきて欲しいと言った。何度か出来ない/して欲しいともめたあと検討して電話をくれることになったが...</p>\r<p><em><strong>折り返しの電話はなかった&hellip;</strong></em></p>\r<p>連絡がないので、次の日営業に連絡を取りサポートとのやりとりを説明して、事態の説明を求めた。<br />\rさらに次の日営業からの連絡があり、サポセンが引越だったので連絡がうまく出来ていなかったので連絡が取れなかったらしいと原因を聞いた。それなら<strong>一過性の問題かと深く追求はしなかった</strong>のだが...<br />\rあと、ルーターは現地のMDF配下でないと設定が行えない仕様らしいのでこちらでは出来ないのでお願いします、とのことであったのでまあそう言うことであればと土曜日(本日)着で送ってもらった...</p>','<p>本日、そのルーターが届いたので設定を試みるが同じくネットにはつながるけど、IP電話の設定が完了しない模様...</p>\r<p>仕方がないのでサポセンに再度TEL、何度かやりとりするが...<br />\rこちらの状況を説明して(約5分程度)あっちで確認するために30分ほど待たされて...<br />\rまた5分ほど説明して...を繰り返した。<br />\rパスワードがもしかしたら変わっているのかもしれない？とか勘違いしてる可能性もあるかもしれない？とか思って担当に読み合わせをお願いしたけど個人情報の問題で&hellip;と拒否されたりもした。こっちがお願いしてる時点でその目的に関しては利用に同意しているのだから良いだろうに...それとも何かそのあとその情報を利用して社員が悪いことに使うのか...</p>\r<p>ちょっといらいらしてきたので、もっと詳しい上長を出してくれないか？と求めたら<br />\r2,30分時間をクレと言われて、ちょっと余裕を見てじゃあ50分頃に電話してくれるね？って応じたら...</p>\r<p><em><strong>その後2度と電話が鳴ることはなかった...</strong></em></p>\r<p>ふざけてやがる!!!</p>\r<p>月曜日、営業から状況の確認の電話が入るのだが、そのときまでにサポセンから折り返しの連絡が無い様であれば、営業の出方次第ではGyaoは辞めてNTTに変えよう...</p>\r<p class=\"add\">追記<br />\rGyao光 会員ツールにはログイン出来て、通話履歴を見られるのに...と思いつつ<br />\r嫁に嫌みを言われながらルーターをリセットしてもう一度最初からIP電話の設定を実施&hellip;<br />\rおおおおお、何でか知らんけどIP電話設定できてるみたい&hellip;</p>',1,2245,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-08-30 18:50:56','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090830_elections',3,0,'2009-08-30 17:31:30','08/30 選挙には行った？',null,'<p>選挙にはもう行った？</p>\r<p>くろねこは朝のうちに済ませてきました。いつもは政治がおもしろくなるように比例区には共産党を推していたのだが、以前に共産党に送ったメールの返答を見て共産党には愛想を尽かした経緯があるので、今回は自民党に！</p>\r<p>なぜ今はやりの民主党でないかというと、民主党の政策には根拠が薄い。幸福実現党なんか言うまでもない。民主党に入れようと思った人は一度麻生君の所信表明演説最初から最後まで聞いてあげて欲しい。だからといって自民党に100％の信頼を置けるかというとそうでもないんだけど。</p>\r<p>どこに入れるかは別としてせっかくの一票是非有効活用してくださいね。<br />\r出来れば最高裁裁判官の国民審査ももうちょっと宣伝して欲しい物です。ネットでこの裁判官は何をしたか調べていってもこの状況では<br />\r<strong><em>完全に死票</em></strong><br />\rになってしまいます。これはとても悲しい現実ですね...</p>','',1,2330,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-08-31 20:50:29','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090830_drive',3,0,'2009-08-30 17:43:15','08/30 ちょっとお散歩に…',null,'<p>ちょっと福井まで散歩に&hellip;</p>\r<p>うちは滋賀県なんだけど行きは高速で敦賀まで1,000円、ETCがあると安いな～と思っちゃうけど、湖西道路が元々ただだからそっちを使ったら値段はもっとお安い。時間は5割増し程度にはなるかもしれないけど...</p>\r<p>と言うわけで帰りは湖西道路で帰ってきてみました...<br />\r結果、全然問題なし！</p>','<p>ところで、現地の敦賀にある日本海さかな街ではいろいろな海鮮丼が食べられるんだけど、くろねこはどんぶりに「まぐろ」、「ねぎとろ」、「かに」の三種をトッピングして頂きました。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/090830_drive_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/090830_drive_1.png\" alt=\"\"></a><br />\r&uarr;くろねこが食ったやつ</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/090830_drive_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/090830_drive_2.png\" alt=\"\"></a><br />\r息子が食ってるやつ(すでに何匹か食われてる状態&hellip;)</p>\r<p>本当は、まぐろじゃなくて本まぐろをトッピングして欲しかったんだけど、システム上無理みたい＞＜；<br />\r※まぐろは冷凍で、本まぐろは生だったようです。</p>\r<p>あと、おうちで食べるようにズワイガニと甘エビとウルメイワシ金太郎イワシと、明太子<br />\r金太郎イワシはさかな街中程にある試食で賑わう辻物産のにーちゃんお勧めの一品。<br />\rあれだけ試食を振る舞っていると言うことは、この金太郎イワシとかにはその分の金額がかなり上乗せされているんだろうなぁって思うのであります...<br />\r他の店は何も言わないでも値段が下がっていくのに、この店は基本的に下がらないね。いっぱい買えば下がるのかもしれないけど、今日は2点しか購入してないから不明＞＜；前回はどうだったのかなぁ？</p>\r<p>いろいろ買ってたら冷凍庫に入り切らなくなったようです...</p>\r<p>入りきらない分は、今日中に食べないと...</p>',1,2287,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/090830_drive_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/090830_drive_2_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-09-04 05:19:26','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx090901',3,0,'2009-09-01 18:47:27','くろねこのFX状況でも書いてみようかななのだ',null,'<p>くろねこがFXを6月に始めて6月は非常に(くろねことしては)儲かったんだけど、7月の1周目、8月の1周目が厳しかった＞＜；特に7月がね&hellip;</p>\r<p>結構負けちゃってどうしようかと思ってるんだけど&hellip;<br />\r8月からは気を取り直して少なくても黒字を確保していくように、証拠金比率を予想される下落幅よりも多めに確保することで対応していこうかなって思って実践中です。</p>\r<p>本当は、損をしそうって判断が出来て損切りが出来てなおかつ底で買い直しが出来れば最高なんでしょうが、初心者故そうはいきません。<br />\r最近は、証券会社が提供してくれてるNW24ニュースを見て相場の予想に役立てています。</p>\r<p>それまでは、下がったところで買って上がったら売ってってチャートしか見てなかったもので&hellip;</p>\r<p>儲かればいいな。</p>','',1,2764,1,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-09-08 18:56:29','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe090901',3,0,'2009-09-02 12:47:18','09/01 ラーヴァ進化させておくのを忘れた～＞＜；',null,'<p>メンテ開け後ラーヴァをケイジから出して見たんだけど、死んだときのような挙動ですね&hellip;</p>\r<ul>\r    <li>色が暗い</li>\r    <li>命令を聞かない</li>\r    <li>動かない</li>\r</ul>\r<p>育成させるのが出来るのか出来ないのか？育成できるとすれば、非アクティブのペットのように育成になるのか？エクスペリエンスパウダーであげるしかないのかその辺は全く実験してないのでわかりません。</p>','<p>ただ、くろねこが持っているラーヴァは3匹でして、うち2匹が育成中でした。<br />\rそのラーヴァの1匹が49.0でしたが他方は52.7と進化条件のレベルをクリアしていたので進化は出来るか試してみることにしました&hellip;</p>\r<p>ラーヴァにGHP10個を一気に与えます&hellip;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe090901_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe090901_1.png\" alt=\"\"></a><br />\rするとー<br />\r進化できちゃいました！</p>\r<p>あっ、進化したところのSS取ってないわ!!!</p>\r<p>まあ、出来たちゅーことで勘弁を。</p>',1,3118,2,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe090901_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-09-02 13:08:41','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090902_SidewinderX8',3,0,'2009-09-02 13:55:56','09/02 Sidewinder X8 のスクロールがおかしい',null,'<p>先日ホイールボタンクリックが効かなくなって交換してもらったSidewinder X8 なのだけど、スクロール量が中途半端なスクロールだったり、MoEなどのゲームでスクロールしなかったりおかしいからサポートに問い合わせてみたら...</p>\r<p>日本語サイトには無い<a href=\"http://www.microsoft.com/hardware/download/DownloadResult.aspx?category=MK&amp;type=Mouse&amp;name=m_sidewinderx8&amp;os=Win7_32&amp;lang=jpn\">IntelliPoint 7.0</a>のダウンロードを案内された。<br />\rダウンロードしてみたらばっちりOKだった。<br />\r良かった、良かった</p>\r<p>※1以前[story:090804_SendKeys_under_UAC]でお知らせした方法でipoint.exeを動かしてる人は、事前にタスクマネージャから閉じておかないとセットアップが始まらないかもしれません。</p>\r<p>※2マイクロソフトのマウスが複数種類(ノッチのあるホイール付きマウスと、ノッチのないスムーズに回るホイール付きマウス)を混在させていると、ノッチのないスムーズに回るホイール付きマウスが優先的に反応して思い通りにならないと言う事例があるそうです。くろねこの所は大丈夫のようです。</p>','',1,4055,0,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.microsoft.com/hardware/download/DownloadResult.aspx?category=MK&amp;type=Mouse&amp;name=m_sidewinderx8&amp;os=Win7_32&amp;lang=jpn\">IntelliPoint 7.0</a>',0,1,1,0,0,'2009-09-02 19:06:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090903_WILLCOM_03_Bug',3,0,'2009-09-03 19:26:04','09/03 WILLCOM 03におけるバグ…','','<p>ずーっと悩まされているWILLLCOM 03の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%B0&amp;affid=21mTn15NlY\">バグ</a>に加えて追加で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=SHARP&amp;affid=21mTn15NlY\">SHARP</a>に追加でバグ報告を&hellip;</p>\r<ul>\r    <li>電話帳が姓でしか<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BD%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">ソート</a>されない</li>\r    <li>通話後終話<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%82%BF%E3%83%B3&amp;affid=21mTn15NlY\">ボタン</a>を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">タップ</a>しても電話が切れたことを認識しない時がある</li>\r</ul>\r<p>等々を報告したわけだが、</p>\r<p>姓でしかソートされないのは仕様らしい&hellip;&Sigma;(･&omega;･ﾉ)ﾉ<br />\r姓と名でソートしたい場合には連絡先という別<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA&amp;affid=21mTn15NlY\">アプリ</a>を使って欲しいとのこと、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a> 03使用に当たってはどう考えても電話帳を推奨しているとしか思えない<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A7%8B%E6%88%90&amp;affid=21mTn15NlY\">構成</a>なのに&hellip;</p>\r<p>他方、電話が切れたことを認識しない件はすでにSHARPで一部認識されていたらしく、WILLCOM 03のロックがかかったまま終話操作を行うと終話処理が正しく行えない場合があるらしい。こうなると<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">リセット</a>しかないので早めに直して欲しいのだが&hellip;</p>\r<p>先日からのバグを含めてどう考えてもSHARPにはバグを直そうという気がないらしい&hellip;</p>\r<p>蛇足だが、先日<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">アルバイト</a>先でSHARPの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%82%B8&amp;affid=21mTn15NlY\">レジ</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%A9%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">トラブル</a>があった。<br />\rレジの使用者は自動<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%83%E3%82%AF%E3%82%A2%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">バックアップ</a>でレジのバックアップを取っており、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A3%E3%83%BC%E3%83%8A%E3%83%AB&amp;affid=21mTn15NlY\">ジャーナル</a>が日々バックアップされていると信じていた。(SHARPにもそう説明されたらしい)<br />\rしかし、実際には自動バックアップでは1日分しかバックアップされず、レジの設定とジャーナルは毎日同じ名前でバックアップされているため、毎日上書きされている仕様とのこと。</p>\r<p>「毎日ちゃんとバックアップが取れる」と言う言葉自体には問題は無いのだろうが、明らかに使用者の利用方法を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E8%A6%96&amp;affid=21mTn15NlY\">無視</a>した設計だし、サポセンの回答も<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85&amp;affid=21mTn15NlY\">利用者</a>の意図を理解しない回答だったと思う。SHARPは全社このような企業<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%B9%E9%87%9D&amp;affid=21mTn15NlY\">方針</a>で物を作っているのか？</p>\r<p>最近<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>した<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%AF%E3%82%AA%E3%82%B9&amp;affid=21mTn15NlY\">アクオス</a>で何かトラブルが起こらないかとても心配だ！</p>','',1,3634,3,0,'2009-10-03 19:26:04',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%B0&amp;affid=21mTn15NlY\">バグ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=SHARP&amp;affid=21mTn15NlY\">SHARP</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BD%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">ソート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%82%BF%E3%83%B3&amp;affid=21mTn15NlY\">ボタン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">タップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA&amp;affid=21mTn15NlY\">アプリ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A7%8B%E6%88%90&amp;affid=21mTn15NlY\">構成</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">リセット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">アルバイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%82%B8&amp;affid=21mTn15NlY\">レジ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%A9%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">トラブル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%83%E3%82%AF%E3%82%A2%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">バックアップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A3%E3%83%BC%E3%83%8A%E3%83%AB&amp;affid=21mTn15NlY\">ジャーナル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E8%A6%96&amp;affid=21mTn15NlY\">無視</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85&amp;affid=21mTn15NlY\">利用者</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%B9%E9%87%9D&amp;affid=21mTn15NlY\">方針</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%AF%E3%82%AA%E3%82%B9&amp;affid=21mTn15NlY\">アクオス</a>',0,1,1,0,0,'2011-04-26 12:56:00','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx090904',3,0,'2009-09-05 18:56:35','09/04 証券会社の警告に翻弄されるくろねこ',null,'<p>証券会社のサイトに9/4～9/7の相場変動に注意って書かれていたので、取りあえず先日のプチ危機を乗り切った建玉を4つ売ってしまった。<br />\r後から考えたらすぐに売る必要はなかったのかな&hellip;って感じなんだけど、まあ儲け損なった！と言う損はあるけど黒字だしと自分に納得させている。</p>\r<p>AUD/JPY 新規 78.450 0 0 0 2009/08/31 09:39 - 決済売 20,000 78.508 1,160 0 600 2009/09/04 21:34<br />\rAUD/JPY 新規 78.300 0 0 0 2009/08/31 09:40 - 決済売 20,000 78.508 4,160 0 600 2009/09/04 21:34<br />\rAUD/JPY 新規 77.697 0 0 0 2009/09/02 00:11 - 決済売 10,000 78.200 5,030 0 250 2009/09/04 20:00<br />\rAUD/JPY 新規 77.591 0 0 0 2009/09/02 00:16 - 決済売 20,000 78.200 12,180 0 500 2009/09/04 20:00</p>\r<p>今日の収支は、決済損益22,530+スワップ1,950で<em><strong>&#92;24,480の黒字</strong></em>でした。</p>','',1,2563,0,0,'0000-00-00 00:00:00',0,'',0,1,1,0,0,'2009-09-09 10:47:07','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090908_tax_with_FX',3,0,'2009-09-06 06:46:02','09/07 FXの利益の申告方法について税務署に質問してきた','','<p>昨日<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%A8%8E%E5%8B%99%E7%BD%B2&amp;affid=21mTn15NlY\">税務署</a>に行ってFXによる収益を申告する際のことを質問してきたんですね。</p>\r<p>なぜ質問しに言ったかというと、さらに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=1%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">1ヶ月</a>くらい前に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%BD%E7%A8%8E%E5%BA%81&amp;affid=21mTn15NlY\">国税庁</a>に電話して(税務署にかけると<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%BB%A2%E9%80%81&amp;affid=21mTn15NlY\">転送</a>されます)、「FXによる収益は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%91%E6%89%80%E5%BE%97&amp;affid=21mTn15NlY\">雑所得</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\">赤字</a>の翌年度以降の持ち越しは出来ませんよ」って聞いていたからなんですが、先日<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%BC%E3%83%90%E3%83%B3%E3%82%AF&amp;affid=21mTn15NlY\">イーバンク</a>のFXを見ていたら<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\">くりっく365</a>にとばされてそこの税金の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ページ</a>を参照していると、くりっく365は赤字の持ち越しが出来る様に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%98%E8%BC%89&amp;affid=21mTn15NlY\">記載</a>されているではないですか&hellip;<br />\rこれは何でなんですか？って思った訳なの&hellip;</p>','<p>で、質問に行ってきました。<br />\r質問事項は大きく2つ。</p>\r<ul>\r    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\">赤字</a>が持ち越しできる<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%94%B3%E5%91%8A%E5%88%86%E9%9B%A2%E8%AA%B2%E7%A8%8E&amp;affid=21mTn15NlY\">申告分離課税</a>と、先日説明された持ち越しできない<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B7%8F%E5%90%88%E8%AA%B2%E7%A8%8E&amp;affid=21mTn15NlY\">総合課税</a>とあるがなぜ自分は出来ないのか？</li>\r    <li>FXの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A3%B2%E4%B8%8A&amp;affid=21mTn15NlY\">売上</a>から経費をさっ引いて申告しても良いよね？</li>\r</ul>\r<p>と言うことですね。</p>\r<p>まず、1点目<br />\r<strong><em>申告分離課税が適用されるのは</em></strong><strong><em>くりっく365</em></strong><strong><em>だけ</em></strong>だった。<br />\rなぜ、くりっく365だけが優遇されているのかすごく疑問だったので、さらに聞いてみたんですが&hellip;<br />\r税務署で聞く問題ではないですよね。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%8B%E6%B3%95&amp;affid=21mTn15NlY\">立法</a>上の話となるので無理でした。(それは今日とある<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">サイト</a>でわかりましたが&hellip;)</p>\r<p>2点目<br />\r結論から言えば<strong><em>経費をさっ引いて申告してもOK</em></strong>でした。<br />\r(「国税庁とか税務署は人によって違うことを言うからひとりだけじゃ信用できない」ってこぼしていたので、同僚の署員にも確認してくれたので間違いないでしょう。)<br />\rただ、100％FXで使用している物でない場合の案分方法がかなり<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AA%81%E3%81%A3%E8%BE%BC%E3%81%BF&amp;affid=21mTn15NlY\">突っ込み</a>どころ満載な感じでした。<br />\r100％その<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%9B%AE%E7%9A%84&amp;affid=21mTn15NlY\">目的</a>のみで使用していない物(遊びで50％、FXで50％等)は、その使用<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%AF%94%E7%8E%87&amp;affid=21mTn15NlY\">比率</a>による案分でかまわないとのことで税務署員と見解が一致しましたが、</p>\r<ul>\r    <li>100％税務署に突っ込まれたくなければ経費にしない</li>\r    <li>経費にするならちゃんと税務署員に説明できれば9割方の署員は問題視しない<br />\r    くろねこの場合、自宅用途/自由業/FXと3点あるのでそれぞれ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=1%2F3&amp;affid=21mTn15NlY\">1/3</a>ずつ案分するか、使用金額にて案分するかなどが考えられる。</li>\r</ul>\r<p>まあ、税務署員とも話してたんだけど、折衝能力次第で税金が高くなったり安くなったりする<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0&amp;affid=21mTn15NlY\">システム</a>はどうなのかなぁ？っと。でも、税務署員としても頭の痛いところらしい&hellip;<br />\r税務署員でも判断できないのに一個人では余計に判断出来んわって感じなんだけど、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%A8%8E%E7%90%86%E5%A3%AB&amp;affid=21mTn15NlY\">税理士</a>を雇っても監査が入ったときに何も話してくれない税理士もいるしね&hellip;<br />\r自分の身は自分で守るしかないのかね。<br />\r(ちゃんとシステムを作ってくれないと、折衝能力で税金が高くなったり安くなったりするとか、力の強い国家と力の弱い一個人で個人が正しくても勝てない場合も多いでしょうとか、ただでさえ公務員(特に警察など)は高圧的なのが多いのに困るよね？とかいろいろ釘を刺しておいた。)</p>\r<p>話はちょっと変わって&hellip;<br />\rくりっく365だけ特別扱いされている理由が、<a href=\"http://www.fx-tax.com/\">くりっく365比較ナビ</a>の<a href=\"http://www.fx-tax.com/page02/index.html\">FXとくりっく365でこんな違う</a>を見てわかった。<br />\r他の会社が非取引所取引で税金があれだから、くりっく364という取引所取引のシステムが出来てきた訳なんですね&hellip;</p>\r<p>納得</p>\r<p>だが、くりっく365は手数料がかかったり、必要証拠金額が高かったりするからちょっと様子見ですね&hellip;</p>',1,4073,2,0,'2009-10-06 06:46:02',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%A8%8E%E5%8B%99%E7%BD%B2&amp;affid=21mTn15NlY\">税務署</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=1%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">1ヶ月</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%BD%E7%A8%8E%E5%BA%81&amp;affid=21mTn15NlY\">国税庁</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%BB%A2%E9%80%81&amp;affid=21mTn15NlY\">転送</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%91%E6%89%80%E5%BE%97&amp;affid=21mTn15NlY\">雑所得</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\">赤字</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%BC%E3%83%90%E3%83%B3%E3%82%AF&amp;affid=21mTn15NlY\">イーバンク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\">くりっく365</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ページ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%98%E8%BC%89&amp;affid=21mTn15NlY\">記載</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\">赤字</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%94%B3%E5%91%8A%E5%88%86%E9%9B%A2%E8%AA%B2%E7%A8%8E&amp;affid=21mTn15NlY\">申告分離課税</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B7%8F%E5%90%88%E8%AA%B2%E7%A8%8E&amp;affid=21mTn15NlY\">総合課税</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A3%B2%E4%B8%8A&amp;affid=21mTn15NlY\">売上</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%8B%E6%B3%95&amp;affid=21mTn15NlY\">立法</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">サイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AA%81%E3%81%A3%E8%BE%BC%E3%81%BF&amp;affid=21mTn15NlY\">突っ込み</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%9B%AE%E7%9A%84&amp;affid=21mTn15NlY\">目的</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%AF%94%E7%8E%87&amp;affid=21mTn15NlY\">比率</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=1%2F3&amp;affid=21mTn15NlY\">1/3</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0&amp;affid=21mTn15NlY\">システム</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%A8%8E%E7%90%86%E5%A3%AB&amp;affid=21mTn15NlY\">税理士</a>\n<a href=\"http://www.fx-tax.com/\">くりっく365比較ナビ</a>\n<a href=\"http://www.fx-tax.com/page02/index.html\">FXとくりっく365でこんな違う</a>',0,1,1,0,0,'2010-08-31 03:20:01','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090908_care',3,0,'2009-09-08 11:36:58','09/08 間違いだらけのケア…',null,'<p>最近くろねこがしている<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">アルバイト</a>では<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%83%E3%83%91&amp;affid=21mTn15NlY\">ニッパ</a>を使うのだが、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">アルバイト</a>の時間が12時間と長いので一回使う環境に入ると結構な頻度で使用している。くろねこはそんなに<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%83%E3%83%91&amp;affid=21mTn15NlY\">ニッパ</a>を頻繁に使うようなことがなかったので、そんなに<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%83%E3%83%91&amp;affid=21mTn15NlY\">ニッパ</a>を使うとまめ(<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E6%B3%A1&amp;affid=21mTn15NlY\">水泡</a>)が出来てしまったのだ。</p>\r<p>この水泡つぶさない方が良いらしい。理由を説明する前に<a href=\"http://www.jnj.co.jp/consumer/bandaid/woundcare/index.html\">正しいキズケアBOOK</a>の2つめのタブ<a href=\"http://www.jnj.co.jp/consumer/bandaid/woundcare/01.html\">キズが治るしくみ</a>を読んで頂きたい。<br />\rこのモイストヒーリングを何もしなくても水疱は作り出している状態らしい。天然のキズパワーパッドの役割を水泡のふくらんだ皮がやってくれていると考えればいいらしい。</p>\r<p>むずかしいのは、はがれる前は普通の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%B3%E3%83%89%E3%82%A8%E3%82%A4%E3%83%89&amp;affid=21mTn15NlY\">バンドエイド</a>で<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E7%96%B1&amp;affid=21mTn15NlY\">水疱</a>が破れないように保護するのがベター。ただ貼りすぎて傷口が汗などでふにゃふにゃになって破れないように適当にはがして乾燥させるとさらによいだろう。</p>\r<p>ただ、はがれた場合にはキズパ<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AF%E3%83%BC&amp;affid=21mTn15NlY\">ワー</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\">パッド</a>で体液でキズが潤った状態を作るのが正解らしい。</p>\r<p>むずかしいのは、はがれる前は普通の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%B3%E3%83%89%E3%82%A8%E3%82%A4%E3%83%89&amp;affid=21mTn15NlY\">バンドエイド</a>で<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E7%96%B1&amp;affid=21mTn15NlY\">水疱</a>が破れないように保護するのがベター。ただ貼りすぎて傷口が汗などでふにゃふにゃになって破れないように適当にはがして乾燥させるとさらによいだろう。<br />\r<br />\rくろねこは今まで傷口のふくらんだ皮を周りの皮ごときれいにはがして乾かして、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%82%A4&amp;affid=21mTn15NlY\">ドライ</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%BC%E3%83%AA%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ヒーリング</a>するのが早く直る方法だと信じていたのだが&hellip;<br />\r<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E7%96%B1&amp;affid=21mTn15NlY\">水疱</a>の皮をはがさない時って中の<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E7%96%B1&amp;affid=21mTn15NlY\">水疱</a>がもう一回本体にくっついてあとではがれてくるから、傷の治りがちんたらしてるんじゃないかとか思っていたのだが&hellip;</p>\r<p>これからは、</p>\r<p><strong><em>水疱はつぶさない！<br />\r水疱の上からバンドエイド！<br />\rつぶれたら、つぶれた上からキズパワーパッド！</em></strong></p>\r<p>以上CM？でした&hellip;</p>\r<p>※蛇足、キズパワーパッドどこからどこまでが使える部分なのか良くわからないのだが、全面使えるそうな<br />\rしかし、端の方5mm程度は薄くなっていてはがれやすくなっており、そこに傷口から出た体液が触れちゃうと<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%B0%E3%81%84%E8%8F%8C&amp;affid=21mTn15NlY\">ばい菌</a>が入ったりするのでその部分はキズに当たらないように使う方が良いと<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%82%AB%E3%83%BC&amp;affid=21mTn15NlY\">メーカー</a>様から教えて頂きました。</p>','',1,3133,10,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">アルバイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%83%E3%83%91&amp;affid=21mTn15NlY\">ニッパ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">アルバイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%83%E3%83%91&amp;affid=21mTn15NlY\">ニッパ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%83%E3%83%91&amp;affid=21mTn15NlY\">ニッパ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E6%B3%A1&amp;affid=21mTn15NlY\">水泡</a>\n<a href=\"http://www.jnj.co.jp/consumer/bandaid/woundcare/index.html\">正しいキズケアBOOK</a>\n<a href=\"http://www.jnj.co.jp/consumer/bandaid/woundcare/01.html\">キズが治るしくみ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%B3%E3%83%89%E3%82%A8%E3%82%A4%E3%83%89&amp;affid=21mTn15NlY\">バンドエイド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E7%96%B1&amp;affid=21mTn15NlY\">水疱</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AF%E3%83%BC&amp;affid=21mTn15NlY\">ワー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\">パッド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%B3%E3%83%89%E3%82%A8%E3%82%A4%E3%83%89&amp;affid=21mTn15NlY\">バンドエイド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E7%96%B1&amp;affid=21mTn15NlY\">水疱</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%82%A4&amp;affid=21mTn15NlY\">ドライ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%BC%E3%83%AA%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ヒーリング</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E7%96%B1&amp;affid=21mTn15NlY\">水疱</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E7%96%B1&amp;affid=21mTn15NlY\">水疱</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%B0%E3%81%84%E8%8F%8C&amp;affid=21mTn15NlY\">ばい菌</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%82%AB%E3%83%BC&amp;affid=21mTn15NlY\">メーカー</a>',0,1,1,0,0,'2009-09-09 23:06:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx090907',3,0,'2009-09-08 19:04:37','09/07 今日のFX',null,'<p>今日も<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%BC%E5%88%B8%E4%BC%9A%E7%A4%BE&amp;affid=21mTn15NlY\">証券会社</a>が提供しているサイト情報から、相場が動きそうって感じがぷんぷんしたので、ちょっと<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>を稼いでみたいな～って言う(だけど3万円しないんだけどね)建玉だけ残して、他のしょぼい建玉をうっぱらっちゃった。</p>\r<p>AUD/JPY 新規 79.098 0 0 0 2009/08/28 22:56 - 決済売 10,000 79.700 6,020 0 400 2009/09/07 16:59<br />\rAUD/JPY 新規 78.691 0 0 0 2009/08/29 05:39 - 決済売 10,000 79.700 10,090 0 400 2009/09/07 16:59</p>\r<p>何か金額がすごくしょぼいぞ...<br />\rでも、<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>も決済損益16,110+<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>800で<strong><em>&#92;16,910</em></strong>の黒字。<br />\rこのまま黒字が続けばいいな。</p>','',1,2410,7,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%BC%E5%88%B8%E4%BC%9A%E7%A4%BE&amp;affid=21mTn15NlY\">証券会社</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>',0,1,1,0,0,'2009-09-09 22:59:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx090908',3,0,'2009-09-09 10:30:11','09/08 FXでもうちょっと儲からないかな？',null,'<p>FXでもうちょっと安定して儲けたい&hellip;</p>\r<p>「安定」って考えると為替変動の少ない通貨で<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>を狙うのがベターかな～？<br />\rと言うことは<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8D%97%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">南アフリカ</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>なのだろうか？</p>\r<p>と言うことで<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ホームページ</a>を検索。<br />\r安定して儲けると税金もかかってくる。20万円を超えるとクリック365が税金面で有利らしい。<br />\rと言うことでクリック365を基準に探した！<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>狙いだと基本的に手数料なんて取引回数が少ないんだからどうでもいいや&hellip;<br />\rと言うことで考えた。くろねこのFX探しの基準。</p>\r<ul>\r    <li>クリック365だと必要証拠金は皆同じなので、同じ必要証拠金でめいいっぱい稼ごうとすると<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>基準が低い方が運用幅が広いはず。<br />\r    (必要証拠金100%運用すると<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%AE%E5%AE%9A&amp;affid=21mTn15NlY\">仮定</a>して、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>100％だと為替が悪い方向に変動すると即<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>が働くけど、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>50％なら100%の時の2倍変動しても<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>されないわけだ。)</li>\r    <li>取引回数が少ないのだから手数料は極端に安くなくても良い。</li>\r    <li>おまけがついてるとうれしい。</li>\r</ul>\r<p>まあ、くろねこは現在<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E5%AE%85%E3%83%AD%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">住宅ローン</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%A7%E9%99%A4&amp;affid=21mTn15NlY\">控除</a>が効いているので、総合課税の方が実際は有利かもしれないけど税金は決済しないとかからないから、<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E5%AE%85%E3%83%AD%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">住宅ローン</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%A7%E9%99%A4&amp;affid=21mTn15NlY\">控除</a>が有効な間に決済するとは限らないし安全な<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%96%E5%BC%95%E6%89%80&amp;affid=21mTn15NlY\">取引所</a>取引(<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%94%B3%E5%91%8A%E5%88%86%E9%9B%A2%E8%AA%B2%E7%A8%8E&amp;affid=21mTn15NlY\">申告分離課税</a>)が良いかなぁって。</p>\r<p>で、スター為替が<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>30％と結構低く設定されており、手数料は普通でただいまキャンペーン中だからこれで良いやって取りあえず申し込んじゃった。<br />\r<br />\r楽しみだな～</p>','',1,2498,1,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8D%97%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">南アフリカ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ホームページ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%AE%E5%AE%9A&amp;affid=21mTn15NlY\">仮定</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E5%AE%85%E3%83%AD%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">住宅ローン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%A7%E9%99%A4&amp;affid=21mTn15NlY\">控除</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E5%AE%85%E3%83%AD%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">住宅ローン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%A7%E9%99%A4&amp;affid=21mTn15NlY\">控除</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%96%E5%BC%95%E6%89%80&amp;affid=21mTn15NlY\">取引所</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%94%B3%E5%91%8A%E5%88%86%E9%9B%A2%E8%AA%B2%E7%A8%8E&amp;affid=21mTn15NlY\">申告分離課税</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>',0,1,1,0,0,'2009-09-09 22:58:05','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx090909',3,0,'2009-09-10 06:47:08','09/09 今日のFX',null,'<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>だけよりも<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%86%E6%95%A3&amp;affid=21mTn15NlY\">分散</a>を考えて他の通貨を買おうかなって言う思いと、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>で安定して儲けたいという思いから<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8D%97%E3%82%A2&amp;affid=21mTn15NlY\">南ア</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>を考えて注目していたのだが&hellip;</p>\r<p>今日は相場変動が激しくていきなりぴょんと上がって12.425を超えたりした、その後下がってきたが12.4位までしか下がりそうにないから、ちょっと様子を見ながら下がるまで待ってみようと指値12.2円で期間WEEKで<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%83%80%E3%83%BC&amp;affid=21mTn15NlY\">オーダー</a>して置いたら&hellip;</p>\r<p>朝になったら買い注文が成立していた&hellip;時刻は0時過ぎだった。<br />\rえらくあっさり成立して<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8B%8D%E5%AD%90&amp;affid=21mTn15NlY\">拍子</a>抜け&hellip;<br />\rでも、もうちょっと低く買えたんだ&hellip;<br />\r今は<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A5%BD%E5%A4%A9%E8%A8%BC%E5%88%B8&amp;affid=21mTn15NlY\">楽天証券</a>で買っているけど、スター為替の「トレール<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%AA%E3%82%AC&amp;affid=21mTn15NlY\">トリガ</a>」とか「予約<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%AA%E3%82%AC&amp;affid=21mTn15NlY\">トリガ</a>」とかを使ってもっと効率的な予約にチャレンジしてみたいな...</p>','',1,2501,8,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%86%E6%95%A3&amp;affid=21mTn15NlY\">分散</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8D%97%E3%82%A2&amp;affid=21mTn15NlY\">南ア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%83%80%E3%83%BC&amp;affid=21mTn15NlY\">オーダー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8B%8D%E5%AD%90&amp;affid=21mTn15NlY\">拍子</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A5%BD%E5%A4%A9%E8%A8%BC%E5%88%B8&amp;affid=21mTn15NlY\">楽天証券</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%AA%E3%82%AC&amp;affid=21mTn15NlY\">トリガ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%AA%E3%82%AC&amp;affid=21mTn15NlY\">トリガ</a>',0,1,1,0,0,'2009-09-10 22:01:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx090910',3,0,'2009-09-10 21:48:53','09/10 今日は相場が下がりっぱなしだ；；',null,'<p>今日の相場は下がりっぱなしだね&hellip;</p>\r<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>に関して言うと&hellip;<br />\r10:30発表の雇用者数（8月）<br />\r予想　15.0千人減　前回　32.2千人増（前月比）に対して&hellip;<br />\r結果　27.1千人減 かよ！</p>\r<p>最近<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%A9%E3%83%AA%E3%82%A2&amp;affid=21mTn15NlY\">オーストラリア</a>の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%82%A4%E3%83%8A%E3%82%B9&amp;affid=21mTn15NlY\">マイナス</a>要素と思われる発表がちょっと多いね。<br />\rその前までは、利上げを示唆する要人の発言とかが目を惹いてたんだけどね～。期待もしてたんだけど&hellip;</p>\r<p>でも、<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>には頑張って欲しいのだ！(目指せ82円台)</p>\r<p>※日本の景気が悪くなると相対的に<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>が上がりそうなんだが、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%A9%E3%83%AA%E3%82%A2&amp;affid=21mTn15NlY\">オーストラリア</a>の主要輸出先に日本が含まれていることもあり、<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B6%B1%E5%BC%95%E3%81%8D&amp;affid=21mTn15NlY\">綱引き</a>が正直判断出来ない。<br />\r日本の景気が悪くなれば、<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>／円はどう動くと判断すべきなのかな？</p>','',1,2418,6,0,'0000-00-00 00:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%A9%E3%83%AA%E3%82%A2&amp;affid=21mTn15NlY\">オーストラリア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%82%A4%E3%83%8A%E3%82%B9&amp;affid=21mTn15NlY\">マイナス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%A9%E3%83%AA%E3%82%A2&amp;affid=21mTn15NlY\">オーストラリア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B6%B1%E5%BC%95%E3%81%8D&amp;affid=21mTn15NlY\">綱引き</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>',0,1,1,0,0,'2009-09-10 22:06:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090915_RouterTrouble5',3,0,'2009-09-16 20:51:20','09/15 ルーターがおかしい5',null,'<p>先日から続いているGyao光ブロードバンド用のルーター(IP電話アダプタ)がおかしい件。</p>\r<p>それから何度かサポートと電話していたのだが、サポートの回答は...</p>\r<p><strong><em>アダプタはVoIPのために貸し出されているもので、インターネット用ではないのでルーターとしてのサポートは出来ない。</em></strong><br />\rでもインターネットをするにはアダプタを介さないとできない。介さない構成は非推奨!!!(&larr;ここがおかしい)</p>\r<p>この回答に対して、自分たちがインターネット回線にIP電話を申し込んだ顧客にIP電話アダプタを提供し、回線の終端にアダプタを配置するように指示をして、インターネットの出口をふさいでおきながらそのアダプタに問題があった際にサポートできない(顧客側の責任)というのは納得できない。と返答した。これに対し、Gyao光側は社内でサポートが行えるかどうか検討するとし、後日連絡をすると言っていた。</p>\r<p>そして、昨日&hellip;</p>','<p>IP電話アダプタが返却されていない。1週間以内に返却しなければ代金分を請求すると書面で送ってきた。この件に対し、サポート以外に営業と話をして返却は問題が解決してからと確認をしていたのだが...</p>\r<p>突然の督促にカチンと来た！</p>\r<p>カスタマーセンターに内容の説明を要求し、サポートセンターから折り返し内容説明を受けた。</p>\r<p>アダプターの督促は自動で送っているものであることと、アダプターのトラブルについてはサポートできないと説明された。<br />\r※一応、Gyao光側がネットで調べた内容(「NAT タイマ（秒）」の設定【現在300秒】を短くしてみてどうでしょうか？)は説明されたが、サポート外と言うことは変わらなかった。</p>\r<p>どう考えても、やはり納得できない。<br />\rアダプタの内容がわからないならメーカーに代理で問い合わせるなど出来ることはまだあるだろうに、それもしないと言うことはキャリアとしての責務を果たそうとしていないと言うことにしか受け取れなかった&hellip;</p>',1,2383,8,0,'2009-10-16 20:51:20',0,'',0,1,1,0,0,'2009-10-02 21:34:48','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('090916_Sudden_lawsuit',3,0,'2009-09-16 22:37:18','09/16 突然の訴訟…',null,'<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">本日</a>いきなり当<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">マンション</a>の<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86%E7%B5%84%E5%90%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">管理組合</a>が管理代<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%8C%E4%BC%9A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">行会</a>社に対して訴訟を起こすことが明らかになった。</p>\r\n<p>先日(9/9)の<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E4%BC%9A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">理事会</a>で、<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BC%81%E8%AD%B7%E5%A3%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">弁護士</a>がないをしているのかわからない/弁護士の行動が遅いなどの理由から、弁護士にスケジュールの提出と約一ヶ月おきでの進捗の確認を行うと言うことの確認をし、<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E9%95%B7&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">理事長</a>の独断による暴走に対し牽制していたのに、全く無意味だったようだ。</p>\r\n<p>訴訟を起こすことを理事会のメンバーも今日始めて知ったのだが、本日の朝刊にその事実が載っていると言うことは理事長か依頼している弁護士からその情報が<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%BC%E3%82%AF&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">リーク</a>されていたと言うことに他ならない。理事会で訴訟を起こすことについて賛否を問うこともなく、管理組合の総会で承認を得ることもなく勝手に訴訟を起こすのはどう考えても行き過ぎであるので、理事長から説明を受けることを理事会メンバーで同意を得た。</p>\r\n<p>さて、理事長はどのような説明をしてくれるのだろうか？</p>\r\n<p>※当問題について弁護士に依頼することについては承認済みであるが、その際の総会で重要事項については理事会もしくは総会にて承認を得ることとなっている。</p>','',1,3144,0,0,'2009-10-16 22:37:18',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">マンション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86%E7%B5%84%E5%90%88&amp;affid=21mTn15NlY\">管理組合</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%8C%E4%BC%9A&amp;affid=21mTn15NlY\">行会</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E4%BC%9A&amp;affid=21mTn15NlY\">理事会</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BC%81%E8%AD%B7%E5%A3%AB&amp;affid=21mTn15NlY\">弁護士</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E9%95%B7&amp;affid=21mTn15NlY\">理事長</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%BC%E3%82%AF&amp;affid=21mTn15NlY\">リーク</a>',0,1,1,0,0,'2009-10-12 18:49:26','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx09093017',3,0,'2009-09-30 22:58:30','9/30 南アランドを買う',null,'<p>最近の南アランドは揺れてる感じがする～</p>\r<p>でも、下がっても8円までだろうし(ここまで下がったらかなりつらいだろうけど)<br />\r高金利(年率7%程度)は魅力なので9/25に2枚12.150と12.200で買っていたんだけど、何か最近下がってるときが多いのでもう1枚買っておこうかと先日から12.000で予約していたがかからない。</p>\r<p>仕方なく12.050で予約変更しておいたら仕事中に買えてた&hellip;</p>','<p>と思ったのもつかの間。</p>\r<p>あれ、あれれれ&hellip;<br />\rいつの間にか11.9円より下がってる&hellip;</p>\r<p>買い時をミスったのか&hellip;</p>\r<p>スワップ狙いだからそっとしておこうか&hellip;</p>\r<p>&nbsp;</p>',1,2247,1,0,'2009-10-30 22:58:30',0,'',0,1,1,0,0,'2009-10-01 18:05:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091001',3,0,'2009-10-01 18:05:26','10/01 昨日買った南アランド…',null,'<p>昨日買った南アランド。</p>\r<p>今日はさらに下がって現在11.755 - 11.775 昨日よりかなり下がってるよね&hellip;</p>\r<p>昨日は買い時をミスったのかな？ってぐらいだったけど今日見てみると確実に間違ってたよね。</p>\r<p>この南アランドはどこまで下がるのか？</p>\r<p>8/15 の <strong>11.495</strong> 位までなのか<br />\r7/11 の&nbsp;<strong>10.995</strong> 位まで下がるのか&hellip;</p>\r<p>11円まではまあ覚悟してるけど、5/15 の<strong><em>10.750</em></strong> より下回ることになればかなり冷や汗もんだな&hellip;<br />\r間違っても今年最初の8円台までは下がって欲しくはないです。下がったら泣いちゃいます；；</p>\r<p>みんなはどこまで下がると予想してるんだろう？</p>\r<p>下がりきったところでもう1枚(10万pips)買う精神的余裕は現在の所ありません&hellip;</p>','',1,2513,0,0,'2009-10-31 18:05:26',0,'',0,1,1,0,0,'2009-10-01 20:14:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091001_2',3,0,'2009-10-01 19:54:39','10/01 南ア9月カギソPMIは48.0で予想上回る',null,'<p>南アフリカの9月カギソPMI（購買担当者指数）は48.0となったのに相場はどんどん下がる。</p>\r<p><strong><em>なんで～？</em></strong></p>\r<p>おしえておじいさん～。</p>\r<p>しかも、まだ下がってて、11.700に到達しそうで&hellip;<br />\r<a href=\"http://tenki.gaitame.com/VMGaitame/index.jspx?adp_mid=841860&amp;adp_lid=5\">外為天気予報</a>では3時間後(予報時刻 22:30)の予想は晴れなんだけど、晴れても11.9円には回復しなさそうだしさらに悪化して11.6円くらい行ってもおかしくなさそうかな～？</p>\r<p>明日、12時間の2交代勤務なんだけどその間に今日みたいな下がり方をしてると対応できないよ～（Q_Q)&darr;<br />\rと書いてる間に、11.7円を下回ってしまった。</p>\r<p>20:00現在11.70円</p>\r<p><strong><em>明日が怖い&hellip;</em></strong></p>\r<p class=\"add\">追記<br />\r21:30開始値 11.725 が 23:30現在で 開始値11.710 でした。<br />\r<a href=\"http://tenki.gaitame.com/VMGaitame/index.jspx?adp_mid=841860&amp;adp_lid=5\">外為天気予報</a>の予報は外れて結果は雨でしたね&hellip;<br />\r現在の予報も晴れですが、今のところ相場は雨模様。売られすぎな感じはしますけど、一度下がりすぎるとどんどん下がっていく不安感が&hellip;<br />\r01:30 に予報どおり晴れているとうれしいですが、期待薄&hellip;</p>','',1,3870,0,0,'2009-10-31 19:54:39',0,'<a href=\"http://tenki.gaitame.com/VMGaitame/index.jspx?adp_mid=841860&amp;adp_lid=5\">外為天気予報</a>\n<a href=\"http://tenki.gaitame.com/VMGaitame/index.jspx?adp_mid=841860&amp;adp_lid=5\">外為天気予報</a>',0,1,1,0,0,'2009-10-01 22:56:38','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091002',3,0,'2009-10-02 23:06:19','10/02 南アランドと豪ドル下げのダブルﾊﾟｰﾝﾁ!ｏ(^-^)Ｏ☆ﾄﾞｶ',null,'<p>23:00現在はちょっと持ち直してきている感はあるけどまだまだ油断が出来ない豪ドルと南アランド！</p>\r<p>21時台には豪ドルは76.3円程度まで下がったし、南アランドも11.4円近くまで下がって来ていた。<br />\rロスカット近し！とっても危険&hellip;</p>\r<p>と言うことで取りあえず追加で郵貯から応援金を楽天ＦＸ側に&hellip;</p>\r<p>楽天ＦＸ側は豪ドルが74.5円、南アランドが10.5円までは取りあえずロスカットの心配はなくなった。<br />\rスター為替の方は南アランドが10.6円までロスカットにならない。</p>\r<p>ロスカットが発生しなければそれで良いのか？と言う疑問もあるが&hellip;</p>\r<p>豪ドルも、南アランドも2週間程度もあればそれなりの相場に戻るだろう！と言う期待&hellip;</p>\r<p>取りあえず当分乗り切れれば問題ないし&hellip;</p>\r<p><strong><em>下がっても 豪ドル 76円、南アランド11円</em></strong><br />\rこのくらいが下限じゃないかな？って予測中&hellip;</p>\r<p>問題はここまで下がったときに買う？ってことだ。たぶん、びびって買えないと思うが&hellip;</p>\r<p>スワップもらえりゃそれで良いよ。</p>','',1,2645,7,0,'2009-11-01 23:06:19',0,'',0,1,1,0,0,'2009-10-03 10:54:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091003',3,0,'2009-10-03 11:00:01','10/02 今「危険」な通貨は？',null,'<p>msnマネーの記事に『<a href=\"http://money.jp.msn.com/investor/mktsum/columns/columnarticle.aspx?ac=fp2009100200&amp;cc=04&amp;nt=04\">いま「危険」な通貨はこれか？</a>』と言うのがあった。</p>\r<blockquote>危険だと思っているのが、<font color=\"#009900\"><b>豪ドル、NZドル、ブラジル･レアル、韓国ウォンといった、ここ最近の「リスク資産回復相場の終わりの兆し」にもかかわらず上がり続けている通貨</b></font>です。</blockquote>\r<p>&uarr;くろねこが買ってる豪ドルと&hellip;たぶん南アランドも含まれるんだよね&hellip;</p>\r<p>『「長期的には」有利だけど、今後数ヶ月と言うタームでは危険』と書かれているし、『<font color=\"#009900\"><b>為替では円と米ドルが昨年のリーマン･ブラザーズ破綻後同様に上昇する</b></font>と見ている』と書かれている。</p>\r<p>と言うことは、豪ドルで言うと55円程度、南アランドで言うと7円台にまで落ち込む可能性があるってことなのかなぁ？</p>\r<p>そんなに下がったらたえられましぇーーーーん！</p>','<p>でも、ドルがそれ程上がるとは思いにくいんだな&hellip;</p>\r<p>ドルってリーマンショック前の約3倍に増えてるらしい。それが本当だとすると単純に言ってドルの価値は1/3になっているわけで、それなのに上昇したら紙幣を作ったもん勝ちってことになって経済がおかしくなる。<br />\rまぁ、ドルが発行した紙幣以上の価値を持つ(3倍印刷したなら3倍以上の価値を持つ)なら上がることも納得できるんだけどね。<br />\r今は基軸通貨だからドルの発行数を増やしてじゃぶじゃぶになっていてもボディーブローのように効いてきて、徐々に下がってくるんじゃないかな？<br />\r下手したら1年ごとか2年後に一気に下がったりする可能性すらあると思うのだがどうなんだろう？</p>',1,3158,1,0,'2009-11-02 11:00:01',0,'<a href=\"http://money.jp.msn.com/investor/mktsum/columns/columnarticle.aspx?ac=fp2009100200&amp;cc=04&amp;nt=04\">いま「危険」な通貨はこれか？</a>',0,1,1,0,0,'2009-10-03 14:33:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091011_WILLCOM03',3,0,'2009-10-11 02:22:05','10/10 モデム発信中に割り込みがあると…','','<p>ここ一ヶ月不具合かな？と思いつつ自分の勘違いかな？とも思ったりしてたのが、そろそろ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%B0&amp;affid=21mTn15NlY\">バグ</a>の路線に確定し始めた感じ。</p>\r<p>どのような現象かというと、IEで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B8%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ブラウジング</a>中に通信が切れている状態(自身で切断した場合、自動で切断された場合どちらでもOK)から、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%B3%E3%82%AF&amp;affid=21mTn15NlY\">リンク</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">タップ</a>やフォームボタンのタップなどで次ページを読み込むために<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%87%E3%83%A0&amp;affid=21mTn15NlY\">モデム</a>発信中に発生する。</p>\r<p>モデム発信中に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=E%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">Eメール</a>(<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>)の着信や音声通信の着信/着話が発生した場合、ブラウジングしていたIEが強制終了される。<br />\rまだ、きちんと検証が出来ていないので、Eメール着信時だと下部に表示されるメール受信中の「OK」をタップしたときなのかそれとも、メールアプリの起動タイミング？それともメール受信後の自動切断時？とまあ、具体的なタイミングはまだ詳細に調べる必要はあり。音声着信時も同様。</p>\r<p>だが、確実にモデム発信時に割り込みが入るとIEが強制終了するケースがある。</p>\r<p>困ったものだ。</p>','<p>こんな<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a> 03をいつまでも使い続けるわけにも行かず&hellip;</p>\r<p>2年間の縛りが切れたら即解約しようと思っていたのだが、先日息子の運動会で「文句を言いながら使ってるぐらいなら変えたら？」とありがたいお言葉が！嫁にうだうだ言われず買い換えできる<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">チャンス</a>！</p>\r<p>と思い、本日大本命の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=T-01A&amp;affid=21mTn15NlY\">T-01A</a>の口コミをチェック&hellip;</p>\r<p>ダメだわ、T-01Aも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%B0&amp;affid=21mTn15NlY\">バグ</a>だらけの模様&hellip;<br />\rそこに書かれていた不具合を抜粋</p>\r<ul>\r    <li>固まる</li>\r    <li>1～2日程度の頻度で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%83%AA%E3%83%BC%E3%82%BA&amp;affid=21mTn15NlY\">フリーズ</a></li>\r    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%95%E3%82%A7%E3%82%A4%E3%82%B9&amp;affid=21mTn15NlY\">インターフェイス</a>が真っ黒のままでメニューだけ表示もまったく反応せずで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">リセット</a></li>\r    <li>メール送信できない</li>\r    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9&amp;affid=21mTn15NlY\">アクセス</a>できない</li>\r    <li>勝手に電話をかけるという<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9C%8A%E7%8F%BE%E8%B1%A1&amp;affid=21mTn15NlY\">霊現象</a>？</li>\r    <li>今電話で話した相手にもう一度かけようとすると「番号が間違っていてかけれません」</li>\r    <li>カメラで撮ろうとすると画面が真っ暗で撮れない（1週間に1回程度。再起動で解消可能）</li>\r    <li>知らないうちに電源が落ちていて、しかも電源ボタンが全く反応しない（2～3週間に1回程度。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%83%E3%83%86%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\">バッテリー</a>の抜き差しで解消可能）</li>\r</ul>\r<p>困った&hellip;</p>\r<p>一つ言えることは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>自体がかなり未成熟な模様。加えて以前から指摘しているように<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=SHARP&amp;affid=21mTn15NlY\">SHARP</a>の開発にやる気が見えない。<br />\r(TOSHIBAのサポセンも対応が良くない的なことが書かれているが、ちゃんと購入相談をしたときには調べて折り返してくれるなど対応は良かった。まあ、購入案件の時には結構丁寧に答えてくれるところも多いわけだが、結構突き放される企業も昨今多くTOSHIBAの対応に感心していただけに残念。)</p>\r<p>くろねこ、個人的に今年は厄年だと思えるぐらい不幸が多いのだが、購入したモノの中で、買ってはいけないモノ№1にノミネートされているぐらい出来が悪い。もしかしたらT-01Aを購入していてもそう思ったのかもしれないが&hellip;</p>\r<p>個人的にこれから03を買おうと思ってる人に言いたいこと。</p>\r<p>辞めておきなさい</p>\r<p>03を持ったら電話をかけるな！電話をかけるなら03を持つな！03に電話をかけてもらうな！ が三原則だと言えると思います。<br />\rWILLCOM 03以外にもう一台電話機を持つことをお勧めします。WILLCOM以外ならさらにベターかも？WILLCOM、会社として言い噂を聞かないと言うことと、他社の携帯に比べて電波状況に斑があるので回線が2種類ある方が安心だと言うことから他社をお勧め。</p>\r<p>料金的にはWILLCOM 03とnico+などが良いなぁ～と実際に検討したこともあるけど。<br />\r個人的には自宅で通話が途切れる状況でWILLCOM電話機は選択肢としてないことに気づいた。料金的にもWILLCOM同士の通話を除いてある程度以上電話をするなら他社携帯でも十分に安い。<br />\r逆に言うとWILLCOMの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%AA%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">メリット</a>はWILLCOM同士の通話とその<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">パケット</a>料金にしか見いだせない。</p>\r<p>スマホが未成熟で買えない状況ではシンプルな電話機＋<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88%E3%83%96%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ネットブック</a>と言う路線も真剣に検討する余地はあると思う。<br />\rただ、仕事中のふとした休憩時に株価チェックとかには向かないと思う。大きいから目立つしちょっとブラウジングと言うより、どかっと腰を下ろして一仕事的な雰囲気にまわりからはとらえられると思うから&hellip;</p>\r<p>簡単な株価チェックはi-modeやEzWebで、通勤時間や昼休みなどである程度時間が取れるところではネットブックという棲み分けだと、1ヶ月のパケ代はどの程度かかるのかな？ちなみに上記構成だとdocomo/au + <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%BC%E3%83%A2%E3%83%90%E3%82%A4%E3%83%AB&amp;affid=21mTn15NlY\">イーモバイル</a>かな？</p>',1,3120,1,0,'2009-11-10 02:22:05',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%B0&amp;affid=21mTn15NlY\">バグ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B8%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ブラウジング</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%B3%E3%82%AF&amp;affid=21mTn15NlY\">リンク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">タップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%87%E3%83%A0&amp;affid=21mTn15NlY\">モデム</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=E%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">Eメール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">チャンス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=T-01A&amp;affid=21mTn15NlY\">T-01A</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%B0&amp;affid=21mTn15NlY\">バグ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%83%AA%E3%83%BC%E3%82%BA&amp;affid=21mTn15NlY\">フリーズ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%95%E3%82%A7%E3%82%A4%E3%82%B9&amp;affid=21mTn15NlY\">インターフェイス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">リセット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9&amp;affid=21mTn15NlY\">アクセス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9C%8A%E7%8F%BE%E8%B1%A1&amp;affid=21mTn15NlY\">霊現象</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%83%E3%83%86%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\">バッテリー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=SHARP&amp;affid=21mTn15NlY\">SHARP</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%AA%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">メリット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">パケット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88%E3%83%96%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ネットブック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%BC%E3%83%A2%E3%83%90%E3%82%A4%E3%83%AB&amp;affid=21mTn15NlY\">イーモバイル</a>',0,1,1,0,0,'2011-04-26 12:55:26','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091012_STARTKAWASE_RAKUTEN-SEC',3,0,'2009-10-12 11:33:26','10/11 スター為替と楽天FX',null,'<p>楽天FXとスター為替を比べたら、スター証券の方が<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\" title=\"この?ーワードを百科事典で調べる\">スワップ</a>向きだという結果が&hellip;</p>\r<table cellspacing=\"1\" cellpadding=\"1\" border=\"1\" width=\"300\">\r    <tbody>\r        <tr>\r            <th>&nbsp;</th>\r            <th>スター為替</th>\r            <th>楽天FX</th>\r            <th>差額</th>\r        </tr>\r        <tr>\r            <th>豪ドル</th>\r            <td align=\"right\">2,048</td>\r            <td align=\"right\">1,574</td>\r            <td align=\"right\">474</td>\r        </tr>\r        <tr>\r            <th>ランド</th>\r            <td align=\"right\">7,148</td>\r            <td align=\"right\">5,410</td>\r            <td align=\"right\">1,774</td>\r        </tr>\r    </tbody>\r</table>\r<p>結構差があるので、これからはスワップ狙いのトレードはスター為替で狙っていきたいが&hellip;</p>','<p>楽天FXとスター為替ではスワップが約2割ほど違う結果となった。(<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\" title=\"この?ーワードを百科事典で調べる\">豪ドル</a>と南アランドで比較したとき)<br />\r反対に手数料は楽天FXの方が圧倒的に安かった。<br />\rこの二つのFX会社は手数料の取り方が違うので、単純に比較が出来ない。そこで<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\" title=\"この?ーワードを百科事典で調べる\">スプレッド</a>＋手数料で比較する。<br />\rスプレッドは実際に即して1枚での取引分に直して計算したい。(通常は1万通貨だが、南アランドなどの1部通貨がスター為替では10万通貨なのでスター為替の1枚に合わせることにする)</p>\r<table cellspacing=\"1\" cellpadding=\"1\" border=\"1\" width=\"500\">\r    <tbody>\r        <tr>\r            <th rowspan=\"2\">&nbsp;</th>\r            <th colspan=\"3\">スター為替</th>\r            <th colspan=\"3\">楽天FX</th>\r            <th rowspan=\"2\">差額</th>\r        </tr>\r        <tr>\r            <th>スプレッド</th>\r            <th>手数料</th>\r            <th>合計</th>\r            <th>スプレッド</th>\r            <th>手数料</th>\r            <th>合計</th>\r        </tr>\r        <tr>\r            <th>ドル/円</th>\r            <td align=\"right\">1銭</td>\r            <td align=\"right\">420円</td>\r            <td align=\"right\">520円</td>\r            <td align=\"right\">2.0銭</td>\r            <td align=\"right\">0円</td>\r            <td align=\"right\"><span style=\"color: rgb(255, 0, 0);\">200円</span></td>\r            <td align=\"right\">320円</td>\r        </tr>\r        <tr>\r            <th>ユーロ/円</th>\r            <td align=\"right\">2銭</td>\r            <td align=\"right\">420円</td>\r            <td align=\"right\">620円</td>\r            <td align=\"right\">4.0銭</td>\r            <td align=\"right\">0円</td>\r            <td align=\"right\"><span style=\"color: rgb(255, 0, 0);\">400円</span></td>\r            <td align=\"right\">220円</td>\r        </tr>\r        <tr>\r            <th>豪ドル/円</th>\r            <td align=\"right\">3銭</td>\r            <td align=\"right\">420円</td>\r            <td align=\"right\">720円</td>\r            <td align=\"right\">3.0銭</td>\r            <td align=\"right\">0円</td>\r            <td align=\"right\"><span style=\"color: rgb(255, 0, 0);\">300円</span></td>\r            <td align=\"right\">420円</td>\r        </tr>\r        <tr>\r            <th>ランド/円</th>\r            <td align=\"right\">2銭</td>\r            <td align=\"right\">420円</td>\r            <td align=\"right\"><span style=\"color: rgb(255, 0, 0);\">2,420円</span></td>\r            <td align=\"right\">3.8銭</td>\r            <td align=\"right\">0円</td>\r            <td align=\"right\">3,800円</td>\r            <td align=\"right\"><span style=\"color: rgb(0, 0, 255);\">1,380円</span></td>\r        </tr>\r    </tbody>\r</table>\r<p>今までランド/円しかかってなかったのでスター為替が安いと思っていたのだが、まとめてみて他通貨ではスター為替の方が高くなることがわかった。ちゃんとまとめてみるって重要だね。</p>\r<p>※スプレッドについて、楽天FXは公式サイトに記載の最低スプレッドを、スター為替については公式のスプレッドが無かったのでくろねこが記事の記入時に確認できた値を採用しました。</p>',1,3873,1,0,'2009-11-11 11:33:26',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\">スプレッド</a>',0,1,1,0,0,'2009-12-18 22:21:20','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091011_rtri',3,0,'2009-10-12 17:04:32','10/11 鉄道総合技術研究所に行ってきた',null,'<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%89%84%E9%81%93%E7%B7%8F%E5%90%88%E6%8A%80%E8%A1%93%E7%A0%94%E7%A9%B6%E6%89%80&amp;affid=21mTn15NlY\">鉄道総合技術研究所</a>に行くと新幹線の運転席が見られたりすると言うことなので、息子を連れて車で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B1%B3%E5%8E%9F&amp;affid=21mTn15NlY\">米原</a>まで&hellip;</p>\r\n<p>と言いたいところだが、行きすぎて<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%95%B7%E6%B5%9C&amp;affid=21mTn15NlY\">長浜</a>まで行ってしまった。長浜までは高速で1時間ほどかかったのだが、下道で15分ほどかけて引き返す&hellip;<br />\r\nとまあそんなことは置いといて&hellip;</p>\r\n<p>14時過ぎに着いたときにはこんな感じ、ぼちぼち人がいますね。新幹線3両の展示でここまで人がいれば多い方ではないでしょうか？<br />\r\n<img width=\"400\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/091011_rtri_1.png\" alt=\"\"></p>\r\n<p>1両見るのに平均1時間待ちと行ったところでしょうか？たぶん1両見れば十分な気がするイベントです。</p>\r\n<p>写真には2両しか写ってないが、新幹線の高速<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A9%A6%E9%A8%93%E8%BB%8A%E4%B8%A1&amp;affid=21mTn15NlY\">試験車両</a>は計3両有り3両とも中身が拝見できるのだが、すでに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%80%E5%BD%B9&amp;affid=21mTn15NlY\">退役</a>してるだけあって中身は展示用に改装されている模様。</p>\r\n<p>一応新幹線の運転席の写真も撮ってきたので興味がある人は続きをどうぞ。。。</p>','<p>正面<br />\r\n<img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/091011_rtri_2.png\" alt=\"\"><br />\r\n左側面<br />\r\n<img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/091011_rtri_3.png\" alt=\"\"></p>\r\n<p>外側から<br />\r\n<img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/091011_rtri_4.png\" alt=\"\"></p>\r\n<p>見るものが新幹線3両しかないので、1回行ったらたぶん2回目は行かないところだと思いますね。</p>',1,2625,3,0,'2009-11-11 17:04:32',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%89%84%E9%81%93%E7%B7%8F%E5%90%88%E6%8A%80%E8%A1%93%E7%A0%94%E7%A9%B6%E6%89%80&amp;affid=21mTn15NlY\">鉄道総合技術研究所</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B1%B3%E5%8E%9F&amp;affid=21mTn15NlY\">米原</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%95%B7%E6%B5%9C&amp;affid=21mTn15NlY\">長浜</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A9%A6%E9%A8%93%E8%BB%8A%E4%B8%A1&amp;affid=21mTn15NlY\">試験車両</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%80%E5%BD%B9&amp;affid=21mTn15NlY\">退役</a>',0,1,1,0,0,'2009-10-13 12:32:19','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091013',3,0,'2009-10-14 00:05:21','10/13 値動きがないと思ったら…',null,'<p>今日は相場の変動に乏しくて買い時がないな～と思いつつ、21:30頃今日の下値はここらか？とか思って3万買ってみたら&hellip;<br />\r\nおおぅっと！そこからさらに下がって81円ほどまで下がったわ！ちとビックリ！</p>\r\n<p>まあ、そのくらいどーってことはないけど、困ったのは</p>\r\n<p><strong><em>スター為替のシステムがダウンしてる！</em></strong></p>\r\n<p>スター為替の方の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>の方はどうなったのかな？って<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%96&amp;affid=21mTn15NlY\">タブ</a>を切り替えてみたら&hellip;<br />\r\nいつも出てる<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>の表示が消えてる&hellip;おかしいなぁって他の操作をしてみて<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%95%E3%83%AC%E3%83%83%E3%82%B7%E3%83%A5&amp;affid=21mTn15NlY\">リフレッシュ</a>かけようとしても動かないし、一回<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B0%E3%82%A2%E3%82%A6%E3%83%88&amp;affid=21mTn15NlY\">ログアウト</a>だ！と思ってログアウトしようにもそれすら出来ない。仕方がないから、もう一個タブを開けてそこから<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B0%E3%82%A4%E3%83%B3&amp;affid=21mTn15NlY\">ログイン</a>を試みるが、それも無理。電話をかけて聞いてみようかと思っても速攻で終話。んーと思って日付が変わるまで待ってみたが復帰する気配はない。</p>','<p>サイトのトップを見てみると&hellip;</p>\r\n<p><a href=\"http://www.starkawase.jp/information/detail.html?id=211\">くりっく365　不具合のお知らせ</a><img height=\"11\" width=\"31\" src=\"http://www.starkawase.jp/img/icon_new.gif\" alt=\"NEW!\" /></p>\r\n<p>んー、くりっく365の不具合と言うことは情報提供元のシステムダウンなのかな？と思ったが<a href=\"http://www.click365.jp/\">クリック365</a>のホームページや他のくりっく365を使っている<a href=\"http://www.okasan.co.jp\">岡三証券</a>などには該当するニュースがない！</p>\r\n<p>と言うことで、<em><strong>スター為替単独のシステムトラブル</strong></em>のようですね。</p>\r\n<p>速く復帰できると良いなぁ、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%91%E8%9E%8D%E5%BA%81&amp;affid=21mTn15NlY\">金融庁</a>から怒られないようにね。</p>',1,2784,1,0,'2009-11-13 00:05:21',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%96&amp;affid=21mTn15NlY\">タブ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%95%E3%83%AC%E3%83%83%E3%82%B7%E3%83%A5&amp;affid=21mTn15NlY\">リフレッシュ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B0%E3%82%A2%E3%82%A6%E3%83%88&amp;affid=21mTn15NlY\">ログアウト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B0%E3%82%A4%E3%83%B3&amp;affid=21mTn15NlY\">ログイン</a>\n<a href=\"http://www.starkawase.jp/information/detail.html?id=211\">くりっく365　不具合のお知らせ</a>\n<a href=\"http://www.click365.jp/\">クリック365</a>\n<a href=\"http://www.okasan.co.jp\">岡三証券</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%91%E8%9E%8D%E5%BA%81&amp;affid=21mTn15NlY\">金融庁</a>',0,1,1,0,0,'2009-10-16 00:40:00','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091014_claim',3,0,'2009-10-15 00:40:15','10/14 スター為替にシステムの件で要望',null,'<p>この二日間のスター為替のシステムトラブルに関して2点要望をお願いしておいた。</p>\r<p>くろねこが要望したのは下記の2点</p>\r<ul>\r    <li><strong>システムダウンの際にどのシステムが止まっているのかわかるようにして欲しい</strong></li>\r    <li><strong>出来ればシステム復旧の目安を載せておいて欲しい</strong></li>\r</ul>\r<p>理由</p>\r<p>「どのシステムが止まっているのかわからない」そのような状態の時、</p>\r<ul>\r    <li>ログインは出来ないけどすでに出してある注文は生きている</li>\r    <li>自分にとって相場が不利な状況に動いているように見える</li>\r    <li>さらにその状況を不利にするような注文をしてしまっている</li>\r</ul>\r<p>このような状態があった場合、システムがどのような状態か判断出来るのであれば、それなりの対応が出来るかもしれない。<br />\r本日(14日)の不具合のように電話注文は可能だったら、電話で注文取り消しやそのほかの対応が出来るわけだ。</p>\r<p>また、システム復旧時刻の目安がわかれば安心感が得られるかもしれない。相場は他のサイトでもおおよそはわかるのだから。</p>','',1,2433,4,0,'2009-11-14 00:40:15',0,'',0,1,1,0,0,'2009-10-16 00:52:04','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091015',3,0,'2009-10-15 23:18:28','10/15 クロス円がめちゃ上がってる！',null,'<p>昨日22:40頃急に豪ドルが下がったところでうまく買えたんだけど、81.4円で予約していたのに滑りまくりで81.352円で買えたのだ。</p>\r<p>それの売り時を仕事をしながらわくわく待ち構えていたら&hellip;<br />\rお昼休みに相場を確認すると&hellip;<br />\r82.3円近い！と言うことで2万円稼いじゃおうと言うことで82.352円に予約(2万通貨買っていたので1円変わると2万円儲かる)。<br />\rするとまもなく約定通知のメールが&hellip;<br />\r相場をもう一度確認すると、82.2円台になっていたので、うまく買えたのかな？と思っていたら&hellip;</p>\r<p>自宅に帰ることには、83円超えていた！<br />\rさらに上がり続けて30分ほど前には83.4円ほどに！豪ドルだけじゃなくてクロス円通貨は似たような感じで上がって結構儲かってる人も多そう。Windows Mobile機だとチャートのカスタマイズが出来ないから売り時の確認がむずかしいね。<br />\r移動平均だけじゃなくて標準偏差も見たいんだけど、どこか良いサイトはないかな？</p>\r<p>ちょっと暇があるときに探してみよう。</p>\r<p>今日は2万儲かったのだけど2万儲け損なった日となってしまったよ&hellip;</p>','',1,2386,1,0,'2009-11-14 23:18:28',0,'',0,1,1,0,0,'2009-10-15 23:27:43','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20091018014423696',2,0,'2009-10-18 01:44:23','10/18 ただいまダウンロードできません。',null,'<p>ただいまメンテナンス中のためダウンロード機能が一時的に利用できません。</p>','',1,2405,0,0,'2009-11-17 01:44:23',0,'',0,1,1,0,0,'2009-10-18 01:45:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20091018224017862',2,0,'2009-10-18 02:40:17','10/18 メンテ完了',null,'<p>ダウンロードのトラブルへの対応が完了しました。</p>','',1,2349,0,0,'2009-11-17 02:40:17',0,'',0,1,1,0,0,'2009-10-18 22:42:09','html',1,1,null,null,0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091022_kousyuboukasekininshakousyu-',3,0,'2009-10-22 23:17:50','10/22 甲種防火責任者講習終了～',null,'<p>意外と簡単なんですね。講習自体は受ければみんな修了証が貰えちゃう感じでした。</p>\r\n<p><strong><em>誰も落ちないって足きり何点なんだよ！</em></strong></p>\r\n<p>とは思ったりもしましたが、全員無事終了できて良かった。</p>\r\n<p>ちょっと<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%98%B2%E7%81%BD&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">防災</a>意識が上がったところで、早速家庭用<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B6%88%E5%8C%96%E5%99%A8&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">消化器</a>を購入しようとネットを検索。<br />\r\n最初は一般的な<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B2%89%E6%9C%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">粉末</a>消火器を購入しようとしたが、消防署の方に<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A9%E3%81%B7%E3%82%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">天ぷら</a>油の火災などには更新期間が短く管理が面倒だが、エアゾールタイプの消化器の方が対象の温度を下げる効果があり、粉末消化器に比べて再燃の恐れが低いから、家庭には適していると教えてくれたので、エアゾールタイプを購入した。<br />\r\n<br />\r\n近くの<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%8F%E8%B2%A9%E5%BA%97&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">量販店</a>で購入したが、一般火災にも対応できるエアゾールタイプはなく、天ぷら油用になってしまった。<br />\r\nしかし、エアゾールタイプって<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B6%88%E9%98%B2%E6%B3%95&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">消防法</a>上の消化器ではなかったのだね。聞き逃してたわ！だから家庭に置く場合は...なんだろうね<br />\r\n<br />\r\nまあ、台所において様子を見よう。</p>','',1,2978,0,0,'2009-11-21 23:17:50',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%98%B2%E7%81%BD&amp;affid=21mTn15NlY\">防災</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B6%88%E5%8C%96%E5%99%A8&amp;affid=21mTn15NlY\">消化器</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B2%89%E6%9C%AB&amp;affid=21mTn15NlY\">粉末</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A9%E3%81%B7%E3%82%89&amp;affid=21mTn15NlY\">天ぷら</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%8F%E8%B2%A9%E5%BA%97&amp;affid=21mTn15NlY\">量販店</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B6%88%E9%98%B2%E6%B3%95&amp;affid=21mTn15NlY\">消防法</a>',0,1,1,0,0,'2009-10-22 23:40:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20091023212310625',3,0,'2009-10-23 21:23:00','WILLCOM 03から投稿テスト',null,'投稿成功！','',1,2179,0,0,'2009-11-22 21:23:00',0,'',0,0,1,0,0,'2009-10-23 21:25:09','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091026_address_change_notice',3,0,'2009-10-26 23:46:38','10/26 住所変更手続き','','<p>朝から住所表記変更に伴う<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%89%8B%E7%B6%9A%E3%81%8D&amp;affid=21mTn15NlY\">手続き</a>を行っていたがまだ終わらない。何かすごく時間がかかったので取りあえず＿〆(。。)ﾒﾓﾒﾓ&hellip;</p>\r<ol>\r    <li>9:00頃に目覚める。</li>\r    <li>9:10頃そのまま<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">ポスト</a>を確認するが、住所表記変更の証明書が入っていない！</li>\r    <li>9:40頃<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B8%82%E5%BD%B9%E6%89%80&amp;affid=21mTn15NlY\">市役所</a>に電話をしていつとどくのか確認。現在<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%85%8D%E9%81%94&amp;affid=21mTn15NlY\">配達</a>していると言うことなので即行持ってきてもらう。</li>\r</ol>','<p>10:00頃から銀行で住所変更手続きを、そのあと市役所で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E6%B0%91%E5%9F%BA%E6%9C%AC%E5%8F%B0%E5%B8%B3%E3%82%AB%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">住民基本台帳カード</a>の住所変更手続きを行うが、「電子証明がはどうなるの？」と確認して「住所はすべて変更になります」と言っていたのに40分<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%85%E3%81%A3%E3%81%9F&amp;affid=21mTn15NlY\">待った</a>あげく変わって無くて再手続き&hellip;住所表記が変更になると前の電子証明が失効し新しい電子証明が作成される。このため<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E6%96%99&amp;affid=21mTn15NlY\">無料</a>で電子証明の期間が延びることになる！</p>\r<p>そのあと、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%AD%A6%E5%AF%9F%E7%BD%B2&amp;affid=21mTn15NlY\">警察署</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%81%8B%E8%BB%A2%E5%85%8D%E8%A8%B1%E8%A8%BC&amp;affid=21mTn15NlY\">運転免許証</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A3%8F%E6%9B%B8%E3%81%8D&amp;affid=21mTn15NlY\">裏書き</a>。</p>\r<p>ここでお昼休憩をして&hellip;</p>\r<p>午後からは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%99%B8%E9%81%8B%E5%B1%80&amp;affid=21mTn15NlY\">陸運局</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%BB%8A%E6%A4%9C%E8%A8%BC&amp;affid=21mTn15NlY\">車検証</a>の住所変更手続き、こちらは用紙代30円がかかったが手続き自体は無料だった。</p>\r<p>さらにその足で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%87%E3%82%A3%E3%83%BC%E3%83%A9%E3%83%BC&amp;affid=21mTn15NlY\">ディーラー</a>に行って住所変更手続き。ディーラーに向かう間に電話で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AC%E3%83%87%E3%82%A3%E3%82%BB%E3%82%BE%E3%83%B3&amp;affid=21mTn15NlY\">クレディセゾン</a>に電話しながら住所変更手続き、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9B%E3%83%B3%E3%83%80&amp;affid=21mTn15NlY\">ホンダ</a> <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=C%E3%82%AB%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">Cカード</a>も忘れず変更。</p>\r<p>ディーラーからの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B8%B0%E3%82%8A%E9%81%93&amp;affid=21mTn15NlY\">帰り道</a>も時間の有効活用。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%82%AA%E3%83%B3%E9%8A%80%E8%A1%8C&amp;affid=21mTn15NlY\">イオン銀行</a>に住所変更手続きを行うがPHSの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%B3%E3%83%89%E3%82%AA%E3%83%BC%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">ハンドオーバー</a>はかなり<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%93%81%E8%B3%AA&amp;affid=21mTn15NlY\">品質</a>が悪く、自動車で移動しているとめちゃくちゃ切れますね&hellip;<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E9%9F%B3&amp;affid=21mTn15NlY\">無音</a>時間が長く。かけ直してくださいって言われてしまった。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%82%BE%E3%83%B3&amp;affid=21mTn15NlY\">セゾン</a>さんは我慢してくれたのにな＞＜；</p>\r<p>と言うわけで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%86%E3%82%A3&amp;affid=21mTn15NlY\">サティ</a>にあるイオン銀行ブランチで住所変更手続きを！<br />\rここで、イオンクレジットと銀行と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AF%E3%82%AA%E3%83%B3&amp;affid=21mTn15NlY\">WAON</a>の3つも手続きが必要なんでしょ？って確認してると来月からイオンクレジットの代理店に銀行がなると言うことで来月からはちょっとましになりそうな<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%B0%E5%9B%B2%E6%B0%97&amp;affid=21mTn15NlY\">雰囲気</a>。</p>\r<p>ついでに、普段感じてるアグリゲータサービスの件や<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">ポイント</a>移行の件、他社で使用した場合の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%83%88%E3%83%81%E3%83%A3%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">オートチャージ</a>の有無などを質問したり要望しておいたりでさらに時間を食ってしまって&hellip;</p>\r<p>気づいたら18:00を回ってた；；</p>\r<p>一日住所変更に費やしてしまったわ&hellip;</p>\r<p>まだ、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%BC%E5%88%B8%E4%BC%9A%E7%A4%BE&amp;affid=21mTn15NlY\">証券会社</a>関係が手つかず&hellip;</p>\r<p>早く手続きをしないと。</p>',1,3390,4,0,'2009-11-25 23:46:38',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%89%8B%E7%B6%9A%E3%81%8D&amp;affid=21mTn15NlY\">手続き</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">ポスト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B8%82%E5%BD%B9%E6%89%80&amp;affid=21mTn15NlY\">市役所</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%85%8D%E9%81%94&amp;affid=21mTn15NlY\">配達</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E6%B0%91%E5%9F%BA%E6%9C%AC%E5%8F%B0%E5%B8%B3%E3%82%AB%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">住民基本台帳カード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%85%E3%81%A3%E3%81%9F&amp;affid=21mTn15NlY\">待った</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E6%96%99&amp;affid=21mTn15NlY\">無料</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%AD%A6%E5%AF%9F%E7%BD%B2&amp;affid=21mTn15NlY\">警察署</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%81%8B%E8%BB%A2%E5%85%8D%E8%A8%B1%E8%A8%BC&amp;affid=21mTn15NlY\">運転免許証</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A3%8F%E6%9B%B8%E3%81%8D&amp;affid=21mTn15NlY\">裏書き</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%99%B8%E9%81%8B%E5%B1%80&amp;affid=21mTn15NlY\">陸運局</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%BB%8A%E6%A4%9C%E8%A8%BC&amp;affid=21mTn15NlY\">車検証</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%87%E3%82%A3%E3%83%BC%E3%83%A9%E3%83%BC&amp;affid=21mTn15NlY\">ディーラー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AC%E3%83%87%E3%82%A3%E3%82%BB%E3%82%BE%E3%83%B3&amp;affid=21mTn15NlY\">クレディセゾン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9B%E3%83%B3%E3%83%80&amp;affid=21mTn15NlY\">ホンダ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=C%E3%82%AB%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">Cカード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B8%B0%E3%82%8A%E9%81%93&amp;affid=21mTn15NlY\">帰り道</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%82%AA%E3%83%B3%E9%8A%80%E8%A1%8C&amp;affid=21mTn15NlY\">イオン銀行</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%B3%E3%83%89%E3%82%AA%E3%83%BC%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">ハンドオーバー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%93%81%E8%B3%AA&amp;affid=21mTn15NlY\">品質</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E9%9F%B3&amp;affid=21mTn15NlY\">無音</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%82%BE%E3%83%B3&amp;affid=21mTn15NlY\">セゾン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%86%E3%82%A3&amp;affid=21mTn15NlY\">サティ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AF%E3%82%AA%E3%83%B3&amp;affid=21mTn15NlY\">WAON</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%B0%E5%9B%B2%E6%B0%97&amp;affid=21mTn15NlY\">雰囲気</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">ポイント</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%83%88%E3%83%81%E3%83%A3%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">オートチャージ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%BC%E5%88%B8%E4%BC%9A%E7%A4%BE&amp;affid=21mTn15NlY\">証券会社</a>',0,1,1,0,0,'2010-08-31 03:23:42','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091026',3,0,'2009-10-27 00:46:05','10/26 ランドが暴落？',null,'<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ランド</a>が26日23:40頃すとんと落ちた！</p>\r\n<p>つい先日12.5円付近まで(<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">くりっく365</a>では12.5円を超えたが楽天FXは届かず)上がっていたランドが～<br />\r\n楽天FXで購入していたランド(12.220円で購入)を12.5円で売るように注文していたのに、上がるどころかどんどん下がってきていつの間にか為替差益が<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">赤字</a>になってた！とほほ&hellip;</p>\r\n<p>まあ楽天FXの方は2通貨持っていたので、ランドが下がった分は<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">豪ドル</a>が85円を超えるなどして稼いでくれているからOK！<br />\r\nしかし、スター為替の方では<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">スワップ</a>狙いのランドしか購入してないぞ？まあ、危険な<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">レート</a>にはまだほど遠いけど毎日確認した方が良いのかなぁ？ランドと<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">組み合わせ</a>てある程度放っておける通貨の組み合わせを考えないと、1通貨だけはちと安心感に欠けるな。</p>\r\n<p>最近、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">マンション</a>で起きている<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E9%95%B7&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">理事長</a>の暴走と裁判の所為で時間が無くて&hellip;取りあえず30日の第一回<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%A3%E9%A0%AD%E5%BC%81%E8%AB%96&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">口頭弁論</a>と4日の<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E4%BC%9A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">理事会</a>で今後の方向性が見えない限り腰を下ろしてFXの画面を眺めるなんて無理そう。</p>\r\n<p>FXの<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">チャート</a>ってわくわく<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%AD%E3%83%89%E3%82%AD&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ドキドキ</a>、ハラハラでとっても楽しいのにひじょ～に残念です。</p>','',1,2459,3,0,'2009-11-26 00:46:05',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\">くりっく365</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\">赤字</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">組み合わせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">マンション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E9%95%B7&amp;affid=21mTn15NlY\">理事長</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%A3%E9%A0%AD%E5%BC%81%E8%AB%96&amp;affid=21mTn15NlY\">口頭弁論</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E4%BC%9A&amp;affid=21mTn15NlY\">理事会</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%AD%E3%83%89%E3%82%AD&amp;affid=21mTn15NlY\">ドキドキ</a>',0,1,1,0,0,'2009-10-27 01:01:38','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091028',3,0,'2009-10-28 22:20:35','10/28 やべー、下落がとまんね～',null,'<p>やばいですね～、やばいですね～。</p>\r\n<p>一昨日の夜から始まった下落ムード、今日はさらに拍車がかかってくろねこの証拠金維持比率は...</p>\r\n<p>楽天FXで262.81%ぐらいまで低下していたと思われる&hellip;<br />\r\nスター為替は282.88%ぐらい&hellip;</p>\r\n<p>かなりやば～～い雰囲気です。この状況をどう乗り切っていこうか？このまま静観していてもOKなのか？ちと考えています&hellip;</p>\r\n<p>昨晩、楽天FXにて83.8円になったら買いの注文を入れて寝てました。起きたら約1万円儲かってました。しかし一昨日の買い注文が約1万円損してたので、両方まとめてちょっとでもプラスになってるところで処分しちゃおうと思ったのですが&hellip;</p>\r\n<p>時間が無く<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">アルバイト</a>に&hellip;</p>\r\n<p>お昼の休憩時間に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>を見たら！1円も下がってるじゃないか！</p>\r\n<p>電車の中で処分しておいたら良かったというのは後の祭りでした。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%90%E3%82%A4%E3%83%AB&amp;affid=21mTn15NlY\">モバイル</a>からも決済可能なんだけど、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%BD%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\">パソコン</a>みたいに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%9F%E3%83%A5%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">シミュレーション</a>も出来ないし素早く注文が出せないから、成り行きで取引するのは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a>があってあんまりしたくなかったんですよね～。</p>\r\n<p>しかし、ちょっと持ち直してきてるのかな？ってそう見える現在の状況だが、さらなる地獄絵図への階段のほんの踊り場の気がしてなりません。</p>\r\n<p>この下落傾向、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>は80円台、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>は11.3円くらいまで下がるのでしょうか？</p>\r\n<p>&uarr;は予想と言うより、そのあたりで勘弁してもらって反転してくれないかなぁ？と言う祈りにも似たお願いって感じでしょうか？</p>\r\n<p>当然根拠は無いです。</p>\r\n<p>豪ドル、上がる要素はすべて出尽くしたってあらゆる所に書いてあるけど、それでも83円後半までくらいには復活するよね？してよね！</p>','',1,2512,1,0,'2009-11-27 22:20:35',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">アルバイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%90%E3%82%A4%E3%83%AB&amp;affid=21mTn15NlY\">モバイル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%BD%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\">パソコン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%9F%E3%83%A5%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">シミュレーション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>',0,1,1,0,0,'2009-10-28 22:38:45','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091028_2',3,0,'2009-10-28 23:19:06','10/28 仕方がない…',null,'<p>仕方がない、明日も<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">バイト</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>のチェックと適切な対応が出来そうにないから安心して仕事が出来るように追加で証拠金を足しておこう。</p>\r\n<p>先日楽天FXからもういらないかと30万出金したところだったのに&hellip;</p>\r\n<p>楽天FXには10万追加、スター為替にはたぶん今回の下落では必要ないと思ったけど同じく10万追加。良いところまで下がったらもう1枚追加して購入しておいて、もう一度12.5円付近まで上がったら、今持ってる12.2円の建玉を処分するのも悪くないと考えた。</p>\r\n<p>無いかもしれないけど、11.5円からトレールを始めて幅を0.1円で設定。最悪でも引っかかれば11.6円で買えるはず。引っかかるかどうかはかなり未知数だが、今月2日には11.470円まで下がっているし、7月には12.6円台から11円付近まで下がっているのでちょっと狙ってみたい。<br />\r\n<br />\r\nこの値段で買えればかなり安定した<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>が狙えるはずだ！</p>','',1,2752,0,0,'2009-11-27 23:19:06',1,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">バイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>',0,1,1,0,0,'2009-10-28 23:31:04','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091029',3,0,'2009-10-29 07:15:15','10/29 朝起きたらもっとひどい状況に…',null,'<p>朝起きたら豪ドルはさらに1円下がって&hellip;ランドは買いを予約していた11.5付近まで&hellip;</p>\r<p><em><strong>やばすぎる</strong></em></p>\r<p>取りあえず現在のポジションをOCO注文で処理しにかかる81円と80.5円まで下がったら(･_･ )ﾉ&quot;&quot;&nbsp;&nbsp;&nbsp; ゜ ﾎﾟｲｯ<br />\rここまで下がって欲しくはないのだが&hellip;</p>\r<p>仕方がない。</p>\r<p>ランドの買い注文も一旦お預けかなぁ</p>','',1,2385,1,0,'2009-11-28 07:15:15',0,'',0,1,1,0,0,'2009-10-29 21:16:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091030',3,0,'2009-10-30 08:12:34','10/30 相場が戻ってきた',null,'<p>昨晩の力強い<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">アメリカ</a>の指標発表と同時に急激に回復した為替。</p>\r\n<p>この暴落ではいっぱい過ちを犯したな～</p>\r\n<ul>\r\n    <li>下がり始める前に失敗を帳消しに出来る小回復があったのに、時間に追われて見過ごした</li>\r\n    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>が11.5円(くりっく365)まで下がったのに買うタイミングだと思ってたのにびびって買えず&hellip;</li>\r\n    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>を81.0円という底でやってしまったという&hellip;</li>\r\n</ul>\r\n<p>もうちょっと我慢できるか、もっと早めに判断出来ていれば&hellip;</p>\r\n<p>悔やまれることは多い。これからの糧にして負けた10万円ちょっとを取り替えさねば&hellip;</p>','',1,2258,0,0,'2009-11-29 08:12:34',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">アメリカ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>',0,1,1,0,0,'2009-10-30 08:19:26','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091031',3,0,'2009-10-31 16:06:00','10/31 南アランド大暴落!!!(システムトラブルであってほしい！)',null,'<p>朝起きて為替のチェック 昨日起動したままの豪ドルのチャートが表示されている</p>\r<p>昨夜82円付近だった相場が81円付近にまで戻ってる！</p>\r<p>この先どうなるのかと思いつつ、南アランドをチェック！</p>\r<p>南アランドはスター為替でチェックしているので、ログインする。</p>','<p>ログインしてビビった！ロスカットされてる！<br />\r決済のリンクをクリックしてポジションの詳細を見ると、8円台...</p>\r<p><em><strong>あ、ありえない！ </strong></em></p>\r<p>チャートを確認しても、くりっく365のページで確認しても結果は同じ！</p>\r<p>でも、楽天FXなどのくりっく365以外は11円台...<br />\rくりっく365のシステムトラブルであってほしい。 <br />\rスター為替のトップページのメンテ情報がそれにたいするメンテであってほしいと思うのだが。<br />\r世の中そんなにうまくいくのか？</p>\r<p>これがシステムトラブルでは無かった場合、楽天側でも月曜の始まりと共に8円台で開始する可能性が高いからだ...<br />\rさらなる恐怖が待ち受ける。(楽天FXには、取りあえず逆指値で11円にて注文は入れた)<br />\r人生の正念場か！</p>\r<div class=\"add\">\r<p><strong>追記</strong></p>\r<p>同じような目に遭ってる人は多いようですね。下記のような質問が見つかった。</p>\r<ul>\r    <li><a href=\"http://qanda.rakuten.ne.jp/qa5410438.html\">今日（2009/10/31）の明け方のくりっく３６５の南アフリカランドの大暴落について</a>(楽天)</li>\r    <li><a href=\"http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1132396701\">今日（2009/10/31）の明け方のくりっく３６５の南アフリカランドの大暴落について</a>(yahoo)</li>\r    <li><a href=\"http://www.mag2qa.com/qa5410438.html\">今日（2009/10/31）の明け方のくりっく３６５の南アフリカランドの大暴落について</a>(まぐまぐ)</li>\r    <li><a href=\"http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1132397996\">FXのくりっく365でランドの時価がなぜか０円になっていて強制的にロスカットされそ...</a></li>\r    <li><a href=\"http://qanda.rakuten.ne.jp/qa5411278.html\"><span class=\"_LSUCS\">東京金融取引所（くりっく365）で異常発生、オークション方式による公設市場の可能性は？</span></a></li>\r</ul>\r<p>みんなはこれをシステムトラブルだと思う？スター為替が執行してくると3万ほど追証が必要なんだけど？(証拠金比率は元々数百％もあったのに&hellip;)<br />\r上記の質問を見て、BidだけでなくAskも見てみるとAskはふつーの展開してるんだね。</p>\r<p>兌換停止とかされちゃったのかな？為替のニュースでは恐怖指数が25％超えたとか載っていたような&hellip;</p>\rそうそう、このままスター為替がくりっく365の提供するレートで執行するなら下記の文言が自分を守る盾になるかもしれない。 <blockquote> <b>有利な価格提供の仕組み</b>\r<p>「くりっく３６５」では、外国為替市場における世界有数の、複数の金融機関から価格の提供を受け、この中から、投資家の皆様にとって最も有利となる価格をシステムで自動合成し提供しています。</p>\r</blockquote>\r<p><em><strong>通常取引している複数の金融機関からどのようなレートがこのときに提示されたのか？と言う説明を受けたいと思う。<br />\r</strong></em>このとき提示されているレートの中で1つでも、<strong>今回のような8.415を超えるレートを提示している金融機関があれば、最も有利となる価格ではない</strong>からである。ここに問題があれば裁判を起こしてでも対抗する価値はあると思う。</p>\r<p>また、このレートが正しかったとしてもレートが1発ものでなければ、ロスカットが正常に働かなかった原因について探る必要があるだろう。</p>\r<p>しかし今回の件、個人的にはシステムトラブルによる1発レートじゃないのかな？と考えている</p>\r</div>\r<p>&nbsp;</p>',1,3532,0,0,'2009-11-30 16:06:00',0,'<a href=\"http://qanda.rakuten.ne.jp/qa5410438.html\">今日（2009/10/31）',0,0,1,0,0,'2009-11-01 12:21:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091101',3,0,'2009-11-01 01:48:08','11/01 金融庁に要望を',null,'<p>今回の南アランド大暴落に関して、東京金融取引所(＝くりっく365)の監督官庁であると思われる金融庁にお願いを、フォームから投稿してみる</p>\r<p>内容は、以下。</p>','<p>お世話になります。<br />\r<br />\r東京金融取引所も所轄官庁が金融庁であると思うので、質問とお願いを致します。<br />\r10/31朝取引時間終了間際の1分間に、南アフリカランド/円(Bid)が急激に低下しAskとの差が急激に拡大しました。<br />\rこの現象が他の証券会社から提供されているレートにも起きているのであれば納得できるのですが、この現象はただいまの所東京金融取引所が上場しているくりっく365でのみ確認されています。<br />\r<br />\rくりっく365は下記のように有利な価格でレートを提供する仕組みがあると宣伝しておきながら、他社よりも圧倒敵に不利な価格は何かトラブルの可能性があると思われます。本当に複数の金融機関から価格の提供を受け最も顧客に有利なレートが示されていたのかご確認頂けますでしょうか？<br />\r<br />\rまた、税制優遇されているのが東京金融取引所のくりっく365だけというのはおかしいです。他社も同様の税制優遇が出来るよう何かしらの枠組みを作って頂けませんか？そうすれば競争が働き、くりっく365のみ異常なレートを提示しつつ、正常値だと言い張ることは少なくなると思われます。<br />\r<br />\r以上、よろしくお願いいたします。<br />\r<br />\r--- くりっく365から抜粋 ---<br />\r「くりっく３６５」では、外国為替市場における世界有数の、複数の金融機関から価格の提供を受け、この中から、投資家の皆様にとって最も有利となる価格をシステムで自動合成し提供しています。</p>',1,2563,0,0,'2009-12-01 01:48:08',0,'',0,1,1,0,0,'2009-11-01 01:52:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091102',3,0,'2009-11-02 23:27:58','11/02 ロスカットされてしまった…',null,'<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ロスカット</a>されてしまった。まあ、それは土曜日にわかっていたことだ今更じたばたしてもどうしようもない。</p>\r\n<p>もう一つ、過ちを犯してしまったらしい。<br />\r\n土曜日、例のトラブルか？故意か？はたまたそれが必然だったのか？それは知らないが、例の南アランドBidの大暴落であれが真実であってもそうでなかったとしても、楽天FX側も引きずられて暴落すると思い11.0円で逆指値で売りを指定しておいた。</p>\r\n<p>しかし、今朝11.0までは普通に下がりそうだと10.9円に修正して家を出た！</p>\r\n<p>家を出て十数分後ほぼ取引開始と同時に悲劇は起こった！底値は10.88円くらいだった&hellip;<br />\r\nほぼ、底で売ってしまったのだ！今日、この日を無事に過ごせれば兌換停止とかがない限りロスカットも暴落もねこの予測ではないはずなのだから&hellip;</p>\r\n<p><em><strong>ちょー</strong></em><a href=\"http://www.dismas.jp/aff/index.php?title=%E6%82%B2%E3%81%97%E3%81%84&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\" class=\"x2\"><em><strong>悲しい</strong></em></a><em><strong>ぜ！</strong></em></p>\r\n<p>売り注文なんか出しておかなければ良かったのか&hellip;今更のように後悔している。<br />\r\nしかし、この下落って<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\">くりっく365</a>があのような<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>を示さなかったら起きなかったんじゃないか？と思っている。<br />\r\nこれは<a class=\"x2\" title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8C%E6%AC%A1%E7%81%BD%E5%AE%B3&amp;affid=21mTn15NlY\">二次災害</a>だと！</p>\r\n<p>度重なる失敗でくろねこの軍資金は底を尽きかけているようだ&hellip;</p>','',1,2364,0,0,'2009-12-02 23:27:58',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%82%B2%E3%81%97%E3%81%84&amp;affid=21mTn15NlY\">悲しい</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\">くりっく365</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8C%E6%AC%A1%E7%81%BD%E5%AE%B3&amp;affid=21mTn15NlY\">二次災害</a>',0,1,1,0,0,'2009-11-02 23:45:24','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091103',3,0,'2009-11-03 07:07:13','11/03 今回の南アランドの大暴落をうまくまとめてる記事見つけた',null,'<p>以下の記事、Ask側には触れてないなどの問題点はあるが、日経新聞も報道してない内容をある程度うまくまとめていると思う。</p>\r<p>今後この内容でわかったことがあれば知らせるというように書いてるし、暫く見てみよう。</p>\r<p><a href=\"http://zai.diamond.jp/servlets/Query?SRC=zaifx/column/column&amp;cate=tomo&amp;art=128\">大事件か!?　先週末に短時間で大暴落したくりっく365の南アフリカランド/円</a></p>\r<p>&nbsp;こっちの方がもっと正確かも</p>\r<p><a href=\"http://jp.reuters.com/article/forexNews/idJPnTK034301020091102\">〔外為マーケットアイ〕「くりっく３６５」利用の個人が南アランドで損失の可能性、8円台の取引は短時間か</a></p>','',1,2754,0,0,'2009-12-03 07:07:13',0,'<a href=\"http://zai.diamond.jp/servlets/Query?SRC=zaifx/column/column&amp;cate=tomo&amp;art=128\">大事件か!?　先週...</a>\n<a href=\"http://jp.reuters.com/article/forexNews/idJPnTK034301020091102\">〔外為マーケッ',0,1,1,0,0,'2009-11-04 00:40:11','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091105_scheduling_management',3,0,'2009-11-05 01:23:08','WILLCOM 03でスケジュール管理','','<p>WILLCOM 03でスケジュール管理をする。</p>\r<p>03でスケジュールを管理するのは大変だ。PCのデータと連動させてうまく管理を行いたい。が、PC側にOutlookが入っていないとPCでスケジュール管理が行えないというデメリットがあった。ちなみにくろねこのPCにはOutlookが入っていたのだが、ヴァージョンが合わないのかうまく同期できなかった。<br />\rなので、OutlookではなくGoogle Calendarと同期させることにした。スケジュールの入力はいまいち使いにくいし、セキュリティ関連もいまいち良くわからん(他人から見られちゃわないのか？という疑問が残ったまま)が、PCで確認できるメリットは大きかった。そこで、以前からと言っても2ヶ月ほど前なのだが、この方法でスケジュール管理を行っている。</p>\r<p>その03が昨日からおかしくなって、WILLCOMとSHARPに問い合わせしながら...数回フォーマットを繰り返しながら...復旧を試みていたのだが、結局フォーマットして一から導入し直しとなった。</p>\r<p>自分が忘れないように＿〆(。。)ﾒﾓﾒﾓ&hellip;</p>','<p>Google Syncで外出先でもGoogle Calendarのスケジュールが同期できる。</p>\r<p>Googleでは、Google Calendarの予定と連絡先のデータを、Windows Mobile端末と同期する「Google Sync」というサービスを提供していて、Windows Mobileの標準機能を使ってGoogle Calendarのサーバにアクセスし、予定や連絡先を同期することが出来る。</p>\r<p>設定方法は以下の通り。</p>\r<ol>\r    <li>WILLCOM 03のWindowsメニューから「プログラム」を選択し、一覧の中から「ActiveSync」を選択する。</li>\r    <li>メニューから「サーバのソースの追加」を選ぶとウィザードが起動する。</li>\r    <li>電子メールアドレスの設定\r    <ol>\r        <li>「Google Sync」を利用するための設定。まず「電子メールアドレス」にGmailのメールアドレスを入力する。</li>\r        <li>「Exchange Server設定を自動的に検出する」のチェックを外す。</li>\r    </ol>\r    </li>\r    <li>サーバー設定の編集\r    <ol>\r        <li>「サーバーアドレス」に「m.google.com」を入力する</li>\r    </ol>\r    </li>\r    <li>ユーザー情報\r    <ol>\r        <li>「ユーザー名」と「パスワード欄」にそれぞれGmailのメールアドレスとパスワードを入力する。</li>\r    </ol>\r    </li>\r    <li>サーバー設定の編集\r    <ol>\r        <li>最後の画面で「仕事」のチェックを外す。この時点で「連絡先」と「予定表」にチェックが入った状態になっているので完了をタップする。</li>\r    </ol>\r    </li>\r</ol>\r<p>これでPCでも03でもスケジュール確認が出来る。<br />\rしかし、Google Calendarでもスケジュールのコピー＆ペーストなどが出来ると便利なのに&hellip;</p>',1,3242,0,0,'2009-12-05 01:23:08',0,'',0,1,1,0,0,'2011-04-26 12:53:00','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091106',3,0,'2009-11-06 21:21:00','11/06 ZAR/JPYトラブルの措置が発表！',null,'<p>東京金融取引所が先週の南アランドのレート配信の見解を改め、システムトラブルと認定した。</p><p><img height=\"16\" border=\"0\" width=\"55\" src=\"http://www.click365.jp/news/img/news_03.gif\" alt=\"マーケット\" />             <a href=\"http://www.click365.jp/news/2009/pdf/20091106_click365.pdf\" rel=\"nofollow\">10月30日付け南アフリカランド/日本円取引についての措置</a></p><p>これによると</p><ul>    <li>今回の結果的に異常な価格で約定された取引及び当該取引を直接の起因とするロスカット取引について、希望者からの申請に基づき、当該価格での反対取引を行う。</li>    <li>本措置は、2009年11月13日（金）15：00－まで当該取引を行った各取扱業者において希望を受け付ける。</li></ul><p>とあるが、その間のスワップと手数料はどうなるのだろうか？</p><p>まあ、下記のように発表していた頃からするとたいした進歩だ。</p><blockquote><strong>10月30日付の南アフリカランド/日本円取引について</strong><br />10月30日付の南アフリカランド/日本円取引において、取引終了間際の4時59分についた値段は、その時点において、市場動向からマーケットメイカーが提示した市場レートであり、システム障害等によるものではありません。 ご理解の程宜しくお願い致します。</blockquote>','',1,2657,0,0,'2009-12-06 21:21:00',0,'<a href=\"http://www.click365.jp/news/2009/pdf/20091106_click365.pdf\">10月30日付け南ア',0,0,1,0,0,'2009-11-29 04:31:35','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20091108173621642',3,0,'2009-11-08 17:36:21','11/08 また死んじゃった…',null,'<p>またまた、悲劇は起こってしまった&hellip;</p>\r<p>最近の狩場は森の南の方のリバーサイド クローラー、そろそろ終わろうかと思ってちょっと北側に移動したところに毒スライムが&hellip;<br />\rちょっと強さを見てみようと思ったら2匹に増えたが、何とかいけそう&hellip;</p>\r<p>すると&hellip;</p>','<p>手負いのスプリガン ウォーリアーが来た、この獲物はいっちょんに任せて、オムニはスライムにぶつけることにした。しかし、もう一匹スプリガンがフェードインして来るではないか！すかさず、オムニに対しアニマルケイジを&hellip;</p>\r<p>あれ？</p>\r<p>入らない！</p>\r<p>入らない！</p>\r<p>なんで～、このままだと危ないのでスプリットガードとかリジェネの更新とかしつつ、アニマルケイジ！</p>\r<p>でも、ぜーんぜんダメ。</p>\r<p>で、とうとう死んじゃった&hellip;</p>\r<p>あとでログを見返したら&hellip;<br />\r<img width=\"365\" height=\"137\" src=\"http://www.blackcat.xyz/images/articles/20091108173621642_1.png\" alt=\"\"><br />\r「アイテム化できない状態です」って言うのはきっと、ダメージを受けてるときとかなんだろうねっ。</p>\r<p>と言うことで、一晩開けた今日オムニを700kで募集～。<br />\r無事、47.1のオムニフォームが購入できたよ。</p>\r<p>育ててる最中にもう一度死ぬことを考えたら案外安いかも&hellip;</p>',1,2681,0,0,'2009-12-08 17:36:21',0,'',0,1,1,0,0,'2009-11-08 17:51:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091108_CustomFilter',3,0,'2009-11-08 17:53:41','11/08 カスタムフィルタ',null,'<p>以前から<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">メールサーバー</a>の一部の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">アカウント</a>にはカスタムフィルタを導入して、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%91%E3%83%A0%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">スパムメール</a>対策を行っていたのだが、どうも2通同じ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>が来ることが多かった。設定ミスなのかとも思っていたのだが&hellip;</p>\r\n<p>下記の設定でうまくいくことがわかった。</p>\r\n<ol>\r\n    <li>全体に日本語を含まない かつ 全体が「.*」を含む &rArr; 「./.Junk」に振り分ける</li>\r\n    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%98%E3%83%83%E3%83%80&amp;affid=21mTn15NlY\">ヘッダ</a>全体が「X-<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Spam&amp;affid=21mTn15NlY\">Spam</a>-Flag: <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=YES&amp;affid=21mTn15NlY\">YES</a>」を含む &rArr; 「./.Junk」に振り分ける</li>\r\n    <li>全体が「.*」を含む &rArr; 「./」に振り分ける</li>\r\n</ol>\r\n<p>3行目<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%A5%E5%A4%96&amp;affid=21mTn15NlY\">以外</a>は前と同じなんだけど、さらにメールの運用方法を破棄に設定する必要があったようだ。<br />\r\n<br />\r\n原因としては、どうやらカスタムフィルタの設定と運用方法で2回取得しているみたいだ。</p>','',1,2553,0,0,'2009-12-08 17:53:41',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">メールサーバー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">アカウント</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%91%E3%83%A0%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">スパムメール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%98%E3%83%83%E3%83%80&amp;affid=21mTn15NlY\">ヘッダ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Spam&amp;affid=21mTn15NlY\">Spam</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=YES&amp;affid=21mTn15NlY\">YES</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%A5%E5%A4%96&amp;affid=21mTn15NlY\">以外</a>',0,1,1,0,0,'2009-11-08 18:06:15','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091108',3,0,'2009-11-08 22:24:37','11/08 南アランドの相場は一時的に急上昇するか？',null,'<p>くりっく365の先週末の発表によって、希望者には暴落時ロスカットの反対取引が行われる見込み。</p>\r<p>と言うことは、ほとんど全員希望するだろうと思われることから、先週初めの売りほどではないにせよ一時的に買い取引が増大すると思われる。と言うことは先週はじめの下落ほどではないにせよ、反対取引が始まったら急上昇し、利益確定売りで今度は急に下落する可能性がある。</p>\r<p>これが正しいとしたら、どこまで上がって戻ってくるかだな。月曜日の相場を見ると70銭くらい下落してるようだから、50銭くらい上がると見て12.4円くらいまで上がるだろうか？<br />\rまあ、ランドの場合スワップ狙いも多いから、利益確定売りをしない人もいるかもね。ロスカット後に買い直ししていた人はだぶついてるので、利益確定売りをしてくる可能性は大きいと思うけど。</p>','',1,2313,0,0,'2009-12-08 22:24:37',0,'',0,1,1,0,0,'2009-11-08 22:35:12','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091109_ReoveryOrder',3,0,'2009-11-09 23:41:29','11/09 例の南アランドの回復注文申請を行う',null,'<p>先週の南アランド事件によるロスカットの回復注文申請受付が本日(11/09)18:36より開始された。</p>\r<p>取りあえず先ほど注文しておいたが、一度注文すると確定で取り消しが出来ないそうだ。<br />\rしかも、いつ取引が行われるなどの情報は一切提供されていない。</p>\r<p>取引所の策略で取引開始前にBidを暴落させて、反対取引開始&hellip;成立したら&hellip;またロスカット！</p>\r<p>なーんって仕組まれてたりして&hellip;と言うのは考えすぎでしょうか？</p>','',1,2447,0,0,'2009-12-09 23:41:29',0,'',0,1,1,0,0,'2009-11-09 23:46:31','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091112_cork-mat',3,0,'2009-11-12 23:09:45','11/12 だんだん冷えてきました',null,'<p>だんだん冷えてきました。</p>\r\n<p>先々週は結構冷えてましたが先週は一時的にか暖かさが結構戻った感があったのですが、昨日あたりからまた冷えてきた感じです。<br />\r\nそろそろ寒さ対策をしないと自宅で<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%BD%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">パソコン</a>をさわっているとおなかが冷えてごろごろ言いそうです。<br />\r\n冷える原因は窓で冷えた風を受けることと、床が冷たいことでしょうか？昨年末に引越をしてからも窓際にPCをおいて生活しているくろねこですが、引越をする前は<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%99%E3%83%A9%E3%83%B3%E3%83%80&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ベランダ</a>用の大きな窓の横だったのに比べると窓で冷える風はまだましになっているかな？<br />\r\n足下も一応40cm角の絨毯を敷き詰めているのですが、ちゃんと止めてないのでだんだんずれてきます。<br />\r\n最近注目してるのが、ジョイントタイプの絨毯なのです。これだと結構ずれなさそうなのですがどうなのでしょうか？あと、ちょっと絨毯と違うのですがコルクマットにも注目しています。絨毯は<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9B%E3%82%B3%E3%83%AA&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ホコリ</a>を集めそうで&hellip;だけどコルクマットだと何かこすったときに<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%AB%E3%82%AF&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">コルク</a>がはげてこないか？と言うところも心配なんですがね&hellip;どっちが良いのでしょうか？</p>\r\n<p>今、真剣に悩んでます&hellip;</p>','<p>取りあえず、くろねこの部屋は現在6畳で約2600*3830です。30cm角だと120枚程度必要だと推測されます。予備も含めると144枚<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">セット</a>が良いのでしょうかね&hellip;<br />\r\nいろんなサイトを見ている<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A7%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">ジョイント</a>式コルクマットである程度の枚数を比較しようと思うと、6畳用96枚セットが比較しやすそうでした。知っていた<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A5%BF%E5%8F%8B&amp;affid=21mTn15NlY\">西友</a>の店舗以外に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A5%BD%E5%A4%A9%E5%B8%82%E5%A0%B4&amp;affid=21mTn15NlY\">楽天市場</a>や<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=AEON&amp;affid=21mTn15NlY\">AEON</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ネットショップ</a>でも売ってますね。ただ西友やAEONで買う際には手間でなければですが、西友なら5日/20日AEONなら20日/30日の5％OFFの日に実物を見て買うのが良いかもしれません。ある程度の枚数を買うから失敗したくはないものですよね。<br />\r\nもちろん、少量<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ネット</a>で購入して見極めてからと言うのも有りですが、少量セットは結構割高に感じます&hellip;</p>\r\n<p>こういうのは値段だけじゃなくて品質が一番肝心なので確かめてから購入したいですよね。</p>\r\n<p>あ、こういうのは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%88%E3%83%AA&amp;affid=21mTn15NlY\">ニトリ</a>にも置いてあるかもしれないな&hellip;</p>\r\n<table cellspacing=\"1\" cellpadding=\"1\" border=\"1\" width=\"400\">\r\n    <tbody>\r\n        <tr>\r\n            <th>ショップ名</th>\r\n            <th>画像</th>\r\n            <th>品名</th>\r\n            <th>価格</th>\r\n        </tr>\r\n    </tbody>\r\n    <tbody>\r\n        <tr>\r\n            <th>aeonshop.com</th>\r\n            <td><a href=\"http://ad2.trafficgate.net/t/r/600/213/23413_23413/0/-/http://www.aeonshop.com/tpshop-bin/tpshop_link.pl?siteID=TG&amp;lsurl=http://www.aeonshop.com/tpshop-bin/tpshop_top.pl?category_lid%3D2003%26page_id%3D4%26category_mid%3D90%26category_sid%3D15%26seqno%3D109764%26purchase%3D1\" target=\"_blank\">ジョイント式コルクマット９６枚組【約６畳分】</a></td>\r\n            <td><a href=\"http://ad2.trafficgate.net/t/r/600/213/23413_23413/0/-/http://www.aeonshop.com/tpshop-bin/tpshop_link.pl?siteID=TG&amp;lsurl=http://www.aeonshop.com/tpshop-bin/tpshop_top.pl?category_lid%3D2003%26page_id%3D4%26category_mid%3D90%26category_sid%3D15%26seqno%3D109764%26purchase%3D1\" target=\"_blank\"><img border=\"0\" alt=\"商品画像\" src=\"http://www.aeonshop.com/item/images/456018600000402.jpg\" height=\'120\' width=\'120\' /></a></td>\r\n            <td>\\12,800</td>\r\n        </tr>\r\n        <tr>\r\n            <th><a href=\"http://ad2.trafficgate.net/t/r/2/3524/23413_23413/\" target=\"_blank\" style=\"color: white;\" >≪アンジェ web shop≫</a></th>\r\n            <td><a href=\"http://ad2.trafficgate.net/t/r/19/3524/23413_23413/0/-/http://www.angers-web.com/item/7878.html\" target=\"_blank\">ジョイントコルクマット96枚組</a></td>\r\n            <td><a href=\"http://ad2.trafficgate.net/t/r/19/3524/23413_23413/0/-/http://www.angers-web.com/item/7878.html\" target=\"_blank\"><img border=\"0\" alt=\"商品画像\" src=\"http://www.angers-web.com/site_data/cabinet/item_main/100303.jpg\" height=\'120\' width=\'120\' /></a></td>\r\n            <td>\\11,844</td>\r\n        </tr>\r\n        <tr>\r\n            <th>ショッピングフィード</th>\r\n            <td><a href=\"http://ad2.trafficgate.net/t/r/41/2428/23413_23413/0/-/http://redirect.shoppingfeed.jp/tansu-gen.dx/redirects/?pid=2400&amp;icd=6825000100\" target=\"_blank\">低ホルマリンタイプ 96枚セット Moco-モコ-〔6825000100〕</a></td>\r\n            <td><a href=\"http://ad2.trafficgate.net/t/r/41/2428/23413_23413/0/-/http://redirect.shoppingfeed.jp/tansu-gen.dx/redirects/?pid=2400&amp;icd=6825000100\" target=\"_blank\"><img border=\"0\" alt=\"商品画像\" src=\"http://image.shoppingfeed.jp/t/tan/tansu-gen.dx/mimg/6825000100.jpg\" height=\'120\' width=\'120\' /></a></td>\r\n            <td>\\8,990</td>\r\n        </tr>\r\n    </tbody>\r\n</table>',1,3003,0,0,'2009-12-12 23:09:45',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%BD%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\">パソコン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%99%E3%83%A9%E3%83%B3%E3%83%80&amp;affid=21mTn15NlY\">ベランダ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9B%E3%82%B3%E3%83%AA&amp;affid=21mTn15NlY\">ホコリ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%AB%E3%82%AF&amp;affid=21mTn15NlY\">コルク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">セット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A7%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">ジョイント</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A5%BF%E5%8F%8B&amp;affid=21mTn15NlY\">西友</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A5%BD%E5%A4%A9%E5%B8%82%E5%A0%B4&amp;affid=21mTn15NlY\">楽天市場</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=AEON&amp;affid=21mTn15NlY\">AEON</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ネットショップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ネット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%88%E3%83%AA&amp;affid=21mTn15NlY\">ニトリ</a>\n<a href=\"http://ad2.trafficgate.net/t/r/600/213/23413_23413/0/-/http://www.aeonshop.com/tpshop-bin/tpshop_link.pl?siteID=TG&amp;lsurl=http://www.aeonshop.com/tpshop-bin/tpshop_top.pl?category_lid%3D2003%26page_id%3D4%26category_mid%3D90%26category_sid%3D15%26seqno%3D109764%26purchase%3D1\">【送料無料】ジ',0,1,1,0,0,'2009-11-13 01:19:44','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091114',3,0,'2009-11-14 16:20:00','11/13 南アランド建玉復活、そして下落',null,'<p>先日取引所に承認された南アフリカランドの建玉が復活した。<br />\r失われていた間のスワップは戻らなかったが、手数料は無しになってた。スワップも付けるべきだよね～と個人的には思うのだが?</p>\r<p>相場はと言うと、一時的に集中する反対取引でそのときだけ相場が上がるかと思ったけどそうでもなかったようだ。<br />\r皆さん利益確定売りを狙ったのか、一時的に下落その後戻ってきた感じだった。でも、ドル/南アランドも遅れて急激に相場が上がったから要因はそれだけではなさそうだけどね。<br />\rしかし先々週ほどは下がら無かったけれども、どこまで下がるかちょっと心配になったりもした、くろねこであった。</p>\r<p>また、暫くはスワップ狙い出で放置する予定。トラブル後に増やした1枚は頃合いを見て売ってしまうかもね～</p>','',1,2433,0,0,'2009-12-14 16:20:00',0,'',0,0,1,0,0,'2009-11-15 12:54:35','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091115_waon',3,0,'2009-11-15 16:53:48','11/15 利用履歴の参照は出来るが残高が確認できない',null,'<p>皆さんは使っているだろうか？イオン銀行が発行するWAONカード。</p>\r<p>インターネット上の<a href=\"http://www.waon.com/\">WAON公式サイト</a>から利用履歴を参照できる。しかしながら残高は照会できない。なんで？<br />\rWAON電子マネーの残高は照会できないのだが、WAONポイントの残高照会は出来るんだな&hellip;</p>\r<p>イオン銀行公式サイトではもちろん銀行の利用履歴並びに残高が照会可能である。何かWAONを作ったやつ頭悪いぞ！<br />\rあまりにシステムが変だと思うのでコールセンターにどこで確認すればいいのか電話して確認してしまった。<br />\r残高確認できないとは思って無かったのでちょっと困ってしまった。イオンSELECTカードにはWAONの連絡先も書いてないから、店舗に行って連絡先を確認して&hellip;<br />\r結構めんどくさい。</p>','<p>電話したついでに、WAONのサイトから利用明細がダウンロードできないので、イオンカードと同様にMSN残高照会に対応して貰えるように依頼しておいた。<br />\rMSN残高照会のOFXフォーマットでなくても、少なくともPDF形式で印刷かCSV形式などの一般的なフォーマットでダウンロードできることが望ましいともお伝えした。</p>\r<p>さらには、イオンクレジットとWAONでそれぞれポイントシステムが別々なのも使いにくい。会社が違うので仕方がないのかもしれないが、同じグループなのだからどちらかのポイントシステムに片方が依存する形にすれば、利用する側としてはわかりやすいしメリットが出てくる。少なくとも利用側には2種類のポイントシステムになっていることのメリットはないわけだ。このあたりも1つにしてもらう様に依頼するとともに、イオンの店舗でしか対応できていないオートチャージの仕様についても改善を依頼しておいた。イオンのPOSシステムからオートチャージの機能をコールする形ではなく、WAONのシステム側に引き落とし時に残高を確認してオートチャージする仕様にしておけばこれから対応店舗が増えても全く問題なく対応可能だ。</p>\r<p>このあたり、最初の仕様策定からシステムコンサルタントの思想が問われるところだ。自分ならこのようなずさんなシステムは組みたくもないし、仮に組んだとしてもシステム稼働後時期を見て改善する項目に早期にあげるであろう。そんな位置づけがされるべきだと思うのだが&hellip;</p>\r<p>利用者の立場になってシステムは考えられるべきだがそうなっていないシステムは多いね&hellip;</p>',1,4041,0,0,'2009-12-15 16:53:48',0,'<a href=\"http://www.waon.com/\">WAON公式サイト</a>',0,1,1,0,0,'2009-11-15 17:22:23','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091117_charge_with_mobile',3,0,'2009-11-17 15:51:09','11/17 WILLCOM03をモバイルでチャージする','','<p>au電話など携帯3社の電話機であれば外出先で充電するなど訳のないことだ。メーカー製にこだわらずサードパーティ製品を許容できればであるが。しかし、WILLCOM電話機の場合には充電様の端子がころころ変更されたこともあり、WILLCOM用と銘打ったサードパーティ充電器であってもWILLCOM 03では使えないことも多い。</p>\r<p>WILLCOM 03をモバイルで充電するには、サンヨー eneloop(エネループ)の様なモバイルの電源とそこからのケーブルが必要である。WILLCOM 03は電源端子がmicro-USBであるので日本国内では非常に珍しいタイプとなっており入手が非常にむずかしい。(海外では今後携帯電話の充電端子はmicro-USBに統一されることになっているが、日本ではそのようにはならない。auには確認した。)</p>\r<p>全くないのかというとそうではなく、WILLCOM STOREでサードパーティ製『WILLCOM 03用 「簡単充電+Sync」リトラクタブルケーブル・デュアル』が販売されていた。<br />\rただしこの充電/通信ケーブル、二股というかディージーチェーンになってて元側から通信用、遠い方が充電用となっていた。分かれていることでめんどくさい。美しくない。ケーブルがストレートではなく、通信用端子のところで二股に分かれているので構造的に耐久性が気になる所であった。</p>\r<p>が、しかし今日発見してしまったのだ。<br />\rそれが、『リトラクタブル USBケーブル(Micro-USB Bタイプ) RCUMBC』である。</p>\r<p>詳細は以下で</p>','<p>この『リトラクタブル USBケーブル(Micro-USB Bタイプ) RCUMBC』は下記の店舗で買えるようだ。</p>\r<ul>\r    <li><a href=\"http://www.amazon.co.jp/gp/product/B00185UT1G?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=B00185UT1G\">Amazon.co.jp - リトラクタブル USBケーブル(Micro-USB Bタイプ) RCUMBC</a><img height=\"1\" alt=\"\" width=\"1\" border=\"0\" src=\"http://www.assoc-amazon.jp/e/ir?t=blackcatlab-22&amp;l=as2&amp;o=9&amp;a=B00185UT1G\" /></li>\r    <li><a href=\"http://www.google.co.jp/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CAoQFjAA&amp;url=http%3A%2F%2Fwww.visavis.jp%2Fshop%2FWebObjects%2Fvv.woa%2Fwa%2Fdpp%2F4525443017027%2F&amp;ei=VUoCS5zOL5GG6APfmvyBAQ&amp;usg=AFQjCNF5NdqidxosLfMc5sRJf57jbVLcxg&amp;sig2=0-phTCl3AcNcVhsOGm2Qtg\">Vis-a-Vis 本店 - リトラクタブル USBケーブル(Micro-USB Bタイプ)</a></li>\r</ul>\r<p>単価が980円のため<a href=\"http://www.amazon.co.jp/gp/product/B0010TA3MA?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=B0010TA3MA\">SANYO USB出力付きリチウムイオンバッテリー (専用リチウムイオン電池使用) KBC-L3S</a><img height=\"1\" alt=\"\" width=\"1\" border=\"0\" src=\"http://www.assoc-amazon.jp/e/ir?t=blackcatlab-22&amp;l=as2&amp;o=9&amp;a=B0010TA3MA\" />&#092;3,542等のモバイル電源と一緒に買いたい。<br />\rすると購入価格が&#092;4,522となるので送料を考えるとAmazon.co.jpで買い物をした方がお得だ。(Vis-a-Vis本店は10,000円以上が送料無料。amazonは1,500円以上。)</p>\r<p>今のところこのケーブル、下記の端末で充電と通信が出来ることが確認されている模様</p>\r<ul>\r    <li>WILLCOM WILLCOM 03</li>\r    <li>docomo T-01A</li>\r</ul>\r<p>下記の機種で充電が確認できている模様</p>\r<ul>\r    <li>WILLCOM WX330J</li>\r</ul>\r<p>micro-USBの電話機を持ってる人は、買いだな～</p>\r<p class=\"add\">追記<br />\r充電だけならラスタバナナから、『RB8HB04 USB充電器 L リールコード microUSB用』も発売されてた。こちらはお安く500円台でジョーシンにて発売中。</p>',1,4509,0,0,'2009-12-17 15:51:09',0,'<a href=\"http://www.amazon.co.jp/gp/product/B00185UT1G?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=B00185UT1G\">Amazon.co.jp - リト',0,1,1,0,0,'2011-04-26 12:50:34','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe091119',3,0,'2009-11-19 14:43:08','11/19 Love Master of Epicを精錬',null,'<p>遅ればせながら、Love Master of Epicを精錬してみました。</p>\r<p>かなり前からマイペに振り込まれていたのだが、使い方もわからずそのまま放置。<br />\r本日Googleで検索したら精錬すると言うことで放り込んでみた～</p>\r<p>結果発表～</p>\r<ol>\r    <li><img src=\"https://moepic.com/icon/LWGa_MRaa_6393s.gif\" alt=\"\" />隠密の腰当て</li>\r    <li><img src=\"https://moepic.com/icon/LWGa_MRaa_10291s.gif\" alt=\"\" />フィニュ ローブ</li>\r    <li><img src=\"https://moepic.com/icon/SMHas.gif\" alt=\"\" />時の石</li>\r    <li><img src=\"https://moepic.com/icon/LWGa_MRaa_7488s.gif\" alt=\"\" />テイルベルト</li>\r    <li><img src=\"https://moepic.com/icon/SMHas.gif\" alt=\"\" />時の石</li>\r</ol>\r<p>ところで、フィニュ ローブは課金してGoldでやったんだけど、課金してもしなくても結果は同じって本当なんですか？<br />\r本当だったらちょっとショック～</p>','',1,2955,0,0,'2009-12-19 14:43:08',0,'',0,1,1,0,0,'2009-11-19 15:09:38','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091124_ReplaceCPUandGraphicBord',3,0,'2009-11-24 17:59:40','11/24 Dimension C521のCPUとグラボを換装',null,'<p>くろねこのC521の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%A9%E3%83%9C&amp;affid=21mTn15NlY\">グラボ</a>が調子がおかしい&hellip;<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%82%A1%E3%83%B3&amp;affid=21mTn15NlY\">ファン</a>がへたってきたらしく電源を投入後回転が安定しないのか音が変でうるさい。安定しても音が大きめ。経験から言うとそろそろ壊れる。<br />\rグラボのファンだけ交換というのも手だけど、壊したら取り返しがつかない。新しいグラボに載せ替えてから解体して見ることにする。</p>\r<p>グラボはファンレスにするかファン付きにするか&hellip;<br />\r壊れにくさで言うとファンレス、でも性能は&hellip;<br />\rと言うことでファンレスは結局辞めちゃった&hellip;</p>\r<p>検討したグラボ</p>\r<ul>\r    <li><a href=\"http://www.yodobashi.com/ec/product/100000001001065313/\">GV-R435OC-512I &#092;5,000(500ポイント還元)</a><br />\r    ATI Radeon HD4350 512MB GDDR2搭載 PCI-Express 2.0 x16対応 LowProfile対応</li>\r    <li><a href=\"http://shop.tsukumo.co.jp/goods/4534782888670/202010005000000/\">HD 4350 Silence 256MB &#092;4,980</a><br />\r    Radeon HD 4350搭載 PCI Express x16(2.0)対応 ビデオカード LowProfile対応 ファンレス</li>\r    <li><a href=\"http://shop.tsukumo.co.jp/goods/4937699441011/202010005000000/\">EAH4350 SILENT/DI/512MD2(LP) &#092;4,480</a><br />\r    Radeon HD 4350搭載 PCI Express x16(2.0)対応 ビデオカード LowProfile対応 ファンレス</li>\r    <li><a href=\"http://www.yodobashi.com/ec/product/100000001001103543/\">RH4350-LE512HD/HS &#092;3,980</a><br />\r    ATI Radeon HD4350 512MB DDR2搭載 PCI-Express2.0 x16接続 ロープロファイル対応 ファンレス</li>\r</ul>\r<p>でも結局、苦労と試行の<a href=\"http://www.kuroutoshikou.com/modules/display/?iid=1322\">RH4650-LE512HD</a>にしてしまった(苦労と試行だとまたファンが壊れるかも！)。値段はケーズデンキで7,000円弱。他のグラボに比べると何でかちょっと高い。何でだろう？RADEON HD4650だからだと思うけど。</p>\r<p>対応OSにWin7は入ってなかったけどそのまま使えたよ。</p>','<p>ついでにCPUを見てたら<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Athlon&amp;affid=21mTn15NlY\">Athlon</a> X2 <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Dual&amp;affid=21mTn15NlY\">Dual</a>-<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Core&amp;affid=21mTn15NlY\">Core</a> 5050eがあるではないか！<br />\rDimension C521 は2006年度の古い<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%87%E3%83%AB&amp;affid=21mTn15NlY\">モデル</a>だが65nmのBrisbane<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%82%A2&amp;affid=21mTn15NlY\">コア</a>も動作すると報告を多数発見している。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A4%E3%83%95%E3%82%AA%E3%82%AF&amp;affid=21mTn15NlY\">ヤフオク</a>で5600+と4850を探していたので5050(<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%82%BA%E3%83%87%E3%83%B3%E3%82%AD&amp;affid=21mTn15NlY\">ケーズデンキ</a>の店頭では誤植で5050eが5050となっていた)を見つけたとき、これは付くんじゃないのか？とスマホでAMDのページを検索、結果Brisbaneコアの5050eで間違いないと思ったのだが、店員に確認して在庫があると言うことなので、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%83%83%E3%82%B1%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">パッケージ</a>を出してもらったら5050eだったので速攻購入してきたのだ！<br />\r在庫ありになってた4850eは店頭に在庫はなかったしね。在庫状況は更新しておいてほしいな～。</p>\r<p>と言うことで、5050eは省電力CPUでC521に搭載可能な<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%80%E9%AB%98&amp;affid=21mTn15NlY\">最高</a>のCPU。なので、迷わず買っちゃった。</p>\r<p>で、グラボは在庫がなかったので注文だったけど、CPUはお持ち帰り。そのまま載せ替えて機嫌良く動いてる！<br />\rCPU載せ替えもネジ2本外して軸を中心に回転させるだけなんだけど堅かった&hellip;<br />\r再取り付けの際に、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%AA%E3%82%B9&amp;affid=21mTn15NlY\">グリス</a>も塗らないと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>かなって思ったけどファンに付いてるからそのまま行っちゃえ！で問題なく動いてるわ！ラッキー!!</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=BIOS&amp;affid=21mTn15NlY\">BIOS</a>が古い(最新の1.1.11)からCPU名が見つからずにunknownになってるけど動作上は問題ないみたい。<br />\r良い<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%B7%E3%81%84%E7%89%A9&amp;affid=21mTn15NlY\">買い物</a>だね。</p>\r<p>うんでは、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%82%B3%E3%82%A2&amp;affid=21mTn15NlY\">スコア</a>を！</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"233\" src=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_1.png\" alt=\"\" /></a><br />\rCPU載替前</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"233\" src=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_2.png\" alt=\"\" /></a><br />\rCPU載替後</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_3_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"233\" src=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_3.PNG\" alt=\"\" /></a><br />\r詳細</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"233\" src=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_4.png\" alt=\"\" /></a><br />\rグラボ載替後</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_5_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"233\" src=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_5.PNG\" alt=\"\" /></a><br />\r詳細</p>\r<p>今気づいたけど、後ろにワクワクフィッシングが写ってるわ&hellip;</p>',1,12961,0,0,'2009-12-24 17:59:40',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%A9%E3%83%9C&amp;affid=21mTn15NlY\">グラボ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%82%A1%E3%83%B3&amp;affid=21mTn15NlY\">ファン</a>\n<a href=\"http://www.yodobashi.com/ec/product/100000001001065313/\">GV-R435OC-512I &#092;5,...</a>\n<a href=\"http://shop.tsukumo.co.jp/goods/4534782888670/202010005000000/\">HD 4350 Silence 256MB &...</a>\n<a href=\"http://shop.tsukumo.co.jp/goods/4937699441011/202010005000000/\">EAH4350 SILENT/DI/512MD...</a>\n<a href=\"http://www.yodobashi.com/ec/product/100000001001103543/\">RH4350-LE512HD/HS &#092...</a>\n<a href=\"http://www.kuroutoshikou.com/modules/display/?iid=1322\">RH4650-LE512HD</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Athlon&amp;affid=21mTn15NlY\">Athlon</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Dual&amp;affid=21mTn15NlY\">Dual</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Core&amp;affid=21mTn15NlY\">Core</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%87%E3%83%AB&amp;affid=21mTn15NlY\">モデル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%82%A2&amp;affid=21mTn15NlY\">コア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A4%E3%83%95%E3%82%AA%E3%82%AF&amp;affid=21mTn15NlY\">ヤフオク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%82%BA%E3%83%87%E3%83%B3%E3%82%AD&amp;affid=21mTn15NlY\">ケーズデンキ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%83%83%E3%82%B1%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">パッケージ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%80%E9%AB%98&amp;affid=21mTn15NlY\">最高</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%AA%E3%82%B9&amp;affid=21mTn15NlY\">グリス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=BIOS&amp;affid=21mTn15NlY\">BIOS</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%B7%E3%81%84%E7%89%A9&amp;affid=21mTn15NlY\">買い物</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%82%B3%E3%82%A2&amp;affid=21mTn15NlY\">スコア</a>\n<a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_3_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/091124_ReplaceCPUandGraphicBord_5_original.PNG\">http://www.blackcatlab....</a>',0,1,1,0,0,'2010-05-08 13:06:03','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091125_dub10',3,0,'2009-11-25 13:50:40','11/25 破られたダビング１０導入！著作権法違反で逮捕',null,'<p>テレビのデジタル放送などの録画画像をダビング制限する機能を解除するソフトをインターネットで販売したとして、愛媛県警は２５日、長野県佐久市、電機メーカー「東芝」社員の増村哲哉容疑者（３９）を著作権法違反（保護手段回避装置の譲渡）容疑で逮捕した。</p>\r<p>この著作権法違反の内容がくろねこは問題だと思う。</p>\r<p>ダビング10を解除したことによる物なのか？著作権物である録画デッキ(HDDかDVDかBlue-Rayか知らんけど&hellip;)のソフトウェアを逆アセンブル(社員だから逆アセンブルしてない気もするな&hellip;)による物なのか？</p>\r<p>後者であれば当然逮捕されるべき物であると思うのだが、ダビング10自体は著作権法とは関係ない独自規格だしそもそも不当に使用者の権利(私的利用はOK)を侵害してるのでこちらが破られたからと言って元々侵害している方も悪いわけだし&hellip;</p>','<p>と言う訳で逮捕の論点を聞くべく愛媛県警本部(089-934-0110)に電話をすると、松山東警察署(089-943-0110)に掛けるように指示される。でそちらに電話すると報道関係か？と聞かれそうではないと答えると、自分で法律を勉強しろと返ってくる。法律を勉強しても論点が分からないと今回の逮捕がなぜかというのは分からないわけで&hellip;<br />\rもう一度、県警本部に電話を掛けて状況を伝えると、やはり報道機関かと問われたのだが、そうではないと答え担当者が出てきたので状況を説明する。その人が言うにはひとりひとりに答えていると手を取られて捜査進展に関わるとか個人情報があるとかで今後の報道を見守ってほしい的なところに落ち着いてしまったので論点は聞けなかったのですよ。</p>\r<p>逮捕状の内容が気になりますね&hellip;</p>',1,2978,0,0,'2009-12-25 13:50:40',0,'',0,1,1,0,0,'2009-11-25 14:43:01','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091125_USDJPY',3,0,'2009-11-25 21:37:17','11/25 USD/JPYが大暴落ですよ？',null,'<p>つい先日初めてUSD/JPYを買わせていただいて1万円ほど儲けさせていただきました。貧乏かつお試しなのでちょっとだけ買ってみたんですね。<br />\r\nAUD/JPYと違って値動きが少ない<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">組み合わせ</a>だな～と思っていたのですが&hellip;</p>\r\n<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">本日</a>18:00-18:20頃に<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A5%BD%E5%A4%A9%E8%A8%BC%E5%88%B8&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">楽天証券</a>の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">レート</a>で88.35程度から87.550程度まで20分で約80銭も下落した！<br />\r\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E8%B2%B7%E3%81%84%E7%89%A9&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">お買い物</a>の最中で全然対応できませんでしたよ。ええ！</p>\r\n<p>くろねこ88.2で買いを入れてたのですが、自宅に帰ってびっくりいきなりかなりの<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">赤字</a>スタートです！<br />\r\n証拠金維持率が400%切ってしまいました。と言ってもAUD/JPYと比較するとまだ下落幅的には少ない方だと思うのですが、いつもの値動きが少ないだけにUSD/JPYメインの人にはきつそうですね～。<br />\r\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ロスカット</a>を食らってる人がおられそうな雰囲気があります。</p>\r\n<p>ちょっと調べてみると&hellip;<br />\r\nここまで下がったのは、今年の1月19日の週と昨年の12/15日の週以来です！この値はしばらくでないと思っていただけに他の通貨でこのような状況になるとくろねこもロスカットを食らってしまう&hellip;</p>\r\n<p>他の通貨でもこの1月のレートに戻ると言う悲劇は再現するのでしょうか？これはドルだけの問題と考えていいのかが気になるところです。<br />\r\nドルは基軸通貨と言われるだけあって、USD/JPYが下落すると他の対円でのレートも同様に下落することが多いので結構気になってます&hellip;</p>\r\n<p><strong><em>今週は他の円全般は、円高要注意！という感じでしょうか？</em></strong></p>\r\n<p>先週末から急激な円高傾向が強まっているけれど、<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">豪ドル</a>の85円、南アランドの12.5円そしてドルの100円台の回復はいつになるんでしょうね。</p>\r\n<p><em><strong>早く円安方向に戻ってくれること</strong></em>を期待してるくろねこです。</p>','',1,2746,0,0,'2009-12-25 21:37:17',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">組み合わせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A5%BD%E5%A4%A9%E8%A8%BC%E5%88%B8&amp;affid=21mTn15NlY\">楽天証券</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E8%B2%B7%E3%81%84%E7%89%A9&amp;affid=21mTn15NlY\">お買い物</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\">赤字</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>',0,1,1,0,0,'2009-11-25 21:52:06','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091126_favorable_yen_exchange_rate',3,0,'2009-11-26 23:10:34','11/26 さらに円高が進む',null,'<p>本日も円高が進んでいる。</p>\r\n<p>USD/JPYは昨日にかなり下げたのでそれほどでもない気がするが、それでも今年初かな？86.3円を割ったし、AUD/JPYなんか朝から最悪な状態で昨日よりも2円近く下がっている、昨日、一昨日もそれぐらい下がっていたようなと思って調べてみると、24日1時で82.50円程度が現在79.25円辺り。3円の下落ですね&hellip;</p>\r\n<p>くろねこずっと持っていたAUD/JPYの建玉を先ほど決済しました。建玉が2つほどあったのだが双方つぶし合うような状態で利益出ず。08/19に76.697円で買った建玉はもっと早く(一時期85円だったのに)売るべきだったと思うし、小銭を稼ごうと動きがない11/17に83.400円で買った建玉は完全に失敗でしたな～。<br />\r\n<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>がなければ赤字だったよ。そもそも、7,8月にかなり赤字を出して買った建玉だけになかなか手放せなかったんだけど。</p>\r\n<p><strong><em>人間あきらめが肝心。</em></strong></p>\r\n<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>の潔さと売り時の見極めがないと儲からないようです&hellip;<br />\r\nいずれも、くろねこにはないようです&hellip;</p>\r\n','<p>くろねこがあと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>し ているのは南アランドだけど、これも昨日の11.95円辺りから11.60円辺りまで下がって取りあえずOCO注文に引っかかって1枚は放棄することにな りました。取りあえずこれは5万円ほどの利益を上げてるけど、残り3枚は先日のシステムトラブルで失われた建玉の回復物。<br />\r\n何とかして元の購入時の12.1-2円程度に回復するまでスワップで稼ぎたいところだが、上記のような事になりかねないのでこちらも慎重にもう一枚を減らす時期を検討し始めたところ。<br />\r\n<br />\r\n<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%8D%97%E3%82%A2&amp;affid=21mTn15NlY\">南ア</a>ランド11.9円辺りで売って11.6円辺りで買い戻せるか 検討中&hellip;<br />\r\n<br />\r\nまず、11.9円辺りまで回復してくれることを祈るよ。<br />\r\n南アランドの逆ポジションなんかスワップ取られすぎになるのが見えてるだけに下がったところで買って上がったら手堅く売る。<br />\r\nでもそれだと南アランドより良い通貨<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%82%A2&amp;affid=21mTn15NlY\">ペア</a>があるからな&hellip;</p>\r\n<p>やはり、もうちょっと検討の余地あり&hellip;</p>\r\n<p>取りあえずの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>防止とか、相場が下がったときにどこかでお金を借りて儲けて返すって言うのもありか？<br />\r\n利息の安いドルを借りて外貨で稼ぐって言う方法をなんって言うんだっけっか忘れたけど、借りるのはドルじゃなくても良いように思う。</p>\r\n<p>ロスカット防止で取りあえずお金を借りてきたいって思うこともあるけど、お小遣い以上の投資はお勧めしないよ！<br />くろねこなんか勝つ方より負けてる方が圧倒的に多いんだからねっ！</p>\r\n\r\n<p>この下落で年末年始の必要経費が不安になった人向けに、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%83%9F%E3%82%B9&amp;affid=21mTn15NlY\">プロミス</a>のリンクを張っておくけど、ちゃんと返してね！<br />じゃないとくろねこが制作に参加した督促システムのお世話になるからね！<br />\r\n<!-- TG-Affiliate Banner Space --> <a target=\"_blank\" href=\"http://ad2.trafficgate.net/t/r/73/290/23413_23413/\"><img border=\"0\" alt=\"プロミス\" src=\"http://srv2.trafficgate.net/t/b/73/290/23413_23413/\" /></a> <!-- /TG-Affiliate Banner Space --><br />\r\n一応念のために断っておくけど、ご利用は計画的に。返せなくなってもくろねこは責任を持てないので、自己責任でよろしく。</p>',1,2419,0,0,'2009-12-26 23:10:34',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8D%97%E3%82%A2&amp;affid=21mTn15NlY\">南ア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%82%A2&amp;affid=21mTn15NlY\">ペア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%83%9F%E3%82%B9&amp;affid=21mTn15NlY\">プロミス</a>\n<a href=\"http://ad2.trafficgate.net/t/r/73/290/23413_23413/\">http://ad2.trafficgate....</a>',0,1,1,0,0,'2009-11-26 23:11:25','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091128',3,0,'2009-11-28 16:42:00','11/28 週末の急激な円高はドバイショックによるものなのですね',null,'<p>ドルも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>も南アランドも27日の朝からさらに急激に下がって、どこまで下がるのかひやひや。</p>\r<p>くろねこ、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a> 03の充電を忘れてて事務所で充電してたので、8:30頃急激に下がった様子を知らなかったのですが&hellip;<br />\rあそこで買えてたらすごく今後儲かりそうですが、個人的にはまだ下がるかもしれないと<strong><em>ビクビク</em></strong>している面もあって、出かける前にあのあたりとそのもうちょっと円安の所に設定していた買い注文を取り消しておいて正解だったのかもしれないと思ってるところ。</p>\r<p>電車の中で14年ぶり86円台って書かれてた<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%97%A5%E7%B5%8C%E6%96%B0%E8%81%9E&amp;affid=21mTn15NlY\">日経新聞</a>を見たんだけど、1995年にドルは7x円台だったような記憶があるんですが？&hellip;<br />\r今回はそんなに下がりませんよね？そこが心配どころなんですよ。<br />\r豪ドルに関して言えば、ドルが14年ぶりの円高ドル安なら豪ドルも1月時点の55円付近まで下がったら&hellip;と心配性丸出し&hellip;<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%A9%E3%83%AA%E3%82%A2&amp;affid=21mTn15NlY\">オーストラリア</a>は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%94%BF%E7%AD%96%E9%87%91%E5%88%A9&amp;affid=21mTn15NlY\">政策金利</a>も上がったし、その時点とは環境も違うから<strong>豪ドルは76円台が底なんだ</strong>！と自分に言い聞かせたい所なんだけど、FX系のニュースを見てると<strong>来年2月に向けて雲がなんちゃらで73円程度まで</strong>&hellip;って記載があると、取りあえず豪ドルは辞めーってなっちゃいました。</p>\r<p>取りあえず今はドルと南アランドしかポジションを持ってないです。しかも両方3枚だけ！</p>','',1,2325,0,0,'2009-12-28 16:42:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%97%A5%E7%B5%8C%E6%96%B0%E8%81%9E&amp;affid=21mTn15NlY\">日経新聞</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%A9%E3%83%AA%E3%82%A2&amp;affid=21mTn15NlY\">オーストラリア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%94%BF%E7%AD%96%E9%87%91%E5%88%A9&amp;affid=21mTn15NlY\">政策金利</a>',0,0,1,0,0,'2009-11-29 10:04:33','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091128_DISMAStoGeekLognoAISHOU',3,0,'2009-11-28 17:13:22','11/28 DISMASとGeeklogの相性？',null,'<p><a href=\"http://www.dismas.jp/aff/index.php?title=Geeklog&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">Geeklog</a>に<a href=\"http://ad2.trafficgate.net/t/r/20/3617/23413_23413/\">DISMAS</a>のリンクメーカーが作った<a href=\"http://www.dismas.jp/aff/index.php?title=HTML&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">HTML</a>文を貼り付けると「この<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%BC%E3%83%AF%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">キーワード</a>を<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%99%BE%E7%A7%91%E4%BA%8B%E5%85%B8&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">百科事典</a>で調べる」の「<strong>キ</strong>」の部分が必ず<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%87%E5%AD%97%E5%8C%96%E3%81%91&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">文字化け</a>する。</p>\r\n<p>これはDISMASが悪いのではなく、Geeklogの保存時に働いているチェック機能が悪いのだろうけど何とかならないかな～と思いつつ今日も放置。取りあえず、太文字とか調整して出来たHTML文を<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%87%E3%83%BC%E3%82%BF%E3%83%99%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">データベース</a>に直接更新しているのだ！<br />\r\n仕方がないから、そのうちGeeklogの<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">コミュニティサイト</a>に投稿するかなぁ？</p>\r\n<p>DISMASも文章でなくてHTML文を受け入れてくれたら、brをpに変えるとか、太文字をあとから設定し直すとか手間が減るのにな～</p>','',1,2317,0,0,'2009-12-28 17:13:22',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=Geeklog&amp;affid=21mTn15NlY\">Geeklog</a>\n<a href=\"http://ad2.trafficgate.net/t/r/20/3617/23413_23413/\">DISMAS</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=HTML&amp;affid=21mTn15NlY\">HTML</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%BC%E3%83%AF%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">キーワード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%99%BE%E7%A7%91%E4%BA%8B%E5%85%B8&amp;affid=21mTn15NlY\">百科事典</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%87%E5%AD%97%E5%8C%96%E3%81%91&amp;affid=21mTn15NlY\">文字化け</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%87%E3%83%BC%E3%82%BF%E3%83%99%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">データベース</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">コミュニティサイト</a>',0,1,1,0,0,'2009-11-28 17:25:42','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091128_promise',3,0,'2009-11-28 20:48:00','11/28 プロミスに申込してみました',null,'プロミスのに申し込んでみました。<br />初回利用から30日間利息は発生しないし、一回申し込んでおくと本当に困ったときに使えるし、持っていても良いかな～位のほんのか～るい気持ちだったのですが!<br /><br />休業中のくろねこは審査に通らなかった！','ちなみに、シンキのノーローンは申込後30日間の利息が無料なので、申込から利用までが長いと無料期間が短くなって損をします。<br /><br />後、法律によって借りた日には利息が発生しないし(翌日から)、手数料も無いので、日曜日など銀行のATMを使うと手数料がかかってしまう日には手数料分がお得です。<br /><br />プロミスさんでお仕事をしていた時には結構な人が使っているようでしたが、金を借りるという行為はまだダークなイメージを持つ人が多いのも事実でしょうね。<br /><br />便利なんですがね～',1,2444,0,0,'2009-12-28 20:48:00',0,'',0,0,1,0,0,'2009-11-29 00:23:25','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091128_Call',3,0,'2009-11-28 21:16:00','11/28 音声通話はauに戻そうと思います！',null,'電波の範囲が狭い＋感度が悪い＋移動速度が速いとノイズが入る以外に意外な落とし穴がありました。','電波OFFや、圏外そして通信中(通信中着信OFFの場合)の際にかかってきた電話がわからないと言うことなんです！<br />auの場合にはセンターが管理していて電話機が対応できるようになった時点で、着信有りの情報を送って来てくれていました。<br />docomoは聞くところによると、メールで送って来てくれるようです。softbankはどうなのかな？<br />WILLCOMは別料金の留守番を付けて置かないと対応できないと言うことなのです。<br />今の世の中電話を鳴らしておけば履歴が残っていると言うのが常識なので、このような仕様ではやっていけず戻すことになったのです。',1,2366,0,0,'2009-12-28 21:16:00',0,'',0,0,1,0,0,'2009-11-29 00:21:21','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091201_GeeklogTrouble',3,0,'2009-12-01 02:23:00','12/01 Geeklogって保存時に途中で切れることがあるんだけど？',null,'Geeklogでブログを書いてるんだけど、新規の時には書いた内容が更新されず書いてないことになってることがある。保存前にプレビューすると結構改善されるのでそうしている。<br />\r追記とかで再編集する時は、文章の途中で切れて一部しか保存されていなかったりする。<br />\rこれって、他の人でも発生しているのかな？<br />\r誰か教えて！','',1,2711,0,0,'2009-12-31 02:23:00',0,'',0,0,1,0,0,'2009-12-01 02:38:47','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091201_RouterTrouble6',3,0,'2009-12-01 19:51:00','12/01 ルーターがおかしい6',null,'<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AB%E3%83%BC%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ルーター</a>がおかしいことに気づいてもう結構な時間が経つ。<br />\r最後の問い合わせ([story:090915_RouterTrouble5] )で、保証対象外とされてから、はや二ヶ月半。<br />\r別件で<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">マンション</a>の<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86%E7%B5%84%E5%90%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">管理組合</a>と締結された<a href=\"http://www.dismas.jp/aff/index.php?title=USEN&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">USEN</a>の<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A5%91%E7%B4%84%E6%9B%B8&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">契約書</a>を見る機会があった。共有部分の設備の<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E5%AE%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">保守</a>のために参照したのだが、各住戸の保証に絡む部分の説明も有り、併せて営業に確認したところ保証は各住戸内にある壁の<a href=\"http://www.dismas.jp/aff/index.php?title=RJ45&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">RJ45</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%8D%E3%82%AF%E3%82%BF&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">コネクタ</a>までだった。<br />\rということは、当然<a href=\"http://www.dismas.jp/aff/index.php?title=VoIP&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">VoIP</a>アダプタも保証の範囲内であり、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%BC%E3%83%AB%E3%82%BB%E3%83%B3%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">コールセンター</a>の担当者の間違いということが明らかになった。</p>\r<p>これでようやく解決へ再び動き出した。</p>','<p>今だ問題の解決は出来ていないしめどもたっていない。<br />\rしかし、前回までにコールセンターの担当とくろねこが話をした事なのではあるが、「製造元であるNECとUSENが連携してサポート」を始めたのが救いかもしれない。なぜ前回その対応を取らなかったのか疑問ではあるが。</p>\r<p>また、こちら側からは別のルーターをVoIPの上流に配置しDMZにVoIPを配置する案を提案した。前向きに検討してくれるようだ。</p>\r<p>うまく解決すれば良いのだが･･･</p>',1,2539,0,0,'2009-12-31 19:51:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AB%E3%83%BC%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">ルーター</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">マンション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86%E7%B5%84%E5%90%88&amp;affid=21mTn15NlY\">管理組合</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=USEN&amp;affid=21mTn15NlY\">USEN</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A5%91%E7%B4%84%E6%9B%B8&amp;affid=21mTn15NlY\">契約書</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E5%AE%88&amp;affid=21mTn15NlY\">保守</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=RJ45&amp;affid=21mTn15NlY\">RJ45</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%8D%E3%82%AF%E3%82%BF&amp;affid=21mTn15NlY\">コネクタ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=VoIP&amp;affid=21mTn15NlY\">VoIP</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%BC%E3%83%AB%E3%82%BB%E3%83%B3%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">コールセンター</a>',0,0,1,0,0,'2009-12-03 14:38:18','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091203',3,0,'2009-12-03 11:32:57','12/03 12月後半から1月はスワップの季節だ',null,'<p>12月後半から1月はすごくスワップポイントが付きそうです。<br />\r逆スワップが発生するような取引は控えるように注意しないと&hellip;</p>\r<p>\r<table cellspacing=\"0\" cellpadding=\"0\" border=\"1\" class=\"MsoTableGrid\">\r    <tbody>\r        <tr>\r            <th>&nbsp;</th>\r            <th>月曜日</th>\r            <th>火曜日</th>\r            <th>水曜日</th>\r            <th>木曜日</th>\r            <th>金曜日</th>\r        </tr>\r    </tbody>\r    <tbody>\r        <tr>\r            <th>&nbsp;</th>\r            <th>2009/11/30&nbsp;</th>\r            <th>2009/12/01&nbsp;</th>\r            <th>2009/12/02&nbsp;</th>\r            <th>2009/12/03&nbsp;</th>\r            <th>2009/12/04&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2009/12/02<br />\r            211&nbsp; 円 (1日)</td>\r            <td>2009/12/03<br />\r            215&nbsp; 円 (1日)</td>\r            <td>2009/12/04<br />\r            659&nbsp; 円 (3日)</td>\r            <td>2009/12/07<br />\r            - 円 (1日)</td>\r            <td>2009/12/08<br />\r            - 円 (1日)</td>\r        </tr>\r        <tr>\r            <th>&nbsp;</th>\r            <th>2009/12/07&nbsp;</th>\r            <th>2009/12/08&nbsp;</th>\r            <th>2009/12/09&nbsp;</th>\r            <th>2009/12/10&nbsp;&nbsp;</th>\r            <th>2009/12/11&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2009/12/09<br />\r            - 円 (1日)</td>\r            <td>2009/12/10<br />\r            - 円 (1日)</td>\r            <td>2009/12/11<br />\r            - 円 (3日)</td>\r            <td>2009/12/14<br />\r            - 円 (1日)</td>\r            <td>2009/12/15<br />\r            - 円 (2日)</td>\r        </tr>\r        <tr>\r            <th>&nbsp;</th>\r            <th>2009/12/14&nbsp;</th>\r            <th>2009/12/15&nbsp;</th>\r            <th>2009/12/16&nbsp;</th>\r            <th>2009/12/17&nbsp;&nbsp;</th>\r            <th>2009/12/18&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2009/12/17<br />\r            - 円 (1日)</td>\r            <td>2009/12/18<br />\r            - 円 (0日)</td>\r            <td>2009/12/18<br />\r            - 円 (3日)</td>\r            <td>2009/12/21<br />\r            - 円 (1日)</td>\r            <td>2009/12/22<br />\r            - 円 (2日)</td>\r        </tr>\r        <tr>\r            <th>&nbsp;</th>\r            <th>2009/12/21&nbsp;</th>\r            <th>2009/12/22&nbsp;</th>\r            <th>2009/12/23&nbsp;</th>\r            <th>2009/12/24&nbsp;&nbsp;</th>\r            <th>2009/12/25&nbsp;&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2009/12/24<br />\r            - 円 (4日)</td>\r            <td>2009/12/28<br />\r            - 円 (0日)</td>\r            <td>2009/12/28<br />\r            - 円 (1日)</td>\r            <td>2009/12/29<br />\r            - 円 (0日)</td>\r            <td>2009/12/29<br />\r            - 円 (1日)</td>\r        </tr>\r        <tr>\r            <th>&nbsp;</th>\r            <th>2009/12/28&nbsp;</th>\r            <th>2009/12/29&nbsp;</th>\r            <th>2009/12/30&nbsp;</th>\r            <th>2009/12/31&nbsp;</th>\r            <th>2010/01/01&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2009/12/30<br />\r            - 円 (5日)</td>\r            <td>2010/01/04<br />\r            - 円 (1日)</td>\r            <td>2010/01/05<br />\r            - 円 (0日)</td>\r            <td>2010/01/05<br />\r            - 円 (1日)</td>\r            <td>&nbsp; -&nbsp;<br />\r            - 円 (0日)</td>\r        </tr>\r        <tr>\r            <th>&nbsp;</th>\r            <th>2009/12/28&nbsp;</th>\r            <th>2009/12/29&nbsp;</th>\r            <th>2009/12/30&nbsp;</th>\r            <th>2009/12/31&nbsp;</th>\r            <th>2010/01/01&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2009/12/30<br />\r            - 円 (5日)</td>\r            <td>2010/01/04<br />\r            - 円 (1日)</td>\r            <td>2010/01/05<br />\r            - 円 (0日)</td>\r            <td>2010/01/05<br />\r            - 円 (1日)</td>\r            <td>&nbsp; -&nbsp;<br />\r            - 円 (0日)</td>\r        </tr>\r        <tr>\r            <th>&nbsp;</th>\r            <th>2010/01/04&nbsp;</th>\r            <th>2010/01/05&nbsp;</th>\r            <th>2010/01/06&nbsp;</th>\r            <th>2010/01/07&nbsp;</th>\r            <th>2010/01/08&nbsp;&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2010/01/06<br />\r            - 円 (1日)</td>\r            <td>2010/01/07<br />\r            - 円 (1日)</td>\r            <td>2010/01/08<br />\r            - 円 (4日)</td>\r            <td>2010/01/12<br />\r            - 円 (1日)</td>\r            <td>2010/01/13<br />\r            - 円 (0日)</td>\r        </tr>\r        <tr>\r            <th>&nbsp;</th>\r            <th>2010/01/11&nbsp;</th>\r            <th>2010/01/12&nbsp;</th>\r            <th>2010/01/13&nbsp;</th>\r            <th>2010/01/14&nbsp;</th>\r            <th>2010/01/15&nbsp;&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2010/01/13<br />\r            - 円 (1日)</td>\r            <td>2010/01/14<br />\r            - 円 (1日)</td>\r            <td>2010/01/15<br />\r            - 円 (4日)</td>\r            <td>2010/01/19<br />\r            - 円 (0日)</td>\r            <td>2010/01/19<br />\r            - 円 (1日)</td>\r        </tr>\r        <tr>\r            <th>&nbsp;</th>\r            <th>2010/01/18&nbsp;</th>\r            <th>2010/01/19&nbsp;</th>\r            <th>2010/01/20&nbsp;</th>\r            <th>2010/01/21&nbsp;&nbsp;</th>\r            <th>2010/01/22&nbsp;&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2010/01/20<br />\r            - 円 (1日)</td>\r            <td>2010/01/21<br />\r            - 円 (1日)</td>\r            <td>2010/01/22<br />\r            - 円 (3日)</td>\r            <td>2010/01/25<br />\r            - 円 (1日)</td>\r            <td>2010/01/26<br />\r            - 円 (1日)</td>\r        </tr>\r        <tr>\r            <th>&nbsp;&nbsp;</th>\r            <th>2010/01/18&nbsp;</th>\r            <th>2010/01/19&nbsp;</th>\r            <th>2010/01/20&nbsp;</th>\r            <th>2010/01/21&nbsp;</th>\r            <th>2010/01/22&nbsp;</th>\r        </tr>\r        <tr>\r            <th>決済日<br />\r            スワップポイント</th>\r            <td>2010/01/20<br />\r            - 円 (1日)</td>\r            <td>2010/01/21<br />\r            - 円 (1日)</td>\r            <td>2010/01/22<br />\r            - 円 (3日)</td>\r            <td>2010/01/25<br />\r            - 円 (1日)</td>\r            <td>2010/01/26<br />\r            - 円 (1日)</td>\r        </tr>\r    </tbody>\r</table>\r</p>\r<p>金額・発生日はスター為替さんの運用カレンダー(南アランド)より</p>','',1,2216,0,0,'2010-01-02 11:32:57',0,'',0,1,1,0,0,'2009-12-03 23:21:58','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091203_FX',3,0,'2009-12-03 15:59:14','12/03 儲けやすそうなFX会社はないかな？',null,'<p>FXで儲けやすいと言うと&hellip;</p>\r<ul>\r    <li>レバレッジが大きい(リスクも大きいけど)</li>\r    <li>スプレッドが小さい、手数料が安い(無料もあるけど、スプレッドで稼いでたりする)</li>\r    <li>スワップが大きい</li>\r    <li>AskとBidの乖離が小さい(くりっく365は取引量が少ないときは危ない)</li>\r    <li>良いレートを提示してくれる(各社あまり違いはないけれども、値動きが少ないペアだと小さい違いが結構変わる)</li>\r    <li>システムが使いやすい(トレール注文とか使いこなせるとすごく便利そうです)</li>\r    <li>ポイント/キャッシュバックがある</li>\r</ul>\r<p>全部を満たしているところは無いと思うんだけど、くろねこが実際に使ってみたFX会社は楽天FXとスター為替だけなので<br />\rちょっと他も見てみたいと思って&hellip;現在いろんなFX会社を見ていたところ。</p>\r<p>&nbsp;</p>','<p>単純に比較できそうな項目とそうでない項目があるけれども、レバレッジとかスプレッド、スワップ、キャッシュバックは数値化されているので非常に検討しやすい。</p>\r<p>各項目ごとに見てみると、</p>\r<ul>\r    <li>レバレッジ<br />\r    いまは最大で400倍迄かなぁ？来年からは法律が改正されて50倍までになりそうだから、早めに初めて稼ぐのもいいのかも！\r    <ul>\r        <li>EMCOM証券</li>\r        <li>ヒロセ通商</li>\r    </ul>\r    </li>\r    <li>スプレッド/手数料<br />\r    スプレッドが狭く、更に手数料が安いと取引コストを低く抑えられるので大変お得。</li>\r    <table cellspacing=\"1\" cellpadding=\"1\" border=\"1\" width=\"400\">\r        <tbody>\r            <tr>\r                <td>&nbsp;</td>\r                <td>スプレッド(最小)</td>\r                <td>キャンペーン</td>\r                <td>手数料</td>\r            </tr>\r            <tr>\r                <td>DMM.com</td>\r                <td>0.0銭～0.8銭</td>\r                <td>0.0銭～0.5銭</td>\r                <td>0円</td>\r            </tr>\r            <tr>\r                <td>EMCOM証券</td>\r                <td>0.7銭</td>\r                <td>&nbsp;</td>\r                <td>&nbsp;</td>\r            </tr>\r            <tr>\r                <td>外為オンライン</td>\r                <td>1.0銭～</td>\r                <td>&nbsp;</td>\r                <td>0円</td>\r            </tr>\r            <tr>\r                <td>楽天FX</td>\r                <td>2.0銭固定</td>\r                <td>&nbsp;</td>\r                <td>0円</td>\r            </tr>\r            <tr>\r                <td>マネーパートナーズ</td>\r                <td>2.0銭固定</td>\r                <td>1.6銭固定</td>\r                <td>&nbsp;</td>\r            </tr>\r        </tbody>\r    </table>\r    <br />\r    <li>スワップ</li>\r    <li>ポイント/キャッシュバック\r    <ul>\r        <li>外為どっとコム<br />\r        &nbsp;         5000円キャッシュバックキャンペーン中</li>\r        <li>FXプライム<br />\r        ■口座開設 + 売買された方にもれなく！<br />\r        2,000円キャッシュバック<br />\r        ■口座開設された方にもれなく！<br />\r        これからはじめる人のための『FX練習帳』または『テクニカル分析で「勝つ」FX』をプレゼント</li>\r        <li>楽天<br />\r        【お友達紹介】 3000円プレゼントキャンペーン</li>\r    </ul>\r    </li>\r</ul>\r<p>&nbsp;時間があったら表にして全項目で見やすい形で検討できるようにした方が良いね。</p>',1,2301,0,0,'2010-01-02 15:59:14',0,'',0,1,1,0,0,'2009-12-03 17:24:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091206',3,0,'2009-12-06 10:19:39','12/06 先週末の円安ドル高',null,'<p>先週末の米国の経済指標発表後の円安はすごかったですね。<br />\r22:30に11月非農業部門雇用者数変化（前月比）があってから、即座にドル円で88.3から89.1と急激に上昇。その後も止まることなく右肩上がりなのですが&hellip;</p>\r<p>他のみんなは上がった後もずーっと買い続けてたわけなんですね。<br />\rくろねこは急激に上がったときや継続的に上昇したときとかには、「そろそろ下がるのではないか？」という反転リスクが頭をよぎって買えないわけですね。<br />\rさらには今回はその直前にいつもの買いポジションではなくて売りポジションを持っていて、この急騰でOCO注文が引っかかり処分されちゃったのも引っかかっていて、売りから入ってやる～下がり時はどこだ～って、くろねこずーっと売り時を探してました！</p>\r<p>発表直後89円を超えたのですが、何を思ったかそこで買いではなく売りで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">マーケット</a>注文してるし&hellip;<br />\r後で思えばそこで買っても最終的に90.5まで上がったので約1.5円の上昇1枚あたり15,000円も儲かるはずだったのですがね&hellip;</p>\r<p>そのあとも88円くらいで忘れていた売り注文が働いて、現在2つ持ってる訳ですが。<br />\rそれまで米国経済を立て直すためにドル安に動くだろうという市場の観測はまだ続いてるんでしょうか？</p>\r<p>発表内容が前月比予想が-12.5万人の所-1.1万人、前回値も-19万人だったのが-11.1万人と修正されて、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%B1%E6%A5%AD%E7%8E%87&amp;affid=21mTn15NlY\">失業率</a>も若干改善、銀行の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%AC%E7%9A%84%E8%B3%87%E9%87%91&amp;affid=21mTn15NlY\">公的資金</a>返却のニュースもあったことから、米国経済はどんどん立ち直ってきている感じでドル安は必要なのか？必要とされているのか？と言う不安もあるんですね。</p>\r<p>円安になってくれないとポジションが改善できない～</p>','<p>今回の発表後のチャート(くりっく365)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/fx091206_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"78\" src=\"http://www.blackcat.xyz/images/articles/fx091206_1.png\" alt=\"\"></a><br />\r為替ボード<br />\r下記のチャートと上記のチャートは必ずしも一致しないようです。<br />\rスター為替さんのシステムの限界によるものだそうです。</p>\r<p><img width=\"400\" height=\"230\" src=\"http://www.blackcat.xyz/images/articles/fx091206_2.png\" alt=\"\"><br />\rドル/円</p>\r<p><img width=\"400\" height=\"230\" src=\"http://www.blackcat.xyz/images/articles/fx091206_3.png\" alt=\"\"><br />\rランド/円</p>\r<p><img width=\"400\" height=\"230\" src=\"http://www.blackcat.xyz/images/articles/fx091206_4.png\" alt=\"\"><br />\r豪ドル/円</p>',1,2437,0,0,'2010-01-05 10:19:39',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">マーケット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%B1%E6%A5%AD%E7%8E%87&amp;affid=21mTn15NlY\">失業率</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%AC%E7%9A%84%E8%B3%87%E9%87%91&amp;affid=21mTn15NlY\">公的資金</a>\n<a href=\"http://www.blackcat.xyz/images/articles/fx091206_1_original.png\">http://www.blackcatlab....</a>',0,1,1,0,0,'2009-12-06 16:18:09','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091206_fxchart',3,0,'2009-12-06 14:03:28','12/06 なぜFXチャートは正確な情報を反映できないのか',null,'<p>スター為替の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">チャート</a>はWEB上のチャートも、別立てて提供されているチャートアプリも正確な情報を表示していない。<br />\r情報の出所が同じなのであるから仕方がないと言えばそれまでなのだが、少なくともチャートの<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%A8%E7%8F%BE&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">表現</a>によるものではなく元の情報がすでに正確ではないようだ。</p>\r<p>上記のように考え、スター為替に別件で質問した際に「チャートが正確な情報を表示していない件」についても質問してみた。<br />\rスター為替の回答によると、スター為替のシステム上の問題で為替<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ボード</a>に表示している最高値と最安値も表現できていないそうだ。もしかしたら初値と終値も実際と異なっているかもしれない。<br />\rこの回答に対し、少なくともチャートを書くためだけであればすべての為替の動きを<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A3%E3%83%BC%E3%83%8A%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ジャーナル</a>に記録せずとも、チャートの最小単位が分ごとなので毎分の高値、安値、初値と終値を記録すれば正確なチャートが表現できると指摘した。</p>','<p>電話の後で気づいたのだが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\">くりっく365</a>とスター為替の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>のやりとりはどのようなしくみになっているのだろうか？<br />\r下記の二通りの方法が考えられる。</p>\r<ol>\r    <li>くりっく365からレートが変わるたびに各FX会社にレート情報が配信される。</li>\r    <li>FX会社が必要に応じてくりっく365にレート情報を参照しに行く。</li>\r</ol>\r<p>電話をするまでは1のみを考えていたので、くりっく365から配信される情報をすべて記録しておけばチャートがずれることはないと考えていた。為替の売買を処理するためには少なくとも毎秒のレートは取得せざるを得ない。※<br />\rそしてチャートを描くための毎分の高値、安値、初値と終値の記録が必要になるのである。このくらい<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%A2%E3%83%AB%E3%82%BF%E3%82%A4%E3%83%A0&amp;affid=21mTn15NlY\">リアルタイム</a>で処理できるようなシステムくらい<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>できないとFX会社として信用できないと思うのだが。</p>\r<p>2のケースではくりっく365がレートを配信してくれない場合。FX会社が必要に応じてくりっく365に取りに行く。必要なタイミングは顧客にレートを示すために必要なときと、売買の注文を受け付けたときは必ず必要だと思われる。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>などの判定の際にも必要だと思われるが、レートを顧客にレートを示すタイミングで取れたレートでFX会社的にはなんの問題もない。(顧客的には<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AA%E3%83%83%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">スリッページ</a>が発生するのでもっと細かいタイミングであって欲しいし実際もっと細かいタイミングではないかと思いたいが。)</p>\r<p>2のケースだと手の打ちようがないが少なくとも1であるならば送られてきた情報をすべて処理すれば良いだけなのでなんの問題もない。(<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%AD%E5%B0%8F%E4%BC%81%E6%A5%AD&amp;affid=21mTn15NlY\">中小企業</a>には結構厳しいかもしれんが<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%BC%E5%88%B8%E4%BC%9A%E7%A4%BE&amp;affid=21mTn15NlY\">証券会社</a>ならやってもらわんと困る。)それくらい出来ないようであればその会社はFX会社として信用するに値しないと言うことになる。</p>\r<p>FX会社の信用で思い出したので1つ。<br />\r以前にもスター為替でトラブルがあったときにトラブルがあった際の対応についてお願いをしておいたのだが、今回もうちょっと突っ込んで楽天FXさんは「シ ステム障害発生時の対応」をWEBぺージに明記しているのでスター為替さんもそうすべきではないのか？と指摘しておいた。</p>\r<p>システムトラブル発生時に必要な項目は以下</p>\r<ul>\r    <li>システムトラブルの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E7%9F%A5%E3%82%89%E3%81%9B&amp;affid=21mTn15NlY\">お知らせ</a>(現況)</li>\r    <li>復旧見込み</li>\r    <li>障害時の代替手段(他の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%97%E6%B3%A8&amp;affid=21mTn15NlY\">受注</a>体制等)</li>\r    <li>受注済みの注文に対する対応</li>\r</ul>\r<p>楽天FXはシステムトラブルが相次いだためこのように明記することになったのかもしれないが、これは非常にわかりやすいので他の会社にもよろしくお願いしたいと思う。</p>\r<p>※スター為替は更新タイミングが最低2秒おきの他3秒おきがあるので、どちらのユーザーにも正確なレートを届けようとすると毎秒のレートを保持する必要が出てくる。<br />\rまた、これ以上の精度でレートを保持しているかどうかは不明</p>\r<p class=\"add\">追記<br />\r後日、別件で質問したときにそれとなく聞いてみたら、窓口の担当者は1番の方であると答えてくれた。<br />\rならば、なぜ<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">チャート</a>は正確に<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%A8%E7%8F%BE&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">表現</a>できないのであろうか？考えられる答えは、「取引の方が優先でチャートのための<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">レート</a>の記録は<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%99%E3%82%B9%E3%83%88%E3%82%A8%E3%83%95%E3%82%A9%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ベストエフォート</a>というか、通信で言うアイソクロナスな方式を採用していて、取りこぼしよりも<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%A2%E3%83%AB%E3%82%BF%E3%82%A4%E3%83%A0&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">リアルタイム</a>性を追求している」と言うことだ。<br />\r処理をためてどんどん遅れていくわけにはいかないので、リアルタイム性を追求すること自体に問題はないのだが、システムの性能を上げて取りこぼしを無くせよと言いたいわけだ&hellip;</p>',1,3742,0,0,'2010-01-05 14:03:28',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%A8%E7%8F%BE&amp;affid=21mTn15NlY\">表現</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ボード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A3%E3%83%BC%E3%83%8A%E3%83%AB&amp;affid=21mTn15NlY\">ジャーナル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\">くりっく365</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%A2%E3%83%AB%E3%82%BF%E3%82%A4%E3%83%A0&amp;affid=21mTn15NlY\">リアルタイム</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AA%E3%83%83%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">スリッページ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%AD%E5%B0%8F%E4%BC%81%E6%A5%AD&amp;affid=21mTn15NlY\">中小企業</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%BC%E5%88%B8%E4%BC%9A%E7%A4%BE&amp;affid=21mTn15NlY\">証券会社</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E7%9F%A5%E3%82%89%E3%81%9B&amp;affid=21mTn15NlY\">お知らせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%97%E6%B3%A8&amp;affid=21mTn15NlY\">受注</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%A8%E7%8F%BE&amp;affid=21mTn15NlY\">表現</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%99%E3%82%B9%E3%83%88%E3%82%A8%E3%83%95%E3%82%A9%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">ベストエフォート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%A2%E3%83%AB%E3%82%BF%E3%82%A4%E3%83%A0&amp;affid=21mTn15NlY\">リアルタイム</a>',0,1,1,0,0,'2010-02-24 05:20:56','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091211_xmas_presents',3,0,'2009-12-11 02:42:03','12/11 子供への X\'masプレゼントって？',null,'<p>うちの息子はサンタがいると思っているのか、いないと思っているのか定かではありませんが、プレゼントは父ちゃんが用意してくれるものだと思っていますね。<br />\rなにげにサンタとかそう言うものについてはリアルに育てたもので&hellip;<br />\r普通のご家庭ではサンタさんが存在するという設定にされているところも多いとは思いますが、そのような場合どのように聞かれているのでしょうか？</p>\r<p>取りあえず、うちでは息子がうぃーとかDSとかそう言うものをほしがらず、トミカとかなんかの特撮ものの光線銃のおもちゃとかなのでらくっていやーらくですね。<br />\rゲームはもっぱらパソコンでやってますし&hellip;DSとかは必要ないようです。</p>','',1,2376,0,0,'2010-01-10 02:42:03',0,'',0,1,1,0,0,'2009-12-11 02:47:48','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091212',3,0,'2009-12-12 17:17:00','12/12 損切り出来ないし、波にも乗れない',null,'<p>くろねこです。</p>\r<p>前から<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">損切り</a>が出来ないな～と思っていたのですが、もう一つ波にも乗れないと自分自身の弱さを見つけました。<br />\r昨日の米国指標発表後の円安ドル高の波に乗れなかったんですね～。</p>\r<p>その前日にレンジ相場だという認識で88.2円ぐらいのところで売りポジションを作ってたんですね。<br />\r今日もたぶんレンジだな～と思ってそのときの高値のちょい上ぐらいで、88.5円ほどのところで予約していたんですが寝ぼけながら注文していたようでそれをすっかり忘れていて&hellip;<br />\r10時頃にドル円が堅調さを見せ始めた頃にはすっかり忘れてました。<br />\r89円に達した頃、そろそろ新規で売りを作って置くかぁ～と思ったときに発覚。じーっと考えてたら、どんどん上がっていくので慌てて88.75で買い。<br />\rすると、今度はどんどん下がっていって～。不安に思っていたとき、ちょっと戻ってきたので買いポジションを越えたところで処分。</p>\r<p>するとそのまま円安方向に～&hellip;儲け損なったなぁ～と思ってじーっと見てた&hellip;</p>\r<p>このとき、二つの売りポジションは持ったまますでに保証金の<a href=\"http://www.dismas.jp/aff/index.php?title=1%2F5&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">1/5</a>ほどの負債に～<br />\rでも相場はどんどん上がっていくから、負債はどんどん<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%AA%E3%81%A0%E3%82%8B%E3%81%BE&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">雪だるま</a>式に増えてく～。<br />\rでも、<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">豪ドル</a>の買いポジションもあったから証拠金比率は徐々にしか減っていかなかったんだけど。</p>\r<p>このときくろねこの心境としては&hellip;</p>\r<ul>\r    <li>また、すぐに円安になるさ(先日の11月非農業部門雇用者数変化の例が頭によぎる&hellip;)</li>\r    <li>豪ドルも上がってから取りあえず<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ロスカット</a>はねぇ～</li>\r</ul>\r<p>でも、89.75円にまで達して90円目前かな？と思ったときそろそろ新規で売りポジションを作るときだ！と思ったが証拠金比率を見たら600％くらいだし、ここで売りポジションを作ったら400％前後になるし、失敗したら苦しいから～と思ってたら注文できず&hellip;</p>\r<p><em><strong>儲けられなかった&hellip;</strong></em></p>\r<p>(*\'へ\'*) ﾝｰ<br />\r<br />\r<em><strong>損切り・波に乗る</strong></em> 重要ですね。</p>\r<p>今の状況として88円台の2つの売りポジションを処分できる時期は来るのかなぁ？と言う不安が残っただけです＞＜；</p>','<p>もう一つ、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ランド</a>を保持しているスター為替のほうなんですが&hellip;</p>\r<p>18:30頃11.8円を超えたんですね。昨日はここがピークだったので11.81円で11.75円で買ったポジションを1つ処分しました。もうけとしては微妙なのですが、またすぐ下がるだろうと言う読みから売ってしまうことにしました。</p>\r<p>すると～、米国の指標発表で一時相場は11.95円にまで上がったようです。(<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">チャート</a>上では読めません)<br />\rくろねこ、11.945迄は確認していたのですが、ちょっと手が他の作業をしていてちょっと遅れて売り注文を出そうとしたら&hellip;<br />\rすでに売りの予約を出していたんですね。楽天FXならすぐに取消の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF%E3%83%9C%E3%83%83%E3%82%AF%E3%82%B9&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">チェックボックス</a>にチェックを入れて、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ストリーミング</a>で決済可能なんですがスターのほうは慣れてなくてばたばたしてる間に売り時を逃しました＞＜；</p>\r<p>その後も<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%80%E9%AB%98&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">最高</a>だった11.945を越えないかとじーっと待っていたんですが11.9にはなるもののそれを越えるタイミングはなかったですね。<br />\r11.04で購入したポジションだったので11.94で売りたかったんですね。なんかきっちり9万円儲かる～と言うのが個人的に良かったのですが。</p>\r<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E6%82%B2%E3%81%97%E3%81%84&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\"><em><strong>悲しい</strong></em></a><em><strong>ですね。</strong></em></p>\r<p>ところで、スター為替というか<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">くりっく365</a>の場合<br />\r<strong>高値＝売り気配(</strong><a href=\"http://www.dismas.jp/aff/index.php?title=Ask&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\"><strong>Ask</strong></a><strong>) 、安値＝買い気配(Bid)</strong><br />\rらしいのですが、普通は逆で<br />\r<strong>高値＝Bid 、安値＝Ask</strong><br />\rじゃあ無いんでしょうか？</p>\r<p>こちらが買うとき安値で買いたいと思うんで買うときの<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">レート</a>(Ask)に注目し、売るときは高値に注目するんでBidのレートに注目するんですが。</p>\r<p>皆さんいかがですか？</p>',1,2358,0,0,'2010-01-11 17:17:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=1%2F5&amp;affid=21mTn15NlY\">1/5</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%AA%E3%81%A0%E3%82%8B%E3%81%BE&amp;affid=21mTn15NlY\">雪だるま</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF%E3%83%9C%E3%83%83%E3%82%AF%E3%82%B9&amp;affid=21mTn15NlY\">チェックボックス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ストリーミング</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%80%E9%AB%98&amp;affid=21mTn15NlY\">最高</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%82%B2%E3%81%97%E3%81%84&amp;affid=21mTn15NlY\">悲しい</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8F%E3%82%8A%E3%81%A3%E3%81%8F365&amp;affid=21mTn15NlY\">くりっく365</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Ask&amp;affid=21mTn15NlY\">Ask</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>',0,1,1,0,0,'2009-12-12 18:03:16','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091213_RCUMBC',3,0,'2009-12-13 02:46:04','12/13 リトラクタブル USBケーブル(Micro-USB Bタイプ) RCUMBC','','<p>以前[story:091117_charge_with_mobile]で紹介した<a href=\"http://www.amazon.co.jp/gp/product/B00185UT1G?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=B00185UT1G\">リトラクタブル USBケーブル(Micro-USB Bタイプ) RCUMBC</a>を購入してみた。</p>\r<p>使用してみて</p>\r<p><em><strong>充電、通信とも問題なく行うことが出来た</strong></em></p>\r<p>とだけなら、くろねこがここで書く必要は全くないわけで、<br />\r一つ問題点が発見されたので検証中ではあるが一応ご報告。</p>\r<p>それは、ケーブル接続中はPCと接続状態になっているのかメールの受信が出来なかった。<br />\rただ、それはPCと接続状態なのだからかな？と思ってもともとWILLCOM 03に同梱されていたUSBケーブルをつないで試したところ、こちらは問題なかった。<br />\r何でなんだろう。</p>\r<p>RCUMBC同梱のUSBケーブルより優れている点をまとめておくと</p>\r<ul>\r    <li>PCにソフトウェアをインストールしなくても充電可能</li>\r    <li>充電時に充電ランプが点灯する。(同梱のUSBケーブルで充電時には充電ランプは点灯しない仕様)</li>\r</ul>\r<p>メールが出来ないのはちょっと致命的なのかも&hellip;<br />\rちなみにくろねこが使用しているのはメール(Outlookメール：IMAP接続)と、W-ZERO3メールだが症状としては、「メール受信時にサーバーが見つからない」とエラー応答されるので、PC側にサーバーを求めているのかもしれない。接続の設定を変えてやればつなぎながらでも受信できる可能性はあるな&hellip;。<br />\rIPのルーティングの問題かもしれない。</p>','',1,3911,0,0,'2010-01-12 02:46:04',0,'<a href=\"http://www.amazon.co.jp/gp/product/B00185UT1G?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=B00185UT1G\">リトラクタブル U...</a>',0,1,1,0,0,'2011-04-26 12:51:10','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091213_MACROSS',3,0,'2009-12-13 16:13:24','12/13 そしてマクロスへ…',null,'<p><a href=\"http://www.47news.jp/CN/200912/CN2009121201000052.html\">寿命１・３倍、体はスリム　雄なしで誕生のマウス</a></p>\r<p>雌だけで生命は誕生できる。しかも雌のみの方が性能が上！<br />\rと言うことは、雄はいらん&hellip;(･_･ )ﾉ&quot;&quot;    ゜ ﾎﾟｲｯ<br />\rさらにこの考え方を推し進めると&hellip;</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%BA%E5%B7%A5%E7%94%9F%E5%91%BD&amp;affid=21mTn15NlY\">人工生命</a>が誕生できる世の中。<br />\r女だけで人口を増やせる時代。男を女に分かれて<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%89%E3%81%84&amp;affid=21mTn15NlY\">争い</a>を始める&hellip;</p>\r<p>こうなりゃ、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BC%E3%83%B3%E3%83%88%E3%83%A9%E3%83%BC%E3%83%87%E3%82%A3&amp;affid=21mTn15NlY\">ゼントラーディ</a>と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%AB%E3%83%88%E3%83%A9%E3%83%B3%E3%83%87%E3%82%A3&amp;affid=21mTn15NlY\">メルトランディ</a>に分かれて戦っていたあの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%8B%E3%83%A1&amp;affid=21mTn15NlY\">アニメ</a>の存在意義がわかってくるというものですね。</p>\r<p><em><strong>今 あなたの声が聴こえる 「ここにおいで」と</strong></em></p>\r<p>ですね～</p>','',1,2435,0,0,'2010-01-12 16:13:24',0,'<a href=\"http://www.47news.jp/CN/200912/CN2009121201000052.html\">寿命１・３倍、体はスリム　雄なしで誕生のマウス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%BA%E5%B7%A5%E7%94%9F%E5%91%BD&amp;affid=21mTn15NlY\">人工生命</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%89%E3%81%84&amp;affid=21mTn15NlY\">争い</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BC%E3%83%B3%E3%83%88%E3%83%A9%E3%83%BC%E3%83%87%E3%82%A3&amp;affid=21mTn15NlY\">ゼントラーディ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%AB%E3%83%88%E3%83%A9%E3%83%B3%E3%83%87%E3%82%A3&amp;affid=21mTn15NlY\">メルトランディ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%8B%E3%83%A1&amp;affid=21mTn15NlY\">アニメ</a>',0,1,1,0,0,'2009-12-13 16:52:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20091213171408230',3,0,'2009-12-13 17:14:08','12/13 DISMASテスト',null,'<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\" title=\"この?ーワードを百科事典で調べる\">テスト</a>です</p>','',1,1562,0,0,'2010-01-12 17:14:08',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">テスト</a>',0,1,1,0,0,'2009-12-13 17:17:09','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091214_1056',3,0,'2009-12-14 10:55:37','12/14 ドル円続落',null,'<p>何でなんですかね？</p>\r<p>指標は良くてもやはり米国経済は回復できてないって事なんですかね？<br />\rドルが売られてますね。</p>\r<p>こう書いている間にも88.7円辺りが軽いサポートかなって思っていたら88.6円間近まで落ちましたね。<br />\r個人的には先週作ってしまった<br />\r<span class=\"positive\">88.152円 と </span><span class=\"positive\">88.50円の<strong>売り</strong>ポジションが処分できそうです&hellip;</span></p>\r<p>まあ、今日買った 88.958円の<strong>買い</strong>ポジションはまた後で処分できる機会が来るでしょう。</p>\r<p class=\"add\">88.500円 の売りは 12:51 に 88.454 にて約定<br />\r88.152円 の売りは 来客があったので画面の前にいなかったのですが&hellip;<br />\r急に上がった<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">レート</a>で 11:12 OCO 注文に引っかかり 88.704 にて約定！<br />\r画面の前にいればもうちょっと手前で<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">損切り</a>出来たのかな？<br />\rそれともまた優柔不断さが爆発して買い切れなかったのか？ わかんないけどまぁいっか！</p>','',1,2275,0,0,'2010-01-13 10:55:37',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>',0,1,1,0,0,'2009-12-14 14:18:51','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091218_foreland',3,0,'2009-12-18 23:30:52','12/18 フォーランドフォレックス',null,'<p>よくFXの比較サイトなどで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">スワップポイント</a>が一番高いFX会社として紹介されている<a target=\"_blank\" href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\">フォーランド フォレックス株式会社</a>。</p>\r<p>くろねこも申し込んで見ようかと思って見ていた&hellip;<br />\rすると、ホームページに建玉を維持したまま、そのスワップポイントだけを自在に出金できるとある。<br />\rこれは、くろねこが以前から出来たらいいな～と思っていた機能だ。これが出来ないと、南アランドみたいな抗<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>通貨の建玉を持ちっぱなしにしておいて、その金利だけで儲けていこうとした場合、これが出来ないとスワップが現金として受け取れない。このため、1枚ずつ建玉を取り崩していくか、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A9%95%E4%BE%A1%E7%9B%8A&amp;affid=21mTn15NlY\">評価益</a>で他の通貨なりを取引して決済して評価益を実現益にという回りくどいことをするかしか方法が無かったのだ。</p>\r<p>今、スワップ狙いをしている南アランドの建玉はスター為替で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>しているが、店頭取引の方がくろねこ個人的には税金面で有利。<br />\rあと14年間も<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E5%AE%85%E3%83%AD%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">住宅ローン</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%A7%E9%99%A4&amp;affid=21mTn15NlY\">控除</a>があるからね～30-40万円位は稼いでも問題ないかも知れない～。</p>\r<p>と言うことで、くりっく系と<a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\" target=\"_blank\">フォーランド フォレックス株式会社</a>で取引してみようかな～。</p>\r<p>くろねこと一緒に申し込んで見ようと思う人は下のバナーをくりっく～。<br />\r<!-- TG-Affiliate Banner Space --> <a href=\"http://ad2.trafficgate.net/t/r/33/2152/23413_23413/\" target=\"_blank\"><img border=\"0\" alt=\"\" src=\"http://srv2.trafficgate.net/t/b/33/2152/23413_23413/\" /></a> <!-- /TG-Affiliate Banner Space --></p>','<p><a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\" target=\"_blank\">フォーランド フォレックス株式会社</a>のおいしそうな点</p>\r<ul>\r    <li>スワップポイントが高い<br />\r    例)南アランドだとくりっくが<strong>240円</strong>くらいのところ、フォーランドフォレックスは<strong>270円</strong></li>\r    <li>建玉を維持したまま、そのスワップポイントだけを自在に出金できる</li>\r    <li>手数料0円、ドル円の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">スプレッド</a>が2銭(通常時)&larr;まあこれは普通</li>\r    <li><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ロスカット</a>が50％<br />\r    例)楽天80％、スター為替30％</li>\r</ul>',1,2729,0,0,'2010-01-17 23:30:52',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">スワップポイント</a>\n<a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\">フォーランド フォレックス株式会社</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A9%95%E4%BE%A1%E7%9B%8A&amp;affid=21mTn15NlY\">評価益</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E5%AE%85%E3%83%AD%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">住宅ローン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%A7%E9%99%A4&amp;affid=21mTn15NlY\">控除</a>\n<a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\">フォーランド フォレックス株式会社</a>\n<a href=\"http://ad2.trafficgate.net/t/r/33/2152/23413_23413/\">http://ad2.trafficgate....</a>\n<a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\">フォーランド フォレックス株式会社</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\">スプレッド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>',0,1,1,0,0,'2009-12-18 23:54:30','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20091219123626595',3,0,'2009-12-19 12:36:00','12/19 今週後半は稼げた',null,'あね','',1,1566,0,0,'2010-01-18 12:36:00',0,'',0,0,1,0,0,'2009-12-19 16:33:55','html',0,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('091219_NengajoEqualCO2',3,0,'2009-12-19 20:02:00','12/19 年賀状はCO2だと思う',null,'<p>今日COP15が開催されていますね。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=CO2&amp;affid=21mTn15NlY\">CO2</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%92%E5%87%BA&amp;affid=21mTn15NlY\">排出</a>量削減のために必要な一歩ですが、採択にこぎつけられたのでしょうか？</p>\r<p>さて、この時期<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B9%B4%E8%B3%80%E7%8A%B6&amp;affid=21mTn15NlY\">年賀状</a>を書いている人も多いかと思いますが、はたして年賀状でどのくらいのCO2が排出されているのでしょうね。<br />\r後、木を切るので排出量だけではないですね。木が消費してくれているCO2も減らなくなるので、合わせると影響量はどのくらいなのでしょうか？</p>\r<p>郵便局も既に気づいているので、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%8B%A6%E8%82%89%E3%81%AE%E7%AD%96&amp;affid=21mTn15NlY\">苦肉の策</a>として、年賀状は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B4%88%E3%82%8A%E7%89%A9&amp;affid=21mTn15NlY\">贈り物</a>だと思うなーんって言ってるんでしょうね。</p>\r<p>皆さんCO2対策として年賀状は必要最低限にしましょうね。</p>','',1,3113,0,0,'2010-01-18 20:02:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=CO2&amp;affid=21mTn15NlY\">CO2</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%92%E5%87%BA&amp;affid=21mTn15NlY\">排出</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B9%B4%E8%B3%80%E7%8A%B6&amp;affid=21mTn15NlY\">年賀状</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%8B%A6%E8%82%89%E3%81%AE%E7%AD%96&amp;affid=21mTn15NlY\">苦肉の策</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B4%88%E3%82%8A%E7%89%A9&amp;affid=21mTn15NlY\">贈り物</a>',0,0,1,0,0,'2009-12-19 22:35:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx09122',3,0,'2009-12-22 22:39:04','12/22 先週儲けた分が消えた、それ以上に…',null,'<p>先週末は儲かったんです&hellip;</p>\r<p>でも&hellip;、先週の最後にドル円の売りタイミングを逃して&hellip;それが負債になってしまいました&hellip;<br />\r上がっても90.7円程度だと思っていたんですが、今日は91.6円まで上がってしまいましたね。今日はPHSを持って出るのを忘れて仕事場から対応が出来ませんでした&hellip;残念＞＜；</p>\r<p>スター為替ではこんな感じ</p>\r<table width=\"600\" cellspacing=\"1\" cellpadding=\"0\" border=\"0\">\r    <tbody>\r        <tr>\r            <th class=\"l2\">約定成立<br />\r            日時</th>\r            <th class=\"l2\">注文受付<br />\r            日時</th>\r            <th class=\"l2\">商品</th>\r            <th class=\"l2\">売買</th>\r            <th class=\"l2\">新規<br />\r            決済</th>\r            <th class=\"l2\">約定<br />\r            価格</th>\r            <th class=\"l2\">約定<br />\r            数量</th>\r            <th class=\"l2\">決済相手<br />\r            約定価格</th>\r            <th class=\"l2\">為替差<br />\r            損益</th>\r            <th class=\"l2\">スワップ<br />\r            ポイント</th>\r            <th class=\"l2\">手数料<br />\r            (税込)</th>\r        </tr>\r        <tr class=\"odd\">\r            <td class=\"view-number-center\"><span> 						2009/12/22<br />\r            10:35:01 						</span></td>\r            <td class=\"view-number-center\"><span> 						2009/12/22<br />\r            00:10:23 						</span></td>\r            <td class=\"text-c\">ﾄﾞﾙ/円</td>\r            <td align=\"center\"><span class=\"buy\">買</span></td>\r            <td class=\"text-c\">決済</td>\r            <td class=\"number\"><strong><span><span class=\"positive\">91.50</span></span></strong></td>\r            <td class=\"view-number-center\"><span><span class=\"positive\">5</span></span></td>\r            <td class=\"number\"><strong><span><span class=\"positive\">91.10</span></span></strong></td>\r            <td class=\"number\"><strong><span><span class=\"negative\">-20,000</span></span></strong></td>\r            <td class=\"number\"><span><span class=\"negative\">-100</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">0</span></span></td>\r        </tr>\r        <tr class=\"even\">\r            <td class=\"view-number-center\"><span> 						2009/12/18<br />\r            11:52:45 						</span></td>\r            <td class=\"view-number-center\"><span> 						2009/12/18<br />\r            11:52:45 						</span></td>\r            <td class=\"text-c\">豪ﾄﾞﾙ/円</td>\r            <td align=\"center\"><span class=\"sell\">売</span></td>\r            <td class=\"text-c\">決済</td>\r            <td class=\"number\"><span><span class=\"positive\">79.81</span></span></td>\r            <td class=\"view-number-center\"><span><span class=\"positive\">5</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">79.50</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">15,500</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">0</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">525</span></span></td>\r        </tr>\r        <tr class=\"odd\">\r            <td class=\"view-number-center\"><span> 						2009/12/18<br />\r            04:26:08 						</span></td>\r            <td class=\"view-number-center\"><span> 						2009/12/17<br />\r            22:27:20 						</span></td>\r            <td class=\"text-c\">ﾄﾞﾙ/円</td>\r            <td align=\"center\"><span class=\"buy\">買</span></td>\r            <td class=\"text-c\">決済</td>\r            <td class=\"number\"><span><span class=\"positive\">89.80</span></span></td>\r            <td class=\"view-number-center\"><span><span class=\"positive\">5</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">90.20</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">20,000</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">0</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">0</span></span></td>\r        </tr>\r    </tbody>\r</table>\r<p>他にももう一個ドル円の負債があって&hellip;<br />\r上で約定したのは、白川方明日銀総裁の「実質ゼロ金利を粘り強く続け、需給バランスの改善を図る」って発言を受けて、上がった後にこれで儲け直すんだ～と思って約定しないかも～と高めに設定したつもりのがあっさり約定してしまったそういう建玉です。ある意味意外だったのですが&hellip;</p>\r<p>先週末約定したのは&hellip;</p>\r<table width=\"600\" cellspacing=\"1\" cellpadding=\"0\" border=\"0\">\r    <tbody>\r        <tr>\r            <th class=\"l2\">約定成立<br />\r            日時</th>\r            <th class=\"l2\">注文受付<br />\r            日時</th>\r            <th class=\"l2\">商品</th>\r            <th class=\"l2\">売買</th>\r            <th class=\"l2\">新規<br />\r            決済</th>\r            <th class=\"l2\">約定<br />\r            価格</th>\r            <th class=\"l2\">約定<br />\r            数量</th>\r            <th class=\"l2\">決済相手<br />\r            約定価格</th>\r            <th class=\"l2\">為替差<br />\r            損益</th>\r            <th class=\"l2\">スワップ<br />\r            ポイント</th>\r            <th class=\"l2\">手数料<br />\r            (税込)</th>\r        </tr>\r        <tr class=\"even\">\r            <td class=\"view-number-center\"><span> 						2009/12/19<br />\r            00:25:08 						</span></td>\r            <td class=\"view-number-center\"><span> 						2009/12/18<br />\r            20:53:31 						</span></td>\r            <td class=\"text-c\">ﾄﾞﾙ/円</td>\r            <td align=\"center\"><span class=\"sell\">売</span></td>\r            <td class=\"text-c\">新規</td>\r            <td class=\"number\"><strong><span><span class=\"positive\">90.60</span></span></strong></td>\r            <td class=\"view-number-center\"><span><span class=\"positive\">5</span></span></td>\r            <td class=\"number\"><span>-</span></td>\r            <td class=\"number\"><span>-</span></td>\r            <td class=\"number\"><span>-</span></td>\r            <td class=\"number\"><span><span class=\"positive\">0</span></span></td>\r        </tr>\r    </tbody>\r</table>\r<p>ということで現在負債が4万円強ですね・・・<br />\rさっきまで5万円強でしたが、弱い米国の指標を受けて下がってきてますね。でも、90円以下になることはなさそう。<br />\r90.6円というのは今のサポート以下って感じかな？今週は下がっても91円位じゃないかな？と予想中。<br />\rしばらく様子見ですね。</p>\r<p>あとｍ楽天FXのほうも似たような感じです。だってFXやってる人とが同じなんだもの！<br />\rただあっちはもっとお金が少ないので掛け金が約半分、負債も似たような感じですね。</p>\r<p>今年はもう薄商いのようなので取り戻すのは難しいのかな？</p>','',1,2228,0,0,'2010-01-21 22:39:04',0,'',0,1,1,0,0,'2009-12-22 23:29:21','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091223',3,0,'2009-12-23 00:05:35','12/23 92円目前で…',null,'<p>ドル円がまた上がってきました、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%87%BA%E5%8F%A3%E6%88%A6%E7%95%A5&amp;affid=21mTn15NlY\">出口戦略</a>が見えてきたって言うことなんでしょうか？<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%B1%E6%A5%AD%E7%8E%87&amp;affid=21mTn15NlY\">失業率</a>とか改善してきているようだし、日本のなにも出来ない<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%91%E4%B8%BB%E5%85%9A&amp;affid=21mTn15NlY\">民主党</a>と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">アメリカ</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%90%E3%83%9E%E5%A4%A7%E7%B5%B1%E9%A0%98&amp;affid=21mTn15NlY\">オバマ大統領</a>の政治の出来の差が経済にそして<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>に反映してきているのでしょうか？<br />\r今回の税制の発表で来期(日本の)民主党に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%8A%95%E7%A5%A8&amp;affid=21mTn15NlY\">投票</a>する人はぐっと減るんでしょうね。<br />\r日本の景気が回復するのはいつになるんでしょうか？</p>\r<p>まあ、それはさておき92円が迫ってきてこれ以上ドル円のポジションを<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>しておくのは怖くなる一方<br />\rそこで、楽天FXもスター為替のほうもそれぞれOCO注文を出しておいたら速攻約定してしまいました＞＜；<br />\rOCO注文なんか出さずにそのまま91.4円辺りの時に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ストリーミング</a>注文してしまえばよかった＞＜；</p>\r<table width=\"600\" cellspacing=\"1\" cellpadding=\"0\" border=\"0\">\r    <tbody>\r        <tr>\r            <th class=\"l2\">会社</th>\r            <th class=\"l2\">約定成立<br />\r            日時</th>\r            <th class=\"l2\">注文受付<br />\r            日時</th>\r            <th class=\"l2\">商品</th>\r            <th class=\"l2\">売買</th>\r            <th class=\"l2\">新規<br />\r            決済</th>\r            <th class=\"l2\">約定<br />\r            価格</th>\r            <th class=\"l2\">約定<br />\r            数量</th>\r            <th class=\"l2\">決済相手<br />\r            約定価格</th>\r            <th class=\"l2\">為替差<br />\r            損益</th>\r            <th class=\"l2\">スワップ<br />\r            ポイント</th>\r            <th class=\"l2\">手数料<br />\r            (税込)</th>\r        </tr>\r        <tr class=\"odd\">\r            <td class=\"view-number-center\">楽天FX</td>\r            <td class=\"view-number-center\">2009/12/23 00:00:03</td>\r            <td class=\"view-number-center\">2009/12/22 23:37:41</td>\r            <td class=\"text-c\">ﾄﾞﾙ/円</td>\r            <td align=\"center\"><span class=\"buy\">買</span></td>\r            <td class=\"text-c\">決済</td>\r            <td class=\"number\"><span class=\"positive\">91.705</span></td>\r            <td class=\"view-number-center\">3</td>\r            <td class=\"number\">90.533</td>\r            <td class=\"number\"><span class=\"negative\">-34,560</span></td>\r            <td class=\"number\">-18</td>\r            <td class=\"number\">0</td>\r        </tr>\r        <tr class=\"odd\">\r            <td class=\"view-number-center\"><span>スター為替</span></td>\r            <td class=\"view-number-center\"><span> 						2009/12/23<br />\r            00:00:42 						</span></td>\r            <td class=\"view-number-center\"><span> 						2009/12/22<br />\r            23:40:10 						</span></td>\r            <td class=\"text-c\">ﾄﾞﾙ/円</td>\r            <td align=\"center\"><span class=\"buy\">買</span></td>\r            <td class=\"text-c\">決済</td>\r            <td class=\"number\"><span><span class=\"positive\">91.75</span></span></td>\r            <td class=\"view-number-center\"><span><span class=\"positive\">5</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">90.60</span></span></td>\r            <td class=\"number\"><span><span class=\"negative\">-57,500</span></span></td>\r            <td class=\"number\"><span><span class=\"negative\">-150</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">0</span></span></td>\r        </tr>\r    </tbody>\r</table>\r<p>合計で-92,228円の痛手です＞＜；</p>\r<p>このままドル円は上がっていくのでしょうか？目標は92円ですね＞＜；</p>','',1,2376,0,0,'2010-01-22 00:05:35',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%87%BA%E5%8F%A3%E6%88%A6%E7%95%A5&amp;affid=21mTn15NlY\">出口戦略</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%B1%E6%A5%AD%E7%8E%87&amp;affid=21mTn15NlY\">失業率</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%91%E4%B8%BB%E5%85%9A&amp;affid=21mTn15NlY\">民主党</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">アメリカ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%90%E3%83%9E%E5%A4%A7%E7%B5%B1%E9%A0%98&amp;affid=21mTn15NlY\">オバマ大統領</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8A%95%E7%A5%A8&amp;affid=21mTn15NlY\">投票</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ストリーミング</a>',0,1,1,0,0,'2009-12-23 01:25:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx091229',3,0,'2009-12-29 23:42:18','12/29 年越しに向けてすべてのポジションを整理',null,'<p>昨日から年末のポジション整理にかかりました。</p>\r<p>昨日、南アランドが12.240をつけたところでポジションを売り(例の回復措置で11.040で買ったポジションなのでこの値段が切りよくて選んだんだけど、今日はさらに値上がってますね＞＜；)</p>\r<p>本日は、楽天証券で両建てで持っていたAUD/JPYを処分～<br />\r円が急激に値下りしてきてこれ以上売りポジションを保持しておくのはつらいな～というのも整理のきっかけになりましたね。来年1月中に整理する機会もあるかとは思ったのですが、年末に整理して残ったお金をフォーランドフォレックスに移動して南アランドでやり直すつもり。</p>\r<p>楽天証券では今年約150万円の負け越しが確定しました＞＜；</p>\r<p>では、整理したポジションを公開～</p>\r<table cellspacing=\"1\" cellpadding=\"0\" border=\"0\">\r    <tbody>\r        <tr>\r            <th class=\"l2\">約定成立<br />\r            日時</th>\r            <th class=\"l2\">注文受付<br />\r            日時</th>\r            <th class=\"l2\">商品</th>\r            <th class=\"l2\">売買</th>\r            <th class=\"l2\">新規<br />\r            決済</th>\r            <th class=\"l2\">約定<br />\r            価格</th>\r            <th class=\"l2\">約定<br />\r            数量</th>\r            <th class=\"l2\">決済相手<br />\r            約定価格</th>\r            <th class=\"l2\">為替差<br />\r            損益</th>\r            <th class=\"l2\">スワップ<br />\r            ポイント</th>\r            <th class=\"l2\">手数料<br />\r            (税込)</th>\r        </tr>\r        <tr class=\"odd\">\r            <td class=\"view-number-center\">2009/12/29<br />\r            23:00:16</td>\r            <td class=\"view-number-center\">2009/12/29<br />\r            22:51:26</td>\r            <td class=\"text-c\">豪ﾄﾞﾙ/円</td>\r            <td align=\"center\"><span class=\"sell\">売</span></td>\r            <td class=\"text-c\">決済</td>\r            <td class=\"number\"><span class=\"positive\">82.403</span></td>\r            <td class=\"view-number-center\">2</td>\r            <td class=\"number\"><span class=\"positive\">81.993</span></td>\r            <td class=\"number\"><span class=\"positive\">8,200</span></td>\r            <td class=\"number\"><span class=\"positive\">4,032</span></td>\r            <td class=\"number\">0</td>\r        </tr>\r        <tr class=\"odd\">\r            <td class=\"view-number-center\">2009/12/29<br />\r            21:41:24</td>\r            <td class=\"view-number-center\">2009/12/29<br />\r            21:41:24</td>\r            <td class=\"text-c\">豪ﾄﾞﾙ/円</td>\r            <td align=\"center\">買</td>\r            <td class=\"text-c\">決済</td>\r            <td class=\"number\"><span class=\"positive\">82.284</span></td>\r            <td class=\"view-number-center\">2</td>\r            <td class=\"number\"><span class=\"positive\">80.401</span></td>\r            <td class=\"number\">-37,660</td>\r            <td class=\"number\"><span class=\"negative\">-968</span></td>\r            <td class=\"number\">0</td>\r        </tr>\r        <tr class=\"odd\">\r            <td class=\"view-number-center\"><span> 						2009/12/28<br />\r            23:52:01 						</span></td>\r            <td class=\"view-number-center\"><span> 						2009/12/28<br />\r            07:29:46 						</span></td>\r            <td class=\"text-c\">ﾗﾝﾄﾞ/円</td>\r            <td align=\"center\"><span class=\"sell\">売</span></td>\r            <td class=\"text-c\">決済</td>\r            <td class=\"number\"><span><span class=\"positive\">12.240</span></span></td>\r            <td class=\"view-number-center\"><span><span class=\"positive\">1</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">11.040</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">120,000</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">9,617</span></span></td>\r            <td class=\"number\"><span><span class=\"positive\">210</span></span></td>\r        </tr>\r    </tbody>\r</table>\r<p>&nbsp;楽天証券の豪ドル売りポジションは昨日の時点で処分すべきでしたね＞＜；<br />\r81.3円を超えたところで処分しようとヒットメールまで設定していたのに、またもや決断できず&hellip;<br />\r決断できていたら2万円ほど損失は少なかったんでしょうな。</p>','',1,2236,10,0,'2010-01-28 23:42:18',0,'',0,1,1,0,0,'2009-12-30 00:02:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100104_traffic_accident',3,0,'2010-01-04 19:57:14','01/04 新年早々交通事故のお知らせです＞＜；',null,'<p>新年早々<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%85&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">交通事故</a>を起こしてしまいました＞＜；<br />\r自宅近くの交差点でくろねこが右折にて進入したところ、左方から直進車が来ていて<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AC%E3%83%BC%E3%82%AD&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ブレーキ</a>を踏んだときにはドンッ！って感じでした。<br />\r幸いそれ程強い衝撃ではなかったので警察の方も<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%89%A9%E6%90%8D%E4%BA%8B%E6%95%85&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">物損事故</a>で処理しておくからと言っていたのですが、先ほど相手の方から<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%BA%E6%96%AD%E6%9B%B8&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">診断書</a>をもらってきたからと連絡があり、次いで警察からも診断書を相手の方が提出してきたので<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%BA%E8%BA%AB%E4%BA%8B%E6%95%85&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">人身事故</a>に切り替えて処理していくから、また現場検証を行うとの連絡が&hellip;</p>\r<p>くろねこが車から降りたときに<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%A2&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ドア</a>を強引に開け<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%B3&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">エンジン</a>を切りに来るような、そんなちょっとややっこしそーなおじさんだったのでまずいなーと思ったのですがやはりそう来ましたか！という感じでしたよ。</p>\r<p>しかし、ややっこしそーなおじさんだろうがそうでなかろうが事故は起こさない方が良いものですよね。<br />\r<em><strong>無事故は財産を築く</strong></em>のだと思いますね＞＜；<br />\r12月の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">アルバイト</a>代でお支払いはすべてすむのでしょうか？</p>\r<p>昨年も交差点でもらい事故で保険の等級が3等級ダウン、今回も3等級ダウンで計6等級ダウンの本来無事故だったら1年につき1等級アップするはずなので、それも含めるとこの二つの事故で8等級ダウンってことですね＞＜；<br />\rやはり費用の点から考えても交差点はしっかり確認していかないと&hellip;<br />\rぼーっと確認していると痛い目に遭いますっ！</p>','',1,2875,3,0,'2010-02-07 19:57:14',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%85&amp;affid=21mTn15NlY\">交通事故</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AC%E3%83%BC%E3%82%AD&amp;affid=21mTn15NlY\">ブレーキ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%89%A9%E6%90%8D%E4%BA%8B%E6%95%85&amp;affid=21mTn15NlY\">物損事故</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%BA%E6%96%AD%E6%9B%B8&amp;affid=21mTn15NlY\">診断書</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%BA%E8%BA%AB%E4%BA%8B%E6%95%85&amp;affid=21mTn15NlY\">人身事故</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%A2&amp;affid=21mTn15NlY\">ドア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%B3&amp;affid=21mTn15NlY\">エンジン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%AB%E3%83%90%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">アルバイト</a>',0,1,1,0,0,'2010-01-08 22:10:08','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100107_EneloopWith03',3,0,'2010-01-07 21:07:45','01/07 EneloopとWILLCOM 03','','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a> 03 の耐久時間を延ばそうと買った<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=USB%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">USBケーブル</a>と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Eneloop&amp;affid=21mTn15NlY\">Eneloop</a></p>\r<p>USBケーブルは先日から何度かお伝えしている昨年末購入の<a href=\"http://www.amazon.co.jp/gp/product/B00185UT1G?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=B00185UT1G\">リトラクタブル USBケーブル(Micro-USB Bタイプ) RCUMBC</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%8D%E3%83%AB%E3%83%BC%E3%83%97&amp;affid=21mTn15NlY\">エネループ</a>はUSB出力付<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%81%E3%82%A6%E3%83%A0%E3%82%A4%E3%82%AA%E3%83%B3%E3%83%90%E3%83%83%E3%83%86%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\">リチウムイオンバッテリー</a>KBC-L2ASというもの。</p>','<p>本題に入る前に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=SANYO&amp;affid=21mTn15NlY\">SANYO</a>にも言った一言。<br />\r<strong>エネループやのに500回しか充電出来けへんの(出来ないの)！エネループって</strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\"><strong>ブランド</strong></a><strong>で充電回数を書かへんかったら(書かなかったら)、普通1500回充電可能やと思うよね。※詐欺やでこれは&hellip;</strong></p>\r<p>※充電可能回数について<br />\r単3乾電池タイプは1500回充電可能と業界最高を大々的に宣伝しています。が、モバイルブースタータイプについては記載がありませんが、同じエネループブランドとして同列に店頭では並べられていることが多いです。<br />\r500回しか充電できないことはSANYOに確認するほかには確認する方法がありません。(エネループのカタログにはモバイルブースターは載っておらず、専用カタログには充電回数の記載がありません。)<br />\r某Y電機の店員に確認したところエネループブランドなので当然1500回充電できるものと思い込んでいました。<br />\rくろねこは電池の素材がNiHとリチウムイオンで異なること、充電時間と給電時間が単3とモバイルで大きく違うこと、モバイル側に記載がないのがすごく怪しいと思ったことから確認して判明した次第です。</p>\r<p>では本題、この<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">組み合わせ</a>なぜか充電できないの&hellip;<br />\rUSB <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">ケーブル</a>をPCにつないだ際には普通に充電器で充電しているときのように充電ランプが点灯し、03側の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA&amp;affid=21mTn15NlY\">アプリ</a>でも充電を示すように<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">チャージ</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B2%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ゲージ</a>が動いているのが確認できる。しかし、エネループとの組み合わせでは、充電ランプもつかないし充電状態を確認するアプリでも充電中の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%86%E3%83%BC%E3%82%BF%E3%82%B9&amp;affid=21mTn15NlY\">ステータス</a>を示していない。</p>\r<p>壊れているのか？相性なのか？確認するためにSANYOに確認するが&hellip;</p>\r<ul>\r    <li>iPhone等の場合、完全にからになってからでは充電できず完全に空になる前に充電しなければならない。</li>\r    <li>このエネループUSB<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%AF%E5%AD%90&amp;affid=21mTn15NlY\">端子</a>に給電する仕組みではなく、エネループに接続した<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%AF%E6%9C%AB&amp;affid=21mTn15NlY\">端末</a>側がエネループから電力を引っ張ることにより充電する。</li>\r</ul>\r<p>はぁ？意味がわからないんですが&hellip;通常電子が電位の高いところから低いところに流れる(移動する)ことにより充電できるのだと思っていたのですが&hellip;<br />\rと聞き直してみたが、同じことを繰り返すだけで理解できませんでした。</p>\r<p>後で考えたら以下のようになりました。<br />\rUSBの規格に上位と下位があるので<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%83%88%E3%82%B3%E3%83%AB&amp;affid=21mTn15NlY\">プロトコル</a>上端末側がエネループに対して送電要求を行わなければ充電できないということ<br />\r上記の理解で正しいでしょうか？詳しい方がおられましたらコメントでもください&hellip;</p>\r<p>取りあえず暇なときにSANYOに持ち込んでエネループが正しく動いているのかどうか確認してもらおうと思う。</p>',1,3707,1,0,'2010-02-07 21:07:45',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=USB%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">USBケーブル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Eneloop&amp;affid=21mTn15NlY\">Eneloop</a>\n<a href=\"http://www.amazon.co.jp/gp/product/B00185UT1G?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=B00185UT1G\">リトラクタブル U...</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%8D%E3%83%AB%E3%83%BC%E3%83%97&amp;affid=21mTn15NlY\">エネループ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%81%E3%82%A6%E3%83%A0%E3%82%A4%E3%82%AA%E3%83%B3%E3%83%90%E3%83%83%E3%83%86%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\">リチウムイオンバッテリー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=SANYO&amp;affid=21mTn15NlY\">SANYO</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ブランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">組み合わせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">ケーブル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA&amp;affid=21mTn15NlY\">アプリ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">チャージ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B2%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ゲージ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%86%E3%83%BC%E3%82%BF%E3%82%B9&amp;affid=21mTn15NlY\">ステータス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%AF%E5%AD%90&amp;affid=21mTn15NlY\">端子</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%AF%E6%9C%AB&amp;affid=21mTn15NlY\">端末</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%83%88%E3%82%B3%E3%83%AB&amp;affid=21mTn15NlY\">プロトコル</a>',0,1,1,0,0,'2011-04-26 12:44:37','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100114_foreland',3,0,'2010-01-14 13:33:33','01/14 フォーランドフォレックスを使ってみた',null,'<p>年末にすべてのポジションをいったん整理した後、相場はどんどん円安の方向に動いてかなりびっくりしていたのですが、日本などお休みの市場もあるわけで年明けになったら日本企業も取引を開始するからちょっと円高の方向に来るのかな？と楽観視してましたが&hellip;</p>\r<p>結局なかなか戻らなくて、そのときのちょっと下がったところで<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ランド</a>円を<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%99%BA%E6%B3%A8&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">発注</a>したんですよ。<br />\rランド円を発注したのは高い<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">スワップ</a>とスワップが決済なしに受け取れる<a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\" target=\"_blank\">フォーランド フォレックス</a>で発注ですね。<br />\rで、WEB画面を開けてみて最初に思ったのは<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%82%A4%E3%82%A2%E3%82%A6%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">レイアウト</a>と言い<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%85%8D%E8%89%B2&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">配色</a>と言い</p>\r<p><em><strong>古くさくてダサイ</strong></em></p>\r<p>まあ、取引に関係はないのですが、 システム上で目を引いたのはメニューにある「DOTEN<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%82%A9%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">クォート</a>」何だろうな？と思って<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%8B%E3%83%A5%E3%82%A2%E3%83%AB&amp;affid=21mTn15NlY\">マニュアル</a>を参照してみたら、保有建玉の売買ポジションを逆にする注文をしてくれるんですね。<br />\r自分の思っていた方向と反対の方向に相場が動き出して、買いじゃなくて売りで行った方が良いなと思ったときに使えそうかなって思ったけど決済してくれると同時に反転注文だったら使えそうなんだけど&hellip;<br />\r2回しないといけないのは変わらないので使う機会は個人的には少ないと思います。<br />\rほかには成り行き注文とクォート注文が分かれていたりするんだけど、分ける意味がわからん&hellip;<br />\rシステム的に精練されてないのかなと言う感じも受けましたね。</p>\r<p>でもでも、<a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\" target=\"_blank\">フォーランド フォレックス</a>の魅力はそこじゃないんです。<br />\r一言で言えばスワップが魅力なので一度おいしいところで注文してしまえば、後は放置ですよ。<br />\r<em><strong>ランド円の</strong></em><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\"><em><strong>スプレッド</strong></em></a><em><strong>が7(8)銭もある</strong></em><br />\rなんて状況でも許せる気がしちゃうのはスワップが高いからです。じゃなかったら発注しないと思います&hellip;</p>','<p>くろねこが発注した結果&hellip;</p>\r<table>\r    <tbody>\r        <tr>\r            <th width=\"100\" nowrap=\"nowrap\" class=\"label\"><nobr>通貨ペア</nobr></th>\r            <th width=\"80\" nowrap=\"nowrap\" class=\"label\"><nobr>売/買</nobr></th>\r            <th width=\"80\" nowrap=\"nowrap\" class=\"label\"><nobr>約定日時</nobr></th>\r            <th width=\"70\" nowrap=\"nowrap\" class=\"label\"><nobr>建玉数量</nobr></th>\r            <th width=\"70\" nowrap=\"nowrap\" class=\"label\"><nobr>約定レート</nobr></th>\r            <th width=\"70\" nowrap=\"nowrap\" class=\"label\"><nobr>評価レート</nobr></th>\r            <th width=\"70\" nowrap=\"nowrap\" class=\"label\"><nobr><a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A9%95%E4%BE%A1%E6%90%8D%E7%9B%8A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">評価損益</a></nobr></th>\r            <th width=\"85\" nowrap=\"nowrap\" class=\"label\"><nobr>スワップ累計</nobr></th>\r        </tr>\r        <tr class=\"odd\">\r            <td><nobr>南ア・ランド/円</nobr></td>\r            <td><nobr><span class=\"buy\">買</span></nobr></td>\r            <td><nobr>2010/01/08</nobr><br />\r            <nobr>22:30:12</nobr></td>\r            <td class=\"money\"><nobr><span class=\"positive\">50,000</span></nobr></td>\r            <td class=\"money\"><nobr><span class=\"positive\">12.45</span></nobr></td>\r            <td class=\"money\"><nobr><span class=\"positive\">12.39</span></nobr></td>\r            <td class=\"money\"><nobr><span class=\"negative\">-3,000</span></nobr></td>\r            <td class=\"money\"><nobr><span class=\"positive\">810</span></nobr></td>\r        </tr>\r    </tbody>\r</table>\r<p>となりました。</p>\r<p>長期放置を目指したいので、証拠金維持比率600％程度以上をキープしつつ、一昨日から昨日のように下がったところで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%B7%E3%81%84%E5%A2%97%E3%81%97&amp;affid=21mTn15NlY\">買い増し</a>できたら良いなぁと考えていますよ＞じゃあ何で一昨日買ってなかったの？と言うツッコミはおいといて&hellip;<br />\rとりあえず様子見なので&hellip;</p>\r<p>くろねこと一緒高いスワップポイントを狙おうと思う人は下のバナーをくりっく！。<br />\r<!-- TG-Affiliate Banner Space --> <a href=\"http://ad2.trafficgate.net/t/r/33/2152/23413_23413/\" target=\"_blank\"><img border=\"0\" alt=\"\" src=\"http://srv2.trafficgate.net/t/b/33/2152/23413_23413/\" /></a> <!-- /TG-Affiliate Banner Space --><a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\" target=\"_blank\"><br />\r</a></p>',1,2424,1,0,'2010-02-13 13:33:33',1,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%99%BA%E6%B3%A8&amp;affid=21mTn15NlY\">発注</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\">フォーランド フォレックス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%82%A4%E3%82%A2%E3%82%A6%E3%83%88&amp;affid=21mTn15NlY\">レイアウト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%85%8D%E8%89%B2&amp;affid=21mTn15NlY\">配色</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%82%A9%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">クォート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%8B%E3%83%A5%E3%82%A2%E3%83%AB&amp;affid=21mTn15NlY\">マニュアル</a>\n<a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\">フォーランド フォレックス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\">スプレッド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A9%95%E4%BE%A1%E6%90%8D%E7%9B%8A&amp;affid=21mTn15NlY\">評価損益</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%B7%E3%81%84%E5%A2%97%E3%81%97&amp;affid=21mTn15NlY\">買い増し</a>\n<a href=\"http://ad2.trafficgate.net/t/r/33/2152/23413_23413/\">http://ad2.trafficgate....</a>\n<a href=\"http://ad2.trafficgate.net/t/r/1/2152/23413_23413/\">http://ad2.trafficgate....</a>',0,1,1,0,0,'2010-01-29 03:52:55','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100114_new_willcom_planG',3,0,'2010-01-14 17:20:02','01/14 新ウィルコム定額プランG','','<p>新型スマートフォンの料金プランは専用プランになるらしい</p>\r<p>詳しくは<a href=\"https://store.willcom-inc.com/ec/faces/lstlscp003007/\">WILLCOM HYBRID ZERO3</a>のページに記載がある。<br />\rここによると新料金プランは&hellip;<br />\r月額：基本料金1,450円＋パケット通信料3G(0～5,250円)＋パケット通信料PHS(0～2,800円)<br />\rとなるみたいと言うことは&hellip;</p>\r<p><em><strong>新ウィルコム定額プランGは携帯各社と変わらない むしろ 高いぐらいじゃないのか？</strong></em></p>\r<p>パケット料5,250円と言うのは通常のケータイ会社のフルブラウザでの通信時と変わらないレベルだと感じる。<br />\rさらに、WILLCOM COREの使えるエリアは限定されているのでPHSとして使用しなければならないケースも多いだろう。すると実質的には+2,800円という感じになる人も多いと思うのだ。<br />\rWILLCOMのインフラ整備ができてないから3Gが使えないのに代替で使用するPHS料金も併せて取られるのはちょっと&hellip;思うのは自分だけなんだろうか？</p>','',1,3619,0,0,'2010-02-13 17:20:02',0,'<a href=\"https://store.willcom-inc.com/ec/faces/lstlscp003007/\">WILLCOM HYBRID ZERO3</a>',0,1,1,0,0,'2011-04-26 12:42:19','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100115_spread_in_foreland',3,0,'2010-01-15 11:38:43','01/15 このスプレッドって普通なんですか？',null,'<p>昨夜20:00くらいまでかな？ちょっと<a href=\"http://www.dismas.jp/dic/%E6%9B%96%E6%98%A7\" title=\"このキーワードを百科事典で調べる\">曖昧</a>なんだが、そのあたりまでは<a href=\"http://www.dismas.jp/dic/%E3%83%A9%E3%83%B3%E3%83%89\" title=\"このキーワードを百科事典で調べる\">ランド</a>円もドル円もと言うか対円通貨は全部上昇基調だったと思うんだが&hellip;</p>\r<p>何であんな指標ごときで2日分まるまる下がるんだ！</p>\r<p>12月米小売<a href=\"http://www.dismas.jp/dic/%E5%A3%B2%E4%B8%8A%E9%AB%98\" title=\"このキーワードを百科事典で調べる\">売上高</a>､予想より弱い 前月比0.3%減と言うのはどの程度ひどいのかよくわからんが&hellip;<br />\r米新規<a href=\"http://www.dismas.jp/dic/%E5%A4%B1%E6%A5%AD%E4%BF%9D%E9%99%BA\" title=\"このキーワードを百科事典で調べる\">失業保険</a>申請件数44.4万件と言うのは、予想よりは悪いかもしれんが、今までの状況から見てそれほど悪くはない。むしろかなりましな気がするのだが&hellip;<br />\r<a href=\"http://www.dismas.jp/dic/%E9%81%8E%E5%89%B0\" title=\"このキーワードを百科事典で調べる\">過剰</a>反応じゃないのか？</p>\r<p>またすぐにドル円は92円程度まで戻るんだ！ランド円は12.4円程度までは戻るんだと思ったが、結局証拠金維持比率が400～500％という状況では新たには買う気になれず。ただただ様子見ですわ！<br />\rと言う状況の中、くろねこは新たなランド円の注文を行っていた。<br />\r12.25円で買い。だが指標結果を受けて下降基調なのを知ると、12.2円にあっさり修正してしまう&hellip;<br />\r一昨日の最安値よりも低いので買えるはずが無い&hellip;</p>\r<p>仕事中に相場ばかり見ているわけにも行かないので&hellip;<br />\r帰ってきて確認してみたところ&hellip;</p>\r<p>えっ！ランド円の<a href=\"http://www.dismas.jp/dic/%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89\" title=\"このキーワードを百科事典で調べる\"><strong><em>スプレッド</em></strong></a><strong><em>が12銭</em></strong>、今もう一度確認してみるとそれでも<strong><em>スプレッド9銭</em></strong>&hellip;<br />\rどんだけ～<br />\rちなみに現在の<strong><em>くりっくのスプレッドが1.5銭</em></strong>、長期の<a href=\"http://www.dismas.jp/dic/%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97\" title=\"このキーワードを百科事典で調べる\">スワップ</a>狙いでないならこっちが俄然有利？<br />\rたとえば、ランド円でよくある10万通貨の取引だったとすると、購入時点で1万500円の違いが発生するわけだ。<br />\rこの差をスワップポイントで埋めようとすると、だいたい10万通貨での1日あたりのスワップポイントが350円だとして30日。約1月かかるわけだ。</p>\r<p>相当な覚悟が必要だねってことだね&hellip;</p>','',1,2532,1,0,'2010-02-14 11:38:43',0,'<a href=\"http://www.dismas.jp/dic/%E6%9B%96%E6%98%A7\">曖昧</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%A9%E3%83%B3%E3%83%89\">ランド</a>\n<a href=\"http://www.dismas.jp/dic/%E5%A3%B2%E4%B8%8A%E9%AB%98\">売上高</a>\n<a href=\"http://www.dismas.jp/dic/%E5%A4%B1%E6%A5%AD%E4%BF%9D%E9%99%BA\">失業保険</a>\n<a href=\"http://www.dismas.jp/dic/%E9%81%8E%E5%89%B0\">過剰</a>\n<a href=\"http://www.dismas.jp/dic/%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89\">スプレッド</a>\n<a href=\"http://www.dismas.jp/dic/%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97\">スワップ</a>',0,1,1,0,0,'2010-01-15 12:28:11','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100122_why',3,0,'2010-01-22 12:50:20','01/22 …なんでなんですかぁ～','','<p>最近バイトはほとんど夜勤です。たまに日勤で入るので調整のために寝る時間がすごく増えたり、非常に不適切な生活スタイルになっているので体調管理が非常に難しくなっている今日この頃です。</p>\r<p>さて、01-08 7時にUSD/JPYが93.64をつけるまで(4～6日はダウン傾向でしたが)総じて右肩上がりでしばらく92-93円台になってしまうのかなと感じていました。ですんで、そこから下がり始めて一度92.2-92.5で足踏みしているとき、これより下回ったところでドルを買おうと92円で10万の買いを立てて寝てしまったら&hellip;<br />朝(昼？)起きてチャートを見たら&hellip;</p>\r<p><em><strong>91円割れ！</strong></em><br /><br />だったので非常にびっくりしました＞＜；</p>','<p>そこから90.75程度まで下がって91円台を回復するまではらはらどきどきだったのですが、一時92円台を見せたときには安心して仕事をしていたら、休憩時間の15日0時には91円に戻ってるし&hellip;さらに悪化して<br /><br /><strong><em>90.3(01-19 17時頃)</em></strong></p>\r<p>こうなると、どこまで下がってもいけるか確認して自分を安心させる行為の繰り返しですね&hellip;<br />基本的に損切りをしませんのでこの時点でも92円で10万もってるわけですね。</p>\r<p>まあ、そこからぼちぼちとシティバンクの決算発表などで徐々に上がり始めて92円目前に差し迫ったので、ドル円は安心していたのですが&hellip;<br />今度はZAR/JPYが～って状況で、ちょっと前まではランドが12.4でも買いかな～って思っていたのが12.3になり12.2や12.1になり&hellip;<br /><br />今朝見たら、<strong><em>ドル円が89.8円・ランド円が11.9円</em></strong> くろねこピーンチです。</p>\r<p>本当にどうしようって感じで、ランド円が下がってきたからどこで買おうかな～なんて考えていた頃が懐かしい&hellip;っていうかそのほとんどがこの下落で買われちゃったので、01-19時点での状況より悪化しちゃった感じなんです＞＜；</p>\r<p>ほんとうにどうしましょ～～～</p>',1,2318,0,0,'2010-02-21 12:50:20',0,'',0,1,1,0,0,'2012-04-07 11:03:09','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100122',3,0,'2010-01-22 14:11:56','01/22 モデル系とかよくわからん…',null,'<p>FXの市況などを見ていると～系というのが出てくるけどいったい何なの？<br />\rと言うことで調べてみました。まあ、アジア系とか中東系とか言うのは地域のファンドと言うことで調べないけど&hellip;</p>\r<ul>\r    <li>モデル系<br />\r    テクニカル分析を重視し、短期売買を中心とした運用を行なうファンド。</li>\r</ul>','',1,1529,0,0,'2010-02-21 14:11:56',0,'',0,1,1,0,0,'2010-01-22 14:26:28','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100122_USDJPY90',3,0,'2010-01-22 14:47:11','01/22 90円台で停滞中',null,'<p>USDJPYが90円に回復、そのままそのあたりをうろうろ。</p>\r<p>指標予定を見ても</p>\r<ul>\r    <li>18:30　英12月小売売上高</li>\r    <li>19:00　ユーロ圏11月鉱工業新規受注</li>\r    <li>21:00　ゴンザレス＝パラモECB理事、講演</li>\r    <li>22:30　加11月小売売上高</li>\r    <li>22:30　加11月小売売上高（除自動車）</li>\r</ul>\r<p>とアメリカに関する指標予定がない！</p>\r<p>このまま大きな値動きもなく今週は終わりそうだ&hellip;<br />\rで今週はと書いて気づいた。週末と週明けは大きく値が動くときが多い。<br />\r特にくりっくはやばい！<br />\r証拠金比率維持に気をつけないと&hellip;</p>','',1,2259,0,0,'2010-02-21 14:47:11',0,'',0,1,1,0,0,'2010-01-22 14:51:09','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100122_RepairCost',3,0,'2010-01-22 18:07:27','01/22 先日の事故の修理費',null,'<p>先日の事故の修理代金がようやく確定しました＞＜；</p>\r<p>相手方の修理費用が272,000当方の修理費用が258,474でした。<br />\rやはり事故をするとちょっと当たっただけでも当たり所によっては結構かかるものなのですね＞＜；</p>\r<p>これからは今まで以上に注意して運転しないと。</p>','',1,2163,1,0,'2010-02-21 18:07:27',0,'',0,1,1,0,0,'2010-01-22 18:10:04','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100123_RandExchangeRateDevaluation',3,0,'2010-01-23 17:34:00','01/23 南アランドの切り下げが行われたら…',null,'<p>昨日というか昨晩から今朝にかけて南アランドの下落はかなり厳しいものでした。<br />\r<strong>オバマの政策案がこんな所にもこんなに大きく影響するんですね&hellip;。</strong>ちょっとオバマを恨みたくなるようなそんな心境です＞＜；</p>\r<p>来週は南アフリカにとって重要な指標がかなり多いみたいですが、一部では南アランドの50bpsの切り下げも見込まれているとか&hellip;<br />\r切り下げが行われたときどの程度相場は下がるのでしょうか？普段損切りを行わないくろねこも切り下げによって1円程度下がるとかが予想できるのであれば損切りの設定をしておかなければならないかな～と検討中です。<br />\r昨年9月に切り下げをしたばかりなのでしないのかすごく気になります。11.4円程度までの下落であれば損切りもせず不良在庫的な感じにはなりますが、維持できればスワップに影響はないのでこのまま保持したいとこなんですけどね～。<br />\rまあ、ポジションを維持できるかどうかは他のポジション特にドル円と大きく関係しているので、どちらかが大きく下がってくれば他方も維持するのは困難になりますね。余剰資金がもっとあれば証拠金をもっと裕福に出来るのですが&hellip;、たぶんそのときにはそれに併せてポジションを拡大しているのでしょうね。</p>\r<p>取りあえず、フォーランドの方はクイック入金がこの時間でもやっているのでちょこっとばかり入金しておきましたが、スター為替の方は月曜日までクイック入金のシステムが止まってしまうので出来ませんでした。<br />\r意外なところで各社のシステムの違いがわかるものですが、スター為替さんには土日もクイック入金を営業して欲しいですね＞＜；</p>\r<p>予定されている南アフリカの指標発表</p>\r<ol>\r    <li><strong>01-26 23：00 南アフリカ準備銀行（中央銀行）政策金利</strong></li>\r    <li>01-27 18：30 12月消費者物価指数（ＣＰＩ）（前月比）</li>\r    <li>01-27 18：30 12月消費者物価指数（ＣＰＩ）（前年同月比）</li>\r    <li>01-28 18：30 12月卸売物価指数（ＰＰＩ）（前月比）</li>\r    <li>01-28 18：30 12月卸売物価指数（ＰＰＩ）（前年同月比）</li>\r    <li>01-29 12月貿易収支</li>\r</ol>\r<p>&nbsp;26日がすごく重大なイベントでそこから重要度は落ちていくようですが、26日晩から27日の夕方までは心配ですね。<br />\r発表までの間もその予想でどんどん落ちていく心配があります～。</p>\r<p>はぁ～&hellip;</p>','',1,2285,1,0,'2010-02-22 17:34:00',0,'',0,1,1,0,0,'2010-01-27 10:13:36','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100126_inthelast2weeks',3,0,'2010-01-26 19:11:33','01/26 最近の相場は…',null,'<p>ここ2週間ほどの<em><strong>相場の動きは良くわかりません</strong></em>。</p>\r<p>何か指標が発表されるたびにあっちに動いたりこっちに動いたり、そのたびに円高になっていく そんな感じがします。<br />\r何かあるたびに円が買われるのは、円の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%94%BF%E7%AD%96%E9%87%91%E5%88%A9&amp;affid=21mTn15NlY\">政策金利</a>が0.1%でもう下がりようがない＝<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a>が少ないから買われるんですね＞＜；<br />\rでも、そんなリスクが低い円でも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=S%26P&amp;affid=21mTn15NlY\">S&amp;P</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%82%AF&amp;affid=21mTn15NlY\">ランク</a>付けが落ちると言うリスクがあって、今回はそこが下げられそうって言う話から一時的に円安になったと言うところでしょうか？<br />\rしかし、その一時的な円安も1時間ほどで帳消しに&hellip;</p>\r<p><strong>今週は手を出さない方が安心</strong>なのかもしれませんが、すでに<strong>持っているポジションは円高に動いてもらうと困る</strong>ものばかり&hellip;</p>\r<p>フォーランドフォレックスでは新規のポジションを注文できなくなったので反対売買が出来ず、これ以上下がれば売っちゃうか新たに証拠金を追加するしかない状況。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>さえ起きなければ別に儲からなくても良いんですが、ロスカットが怖いですね。</p>\r<p>現在証拠金がフォーランドが220％前後、スター為替が240％前後です＞＜；</p>\r<p><em><strong>400％は維持したかった</strong></em>＞＜；</p>','',1,2287,0,0,'2010-02-25 19:11:33',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%94%BF%E7%AD%96%E9%87%91%E5%88%A9&amp;affid=21mTn15NlY\">政策金利</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=S%26P&amp;affid=21mTn15NlY\">S&amp;P</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%82%AF&amp;affid=21mTn15NlY\">ランク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>',0,1,1,0,0,'2010-01-27 10:12:36','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100126_RandRate7',3,0,'2010-01-26 22:01:44','01/26 南ア政策金利7.00%で据え置き',null,'<p>南ア政策金利発表がありました。おおかたの市場予想どおりの展開で7.00％で据え置だったようです。</p>\r<p>今日も下落志向の南アランドというかクロス円ですが、南アランド購入者としては一つ節目を越えたわけで&hellip;<br />\r残るは明日の<strong>12月消費者物価指数（ＣＰＩ）</strong>と米国の<strong>米連邦公開市場委員会（ＦＯＭＣ）議事要旨</strong>ってやつでしょうか？</p>\r<p>今週は方向性が無い感じですが、こらえていきたいと思いますね。<br />\rここをこらえれば、92円のドル円も12.4円で買ったランドも安心できる日が来そうです&hellip;</p>\r<p><strong>&uarr;はあくまで一個人の単なる願いです。あしからず&hellip;</strong></p>','',1,2759,1,0,'2010-02-25 22:01:44',0,'',0,1,1,0,0,'2010-01-27 03:23:59','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100127_USDJPY',3,0,'2010-01-27 01:42:15','01/27 ドル円は89.3がサポート？',null,'<p>今日もドル円は下落方向でも89.3あたりがサポートなのかな～。</p>\r<p>92円の買いポジションもずっと持ったまま損切りするならとっくにしてないとおかしい状況&hellip;。<br />\rと言いつつ、突発的な暴落に備えて一応89円で売り注文は用意した。<br />\rしかし、このラインを割って欲しくはないが、意志が弱くて売り注文を取り消しても88円くらいまでは耐えられそう&hellip;。<br />\r最悪のケースだと84円台まで下がるのかな？そうなりそうならやはり途中で売らないと＞＜；<br />\r89.3円がサポートになってくれるなら、93円程度まで上がるのを待つのだが&hellip;<br />\r取りあえずは目先の90円台を回復して欲しいところ。</p>\r<p>しかし、買ったのがユーロ円でなくてまだましだったと思いたい。ユーロ円だとどこまで下がるかドル円よりも見えて無くて、最悪のケースだと120円程度まで下がるのかなぁ～って感じですし。</p>\r<p>まあ、今週は様子見です。<br />\rランドもドルも下がったところで買いたいな～という気持ちはあるのですが、買ったらすごくやばそうな気がして買えません&hellip;。</p>','',1,2245,1,0,'2010-02-26 01:42:15',0,'',0,1,1,0,0,'2010-01-27 03:37:14','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100127_application',3,0,'2010-01-27 16:55:49','01/27 Delphi経験技術者募集の案件に応募',null,'<p>休職手当と毎日あるかどうかわからない日雇いのアルバイトでは生活の安定が図れず、昨年からちょくちょく就職情報サイトを覗いては応募を繰り返していたが&hellip;</p>\r<p>今回Delphi経験技術者の急募があった。</p>\r<p>取りあえずうまく書類選考でも通ればよいが&hellip;<br />\rDelphiも下火になってきて久しく、Delphi技術者を募集してくれる企業自体が少ない。<br />\rDelphiの技術力をべースとしてそのほかのWEBや.netにもチャレンジして自分の可能性をもっと引き出していきたいものである。</p>\r<p>ここをみた人、くろねこがうまく転職できるように祈ってちょうだい！</p>','',1,3092,1,0,'2010-02-26 16:55:49',0,'',0,1,1,0,0,'2010-01-27 17:02:27','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100127',3,0,'2010-01-27 17:03:16','01/27 クロス円売りが一服',null,'<p>先ほどまで続いていたドル円を含む<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%82%B9%E5%86%86&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">クロス円</a>の下落が一服したようです。</p>\r<p>本当に最近の相場は自身のポジションの位置づけと相まってハラハラドキドキものです。<br />\r乱降下に中に思ったんですが、89円とかそう言う切りの良い数字ってみんな売り買いの指標にしやすいから、そのあたりは買い注文や売り注文が多そう。だからそこの様子を見てから<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">損切り</a>しても良いかと思って損切りの<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">レート</a>を88.8円に変更。</p>\r<p>いつも書くことだけど、本当は損切りなんてしたくはないんだ！<br />\rだから、お願い！</p>\r<p>取りあえずドル円は90円、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ランド</a>円は12円まで戻ってよ～</p>\r<p>でも、最近のパターンとして一服したと思って油断しているとまた乱降下してたりするんで、寝不足気味なんです＞＜；<br />\rいつまで続くんでしょうかね～はぁ～</p>','',1,2637,1,0,'2010-02-26 17:03:16',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%82%B9%E5%86%86&amp;affid=21mTn15NlY\">クロス円</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>',0,1,1,0,0,'2010-01-27 17:10:40','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100127_ZARJPY',3,0,'2010-01-27 18:34:15','01/27 12月消費者物価指数（ＣＰＩ）は市場予想を下回る',null,'<p>12月<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B6%88%E8%B2%BB%E8%80%85%E7%89%A9%E4%BE%A1%E6%8C%87%E6%95%B0&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">消費者物価指数</a>（ＣＰＩ）は市場予想を下回ってしまいました。まあ予想できたことなんですが&hellip;</p>\r<p>17：00すぎから他の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%82%B9%E5%86%86&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">クロス円</a>は若干の回復基調にあったのに<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ランド</a>円だけは11.7円べったり、12月消費者物価指数（ＣＰＩ）を待っていたんだとは思いましたが、それでも発表前に若干上がってくる様子を見ると市場はプラス予想を期待していたと言うことでしょうか？</p>\r<p>先月もさんざん騙された(?)のにまだ市場予想を上回るとか&hellip;<br />\rてか誰が予想しているのですか？</p>\r<p>しかし、くろねこに言わせれば12月消費者物価指数（ＣＰＩ）は&hellip;<br />\r<em><strong>前月比も前年同月比もともに前回値を上回ったじゃないですか！</strong></em></p>\r<p>例えそれが<a href=\"http://www.dismas.jp/aff/index.php?title=FIFA%E3%83%AF%E3%83%BC%E3%83%AB%E3%83%89%E3%82%AB%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">FIFAワールドカップ</a>による一時的なものだとしても、それを契機として<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%8C%E6%B8%88%E7%99%BA%E5%B1%95&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">経済発展</a>に活かせば&hellip;<br />\rそれが<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AF%E3%83%BC%E3%83%AB%E3%83%89%E3%82%AB%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ワールドカップ</a>の誘致目的じゃないの？</p>\r<p>11.7をそこに徐々にでも回復してくれると良いね</p>\r<p>あとはFOMCの発表待ちですか&hellip;</p>','',1,2773,0,0,'2010-02-26 18:34:15',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B6%88%E8%B2%BB%E8%80%85%E7%89%A9%E4%BE%A1%E6%8C%87%E6%95%B0&amp;affid=21mTn15NlY\">消費者物価指数</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%82%B9%E5%86%86&amp;affid=21mTn15NlY\">クロス円</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=FIFA%E3%83%AF%E3%83%BC%E3%83%AB%E3%83%89%E3%82%AB%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">FIFAワールドカップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%8C%E6%B8%88%E7%99%BA%E5%B1%95&amp;affid=21mTn15NlY\">経済発展</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AF%E3%83%BC%E3%83%AB%E3%83%89%E3%82%AB%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ワールドカップ</a>',0,1,1,0,0,'2010-01-27 18:43:52','html',1,1,null,null,0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100128_fomc',3,0,'2010-01-28 07:15:31','01/28 FOMC直前に起きようとおもったら…',null,'<p>FOMC直前に起きようとおもったら、発表時間28:15を28:30と勘違いして目覚ましを4:25にセットしていました＞＜；<br />\r起きたら相場が上昇していたので、「あれ？」と思いつつニュースに目をやると&hellip;</p>\r<p>すでに発表は終わっていました。</p>\r<p>89.9で反対売買の売り注文を出していたのですが、なかなかヒットしなくて89.7に変えていたのですが&hellip;<br />\r結果的には変えない方がよかったようです＞＜；</p>\r<p>相場はその後89.9あたりまで上昇、その後そこで安定&hellip;<br />\rこの後どうなるものか、様子を見て処分します～</p>\r<p class=\"add\">自動的に処分されてました＞＜；<br />\r90.2を上回ったところでS/L買いを設定していたので&hellip;<br />\rまあ、2万5千円で済んで良かったのでしょうか&hellip;。もっと早く同じことをしていれば儲かったのに&hellip;。<br />\r今回の件でスター為替さんに必要証拠金について問い合わせたら両建ての場合は、どちらか多い方の必要証拠金が適用されるとかで&hellip;<br />\r結構両建てをする際の敷居は低そうです。</p>','',1,2295,0,0,'2010-02-27 07:15:31',0,'',0,1,1,0,0,'2010-01-28 19:46:50','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100128_selectedforaninterview',3,0,'2010-01-28 16:16:28','01/28 取りあえず書類選考突破',null,'<p>先日応募した企業から書類選考通過のお知らせが！</p>\r<p>取りあえず、アルバイト先が「日曜日に夜勤の可能性がある」とのことなのでその連絡を受けてから、面接日程を返事しよう。</p>\r<p>面接も無事に通ると良いんだけどな。<br />\r新しい職場はわくわくですね。今度の会社はDelphi以外にもWEB系や.net系も手がけているみたいで&hellip;<br />\rでも、特に面接対策なんてしないですよ？ありのままの自分を見てもらって、判断してもらって採用してもらいたいです。<br />\rパテで塗り重ねた虚像の自分を見てもらって採用されてもねぇ。<br />\rでも、自分を正確に相手にうまく伝えるという練習は必要ですね&hellip;。今からじゃ遅いかも&hellip;。</p>','',1,2603,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-01-29 17:47:43','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100129_TraPadToDefault',3,0,'2010-01-29 07:41:14','TeraPadを規定のプログラムにする方法',null,'<p>テキストファイルにTeraPadを規定のプログラムとして割り当てる方法のご紹介です。(テキストファイル以外でも使えるかも)<br />\rレジストリを作成します。</p>\r<p><em>[注意]<br />\rレジストリに不正な値を書き込んでしまうと、システムに重大な障害を及ぼし、最悪の場合、 システムの再インストールを余儀なくされることもあります。レジストリエディタの操作は 慎重に行うとともに、あくまで御自分のリスクで操作を行ってください。何らかの障害が 発生した場合でも、責任を負いかねます。ご了承ください。</em></p>\r<p>『レジストリエディタ』を起動させましょう。デスクトップのタスクバーの[スタート]ボタンを クリック。現れたメニューの[ファイル名を指定して実行(R)...]の上にマウスポインターを移動 させてクリック。｢ファイル名を指定して実行｣ウィンドウが表示されたら、&quot;REGEDIT&quot;と入力し て、「OK」ボタンをクリックします。<br />\r次のキーを作成します。</p>\r<blockquote>HKEY_LOCAL_MACHINE&#092;Software&#092;Microsoft&#092;Internet Explorer&#092;View Source  Editor&#092;Editor Name</blockquote>\r<p>値にはTeraPad.exeへのフルパスを入力します。<br />\r32bit 例)&quot;C:&#092;Program  Files&#092;TeraPad&#092;TeraPad.exe&quot;<br />\r64bit 例)&quot;C:&#092;Program  Files (x86)&#092;TeraPad&#092;TeraPad.exe&quot;</p>\r<p>※OSインストールして特に追加してなければ、View Source  Editor のキーもEditor Name無いので作成する必要がある</p>\r<p>後は、エクスプローラからの操作</p>\r<ol>\r    <li>適当なテキストファイ ルを右クリック</li>\r    <li>「プログラムから開く」&rarr;「既定のプログラムの選択」を選択</li>\r    <li>「ファイルを開くプログラムの選択」ダイアログで\r    <ol>\r        <li>「この種類のファイ ルを開くときは、選択したプログラムをいつも使う」欄にチェック</li>\r        <li>「参照」ボタンをクリック</li>\r        <li>「TeraPad」を選択</li>\r    </ol>\r    </li>\r</ol>','',1,6562,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-01-29 15:32:45','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100131_chage_to_WILLCOM03',3,0,'2010-01-31 18:59:31','01/31 WILLCOM 03のモバイルで充電できる組み合わせ','','<p>前回試したEneloop Mobile booster と <a href=\"http://www.amazon.co.jp/gp/product/B00185UT1G?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=B00185UT1G\">リ トラクタブル USBケーブル(Micro-USB Bタイプ) RCUMBC</a> の組み合わせは充電できなかった。<br />\r今回、別の会社の充電専用ケーブルを購入したので試してみたい。</p>\r<p>購入したのはRASTA BANANA の携帯電話用 USB充電専用コード L型プラグ(型番:RB8HB04)と言うもの<br />\r(Joshinで575円にて購入)</p>\r<p>これとEneloop Mobile booster(KBC-L2AS)の組み合わせは充電できるのか？</p>','<p>結果、充電できた。</p>\r<p>今後、買われる人が居たらこの組み合わせで試していただくとよいのではないだろうか？<br />\r個体差があるかもしれないので絶対充電できると言う保証はくろねこの方ではしないのでよろしくお願いしたい。<br />\r単なる1検証結果の報告と受け止めていただければ幸いである。</p>',1,3871,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.amazon.co.jp/gp/product/B00185UT1G?ie=UTF8&amp;tag=blackcatlab-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=B00185UT1G\">リ トラクタブル ...</a>',0,1,0,0,0,'2011-04-26 12:41:38','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100204_coming_soon',3,0,'2010-02-04 22:57:09','02/04 もうすぐ',null,'<p>Holybellで育てていたウーがティーンになり、コクーンとなって3ヶ月位でしょうか？</p>\r<p>長いようで結構早いような、そんな気もしますがレベルが78.8となり、成体が目前に近づいてきました！<br />\rほかキャラから集めた資金も残り180k程度となりましたが、この金がつきるまではコクーンで育成してLv100迄位あげられると良いんだけど&hellip;<br />\r稼ぎに行かないと難しいところですね。</p>\r<p>早く、成体にしたいと思う気持ちとなるべく後が楽なようにレベルを上げておきたいという気持ちと葛藤中です。</p>\r<p>以下、おまけ</p>','<p>ウーティーンからコクーンへ</p>\r<object height=\"344\" width=\"425\">\r<param name=\"movie\" value=\"http://www.youtube.com/v/X5XANCrR1kY&amp;hl=ja&amp;fs=1\" />\r<param name=\"allowFullScreen\" value=\"true\" />\r<param name=\"allowscriptaccess\" value=\"always\" /><embed height=\"344\" width=\"425\" src=\"http://www.youtube.com/v/X5XANCrR1kY&amp;hl=ja&amp;fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>',1,2813,0,2,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-02-05 00:41:19','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100205_down',3,0,'2010-02-05 02:34:21','02/05 今日のこの下げ方は無いわ…',null,'<p>もう眠たいから長くはかかないけど(後で書き直すかもだけど)、今日の下落はひどいわ！怖いわ！注文の修正が間に合わないわ</p>\r<p>泣けてくるわ！</p>\r<p>スター為替に口座を開いてから昨日までは黒字だったんだけど、今日赤字に転落したわ！(確定分で、評価額だったら先月から赤字だったんだけどね＞＜；)</p>','',1,2190,3,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-02-05 02:37:01','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100210_ChangeStrain',3,0,'2010-02-10 23:50:08','02/10 種族変更します！',null,'<p>うちのベルダンディーは回避モニ賢者として活動してきましたが、回避より集中の方が賢者として活きること、回避を取らないのであればモニである必要性が無いのでコグに種族変更します。</p>\r<p>元々モニにしたのは、mobの攻撃など<br />\r<strong><em>当たらなければどうということはない！</em></strong><br />\rと言う考えからでしたが、やはり魔法や、DOTで詠唱妨害されるのはつらいですね。</p>\r<p>あと、集中は詠唱妨害だけだと考えていたのですが実は詠唱速度にも影響を与えていたとあって、生存率の観点からも「敵の攻撃の間に詠唱が完了することが永存率を上げる」という考えに基づいて種族変更にいたったわけです。</p>','',1,2283,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-02-12 03:07:25','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100211_ChangeStrain',3,0,'2010-02-12 18:15:59','02/11 種族変更～',null,'<p>種族変更しましたよ！</p>\r<p>予想通りの地味な変身ですね。<br />\r横山ノックじゃないですが、派手に<strong>魅惑の変身</strong>をしてもらいたかったのですが&hellip;</p>\r<p>コグネェに変わったら回避が下がりましたね。HPとSTも<br />\r代わりに魔力はダントツに上がりましたが&hellip;</p>\r<p>種族で言うとコグは能力的に一番選択したくなかったんですがね。補正値がトータルでマイナスになる唯一の種族ですからね～。<br />\r姿ではパンダにはなりたくなかったので全く作っていないんですがね。</p>\r<p>この変更が吉と出るか凶と出るか、これからスキル変更してみないとわからないところですね。</p>','<p>&darr;種族変更の様子。アドリアさんにお願いしたですよ。<br />\r&nbsp;</p>\r<p>※Windows7になってミキサーが無くなったおかげで音がとれなくなりましたね。<br />\r激安サウンドカードでも買ってくるしかないのでしょうか？</p>',1,2500,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-02-12 18:30:46','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100212_Evolution',3,0,'2010-02-12 18:31:32','02/12 コクーンがワイに進化しましたよ',null,'<p>コクーンからワイバーンへ進化しましたよ！<br />\r<br />\r消費インゴットを計算するために動画を撮っていたのですが&hellip;<br />\rインゴットを60個を消費しても進化しなかったので、リログ＆ケイジへの出し入れを行って気分のリセットを行ったら動画を撮るのもリセットされていました。<br />\rなのでこの前の「ウー コクーン &rarr; ワイバーン コクーン」と言う進化過程は別動画ですねハイ。しかも進化の瞬間は上記リセットのために動画には入ってません&hellip;<br />\r動画は「ワイバーン コクーン &rarr; ワイバーンです」</p>\r<p>コクーンからなかなか進化しなくて&hellip;<br />\r60個使っても進化しなくて、そこからリログ＆ケイジに1回格納をしたら7個でワイバーン コクーンに進化<br />\rそこから12個でワイバーンに進化ですね&hellip;</p>\r<p>他の人は20個位で進化してるようなのに、何でこんなに運が悪いんでしょうかね。</p>','<p>進化の瞬間をとらえました～</p>\r<object height=\"344\" width=\"425\">\r<param name=\"movie\" value=\"http://www.youtube.com/v/V4QcttyH4Ks&amp;hl=ja&amp;fs=1\" />\r<param name=\"allowFullScreen\" value=\"true\" />\r<param name=\"allowscriptaccess\" value=\"always\" /><embed height=\"344\" width=\"425\" src=\"http://www.youtube.com/v/V4QcttyH4Ks&amp;hl=ja&amp;fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>',1,3039,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-02-12 19:53:47','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100217_ZAR_HeatUP',3,0,'2010-02-17 23:13:11','02/17 ランド円が急上昇 びっくりですね！',null,'<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>円が急伸。22時時点では11.90-95円と20時時点(11.78円)と比べて12銭程度のランド高水準となった。</p>\r<p>理由は、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%8D%97%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">南アフリカ</a>政府が、「<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%83%95%E3%83%AC%E3%82%BF%E3%83%BC%E3%82%B2%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">インフレターゲット</a>を3-6％で維持するほか、2011年の財政<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\">赤字</a>が対ＧＤＰ比で6.2％となる」との見通しを発表したからだそうだが&hellip;<br />\r前回の会議で利下げ予想とかでてたのに&hellip;<br />\rさらに下がるのか？とか戦々恐々としていた日々は？</p>\r<p>この数日ランドが上がったり下がったりしながらも、右肩上がり方向の雰囲気がでてたから、昨日2枚持っていたランドの1枚を売って、12,000円ほど儲けてちょっとうれしくって、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>は予約トレールを11.85円に設定しておいた(トレール幅0.03)。(11.8円に設定しておいたのだが、もっとも儲かりそうだと18時頃変更したのは内緒)<br />\r<br />\r21時頃<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B8%B0%E5%AE%85&amp;affid=21mTn15NlY\">帰宅</a>してご飯を食べてPCの前に座ったのが22時過ぎ&hellip;<br />\r普段<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>が来ない<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%BA%E5%B8%AF%E9%9B%BB%E8%A9%B1&amp;affid=21mTn15NlY\">携帯電話</a>にメールが来てる！と思ってみたらランド円が約定していた&hellip;<br />\r<strong>PCでチェックすると<em>現在11.970円、約定したのは11.895円</em>&hellip;しまった～＞＜；</strong><br />\r放置していた方が儲かっていたじゃないか～と思っても後の祭り。<br />\r<br />\rこうして<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">ブログ</a>を書いている最中にももう一通メールが&hellip;<br />\rランド円のヒットメール&hellip;<strong>現在ランド円12.000円</strong>ですね&hellip;</p>\r<p><em><strong>完全に南アフリカ政府に翻弄されてます。はぃ。</strong></em></p>\r<p>現在ドルも高騰してきてますが、91.1円程度が売り時でしょうか？<br />\r91.1円と91.2円から予約トレールが開始されます。(2月最初に92円で買ったやつね)<br />\r<strong>もう、1回損をしてもこの後下がるだろうから一度売って買い直そうって思ってるんだけど、うまくいくかな？<br />\rランド円も同じように買い直しを考えていたんだけど、当分無理そうね。</strong></p>\r<p><strong><em>ランド円は、11.7円程度に下がるのを気長に</em></strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%85%E3%81%A4%E3%82%8F&amp;affid=21mTn15NlY\"><strong><em>待つわ</em></strong></a><strong><em>!!!</em></strong></p>','',1,2270,2,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8D%97%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">南アフリカ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%83%95%E3%83%AC%E3%82%BF%E3%83%BC%E3%82%B2%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">インフレターゲット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B5%A4%E5%AD%97&amp;affid=21mTn15NlY\">赤字</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B8%B0%E5%AE%85&amp;affid=21mTn15NlY\">帰宅</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%BA%E5%B8%AF%E9%9B%BB%E8%A9%B1&amp;affid=21mTn15NlY\">携帯電話</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">ブログ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%85%E3%81%A4%E3%82%8F&amp;affid=21mTn15NlY\">待つわ</a>',0,1,0,0,0,'2010-02-17 23:38:14','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100222_gothic_accessories',3,0,'2010-02-22 18:08:47','02/22 ゴシックアクセ 衝動買い？',null,'<p>衝動買い？ゴシックアクセを手に入れてしまいました。</p>\r<p>先日FoFのCHでゴシックアクセの話をしていて、ガチャから消える前位が安くなるらしく、そのあたりが買い時みないなお話があったのですが&hellip;<br />\r思い立ったら吉日生活な私、早速CHを立ててしまったのですね。</p>\r<p>セットで400kの買いCHを立てておいて、この隙に<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%A8%8E%E5%8B%99%E7%BD%B2&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">税務署</a>へ質問をしにGo。<br />\r2つ質問があって1件は「<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%86%E9%9B%A2%E8%AA%B2%E7%A8%8E&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">分離課税</a>の申告の必要有無」もう1件は「<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E5%AE%85%E3%83%AD%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">住宅ローン</a><a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B8%9B%E7%A8%8E&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">減税</a>の2年目以降の記入方法」</p>\r<p>聞いて帰ってきたら、返事が入ってました。<br />\rが、tellしたらおられないのでしばらく待ってたんですが&hellip;</p>\r<p>すると、もう一件お返事が、先ほどの方の購入分のお金をおいておかないといけないのでどうしようかと考えながら、お金を持ってるキャラからお金を集めよう！そう思って起動したら&hellip;</p>\r<p><strong>ちょうど、時石購入のAUCが！</strong> ついてます！</p>\r<p>即販売しちゃいました。と言っても相手がLDしてしまったので、取引相手の方には待っていただきましたが&hellip;</p>\r<p>で、購入できた<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B5%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">アクセサリー</a>はこちら&hellip;</p>','<p><img width=\"98\" height=\"48\" src=\"http://www.blackcat.xyz/images/articles/moe100222_gothic_accessories_1.png\" alt=\"\"><br />\rゴシックリング＆イヤリング<br />\r性能は魔力+3、詠唱速度-3と結構な性能 しかも高耐久の22/22</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe100222_gothic_accessories_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100222_gothic_accessories_2.png\" alt=\"\"></a><br />\rゴシックイヤリング装備例</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/moe100222_gothic_accessories_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100222_gothic_accessories_3.png\" alt=\"\"></a><br />\rゴシックリング装備例</p>\r<p><br />\rここで我に返ってしまいました。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B4%E3%82%B7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ゴシック</a>リングが必要なテイマーって&hellip;</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A7%A6%E5%AA%92&amp;affid=21mTn15NlY\"><strong><em>触媒</em></strong></a><strong><em>があほほど必要な</em></strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%91%E3%83%AB%E3%82%BF&amp;affid=21mTn15NlY\"><strong><em>スパルタ</em></strong></a><strong><em>育成中!!!</em></strong></p>\r<p>だと言うことなんですね。<br />\rそんな育成は余裕がなさ過ぎで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ペット</a>を死なせそうで怖いですね。<br />\rあっ、そのためのゴシックリングによる余裕なのか&hellip;</p>',1,2819,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%A8%8E%E5%8B%99%E7%BD%B2&amp;affid=21mTn15NlY\">税務署</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%86%E9%9B%A2%E8%AA%B2%E7%A8%8E&amp;affid=21mTn15NlY\">分離課税</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%8F%E5%AE%85%E3%83%AD%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">住宅ローン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B8%9B%E7%A8%8E&amp;affid=21mTn15NlY\">減税</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B5%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\">アクセサリー</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100222_gothic_accessories_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100222_gothic_accessories_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B4%E3%82%B7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ゴシック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A7%A6%E5%AA%92&amp;affid=21mTn15NlY\">触媒</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%91%E3%83%AB%E3%82%BF&amp;affid=21mTn15NlY\">スパルタ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ペット</a>',0,1,0,0,0,'2010-02-23 07:25:32','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx1002222_status',3,0,'2010-02-22 20:16:26','02/22 ランド円は11.7円を気長に待つわ と言ってましたが…',null,'<p><a href=\"http://www.dismas.jp/dic/%E3%83%A9%E3%83%B3%E3%83%89\" title=\"このキーワードを百科事典で調べる\">ランド</a>円は11.7円を気長に待つわ と言ってましたが、何のポジションもないとすごく寂しいもので&hellip;</p>\r<p><a href=\"http://www.dismas.jp/dic/%E6%8A%95%E8%B3%87%E5%AE%B6\" title=\"このキーワードを百科事典で調べる\">投資家</a>の注文状況や大手銀行の予想レンジを見ながら下記のような注文を&hellip;</p>\r<p>ドル円 買 91.00(5), 90.50(5)<br />\rランド円 買 11.90(1), 11.85(1), 11.80(1)<br />\r<a href=\"http://www.dismas.jp/dic/%E8%B1%AA%E3%83%89%E3%83%AB\" title=\"このキーワードを百科事典で調べる\">豪ドル</a> 買 82.35(5), 81.50(5)</p>\r<p>いっぱい注文してしまいました＞＜；</p>','<p>で、ご飯を食べ終わったら携帯が鳴ってます&hellip;</p>\r<p>なのでPCを見ると&hellip;</p>\r<p>豪ドルが、<a href=\"http://www.dismas.jp/dic/%E3%83%96%E3%83%AD%E3%82%B0\" title=\"このキーワードを百科事典で調べる\">ブログ</a>を書いてるとランド円が&hellip;<br />\rでも、どんどん下がっていくような状態なのでうれしいのか、ちょびっと損した感じなのか？複雑感じです&hellip;</p>\r<p>また上がれば、良い感じなのですがね。</p>\r<p>そう言えば、先日all aboutで気になる記事を発見しました。<br />\r<a href=\"http://www.dismas.jp/dic/%E6%90%8D%E5%88%87%E3%82%8A\" title=\"このキーワードを百科事典で調べる\">損切り</a>についてかかれていました。実は損切りしない方が儲かるんだとか。<br />\r2月最初に買って先日<a href=\"http://www.dismas.jp/dic/%E5%90%AB%E3%81%BF%E6%90%8D\" title=\"このキーワードを百科事典で調べる\">含み損</a>を持ちながら売ってしまったドル円と、ランド円。これも損切りしない方が儲かっていましたね。</p>\r<p>でも、損切りをしないと一昨年の<a href=\"http://www.dismas.jp/dic/%E3%83%AA%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%82%AF\" title=\"このキーワードを百科事典で調べる\">リーマンショック</a>のようなああいった大暴落には対応できないのでしょうね。<br />\rまあ、あれは<a href=\"http://www.dismas.jp/dic/%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88\" title=\"このキーワードを百科事典で調べる\">ロスカット</a>で引っかかるとは思いますが、あれを耐えるような運用をしていればそれはそれで運用が間違ってますよね。</p>\r<p class=\"add\">10-02-22 22:12 追記<br />\rランド円がどんどん下がってきていたので、11.85の注文を11.3&rarr;11.2と下げていったら&hellip;<br />\rちょうど11.3で折り返して上がっていきました。<br />\rおしぃ～～～</p>',1,2285,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/dic/%E3%83%A9%E3%83%B3%E3%83%89\">ランド</a>\n<a href=\"http://www.dismas.jp/dic/%E6%8A%95%E8%B3%87%E5%AE%B6\">投資家</a>\n<a href=\"http://www.dismas.jp/dic/%E8%B1%AA%E3%83%89%E3%83%AB\">豪ドル</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%96%E3%83%AD%E3%82%B0\">ブログ</a>\n<a href=\"http://www.dismas.jp/dic/%E6%90%8D%E5%88%87%E3%82%8A\">損切り</a>\n<a href=\"http://www.dismas.jp/dic/%E5%90%AB%E3%81%BF%E6%90%8D\">含み損</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%AA%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%82%AF\">リーマンショック</a>\n<a href=\"http://www.dismas.jp/dic/%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88\">ロスカット</a>',0,1,0,0,0,'2010-02-22 22:17:30','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100224_crossYen_down',3,0,'2010-02-24 00:20:47','02/24 あわわわわ',null,'<p>最近大戦略で遊んでるくろねこです。</p>\r<p>0時前になったので、基地の本部施設から資金を集める作業をしていたのですが、終わって時計を見たら0:02。<br />\r確か0時<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A3%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ジャスト</a>に米国の指標発表があったよな？っと思って隠れていた<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">スター</a>為替のサイトに目をやると&hellip;<br />\r<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">豪ドル</a>がめっちゃ下がってる!!!</p>\r<p><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">チャート</a>を見てみると、資源国通貨もドルも下がってる。</p>\r<p><em><strong>(ﾉ&forall;｀)ｱﾁｬｰ</strong></em></p>\r<p>また、悪夢を見てしまったようです。<br />\r<strong>豪ドルは81円割れの80.82円、</strong><a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\"><strong>ランド</strong></a><strong>は11.565円、ドル円は90.26円</strong></p>','<p>くろねこ的にランドにそれほど脅威を感じていません。ほっといても<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">スワップ</a>がかなりのスワップが発生する結構おいしい通貨<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%82%A2&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ペア</a>(<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">組み合わせ</a>)なので、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ロスカット</a>が生じなければ「放っておけばよい」と言うスタンスですし、ランド円なんか下がっても11円まででしょうから(おおむね11.4円迄でしょうね)。<br />\r<br />\r怖いのは豪ドル円ですね。平気で1日数円下げてきますから、さらにそれが数日。<br />\rその気になれば76円くらいまで下げてきますよね。今から約4-5 円。こうなると耐えられないな～って感じなのでどこかで<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">損切り</a>を検討しないといけなくなっちゃう。<br />\rドル円は<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9F%BA%E8%BB%B8%E9%80%9A%E8%B2%A8&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">基軸通貨</a>だけあってまだましで、おおむね下がっても88円。さらに下に行くと86円くらい まで下がるんでしょうけど、今はなさそうですね。</p>\r<p>なので、今保有している枚数的にも豪ドルでかなりのピンチを迎えているくろねこです。</p>\r<p>指標発表前のちょっと儲かってるときに辞めておけば良かったかな？って手数料で消えるような利益だとなかなか売らないですよね。</p>\r<p><strong>しかし、いつも思うんですがこういうときこそ買い時なんですよね。<br />\rでも、いつもこういうときに限って含み損だらけで買うお金がないという&hellip;</strong></p>\r<p><em><strong>困ったものです！</strong></em></p>',1,2522,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A3%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">ジャスト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">スター</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%82%A2&amp;affid=21mTn15NlY\">ペア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">組み合わせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9F%BA%E8%BB%B8%E9%80%9A%E8%B2%A8&amp;affid=21mTn15NlY\">基軸通貨</a>',0,1,0,0,0,'2010-02-24 00:47:51','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100224_down_trend',3,0,'2010-02-24 02:58:20','02/24 まだ豪ドルは徐々に下げている',null,'<p>まだ豪ドルは徐々に下げている状態でしょうか？</p>\r<p>ブログを書き始めたときが80円直近まで下げたような状況。<br />\r80円の壁は厚いと思いたいそんな状況です。80.5円くらいのときにここで売りポジションを&hellip;<br />\rと思ったが踏ん切りがつかずここまで注文できない優柔不断な性格がでてます。</p>\r<p>売りポジションを作っても80円の壁は厚そうなのでその手前で止まると思われ、80.1円付近が買いなおしか？買い直し？と考えると80.5円のときに5枚買っても4万円しか儲からないのですね。</p>\r<p>ほぼ無職の私にとってはそれでも十分な金額ですが。</p>','<ol>\r    <li>なかなか踏ん切りがつかずかなり下がったところで、売りポジションを持つ</li>\r    <li>「下がらなくて持ち直した～」と思って少々上がったところでビビって買いを入れる&hellip;</li>\r    <li>買いを入れたとたん、また下がり出す&hellip;</li>\r</ol>\r<p>と、売っても買っても損をすると言う状況が往々にして繰り返されているわけで&hellip;</p>\r<p><strong>とこうやってかいてる間に&hellip;80円になってしまいました。</strong></p>\r<p><strong><em>(ﾉ&forall;｀)ｱﾁｬｰ</em></strong></p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/fx100224_down_trend_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"402\" src=\"http://www.blackcat.xyz/images/articles/fx100224_down_trend_1.jpg\" alt=\"\"></a><br />\rかいている途中</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/fx100224_down_trend_2_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"402\" src=\"http://www.blackcat.xyz/images/articles/fx100224_down_trend_2.jpg\" alt=\"\"></a><br />\r<em>この一番下がったときに、Bidは79.97円を記録</em></p>\r<p>同じ頃、ﾄﾞﾙ円も90円は底堅くあって欲しいと思っていたのですが、Bidは89.97円と同様に90円を割っていました。<br />\r豪ドルと同様すぐに90円台に戻ってますが、寝てる間がかなり危険ですね。</p>',1,2188,5,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/fx100224_down_trend_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/fx100224_down_trend_2_original.jpg\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-02-24 03:15:23','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100224_down_trend2',3,0,'2010-02-24 03:50:20','02/24 ドル円は90円割れを試すが…',null,'<p>現在ドル円が90円割れを、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>が80円割れを試している最中。<br />\rこの雰囲気は2月初頭のときのダウントレンドと似ている気がする&hellip;<br />\r個人的には<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>円が02-05の11.3円まで落ち込むのかも気になるところ。</p>\r<p>ここで持ちこたえてくれるかどうかが、2月4-5日と異なるかどうかの瀬戸際じゃないかなぁ。<br />\r19日から始まったこのダウントレンド、いつまで続くんだろう。</p>','<p>しかし、スター為替の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%AC%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">トレード</a>画面を見ていたら、携帯の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">メール</a>着信音が&hellip;</p>\r<p>あれ、何かのヒットメール？と思って内容を確認すると&hellip;<br />\rフォーランドフォレックスの<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">豪ドル</a>約定通知メール。<br />\rあれ？と思ってよく考えると、フォーランドフォレックスの<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%A1%E5%8B%99%E7%8A%B6%E6%B3%81&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">財務状況</a>が悪いとかで南アランドの建玉制限に引っかかって10万通貨しか持てなくて、腹が立って半分遊びで引っかからないだろうと思って安めの買い注文出したわ&hellip;</p>\r<p>しかし、この<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%A3%E5%BA%A7&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">口座</a>にはあまりお金をおいてない。<strong>有効証拠金比率</strong>に目をやると<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%A9%E3%83%BC%E3%83%A0&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">アラーム</a>通知の比率を割ってる！？<br />\rこれは危ないと、とりあえずもう注文がないかを確認、1件豪ドルの注文が残っていたので削除っと。<br />\rさらに、<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%86%E3%81%86%E3%81%A1%E3%82%87%E9%8A%80%E8%A1%8C&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ゆうちょ銀行</a>の残高を確認して、入金処理。再度、有効証拠金比率を確認してちょっと安心。<br />\rでも、現在の<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">レート</a>を確認すると雀の涙ほどではあるが利益が出る状態。ここは傷口を広げないためにも売っちゃおう。<br />\rと決済画面に行くと、この建玉1万通貨しかない。よく確認しても1万通貨しかない&hellip;でもとりあえず、処分する。<br />\rが、500円しか利益が出ない、さっきは 1,200円ほどあったのに&hellip;と、1分位待つと700円利益がと言うところで<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%83%81%E3%83%83%E3%81%A8%E3%81%AA&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">ポチッとな</a>。<br />\r画面遷移後レートが80.14と1,400円ほど利益が出る状態だったがもう気にしない。損しなかったから、まあいいやと。</p>\r<p>で、口座照会で現状を再確認して自分の間違いに気づく。<br />\r先ほど確認したときに<em><strong>有効証拠金比率と有効率を見間違ってる</strong></em>&hellip;<br />\rそれでアラーム通知の比率を下回ってるのにアラーム通知がこなかったのね。</p>\r<p>という、不幸中の幸い</p>\r<p>じゃあ、さっき入金したお金は必要無いから返すことにするが、フォーランドフォレックスって口座変更が即時確定しないのね。<br />\rと言うことで変更手続きだけして今日はもうおしまい。</p>\r<p>寝てる間に状況が悪化するかもしれないけど、そのときはそのときと言うことで&hellip;</p>\r<p>今回はall aboutの記事にあった<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\" title=\"このキーワードを百科事典で調べる\">損切り</a>しない方が儲かる！と言う内容を参考に損切りしない方向で検討中。</p>',1,2504,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%AC%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">トレード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%A1%E5%8B%99%E7%8A%B6%E6%B3%81&amp;affid=21mTn15NlY\">財務状況</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%A3%E5%BA%A7&amp;affid=21mTn15NlY\">口座</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%A9%E3%83%BC%E3%83%A0&amp;affid=21mTn15NlY\">アラーム</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%86%E3%81%86%E3%81%A1%E3%82%87%E9%8A%80%E8%A1%8C&amp;affid=21mTn15NlY\">ゆうちょ銀行</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">レート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%83%81%E3%83%83%E3%81%A8%E3%81%AA&amp;affid=21mTn15NlY\">ポチッとな</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>',0,1,0,0,0,'2010-02-24 04:40:16','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100225_the_worst_possible_situation',3,0,'2010-02-25 23:12:47','02/25 当たらなくても良い予想が',null,'<p><strong>くろねこの中で予想していた最悪の</strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%8A%E3%83%AA%E3%82%AA&amp;affid=21mTn15NlY\"><strong>シナリオ</strong></a><strong>が実現しようとしている&hellip;</strong></p>\r<p>12/5以来のドル円の89円割れ、ドル円は78円前半にドル円はさらに値を下げ76円台に突入するだろう。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%96%E7%95%8C%E7%B5%8C%E6%B8%88&amp;affid=21mTn15NlY\">世界経済</a>はまだまだ不景気なのか。<br />\rくろねこの新たな就職先も決まっていないなか、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%90%AB%E3%81%BF%E6%90%8D&amp;affid=21mTn15NlY\">含み損</a>が30万円を超えた。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%8A%E6%97%A5%E3%81%AF&amp;affid=21mTn15NlY\">今日は</a>ここから一時的にある程度は持ち直してドル円は90円前半に、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>は79円前半に戻るかもしれない。<br />\rが、寝ている間にもっと下がっているかもしれない&hellip;</p>\r<p><strong><em>ああ、悪夢だ＞＜；</em></strong></p>\r<p>米新規<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%B1%E6%A5%AD%E8%80%85&amp;affid=21mTn15NlY\">失業者</a>保険申請数が市場予想より悪いと踏んで、ドル円を89.40で売って89.09で買い直したがそんなの微々たるものでしかなかった。同じ逆張りするなら豪ドルでやっといた方が効果的だったな&hellip;。<br />\rって、それも付け焼き刃でしかないか&hellip;</p>','<p>今日はもう一つ12月住宅価格指数の発表がある。これも市場予想を下回るだろう&hellip;。<br />\r問題はこの指標結果でどこまで下がるか？また、明日の10-12月<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%9B%E5%8D%8A%E6%9C%9F&amp;affid=21mTn15NlY\"><strong>四半期</strong></a><strong>実質</strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%BD%E5%86%85%E7%B7%8F%E7%94%9F%E7%94%A3&amp;affid=21mTn15NlY\"><strong>国内総生産</strong></a>の発表で相場がどれほど動くのか？これが悪ければかなり苦しい状況だ&hellip;</p>',1,2242,2,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%8A%E3%83%AA%E3%82%AA&amp;affid=21mTn15NlY\">シナリオ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%96%E7%95%8C%E7%B5%8C%E6%B8%88&amp;affid=21mTn15NlY\">世界経済</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%90%AB%E3%81%BF%E6%90%8D&amp;affid=21mTn15NlY\">含み損</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%8A%E6%97%A5%E3%81%AF&amp;affid=21mTn15NlY\">今日は</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%B1%E6%A5%AD%E8%80%85&amp;affid=21mTn15NlY\">失業者</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%9B%E5%8D%8A%E6%9C%9F&amp;affid=21mTn15NlY\">四半期</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%BD%E5%86%85%E7%B7%8F%E7%94%9F%E7%94%A3&amp;affid=21mTn15NlY\">国内総生産</a>',0,1,0,0,0,'2010-02-25 23:27:55','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100226_',3,0,'2010-02-26 00:05:37','02/26 12月米住宅価格指数',null,'<p>くろねこの予想どおり12月米住宅価格指数は市場予想よりも低かった。<br />\rが、相場には何も動きがない。<br />\r&nbsp;</p>\r<p>くろねこも指標発表自体は予想を下回ると読んだものの、じゃあどのくらい下がるの？ここは売り注文すべき？と考えたとき、注文できなかった。</p>\r<p>結局、今日立ち上がらなくなった<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Windows7&amp;affid=21mTn15NlY\">Windows7</a>の修復作業をこなしていたら0時になり、そのまま相場を5分まで静観していたが何も変化がないため、指標発表は市場予想どおりだったのか？とさえ思ってしまった。みんな指標が悪いのは織り込み済みだったと言うことか。</p>\r<p>しかし、この指標は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A3%E3%83%96&amp;affid=21mTn15NlY\">ジャブ</a>のようにじわじわ効いてくるんだろう。このような悪指標が積み重なって上値が重たくなり、相場が軟調になっていると言うのが現状だと言う認識である。</p>','',1,2391,5,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=Windows7&amp;affid=21mTn15NlY\">Windows7</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B8%E3%83%A3%E3%83%96&amp;affid=21mTn15NlY\">ジャブ</a>',0,1,0,0,0,'2010-02-26 00:13:46','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20100226002848914',2,0,'2010-02-26 00:28:48','02/26 週末(2月27,28日)にメンテナンス予定です',null,'<p>XREA+で契約しているサーバーの期限が1週間を切りました。</p>\r<p>この機会に+100円でちょっとお得になるCORE MINIサーバーへ移行したいと思います。<br />\rそのうち容量がいっぱいになるかもしれないし&hellip;</p>\r<p>と言うわけで、週末はアクセスできないと思いますが、ご承知起き願います。</p>\r<p>追記<br />\r基本的にメールの移行が一番面倒なんだよな～。くまったな～。<br />\rでも、今日新しいFFFTPを試したら脆弱性のフィックスだけでなく、安定性も増したような気がするのは気のせいなのかな？動かしている環境も変わったからそのせいかもしれないけど、WEBのメンテナンスは比較的楽そう&hellip;</p>','',1,2483,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-02-26 06:45:55','html',1,1,'','',0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100226_skype',3,0,'2010-02-26 00:54:36','02/26 スカイプはモノラルで。',null,'<p>もう、ほとんど自分のメモなんだけど</p>\r<p>くろねこはスカイプをBluetoothヘッドセットで使用している。<br />\rこのBluetoothヘッドセットが初回は良いんだけど、次回からサウンドの設定をしてもうまくつながらないんだな＞＜；Windowsは音を出していると認識しているんだけど、ヘッドセットからは聞こえない。たぶん、ステレオとモノラルが競合しているのだと認識しているが、BluetoothスタックをTOSHIBAのものなどに変更する方が良いのだろうか？Windows標準に変えてからどうも調子が悪い。まあ&beta;の時よりは格段によいわけですが。</p>\r<p>横道にそれたんだけど、<strong>Skypeのオーディオ設定でスピーカーをステレオにするとうまく音が出ない</strong>。モノラルだとうまくいくようだ。マイクがモノラルだろうから対して問題は無いのでモノラルで使うことにしよう。</p>','',1,4320,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-02-26 01:00:02','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('2010022716250999',2,0,'2010-02-27 16:25:09','02/27 WEBサーバーの移行が完了しました',null,'<p>くろねこ研究所の移転が(一応)完了しました。<br />\r(チェックが完全ではないので、どこかに不具合があるかも&hellip;)<br />\r現在メール設定＆データの移行作業を行っています&hellip;。<br />\rメールの移行が完了後、もう一度チェックする予定です。</p>','',1,2471,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-05-14 21:34:15','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('dsw100227_check1',3,0,'2010-02-27 23:57:36','02/27 大戦略WEBでの疑問点を検証してみた№1',null,'<p>&beta;の時代から大戦略WEBをやっているのだが、正式になってようやくバグフィックスされた項目がある。そのうちの一つが、後列の前列化である。</p>\r<p>後列が前列化する条件としては、</p>\r<ol>\r    <li>前列が全滅した</li>\r    <li>そもそも前列が設定されていない</li>\r</ol>\r<p>などがある。もう一つ今回の前置きとして、射程がメガと長距離に設定されているものについては、それ以外の射程より優先されて攻撃が出来る。いわゆるイニシアチブが設定されている。</p>\r<p>ここで問題となるのは、<br />\r<em><strong>「長距離とメガの攻撃判定」と「後列から前列への移動」のどちらが先に行われるのか？</strong></em></p>\r<p>なぜ、これが気になるかというとテロリストなどを攻めていた際に先に前列だけ壊滅させてしまった場合、後列に対して攻撃が出来る長距離射程の兵器は有効に機能するのか？機能しないなら派遣しても仕方がないので&hellip;</p>\r<p>実験してみました、結果は以下。</p>','<p><strong>実験条件</strong></p>\r<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\" width=\"400\">\r    <tbody>\r        <tr>\r            <th colspan=\"2\">自分</th>\r            <th colspan=\"2\">相手</th>\r        </tr>\r        <tr>\r            <th>後列</th>\r            <th>前列</th>\r            <th>前列</th>\r            <th>後列</th>\r        </tr>\r        <tr>\r            <td><img alt=\"トラック\" src=\"/images/library/Image/dsw/wt4.png\" />ホーク</td>\r            <td><img alt=\"トラック\" src=\"/images/library/Image/dsw/wt4.png\" />武装ピックアップ</td>\r            <td>全滅</td>\r            <td>全滅</td>\r        </tr>\r        <tr>\r            <td><img alt=\"トラック\" src=\"/images/library/Image/dsw/wt4.png\" />ホーク</td>\r            <td><img alt=\"トラック\" src=\"/images/library/Image/dsw/wt4.png\" />武装ピックアップ</td>\r            <td>全滅</td>\r            <td><img alt=\"航空機\" src=\"/images/library/Image/dsw/wt1.png\" />MIG-19</td>\r        </tr>\r        <tr>\r            <td><img alt=\"トラック\" src=\"/images/library/Image/dsw/wt4.png\" />ホーク</td>\r            <td><img alt=\"トラック\" src=\"/images/library/Image/dsw/wt4.png\" />武装ピックアップ</td>\r            <td>全滅</td>\r            <td>全滅</td>\r        </tr>\r    </tbody>\r</table>\r<p>&nbsp;※ホークは射程が長距離の対空兵器、武装ピックアップに対空能力はない</p>\r<p><strong>結果</strong><br />\rMIG-19は1機も落とせずホークだけが数を減らす状況になった。よってメガと長射程の兵器の攻撃よりも、前列が存在しない場合の後列の前列への移動が先に行われている。</p>\r<p>これで、無駄にホークを用意することもなくなった&hellip;</p>\r<p>(*\'へ\'*) ﾝｰ、すっきり。</p>',1,3940,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-03-15 00:10:58','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('Shogi-Kakoi-KinYagura',3,0,'2010-03-03 21:03:48','[将棋][囲い]金矢倉',null,'<p>最も代表的と思われる矢倉の中でもさらに代表的な金矢倉の手順を解説。<br />\r※手順は一例である。</p>\r<p>金矢倉完成図<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_14.png\" alt=\"\"></p>','<p>はじめの形<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_1.png\" alt=\"\"></p>\r<p>初手)3四歩<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_2.png\" alt=\"\"></p>\r<p>2手目)4二銀<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_3.png\" alt=\"\"></p>\r<p>3手目)4四歩<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_4.png\" alt=\"\"></p>\r<p>4手目)5四歩<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_5.png\" alt=\"\"></p>\r<p>5手目)5二金右<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_6.png\" alt=\"\"></p>\r<p>6手目)3二金左<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_7.png\" alt=\"\"></p>\r<p>7手目)4一王<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_8.png\" alt=\"\"></p>\r<p>8手目)4三金右<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_9.png\" alt=\"\"></p>\r<p>9手目)3三銀<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_10.png\" alt=\"\"></p>\r<p>10手目)3一角<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_11.png\" alt=\"\"></p>\r<p>11手目)4二角<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_12.png\" alt=\"\"></p>\r<p>12手目)3一王<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_13.png\" alt=\"\"></p>\r<p>13手目)2二王(完成)<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-KinYagura_14.png\" alt=\"\"></p>',1,8349,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-03-03 21:26:48','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('Shogi-Kakoi-SouYagura',3,0,'2010-03-03 21:37:26','[将棋][囲い]総矢倉','','<p>金矢倉をさらに強固にした総矢倉。しかし攻めに使えるコマが無くなることが問題点。<br />\r金矢倉の方が無難か？</p>\r<p>総矢倉完成図<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-SouYagura_3.png\" alt=\"\" /></p>','<p>金矢倉の完成から、金矢倉の手順は[story:Shogi-Kakoi-KinYagura]を参照。</p>\r<p>金矢倉完成形<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-SouYagura_1.png\" alt=\"\" /></p>\r<p>14手目)6二銀<br />\r<img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-SouYagura_2.png\" alt=\"\" /></p>\r<p>15手目)5三銀 <strong>総矢倉完成<br />\r</strong><img width=\"386\" height=\"226\" src=\"http://www.blackcat.xyz/images/articles/Shogi-Kakoi-SouYagura_3.png\" alt=\"\" /></p>',1,7030,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-08-26 19:28:08','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100306_TrailOrderIsDangerous',3,0,'2010-03-06 02:06:30','03/06 トレール注文は危険だった…',null,'<p>スター為替の注文には他社ではあまり見られない珍しい<strong><em>トレール注文</em></strong>があるのだが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>の米2月雇用<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">統計</a>に際して、この機能を使って注文をしてみた。</p>\r<p>まず、<strong>雇用統計発表で今回は相場が上がると予想した</strong>。なので上がりきったところで<strong>売りで</strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%99%BA%E6%B3%A8&amp;affid=21mTn15NlY\">発注</a>してみようと考えた。相場が上がるのならその前に買っておけばいいじゃないか、と皆さん思うだろうがくろねこはすでに82.8円で買いポジションを持っているのでこれ以上買いポジションを増やしたくない(予想が外れたときめっちゃ痛いから＞＜；)。なので必要証拠金に影響がない売りポジションを持つことにしたのである。(スター為替の場合には両建ての場合どちらか枚数の多い方が必要証拠金計算に使用される。なので買いポジションを10枚持っていた場合、売りポジションを10枚まで持っても必要証拠金は変わらない)</p>\r<p>雇用統計発表前にはドル円の相場は80.8円付近だったので、81円から始めて上がっていくのをじーっと見て、0.2円下がったところで注文しようと考えた。<br />\rこのときの注文は、トレール開始：81.00円/トレール幅0.20円となる。<br />\rこれで、相場が一番上がった所から0.2円下がったところで売りポジションが持てるはずだった&hellip;<br />\r<br />\rしかし、悪夢は起こった&hellip;<br />\r<br />\rトレール注文については以下を参照。<br />\r<a href=\"http://www.fmsound.net/fx_order/toreru.html\">http://www.fmsound.net/fx_order/toreru.html</a></p>','<p>指標はくろねこの予想どおり市場予想を上回って、相場が上がって行ったのだが&hellip;<br />\rついでに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\">スプレッド</a>も広がって行ってしまう結果となってしまった&hellip;(予想外)</p>\r<p>一言で言うと状況は、<br />\r<strong><em>相場の上昇速度＜スプレッドの広がる速度</em></strong><br />\rとなってしまったから、目も当てられない。</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Ask&amp;affid=21mTn15NlY\">Ask</a>は順調に上がっていって81.5円まで一直線、しかしBidは一旦80.62まで下がっている。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/fx100306_TrailOrderIsDangerous_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"243\" src=\"http://www.blackcat.xyz/images/articles/fx100306_TrailOrderIsDangerous_1.jpg\" alt=\"\"></a></p>\r<p>このときのくろねこの注文は&hellip;</p>\r<ol>\r    <li>22:30:09 トレール開始　　　　&nbsp; 81.03円(Bid)</li>\r    <li>22:30:10 トレール幅限界到達 80.83円(Bid)</li>\r    <li>22:30:10 約定　　　　　　　　　　80.82円(Bid) &larr; <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AA%E3%83%83%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">スリッページ</a>が発生してるね。</li>\r</ol>\r<p>指標発表時、スプレッドというものは結構開くものらしい。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>円なんかだと日の始まりはスプレッドがかなり開いていたりするのだがあんな感じ。(<strong>昨年の南アランド事件じゃないよ</strong>)</p>\r<p>トレール注文が全く意図したとおりに機能してなかったため、くろねこは現在6万ほど損を抱え込んでしまった＞＜；<br />\rいやー、相場が上がると予想はしたけどここまで上がるとは全く<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%83%B3%E5%83%8F&amp;affid=21mTn15NlY\">想像</a>してませんでしたよ。</p>\r<p>最初、Askの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>しか見てなかったためスター為替さんに問い合わせしてしまった＞＜；<br />\rでもって、トレール注文が意図したとおりに動いてないことを納得してもらい？<strong>現在のトレール機能を改良してスプレッドが開いたときにはその間注文を見合わせるようなそんな仕組み</strong>にしてもらえるようにお願いしてみた。<br />\rこの機能が実現さえれば、毎日市場の終わりにトレール注文を取り消しして、市場の始めにあわせて注文を再設定する必要もなくなるし便利になるね。</p>\r<p><em><strong>皆さんもトレール注文にはご注意を!!!</strong></em></p>',1,4216,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">統計</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%99%BA%E6%B3%A8&amp;affid=21mTn15NlY\">発注</a>\n<a href=\"http://www.fmsound.net/fx_order/toreru.html\">http://www.fmsound.net/...</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89&amp;affid=21mTn15NlY\">スプレッド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Ask&amp;affid=21mTn15NlY\">Ask</a>\n<a href=\"http://www.blackcat.xyz/images/articles/fx100306_TrailOrderIsDangerous_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AA%E3%83%83%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">スリッページ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%83%B3%E5%83%8F&amp;affid=21mTn15NlY\">想像</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>',0,1,0,0,0,'2010-03-06 07:23:15','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100313_take_big_losses',3,0,'2010-03-13 02:17:12','03/13 恐ろしい金額の損失が…',null,'<p>朝日新聞に「<a href=\"http://www.asahi.com/politics/update/0312/TKY201003120440.html\">米に無利子預金、菅氏「広義の密約」　沖縄返還めぐり</a>」とあった。</p>\r<p>日本政府が米ニューヨーク連邦準備銀行に無利子預金していたらしいのだが、朝日新聞の文面には下記のように記載があった。</p>\r<blockquote>米軍文書にある通り６千万ドルを年利６％で２５年間運用した場合、得られる利息は約４６００万ドルと試算。...<br />\r米軍文書に記載された１億１２００万ドル...</blockquote>\r<p>4600～11200万ドルの運用益が損失になっているらしい。</p>\r<p>運用益も損失ながら、当時の為替レートと現在の為替レートはかなり違うので為替損益の方が大きいのではないか？<br />\r当時、1971年12月からはスミソニアン体制で1ドル308円だったはずだから、現在のドル円は90-91円ですので間の90.5円としても1ドルあたり217.5円の為替損益が&hellip;<br />\r元金の6000万ドルで約131億円、運用益は4600万ドルでも約100億円、11200万ドルだと244億円も為替損益。</p>\r<p>合計で、<em><strong>230億円～275億円の損失!!!</strong></em></p>\r<p>くろねこのFXなんか全く足元にも及んでませんね。<br />\rそれだけのお金があれば、景気対策とかに使って欲しいものです&hellip;</p>','',1,2289,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.asahi.com/politics/update/0312/TKY201003120440.html\">米に無利子預金、菅氏「広義の密約」　沖縄返還めぐり</a>',0,1,0,0,0,'2010-03-13 02:39:03','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('dsw100315_check',3,0,'2010-03-15 00:11:02','03/15 大戦略WEBでの疑問点を検証してみた№2',null,'<p>士官は解雇されるときに部隊を返却してくれるのか&hellip;</p>\r<p>先日、小学生の息子が「解雇」したのだが、そのときに返ってきたって言っていたので、試してみました。</p>','<p>結果&hellip;<br />\r<strong><em>返ってきませんでした！</em></strong></p>\r<p>このドロボーヤロー</p>',1,3101,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-03-15 00:14:58','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100328_recentry',3,0,'2010-03-28 02:50:37','03/28 ひさびさの投稿',null,'<p>最近大戦略をしていて感じた疑問を1つ。まぁ、そんなことしか書くことがないのですかねって感じですが。</p>\r<p>テロリスト基地の建設予定地(POP地点)にサブ基地を建設してしまったら、テロリストはどこへ行くのか？<br />\r検証しようがないので検証してませんが、ずれるのでしょうかね？くろねこは単純に数が減ってるんだと思うのですが？数が減りすぎて困ったときにはメンテナンスで調整。だと思いますね。</p>','',1,2481,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-03-28 02:53:34','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('dsw100406_check',3,0,'2010-04-06 14:43:28','04/06 チェックしたいけど出来ないの',null,'<p>チェックしたいけど、失敗したときの被害が大きすぎて二の足を踏むってことは良くあるよね？<br />\rくろねこがいま大戦略でチェックしてみたいけど二の足を踏んでいる項目&hellip;</p>\r<ul>\r    <li>とある基地から占領部隊を発見、目標の基地に到着するまでに派兵元の基地を解体する。<br />\r    &rarr;予想：解体した瞬間派兵中の部隊が消える。</li>\r    <li>敵軍の基地AとBがある状況で、AとBに対して占領部隊を派兵する。<br />\r    自基地規模の50%切ってしまう場合相手基地に対し駐禁マークが付いて攻撃できない訳なのだが、基地Aを占領した瞬間相手の基地がその状態になってしまったら&hellip;。<br />\r    &rarr;チェックは派兵するときだけだと予想、そのまま占領行動が出来る&hellip;。</li>\r</ul>\r<p>テストしてみたいけど、そんな状況ってなかなか作れないわ&hellip;</p>','',1,2440,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-04-06 14:49:29','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100406_yendaka',3,0,'2010-04-06 15:24:24','04/06 朝からすごい円高',null,'<p>朝からすごい円高なのであります！<br />\r先週はユーロ円を売りポジションで保持していて、損切りしないと決めていたのでずーっと保持していて&hellip;<br />\r結局建玉2個ほどを決済して20万ほどの大赤字＞＜；<br />\rでも、まだユーロ円の建玉は125円ほどで10枚ほど残っていて、現在約10万強の赤字まで減ってきた～。<br />\rでも、今両建てなのよね～。<br />\rこれから円安の方向に向かうと思いつつも損切りが出来ず、両建てで買われすぎの調整が来るのを舞っていた、そんな感じだったので&hellip;</p>\r<p>ギリシャ問題の再燃はちょっと好都合&hellip;。<br />\rこの時を逃したらもう次はないかもって、OCO注文で125-127.5円で設定中。127.5円で損切りちゅー事だね&hellip;。それでも十数万の赤字だけど、一時期さらに30万近くの赤字になっていたことを考えると仕方ないのかなぁって所ですわぁ～。</p>','<p>しかし、何でか昔は豪ドルとランド円を買いポジションでしか保持していなかったのに、いつの間に消えてたんだろう&hellip;。</p>\r<p>豪ドルなんか持っていたら結構な利益になったのに&hellip;。すごく残念。<br />\rランド円はさ、50bpの切り下げが行われたときに処分しちゃったのよね&hellip;。<br />\rさらに言うとその前から12.5円くらいになったことから怖くて徐々に処分して、今は一つもポジションがない。</p>\r<p>また12円前半にならないかなぁ～、って思ってるんだけど、経済事情が回復傾向にある今、それは望めないのかもね。</p>',1,2003,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-04-06 15:34:26','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100406_rand',3,0,'2010-04-06 15:47:11','04/06 やはりくろねこ的に安心して儲かるのはランド円か？',null,'<p>やはり、過去の実績から言っても今まで儲けさせてくれたのはランド円かな？<br />\rと言うことでもう一回ランド円を買おう！しかし、いま、くろねこが体験したことがない円安中&hellip;。<br />\rこの値段で買っても大丈夫なのか？取りあえず、12.7位で買えればうれしいのだが、そこまでは下がりそうにない。</p>\r<p><strong><em>取りあえず、12.940で買注文してみよう&hellip;</em></strong></p>\r<p>ユーロ円がはけたら、2枚(20万通貨位で年間15万円位のスワップポイントが稼げると良いな)</p>','<p class=\"add\">追記<br />\r2010/04/06 15:57:30 に取りあえず、買えました～。</p>',1,2465,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-04-06 16:36:20','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100409_MORINAGA',3,0,'2010-04-09 20:29:27','04/09 おもしろいものを発見',null,'<p>仕事中、滋賀県安土町の大中にある自販機で森永ミルクココアと森永ミルクキャラメルを発見！<br />\r復刻版って&hellip;<br />\rこんなのが売ってたのね。<br />\r秋葉原でおでんが売ってたりするのは知ってたけど&hellip;</p>\r<p>世の中おもしろいね</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/100409_MORINAGA_1_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/100409_MORINAGA_1.JPG\" alt=\"\" /></a></p>','',1,2367,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/100409_MORINAGA_1_original.JPG\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-04-11 20:39:10','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100414_direction',3,0,'2010-04-14 00:56:01','04/14 方向感があるのか？どっちに向かってるのだろう？',null,'<p>いやー、先々週の急激な円安によってまず一発20万位の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%93%E3%83%B3%E3%82%BF&amp;affid=21mTn15NlY\">ビンタ</a>を食らいました。痛いなーと思っていたら&hellip;、先週の円高でさらに20万くらいのビンタを食らいました。これって為替による<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%80%E5%BE%A9%E3%83%93%E3%83%B3%E3%82%BF&amp;affid=21mTn15NlY\">往復ビンタ</a>？</p>\r<p>今週、先週に買った<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>円がそれ程上がらなくて苦労というか、また12.7円程度まで下がってるね。<br />\r石油が安くなったのが原因？もしかして、ランド円の利下げとか有ったりするのかな？</p>\r<p>フォーランドオンラインで最近<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=1%E9%80%B1%E9%96%93&amp;affid=21mTn15NlY\">1週間</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>を見ていると、ランド円よりも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>円の方が若干儲かるみたいだね。豪ドル円は利上げを、ランド円は利下げを行った結果だろうね。<br />\rしかし、実際の運用で見るとランド円の方は動きが少なくて証拠金<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%AF%94%E7%8E%87&amp;affid=21mTn15NlY\">比率</a>を300%位でも何とかなりそうだけど、豪ドルは下手すると76円程度まで下がる可能性が有りそうだからそんなんじゃ足りないだろうね。ちなみにランド円は下がっても10円台後半だと見てるんだけど。</p>\r<p>と言うわけで、今日若干余裕があるフォーランドの方で豪ドルを86円で5万通貨ほど買って86.4円で売りました。<br />\r2万円の儲けですね。お小遣いとしてはこのくらいがベターです。あまり欲を出すと、また往復ビンタを食らいそうなので&hellip;。<br />\rまた、お安くなったときに豪ドルを買ってみようかな～。と、今度は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>安値の85.8円で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>しておきました。<br />\rいつも、下がってくるともっと下がるかな～。上がってくるともっと上がるかなぁ～って注文変更して結局損したりするんだよね～。欲で損してる事って多いな～。</p>\r<p>まあ、今日はこの辺で。</p>','',1,2388,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%93%E3%83%B3%E3%82%BF&amp;affid=21mTn15NlY\">ビンタ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%80%E5%BE%A9%E3%83%93%E3%83%B3%E3%82%BF&amp;affid=21mTn15NlY\">往復ビンタ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=1%E9%80%B1%E9%96%93&amp;affid=21mTn15NlY\">1週間</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%AF%94%E7%8E%87&amp;affid=21mTn15NlY\">比率</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>',0,1,0,0,0,'2010-04-14 01:28:21','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100414_just_a_bit_more',3,0,'2010-04-14 14:01:45','04/14 もうちょっと',null,'<p>先日からのダブルビンタユーロ円でしたが、まだ建玉が一部残ってまして&hellip;<br />\r126.56円で買った建玉が有ったのですね。</p>\r<p>それを昨日<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%83%86%E3%83%AB&amp;affid=21mTn15NlY\">インテル</a>の決算発表で上がってきたこの時期に売ってしまおうと、今朝127.0円に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>を設定して仕事に出たところ&hellip;</p>\r<p>あっけなく、午前中のしかも早い時間に約定してしまいました&hellip;。<br />\r127.2円位まではいけるかなぁ～、と言う思いと最近方向性が不透明だから～と言う思いがなかなか良い結果を生み出すことが出来なかったようです。(<span>127.46</span>円まで上がったようですね。)<br />\r同様に昨日買った<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>円(86円で購入)も<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>は86.8円を超えてきて87円を再度目指す展開？なのでこっちももうちょっと置いておけばさらに儲かったのに～。と少々残念な結果。</p>\r<p>でも、基本は損をしなかったらいいのです。</p>\r<p>良しとしましょう。</p>','',1,2358,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%83%86%E3%83%AB&amp;affid=21mTn15NlY\">インテル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>',0,1,0,0,0,'2010-04-14 14:16:00','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100424',3,0,'2010-04-24 00:21:33','04/24 失敗した＞＜；',null,'<p>お久しぶりです！<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%86%86&amp;affid=21mTn15NlY\">ユーロ円</a>で損してからは、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%B3%E3%82%B8&amp;affid=21mTn15NlY\">レンジ</a>相場気味な<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>でお小遣いを稼がせていただいてます。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>円は下がりっぱなしで戻りが遅いですね。今は結構戻ってきてるみたいですが、一時的なものでしょう。<br />\r12.7-9円で買ったポジションずっと含み損のまま保持してます&hellip;。</p>\r<p>今は豪ドルなのかな？と思っていたのですが、今日のお昼間はRBAの発表で調子が良くなかったですね。<br />\r86-87円のレンジ相場を意識していたのですが、何か戻りが悪いそんな状況下での心理を反映したかのような失敗談です＞＜；</p>','<p>昼過ぎに待って待って買った豪ドルの85.9円の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B8%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">ポジション</a>&hellip;<br />\r20:00頃まで待ってたけどあんまり上がらない、86.4円近くまで上がったけど、そんなの出かけてて知らなくて気づいたら86.2円近くをうろうろ。<br />\r20:00から<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E4%BC%9A&amp;affid=21mTn15NlY\">理事会</a>なので&hellip;理事会って結構時間がかかるのでまた<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>系の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a>が勃発でどどどーんと下がるとまずいな～っと思ってOCO<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>のOCO2を85.4から86.1円にしてしまいました&hellip;(OCO1は87.0)</p>\r<p>すると理事会が始まったあたりで、即約定!!!<br />\r理事会が終わって帰ってきたら&hellip;86.7円くらいで、今は87.0円越え&hellip;</p>\r<p><strong>理事会なんて嫌いだ～～</strong></p>\r<p>5万通貨持っていたので5万&times;0.9円&times;2(スター為替とフォーランド)＝<strong>9万円の損失</strong>だ～<br />\rそのまま87.0円でOCO注文を残しておけば良かった&hellip;</p>\r<p><strong>後悔先に立たず&hellip;</strong></p>',1,2369,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%86%86&amp;affid=21mTn15NlY\">ユーロ円</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%B3%E3%82%B8&amp;affid=21mTn15NlY\">レンジ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B8%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">ポジション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E4%BC%9A&amp;affid=21mTn15NlY\">理事会</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>',0,1,0,0,0,'2010-04-24 19:43:57','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100425',3,0,'2010-04-25 23:41:52','04/25 [冥の鼓動]を手に入れた～そして売れた！',null,'<p>手に入れたのは24日のカオス(冥の門)で！</p>\r<p>いつもの様に後方でジャガイモのお相手、最近大戦略WEBをしながらだから、ずーっとMoEだけを見てるわけじゃなくて&hellip;<br />\r大戦略WEBを始める前まではFXを見ながらMoEだったんだけど、カオスのある土日はFXがお休みだから問題なかったのだけれども。</p>','<p>何の気無しに、報酬をもらいに原初の泉へ、するといつもはカオスの布束2とかそう言うアイテムなのに&hellip;<br />\rノアピースが!!!<br />\rよく見たら、[冥の鼓動]って書いてあったわけですよ。<br />\r<img width=\"357\" height=\"334\" src=\"http://www.blackcat.xyz/images/articles/moe100425_1.png\" alt=\"\" /></p>\r<p>早速複数のCHで報告すると&hellip;<br />\r何と1Mで売れる高額商品らしい！しかも当初は1.5Mで取引されていたとか&hellip;</p>\r<p>早速、売CHを立てるも買い手が付かず2日目&hellip;<br />\rうれしいことに天の門の最中に買い手が付きました！</p>\r<p>これで当分触媒代に困ることはなさそうです。</p>',1,4976,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-04-27 12:54:56','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100428_after_the_Golden_Week_holidays',3,0,'2010-04-28 13:13:46','04/28 GW明けの相場は？',null,'<p>さて、本日<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B4%E3%83%BC%E3%83%AB%E3%83%87%E3%83%B3%E3%82%A6%E3%82%A3%E3%83%BC%E3%82%AF&amp;affid=21mTn15NlY\">ゴールデンウィーク</a>分(6日分)の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">スワップポイント</a>が付いたわけですが&hellip;</p>\r<p>GW明けの相場はどうなるのかな&hellip;？<br />\rと思い昨年の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>を見てみました。</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/fx100428_after_the_Golden_Week_holidays_1_original.jpg\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"381\" src=\"http://www.blackcat.xyz/images/articles/fx100428_after_the_Golden_Week_holidays_1.jpg\" alt=\"\" /></a><br />\rこれによるとGW中は相場は円安に、GW明けから急に5円ほど円高になった様子がうかがえます。<br />\r昨年だけの状況で例年を伺うことは出来ませんが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>が貰えたから売り出したのか？それともお休みだった企業が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B3%87%E9%87%91%E8%AA%BF%E9%81%94&amp;affid=21mTn15NlY\">資金調達</a>のために円を買ったのか良くはわからないけど、今年もこうなる可能性はあるわけで&hellip;</p>\r<p>最近の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>はスワップが1万通貨あたり90円を越えるようになって、年間で32,000ほどは儲かるようです。<br />\r6万通貨ほど持っていれば税金が変わる20万ぎりぎりあたりまで儲かりそうですね。<br />\rしかし、昨年は55円台だったんですね。今85円超えてるので1万通貨でも30万円の為替差益が出る計算に。<br />\rスワップを含めたらもっとですね。<br />\rこれからは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>よりも豪ドルの方が儲かりそうでしょうか？ただ上下する幅も大きいので証拠金に結構余裕が必要そうですし、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%82%A4%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">タイミング</a>も検討しないと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>なようですが&hellip;。</p>\r<p>しかし、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>の問題で相場は行ったり来たり、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%B3%E3%82%B8&amp;affid=21mTn15NlY\">レンジ</a>相場なのですかね。<br />\r先週の88円に到達しそうな状況から、87円で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>を入れておいたら昨日早々に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ヒット</a>しました。そのあともどんどん下がって、85円付近まで下がりました。</p>\r<p>くろねこは、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E9%87%91%E3%81%8C%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">お金がない</a>ので(早く職を見つけたい＞＜；)あまり買えないのですが&hellip;<br />\r87円で3万、85.9で5万、85.1で3万買っちゃいました。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%8A%E6%97%A5%E3%81%AF&amp;affid=21mTn15NlY\">今日は</a>87円まで行きそうにないのですが、このまま<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>していれば87.5円あたりまでGW中に行ってくれるでしょうか？今日の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=FOMC&amp;affid=21mTn15NlY\">FOMC</a>の内容も気にかかります。何せ維持率が低いので&hellip;</p>\r<p>皆さん儲かると良いですね。</p>',1,2973,4,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B4%E3%83%BC%E3%83%AB%E3%83%87%E3%83%B3%E3%82%A6%E3%82%A3%E3%83%BC%E3%82%AF&amp;affid=21mTn15NlY\">ゴールデンウィーク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">スワップポイント</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">チャート</a>\n<a href=\"http://www.blackcat.xyz/images/articles/fx100428_after_the_Golden_Week_holidays_1_original.jpg\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B3%87%E9%87%91%E8%AA%BF%E9%81%94&amp;affid=21mTn15NlY\">資金調達</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%82%A4%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">タイミング</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%B3%E3%82%B8&amp;affid=21mTn15NlY\">レンジ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ヒット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E9%87%91%E3%81%8C%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">お金がない</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%8A%E6%97%A5%E3%81%AF&amp;affid=21mTn15NlY\">今日は</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=FOMC&amp;affid=21mTn15NlY\">FOMC</a>',0,1,0,0,0,'2010-04-28 13:35:38','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100507',3,0,'2010-05-07 21:55:09','05/07 ナスダックで取引取消なら～',null,'<p>昨日(5/7)の3:30頃の暴落はすごかったですね。<br />\rAUD/JPYで76.63円まで落ちました。昨年は良くこのあたりまで落ちたので、この辺が一番下の底だなと言う思いはあったのですが、最近は、80円台後半で推移していたので、下がっても80円位までだと思っていただけに、この2日間の下落幅は予想を超えるものでした。</p>\r<p>連休中は88円近くまで上がっていたので、今朝の76.63円は実に11円近い下落で、5/6日からの1日だけ見ても85円台から落ちてきたので9円近い下落幅となり、実に10％以上下落したことになります。</p>\r<p>有効証拠金<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%AF%94%E7%8E%87&amp;affid=21mTn15NlY\">比率</a>500％以上<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>していたのですが、不安で不安で&hellip;<br />\r為替ヒットメールで3時頃たたき起こされて&hellip;、相場を見てびっくりして暫く悩んだあげく、全建玉の決済を行いました。<br />\rここで決済しても、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>してもそれ程変わらなかったような&hellip;</p>\r<p>朝起きて、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%81%A5%E5%BA%B7%E8%A8%BA%E6%96%AD&amp;affid=21mTn15NlY\">健康診断</a>に行った先で見た<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%83%AC%E3%83%93&amp;affid=21mTn15NlY\">テレビ</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8A%E3%82%B9%E3%83%80%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ナスダック</a>の対応を見て、うちの為替もその時間の取引を無かったことにして欲しいな～と言う風に思いましたが、まあ今回は無理でしょう。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9D%B1%E4%BA%AC%E9%87%91%E8%9E%8D%E5%8F%96%E5%BC%95%E6%89%80&amp;affid=21mTn15NlY\">東京金融取引所</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%A9%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">トラブル</a>ではないですからね。</p>\r<p>あぁあ、これからの生活どうしよう。</p>','',1,2412,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%AF%94%E7%8E%87&amp;affid=21mTn15NlY\">比率</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%81%A5%E5%BA%B7%E8%A8%BA%E6%96%AD&amp;affid=21mTn15NlY\">健康診断</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%83%AC%E3%83%93&amp;affid=21mTn15NlY\">テレビ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8A%E3%82%B9%E3%83%80%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ナスダック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9D%B1%E4%BA%AC%E9%87%91%E8%9E%8D%E5%8F%96%E5%BC%95%E6%89%80&amp;affid=21mTn15NlY\">東京金融取引所</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%A9%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">トラブル</a>',0,1,0,0,0,'2010-05-07 22:08:09','html',1,1,'','FX 暴落',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100508',3,0,'2010-05-08 13:16:37','05/08 暴落後の為替',null,'<p>昨日の3-4時の暴落後、日？が変わって5/7日の市場の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%82%BA%E6%9B%BF%E7%9B%B8%E5%A0%B4&amp;affid=21mTn15NlY\">為替相場</a>は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>で言えば、83.05-79.8まで1日で3円近くを一方的にではなくあちこち方向もなくさまよい歩く感じでしかもその角度がすごく急なのである。</p>\r<p>途中で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>円を12円で買ったのだがすぐに手放してしまった。<br />\r結局上がったり下がったりで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%82%E5%80%A4&amp;affid=21mTn15NlY\">終値</a>はほぼ同じ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E6%BA%96&amp;affid=21mTn15NlY\">水準</a>に達したのだが、為替って怖いよ～。</p>\r<p>と言うことで、かなり下の方で注文を入れて寝たのだが、起きても注文には引っかからなかった様で&hellip;<br />\rフォーランドの方は豪ドルを79.5円で注文していて、スター為替の方はいくらで注文したか<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%86%E3%83%8A%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">メンテナンス</a>中でわからないです＞＜；</p>\r<p>どっちかは79.8円で注文したと思ったんだけど、気のせいだったのかな？<br />\r来週も前半はかなり荒れるのでしょうね。</p>','',1,2451,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%82%BA%E6%9B%BF%E7%9B%B8%E5%A0%B4&amp;affid=21mTn15NlY\">為替相場</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%B3%E3%83%89&amp;affid=21mTn15NlY\">ランド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%82%E5%80%A4&amp;affid=21mTn15NlY\">終値</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E6%BA%96&amp;affid=21mTn15NlY\">水準</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%86%E3%83%8A%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">メンテナンス</a>',0,1,0,0,0,'2010-05-08 13:28:18','html',1,1,'','FX,為替,暴落,荒い',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100510_irregular_license',3,0,'2010-05-10 16:13:03','05/10 私のWin7は非正規品ですかぁ？',null,'<p>朝PCの電源を入れたら&hellip;</p>\r<p>PCに「あなたのWindowsは非正規品です」みたいな文言が&hellip;<br />\r<em><strong>ええぇ！<br />\r</strong></em>みたいに思ったのですが、選択肢は二つ&hellip;</p>\r<ol>\r    <li>正規のの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">ライセンス</a>を購入する</li>\r    <li>あとで</li>\r</ol>\r<p>取りあえず、正規のライセンスを購入する方を選択したら&hellip;<br />\r何もなくそのまま通常の画面に、本来ならここに何かしらライセンスを購入する画面が出るはずなんですが&hellip;</p>','<p>MSテクニカルサポートセンターに確認してみました。</p>\r<p>通常<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E8%AA%8D%E8%A8%BC&amp;affid=21mTn15NlY\">ライセンス認証</a>が行われていれば、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ハード</a>の取り替え、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=BIOS&amp;affid=21mTn15NlY\">BIOS</a>の更新などをしなければ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">ライセンス</a>の再認証の画面は表示されないとのこと。しかし、今回は再認証画面ではない。<br />\rその旨も連絡すると、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">サーバー</a>側の一時的なご認識でしょうと。</p>\r<p>また今度同じ事が発生した際には、画面はそのまま<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>でご連絡くださいと言うことでした。<br />\rしかし、問題点が&hellip;<br />\rメールが起動しない画面でどうやってメールを送れと？一応苦情を入れておきました。上申しますとのことでした。<br />\r正規品ライセンスを持っていてさらにライセンスを買わせるようなことがあれば、それは詐欺行為ですよ？と釘も刺しておいた。</p>\r<p>一応念のため、メールフォームのURIも以下に挙げておく。<br />\r<a href=\"https://support.microsoft.com/oas/default.aspx?&amp;c1=509&amp;gprid=9860&amp;&amp;st=1&amp;wfxredirect=1\">https://support.microsoft.com/oas/default.aspx?&amp;c1=509&amp;gprid=9860&amp;&amp;st=1&amp;wfxredirect=1</a></p>',1,2972,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">ライセンス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E8%AA%8D%E8%A8%BC&amp;affid=21mTn15NlY\">ライセンス認証</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ハード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=BIOS&amp;affid=21mTn15NlY\">BIOS</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">ライセンス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">サーバー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>\n<a href=\"https://support.microsoft.com/oas/default.aspx?&amp;c1=509&amp;gprid=9860&amp;&amp;st=1&amp;wfxredirect=1\">https://support.microso...</a>',0,1,0,0,0,'2010-05-11 03:48:31','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100511_SakuraMochi',3,0,'2010-05-11 20:55:41','05/11 桜餅',null,'<p>くろねこにゃでinしたら～</p>\r<p>ケイブギガースに踏まれた＞＜；<br />\r踏まれても～蹴られても～どうせオレってミスリル盗賊～</p>\r<p>そんな中、FoF CHで桜餅情報が～</p>','<p>オレっちも作るぜ～</p>\r<p>と言うことで材料を集めます。材料は&hellip;</p>\r<ol>\r    <li>砂糖(15)</li>\r    <li>塩(1)</li>\r    <li>小豆(10)</li>\r    <li>餅米(10)</li>\r    <li>臼(1)</li>\r    <li>桜の葉(10)</li>\r</ol>\r<p>まず、桜の葉をゲット。これがたぶん競争率が高い<br />\rそれは、ミーリムにもあるらしいのだが、ねこはエルビン村のエイシス側出口でゲット。ゲットには伐採スキルが必要です。<br />\rサクラの木は6カ所くらいPOPするようなんだけど同時には1本しかPOPしないみたいです。</p>\r<p>次に小豆10と砂糖5塩1で飴を作ります～。さらに餅米10と臼1で餅が&hellip;</p>\r<p>最後に飴と餅と桜の葉をコンバインして<br />\r<a href=\"http://www.blackcat.xyz/images/articles/100511__1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/100511__1.png\" alt=\"\" /></a><br />\rできあがりで～<br />\r<img width=\"48\" height=\"50\" src=\"http://www.blackcat.xyz/images/articles/100511__2.png\" alt=\"\" /></p>\r<blockquote>桜餅<br />\r　　　　　　　効果: 26.0<br />\r使用可能シップ: ALL<br />\r　　　　　　　重さ: 0.05<br />\r&lt;info&gt;<br />\rSakura Mochi<br />\r<br />\r粗めに挽いた餅米で作った餅と餡を 桜の葉でくるんだお菓子<br />\r上品な甘さ<br />\r[用途] 空腹を解消する<br />\r※耐火/水/風/地/無属性が5上昇する</blockquote>\r<p>何か場所がわからない～と良く聞くので、場所の地図を<br />\r<img width=\"250\" height=\"150\" src=\"http://www.blackcat.xyz/images/articles/moe100511_SakuraMochi_3.png\" alt=\"\" /></p>',1,2827,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/100511__1_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-05-12 14:36:58','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('2010051304293146',3,0,'2010-05-13 04:29:31','05/13 ハンコインの払戻しに関する重要なお知らせ',null,'<p><strong><a href=\"http://info.hangame.co.jp/index.nhn?m=detail&amp;infono=251\">ハンコインの払戻しに関する重要なお知らせ</a></strong>に今日気づいたくろねこであった。</p>\r<p>この記事によると「<strong>資金決済に関する法律</strong>」に沿う形で、ハンコインの返金が停止されるという。<br />\rそもそも、そう言う<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9&amp;affid=21mTn15NlY\">サービス</a>をしていたこと自体が初耳なのだが&hellip;<br />\r何で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85&amp;affid=21mTn15NlY\">利用者</a>に不便な方向に改変されるのだ？と思ってちょっと調べてみた。</p>','<p>該当する法律内の箇所はここしかない。</p>\r<blockquote><b>第二十条</b> 　前払式支払手段発行者は、次の各号のいずれかに該当するときは、前払式支払手段の保有者に、当該前払式支払手段の残高として<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%86%85%E9%96%A3%E5%BA%9C%E4%BB%A4&amp;affid=21mTn15NlY\">内閣府令</a>で定める額を払い戻さなければならない。<br />\r<b>一</b> 　前払式支払手段の発行の業務の全部又は一部を廃止した場合（相続又は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8B%E6%A5%AD%E8%AD%B2%E6%B8%A1&amp;affid=21mTn15NlY\">事業譲渡</a>、合併若しくは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BC%9A%E7%A4%BE%E5%88%86%E5%89%B2&amp;affid=21mTn15NlY\">会社分割</a>その他の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8B%E7%94%B1&amp;affid=21mTn15NlY\">事由</a>により当該業務の承継が行われた場合を除く。） <br />\r<strong>二</strong> 　当該前払式支払手段発行者が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AC%AC%E4%B8%89%E8%80%85&amp;affid=21mTn15NlY\">第三者</a>型発行者である場合において、第二十七条第一項又は第二項の規定により第七条の登録を取り消されたとき。 <br />\r<strong>三</strong> 　その他内閣府令で定める場合 <br />\r<b>２</b> 　前払式支払手段発行者は、前項各号に掲げる場合を除き、その発行する前払式支払手段について、保有者に払戻しをしてはならない。ただし、払戻金額が少額である場合その他の前払式支払手段の発行の業務の健全な運営に支障が生ずるおそれがない場合として内閣府令で定める場合は、この限りでない。</blockquote>\r<p>前払式支払手段発行者というのはハンコインなどを発行しているNHN Japanのような会社ですね。</p>\r<p>そしてこの法律は、このように意味していると思うのであります。</p>\r<ol>\r    <li>NHN Japanはハンコインの発行を停止した場合には、ハンコイン相当を利用者に返金しなさい。</li>\r    <li><strong>ハンコインの発行を停止した場合、もしくは法律で決められた以外の場合には払い戻しをしてはならない </strong></li>\r</ol>\r<p>2番目の事を理由にこの内容は書かれたわけですね。何か利用者の利益を守るための法律が逆にうまいこと利用された気がするのですが&hellip;。その他内閣府令で利用者が利用しているサービスの全部または一部を中止した場合についても返金するように改めて欲しいものであります。</p>',1,2752,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://info.hangame.co.jp/index.nhn?m=detail&amp;infono=251\">ハンコインの払戻しに関する重要なお知らせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9&amp;affid=21mTn15NlY\">サービス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85&amp;affid=21mTn15NlY\">利用者</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%86%85%E9%96%A3%E5%BA%9C%E4%BB%A4&amp;affid=21mTn15NlY\">内閣府令</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8B%E6%A5%AD%E8%AD%B2%E6%B8%A1&amp;affid=21mTn15NlY\">事業譲渡</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BC%9A%E7%A4%BE%E5%88%86%E5%89%B2&amp;affid=21mTn15NlY\">会社分割</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8B%E7%94%B1&amp;affid=21mTn15NlY\">事由</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AC%AC%E4%B8%89%E8%80%85&amp;affid=21mTn15NlY\">第三者</a>',0,1,0,0,0,'2010-05-13 06:31:11','html',1,1,'資金決済に関する法律,払い戻し,前払い,ハンコイン','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100514_optical_fiber_cable',3,0,'2010-05-14 19:20:34','05/14 マンションに光ファイバーを',null,'<p>数ヶ月前、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">マンション</a>に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%89%E3%83%95%E3%82%A1%E3%82%A4%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">光ファイバー</a>を増設する計画を立てた。<br />\r<br />\rNTTと契約しているフレッツ光プレミアムが<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%82%A4%E3%83%97&amp;affid=21mTn15NlY\">タイプ</a>1で16個までしか接続が不可能。現在11個が契約中。<br />\rしかも、くろねこ的に同じ値段でもう一つ上の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">プラン</a>があるというのが許せない。そこで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E4%BC%9A&amp;affid=21mTn15NlY\">理事会</a>を説得して総会にかけて光プランを追加する計画を敢行した。<br />\r<br />\r結果的には、フレッツ光ネクストを追加することに成功したのだが、その過程で一つの衝撃の事実が明らかとなる。<br />\r<br />\r<strong><em>マンションに光ファイバーが引けないというのだ！！</em></strong></p>\r<p>理由は、この下&darr;。</p>','<p>もうちょっと詳細に詳細に言うと、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%9A%E5%B8%B8&amp;affid=21mTn15NlY\">通常</a>新しいマンションでは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=LAN%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">LANケーブル</a>や<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%BB%E8%A9%B1%E7%B7%9A&amp;affid=21mTn15NlY\">電話線</a>を敷設する際に先に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%93%E3%83%8B%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">ビニール</a>管などを通してその中に敷設するのが<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC&amp;affid=21mTn15NlY\">一般</a>的である。<br />\r<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%B1%E6%9C%89&amp;affid=21mTn15NlY\">共有</a>部に1Fから15Fまで管が通してある、以降縦管と称する。またそれをマンションに取り込む時に通す管が通常有るこれを以降横管と称する。<br />\r<br />\rマンション内に敷設された縦管には光ファイバーを通せる隙間はあるらしい、これについては問題は無い。しかし、縦管から横管に引き込む際に通る場所が、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AC%E3%82%B9&amp;affid=21mTn15NlY\">ガス</a>管や<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E9%81%93%E7%AE%A1&amp;affid=21mTn15NlY\">水道管</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%A6%E6%B9%AF&amp;affid=21mTn15NlY\">給湯</a>器などが設置されている<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%8B%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ユニット</a>になっている。ここが、危なくて作業できないと工<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8B%E6%A5%AD%E8%80%85&amp;affid=21mTn15NlY\">事業者</a>が言うのである。もう一つの問題点として、このマンションには横管がないのである。直接、電話線、LANケーブルなどが敷設されているとのことである。<br />\r<br />\rくろねこも工事業者に言われて<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%8B%E3%83%83%E3%83%88%E3%83%90%E3%82%B9&amp;affid=21mTn15NlY\">ユニットバス</a>の上から<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%85%8D%E7%B7%9A&amp;affid=21mTn15NlY\">配線</a>状況をこの目で見たが、外から来ている配線は管には入ってなかった。ユニットバス上から各部屋にはLANケーブルを追加する必要があるためからの管が敷設されていた。<br />\r<br />\rなぜ共有部から<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B0%82%E6%9C%89%E9%83%A8%E5%88%86&amp;affid=21mTn15NlY\">専有部分</a>に取り込むところだけ管がないのだろうか？既存の配線に問題が出たときなどに修繕するのにも余計な費用がかかる。<br />\r<br />\rこれは、<br />\r<em><strong>設計事務所の設計が悪い。</strong></em><br />\rと断定した。<br />\r<br />\rすでに、売り主の環商事は倒産した。しかし、こういう場合、施工主ではなく元々の設計が悪いと言うことで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%AD%E8%A8%88%E4%BA%8B%E5%8B%99%E6%89%80&amp;affid=21mTn15NlY\">設計事務所</a>を訴えることが出来ると言うことをちらっと聞いた。事実なら、これはいけるかもしれない&hellip;。</p>\r<p>追記<br />\rマンションを買う前からわかっていたことも付け加えると、最近のマンションは部屋にマルチメディアコンセントが設置されていることが多い。このマルチメディアコンセントPCをつなぐ用途に使うことも想定されている(LANコネクタもある)と思うが、電源にアースがない。<a href=\"http://denko.panasonic.biz/Ebox/multimedia/mms_08_top.html\">マルチメディアコンセント</a>のぺージを参照して貰えればわかるが、2極接地極付コンセントを利用するか、アース端子を設けるべきである。現在のPCは1500Wを超えるものもある。発火の危険性が高い、且つアースがあった方が性能が安定する。と言うことで付けるべきであると思うが、皆さんはいかがだろうか？</p>\r<p>■備考</p>\r<ul>\r    <li><a href=\"http://ja.wikipedia.org/wiki/%E9%85%8D%E7%B7%9A%E7%94%A8%E5%B7%AE%E8%BE%BC%E6%8E%A5%E7%B6%9A%E5%99%A8\">配線用差込接続器</a></li>\r</ul>\r<p>&nbsp;</p>',1,6700,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">マンション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%89%E3%83%95%E3%82%A1%E3%82%A4%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">光ファイバー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%82%A4%E3%83%97&amp;affid=21mTn15NlY\">タイプ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">プラン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E4%BC%9A&amp;affid=21mTn15NlY\">理事会</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%9A%E5%B8%B8&amp;affid=21mTn15NlY\">通常</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=LAN%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">LANケーブル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%BB%E8%A9%B1%E7%B7%9A&amp;affid=21mTn15NlY\">電話線</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%93%E3%83%8B%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">ビニール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC&amp;affid=21mTn15NlY\">一般</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%B1%E6%9C%89&amp;affid=21mTn15NlY\">共有</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AC%E3%82%B9&amp;affid=21mTn15NlY\">ガス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%B4%E9%81%93%E7%AE%A1&amp;affid=21mTn15NlY\">水道管</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%A6%E6%B9%AF&amp;affid=21mTn15NlY\">給湯</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%8B%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ユニット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%8B%E6%A5%AD%E8%80%85&amp;affid=21mTn15NlY\">事業者</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%8B%E3%83%83%E3%83%88%E3%83%90%E3%82%B9&amp;affid=21mTn15NlY\">ユニットバス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%85%8D%E7%B7%9A&amp;affid=21mTn15NlY\">配線</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B0%82%E6%9C%89%E9%83%A8%E5%88%86&amp;affid=21mTn15NlY\">専有部分</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%AD%E8%A8%88%E4%BA%8B%E5%8B%99%E6%89%80&amp;affid=21mTn15NlY\">設計事務所</a>\n<a href=\"http://denko.panasonic.biz/Ebox/multimedia/mms_08_top.html\">マルチメディアコンセント</a>\n<a href=\"http://ja.wikipedia.org/wiki/%E9%85%8D%E7%B7%9A%E7%94%A8%E5%B7%AE%E8%BE%BC%E6%8E%A5%E7%B6%9A%E5%99%A8\">配線用差込接続器</a>',0,1,0,0,0,'2010-05-14 21:29:36','html',1,1,'光ファイバー,マンション,アーキネット京都','光ファイバー,マンション,アーキネット京都',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100514_decay_or_rust',3,0,'2010-05-14 20:29:35','05/14 腐敗と錆',null,'<p>息子が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%A3%9F%E3%81%B9%E7%89%A9&amp;affid=21mTn15NlY\">食べ物</a>に対して錆びるという<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%A8%E7%8F%BE&amp;affid=21mTn15NlY\">表現</a>を使用していた。それを聞いた嫁が「食べ物は錆びるじゃなくて、腐る」と訂正しているのを聞いた。そして、私はその訂正に対して違和感を覚えた。</p>\r<ul>\r    <li>錆びるも腐るも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A0%B9%E6%9C%AC&amp;affid=21mTn15NlY\">根本</a>は同じ、酸化現象&hellip;</li>\r    <li>腐るは本当に食物だけに適用されるのか&hellip;</li>\r</ul>\r<p>食べ物ではないもの、たとえばそうだ&hellip;<br />\r大根の葉あれは食べ物ではない、しかし腐ると表現する&hellip;。<br />\r同様に、樹木もしかりだ。<br />\rだとするならば、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E6%A9%9F%E7%89%A9&amp;affid=21mTn15NlY\">無機物</a>の酸化現象は錆びる、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%89%E6%A9%9F%E7%89%A9&amp;affid=21mTn15NlY\">有機物</a>の酸化現象は腐るで良いのか。</p>','<p>で、一旦考えがまとまった。</p>\r<p>しかし、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">ブログ</a>を書きながら、また違和感を覚えた。</p>\r<ul>\r    <li>錆びるという言葉は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%91%E5%B1%9E&amp;affid=21mTn15NlY\">金属</a>にのみ使用するのではないのか？</li>\r    <li>酸化現象と言えば燃焼も酸化現象である&hellip;</li>\r    <li>人間の能力が落ちることも錆びるという&hellip;</li>\r</ul>\r<p>まあ、最後のは置いておいたとしても、錆びる/腐る/<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%87%83%E3%81%88%E3%82%8B&amp;affid=21mTn15NlY\">燃える</a> を明確に使い分けるにはどうすればいいのか？</p>\r<p>難問であった&hellip;。</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%B0%E5%9B%B2%E6%B0%97&amp;affid=21mTn15NlY\">雰囲気</a>的には、</p>\r<ul>\r    <li>金属の酸化現象&hellip;錆びる</li>\r    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%89%E6%A9%9F%E7%89%A9&amp;affid=21mTn15NlY\">有機物</a>の穏やかな酸化現象&hellip;腐る</li>\r    <li>有機物の激しい酸化現象&hellip;燃える</li>\r</ul>\r<p>で良いのだろうか？</p>\r<div class=\"add\">\r<p><strong>追記</strong><br />\rWikipedia で調べてみた。</p>\r<ul>\r    <li><strong>錆</strong>（さび、<strong>銹</strong>、?とも。英語：rust）とは、<a title=\"鉄\" href=\"/wiki/%E9%89%84\"><font color=\"#002bb8\">鉄</font></a>や<a class=\"new\" title=\"鉄合金 (未作成ページ)\" href=\"/w/index.php?title=%E9%89%84%E5%90%88%E9%87%91&amp;action=edit&amp;redlink=1\"><font color=\"#ba0000\">鉄合金</font></a>の<a title=\"腐食\" href=\"/wiki/%E8%85%90%E9%A3%9F\"><font color=\"#002bb8\">腐食</font></a>生成物のうち、水に不溶であるもののことである。</li>\r    <li><strong>腐敗</strong>（ふはい）とは腐敗<a class=\"mw-redirect\" title=\"細菌\" href=\"/wiki/%E7%B4%B0%E8%8F%8C\"><font color=\"#002bb8\">細菌</font></a>、<a class=\"mw-redirect\" title=\"真菌\" href=\"/wiki/%E7%9C%9F%E8%8F%8C\"><font color=\"#002bb8\">真菌</font></a>、<a title=\"酵母\" href=\"/wiki/%E9%85%B5%E6%AF%8D\"><font color=\"#002bb8\">酵母</font></a>など<a title=\"微生物\" href=\"/wiki/%E5%BE%AE%E7%94%9F%E7%89%A9\"><font color=\"#002bb8\">微生物</font></a>によって、生物由来の有機物、特に<a title=\"タンパク質\" href=\"/wiki/%E3%82%BF%E3%83%B3%E3%83%91%E3%82%AF%E8%B3%AA\"><font color=\"#002bb8\">タンパク質</font></a>などの窒素を含んだ有機物が分解されること。</li>\r    <li><strong>燃焼</strong>（ねんしょう、英語：combustion）とは、発熱を伴う激しい<a title=\"物質\" href=\"/wiki/%E7%89%A9%E8%B3%AA\"><font color=\"#002bb8\">物質</font></a>の<a title=\"化学反応\" href=\"/wiki/%E5%8C%96%E5%AD%A6%E5%8F%8D%E5%BF%9C\"><font color=\"#002bb8\">化学反応</font></a>のこと。</li>\r</ul>\r<p>んー、いろいろ間違っていたんだな&hellip;。</p>\r</div>',1,3891,0,1,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%A3%9F%E3%81%B9%E7%89%A9&amp;affid=21mTn15NlY\">食べ物</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%A8%E7%8F%BE&amp;affid=21mTn15NlY\">表現</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A0%B9%E6%9C%AC&amp;affid=21mTn15NlY\">根本</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E6%A9%9F%E7%89%A9&amp;affid=21mTn15NlY\">無機物</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%89%E6%A9%9F%E7%89%A9&amp;affid=21mTn15NlY\">有機物</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">ブログ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%91%E5%B1%9E&amp;affid=21mTn15NlY\">金属</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%87%83%E3%81%88%E3%82%8B&amp;affid=21mTn15NlY\">燃える</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%B0%E5%9B%B2%E6%B0%97&amp;affid=21mTn15NlY\">雰囲気</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%89%E6%A9%9F%E7%89%A9&amp;affid=21mTn15NlY\">有機物</a>\n<a href=\"/wiki/%E9%89%84\">鉄</a>\n<a href=\"/w/index.php?title=%E9%89%84%E5%90%88%E9%87%91&amp;action=edit&amp;redlink=1\">鉄合金</a>\n<a href=\"/wiki/%E8%85%90%E9%A3%9F\">腐食</a>\n<a href=\"/wiki/%E7%B4%B0%E8%8F%8C\">細菌</a>\n<a href=\"/wiki/%E7%9C%9F%E8%8F%8C\">真菌</a>\n<a href=\"/wiki/%E9%85%B5%E6%AF%8D\">酵母</a>\n<a href=\"/wiki/%E5%BE%AE%E7%94%9F%E7%89%A9\">微生物</a>\n<a href=\"/wiki/%E3%82%BF%E3%83%B3%E3%83%91%E3%82%AF%E8%B3%AA\">タンパク質</a>\n<a href=\"/wiki/%E7%89%A9%E8%B3%AA\">物質</a>\n<a href=\"/wiki/%E5%8C%96%E5%AD%A6%E5%8F%8D%E5%BF%9C\">化学反応</a>',0,1,0,0,0,'2010-05-14 21:41:00','html',1,1,'','腐敗,錆,酸化現象',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100516',3,0,'2010-05-16 16:35:06','05/16 精錬の泉イベントにて…',null,'<p>さて、毎年恒例？の精錬の泉キャンペーンの時期がやって参りました。昨年の3周年イベントでは+3が+6になるキャンペーンでした。それでくろねこのおもちゃの剣は+6になったのですが&hellip;</p>\r<p>今年は+4から+8に一気にジャンプするようですね。来年はどうするんだろうってちょっと考えちゃいましたが。<br />\r最初はやる気がなかったのですが、ちょっとやってみようと思って準備しました。スチールインゴット約5000個、金属繊維約900個、ソウルオブヤマト6個。。。ちょっとバランスが悪いですがソウルは複製で増えるのでOK</p>\r<p>早速、こうひんしつは荷物持ち、むらまさでコダチを作って行きます～。<br />\rしかし、キャンペーン期間中はマイペが重いです、サーバーも重いです。ネオク山の金床で作っていたのですが重すぎてHG:MGがほぼ1:1しかし、一回急に重くなって手前で止めたつもりが行きすぎてNGになるというハプニングも&hellip;</p>','<p>しかし、そんなハプニングはただの前兆でした。</p>\r<p>精錬の泉に放り込むために、コダチを全部マイペに放り込んだつもりが&hellip;スチールコダチとスチールインゴットを間違えてスチールインゴットまでマイペに&hellip;</p>\r<p>で、ミニゲームの画面を開けてビックリ！アイテムがないのですよ。アイテムボックスを再確認してアイテムの消失に気づく！</p>\r<p>やられた～</p>\r<p>って感じでしたね。<br />\rコダチなんか正直たいしたことがないのですが、スチールインゴット1000-コダチ8個分で952このインゴットが消えたのが一番痛い＞＜；</p>\r<p>正直、マイペでものが消えるって今更じゃないですか、消えないように移動確認してからもう片方を消すようにして欲しいものです。DBサーバーとかで言うところのトランザクションですよね。普通に出来るはずなんですから、タイマンだと思うのですよ。</p>\r<p>取りあえず、サポートにはめーるしておきましたがどうなる事やら&hellip;</p>\r<p>■参考</p>\r<blockquote>10-05-16 限界突破の1日限定超企画！　4周年だから○○キャンペーン開催！<span class=\"newmark\">NEW</span><br />\r<br />\rいつも『 Master of Epic 』をご利用いただきありがとうございます。<br />\r<br />\rおかげさまで4周年！<br />\r4ｔｈアニバーサリーを記念して、5月16日（日）1日限りの特別企画を実施いたします。<br />\r<br />\r■キャンペーン実施期間 <br />\r5月16日（日）0:00～23:59<br />\r<br />\r■キャンペーン内容<br />\r<br />\r・キャンペーンその1<br />\r◇4周年だから元祖もえガチャEXの一等が4倍！<br />\r<br />\r通常、一等の出現率が「 元祖もえガチャG 」の3倍となっている「 元祖もえガチャEX 」で、<br />\rなんと1日限定で一等の出現率が「 元祖もえガチャG 」の<font color=\"#ff0000\"><b>4倍</b></font>になります！<br />\r<br />\r期間中、元祖もえガチャEXでのアイテムの出現確率は、以下のようになっております。<br />\r<br />\r<font color=\"#ff0000\"><b>・インペリアル ハウンド装備セット（染色可）　元祖もえガチャGの確率4倍<br />\r・パーラーメイド装備セット（染色可）　元祖もえガチャGの確率4倍<br />\r・ヴァッシュなりきり装備セット（染色可）　元祖もえガチャGの確率4倍</b></font><br />\r・腰巻きカーディガン　元祖もえガチャGの確率2.8倍<br />\r・フローティング コフィン ワン　元祖もえガチャGの確率2.8倍<br />\r・月と星の精霊　元祖もえガチャGの確率2.8倍<br />\r・太陽の精霊　元祖もえガチャGの確率2.8倍<br />\r・星型モルゲン　元祖もえガチャGの確率2.8倍<br />\r・薬籠　元祖もえガチャGの確率2.8倍<br />\r・肩乗りタイガー　元祖もえガチャGの確率2.8倍<br />\r・ゴーグル（染色可）　元祖もえガチャGの確率2.8倍<br />\r・羽根付き帽子 A　元祖もえガチャGの確率2.8倍<br />\r・羽根付き帽子 B　元祖もえガチャGの確率2.8倍<br />\r・レザー ジャケット　元祖もえガチャGの確率2.8倍<br />\r・魚籠　元祖もえガチャGの確率2.8倍<br />\r・アニマの剣　元祖もえガチャGの確率2.8倍<br />\r・アニマの盾　元祖もえガチャGの確率2.8倍<br />\r<br />\r※一等の出現率UPに伴い、特賞および三等の出現率が減少しております<br />\r<br />\r元祖もえガチャは<a target=\"_blank\" href=\"http://moepic.com/minigame/moegacha.php\">こちら</a>から！<br />\r<br />\r・キャンペーンその2<br />\r◇4周年だから+4が+4！　精錬の泉キャンペーン<br />\r<br />\rミニゲーム「 精錬の泉 」にて+4まで精錬されたアイテムを使用すると、<br />\r精錬に成功した場合本来なら+5になるところが、一定の確率でいきなり+8に精錬されます！<br />\r<br />\rまた、以下のアイテムについては、<br />\r精錬に成功した場合本来なら+2になるところが、一定の確率でいきなり+3に精錬されます！<br />\r<br />\r・デザイン パイレーツ装備 +1各種<br />\r・魂振装備 +1各種<br />\r・インペリアル ハウンド装備 +1各種<br />\r・月影周郎装備 +1各種<br />\r・臥龍武侯装備 +1各種<br />\r・シルヴァンガード装備 +1各種<br />\r・ノア ユニット装備 +1各種<br />\r・アニマ装備 +1各種<br />\r・頭乗り牡丹餅A +1<br />\r・頭乗り牡丹餅B +1<br />\r・頭乗り牡丹餅C +1<br />\r・魔竜の双翼 +1<br />\r・ボウ オブ スワロウテイル +1<br />\r・アニマの剣 +1<br />\r・魔竜の爪 +1<br />\r・魔竜の牙 +1<br />\r・黄金のスプーン +1<br />\r・アニマの盾 +1<br />\r・ダークナイト シールド +1<br />\r<br />\r※精錬に成功する確率自体は、アニバーサリーラッキータイム中と同等です<br />\r<br />\rこの機会に是非ご利用ください。<br />\r<br />\r今後とも『 Master of Epic:The ResonanceAge Universe 』を宜しくお願いいたします。</blockquote>',1,3417,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://moepic.com/minigame/moegacha.php\">こちら</a>',0,1,0,0,0,'2010-05-18 14:47:01','html',1,1,'Master of Epic,精錬の泉,キャンペーン,マイページ,消失','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100517',3,0,'2010-05-17 13:01:36','05/17 相場は…',null,'<p>今日は始まってからずっと相場は下がり調子です。<br />\r5/6以降いったんは反発して上がりましたが、その後はずっと下がり調子です。このまま相場は下がり続けるのでしょうか？<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>の安心感は戻るのでしょうか？ユーロだけ下がり続けて他が上がるという状況もあり得るのでしょうか？今の状況ではそれはなさそうですが&hellip;。</p>\r<p><strong>当面の問題は、<br />\rサポートだと見ている5/6の相場、この相場を下回ってくるのか、すなわちこれ以上円高が進むのか？</strong></p>\r<p>と言うところではないでしょうか？</p>','<p>5/6の相場は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8A%E3%82%B9%E3%83%80%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ナスダック</a>での異常取引が相場に影響していると見ているので、あの以上取引がなければあそこまでは下がらなかったのではないか？と言う見方も出来るものの、株と為替は別物で一つの材料でしかないので、やはりあそこまで下がったのか？とも思えるわけで&hellip;</p>\r<p>くろねこは83円、82円円と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E6%98%87&amp;affid=21mTn15NlY\">上昇</a>してくれることを祈って買いましたが、どこかで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>した方が良いのかな～。すでに遅い気もしないではないです。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%82%A9%E3%83%BC&amp;affid=21mTn15NlY\">フォー</a>ランドの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%9D%E6%9C%9F%E8%A8%AD%E5%AE%9A&amp;affid=21mTn15NlY\">初期設定</a>を見ていると、ほとんどの人って&plusmn;10bpとか&plusmn;20bp程度で損切りなのですかね？豪ドルは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>を狙う通貨でもあるので多少損をしても永く持ち続けるという選択肢もあるのかなと思ってはいるのですが、1円も下がったら取り返すのは至難の業ですね～</p>\r<p>損切りについて、どの程度が適切かスワップと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B9%B3%E5%9D%87&amp;affid=21mTn15NlY\">平均</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>期間とあたりを見ながら理論的に考える必要がありそうです。</p>',1,2420,2,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8A%E3%82%B9%E3%83%80%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ナスダック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E6%98%87&amp;affid=21mTn15NlY\">上昇</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%88%87%E3%82%8A&amp;affid=21mTn15NlY\">損切り</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%82%A9%E3%83%BC&amp;affid=21mTn15NlY\">フォー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%9D%E6%9C%9F%E8%A8%AD%E5%AE%9A&amp;affid=21mTn15NlY\">初期設定</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B9%B3%E5%9D%87&amp;affid=21mTn15NlY\">平均</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%9D%E6%8C%81&amp;affid=21mTn15NlY\">保持</a>',0,1,0,0,0,'2010-05-17 15:28:38','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100519_VIX_UP',3,0,'2010-05-19 04:05:45','05/19 為替恐怖指数UP中!!!',null,'<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>の相場、底が80円程度だと思って79.97円で買ったら&hellip;<br />\r今現在79.5円まで下がりましたね。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>狙いでちょっと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%95%B7%E3%81%84%E9%96%93&amp;affid=21mTn15NlY\">長い間</a>持とうと思っていたのですが、これだけ底が弱いと81.5円程度まで上がったら売りかな？なんて考えています。</p>\r<p>本日、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%86%86&amp;affid=21mTn15NlY\">ユーロ円</a>を115円売りから入ったのですが、決済のトレール幅が小さすぎて114.5円程度で決済されてしまいました。<br />\r最近はボラリティも大きいのでトレール幅を大きめに取らないと追従できませんね。0.4円程度は取らないと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>でしょうか？<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%A9%E3%83%95&amp;affid=21mTn15NlY\">グラフ</a>を見ながら出してないのでもっと大きめで取らないとダメかもしれません。<br />\rそんな<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>は112.08円まで下げたようです。<span style=\"text-decoration: line-through\"><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">ニュース</a>によると<strong>2006年四月以来</strong>だそうです。</span>月足のチャートで見ると見られる範囲では過去最高ですね＞＜；ユーロを買いで入るのは非常に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a>が高そうです。</p>\r<p>また、115円あたりまで上がったら売りから入ってみようかと思い、今日の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%AB%98%E5%80%A4&amp;affid=21mTn15NlY\">高値</a>115.5円で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>しておきました。<br />\r次回は112円まで待てるでしょうか？肝っ玉が小さいので114円で満足してしまいそうです。</p>','<p>しかし、いつものことなのですがいつもこのあたりになれば買いだな～と思った値で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>しておくのですが、じーっと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%A9%E3%83%95&amp;affid=21mTn15NlY\">グラフ</a>を見ていて相場が下がってきて、下落幅が小さくなってきたり、下髭が長くなったり、上がったり下がったりし出すとこのあたりが底かなぁと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%80%9D%E3%81%84%E8%BE%BC%E3%81%BF&amp;affid=21mTn15NlY\">思い込み</a>注文を変えちゃうのですね。<br />\r結構、そのあとでまた下がりだして元々の指値以下まで下がることが多いです。相場感がないというのでしょうね。</p>\r<p>今日の例で言うと、豪ドル円をスター為替の方は89.8円、フォーランドの方は89.5円で注文しておきました。<br />\rしかし、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E8%A8%98&amp;affid=21mTn15NlY\">上記</a>のような思い込みで&hellip;それぞれ89.97円、89.9円に変更してしまい儲け幅を削ってしまいました。<br />\rやはり、きちんとFXをしようとすると、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">統計</a>を取ったりして自分なりに必勝方法をまとめていく必要がありそうです。<br />\r感覚だけでしていると、小金は儲かるが大金を落としそうです。</p>',1,2315,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%95%B7%E3%81%84%E9%96%93&amp;affid=21mTn15NlY\">長い間</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%86%86&amp;affid=21mTn15NlY\">ユーロ円</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%A9%E3%83%95&amp;affid=21mTn15NlY\">グラフ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">ニュース</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B9%E3%82%AF&amp;affid=21mTn15NlY\">リスク</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%AB%98%E5%80%A4&amp;affid=21mTn15NlY\">高値</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%A9%E3%83%95&amp;affid=21mTn15NlY\">グラフ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%80%9D%E3%81%84%E8%BE%BC%E3%81%BF&amp;affid=21mTn15NlY\">思い込み</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E8%A8%98&amp;affid=21mTn15NlY\">上記</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">統計</a>',0,1,0,0,0,'2010-05-19 17:16:07','html',1,1,'','FX,下落,豪ドル,ユーロ,2006年四月以来',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100519_VIX_UP2',3,0,'2010-05-19 10:31:41','05/19 朝起きて2度目のメール',null,'<p>朝起きて2度目の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>で完全にたたき起こされました。<br />\rそのメールは為替ヒットメール、最初のメールは<br />\r豪ﾄﾞﾙ/円 [売<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%97%E9%85%8D&amp;affid=21mTn15NlY\">気配</a>(買<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ヒット</a>価格)] 79.30<br />\rそして2度目のメールは<br />\r豪ﾄﾞﾙ/円 [売気配(買ヒット価格)] 78.30<br />\rいずれも、昨日のNY相場でサポートとされる価格付近だった。</p>','<p>このサポートを抜けると、その下に明確なサポートって&hellip;<br />\r5/6の価格か？それとも昨年末によく見た76.5円付近？<br />\rどちらにしても危険なので、ちょっとお金を借りてきて&hellip;<br />\r入金される<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%A3%E5%BA%A7&amp;affid=21mTn15NlY\">口座</a>が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%82%A4%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">クイック</a>入金に対応していない口座なので、現地まで出向いて現金を移動する&hellip;。</p>\r<p>今、その作業を終えたところなのであるが、一応小休止に入ったのだろうか？新たな下落の予兆なのだろうか？<br />\r10時頃を境に相場は再び80円台に向けて<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E6%98%87&amp;affid=21mTn15NlY\">上昇</a>を始めた。でも、まだ危険なかおりがする。</p>\r<p>豪5月ウエストパック消費者信頼感指数ってそんなに重要な指標なのかな？スター為替のマーケットカレンダーには載ってなかったんだけど？スター為替のマーケットカレンダーで豪の予定と言えば、昨日の<a href=\"http://market.starkawase.jp/calender/app?date=20100518&amp;name=%E8%B1%AA%E6%BA%96%E5%82%99%E9%8A%80%E8%A1%8C%EF%BC%88%E4%B8%AD%E5%A4%AE%E9%8A%80%E8%A1%8C%EF%BC%89%E3%80%81%E9%87%91%E8%9E%8D%E6%94%BF%E7%AD%96%E4%BC%9A%E5%90%88%E8%AD%B0%E4%BA%8B%E8%A6%81%E6%97%A8%E5%85%AC%E8%A1%A8&amp;money=AUD&amp;impo=\">豪準備銀行（中央銀行）、金融政策会合議事要旨公表</a>から5/31(月) 9:30 の<a href=\"http://market.starkawase.jp/calender/app?date=20100531&amp;name=%E7%B5%8C%E5%B8%B8%E5%8F%8E%E6%94%AF&amp;money=AUD&amp;impo=\">1-3月経常収支</a>までは何も載ってないんだよね。</p>\r<p>たまたま、市場の雰囲気が悪化してた所にその指標で下げたという所か、昨夜も結構下げたしね。</p>',1,2285,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%97%E9%85%8D&amp;affid=21mTn15NlY\">気配</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%92%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ヒット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%A3%E5%BA%A7&amp;affid=21mTn15NlY\">口座</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%82%A4%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">クイック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E6%98%87&amp;affid=21mTn15NlY\">上昇</a>\n<a href=\"http://market.starkawase.jp/calender/app?date=20100518&amp;name=%E8%B1%AA%E6%BA%96%E5%82%99%E9%8A%80%E8%A1%8C%EF%BC%88%E4%B8%AD%E5%A4%AE%E9%8A%80%E8%A1%8C%EF%BC%89%E3%80%81%E9%87%91%E8%9E%8D%E6%94%BF%E7%AD%96%E4%BC%9A%E5%90%88%E8%AD%B0%E4%BA%8B%E8%A6%81%E6%97%A8%E5%85%AC%E8%A1%A8&amp;money=AUD&amp;impo=\">豪準備銀行（中央銀行）、金融政策会合議事要旨公表</a>\n<a href=\"http://market.starkawase.jp/calender/app?date=20100531&amp;name=%E7%B5%8C%E5%B8%B8%E5%8F%8E%E6%94%AF&amp;money=AUD&amp;impo=\">1-3月経常収支</a>',0,1,0,0,0,'2010-05-19 10:59:24','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100519_VIX_UP3',3,0,'2010-05-19 17:57:58','01/19 豪ドル円＝6日安値、そして年初来安値を目指す？',null,'<p>数時間ほど小康状態を保っていた<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>円なのだが、16:40頃から急激に下落し始めた。<br />\r77.2まで下落し、現在77.70円ここは買うべきなのか？さらなる下落を予想して売っておくべきなのか？じっと我慢で様子を見るのか&hellip;<br />\r現在の証拠金<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%AF%94%E7%8E%87&amp;affid=21mTn15NlY\">比率</a>はスター為替が714.81%とフォーランドが332.50％、スター為替で朝の下落から復活し始めた際に流れに乗ろうと思って78.87にて買いで入ったが、頭が重くて結局79円で売ってしまった。結果としては<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%83%E3%82%AD%E3%83%BC&amp;affid=21mTn15NlY\">ラッキー</a>だったのだが&hellip;<br />\r<br />\r今買いに入ってもまた同じ事を繰り返して下落しそうで怖い。これを<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%81%90%E6%80%96%E6%8C%87%E6%95%B0&amp;affid=21mTn15NlY\">恐怖指数</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E6%98%87&amp;affid=21mTn15NlY\">上昇</a>というのだろう。</p>\r<p>しかし、両方あわせて10枚しか持ってないのに6日の日に大損してから元金が減って、さらに下値も拡大してやってられんって感じですわ&hellip;。</p>','',1,2372,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%AF%94%E7%8E%87&amp;affid=21mTn15NlY\">比率</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%83%83%E3%82%AD%E3%83%BC&amp;affid=21mTn15NlY\">ラッキー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%81%90%E6%80%96%E6%8C%87%E6%95%B0&amp;affid=21mTn15NlY\">恐怖指数</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E6%98%87&amp;affid=21mTn15NlY\">上昇</a>',0,1,0,0,0,'2010-05-19 18:07:43','html',1,1,'','豪ドル,恐怖指数,年初来安値',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fc100520_greece',3,0,'2010-05-20 00:07:28','05/20 ギリシャがユーロ圏を脱退したら…',null,'<p>今日<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%9C%8F&amp;affid=21mTn15NlY\">ユーロ圏</a>を脱退するのでは？と言う憶測が市場に流れているようですね。<br />\rギリシャが責任を感じてかどうかは知りませんが、ユーロ圏から脱退すれば<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>は現状よりも比較的安定するでしょうね。しかし、まだ南欧にはギリシャと同じような国々があるようですので、安泰というわけには行かないでしょうが、先例が出来てしまうとそう言う国々も脱退せざるを得ない<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%B0%E5%9B%B2%E6%B0%97&amp;affid=21mTn15NlY\">雰囲気</a>が形成されてしまうような気もします。</p>\r<p>くろねこの相場的には安定して<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E6%98%87&amp;affid=21mTn15NlY\">上昇</a>基調に戻ってくれることがうれしいので、脱退しれくれたら&hellip;と期待を持たざるを得ないですが、そうするとギリシャ経済はIMFしか頼れないので終わっちゃうのでしょうね。<br />\r問題の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A0%B9%E6%9C%AC&amp;affid=21mTn15NlY\">根本</a>がわかりませんが、一部の政治を握っていた人たちに国民が騙されていたとかいう話ですが、日本も高級官僚と一部の政治家たちに税金を吸い取られ好き放題に使われていると言う意味で、民意が政治に反映されず騙されている状況に装置がいはないと思います。</p>','',1,3188,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%9C%8F&amp;affid=21mTn15NlY\">ユーロ圏</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%B0%E5%9B%B2%E6%B0%97&amp;affid=21mTn15NlY\">雰囲気</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8A%E6%98%87&amp;affid=21mTn15NlY\">上昇</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A0%B9%E6%9C%AC&amp;affid=21mTn15NlY\">根本</a>',0,1,0,0,0,'2010-05-20 14:48:45','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100520_AUD',3,0,'2010-05-20 14:48:57','05/20 豪ドル：底が抜けちゃった…',null,'<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>円は下げ幅拡大し、09年7月以来の76円を割れちゃいました。</p>\r<p>今日は12:30頃に起きました。朝7時前に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%86%86&amp;affid=21mTn15NlY\">ユーロ円</a>が114円、豪ドルが78円を回復してるとヒットメールが教えてくれていたので、為替は回復しているんだとちょっとした安心感でゆっくり寝ることが出来ました。<br />\rしかし、起きたら下落基調でさらに14：00位から急激に落ち込みました。スター為替でFXを始めて(09年の9月以降)から、中期的なサポートとして見てきた76.30円前後を一気に下抜け、76.00円まで下落。その後も、下方向の動きを強めて、09年7月以来の76円割れで、<span>75.46円まで下がりました。<br />\rここは、</span>6日と同じようにここは諦めて決済するのか？両建て乗り切るのか&hellip;。</p>\r<p>そう言えば6日の日に全決済してから調べたんですが、フォーランドには両建てってないんですね。<br />\r一時的に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>を防ぐためにごまかしたいとき、何かに有効だと思うんですよね。特にスター為替だと両建ての解消には手数料が発生しないのであとから両建てを始めた時点で決済したのと同じ効果が期待できます。</p>\r<p>まあ、両建てでも下がりきったところで売りを決済、回復したところで買いを決済すれば儲かるんですしね。<br />\r&rarr;何度か成功しています！</p>','',1,2225,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%86%86&amp;affid=21mTn15NlY\">ユーロ円</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>',0,1,0,0,0,'2010-05-20 15:06:03','html',1,1,'FX,豪ドル,中長期サポート,09年7月以来','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100520_AUD2',3,0,'2010-05-20 15:32:30','05/20 豪ドル：一旦76円を回復したと思ったのに',null,'<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>が一旦76円を回復したと思ったのもつかの間、一気に75円まで下落。<br />\rこの下落で恐怖を感じてる人も多いはず。</p>\r<p>取りあえず75円で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=U%E3%82%BF%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">Uターン</a>してきてるけどまた下落しそうな感じもないではない。<br />\r最近の豪ドルには裏切られ続けた。豪ドルロングじゃなくて豪ドルショートで取引してる人も増えそうな感じですね。<br />\rくりっく顧客<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B8%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">ポジション</a>の状況を見る限りまだ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ロング</a>が増え続けているようですが、短期では下がっても中長期では上がると見てここらがそこだと思って参入してきてるのでしょうか？</p>\r<p>何も持ってない人は確かに買い時かもしれないけど、76円がそこを抜けたら個人的には<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">リーマンショック</a>直後の55円がうっすらと見え始めた。そんな感じがしなくもないです。</p>\r<p>55円まで下落すれば当然<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>です。と言うか73円くらいでロスカットなのですけれどね。</p>','',1,2890,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=U%E3%82%BF%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">Uターン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B8%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">ポジション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ロング</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">リーマンショック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>',0,1,0,0,0,'2010-05-20 15:40:44','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100520_AUD3',3,0,'2010-05-20 17:55:34','05/20 豪ドル：次のサポートはどこ？',null,'<p>もう、恐怖心いっぱいのくろねこであります。<br />\r&nbsp;</p>\r<p>中長期的な76.0-76.3円のサポートが突破され次のサポートはどこ？<br />\r<strong><em>昨年7月に記録した70円台</em></strong><br />\rここしか見あたらないんですよね。</p>\r<p>ここは越えない、越えて欲しくない谷ではありますが、ここを越えちゃうとあとは55円まっしぐら？<br />\r取りあえず75円を下回ったら両建てで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%9E%E9%81%BF&amp;affid=21mTn15NlY\">回避</a>かしら？<br />\rそして、郵貯のお金を全力でフォーランドに回す？フォーランドは決済しちゃおうかな？</p>','',1,2463,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%9E%E9%81%BF&amp;affid=21mTn15NlY\">回避</a>',0,1,0,0,0,'2010-05-20 18:11:32','html',1,1,'FX,豪ドル,サポート','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100520_AddressBook_Management',3,0,'2010-05-20 18:12:31','05/20 アドレス帳の管理',null,'<p>さて、皆さんはアドレス帳をどのように管理されているでしょうか？</p>\r<p>その前に、アドレス帳っていくつ管理されてます？以外と気づかないですが結構たくさん管理してません？<br />\rくろねこの場合は、ケータイでしょ？PHSでしょ？Googleでしょ？Becky!結構たくさんあって一括管理したいんですよ。</p>\r<p>で、上記を丸ごと管理してくれるような管理ソフトを探してるんだけど、LDAPが良いのかな？<br />\r良いものがあれば教えてくださいな。グーグル博士に聞いてみたところ純国産のソーシャルアドレス帳「Ripplex」と言うのが有るようでどこまで管理できるのかちょっとお試ししてみたい感じもしました。</p>\r<p>FXの相場でも監視しながらちょっと探していきたいと思います～。</p>','',1,2560,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-05-20 18:18:26','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100521_AUDJPY',3,0,'2010-05-21 03:59:40','05/21 豪ドル：今日の下落は一段ときつかった',null,'<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>は今日1日で5円以上の差がある本当にすごい日でした。<br />\r正直ビクビクで、スター為替で73.8円で両建てしながら、上げ下げに応じて売買を繰り返すという&hellip;<br />\rしかし、スター為替に質問の電話をしてる間に買いの機会を逃してしまい。両建て解消したときには数万円損をしてしまいました。<br />\rそのほかにも、現在も73.7円で両建てした売り<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B8%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">ポジション</a>が解消できず、解消したら急激な変動でと思うと寝られないですね。</p>\r<p>しかし、不思議なのは豪ドルがなぜこんなに下がるのか？よりもなぜユーロドルがプラテンしたのか、しかもあんなに急激に上がるのか介入があったのかと思わせる上がり方ですね。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>の経済事情が悪くてこのような自体なのに、さらに言うとユーロの直近の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%8C%87%E6%A8%99&amp;affid=21mTn15NlY\">指標</a>も悪い。一つ上がる可能性がある<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%83%85%E5%A0%B1&amp;affid=21mTn15NlY\">情報</a>と言えば<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%9C%8F&amp;affid=21mTn15NlY\">ユーロ圏</a>一時脱退だけでしょうか？</p>\r<p>本当にあり得るのですかね？</p>\r<p>今週は残すところあと1日、週末は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%83%BC%E3%82%BA&amp;affid=21mTn15NlY\">クローズ</a>にあわせて相場が上下するもの。豪ドルは最近の傾向から下がることが予想されるのでそこまで両建てでOCO<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>は無しの方向です。</p>','',1,2662,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B8%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">ポジション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8C%87%E6%A8%99&amp;affid=21mTn15NlY\">指標</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%83%85%E5%A0%B1&amp;affid=21mTn15NlY\">情報</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD%E5%9C%8F&amp;affid=21mTn15NlY\">ユーロ圏</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AD%E3%83%BC%E3%82%BA&amp;affid=21mTn15NlY\">クローズ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>',0,1,0,0,0,'2010-05-21 04:09:46','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100521_AUDJPY2',3,0,'2010-05-21 07:00:16','05/21 豪ドル：メールde起こされた朝','','<p>メールで起こされた朝、もはや日常になりつつあるとでも言うのか？こんな日常は嫌だ<br />\r私を起こしたメールは、為替ヒットメールそのヒットメールは&hellip;<br />\r73.0円を示していた&hellip;<br />\rああ、やっぱり朝は下がったのだな&hellip;。ここまでは昨日の予定の範囲内。しかし、もう一度寝ようと思ったところにもう一つメールが届く&hellip;<br />\r同じ為替ヒットメール&hellip;それは72.0円を示していた&hellip;。</p>\r<p>それはこの世の終わりを告げていた&hellip;。</p>\r<p>いったいいつまで下がるんだ。</p>\r<p>もう、どうしようもない。<br />\r今月1ヶ月で87.5円程度から71.8円程度まで下落。もはや、プチ・リーマンショックですね＞＜；</p>','<p>昨日、両建てにして上下を利用して儲けられることを実感しましたが、それは資金に余裕があり既存建玉がない人の話。<br />\r大量の買いポジションを保持してスワップ狙いでじーっと金のように耐えようと考える浅はかな私には無理だったのですね。</p>\r<p>ある意味儲かる相場と思ったのは間違いでした。<br />\rちょっと回復したところで売りを立て、暴落したところで買い直す。</p>\r<p>しかし、やはり怖くなってある程度下がったところで売ってしまう&hellip;。</p>\r<p>やはり、もう一度今から寝ます。見ていてもどうしようもない。<br />\r天命を待ちます。</p>',1,2346,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-06-06 16:33:57','html',1,1,'FX,豪ドル,メール,朝,下落,恐怖','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100525_BrokenHeart',3,0,'2010-05-25 20:17:10','05/25 心が折れました',null,'<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>は72円直近まで落ち込みました。<br />\rくろねこのFXはスター為替もフォーランドも69.5円付近が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>でしたのでもう余裕がない。でも、まだ耐えられる？という感じでしたが&hellip;</p>\r<p>さらに、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%82%A4%E3%83%B3&amp;affid=21mTn15NlY\">スペイン</a>の銀行が状況悪化など<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A8%E3%83%BC%E3%83%AD%E3%83%83%E3%83%91&amp;affid=21mTn15NlY\">ヨーロッパ</a>の経済がもうぼろぼろの用に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A0%B1%E9%81%93&amp;affid=21mTn15NlY\">報道</a>され、今晩さらに下がるだろうと言う見込みが伝えられると、両建てで取りあえずの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%9E%E9%81%BF&amp;affid=21mTn15NlY\">回避</a>が出来ないフォーランド側はもう決済するしかない状況だと判断しました。<br />\r取りあえず、72.2円で決済したのは半分の2万通貨。これで今月は30万円を超える損失が決定しました&hellip;。</p>\r<p>70円切ったら55円まで落ち続けるのでしょうか？70円を切るなんてほとんど思って無かっただけにこの相場は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%BE%9B%E3%81%99%E3%81%8E&amp;affid=21mTn15NlY\">辛すぎ</a>ますね。<br />\r韓国は介入したのに日本は介入しないのでしょうかね。br /&gt; 韓国は介入したのに日本は介入しないのでしょうかね。</p>\r<p>しかし、くろねこのFXすでに全部<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%80%9F%E5%85%A5%E9%87%91&amp;affid=21mTn15NlY\">借入金</a>なんだよね～。<br />\rもう<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>だな～。</p>','',1,2397,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%82%A4%E3%83%B3&amp;affid=21mTn15NlY\">スペイン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A8%E3%83%BC%E3%83%AD%E3%83%83%E3%83%91&amp;affid=21mTn15NlY\">ヨーロッパ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A0%B1%E9%81%93&amp;affid=21mTn15NlY\">報道</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%9E%E9%81%BF&amp;affid=21mTn15NlY\">回避</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%BE%9B%E3%81%99%E3%81%8E&amp;affid=21mTn15NlY\">辛すぎ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%80%9F%E5%85%A5%E9%87%91&amp;affid=21mTn15NlY\">借入金</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>',0,1,0,0,0,'2010-05-25 20:30:04','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100528_I_came_down_with_a_cold',3,0,'2010-05-28 01:13:56','05/28 風邪？で寝込んでいました',null,'<p>昨晩？(日付が変わったから26日の21:00ごろね)風邪(38.6度)で寝込んだそのタイミングから相場は下落の展開に、今朝のオープンの際には７４円を下回っていたのですね。<br />\r現在、豪ドルは７７円付近まで来ましたね。</p>\r<p>せっかくの売りポジションの整理するタイミングだったのに&hellip;<br />\r約２０万ほど損した気分です＞＜；</p>\r<p>しかし、フォーランドの方でも操作をミスっていらない建玉まで処分しちゃいました。<br />\rまだ風邪を引いているのでいらないことをしそうで危ないです＞＜；</p>','',1,2175,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-05-28 01:29:16','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100528',3,0,'2010-05-28 01:18:20','05/28 PHP5の勉強でもしようかと',null,'<p>最近はWindowsアプリよりもWebアプリに主軸が移ってきた感じですね。<br />\r身近なものに例えると、デスクトップパソコンからノートパソコンに主軸が移った感じとにているでしょうか？比率もまさにそんな感じだと思われます。でも、どちらにも良いところはあるもので、くろねことしてはデスクトップの方が好きだったりします。<br />\r高性能で安いし、画面も大きくて見やすいですからね。</p>\r<p>で、勉強する環境を作るためにwebdevと言うパッケージとxamppと言うパッケージ２種類の環境があることがわかりました。取りあえず今回はxamppと言うパッケージをダウンロードしてきて展開したんだけど&hellip;</p>\r<p><em><strong>動かない！</strong></em></p>\r<p>何でだろう？と思って、「<strong>xampp-portcheck.exe</strong>」というプログラムがあったので動かしてみたら、ポートがスカイプと被っているのですね。</p>\r<p>そこでスカイプの設定を探してみると、。「上記のポートの変わりに、ポート80を使用」というところにチェックがついているのを発見！このチェックを外して、Skypeを再起動をしたらうまく動いてくれましたよ。</p>\r<p>ちなみにこのSkypeの設定は、「ツール」-「設定」：「詳細」タブの「接続」の中にありました。</p>','',1,2566,0,3,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-05-28 01:27:53','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('faq100528_001',3,0,'2010-05-28 16:04:45','Windows 7でファイルの関連づけを変更したい',null,'<p>従来の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>には「<strong>フォルダーオプション</strong>」に「<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB&amp;affid=21mTn15NlY\"><strong>ファイル</strong></a><strong>の種類</strong>」<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%96&amp;affid=21mTn15NlY\">タブ</a>があり、そのタブ内には、登録されている<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%8B%A1%E5%BC%B5%E5%AD%90&amp;affid=21mTn15NlY\">拡張子</a>とその拡張子に対応する<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">アプリケーション</a>が表示され、また変更することができました。<br />\rしかし、Windows 7には「<strong>ファイルの種類</strong>」タブがないのです。<br />\r調べた結果、Windows 7で「<strong>ファイルの種類</strong>」タブにあたる設定は、「<strong>既定の</strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0&amp;affid=21mTn15NlY\"><strong>プログラム</strong></a>」になります。</p>','<p>規定のプログラム<br />\r<a href=\"http://www.blackcat.xyz/images/articles/faq100528_001_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"162\" src=\"http://www.blackcat.xyz/images/articles/faq100528_001_1.png\" alt=\"\" /></a><br />\rここから変更できると思ったんだけど&hellip;<br />\rここから変更できるのは、<strong>開く</strong>ときの規定のプログラムだけみたいで、編集時のプログラムの変更は出来ない様である。</p>\r<p>編集用プログラムの変更はどこから？</p>',1,1754,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB&amp;affid=21mTn15NlY\">ファイル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%96&amp;affid=21mTn15NlY\">タブ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8B%A1%E5%BC%B5%E5%AD%90&amp;affid=21mTn15NlY\">拡張子</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">アプリケーション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0&amp;affid=21mTn15NlY\">プログラム</a>\n<a href=\"http://www.blackcat.xyz/images/articles/faq100528_001_1_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-05-28 17:08:36','html',1,1,'Windows 7,フォルダーオプション,フィルの種類,関連づけ','Windows 7,フォルダーオプション,フィルの種類,関連づけ',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-JS_isNumeric',3,0,'2010-05-28 18:31:33','[JS]数値チェック（マイナス符号・小数点あり）',null,'<pre class=\"code\">\r/**\r * マイナス符号付小数点チェックを行います。\r * ・パターンマッチ 0～9、&quot;-&quot;、&quot;.&quot;\r * ・パターンマッチ &quot;-&quot;,&quot;.&quot;のみはＮＧ\r * ・マイナス符号の数 0 or 1\r * ・小数点の数 0 or 1\r * ・整数部の桁数チェック\r * ・小数部の桁数チェック\r *\r * 例）整数部 3, 小数部 2の場合\r * -123 --&gt; OK\r * 123 --&gt; OK\r * 123.45 --&gt; OK\r * -123.45 --&gt; OK\r * 1.2 --&gt; OK\r * - --&gt; NG\r * 123- --&gt; NG\r * --123 --&gt; NG\r * 1234.56 --&gt; NG\r * 123.456 --&gt; NG\r * . --&gt; NG\r * .123 --&gt; NG\r * 123. --&gt; NG\r * -. --&gt; NG\r *\r * @param argValue チェック対象文字列\r * @param argIntKetasu 整数部の入力可能桁数\r * @param argDecimalKetasu 小数部の入力可能桁数\r * @return チェックＯＫの場合はtrue、\r * チェックＮＧの場合はfalse\r */\rfunction isMinusDecimal(argValue, argIntKetasu, argDecimalKetasu)\r{\r    var minusFlg = false;\r    var decFlg = false;\r    if (argValue.match(/[^0-9|^&#092;-|^.]/g))\r    {\r        // パターンマッチ 0～9,&quot;-&quot;,&quot;.&quot;以外はＮＧ\r        return false;\r    }\r    if (argValue.match(/[^&#092;-|^.]/g))\r    {\r    }\r    else\r    {\r        // パターンマッチ &quot;-&quot;,&quot;.&quot;のみはＮＧ\r        return false;\r    }\r\r    // 小数点の数を取得する\r    var count = 0;\r    for (var i = 0; i &lt; argValue.length; i++)\r    {\r        if (argValue.charAt(i) == &quot;.&quot;)\r        {\r            decFlg = true; count++;\r        }\r    }\r    if (2 &lt;= count)\r    {\r        // &quot;.&quot;が２つ以上入力されている場合はＮＧ\r        return false;\r    }\r\r    // &quot;-&quot;の入力個数を取得する\r    count = 0;\r    for (i = 0; i &lt; argValue.length; i++)\r    {\r        if (argValue.charAt(i) == &quot;-&quot;)\r        {\r            minusFlg = true;\r            count++;\r        }\r    }\r    if (2 &lt;= count || (count == 1 &amp;&amp; argValue.charAt(0) != &quot;-&quot;))\r    {\r        // &quot;-&quot;が２つ以上入力されている場合はＮＧ\r        // &quot;-&quot;が入力されていて、かつ先頭に&quot;-&quot;がない場合はＮＧ\r        return false;\r    }\r\r    // 小数点以下のチェック\r    if (decFlg)\r    {\r        // 小数点以下の桁数チェック\r        var idx = argValue.lastIndexOf(&quot;.&quot;);\r        var decimalPart = argValue.substring(idx);\r\r        // 小数点以下の桁数を取得する\r        var length = decimalPart.length - 1;\r        if (length == 0)\r        {\r            // 小数点以下の入力がない場合はＮＧ\r            return false;\r        }\r        if (argDecimalKetasu &lt; length)\r        {\r            // 小数点以下の桁数がオーバーしている場合はＮＧ\r            return false;\r        }\r    }\r\r    // 整数部の桁数チェック\r    var intPart = &quot;&quot;;\r    length = 0;\r    if (decFlg)\r    {\r        // 小数点が入力された場合\r        intPart = argValue.substring(0, argValue.indexOf(&quot;.&quot;));\r    }\r    else\r    {\r        intPart = argValue;\r    }\r    length = intPart.length;\r    if (minusFlg)\r    {\r        // マイナスが入力された場合は-1\r        length--;\r    }\r    if (argIntKetasu &lt; length)\r    {\r        // 整数の桁数がオーバーしている場合はＮＧ\r        return false;\r    }\r    return true;\r}\r</pre>\r<p>&nbsp;</p>','',1,8094,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-05-28 18:55:32','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20100530220748450',2,0,'2010-05-30 22:07:48','05/30 Geeklog1.7にバージョンアップしました','','<p>Geeklog1.7にバージョンアップしました。</p>\r<p>今回も簡単にはいかず、前回(1.5&rarr;1.6)の際のことを思い出しながら書いています。</p>\r<p>問題点と対策のみまとめます。</p>','<p><strong>現象：</strong><br />\rUpgradeで完了と示されているが、ホームページを表示しようとすると表示されない。</p>\r<p><strong>原因：</strong><br />\r必要なフィールドがアップグレード中に追加されていない</p>\r<p><strong>対策：</strong><br />\r必要なフィールドを追加</p>\r<p><strong>詳細：<br />\r</strong>下記の対応を実施</p>\r<ul>\r    <li>xx_staticpage に sp_date が存在しないので、dp_hits の次のフィールドとして追加<br />\r    sp_date datetime NOT NULL、NOT NULL 制約なので値として、createの値をコピー <br />\r    &nbsp;</li>\r    <li>xx_polltopics に date が存在しないので、questions の次のフィールドとして追加<br />\r    date datetime NULL、NULL許可なので特に値は設定せず</li>\r</ul>\r<p>何でまともにアップグレードできないのかなぁ？と思ってしまうんですが、昔からGeeklogって品質が低いというかやはり商用には負けるというか&hellip;。<br />\r商用でも、一般人が使うツールとかはもっと品質が高いので、やはり技術者向けの動いたらいいね。って感じがしますね&hellip;。</p>\r<p>これじゃあ、普及はしないんでしょうね。</p>\r<p class=\"add\">05-31追記<br />\r1.7.0に対応していないプラグインがサイト内に存在していたことが原因とのこと。<br />\rDataProxy,nomoxmenu あたりを不活性または更新することで対応できることが判明。<br />\rしかし、情報が整理できてない気がするのは気のせい？</p>',1,2558,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-05-31 21:09:15','html',1,1,'','',0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100608_mochinaoshi',3,0,'2010-06-08 15:31:26','06/08 持ち直してきてるように見えるけど…','','<p>先週金曜日、5月非農業部門雇用者数変化（前月比）発表でガクーンと下がった相場。</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>を買ってるくろねことしては豪ドルに注目しちゃうのだけど、<strong>5/6,24,26</strong>と言う下落の中で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B1%B3%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\"><strong>米ドル</strong></a><strong>は5/6が最安値</strong>、でも<strong>豪ドルは5/24と5/26が最安値</strong>。これからまだまだ下がる可能性があるそんな感じがするので、恐怖感が抜けないですね。</p>\r<p>先週半ばくらいには、<strong>豪ドル75.9～76.0/75.0～75.3 位が底かな？</strong>って読んでいたのですがあっさり抜かれたし～。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>も110.0円が底かなと思っていたけど、こちらもあっさりでしたね。</p>\r<p>でも、ユーロより豪ドルの方が下げたら上がってこない感じがしてます&hellip;。<br />\r今日の要人発言などを見てると本当に危ないのはユーロなのでしょうが、「ユーロは下げるのは良い、その<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%94%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">スピード</a>が問題」の様な発言があるというのはこれから下がるのを容認しているように見えるので&hellip;</p>\r<p>ユーロは持ち直したら、売りから入るが正解なのでしょうか？</p>','',1,2285,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B1%B3%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">米ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%BC%E3%83%AD&amp;affid=21mTn15NlY\">ユーロ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%94%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">スピード</a>',0,1,0,0,0,'2010-06-10 14:57:04','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100609',3,0,'2010-06-10 14:12:30','06/10 昨日の展開','','<p>米国の雇用<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">統計</a>が予想を下回った事と、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%B3%E3%82%AC%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\">ハンガリー</a>の財政懸念の浮上によって先週金曜の晩に相場は急落、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%88%E6%9B%9C&amp;affid=21mTn15NlY\">月曜</a>日もその流れを受けて下落継続となったのだが、昨日あたりは少し回復の方向へ動き始めたのが実感出来た感じです。</p>\r<p>昨日は市場が開いてから下げ始めて75円くらいまで下げたあと、75.7円付近まで順調に回復してくると言う展開でした。<br />\rこの回復相場は一時的なものなのだろうと思ってここから下げるだろうな～と思っていたら予想どおり下がったので、次に、75.75まで来たら売りで入ろうと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>しておいたら&hellip;</p>','<p>順調に76.5円付近まで上がって＠＠ビックリ、何度か75.7円付近まで下がったのだけど注文<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%B3%E3%82%BB%E3%83%AB&amp;affid=21mTn15NlY\">キャンセル</a>しないとすぐに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ストリーミング</a>注文できないので機会を逃してしまいました。<br />\r2-3時頃にまた下がって来て決済できるチャンスと待ち構えていて、夕方のように折り返されては困ると言う思いから、損をしないぎりぎりの75.7円に注文を設定。すると75.75円からそれまでのじわじわから急に4銭落ちて&hellip;。<br />\r約定！。損をしなかったという思いと、その後順調に下げていく相場を見ながら若干悔しがっている自分と&hellip;</p>\r<p>その後、75.3で買い注文を出していたのですが、そこまでは下がらなかったようですね＞＜；<br />\r小金を稼ぐのもなかなかむずかしいです。</p>',1,2431,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%B1%E8%A8%88&amp;affid=21mTn15NlY\">統計</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%B3%E3%82%AC%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\">ハンガリー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%88%E6%9B%9C&amp;affid=21mTn15NlY\">月曜</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%B3%E3%82%BB%E3%83%AB&amp;affid=21mTn15NlY\">キャンセル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ストリーミング</a>',0,1,0,0,0,'2010-06-10 14:56:41','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100701_AUD',3,0,'2010-07-01 11:34:39','07/01 ドバイショック パート２！','','<p>７月に入りました、かなり<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%95%B7%E3%81%84%E9%96%93&amp;affid=21mTn15NlY\">長い間</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">ブログ</a>を放置していました。<br />\r月に１０回程度は更新しなければと思います＞＜；</p>\r<p>ところで、先月末の6/29に「<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%90%E3%82%A4&amp;affid=21mTn15NlY\">ドバイ</a>企業の資金繰り懸念」が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A0%B1%E9%81%93&amp;affid=21mTn15NlY\">報道</a>されてから、為替の相場は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">ドル</a>買い、円買いの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%B9%E5%90%91&amp;affid=21mTn15NlY\">方向</a>に急速に傾き、6/29,30両日の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">アメリカ</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%8C%87%E6%A8%99&amp;affid=21mTn15NlY\">指標</a>も悪く、さらに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>は中国の指標まで良くありませんでした。</p>\r<p>現在AUD/JPYは73.5位ですが、くろねこは80円付近の買いがずっと残ってて身動きが取れません&hellip;。<br />\r持って無くてもこのように悪い指標ばかりですとどこで買って良いのかわかりかねますね。一つの目安として5/24と5/26に記録した72.5円付近まで下がるのかな？と漠然と考え始めました。</p>\r<p>そろそろ、良い指標発表が出てきてくれることを期待したいですね。</p>','',1,2395,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%95%B7%E3%81%84%E9%96%93&amp;affid=21mTn15NlY\">長い間</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%AD%E3%82%B0&amp;affid=21mTn15NlY\">ブログ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%90%E3%82%A4&amp;affid=21mTn15NlY\">ドバイ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A0%B1%E9%81%93&amp;affid=21mTn15NlY\">報道</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%B9%E5%90%91&amp;affid=21mTn15NlY\">方向</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB&amp;affid=21mTn15NlY\">アメリカ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8C%87%E6%A8%99&amp;affid=21mTn15NlY\">指標</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>',0,1,0,0,0,'2010-07-01 11:43:55','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100702_Skype_for_WM',3,0,'2010-07-02 10:21:19','07/02 Skype for Windows Mobile','','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Skype&amp;affid=21mTn15NlY\">Skype</a> for <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a> Mobile を導入してみました。<br />\rSkype for Windows Mobile はすでに本家からは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>できないので、とある場所からダウンロードしてきました。</p>\r<p>そもそも音声通話をする気は全くなく、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">チャット</a>が見られればそれでいいやというかそれだけが目的で導入しました。<br />\rやはり、Windows用とは異なり複数のチャットを切り替えたりするのは、面倒が多いものの今流れているチャットを追いかけるのであれば問題ないかなって思ってます。</p>\r<p>ところで、月に数日しか触らないので通信料を下げようと思って、データー通信向け料金プランの<a href=\"http://www.willcom-inc.com/ja/plan/data/whole_new/index.html\"><font size=\"2\">新つなぎ放題</font></a>から<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%B0%E3%82%A6%E3%82%A3%E3%83%AB%E3%82%B3%E3%83%A0%E5%AE%9A%E9%A1%8D%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">新ウィルコム定額プラン</a>に変更してみたのですけど、かえって高くなっていたようです。<br />\rここ数ヶ月の料金を見てみて、(*\'へ\'*) ﾝｰって感じになりました。<br />\r使う日の前日にWEBから変更するか、新つなぎ放題固定にしておく方が、お安くなるようでした＞＜；</p>','',1,3653,0,1,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=Skype&amp;affid=21mTn15NlY\">Skype</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">チャット</a>\n<a href=\"http://www.willcom-inc.com/ja/plan/data/whole_new/index.html\">新つなぎ放題</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%B0%E3%82%A6%E3%82%A3%E3%83%AB%E3%82%B3%E3%83%A0%E5%AE%9A%E9%A1%8D%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">新ウィルコム定額プラン</a>',0,1,0,0,0,'2011-04-26 12:40:16','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100702_Sprits_of_orihalc',3,0,'2010-07-02 22:17:56','07/02 オリハルコン(σ・∀・)σｹﾞｯﾂ!!','','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9F%E3%82%B9%E3%83%AA%E3%83%AB&amp;affid=21mTn15NlY\">ミスリル</a> エルアン <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ソード</a>を作るため最近<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%82%AC%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">ギガース</a>採掘場に足を運ぶようになった。<br />\r暫く通っていなかったので、踏まれまくりの死にまくり。<br />\rしかーし、人生二度目の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%AA%E3%83%8F%E3%83%AB%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\">オリハルコン</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B2%BE%E9%9C%8A&amp;affid=21mTn15NlY\">精霊</a>との出会いが<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%83%87%E3%83%A5%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">プロデュース</a>されていたらしい！前回は出勤時間30分前という<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%82%A4%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">タイミング</a>のため倒せなかったが&hellip;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100702_Sprits_of_orihalc_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100702_Sprits_of_orihalc_1.png\" alt=\"\" /></a></p>','<p>今回は深夜かつFSの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">メンバー</a>がインしている。ということで、るるうさんを<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%91%BC%E3%81%B3%E5%87%BA%E3%81%97&amp;affid=21mTn15NlY\">呼び出し</a>手伝って頂いて&hellip;<br />\rっとるるうさんが来る前に運悪く死亡&hellip;<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100702_Sprits_of_orihalc_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100702_Sprits_of_orihalc_2.png\" alt=\"\" /></a><br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B6&amp;affid=21mTn15NlY\">リザ</a>を待つ間に他の採掘者が&hellip;<br />\rピーンチ！<br />\rと思ったけど何とか帰ってくれたわ&hellip;<br />\r<br />\rその後<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%AA%E3%83%8F%E3%83%AB%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\">オリハルコン</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B2%BE%E9%9C%8A&amp;affid=21mTn15NlY\">精霊</a>を無事に倒して<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100702_Sprits_of_orihalc_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100702_Sprits_of_orihalc_3.png\" alt=\"\" /></a><br />\rオリハルコンの鉱石を無事に(&sigma;・&forall;・)&sigma;ｹﾞｯﾂ!!<br />\r初めて採れたよ&hellip;<br />\rオリハルコンの鉱石ってマイペに入るんだね。これも初めて知ったわ！<br />\rこれで買い取りも出来るね<br />\r間違って精練しない様にしないと&hellip;</p>',1,3174,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9F%E3%82%B9%E3%83%AA%E3%83%AB&amp;affid=21mTn15NlY\">ミスリル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ソード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%82%AC%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">ギガース</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%AA%E3%83%8F%E3%83%AB%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\">オリハルコン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B2%BE%E9%9C%8A&amp;affid=21mTn15NlY\">精霊</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%AD%E3%83%87%E3%83%A5%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">プロデュース</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%82%A4%E3%83%9F%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">タイミング</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100702_Sprits_of_orihalc_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%90%E3%83%BC&amp;affid=21mTn15NlY\">メンバー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%91%BC%E3%81%B3%E5%87%BA%E3%81%97&amp;affid=21mTn15NlY\">呼び出し</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100702_Sprits_of_orihalc_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%B6&amp;affid=21mTn15NlY\">リザ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%AA%E3%83%8F%E3%83%AB%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\">オリハルコン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B2%BE%E9%9C%8A&amp;affid=21mTn15NlY\">精霊</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100702_Sprits_of_orihalc_3_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-07-16 22:40:20','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('1007007_battery',3,0,'2010-07-08 22:21:28','07/07-08 お出かけしようとしたら…','','<p>お出かけしようと車に乗り込んだ私。<br />エンジンをかけようとしたら&hellip;<br />カチカチカチ&hellip;&hellip;</p>\r<p><strong>？？？おかしい</strong></p>\r<p>何で掛からない？<br />ライトを点けっぱなしとかそういうことはしてないし？</p>\r<p>仕方がないから電車で行こうと思い、駅へ向かう。一応念のために相手先にTELする。<br />すると、お迎えに来てくれることになった、ラッキーだ！<br />ということで、この日はとりあえず間に合ったのであるが&hellip;</p>','<p>翌日、JAFを呼んで見てもらう。<br />すると、バッテリーが寿命なのだそうだ。先代のシビックの時にはバッテリー何か交換したかな？っと思うくらいなのに&hellip;<br />もうほとんど乗らなくなったフィットに新品のバッテリーを買うのはもったいないと思いつつ、またこのようなことになっても困るので、オートバックスに<br />いつもなら、ディーラーに行くんだろうけど夜勤明けで事故しても困るし、かといってエンジンを切ると次はかかる保証がない。なので、最寄りのオートバックスヘ。<br />同じ規格のバッテリーを探して購入する。交換は自分で!</p>\r<p>一休みしてから交換作業をしたが、簡単だった。しかし、いつもバッテリーのプラケースの検査をしているが、検査をしているのが悲しくなるくらいバッテリーの外観って見ないね。<br />重たいし見るより方向だけ確認して付けちゃえって感じだった。</p>\r<p>ケータイのプラスチック部分と比べていつも子キズがあっても、あんまり気にしないな～<br />と思いつつ仕事をしていたけど、自分で扱ってみてなっとくって感じでした。</p>\r<p>明日も仕事ガンバろぅ</p>',1,2265,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-07-01 23:50:03','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100716_EneShare',3,0,'2010-07-16 22:30:19','07/16 電気代最大10%カットの計画','','<p>くろねこは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">マンション</a>に住んでいるのだが、生活スタイルを全く変えず電気代を最大10%<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">カット</a>する方法があるらしい。</p>','<p>その方法は、高圧一括受電と言う方式で、工場などで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC&amp;affid=21mTn15NlY\">一般</a>的な高圧で電気を買って低圧に変換して各戸に配分する。高圧と低圧の電気代が関電の場合約30%違うようで、差額が装置と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%86%E3%83%8A%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">メンテナンス</a>費用を入れてもおつりがくるらしい。それが、電気代最大10%OFFの理由。</p>\r<p>設備の関係上マンション単位での導入になるので個人では出来ない。<br />\rマンションの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86%E7%B5%84%E5%90%88&amp;affid=21mTn15NlY\">管理組合</a>でやっても良いけど<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%B1%E6%9C%89&amp;affid=21mTn15NlY\">共有</a>部ならまだしも、専有部までやるのは故障で停電とかの責任が怖い((゜Д゜ll))<br />\rそこで、マンションに導入してくれる会社があって、そこに頼むとメンテナンスフリーで電気の使用量に応じて割引してくれる。</p>\r<p>くろねこが住んでいるマンションでは、既に共<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%94%A8%E9%83%A8&amp;affid=21mTn15NlY\">用部</a>については導入済み、これから専有部についても広げる計画。<br />\r現在、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E9%95%B7&amp;affid=21mTn15NlY\">理事長</a>として計画を立案入居者への<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%B3%E3%82%B1%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">アンケート</a>配布まで完了。<br />\rぼちぼち回収できてきている。回収期限は明日。明日には半分くらいは回収できるだろうか？<br />\rどの程度賛同者が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%86%E3%81%BE%E3%82%8B&amp;affid=21mTn15NlY\">集まる</a>かな？と言うか、どの程度関心を持って貰えるだろうか？</p>\r<p>これは、マンションの管理費削減のため、管理費値上げを遅らせるための計画の第2段階でしかない。</p>\r<p>管理費節約の第一弾は、管理会社の見直しでしたが&hellip;<br />\r変えても値下げできたのかどうか&hellip;今のところ不明。確かに見積べースでは安くなった。<br />\r<strong><em>実際に管理代行会社に直接支払う金額は減った</em></strong>。<br />\rしかし、<strong><em>各種業者に支払う費用は値上げされている</em></strong>&hellip;、<strong><em>中間マージンを取られているのではないか？</em></strong><br />\r契約外に管理代行会社が収入を上げているところはないのか？調査しないとダメだ&hellip;。<br />\r第三弾は、水道料金は適正か？確認していきたい。<br />\r結果がわかれば記事にするかもかも？</p>',1,2557,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">マンション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">カット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC&amp;affid=21mTn15NlY\">一般</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%86%E3%83%8A%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">メンテナンス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86%E7%B5%84%E5%90%88&amp;affid=21mTn15NlY\">管理組合</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%B1%E6%9C%89&amp;affid=21mTn15NlY\">共有</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%94%A8%E9%83%A8&amp;affid=21mTn15NlY\">用部</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E4%BA%8B%E9%95%B7&amp;affid=21mTn15NlY\">理事長</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%B3%E3%82%B1%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">アンケート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%86%E3%81%BE%E3%82%8B&amp;affid=21mTn15NlY\">集まる</a>',0,1,0,0,0,'2010-07-22 19:47:09','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100716_Mobile_corresponding',3,0,'2010-07-16 22:41:13','07/16 ホームページが携帯対応じゃない？','','<p>くろねこ研究所は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Geeklog&amp;affid=21mTn15NlY\">Geeklog</a>と言うCMSを使って作られている。<br />\rこのCMSは使いやすいのか？(*\'へ\'*) ﾝｰちょっと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8D%E6%98%8E&amp;affid=21mTn15NlY\">不明</a>だけど使い続けている。</p>','<p>ところで、1.4の頃から使い続けてずっと携帯対応していた訳なんだけど、先日夜勤の合間に自分の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">サイト</a>を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a> 03で見てみたら&hellip;</p>\r<p>あれ？PCの画面だ！<br />\r昔はモバイル表示されていたのに&hellip;<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a> Mobileへの対応が出来ていない？？？</p>\r<p>と思って、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B8%B0%E5%AE%85&amp;affid=21mTn15NlY\">帰宅</a>後Geeklog <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%AC%E5%BC%8F%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">公式サイト</a>を確認してみると正常にモバイル表示&hellip;</p>\r<p>あー、またサイトの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%83%E3%83%97%E3%83%87%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">アップデート</a>に失敗したのかぁと思って、携帯対応の手順を試みて再表示&hellip;。<br />\rおかしい&hellip;。<br />\rと、readme_jp.txtに気になる文言を発見!!</p>\r<p>バージョン1.6.0に対応しています&hellip;。くろねこのサイトは&hellip;1.7.0!!!</p>\r<p>ガーン&hellip;</p>\r<p>そう言うことでしたか～</p>\r<p>早く対応してくださいね～。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%96%E5%8A%9B%E6%9C%AC%E9%A1%98&amp;affid=21mTn15NlY\">他力本願</a>寺。</p>',1,2987,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=Geeklog&amp;affid=21mTn15NlY\">Geeklog</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8D%E6%98%8E&amp;affid=21mTn15NlY\">不明</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">サイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B8%B0%E5%AE%85&amp;affid=21mTn15NlY\">帰宅</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%AC%E5%BC%8F%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">公式サイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%83%E3%83%97%E3%83%87%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">アップデート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%96%E5%8A%9B%E6%9C%AC%E9%A1%98&amp;affid=21mTn15NlY\">他力本願</a>',0,1,0,0,0,'2010-07-16 22:49:36','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100725_SGKW',3,0,'2010-07-26 00:07:26','07/25 SGKウェポン','','<p>先日ミスリルトールと引き替えにSGKドリルとSGKウェポンレシピを入手。<br />\rこれで4種類の必須アイテムがそろった。</p>\r<p>しかし、踏ん切りがなかなかつかない&hellip;<br />\rしかし、醤油も切れたからコンバインが必要と言うことで、SGKウェポンをコンバインすることに&hellip;</p>','<p>まずは材料の確認です。</p>\r<p>SGKカッター、ドリル、ナックルの3種とレシピ。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_1.png\" alt=\"\" /></a></p>\r<ol>\r    <li>このままだと鍛冶スキル100％でも1マスしか成功マスがないので、匠を使う。</li>\r    <li>念のため爪垢も使う</li>\r    <li>ほぼ必須とも言える、ゴッドハンドも使って&hellip;</li>\r</ol>\r<p>ハイ！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_2.png\" alt=\"\" /></a><br />\r滑るが怖くて最初のマスを狙って止めたら、ほぼその位置で止まってます。<br />\r爪垢のおかげでしょうか？</p>\r<p>装備してみました<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_3.png\" alt=\"\" /></a></p>\r<p>ついでに<br />\r今日もカオスに行ってきたら&hellip;<br />\rマイクスタンドが置いてあったので、歌ってきました～<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_4.png\" alt=\"\" /></a></p>',1,4939,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100725_SGKW_4_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-07-26 00:16:10','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100801',3,0,'2010-08-01 11:00:39','08/01 せっかくかかったのに…','','<p>せっかくお魚がかかってルーレットも無事終了して後は拾うだけなのに&hellip;</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe100801_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100801_1.png\" alt=\"\" /></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100801_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100801_2.png\" alt=\"\" /></a><br />\rこんな時運営に苦情メールすれば直してくれるのでしょうか？<br />\r「建物などに引っかかった場合は/locで座標を調べてサポートまで」とGMさんが言ってたので、今回みたいなのも何とかなりそうなのですが&hellip;</p>\r<p>位置情報を調べるの忘れてました＞＜；</p>\r<p>おまけ<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100801_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100801_3.png\" alt=\"\" /></a><br />\rまぐろ121cmが釣れたので魚拓を見ていたらまだ記録できてないやつだったので、魚拓にしてみました。<br />\rしかし、昔の方が楽で良いよね。<br />\r紙とインクを買ってコンバインなんてまず買いに行くのが面倒だわ！</p>\r<p>しかし、魚拓にしようとして気づいたのだが、シップ包丁が無くなってる&hellip;<br />\rカオスで死んだときに消えたのか!!あーあ、また取りに行かないとな＞＜；</p>',1,2465,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe100801_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100801_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100801_3_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-08-01 11:14:45','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100803_SquareRing',3,0,'2010-08-03 13:20:39','08/03 スクウェアリング','','<p>生産キャラ用にとMPが増えるカッパースクウェアリングの生産依頼を受けた&hellip;。<br />\r覚えているうちにやってしまわないと、忘れてしまう。<br />\rアイテム整理をして生産用の空き枠を確保、生産を開始したのだが&hellip;。</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/moe100803_SquareRing_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100803_SquareRing_1.png\" alt=\"\" /></a><br />\rげ、ギャンブル配置ですか？<br />\rしかもMG枠はそれだけですか&hellip;<br />\rゴッドハンドがあった昔なら一撃ですが、今はちょっと&hellip;</p>\r<p>結局、7回挑戦して6回が上記のような1マス手前もしくは行きすぎ＞＜；<br />\r生産キャラ用だからHGでもいいやと思いつつ、なぜかMG狙い&hellip;</p>\r<p>何でなんでしょう、そこが全ての敗因＞＜；</p>',1,2551,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe100803_SquareRing_1_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-08-07 15:22:15','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100803_watermelonman',3,0,'2010-08-03 13:43:27','08/03 スイカマン','','<p>何かスイカキャンディーの様なアイテムを持ってる人がいる&hellip;<br />\rと同時にCHで以前から話していたスイカの収穫の都合がついたのでスイカを収穫しに行くと&hellip;</p>','<p>普通のスイカ(Drop1)とともにでかいスイカ(Drop2-3)、そしてスイカマンが&hellip;。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100803_watermelonman_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100803_watermelonman_1.png\" alt=\"\" /></a><br />\rスイカマン倒すとごくまれにレアな技書を落とすらしいと言うことで数日チャレンジしてみたのだが&hellip;。落としてくれることはなかった&hellip;。<br />\rそして手元に残ったスイカが300ちょい。カットスイカで2700ほど。これ効果が5敷かないんだよね。おなかとのどが満たされるんだけど効果が20ほどあれば結構お得だったのにな＞＜；</p>',1,3042,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe100803_watermelonman_1_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-08-07 15:22:40','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100806_to_Thunderbird_from_Becky2',3,0,'2010-08-06 11:35:37','08/06 Becky!2からThunderbirdへの移行','','<p>Becky!2はIMAPメールの検索が出来ないので、Thunderbirdとの併用中。</p>\r<p>Thunderbirdが結構使いにくくて、Becky!2だとメールを下まで見たら既読になるけど、Thunderbirdは開いている時間でしか調整できないとか、ツリー表示できないとか、Alt+ドラッグで振り分け設定が作れない等々いろいろ不便だ。</p>\r<p>で、探していたら<a href=\"http://cubic9.com/Windows/Mozilla%20Thunderbird/Becky2%A4%AB%A4%E9%A4%CE%B0%DC%B9%D4/%BF%B6%A4%EA%CA%AC%A4%B1%A1%A6%A5%D5%A5%A3%A5%EB%A5%BF/\">Windows/Mozilla Thunderbird/Becky2からの移行/振り分け・フィルタ - cubic9.com</a>と言うものを発見したけど、古すぎてなのか振り分け先フォルダが正しくうまく動作しない。</p>\r<p>Becky!2側のフィルターデーターファイルであるIFilter.defとThunderbird側のフィルターデーターファイルであるmsgFilterRules.datを見てみると、フォルダ名がベッキーは普通(人間に読める形で)に書いてあるのだが、ThunderbirdはIMAPの内部表現なのかUnicodeの内部表現なのかとにかく人間が読めないエンコードされたような形になってる&hellip;</p>\r<p>ここを何とか変換して、フィルターの動作を全部調べ上げてルールのコマンドの分割をちゃんと出来ればプログラムに出来るねって</p>\r<p>一番むずかしいのは書かれている内容のコマンドへの分解なんでしょうな&hellip;。<br />\r普段コンパイラとか作ってる人には何の問題もなさそうだけど&hellip;。<br />\r取りあえず、Thunderbird側の表現が何であるかを確認して、いろんな振り分けを作って変換ルールの洗い出しをして準備しますか～。</p>\r<p>取りあえず自分用から制作してみよう</p>','',1,4782,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://cubic9.com/Windows/Mozilla%20Thunderbird/Becky2%A4%AB%A4%E9%A4%CE%B0%DC%B9%D4/%BF%B6%A4%EA%CA%AC%A4%B1%A1%A6%A5%D5%A5%A3%A5%EB%A5%BF/\">Windows/Mozilla Thunder...</a>',0,1,0,0,0,'2010-08-07 13:56:35','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100806_BiwakoBigfireworks',3,0,'2010-08-06 23:56:44','08/06 琵琶湖大花火大会','','<p>毎年恒例の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%B5%E7%90%B6%E6%B9%96%E5%A4%A7%E8%8A%B1%E7%81%AB%E5%A4%A7%E4%BC%9A&amp;affid=21mTn15NlY\">琵琶湖大花火大会</a>に行ってきた。<br />\r14時くらいから家を出て15:00頃までには現地着。有料観覧席を取る金はないから<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC&amp;affid=21mTn15NlY\">一般</a>観覧席に！<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%AA%E3%81%8E%E3%81%95%E5%85%AC%E5%9C%92&amp;affid=21mTn15NlY\">なぎさ公園</a>にシートを敷いて場所取り、ちゃーんと座ってないと誰かに取られちゃうのでおやつでも食べながら時間をつぶす～。<br />\r案の定、付近で取ってたのに取られたとかあったみたい。それ取ってるうちに入りませんから&hellip;。</p>\r<p>公園内に園路が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%95%B4%E5%82%99&amp;affid=21mTn15NlY\">整備</a>されていたのだが打ち上げ1時間ほど前にはその通路にも人が座り始め通路がない状態に＞＜；<br />\rちゃんと通路は確保しておいて欲しいものです＞＜；</p>','<p>花火はきれいなんですが、通路で立ってみてる人がいたり、通路が通れないのでレジャーシートの隙間を塗って歩く人が目の前を通ったりしてすごく迷惑＞＜；<br />\r何とかして欲しいね。<br />\rそう言えば今年は水中花火が少なかったような&hellip;。でも、何か顔を模したような花火が多かったですね！</p>\r<p>☆観覧ポイント☆<br />\r<!-- key=*** の***部分をグーグル( http://www.google.com/apis/maps/signup.html )から取得し、入れ替える --><script src=\"http://maps.google.com/maps?file=api&v=1&key=ABQIAAAAQRMyCcGK0rd_HF7f2-p6gRTRWRu8plQ5Z_KEXVrdOa1AapegCRQ9DZ42BrL2j6M3OkrwXf45zDv7tg\" type=\"text/javascript\"></script><!-- ここへ地図を出力します↓ 地図の大きさの変更はwidthとheightの数値を使います。 --></p>\r<div id=\"map\" style=\"width: 400px; height: 400px\">&nbsp;</div>\r<script type=\"text/javascript\">\r    //<![CDATA[\r    var map = new GMap(document.getElementById(\'map\'));\r\r    //所在地の座標設定 \r    var lon  = 135.870150 ;//経度\r    var lat  = 35.010130 ;//緯度\r    var myoffice = new GPoint(lon,lat);\r\r    //所在地を中心にする\r    map.centerAndZoom(myoffice , 0);// 数値部分を変えると詳細-広域に変更できます。0-17\r　　//中心を所在地と別に設定する場合\r　　//map.centerAndZoom(new GPoint(135.6591796875, 34.70549341022544) , 0);\r\r\r\r	// 所在地の地点にアイコンを設定する\r	// Create a base icon for all of our markers that specifies the\r	// shadow, icon dimensions, etc.\r	var baseIcon = new GIcon();\r	baseIcon.shadow = \'http://www.google.com/mapfiles/shadow50.png\';\r	baseIcon.iconSize = new GSize(20, 34);\r	baseIcon.shadowSize = new GSize(37, 34);\r	baseIcon.iconAnchor = new GPoint(9, 34);\r	baseIcon.infoWindowAnchor = new GPoint(9, 2);\r	baseIcon.infoShadowAnchor = new GPoint(18, 25);\r	\r	var icon = new GIcon(baseIcon);\r	icon.image = \'http://www.google.com/mapfiles/markerA.png\';\r\r    //所在地を表示する\r    var marker = new GMarker(myoffice,icon);\r	//var marker = new GMarker(myoffice);// デフォルトのマーカー画像を利用する場合\r    map.addOverlay(marker);\r	\r    //]]>\r</script>\r<p>このあたりでは花火の振動が体で感じられます&hellip;。<br />\r流石に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B6%B3%E7%AB%8B%E3%81%AE%E8%8A%B1%E7%81%AB&amp;affid=21mTn15NlY\">足立の花火</a>のように灰が降ってくる様な身近さはないですけどね</p>\r<p>☆花火☆<br />\r<a href=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_1_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_1.JPG\" alt=\"\" /></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_2_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_2.JPG\" alt=\"\" /></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_3_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_3.JPG\" alt=\"\" /></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_4_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"266\" src=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_4.JPG\" alt=\"\" /></a></p>\r<p>&nbsp;</p>',1,2908,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%B5%E7%90%B6%E6%B9%96%E5%A4%A7%E8%8A%B1%E7%81%AB%E5%A4%A7%E4%BC%9A&amp;affid=21mTn15NlY\">琵琶湖大花火大会</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%80%E8%88%AC&amp;affid=21mTn15NlY\">一般</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%AA%E3%81%8E%E3%81%95%E5%85%AC%E5%9C%92&amp;affid=21mTn15NlY\">なぎさ公園</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%95%B4%E5%82%99&amp;affid=21mTn15NlY\">整備</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B6%B3%E7%AB%8B%E3%81%AE%E8%8A%B1%E7%81%AB&amp;affid=21mTn15NlY\">足立の花火</a>\n<a href=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_1_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_2_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_3_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/100806_BiwakoBigfireworks_4_original.JPG\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-08-12 00:15:37','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100803_BrotherOfExercise',3,0,'2010-08-07 13:33:36','08/07 体操のお兄さん','','<p>体操のお兄さんに気づいたのは今週8/3。不具合の発表があったから知ったのだが&hellip;。<br />\r正確に言うとFSのチャットで体操のお兄さんの話が流れてはいたがスルーしていた&hellip;。<br />\r最近大戦略に気を取られていることが多いから、そのときもそうだったのかあるいは別のことをしていたのか定かではない。</p>','<p>不具合の発表で下記見て勘違いしていた。</p>\r<blockquote>●注意事項<br />\r※体操のお兄さんは「 <font color=\"#ff0000\">日曜日の15時から土曜日の23時までの間</font> 」出現しています。<br />\r　土曜日の23時から日曜日の14時59分まではお休みしますのでご注意ください。</blockquote>\r<p>&nbsp;これをどう勘違いしていたかというと、<strong><em>土曜から日曜の期間にクエストを受けないといけないんだ</em></strong>と勘違いを＞＜；<br />\rなので本日の土曜までスルーしてました＞＜；<br />\r逆だったんですよね&hellip;。</p>\r<p>取りあえず、受けてきました。体操のお兄さんからクエストを！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100803_BrotherOfExercise_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100803_BrotherOfExercise_1.png\" alt=\"\" /></a><br />\rでも、もう1日1回ずつ進んでも20回分終わるのかな？てか毎日クエストが完了しないとちゃんと進んだかどうかわからないから不安＞＜；<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100803_BrotherOfExercise_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100803_BrotherOfExercise_2.png\" alt=\"\" /></a><br />\rでも体操あるのみです&hellip;。</p>',1,2684,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe100803_BrotherOfExercise_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100803_BrotherOfExercise_2_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-08-07 13:56:08','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe100811_summar_event',3,0,'2010-08-11 23:07:39','08/10 金魚すくい＆肝試し','','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=MoE&amp;affid=21mTn15NlY\">MoE</a>の夏がやってきたようです！</p>','<p>MoE夏の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">イベント</a>は体操！<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%91%E9%AD%9A%E3%81%99%E3%81%8F%E3%81%84&amp;affid=21mTn15NlY\">金魚すくい</a>！<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%82%9D%E8%A9%A6%E3%81%97&amp;affid=21mTn15NlY\">肝試し</a>！の3つのようですが&hellip;<br />\r体操はすでに先週<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%B0&amp;affid=21mTn15NlY\">バグ</a>が発覚、今回の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%86&amp;affid=21mTn15NlY\">メンテ</a>で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%AE%E6%AD%A3&amp;affid=21mTn15NlY\">修正</a>された模様。</p>\r<p>金魚すくいは はずれ報酬の花火が1個1kでNPCに売れるため、<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100811_summar_event_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100811_summar_event_1.png\" alt=\"\" /></a><br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A3%B2%E5%8D%B4&amp;affid=21mTn15NlY\">売却</a>を控えるように取得金については使用禁止違反者には&hellip;と<br />\r何やってんの！？<br />\rって感じですわ&hellip;。</p>\r<p>肝試しでは、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">チェックポイント</a>が4つと書いてるのが実は5つあるんですね&hellip;。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/moe100811_summar_event_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"273\" src=\"http://www.blackcat.xyz/images/articles/moe100811_summar_event_2.png\" alt=\"\" /></a><br />\rあとチェックポイントコンプリート時にクエストウィンドウ最下段に表示されるメッセージが意味<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8D%E6%98%8E&amp;affid=21mTn15NlY\">不明</a>の暗号&hellip;。(<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%BC%E3%82%B6%E3%83%BC%E6%9A%97%E5%8F%B7&amp;affid=21mTn15NlY\">シーザー暗号</a>という噂)<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">クエスト</a>報酬の1つかと思われたニトロポットはクエスト完了していなくても最初のくえすとNPCに話しかけると習得できる&hellip;。<br />\rもーわかりにくい仕様ばかりで困ります～＞＜；</p>\r<p>肝試しの報酬は&hellip;。<br />\r記念品以外の何ものでもなかったですよ&hellip;。</p>',1,3131,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=MoE&amp;affid=21mTn15NlY\">MoE</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">イベント</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%91%E9%AD%9A%E3%81%99%E3%81%8F%E3%81%84&amp;affid=21mTn15NlY\">金魚すくい</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%82%9D%E8%A9%A6%E3%81%97&amp;affid=21mTn15NlY\">肝試し</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%82%B0&amp;affid=21mTn15NlY\">バグ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%B3%E3%83%86&amp;affid=21mTn15NlY\">メンテ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BF%AE%E6%AD%A3&amp;affid=21mTn15NlY\">修正</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100811_summar_event_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A3%B2%E5%8D%B4&amp;affid=21mTn15NlY\">売却</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">チェックポイント</a>\n<a href=\"http://www.blackcat.xyz/images/articles/moe100811_summar_event_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8D%E6%98%8E&amp;affid=21mTn15NlY\">不明</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%BC%E3%82%B6%E3%83%BC%E6%9A%97%E5%8F%B7&amp;affid=21mTn15NlY\">シーザー暗号</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">クエスト</a>',0,1,0,0,0,'2010-08-12 00:36:55','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20100812063243424',2,0,'2010-08-12 06:32:43','08/12 メンテナンス情報 1.7.0拡張版にアップグレード','','<p>Geeklog 1.7.0拡張版にアップグレードしました。</p><p>1.7.0拡張版より1.7でもケータイサポートが再開されたようですのでケータイから閲覧可能です。<br />なぜ、今回は拡張版のリリースが同時ではなかったのでしょうね。</p>','',1,2685,0,3,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-08-31 23:25:09','html',0,1,'','',0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('dsweb100820',3,0,'2010-08-20 04:59:26','メガ兵器の有効性','','<p>8/19に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%AC%E5%BC%8F%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">公式サイト</a>で発表された【重要】大決戦とワールド統合・リスタートのお知らせ<br />\r何か突然の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">リセット</a>発表でしたね。<br />\r前回の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%B3%E3%82%B1%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">アンケート</a>の際に臭わすような設問がありましたが、発表からリセットまで約<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=1%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">1ヶ月</a>というのはあまりに周知期間が短いように感じます。<br />\r大戦略という長期計画でプレイするゲームという性格上、サービス期間が正式開始から考えても約6ヶ月と非常に短く、6ヶ月で元が取れないような生産施設Lv20等、知っていれば建設しないような施設まで設けながらあまりにひどい感じがしないでもないです。</p>\r<p>リセットなど全然想定してなかった我々は、メガ兵器の有効性について実験してみました。<br />\r我々は引退する可能性も出てきましたが、他鯖で頑張っている皆様のためにもちょっと公開してみたいと思います。</p>','<p><strong>実験1 メガ兵器は6HEXに対して攻撃可能であるが、1回の攻撃で軟HEX攻撃しているのか？</strong><br />\r実験方法：<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E6%88%A6%E7%95%A5&amp;affid=21mTn15NlY\">大戦略</a>では1回の戦闘が3<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">ターン</a>になっていることはすでに周知の事実ですが、今回の実験では全て1％撤退とし1ターンで戦闘を終了させています。(比較条件統一のため攻撃側・防御側同一士官とするなど条件を出来る限り統一しています。)<br />\r<a href=\"http://www.blackcat.xyz/images/articles/dsweb100820_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/dsweb100820_1.png\" alt=\"\" /></a><br />\rこの実験でメガ攻撃兵器<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%8B%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ユニット</a>である<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=MLRS&amp;affid=21mTn15NlY\">MLRS</a>は1ターンの攻撃で同時に6HEXを攻撃しています。<br />\r※航空機は余計な戦闘が発生しないようにするための<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B5%E3%83%BC&amp;affid=21mTn15NlY\">スペーサー</a>です。</p>\r<p><strong>実験2：実験1では同時にHEX攻撃していたわけですが、攻撃対象内に攻撃できない兵器が配置してあった場合には、その</strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%81%AB%E5%8A%9B&amp;affid=21mTn15NlY\"><strong>火力</strong></a><strong>はどのように</strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%86%E6%95%A3&amp;affid=21mTn15NlY\"><strong>分散</strong></a><strong>するのでしょうか？</strong><br />\r<a href=\"http://www.blackcat.xyz/images/articles/dsweb100820_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/dsweb100820_2.png\" alt=\"\" /></a><br />\r実験1では1ターンで1HEXあたり3機の損害が出ていましたが、今回もそれは変わらずです。<br />\r実際のMLRSの仕様を考えると非常にわかりやすいものとなっています。6HEX同時攻撃であるが当たっていないと言う所なんでしょうね。</p>\r<p><strong>実験3：同じ火力(3)である</strong><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=M110&amp;affid=21mTn15NlY\"><strong>M110</strong></a><strong>とどっちらが有利か？と言う実験です。<br />\r</strong>ただ、MLRSの方が命中率が高いので長距離攻撃ユニットとメガ攻撃ユニットとの比較にはなりませんでした。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/dsweb100820_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/dsweb100820_3.png\" alt=\"\" /></a><br />\rM110だと1HEXのみ7機の損害が出ています。M110とMLRSの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">コスト</a>差を考えないのであれば3HEX攻撃できる対象があればMLRSの方が有利でしょう。M110は移動速度もMLRSに比べて劣りますから、そのあたりも比較条件として考慮対象になってくると思います。</p>\r<p>まあ、私はこれまでどおり<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=90%E5%BC%8F%E6%88%A6%E8%BB%8A&amp;affid=21mTn15NlY\">90式戦車</a>+MLRS+KSAMの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">組み合わせ</a>を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%A1%E7%94%A8&amp;affid=21mTn15NlY\">採用</a>ですかね。<br />\r時間があれば、攻撃対象はどのような順位で選択されるのかと言うあたりを探ってみたいと思います。<br />\rこの結果は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B7%E3%82%A2%E3%83%B3%E3%83%AB%E3%83%BC%E3%83%AC%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロシアンルーレット</a>方式で特攻する<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%82%A4%E3%83%97&amp;affid=21mTn15NlY\">タイプ</a>の方に優位になるかも知れませんね。</p>\r<p>この実験結果が皆さんのお役に立てたら幸いです。</p>',1,3845,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%AC%E5%BC%8F%E3%82%B5%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">公式サイト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">リセット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%B3%E3%82%B1%E3%83%BC%E3%83%88&amp;affid=21mTn15NlY\">アンケート</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=1%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">1ヶ月</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E6%88%A6%E7%95%A5&amp;affid=21mTn15NlY\">大戦略</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">ターン</a>\n<a href=\"http://www.blackcat.xyz/images/articles/dsweb100820_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A6%E3%83%8B%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ユニット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=MLRS&amp;affid=21mTn15NlY\">MLRS</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B5%E3%83%BC&amp;affid=21mTn15NlY\">スペーサー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%81%AB%E5%8A%9B&amp;affid=21mTn15NlY\">火力</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%88%86%E6%95%A3&amp;affid=21mTn15NlY\">分散</a>\n<a href=\"http://www.blackcat.xyz/images/articles/dsweb100820_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=M110&amp;affid=21mTn15NlY\">M110</a>\n<a href=\"http://www.blackcat.xyz/images/articles/dsweb100820_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">コスト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=90%E5%BC%8F%E6%88%A6%E8%BB%8A&amp;affid=21mTn15NlY\">90式戦車</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">組み合わせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8E%A1%E7%94%A8&amp;affid=21mTn15NlY\">採用</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B7%E3%82%A2%E3%83%B3%E3%83%AB%E3%83%BC%E3%83%AC%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロシアンルーレット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%82%A4%E3%83%97&amp;affid=21mTn15NlY\">タイプ</a>',0,1,0,0,0,'2010-08-24 08:48:02','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx100824',3,0,'2010-08-24 17:57:06','08/24 野田財務相、緊急会見！…「為替動向、細心の注意と重大な関心を持って見て行く」','','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%8E%E7%94%B0%E4%BD%B3%E5%BD%A6&amp;affid=21mTn15NlY\">野田佳彦</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%A1%E5%8B%99%E7%9B%B8&amp;affid=21mTn15NlY\">財務相</a>は24日夕、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%A1%E5%8B%99%E7%9C%81&amp;affid=21mTn15NlY\">財務省</a>内で記者団に対し、直近の円高進行について「一方的で偏った動きだ。過度な変動や無秩序な動きは経済や<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%91%E8%9E%8D&amp;affid=21mTn15NlY\">金融</a>の安定にとって好ましくない。細心の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%84%8F&amp;affid=21mTn15NlY\">注意</a>と重大な関心を持ってみていく」と述べた。その上で、「<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%97%A5%E9%8A%80&amp;affid=21mTn15NlY\">日銀</a>と緊密な連携をとることが第一」との認識を示した。<br />\r<br />\rまた、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%97%A5%E7%B5%8C%E5%B9%B3%E5%9D%87%E6%A0%AA%E4%BE%A1&amp;affid=21mTn15NlY\">日経平均株価</a>の9000円割れについては「株価はさまざまな要因によって<br />\r決まるので<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">コメント</a>は控えるが、株価の動向も注意深くみる」と語った。<br />\r<a href=\"http://headlines.yahoo.co.jp/hl?a=20100824-00000082-jij-pol\">http://headlines.yahoo.co.jp/hl?a=20100824-00000082-jij-pol</a><br />\r<br />\rさらに野田佳彦財務相が17時前から緊急の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%98%E8%80%85%E4%BC%9A%E8%A6%8B&amp;affid=21mTn15NlY\">記者会見</a>を開き、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%82%BA%E6%9B%BF%E7%9B%B8%E5%A0%B4&amp;affid=21mTn15NlY\">為替相場</a>について<br />\r「重大な関心を持って極めて注視」と発言。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%82%BA%E6%9B%BF%E4%BB%8B%E5%85%A5&amp;affid=21mTn15NlY\">為替介入</a>に関しては「コメントしない」と<br />\r述べるにとどめたため、円が一段と買い進まれた。（抜粋）<br />\r<a href=\"http://www.nikkei.com/news/category/article/g=96958A9C938181E29B9F94E2E48DE0E6E2EAE0E2E3E2E2E2E2E2E2E2;at=ALL\">http://www.nikkei.com/news/category/article/g=96958A9C938181E29B9F94E2E48DE0E6E2EAE0E2E3E2E2E2E2E2E2E2;at=ALL</a></p>','<p><img width=\"370\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/fx100824_1.png\" alt=\"\" /><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\"><br />\rリーマンショック</a>よりも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%90%E3%82%A4%E3%82%B7%E3%83%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ドバイショック</a>よりもひどいこの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%8A%B6%E6%B3%81&amp;affid=21mTn15NlY\">状況</a>を目の前にして、何もしないなら辞めてくれｗ</p>\r<p><span class=\"aa\"><font face=\"ＭＳ Ｐゴシック\">　　　　　　　　　　　 &and;　 &and; <br />\r　　　　　　　　　　　 |1/　|1/ <br />\r　　　　　　　　　 ／￣￣￣｀ヽ、 <br />\r　　　　　　　　 /　　　　　　　　ヽ <br />\r　　　　　　　　/　 ⌒　 ⌒　　　 | <br />\r　　　　　　　　|　（●） （●）　　 | 　　じ・・・・ <br />\r　　　　　　　 /　　　　　　　　　　| <br />\r　　　　　　 /　　　　　　　　　　　| <br />\r　　　　　　（　　　　　　　　　　＿ | <br />\r　　　　　　（ヽ、　　　　　　　/ 　）| <br />\r　　　　　　 |　｀`ー――‐\'\'&quot;|　　ヽ| <br />\r　　　　　　 ゝ　ノ　　　　 　 ヽ　 ノ <br />\r　￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣ <br />\r　　　　　　　　　　　 &and;　 &and; <br />\r　　　　　　　　　　　 |1/　|1/ <br />\r　　　　　　　　　 ／￣￣￣｀ヽ、 <br />\r　　　　　　　　 /　　　　　　　　ヽ <br />\r　　　　　　　　/　 ⌒　 ⌒　　　 | <br />\r　　　　　　　　|　　へ　 へ　　　 | 　　ふふ、見ているだけ♪ <br />\r　　　　　　　 /　　　　　　　　　　| <br />\r　　　　　　 /　　　　　　　　　　　| <br />\r　　　　　　（　　　　　　　　　　＿ | <br />\r　　　　　　（ヽ、　　　　　　　/ 　）| <br />\r　　　　　　 |　｀`ー――‐\'\'&quot;|　　ヽ| <br />\r　　　　　　 ゝ　ノ　　　　 　 ヽ　 ノ <br />\r　￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣ </font></span></p>\r<p>注視してるって見て無くても何とでも言える。それに、ただ見てるだけなんて誰にでも出来る!!<br />\r財務相が今ここですべきことは何か具体的な対策に踏み込むことだろう。<br />\rそれが結果的に成果を残せなかったとしても、発言時に「何か良い<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%B9%E5%90%91&amp;affid=21mTn15NlY\">方向</a>に変わってくれる！」そう思わせる具体的な内容を示唆する発言が為替を良い方向に動かすのだ。<br />\rそんなことも理解できない財務相なら辞めてくれてかまわない。むしろ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%91%E4%B8%BB%E5%85%9A&amp;affid=21mTn15NlY\">民主党</a>ごと辞めてくれ！</p>\r<p>&nbsp;</p>',1,2796,8,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%8E%E7%94%B0%E4%BD%B3%E5%BD%A6&amp;affid=21mTn15NlY\">野田佳彦</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%A1%E5%8B%99%E7%9B%B8&amp;affid=21mTn15NlY\">財務相</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%A1%E5%8B%99%E7%9C%81&amp;affid=21mTn15NlY\">財務省</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%87%91%E8%9E%8D&amp;affid=21mTn15NlY\">金融</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%84%8F&amp;affid=21mTn15NlY\">注意</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%97%A5%E9%8A%80&amp;affid=21mTn15NlY\">日銀</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%97%A5%E7%B5%8C%E5%B9%B3%E5%9D%87%E6%A0%AA%E4%BE%A1&amp;affid=21mTn15NlY\">日経平均株価</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">コメント</a>\n<a href=\"http://headlines.yahoo.co.jp/hl?a=20100824-00000082-jij-pol\">http://headlines.yahoo....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%98%E8%80%85%E4%BC%9A%E8%A6%8B&amp;affid=21mTn15NlY\">記者会見</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%82%BA%E6%9B%BF%E7%9B%B8%E5%A0%B4&amp;affid=21mTn15NlY\">為替相場</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%82%BA%E6%9B%BF%E4%BB%8B%E5%85%A5&amp;affid=21mTn15NlY\">為替介入</a>\n<a href=\"http://www.nikkei.com/news/category/article/g=96958A9C938181E29B9F94E2E48DE0E6E2EAE0E2E3E2E2E2E2E2E2E2;at=ALL\">http://www.nikkei.com/n...</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">リーマンショック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%90%E3%82%A4%E3%82%B7%E3%83%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ドバイショック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%8A%B6%E6%B3%81&amp;affid=21mTn15NlY\">状況</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%96%B9%E5%90%91&amp;affid=21mTn15NlY\">方向</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B0%91%E4%B8%BB%E5%85%9A&amp;affid=21mTn15NlY\">民主党</a>',0,1,0,0,0,'2010-08-24 21:26:49','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('dsweb100826',3,0,'2010-08-26 08:09:18','08/26 大損害','','<p>大戦略で損害率1％(通称1％攻撃)で1％を忘れて大惨事!!!<br />\rと言うことは少なくない。</p>\r<p>くろねこの忘れ物はかなりひどいらしい&hellip;。<br />\rと言うことで、検証がてらひどかった事件についてブログにメモっていこう&hellip;。</p>','<p>まずは今朝の大失敗!!!<br />\r原因は徹夜でねむめだったのかなぁ&hellip;。<br />\r昨晩から、海賊10&times;1(最後までいけず)，8&times;1，7&times;3の3回目での出来事<br />\rまず前列の船を中射程の潜水艦であるヴァージニア(SSN-774)で攻撃して1回で引き返すために1％に設定したはずが&hellip;。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/dsweb100826_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/dsweb100826_1.png\" alt=\"\" /></a><br />\rとまあこんな感じで110も沈んじゃってます＞＜；</p>\r<p>今朝の損害(資源換算)<br />\r鉄：308,990、油：2,927,320、人：1,951,510、金：2,440,900 時間：27.5D</p>\r<p>資源換算して損害の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E3%81%8D%E3%81%95&amp;affid=21mTn15NlY\">大きさ</a>を改めて認識&hellip;1基地のほぼ半月分の生産量ではないですか&hellip;。<br />\r時間も<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=1%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">1ヶ月</a>だから2<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AD%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">スロット</a>でほぼ半月&hellip;。先日60隻くらい沈んだところだけに、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%8A%E6%97%A5%E3%81%AF&amp;affid=21mTn15NlY\">今日は</a>ちょっと数が多すぎましたかね&hellip;。<br />\rもうちょっと慎重に行かないと&hellip;</p>',1,3259,2,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/dsweb100826_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E3%81%8D%E3%81%95&amp;affid=21mTn15NlY\">大きさ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=1%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">1ヶ月</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AD%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">スロット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%8A%E6%97%A5%E3%81%AF&amp;affid=21mTn15NlY\">今日は</a>',0,1,0,0,0,'2011-12-04 01:01:25','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100829_Becky_can_Search',3,0,'2010-08-29 19:51:50','08/29 Becky!2でも検索できた','','<p>勘違いしてました～(&gt;_&lt;)<br />\r[story:100806_to_Thunderbird_from_Becky2]で書いたように、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Becky%21&amp;affid=21mTn15NlY\">Becky!</a>2で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=IMAP&amp;affid=21mTn15NlY\">IMAP</a>を使っている場合うまく検索できないと思っていたんだけど、ある意味正解である意味不正解でした。<br />\rCtrl+Hで出る検索画面には<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%B3%E3%82%B3%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">エンコード</a>というものがあって、エンコードをうまくあわさないと検索できないようですね。<br />\r複数の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>が多種のエンコード形式を利用している場合にはうまく検索できない。メール1通ごとに自動と言うことがないと言うことなんですね&hellip;。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=POP3&amp;affid=21mTn15NlY\">POP3</a>の時には意識しなかったのに&hellip;。</p>','',1,6265,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=Becky%21&amp;affid=21mTn15NlY\">Becky!</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=IMAP&amp;affid=21mTn15NlY\">IMAP</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%83%B3%E3%82%B3%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">エンコード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=POP3&amp;affid=21mTn15NlY\">POP3</a>',0,1,0,0,0,'2010-08-29 20:02:10','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20100901065159822',2,0,'2010-09-01 06:51:59','09/01 サイトメンテナンス情報','','<p>広告のPCバナーをケータイに表示させないように設定しました。</p>\r<p>以下のようにして書くと、PCとケータイと分けてかけるようです。<br />\r昔、案内があったのを見ていたのですが、どこに書いてあったかわからなくて放置して帯ので今頃の対応に＞＜；</p>\r<pre class=\"code\">\r&lt;!--mobile_only<br />&nbsp; &nbsp;&lt;p&gt;ケータイからのアクセスですね。&lt;/p&gt;<br />&nbsp;/mobile_only--&gt;<br />&lt;!--not_for_mobile--&gt;<br />&nbsp; &nbsp;&lt;p&gt;PCからのアクセスですね。&lt;/p&gt;<br />&lt;!--/not_for_mobile--&gt;<br />&nbsp;</pre>','',1,2183,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-09-22 01:38:53','html',1,1,'','',0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100906_kokuseicho-sa',3,0,'2010-09-06 21:49:42','09/06 国勢調査調査票が届いた…','','<p>先日、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%BD%E5%8B%A2%E8%AA%BF%E6%9F%BB&amp;affid=21mTn15NlY\">国勢調査</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%AA%BF%E6%9F%BB%E5%93%A1&amp;affid=21mTn15NlY\">調査員</a>の説明会に行ってきた。</p>\r<p>そのときには仕事がなかったのと、国勢調査の調査員を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">マンション</a>内で誰か決めないといけない&hellip;。<br />\r誰も受け手はくれなさそう&hellip;というか探すのもめんどくさい。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%94%BA%E5%86%85%E4%BC%9A&amp;affid=21mTn15NlY\">町内会</a>長に電話したら、やたら態度がでかいやつで、<br />\r「<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86%E5%93%A1&amp;affid=21mTn15NlY\">管理員</a>にやらせたらいいですやん！」とか「調査票を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">ポスト</a>に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%8A%95%E5%87%BD&amp;affid=21mTn15NlY\">投函</a>して回収は郵送で！<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B0%A1%E5%8D%98&amp;affid=21mTn15NlY\">簡単</a>な仕事ですわ！」<br />\rみたいなことを言っていたから、つい<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%84%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%88%E3%81%86&amp;affid=21mTn15NlY\">やってみよう</a>かと思って登録してしまった&hellip;。</p>','<p>しかし、ふたを開けてみると<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%B3%E3%83%87%E3%83%A2&amp;affid=21mTn15NlY\">トンデモ</a>な内容！</p>\r<p>まず<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%B0%A1%E5%8D%98&amp;affid=21mTn15NlY\">簡単</a>に国政調査員の仕事を列挙すると</p>\r<ul>\r    <li>下準備(配布する資料や書き方などの方法に付いて<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%8B%89%E5%BC%B7&amp;affid=21mTn15NlY\">勉強</a>する)</li>\r    <li>国勢調査の案内の配付</li>\r    <li>国勢調査票の配布(居住者に出会えない場合には<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%80%E4%BD%8E&amp;affid=21mTn15NlY\">最低</a>3回の訪問が義務づけられる)</li>\r    <li>調査票の回収(これも何度か回収できるまで訪問する)</li>\r    <li>最終的に回収できなかったところに、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E8%87%A3&amp;affid=21mTn15NlY\">大臣</a>からの強制通知の配布</li>\r</ul>\r<p>どう考えても、1件あたり1時間以上かかりそうですわ&hellip;<br />\r説明会でも釘を刺したが、最低<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%82%E7%B5%A6&amp;affid=21mTn15NlY\">時給</a>を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%B2%E3%82%8B&amp;affid=21mTn15NlY\">割る</a>可能性が非常に高い!!<br />\rと言うことで、来期から国勢調査の調査員の仕事が回ってきそうになったら、よく考えてから受けてね。</p>\r<p>思うに、詳細な説明も無しに最初から登録ありきな調査員の募集方法に問題ある罠&hellip;</p>',1,2757,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9B%BD%E5%8B%A2%E8%AA%BF%E6%9F%BB&amp;affid=21mTn15NlY\">国勢調査</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%AA%BF%E6%9F%BB%E5%93%A1&amp;affid=21mTn15NlY\">調査員</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">マンション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%94%BA%E5%86%85%E4%BC%9A&amp;affid=21mTn15NlY\">町内会</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AE%A1%E7%90%86%E5%93%A1&amp;affid=21mTn15NlY\">管理員</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">ポスト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%8A%95%E5%87%BD&amp;affid=21mTn15NlY\">投函</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B0%A1%E5%8D%98&amp;affid=21mTn15NlY\">簡単</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%84%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%88%E3%81%86&amp;affid=21mTn15NlY\">やってみよう</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%B3%E3%83%87%E3%83%A2&amp;affid=21mTn15NlY\">トンデモ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%B0%A1%E5%8D%98&amp;affid=21mTn15NlY\">簡単</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8B%89%E5%BC%B7&amp;affid=21mTn15NlY\">勉強</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%80%E4%BD%8E&amp;affid=21mTn15NlY\">最低</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E8%87%A3&amp;affid=21mTn15NlY\">大臣</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%82%E7%B5%A6&amp;affid=21mTn15NlY\">時給</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%B2%E3%82%8B&amp;affid=21mTn15NlY\">割る</a>',0,1,0,0,0,'2010-09-06 22:14:18','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0071',3,0,'2010-09-11 09:42:14','[Delphi] OSのバージョン取得','','<p>昔から思っていたこと。</p>\r<p>気づくまでは、GetVersionEx APIを使うのが普通だと思っていた。まあ、それが普通なんでしょうが&hellip;<br />\rDelphiでは各バージョンに共通なもっと楽に取得できる方法があるのである。<br />\rまあ、Delphiが自身のためにGetVersionExを発行していてその結果をもらってくると言う感じなのだが</p>','<p>DelphiのコアなユニットにSysUtilsがある、この中でDelphiがOSのバージョンを取得するために、GetVersionExを発行している。<br />\rそしてその結果が下記の変数に格納されている。バージョンの取得くらいネットで探してきてコピペしてもしれてるんでしょうけど、Delphi2009でstring型が変わっていたりして思わぬところで苦労したりするのはもったいないし、コードが見にくくなるだけなので下記の変数を使うのも良いと思うよ。</p>\r<ul>\r    <li>Win32MajorVersion</li>\r    <li>Win32MinorVersion</li>\r    <li>Win32BuildNumber</li>\r    <li>Win32CSDVersion</li>\r    <li>Win32Platform</li>\r</ul>',1,4738,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-09-26 19:58:50','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('100916_BCRunAs',3,0,'2010-09-16 02:21:03','パスワードが指定できるRunAs','','<p>RunAsコマンドってパスワードがコマンドラインに指定できないんですよね。パスワードを省略したければ/savecredを使って一回パスワードを保存しておきなさいって言うことらしい。</p>\r\n<p>WSHを使ってパスワードを与えるなんてことも出来るのだけれど、結構使いにくいしインタプリタでテキストファイルを読みながら実行されるのでパスワードがだだ漏れなのである。<br />まあ、個人レベルではパスワードだだ漏れでもあまり気にはならないのでしょうが&hellip;</p>\r\n<p>と言うことで、またまたC#の勉強がてら作ってみました。</p>\r\n<p>[2019/11/26 追記]<br />Sysinternals には便利な<a title=\"Sysinternals のユーティリティ\" href=\"https://docs.microsoft.com/ja-jp/previous-versions/bb545027(v=msdn.10)?redirectedfrom=MSDN\" target=\"_blank\">ユーティリティ</a>が公開されています。<br />暗号化が不要であれば、<a title=\"ShellRunas 便利なシェル コンテキスト メニュー項目を使用して、プログラムを別のユーザーとして起動します。\" href=\"https://docs.microsoft.com/ja-jp/previous-versions/cc300361(v=msdn.10)?redirectedfrom=MSDN\" target=\"_blank\">ShellRunas</a> や <a title=\"PsExec リモート システム上のプロセスを実行します。\" href=\"https://docs.microsoft.com/ja-jp/previous-versions/bb897553(v=msdn.10)?redirectedfrom=MSDN\" target=\"_blank\">PsExec</a> が便利に使えると思います。</p>','<p>BCRunAsは [/e] ユーザー名 パスワード プログラム [パラメーター]を指定します。スイッチとパラメーターは省略可能です。</p>\r\n<p>/eを使用すると暗号化されたパスワードを使用します。<br />パスワードの暗号化にはBCRunAsCryptoを利用して暗号化します。</p>\r\n<p>まあ、BCRunASと暗号化されたパスワードがあれば、誰でもそのユーザーの権限でプログラムを動かせるというリスクはあるんだけど、それでも何もしないよりはそのユーザーでログインされないとかリスクは減ると思うので一応作ってみましたです。</p>\r\n<p>良かったら[file:35]からダウンロードして使ってやってください。</p>\r\n<p><strong>※.Net Framework 3.0が必要です。</strong></p>\r\n<p><strong>※指定出来るユーザーアカウントはローカルアカウントのみです。</strong></p>',2,17605,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://docs.microsoft.com/ja-jp/previous-versions/bb545027(v=msdn.10)?redirectedfrom=MSDN\">ユーティリティ</a>\n<a href=\"https://docs.microsoft.com/ja-jp/previous-versions/cc300361(v=msdn.10)?redirectedfrom=MSDN\">ShellRunas</a>\n<a href=\"https://docs.microsoft.com/ja-jp/previous-versions/bb897553(v=msdn.10)?redirectedfrom=MSDN\">PsExec</a>\n<a href=\"https://www.blackcat.xyz/filemgmt/index.php/35\">BCRunAS</a>',0,1,0,0,0,'2019-11-26 16:48:07','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0072',3,0,'2010-09-20 19:01:47','DBGridのカラムをクリックでソート','','<p>先日、お客様にExcelのように任意の順番でソートできないの？って聞かれました。<br />\rなので、「DBGridのカラムをクリックした時にソートの順序を指定するようにプログラムすれば出来るので、その方向で進めますね～。」って話をしていたら、それって毎回データベースを読みに行くの？Delphiってキャッシュできるんでしょ？と言われてキャッシュしてても操作できないよな～と思いつつ&hellip;。今思い出す限り出来ないですね～＞＜；また調べておきます～。って返答しちゃいました。</p>\r<p>TQueryでは出来ないのですが、TTableやMIDASのTClientDataSetを利用すると出来ちゃうんですね。</p>\r<p>※MIDASを利用して多層アプリケーションを構築するとMIDASライセンスが別途必要ですが、クライアントにTClientDataSetを配置する2層アプリケーションでは不要でした。(2010やXEではMIDASライセンスって要らないらしいですね。)</p>','<p>で、そのプログラム方法なんですが、ExcelライクにTDBGridのカラムクリック時(TCustomDBGrid.TitleClick)イベントで処理することとします。<br />\rソートを指定する関数を作ります。(便宜上TClientDataSet固定にしてます。)</p>\r<pre class=\"brush: delphi;\" title=\"関数部分\">\rprocedure CdsAddIndex(Column: TColumn);\rconst\r  cASC = \'_ASC\';\r  cDESC = \'_DESC\';\rvar\r  s, sFielsName: string;\rbegin\r  if (Column.Grid.DataSource.DataSet = nil)\r    or (Column.Grid.DataSource.DataSet = nil) then exit;\r  if (Column.Grid.DataSource.DataSet.RecordCount = 0) then exit;\r\r  if not (Column.Grid.DataSource.DataSet is TClientDataSet) then exit;\r\r  sFielsName := Column.FieldName;\r\r  with TClientDataSet(Column.Grid.DataSource.DataSet) do\r  begin\r    if (IndexName = sFielsName + cASC) then\r    begin      // 昇順の時には降順にする。\r      s := sFielsName + cDESC\';\r      AddIndex(s, sFielsName, [ixDescending]);\r    end\r    else\r    begin      // 未指定の時＆降順の時には昇順にする。\r      s := sFielsName + cASC;\r      AddIndex(s, sFielsName, []);\r    end;\r    IndexName := s;\r  end;\rend;\r</pre>\r<p>この関数を下記の用にTDBGridのカラムクリック時(<a href=\"http://docs.embarcadero.com/products/rad_studio/radstudio2007/RS2007_helpupdates/HUpdate4/JA/html/delphivclwin32/DBGrids_TCustomDBGrid_TitleClick.html\">TCustomDBGrid.TitleClick</a>)イベント書くだけでOKです。</p>\r<pre class=\"brush: delphi;\" title=\"使うところ\">\rprocedure TForm1.dbgrid1TitleClick(Column: TColumn);\rbegin\r  AddIndexCds(Column);\rend;</pre>\r<p>ただし、この方法が有効なのはソートの項目が1つだけ、複数サポートしようと思うと、ソートの一括クリアやポップアップでのソート順序の入れ替えなどまで凝らないと、ユーザーから追加要望が来そうですね～。</p>\r<p>現在のインデックスの状況は、公式サイト内の<a href=\"http://docs.embarcadero.com/products/rad_studio/radstudio2007/RS2007_helpupdates/HUpdate4/JA/html/devwin32/5datasetobtaininginformationaboutindexes_xml.html\">インデックス情報の取得</a>を参考にすれば取得可能ですね。<br />\rポップアップのリストは&hellip;TJDBGridで作ったけど2010には、元からコンポーネントがあったような気もするな&hellip;。</p>\r<p>あっ、拙作のTJDBGridにその機能を盛り込んじゃうのも手なのかな&hellip;<br />\rすでに更新しなくなってから久しいTJDBGridですが、未だに利用していただいてる方は居られるのでしょうか？</p>',1,10704,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://docs.embarcadero.com/products/rad_studio/radstudio2007/RS2007_helpupdates/HUpdate4/JA/html/delphivclwin32/DBGrids_TCustomDBGrid_TitleClick.html\">TCustomDBGrid.TitleClick</a>\n<a href=\"http://docs.embarcadero.com/products/rad_studio/radstudio2007/RS2007_helpupdates/HUpdate4/JA/html/devwin32/5datasetobtaininginformationaboutindexes_xml.html\">インデックス情報の取得</a>',0,1,0,0,0,'2011-07-13 10:34:29','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0073',3,0,'2010-09-26 19:56:34','[Delphi] ショートカット作成&amp;情報取得','','<p>客先でショートカットの内容を判断して書き換える必要に迫られまして･･･<br />\r同じようなアプリを置き換えるときに探してショートカットも置き換えてねと&hellip;<br />\rよく考えたらExcelからOpenOfficeに変えてもExcelにドキュメントを引数で渡すようなショートカットでなく、素直にドキュメントへのショートカットを作っておけば対応できるアプリが普通に対応してくれるんですけどね。</p>\r<p>と愚痴っても仕方がないので、まずは一般的なショートカットの作成方法</p>\r<p>uses に <strong>ActiveX, ComObj, ShlObj</strong> を追加する必要があるので忘れず追加！</p>\r<pre class=\"brush: delphi;\">\r/// <summary>ショートカットの作成</summary>\r/// <param name=\"ShortcutPath\">ショートカットのファイル名</param>\r/// <param name=\"ExecFilePath\">コマンドライン文字列(ファイル名)</param>\r/// <param name=\"Params\">コマンドライン文字列(引数)</param>\r/// <param name=\"WorkingDir\">作業場所文字列(引数)</param>\r/// <param name=\"Description\">説明文字列</param>\rfunction CreateShortCut(const ShortcutPath: String;\r                        const ExecFilePath: String;\r                        const Params: String;\r                        const WorkingDir: String = \'\';\r                        const Description: String = \'\'): Boolean;\rvar\r  ShellLink: IShellLink;\r  PersistFile: IPersistFile;\r{&#36;IFDEF Unicode}\r  FileName: String;\r{&#36;ELSE}\r  FileName: WideString;\r{&#36;ENDIF}\rbegin\r  // Create shell link object\r  // Get IShellLink/IPersistent inferface\r  ShellLink := CreateComObject(CLSID_ShellLink) as IShellLink;\r  PersistFile := ShellLink as IPersistFile;\r  // Set path to shell link \r  ShellLink.SetPath(PChar(ExecFilePath));\r\r  // Set arguments to shell link\r  ShellLink.SetArguments(PChar(Params));\r\r  // Set description string\r  ShellLink.SetDescription(PChar(Description));\r\r  // Set working directory\r  ShellLink.SetWorkingDirectory(PChar(WorkingDir));\r\r  // Set location (path and index) of the icon\r  ShellLink.SetIconLocation(PChar(ExecFilePath), 0);\r\r  // Save to file\r  FileName := ShortcutPath;\r{&#36;IFDEF Unicode}  \r  Result := Succeeded(PersistFile.Save(PChar(FileName), True));\r{&#36;ELSE}\r  Result := Succeeded(PersistFile.Save(PWChar(FileName), True));\r{&#36;ENDIF}\rend;</pre>','<p>ショートカットの情報取得方法</p>\r<p>ShellLink.Resolveが結構くせ者で、<strong>SLR_ANY_MATCH</strong>にせっていしてリンク先がないショートカットだと検索してくれたりする...<br />\rシステムで処理する際には、<strong>SLR_NO_UI</strong>でダイアログを出さないようにして書き換えると便利じゃないかな？</p>\r<pre class=\"brush: delphi;\">\rtype\r  TIconLocation = packed record\r    Path: string;\r    Number: integer;\r  end;\r  TLinkFileInfo = packed record\r    FileName: string; // リンクしているファイル名\r    WorkDir: string; // 作業ディレクトリ\r    Arguments: string; // コマンドライン引数\r    Hotkey: Word; // 設定されているホットキー\r    ShowCmd: Integer; // 実行時の表示状態\r    Icon: TIconLocation;\r  end;\r\r/// <summary>ショートカットの情報取得</summary>\r/// <param name=\"LinkFilename\">ショートカットのファイル名</param>\r/// <return>ショートカット情報構造体</return>\rfunction GetInfofromLinkFile(LinkFilename: string): TLinkFileInfo;\rvar\r  ShellLink: IShellLink;\r  PersistFile: IPersistFile;\r  WFilename: WideString;\r  Win32FindData: TWin32FindData;\r  S, Work, Arg: string;\r  Hot: Word;\r  Cmd: Integer;\r  sIconPath: WideString;\r  nIconPath: integer;\r  nIcon: integer;\rbegin\r  if LowerCase(ExtractFileExt(LinkFilename)) &lt;&gt; \'.lnk\' then\r    Exit;\r\r  ShellLink := CreateComObject(CLSID_ShellLink) as IShellLink;\r  PersistFile := ShellLink as IPersistFile;\r\r  // Unicodeにキャスト\r  WFilename := LinkFilename;\r\r  if Succeeded(PersistFile.Load(PWChar(WFilename), STGM_READ)) then\r  begin\r    ShellLink.Resolve(0, SLR_NO_UI);\r\r    SetLength(S, MAX_PATH);\r    SetLength(Work, MAX_PATH);\r    SetLength(Arg, MAX_PATH);\r    SetLength(sIconPath, MAX_PATH);\r    nIconPath := MAX_PATH;\r    // ショートカットファイルの参照先を取得\r    ShellLink.GetPath(PChar(S), MAX_PATH, Win32FindData, SLGP_UNCPRIORITy);\r    // 作業ディレクトリを取得\r    ShellLink.GetWorkingDirectory(PChar(Work), MAX_PATH);\r    // コマンドライン引数を取得\r    ShellLink.GetArguments(PChar(Arg), MAX_PATH);\r    // ホットキーを取得\r    ShellLink.GetHotkey(Hot);\r    // 実行時の表示状態を取得\r    ShellLink.GetShowCmd(Cmd);\r    // アイコンの状態を取得\r    ShellLink.GetIconLocation(PWideChar(sIconPath), MAX_PATH, nIcon);\r\r    // 関数の戻り値にセット\r    with Result do\r    begin\r      FileName := S;\r      WorkDir := Work;\r      Arguments := Arg;\r      Hotkey := Hot;\r      ShowCmd := Cmd;\r      Icon.Path := sIconPath;\r      Icon.Number := nIcon;\r    end;\r  end;\rend;\r</pre>',1,8004,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-04 16:31:00','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('dsweb101003',3,0,'2010-10-03 12:01:52','10/03 大損害2','','<p>朝起きてぼーっと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">マップ</a>を眺めていたら&hellip;海賊<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Lv&amp;affid=21mTn15NlY\">Lv</a>8を発見！<br />\r調査<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%98%E3%83%AA&amp;affid=21mTn15NlY\">ヘリ</a>を差し向けたら、まっさらだったんだけど<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%8D%E8%A1%9B&amp;affid=21mTn15NlY\">前衛</a>がオーサ/<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B7%A5%E4%BD%9C%E8%88%B9&amp;affid=21mTn15NlY\">工作船</a>/小型<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%BD%9C%E6%B0%B4%E8%89%A6&amp;affid=21mTn15NlY\">潜水艦</a> <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%8C%E8%A1%9B&amp;affid=21mTn15NlY\">後衛</a>が工作船/小型潜水艦という強烈な配置。</p>\r<p>取りあえず、SH60<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%BC%E3%82%A6%E3%83%AB%E3%83%95&amp;affid=21mTn15NlY\">シーウルフ</a>で前衛の小型潜水艦を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%AE%B2%E6%BB%85&amp;affid=21mTn15NlY\">殲滅</a>と考えるも420機しか無く無理と判断し、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B7%E3%82%A2%E3%83%B3%E3%83%AB%E3%83%BC%E3%83%AC%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロシアンルーレット</a>方式による<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=P3C&amp;affid=21mTn15NlY\">P3C</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%A9%E3%82%A4%E3%82%AA%E3%83%B3&amp;affid=21mTn15NlY\">オライオン</a>での殲滅を謀りここまでは無事に成功する。(ここまでの損害は占領ヘリ3機の損失)。</p>','<p>次いで、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%8D%E8%A1%9B&amp;affid=21mTn15NlY\">前衛</a>のオーサと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B7%A5%E4%BD%9C%E8%88%B9&amp;affid=21mTn15NlY\">工作船</a>を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%AE%B2%E6%BB%85&amp;affid=21mTn15NlY\">殲滅</a>させようと考え、前に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B5%E3%83%BC&amp;affid=21mTn15NlY\">スペーサー</a>となる占領<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%98%E3%83%AA&amp;affid=21mTn15NlY\">ヘリ</a>を置いて<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%B4%E3%82%A1%E3%83%BC%E3%82%B8%E3%83%8B%E3%82%A2&amp;affid=21mTn15NlY\">ヴァージニア</a>で攻撃を考える。<br />\rついでに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%8C%E8%A1%9B&amp;affid=21mTn15NlY\">後衛</a>の工作船もと思い<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B5%E3%83%B3%E3%82%BC%E3%83%AB%E3%82%B9&amp;affid=21mTn15NlY\">ロサンゼルス</a>も投入。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%9F%E3%83%BC&amp;affid=21mTn15NlY\">ダミー</a>で7名の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A3%AB%E5%AE%98&amp;affid=21mTn15NlY\">士官</a>を投入すれば、1回の戦闘で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%BD%9C%E6%B0%B4%E8%89%A6&amp;affid=21mTn15NlY\">潜水艦</a>の前の占領ヘリが全滅することはよほど運が悪くなければないだろうと、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%AE%B3%E7%8E%87&amp;affid=21mTn15NlY\">損害率</a>50％で突っ込ませたところ&hellip;</p>\r<p><a href=\"http://www.blackcat.xyz/images/articles/20101003120152139_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"296\" src=\"http://www.blackcat.xyz/images/articles/20101003120152139_1.png\" alt=\"\" /></a></p>\r<p>あれれ&hellip;？</p>\r<p>重大なことを忘れてた！<br />\r相手の前衛全滅させたら向こうが前衛<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%95%E3%83%88&amp;affid=21mTn15NlY\">シフト</a>してこっちの潜水艦がやられちゃうじゃない！</p>\r<p>と言う事で奇しくも前回の大損害と同様のヴァージニア110隻の大損害となってしまった&hellip;110席に縁があるのかな？<br />\r相手のシフトを忘れるなんて&hellip;<br />\r今日は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=MoE&amp;affid=21mTn15NlY\">MoE</a>をしながらじゃなかったんだけど&hellip;<br />\r<br />\r気をつけないと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>だな</p>',1,3505,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">マップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Lv&amp;affid=21mTn15NlY\">Lv</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%98%E3%83%AA&amp;affid=21mTn15NlY\">ヘリ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%8D%E8%A1%9B&amp;affid=21mTn15NlY\">前衛</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B7%A5%E4%BD%9C%E8%88%B9&amp;affid=21mTn15NlY\">工作船</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%BD%9C%E6%B0%B4%E8%89%A6&amp;affid=21mTn15NlY\">潜水艦</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%8C%E8%A1%9B&amp;affid=21mTn15NlY\">後衛</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%BC%E3%82%A6%E3%83%AB%E3%83%95&amp;affid=21mTn15NlY\">シーウルフ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%AE%B2%E6%BB%85&amp;affid=21mTn15NlY\">殲滅</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B7%E3%82%A2%E3%83%B3%E3%83%AB%E3%83%BC%E3%83%AC%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロシアンルーレット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=P3C&amp;affid=21mTn15NlY\">P3C</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%A9%E3%82%A4%E3%82%AA%E3%83%B3&amp;affid=21mTn15NlY\">オライオン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%8D%E8%A1%9B&amp;affid=21mTn15NlY\">前衛</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B7%A5%E4%BD%9C%E8%88%B9&amp;affid=21mTn15NlY\">工作船</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%AE%B2%E6%BB%85&amp;affid=21mTn15NlY\">殲滅</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B5%E3%83%BC&amp;affid=21mTn15NlY\">スペーサー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%98%E3%83%AA&amp;affid=21mTn15NlY\">ヘリ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%B4%E3%82%A1%E3%83%BC%E3%82%B8%E3%83%8B%E3%82%A2&amp;affid=21mTn15NlY\">ヴァージニア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BE%8C%E8%A1%9B&amp;affid=21mTn15NlY\">後衛</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B5%E3%83%B3%E3%82%BC%E3%83%AB%E3%82%B9&amp;affid=21mTn15NlY\">ロサンゼルス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%9F%E3%83%BC&amp;affid=21mTn15NlY\">ダミー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A3%AB%E5%AE%98&amp;affid=21mTn15NlY\">士官</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%BD%9C%E6%B0%B4%E8%89%A6&amp;affid=21mTn15NlY\">潜水艦</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%90%8D%E5%AE%B3%E7%8E%87&amp;affid=21mTn15NlY\">損害率</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20101003120152139_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%95%E3%83%88&amp;affid=21mTn15NlY\">シフト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=MoE&amp;affid=21mTn15NlY\">MoE</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>',0,1,0,0,0,'2010-10-21 23:11:14','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('dsweb101004',3,0,'2010-10-04 22:02:56','10/04 疲れているのでしょうか？','','<p>今朝見た海賊Lv8が21時頃帰宅したにも係わらずまだある&hellip;。</p>\r<p>ラッキーと思いつつ偵察を差し向けたら、楽勝構成！<br />\r<a href=\"http://www.blackcat.xyz/images/articles/20101004220256772_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/20101004220256772_1.png\" alt=\"\" /></a></p>\r<p>損害0で倒せる？と思いつつ派兵したら&hellip;</p>','<p><a href=\"http://www.blackcat.xyz/images/articles/20101004220256772_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"200\" src=\"http://www.blackcat.xyz/images/articles/20101004220256772_2.png\" alt=\"\" /></a><br />\rなぜかこんな状態に&hellip;<br />\r前衛の潜水艦が見えてなかった＞＜；</p>\r<p>最近いじめられて疲れているのかな&hellip;。</p>',1,5011,2,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20101004220256772_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20101004220256772_2_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2010-10-21 23:10:50','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0074',3,0,'2010-10-19 17:03:20','[Delphi] タブ順に処理をする','','<p>めんどくさがりなくろねこはシステムの必須入力チェックとフル桁入力チェックは業務入力チェックの前に出来ないかと考えた。<br />チェックの順番は、当然にタブ順がふさわしい。</p>\r<p>タブ順を自分で管理するのはめんどくさい。エンターキーで[story:ProgramingFAQ_del0001] の様な処理が出来るんだからきっと何か良い方法がある！<br />と調べた結果が<strong>GetTabOrderList</strong>だった。これを使うと単純なチェックはカスタマイズしたコントロールに持たせたチェックで終わらせることが出来そうだ！しかし、この関数いつからあるんだろう？</p>\r<p>※TBC～はくろねこ製のオリジナルコンポーネントのメソッドで、CheckRequiredとCheckFillCharはそれぞれ必須入力チェック、フル桁入力チェックである。</p>\r<pre class=\"brush: delphi; highlight: [9];\" title=\"タブ順に処理をするサンプル(入力チェックプログラム)\">procedure TForm1.CheckInputData(Sender: TObject);\rvar\r  i: integer;\r  CtrlList: TList;\r  ctrl: TWinControl;\rbegin\r  CtrlList := TList.Create;\r  try\r    GetTabOrderList(CtrlList);\r    for i := 0 to CtrlList.Count - 1 do\r    begin\r      ctrl := CtrlList[i];\r      if (ctrl is TBCCustomEdit) then // エディット\r      begin\r        if not TBCCustomEdit(ctrl).CheckRequired(true) then exit;\r        if not TBCCustomEdit(ctrl).CheckFillChar(true) then exit;\r      end;\r      if (ctrl is TBCCustomComboBox) then // コンボボックス\r      begin\r        if not TBCCustomComboBox(ctrl).CheckRequired(true) then exit;\r      end;\r    end;\r  finally\r    CtrlList.Free;\r  end;\rend;\r</pre>','',1,4649,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/ProgramingFAQ_del0001\">[Delphi] Enterキーで...</a>',0,1,0,0,0,'2012-08-17 13:33:24','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0075',3,0,'2010-10-21 23:15:44','[Delphi] Format関数の困った仕様','','<p>Format 関数には困った仕様が&hellip;<br />\rFormat 関数の仕様に幅指定子と精度指定子があって、フォーマットした際の文字列長を指定できる。</p>\r<p>たとえば、下記の様に書くと「123」は、5桁に満たないので足りない分を頭から&quot;0&quot;で埋めて「00123」となる</p>\r<pre class=\"brush: delphi;\" title=\"Format関数6桁の場合\">\rFormat(\'%.6d\', [123]); { 123 -&gt; 000123 }</pre>\r<p>しかし、下記のコードは&hellip;</p>\r<pre class=\"brush: delphi;\" title=\"Format関数30桁の場合\">\rFormat(\'%.30d\', [123]);</pre>','<p>「000000000000000000000000000123」とはならず、「&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;123」となる。<br />\r本来&quot;0&quot;で埋められるはずの部分がスペースで埋められる。</p>\r<p>これは整数の処理にInteger型を利用しているためらしい&hellip;。<br />\rFormat関数の説明に制限として書いておけよな&hellip;。</p>',1,32077,0,1,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-06-30 13:21:21','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20101102213021742',2,0,'2010-11-02 21:30:21','11/02 メールが届かない','','<p><strong>ユーザー登録したけどパスワードが届かない！</strong>と言う事が発生しているようです。</p>\r<p>調べてみると、hotmail.co.jp だと届かないようです。<br />\r他にも届かないドメインがあるかもしれません。たぶん、メールサーバーにSPAMフィルタがあって自動的に落とされているんじゃないかと想像していますが。</p>\r<p>メールが届くはずなのに届かないという方は、スパムフォルダを見られる方は一度中身をチェックしてみてください。<br />\rそれでも届いてなければ、違うメールアドレスから登録してみてください。</p>\r<p>ご迷惑をおかけしますが、あらかじめご承知置き願います。</p>','',1,2623,0,5,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-11-03 10:04:45','html',1,1,'','',0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0076',3,0,'2010-11-08 13:33:10','[Delphi] GExpart','','<p>GExpertsはDelphi IDEを拡張するツール(エキスパート?ウィザード)集でXEにも対応しています。<br />現時点での最新版は1.34です。<br /><a href=\"http://www.gexperts.org/\">http://www.gexperts.org/</a><br /><br />GExpertsには非常に便利な機能がまとめられているので、インストールしておくと便利です。<br />しかし、フォームのフォントが欧文の設定になっているので修正しておく必要があります。<br />Font.CharSet が CHARSET_DEFAULT では無く大部分が CHARSET_ANSI になっています。<br /><br />GExpertsにはいくつか便利な機能がありますが、英語表記なので読めなくて取りあえず使ってみるという感じで手探りです。<br />他のサイトでも紹介がありますが、くろねこが使って便利だと思った機能を抜粋。</p>','<ul>\r<li>Backup Projectプロジェクトに登録されているファイル群をZIPファイルにまとめてアーカイブできます。<br />バックアップやソースコードでの配布に便利です。</li>\r<li>Clean Directories<br />プロジェクトのディレクトリにあるDCUや~付きのバックアップファイルなどを削除することができます。<br />以前はバッチファイルでやってましたが、プロジェクトフォルダごとにコピーしなくてすむから便利です。<br />プロジェクトごとに前回の情報を覚えていてくれるとさらに便利なんだけど&hellip;。</li>\r<li>Clipboard History<br />クリップボード履歴機能です。</li>\r<li>Code Proofreader<br />MSOfficeのオートコレクト機能みたいな感じでしょうか？<br />Dictionaly Replacementを使用すると辞書に登録されている単語を入力した際に、自動的に大文字小文字の修正や入力ミスの修正を行います。<br />頭を大文字にするだけではないのが便利。</li>\r<li>Components to Code<br />デザイナで選択（複数可）しているコンポーネント生成するためのコードをクリップボードの出力します。</li>\r<li>Editor Experts<br />\r<ul>\r<li>Sort Selected Lines<br />　選択している行をソートします。</li>\r<li>Reverse Statement<br />　代入式の右辺と左辺を入れ替えることが出来ます。何気に便利です。<br />　for文で使用するとループを逆順（downto）にすることができます。</li>\r<li>Align Lines<br />　代入式が複数行存在するときに、各行の:=の位置をそろえることが出来ます。 <br />ソースコードの成形という意味ではDelforExが好きなのですが...欧文フォントになってるので文字化けするのが難点</li>\r</ul>\r</li>\r<li>IDE Menu Shortcuts<br />　IDEのメニュー項目にショートカットキーを割り当てることができます。</li>\r<li>Message Dialog<br />　MessageDlgまたはMessageBoxを使用したメッセージダイアログを表示するためのコードを挿入します。<br />なかなか便利でデフォルトではCtrl+Dで呼び出せます。</li>\r<li>Replace Components<br />　デザイナ上で選択したコンポーネントを別のコンポーネントに変更します。たとえばTButtonのコンポーネントをTBitBtnに変換する等です。変換先のコンポーネントはある程度互換性のあるコンポーネントでないといけません。<br />&nbsp;</li>\r<li>Set Tab Order<br />デザイナ上でコンポーネントのタブオーダーを修正します。<br />標準機能は選択中のコンテナ内部だけのタブ順ですが、この機能はフォーム全体のタブ順を取り扱えるので便利です。</li>\r<li>Source Export<br />ソースコードを強調表示付きでHTML/RTFとして、ファイル／クリップボードに出力します。<br />Syntax Highlighterを使うようになったからHTMLとしては使わないかな？<br />何か講習か何かでドキュメントとを作らないといけなくなったら使うかも？</li>\r</ul>',1,5045,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.gexperts.org/\">http://www.gexperts.org/</a>',0,1,0,0,0,'2012-04-07 11:02:05','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('101114_yamada',3,0,'2010-11-14 17:15:40','11/14 ヤマダ電機','','<p>先日から動かなくなっていたUSB-microUSB充電専用ケーブルを求めて<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A4%E3%83%9E%E3%83%80%E9%9B%BB%E6%A9%9F&amp;affid=21mTn15NlY\">ヤマダ電機</a>へ。</p>\r<p>ヤマダ電機のポイントシステムで来店<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">ポイント</a>が貰えたのだが、いつの間にか<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">カード</a>では出来なくなっていた。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%95%E6%96%B9%E3%81%8C%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">仕方がない</a>ので<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%82%BF%E3%82%A4&amp;affid=21mTn15NlY\">ケータイ</a>に移行<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%89%8B%E7%B6%9A%E3%81%8D&amp;affid=21mTn15NlY\">手続き</a>を行う。ついでに店員に聞いてみたのだが、やはりスマホにはほとんど対応できていないようだ。さすがは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A4%E3%83%9E%E3%83%80&amp;affid=21mTn15NlY\">ヤマダ</a>まだまだだな～と頷いてしまう。</p>\r<p>店内は、12月から<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%82%B3%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">エコポイント</a>半減を聞いて集まったのか、人がたくさん&hellip;。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%83%AC%E3%83%93&amp;affid=21mTn15NlY\">テレビ</a>の値段とか上がってるんだからわざわざこの時期に買い求めずとも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AA%E3%82%B9%E3%83%9E%E3%82%B9&amp;affid=21mTn15NlY\">クリスマス</a>商戦や<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%AD%B3%E6%9C%AB&amp;affid=21mTn15NlY\">歳末</a>の商戦で値引きするんだから、エコポイントとが減ってもそっちの方が絶対的なところでお得でしょうに&hellip;。<br />\r先を見られない人たちだな～。と思ってしまったわ。<br />\r<br />\rで、くろねこの求めていたケーブルは見つけられず、店員に探してもらったが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%B3%E3%83%A2&amp;affid=21mTn15NlY\">ドコモ</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%82%AF%E3%82%B9%E3%83%9A%E3%83%AA%E3%82%A2&amp;affid=21mTn15NlY\">エクスペリア</a>用しかなかった。わざわざエクスペリア専用とうたう<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%89%E3%83%91%E3%83%BC%E3%83%86%E3%82%A3&amp;affid=21mTn15NlY\">サードパーティ</a>の心がわからんが、取りあえずそれを買ってきた。エクスペリアでなくとも基本は同じだから動くだろう。出来ても出来なくても対応一覧としてまとめておこう。</p>','',1,2504,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A4%E3%83%9E%E3%83%80%E9%9B%BB%E6%A9%9F&amp;affid=21mTn15NlY\">ヤマダ電機</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">ポイント</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AB%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">カード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%95%E6%96%B9%E3%81%8C%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">仕方がない</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%82%BF%E3%82%A4&amp;affid=21mTn15NlY\">ケータイ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%89%8B%E7%B6%9A%E3%81%8D&amp;affid=21mTn15NlY\">手続き</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A4%E3%83%9E%E3%83%80&amp;affid=21mTn15NlY\">ヤマダ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%82%B3%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88&amp;affid=21mTn15NlY\">エコポイント</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%83%AC%E3%83%93&amp;affid=21mTn15NlY\">テレビ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%AA%E3%82%B9%E3%83%9E%E3%82%B9&amp;affid=21mTn15NlY\">クリスマス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%AD%B3%E6%9C%AB&amp;affid=21mTn15NlY\">歳末</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%B3%E3%83%A2&amp;affid=21mTn15NlY\">ドコモ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A8%E3%82%AF%E3%82%B9%E3%83%9A%E3%83%AA%E3%82%A2&amp;affid=21mTn15NlY\">エクスペリア</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%89%E3%83%91%E3%83%BC%E3%83%86%E3%82%A3&amp;affid=21mTn15NlY\">サードパーティ</a>',0,1,0,0,0,'2010-11-14 17:35:02','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0077',3,0,'2010-11-21 21:21:47','[Delphi] 多機能マウス対応','','<p>すでに一般的になって久しい多ボタン多機能マウス。<br />ビジネス用途での浸透率はいまいちなのだが、家庭ではほとんどのパソコン利用者が使っているのではないだろうか？</p>\r<p>最近、仕事でメニューアプリを作成している。そのメニューはウィンドウズアプリなのであるが、WEBサイトのリンクのように実行形式ファイルなどのオブジェクトに関連づけされているもの、次のメニューに関連づけされているものなど様々な登録が可能になっている。他のメニューに関連づけられたボタンをクリックした際にはそのメニューが展開されるのだが、一つ前のメニューに戻る機能を持ったボタンを画面上に配置していた。</p>\r<p>それを見たお客さんが&hellip;「マウスの戻るボタンへの対応」を聞いてきた&hellip;。<br />Delphiの標準機能には当然無いのでたぶんメッセージを受け取ってるのだろうと当たりを付けて調べる。Spy++を動かすのも良かったが、面倒なのでGoogle検索すると、C#のコーディング例などが載っていた。<br />Delphiでも1件そのままのコードがあった。</p>\r<p>こんな感じ</p>','<pre class=\"brush: delphi;\" title=\"多機能マウス対応\">type\r  TForm1 = class(TForm)\r  private\r    procedure WMAppCommand(var Msg: TMessage); message WM_APPCOMMAND;\r  end;\r\rvar\r  Form1: TForm1;\r\rimplementation\r\r{&#36;R *.dfm}\r\r{ TForm1 }\r\ruses\r  AppCommand;\r\rprocedure TForm1.WMAppCommand(var Msg: TMessage);\rbegin\r  case GET_APPCOMMAND_LPARAM(Msg.LParam) of\r    APPCOMMAND_BROWSER_FORWARD:\r    begin\r      ShowMessage(\'FORWARD\');\r      Msg.Result := 1;\r    end;\r    APPCOMMAND_BROWSER_BACKWARD:\r    begin\r      ShowMessage(\'BACKWARD\');\r      Msg.Result := 1;\r    end;\r  end;\rend;\r</pre>\r<p>参考というか、そのまんま答えが下記のページにあった。<a href=\"http://ja.efreedom.com/Question/1-2458730/Delphi-%E3%81%A6%E9%80%B2%E3%82%80%E3%81%A8%E6%88%BB%E3%82%8B%E3%83%9E%E3%82%A6%E3%82%B9-%E3%83%9B%E3%82%BF%E3%83%B3%E3%81%AE%E3%82%A4%E3%83%98%E3%83%B3%E3%83%88%E3%82%92%E6%A4%9C%E5%87%BA%E3%81%99%E3%82%8B%E3%81%AB%E3%81%AF\">Delphi で進むと戻るマウス ボタンのイベントを検出するには？</a></p>',1,3789,0,2,'1970-01-01 09:00:00',0,'<a href=\"http://ja.efreedom.com/Question/1-2458730/Delphi-%E3%81%A6%E9%80%B2%E3%82%80%E3%81%A8%E6%88%BB%E3%82%8B%E3%83%9E%E3%82%A6%E3%82%B9-%E3%83%9B%E3%82%BF%E3%83%B3%E3%81%AE%E3%82%A4%E3%83%98%E3%83%B3%E3%83%88%E3%82%92%E6%A4%9C%E5%87%BA%E3%81%99%E3%82%8B%E3%81%AB%E3%81%AF\">Delphi で進むと戻',0,1,0,0,0,'2012-11-10 12:49:36','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20101121214346297',3,0,'2010-11-21 21:43:46','11/21 Skype au','','<p>くろねこは現在au携帯と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a> Phoneの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a> 03を使っている訳なのであるが&hellip;。</p>\r<p>そろそろ2年経つのでau携帯を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=IS%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA&amp;affid=21mTn15NlY\">ISシリーズ</a>に変えようと計画中。<br />\rauの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a>携帯には<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Skype&amp;affid=21mTn15NlY\">Skype</a> auという<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA&amp;affid=21mTn15NlY\">アプリ</a>というか<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9&amp;affid=21mTn15NlY\">サービス</a>というかが使えるようになるらしい。<br />\rその詳細が知りたくてauに問い<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">合わせ</a>をしてみたが全然わからない。</p>\r<p>auのAndroid&trade;搭載<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>における「Skype&trade; au」提供開始について〈別紙〉<br />\rを参照しながら問い合わせしていたのだが、相手がSkypeを使ったことが無く、全然話が通じない。</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%9A%E5%B8%B8&amp;affid=21mTn15NlY\">通常</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E6%96%99&amp;affid=21mTn15NlY\">無料</a>の(<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>料は別途発生するが)Skypeサービスは、2011年11月30日までは無料。ってそりゃ元が無料なんだから金を取るなよ！って思っていたらちょっと話が違ったようだ。<br />\rauのSkype同士の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9F%B3%E5%A3%B0&amp;affid=21mTn15NlY\">音声</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">チャット</a>(通話)は、どうやら音声通話網に入るようで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">パケット</a>が発生していない<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A8%A1%E6%A7%98&amp;affid=21mTn15NlY\">模様</a>。それ故、ID認証というか確認のパケットが発生する程度で、実際の音声の分はパケット料金を取られないようなのだ。(<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%9A%E3%83%AC%E3%83%BC%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">オペレーター</a>が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9B%96%E6%98%A7&amp;affid=21mTn15NlY\">曖昧</a>にぼかしててはっきりしてないけど。)なので、来年12月からは音声チャット部分についてはパケット通信料に相当する音声<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%9A%E8%A9%B1%E6%96%99&amp;affid=21mTn15NlY\">通話料</a>が発生するかもしれない。</p>\r<p>これが嫌なら、Android MarketでSkypeを<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>してくることになりそうだが、どっちがお得になるんだろうね？</p>\r<p>しかし、auの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%9A%E3%83%AC%E3%83%BC%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">オペレーター</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%93%81%E8%B3%AA&amp;affid=21mTn15NlY\">品質</a>はすこぶる低すぎる&hellip;。<br />\r「通常Skype音声チャットはパケット通信するけどパケット通信料って取られないの？」って聞いたら、<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%82%BF%E3%83%B3%E3%83%88%E3%83%A1%E3%83%83%E3%82%BB%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">インスタントメッセージ</a>やコンタクトリスト、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%86%E3%82%A4%E3%82%BF%E3%82%B9&amp;affid=21mTn15NlY\">ステイタス</a>表示をご利用いただくには、ご契約の料金<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">プラン</a>/パケット通信料定額サービスに応じたパケット通信料がかかります。また、音声の発着信時にもID認証等のため、パケット通信料が発生します。って答えるだけ。書いてない部分は取られることはないんだよね？って聞き直すと黙りこくってくれちゃうから話にならない、困ったもんです。</p>\r<p class=\"add\">追記<br />\rこちらのサイトにauのプレスリリース時のプレゼンが公開されてました。周知の事実だったのですね。<br />\r<a href=\"http://s-max.jp/archives/1181127.html\">http://s-max.jp/archives/1181127.html</a></p>','',1,3006,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=IS%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA&amp;affid=21mTn15NlY\">ISシリーズ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Skype&amp;affid=21mTn15NlY\">Skype</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA&amp;affid=21mTn15NlY\">アプリ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9&amp;affid=21mTn15NlY\">サービス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">合わせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%9A%E5%B8%B8&amp;affid=21mTn15NlY\">通常</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%84%A1%E6%96%99&amp;affid=21mTn15NlY\">無料</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9F%B3%E5%A3%B0&amp;affid=21mTn15NlY\">音声</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">チャット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">パケット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A8%A1%E6%A7%98&amp;affid=21mTn15NlY\">模様</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%9A%E3%83%AC%E3%83%BC%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">オペレーター</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9B%96%E6%98%A7&amp;affid=21mTn15NlY\">曖昧</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%9A%E8%A9%B1%E6%96%99&amp;affid=21mTn15NlY\">通話料</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%9A%E3%83%AC%E3%83%BC%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">オペレーター</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%93%81%E8%B3%AA&amp;affid=21mTn15NlY\">品質</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%82%BF%E3%83%B3%E3%83%88%E3%83%A1%E3%83%83%E3%82%BB%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">インスタントメッセージ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%86%E3%82%A4%E3%82%BF%E3%82%B9&amp;affid=21mTn15NlY\">ステイタス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">プラン</a>\n<a href=\"http://s-max.jp/archives/1181127.html\">http://s-max.jp/archive...</a>',0,1,0,0,0,'2010-12-14 22:16:34','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('101123_Maitsukiwari',3,0,'2010-11-23 17:42:15','11/23 毎月割','','<p>いま、IS03を購入すると毎月割という<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9&amp;affid=21mTn15NlY\">サービス</a>が受けられるようである。</p>\r<p>毎月割とは、<a href=\"http://www.kddi.com/corporate/news_release/2010/1108a/index.html\">http://www.kddi.com/corporate/news_release/2010/1108a/index.html</a>に詳細があるが、下記の様に記載されている。</p>\r<blockquote>「毎月割」は、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=KDDI&amp;affid=21mTn15NlY\">KDDI</a>が指定する「IS series」機種を、新規ご契約もしくは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A9%9F%E7%A8%AE%E5%A4%89%E6%9B%B4&amp;affid=21mTn15NlY\">機種変更</a>の際に「<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%B3%E3%83%97%E3%83%AB%E3%82%B3%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">シンプルコース</a>」でご購入、かつ、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>料定額サービス「ISフラット」(注) もしくは「<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%96%E3%83%AB%E5%AE%9A%E9%A1%8D&amp;affid=21mTn15NlY\">ダブル定額</a>」のご加入を条件に、機種に応じた一定額を、毎月のご利用料金から最大24<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">ヶ月</a>間割り<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%BC%95%E3%81%8F&amp;affid=21mTn15NlY\">引く</a>サービスです。「IS03」の場合、「毎月割」の設定額は月額1,500円 (税込) を予定しています。「毎月割」による割引総額は最大36,000円となり、「IS03」購入代金の負担を大きく軽減します。</blockquote>\r<p>ここで問題なのは、「IS series」機種と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%98%E8%BC%89&amp;affid=21mTn15NlY\">記載</a>されているが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=IS01&amp;affid=21mTn15NlY\">IS01</a>と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=IS02&amp;affid=21mTn15NlY\">IS02</a>は対象外、IS04以降は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AA%E5%AE%9A&amp;affid=21mTn15NlY\">未定</a>となっている。事実上現時点ではIS03専用の料金<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%93%E7%B3%BB&amp;affid=21mTn15NlY\">体系</a>となっている。(1<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=1%2F23&amp;affid=21mTn15NlY\">1/23</a> 17:00auお客様<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%83%B3%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">センター</a>にて確認)</p>\r<p>毎月割を受けるためには下記の条件が必要</p>\r<ul>\r    <li>IS03を購入する</li>\r    <li>料金コースに<strong><a href=\"http://www.au.kddi.com/ryokin_waribiki/ryokin/simple/index.html\">シンプルコース</a></strong>を選択(フルサポートコースは不可)</li>\r    <li>ケータイインターネットサービスに<strong><a href=\"http://www.au.kddi.com/ryokin_waribiki/ryokin/isnet/index.html\">IS NETコース</a></strong>を選択</li>\r    <li>パケット割引コースに<strong><a href=\"http://www.kddi.com/corporate/news_release/2010/1108b/besshi.html\">ISフラット</a></strong>を選択<br />\r    (au料金体系ぺージに項目がまだ無いのでプレスリリースにリンク)</li>\r</ul>\r<p>この条件を満たすと24ヶ月の間月々の料金から1,500円ずつ割引が受けられる。<br />\rIS03の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%AF%E6%9C%AB&amp;affid=21mTn15NlY\">端末</a>代が63,000円なので-1,500&times;24ヶ月の36,000円引きで27,000円で購入できるのなら、同じく6万円を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B6%85%E3%81%88%E3%82%8B&amp;affid=21mTn15NlY\">超える</a>IS04を末よりもお得そうだ&hellip;</p>\r<p>早くIS04にも毎月割が適用されることが決定しないものか&hellip;</p>','<p>他に確認した項目としてISフラットの料金<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%93%E7%B3%BB&amp;affid=21mTn15NlY\">体系</a>がある。</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>専用料金<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">プラン</a>となっていて上限が5,460円と、従来スマートフォンで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%96%E3%83%AB%E5%AE%9A%E9%A1%8D&amp;affid=21mTn15NlY\">ダブル定額</a>を上限まで使い切っていた人には525円安くなる。スマートフォン専用となっているが普通の携帯でも利用可能で、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=E%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">Eメール</a>、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=EZweb&amp;affid=21mTn15NlY\">EZweb</a>だけであれば上限金額は変わらない。ただし、PCサイトビュアーを利用時には上限が5,985円となり、PCやテレマティックスで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>利用時にはそれなりの上限となる。</p>',1,3158,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9&amp;affid=21mTn15NlY\">サービス</a>\n<a href=\"http://www.kddi.com/corporate/news_release/2010/1108a/index.html\">http://www.kddi.com/cor...</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=KDDI&amp;affid=21mTn15NlY\">KDDI</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A9%9F%E7%A8%AE%E5%A4%89%E6%9B%B4&amp;affid=21mTn15NlY\">機種変更</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%B3%E3%83%97%E3%83%AB%E3%82%B3%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">シンプルコース</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%96%E3%83%AB%E5%AE%9A%E9%A1%8D&amp;affid=21mTn15NlY\">ダブル定額</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">ヶ月</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%BC%95%E3%81%8F&amp;affid=21mTn15NlY\">引く</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A8%98%E8%BC%89&amp;affid=21mTn15NlY\">記載</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=IS01&amp;affid=21mTn15NlY\">IS01</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=IS02&amp;affid=21mTn15NlY\">IS02</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AA%E5%AE%9A&amp;affid=21mTn15NlY\">未定</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%93%E7%B3%BB&amp;affid=21mTn15NlY\">体系</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=1%2F23&amp;affid=21mTn15NlY\">1/23</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%83%B3%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">センター</a>\n<a href=\"http://www.au.kddi.com/ryokin_waribiki/ryokin/simple/index.html\">シンプルコース</a>\n<a href=\"http://www.au.kddi.com/ryokin_waribiki/ryokin/isnet/index.html\">IS NETコース</a>\n<a href=\"http://www.kddi.com/corporate/news_release/2010/1108b/besshi.html\">ISフラット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AB%AF%E6%9C%AB&amp;affid=21mTn15NlY\">端末</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B6%85%E3%81%88%E3%82%8B&amp;affid=21mTn15NlY\">超える</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%93%E7%B3%BB&amp;affid=21mTn15NlY\">体系</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">プラン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%96%E3%83%AB%E5%AE%9A%E9%A1%8D&amp;affid=21mTn15NlY\">ダブル定額</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=E%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">Eメール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=EZweb&amp;affid=21mTn15NlY\">EZweb</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>',0,1,0,0,0,'2010-11-23 18:13:03','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('101130_GALAXY_Tab',3,0,'2010-11-30 19:33:45','11/30 docomo「GALAXY Tab」試用','','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%82%BF%E3%82%A4&amp;affid=21mTn15NlY\">ケータイ</a>使用期間が2年間近になってくると気になるのが、次のケータイに何を買うのか？と言う事である。<br />\rくろねことしては、現在下記のパターンを考えている。</p>\r<ul>\r    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>1台</li>\r    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%96%E3%83%AC%E3%83%83%E3%83%88PC&amp;affid=21mTn15NlY\">タブレットPC</a> + ケータイ</li>\r    <li><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88%E3%83%88%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ネットトップ</a>PC + ケータイ</li>\r</ul>\r<p>どれも一長一短なので全然決められず、悩んでいるのだが&hellip;</p>','<p>タブレットPCとケータイが一番楽そうだなと言う印象はある。<br />\rタブレットPCで考えている用途と言えば、主にWEB<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B8%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ブラウジング</a>と<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>。今の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a> 03の変わりという所。</p>\r<p>今日、目下検討中の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=GALAXY&amp;affid=21mTn15NlY\">GALAXY</a> Tabで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%B3%E3%82%B2&amp;affid=21mTn15NlY\">ハンゲ</a>のサイトに行って<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E6%88%A6%E7%95%A5WEB&amp;affid=21mTn15NlY\">大戦略WEB</a>等のFlashゲームが出来るか確認してきた。ハンゲの大戦略WEB何かは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Adobe&amp;affid=21mTn15NlY\">Adobe</a> <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Flash&amp;affid=21mTn15NlY\">Flash</a> Player 9であれば動くのかな？と思ったら、OSもしっかり<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">チェック</a>してくれてるみたいで、ゲーム開始<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%82%BF%E3%83%B3&amp;affid=21mTn15NlY\">ボタン</a>を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">タップ</a>しても動かなかった。やはり、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a>だと表示できない<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ページ</a>がいくつかあるようだ。<br />\r電車での通勤時間が一時間程度あるくろねこには<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9A%87%E3%81%A4%E3%81%B6%E3%81%97&amp;affid=21mTn15NlY\">暇つぶし</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%A4%E3%83%86%E3%83%A0&amp;affid=21mTn15NlY\">アイテム</a>が欲しい。そのあたりを気にしないようにと思うと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88%E3%83%88%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ネットトップ</a>PC何だけど、今度大きすぎて小回りがきかずポケットに入れて出かけるというわけに行かなくなる&hellip;。ちょっと仕事の合間に今の相場&hellip;って見れないよね？<br />\rちなみに、YAMADAやdocomoショップでおそるおそるポケットに突っ込んでみたが、上着のポケットには入るがズボンの後ろポケットにはきつい感じ。入るんだけど、折れてしまいそうな危うさが&hellip;。冬は持ち運びにさほど困らないだろうけど、夏がちょっとな～というのは目に見えてる訳で。<br />\r<br />\r12月10日に出るGALAPAGOS程度の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%82%BA&amp;affid=21mTn15NlY\">サイズ</a>で、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>でさらには電池が三日間程度持てば言うこと無しなんですがね？<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%B3%E3%83%A2&amp;affid=21mTn15NlY\">ドコモ</a>出さない？決して、Androidが<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>って言う訳じゃなくて、今のPCで出来ることハードに制限されないのであれば全部やりたいと言う個人的わがままなんですがね。</p>\r<p>GALAXY Tabを買うなら12月中かなと、12月中なら「<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%AE%9A%E9%A1%8D%E3%83%87%E3%83%BC%E3%82%BF%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">定額データプラン</a>」新規お申し込み<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%9A%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">キャンペーン</a>で1,575円安くなって月々4,410円で収まるからと言うのと、WILLCOM 03からも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B9%97%E3%82%8A%E6%8F%9B%E3%81%88&amp;affid=21mTn15NlY\">乗り換え</a>が出来て約1万円値引いてくれるから、くろねこのWILLCOMの契約が1月いっぱいまでなので、乗り換えの条件の40日間以内の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A7%A3%E7%B4%84&amp;affid=21mTn15NlY\">解約</a>にちょうど当てはまるからなのです。</p>\r<p>やっぱ、モノって買うまでが楽しいよね～♪</p>',1,3768,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B1%E3%83%BC%E3%82%BF%E3%82%A4&amp;affid=21mTn15NlY\">ケータイ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%96%E3%83%AC%E3%83%83%E3%83%88PC&amp;affid=21mTn15NlY\">タブレットPC</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88%E3%83%88%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ネットトップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B8%E3%83%B3%E3%82%B0&amp;affid=21mTn15NlY\">ブラウジング</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">メール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WILLCOM&amp;affid=21mTn15NlY\">WILLCOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=GALAXY&amp;affid=21mTn15NlY\">GALAXY</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8F%E3%83%B3%E3%82%B2&amp;affid=21mTn15NlY\">ハンゲ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%A7%E6%88%A6%E7%95%A5WEB&amp;affid=21mTn15NlY\">大戦略WEB</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Adobe&amp;affid=21mTn15NlY\">Adobe</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Flash&amp;affid=21mTn15NlY\">Flash</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">チェック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%82%BF%E3%83%B3&amp;affid=21mTn15NlY\">ボタン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">タップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9A%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ページ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9A%87%E3%81%A4%E3%81%B6%E3%81%97&amp;affid=21mTn15NlY\">暇つぶし</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%A4%E3%83%86%E3%83%A0&amp;affid=21mTn15NlY\">アイテム</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8D%E3%83%83%E3%83%88%E3%83%88%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ネットトップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B5%E3%82%A4%E3%82%BA&amp;affid=21mTn15NlY\">サイズ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%B3%E3%83%A2&amp;affid=21mTn15NlY\">ドコモ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%AE%9A%E9%A1%8D%E3%83%87%E3%83%BC%E3%82%BF%E3%83%97%E3%83%A9%E3%83%B3&amp;affid=21mTn15NlY\">定額データプラン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%9A%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">キャンペーン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B9%97%E3%82%8A%E6%8F%9B%E3%81%88&amp;affid=21mTn15NlY\">乗り換え</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A7%A3%E7%B4%84&amp;affid=21mTn15NlY\">解約</a>',0,1,0,0,0,'2010-12-28 23:08:42','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('101202_willcom03',3,0,'2010-12-02 23:50:50','12/02 WILLCOM 03','','<p>くろねこの使用しているWILLCOM03が危険な状態に！<br />\r満充電から電池切れまで約20分程度になってしまった。</p>\r<p>ウィルコムストアで電池を買うか、ここらでギャラクシータブに乗り換えるか&hellip;それが問題。<br />\r気持ち的には乗り換えなんだけど、ギャラクシータブも性能が中途半端だからな～。</p>','',1,2285,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-12-03 00:45:45','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('101211_Buy__GALAXY_TAB',3,0,'2010-12-11 22:49:04','12/11 GALAXY TAB買った','','<p>今日、GALAXY TABを購入。<br />ひさびさのdocomo端末の購入。良くわからんから、定額データ スタンダード割、プロバイダーはモペラ、と言うごく普通の契約で申し込んでみた。電話番号は当然下4桁が9625。<br /><br />お値段とか構成&hellip;</p>\r<ul>\r<li>SC-01Cセット &#092;63,040</li>\r<li>デビュー割 &#092;-7,840</li>\r<li>端末購入サポート &#092;-14,400</li>\r<li>チェンジ割 &#092;-10,000</li>\r<li>消費税相当額 &#092;1,540</li>\r</ul>\r<p>で、計32,340円。他に、本当はこれに頭金3,000円必要だったんだけど、これこのあたりで一番安い？って聞いたら頭金のこれぐらいはお安くできますけれども？と言われたので、じゃあ買いますっ！って即断してしまったのでした。<br /><br />取りあえず標準のメーラーに自分のプライベートアカウントを設定する。なかなか入力しづらいですが、何とか設定完了。<br />後は、適当にアプリを入れてみる。入れたのはこんな感じで&hellip;</p>\r<ul>\r<li>ATOK</li>\r<li>QRコードスキャナ</li>\r<li>andronavi</li>\r<li>ジョルテ</li>\r</ul>\r<p>Advanced Task Managerとか言うタスクマネージャも入れてみたかったんだけど有料だから、取りあえずフリーでいけるかどうか様子見てからにしようと思ってインストールを延期。<br />電話帳はe電話帳を使ってみようかと思ったけど、まだ決まってない。<br />今日、地元の友達との忘年会に持ち込んだら、注目の的になってた。でも、個人的にはすぐに飛びつくような代物ではないと思うんだよね。<br />これからTabも種類が増えるだろうし、対応するアプリも増えるだろうし様子見ても良いんじゃないかな？</p>\r<p>&nbsp;</p>','',1,2991,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-04-07 11:04:09','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('101212_Skype',3,0,'2010-12-12 23:00:48','12/12 Skype for Android in GALAXY TAB','','<p>先日から<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Skype&amp;affid=21mTn15NlY\">Skype</a>5.0が出てるのは知っていたが入れる気が起きなかった。<br />\rなのであるが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=GALAXY&amp;affid=21mTn15NlY\">GALAXY</a> TABにSkypeを入れてみたくなった。GALAXY TABからネットを検索した際にはSkype for <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a>の内容が日本語で表示されていた気がしたのだが、今日改めてPCから検索してみたらリンク先が英語だった何でだろう？と思いつつ&hellip;</p>\r<p>日本では<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=KDDI&amp;affid=21mTn15NlY\">KDDI</a>と提携したために、独占契約になっているのかSkype for au以外の選択肢は提供されていないようだ。だが海外では提供されていると言う事で、さらにネットを調べてみると。<br />\r<a href=\"http://www.droidforums.net/forum/xeudoxus/78843-apks-unlocked-apps.html\">[APKs] Unlocked Apps</a><br />\rこのサイトにて提供されているSkypeはロックされていないみたい。<br />\r-Skype (Unlocked for 3G calling in the US)<br />\rを<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>してみたけれども<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%AE%E9%80%9A&amp;affid=21mTn15NlY\">普通</a>に日本語で<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>できたｗ</p>','<p>グループチャットで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9F%B3%E5%A3%B0&amp;affid=21mTn15NlY\">音声</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">チャット</a>する<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A9%9F%E8%83%BD&amp;affid=21mTn15NlY\">機能</a>が無かったり(探し切れていないだけ？)、Skype5.0のように<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\">アイコン</a>も並記されるようになったのでIMの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">スペース</a>効率が悪いとか<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%AA%81%E3%81%A3%E8%BE%BC%E3%81%BF&amp;affid=21mTn15NlY\">突っ込み</a>どころは満載だが、取りあえずIMできるからくろねこの用件は達成。</p>\r<p>今日はそのほかにも「Mobile AP Shortcut」と言うものをインストール？してみた。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">マーケット</a>で「mobile ap」と入力すると見つかる。<br />\rどうやら、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WiFi&amp;affid=21mTn15NlY\">WiFi</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AB%E3%83%BC%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">ルーター</a>になるらしい。取りあえずくろねこには必要のないものだが、後で対策されて取れなくなるとしゃくなので先にダウンロードしておいた。<br />\r使うときが来るのかな？</p>',1,10912,0,2,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=Skype&amp;affid=21mTn15NlY\">Skype</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=GALAXY&amp;affid=21mTn15NlY\">GALAXY</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=KDDI&amp;affid=21mTn15NlY\">KDDI</a>\n<a href=\"http://www.droidforums.net/forum/xeudoxus/78843-apks-unlocked-apps.html\">[APKs] Unlocked Apps</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%AE%E9%80%9A&amp;affid=21mTn15NlY\">普通</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9F%B3%E5%A3%B0&amp;affid=21mTn15NlY\">音声</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%83%A3%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">チャット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A9%9F%E8%83%BD&amp;affid=21mTn15NlY\">機能</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3&amp;affid=21mTn15NlY\">アイコン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B9&amp;affid=21mTn15NlY\">スペース</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%AA%81%E3%81%A3%E8%BE%BC%E3%81%BF&amp;affid=21mTn15NlY\">突っ込み</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">マーケット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WiFi&amp;affid=21mTn15NlY\">WiFi</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AB%E3%83%BC%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">ルーター</a>',0,1,0,0,0,'2010-12-28 23:08:16','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('2010121900061785',3,0,'2010-12-19 00:06:17','12/19 GALAXY TABインストールアプリ状況','','<ul>\r    <li><a href=\"http://androider.jp/?p=6010\">ジョルテ</a><br />\r    これ使いやすい</li>\r    <li><a href=\"http://androider.jp/?p=24096\">ポンパレ</a><br />\r    まだ使ったことがない</li>\r    <li><a href=\"http://androider.jp/?p=15848\">マピオン マップ</a></li>\r    <li>まだ使ったことがない</li>\r    <li>anronavi<br />\r    結局PCで探すことも多い</li>\r    <li><a href=\"http://androider.jp/?p=24453\">ATOK Trial</a><br />\r    日常使用しているFEP。QWERTYの方でも「戻す」が欲しい。</li>\r    <li><a href=\"http://androider.jp/?p=10899\">Automatic Task Killer</a><br />\r    一回設定しておくと結構勝手に動いてくれてるようだ。</li>\r    <li><a href=\"http://androider.jp/?p=5334\">アストロファイルマネージャ</a> <br />\r    標準のよりは使いやすい。</li>\r    <li><a href=\"http://androider.jp/?p=13020\">Smart Taskbar</a><br />\r    使い始めたところ、うまく使いこなすと結構いけそうな予感。</li>\r    <li>eBook Japan<br />\r    無料の本をダウンロードしたら勝手にインストールされた感じ。</li>\r    <li>Palamoroid<br />\r    相場チェックに！「フォレックス・トレード」に口座は持ってないんだけど使えるね。</li>\r    <li><a href=\"http://androider.jp/?p=22864\">RamenBank</a><br />\r    まだ使ったことがない</li>\r    <li>Mobile AP<br />\r    まだ使ったことがない</li>\r    <li>QR コードスキャナー<br />\r    今までのどのQRバーコードスキャナよりも読み取りが良いぞ。</li>\r    <li>Roboform Bookmarklet Installer<br />\r    使い方不明。PCの方はめっちゃつかえるのに&hellip;</li>\r    <li>Skype<br />\r    言わずとしれた&hellip;。大戦略のIMに使ってる！</li>\r    <li><a href=\"http://androider.jp/?p=1948\">TaskControl</a><br />\r    いらないアプリを手動で落とすのに使用。</li>\r    <li>運行情報ナビ<br />\r    電車遅延情報通知の様に遅延があった時だけ、ステータスバーに表示してくれるのが最高なんだが&hellip;</li>\r    <li><a href=\"http://androider.jp/?p=19931\">郵便局ナビ</a><br />\r    まだ必要になったことがない。</li>\r    <li><a href=\"http://androider.jp/?p=2987\">乗換案内</a><br />\r    PC版は結構使ってるのでそのうち使うだろう。</li>\r    <li><a href=\"http://androider.jp/?p=11502\">MySettings</a><br />\r    &nbsp;</li>\r</ul>\r<p>他には『Android Recorder』を使ってみようかな～と思ってる。時が来たら入れるかも？</p>','',1,2966,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://androider.jp/?p=6010\">ジョルテ</a>\n<a href=\"http://androider.jp/?p=24096\">ポンパレ</a>\n<a href=\"http://androider.jp/?p=15848\">マピオン マップ</a>\n<a href=\"http://androider.jp/?p=24453\">ATOK Trial</a>\n<a href=\"http://androider.jp/?p=10899\">Automatic Task Killer</a>\n<a href=\"http://androider.jp/?p=5334\">アストロファイルマネージャ</a>\n<a href=\"http://androider.jp/?p=13020\">Smart Taskbar</a>\n<a href=\"http://androider.jp/?p=22864\">RamenBank</a>\n<a href=\"http://androider.jp/?p=1948\">TaskControl</a>\n<a href=\"http://androider.jp/?p=19931\">郵便局ナビ</a>\n<a href=\"http://androider.jp/?p=2987\">乗換案内</a>\n<a href=\"http://androider.jp/?p=11502\">MySettings</a>',0,1,0,0,0,'2010-12-28 23:10:14','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('101221_GALAXY_TAB',3,0,'2010-12-21 00:11:43','12/20 ドコモ、GALAXY Tabを特価で販売する「HAPPY Tabキャンペーン」を実施','','<p>そんなのありかよ！<br />\rと叫びたくなるキャンペーンが開催されるようだ</p>\r<blockquote>ドコモは現在も、端末購入サポートの割引額を含む「デビュー割スマートフォン」「ご愛顧割スマートフォン」によってGALAXY Tabの端末価格を割り引いているが、キャンペーン期間中は、この割引額がさらに増える。新規契約向けのデビュー割スマートフォンは、これまでの2万3352円から3万7128円に、機種変更向けのご愛顧割スマートフォンは、これまでの1万8984円から3万2760円に割引額が増える。<br />\r<br />\rGALAXY Tabの価格は、新規契約時（バリューコース、デビュー割スマートフォン適用時）が4万2840円、機種変更時（バリューコース、ご愛顧割スマートフォン適用時）が4万7208円だが（割り引き前の本体価格は6万6192円、都内量販店調べ）、今回のキャンペーン期間中は、新規契約時が2万9064円、機種変更時が3万3432円となる。</blockquote>\r<p>普通に先週買ったおいらっていったい&hellip;<br />\r買っちゃった人には何もないの？？？</p>','',1,3783,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-12-28 23:09:33','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('101225_IS04',3,0,'2010-12-25 20:08:10','12/25 IS04予約してきたー','','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>au<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ショップ</a>の前を通りかかったら、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>第2弾みたいなことを書いてたから、春予定のIS04が出たのか？と思って中に入ってみると実はIS06が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%A9%E5%A3%B2&amp;affid=21mTn15NlY\">販売</a>されていただけでした＞＜；</p>\r<p>IS06はIS03よりも心持ちさくさく動く感じですね。ちょっとだけしかさわってないので<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">スクロール</a>の動き程度で判断するのは禁物でしょうけど。早く出てきたのは海<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%96%E8%A3%BD&amp;affid=21mTn15NlY\">外製</a>で日本の独自仕様に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">合わせ</a>ることなく<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A9%9F%E8%83%BD&amp;affid=21mTn15NlY\">機能</a>を絞ったので、開発期間とバリデーションの期間を短くできたからなのでしょうね。</p>\r<p>くろねこ注目のIS04はまだ未登場です。店員さんの話だと早くて来年1月末、例年春<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%87%E3%83%AB&amp;affid=21mTn15NlY\">モデル</a>の発表が2月頃なのでその頃に出るのでは？と言うお話でした。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=TOSHIBA&amp;affid=21mTn15NlY\">TOSHIBA</a>製スマートフォン今回が2回目となりますが、前回は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>モデル今回は初のAndoroidと言う事もあり、なかなかスムーズな動きは期待できないかも～</p>\r<p>そんなIS04ですが、新たな<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%83%85%E5%A0%B1&amp;affid=21mTn15NlY\">情報</a>が出たら<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E7%9F%A5%E3%82%89%E3%81%9B&amp;affid=21mTn15NlY\">お知らせ</a>しますよ？と店員さんが言ってくれたので連絡先をお知らせしてきました。で、もう<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%99%BD%E8%89%B2&amp;affid=21mTn15NlY\">白色</a>1つ確保しておいて！と半ば強引に予約してきましたよ&hellip;<br />\r<br />\rdocomoのレグザフォンよりも高い<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%99%E3%83%AB&amp;affid=21mTn15NlY\">レベル</a>で安定すると良いですね。</p>','',1,3975,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ショップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3&amp;affid=21mTn15NlY\">スマートフォン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B2%A9%E5%A3%B2&amp;affid=21mTn15NlY\">販売</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">スクロール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%96%E8%A3%BD&amp;affid=21mTn15NlY\">外製</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%90%88%E3%82%8F%E3%81%9B&amp;affid=21mTn15NlY\">合わせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A9%9F%E8%83%BD&amp;affid=21mTn15NlY\">機能</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%87%E3%83%AB&amp;affid=21mTn15NlY\">モデル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=TOSHIBA&amp;affid=21mTn15NlY\">TOSHIBA</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Windows&amp;affid=21mTn15NlY\">Windows</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%83%85%E5%A0%B1&amp;affid=21mTn15NlY\">情報</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%8A%E7%9F%A5%E3%82%89%E3%81%9B&amp;affid=21mTn15NlY\">お知らせ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%99%BD%E8%89%B2&amp;affid=21mTn15NlY\">白色</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AC%E3%83%99%E3%83%AB&amp;affid=21mTn15NlY\">レベル</a>',0,1,0,0,0,'2010-12-25 20:32:46','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('101225_SidewinderX4',3,0,'2010-12-25 20:20:40','12/25 Sidewinder X4が届いた','','<p>そろそろ新しいPCが欲しいなと物色中のくろねこ。</p>\r<p>とりあえず、マウスとおそろいの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%BC%E3%83%9C%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">キーボード</a>を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>していたのですが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>入荷した連絡が入ったので店頭に取りに行きました～。ここ十数年ほどエルゴミクスタイプキーボードを使い続けていたので、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%AE%E9%80%9A&amp;affid=21mTn15NlY\">普通</a>のスタイルのキーボードは打ちにくいと思ったら、よく考えたら会社のキーボードはノーマルタイプでした。打ちづらいのはキーーピッチとCAPS LOCKが近すぎるだけ？後、マクロボタンがよく誤爆します＞＜；まあ、このあたりは慣れでしょうね。</p>\r<p>ずっと、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Microsoft&amp;affid=21mTn15NlY\">Microsoft</a> のキーボードだったので<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%82%A4%E3%83%90&amp;affid=21mTn15NlY\">ドライバ</a>は入れ替えることなくすんなりつながりました。またこのキーボードで4年ほど生活できます～。良かったら今のPCと次の新PCと2台このキーボードにしようかな？</p>','',1,3045,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%BC%E3%83%9C%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">キーボード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%B3%A8%E6%96%87&amp;affid=21mTn15NlY\">注文</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AC%E6%97%A5&amp;affid=21mTn15NlY\">本日</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%AE%E9%80%9A&amp;affid=21mTn15NlY\">普通</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Microsoft&amp;affid=21mTn15NlY\">Microsoft</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%82%A4%E3%83%90&amp;affid=21mTn15NlY\">ドライバ</a>',0,1,0,0,0,'2010-12-25 20:27:39','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_sql00002',3,0,'2010-12-27 18:42:03','[SQL] SELECT結果でのUPDATE','','<p>いつも忘れてしまうので備忘録。</p>\r<pre class=\"brush: sql;\">\rUPDATE 住所録A A\r SET (A.氏名,A.住所,A.電話番号)\r   = (SELECT B.氏名,B.住所,B.電話番号 FROM 住所録B B WHERE A.ID = B.ID)\rWHERE EXISTS (SELECT 1 FROM 住所録B B WHERE A.ID = B.ID);</pre>\r<ul>\r    <li>1フィールドのときもこの書き方をしておけば、増えたときも楽に対応できる。<br />\r    1フィールドずつSELECT文を書くと条件が変わったときに大変＞＜；</li>\r</ul>','',1,5809,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-12-27 19:07:49','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0078',3,0,'2010-12-28 14:51:28','[Delphi] Bool型を文字列に','','<p>Bool型を文字列に変換するには、標準関数にBoolToStrがある。<br />\rしかし、&quot;-1&quot;と&quot;0&quot;もしくは、&quot;True&quot;,&quot;False&quot;になるのでON,OFFの&quot;1&quot;と&quot;0&quot;にしたいと思うときがたびたびある。<br />\rこのたびに変換関数を自作するのも面倒なのだが...</p>\r<pre class=\"brush: delphi;\" title=\"BoolToStr?\">\rIntToStr(ord( [Bool型] ));</pre>\r<p>とすればFalse:&quot;0&quot;,True:&quot;1&quot;で取得できる！</p>','',1,15906,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2010-12-30 12:20:41','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20110101100145190',3,0,'2011-01-01 10:01:45','01/01 あけましておめでとうございます','','<div class=\"bunrei\">新春のお喜びを申し上げます。<br />\r皆様おすこやかに新春をお迎えのことと存じます。<br />\r昨年はメモ書きのようなくろねこ研究所をご利用いただき、大変ありがとうございました。<br />\r本年もどうぞよろしくお願い申し上げます。</div>','',1,2203,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-01-01 10:03:55','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe110101_MagnetBandage',3,0,'2011-01-01 10:04:09','01/01 GSPとマグネットバンテージ','','<p>昨年末あたりに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%AE%9F%E8%A3%85&amp;affid=21mTn15NlY\">実装</a>されたマグネットバンテージを作ってみました。<br />\rくろねこのナイトキャラは包帯70なのですが、普段使用している<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=GSP&amp;affid=21mTn15NlY\">GSP</a>よりも回復するのでしょうかね～。<br />\rあと、即行回復するGSPと比べて使い勝手はどうなのですかね？？使用量を見積もって早めの回復は当然ですけど、余剰分は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%88%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ストック</a>されないですから、早すぎるのも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%82%E3%81%A3%E3%81%9F%E3%81%84%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">もったいない</a>ですものね。</p>\r<p>調合0，包帯70のナイトキャラでちょっと試してみると、<br />\r<strong>GSP:37-45、マグネットバンテージ:35-37</strong>程度でした。<br />\rマグネットは試行回数が少ないため、もうちょっとばらつくかもしれないですけど36程度かなと言うところです。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">コスト</a>次第では使っても良いかなと言うところですけど、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%82%AD%E3%83%AB&amp;affid=21mTn15NlY\">スキル</a>0で40程度回復するものがスキルがあっても36というのはね～という感じでした。</p>','',1,3638,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%AE%9F%E8%A3%85&amp;affid=21mTn15NlY\">実装</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=GSP&amp;affid=21mTn15NlY\">GSP</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%88%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">ストック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%82%E3%81%A3%E3%81%9F%E3%81%84%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">もったいない</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">コスト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%82%AD%E3%83%AB&amp;affid=21mTn15NlY\">スキル</a>',0,1,0,0,0,'2011-01-01 10:23:51','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110102_sdcard_on_GALAXY',3,0,'2011-01-02 10:11:48','01/02 GALAXY TAB(SC-02C)の内蔵ストレージとマイクロSDカード','','<p>昨年12/27に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%B3%E3%83%A2&amp;affid=21mTn15NlY\">ドコモ</a>においでよ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%9A%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">キャンペーン</a>のはがきのシールを埋めるためdocomo<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ショップ</a>に出かけた。その際に、docomoショップでショップの店員さんいろいろといろいろとおはなしする機会を持つことができた。</p>\r<p>その店員さんに「Daily BriefingでAccuWeater.comの地域を登録する際に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%AE%E9%80%9A&amp;affid=21mTn15NlY\">普通</a>に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Osaka&amp;affid=21mTn15NlY\">Osaka</a>と入力すると、Gifu, Japanが出てくるのはなんで？普通Osaka, Japanが見つかるべきじゃない？」と言う話を持ちかけたら、必要書類記入の間に店員さんが個人所有の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=GALAXY&amp;affid=21mTn15NlY\">GALAXY</a> S(SC-02B)で調べてくれた。結果としては、検索ボタンを押すとOsaka, Japanも出てくるのですね。(岐阜県のOsakaは岐阜県<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8B%E5%91%82%E5%B8%82&amp;affid=21mTn15NlY\">下呂市</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%B0%8F%E5%9D%82%E7%94%BA&amp;affid=21mTn15NlY\">小坂町</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A8%A1%E6%A7%98&amp;affid=21mTn15NlY\">模様</a>)<br />\rそのときに、インストールしているアプリの話になって、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Skype&amp;affid=21mTn15NlY\">Skype</a>をau以外のdocomoの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a>でも使えると話をしたら、使ってみたいという話だったので、ダウンロード先uriをメモするが結構長いので、Skypeのapkファイルを<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=SD%E3%82%AB%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">SDカード</a>経由でコピーしてあげようとしたら&hellip;</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%B9%E3%83%88%E3%83%AD&amp;affid=21mTn15NlY\"><strong>アストロ</strong></a><strong>でSDカードの場所がわからないと言うか/sdcardもしくは/mnt/sdcardがSDカードじゃない！</strong></p>\r<p>と言う事実に気づいた。</p>\r<p>後日、標準のマイ ファイルで外部SDカードはexternal_sdだと言うことがわかったのだが、普通<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=UNIX&amp;affid=21mTn15NlY\">UNIX</a>的に考えてmnt/sdcardはSDカードであるべきなのではないか？と言う気持ちが&hellip;<br />\r(店員さんのGALAXY Sではマイ ファイルを利用して<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%87%E3%82%A3%E3%83%AC%E3%82%AF%E3%83%88%E3%83%AA&amp;affid=21mTn15NlY\">ディレクトリ</a>を探していたように記憶しているが、焦っていた？かつ画面が小さく一覧性が低かったためか、sdcard<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%82%A9%E3%83%AB%E3%83%80&amp;affid=21mTn15NlY\">フォルダ</a>は確認できたのだが、exernal_sdは見つけることが出来なかった。)</p>\r<p>と、長い前置きは置いといて</p>','<p>本日見つけた<a href=\"http://juggly.cn/archives/11972.html\">Galaxy S SC-02Bを購入された方へ、内蔵ストレージとマイクロSDカードの取り扱われ方について（訂正）</a>の記事によると&hellip;<br />\rGALAXY TABもGALAXY Sも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%86%85%E9%83%A8&amp;affid=21mTn15NlY\">内部</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%88%E3%83%AC%E3%83%BC%E3%82%B8&amp;affid=21mTn15NlY\">ストレージ</a>というものがあり、mnt/sdcardは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%86%85%E8%94%B5&amp;affid=21mTn15NlY\">内蔵</a>ストレージに割り当てされていると言うことらしい。<br />\rなので、sdcardフォルダはSDカードではなく、別途SDカードのためにexternal_sdフォルダを作る必要が出来てしまった様である。</p>\r<p>個人的には、内蔵ディバイスはmnt/Internalで、外部SDカードドライブはmnt/sdcardで良かったのでは？と思っているのだが、取りあえず<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%8F%BE%E7%8A%B6&amp;affid=21mTn15NlY\">現状</a>は把握できた。</p>\r<p>釈然とはしていないのだが(&gt;_&lt;)。</p>',1,16870,4,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%B3%E3%83%A2&amp;affid=21mTn15NlY\">ドコモ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%9A%E3%83%BC%E3%83%B3&amp;affid=21mTn15NlY\">キャンペーン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ショップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%99%AE%E9%80%9A&amp;affid=21mTn15NlY\">普通</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Osaka&amp;affid=21mTn15NlY\">Osaka</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=GALAXY&amp;affid=21mTn15NlY\">GALAXY</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%B8%8B%E5%91%82%E5%B8%82&amp;affid=21mTn15NlY\">下呂市</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%B0%8F%E5%9D%82%E7%94%BA&amp;affid=21mTn15NlY\">小坂町</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A8%A1%E6%A7%98&amp;affid=21mTn15NlY\">模様</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Skype&amp;affid=21mTn15NlY\">Skype</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Android&amp;affid=21mTn15NlY\">Android</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=SD%E3%82%AB%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">SDカード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%82%B9%E3%83%88%E3%83%AD&amp;affid=21mTn15NlY\">アストロ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=UNIX&amp;affid=21mTn15NlY\">UNIX</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%87%E3%82%A3%E3%83%AC%E3%82%AF%E3%83%88%E3%83%AA&amp;affid=21mTn15NlY\">ディレクトリ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%95%E3%82%A9%E3%83%AB%E3%83%80&amp;affid=21mTn15NlY\">フォルダ</a>\n<a href=\"http://juggly.cn/archives/11972.html\">Galaxy S SC-02Bを購',0,1,0,0,0,'2011-01-02 11:09:42','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110104_TrendMicro',3,0,'2011-01-04 18:25:00','01/04 ウィルスバスター2011仮導入','','<p>年末に期限が切れたESET <a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Smart&amp;affid=21mTn15NlY\">Smart</a> securityに変わる<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%82%AD%E3%83%A5%E3%83%AA%E3%83%86%E3%82%A3%E3%82%BD%E3%83%95%E3%83%88&amp;affid=21mTn15NlY\">セキュリティソフト</a>を物色していたくろねこ。</p>\r<p>取りあえず、今日TrendMicroの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A6%E3%82%A3%E3%83%AB%E3%82%B9%E3%83%90%E3%82%B9%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">ウィルスバスター</a>を導入してみた。<br />\r取りあえず、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%84%9F%E6%83%B3&amp;affid=21mTn15NlY\">感想</a>を一言。</p>\r<p><em><strong>へぇ～、</strong></em><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%A9%E3%82%A6%E3%83%89&amp;affid=21mTn15NlY\"><em><strong>クラウド</strong></em></a><em><strong>になって処理の80％がネット上で処理ですか～！でもESETよりもかなり重いんですね&hellip;</strong></em></p>\r<p>TrendMicroを選んだ理由。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=USB%E3%83%A1%E3%83%A2%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\">USBメモリー</a>のセキュアソフトがここだったから、交換しようもないしたまたま自宅に3PC<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">ライセンス</a>があったし使わないと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%82%E3%81%A3%E3%81%9F%E3%81%84%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">もったいない</a>という消極的理由。でも、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>したのは30日間のお試し版ですけどね？<br />\r<br />\rこの重さに耐えられなかったら、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8E%E3%83%BC%E3%83%88%E3%83%B3&amp;affid=21mTn15NlY\">ノートン</a>も試してみるかも？？</p>','',1,2522,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=Smart&amp;affid=21mTn15NlY\">Smart</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%82%AD%E3%83%A5%E3%83%AA%E3%83%86%E3%82%A3%E3%82%BD%E3%83%95%E3%83%88&amp;affid=21mTn15NlY\">セキュリティソフト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A6%E3%82%A3%E3%83%AB%E3%82%B9%E3%83%90%E3%82%B9%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">ウィルスバスター</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%84%9F%E6%83%B3&amp;affid=21mTn15NlY\">感想</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AF%E3%83%A9%E3%82%A6%E3%83%89&amp;affid=21mTn15NlY\">クラウド</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=USB%E3%83%A1%E3%83%A2%E3%83%AA%E3%83%BC&amp;affid=21mTn15NlY\">USBメモリー</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9&amp;affid=21mTn15NlY\">ライセンス</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%82%E3%81%A3%E3%81%9F%E3%81%84%E3%81%AA%E3%81%84&amp;affid=21mTn15NlY\">もったいない</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%8E%E3%83%BC%E3%83%88%E3%83%B3&amp;affid=21mTn15NlY\">ノートン</a>',0,1,0,0,0,'2011-01-05 01:34:02','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx110105_AUDJPY_82.5',3,0,'2011-01-05 01:13:18','01/05 久々に豪ドル円が82.5割れに','','<p>12月中頃から83円付近をうろちょろしていて、82.5円を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%B2%E3%82%8B&amp;affid=21mTn15NlY\">割る</a>ことがなかった<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>が約3週間ぶりに82.5円割れに<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%A0%BC%E4%BB%98%E3%81%91&amp;affid=21mTn15NlY\">格付け</a>引き下げの噂が市場に流れているらしいのですが、これが影響しているのですかね？<br />\rむずかしいことはわかりませんが、これを危険と見るか儲けの種と見るか人によって異なるんでしょうね。</p>\r<p>ここまで下がってくるとは期待していたけど予想はしていなかったので、83円からここまでの間に年末からぼちぼち買ってしまっている。こんなくろねこはさらにここから下がった場合に買うかどうか&hellip;<br />\r取りあえず買うことが出来るように、それぞれにちょっこっとずつ入金しました～。<br />\r明日から仕事だから相場を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A6%8B%E3%81%A6&amp;affid=21mTn15NlY\">見て</a>られないというのもあるし～<br />\rってまあ、80円割ることは今のところ無いかという<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%8F%BE%E7%8A%B6&amp;affid=21mTn15NlY\">現状</a>、どちらのFXも70円でも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>は発生しないから暫く放っておいて、おいしい<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>でも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%84%E3%81%9F%E3%81%A0%E3%81%8D%E3%81%BE%E3%81%99&amp;affid=21mTn15NlY\">いただきます</a>かね。</p>','',1,2440,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%89%B2%E3%82%8B&amp;affid=21mTn15NlY\">割る</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%B1%AA%E3%83%89%E3%83%AB&amp;affid=21mTn15NlY\">豪ドル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3&amp;affid=21mTn15NlY\">ギリシャ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%A0%BC%E4%BB%98%E3%81%91&amp;affid=21mTn15NlY\">格付け</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A6%8B%E3%81%A6&amp;affid=21mTn15NlY\">見て</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%8F%BE%E7%8A%B6&amp;affid=21mTn15NlY\">現状</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AD%E3%82%B9%E3%82%AB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">ロスカット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B9%E3%83%AF%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">スワップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%81%84%E3%81%9F%E3%81%A0%E3%81%8D%E3%81%BE%E3%81%99&amp;affid=21mTn15NlY\">いただきます</a>',0,1,0,0,0,'2011-01-18 22:59:49','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx110105_AUDJPY_82.0',3,0,'2011-01-05 07:22:39','01/05　寝ている間に82円割れてる！','','<p>いやー寝てる間に豪ドル(米ドルも)82円割れてる～。<br />\rしかも、豪ドルはその後82.6円まで回復してる・・・</p>\r<p>買っておけばよかった(&gt;_&lt;)</p>','',1,2449,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-01-05 07:31:35','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('fx110111_grinding_bear_market',3,0,'2011-01-11 00:31:07','01/11 先週崩れだした相場は？','','<p>今年に入ってからどうも下方向を見ているような相場に見えます。豪ドルにもドルにも言えることだと思いますが。<br />\r5日に下がった後6日に取り戻して、ちょっと安心仕掛けたらじりじりと下げてきていて、やはり下げ基調かな？と思っていたら、週を開けて5日の最安値を割り込んでしまいました。</p>\r<p>暫く下落基調が続くのでしょうね今月末くらいには回復してくるのでしょうか？<br />\r回復するまでに豪ドルは80円位が一度見えちゃうかもしれませんね。</p>','',1,2495,2,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-01-11 00:48:38','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110123_BuyNewPC',3,0,'2011-01-23 12:36:18','01/23 新しいPCを買った','','<p>昨日、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%B9%E3%83%91%E3%83%A9&amp;affid=21mTn15NlY\">ドスパラ</a>で買った新しいPCが届いた。</p>\r<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9D%99%E9%9F%B3&amp;affid=21mTn15NlY\">静音</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">オプション</a>とかは選ばなかったけど、SSDを選択したこと最新の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%A9%E3%83%9C&amp;affid=21mTn15NlY\">グラボ</a>を選んでないせいか満足できる静かさ。<br />\rどちらかというと以前のPCに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%96%E3%82%8A%E4%BB%98%E3%81%91&amp;affid=21mTn15NlY\">取り付け</a>たHDDの音の方がうるさい(&gt;_&lt;)。</p>\r<p>どんどんインストール中。まだ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%96%8B%E7%99%BA%E3%83%84%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">開発ツール</a>などは<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>してないけど、バックアップソフトと、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=ATOK&amp;affid=21mTn15NlY\">ATOK</a>とMaster of Epicだけは取りあえず入れてみた。すこぶる快調。<br />\rこういうときに必要ソフトを絞り込んでおきたいが、後でいるようなソフトは入れておきたいな～と思ってしまう。</p>\r<p>今回の買い物の問題は、これも新しく買った<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%8B%E3%82%BF&amp;affid=21mTn15NlY\">モニタ</a>。<br />\r<a href=\"http://www.mitsubishielectric.co.jp/home/display/product/limited/rdt233wlm_d/\">MITSUBISHI Diamondcrysta WIDE RDT233WDM-D</a>を買ったのだが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=HDMI&amp;affid=21mTn15NlY\">HDMI</a>ケーブル<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%A5%E5%A4%96&amp;affid=21mTn15NlY\">以外</a>で接続すると画面がかなり白い。VGAケーブルで接続すると、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%B3%E3%83%88%E3%83%A9%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">コントラスト</a>がつぶれている感じで、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%AC%E3%83%BC%E3%82%B9%E3%82%B1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">グレースケール</a>を表示すると<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=1%2F3&amp;affid=21mTn15NlY\">1/3</a>位白く見える(DVI-Dでも大して変わった気がしなかった)。<br />\rあと、音も何か安っぽいし、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=Radeon&amp;affid=21mTn15NlY\">Radeon</a>に接続すると黒く枠がついたように表示されDot by Dotで表示されていない問題が！<br />\rこの件に関しては、新しいRadeon<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%82%A4%E3%83%90&amp;affid=21mTn15NlY\">ドライバ</a>を導入すれば問題無く表示されたが&hellip;</p>\r<p>あとは、個人的ちょんぼで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WUXGA&amp;affid=21mTn15NlY\">WUXGA</a>を<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A6%8B%E3%81%A6&amp;affid=21mTn15NlY\">見て</a>いたはずがいつの間にかFULL HDを見ていたようで、このモニタはWUXGAでなかったという&hellip;。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=DELL&amp;affid=21mTn15NlY\">DELL</a>のモニタを買ったときにはHDMIの選択を忘れるし、何をしても1，2つ忘れるんだな&hellip;</p>','',1,2988,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%82%B9%E3%83%91%E3%83%A9&amp;affid=21mTn15NlY\">ドスパラ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9D%99%E9%9F%B3&amp;affid=21mTn15NlY\">静音</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">オプション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%A9%E3%83%9C&amp;affid=21mTn15NlY\">グラボ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%8F%96%E3%82%8A%E4%BB%98%E3%81%91&amp;affid=21mTn15NlY\">取り付け</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%96%8B%E7%99%BA%E3%83%84%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">開発ツール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=ATOK&amp;affid=21mTn15NlY\">ATOK</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A2%E3%83%8B%E3%82%BF&amp;affid=21mTn15NlY\">モニタ</a>\n<a href=\"http://www.mitsubishielectric.co.jp/home/display/product/limited/rdt233wlm_d/\">MITSUBISHI Diamondcryst...</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=HDMI&amp;affid=21mTn15NlY\">HDMI</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BB%A5%E5%A4%96&amp;affid=21mTn15NlY\">以外</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B3%E3%83%B3%E3%83%88%E3%83%A9%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">コントラスト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B0%E3%83%AC%E3%83%BC%E3%82%B9%E3%82%B1%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">グレースケール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=1%2F3&amp;affid=21mTn15NlY\">1/3</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=Radeon&amp;affid=21mTn15NlY\">Radeon</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%82%A4%E3%83%90&amp;affid=21mTn15NlY\">ドライバ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WUXGA&amp;affid=21mTn15NlY\">WUXGA</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A6%8B%E3%81%A6&amp;affid=21mTn15NlY\">見て</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=DELL&amp;affid=21mTn15NlY\">DELL</a>',0,1,0,0,0,'2011-01-23 13:13:14','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110213_IS04',3,0,'2011-02-13 10:42:51','au 富士通東芝モバイルコミュニケーションズ 「REGZA Phone IS04」レビュー','','<p>au 富士通東芝モバイルコミュニケーションズ 「REGZA Phone IS04」を買ってみました♪</p>\r<p>2/10にauから発売致しました富士通東芝モバイルコミュニケーションズ製携帯端末「REGZA Phone IS04」のレビューをしたいと思います。</p>\r<p>「IS04」はAndroid 2.1 update1を搭載したスマートフォンになり、1GHz の Snapdragon のスナップドラゴン搭載らしい。この1GHzのスナップドラゴン、T-01Aの頃にはすごかったのだけど、今となっては普通。むしろ進化しないCPUにちょっといらだちを覚える今日この頃であります。(海外ではデュアルコアも発売されているとか？)<br />実用上問題がないスピードであればそれでも良いのですが、1GHz程度では遅すぎて困ると言うのが実情ですね。PC向けサイトの閲覧時やアンチウィルスソフトを導入するともっさりしています。</p>\r<p>液晶は約4インチ、854&times;480ドット（FWVGA）のTFT液晶を搭載している。まあ、これはこんなものだと思います。これ以上大きくてもTabになっちゃいますし&hellip;。正直この大きさでも親指でタップするときに指を伸ばすと手のひらでキーを押してしまったりと液晶が大きくなると本体サイズが大きくなって正直片手で使いやすいサイズを超えてしまいます。</p>\r<p>また「REGZA」の技術をしようした「モバイルレグザエンジン3.0」搭載しているので鮮明な画質がと言うのが売りのようですけど、元々レグザ自体液晶テレビとしては他社より数世代遅れていると言われていますし、どうなんでしょうね。</p>\r<p>操作面では「ATOK」が搭載しています。GALAXY Tabで使っているのはトライアル版でしたが、こちらは正式版が最初から導入されています。出来ればqwertyキーボードの方でも「戻る」ボタンがほしいです。<br />タップの感度の問題か選択ミスや、ドラッグしようとするとタップになることが結構多いものですから。</p>\r<p>まあ、いろいろ使いやすいところ不便なところのあるスマホですが、ISシリーズ一番の売りはSkype音声通話が普通の電話のように出来ると言うことかと。<br />実験で知り合いに発信してもらったら本当に普通の電話のように操作できました。<br />ただ、スカイプをPCやTabにも入れているのですが、取ってない端末では不在着信になるのを何とかしてほしいですね。</p>\r<p>最後にGALAXY Tabと同様のアプリを導入していましたが、昨今のandroidをターゲットにしたウィルスの出現によりAVG Free - Antivirusを導入することになりました。<br />セキュリティソフトはどこかの有料ソフトを入れたかったのですが、まだまだ選択肢は限られているようです。ただ、これを入れるとやはりその分遅くなって体感できる場面がしばしばありますね。<br />CPUの速度改善と電池の持ちはケータイモバイル機器の永遠の課題かもしれません。</p>','<p>もう少しCPUについて詳しく書くと<br />IS04に搭載されているスナップドラゴンはQSD8650と呼ばれるもので、2008Q4に発売で第1世代のCPU。今が2011Q1なので2年以上が経過していることになる。同じスナップドラゴンでもIS05に搭載予定のものはMSM8655と呼ばれ、2010年Q4に発売されたもので第2世代CPUになる。<br />すでに第3世代まで発売されていて、第1世代が65nmで製造されているが第2世代は45nmで製造されている。CPUは製造プロセスが微細なほど消費電力が低くなるから、同じ処理速度であることから電池の持ちがよいことが期待できる。<br />なぜ東芝は2年以上前の古いCPUしか搭載しなかったのだろうか？ということが悔やまれるのである。</p>',1,6513,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-02-11 09:57:04','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110218_Filem',3,0,'2011-02-18 20:42:05','02/18 液晶保護フィルム','','<p>先週銭湯に行った際に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=GALAXY&amp;affid=21mTn15NlY\">GALAXY</a> Tabの液晶保護フィルムに傷が入ってしまった<br />\r仕方なく今週<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%98%BC%E4%BC%91%E3%81%BF&amp;affid=21mTn15NlY\">昼休み</a>を利用して近くのdocomoショップでフィルムを物色していたのだが&hellip;<br />\rTab用はかなり数が少ない、売っているはずの店もなぜか在庫切れ。docomoショップでただで配ったので通常では数がでないのか？と予想してみたり...たまたまあった<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%89%E6%B2%A2&amp;affid=21mTn15NlY\">光沢</a>は買う気にはなれず、その日は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=IS04&amp;affid=21mTn15NlY\">IS04</a>用に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=REGZA&amp;affid=21mTn15NlY\">REGZA</a> Phone用の液晶保護フィルムを買って帰った。<br />\r初日は覗き見防止タイプこれがなかなか使いにくくて、高い割に使えないと判断。理由として全面タイプでないので通知バーを<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%83%83%E3%82%B0&amp;affid=21mTn15NlY\">ドラッグ</a>する際などに指が引っかかってフィルムがだんだん剥がれてきそうという不安感がよぎる。後、フィルムの微細な加工が細かい字に重なって視認性を落とす結果に！<br />\rということで張ってから約1分でボツ。<br />\r次の日は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=ELECOM&amp;affid=21mTn15NlY\">ELECOM</a>の指紋防止タイプを購入、何度も張っているからか、張りやすいのか1回でばっちり貼れた。</p>','<p>今日は、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A8%E3%83%89%E3%83%90%E3%82%B7&amp;affid=21mTn15NlY\">ヨドバシ</a>にてTab用にフィルムを物色していたのだが、指紋防止とノングレアタイプメーカーもRayｰoutとELECOMの２つがあり悩んだ。<br />\r結局、店員のオススメと見本があったRayｰoutのノングレアタイプを購入した。<br />\r店員によると指紋防止タイプよりもグレアタイプの方が指紋が付きにくいとか？<br />\r店員曰わくツルツルの方が付かないんです！ってワケワカランことを言ってましたが？単にノングレアの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%A8%E9%9D%A2%E5%8A%A0%E5%B7%A5&amp;affid=21mTn15NlY\">表面加工</a>のせいで白く見えるので目立たないだけでしょう！<br />\r<br />\rあとはこれがうまく貼れるかどうかですね。</p>',1,2740,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=GALAXY&amp;affid=21mTn15NlY\">GALAXY</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%98%BC%E4%BC%91%E3%81%BF&amp;affid=21mTn15NlY\">昼休み</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%85%89%E6%B2%A2&amp;affid=21mTn15NlY\">光沢</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=IS04&amp;affid=21mTn15NlY\">IS04</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=REGZA&amp;affid=21mTn15NlY\">REGZA</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%89%E3%83%A9%E3%83%83%E3%82%B0&amp;affid=21mTn15NlY\">ドラッグ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=ELECOM&amp;affid=21mTn15NlY\">ELECOM</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%A8%E3%83%89%E3%83%90%E3%82%B7&amp;affid=21mTn15NlY\">ヨドバシ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E8%A1%A8%E9%9D%A2%E5%8A%A0%E5%B7%A5&amp;affid=21mTn15NlY\">表面加工</a>',0,1,0,0,0,'2011-02-20 10:27:28','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110226_IS04_is_repaired',3,0,'2011-02-27 18:08:48','02/26 IS04 修理中～','','<p>IS04を買って1週間、なんて不具合がいっぱい～</p>\r<p>確認された不具合</p>\r<ul>\r<li>勝手に再起動する。</li>\r<li>勝手に電源が切れる。</li>\r<li>充電中でも勝手に電源が切れる。切れると、電池パックを抜き差ししないと電源が入らない。</li>\r<li>フリーズする。</li>\r<li>パターンでロック解除中、スリープに戻る。</li>\r<li>何となくメモリリークしてる気がする。(起動時313MB位、フリーズする頃には50MB位まで～)</li>\r<li>連絡先アプリで連絡先がアイウエオ順に並ばない。(Googleから同期してきた分)</li>\r</ul>\r<p>まだ、かかってきた電話が取れなくなると言う不具合には遭遇してません～。</p>\r<p>auに連絡したらショップで修理してくださいって言われたので出してきました。<br />代替機には無理言ってIS03を貸し出してもらったのだけど、めっちゃ使いづらいのら。</p>\r<p>早く帰ってこないかな～？</p>','<div class=\"add\">\r<p>2011/03/04 追記<br /><a href=\"http://www36.atwiki.jp/regzaphone/\">REGZA Phone T-01C / IS04 Wiki</a>の<a href=\"http://www36.atwiki.jp/regzaphone/pages/28.html\">不具合の報告</a>ページに不具合の報告があった。<br />Wikiにまとめられている内容を見ると下記のように記載があった。</p>\r<ul>\r<li>SIMカード認識されるも、電波受信せず</li>\r<li>おサイフケータイが起動しない</li>\r<li>付属のMicroSDカード認識されず</li>\r<li>スリープモード中に強制終了する。</li>\r<li>自動強制終了後、再起動される症状が1日に数回以上発生する。</li>\r<li>Facebookのアカウントを登録しても自動同期がOFFのままになる\r<ul>\r<li>設定のアカウントと同期からFacebookを追加しても自動同期がOFFのままになる不具合について151の返答。\r<ul>\r<li>もともと同期しても本体がFacebookに対応していないので同期OFFのままになってしまう</li>\r<li>なんらかのアプリケーションを追加したらここが同期ONの状態になるかもしれないが現状不明</li>\r</ul>\r</li>\r<li>つまり、アカウントを管理のところにFacebookを追加しても何にもならないよってことらしい</li>\r</ul>\r</li>\r<li>何かの拍子で電源を切ったら、電源ボタンを長押ししても、電源が入らない。\r<ul>\r<li>リアカバーを開けてバッテリーを一度外すと回復することがある。</li>\r</ul>\r</li>\r</ul>\r<p>くろねこが遭遇している電源関係のトラブルは、まったく一緒なのですね。<br />「勝手に再起動する」＆「勝手に電源が切れる」というのは、「自動強制終了後、再起動される症状が1日に数回以上発生する」と同じですし、「充電中でも勝手に電源が切れる」というのは、「スリープモード中に強制終了する」で、「何かの拍子で電源を切ったら、電源ボタンを長押ししても、電源が入らない」が効いててそこから復帰しなくなっている模様。</p>\r<p>くろねこのIS04固体の問題ではないようですね。</p>\r</div>',1,8238,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www36.atwiki.jp/regzaphone/\">REGZA Phone T-01C / IS0...</a>\n<a href=\"http://www36.atwiki.jp/regzaphone/pages/28.html\">不具合の報告</a>',0,1,0,0,0,'2012-02-11 09:58:18','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110227_Installed_Win7sp1_and_IE9RC',3,0,'2011-02-27 18:36:17','01/26 Win7sp1、IE9RC導入～','','<p>まあ、とっても普通に入っちゃいましたよ？Windows7 sp1。</p>\r<p>問題はIE9RCの方、見た目がすごく変わっちゃった。すっきりと言うよりはいるものまで消えちゃった感じで。<br />\rIEもそろそろ64bit行けるかな？と64bit版を入れたけど、まだまだ周りが着いてきていない感じ。ちなみにRoboFormも64bit版には対応してい無かった。そのほか、Geeklogでアドバンストエリアがらみの編集エリアが正常に表示できてなかったり、確定申告の編集エリアも表示されてないですね～。</p>\r<p>ところで、昨年から別アカウントで動かすFlashが重いと思っていたのだが、今回は通常のアカウントでも遅いと感じた。64bit版の所為かと思ったんだけど、他の人も遅いらしい。セキュリティ関係のコードが増えたからなのかな？</p>','',1,3048,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-03-04 00:44:45','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110328_is04',3,0,'2011-03-28 19:14:05','03/28 1ヶ月ぶりに返ってきたIS04','','<p>電源<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%A9%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">トラブル</a>等のために<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=2%2F26&amp;affid=21mTn15NlY\">2/26</a>に修理に出していた<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=IS04&amp;affid=21mTn15NlY\">IS04</a>がようやく返ってた。実に<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=1%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">1ヶ月</a>ぶりとなった。</p>\r<p>修理期間中は<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=IS03&amp;affid=21mTn15NlY\">IS03</a>を代替機として利用してたが、それ程悪いものではなかった。1ヶ月で電源トラブル3回を含むいくつかの不具合には遭遇したが、電話機の不具合よりもむしろauのお客様サポートの<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E8%A7%A3%E5%8A%9B&amp;affid=21mTn15NlY\">理解力</a>のなさに疲れ果てた。</p>','<p>さて、返ってきたIS04だが<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%AF%8C%E5%A3%AB%E9%80%9A%E6%9D%B1%E8%8A%9D%E3%83%A2%E3%83%90%E3%82%A4%E3%83%AB%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%BA&amp;affid=21mTn15NlY\">富士通東芝モバイルコミュニケーションズ</a>によって不具合が修理されたわけではなく、不具合が再現出来ず<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%9F%BA%E7%9B%A4&amp;affid=21mTn15NlY\">基盤</a>交換で送り返されてきた。(ついでに<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%96%E8%A3%85&amp;affid=21mTn15NlY\">外装</a>も強制交換もされてしまった。)<br />\r巷でIS04の不具合報告は多いので確認できないということは、あまり時間をかけて<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">チェック</a>していないかもしくは、確実な再現手順が確立できていないので隠蔽してしまってるか...</p>\r<p>この返ってきたIS04、その1時間後くらいに通話する機会があった。このとき正常に発信、通話できたのだが終話操作が出来なかった。終話しようと耳からIS04を離して画面を見たら<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%9A%E5%B8%B8&amp;affid=21mTn15NlY\">通常</a><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%83%E3%82%AF%E3%83%A9%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">バックライト</a>が点灯するはずであるが点灯しない、電源<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%82%BF%E3%83%B3&amp;affid=21mTn15NlY\">ボタン</a>を押しても反応しない、電源ボタン<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%95%B7%E6%8A%BC&amp;affid=21mTn15NlY\">長押</a>しでも同様であった。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%8F%BE%E7%8A%B6&amp;affid=21mTn15NlY\">現状</a>電源が入っているのか入っていないのか定かではないが、電源ボタン長押しで電源<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=ON%2FOFF&amp;affid=21mTn15NlY\">ON/OFF</a>のどちらかが発生するはずであるが発生しない<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E7%8A%B6%E6%B3%81&amp;affid=21mTn15NlY\">状況</a>で、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E5%94%AF%E4%B8%80&amp;affid=21mTn15NlY\">唯一</a>で切る対応が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%BB%E6%B1%A0%E3%83%91%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">電池パック</a>を抜くということだけだった。<br />\rその後電池パックを抜いて再装着することで通話に問題は発生しなくなった。<br />\rしかし、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%A9%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">トラブル</a>はこれだけではなかった。<br />\r<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>が正常に行うことが出来ないのだ。比較的軽いと思われるau one IDの設定は問題なく処理できた。<br />\rしかし、GoogleIDの設定はその後<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%89%E3%83%AC%E3%82%B9%E5%B8%B3&amp;affid=21mTn15NlY\">アドレス帳</a>の同期などが発生するため、その部分で同期が正常に行えないトラブルが発生した。GoogleIDを一旦削除しようとしたが、仕様により削除は出来ないようであった。仕方なく本体のオールリセットをしてau one IDとGoogleIDを登録しなおした。<br />\rこの後、android<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">マーケット</a>から一切の<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">アプリケーション</a>が<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>できない問題が確認できた。<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%A9%E3%82%A6%E3%82%BA&amp;affid=21mTn15NlY\">ブラウズ</a>は出来るのでパケット通信は一応出来ているかつGoogleIDの設定は出来ていることは確認できる。<br />\rしかし、何度やっても場所を変えても、通信方法(3Gと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WiFi&amp;affid=21mTn15NlY\">WiFi</a>)を変えてもダウンロードできることはなかった。<br />\r唯一できたのがau oneマーケットアプリのダウンロード、これは一度失敗したが2度目、3度目は問題なくダウンロードできた。</p>\r<p>翌日、au<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ショップ</a>にて本体の設定などもあわせて確認していただいたが問題は見つからず、ショップからau代理店サポートに連絡を取ってもらい対応してもらったが状況は変わらなかった。<br />\r実機担当という部署があるのですね...そこででもだめだったので、auお客様サポートに電話し、案内された最後の手段がau IDチップの再発行。しかし、これも無駄な行為でした。<br />\r修理から返ってきたその機器がその後間もおかずすぐに異常が見つかるってどういうチェックをしているのでしょうかね？</p>\r<p>とりあえず、交換対応をお願いしたのですが、交換は不可とのこと。<br />\rIS04を代替機として修理期間中貸し出しを希望している状況だがどうなるかはまだ<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AA%E5%AE%9A&amp;affid=21mTn15NlY\">未定</a>...</p>\r<p>何とかしてほしいものです。</p>',1,6046,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%A9%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">トラブル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=2%2F26&amp;affid=21mTn15NlY\">2/26</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=IS04&amp;affid=21mTn15NlY\">IS04</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=1%E3%83%B6%E6%9C%88&amp;affid=21mTn15NlY\">1ヶ月</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=IS03&amp;affid=21mTn15NlY\">IS03</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%90%86%E8%A7%A3%E5%8A%9B&amp;affid=21mTn15NlY\">理解力</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%AF%8C%E5%A3%AB%E9%80%9A%E6%9D%B1%E8%8A%9D%E3%83%A2%E3%83%90%E3%82%A4%E3%83%AB%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%BA&amp;affid=21mTn15NlY\">富士通東芝モバイルコミュニケーションズ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%9F%BA%E7%9B%A4&amp;affid=21mTn15NlY\">基盤</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%A4%96%E8%A3%85&amp;affid=21mTn15NlY\">外装</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">チェック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%80%9A%E5%B8%B8&amp;affid=21mTn15NlY\">通常</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%90%E3%83%83%E3%82%AF%E3%83%A9%E3%82%A4%E3%83%88&amp;affid=21mTn15NlY\">バックライト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9C%E3%82%BF%E3%83%B3&amp;affid=21mTn15NlY\">ボタン</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%95%B7%E6%8A%BC&amp;affid=21mTn15NlY\">長押</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%8F%BE%E7%8A%B6&amp;affid=21mTn15NlY\">現状</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=ON%2FOFF&amp;affid=21mTn15NlY\">ON/OFF</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E7%8A%B6%E6%B3%81&amp;affid=21mTn15NlY\">状況</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E5%94%AF%E4%B8%80&amp;affid=21mTn15NlY\">唯一</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E9%9B%BB%E6%B1%A0%E3%83%91%E3%83%83%E3%82%AF&amp;affid=21mTn15NlY\">電池パック</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%88%E3%83%A9%E3%83%96%E3%83%AB&amp;affid=21mTn15NlY\">トラブル</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%89%E3%83%AC%E3%82%B9%E5%B8%B3&amp;affid=21mTn15NlY\">アドレス帳</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">マーケット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3&amp;affid=21mTn15NlY\">アプリケーション</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%96%E3%83%A9%E3%82%A6%E3%82%BA&amp;affid=21mTn15NlY\">ブラウズ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WiFi&amp;affid=21mTn15NlY\">WiFi</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ショップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E6%9C%AA%E5%AE%9A&amp;affid=21mTn15NlY\">未定</a>',0,1,0,0,0,'2011-04-01 00:59:13','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110402_IS04repairagain',3,0,'2011-04-02 15:14:08','04/02 IS04再修理','','<p><a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%88%E5%AE%9A&amp;affid=21mTn15NlY\">予定</a>していた<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=IS04&amp;affid=21mTn15NlY\">IS04</a>の再修理のためにau<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ショップ</a>へ&hellip;</p>\r<p>先日対応してくれた店員であったことと、お客様<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%83%B3%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">センター</a>から修理の依頼を欠けておいたためスムーズに修理受付<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%9C%E6%A5%AD&amp;affid=21mTn15NlY\">作業</a>が進む。<br />\r問題の確認のためにいくつか不具合の再確認を実機で行う。</p>\r<p>さらに修理部署での作業を念頭にくろねこのSIMではなく、ショップにある検証用のSIMを使って再度<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">リセット</a>をして現象を再確認してみると&hellip;<br />\rあれれ？<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>が出来てしまう!なぜだ!!と言うことで<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%82%E3%81%86%E4%B8%80%E5%BA%A6&amp;affid=21mTn15NlY\">もう一度</a>くろねこのSIMを挿入し直しダウンロードを試みると、googleIDの認証で通信がうまくいかないのか認証が30回くらい拒否されたが、ダウンロードはうまくいった!?<br />\r訳がわからん&hellip;もう一度SIMはそのまま、IS04のオールリセットをかけてさらにもう一度<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">テスト</a>をすると、やはり<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>は安定していないようだが、<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">マーケット</a>からのダウンロードと<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>が正常終了する!?訳がわからん&hellip;<br />\r先週の時点では、何度リセットしてもNG、3G回線だけでなく<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=WiFi&amp;affid=21mTn15NlY\">WiFi</a>でも<a title=\"このキーワードを百科事典で調べる\" href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>だったのに、今日に限ってなぜ??<br />\r仕方なく、修理にはそのまま出したが工場で不具合は無事再現してくれるのだろうか&hellip;</p>\r<p>再現しないと修理がうまくいかないだけにとても不安である。</p>','',1,3172,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BA%88%E5%AE%9A&amp;affid=21mTn15NlY\">予定</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=IS04&amp;affid=21mTn15NlY\">IS04</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97&amp;affid=21mTn15NlY\">ショップ</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%BB%E3%83%B3%E3%82%BF%E3%83%BC&amp;affid=21mTn15NlY\">センター</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E4%BD%9C%E6%A5%AD&amp;affid=21mTn15NlY\">作業</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%AA%E3%82%BB%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">リセット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89&amp;affid=21mTn15NlY\">ダウンロード</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%82%E3%81%86%E4%B8%80%E5%BA%A6&amp;affid=21mTn15NlY\">もう一度</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%86%E3%82%B9%E3%83%88&amp;affid=21mTn15NlY\">テスト</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%91%E3%82%B1%E3%83%83%E3%83%88%E9%80%9A%E4%BF%A1&amp;affid=21mTn15NlY\">パケット通信</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88&amp;affid=21mTn15NlY\">マーケット</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB&amp;affid=21mTn15NlY\">インストール</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=WiFi&amp;affid=21mTn15NlY\">WiFi</a>\n<a href=\"http://www.dismas.jp/aff/index.php?title=%E3%83%80%E3%83%A1&amp;affid=21mTn15NlY\">ダメ</a>',0,1,0,0,0,'2011-04-03 01:27:59','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110424_IS04',3,0,'2011-04-24 22:18:29','04/24 IS04電源トラブルの顛末','','<p>買って以来ずっとくろねこを悩ませ続けるIS04の件です。<br />\r計二度修理を行ったIS04なのですがまだ電源トラブルが解消されていない模様なのです。修理から返ってきたのが先々週の土曜日、ですが先週水曜日にはまた電源トラブル。充電しながら放置していたら画面が真っ暗の状態から復帰しない、そこから電源ボタン長押しでも、OFFもONもどちらも動作しない状況でやはり電池パックを抜き差ししないとダメな状況でした。返ってきて4日目でこれではちょっと使い物にならない感じですから、auお客様サポートセンターにご連絡させて頂いたところ、上席に相談して折り返しご連絡頂けることになりました。<br />\rその返答が今日だったのですが、auさんのご回答は機種交換となりました。<br />\rまた、IS04を使い続けるのであればということで、問題切り分けの手段として「セーフモード」というものを教えていただきました。操作方法は下記に示しますので気になった方はお試しください。</p>\r<p>せっかく教えていただいたセーフモードを使って切り分けしてみたいと言う事と、防水スマートフォンはこれしかないと言う事でもうちょっと使ってみたいと言う気持ちもあるので、機種交換するかどうかはGW開け以降にご連絡させいていただくこととしました。<br />\r一応、次期スマホを選定しておかないと、やはりダメだ～ってなったときに困るので、ショップに訪問して今一番のお勧めスマートフォンはどれか聞いてきました。<br />\rお店のオススメは「IS05」でした。IS04はくろねこ以外にもトラブルが非常に多いらしく、ショップとしても困っているご様子で、「リコールして欲しい」なんてお言葉も漏れていました。<br />\rまた、二度目の修理の際に富士通さんからいただいたお言葉は、二度と富士通製品は買わないと印象づけるに十分なものでした。どうやら富士通さんは自社の技術に相当の自信を持っておられるようで、チェック機器をパスしたら絶対問題は無いと言うご判断のようで、現状に即したテストと言うことは特に必要では無いとご回答いただけました。そのとき東電さんの原発の件が脳裏をよぎったのは言うまでもありません。他人の振りを見て我が振りも直していかないとダメですよね。世の中に絶対なものなど何も無いのですから...<br />\rまあ、シャープ製品もそこまで行かないにしてもWILLCOM 03で痛い目に遭ってますから、開発陣の世間の認識からのずれというものも認識させていただいてますので、富士通さんがダメだからシャープと言うようにはならないもので&hellip;。今回のIS03はandroid auの中では秀作だとは感じていますが、回りが悪すぎるだけなのかも？EVOがIC対応、auメール対応機器であれば買いだと思うのですがとショップの店員さんにお聞きしましたが、電池の持ちもかなり悪いと言うことでお店としてオススメ機種ではないようですね。<br />\rまあ、アンテナ2種+サムスンからAMOLEDの提供が受けられなくなった現在、HTCに省電力の決定的な解決策というのはないのかもしれないですね。<br />\r機種交換いつまで引き延ばせるのかなぁ？</p>\r<p>＜セーフモードの起動方法＞<br />\r1.電源を切る<br />\r2.電源を入れる際に「防水に関する注意」が表示されている間、メニューボタンを長押し<br />\r<br />\r画面左下に「セーフモード」と表示されれば成功です。</p>','',1,6306,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-08-06 22:53:02','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110426_IS04',3,0,'2011-04-26 12:49:12','04/26 IS04はセーフモードでもトラブル発生中','','<p>先日教えていただいたIS04の「セーフモード」ですが、早くもトラブルが発生しました。<br />\rお昼休みにケータイをチェックしたら「0件のEメールを受信しました」と表示されている。<br />\rよく考えたら昨晩FXで約定しているので、その通知メールが来ているはずなのであるが...<br />\r数時間たっても「0件のEメールを受信しました」と表示されており、解消されていないことがわかる。<br />\rちなみに新着メールのﾁｪｯｸを行うと、「IS04のEメールで受信できませんでしたネットワークに接続されているか確認してください」などと表示されメールが受信出来ない状況。<br />\r圏外なら話はわかるが、一応3Gのアンテナが3本立っている状況であることは確認している。<br />\r機種交換は避けられない模様...</p>','',1,4463,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-04-26 12:50:25','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('Windows_VirtualOFF',3,0,'2011-05-06 10:47:31','Windows Vista/7のファイルとレジストリの仮想化をOFFにする方法','','<p>Windows Vista から、ファイルとレジストリの仮想化という機能が実装されている。<br /> アプリケーションの仮想化の際にユーザーごとの設定を意識せずに持てるなどの利点があるようだが、今までの環境に慣れ親しんだ企業ユーザーなどにとっては管理コストの増大になっている。またユーザーに意識させず行われることと既存のプログラムが対応していない事などの要因で、この機能は様々な場面で問題を起こしていることがある。まさに「小さな親切大きなお世話」的機能になっている。</p>\r\n<p>機能の内容<br /> 権限を有しないものが該当するフォルダやレジストリに対して書き込みを行うと、自動的にリダイレクトされ別の場所に書き込む機能である。管理者権限を有していてもユーザーアカウント制御(UAC)がONになっていて、さらに昇格していないとこの機能が働く。(アプリケーションマニフェストで指定されている場合は除かれる模様)</p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\">\r\n<tbody>\r\n<tr><th>書き込もうとした場所</th><th>仮想化によって実際に書き込まれる場所</th></tr>\r\n<tr>\r\n<td>%programfiles%<br /> (初期値：C:\\Program Files)</td>\r\n<td>%LOCALAPPDATA%\\VirtualStore\\Program Files</td>\r\n</tr>\r\n<tr>\r\n<td>%systemroot%<br /> (初期値：C:\\Windows)</td>\r\n<td>%LOCALAPPDATA%\\VirtualStore\\Windows</td>\r\n</tr>\r\n<tr>\r\n<td>%programdata%<br /> (初期値：C:\\ProgramData)</td>\r\n<td>%LOCALAPPDATA%\\VirtualStore\\ProgramData</td>\r\n</tr>\r\n<tr>\r\n<td>HKEY_LOCAL_MACHINE\\SOFTWARE</td>\r\n<td>HKCU\\Software\\Classes\\VirtualStore\\Machine\\Software</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>※参考URLによると%systemroot%も仮想化の対象と取れるが、実験したところ仮想化されていない模様。</p>\r\n<p>無効化の方法(下記の2通りの方法のいずれかで)</p>\r\n<ol>\r\n<li>コントロールパネルからの無効化<br /> コントロール パネル\\システムとセキュリティ\\管理ツール\\ローカルセキュリティーポリシー<br /> 上記をクリックするとMicrosoft Managiment Console(MMC)が起動する。<br />下記の場所の設定を変更する。<br /> コンピュータの構成/Windowsの設定/セキュリティの設定/ローカルポリシー/セキュリティーオプション<br />&nbsp;「ユーザーアカウント制御:各ユーザーの場所へのファイルまたはレジストリの書き込みエラーを仮想化する」<br /> を有効から無効に変更<br />※ローカルセキュリティーポリシーのコマンドはgpedit.msc</li>\r\n<li>レジストリからの無効化<br /> HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System<br /> EnableVirtualization の値を1から0に書き換える</li>\r\n</ol>\r\n<p>■参考</p>\r\n<ol>\r\n<li>Windows Vista または Windows 7 のファイルおよびレジストリの仮想化に関する一般的な問題<br /> <a href=\"http://support.microsoft.com/kb/927387/ja\">http://support.microsoft.com/kb/927387/ja</a></li>\r\n<li>ユーザー アカウント制御<br /> <a href=\"http://technet.microsoft.com/ja-jp/library/cc772207(WS.10).aspx\">http://technet.microsoft.com/ja-jp/library/cc772207(WS.10).aspx</a></li>\r\n</ol>','',2,18492,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://support.microsoft.com/kb/927387/ja\">http://support.microsof...</a>\n<a href=\"http://technet.microsoft.com/ja-jp/library/cc772207(WS.10).aspx\">http://technet.microsof...</a>',0,1,0,0,0,'2015-05-07 10:46:52','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20141225_AC_adapter_4_DELL_PC',3,0,'2014-12-25 21:22:59','2014.12.25 DELLにACアダプターを注文したんだが...','','<p>先日急遽Windowsタブレット(Venue 11)のACアダプターがほしくなって、個人営業部に頼んだら時間がかかると言うことだったので、修理部門に発注した。すると、3パーツに分かれるACアダプターの真ん中部分(以降本体と呼称する)しか届かなかった。</p>\r\n<p>電話をかけ訳を確認すると、「あなたが頼んだのはACアダプターだからです、ACアダプターに電源ケーブルは含まれません。」と言われた。注文時にそのような確認はなかったし、個人営業部でも同様にそのような話はなかった。なので担当者に「個人営業部で購入しても電源ケーブルはないのか。」と問い合わせたところ、「他の部署は関係ない、修理部門ではACアダプターは本体部分のみです。」といわれるだけであった。</p>','<p>改めて、後日個人営業部に電話で確認をすると、ACアダプタからタブレットまでのUSBケーブルは商品として設定がなく、ACアダプターの電源ケーブルと本体のみだけしかないという。USB部分は汎用品を使いなさいと言うことなんだけど、汎用品は保証しないと言われて困ったが、ACアダプターはほしいので取りあえず注文したら、電源ケーブルと本体とUSBケーブルの全てが届いた。</p>\r\n<p>おなじ会社で、同一品名で、商品が違うなんて消費者が分かるわけがない。明確な説明もなくそのような販売をされると、こっちとしては困るから返品する。個人営業部から改めて購入する。と言うと返品できない契約になっているという。返品しないと言うことについては同意したけど、それは完全なACアダプターが届いた場合であって、たとえば故障していた場合など当然返品するケースはありうると思う。そもそも、このような案件の場合には<strong><em>錯誤</em></strong>で契約不成立の可能性が高いが、その旨を説明しても所詮中国人なので日本の法律は分からないと。彼らがいうには、「法律はわからない、社内のルールに従っているから問題ない。」の一点張りであった。</p>\r\n<p>今週月曜日にDELLの代表電話に上記の件とDELLのサポートページの購入品の保守契約情報の登録内容が何回依頼しても訂正されない(しても間違えてる)件の説明を求め、休み明けの24日に電話がかかってくるはずだったのだが今日も電話は鳴っていない。</p>\r\n<p>取りあえず、商品だけ返品するかな？...</p>\r\n<p class=\"add\">2015.01.09<br />一向に連絡がないので、問合せしてみた。<br />すると、折り返し修理担当から連絡があり、「上司からお客様の希望通り対応するように」と指示があったといわれた。<br />クレジットカード払いを選択していたので、キャンセル処理とACアダプターの返送先をメールにて返していただけるよう依頼した。</p>\r\n<p class=\"add\">2015.01.23～25<br />またまた、連絡がないので問合せしてみた。<br />現在返金処理に時間がかかっていること、上司から指示がないので返送先を提示できないとのことだった。<br />いつものことだけど、DELLさんはシステムがうまく機能して内容で処理が遅い。</p>',2,474866,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2015-06-17 14:40:39','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0079',3,0,'2011-05-07 21:42:21','Delphiのコンパイラバージョン情報','','<p>DELPHIにはコンパイラバージョンが#DEFINEで定義されています。<br />\r各VersionのDelphi/C++Builderに対するコンパイラバージョン定義は下記の通り</p>\r<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\" width=\"300\">\r    <tbody>\r        <tr>\r            <th>Delphiバージョン</th>\r            <th>定義</th>\r        </tr>\r        <tr>\r            <td>Delphi1</td>\r            <td>VER80</td>\r        </tr>\r        <tr>\r            <td>Delphi2</td>\r            <td>VER90</td>\r        </tr>\r        <tr>\r            <td>Delphi3</td>\r            <td>VER100</td>\r        </tr>\r        <tr>\r            <td>Delphi4</td>\r            <td>VER120</td>\r        </tr>\r        <tr>\r            <td>Delphi5</td>\r            <td>VER130</td>\r        </tr>\r        <tr>\r            <td>Delphi6</td>\r            <td>VER140</td>\r        </tr>\r        <tr>\r            <td>Kylix</td>\r            <td>VER140</td>\r        </tr>\r        <tr>\r            <td>Delphi7</td>\r            <td>VER150</td>\r        </tr>\r        <tr>\r            <td>Delphi8</td>\r            <td>VER160</td>\r        </tr>\r        <tr>\r            <td>Delphi2005</td>\r            <td>VER170</td>\r        </tr>\r        <tr>\r            <td>BDS2006</td>\r            <td>VER180</td>\r        </tr>\r        <tr>\r            <td>TurboDelphi</td>\r            <td>VER180</td>\r        </tr>\r        <tr>\r            <td>Delphi2007</td>\r            <td>VER185(VER180)</td>\r        </tr>\r        <tr>\r            <td>Delphi2009</td>\r            <td>VER200</td>\r        </tr>\r        <tr>\r            <td>Delphi2010</td>\r            <td>VER210</td>\r        </tr>\r        <tr>\r            <td>Delphi XE</td>\r            <td>VER220</td>\r        </tr>\r    </tbody>\r</table>\r<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\" width=\"300\">\r    <tbody>\r        <tr>\r            <th>C++Builderバージョン</th>\r            <th>定義</th>\r        </tr>\r        <tr>\r            <td>C++Builder1</td>\r            <td>VER93</td>\r        </tr>\r        <tr>\r            <td>C++Builder3</td>\r            <td>VER110</td>\r        </tr>\r        <tr>\r            <td>C++Builder4</td>\r            <td>VER125</td>\r        </tr>\r        <tr>\r            <td>C++Builder5</td>\r            <td>VER130</td>\r        </tr>\r        <tr>\r            <td>C++Builder6</td>\r            <td>VER140</td>\r        </tr>\r        <tr>\r            <td>BDS2006</td>\r            <td>VER180</td>\r        </tr>\r        <tr>\r            <td>TurboC++</td>\r            <td>VER180</td>\r        </tr>\r        <tr>\r            <td>C++Builder2007</td>\r            <td>VER185(VER180)</td>\r        </tr>\r        <tr>\r            <td>C++Builder2009</td>\r            <td>VER200</td>\r        </tr>\r        <tr>\r            <td>C++Builder2010</td>\r            <td>VER210</td>\r        </tr>\r        <tr>\r            <td>C++BuilderXE</td>\r            <td>VER220</td>\r        </tr>\r    </tbody>\r</table>\r<p>だから、例えばソース中に</p>\r<pre class=\"brush:delphi\">\r{&#36;IFDEF VER170}\r  ShowMessage(\'Delphi2005です\');\r{&#36;ENDIF}\r</pre>\r<p>と書くことによって、Delphi2005のみメッセージが表示されるようにソースが書けます。<br />\rDelphi2007だけは、2006とコンパイラの言語仕様に変更がないためVER180もVER185も定義されています。<br />\rDelphiのコンパイラバージョンを調べるプログラムを書いておきます。</p>\r<pre class=\"brush:delphi\" title=\"Delphi/BCBコンパイラバージョンチェック\">\rprogram DelphiCompilerVerChk;\r\ruses\r  SysUtils, Windows;\r\r{&#36;R *.res}\r\r{-------------------------------\r//      文字列を追加する関数\r機能:       StringAdd(S, \'メッセージ\')\r            とすると、改行で区切られてSにメッセージが追加される\r            StringAdd(S, \'メッセージ\' \'/\')\r            とすると、『/』で区切られてメッセージが追加される\r備考:       \r履歴:       2009/08/28(金)\r              作成\r//--▼----------------------▽--}\rprocedure StringAdd(var OriginalText: String; \r  Const AddText: String; Const Separator: String = #13#10);\rvar\r  i: Integer;\r  LenOriginal, LenSeparator, LenAdd: Integer;\rbegin\r  if OriginalText = \'\' then\r  begin\r    OriginalText := AddText;\r  end else\r  begin\r    LenOriginal := Length(OriginalText);\r    LenSeparator:= Length(Separator);\r    LenAdd      := Length(AddText);\r    SetLength(OriginalText, LenOriginal + LenSeparator + LenAdd);\r    for i := 1 to LenSeparator do\r    begin\r      OriginalText[LenOriginal + i] := Separator[i];\r    end;\r    for i := 1 to LenAdd do\r    begin\r      OriginalText[LenOriginal + LenSeparator + i] := AddText[i];\r    end;\r  end;\rend;\r//--△----------------------▲--\r\rvar\r  MsgStr: String;\rbegin\r  MsgStr := \'Version不明\';\r\r{&#36;IFDEF VER80}  MsgStr := \'Delphi1\';                    {&#36;ENDIF}\r\r{&#36;IFDEF VER90}  MsgStr := \'Delphi2\';                    {&#36;ENDIF}\r\r{&#36;IFDEF VER93}  MsgStr := \'C++Builder1\';                {&#36;ENDIF}\r\r{&#36;IFDEF VER100} MsgStr := \'Delphi3\';                    {&#36;ENDIF}\r\r{&#36;IFDEF VER110} MsgStr := \'C++Builder3\';                {&#36;ENDIF}\r\r{&#36;IFDEF VER120} MsgStr := \'Delphi4\';                    {&#36;ENDIF}\r\r{&#36;IFDEF VER125} MsgStr := \'C++Builder4\';                {&#36;ENDIF}\r\r{&#36;IFDEF VER130} MsgStr := \'Delphi5\';                    {&#36;ENDIF}\r{&#36;IFDEF VER130} StringAdd(MsgStr, \'C++Builder5\');       {&#36;ENDIF}\r\r{&#36;IFDEF VER140} MsgStr := \'Delphi6\';                    {&#36;ENDIF}\r{&#36;IFDEF VER140} StringAdd(MsgStr, \'C++Builder6\');       {&#36;ENDIF}\r{&#36;IFDEF VER140} StringAdd(MsgStr, \'Kylix/2/3\');         {&#36;ENDIF}\r\r{&#36;IFDEF VER150} MsgStr := \'Delphi7\';                    {&#36;ENDIF}\r\r{&#36;IFDEF VER160} MsgStr := \'Delphi8\';                    {&#36;ENDIF}\r\r{&#36;IFDEF VER170} MsgStr := \'Delphi2005\';                 {&#36;ENDIF}\r\r{&#36;IFDEF VER180} MsgStr := \'BDS 2006(Delphi/C++)\';       {&#36;ENDIF}\r{&#36;IFDEF VER180} StringAdd(MsgStr, \'Turbo Delphi/C++\');  {&#36;ENDIF}\r\r{&#36;IFDEF VER185} MsgStr := \'Delphi2007\';                 {&#36;ENDIF}\r{&#36;IFDEF VER185} StringAdd(MsgStr, \'C++Builder2007\');    {&#36;ENDIF}\r\r{&#36;IFDEF VER200} MsgStr := \'Delphi2009\';                 {&#36;ENDIF}\r{&#36;IFDEF VER200} StringAdd(MsgStr, \'C++Builder2009\');    {&#36;ENDIF}\r\r{&#36;IFDEF VER210} MsgStr := \'Delphi2010\';                 {&#36;ENDIF}\r{&#36;IFDEF VER210} StringAdd(MsgStr, \'C++Builder2010\');    {&#36;ENDIF}\r\r{&#36;IFDEF VER220} MsgStr := \'Delphi XE\';                  {&#36;ENDIF}\r{&#36;IFDEF VER220} StringAdd(MsgStr, \'C++Builder XE\');     {&#36;ENDIF}\r\r  Windows.MessageBox(0,\r    PChar(MsgStr),\r    PChar(ExtractFileName(ParamStr(0))), MB_OK);\r\rend.</pre>','',1,3465,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-05-07 22:27:56','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110515_MoE',3,0,'2011-05-15 02:37:58','05/15 MoEのDVD買っちゃいました','','<p>とうとう買っちゃいました...</p>\r<p>DVDが見たかったとかそういう理由じゃないです。<br />\r単に同梱されているシリアルコードが欲しかった。もっと言えばゲーム内アイテムが欲しかったそれだけで...<br />\r<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B000O77LOM/blackcatlab-22\">マスター オブ エピック ~The AnimationAge~ I (限定版) [DVD]</a> <br />\r<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B000N3TZHS/blackcatlab-22\">マスター オブ エピック~The AnimationAge~ II〈限定版〉 [DVD]</a> <br />\r買っちゃいました...</p>\r<p>あーあ、何かROSSO INDEXの商法にはまってるね。<br />\rでも、3年以上遊ばせてもらってるからそろそろ追加でゲーム代を払っても良いかな？って時期でもあったけど。<br />\r3年で6万ちょっとかな～。<br />\r錬金やガチャが散財する原因でしょうね。10/08/27試行のスパイス(SP)に対する有効期限の設定によってなるべく早く使い切ってしまわないとと言う心理的負担が、散財を加速化させるんだよね。</p>\r<p>参考<br />\r資金決済法施行により電子マネーは一定の制限を受けることになった。ただし、有効期限が6ヶ月未満のものについてはその限りではなく、このためほとんどのオンラインゲーム運営会社はこの方法を選択したわけである。<br />\r利用者にとっては今まで有効期限がなかった電子マネーに有効期限が出来るわけで、不都合きわまりない。<br />\rまた、最後に残った少額の電子マネーなど使わずに消えていく羽目になっている。&nbsp;</p>\r<p>参考記事</p>\r<ul>\r    <li><a href=\"http://moepic.com/news_detail.php?hidden_key=c3360cd7587bed6aef7120785d72a19e7e913434fff519da2b9509fbc6ba73a3eb40c49d3f149e204e4938be1c16c8a3\">10-08-27 <strong>【重要】『スパイス（SP）』に関する重要なお知らせ</strong></a></li>\r    <li><a href=\"http://moepic.com/top/news_detail.php?hidden_key=9df3674ce8c8174a86b9dcfa77f3a217962d4ae60e54635261d3f4217e28e4cffdf4ef698a1e2ef45ad8f90909374e28\">10-09-28 <b>【重要】新利用規約の適用開始に関しまして</b></a></li>\r</ul>\r<p>&nbsp;</p>','',1,2994,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B000O77LOM/blackcatlab-22\">マスター オブ エ...</a>\n<a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B000N3TZHS/blackcatlab-22\">マスター オブ エ...</a>\n<a href=\"http://moepic.com/news_detail.php?hidden_key=c3360cd7587bed6aef7120785d72a19e7e913434fff519da2b9509fbc6ba73a3eb40c49d3f149e204e4938be1c16c8a3\">10-08-27 【重要】',0,1,0,0,0,'2011-05-15 03:39:01','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-PS_Set-Acl',3,0,'2011-06-22 17:57:32','[PowerShell] Windows7でのNTFSアクセス権の設定方法','','<p>先日から困っていたこと、気づいたら非常に簡単だったこと。</p>\r<p>Windows XP迄使えていたNTFSアクセス権の設定コマンド「cacls」はWindows Vista以降では使用できなくなったようです。代わりに「icacls」というコマンドが用意されているようです。</p>\r<p>早速このコマンドを利用しようと試みると...<br />(下記のコマンドはc:&#092;windows&#092;win.ini にUsersグループがアクセスできるように権限を付与します。)</p>\r<pre class=\"brush: plain\">C:&#092;Users&#092;Jun&gt;icacls c:&#092;windows&#092;win.ini /grant Users:M\rc:&#092;windows&#092;win.ini: アクセスが拒否されました。\r0 個のファイルが正常に処理されました。1 個のファイルを処理できませんでした</pre>\r<p>と返されます。管理者なのにアクセスが拒否されるのは何でなのかな？とtechnetを探していると、よく似たWindows 2003 Server sp2での事例が引っかかったので、この問題がWindows7でもまだ発生しているのか？このときにリリースされているヴァージョンよりもWindows7についているバージョンの方が新しいから適用されているのでは？と悩んでいました。</p>','<p>ですが、本日自宅で同じ事を試みて...</p>\r<pre class=\"brush: plain\">C:&#092;windows&#092;system32&gt;icacls c:&#092;windows&#092;win.ini /grant Users:M\r処理ファイル: c:&#092;windows&#092;win.ini\r1 個のファイルが正常に処理されました。0 個のファイルを処理できませんでした</pre>\r<p>と返ってくることに気づきました。<br />何か応答メッセージに引っかかるところがありますが、実際にエクスプローラで確認すると、正常にコマンドが実行できていることが確認出来ました。<br />では、何がちがうのか？と言うと<br />どちらも管理者でログインしているのですが、UAC特有の昇格を行っていなかったからのようです。<br />でも、確か会社のPCはUAC OFFに設定してもらってたはず何ですが&Sigma;(&gt;_&lt;;)</p>\r<p>さらに、PowerShell 2.0でも実行してみました。</p>\r<p>Usersグループにc:&#092;windows&#092;win.ini対してフルコントロールのNTFSアクセス権を付与する場合</p>\r<pre class=\"brush: ps\">&#36;aclparam = @(\"Users\", \"Fullcontrol\", \"Allow\")\r&#36;rule = New-Object&nbsp;System.Security.AccessControl.FileSystemAccessRule &#36;aclparam\r&#36;acl = Get-Acl&nbsp;c:&#092;windows&#092;win.ini\r&#36;acl.AddAccessRule(&#36;rule)\rSet-Acl c:&#092;windows&#092;win.ini -AclObject &#36;acl</pre>\r<p>Usersグループにc:&#092;windows&#092;win.ini対して変更のNTFSアクセス権を付与する場合</p>\r<pre class=\"brush: ps\">&#36;aclparam = @(\"Users\", \"Modify\", \"Allow\")\r&#36;rule = New-Object&nbsp;System.Security.AccessControl.FileSystemAccessRule&nbsp; &#36;aclparam\r&#36;acl = Get-Acl&nbsp;c:&#092;windows&#092;win.ini\r&#36;acl.AddAccessRule(&#36;rule)\rSet-Acl c:&#092;windows&#092;win.ini -AclObject &#36;acl</pre>\r<p>※PowerShellを利用する場合でも、UACの昇格は忘れずに行ってください。</p>',1,11148,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-07-03 23:17:34','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgFAQ-PS_SyncRun',3,0,'2011-06-22 18:55:20','[PowerShell] 外部プログラムの同期実行','','<p>これからCMDを脱却してPowerShellを勉強していこうかと...</p>\r<p>DOSバッチの条件分岐は見にくいですからね。<br />\rPowerShellであれば最近のプログラミング言語のようなスタイルで条件分岐が書けるので便利。<a href=\"http://www.atmarkit.co.jp/fwin2k/operation/psh02/psh02_03.html\">http://www.atmarkit.co.jp/fwin2k/operation/psh02/psh02_03.html</a><br />\rほとんどのDOSコマンドはそのまま記載して動くみたい。copy, dir,&nbsp;del などの通常使うコマンドはそのまま動いた。</p>\r<p>条件分岐と外部プログラム起動ができれば今やってることは結構書けるかな？ということで外部プログラムの実行方法。</p>\r<pre class=\"brush:ps\">\r&amp;\'C:&#092;Program&nbsp;Files&#092;Internet&nbsp;Explorer&#092;iexplore.exe\' \'http://www.blackcat.xyz/\'\r</pre>','',1,5207,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.atmarkit.co.jp/fwin2k/operation/psh02/psh02_03.html\">http://www.atmarkit.co....</a>',0,1,0,0,0,'2011-07-13 13:45:31','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0080',3,0,'2011-07-11 18:40:36','[Delphi] HTTPApp.HTMLEncodeの不具合','','<p>HTTPAppユニットにあるHTMLEncodeが正常なHTML文字列を出力してくれない。<br />\r文字列の中に&nbsp;&amp; &lt; &gt; &quot; があればそれぞれ&amp;amp; &amp;lt; &amp;gt; &amp;quot; に変換してくれるはずなのだがどうもうまく変換してくれない。</p>\r<p>&nbsp;</p>','<p>仕方がないのでソースを見てみることに。<br />\r該当のHTMLEncodeは下記のようになっていた。</p>\r<pre class=\"brush: delphi\" title=\"修正前\">\rfunction HTMLEncode(const AStr: String): String;\rconst\r  Convert = [\'&amp;\',\'&lt;\',\'&gt;\',\'&quot;\'];\rvar\r  Sp, Rp: PChar;\rbegin\r  SetLength(Result, Length(AStr) * 10);\r  Sp := PChar(AStr);\r  Rp := PChar(Result);\r  while Sp^ &lt;&gt; #0 do\r  begin\r    case Sp^ of\r      \'&amp;\': begin\r             FormatBuf(Rp^, 5, \'&amp;\', 5, []);\r             Inc(Rp,4);\r           end;\r      \'&lt;\',\r      \'&gt;\': begin\r             if Sp^ = \'&lt;\' then\r               FormatBuf(Rp^, 4, \'&lt;\', 4, [])\r             else\r               FormatBuf(Rp^, 4, \'&gt;\', 4, []);\r             Inc(Rp,3);\r           end;\r      \'&quot;\': begin\r             FormatBuf(Rp^, 6, \'&quot;\', 6, []);\r             Inc(Rp,5);\r           end;\r    else\r      Rp^ := Sp^\r    end;\r    Inc(Rp);\r    Inc(Sp);\r  end;\r  SetLength(Result, Rp - PChar(Result));\rend;\r</pre>\r<p>よく見てるとFormatBufのところが正しく動いていないようだ。ということで、FormatBufの不具合を疑ったのだが、どうやらFormatBufに渡しているパラメータがまずいらしい。<br />\rFormatBufに渡すパラメータはバイト単位で文字数ではないのだが、文字数で渡していたみたい。AnsiStringの際には半角英数は1文字1バイトであったので、正しく動いていたのであろうということが伺える。処理がUnicode16になったことで半角英数も1文字2バイトになったので、あわせてパラメータを2倍して渡してみたところ正常に動作した。</p>\r<pre class=\"brush: delphi\" title=\"修正後\">\rfunction HTMLEncode(const AStr: String): String;\rconst\r  Convert = [\'&amp;\',\'&lt;\',\'&gt;\',\'&quot;\'];\rvar\r  Sp, Rp: PChar;\rbegin\r  SetLength(Result, Length(AStr) * 10);\r  Sp := PChar(AStr);\r  Rp := PChar(Result);\r  while Sp^ &lt;&gt; #0 do\r  begin\r    case Sp^ of\r      \'&amp;\': begin\r             FormatBuf(Rp^, 10, \'&amp;\', 10, []);\r             Inc(Rp,4);\r           end;\r      \'&lt;\',\r      \'&gt;\': begin\r             if Sp^ = \'&lt;\' then\r               FormatBuf(Rp^, 8, \'&lt;\', 8, [])\r             else\r               FormatBuf(Rp^, 8, \'&gt;\', 8, []);\r             Inc(Rp,3);\r           end;\r      \'&quot;\': begin\r             FormatBuf(Rp^, 12, \'&quot;\', 12, []);\r             Inc(Rp,5);\r           end;\r    else\r      Rp^ := Sp^\r    end;\r    Inc(Rp);\r    Inc(Sp);\r  end;\r  SetLength(Result, Rp - PChar(Result));\rend;\r</pre>\r<p>Unicode文字列に対する必要バイト数が正しく設定されていないのが原因だった。<br />\rUnicode化に正しく対応できていない関数はまだまだありそうな感じですね。</p>',1,3623,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-12 17:12:38','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110725_Skype_for_au',3,0,'2011-07-25 20:22:50','07/25 Skype for au の問題点','','<p>先日自宅PCでSkypeをしようとしたらヘッドセットが繋がらない。ペアリングはできるのだがその先がうまくいかない状態である。<br />\r以前はこの組み合わせで動作していたので、どうやら壊れてしまったようだ。(PCを持ち上げるときに手が引っかかってちょっと曲がった&Sigma;(&gt;_&lt;;))<br />\r仕方が無いので、新しいドングルを購入することとして、この場はauケータイで繋ぐこととした。</p>\r<p>相手に伝えて発信してもらう。</p>\r<p>しかし、PC は鳴動するのだが、ケータイは鳴らない。と思った頃になり出す。が、このタイミングでは遅すぎるために相手は切ってしまう。こんなやり取りを数回も行ってしまった。</p>\r<p>これではいかんと思い、昨日お客様センターに問い合わせをしていた。<br />\rその結果が本日返ってきた。</p>','<p>結果的にこの現象は仕様なのだそうだ。現時点でこちらとしては打つべき手がないらしい。<br />\rお客様センターとしては問題として認識していただけたようで、改善に向けて上申して頂けるとのこと。<br />\rいつも通り、いつこの問題がコミットできるかそういうお約束は出来ないと言うことは言われた。<br />\rしかし、auとして特に力を入れているサービスであるのでと言ったお話を頂いたが、auが開発したサービスでもなく、もともとSkypeのサービスでありそのSkypeも他の問題に苦しんでいるという状況。<br />\r且つ会社も買収による統合中であるだろうし(※1)、問題の解決に十分なリソースはないものと思われる。さらに言えば、全Skypeユーザーの中でauのSkypeサービス付きのケータイを持ったユーザーなどほんの一握りに過ぎず、またトラフィックベースではさらに減ることが予想される。(※2)</p>\r<p>これは、すぐには直らないと言うレベルでは無く、今年はあきらめた方が良いな。って感じだなと判断した。</p>\r<p>がんばってねau。</p>\r<p>※1 マイクロソフト、スカイプを85億ドルで買収へ<br />\r<a href=\"http://www.computerworld.jp/topics/634/IT業界動向/191516/マイクロソフト、スカイプを85億ドルで買収へ\">http://www.computerworld.jp/topics/634/IT業界動向/191516/マイクロソフト、スカイプを85億ドルで買収へ</a></p>\r<p>※2 auのケータイユーザーが普通に使っていれば、この程度の問題1週間もかからず見つかるはずである。と言うことは、くろねこ同様他のユーザーも使っていないと言うことであると予想される。</p>',1,3210,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.computerworld.jp/topics/634/IT業界動向/191516/マイクロソフト、スカイプを85億ドルで買収へ\">http://www.computerworl...</a>',0,1,0,0,0,'2011-07-25 22:25:51','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110726_Skype_for_au2',3,0,'2011-07-26 23:55:47','11/26 Skype for auの問題点(続き)','','<p>先日のSkype for auの着信遅延問題であるが、auに調査いただいたところ、通常のSkype for androidであれば遅延は起きず、むしろauでのテスト環境ではPCよりも早い場合があったとのこと。<br />\rとりあえず、IS12SHにもSkype for androidを導入すればこの問題は回避できる。<br />\rただし、Skype for auにあった利点である。通話料無料と低消費電力という点で問題が発生するかもしれない。</p>\r<p>GALAXYでの着信のときに気にならなかったような気がしていたのはそういうことだったのか...<br />\rでもIMの同期は遅いというかいつ同期が取られるの？という疑問はあるけど、それはまた別ということで...</p>','',1,3173,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-07-27 13:58:14','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110807_Trouble_for_IS12SH',3,0,'2011-08-07 12:14:45','08/07 IS12SHにもトラブルが…','','<p>使用中のIS12SHに加速度センサーの問題が見つかったという話。</p>\r<p>IS12SHに変える以前にIS03、IS04Tを使っていたのだが、IS03とIS12SHには同じメーカーなので共通点がある。IS03とIS12SHでは同じアプリが導入されているのであるが、その中の一つに「歩数計」がある。</p>','<p>この歩数計を利用していたのであるが、IS03の時とIS12SHとほぼ同じ距離を歩いているにもかかわらず、一致しない。数値的には明らかにIS12SHの方が少ない。たとえばJR大阪駅と地下鉄堺筋本町の間を歩くと焼く3kmあるのだがそこの歩数が2,000歩程度しかなかったりする。(IS03では5,000歩程度)</p>\r<p>購入して数日したあたりから気になっていたのであるが、確証もなかったこと、不具合が発生するパターンが不明だったことから様子を見ていた。</p>\r<p>しかし、その状態が1ヶ月以上続き改善される様子もなかったので、先日お客様センターに問い合わせて聞いてみると、加速度センサーの問題かもしれないとのこと。ショップでの修理を勧められる。しかしながら、修理しても直らないケースが多々発生するのは今までの経験でよくわかっていること。スマホの場合修理に出すとバックアップも取れないのにリセットすることが必須になっていることから、ためらいが発生する。</p>\r<p>一応、不具合が気のせいでないことを確認するため、IS03とIS12SHを重ねて持って歩くことに。<br />一緒に持って歩くことで、同じ環境でのテストが出来る。結果、IS03の方が2-4倍ほど多いという結果になった。歩幅と距離との関連からたぶんIS03の方が正確であると考えられる。</p>\r<p>一応再起動してもう一度確認したところ、その差は縮まったが3割程度ずれが発生している。<br />本日ケータイアップデートの案内が来ていたので、一応このアップデートを当てて様子を見ることとするが、修正内容の対象外である。ケータイ機種固有の問題であればアップデートなり基盤交換していただかないとダメなのであるが、メーカー側が認識していなければ修理されることもないので、同じ現象が起こっている方は是非お客様センターへ問い合わせしていただきたいなと思うところであります。</p>\r<p>しかし、完全なバックアップ手段も提供せず、リセット前提の修理というのは何か間違ってないでしょうか？<br />当方の責任外のところでデータを消されていくのは何とも理解しがたいものです。</p>',1,4476,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-06-13 23:40:27','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110807_WhatDoYouRecomandCMS',3,0,'2011-08-07 12:39:10','08/07 何かおすすめのCMSはないですか？','','<p>何かおすすめのCMS(コンテンツマネジメントシステム)はないでしょうか？<br />\r今はGeeklogを利用していますが、くろねこ的にはいまいちです...<br />\r今は自動インストーラーがありますが、当てた後にちゃんと動作確認しないといろいろ動かない(開発方針がぶれまくりなので)とか。今回(1.7-&gt;1.8)で言うとテーマ(レイアウト)関係が変更になったため、レイアウト関係が作り直しです。レイアウト関係は今まで何度も変更されてます&Sigma;(&gt;_&lt;;)</p>\r<p>乗り換えるとしたら、下記のような要件を満たしているとうれしいんですけど、ありますかね～</p>\r<ol>\r    <li>問題の無い正常なHTMLまたはXHTMLを出力できる。<br />\r    ドルーパル日本語版のサイトなんかW3Cのチェックロゴ貼ってあるのにチェック通らないし&hellip;</li>\r    <li>開発方針がぶれない</li>\r    <li>メンテナンスがしやすい</li>\r    <li>対応が早い</li>\r    <li>ユニコード対応</li>\r    <li>カスタマイズがしやすい</li>\r    <li>無料、もしくは個人で利用できる程度に安価</li>\r</ol>','',1,2526,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-08-07 15:43:27','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110807_deployment_market',3,0,'2011-08-07 20:36:15','08/07 明日の相場展開は？','','<p>米国のデフォルトは回避されたけどS&amp;Pによる米国債の格付けがAAAからAA+に下がったとか。<br />\rこれが、格付け会社始まって以来の出来事で、また米国通貨は世界の基軸通貨と言うこともあるし、今後の展開はどうなっていくのですかね？</p>\r<p>すでに織り込み積みという人もあれば、そうでない人もいるようだし。A&amp;Pのレポートには米財務省から約2兆円ほど計算ミスがあるよ？と指摘されていると言うのもどこかに書いてあったとか。あまり円高になると、また日銀の単独介入の可能性もある様だし、今後の展開は全く読めない感じですわ。</p>','<p>どの要因が強いにせよ、それなりの材料がてんこ盛りで、相場はあれた動きになると言うことは間違いなさそう。</p>\r<p>すでに、くろねこのポジションは買いがいっぱい&Sigma;(&gt;_&lt;;)<br />\r約78円までは耐えますけど、そこから下はロスカット。そこまでならいくら下げても元に戻れば痛くもかゆくもない訳なんですけど。強い材料ばかりで一旦円高方向に走ってしまってそのあおりでロスカット。その後、日銀介入で市場は元通りなーんていうのが、個人的には最悪のシナリオなんでしょうかね？</p>\r<p>皆さんは相場展開どう読まれます？</p>',1,2374,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-08-07 21:02:20','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0081',3,0,'2011-08-19 21:26:58','[Delphi] MainFormOnTaskBarとタスクバーボタン','','<p>Delphi2007 以降からでしょうか？MainFormOnTaskBar と言うプロパティが追加されています。</p>\r<p>embarcadero のサイトでは下記のように説明されています。</p>\r<blockquote>MainFormOnTaskBar プロパティは、Windows タスクバー ボタンを VCL で扱う方法を制御します。\r<p>このプロパティが true の場合、タスクバー ボタンはアプリケーションのメイン フォームを表し、そのキャプションが表示されます。false の場合、タスクバー ボタンは、アプリケーションの（非表示の）メイン ウィンドウを表し、アプリケーションのタイトルが表示されます。<br />\r&nbsp;<br />\rWindows Vista Aero 効果を使用するには、MainFormOnTaskBar が true であることが必要です。効果には、ライブ タスクバー サムネイル、動的ウィンドウ、Windows フリップ、Windows フリップ 3D があります。</p>\r</blockquote>\r<p>このプロパティの登場というか、Windows Vista Aero 対応のために Delphi が行った修正によっていろいろとフォームの挙動が変更されました。</p>','<p>以前だと、フォームからフォームを表示しても、タスクバーにはアプリケーションのウィンドウのボタンが表示されていたため、何の変化もありませんでした。<br />\rしかし、今はメインフォームのボタンが表示されます。<br />\rこれがどういうことかもう少しブレイクダウンします。</p>\r<p>Form1 から Form2 を表示するアプリケーションを作ります。<br />\rForm1 のボタンをクリックすると Form2 を表示することとします。<br />\rこのコードは下記のようになります。</p>\r<pre class=\"brush: delphi\">\rprocedure TForm1.Button1Click(Sender: TObject);\rbegin\r  TForm2.Create(Self).Show;\rend;</pre>\r<p>このアプリケーションを実行すると、タスクバーにはメインフォームである Form1 のボタンが表示されます。<br />\rForm2を表示しても同じです。</p>\r<p>今度は、Form1 のボタンをクリックすると Form2 を表示し、Form1 はハイドすることとします。<br />\r以下のようなコードになります。</p>\r<pre class=\"brush: delphi\">\rprocedure TForm1.Button1Click(Sender: TObject);\rbegin\r  TForm2.Create(Self).Show;\r  Hide;\rend;</pre>\r<p>このアプリケーションを実行して確認してみると、Form1 の表示時は先ほどと変わりないですが、Form2 を表示するとタスクバーから表示が消えてしまいます。メインフォームが消えてしまったからだと思われます。</p>\r<p>これはちょっとまずいと思いました。くろねこ的には、現在アクティブなフォームのアイコンとキャプションを持ったタスクバーアイコンにしたいわけです。とりあえず、この内容を <strong>ActiveFormOnTaskBar</strong> と名づけます。Delphi で標準対応してほしいところですが、出来ないのでやり方を考えて見ます。</p>\r<p>SetWindowLong と SetParent を使用します。</p>\r<pre class=\"brush: delphi; title=\'タスクバーに現在のフォームのタスクバーボタンを表示する\'\">\rprocedure TForm2.ShowTaskbarButton;\rbegin\r  Windows.SetWindowLong(Handle, GWL_EXSTYLE, \r    Windows.GetWindowLong(Handle, GWL_EXSTYLE) or WS_EX_APPWINDOW);\r  Windows.SetParent(Handle, GetDesktopWindow);\rend;\r</pre>\r<p>Form1を非表示にしない場合のタスクバーボタンのみ非表示にする関数</p>\r<pre class=\"brush: delphi; title=\'現在のフォームのタスクバーボタンを非表示にする\'\">\rprocedure TForm1.HideTaskBarButton;\rbegin\r  ShowWindow(Handle, SW_HIDE);\r  SetWindowLong(Handle, GWL_EXSTYLE,\r    GetWindowLong(Handle, GWL_EXSTYLE) and not WS_EX_APPWINDOW or WS_EX_TOOLWINDOW);\r  ShowWindow(Handle, SW_SHOW);\rend;\r</pre>\r<p>Form2を閉じたときにForm1のタスクバーボタンを元に戻す関数</p>\r<pre class=\"brush: delphi; title=\'Form2を閉じたときにForm1のタスクバーボタンを元に戻す\'\">\r// Form1側 ---\rprocedure TForm1.RestoreTaskBarButton;\rbegin\r  Windows.SetWindowLong(Handle, GWL_EXSTYLE, FExStyle);\r  Windows.SetParent(Handle, GetDesktopWindow);\rend;\r// FExStyle は、FormCreate で退避\rprocedure TForm1.FormCreate(Sender: TObject);\rbegin\r  FExStyle := GetWindowLong(Handle, GWL_EXSTYLE);\rend;\r\r// Form2側 ---\rprocedure TForm2.FormDestroy(Sender: TObject);\rbegin\r  if (Owner is TForm1) then\r    with TForm1(Owner) do\r    begin\r      if not Visible then\r        Show;\r      RestoreTaskBarButton;\r      Refresh;\r    end;\rend;\r</pre>\r<p>現在、だいたいいけるようになりましたが、Form2を表示している際のForm1のタイトルバーが変更されてしまっているのが気になります。外観の変更を伴わずに何とかならないですかね？</p>\r<p>■参考：</p>\r<ul>\r    <li><a href=\"http://edn.embarcadero.com/article/33747\">Delphiで、Windows Vista Readyアプリケーションを作る</a></li>\r</ul>',1,12462,1,0,'1970-01-01 09:00:00',1,'<a href=\"http://edn.embarcadero.com/article/33747\">Delphiで、Windows Vis...</a>',0,1,0,0,0,'2011-08-27 16:10:37','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110819_updated_historical_record',3,0,'2011-08-19 23:41:16','08/19 ドル円史上最安値を更新、一時史上最安値75.94円へ下落','','<p>23:16頃、ドル円が史上最安値を更新し75.94円となったが、その直後すぐに76円台を回復したが、介入があったかどうかは不明。<br />\r23：48現在、以前の最安値76.25を下回っている状態。今後さらに下値を試すのか？</p>\r<p>日銀は、介入で76円台を維持できるのか？75円台に入ったら74円もしくはそれ以下まで突っ走ることはないのか？予断を許さない。</p>\r<p>0：03現在<br />\r76.25すら回復できないのは、介入があったからでは無く、史上最安値を更新したから買いに走った投資家が利益確定で売りにだしからと言うことと、史上最安値を更新する際に売りポジションを持っていた投資家が損切りを迫られたから、再度売りで試しているだけかもしれない。<br />\r&nbsp;</p>','',1,2216,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-08-20 00:08:46','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110828_ToySword-8',3,0,'2011-08-28 11:43:15','08/28 おもちゃのけん+8','','<p>先日早取りして、11-08-23 精錬の泉新学期ラッキータイムのお知らせを見て、慌てて課金してフェティッシュタブレットのセットを2セット買い、IDにキャラがなかったのでキャラ作成して...</p>\r<p>で、持っていたおもちゃのけん+7を泉に放り込んでみた！<br />\r結果、2回失敗した後成功し、+8に</p>\r<p>ここで、まだフェティッシュタブレットも残っていたので...別キャラが持っていたおもちゃのけん+6も放り込んでみたら...<br />\rまたまた同じく、2回失敗した後成功し+7へ</p>\r<p>きっと運が良かったのだと、思いそれ以上はせずにその日は就寝。</p>','<p>次の日聞いてみたら、確率1.5倍は帰還中のラッキータイムだけでその日はラッキータイムではなかった!!<br />\r成功して良かったな～</p>\r<p>で、本日ラッキータイムなので先日+7にしたおもちゃのけんを+8に...<br />\rまたまた同じ結果で、2回失敗した後に成功して+8に...<br />\r<a href=\"http://www.blackcat.xyz/images/articles/110828_ToySword-8_1_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"344\" src=\"http://www.blackcat.xyz/images/articles/110828_ToySword-8_1.PNG\" alt=\"\" /></a></p>\r<p>なんでいつも同じパターンなのですかね？<br />\r計6回の失敗と3回の失敗で、9個のフェティッシュタブレットと3000spを使ってまだもうちょっと余っている。<br />\rボルケを精錬するか、くろねこのお面を精錬するか、はたまたロリモアを狙ってガチャるか次の機会においておくかどうしよう？</p>',1,2738,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/110828_ToySword-8_1_original.PNG\">http://www.blackcatlab....</a>',0,1,0,0,0,'2011-08-28 11:57:32','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('110829_install_graphics_driver',3,0,'2011-08-29 23:07:07','08/29 グラフィックドライバインストール方法','','<p>当サイトにAMDのグラフィックドライバを求めて訪問される方が非常に多いので、最新版のダウンロード方法をまとめることにしました。<br />\rといっても、かつてドライバのダウンロード方法を記載した当時に比べて、今は初心者の方が迷わずにダウンロードできるように各社工夫されており、非常にドライバのインストールが簡単になっています。</p>\r<p>ただ、自身のパソコンに搭載されているグラフィックが、AMD(ATI)なのかnVIDIAなのか、もしくはIntelなのかはユーザー自身が確認しなければなりません。その方法も知ってしまえば簡単なので、まとめてご紹介いたします。<br />\r面倒なら下記のインストール手順に従って、nVIDIAサイトで自動認識させて見ましょう。どこのメーカーのどのチップセットなのか判断してホームページ上に表示してくれます。</p>\r<p>各社ダウンロードサイト<br />\r&nbsp;</p>\r<ul>\r    <li>nVIDIA<br />\r    <a href=\"http://www.nvidia.co.jp/Download/index.aspx?lang=jp\">http://www.nvidia.co.jp/Download/index.aspx?lang=jp</a></li>\r    <li>AMD(ATI)<br />\r    <a href=\"http://support.amd.com/us/gpudownload/Pages/index.aspx\">http://support.amd.com/us/gpudownload/Pages/index.aspx</a></li>\r    <li>Intel<br />\r    <a href=\"http://www.intel.com/p/ja_JP/support/detect/graphics\">http://www.intel.com/p/ja_JP/support/detect/graphics</a></li>\r</ul>\r<p>グラフィックチップ確認方法</p>\r<ol>\r    <li>マイ コンピュータを右クリック</li>\r    <li>プロパティを選択</li>\r    <li>ハードウェアタブを選択</li>\r    <li>ディバイスマネージャをクリック</li>\r    <li>「ディスプレイ アダプタ」を展開すると使用しているグラフィックの一覧が表示される。<br />\r    Intelの例<br />\r    <a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_1_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"281\" src=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_1.PNG\" alt=\"\" /></a><br />\r    nVIDIAの例<br />\r    <a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_2_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"286\" src=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_2.png\" alt=\"\" /></a></li>\r</ol>','<ul>\r    <li>nVIDIAサイトでのダウンロード方法<br />\r    <ol>\r        <li>下記のリンクをクリックしてダウンロードサイトを表示します。<br />\r        &nbsp;<a href=\"http://www.nvidia.co.jp/Download/index.aspx?lang=jp\">http://www.nvidia.co.jp/Download/index.aspx?lang=jp</a></li>\r        <li>オプション2: エヌビディア製品用ドライバを自動検索する をクリックします。<br />\r        <a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_3_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"339\" src=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_3.png\" alt=\"\" /></a></li>\r        <li>後は、画面の指示どおりに進めるだけです。<br />\r        &nbsp;</li>\r    </ol>\r    ショートカット:&nbsp;<a href=\"http://www.nvidia.co.jp/Download/Scan.aspx?lang=jp\">http://www.nvidia.co.jp/Download/Scan.aspx?lang=jp</a> <br />\r    現在はこのURIで、1と2の手順を代用できます。</li>\r    <li>AMDサイトでのダウンロード方法\r    <ol>\r        <li>下記のリンクをクリックしてダウンロードサイトを表示します。<br />\r        <a href=\"http://support.amd.com/us/gpudownload/Pages/index.aspx\">http://support.amd.com/us/gpudownload/Pages/index.aspx</a></li>\r        <li>Graphics Drivers &amp; Software Step1 のコンボボックス右側にある Automatically Detect and InstallのDownload Now をクリックします。<br />\r        <a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_4_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"339\" src=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_4.png\" alt=\"\" /></a><br />\r        後は、画面の指示どおりに進めるだけです。</li>\r    </ol>\r    ショートカット: <a href=\"http://www2.ati.com/drivers/auto/amddriverdownloader.exe \">http://www2.ati.com/drivers/auto/amddriverdownloader.exe </a><br />\r    現在は上記URIで1と2の手順を代用できます。</li>\r    <li>Intelサイトでのダウンロード方法\r    <ol>\r        <li>下記のリンクをクリックしてダウンロードサイトを表示します。<br />\r        <a href=\"http://www.intel.com/p/ja_JP/support/detect/graphics\">http://www.intel.com/p/ja_JP/support/detect/graphics</a></li>\r        <li>画面中央にある「使用システムに適した最新ドライバーの確認」ボタンをクリックします。<br />\r        <a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_5_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"339\" src=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_5.png\" alt=\"\" /></a></li>\r        <li>後は、画面の指示どおりに進めるだけです。</li>\r    </ol>\r    </li>\r</ul>',1,6165,28,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.nvidia.co.jp/Download/index.aspx?lang=jp\">http://www.nvidia.co.jp...</a>\n<a href=\"http://support.amd.com/us/gpudownload/Pages/index.aspx\">http://support.amd.com/...</a>\n<a href=\"http://www.intel.com/p/ja_JP/support/detect/graphics\">http://www.intel.com/p/...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_1_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.nvidia.co.jp/Download/index.aspx?lang=jp\">http://www.nvidia.co.jp...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_3_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.nvidia.co.jp/Download/Scan.aspx?lang=jp\">http://www.nvidia.co.jp...</a>\n<a href=\"http://support.amd.com/us/gpudownload/Pages/index.aspx\">http://support.amd.com/...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_4_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www2.ati.com/drivers/auto/amddriverdownloader.exe \">http://www2.ati.com/dri...</a>\n<a href=\"http://www.intel.com/p/ja_JP/support/detect/graphics\">http://www.intel.com/p/...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/110829_install_graphics_driver_5_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2011-08-29 23:07:02','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0082',3,0,'2011-08-30 10:38:45','[Delphi] MainFormOnTaskBarとタスクバーボタン2','','<p>[story:ProgramingFAQ_del0081]で完成できていなかったActiveFormOnTaskBarの動きがようやく完成です。<br />サポートの方にもご協力いただいて...実現しました。</p>','<p>ウィンドウスタイルを変更すると概観にも変化が起きてしまうので、今度はタスクバーそのものを直接いじってます。<br />このため、今回はComObjectを利用することになりました。<br />よって、uses にComObj, ShlObjを追加しておいてください。</p>\r<p>タスクバーにタスクバーボタンを追加する関数と削除する関数です。</p>\r<pre class=\"brush: delphi\">procedure AddTaskBarBtn(hnd: THandle);\rvar\r  TaskbarList: ITaskbarList;\rbegin\r  TaskbarList := CreateComObject(CLSID_TaskbarList) as ITaskbarList;\r  TaskbarList.HrInit;\r  TaskbarList.AddTab(hnd);\r  TaskbarList.ActivateTab(hnd);\rend;\r\rprocedure DelTaskBarBtn(hnd: THandle);\rvar\r  TaskbarList: ITaskbarList;\rbegin\r  TaskbarList := CreateComObject(CLSID_TaskbarList) as ITaskbarList;\r  TaskbarList.HrInit;\r  TaskbarList.DeleteTab(hnd);\rend;\r</pre>\r<p>これを実際のプログラムに組み込んで行きます。<br />子フォームを生成する側/生成される側両方に組み込む必要があること、その両方の立場になるフォームが出来ることが予想されますから、テンプレートのフォームを作って組み込んでおき、そこから派生して行くのがいいかと思います。<br />組み込むイベントは、OnActivate/Deactivate/FormCloseの3ヶ所です</p>\r<pre class=\"brush: delphi\">procedure TForm1.FormActivate(Sender: TObject);\rvar\r  i: integer;\rbegin\r  AddTaskBarBtn(Handle);\r\r  if (fsModal in FormState) then\r    for i := 1 to Screen.FormCount - 1 do\r      DelTaskBarBtn(Screen.Forms[i].Handle);\rend;\r\rprocedure TForm1.FormDeactivate(Sender: TObject);\rbegin\r  DelTaskBarBtn(Handle);\rend;\r\rprocedure TForm1.FormClose(Sender: TObject; var Action: TCloseAction);\rbegin\r  // ダイアログ(モード付き)の場合には、\r  // ...CALL元でダイアログ情報を参照する可能性があるので破棄しない\r  if not(fsModal in FormState) then\r    Action := caFree;\r  if (not Application.Terminated) and (Owner &lt;&gt; nil) and (Owner is TForm) then\r  begin\r    TForm(Owner).Show;\r    if (fsModal in FormState) then\r      AddTaskBarBtn(TForm(Owner).Handle);\r  end;\rend;\r</pre>\r<p>テストは、Showのみ、ShowModalのみ、ShowとHide、ShowModalとHideの4種類で確認しました。</p>\r<pre class=\"brush: delphi\">procedure TForm1.btnShowClick(Sender: TObject);\rbegin\r  with TForm1.Create(Self) do\r  begin\r    Show;\r  end;\rend;\r\rprocedure TForm1.btnShowHideClick(Sender: TObject);\rbegin\r  with TForm1.Create(Self) do\r  begin\r    Self.Hide;\r    Show;\r  end;\rend;\r\rprocedure TForm1.btnShowModalClick(Sender: TObject);\rbegin\r  with TForm1.Create(Self) do\r  begin\r    ShowModal;\r    Release;\r  end;\rend;\r\rprocedure TForm1.btnShowModalHideClick(Sender: TObject);\rbegin\r  with TForm1.Create(Self) do\r  begin\r    Self.Hide;\r    ShowModal;\r    Release;\r  end;\rend;\r</pre>\r<p>なお、実際のテストは複数フォームを作成するのがめんどくさいので1つのフォームでまとめてやりました。<br />なので、何個目のフォームか簡単に識別するためにOnCreateでキャプションの変更をしています。</p>\r<pre class=\"brush: delphi\">procedure TForm1.FormCreate(Sender: TObject);\rbegin\r  Caption := Format(\'Form%d\', [Screen.FormCount]);\rend;\r</pre>\r<p>皆様のご参考になれば幸いです。</p>',1,6263,1,2,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/article.php/ProgramingFAQ_del0081\">[Delphi] MainFormOnTask...</a>',0,1,0,0,0,'2012-08-17 12:01:59','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe110921_Lolimore',3,0,'2011-09-21 23:04:24','ロリモア出る！','','<p>回復魔法をもったペットがほしい！フィニュでも良いけど、飛んでる方が良い&hellip;。と言うことでロリモアを選定、ロリモアは光放つ魔道書からでると言うことで...<br /> モエガチャ(D,E,P)を回すことになった。</p>\r<p>モエガチャと言えば、今週はずっとラッキータイムで上位のアイテムが当たりやすくなっている(らしい)。<br /> くろねこは、とりあえずエレメンタルプルルームがほしいのだが、今は魔フィニュが高く売れるので、動物ガチャシルバーを回して魔フィニュを当てて交換に持っていくか？(たぶんおつりがくる&hellip;)<br /> もしくは、直接狙うか&hellip;<br /> 初日18日は(というか日付的には19日)300円ガチャだと1000円ずつきれいに使えないから、50円の動物ガチャシルバーを2回回して、次の日からもえガチャ300円を回すことにした。<br /> 初日は、魚籠となんか<br /> 2日目、箱入り染色液(黒)...<br /> 3日目(今朝)...<br /> 回してみたら、金色...</p>\r<p>なんだろうと思って待ってると...</p>\r<p>なんと！光放つ魔道書！<br /> <a href=\"http://www.blackcat.xyz/images/articles/110921_Lolimore_1_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"342\" src=\"http://www.blackcat.xyz/images/articles/110921_Lolimore_1.PNG\" alt=\"\" /></a></p>\r<p>狙いどおりでしたよ。これで5M程度で買いチャネルを立てる必要がなくなってラッキーでした。</p>\r<p>カオスでも結構レアアイテムが出てるほうらしいし、MoEでは結構運がいいのかな？</p>','',1,2986,0,0,'1999-11-30 00:00:01',0,'<a href=\"http://www.blackcat.xyz/images/articles/110921_Lolimore_1_original.PNG\">http://www.blackcatlab....</a>',0,1,1,0,0,'2014-02-13 22:29:45','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe111024',3,0,'2011-10-24 00:02:04','くろねこハウス建築中','','<p>みなさま、おひさしぶりです。</p>\r<p>くろねこです。</p>\r<p>本日、MoE世界に自宅を作ることになりました。<br />\r住所はゲオ西の外れミニアルター5番付近です。</p>\r<p>家を買うときにはやはり下見が大切。最初はソレスにしようかと考えていろいろ見て回ったんだけど、今は震災の影響でなのか腐るはずの家が腐らず、良い土地が少ないように思えます。</p>\r<p>ソレスの中心部の家で2件ほど残り3日で腐敗がストップしている状況の物がありました。<br />\rこの土地、表記とは異なり最も早くても11/1にならないと購入できません...</p>\r<p>まあ、そんなソレスをおいといてゲオを見て回ると、アルターからの大通りに面した土地が空いていることに気づきました。ミニアルターもそれなりに近いので、結局そこに決めることになりました。</p>','<p>住む場所を決めたら、今度は上物です。維持費を稼ぎたいので店舗併設可能なスタイルとします。<br />\rと言う訳で、店舗ハウスの作成を進めます。<br />\rまず、石灰岩を掘って次に粘土岩を掘って&hellip; って掘ってばかりで結構疲れるんですね～。それに石灰岩は採掘だけど、粘土岩は収穫で掘るなんて聞いてないよ？</p>\r<p>なーんておもいながら、さくさく作った自宅は3日と12時間ほど建設にようするようです。</p>\r<p>SSもはっ付けようかと思いましたが、完成してから追加することにします～。</p>',1,2596,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-10-24 00:11:29','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('111127_cancellation',3,0,'2011-11-27 23:02:48','11/27 docomoを解約','','<p>本日docomoの回線を解約してきました。</p>\r<p>定額データプランSバリューの解約違約金と、GALAXY TABの本体代の残りで33,000円ちょいだそうで、これが次月の請求分にプラスされて来るようです。</p>','<p>解約の理由の主なところとして...</p>\r<ol>\r    <li>回線のハンドオーバーがしっかり出来ていない。<br />\r    電車での移動中にyoutubeを閲覧しようとすると、ずっとぐるぐる回り続けるところが多いです。<br />\r    FXのアプリくらいの通信であれば特に問題は無いようです。</li>\r    <li>GALAXY TABの電源を入れることがほとんど無くなっていた。<br />\r    IS04の頃はauのスマートフォンが非常に安定しないため、よく修理に出していたこともありサブとしての出動も多かったですが、最近はあんまりでした。</li>\r    <li>androidよりもやはりWindowsノートPCのほうが使い勝手が良い。<br />\r    ノートPCと接続するには大きなTABよりも小さくて電池も長持ちする、Wifiルーターがほしくなってきていた。GALAXY TABもかなり電池は長持ちしますよ？&nbsp;</li>\r</ol>',1,3033,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-11-27 23:19:01','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('111127_softbank',3,0,'2011-11-27 23:18:02','11/27 SoftBankと契約してしまった…','','<p>通勤時間の有効活用にサブノートPCとWifiルーターを検討し始めて1週間。<br />\r先週、ヤマダ電機で進められたイーモバイルのWifiルーターを購入しようかと、いつものケーズデンキへ。</p>','<p>パソコンコーナーで一番最初に声をかけてきたのはeoさん、eoさんはキャンペーンで入り口にもブースを広げていたけどかなりユーザーを獲得したいようです。そんなeoさんにeoモバイルについて質問してみたら、eoモバイルは遅いのでSoftBankさんのウルトラモバイルをお勧めされた。</p>\r<p>ウルトラモバイルがキャンペーン中で結構安くて3,800/月。速度も下り42Mbps、上り10Mbpsで業界としては結構早い方。(現在1位はdocomoのxi。でもルータータイプの売りが今はないと言うことと、結構値段が高い。)<br />\rこのキャンペーン11月末までと言うこと。と言うことは、くろねこ的には11月の最終土日の今日が最終日。今日決めないと、次来たときには4,980になっていると言うことなんですね。</p>\r<p>仕方が無いのでノートパソコンが決まらない間にどんどん回線の契約だけが進んでしまいましたよ。<br />\r決め手は、3,880円/月が解約するまでずっと続くと言うこと、この金額が現在のdocomoでの契約と比べて若干安いと言うこと。(しかもdocomoのキャンペーン料金は契約の2年が過ぎると通常の値段に戻り、高くなる予定だった。)</p>\r<p>速度が上がって、料金が安くなって言うこと無しなので契約したと言うことですね。<br />\rdocomoの解除料が高いですけど...</p>\r<p>肝心のノートPCはサイズとお値段がauのがケーズでは見つかりませんでした。<br />\r富士通のPCを取り寄せすると良い感じのがあったのですけど...<br />\r取り寄せすると値引きがほとんどないので、割高なんです。</p>\r<p>と言うことで、今は下のどちらかと言う所なのかな？</p>\r<ul>\r    <li>ThinkPad Edge E420 CTO</li>\r    <li>マウスコンピュータ LuvBook S シリーズ <span class=\"type\">LB-S210S(OSレス構成)</span></li>\r</ul>\r<p>OSレスでOpen LicenseでL+SAで購入してみようかな？</p>\r<p>&nbsp;</p>',1,2765,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-11-27 23:40:19','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('111129_usefull_CMS',3,0,'2011-11-29 23:52:17','11/29 使いやすいCMSを求めて…','','<p>最近便利なCMSを求めてCMS比較サイトなどを眺めていました。</p>\r<p>とりあえず個人で使ってみて良かったら、会社でも&hellip;と言うもくろみがあります。<br />\r今使っているCMSはGeeklogですが、正直高機能でも使いやすくもないと思います。<br />\r特にバージョンアップがめんどくさいです。でも、だいぶんマシになりました。昔はConfigをよけておいて、新しくインストールしたところに自分のコンフィグを足し込むことが必要でした。今でも一部のファイルはそんな感じです。</p>','<p>求めるCMSは、</p>\r<ul>\r    <li>デザインがよく</li>\r    <li>カスタマイズ可能であり</li>\r    <li>高機能で</li>\r    <li>メンテナンスが楽である</li>\r    <li>かつ低価格</li>\r</ul>\r<p>と言うことで、今個人的に注目のCMSはbingo CMSです。<br />\r価格が2万円台でかつそれなりに高機能です。ただ、ユーザー数は未知数でフォーラムなどが充実してなさそうで、カスタマイズ方法などを公式サポートで確認しているとすぐに高価なCMSと同等になってしまう危険性がありますが、一応ほとんどの機能は網羅されていそうです。</p>\r<p>ちょっと、メーカーに問い合わせなどして見ながら詳細を詰めていきたいなと考えているところです。</p>',1,2694,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2011-11-29 23:59:26','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('111218_SentSubNotePC',3,0,'2011-12-18 20:01:42','12/18 サブノートPCが届く','','<p>なんでほしくなったのか詳細は不明だが、とりあえず12/1にサブノートPCの注文をしてしまった。<br />\rほしいなと感じたのは、その約1週間ほど前、docomoのタブレットへの興味が薄れ、後継に何を所有するか？と考えたときこの結論になったようだ。</p>\r<p>やはり、アンドロイドごときでは窓の代わりにはなれない！</p>\r<p>と言うことが最大の原因だったようだ。</p>','<p>しかし、今回のターゲットは所詮サブノートであるため、それほど高い性能は必要無い。とはいうもののAtomでは性能が心許ない。よってCPUはi3～i5とした。<br />\rまた、通勤時間が長めなのでバッテリーの持ちは長めを希望する。おおむね6時間以上もってほしい。サイズも持ち運びに便利な13.3程度が望ましいと判断した。<br />\rが、昨今の主流は15.6インチ程度になってしまっており、このサイズはネットブック程度しか無い。サブノートの需要はそれほど多くなく、今は以前デスクトップがになっていたファースト機としての性能がノートPCに求められていることも有り、画面サイズもかなり大型化してきている。</p>\r<p>そんななか、くろねこがチョイスしたのがLenovoのX220とマウスコンピュータのLuvBook手頃なサイズで性能もi3～i7まで選択可能なのだが...<br />\rX220は値段が高すぎて...と言うことでLuvBookとなってしまった。OSなどはすでにもっているので、購入する必要も無いのだが、SSDモデルなどいろんな観点から考えたところ、価格.com限定パッケージのLB-S210S-SSD-KKとなった。インテル製SSD 120GBに変更されているのでバッテリーも長持ちするはず、動作速度もHDDよりは速いだろうということを期待した。<br />\rまあ、まだあまり使ってないので、体感でそこそこ行けるかな？程度なのであるが...</p>\r<p>とりあえず開封時の写真<br />\r<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_1_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_1.JPG\" alt=\"\" /></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_2_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_2.JPG\" alt=\"\" /></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_3_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_3.JPG\" alt=\"\" /></a><br />\r<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_4_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_4.JPG\" alt=\"\" /></a></p>\r<p>しかし、昔に比べて箱の大きさがずいぶんと小さくなったな～。<br />\rマニアルの冊数とかもかなり減ってるんだけど。<br />\r<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_5_original.JPG\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"300\" src=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_5.JPG\" alt=\"\" /></a></p>\r<p>しかし、このパッドはいつ使っても使いにくいな～。<br />\rLenovoとか昔のTOSHIBA機のようなトラックポイントの方が個人的には使いやすい&hellip;</p>\r<p>TOSHIBA機で復活しないかな～？</p>',1,6958,5,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_1_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_2_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_3_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_4_original.JPG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/111218_SentSubNotePC_5_original.JPG\">http://www.blackcatlab....</a>',0,1,0,0,0,'2011-12-23 21:25:56','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20141025_MovedTheSite',2,0,'2014-10-25 22:38:08','2014.10.25 サイトお引っ越し','I&#039;ve moved the site.','<p>サイトをお引っ越ししました。</p>\r\n<p>くろねこ研究所(www.blackcatlab.com) は同じくくろねこ研究所(www.blackcat.xyz) になりました。 <br />あまり更新は出来ませんが、よろしくお願いします。</p>','',2,1453,56,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-12-15 18:54:33','html',0,1,'','',0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0083',3,0,'2011-12-27 00:15:42','[Delphi] マシンの稼動状況を確認する死活監視(Ping)','','<p>マシンの死活監視に欠かせないのがPing。</p>\r<p>くろねこも社内でアプリケーションサーバーがDBサーバーに接続しに行く前に死活監視を...と言う話を切り出してからはなかなか実現できず、問題だけが積み上がっていた。<br />\rだって、それに集中する時間が無いんだもん...</p>\r<p>すでに、社内のマネージャからは「ライフワーク」といわれ始めた...</p>\r<p>そんな状況を打開するために、ちょっと気合いを入れて調査してみる。</p>\r<p>よくあるPingのサンプルプログラムでは管理者権限が必要。<br />\r管理者権限が不要といわれているプログラムをいくつか試してみたが動かず暗礁に乗り上げていたが...</p>\r<p>本日、先日買ったノートPCで帰宅中に、最悪.net Frameworkでもいいか～と調べていると...<br />\rやっぱり、Pingクラスってあるんですね。<br />\rさらに、Pingクラスを使っている例が無いかググってみると、WMIで実行する方法がある。<br />\rWMIはWin32でも実行できるので、今回はこちらでコーディングしてみることにした。</p>','<p>できあがったソース。<br />\rなお、このプログラムのコンパイルにはタイプライブラリの取り込みが必要です。<br />\rMicrosoft WMI Scripting V1.2 Library を取り込み、作成されたユニットをプロジェクトと同じフォルダに置くことを前提に作成してある。<br />\r※取り込み方法：メニューの「コンポーネント｜コンポーネントのインポート」で、コンポーネントのインポートウィザードを表示し、次にタイプライブラリのインポートを選択し「次へ」、一覧からMicrosoft WMI Scripting V1.2 Library を選択し「次へ」、ユニットの作成を選択し「完了」ボタンをクリック。</p>\r<pre class=\"brush: delphi\" title=\"WMIを用いたPingサンプル\">\rprogram PingExec;\r\r{&#36;APPTYPE CONSOLE}\r\ruses\r  SysUtils,\r  Variants,\r  ComObj,\r  ActiveX,\r  WbemScripting_TLB in \'WbemScripting_TLB.pas\';\r\rtype\r// 参考\r//  Win32_PingStatus = record\r//    string  Address;\r//    uint32  BufferSize = 32;\r//    boolean NoFragmentation = FALSE;\r//    uint32  PrimaryAddressResolutionStatus;\r//    string  ProtocolAddress = &quot;&quot;;\r//    string  ProtocolAddressResolved = &quot;&quot;;\r//    uint32  RecordRoute = 0;\r//    boolean ReplyInconsistency;\r//    uint32  ReplySize;\r//    boolean ResolveAddressNames = FALSE;\r//    uint32  ResponseTime;\r//    uint32  ResponseTimeToLive;\r//    string  RouteRecord[];\r//    string  RouteRecordResolved[];\r//    String  SourceRoute = &quot;&quot;;\r//    uint32  SourceRouteType = 0;\r//    uint32  StatusCode;\r//    uint32  Timeout = 1000;\r//    uint32  TimeStampRecord[];\r//    string  TimeStampRecordAddress[];\r//    string  TimeStampRecordAddressResolved[];\r//    uint32  TimeStampRoute = 0;\r//    uint32  TimeToLive = 80;\r//    uint32  TypeofService = 0;\r//  end;\r  TPingResult = record\r    BufferSize: cardinal;\r    ProtocolAddress: string;\r    ResponseTime: cardinal;\r    ResponseTimeToLive: cardinal;\r  end;\r\rfunction SendPing(address: string; var pr: TPingResult): integer;\rvar\r  Locator:  ISWbemLocator;\r  Services: ISWbemServices;\r  SObjSet:  ISWbemObjectSet;\r  SObject:  ISWbemObject;\r  Enum:     IEnumVariant;\r  TempObj:  OleVariant;\r  TempVal: Cardinal;\r  Query: string;\rbegin\r  Result := -1;\r\r  if Failed(CoInitialize(nil)) then Exit;\r  try\r    Locator := CoSWbemLocator.Create;\r    Services := Locator.ConnectServer(\'.\', \'root&#092;cimv2\', \'\', \'\', \'\', \'\', 0, nil);\r    Query := \'SELECT * FROM Win32_PingStatus WHERE address=\' + QuotedStr(address);\r    SObjSet := Services.ExecQuery(Query, \'WQL\', wbemFlagReturnImmediately and wbemFlagForwardOnly , nil);\r    TempVal := 0;\r    Enum := (SObjSet._NewEnum) as IEnumVariant;\r    if (Succeeded(Enum.Next(1, TempObj, TempVal)) and (TempVal &gt; 0)) then\r    begin\r      try\r        SObject := IUnknown(TempObj) as ISWBemObject;\r        if (SObject &lt;&gt; nil) then\r        begin\r          if VarIsNull(SObject.Properties_.Item(\'StatusCode\', 0).Get_Value) then exit;\r\r          Result := (SObject.Properties_.Item(\'StatusCode\', 0).Get_Value);\r\r          if (Result = 0) then\r          begin\r            with SObject.Properties_ do\r            begin\r              pr.ProtocolAddress := VarToStr(Item(\'ProtocolAddress\', 0).Get_Value);\r              pr.BufferSize := StrToIntDef(VarToStr(Item(\'BufferSize\', 0).Get_Value), 0);\r              pr.ResponseTime := StrToIntDef(VarToStr(Item(\'ResponseTime\', 0).Get_Value), 0);\r              pr.ResponseTimeToLive := StrToIntDef(VarToStr(Item(\'ResponseTimeToLive\', 0).Get_Value), 0);\r            end;\r          end;\r        end;\r      finally\r        SObject := nil;\r        VarClear(TempObj);\r      end;\r    end;\r  finally\r    Enum.Reset;\r    SObjSet := nil;\r    Services := nil;\r    Locator := nil;\r  end;\rend;\r\r(** Main **)\rvar\r  pr: TPingResult;\rbegin\r  if (SendPing(ParamStr(1), pr) = 0) then\r  begin\r    System.Writeln(Format(\'%s からの応答: バイト数 =%d 時間 =%dms TTL=%d\', [\r      pr.ProtocolAddress, pr.BufferSize, pr.ResponseTime, pr.ResponseTimeToLive]));\r  end\r  else\r  begin\r    System.Writeln(Format(\'%s からの応答: 宛先ホストに到達できません。\', [ParamStr(1)]));\r  end;\rend.\r</pre>\r<p><a target=\"_blank\" href=\"http://go.microsoft.com/FWLink/?LinkId=84404\">RFC 791</a>準拠.ちなみにパラメータはコンピュータ名でもIPアドレスでも実行可能。<a href=\"http://msdn.microsoft.com/en-us/library/aa822883.aspx\">IPv6 and IPv4 Support in WMI</a>ということなのでIPアドレスはIPv4, IPv6 双方可能だと思われる。</p>\r<p>■参考URI</p>\r<ul>\r    <li><a href=\"http://homepage3.nifty.com/isayan/delphinet.html\">http://homepage3.nifty.com/isayan/delphinet.html</a></li>\r    <li><a href=\"http://msdn.microsoft.com/en-us/library/aa394350.aspx\">http://msdn.microsoft.com/en-us/library/aa394350.aspx</a></li>\r</ul>\r<p>&nbsp;</p>',1,11911,0,1,'1970-01-01 09:00:00',0,'<a href=\"http://go.microsoft.com/FWLink/?LinkId=84404\">RFC 791</a>\n<a href=\"http://msdn.microsoft.com/en-us/library/aa822883.aspx\">IPv6 and IPv4 Support i...</a>\n<a href=\"http://homepage3.nifty.com/isayan/delphinet.html\">http://homepage3.nifty....</a>\n<a href=\"http://msdn.microsoft.com/en-us/library/aa394350.aspx\">http://msdn.microsoft.c...</a>',0,1,0,0,0,'2011-12-27 17:07:05','html',1,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('120218_auSmartValue',3,0,'2012-02-18 07:49:14','02/18 「ａｕスマートバリュー」受付中 by KDDI','','<p>ただいま、auでは「ａｕスマートバリュー」を受付中。</p>\r<p>スマートフォン利用中でかつ指定のキャリアで固定電話とネット回線を契約すると、auのスマートフォン利用料が1,480円安くなるらしい。</p>','<p>2/14から正式受付開始中。くろねこは発表された際にすでに申し込みを済ませました。条件に該当する方はデメリットは発生しないと思うのですぐ申し込んだほうがお得。</p>\r<p>この件、auお客様サポートに聞くと固定電話とネット回線の契約が別会社（ともに指定企業）でも問題ないと案内される可能性があるが、固定電話とネット回線は同一でないと無理だということがわかっています。ご注意を！<br />（auがこういうサービスを開始する際には、いろんな方面から何度か確認をしないと正しい回答が得られないので注意。）</p>\r<p>くろねこは、スマートフォン契約とauの固定電話・光回線であったので条件に該当していたのだが、グローバルIPを３つくれるQit光に変えることを検討していたため、この割引プランについて突っ込んで確認していたところめちゃくちゃな案内をされてまたauに惑わされていました。auはとても困った企業のひとつです。</p>\r<p>□参考□</p>\r<ul>\r<li><a title=\"auスマートバリュー\" href=\"http://cs.kddi.com/support/tetsuzuki/kyotsu/smartvalue.html\">auスマートバリュー</a></li>\r</ul>',1,3228,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://cs.kddi.com/support/tetsuzuki/kyotsu/smartvalue.html\">auスマートバリュー</a>',0,1,0,0,0,'2012-06-11 18:26:06','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20150722_Windows10onVenu11',3,0,'2015-07-22 06:52:55','Venue11 Pro(5130)のWindows10化メモ','','<p>DELL Venue 11 Pro Atom版にWindows10をインストールするに当たり困った点と対策が(あれば)<span style=\"font-size: 0.9em; line-height: 1em;\">メモ(個人用)</span></p>\r\n<p><span style=\"font-size: 0.9em; line-height: 1em;\">困った点</span></p>\r\n<ol>\r\n<li><a title=\"Bluetoothキーボードを追加できない\" href=\"/article.php/20150722_Windows10onVenu11#dtl1\">Bluetoothキーボードを追加できない</a></li>\r\n<li><a title=\"Skypeの通話できなくなる\" href=\"/article.php/20150722_Windows10onVenu11#dtl2\">Skypeの通話できなくなる</a></li>\r\n<li><a title=\"ディスクのパフォーマンスが出ない\" href=\"/article.php/20150722_Windows10onVenu11#dtl3\">ディスクのパフォーマンスが出ない</a></li>\r\n<li><a title=\"フリーSIMが使えない\" href=\"/article.php/20150722_Windows10onVenu11#dtl4\">フリーSIMが使えない</a></li>\r\n</ol>','<h3 id=\"dtl1\">Bluetoothキーボードを追加できない</h3>\r\n<p>本体のBluetoothが正常に稼働していないのが問題だった。デバイスマネージャー上で確認できた。<br />システム デバイス/Aualcomm Atheros Bluetooth UART Transport Driver にエクスクラメーションマーク(！)が付いていた。<br />ドライバの更新をしてみたが、すでに最新版が導入済みとのことで問題の解決に至らず。<br />公式サイト(<a title=\"製品サポート Dell Venue 11 Pro (5130-32Bit)\" href=\"http://www.dell.com/support/home/jp/ja/jpbsd1/product-support/product/dell-venue-11-pro/drivers\" target=\"_blank\">製品サポート Dell Venue 11 Pro (5130-32Bit)</a>)からドライバを探すが、未発売のWindows 10用ドライバは見つからず、代わりにWindows 8.1用をダウンロード導入してみたらうまくいった。</p>\r\n<h3 id=\"dtl2\">Skypeの通話ができなくなる</h3>\r\n<p>電源ボタンで画面をOFFにしようと押すと、相手のSkype通話聞こえなくなってしまう(たぶんこちらの声も聞こえてない)。通話自体は続いているようで、あわてて再度電源ボタンを押すと再度相手の声が聞こえるようになる。<br />Windows 8.1の際には電源ボタンで画面を暗くして通話が出来ていたと思うのだが、バッテリー駆動の際はできないと電池の持ちが気になる&hellip;。コンパネの電源管理やタブレットの電源OFFでも動き続けるアプリの一覧？(正式名称不明)に登録する必要があるのか？？</p>\r\n<h3 id=\"dtl3\">ディスクのパフォーマンスが出ない</h3>\r\n<p>チャームのすべての設定から「PC情報」を検索でPC情報を表示。<br />PC情報の「デバイスの暗号化を無効にする」オンにしたら、ディスクパフォーマンス向上。<br />[image4]<br />※ただし、暗号化を解除することでセキュリティは？？？。くろねこの場合は情報はネットワーク上のOneDriveにあるので、このタブレットには保管していないので問題ない(はず)...&nbsp;</p>\r\n<h3 id=\"dtl4\">フリーSIMが使えない</h3>\r\n<p><strong>SIMの設定手順</strong></p>\r\n<ol>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">設定 - ネットワーク - 携帯電話で設定画面を開く<br /><span>認識しているSIM(NTT DOCOMO)を選択して、「<span>詳細オプション」をクリック。</span></span><br /></span><span style=\"font-size: 0.9em; line-height: 1em;\">[image1]</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">「インターネットAPNの追加」をクリックして<br /><span style=\"font-size: 0.9em; line-height: 1em;\">[image2]</span></span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">APNの設定情報を入力し、保存<br />[image3]</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">元の画面に戻ったら、「適用」をクリック。</span></li>\r\n</ol>\r\n<div><span style=\"font-size: 12.960000038147px; line-height: 12.960000038147px;\">問題点、インターネットAPNが間違っていた場合、編集ボタンで変更しても再度適用ができない。不具合だと思われます。もしかしたら、別のインターネットAPNを適用して、再適用し直すという手が使えるかもしれません。くろねこは再作成したので、その手順は試していません。&nbsp;</span></div>',2,6637,0,0,'1970-01-01 09:00:00',0,'<a href=\"/article.php/20150722_Windows10onVenu11#dtl1\">Bluetoothキーボードを追加できない</a>\n<a href=\"/article.php/20150722_Windows10onVenu11#dtl2\">Skypeの通話できなくなる</a>\n<a href=\"/article.php/20150722_Windows10onVenu11#dtl3\">ディスクのパフォーマンスが出ない</a>\n<a href=\"/article.php/20150722_Windows10onVenu11#dtl4\">フリーSIMが使えない</a>\n<a href=\"http://www.dell.com/support/home/jp/ja/jpbsd1/product-support/product/dell-venue-11-pro/drivers\">製品サポート Dell...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20150722_Windows10onVenu11_4_original.PNG\">http://www.blackcat.xyz...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20150722_Windows10onVenu11_1_original.PNG\">http://www.blackcat.xyz...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20150722_Windows10onVenu11_2_original.PNG\">http://www.blackcat.xyz...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20150722_Windows10onVenu11_3_original.PNG\">http://www.blackcat.xyz...</a>',0,1,0,0,0,'2015-08-11 16:51:54','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20150707_Setup_Windows10_on_Venue',3,0,'2015-07-07 12:44:55','Venue 11 Pro(5130)にWindows 10 Insider Preview Build 10162を導入！','','<p>昨年購入したDELLのWindowsタブレットVenue 11 Pro(5130)にWindows 10を導入してみた。</p>\r\n<p>すでに自宅のデスクトップではWindows 10 が稼働中だし、世間的にも今月末に正式版がリリース予定だしということで、自宅PC群の中でも極めて駄々っ子のVenueもでもWindows 10が動くかなと...</p>\r\n<p>SDカードにダウンロードしてきた<a href=\"http://windows.microsoft.com/ja-jp/windows/preview-iso\">ISO</a>ファイルをコピー、そのままISOファイルの中を覗いてSetup.exeを実行。結構スムーズにWindows 10は導入されました。それも、あっさりと。</p>\r\n<p>セットアップ時に環境を引き継ぐ設定をしたにもかかわらず、タブレット表示した際のタイルは引き継がれていない模様。メールの設定はアカウント情報はあるけどパスワードを入れて活性化しないと使えない状況だった。<br />デスクトップは新規で入れたからわからなかった～。</p>\r\n<p>で、放置していて朝起きたら回復の画面。自動再起動して、正常起動できず回復画面になったらしい。仕方なく電源入れ直したりしたけど、二度と正常起動できない感じになってしまってた。さすがうちの駄々っ子さんであった。</p>\r\n<p>製品版まで待つわ...</p>','',2,2374,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://windows.microsoft.com/ja-jp/windows/preview-iso\">ISO</a>',0,1,0,0,0,'2015-07-07 13:01:44','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20120320_HOME_SPOT_CUBE',3,0,'2012-03-20 12:01:34','03/20 HOME SPOT CUBEが届いた','','<p>一昨日電話で注文したauのHOME SPOT CUBEが届いた。<br />[image1]<br />[image2]</p>\r\n<p>超小型なWiFiルーターなのだが、事前にauお客様センターに確認したところ、性能はいまいち...<br />[image3]<br />と言うか、auでも性能を把握していないという...<br />このルーターを借りるに当たってペナルティは発生しないので、とりあえず契約してもらって実機を見てもらうほうがわかりやすいと言うことで送ってもらうことになった。</p>','<p>事前にお客様センターに問い合わせしたところでは、IEEE802.11 a/b/g/nで2.4GHz帯と5GHz帯に対応。nは2本束ねて150Mbpsまで。普通2本束ねたら300Mbpsなんだけど。たぶん40MHz チャネルボンディングにしか対応してなくて、MIMO不使用な<span style=\"font-size: 0.9em; line-height: 1em;\">だけかと...暗号化プロトコルはWPA2-PSK,暗号化アルゴリズムはAESに対応。(</span><a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" title=\"IEEE82.11n - Wikipedia\" href=\"http://ja.wikipedia.org/wiki/IEEE_802.11#IEEE_802.11n\" target=\"_blank\">IEEE82.11n - Wikipedia</a><span style=\"font-size: 0.9em; line-height: 1em;\">)</span></p>\r\n<p>たぶん、BuffaloやNECあたりのWiFiルーターを買う方が性能的には確実に上かと。</p>\r\n<table summary=\"HOME SPOT CUBE スペック\" border=\"1\"><caption>HOME SPOT CUBE スペック</caption>\r\n<tbody>\r\n<tr>\r\n<td>型番</td>\r\n<td>PXH11</td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #f0f8ff;\" colspan=\"2\">無線部仕様</td>\r\n</tr>\r\n<tr>\r\n<td>対応規格</td>\r\n<td>IEEE802.11b<br />IEEE802.11g<br />IEEE802.11gおよびIEEE802.11nテクノロジー(ただしMIMO機能のみを除く)<br />IEEE802.11a<br />IEEE802.11aおよびIEEE802.11nテクノロジー(ただしMIMO機能のみを除く)</td>\r\n</tr>\r\n<tr>\r\n<td>周波数帯域チャネル</td>\r\n<td>[W52]5.2GHz帯(5,180～5,240MHｚ)：36/40/44/48ｃｈ<br />[W53]5.3GHz帯(5,260～5,320MHｚ)：52/56/60/64ｃｈ<br />[W56]5.6GHz帯(5,500～5,700MHｚ)：100/104/108/112/116/120/124/128/132/136/140ｃｈ<br />2.4GHz (2,412～2,472Mz)：1~3ch</td>\r\n</tr>\r\n<tr>\r\n<td>伝送速度</td>\r\n<td>IEEE802.11n：最大150Mbps<br />IEEE802.11a：54, 48, 36, 24, 18, 9, 6Mbps<br />IEEE802.11g：54, 48, 36, 24, 18, 9, 6Mbps<br />IEEE802.11b：11, 5.5, 2, 1Mbps</td>\r\n</tr>\r\n<tr>\r\n<td>伝送方式</td>\r\n<td>IEEE802.11n：直交波周波数分割多重変調（OFDM方式）<br />IEEE802.11a：直交波周波数分割多重変調（OFDM方式）<br />IEEE802.11g：直交波周波数分割多重変調（OFDM方式）<br />IEEE802.11b：直接拡散型スペクトラム拡散（DSSS方式）</td>\r\n</tr>\r\n<tr>\r\n<td>アンテナ</td>\r\n<td>内蔵アンテナ2本(2.4GHz： 1T1R, 5GHz: 1T1R)</td>\r\n</tr>\r\n<tr>\r\n<td>アクセス方式</td>\r\n<td>インフラストラクチャモード</td>\r\n</tr>\r\n<tr>\r\n<td>自動無線設定機能</td>\r\n<td>かんたん接続、WPS</td>\r\n</tr>\r\n<tr>\r\n<td>セキュリティ</td>\r\n<td>暗号設定なし<br />WEP 64bit, WEP 128bit<br />WPA-PSK(AES)<br />WPA2-PSK(AES)</td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #f0f8ff;\" colspan=\"2\">有線部仕様</td>\r\n</tr>\r\n<tr>\r\n<td>対応規格</td>\r\n<td>IEEE802.3u（100BASE-TX）<br />IEEE802.3i（10BASE-T）</td>\r\n</tr>\r\n<tr>\r\n<td>インターフェイス</td>\r\n<td>RJ-45ポート&times;2（WAN&times;1、LAN&times;1）</td>\r\n</tr>\r\n<tr>\r\n<td>伝送速度</td>\r\n<td>100/10Mbps（MDI/MDIX, オートネゴシエーション）</td>\r\n</tr>\r\n<tr>\r\n<td>ネットワークケーブル</td>\r\n<td>100BASE-TX：カテゴリ5以上<br />10BASE-T：カテゴリ3以上</td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #f0f8ff;\" colspan=\"2\">ソフトウェア仕様</td>\r\n</tr>\r\n<tr>\r\n<td>動作モード</td>\r\n<td>「オートモード(AUTO)」、「アクセスポイントモード(AP)」、および「ルーターモード(ROUTER)」</td>\r\n</tr>\r\n<tr>\r\n<td>対応プロトコル</td>\r\n<td>TCP/IP(IPv4)</td>\r\n</tr>\r\n<tr>\r\n<td>インターネット接続方法</td>\r\n<td>DHCP, PPPoE認証(2セッション), 固定IPアドレス</td>\r\n</tr>\r\n<tr>\r\n<td>WAN回線自動判別</td>\r\n<td>WAN回線自動判別機能搭載</td>\r\n</tr>\r\n<tr>\r\n<td>LAN設定</td>\r\n<td>DHCPサーバ（有効/無効）</td>\r\n</tr>\r\n<tr>\r\n<td>無線利用方式</td>\r\n<td>IEEE802.11n/aと11n/g/bは同時利用可能</td>\r\n</tr>\r\n<tr>\r\n<td>アドレス変換</td>\r\n<td>NAPT</td>\r\n</tr>\r\n<tr>\r\n<td>DMZ</td>\r\n<td>対応可能</td>\r\n</tr>\r\n<tr>\r\n<td>フィルタ機能</td>\r\n<td>MACフィルタ、IPv4パケットフィルタ</td>\r\n</tr>\r\n<tr>\r\n<td>IPv6関連</td>\r\n<td>IPv6ブリッジ機能（IPv6パススルー）</td>\r\n</tr>\r\n<tr>\r\n<td>VPN関連</td>\r\n<td>IPsecパススルー、PPTPパススルー</td>\r\n</tr>\r\n<tr>\r\n<td>省エネ設定</td>\r\n<td>EEE</td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #f0f8ff;\" colspan=\"2\">ハードウェア仕様</td>\r\n</tr>\r\n<tr>\r\n<td>ハードウェアスイッチ</td>\r\n<td>簡単接続(SETTING)ボタン、初期化(RESET)ボタン、モード切替スイッチ(AUTO/AP/ROUTER)</td>\r\n</tr>\r\n<tr>\r\n<td>消費電力</td>\r\n<td>最大3.4W</td>\r\n</tr>\r\n<tr>\r\n<td>電源</td>\r\n<td>DC5V 1A</td>\r\n</tr>\r\n<tr>\r\n<td>外形寸法</td>\r\n<td>約68(W) &times; 72(H) &times; 68(D) mm</td>\r\n</tr>\r\n<tr>\r\n<td>質量</td>\r\n<td>約199g</td>\r\n</tr>\r\n<tr>\r\n<td>動作時環境</td>\r\n<td>温度：0～40℃<br />湿度：20～85%(結露しないこと)</td>\r\n</tr>\r\n<tr>\r\n<td>保存時環境</td>\r\n<td>温度：-20～60℃<br />湿度：5～90%(結露しないこと)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>※2012/03/20現在くろねこの手元に届いたマニュアルを転記。<br />転記ミスや製造時の誤植や仕様変更を含めくろねこは記載内容の正確性について一切の保証をしません。</p>',2,6571,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20120320120134353_1_original.JPG\">http://www.blackcat.xyz...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20120320120134353_2_original.JPG\">http://www.blackcat.xyz...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20120320120134353_3_original.JPG\">http://www.blackcat.xyz...</a>\n<a href=\"http://ja.wikipedia.org/wiki/IEEE_802.11#IEEE_802.11n\">IEEE82.11n - Wikipedia</a>',0,1,0,0,0,'2015-05-12 11:07:26','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0084',3,0,'2012-03-28 23:43:26','[Delphi] CreateOleObjectで起動したプロセスの強制終了','','<p>DelphiでCreateOleObjecteにより起動したExcelが終了しないケースがあるかと思う。<br />くろねこの自宅ではExcel 2010を使用中であるが、幸いなことながらExcelが正常動作している際にはこのケースに遭遇したことは無い。しかしながら、勤務先のExcel 2003ではExcelの参照をもっている変数に対してunassignedを代入してもプロセスが解放されないと言うことが発生している。</p>\r<p>このような際には、処理終了後Delphiの方からExcelプロセスの強制終了が必要になるかもしれない。<br />今回はこのようなときに役立つ処理を作成した。</p>\r<p>また、この処理はハングアップしたExcelプロセスを強制終了する際にも役に立つだろう。<br /><span>通常、ハング</span><span>アプリケーション</span><span>の</span><span>明確な定義ない</span><span>。しかし、通常ハングアップという状態では、該当のプロセスはいくつかの処理が\"ビジー\"になっていて、ユーザーから見た際に応答を停止している状態であると思われる。</span></p>\r<p><span><span>次の処理は、アプリケーションがまだ一定時間</span><span>で応答する際には通常に処理を実行しているとみなし、そうで無い場合にはハングアップしていると見なすこととした。</span></span></p>','<ol>\r<li>LaunchボタンはExcelプロセスを作成し起動する。</li>\r<li>CheckボタンはExcelプロセスの実行を確認する。</li>\r<li>TermボタンはExcelプロセスを通常に終了させようと試みる。<br />ただし、この行為が失敗した場合には、強制終了を行う。</li>\r</ol>\r<pre class=\"brush: delphi\" title=\"Excel起動と終了のサンプル\">unit UXlsOpenTerm;\r\rinterface\r\ruses\r  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,\r  ComObj, StdCtrls;\r\rtype\r  TForm1 = class(TForm)\r    btnLaunch: TButton;\r    btnCheck: TButton;\r    btnKill: TButton;\r    procedure btnLaunchClick(Sender: TObject);\r    procedure btnCheckClick(Sender: TObject);\r    procedure btnTermClick(Sender: TObject);\r  private\r  public\r    FXls: OLEVariant;\r    FXlshWnd: THandle;\r  end;\r\rvar\r  Form1: TForm1;\r\rimplementation\r\r{&#36;R *.DFM}\r\ruses\r  Variants;\r\rprocedure TForm1.btnLaunchClick(Sender: TObject);\rbegin\r  FXls := CreateOleObject(\'Excel.Application\');\r  FXls.Visible := true;\r  FXls.WorkBooks.Add;\r  FXls.WorkBooks.Close;\r  FXlshWnd := FXls.hwnd;\rend;\r\rprocedure TForm1.btnCheckClick(Sender: TObject);\rvar\r  nRes: DWORD;\r  nRet: longint;\rbegin\r  nRet := SendMessageTimeout(FXlshWnd, WM_NULL, 0, 0,\r    SMTO_ABORTIFHUNG OR SMTO_BLOCK, 1000, nRes);\r  if (nRet &gt; 0) then\r    ShowMessage(\'正常処理中!!\')\r  else\r    ShowMessage(\'返事がない、ただの屍のようだ...\');\rend;\r\rprocedure TForm1.btnTermClick(Sender: TObject);\rvar\r  ProcessID: DWORD;\r  Process: THandle;\r  nRes: DWORD;\r  nRet: longint;\rbegin\r  GetWindowThreadProcessId(FXlshWnd, @ProcessID);\r  FXls.Quit;\r  FXls := unassigned;\r\r  nRet := SendMessageTimeout(FXlshWnd, WM_NULL, 0, 0,\r    SMTO_ABORTIFHUNG or SMTO_BLOCK, 1000, nRes);\r  if (nRet &gt; 0) then\r  begin\r    Process := OpenProcess(PROCESS_ALL_ACCESS, false, ProcessID);\r    TerminateProcess(Process, 0);\r  end;\rend;\r\rend.</pre>',1,14349,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-06-11 18:25:02','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0085',3,0,'2012-06-02 13:40:45','[Delphi] ジェネリックのTListに格納したrecord型変数は解放する必要が無い','','<p>表題の通り、「ジェネリックのTListに格納したrecord型変数は解放する必要が無い」らしい。</p>','<p>従来型のTListだと下記のサンプルのようにrecord型変数を、TList.Addする際にNewで生成して格納して、TList.Delete(remove?)する際に格納していたrecord型変数をDisposeする必要があった。</p>\r<pre class=\"brush:\rdelphi\" title=\"従来型TListにrecord型変数を保持する\">type\r   TMyRec = record\r      ID: integer;\r      Name: string;\r   end;\r   PMyRec = ^TMyRec;\r\rvar\r   List:TList;\r   i: integer;\r   myrec: PMyRec;\rbegin\r   List := TList.create;\r\r   // データサンプルを作成してListに持ってもらう\r   for i := 0 to 99 do\r   begin\r      new(myrec);\r      myrec^.name := intToStr(random(99999));\r      myrec^.ID := i;\r      List.add(myrec);\r   end;\r\r   // データの使用例\r   for i:= 0 to List.Count-1 do\r   begin\r      ListBox1.items.add(Format(&rsquo;ID:%5.5d, Name=%s&rsquo;,\r                         [PMyRec(List[i])^.ID), PMyRec(List[i])^.Name]);\r   end;\r\r   // 使い終わったら必ず個々のデータもTListも解放\r   for i:= 0 to List.count-1 do dispose(PMyRec(List[i]));\r   List.free;\rend;\r</pre>\r<p>しかし、ジェネリックだとNewやDisposeは不要でそのまま使えると言うことらしい。便利になったな。</p>\r<p>しかし、基本的にTListを使う際には継承してして独自クラスを作ってから使うんだけどジェネリックのTListはDeleteがオーバーライドできない。<br />classを格納する場合はどうしたら良いのかな?とふと疑問が湧いた&hellip;。<br />Delphi付属のジェネリッククラスは、使い方がよくわからん。ソートとかの実装方法が直感的にわからなかった。</p>\r<p>Delphi 2010, XE だと <a title=\"Delphi-coll\" href=\"http://code.google.com/p/delphi-coll/\">delphi-coll</a> というサイトで公開されているジェネリッククラス群もあるみたい。</p>',1,17377,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://code.google.com/p/delphi-coll/\">delphi-coll</a>',0,1,0,0,0,'2012-06-11 18:24:26','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('120610_auMailFilterBug',3,0,'2012-06-10 20:22:44','6/10 auメールフィルタがおかしい','auメールへのSpamの送り方','<p>6/2頃からスパムメールが届くようになった。<br />メールフィルタをすり抜けてくるのだ！そのメールには一つの共通点があった。<br />その共通点から割り出されたのは、auのメールフィルタの問題だった。</p>','<p>ここ数年、スパムメール業者も多くなりメールの拒否リストに登録すると言う方法はすでに過去の物となったと認識している。</p>\r<p>現在は、一括指定受信設定でインターネット全体として拒否し、<a href=\"http://www.au.kddi.com/service/email/support/meiwaku/email_boshi/filter/shitei_jushin/index.html\">指定受信リスト設定</a>で受信したいメールだけ登録する方法で無ければ、自動作成されるランダムなメールアドレスを拒否することが出来ない。</p>\r<p>今回は、この指定受信リストをうまく使った抜け道が利用された。</p>\r<p>ここで、まずメールアドレスについておさらいしておきたい。<br />メールアドレスは下記の用な構成になっている。<br /><img width=\"282\" height=\"66\" src=\"http://www.blackcat.xyz/images/articles/120610_auMailFilterBug_1.PNG\" alt=\"\" /><br />※auでは上記ローカル部をEメールネームと呼んでいる。</p>\r<p>上記を押さえた上で、迷惑メールフィルタを考える。</p>\r<ul>\r<li>一括指定受信設定でインターネットなどを拒否する<br />&rarr;チェックをはずしたカテゴリのメールが受信できなくなる。</li>\r<li>受信したいメールだけ、指定受信リストに登録する。<br />&rarr;リストに登録した条件に合致する(指定文字列を含む)メールのみを受信できるようになる。</li>\r</ul>\r<p>たとえば、ピグライフのアメーバからのメールを受信したいとする。すると指定受信リストに@ameba.jpを登録する。するとアメーバからのメールは全て受信できるようになる。しかし、ここ以外からのメールは受信できない状態は維持される。</p>\r<p>アメーバからはユーザーからユーザーへ友達申請のようなメールが届くことがある。スパム業者はこのメールを利用してユーザーを自分のサイトに誘導したいと考える。よって今回の抜け穴の登場となる。</p>\r<p>auの指定受信リストは最初から何も考えていない、間抜けが作ったシステムである。最近になってドメイン指定とか言って@以降を登録させるような入力をさせるようになったが、それでも指定文字列を含むメールアドレスを許可/拒否である。そして、<em><strong>判定はメールアドレス全体で行われる</strong></em>。</p>\r<p>ここがミソである。判定はメールアドレス全体であるので、上記メールアドレスのパーツのどこにあっても問題にはならないのである。簡単なメーラーでは自分のメールアドレスを書き換えることが出来ないが、それでも自分の表示名を付けることくらいは出来る。ここに、今回の指定受信リストに登録してあるような文言を付け加えるのである。</p>\r<p>例を出して説明すると、</p>\r<ol>\r<li>ユーザーは、<em>info@ameba.jp</em>のメールを受信したくて、<em><strong>@ameba.jp</strong></em>を登録しているとする。</li>\r<li>スパム業者のアドレスは、<strong>hogehoge@exsample.com</strong> とする。</li>\r<li>スパム業者は、メーラーの自分の名前を<em>info@ameba.jp</em>と登録する。</li>\r<li>すると、Fromアドレスは<strong><em><a href=\"mailto:info@ameba.jp&lt;hogehoge@exsample.com\">info@ameba.jp</a></em>&lt;hogehoge@exsample.com&gt;</strong>となる。</li>\r<li>従って、Fromアドレスには、<strong><em><a href=\"mailto:ameba@info.jp\">info@ameba.jp</a></em></strong>が含まれているので相手に届くようになる。</li>\r</ol>\r<p>非常に簡単に、拒否している相手にメールを届けることが出来るのである。</p>\r<p>するべきことは一つ、表<strong>示名に届きそうな人のメールアドレスを登録するだけ！</strong>ただそれだけなのである。</p>\r<p>この問題は、すでにauには連絡済みである。修正依頼もしてあるので、いつ直すかはau次第である。それほど難しくも無いであろうから、やる気があればすぐ対応可能だと思う。</p>\r<p>そろそろ、本腰を入れて迷惑メール対策を考えてほしいものである。<br />はっきり言って、個人レベルの迷惑メール対策よりかなり遅れていると言わざるをえない状況で10年以上運用している同社の方針がわからない。</p>\r<p class=\"add\">2012/07/01 追記<br />今回のメールフィルタの内容は仕様であることが、本日19:30頃確定しました。<br />auお客様サポートから電話がかかってきて「<a title=\"EzWebへメール送信する際の注意事項\" href=\"http://www.au.kddi.com/service/email/support/chui/index.html\" target=\"_blank\">EzWebへメール送信する際の注意事項</a>」に誘導されお聞きしたのだが、仕様と言われたのでとりあえず届いたメールのアドレスを拒否リストに登録する際には狭義の意味のメールアドレスを抽出して登録するのに、メール受信の際の許可リストの判定はFromアドレス全体で判定するのは、整合性が無いと反論しておきました。<br />仕様と言うことなので、修正されるとしてもかなり時間がかかりそうだと思います。</p>',1,5118,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.au.kddi.com/service/email/support/meiwaku/email_boshi/filter/shitei_jushin/index.html\">指定受信リスト設定</a>\n<a href=\"mailto:info@ameba.jp&lt;hogehoge@exsample.com\">info@ameba.jp</a>\n<a href=\"mailto:ameba@info.jp\">info@ameba.jp</a>\n<a href=\"http://www.au.kddi.com/service/email/support/chui/index.html\">EzWebへメール送信する際の注意事項</a>',0,1,0,0,0,'2012-07-01 21:40:56','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe_120616',3,0,'2012-06-16 10:54:39','06/16 家具の修理','','<p>くろねこ宅の家具の一部が耐久度1になっていた件。</p>\r<p>家具の修理ってめっちゃめんどくさい。<br />修理しなくて良いようにしてほしいのだが...</p>\r<p>所有キャラのBLACKCATでは修理が出来ないので、こうひんしつでログイン。設置してある状態では修理出来なかったので、仮想化マシンを起動してBLACKCATも出して家具をアイテムに戻して修理していく。</p>\r<p>家具って設置したまま修理出来ないものか...<br />家の所有者を変更できないものか...</p>\r<p>等々考えたくろねこなんだが、誰でも修理出来るといたずらされちゃうから、ストレージが使える人だけとか、所有者だけとかいろいろな制約が付くんだろうけど。</p>\r<p>まあ、忘れたら結構いたい家具の修理がめっちゃめんどくさいこの状況は何とか改善して頂きたいと...</p>\r<p>あと、付け加えるなら公式サイトのログインと、ゲームのログインもかなりめんどくさいよと、最後にログインしたキャラ名間違えたら、マウスでクリックしないと、キーボードだけで元に戻れないのはかなーりめんどくさいのでこっちも何とかしてほしいなー。</p>\r<p>仕方ないから運営さんにお願いするか...</p>','',1,2480,3,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-08-25 16:35:38','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20120617173350695',3,0,'2012-06-17 17:33:50','Windows7 自動ログオンの方法','','<p>以下、調べろと言われ調査したWindows7自動ログオンの方法ですが、個人的には<em><strong>自動ログオン自体全くおすすめはしません</strong></em>。<br />ちゃんと、難解なパスワードを設定した上で、毎回入力する方が良いです。</p>\r<ol>\r<li>「ファイル名を指定して実行」で<strong>control userpasswords2</strong>と入力して、Enter&nbsp;キーを押します。<br />※「ファイル名を指定して実行」はWindowsキーを押しながら、Rキーを押すのが便利です。</li>\r<li>[ユーザー アカウント] ダイアログ ボックスで、自動的にログオンするときに使うアカウントをクリックします。設定を変更できる場合は、[ユーザーがこのコンピューターを使うには、ユーザー名とパスワードの入力が必要] チェック ボックスをオフにします。</li>\r<li>[OK] をクリックします。</li>\r<li>[自動ログオン] ダイアログ ボックスでユーザーのパスワードを 2 回入力し、[OK] をクリックします。</li>\r</ol>\r<p><a href=\"http://technet.microsoft.com/ja-jp/magazine/ee872306.aspx\"><span class=\"ColumnSmallHead\">Windows 7 で自動的にログオンするようにユーザー アカウントを構成する</span></a>&nbsp;で、「[スタート] ボタンをクリックし、「netplwiz」と入力して、<strong>Enter</strong> キーを押します。」がうまくいかなかったので、調べたら&uarr;だった。</p>\r<p>そもそもに、自分では自動ログインなんか怖くて使えません。</p>','',1,3322,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://technet.microsoft.com/ja-jp/magazine/ee872306.aspx\">Windows 7 で自動的',0,1,0,0,0,'2012-06-17 22:01:37','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20120617220152634',3,0,'2012-06-17 22:01:52','Windowsの通知領域トレイアイコンの不要な履歴のクリア','','<p>個人的には全く気にしたことが無いのだが...</p>\r<p>通知領域にアンインストールしたソフトの情報などが残ってるときになる人がいるらしい。個人的にはソフトのお試しはメインPC以外や、Acronisのお試しモードなどでやるから、基本的にそういうことは発生しないから気にしたことが無かったのだろう。</p>\r<p>で、通知領域のクリアの方法を探してみた。<br />これにはいくつか方法があるようだ。</p>\r<ol>\r<li>PCにログインする全員の通知領域をリセットする方法</li>\r<li>ログイン中のユーザーの通知領域をリセットする方法</li>\r<li>個別に通知領域のアイコンを消去する方法</li>\r</ol>\r<p>1と2はともにレジストリで対応する。PCなんて個人用だから全員の通知領域がリセットされても問題ないんだろうけど。</p>\r<ul>\r<li>以下のレジストリ キーから IconStreams 値および PastIconsStream 値を削除します。\r<div class=\"indent\">\r<div class=\"reg_path\">HKEY_CURRENT_USER&#092;Software&#092;Microsoft&#092;Windows&#092;CurrentVersion&#092;Explorer&#092;TrayNotify</div>\r</div>\r</li>\r<li>タスク マネージャーを開き、[プロセス] タブをクリックします。プロセスの一覧で explorer.exe をクリックし、[プロセスの終了] をクリックします。</li>\r<li>タスク マネージャーで、[ファイル] をクリックし、[新しいタスクの実行] をクリックします。「<span class=\"userInput\">explorer</span>」と入力し、[OK] をクリックします。</li>\r</ul>\r<p>※HKEY_CURRENT_USER を HKEY_CLASSES_ROOT&#092;Local Settings と読み替えると全員の通知領域がリセットされる模様。</p>\r<p>3はVectorにプログラムが有りダウンロードできる。<br />詳しくはVectorのサイトを <a href=\"http://www.vector.co.jp/soft/dl/winnt/util/se408633.html\">KNtfyCln(トレイアイコン履歴の掃除) 2.01</a></p>','',1,8949,1,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.vector.co.jp/soft/dl/winnt/util/se408633.html\">KNtfyCln(トレイア',0,1,0,0,0,'2012-06-17 22:19:06','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0086',3,0,'2012-08-02 14:19:55','[Delphi] 列挙型の値を文字列に変換','','<p>TBrushStyleやTPenStyleなどの列挙型の値を文字列に変換するには次のように行う。</p>\r<pre class=\"brush:delphi\">uses TypInfo;\rfunction GetBrushStyleName(Value: TBrushStyle): String;\rbegin\r    Result := GetEnumName(TypeInfo(TBrushStyle), Ord(Value));\rend;</pre>\r<p>逆に文字列から値に変換するには次のようにする。</p>\r<pre class=\"brush:delphi\">uses TypInfo;\rfunction GetBrushStyleValue(Name: String): TBrushStyle;\rbegin\r    Result := TBrushStyle(GetEnumValue(TypeInfo(TBrushStyle), Name));\rend;</pre>','',1,8861,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2012-08-02 14:24:03','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe121014_2325',3,0,'2012-10-15 22:50:51','10/14 [MOE]GARA再び戦技100.0！','','<p>一度は強化銃器キャラを目指して戦技を切ったGARAなのだが、やはり戦技の方が強いと言うことで&hellip;</p>\r<p>回復手段を調合から回復魔法に軸足を移した、戦技銃器キャラに変更中。</p>','<p>■上げ方<br />いつも通り、盾スキルは無いのでSoWのみで上げていく、今回はスペチケとスキルアップポーションのみ。<br />ちなみに盾スキルがあれば、ウェポンガードで上げることも出来るらしい。<br />後、サムライハート(戦技80)を使っても上げられるが、mob相手に使用し無いといけないので何かとめんどくさい。</p>\r<p>■経過<br />前日までに98程度まで上げておいた。<br />前日というか、今朝というか昨夜かなり遅くまでFS解散イベントに参加していたので、朝9時頃から起きてスキルを上げ始めたが、何度も挑戦しているとまぞいはずの戦技上げもゆゆーな気持ちで進められる。<br />昼14時過ぎに99.8程度に、この頃になると上がり幅が0.0009になる。<br />ちなみにスキルアップポーションを使うと、上がり幅が10％上がるようで、0.0010となる。上がり幅が0.0010の時は、0.0011上がっていたので、スキルアップポーションの20％UPは、上がる確率も10％程度アップしているのだと思いたい。<br />上がり幅は0.0009で、アンチマクロ対策をしっかりしてると、3回か4回に一回の確率でスキルは上がる。</p>\r<p>まあ、昼に99.8迄上がっていたので、今回も買い物に出かけた。<br />今回は、昼飯を食ったが小腹が空いたので、回転寿司を食いに出かけたついでに晩飯の材料を買いに行き、そこでふらっと立ち寄ったJoshinでWindows8を購入してしまった。実に3本購入したのはちょっとやり過ぎだったか&hellip;</p>\r<p>まあ、そんな感じで5時間ほど出かけて帰ってきて、スキル上げを再開すること4時間ほどで...<br /><a href=\"http://www.blackcat.xyz/images/articles/moe121014_2325_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"400\" height=\"272\" src=\"http://www.blackcat.xyz/images/articles/moe121014_2325_1.png\" alt=\"\" /></a><br />あー、無事上がって良かった&hellip;</p>\r<p>さて、次のブログ更新は何年後だろう。</p>',1,6243,2,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/moe121014_2325_1_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2012-10-16 22:48:40','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20121027win8',2,0,'2012-10-27 22:27:51','10/27 Windows8買ってきた','','<p>Windows8を買ったが、すでに評価版を使用しているくろねことしては何も目新しさはない。</p>\r<p>くろねことしては、多分Windows8はVista並みの失敗作になるだろう。<br />それがわかっているから、アップグレード版はいつになく安価でかつ、対象範囲が広いのだと。<br />まあ、対象範囲が広いのはXP以降切替が進んでいない現状認識もあるんでしょうが。</p>\r<p>まあ、明日になったら全然使ってないCore i5のノートPCに入れてみるか。 メインに入れるのは少々つらそう</p>','',1,2443,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-02-13 22:26:59','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe20121120Maintenance',3,0,'2012-11-20 22:17:37','11/20 [MOE]メンテナンスが終わってない','','<p>ついさっき、自宅に帰った。</p>\r<p>家に着くと、嫁と息子が寝ていた。<br />どうやら、飯の支度をしていないらしい。さらには、買い物にも行ってないので、食べるものがないらしい。<br />何で買い物に行ってないのか？と聞いてみたら「疲れているからだ」と返答が&hellip;<br />こっちの方がよっぽど疲れているんだが？</p>\r<p>まあ、その話は置いといて、MOEを起動してみると&hellip;<br />臨時メンテナンスのお知らせ&hellip;</p>\r<blockquote>\r<p>平素は『 Master of Epic 』をご愛顧いただきまして、誠にありがとうございます。<br /><br />現在、臨時メンテナンスを行っております。<br />メンテナンスの時間は 下記の通りになります。<br /><br />メンテナンス時間　19：30 ～ 未定<br /><br />メンテナンスが終了いたしましたら、公式サイトでご連絡いたします。<br /><br />お客様には大変ご迷惑をお掛けし、誠に申し訳ございませんが、<br />ご理解とご協力のほど宜しくお願いいたします。<br /><br />今後とも「 Master of Epic:The ResonanceAge Universe 」を宜しくお願いいたします。</p>\r</blockquote>\r<p>ちゃんとしろよ！</p>','',1,2261,2,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-02-13 22:25:09','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe20121124',3,0,'2012-11-24 22:16:16','11/24 [MOE]争奪戦','','<p>「シスの天空島」A島の開放が、本日14:30からあったわけだが&hellip;</p>','<p>くろねこは、既にゲオ西に自宅を構えている訳ではあるが&hellip;</p>\r<p>くろねこは戦闘キャラなので、しょっちゅう補充に自宅に帰らなければならないオーナーという立場に向いてないことがわかってきた。</p>\r<p>ここは生産キャラで基本自宅にいる、こうひんしつにオーナーをさせる方が良いだろうということで&hellip;</p>\r<p>シスの天空島A島で14:30にinしたところ&hellip;<br /><a href=\"http://www.blackcat.xyz/images/articles/20121124221616815_1_original.png\" title=\"元のサイズの画像を表示\"><img width=\"480\" height=\"326\" src=\"http://www.blackcat.xyz/images/articles/20121124221616815_1.png\" alt=\"\" /></a><br />誰もinしてなかった。</p>\r<p>これは幸いと、まずSSを撮る。<br />次に、管理区画の看板を探す。するとメインアルターから見て手前にあると思っていた看板が奥にしかない。<br />「あれで良いのか？手前と奥に二区画並んでいる奥側の看板じゃないのか？」と悩んでいたら、<strong>ネットワークエラー(10)</strong>で落ちた。<br />再度ログインしてみたら、また同じエラーで&hellip;とこれを2回繰り返し。</p>\r<p><em><strong>てか、なんでネットワークエラーなんか発生するんだよ～</strong></em></p>\r<p>仕方が無いので、落ち着いてクライアントを一度落とした上で、一息ついて再度入り直したら行けた&hellip;が、既に残り区画は4区画だったようだ。<br />こうひんしつは、仕方なくメインアルターから向かって正面の一番右の区画をおさえたのであった&hellip;</p>\r<p>メインアルター正面一番手前、通路の左側をおさえたかったんだけどな～。</p>',1,2384,3,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20121124221616815_1_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2014-02-13 22:36:07','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0087',3,0,'2012-12-08 08:53:55','[Delphi] 複数バージョンのmidasの問題点と対処方法','','<p>困ったことが起きた。</p>\r\n<p>何が困ったことかというと、とある会社のソフトがDelphiで作られていたのだが、midasを利用してデータベースアクセスするように作られていた。これ自体は何の問題も無いごく普通のことなのであるが、このソフトのmidasが非常に古いものであった。<br />midasはシステムに1つしかもてないので、通常はシステムフォルダのmidas.dllを置き換えるものであるが、そのソフトはソフトウェアのインストールフォルダにmidas.dllをコピーし、レジストリにその場所を登録していた。<br />※midas.dllはSide-by-Side(複数バージョンのソフトウェアコンポーネントの衝突を避けるための仕組みである)ができない。</p>\r\n<p>このようなことをされると、他のDelphiアプリケーションもそのmidas.dllを参照することになる。Delphi 2010や、Delphi XE付属のmidas.dllは多くのバグが修正されていたり、また新機能に対応するように変更が加えられているはずにもかかわらずである。</p>\r\n<p>こんな、midas.dllではあるが回避方法がいくつかあることがわかった。</p>','<p>実際に下記のコードを実行すると、<strong>表</strong>とか<strong>ソ</strong>の文字が化けた。</p>\r\n<pre class=\"brush: delphi;\">var\r\n  sXML: string;\r\nbegin\r\n  ...\r\n  TXMLTransformClient.TransformationFile := \"hogehoge.xtr\"\r\n  sXML := TXMLTransformClient.GetDataAsXML;\r\nend;</pre>\r\n<p>表なんかよく文字化けするという典型的な文字なので、即2バイトコード目が￥(0x5C)って言うやつだと思った。</p>\r\n<p>調べてみると、midas.dllでは発生せず、MidasLibの時のみ発生する</p>\r\n<p>これでは使い物にならないので、メーカーにmidas.dllとMidasLibの互換性の確認、不具合の原因調査、そして対応を依頼した。</p>\r\n<div class=\"add\">\r\n<p>追記</p>\r\n<p>Embarcaderoからの回答を踏まえ原因を簡単にまとめる。</p>\r\n<p>原因となる箇所は、Xmlxform.pas の 683行目にある。<br />IAppServer が問題をもっているため、TXMLTransformClient の返す結果がおかしくなるとのこと。現在TXMLTransformClient のみがこの IAppServer インターフェイスを使用している。<br />※この問題は現最新バージョンのXE3でも確認されたとのこと。</p>\r\n<pre class=\"brush: delphi;\">VarPacket := FDataCache.AppServer.AS_GetRecords(GetProviderName, -1, RecsOut, Byte(Options), \'\', Params, OwnerData); </pre>\r\n<p>Embarcaderoから提示された回避コード</p>\r\n<p>バグ発生確認コード</p>\r\n<pre class=\"brush: delphi;\">XMLTransformClient1.ProviderName := \'DataSetProvider1\'; \r\nXMLTransformClient1.TransformGetData.TransformationFile := \'ToXml.xtr\'; \r\nXML := XMLTransformClient1.GetDataAsXml(\'\'); \r\nMemo1.Text := XML; \r\n</pre>\r\n<p>バグ回避例1(XMLストリングをファイルとして取得)</p>\r\n<pre class=\"brush: delphi;\" title=\"バグ回避例1(XMLストリングをファイルとして取得)\">ClientDataSet1.SaveToFile(\'aaa.xml\',dfXMLUTF8); \r\nXMLTransform1.SourceXmlFile := \'aaa.xml\'; \r\nXMLTransform1.TransformationFile := \'ToXml.xtr\'; \r\nMemo1.Text := XMLTransform1.Data;\r\n</pre>\r\n<p>バグ回避例2(XMLストリングを文字列として取得)</p>\r\n<pre class=\"brush: delphi;\" title=\"バグ回避例2(XMLストリングを文字列として取得)\">var \r\n	stXML: TStringStream; \r\nbegin \r\n	stXML := TStringStream.Create(\'\', TEncoding.UTF8, False); \r\n	try \r\n		stXML.Position := 0; \r\n		ClientDataSet1.SaveToStream(stXML,dfXMLUTF8); \r\n		stXML.Position := 0; \r\n		XMLTransform1.SourceXml := stXML.ReadString(stXML.Size); \r\n		XMLTransform1.TransformationFile := \'ToXml.xtr\'; \r\n		Memo1.Text := XMLTransform1.Data; \r\n	finally \r\n		stXML.Free; \r\n	end;\r\nend;\r\n</pre>\r\n</div>',2,8968,0,0,'2013-01-07 08:53:55',0,'',0,1,1,0,0,'2015-03-25 11:24:17','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('ProgramingFAQ_del0088',3,0,'2012-12-08 09:40:53','[Delphi] MidasLibの不具合','','<p>Delphiで使用しているmidas.dllがSide-By-Sideに対応していない事を知り、愕然としてから約2ヶ月&hellip;<br />とりあえず、何はなくともカレントフォルダのDLLから処理しましょうよ&hellip;。</p>\r<p>対処方法として、miads.dllを辞めMidasLibに切替えをはじめて、社内の全アプリケーションの切替が先月終わったばかり。</p>\r<p>私の会社では、ExcelのデータをXMLとして抽出しデータベースにアップロードしていたのであるが、このたびダウンロードもXMLで行うように作成をすすめていた&hellip;。</p>','<p>すると、<strong>表</strong>とか<strong>ソ</strong>の文字が化けると開発担当者が&hellip;<br />下記のコードを実行すると表と言う文字がばけた。</p>\r<pre class=\"brush: delphi;\">var\r  sXML: string;\rbegin\r  ...\r  TXMLTransformClient.TransformationFile := \"hogehoge.xtr\"\r  sXML := TXMLTransformClient.GetDataAsXML;\rend;</pre>\r<p>表なんかよく文字化けするという典型的な文字なので、即2バイトコード目が￥(0x5C)って言うやつだと思った。</p>\r<p>調べてみると、midas.dllでは発生せず、MidasLibの時のみ発生する</p>\r<p>これでは使い物にならないので、メーカーにmidas.dllとMidasLibの互換性の確認、不具合の原因、そして対応を依頼した。</p>\r<div class=\"add\">\r<p>追記</p>\r<p>Embarcaderoからの回答を踏まえ原因を簡単にまとめる。</p>\r<p>原因となる箇所は、Xmlxform.pas の 683行目にある。<br />より具体的には、IAppServer が問題の原因で、これにより XMLTransformClient の返す結果がおかしくなるとのこと。現在TXMLTransformClient のみがこの IAppServer インターフェイスを使用している。<br />※この問題は現最新バージョンのXE3でも確認されたとのこと。</p>\r<pre class=\"brush: delphi;\">VarPacket := FDataCache.AppServer.AS_GetRecords(GetProviderName, -1, RecsOut, Byte(Options), \'\', Params, OwnerData); </pre>\r<p>Embarcaderoから提示された回避コード</p>\r<p>バグ発生確認コード</p>\r<pre class=\"brush: delphi;\" title=\"バグ発生確認済みコード\">XMLTransformClient1.ProviderName := \'DataSetProvider1\'; \rXMLTransformClient1.TransformGetData.TransformationFile := \'ToXml.xtr\'; \rXML := XMLTransformClient1.GetDataAsXml(\'\'); \rMemo1.Text := XML; \r</pre>\r<p>バグ回避例1(XMLストリングをファイルとして取得)</p>\r<pre class=\"brush: delphi;\" title=\"バグ回避例1(XMLストリングをファイルとして取得)\">ClientDataSet1.SaveToFile(\'aaa.xml\',dfXMLUTF8); \rXMLTransform1.SourceXmlFile := \'aaa.xml\'; \rXMLTransform1.TransformationFile := \'ToXml.xtr\'; \rMemo1.Text := XMLTransform1.Data;\r</pre>\r<p>バグ回避例2(XMLストリングを文字列として取得)</p>\r<pre class=\"brush: delphi;\" title=\"バグ回避例2(XMLストリングを文字列として取得)\">var \r	stXML: TStringStream; \rbegin \r	stXML := TStringStream.Create(\'\', TEncoding.UTF8, False); \r	try \r		stXML.Position := 0; \r		ClientDataSet1.SaveToStream(stXML,dfXMLUTF8); \r		stXML.Position := 0; \r		XMLTransform1.SourceXml := stXML.ReadString(stXML.Size); \r		XMLTransform1.TransformationFile := \'ToXml.xtr\'; \r		Memo1.Text := XMLTransform1.Data; \r	finally \r		stXML.Free; \r	end;\rend;\r</pre>\r</div>',1,4070,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-02-13 23:26:49','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20121219225256625',3,0,'2012-12-19 22:52:56','詳細なテキストサービスの罪','','<p>あなたは「詳細なテキストサービス」という言葉を聞いたことがあるだろうか？</p>\r<p>Windows XPが全盛期の時代に、</p>\r<ul>\r<li>言語バーが表示されない</li>\r<li>Intenet Explorer 上の入力フォームで、日本語入力ができない</li>\r</ul>\r<p>などのトラブルを引き起こす、トラブルメーカーとしてかなり有名であった。</p>\r<p>詳細はマイクロソフトが提供のサポート情報から確認ができる。<br /><a title=\"[IME] テキストサービスが有効になっている際に発生する現象について\" href=\"http://support.microsoft.com/kb/898663/ja\">[IME] テキストサービスが有効になっている際に発生する現象について</a></p>\r<p>Windows7が主流になり、Windows8が登場している今でも、Yahoo知恵袋などにその片鱗を見ることができる。</p>','<p>この詳細なテキストサービス、当時はONに設定していると前述のような問題を引き起こすため、OFFにすることが推奨されることがあった。</p>\r<p>しかしながら、現在は逆にOFFにすることによるトラブルが出ているのである。その問題点とは以下のような感じだ。</p>\r<ul>\r<li>言語バーがタスクバーに固定できない</li>\r<li>一部アプリケーションのショートカットが作成できない</li>\r</ul>\r<p>特に問題となるのが2番目。特定のユーザーのみ使用するアプリケーションはその影響を受けないが、すべてのユーザーが利用するプログラムのインストーラーでが影響を受ける。</p>\r<p>具体的には、すべてのユーザーが利用するプログラムのすべてのプログラムに登録されるフォルダは下記の場所にサブフォルダとして作成される。</p>\r<p>C:&#092;ProgramData&#092;Microsoft&#092;Windows&#092;Start Menu&#092;Programs</p>\r<p>しかしながら、詳細なテキストサービスをOFFに構成していると、このサブフォルダにショートカットが作成できないため、このメニューの下には(空)と表示されることになってしまうのである。</p>\r<p>大変に困った問題で、問題の原因を見つけるのに多大な時間を要したため忘れないように備忘録として残す。</p>',1,12370,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://support.microsoft.com/kb/898663/ja\">[IME] テキストサ',0,1,0,0,0,'2012-12-19 23:35:55','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20130101000000000',2,0,'2013-01-01 00:00:05','新年のご挨拶','','<p>明けましておめでとうございます。</p>\r<p>最近全くと言って良いほど更新できてないブログですが、今年はもうちょっと更新できたら良いなぁと思っています。<br />しかし、ブログ以外にもtwitterやfacebookなどいろいろな情報発信ツールが増え、情報が分散化しブログに書くこともなくなってきて&hellip;<br />と言い訳ばかりが先に立ちますが、実のところ書く時間的余裕もひらめきもなくなってきてるのが実情であります&Sigma;(&gt;_&lt;;)<br />がんばって2～3回/月位は更新したいものであります。</p>\r<p>本年もよろしくお願いいたします。&lt;m(__)m&gt;</p>','',1,2360,0,1,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2013-01-03 18:18:59','html',0,1,'','',0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20130103180422531',2,0,'2013-01-03 18:04:22','Webフォント導入','','<p>Webフォントなるものを導入してみました。</p>\r<p>下記のサイトで2013/12/31まで無料でWebフォントが提供されていたので、ナビゲーションがIE10できれいに表示されていなかったこともあり、使ってみることにしました。(text-shadowがIE10にして効いたからか？)<br /><a href=\"http://typesquare.com/\">http://typesquare.com/</a></p>','<p>使い方は簡単で、</p>\r<ol>\r<li>登録して</li>\r<li>使用するページにタグを埋め込んで</li>\r<li>使用するフォントを一覧から選んで</li>\r<li>cssのfont-familyに追記する</li>\r</ol>\r<p>だけでした。<br />まあ、フォントによってきれいに見えるようにサイズなどの調整も必要な場合もあるとは思いますが&hellip;。</p>\r<p>こちらのページに詳しく説明があったので、詳細は下記を参照してください。<br /><a title=\"望みのフォントで表示できる！ウェブフォントの使い方\" href=\"http://allabout.co.jp/gm/gc/394994/\" target=\"_blank\">望みのフォントで表示できる！ウェブフォントの使い方</a></p>',1,2589,5,0,'1970-01-01 09:00:00',0,'<a href=\"http://typesquare.com/\">http://typesquare.com/</a>\n<a href=\"http://allabout.co.jp/gm/gc/394994/\">望みのフォントで表示できる！ウェブフォントの使い方</a>',0,1,0,0,0,'2013-01-03 18:18:33','html',0,1,'','',0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20130108_SkypeOnDesktopWin8',3,0,'2013-01-08 22:11:40','Windows8でSkypeを利用する','','<p>Windows8でSkypeを使ってみたら、全画面表示で使いにくかった。<br />なんじゃこりゃぁあ!!!と思ったが、しばらく何もしなかった。ただめんどくさかった。ただそれだけ。<br />出かけたとき、外出先でWindows8入りのノートPCを使う機会があって、Skypeが非常にめんどくさかったので調べた。</p>\r<p>以下結果。</p>\r<p>Skype for Windows8 はタイルアプリと言う分類のアプリらしく、全画面がタブレットPCでは使いやすいだろうと言うMSのくだらない戦略に基づくものらしい。<br />Skypeのみ使うならこれも有りだろう。が、Windowsと言うものはマルチタスクである、シングルタスクな環境ではない。</p>\r<p>よって、この環境は非常に使いにくい。</p>\r<p>調べた結果、今までのものはデスクトップアプリと言うらしいことがわかった。<br />そして、デスクトップアプリ版もダウンロードできるようだ。</p>\r<p><a title=\"Skype for Windowsをダウンロード\" href=\"http://www.skype.com/intl/ja/get-skype/on-your-computer/windows/\" target=\"_blank\">Skype for Windowsをダウンロード</a></p>\r<p>詳細は下記を参照<br /><a title=\"Skype for Windows 8とSkype for Windows desktopにはどのような違いがありますか？\" href=\"https://support.skype.com/ja/faq/FA12189/\" target=\"_blank\">Skype for Windows 8とSkype for Windows desktopにはどのような違いがありますか？</a></p>\r<p>Windows8を数本自宅用に買ったけど、UIは元のままの方が使いやすいわ。<br />デスクトップとノートには新しいUIは使いにくいよ。戻しておくれよ＞MS。</p>','',1,3902,3,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.skype.com/intl/ja/get-skype/on-your-computer/windows/\">Skype for Windowsをダウンロード</a>\n<a href=\"https://support.skype.com/ja/faq/FA12189/\">Skype for Windows 8とS...</a>',0,1,0,0,0,'2013-01-12 21:22:11','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20130113_DR-BT140QP',3,0,'2013-01-13 14:38:45','DR-BT140QPでパソコンにつながらない','','<p>年末にSONYのDR-BT140QPというBluetoothヘッドセットを購入した。</p>\r<p>以前には、Logitechの製品やソニエリのMW600等のヘッドセットを購入しているが、古くなったために更新した。</p>\r<p>買ったときにそれぞれ1回ずつはペアリングが成功し、音声も一度は聞くことが出来た。しかし、今はスマホとしか正常に接続が行えない。</p>\r<p>SONYのサポートセンターに聞いてみたら、<strong>一度スマホとDR-BT140QPの電源を切れ</strong>と言うことだった。切ることによって、接続が切れると言うことだった。パソコンからスマホに移す際にはパソコン側とDR-BT140QPの電源を切れという。</p>\r<p>スマホはまだ良いとしても、パソコンをそのたびに電源を切ると言うことは無理だなと言うのが個人的結論である。</p>\r<p>この現象が起きるのは、DR-BT140QPがマルチ機器に対応していないため、1度に2つ以上の機器に接続できないのでと言うことらしい。<br />このあたり、Logitechのヘッドセットは良かった。(もう売ってないんだが...)</p>\r<p>あと、問題なのが、DR-BT140QPは<br /><em><strong>PCとの接続を確認していない、保証していない<br /></strong></em>と言うことだった。<br />パソコンにペアリングするとヘッドセットのサービスが使えない状態なのだが、使えるようにサービスを有効にするとドライバがエラーを起こす。このあたりもサポートに聞いたら、サポートしていないとのことだった。あくまでケータイ電話との接続のみをターゲットとした製品のようである。</p>\r<p>困った企業だなぁと感じた。</p>','',1,681,3,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2013-01-13 15:33:39','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20130205_HTL21',3,0,'2013-02-05 22:52:40','HTC Jのコネクタカバーは欠陥品','','<p>くろねこは、HTC J butterfly HTL21 auを使っているが、2週間ほど前にコネクタカバーが取れてしまった。</p>\r<p>先日auお客様センター(157)に構造上の問題だろ？とクレームを入れたが、聞き入れられなかった。メーカーから問題と連絡を受けてないと言うことであったが、HTCとKDDIの共同で作ったんならKDDIもメーカーでしょう？</p>\r<p>修理自体は無償とのことだが、リンク品への交換かもしくはセンドバック修理になるとのこと。どちらにしても今のスマホのデータは消えてしまうわけである。コネクタの交換だけなので、データを消さずに修理出来ないものか？と問うてみたが無理だった。(最初は、データを消すかどうかはショップ判断になるとかふざけたことを言ってたのだが、データを消さないと修理を受け付けないようにKDDIが指導しているから、データを消さずに修理受付なんて100％無いのに)</p>\r<p>このカバーを交換しないと、HTC Jは、防水性能を発揮出来ない。なのにこの壊れやすいカバーは構造上の問題であると考える。現在ではキャップレスの防水端末もあるのだから、やはり考慮不足であると考える。</p>\r<p>データが消えるのを承知で修理するか、もしくはrootを取ってバックアップするか。KDDIがバックアップできるようにしてくれるのが一番正しい方法だと思うのだがいかがだろうか？</p>','',1,2659,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2013-02-05 23:45:46','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20130314_HTL21',3,0,'2013-03-10 21:07:03','HTC Jのコネクタカバーは欠陥品2','','<p>くろねこは、HTC J butterfly HTL21 auを使っているが、1月末頃コネクタカバーが取れてしまっていた。</p>\r<p>コネクタカバーが取れてしまうと、せっかくの防水スマホが防水で無くなるので即修理したいところであるが、修理受付時に無慈悲にも全てのデータを消去しなければ受付すらしないというKDDIのお約束があるため修理に出せないでいた。</p>\r<p>しかし、このまま放置していても何の得にもならないし、データは増えていく一方なのでデメリットが増えていくだけである。また、今回問合せの中でKDDIがコネクタキャップの材質を変更したとのことから、次は一ヶ月で破損することはないだろうと考え修理に出すことにした。</p>','<p>修理に出す前には、一応バックアップを取る。<br />くろねこのメールはIMAPでメールサーバー上に、電話帳はGoogleにあるのでバックアップを取る必要は無い。必要なのは各アプリケーションそのものとその設定だけである。</p>\r<p>取れているかどうかわからないバックアップをとりあえず取る。</p>\r<p>Android4.0以降はPCからadbと言う物を利用してバックアップが取れるそうな。</p>\r<pre>adb backup [-f ] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosystem] \radb restore backupfile</pre>\r<p>よって</p>\r<pre>adb backup -f full.bak -apk -shared -all\r</pre>\r<p>として、バックアップを取得した。戻す際には下記のようにコマンド入力するそうな。</p>\r<pre>adb restore full.bak</pre>\r<p>実機が手元に返ってきた際にはこれで本当に戻るのだろうか。</p>\r<p>※adbは「C:&#092;android-sdk&#092;sdk&#092;platform-tools」にあります。</p>\r<p>追記<br />上記の方法でほとんどのアプリと設定は戻るんですが...<br />バックアップ時＆レストア時にロックされていると思われるホームなどのアプリに関しては、バックアップ＆レストアが完全に終了しませんでした。</p>',1,2344,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-02-23 21:04:18','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20130317_HTL21',3,0,'2013-03-17 23:29:37','HTC Jのコネクタカバーは欠陥品3','','<p>HTC J Butterflyが修理から返ってきた。</p>\r<p>コネクタキャップの材質が変わってるかと思いきや変わってない。何でかなってお客様センターに確認したら変わってるのは材質では無くて本体側のキャップとキャップ本体との接合面の面積だそうだ。2月出荷分から順次変更されているらしい。お店にあった未対応分と比較すると2割くらい大きくなってそうな感じ。</p>\r<p>これで、2年間もつのか心配で聞いてみたが、耐荷重が1kgほど増えたそうだが、耐久テストはしてないらしい。2年間1日1-2回開け閉めしたとして、2年間もつかどうか位は試して頂きたい物である。1-2回/日も最低限のレベルでしか無いんだが。実際にはもっと開閉は多いでしょうね。</p>\r<p>とりあえず半年はもってくれるように祈りますがね。<span style=\"color: #ffffff;\">＞馬場さん。</span></p>\r<p>修理前に取っておいたバックアップをレストア。戻してしばらく使ってると、電話アプリがハングアップして使い物にならなくなった。強制的に初期化してもう一度同じ手順でもう一度やってみたら、今回はいけてるみたい。</p>\r<p>しばらく様子を見ようって感じです。</p>','',1,2370,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2013-03-20 23:26:51','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe20130324recipie',3,0,'2013-03-24 16:52:07','[MoE] 生産設備レシピ','','<p>各生産施設の作成方法</p>\r<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\">\r<tbody>\r<tr><th>生産設備</th><th>必要スキル</th><th>道具</th><th>素材</th></tr>\r<tr>\r<td>金床</td>\r<td>鍛冶80</td>\r<td>スミスハンマー</td>\r<td>アイアンインゴット4 木の板材10　ミニウォーターボトル2　釘14</td>\r</tr>\r<tr>\r<td>溶鉱炉</td>\r<td>鍛冶80</td>\r<td>スミスハンマー</td>\r<td>スチールインゴット8　レンガ30　ネジ8　コークス5</td>\r</tr>\r<tr>\r<td>キッチン</td>\r<td>鍛冶80</td>\r<td>スミスハンマー</td>\r<td>スチールインゴット8　木の幹7　ネジ4</td>\r</tr>\r<tr>\r<td>醸造樽</td>\r<td>鍛冶80</td>\r<td>スミスハンマー</td>\r<td>アイアンインゴット4　ネジ8　タル1</td>\r</tr>\r<tr>\r<td>木工作業台</td>\r<td>木工80</td>\r<td>カナヅチ</td>\r<td>アイアンインゴット2　丸太4　木の板材8　鉄の棒2</td>\r</tr>\r<tr>\r<td>薬つぼ</td>\r<td>木工80</td>\r<td>カナヅチ</td>\r<td>アイアンインゴット4　ライムストーン3　ウォーターボトル3</td>\r</tr>\r<tr>\r<td>アクセサリー作業台</td>\r<td>鍛冶80</td>\r<td>スミスハンマー</td>\r<td>アイアンインゴット6　ネジ6　ガラス板2</td>\r</tr>\r<tr>\r<td>作業机</td>\r<td>木工80</td>\r<td>カナヅチ</td>\r<td>アイアンインゴット2　木の板材12　釘12</td>\r</tr>\r<tr>\r<td>はた織り機</td>\r<td>木工80</td>\r<td>カナヅチ</td>\r<td>木の板材16　釘24　鉄の棒3　綿の糸20</td>\r</tr>\r<tr>\r<td>ミシン</td>\r<td>鍛冶80</td>\r<td>スミスハンマー</td>\r<td>アイアンインゴット10　ベルト2　綿の糸5</td>\r</tr>\r<tr>\r<td>ブレンディング</td>\r<td>木工80</td>\r<td>カナヅチ</td>\r<td>木の板材6　釘8　接着剤4</td>\r</tr>\r<tr>\r<td>染色つぼ</td>\r<td>木工80</td>\r<td>カナヅチ</td>\r<td>アイアンインゴット4　ライムストーン3　ドロドロした液体5</td>\r</tr>\r</tbody>\r</table>\r<p>上記以外に別途生産設備設計図1が必要</p>','',1,638,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2013-03-24 17:25:35','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('moe20130914',3,0,'2013-09-14 09:11:48','[MoE] 久々にガチャを回した…','','<p>久々の投稿となりました。</p>\r<p>なかなか時間が取れない今日この頃。<br />久しぶりにガチャを覗いてみました。今かカオスガチャがおいしそうです。前はカーミラ コルセット +4がガチャに入っていたのに、今は+7が入っていて、お値段そのまま300円！<br />これは回すしかない&hellip;。でも本当にほしいのはカオスで消えない『<span>アビスリンカー装備セット</span>』ですけれどね。</p>\r<p>と言う訳で、まずは一回回してみました。<br />すると出ちゃったんですよね。『<span>アビスリンカー装備セット</span>』。こうなると次が回せない小心者の性格が出ちゃいますよね。</p>\r<p>まだ装備してないので、装備したらSSはっつけちゃいます。<br />今日のカオスはこれを着ていくんだ！キャラは何にしよう？</p>','',1,2409,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-02-13 22:26:11','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140116183015196',3,0,'2014-01-16 18:30:15','最近買った本','『学年ビリのギャルが1年で偏差値を40上げて慶應大学に現役合格した話』','<p><br />最近買った本の話</p>\r<p>『学年ビリのギャルが1年で偏差値を40上げて慶應大学に現役合格した話』を買ったんです。買ったきっかけは、タブレット情報がほしくてタブレット特集していた週刊アスキーを買ったこと。週刊アスキーの中にこの本の広告があり、そこに「ダメな人間なんていないんです。 ただ、ダメな指導者がいるだけなんです。」と書いてあったんですね。今の会社に入って丸三年が経過、いい指導者に恵まれているとも思っていないし、自分がそんなにできるとも思えない。この本を読んでよかったら、上司のところにそっと置いといてやろうか！くらいの思いで購入。</p>\r<p>帰宅途中で購入。早速電車の中で読み始めました。<br />すると、目次に到達するまでに4ページ紙面を大胆に使った。訴えかけるような内容がそこにはありました。</p>\r<p>大丈夫。<br />ちょっとしたコツを知るだけで<br />あなたにもそれができます。</p>\r<p>この奇跡は<br />あなたにもきっと起こります。</p>\r<p>そのコツを知って欲しくて<br />僕はこの物語を書きました。</p>\r<p>子供や部下だって同じこと<br />ダメな人間なんていないんです。<br />ただ、ダメな指導者がいるだけなんです。</p>\r<p>&nbsp;</p>','<p>この文字数の少なさは、「読める！僕にも読めるよ！」という感じがしました。１章２章あたりは、さやかちゃん(主人公)と坪田先生のやり取りや、ああちゃんと(主人公の母)を含めた登場人物のエピソードが楽しくて一気に読み進めることが出来ました。坪田先生のさやかちゃんに指導したいくつかの内容は、実際に使ってみようかなと思わせるものがありました。具体的には、&nbsp;『相手の良いところを10個書き出す。』巻末では20個に増えてましたけど...。ほかにはこの手の本に多い褒めて育てるとか書いてましたが、この本が実話ベースだと言うことで真実みがあること。そして何より、すごくおもしろく楽しく書いてあること。楽しく読めると言うことは自分に入って気安く、やってみようかなという気持ちにさせられるから良いです。実際にやってみないと意味は無いですけど、その気持ちが起きなければ何も始まらないので。自分を変えてみたいと思ったら、一度読んでみても良いかなと思いました。</p>\r<p>元々狙いだった指導者としての方針をつかむよりも、自分が伸びるためにどういう<br />■本書概要</p>\r<p>【書名】　学年ビリのギャルが1年で偏差値を40上げて慶應大学に現役合格した話<br />【著者】　坪田信貴<br />【判型】　四六判<br />【ページ数】320ページ<br />【定価】　本体1,500円＋税<br />【ISBN】　978-4-04-891983-8<br />【発行】　株式会社ＫＡＤＯＫＡＷＡ<br />【プロデュース】アスキー・メディアワークス<br />【書店発売日】2013年12月27日（金）</p>\r<p><br />■目次</p>\r<p>第一章 金髪ギャルさやかちゃんとの出会い<br />第二章 どん底の家庭事情、批判にさらされた母の信念<br />第三章 始まった受験勉強、続出する珍回答<br />第四章 さやかちゃんを導いた心理学テクニックと教育メソッド<br />第五章 見えてきた高い壁――「やっぱり慶應は無理なんじゃないかな」<br />第六章 偏差値30だったギャル、いよいよ慶應受験へ<br />第七章 合格発表と、つながった家族<br />あとがき<br />さやかちゃんからの手紙</p>\r<p>&nbsp;</p>',1,8245,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-01-18 09:08:32','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('win20140129_MainPC',3,0,'2014-01-29 00:50:53','メインPCをWin7からWin8.1にアップグレード','','<p>2本日、セミナーから直帰のため自宅に早く着いたので、Windows7 UltimateからWindows 8.1 Proへのアップグレードを実施。</p>\r<p>Win7からWin8.1への直接アップグレードパスがないため、Windows8軽油にてアップグレード。</p>\r<p>基本、何度かやっている作業なので問題はなかったのだが、いくつか問題点が発生、うち一件はまだ解決できず...</p>\r<p>問題点：</p>\r<ol>\r<li>使用できる言語は１言語</li>\r<li>VMwareは再インストールが必要</li>\r<li>ATOKはWin8へのアップグレード時には使えないが8.1にアップグレードした後からだとそのまま使用可能</li>\r<li>IntelliPointが正常動作しない</li>\r<li>Windows.oldが管理者権限を持っていても消せない＞＜</li>\r</ol>','<p>まず、１つ目の問題点だが今回アップグレードした7はエディションがUltimateだったため、既定の言語以外である日本語以外に英語がインストールされていた。これがWindows8にアップグレードする際の障害となった。コントロールパネルの言語から英語をアンインストールするだけで事なきを得たのだが、いつものようにMSさんの指摘事項は分かりにくい。</p>\r<p><em><strong>お使いの言語をWindows8に再度追加する必要があります</strong></em></p>\r<p>と表示されても、インストール後に行う作業としか読み取れないのだが！<br />まあ、元の画面に問題点を解決しないと進まない旨書いてあるので、言語関係を確認したところ、上記の対策が見つかったのだが。</p>\r<p>２つ目の問題点であるが、これはもう一度上から修復セットアップを行うだけで簡単に解決。ATOKも8.1だと何の問題もなく使用できている。</p>\r<p>4つめのIntelliPointの問題が未解決。以前にも当ブログに記載している件であるが、マウスのサイドキーに割り当てたキーボード入力を管理者権限で動作するアプリに対して正常動作するように、タスクから起動している。これが、アップグレードした際に消えてしまう。タスクに再登録しても管理者アプリに対しては、現在のところうんともすんとも行ってくれない状態。今日はもう遅いのでより詳細には明日以降考えるつもり。そもそも普段実行しているゲームのインストールパスをCドライブ直下に変えて管理者権限なしで動かせるように持っていくほうが問題点が少ないのかもしれない。最後のWindows.old削除もゆっくり考えて対応することにする。</p>\r<p>そろそろ寝ないと、明日がやばい&hellip;</p>',1,2681,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-02-06 21:20:05','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('win20140206_MainPC2',3,0,'2014-02-06 21:20:22','メインPCをWin7からWin8.1にアップグレード2','','<p>自宅のメインPCを8.1にアップグレードしてから、1週間以上経過した前回あげた不具合以外にもいくつか問題点が確認出来たことも有り、メモをしておく。</p>\r<p>アップグレード中の問題</p>\r<ol>\r<li>使用できる言語は１言語</li>\r<li>VMwareは再インストールが必要</li>\r<li>IntelliPointが正常動作しない</li>\r<li>Windows.oldが管理者権限を持っていても消せない</li>\r<li>Windows 8.1が起動しなくなる</li>\r<li>ATOKはWin8へのアップグレード時には使えない</li>\r<li>キーボードが英語キーボードになる</li>\r</ol>\r<p>&nbsp;</p>','<p>キーボードが英語キーボードになるアップグレード中の問題</p>\r\n<ol>\r\n<li>使用できる言語は１言語<br />Windows7 Ultimateは様々な言語をインストールすることが出来る最上位エディションであったが、Windows8.1には相当するエディションが無いため、仕方なくProをインストールすることになるが、Proには同様のマルチランゲージ機能が無い。このため、アップグレード前にコントロールパネルから1つの言語を残して全ての言語を削除しておく必要がある。</li>\r\n<li>VMwareはサインストールが必要<br />まあ、これは不具合と言うよりそう言うもののようだ。</li>\r\n<li>IntelliPointが動作しない。<br />はマウス キーボード センターに移行しているようである。くろねこもこのマウス キーボード センターを導入し、IntelliPoint同様タスク登録することで問題なく動作することを確認した。ちなみにマウス キーボード センターをインストールすると現在はスタートアップでは無く、タスクに登録される。しかしながら、優先順位の記載は無いので通常の優先順位もしくは、IntelliPoint同様に通常より一つ下の優先順位で動くのかも知れない。(未確認)<br /><a href=\"http://www.microsoft.com/hardware/ja-jp/downloads/mouse-keyboard-center\">http://www.microsoft.com/hardware/ja-jp/downloads/mouse-keyboard-center</a></li>\r\n<li>Windows.oldが管理者権限を持っていても消せない<br />この対処方法も非常に簡単で、時間がたてば自動的に消える仕組みになっているとのこと。それ以前に消したい人は、下記のURLに対応方法の記載があったのでそちらを参考に削除されたい。<br /><a href=\"http://windows.microsoft.com/ja-jp/windows7/how-do-i-remove-the-windows-old-folder\">Windows.old フォルダーを削除するにはどうすればよいですか</a><br />この、フォルダを削除しようとしたことが原因かどうか分からないが、Windows8.1が突如起動しなくなると言うことが起きた。</li>\r\n<li>Windows 8.1が起動しなくなる<br />原因も分からなければ,対応方法も不明。ただ、セーフモードで起動しWindows.oldを上記の方法で削除したところ。起動するようになった。しかし、新しいWindowsはそのようなフォルダを参照する必要が無いため。これが原因だとは考えにくいと思う。<br />ちなみに、スタートアップの修復などは全く意味をなさなかった。</li>\r\n<li>ATOKはWin8へのアップグレード時には使えない<br />ATOKはなんで使えなくなっていたのか思い出せない。ただ、Windows8.1にアップグレード完了後、再インストールしたら問題なく使用できている。</li>\r\n<li>キーボードが英語キーボードになる<br />アップグレード途中に英語キーボードレイアウトになっていたがWindows8.1にアップグレードを終えたときには日本語キーボードになっていた。問題なし。</li>\r\n</ol>',1,2649,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-02-06 23:54:41','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('win20140213HowTo',3,0,'2014-02-13 21:33:41','Window8.1は分からないところだらけ','','<p>Windows8.1は分からないところだらけなので、疑問点と分かった解決方法をメモしていく。</p>\r<ol>\r<li>ATOKでの日本語切り替え操作<br />&rarr;未解決</li>\r<li>タッチキーボードでのスペースキー左横にある■キーの意味<br />&rarr;未解決</li>\r<li>ダブルクリックの方法</li>\r<ol>\r<li>タップ</li>\r<li>ダブルタップ</li>\r</ol>\r<li>ドラッグの方法</li>\r<ol>\r<li>タップ</li>\r<li>ダブルタップから指を離さずに指を滑らせる</li>\r</ol></ol>','',1,1949,0,2,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-03-23 02:51:49','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140419_auWiFiConnectionTool',3,0,'2014-04-19 13:31:01','au WiFi接続ツール','','<p>DELLのWindowsタブレット(Venue 11 Pro 5130)を購入して１ヶ月以上が過ぎた。</p>\r<p>結構トラブルも発生したがその中の１つ、au WiFi接続ツールでのトラブルと対策方法をメモする。まだ解決していない問題もあるので、解決し次第追記する。</p>\r<p>問題点：</p>\r<ol style=\"list-style-type: lower-alpha;\">\r<li>以前使ったSSIDが削除できない</li>\r<li>au WiFi接続ツールが自動接続を試みるが、電波が弱い場所など(結構多い)で自動接続しようとして接続できず、エラーとなりダイアログを表示する。<br />ダイアログを閉じないと新たな自動接続は行われないため、通信ができない。</li>\r<li>au WiFi接続ツールには最初からauが提供するWiFiスポットに関してツール内に接続先リストを持っているが、WPAで暗合されたスポット以外にWEPや無暗号のスポットある。ここには接続したくはないが、この登録を削除することができないので、ツールを起動していると意図せず接続する可能性がある。</li>\r</ol>\r<p>aの問題であるが、くろねこはauケータイを修理に出したこともあって、テザリングのSSIDが複数登録されているが、すでに使わなくなった設定もある。au WiFi接続ツールにも「削除」と言うボタンがあるのだが、クリックして削除しても再起動すると登録が舞い戻ってきてしまう。<br />完全に消去するにはどうすれば良いのか？という問題があった&hellip;</p>','<p>対応方法：</p>\r<dl><dt>aの件に関しての対応方法。</dt></dl><ol>\r<li>PC上のすべてのワイヤレス プロファイルを表示する<br />netsh wlan show profiles</li>\r<li>1で見つけた不要なプロファイルに対してコマンドプロンプトから下記の様に入力する<br />netsh wlan delete profile name=\"ProfileName\"</li>\r</ol><dl><dt>bとcの件に関しての対応方法。</dt><dd>接続ツールを任意のタイミングで使えるツールとすると一応解決できるが、一度起動すると常駐することと、PC内にあるすべての接続設定を書き換え自動的に接続しないように変更する。このため都度接続するツールとしても使用しにくい。(毎回起動し使用した後、常駐を解除、自動で接続したいWiFi接続に対し自動接続のチェックを再設定する必要がある。)このツールの現在の仕様ではどうしようもないということなので、使わかないことにしている。</dd></dl>\r<p>一応、auに改善依頼を出しているが、使用者の少ないマイナーなツールだろうから早期の改善は期待できない。</p>',1,2836,2,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-05-02 13:55:09','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140502_IE_Zeroday',3,0,'2014-05-02 12:42:21','2014.05.02 IEの脆弱性の緊急対策パッチが公開','','<p>IEのゼロデイ脆弱性対応としてマイクロソフトから対応策が提示されていたが、Windows UpdateでIE6～11のゼロデイ脆弱性CVE-2014-1776の緊急対策パッチが公開された。日本マイクロソフトに確認したところ、このパッチは以前のhotfixに相当するものだということ。<br />緊急パッチだということで包括的なテストがどの程度行われたか疑問はあるが、今回の脆弱性はいろいろと話題になっているので早めに導入しておきたい。</p>\r<p>対応手順としては、</p>\r<ol>\r<li><span style=\"font-size: 0.9em; line-height: 1em;\">コントロールパネルのWindows Updateを開く</span></li>\r<li><span style=\"font-size: 0.9em; line-height: 1em;\">左側にある「更新プログラムの確認」をクリックする</span></li>\r<li><span style=\"font-size: 0.9em; line-height: 1em;\">表示された更新プログラムを選択し、インストール</span></li>\r<li><span style=\"font-size: 0.9em; line-height: 1em;\">指示に従い再起動</span></li>\r</ol>\r<p>手持ちのWindowsタブレット(Windows8.1 32bit)の場合は、Windows 8.1用 Internet Expolrer 11 のセキュリティ更新プログラム(KB2964358)&nbsp;が表示された。<br />今回のパッチは再起動が必要である。</p>\r<p>◆Microsoft公式情報</p>\r<ul style=\"list-style-type: square;\">\r<li><a style=\"background-color: #ffffff; font-size: 0.9em; line-height: 1em;\" title=\"マイクロソフト セキュリティ情報 MS14-021 - 緊急\" href=\"https://technet.microsoft.com/ja-jp/library/security/ms14-021\" target=\"_blank\">マイクロソフト セキュリティ情報 MS14-021 - 緊急</a></li>\r<li><a title=\"Windows Update 利用の手順\" href=\"http://www.microsoft.com/ja-jp/security/pc-security/j_musteps.aspx\">Windows Update 利用の手順</a></li>\r</ul>','<div class=\"add\">\r<p>追記1</p>\r<p>パッチ公開以前に推奨されていた「VMLの無効化」を実施している人は、このパッチを導入する前に元に戻す必要がある。<br />要はVMLの無効化というのはDLLというプログラムが登録されている状況の解除だったのだが、これを再登録するという操作になる。</p>\r<p>具体的な手順は以下になる。</p>\r<ol>\r<li>コマンドプロンプトを管理者権限で開く。<br />Windows 7/Vistaの場合には、「スタートボタン」&rarr;「すべてのプログラム」&rarr;「アクセサリ」の「コマンドプロンプト」を右クリックして、「管理者として実行」をクリック。Windows 8.1/8の場合には、デスクトップで「スタートボタン」を右クリックして「コマンドプロンプト（管理者）」をクリックする。</li>\r<li>コマンドプロンプトが管理者権限で開かれたら、「\"%SystemRoot%&#092;System32&#092;regsvr32.exe\" \"%CommonProgramFiles%&#092;Microsoft Shared&#092;VGX&#092;vgx.dll\"」を入力し、エンターキーを押して実行する。<br />64ビット版OSの場合は、「\"%SystemRoot%&#092;System32&#092;regsvr32.exe\" \"%CommonProgramFiles(x86)%&#092;Microsoft Shared&#092;VGX&#092;vgx.dll\"」も実行する。</li>\r<li>ダイイアログボックスが表示され、有効化が成功したことが表示されれば「OK」を押してダイアログボックスを閉じる。</li>\r<li>IEを再起動する。</li>\r</ol></div>\r<div class=\"add\">\r<p>追記2</p>\r<p>MS14-021を導入前に、すべてのバージョンの IE に対して、 最後の累積的な更新プログラムを適用する必要があるとのこと。 <br />累積的なセキュリティ更新プログラムをインストールしていない場合には、 <br />今回の更新プログラムを適用後、互換性の問題などが発生する可能性があるとのこと。</p>\r<p>◇マイクロソフト セキュリティ情報 MS14-021 - 緊急 <br />&lt;<a href=\"http://technet.microsoft.com/ja-jp/library/MS14-021\">http://technet.microsoft.com/ja-jp/library/MS14-021</a>&gt; <br /><br />----------引用---------- <br />最後の Internet Explorer 用の累積的な更新プログラムをインストールする必要はありますか? <br /><br />はい。どのような場合でも、MS13-021 はこのセキュリティ情報で説明している脆弱性からお客様を防御するのに役立ちます。 <br />ただし、Internet Explorer 用の最新の累積的なセキュリティ更新プログラムをインストールしていない場合、 <br />MS14-021 更新プログラムをインストールした後で互換性の問題が発生する可能性があります。詳細は下記表を参照してください。 <br />------------------------</p>\r</div>',1,2258,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://technet.microsoft.com/ja-jp/library/security/ms14-021\">マイクロソフト ',0,1,0,0,0,'2014-05-02 17:19:25','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140509_LOGOS_RescueCan',3,0,'2014-05-09 19:52:07','2014.05.09 LOGOS(ロゴス)防災缶に新バージョンが出てる！','','<p>くろねこが以前に買った防災缶をネットで検索してみたら、すでに廃版になってた。<br />新しい防災缶は名前も、中身もお値段もちょこっとずつ違うみたい。&nbsp;</p>\r<blockquote><strong>LLL 新防災缶15点セット</strong><span style=\"font-size: 0.9em; line-height: 1em;\">￥27,800（税別）</span><br /><img width=\"380\" height=\"285\" src=\"http://www.blackcat.xyz/images/articles/20140509_LOGOS_RescueCan_1_original.jpg\" alt=\"\" /><br /><strong class=\"products_copy\">被災後48時間以内のライフラインを確保するコンセプトで開発</strong><br /> 総重量：（約）4.8kg<br />サイズ ：（約）直径31&times;高さ34cm<br />収納サイズ ：（約）直径31&times;高さ34cm<br /><br />［構　成］<br />1. エマージェンシードラム 18L<br />2. マルチロープ20m<br />3. 広口ソフトミズコン 16L<br />4. 3電源クランクチャージランタン<br />5. クランクチャージラジオ<br />6. 防水備忘ウォレット<br />7. マルチ防水シート<br />8. マルチショベル<br />9. LLL コンプレスドライBバッグ 15L<br />10. エマージェンシーシート・ゴールド&times;4枚<br />11.7機能サバイバルホィッスル<br />12.マルチツール1<span>4</span><br /><br />ロゴスライフライン防災セットは、ご家庭のリビングやベッドルーム・玄関またダイニングやキッチンさらに和室など、生活空間どこに置かれても違和感のないオシャレなデザインです。<br />すぐに手の届くところにある。だから「万一のその瞬間」に役立つのです。</blockquote>\r<p>だそうです。</p>\r<p>ちなみに前のは、</p>\r<blockquote><strong>LOGOS 防災缶15点セット（24-48h）</strong><span style=\"font-size: 0.9em; line-height: 1em;\">￥27,300（税込）</span><br /><img width=\"250\" height=\"250\" src=\"http://www.blackcat.xyz/images/articles/20140509_LOGOS_RescueCan_2_original.jpg\" alt=\"\" /><br /><strong style=\"font-size: 0.9em; line-height: 1em;\">被災後48時間以内のライフラインを確保するコンセプトで開発<strong>4-48シリーズ防災セット</strong><br /></strong>\r<div>総重量：（約）?kg<br />サイズ ：（約）直径31&times;高さ34cm<br />収納サイズ ：（約）直径31&times;高さ34cm<br /><br />［構　成］<br />1. エマージェンシードラム 18L<br />2. マルチロープ20m<br />3. 広口ソフトミズコン 16L<br />4.&nbsp;<strong>LEDテーブルランタン</strong><br />5.&nbsp;<strong>携帯充電ジェネライト・プラス</strong><br />6. 防水備忘ウォレット<br />7.&nbsp;防水マルチシート<br />8. マルチショベル<br />9.&nbsp;<strong>コンプレスバルブバッグ15L</strong><br />10. エマージェンシーシート&times;4枚<br />11.7機能サバイバルホィッスル<br />12.<strong>ビクトリノクスツール</strong><br />\r<ul>\r<li><strong>被災して48時間以内のライフラインを確保するコンセプトで開発された24-48シリーズ防災セット</strong>\r<div>災害発生後、24～48時間というライフラインが途絶えた状況を想定し、有効なアイテムを選定したのが｢防災缶15点セット｣。本当に有効なアイテムのみをセットにし、あとは個人が入手可能な飲み物や食料を防災缶に備蓄しておけば、これ以上無い安心を手に入れられます。</div>\r</li>\r<li><strong>優れた視認性とデザイン性</strong><br />｢非常持ち出し袋｣は本来リビングルームや寝室に置いて、非常時に持ち出すとされています。しかし機能本位でデザイン性に乏しいことから、やがて押し入れの中にしまいこまれ忘れられている現実があります。しかし、防災缶15点セットなら、(1)持ち出しやすい場所に配置されること。(2)倒壊した家屋からも引き出せる可能性をもつこと。(3)デザイン性と視認性に優れていること。(4)高温多湿の環境でも信頼できること。などがあげられます。テーマカラーであるLOGOSレスキューオレンジを採用し、優れた視認性とデザイン性を実現しています。</li>\r</ul>\r</div>\r</blockquote>\r<p>だったようです。</p>\r<p>想定している災害が変わったのでしょうか？または、災害での検証の結果中身が変更になったのでしょうか。詳しい事情は分かりませんが、こういう災害関連グッズは１つあるとないよりは良いかと思います。くろねこは実際に使うことになったことがまだないので、実感としては便利だということを体験してません。ベランダで錆びつきながら使われる日が来るのを災害缶は待っているようです。</p>\r<p>くろねこは、これには食料がないので別途水と食料をリュックに３つほどに分けて保管してます。３人家族なので３人分ということですね。</p>\r<p>■参考</p>\r<ul>\r<li><a title=\"メーカーサイト(LOGOS)\" href=\"http://www.logos.ne.jp/products/info/1047\">メーカーサイト(Logos)</a></li>\r<li><a href=\"http://www.amazon.co.jp/gp/product/B002A9IPWO/ref=as_li_ss_tl?ie=UTF8&amp;camp=247&amp;creative=7399&amp;creativeASIN=B002A9IPWO&amp;linkCode=as2&amp;tag=blackcatlab-22\">Amazonで購入</a><img style=\"border: none !important; margin: 0px !important;\" src=\"http://ir-jp.amazon-adsystem.com/e/ir?t=blackcatlab-22&amp;l=as2&amp;o=9&amp;a=B002A9IPWO\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></li>\r</ul>','<p>以前の<strong>LOGOS 防災缶15点セット（24-48h）</strong>の詳細説明</p>\r<blockquote>\r<p>ＬＯＧＯＳ ＜ロゴス＞　防災缶 １５点セット （２４h～４８ｈ）</p>\r<ul>\r<li>災害発生後、２４から４８時間というライフラインが途絶えた状況を想定し、有効なアイテムを選定したのが「防災缶15点セット（24-48ｈ）」です。本当に有効なアイテムのみをセットにし、あとは個人が入手可能な飲み水や食料を防災缶に備蓄しておけば、これ以上無い安心を手に入れられる。LLL防災缶の考え方です。</li>\r<li>「非常持ち出し袋」は本来リビングルームや寝室に置いて非常時に持ち出すとされています。しかし機能本位でデザイン性に乏しいことから、やがて押入れの中にしまいこまれ忘れられている現実があります。<br />LLLの考える非常持ち出し備品の保管は<ol>\r<li>持ち出しやすい場所に配置されること。</li>\r<li>倒壊した家屋からも引き出せる可能性を持つこと。</li>\r<li>デザイン性と視認性に優れていること。</li>\r<li>高温多湿の環境でも信頼できること。</li>\r</ol>などがあげられます。 LLLはスチール製の独自規格品を開発しました。テーマカラーであるLOGOSレスキューオレンジを採用し、視認性とデザイン性に気を配りました。椅子の代わりにもなるように取り外し可能なクッションを備えています。クッションを取り外すと直径30センチのテーブルにもなります。台所に置いて脚立代わりにしたり、玄関において靴を履くための椅子に使用したりと普段の生活で最も使用される場所へ自然に配置されることになります。頑丈なスチール製ですから倒壊した家屋からの取り出しも想定したスペックなのです。缶の内側は無毒性のメッキを施し、給水車からの飲料水の確保に役立ちます。&nbsp;<br /><span style=\"font-size: 0.9em; line-height: 1em;\">また蓋はゴムシールドされ完全密封できますので、防水性能が高く、信頼性の高い備品保管用具になりました。高さが十分あるので2リットルのペットボトルも余裕で保管ができます。ライフラインが途絶えた期間、人を不安にするのは、暗闇の不安、寒さの不安、喉の渇きの不安、知人と連絡が取れない不安、周囲の状況がわからない不安、とLOGOSは考えます。限られたアイテムの中で、以下のアイテムがこの不安を小さなものにしてくれるでしょう。</span></li>\r<li>広口ソフト水コン16Lは大きな開口部を持つ水コンテナです。大きな開口部はバケツのような使い方も可能にし、内部も洗えるから清潔です。大切な飲み水を確保し、やがて来る給水車の水確保にも大変役立ちます。</li>\r<li>光と情報の出入りを確保するためのジェネライトプラスは手回し発電で、バッテリーが完全放電していても携帯電話に充電可能な高性能充電器です。情報入手のためのFMラジオはイヤホン式で省電力。玉切れのないLEDライトは抜群の信頼性です。電池の心配が要らない優れものです。</li>\r<li>LEDテーブルランタンは球切れ無し！そして６０時間も連続点灯可能なテーブルランタンで暗闇の不安を解消します。アルカリ単三乾電池を４本使用使用します。</li>\r<li>約50gと軽量でコンパクトに収納できるエマージェンシーシートは厚さがわずか１３ミクロンのシートにアルミ蒸着の膜が構成され、非常用防水シートや災害用保温シートとして使用できます。アルミ膜による幅射熱で身体から放出される90％以上の体温を保持することができます。風、雨を防ぎアウトドアサバイバル、危険な低体温症に有効です。防水性に優れていますので、雨水を集めることや、ヘリコプターからの発見を容易にするシグナルとして工夫次第でさまざまなサバイバル用途に使うことが出来ます。４人家族の人数分、４枚をご用意しています。</li>\r<li>マルチ防水シートは大型のシートです。ロープで張ればタープや簡易テントとして使用できるほか、レインポンチョかわりや保温ブランケットとして、またグランドシートや持ち出し品のカバーとして、あるいは風呂敷としても使えます。高い防水性能で雨水の確保にも役立つ多目的シートです。</li>\r<li>防水備忘ウォレットは備忘帖に家族の情報を書き込んで保管してください。ご家族の安否確認や知人・学校・職場に連絡する場合に備えましょう。銀行預金口座、ご家族の写真も消息不明の時に捜索に役立つので必ず保管してください。防水性に優れていますので、雨の中でも使用できます。コインや紙幣を入れておくことをお薦めします。</li>\r<li>LLLコンプレスドライバッグは濡れた衣類も圧縮収納できます。内容物の出し入れが容易で密封できるベルトシステムの防水バッグです。濡れたものと乾燥したものを分離収納するのに便利です。しかも独自のバルブでかさばる衣類も圧縮収納でき、枕やクッションとして、短時間なら洪水時のフローターとしても使えます。優れた防水性能とベルトで水の運搬も可能です。</li>\r<li>マルチロープ２０mはモノを束ねる。テントの設営。ペットのリード。バケツにつないで水のくみ上げ。倒壊家屋の安全確保。洪水に備えたモノの固定。ロープは三本に切って三編みにすればさらに強度を高めます。マルチ防水シートとの組み合わせにも必要です。</li>\r<li>ビクトリノクスは世界で最も信頼されるアーミーナイフです。ナイフの他、缶切りを備えたマルチツールです。ロープを切るのに便利です。</li>\r<li>マルチショベルのショベル片側は　のこぎりになっています。９０度に折り曲げて使用できバールの役目も果たし、被災現場での救助などに役立ちます。コンパクトに折りたため収納性にも優れています。</li>\r<li>小さな７機能サバイバルホイッスルは居場所が外部と遮断された場合、助けを求めるための笛として有効です。災害時には周囲環境が一変し、目印が喪失することで、方向感を失う場合に付属のコンパスが役にたちます。温度計は環境温度を確認することで火の気を察知することや、ご家族の体温保持の仕度に役立ちます。本体のスクリューネジを開くとストレージスペースがあります。薬・家族情報など必要なものをお入れください。凸レンズは緊急時に太陽光を利用して火を起こすのに利用できます。小型ミラーは鏡として使用するだけでなく、太陽光を反射して居場所を連絡する信号ミラーとして役立ちます。本体にはLEDライトが装備されています、夜間の信号にも役立ててください。首下げできるネックストリング付で、突起物に引っかかり、首を閉めることのないように安全部品がついています。</li>\r</ul>\r</blockquote>',1,2188,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.logos.ne.jp/products/info/1047\">メーカーサイト(Logos)</a>\n<a href=\"http://www.amazon.co.jp/gp/product/B002A9IPWO/ref=as_li_ss_tl?ie=UTF8&amp;camp=247&amp;creative=7399&amp;creativeASIN=B002A9IPWO&amp;linkCode=as2&amp;tag=blackcatlab-22\">Amazonで購入</a>',0,1,0,0,0,'2014-05-10 12:36:37','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140511_Win8Tab',3,0,'2014-05-11 16:46:26','2014.05.11 Windowsタブレットは使いづらい','','<p>いろいろとタブレットに触れることが多くなってきているが、iPad/Android/Windowsのタブレットの中でWindowsタブレットは一番使いづらい。Windowsタブレットで使用されているWindows8/8.1にはUIが従来のデスクトップUIとモダンUIの2つがあり、モダンUIがタブレット用に最適化されたUIである。しかしこのモダンUIの環境の使いづらさにWindowsタブが使いづらい原因があると考えている。</p>\r<p>モダンUI自体が使いにくいとは感じていないが、モダンUIのストアアプリの出来がデスクトップアプリに比べて劣る。Windowsは今までずっとデスクトップばかりだったので、デスクトップアプリの出来が優れてるのは仕方が無いのだが、もう登場して1年以上もたつストアアプリの普及が遅すぎる。</p>\r<p>デスクトップアプリでも同様の事がある。それはVista以降のOSへの対応状況である。XPのサポートが終了し、アプリを提供している各社がXPのサポートを打ち切る中、7/8完全対応したアプリケーションを出してない(※1)メーカーがかなりある。</p>\r<p>特にオンラインゲームメーカーはほとんど対応してないと思われる。くろねこがプレイしているタイトルはまったく対応してない。</p>\r<p>話を戻して、ストアアプリを使用している際に、いきなりデスクトップが表示されると興ざめである。タブレットでデスクトップはかなり使いづらい。あの小さな画面を指でタップするのはかなりやりづらいからである。</p>\r<p>かといって、OSの基本部分の操作についてもストアアプリで出来ない現状が有り、デスクトップを表示しなければならないと言うこともわかるのだが。</p>\r<p>やはり、ここはMS自身がOSのフル機能をストアアプリだけで完結させるということをする必要があるのでは無いだろうか。</p>\r<p>取りあえず、もっと使いやすくなるように、OSの機能をチューンナップしてほしいものである。たとえば、文字入力のためにタッチキーボードを表示した際に、入力部分を移動するなりして見えるようにするとか、キーボードを表示して画面が小さくなった際にウィンドウがリサイズされるが、その状態はウィンドウやアイコンの配置として記録しないであるとかなど。</p>\r<p>※1 ここで言う、完全対応とはMSのガイドラインに沿ったアプリケーションのお作法で作られているか否かと言うこと。たとえば、インストール時には管理者権限を必要とするが、実行時には一般権限で動作するなど。オンラインゲームでは、パッチャー(ダウンローダー)が管理者権限でないと正常動作しないとか、ユーザーデータもProgram Files以下に保存するなどの問題点が山積みである。</p>','',1,2152,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-05-12 09:25:38','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140513_SelfDefenceForce',3,0,'2014-05-13 21:39:57','2014.05.13 日本を守るために何をすべきか','','<p>最近、中華人民共和国による日本を含めた周辺諸国への圧力が高まっているようです。昔はネット上でしか報じられていなかったニュースですが、最近はマスコミのでも取り上げられるようになってきています。</p>\r<p>このような報道のどこまでが真実か不明ですが。</p>\r<p>また、他方自民党政権は改憲を含めた自衛隊の行動範囲の拡大化に邁進しているようです。そして、護憲派の方々はいつものごとく自民の動きに対して反対をしているようです。平和憲法の理念だけで本当に平和が守られるのであれば問題も無いのでしょうが、冒頭にありますように中華人民共和国による脅威が増している中、また大韓民国での大規模な反日運動も増してきているこの世の中、丸腰でどこまで対応できるのでしょうか。</p>\r<p>このような脅威が本当に増してきているのであれば、自衛隊法の改正や改憲も視野に入れ国防に力を入れるべきだと考えます。当然、国防に力を注ぐ＝新たな金銭の動きが出来るわけですから、国民がしっかりと監視し適切に使われるよう見守る義務も発生するのですが、そのまえに日本国民がもっと政治に興味を持つ必要があるかと思います。今の日本の国政が良いとはとても思えません、</p>\r<p>しかし、護憲派の皆さんの動きを見ていて思い出したのが、下記の言葉です。</p>\r<blockquote>\r<p><span>ナチスが最初共産主義者を攻撃したとき、私は声をあげなかった</span><br /><span>私は共産主義者ではなかったから</span><br /><br /><span>社会民主主義者が牢獄に入れられたとき、私は声をあげなかった</span><br /><span>私は社会民主主義ではなかったから</span><br /><br /><span>彼らが労働組合員たちを攻撃したとき、私は声をあげなかった</span><br /><span>私は労働組合員ではなかったから</span><br /><br /><span>そして、彼らが私を攻撃したとき</span><br /><span>私のために声をあげる者は、誰一人残っていなかった</span></p>\r</blockquote>\r<p><span>マルチン・ニーメラーというドイツの方が言った言葉らしいのですが、この言葉にあるように今自分に危害が及んでないからと放置することは、自分に危害が及んでから事を起こしても遅いのです。上記の話に当てはめると中華人民共和国が日本の領土に進行してからではすでに遅いのです。尖閣諸島から沖縄そして九州、西日本と瞬く間に占領されることでしょう。</span></p>\r<p><span>米軍が有事の際に守ってくれるですって？そんなことは期待しない方が良いでしょう。アメリカが日本を守ってくれるのは彼らの国益に沿ってるときだけです。そのほかの政策を見ても分かるように、彼らは日本を彼らが良いように操り作り替えたいだけです。まさに日本は現代版のアメリカの植民地になろうとしてると考えられます。</span></p>\r<p><span>日本では言論のヨーロッパ諸国とは異なり、言論の自由があるので護憲も改憲も主張するのは自由ですが、他人の生命や財産を危険にさらすような迷惑は避けていただきたいですね。</span></p>\r<p><span>ちなみに、マルティン・ニーメラーが言うようなナチスによるキリスト教の迫害はなかったようですね。<br /><a href=\"http://d.hatena.ne.jp/lovelovedog/20050910/p2\">[リベラル]マルチン・ニーメラーが本当に言ったことと、リベラルな人の嘘</a></span></p>','',1,1769,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://d.hatena.ne.jp/lovelovedog/20050910/p2\">[リベラル]マルチ...</a>',0,1,0,0,0,'2014-05-13 22:08:39','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140516101202573',3,0,'2014-05-16 10:12:02','2014.05.16 問題が発生したのでこのデバイスは停止しました。（コード43）','','<p>DELLのWindows タブレットVenue 11 Proを使い始めていろいろな不具合が発生して正直ほとんど使ってないのだが。</p>\r<p>その中でも頻繁に発生する不具合の1つにWiFi機能が使えなくなる問題がある。(チャームの無線接続先一覧が消えてしまう。)<br />これは、WiFiアダプター(DELL Wireless 1538 802.11 a/g/n Adapter)が停止するために発生している。<br /><a href=\"http://www.blackcat.xyz/images/articles/20140516101202573_1_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"364\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/20140516101202573_1.PNG\" alt=\"\" /></a></p>\r<p>これは、タブレットを再起動するか、もしくはデバイスマネージャーからWiFiアダプタを無効化して再度有効化すると直る。対処療法ではあるが、一番早く直る方法である。</p>\r<p>下記の画面の無効化ボタンをクリックする。<br /><a href=\"http://www.blackcat.xyz/images/articles/20140516101202573_2_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"364\" height=\"400\" src=\"http://www.blackcat.xyz/images/articles/20140516101202573_2.PNG\" alt=\"\" /></a></p>\r<p>原因であるが、</p>\r<ol>\r<li>WiFiアクセス中にスリープに入る。</li>\r<li>スリープからの復帰中にネットワークを接続を必要とするアプリ(メーラーなど)が通信を要求する。</li>\r<li>OSが復帰動作中にWiFi接続しようとするが、アダプターの起動が遅くWindowsが遅すぎるので異常と判断する。</li>\r<li>上記の結果エラーとして取り扱われる。</li>\r</ol>\r<p>上記の事象が起こったと思われる時間帯のイベントをおっていくと下記のエラーが見つかるが、イベントビューアーの{4545DEA0-2DFC-4906-A728-6D986BA399A9}は、レジストリから「Thumbnail Extraction Host Class」というものであることが分かる。このことから、このレポートは問題の原因では無いのか？？<br /><a href=\"http://www.blackcat.xyz/images/articles/20140516101202573_3_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"500\" height=\"341\" src=\"http://www.blackcat.xyz/images/articles/20140516101202573_3.PNG\" alt=\"\" /></a></p>\r<p>早く原因が知りたいですぅ~</p>\r<p>誰かおしえて！</p>','',1,19211,0,4,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20140516101202573_1_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20140516101202573_2_original.PNG\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20140516101202573_3_original.PNG\">http://www.blackcatlab....</a>',0,1,0,0,0,'2014-05-28 19:25:48','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140519144424159',3,0,'2014-05-19 12:44:24','2014.05.19 Surface 2 があたるキャンペーン実施中','','<p><a href=\"http://www.microsoft.com/japan/msbc/Express/sbc/campaign/newsletter1405/default.aspx\" title=\"応募ページ\"><img width=\"500\" height=\"187\" src=\"http://www.blackcat.xyz/images/articles/20140519144424159_1.jpg\" alt=\"応募ページ\" /></a><br />クイズに答えて Surface 2 を当てよう！<br /></span><span style=\"font-size: 0.9em; line-height: 1em;\">総勢223名様に選べるプレゼント<br /></span><span style=\"font-size: 0.9em; line-height: 1em;\">応募期間4月28日(月)～6月6日(金)</p>\r\n<p>マイクロソフトがSBC (スマート ビジネス センター マイクロソフト)というサービスを立ち上げ、その宣伝ということなんでしょうか。</p>\r\n<p>基本的にWindows Live IDを持っている方ならそれほどの苦労なく応募できそうですが、もらえるSurfaceもRT版なので期待してるとがっくり来ちゃうかもしれませんね。</p>\r\n<p>くろねこは、DELLのVenue 11 Proに怒り心頭中なのでSurfaceを試してみたいところでもあります。<br />よかったら、噂のSurface12インチを買ってみようかしら？？？</p>','',1,1747,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20140519144424159_1_original.jpg\">http://www.blackcatlab....</a>\r\n',0,1,0,0,0,'2014-05-19 23:38:27','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140603_CDNetworks.Bankeiya',3,0,'2014-06-03 21:46:19','2014.06.03 JUGEM、HIS、バッファローの次にあるもの','','<p>&nbsp;</p>\r<p>JUGEM、HISはウェブサイトを閲覧しただけでマルウェアに感染する危険性があったという。しかし、今回のバッファローについては、ウェブサイトに保管してあるプログラムが書き換えられ、使用したユーザーが感染するという脆弱性をつかない新たな手法になっている。<br />バッファローによると委託先であるCDNetworksのサービスを利用していて改ざんにあったということである。この後CDNetworks自身によるコンテンツアップロードサービスでの改ざん被害の公表があったようだが、詳細は不明。<br />攻撃対象範囲も攻撃手法も不明なため、利用者側としてはどういうサービスに気を付ければよいのか、どういう自衛手段を講じればよいのかがわからない。</p>\r<p>感染するとウイルスは、オンラインバンキングにアクセスした際に、ログイン情報やID、パスワードなどが不正に取得し、最悪の場合不正送金を行う可能性があるとのこと。</p>\r<p>CDNetworksを利用しているすべてのコンテンツの安全性が確認されたわけでもなく、対策が講じられたわけでもなく、CDNetworks以外の同様のサービスも同様の改ざんを受けている可能性も否定できないだけに、しばらくは大手の安心できるサイト以外からのダウンロードは控えた方がよさそうだ。<br />6/11に日本マイクロソフトのWindows Updateによるセキュリティパッチの提供が行われるが、改ざんを受けてなければいいのだが...</p>\r<blockquote>日本のオンラインバンキングを狙う「Infostealer.Bankeiya」、被害が頻発<br /> <br />　今回感染が確認されたマルウェア「Infostealer.Bankeiya」は、日本のオンラインバンキングに特有の機密情報を監視して盗み取る点が特徴で、5月にはブログサービスの「JUGEM」、旅行会社のエイチ・アイ・エス（H.I.S.）、動画サイト「PANDORA.TV」などでも、同じマルウェアを感染させようとする攻撃が確認されている。\r<p>　シマンテックによると、Infostealer.Bankeiyaは2月にInternet Explorerの脆弱性を悪用する攻撃で確認されており、5月のJUGEMやH.I.S.の改ざんではFlash Playerの脆弱性を悪用して、閲覧したユーザーに感染させようとしている。</p>\r<p>　一方、今回のバッファローへの攻撃では脆弱性の悪用ではなく、配布しているインストーラーを改ざんするという方法で感染の拡大を図っている。</p>\r<p>　インストーラーの改ざん方法は2通りあり、1つ目の方法では自己解凍形式のRARファイル「setup.exe」が、インストール処理中に悪質な.dllファイルを実行するように改ざんされていた。この.dllファイルは別の.dllファイルを投下するトロイの木馬であり、投下される.dllファイルがInfostealer.Bankeiya.Bをダウンロードしてインストールする。ファイルが改ざんされたため、デジタル署名証明書は破損しているという。</p>\r</blockquote>','',1,1558,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-06-04 18:27:28','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140624_OneDrive',3,0,'2014-06-24 20:56:23','2014.06.24 OneDriveの無料基本容量が7GBから15Gに倍増！','','<p>マイクロソフトがOneDriveの容量増加と追加ストレージ(有料)の価格改定を発表したらしい。</p>\r<p>USBメモリーの代わり＋&alpha;みたいな感じで便利に使えている、ネットワークストレージサービスのOneDriveの無料で使える容量が増えたらしい！<br />現在、無料で利用できる容量は基本7GB。あとはカメラロールのボーナスで+3GB。さらに友人が多い皆さんは、ひとりOneDriveに紹介するたびに+0.5GBで10人までで合計で+5GBまで増やすことができる。<br />無料で7GB～15GB使えていたわけだが、来月から下限が15GBになってしまう。</p>\r<p>なんでもかんでも無料ストレージに突っ込むわけではないので、くろねこは現在の10GBで十分足りていたが、さらに8GB増えることで余裕ができるのと、写真や動画などの大きなファイルもおけるようになるかな？</p>\r<p>まあ、大きなファイルを置いたところで外出先のタブレットで同期しようとすると、LTE程度のモバイル通信では重たすぎるし、WiFiスポットもLTE以上に混み合ってて実質使えない場合が多い。なので、容量が増えたからと言って使い方が変わるかどうかはちょっと未知数。<br />会社で作ったドキュメントの持ち帰りには困らないし、ずっと保管しておけるだけの容量が確保できた感じかな？</p>\r<blockquote>\r<p>米マイクロソフトは6月23日(米国時間)、オンラインストレージサービス「OneDrive」の容量増加と有料ストレージの価格改定を発表した。</p>\r<p>現在、OneDriveにおいて無料で利用できる容量は最大7GBだが、7月からは最大15GB利用できるようになる。</p>\r<p>有料ストレージの月額料金も同様に7月から、追加容量が100GBの場合、7.49ドルから1.99ドルに、200GBの場合11.49ドルから3.99ドルに変更される。旧プランでは、50GBの容量追加が可能だが、新プランではなくなっている。</p>\r<p>現在の利用者については、自動的に新価格に移行される。</p>\r<p>Googleのオンラインストレージサービス「Googleドライブ」はすでに、無料のストレージ容量が15GBに増加しており、それに対抗した格好となる。</p>\r<p>マイクロソフトは、「Googleドライブはドキュメントのストレージに重点を置いており、写真の保管と共有についてはGoogle+とPicasaという別のサービスを提供している」と、写真・動画・ドキュメントなど各種ファイルを一元管理できるOne Driveにアドバンテージがあるとしている。</p>\r<p>また、日本では提供していない一般ユーザー向けOffice 365においては、OneDriveを1TB無料で利用できるようになる。月額料金は、5人まで利用可能な「Office 365 Home 」が9.99ドル、個人利用の「Office 365 Personal」が6.99ドルとなっている。</p>\r</blockquote>\r<p>◆参考<br /><a title=\"マイクロソフト、OneDriveの無料利用の容量を7GBから15GBに増加\" href=\"http://news.livedoor.com/article/detail/8971648/\" target=\"_blank\">マイクロソフト、OneDriveの無料利用の容量を7GBから15GBに増加</a></p>','',1,1989,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://news.livedoor.com/article/detail/8971648/\">マイクロソフト',0,1,0,0,0,'2014-06-25 09:13:47','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140627_GoogleDrive_UnLimitted',3,0,'2014-06-26 20:59:24','2014.06.26 今度はGoogleが保存容量を無制限に','','<p>先日、MicrosoftがOneDriveの無料での保存容量を7GBから15GBにすると発表しましたが、その対抗なのか今度はGoogleが保存容量を無制限に下らしいです&hellip;。<br />※ただし、無料のGoogleDriveではなく<span>「</span><a title=\"Google Drive for Work\" href=\"http://www.google.com/intx/ja/enterprise/apps/business/driveforwork/\" target=\"_blank\"><strong>Google Drive for Work</strong></a><span>」の方で、月額1200円です。</span></p>\r<p>これを、Facebookで知り合いから教えてもらったんですが、「<span style=\"font-size: 0.9em; line-height: 1em;\">これでうちに保管している動画も全部ネットに移行して16TB位あるNASが空っぽになる～。」などと妄想したのですが、以下の記事を見たところダメなようです&hellip;、残念！</span></p>\r<p>参考：<br /> ◆<a title=\"http://gigazine.net/news/20140626-google-drive-for-work/\" href=\"http://gigazine.net/news/20140626-google-drive-for-work/\" target=\"_blank\">なんと保存容量無制限のGoogleドライブ「Google Drive for Work」開始、ファイル1つは最大5TBまでOK</a></p>','',1,1974,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.google.com/intx/ja/enterprise/apps/business/driveforwork/\">Google Drive for Work</a>\n<a href=\"http://gigazine.net/news/20140626-google-drive-for-work/\">なんと保存容量',0,1,0,0,0,'2014-06-27 17:18:50','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140724_ThinkPadKeyCustomize',3,0,'2014-07-24 12:25:32','2014.07.24 ThinkPadのブラウズキーを無効化する','','<p>くろねこが務めている会社では、PCにLenovoのThinkPad X220を使っている。<br />このPCはカーソルキーが逆T型に並んでいる、このキーの並びの左上と右上の空いている部分に、ブラウザーキー(戻る、進む)が配置されている。<br />このキーが非常に曲者で、WEBメーラーでメールを入力していてカーソルをいじっている際に、間違えて戻るキーを触ってしまう。<br />最近の気の利いたサイトだと、入力中の内容があるけどいい？と確認してくれるのだが、腐ったサイボウズにそのような親切心はない。<br />ということで自衛手段として、個人的にはエディタに内容を書いてから貼り付けるのだが、キーを無効化してほしいという要望が後を絶たない。最初はレジストリをいじって無効化していたのだが、公式のキーの無効化方法を見つけたのでメモ。</p>\r<p class=\"bfont\"><a href=\"http://support.lenovo.com/ja_JP/detail.page?LegacyDocID=MIGR-67288\" target=\"_blank\">キーボード カスタマイズ・ユーティリティー(Windows Vista)</a></p>','<div class=\"tyumidashi\">Windows7に導入する場合(注意：管理者権限が必要。)</div>\r<ol>\r<li>ダウンロードした「7kkd03wj.exe」をダブルクリックして実行。</li>\r<li>デフォルトでC:￥DRIVERS￥WIN￥KEYCUSTMに保存される。<br />この中の「Setup.exe」を実行する。</li>\r<li>インストールが完了すると、再起動を確認が表示されるので、「はい」をクリックして再起動。</li>\r<li>再起動後、スタートメニューから「ThinkVantage」&rarr;「キーボード　カスタマイズ・ユーティリティー」をクリック。</li>\r<li>「キーの応答速度」タブをクリック。<br /><a href=\"http://www.blackcat.xyz/images/articles/20140724_ThinkPadKeyCustomize_1_original.PNG\" title=\"元のサイズの画像を表示\"><img width=\"500\" height=\"322\" src=\"http://www.blackcat.xyz/images/articles/20140724_ThinkPadKeyCustomize_1.PNG\" alt=\"\" /></a></li>\r<li>「ブラウザー・キーを有効にする」のチェックを外す。</li>\r<li>「適用」をクリックして閉じる。</li>\r</ol>',1,3133,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://support.lenovo.com/ja_JP/detail.page?LegacyDocID=MIGR-67288\">キーボード カス',0,1,0,0,0,'2014-07-25 15:19:27','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140725_ActiveStylusBattery',3,0,'2014-07-25 12:25:19','2014.07.25 DELLのアクティブスタイラスの電池が全然持たない！','','<p>今日は単なる愚痴である。<br />くろねこが持っているDELLのタブレットPC Venue11のアクティブスタイラスは、単6電池を使用する。</p>\r<p>このアクティブスタイラス個人的には全く使用しないものであるが、DELLさんとの過去の経緯から2本も所有している...<br />このアクティブスタイラス、アクティブというだけあって電池駆動で、単6電池(AAAA:クワッドA)駆動なのである。この単6電池は日本では入手しにくく、Wikipediaによると日本では規格外なのであるそうな...</p>\r<p>Amazonとヨドバシカメラで売っていることを確認、毎回ヨドバシカメラにて購入しているのであるが、たまにせっかく買ってもったいないから、スタイラスを使おうとすると、いつも電池が切れてる...<br />DELLのアクティブスタイラスにスイッチなんかないし、ずっと電源ONの状態なんでしょうな～。先日発売されたTOSHIBAのDynabook KILAなどは本体に専用の収納スペースがあるんだが、このような機種は収納するとOFFになるとか、スリープに入るとかにはる幸せな機能があるのでしょうか？</p>\r<p>ほかに考えられることは、むき出しでスタイラスをカバンの中に入れて持ち運ぶとペン先が反応したり、サイドにあるボタンが当たって押されて起きちゃうから電池が持たないのでしょうか？どちらにせよ気にしなくていいほど電池よ持ってくれ！</p>\r<p>考え方を変えてみると、充電池なんかあったらもうちょっとランニングコストも抑えられそうな気もするがないものは仕方ない。</p>\r<p>最後の自己防衛策は、使わないときは電池を抜いておくぐらいしか&hellip;。</p>','',1,3319,0,1,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-07-25 15:27:26','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140725_Ondrive_2PhaseAuth',3,0,'2014-07-25 12:56:23','2014.07.25 Microsoftアカウントに2段階認証を設定','','<p>先日OneDriveの2段階認証を設定した。<br />詳細な設定方法は公式サイトを見てもらうとして、OneDriveの2段階認証とは通常使っているパスワードのほかにワンタイムのパスワードを用いてクラウド上のデータをより安全に保護する仕組みである。</p>\r<p>公式には下記のように説明があった。</p>\r<blockquote>\r<p>2段階認証では、何らかの手段によってハッカーにパスワードを知られたとしても、ハッカーがサインインすることは難しくなるため、アカウントの保護に役立ちます。2 段階認証を有効にすると、信頼されていないデバイスからサインインするたびに追加のページが表示されます。この追加のページで、サインインするにはセキュリティ コードを入力するように求められます。 新しいセキュリティ コードは、携帯電話または連絡用メール アドレスに送ることができるほか、スマートフォン用の認証アプリから手に入れることもできます。</p>\r</blockquote>\r<p>当初WindowsPCにログインするたびに2段階認証が発動か？と思っていたのだが、結果的にいうとそうはならなかった。自宅でメインに使っているデスクトップもごくまれに使ういつも持ち歩いているデルのタブレットもいつものログイン方法と全く変わりはない。<br />※PCにはMicrosoft アカウントでサインインしているため</p>\r<p>ところで、2段階認証をセットアップするとその流れで、iPhoneなどで使用中のOutlookを信頼済みにするための登録ステップに入る。くろねこはiPhoneではなく、AndroidでかつOutlookなんか全然使ってないのだが、OutlookをAndroidで読めるようにするのが2段階認証のプロセスで必須だと勘違いしてしまった。</p>\r<p>このためAndroidでOutlookを読めるようにするために、K-9メールに設定を行った。<br />この時の設定を忘れないようにメモしておく。</p>','<p>受信サーバー設定(Incoming server):<br />Username: &lt;Provide complete ...@outlook.com email&gt;<br />Password: &lt;Password&gt;<br />IMAP server: imap-mail.outlook.com<br />Security: SSL/TLS (always)<br />Authentication: PLAIN<br />Port: 993</p>\r<p>送信サーバー設定(Outgoing server):<br />SMTP server: smtp-mail.outlook.com<br />Security: STARTTLS (always)<br />Port: 587<br />Check \"Require sign-in\"<br />Authentication: PLAIN<br />Username: &lt;Provide complete ...@outlook.com email&gt;<br />Password: &lt;Password&gt;</p>',1,1669,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-07-25 16:01:08','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140805_GetNewDomain',2,0,'2014-08-05 20:19:24','2014.08.05 新ドメイン取得(XYZ)','','<p>新しくblackcat.xyzと他１つドメインを取得しました。<br />くろねこ3番目、4番目に成るドメインです。</p>\r\n<p>blackcatlab.com も 時間を見て blackcat.xyz に移行できれば良いなと考えています。&nbsp;</p>','',2,1687,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-08-07 00:40:43','html',0,1,'','',0,2,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140818_WindowsUpdateTrouble',3,0,'2014-08-18 12:29:40','2014.08.18 8月13日公開のWindows UpdateでPCが起動しなくなる問題','','<p>マイナビニュースなどで既報の、世間を騒がせているWindows Updateのトラブルが発生している。<br />Microsoftでも問題が確認されていて、すでに英語版についてはサポート技術情報が出ているとのこと。日本語版も18日<span style=\"font-size: small;\"><span style=\"line-height: 12.960000038146973px;\">にサポート技術情報が公開されています。</span></span></p>\r\n<p>日本マイクロソフトについても8月15日 9:07の時点で下記のように情報公開がなされていて、数日中にサポート技術情報が出る模様。</p>\r\n<blockquote>\r\n<p>「日本版のサポート技術情報は数日内に公開いたしますが、下記のStop 0X50 エラーの問題に遭遇されている方のために、本ブログで復旧方法をご案内します。」</p>\r\n</blockquote>','<p>&nbsp;</p>\r\n<hr />\r\n<p>08.18 15:41に日本マイクロソフトから下記の内容のメールが出されました。<br /><strong>MS14-045(KB2982791)のアンインストールが推奨されています。</strong></p>\r\n<blockquote>\r\n<p>------------------------------------------------------------<br /> ■ MS14-045 (重要)<br />------------------------------------------------------------</p>\r\n<p>タイトル: カーネルモード ドライバーの脆弱性により、特権が昇格される (2984615)<br /> <br />更新内容: このセキュリティ情報ページを更新し、マイクロソフト セキュリティ更新プログラム 2982791 のダウンロード センターのリンクを削除しました。マイクロソフトは、この更新プログラムをアンインストールすることを推奨します。詳細については、更新プログラムに関するFAQ を参照してください。</p>\r\n</blockquote>\r\n<p>現在、Windows Updateには上記問題が発生する可能性のある更新プログラムの公開停止がなされている。<br />このため、まだ問題の発生していないPC限定だが、対応方法として手っ取り早いのが、下記の手順になる。</p>\r\n<ol>\r\n<li>「システムの復元」でWindows Update適用前の状態まで戻す</li>\r\n<li>再度Windows Updateを行う</li>\r\n</ol>\r\n<div><span style=\"font-size: small;\"><span style=\"line-height: 12.960000038146973px;\">くろねこは、メインPCを上記の方法で対応、サブPCの何台かについては「プログラムと機能」から該当の更新プログラムを削除した。</span></span></div>\r\n<div><span style=\"font-size: small;\"><span style=\"line-height: 12.960000038146973px;\"><br /></span></span></div>\r\n<div><span style=\"font-size: small;\"><span style=\"line-height: 12.960000038146973px;\">8/28 マイクロソフトから修正版が出ました。Windows Updateから更新が可能です。企業などでWSUSを使っている場合で未適用の場合は、問題のある更新プログラムは今回の修正版でWSUS内のデータベース内で置き換えられるとのことですが、再確認して追記します。</span></span><span style=\"font-size: small;\"><span style=\"line-height: 12.960000038146973px;\"><br /></span></span></div>\r\n<hr />\r\n<p>&nbsp;</p>\r\n<h3>◆参考</h3>\r\n<ul>\r\n<li><a href=\"http://blogs.technet.com/b/jpsecurity/archive/2014/08/16/2982791-knownissue3.aspx\" target=\"_blank\">【リリース後に確認された問題】2014 年 8 月 13 日公開の更新プログラムの適用により問題が発生する場合がある</a></li>\r\n<li><a href=\"http://news.mynavi.jp/articles/2014/08/16/windows81update/\" target=\"_blank\">2014年8月の月例Windows Updateでトラブル続出? - Windowsが起動しなくなったときの対処方法</a></li>\r\n<li><a href=\"https://support.microsoft.com/kb/2982791/en-us\" target=\"_blank\">MS14-045: Description of the security update for kernel-mode drivers: August 12, 2014</a></li>\r\n</ul>\r\n<p><span style=\"line-height: 1em;\">◆追記</span></p>\r\n<ul>\r\n<li>08/18 日本マイクロソフトからのMS-045(KB2982791)のアンインストールについて</li>\r\n<li>08/20 英語版について修正プログラムがでていると書いたが、マイクロソフトの担当者の誤解であったため修正</li>\r\n<li>08/29 修正版が出たので追記</li>\r\n</ul>',2,1955,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://blogs.technet.com/b/jpsecurity/archive/2014/08/16/2982791-knownissue3.aspx\">【リリース後に',0,1,0,0,0,'2014-08-29 07:48:36','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140829074917914',3,0,'2014-08-29 07:49:17','2014.08.29 HTC J Butterfly 2(HTL23)発売','','<p>本日、新しいHTC J Butterfly 2(HTL23)が発売される。</p>\r\n<p>先日、乗り換え用のチケット(10,000円引)もauから届いていたし、チケットの有効期間内に乗り換えかな？</p>\r\n<p>毎月割のことを考えると10月に入ってからがお得だが、9月でも良いかなと。ただ、今月はもう月末で残り日数も少ないので、それはもったいないかなと。</p>\r\n<p>ヨドバシで購入すると10%のポイント還元、auショップで購入すると特典無しらしいので、auショップで交渉してみるつもり。</p>','',2,2195,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-08-30 12:41:09','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140830_Icanttrusttheapliofau',3,0,'2014-08-30 12:16:22','2014.08.30 auのアプリが信じられない','','<p>くろねこのスマホHTL21の画面が花火大会の日に落とした影響でぼろぼろになってしまったので修理に出していたのが返ってきました。と言うか修理キャンセルして交換サービスに切り替えました。</p>\r\n<p>その交換サービスで、一悶着あったのですがちょっとそれは今日は横に置いておいて...</p>\r\n<p>今日はauのアプリケーションがこれで良いのか？と言うところです。</p>\r\n<p>例としてau WiFi接続ツールを上げます。</p>\r\n<p>Androidのアプリケーションは新規インストール時、バージョンアップ時に許可を求めてきます。(au Merketの場合はダウンロード時にお客様情報の外部送信についてと言う確認も表示されます。)この「許可」が問題なんです。WiFI接続ツールなのでネットワーク関係とauユーザーのみ使わせたいとのことからアカウント情報の読み取りみたいな権限は必要だろうと予想は出来ますが...</p>','<p>HTC J Butterfly(HTL21)には最初からau WiFi接続ツールがインストールされています。その「許可」は以下のようになっています。</p>\r\n<p>[image1]</p>\r\n<p>まあまあ、WiFi接続ツールとしては妥当な内容だと思います。次に現在(8/30)の最新バージョンの許可は以下の通りです。</p>\r\n<p>[image2][image3]</p>\r\n<p>なんか増えてないですか？以下の内容が増えた部分のさらに気になるところです。</p>\r\n<ol>\r\n<li>システムツール<br />システム設定の変更、保護されたストレージへのテストアクセス</li>\r\n<li>ストレージ<br />SDカードのコンテンツの変更または削除&nbsp;</li>\r\n<li>ブックマークと履歴<br />ブックマークと履歴の書き込み&nbsp;</li>\r\n<li>アカウント<br />この端末上のアカウントの検索</li>\r\n</ol>\r\n<p>中にはちょっと気にしすぎ？と思う部分もありますが。それでも</p>\r\n<p><strong><em>SDカードのコンテンツの変更または削除</em></strong></p>\r\n<p>って勝手にauさんにSDカード内の個人情報を書き換えられちゃったりするんですかね？他にも...</p>\r\n<p><strong>アカウントの追加と削除</strong></p>\r\n<p>って勝手にアカウント足されて勝手に同期されて勝手に個人情報を盗まれたり、たとえば使ってるアカウントを削除して悪意あるアカウントを追加して偽装しちゃったらと思うと怖いです。でもauなら、</p>\r\n<p>許可されましたよね</p>\r\n<p>と平気でマニュアル対応されそうです。先日、法律と社内の規則のどちらが優先なのですか？と言う話になった際、法律よりも社内の規則を優先とした人物がauの中には居ました。</p>\r\n<p>困った企業の1つです。</p>\r\n<hr />\r\n<p>auへの問合せ状況</p>\r\n<p>職場や自宅付近のauショップで相談しました。<br />ショップの店員は今回の問題点を適切に把握していただき、au本体へ問合せしてくださいました。<br />しかしながら、いつものことですがauのサポート要員のレベルはかなり低く、問題を確認するための画面表示を出す操作から順を追って説明が必要なほどでした。<br />このような状況で答えが出るはずもなく、1件目のauショップでは回答に1週間、2件目のauショップでは回答に1か月かかると、回答があったとそれぞれのショップから回答がありました。<br />直接、auお客様センターに問合せをしたところ、手順を説明しても許可の画面が出せないとか、本当に勘弁してほしいほどのレベルの低さで、いらだちながらも確認を続けたところ、やはり回答に1週間かかるということになりました。</p>\r\n<hr />\r\n<p>2014.09.05 昨日の担当者に中間報告を依頼していたのですが、その担当者では無く上司から連絡をいただきました。やはり、昨日の担当者は内容を正確に把握して上司に報告していないとのこと。伝えたいことは伝えました。必要以上の「許可」を求めることは使用者に不信感を与えるし(そもそもauをそこまで信用していません)、たとえauに悪意がなくとも踏み台にされる可能性もあるのでやはり適切な許可にとどめておくべきだと説明して、その方には納得いただいたところです。</p>\r\n<hr />\r\n<p>2014.09.07 お客様センターからの回答<br />「SDカードのコンテンツの変更または削除」というのは新機能に必要なものだそうで。新機能で必要なデータをストレージに格納しようとすると、<span>「SDカードのコンテンツの変更または削除」が必要になるとのことのこと。何の新機能かは教えてもらえず。と言うか、お客様センターでは把握していない。該当部署にそれが何かすら確認していない。もうらちがあかないので下記の点だけお願いして電話を置いた。</span></p>\r\n<ol>\r\n<li>必要以上の「許可」を求めるな<br />今回のケースだと「新機能」がユーザーに必要な機能なのか？auが欲しいだけの機能じゃないの？&nbsp;</li>\r\n<li>今回のような怪しい許可を求める場合にはどこかに内容を公表すべき</li>\r\n<li>そもそも最初からこのような不利益が発生すると同意していないのだから、同意できない人がアンインストールできるようにすべき</li>\r\n</ol><hr />\r\n<p>◆追記</p>\r\n<ul>\r\n<li>2014.09.04 問合せ状況を追記</li>\r\n<li>2014.09.05 問合せ状況を追記</li>\r\n<li>2014.09.07 問合せ状況を追記</li>\r\n</ul>',2,2317,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20140830_Icanttrusttheapliofau_1_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20140830_Icanttrusttheapliofau_2_original.png\">http://www.blackcatlab....</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20140830_Icanttrusttheapliofau_3_original.png\">http://www.blackcatlab....</a>',0,1,0,0,0,'2014-09-08 01:25:59','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20140923_trouble_mailaddress_filter',3,0,'2014-09-23 19:31:40','09.23 au迷惑メールフィルタに欠陥が!？','','<p>迷惑メールフィルタに欠陥が見つかった様だ。<br />迷惑メールのフィルタではいろいろな設定が可能である。ケータイやパソコンからのメールを一括許可や禁止することが可能である。またなりすましメールの拒否なども指定可能である。</p>\r\n<p>くろねこは、ケータイからのメールを受信許可にして、パソコンからのメールの受信を基本的に拒否にした上で、受信したいメールアドレスをドメイン指定で許可していた。<br />しかしながら、この「ドメイン指定が正しく動作していないのでは無いか」ということが分かってきた。</p>\r\n<p>そもそも、<span>キャリア側からは</span>この迷惑メールフィルタについて非常にざっくりした説明しか提供されておらず、詳細な仕様は誰も把握していない。いつも通りお客様センターであっても同様である。<br />お客様センターやauショップの店員と話をして一個ずつひもといていくと、Fromアドレスと「受信リスト」が登録と一致すると許可または拒否される。一致のさせ方は「完全一致」、「部分一致」、「ドメイン指定」の3つが選択可能である。このうちのドメイン指定が完全一致で無い可能性が出てきた。<br />auショップの店員が憶測で答えてくれたのは、＠もドメイン指定の文字列に登録しないと部分一致なので指定ドメインの前に不特定の文字列をつけたアドレスが受信できてしまうのでは無いかと言うことだった。</p>\r\n<p>例1)不正に受信できてしまう<br />　許可しているドメイン：example.com<br />不正に受信できてしまうドメイン：123example.com<br />　※123が付いて別のドメインになっているのに受信が許可されてしまう。</p>\r\n<p>お客様センターにこの部分を確認すると、＠をつけてもつけなくても自動的にシステム側で＠を除去した文字列になっている可能性があるとのこと。これでは迷惑メールを防げない。</p>\r\n<p>お客様センターでの対策の回答としていつも言われるのは、拒否リストに登録してください、完全一致でメールアドレスを登録してください。と言うことなのだが、たかだか200アドレスしか登録できないシステムに収まる問題では無いし、現状に即していない。</p>\r\n<p>次にショップの店員が考えてくれた対策が、「部分一致で＠～登録しましょう」と提案してくれた。しかし、これについても「表示名の部分にフィルタの登録内容と同じ内容を文字列中に含むと一致してしまうので対策にならない」ことを指摘させていただいた。<br />一言で言うと、メールフィルタの仕組みが雑すぎて根本的対策が出来ないと言うことです。ドメイン指定は完全一致で勝つ表示名でない本来のメールアドレス部分のドメインと一致することと言う仕様が必要です。</p>\r\n<p>例2)表示名にドメインを登録することで&hellip;<br />　許可しているドメイン：example.com<br />　不正に受信できてしまうメールアドレス：\"foo@example.com\"&lt;foo@another.com&gt;<br />　※表示名の部分が許可ドメインとおなじなのでシステムが間違えて許可してしまう&nbsp;</p>\r\n<p>参考：メールアドレスのパーツ<br />[image1]</p>','',2,4685,2,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2014-12-15 13:55:39','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('kanbi_quiz_20',3,0,'2014-10-12 17:58:11','【完美世界】クイズ20-29','','<p>※１つのアカウントにつき同じレベル帯のクイズは15問までしか受ける事ができません！！</p>\r\n<table style=\"width: 600;\" border=\"1\"><colgroup><col width=\"400\" /> <col width=\"200\" /> </colgroup>\r\n<tbody>\r\n<tr><th style=\"text-align: center;\" width=\"400\">質問</th><th style=\"text-align: center;\" width=\"200\">回答</th></tr>\r\n<tr>\r\n<td>鉄血令でダンジョンクエストを受取れるのは?</td>\r\n<td>リーダー</td>\r\n</tr>\r\n<tr>\r\n<td>ダンジョンへテレポートできる幻境の石はどの町にありますか。</td>\r\n<td>祖龍の城</td>\r\n</tr>\r\n<tr>\r\n<td>Lv20のキャラクタは―どのダンジョンに入れないですか。</td>\r\n<td>幽冥境</td>\r\n</tr>\r\n<tr>\r\n<td>樹下の都にいちばん近い、初級レベルのダンジョンはどれですか。</td>\r\n<td>蠍の洞穴</td>\r\n</tr>\r\n<tr>\r\n<td>竜牙村から涼寿城まで最も速い方法は?</td>\r\n<td>新人案内人付近の青色テレポート門からテレポートする</td>\r\n</tr>\r\n<tr>\r\n<td>長老はあなたを助けないこと:</td>\r\n<td>キャラクターのレベルアップをさせること</td>\r\n</tr>\r\n<tr>\r\n<td>ゲームの中でいつでも移動できる唯一のNPCは誰ですか。</td>\r\n<td>韋小宝</td>\r\n</tr>\r\n<tr>\r\n<td>巫霊と関係あるNPCは誰ですか。</td>\r\n<td>巫霊の使い</td>\r\n</tr>\r\n<tr>\r\n<td>鉱石や薬草などの生産材料を集めるにはどんな道具が必要ですか。</td>\r\n<td>採掘道具</td>\r\n</tr>\r\n<tr>\r\n<td>採取に必要な採掘道具はどこで買える?</td>\r\n<td>任意の行商人</td>\r\n</tr>\r\n<tr>\r\n<td>神霊族の蛮族の生息地はパーフェクトワールドのどの方位にありますか。</td>\r\n<td>南部</td>\r\n</tr>\r\n<tr>\r\n<td>神霊族の蛮族の権力者の職位は何ですか。</td>\r\n<td>神官</td>\r\n</tr>\r\n<tr>\r\n<td>神霊族の蛮族の騎乗は何ですか。</td>\r\n<td>蟻</td>\r\n</tr>\r\n<tr>\r\n<td>結婚する時、どのNPCの許可を得なければならないですか。</td>\r\n<td>月の仙人</td>\r\n</tr>\r\n<tr>\r\n<td>教会で結婚するプレイヤーはどんなアイテムで招待状を書きますか。</td>\r\n<td>婚姻届</td>\r\n</tr>\r\n<tr>\r\n<td>教会で結婚式を行う時間の制限は何時間ですか。</td>\r\n<td>1時間</td>\r\n</tr>\r\n<tr>\r\n<td>NPCの頭にある金色の旗は何の意味を表しますか。</td>\r\n<td>一般クエストを受けられること</td>\r\n</tr>\r\n<tr>\r\n<td>NPCの頭にある緑の旗は何の意味を表しますか。</td>\r\n<td>経営クエストを受けられること</td>\r\n</tr>\r\n<tr>\r\n<td>どんな方法で各種族の主城から祖龍の城へのテレポートポイントを開きますか。</td>\r\n<td>Lv19のクラスクエストを完成する</td>\r\n</tr>\r\n<tr>\r\n<td>MPをどこまで消費すると、守護神守がMPを自動的に回復させますか。</td>\r\n<td>75%</td>\r\n</tr>\r\n<tr>\r\n<td>ショップで買った表情ラッパの期限はいつですか。</td>\r\n<td>7日</td>\r\n</tr>\r\n<tr>\r\n<td>世界チャンネルで発言するには何が必要ですか。</td>\r\n<td>兵隊ラッパ</td>\r\n</tr>\r\n<tr>\r\n<td>パーフェクトワールドの公式サイトのアドレスは?</td>\r\n<td>pw.mk-style.com</td>\r\n</tr>\r\n<tr>\r\n<td>PWラジオ局の聞き方で間違っているのは?</td>\r\n<td>ラジオをつけて聞く</td>\r\n</tr>\r\n<tr>\r\n<td>完美大百科はどこにありますか。</td>\r\n<td>地図のとなり</td>\r\n</tr>\r\n<tr>\r\n<td>イベントを確認できるのは?</td>\r\n<td>ミニマップ付近のカレンダー</td>\r\n</tr>\r\n<tr>\r\n<td>完美装備箱を開ける最低レベルは?</td>\r\n<td>Lv5</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターが死亡した後、その場で復活させるアイテムは何ですか。</td>\r\n<td>復活の巻物</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターに装備できないのは?</td>\r\n<td>復活の巻物</td>\r\n</tr>\r\n<tr>\r\n<td>巫霊はどのレベルごとに属性点を獲得できる?</td>\r\n<td>Lv10</td>\r\n</tr>\r\n<tr>\r\n<td>クエスト欄拡張石はクエスト上限をいくつまで拡張できる?</td>\r\n<td>30</td>\r\n</tr>\r\n<tr>\r\n<td>一個の幻仙石を交換するためには、天地石、地仙石と人仙石がそれぞれ何個が必要ですか。</td>\r\n<td>3</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターを作ってから二日間は外見を変えられますが、そのほかに、どんな状況で外見を変えられますか。</td>\r\n<td>エステ券を使う</td>\r\n</tr>\r\n<tr>\r\n<td>装備をロック状態にするには何が必要ですか?</td>\r\n<td>完全なる石</td>\r\n</tr>\r\n<tr>\r\n<td>開けられない宝箱に対してどうしますか。</td>\r\n<td>完美ハンマーで</td>\r\n</tr>\r\n<tr>\r\n<td>結丹石を使ってモンスターを退治する時、多くて何倍の経験を獲得できますか。</td>\r\n<td>12倍</td>\r\n</tr>\r\n<tr>\r\n<td>コンボスキルを中断できないのは以下のどの方法はですか。</td>\r\n<td>薬を使う</td>\r\n</tr>\r\n<tr>\r\n<td>以下の属性とその作用の対応関係について、何が正しいですか。</td>\r\n<td>霊力―魔術攻撃をアップさせる</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターの敏捷は何点でクリティカル確率を1％アップできますか。</td>\r\n<td>20点</td>\r\n</tr>\r\n<tr>\r\n<td>剣士はどの属性ポイントを増加させれば攻撃力を上昇できますか。</td>\r\n<td>力</td>\r\n</tr>\r\n<tr>\r\n<td>土属性のモンスターを打ち負かすことができる魔術は何ですか。</td>\r\n<td>木系魔術</td>\r\n</tr>\r\n<tr>\r\n<td>モンスターの頭の上の名前がオレンジ色になった時、あなたはどうしますか。</td>\r\n<td>その場を離れます</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターのレベルは20のとき、以下のどのモンスターはあなたに不適当ですか。</td>\r\n<td>黄昏王蒼力</td>\r\n</tr>\r\n<tr>\r\n<td>Lv19のクラスクエストを完成したら、クラスは何になりますか。</td>\r\n<td>ノービス</td>\r\n</tr>\r\n<tr>\r\n<td>自分のスキルを中断したいなら、どのキーを押したらいいですか。</td>\r\n<td>ESCキー</td>\r\n</tr>\r\n<tr>\r\n<td>どのショートカットキーを押すと、キャラクターを宙返りさせますか。</td>\r\n<td>Xキー</td>\r\n</tr>\r\n<tr>\r\n<td>プレイヤーは自分のオークションアイテムに価格をつけることができますか。</td>\r\n<td>できない</td>\r\n</tr>\r\n<tr>\r\n<td>おみくじクエストについて、以下のどの言い方が正しくないですか。</td>\r\n<td>クエストは1年ごとに一回しか受け取らないです。</td>\r\n</tr>\r\n<tr>\r\n<td>ギルドメンバーの人数の上限は何人ですか。</td>\r\n<td>200人(正解)</td>\r\n</tr>\r\n<tr>\r\n<td>一つのPTに多くて何名のメンバーがいますか。</td>\r\n<td>10名</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span>・Lv20以上のキャラクターがクエスト対象となります。</span><br /><span>・出題内容はキャラクターレベルにより、変化します。</span><br /><span>・Lv20～59のキャラクターは「神遣いアルト」から、</span><br /><span>　Lv60以上のキャラクターは「神遣いメルト」から受諾できます。</span><br /><span>・クイズの出題から回答までには制限時間があります。</span><br /><span>・「神遣いアルト」「神遣いメルト」から受諾可能なクイズクエストは、</span><br /><span>　正解、不正解に関わらず、同一レベル帯で1日15回までとなります。</span><br /><span>　この回数制限は、MK-ID内で共有されます。</span><br /><span>・同一MK-ID内に存在する、同一レベル帯のキャラクターにて、</span><br /><span>　合計で15回のクイズクエストを受諾された場合は、</span><br /><span>　該当レベル帯のクイズクエストを受諾することができなくなります。</span></p>','',2,5818,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2017-08-22 03:00:46','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('kanbi_quiz_30',3,0,'2014-10-12 18:00:39','【完美世界】クイズ30-39','','<p>※１つのアカウントにつき同じレベル帯のクイズは15問までしか受ける事ができません！！</p>\r\n<table border=\"1\"><colgroup><col width=\"67%\" /> <col width=\"33%\" /> </colgroup>\r\n<tbody>\r\n<tr><th style=\"text-align: center;\" width=\"67%\">質問</th><th style=\"text-align: center;\" width=\"33%\">回答</th></tr>\r\n<tr>\r\n<td>ダンジョンには、いつもあなたがモンスターを退治するのを助けるNPCがいます。彼の名前は何ですか。</td>\r\n<td>酒剣の仙人</td>\r\n</tr>\r\n<tr>\r\n<td>蒼衣塚ダンジョンの酒剣の仙人はどの酒が好き?</td>\r\n<td><span>竹葉青</span></td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのnpcは速くあなたをダンジョンにテレポートできますか。</td>\r\n<td>幻境の石</td>\r\n</tr>\r\n<tr>\r\n<td>夏風将軍はどの町にいますか。</td>\r\n<td>祖龍の城</td>\r\n</tr>\r\n<tr>\r\n<td>夏風将軍の前に錬炉がいくつありますか。</td>\r\n<td>8</td>\r\n</tr>\r\n<tr>\r\n<td>生産スキルは誰から学ぶ?</td>\r\n<td>長老</td>\r\n</tr>\r\n<tr>\r\n<td>物品の鑑定サービスを提供できるNPCは誰ですか。</td>\r\n<td>行商人</td>\r\n</tr>\r\n<tr>\r\n<td>装備の精錬サービスを提供できるNPCは誰ですか。</td>\r\n<td>長老</td>\r\n</tr>\r\n<tr>\r\n<td>WTの取引サービスはどのnpcが提供しますか。</td>\r\n<td>オークショニア</td>\r\n</tr>\r\n<tr>\r\n<td>「クレイジーロック」クエストのNPCの名前は何ですか。</td>\r\n<td>レンシー</td>\r\n</tr>\r\n<tr>\r\n<td>1ctの魂石はどこで販売されていますか。</td>\r\n<td>行商人</td>\r\n</tr>\r\n<tr>\r\n<td>祖龍の城の外側には何か所の門がありますか。</td>\r\n<td>3</td>\r\n</tr>\r\n<tr>\r\n<td>祖龍の城の蒼龍湾にある埠頭には何隻の船が停泊してますか。</td>\r\n<td>2</td>\r\n</tr>\r\n<tr>\r\n<td>飛行ツール速度昇級に使用する飛剣加速合成ツールの場所は?</td>\r\n<td>万界城</td>\r\n</tr>\r\n<tr>\r\n<td>ギルドのレベルは最高で何Lvまでアップできますか。</td>\r\n<td>Lv3</td>\r\n</tr>\r\n<tr>\r\n<td>Lv1ギルドを作るには資本金いくら必要ですか。</td>\r\n<td>10万</td>\r\n</tr>\r\n<tr>\r\n<td>何レベル以上のプレーヤーがギルドを作れますか。</td>\r\n<td>20</td>\r\n</tr>\r\n<tr>\r\n<td>ギルドLv1の人数上限は何人ですか。</td>\r\n<td>50</td>\r\n</tr>\r\n<tr>\r\n<td>完美紙幣1枚と交換するには、Coinがいくら必要ですか。</td>\r\n<td>1000万</td>\r\n</tr>\r\n<tr>\r\n<td>改めてキャラクターの外見変更をするためのアイテムは何ですか。</td>\r\n<td>エステ券</td>\r\n</tr>\r\n<tr>\r\n<td>テレポート石と帰城の巻物の本質的な違いは?</td>\r\n<td>帰城の巻物では最も近い街にしか戻れない</td>\r\n</tr>\r\n<tr>\r\n<td>法印の作用は?</td>\r\n<td>HPが一定値より低くなると、それを満たす</td>\r\n</tr>\r\n<tr>\r\n<td>パーフェクトワールドの多くのアイテムの説明に「プリゾナー（20）」と書いてありますが、一体何の物品ですか。</td>\r\n<td>龍探しクエストアイテム</td>\r\n</tr>\r\n<tr>\r\n<td>おみくじクエストを受取るにはどんなアイテムが必要ですか。</td>\r\n<td>おみくじ</td>\r\n</tr>\r\n<tr>\r\n<td>おみくじを更新するアイテムはなんですか。</td>\r\n<td>おみくじ印</td>\r\n</tr>\r\n<tr>\r\n<td>おみくじ管理人の物資と交換するアイテムは何ですか。</td>\r\n<td>おみくじ</td>\r\n</tr>\r\n<tr>\r\n<td>幻仙石で何をしますか?</td>\r\n<td>装備を精錬する</td>\r\n</tr>\r\n<tr>\r\n<td>何個の仙石のかけらで一個の幻仙石と交換できますか。</td>\r\n<td>25個</td>\r\n</tr>\r\n<tr>\r\n<td>武器を精錬するには何個の幻仙石が必要ですか。</td>\r\n<td>2</td>\r\n</tr>\r\n<tr>\r\n<td>武器以外の各種装備を精錬するには何個の幻仙石が必要ですか。</td>\r\n<td>1</td>\r\n</tr>\r\n<tr>\r\n<td>クエストの褒美が虎護符探しの依頼書なのは?</td>\r\n<td>虎符クエスト</td>\r\n</tr>\r\n<tr>\r\n<td>風翼はどの種族の飛行ツール?</td>\r\n<td>神霊族</td>\r\n</tr>\r\n<tr>\r\n<td>スキル一覧を開くショートカットキーは何ですか。</td>\r\n<td>R</td>\r\n</tr>\r\n<tr>\r\n<td>バッグを開けるショートカットキーは何ですか。</td>\r\n<td>B</td>\r\n</tr>\r\n<tr>\r\n<td>友達のインターフェースを開くショートカットキーは何ですか。</td>\r\n<td>F</td>\r\n</tr>\r\n<tr>\r\n<td>冒険支援BOXは何レベルごとに一回開けますか。</td>\r\n<td>5</td>\r\n</tr>\r\n<tr>\r\n<td>冒険支援BOXの中の武器の装備はどこで交換しますか。</td>\r\n<td>郵便ポスト</td>\r\n</tr>\r\n<tr>\r\n<td>瞑想中のHP回復速度は非戦闘起立状態の何倍?</td>\r\n<td>2倍</td>\r\n</tr>\r\n<tr>\r\n<td>一つのPTに多くて何名のメンバーがいますか。</td>\r\n<td>6</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターのレベルは何LvになるとPKに参加できますか。</td>\r\n<td>Lv30</td>\r\n</tr>\r\n<tr>\r\n<td>結婚するには最低レベルは何級必要ですか。</td>\r\n<td>Lv20</td>\r\n</tr>\r\n<tr>\r\n<td>最低何レベルで「クレイジーロック」クエストを受取りますか。</td>\r\n<td>Lv30</td>\r\n</tr>\r\n<tr>\r\n<td>修真クエスト完了のために、倒さなければならないモンスター名は?</td>\r\n<td>百虎</td>\r\n</tr>\r\n<tr>\r\n<td>HP上限を増やしたいなら、どの属性をクリックする?</td>\r\n<td>体力</td>\r\n</tr>\r\n<tr>\r\n<td>褒美獲得クエストは一日何回受けられますか。</td>\r\n<td>3</td>\r\n</tr>\r\n<tr>\r\n<td>軍1階級を獲得する条件は何ですか。</td>\r\n<td>Lv30と名声300になること</td>\r\n</tr>\r\n<tr>\r\n<td>最初の軍階級装備のセットには名声がいくら必要ですか。</td>\r\n<td>300</td>\r\n</tr>\r\n<tr>\r\n<td>どの部位には軍階級の装備がないですか。</td>\r\n<td>頭</td>\r\n</tr>\r\n<tr>\r\n<td>一つのPTに多くて何名のメンバーがいますか。</td>\r\n<td>10</td>\r\n</tr>\r\n<tr>\r\n<td>どうやってペット卵をペットに変化させますか。</td>\r\n<td>ペット管理人にその卵を孵化してもらう。</td>\r\n</tr>\r\n<tr>\r\n<td><span>「黄金護符」</span><span>や「</span><span>白銀護符</span><span>」などの効果は?</span></td>\r\n<td><span>HPが一定値より低くなると、それを満たす</span></td>\r\n</tr>\r\n<tr>\r\n<td>凌雲城長老の性別は？</td>\r\n<td>女</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n<li>Lv20以上のキャラクターがクエスト対象となります。</li>\r\n<li>出題内容はキャラクターレベル帯により、変化します。</li>\r\n<li>Lv20～59のキャラクターは「神遣いアルト」から、Lv60以上のキャラクターは「神遣いメルト」から受諾できます。</li>\r\n<li>クイズの出題から回答までには制限時間があります。</li>\r\n<li>「神遣いアルト」「神遣いメルト」から受諾可能なクイズクエストは、正解・不正解に関わらず、同一レベル帯で1日15回までとなります。なお、この回数制限は、MK-ID内で共有されます。</li>\r\n<li>同一MK-ID内に存在する、同一レベル帯のキャラクターにて、合計で15回のクイズクエストを受諾された場合は、同一レベル帯のクイズクエストを受諾することができなくなります。</li>\r\n</ul>','',2,5375,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2015-09-16 10:45:12','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('kanbi_quiz_40',3,0,'2014-10-12 18:03:00','【完美世界】クイズ40-49','','<p>※１つのアカウントにつき同じレベル帯のクイズは15問までしか受ける事ができません！！</p>\r\n<table border=\"1\"><colgroup><col width=\"67%\" /> <col width=\"33%\" /> </colgroup>\r\n<tbody>\r\n<tr><th style=\"text-align: center;\" width=\"67%\">質問</th><th style=\"text-align: center;\" width=\"33%\">回答</th></tr>\r\n<tr>\r\n<td>ダンジョンに入った後、滞在時間はどれくら?</td>\r\n<td>4時間</td>\r\n</tr>\r\n<tr>\r\n<td>ダンジョンの中でPTを離れてから何秒の後、ダンジョンからテレポートされますか。</td>\r\n<td>60秒</td>\r\n</tr>\r\n<tr>\r\n<td>狂狼の巣窟ダンジョンの最後のBossの名前は何ですか。</td>\r\n<td>裂天</td>\r\n</tr>\r\n<tr>\r\n<td>Lv30になるとどのダンジョンを選んで冒険に出ていいですか。</td>\r\n<td>蒼衣塚</td>\r\n</tr>\r\n<tr>\r\n<td>ダンジョン幽冥境内のBOSS蛮霊の闘士の五行属性は?</td>\r\n<td>金</td>\r\n</tr>\r\n<tr>\r\n<td>酒剣の仙人に頼んで「幽冥境」のモンスターを退治するにはどんなアイテムが必要ですか。</td>\r\n<td>2本の女児紅</td>\r\n</tr>\r\n<tr>\r\n<td>ゲームの中にはただ一人のテレポート師は他のテレポート師と顔立ちが違います。それは誰ですか。</td>\r\n<td>テレポート師ワワガ（万獣の要城）</td>\r\n</tr>\r\n<tr>\r\n<td>祖龍の城の一番東南側にいるNPCの名前は何ですか。</td>\r\n<td>パチェンス</td>\r\n</tr>\r\n<tr>\r\n<td>祖龍の城の真ん中の高台には神秘的な人がいます。彼の名前は何ですか。</td>\r\n<td>武神の魂</td>\r\n</tr>\r\n<tr>\r\n<td>Lv1の軍階級装備はどのNPCの所で交換しますか。</td>\r\n<td>ヒース</td>\r\n</tr>\r\n<tr>\r\n<td>塔婆の寺院には有名な女鬼がいます。名前は何ですか。</td>\r\n<td>マゼンダ</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターのペットスロットは何個まで持てますか?</td>\r\n<td>10個</td>\r\n</tr>\r\n<tr>\r\n<td>以下の弓使いのスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>アイスアロー</td>\r\n</tr>\r\n<tr>\r\n<td>以下の魔導師のスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>ソロウノーム</td>\r\n</tr>\r\n<tr>\r\n<td>以下の召喚師のスキルの中で、どのスキルを実行する時元気が必要ですか。</td>\r\n<td>エンピラドス</td>\r\n</tr>\r\n<tr>\r\n<td>以下の召喚師のスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>アルトエアピー</td>\r\n</tr>\r\n<tr>\r\n<td>以下の戦士のスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>ダブルダッシュ</td>\r\n</tr>\r\n<tr>\r\n<td>以下の剣士のスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>ブレイドカース</td>\r\n</tr>\r\n<tr>\r\n<td>以下の魂術師のスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>ハードリップ</td>\r\n</tr>\r\n<tr>\r\n<td>以下の妖獣のスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>エンドオブデイズ</td>\r\n</tr>\r\n<tr>\r\n<td>以下の暗殺師のスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>カミノイカヅチ</td>\r\n</tr>\r\n<tr>\r\n<td>以下の妖精のスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>マインドサック</td>\r\n</tr>\r\n<tr>\r\n<td>暗殺師はどの武器の扱いが得意ですか。</td>\r\n<td>双刃</td>\r\n</tr>\r\n<tr>\r\n<td>妖精はどの武器でスキルを使いますか。</td>\r\n<td>法器</td>\r\n</tr>\r\n<tr>\r\n<td>剣士はどの武器を使えますか。</td>\r\n<td>刀剣</td>\r\n</tr>\r\n<tr>\r\n<td>弓使いはどの武器の扱いが得意ですか。</td>\r\n<td>弓</td>\r\n</tr>\r\n<tr>\r\n<td>魂術師はどの武器を使えますか。</td>\r\n<td>魂玉</td>\r\n</tr>\r\n<tr>\r\n<td>召喚師はどの武器を使えますか。</td>\r\n<td>法器</td>\r\n</tr>\r\n<tr>\r\n<td>以下のスキルの中で、どのスキルを使用する時に元気が不要ですか。</td>\r\n<td>ラウンドヒール（精霊師）</td>\r\n</tr>\r\n<tr>\r\n<td>「決死の突撃」属性付加のモンスターと付加していないモンスターの違いは?</td>\r\n<td>HPが少なく、攻撃が強い</td>\r\n</tr>\r\n<tr>\r\n<td>防具やアクセサリーを精錬する時何個の幻仙石が必要ですか。</td>\r\n<td>1</td>\r\n</tr>\r\n<tr>\r\n<td>「クレージーロック」クエストはどのくらい時間がかかりますか。</td>\r\n<td>10分</td>\r\n</tr>\r\n<tr>\r\n<td>どこで統合履歴を検査できますか。</td>\r\n<td>文月洗魂</td>\r\n</tr>\r\n<tr>\r\n<td>オークションに成功できないのはどの状況?</td>\r\n<td>最高入札者がオフライン</td>\r\n</tr>\r\n<tr>\r\n<td>何Lvになると初級のおみくじクエストを受けられますか。</td>\r\n<td>20</td>\r\n</tr>\r\n<tr>\r\n<td>領土戦に参加できるギルドレベルは?</td>\r\n<td>Lv3</td>\r\n</tr>\r\n<tr>\r\n<td>ギルドマークをアップできるギルドレベルは?</td>\r\n<td>Lv3</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどれが騎乗ではないですか。</td>\r\n<td>パパウス</td>\r\n</tr>\r\n<tr>\r\n<td>オレンジ色は何を代表しますか。</td>\r\n<td>クラスクエスト</td>\r\n</tr>\r\n<tr>\r\n<td>指輪に六等彫刻するアイテムでないのは?</td>\r\n<td>完美石</td>\r\n</tr>\r\n<tr>\r\n<td>属性を再分配したい時、使用するアイテムは?</td>\r\n<td>配分券</td>\r\n</tr>\r\n<tr>\r\n<td>購入したゲームアカウントは何日後に同サーバーで再度キャラクターを購入できる?</td>\r\n<td>30日</td>\r\n</tr>\r\n<tr>\r\n<td>花火のタイプは何種類あるでしょうか？</td>\r\n<td>4種類</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターは少なくとも何Lvになると結婚できますか。</td>\r\n<td>Lv20</td>\r\n</tr>\r\n<tr>\r\n<td>スキル学習の制限条件にならないのは?</td>\r\n<td>メンバー数</td>\r\n</tr>\r\n<tr>\r\n<td>褒美獲得クエストの主な形式は何ですか。</td>\r\n<td>BOSSモンスターの討伐</td>\r\n</tr>\r\n<tr>\r\n<td>クエストウィンドウを開くショートカットキーは何ですか。</td>\r\n<td>Q</td>\r\n</tr>\r\n<tr>\r\n<td>何Lvになると祖龍の城で褒美獲得クエストを受けられますか。</td>\r\n<td>40</td>\r\n</tr>\r\n<tr>\r\n<td>「韋小宝」のところで情報を聞くと、お金がいくら必要ですか。</td>\r\n<td>10Coin</td>\r\n</tr>\r\n<tr>\r\n<td>精錬の成功率を100％にするアイテムは何ですか。</td>\r\n<td>精錬石</td>\r\n</tr>\r\n<tr>\r\n<td>結婚には、最低何レベル必要ですか。</td>\r\n<td>20</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n<li>Lv20以上のキャラクターがクエスト対象となります。</li>\r\n<li>出題内容はキャラクターレベル帯により、変化します。</li>\r\n<li>Lv20～59のキャラクターは「神遣いアルト」から、Lv60以上のキャラクターは「神遣いメルト」から受諾できます。</li>\r\n<li>クイズの出題から回答までには制限時間があります。</li>\r\n<li>「神遣いアルト」「神遣いメルト」から受諾可能なクイズクエストは、正解・不正解に関わらず、同一レベル帯で1日15回までとなります。なお、この回数制限は、MK-ID内で共有されます。</li>\r\n<li>同一MK-ID内に存在する、同一レベル帯のキャラクターにて、合計で15回のクイズクエストを受諾された場合は、同一レベル帯のクイズクエストを受諾することができなくなります。</li>\r\n</ul>','',2,5877,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2017-01-07 08:59:08','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('kanbi_quiz_50',3,0,'2014-10-12 18:05:25','【完美世界】クイズ50-59','','<p>※１つのアカウントにつき同じレベル帯のクイズは15問までしか受ける事ができません！！</p>\r\n<table border=\"1\"><colgroup><col width=\"67%\" /> <col width=\"33%\" /> </colgroup>\r\n<tbody>\r\n<tr><th style=\"text-align: center;\" width=\"67%\">質問</th><th style=\"text-align: center;\" width=\"33%\">回答</th></tr>\r\n<tr>\r\n<td>ダンジョンの朽ち行く迷宮内の3つのBOSSのうち、遠距離スキル攻撃をするのは？</td>\r\n<td>タイガーゴッズ</td>\r\n</tr>\r\n<tr>\r\n<td>Lv50になると、褒美獲得クエストの目的地はどこになりますか。</td>\r\n<td>幽冥境</td>\r\n</tr>\r\n<tr>\r\n<td>幽冥の谷にあるダンジョンは何ですか。</td>\r\n<td>幽冥境</td>\r\n</tr>\r\n<tr>\r\n<td>封神モードダンジョンを開くのに必要なアイテムは？</td>\r\n<td>封神巻物</td>\r\n</tr>\r\n<tr>\r\n<td>各ダンジョンに直接テレポートできる場所はどこですか。</td>\r\n<td>幻境の石</td>\r\n</tr>\r\n<tr>\r\n<td>次のどのNPCが教会までテレポートしてくれる？</td>\r\n<td>月の仙人</td>\r\n</tr>\r\n<tr>\r\n<td>以下のうち、保安官がいない場所は？</td>\r\n<td>水郷村</td>\r\n</tr>\r\n<tr>\r\n<td>どのNPCの所で使命の証を受け取れますか。</td>\r\n<td>祖龍不動産係</td>\r\n</tr>\r\n<tr>\r\n<td>初めて虎符クエストを受取るNPCは？</td>\r\n<td>虎守和尚</td>\r\n</tr>\r\n<tr>\r\n<td>どのNPCの所で出席クエストを受けられますか。</td>\r\n<td>出席記録員</td>\r\n</tr>\r\n<tr>\r\n<td>どのNPCのところでファッションの色を変えますか。</td>\r\n<td>織物師</td>\r\n</tr>\r\n<tr>\r\n<td>「シニア」について、どうやって悟られますか。</td>\r\n<td>一回死亡する</td>\r\n</tr>\r\n<tr>\r\n<td>以下の精霊師のスキルの中で、習得クラスが違うのはどれですか。</td>\r\n<td>リカバー</td>\r\n</tr>\r\n<tr>\r\n<td>精霊師はどのレベルからスキル「ラウンドヒール」を学習できる？</td>\r\n<td>49</td>\r\n</tr>\r\n<tr>\r\n<td>精霊師のスキルのうち、パーティのHPを持続的に回復し、被ダメージを半減させるのは？</td>\r\n<td>オールリカバー</td>\r\n</tr>\r\n<tr>\r\n<td>剣士はレベルアップする毎にHPがいくら増加しますか。</td>\r\n<td>30</td>\r\n</tr>\r\n<tr>\r\n<td>妖獣は体力1点を増加するごとに、HPをいくら増加できますか。</td>\r\n<td>17</td>\r\n</tr>\r\n<tr>\r\n<td>妖獣はなぜモンスターの注意をひきつけやすいのですか。</td>\r\n<td>妖獣はモンスターの注意を引くスキルが使えるから。</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどの職業に髪飾りを付けると効果がないですか。</td>\r\n<td>妖獣</td>\r\n</tr>\r\n<tr>\r\n<td>召喚師の四人の契□者の中で、治療が上手なのは誰ですか。</td>\r\n<td>メシア</td>\r\n</tr>\r\n<tr>\r\n<td>召喚師のスキル「フローラレイン」は以下のどの目標を退治できますか。</td>\r\n<td>以上のどっちでも</td>\r\n</tr>\r\n<tr>\r\n<td>召喚師が召喚物を犠牲して、しばらく自身を強化できるスキルは何ですか。</td>\r\n<td>ガルベルダット</td>\r\n</tr>\r\n<tr>\r\n<td>召喚師の一番強い召□物は火神【アドファルチュ】ですが、その火神を獲得する前に試練があります。試練はどこで行いますか。</td>\r\n<td>天劫の谷</td>\r\n</tr>\r\n<tr>\r\n<td>以下の剣士のスキル又はスキル効果の中で、どれが発動したら、目標を気絶させますか。</td>\r\n<td>リザブドラフ</td>\r\n</tr>\r\n<tr>\r\n<td>金属性モンスターが金系ダメージを受けた時、次のうち正しいのは？</td>\r\n<td>すべての被ダメージを減少</td>\r\n</tr>\r\n<tr>\r\n<td>おみくじのクエストリストを更新するには何のアイテムが必要ですか。</td>\r\n<td>おみくじ印</td>\r\n</tr>\r\n<tr>\r\n<td>何Lvから毎日「使命の証」を受け取ることができますか。</td>\r\n<td>40</td>\r\n</tr>\r\n<tr>\r\n<td>毎日の出席クエストは何Lvから受けられますか。</td>\r\n<td>40</td>\r\n</tr>\r\n<tr>\r\n<td>褒美獲得クエストは毎日何度受けられますか。</td>\r\n<td>3個</td>\r\n</tr>\r\n<tr>\r\n<td>何Lvから毎日褒美獲得クエストをすることができますか。</td>\r\n<td>40</td>\r\n</tr>\r\n<tr>\r\n<td>ギルド基地の材料の中、兵器庫を作るために需要の一番多い材料は何ですか。</td>\r\n<td>神霊木</td>\r\n</tr>\r\n<tr>\r\n<td>ギルド基地の中で、どこでクイズクエストができますか。</td>\r\n<td>中央広間</td>\r\n</tr>\r\n<tr>\r\n<td>ギルド基地で以下のどの武器を買えないですか。</td>\r\n<td>神兵の杖</td>\r\n</tr>\r\n<tr>\r\n<td>ギルド内にない職位は？</td>\r\n<td>会長</td>\r\n</tr>\r\n<tr>\r\n<td>領土戦で、最大収容プレイヤー上限は？</td>\r\n<td>160人</td>\r\n</tr>\r\n<tr>\r\n<td>どうやってオークションウィンドウに入りますか。</td>\r\n<td><span style=\"color: #ff33ff;\">オークショニアに話しかける</span></td>\r\n</tr>\r\n<tr>\r\n<td>巫霊の成長は何段階ある？</td>\r\n<td>4</td>\r\n</tr>\r\n<tr>\r\n<td>巫霊の体力をどうやって回復させますか。</td>\r\n<td>各種の元石を与える</td>\r\n</tr>\r\n<tr>\r\n<td>巫霊の昇級方法でないのは？</td>\r\n<td>完美石注入</td>\r\n</tr>\r\n<tr>\r\n<td>死亡した後、どうすれば装備が落ちないですか。</td>\r\n<td>ロック状態</td>\r\n</tr>\r\n<tr>\r\n<td>祖龍の城「合成師」のところでLv5精錬石1個を合成するのに必要な組み合わせは？</td>\r\n<td>2個のLv4精錬石と1個のLv3精錬石</td>\r\n</tr>\r\n<tr>\r\n<td>配当返還の一番小さい単位は何ですか。</td>\r\n<td>銀</td>\r\n</tr>\r\n<tr>\r\n<td>インタフェースを非表示にするショートカットは何ですか。</td>\r\n<td>Alt+H</td>\r\n</tr>\r\n<tr>\r\n<td>ショートカットキー設定を開くショートカットキーはどれですか。</td>\r\n<td>K</td>\r\n</tr>\r\n<tr>\r\n<td>椰子の群生地東には悪事の限りを尽くした者がおり、いつも近くのプレイヤーを殺したりします。その人は誰ですか。</td>\r\n<td>反逆者エンシュ</td>\r\n</tr>\r\n<tr>\r\n<td>毎日出席してカードを集め、以下のどのアイテムと交換できますか。</td>\r\n<td>指輪</td>\r\n</tr>\r\n<tr>\r\n<td>武器を精錬する時、何個の幻仙石が必要ですか。</td>\r\n<td>2</td>\r\n</tr>\r\n<tr>\r\n<td>バックの中に入れられるCoinの最大値はいくらですか。</td>\r\n<td>200000000</td>\r\n</tr>\r\n<tr>\r\n<td>騎乗の一番速いスピードは1秒何メートルですか。</td>\r\n<td>11m/秒</td>\r\n</tr>\r\n<tr>\r\n<td>飛行ツールのエネルギーがなくなったらどうしますか。</td>\r\n<td>飛行ツールに各種の元石を与える</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ff33ff;\">ギルド基地で買えない武器はこの中のど～れだ？</span></td>\r\n<td><span style=\"color: #ff33ff;\">神兵の杖</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n<li>Lv20以上のキャラクターがクエスト対象となります。</li>\r\n<li>出題内容はキャラクターレベル帯により、変化します。</li>\r\n<li>Lv20～59のキャラクターは「神遣いアルト」から、Lv60以上のキャラクターは「神遣いメルト」から受諾できます。</li>\r\n<li>クイズの出題から回答までには制限時間があります。</li>\r\n<li>「神遣いアルト」「神遣いメルト」から受諾可能なクイズクエストは、正解・不正解に関わらず、同一レベル帯で1日15回までとなります。なお、この回数制限は、MK-ID内で共有されます。</li>\r\n<li>同一MK-ID内に存在する、同一レベル帯のキャラクターにて、合計で15回のクイズクエストを受諾された場合は、同一レベル帯のクイズクエストを受諾することができなくなります。</li>\r\n</ul>','',2,5663,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2015-07-15 07:11:49','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('kanbi_quiz_60',3,0,'2014-10-12 18:34:38','【完美世界】クイズ60-69','','<p>※１つのアカウントにつき同じレベル帯のクイズは15問までしか受ける事ができません！！</p>\r\n<table border=\"1\"><colgroup><col width=\"67%\" /> <col width=\"33%\" /> </colgroup>\r\n<tbody>\r\n<tr><th style=\"text-align: center;\" width=\"67%\">質問</th><th style=\"text-align: center;\" width=\"33%\">回答</th></tr>\r\n<tr>\r\n<td>神月谷ダンジョンの関所を省略し、直接BOSSと対面し、BOSSのHPと攻撃を大幅にダウンできるのはどのモード？</td>\r\n<td>封神モード</td>\r\n</tr>\r\n<tr>\r\n<td>地下城でないのは？</td>\r\n<td>天劫の谷</td>\r\n</tr>\r\n<tr>\r\n<td>死霊の門の奥にいるBOSSは？</td>\r\n<td>パサカウとパサホース</td>\r\n</tr>\r\n<tr>\r\n<td>ミドル到達に必要なダンジョンの数は？</td>\r\n<td>天劫の谷</td>\r\n</tr>\r\n<tr>\r\n<td>夢幻宮ダンジョンは毎日何回入場できる？</td>\r\n<td>1回</td>\r\n</tr>\r\n<tr>\r\n<td>「森の遺跡」イベント途中で倒されたら？</td>\r\n<td>スタート地点に戻される</td>\r\n</tr>\r\n<tr>\r\n<td>「森の遺跡」イベント限定時間は何時間？</td>\r\n<td>2時間</td>\r\n</tr>\r\n<tr>\r\n<td>BOSSカード何枚でBOSSを召喚する召喚暗号と交換できる？</td>\r\n<td>8枚</td>\r\n</tr>\r\n<tr>\r\n<td>法輪はどの職業の階級武器？</td>\r\n<td>精霊師</td>\r\n</tr>\r\n<tr>\r\n<td>どの職業に「金属マスタリ」スキルがある？</td>\r\n<td>精霊師</td>\r\n</tr>\r\n<tr>\r\n<td>どのスキルが金系攻撃？</td>\r\n<td>ブレスソード</td>\r\n</tr>\r\n<tr>\r\n<td>召喚師が初めて口したものの名前と獲得したレベルは？</td>\r\n<td>シュウLv7</td>\r\n</tr>\r\n<tr>\r\n<td>妖獣は変身して何の形態ににりますか？</td>\r\n<td>白虎</td>\r\n</tr>\r\n<tr>\r\n<td>妖精のペットスキルでないのは？</td>\r\n<td>狂暴</td>\r\n</tr>\r\n<tr>\r\n<td>錬金マスターのスキルの書はどのNPCからもらえる？</td>\r\n<td>幽冥の使者</td>\r\n</tr>\r\n<tr>\r\n<td>ショップアイテムに関してどのNPCの所で交換できる？</td>\r\n<td>ショップ員</td>\r\n</tr>\r\n<tr>\r\n<td>ファッションはどのNPCのところで染められる？</td>\r\n<td>織物師</td>\r\n</tr>\r\n<tr>\r\n<td>桃の花の林に囲まれた町の名前は？</td>\r\n<td>桃源郷</td>\r\n</tr>\r\n<tr>\r\n<td>ギルドはいつから基地を作れる？</td>\r\n<td>Lv3</td>\r\n</tr>\r\n<tr>\r\n<td>Lv2のギルドにはいくら必要？</td>\r\n<td>200万</td>\r\n</tr>\r\n<tr>\r\n<td>Lv2のギルドメンバー数上限は？</td>\r\n<td>100</td>\r\n</tr>\r\n<tr>\r\n<td>Lv3のギルドメンバー数上限は？</td>\r\n<td>200</td>\r\n</tr>\r\n<tr>\r\n<td>L3のギルドにはいくら必要？</td>\r\n<td>1000万</td>\r\n</tr>\r\n<tr>\r\n<td>宣戦ギルドの基地健康度は少なくてもいくら？</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>ギルドが同盟を結ぶメリットは？</td>\r\n<td>PK保護</td>\r\n</tr>\r\n<tr>\r\n<td>ギルドの外交関係の中で選択できる関係は何種類？</td>\r\n<td>3種</td>\r\n</tr>\r\n<tr>\r\n<td>外交関係を修正する操作の時間間隔は何分？</td>\r\n<td>30分</td>\r\n</tr>\r\n<tr>\r\n<td>他のギルドとの外交関係を一方的に解除するにはcoinがいくら必要？</td>\r\n<td>600万</td>\r\n</tr>\r\n<tr>\r\n<td>ギルドの外交関係の中で同盟や敵対関係を請求するにはcoinをいくら差し引く？</td>\r\n<td>300万</td>\r\n</tr>\r\n<tr>\r\n<td>各ギルド間で敵対や同盟の外交関係はいつまで続く？</td>\r\n<td>30日間</td>\r\n</tr>\r\n<tr>\r\n<td>ギルド基地の建物を回収すると、何倍の初期材料を獲得できる？</td>\r\n<td class=\"xl65\">50%</td>\r\n</tr>\r\n<tr>\r\n<td>剣仙鋼材料庫と材料の中にはそれぞれ剣仙鋼がいくつある？</td>\r\n<td>80 40</td>\r\n</tr>\r\n<tr>\r\n<td>武器の最大ソケット数は？</td>\r\n<td>2</td>\r\n</tr>\r\n<tr>\r\n<td>防具の最大ソケ数は？</td>\r\n<td>4</td>\r\n</tr>\r\n<tr>\r\n<td>武器の付加属性内の「ピリアス」とは？</td>\r\n<td>一定の確率で相手の物防ダウン</td>\r\n</tr>\r\n<tr>\r\n<td>オレンジ色の名前の意味は？</td>\r\n<td>モンスターレベルがあなたよりLv8高い。</td>\r\n</tr>\r\n<tr>\r\n<td>最大移動速度は？</td>\r\n<td>15m/秒</td>\r\n</tr>\r\n<tr>\r\n<td>ロック装備は管理人の所で何時間以内ならロック解除できる？</td>\r\n<td>72時間</td>\r\n</tr>\r\n<tr>\r\n<td>死亡で経験値が下がらないのはどのレベル以下のキャラクター？</td>\r\n<td>Lv10</td>\r\n</tr>\r\n<tr>\r\n<td>残霧島のクエストを受けるには、どのレベルから？</td>\r\n<td>60</td>\r\n</tr>\r\n<tr>\r\n<td>どこでWTの取引ができる？</td>\r\n<td>オークション</td>\r\n</tr>\r\n<tr>\r\n<td>未開封の郵便物はいつまで保存できる？</td>\r\n<td>無制限</td>\r\n</tr>\r\n<tr>\r\n<td>ポストに保存できる郵便物は最大？</td>\r\n<td>32通</td>\r\n</tr>\r\n<tr>\r\n<td>アイテムの委託販売操作に必要な保証金はいくら？</td>\r\n<td>30万</td>\r\n</tr>\r\n<tr>\r\n<td>以下のうち、操作設定で選択できるウインドウモードは？</td>\r\n<td>風格</td>\r\n</tr>\r\n<tr>\r\n<td>修霊時間1時間、経験値倍率12倍を選択すると、消耗する結丹石の数は？</td>\r\n<td>5個</td>\r\n</tr>\r\n<tr>\r\n<td>≪黒夜伝説≫内の創世神の名前は？</td>\r\n<td>黒曜</td>\r\n</tr>\r\n<tr>\r\n<td>結婚式で貢献度を獲得できないのは、どれでしょう？</td>\r\n<td>「渚のジョージ」を召喚する</td>\r\n</tr>\r\n<tr>\r\n<td>結婚式で倒した敵からドロップしないものは？</td>\r\n<td>フルーツキャンディ</td>\r\n</tr>\r\n<tr>\r\n<td>千年前の浮遊城の入り口を開けたのは？</td>\r\n<td>神々の伝承</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n<li>Lv20以上のキャラクターがクエスト対象となります。</li>\r\n<li>出題内容はキャラクターレベル帯により、変化します。</li>\r\n<li>Lv20～59のキャラクターは「神遣いアルト」から、Lv60以上のキャラクターは「神遣いメルト」から受諾できます。</li>\r\n<li>クイズの出題から回答までには制限時間があります。</li>\r\n<li>「神遣いアルト」「神遣いメルト」から受諾可能なクイズクエストは、正解・不正解に関わらず、同一レベル帯で1日15回までとなります。なお、この回数制限は、MK-ID内で共有されます。</li>\r\n<li>同一MK-ID内に存在する、同一レベル帯のキャラクターにて、合計で15回のクイズクエストを受諾された場合は、同一レベル帯のクイズクエストを受諾することができなくなります。</li>\r\n</ul>','',2,9335,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2016-04-30 10:08:55','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('kanbi_quiz_70',3,0,'2014-10-12 18:36:49','【完美世界】クイズ70-79','','<p>※１つのアカウントにつき同じレベル帯のクイズは15問までしか受ける事ができません！！</p>\r\n<table border=\"1\"><colgroup><col width=\"67%\" /> <col width=\"33%\" /> </colgroup>\r\n<tbody>\r\n<tr><th style=\"text-align: center;\" width=\"67%\">質問</th><th style=\"text-align: center;\" width=\"33%\">回答</th></tr>\r\n<tr>\r\n<td>どうやって速くダンジョンの入口に着く？</td>\r\n<td>幻境石のテレポートで</td>\r\n</tr>\r\n<tr>\r\n<td>ダンジョン黄昏の神殿は全部で何章に分かれている？</td>\r\n<td>3個</td>\r\n</tr>\r\n<tr>\r\n<td>ダンジョン「死霊の門」で使うことが出来るお酒の名前は？</td>\r\n<td>古井貢</td>\r\n</tr>\r\n<tr>\r\n<td>カード召喚BOSSを倒して獲得できるのは？</td>\r\n<td>魔封</td>\r\n</tr>\r\n<tr>\r\n<td>幽冥の谷内の幽冥境は元はどの種族のものだった？</td>\r\n<td>鬼仙族</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのダンジョンのモンスターが「啓天の残章」をドロップした？</td>\r\n<td>仙幻の森</td>\r\n</tr>\r\n<tr>\r\n<td>「古代本の残章」は以下のどのダンジョンのモンスターがドロップした？</td>\r\n<td>神無谷</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのダンジョンで「巫霊装飾丸」を獲得できますか。</td>\r\n<td>幻霊界城</td>\r\n</tr>\r\n<tr>\r\n<td>「運命の残章」は以下のどのイベントの褒美？</td>\r\n<td>ザキューブ</td>\r\n</tr>\r\n<tr>\r\n<td>夢幻宮ダンジョンは最低何人で完成できる？</td>\r\n<td>8</td>\r\n</tr>\r\n<tr>\r\n<td>次のうち完美国際の勢力名称でないのは？</td>\r\n<td><span style=\"color: #ff33ff;\">七殺盟</span></td>\r\n</tr>\r\n<tr>\r\n<td>古代都市はパーフェクトワールドの地図のどこにある？</td>\r\n<td>東北側</td>\r\n</tr>\r\n<tr>\r\n<td>誰から「クリップを別荘に交換する」イベントクエストを受ける？</td>\r\n<td>トリトニア</td>\r\n</tr>\r\n<tr>\r\n<td>どのレベルからクリップのクエストができる？</td>\r\n<td>Lv70</td>\r\n</tr>\r\n<tr>\r\n<td>どのレベルから「クリップを別荘に交換する」イベントのクエストを受け取れる？</td>\r\n<td>70</td>\r\n</tr>\r\n<tr>\r\n<td>祖龍の城内のテレポート師は全部で何人？</td>\r\n<td><span style=\"color: #ff33ff;\">4</span></td>\r\n</tr>\r\n<tr>\r\n<td>どのNPCから教会の待合室にテレポートできる？</td>\r\n<td>月の仙人</td>\r\n</tr>\r\n<tr>\r\n<td>結婚する時、教会の中で結婚式を阻止するのは誰？</td>\r\n<td>渚のジョージ</td>\r\n</tr>\r\n<tr>\r\n<td>魂術師の専用武器は何？</td>\r\n<td>魂玉</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどの武器が弓使いにのみ使われる？</td>\r\n<td>大弓</td>\r\n</tr>\r\n<tr>\r\n<td>パーフェクトワールドの中で、妖精のペットはゲームの内で捕まえられる？</td>\r\n<td>できる。</td>\r\n</tr>\r\n<tr>\r\n<td>修霊機能の中で、どんな影響がある？</td>\r\n<td>モンスターを倒すと、経験値を10％獲得。</td>\r\n</tr>\r\n<tr>\r\n<td>武器精錬が失敗なら、武器が消える？</td>\r\n<td>いいえ。</td>\r\n</tr>\r\n<tr>\r\n<td>どうやって武器精錬の成功度をアップできる？</td>\r\n<td>精錬アップのアイテムを使う。</td>\r\n</tr>\r\n<tr>\r\n<td>武器の精錬に使わなければならないアイテムは何？</td>\r\n<td>幻仙石</td>\r\n</tr>\r\n<tr>\r\n<td>武器精錬が失敗した時、その精錬のレベルを落とさないアイテムは以下のどれ？</td>\r\n<td>天地石</td>\r\n</tr>\r\n<tr>\r\n<td>どうやって武器属性をアップできる？</td>\r\n<td>どちらでもできる。</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのアイテムは武器精錬を100％成功させる？</td>\r\n<td>精錬石</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのアイテムが装備の精錬に使われる？</td>\r\n<td>幻仙石</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのアイテムが装備のはめ込みに使われる？</td>\r\n<td>ルビー</td>\r\n</tr>\r\n<tr>\r\n<td>スタールビーを防具にはめ込んだら、キャラクターにどんな属性を追加できる？</td>\r\n<td>物理防御を追加する</td>\r\n</tr>\r\n<tr>\r\n<td>インクルージョンを防具にはめ込んだら、キャラクターにどんな属性を追加できる？</td>\r\n<td>HPを追加する</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターの防具は最大宝石を何個はめ込める？</td>\r\n<td>4個</td>\r\n</tr>\r\n<tr>\r\n<td>どうやって「共通倉庫許可証」を獲得する？</td>\r\n<td>乾坤袋から購入する</td>\r\n</tr>\r\n<tr>\r\n<td>倉庫拡張石1個でどれだけ倉庫を拡張できる？</td>\r\n<td>8コマ</td>\r\n</tr>\r\n<tr>\r\n<td>完美石の用途について、正しくないのは？</td>\r\n<td>巫霊の経験を増やす</td>\r\n</tr>\r\n<tr>\r\n<td>以下でパーフェクトワールドの補填材料でないのは？</td>\r\n<td>合成油</td>\r\n</tr>\r\n<tr>\r\n<td>以下でパーフェクトワールドの油脂類でないのは？</td>\r\n<td>糊</td>\r\n</tr>\r\n<tr>\r\n<td>天魔転換器と何個の幻仙石で覇転生符を合成できる？</td>\r\n<td>200個</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのアイテムを使うと、パーフェクトワールドすべてのテレポートポイントを開ける？</td>\r\n<td>山河の地図</td>\r\n</tr>\r\n<tr>\r\n<td>以下でパーフェクトワールドで出現したことがないのは？</td>\r\n<td>三蔵法師丸</td>\r\n</tr>\r\n<tr>\r\n<td>属性がなく同レベルの状況下なら、どのモンスターを倒した時の経験値が最も高い？</td>\r\n<td>空中モンスター</td>\r\n</tr>\r\n<tr>\r\n<td>パーフェクトワールドのファッションにはいくつかの部位がある？</td>\r\n<td>6個</td>\r\n</tr>\r\n<tr>\r\n<td>オークションは何時に始まる？</td>\r\n<td>21時</td>\r\n</tr>\r\n<tr>\r\n<td>領土戦時、同時に最大何台の戦車を保有できる？</td>\r\n<td>8</td>\r\n</tr>\r\n<tr>\r\n<td>巫霊は取引不可状態から取引可能状態になるまで何時間かかる？</td>\r\n<td>168</td>\r\n</tr>\r\n<tr>\r\n<td>露店名は何文字まで？</td>\r\n<td>13</td>\r\n</tr>\r\n<tr>\r\n<td>パーフェクトワールドの定期メンテナンスは第一週と第三週の何曜日となっている？</td>\r\n<td>火</td>\r\n</tr>\r\n<tr>\r\n<td>おみくじクエストを更新するにはどのアイテムが必要？</td>\r\n<td>おみくじ印</td>\r\n</tr>\r\n<tr>\r\n<td>以下のうち名声を獲得できないのはどれ？</td>\r\n<td>ギルド基地のクエストを完成する</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ff33ff;\">以下の職業のうち、朧化が使えるのは?</span></td>\r\n<td><span style=\"color: #ff33ff;\">両方とも</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ff33ff;\"><span style=\"color: #ff33ff;\">ファッションはいくつか部位がある?</span></span></td>\r\n<td><span style=\"color: #ff33ff;\">6</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n<li>Lv20以上のキャラクターがクエスト対象となります。</li>\r\n<li>出題内容はキャラクターレベル帯により、変化します。</li>\r\n<li>Lv20～59のキャラクターは「神遣いアルト」から、Lv60以上のキャラクターは「神遣いメルト」から受諾できます。</li>\r\n<li>クイズの出題から回答までには制限時間があります。</li>\r\n<li>「神遣いアルト」「神遣いメルト」から受諾可能なクイズクエストは、正解・不正解に関わらず、同一レベル帯で1日15回までとなります。なお、この回数制限は、MK-ID内で共有されます。</li>\r\n<li>同一MK-ID内に存在する、同一レベル帯のキャラクターにて、合計で15回のクイズクエストを受諾された場合は、同一レベル帯のクイズクエストを受諾することができなくなります。</li>\r\n</ul>','',2,6871,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2015-05-27 20:45:35','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('kanbi_quiz_80',3,0,'2014-10-12 18:48:51','【完美世界】クイズ80-89','','<p>※１つのアカウントにつき同じレベル帯のクイズは15問までしか受ける事ができません！！</p>\r\n<table border=\"1\"><colgroup><col width=\"67%\" /> <col width=\"33%\" /> </colgroup>\r\n<tbody>\r\n<tr><th style=\"text-align: center;\" width=\"67%\">質問</th><th style=\"text-align: center;\" width=\"33%\">回答</th></tr>\r\n<tr>\r\n<td height=\"18\">以下のどのダンジョンに高経験褒美がありますか。</td>\r\n<td>霜降の氷城</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">怨霊の太上大王はどこで封印された？</td>\r\n<td>輪廻殿</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">輪廻殿に入るのに必要なアイテムは？</td>\r\n<td>輪廻殿秘密の鍵</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">神秘な老人のところで輪廻殿ダンジョンに入る鍵を一日中何本受け取りますか。</td>\r\n<td>3個</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">ティアマトの令牌はどのNPCのところで受け取りますか。</td>\r\n<td>神隠しの使徒</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">「神無谷」イベントに参加して必要とするティアマトの令牌をどんなアイテムで交換できますか。</td>\r\n<td>使命の証</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">「神無谷」イベント参加に必要は最低レベルは？</td>\r\n<td>40</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">どのイベントで「使命の証」が必要？</td>\r\n<td>ザキューブ</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">ザキューブには一日中何回参加できますか。</td>\r\n<td>一回だけですが、もし「キューブVIPの手紙」を使ったら制限がないですけど。</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">ザキューブには非シークレットルームが全部でいくつありますか。</td>\r\n<td>50部屋</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">ザキューブについて以下のどの言い方が違いますか。</td>\r\n<td>ザキューブのサイコロは無料で受け取れます。</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">龍宮は何曜日にオープンする？</td>\r\n<td>火曜日</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">仙幻の森、魔幻の森ダンジョン内の酒剣の仙人が最も好きな酒は？</td>\r\n<td>杜康醸</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">黄昏の神殿などの高級ダンジョンの中で、モンスターを倒さないで直接BOSSと戦うとどうなる？</td>\r\n<td>BOSSが狂暴になる</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">パーフェクトワールドの天劫は成、住、壊、空、破の5つに分かれている。五劫とは、5つの神獣の発動により分けられている。以下のうち神獣に属さないものは？</td>\r\n<td>太迦</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">どの街の群守で鉄壁薬を作成できますか。</td>\r\n<td>万界城</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">以下のうち、全職業のマスターがいるのは？</td>\r\n<td>万界城</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">褒美獲得クエストはどこで受け取りますか。</td>\r\n<td>祖龍の城</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">褒美獲得クエストはどこで受け取りますか。</td>\r\n<td>祖龍の城</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">伝説の天魔界の入り口はどこにある？</td>\r\n<td>万界城</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">パーフェクトワールドの中ではクリップで別荘と交換できる。どのNPCから？</td>\r\n<td>祖龍 トリトニア</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">「クレージーロック」クエストで褒美を受け取るまでの待ち時間は？</td>\r\n<td>10分</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">冒険支援BOXで受け取るキャラクターのレベルは最大でいくつですか。</td>\r\n<td>80</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">仙に転生することと魔に転生することが同時にできますか。</td>\r\n<td>できない。</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">天書を装備するなら、特別な属性を獲得できるほかに何か利益を獲得できますか。</td>\r\n<td>騎乗ペットに餌をあげる必要がない</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">巫霊は最大でいくつのスキルを同時に覚えられる？</td>\r\n<td>8個</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">以下のうち、巫霊の装備でないのは？</td>\r\n<td>霊眼</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">キツネやトラなどの絵文字はどうやって獲得する？</td>\r\n<td>乾坤袋やモール内で購入</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">冒険支援BOXはレベル５０になった時、ハンマーがないと開けられないです。どこで完美ハンマーを獲得しますか。</td>\r\n<td>ショップで買う</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">露天証の機能は以下のどれでしょうか。</td>\r\n<td>紙幣売買機能を起動する</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">同一アカウントのキャラクター間でどのアイテムを使って倉庫を共通にする？</td>\r\n<td>共通倉庫許可証</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">パーフェクトワールドの中でどうやって武器の付加属性を変えますか。</td>\r\n<td>武器を輪廻させる</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">装備が壊れたらどうやって修理しますか。</td>\r\n<td>NPCに頼んで修理します。</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">限定アンバーを提供できる勢力は？</td>\r\n<td>カグヤ</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">販売員のレベルは次のうちどれ以下ではいけない？</td>\r\n<td>Lv95</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">16Pオレンジ色武器の付加属性はいくつまで増加できる？</td>\r\n<td>6</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">領土戦のたびに、双方のメンバーはそれぞれ何人が参戦できますか。</td>\r\n<td>80人</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">ギルド作成の申し込みについて以下のどの言い方が違いますか。</td>\r\n<td>WTを上納しなければなりません。</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">ひとつのギルドは最大何人のリーダーを所有できる？</td>\r\n<td>12</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">キャラクターが死亡する時、どうやって損害にあわないですか。</td>\r\n<td>身代わり札を使います。</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">以下の四つの項目の中でどれかが精霊師の八階級の武器ですか。</td>\r\n<td>ブライトツール</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">ハイド状態の暗殺師が目標を攻撃する時、ハイド状態は解除される。</td>\r\n<td>はい。</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">召喚師のペットはゲームの中で獲得したのですか。</td>\r\n<td>いいえ。</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">剣士はスキル「クラッシュサークル」を発動する時、移動できますか。</td>\r\n<td>できない。</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">妖精はどんなアイテムでペットの満腹度を下げないですか。</td>\r\n<td>天書満腹の巻き</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">戦士という職業は全部で何種類の武器のマスタリーを学べますか。</td>\r\n<td>4</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">木属性モンスターを抑えるスキルは？</td>\r\n<td>金系魔術</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">Lv8階級は名声がいくら必要ですか。</td>\r\n<td>20万名声</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">Lv8階級を受け取るには名声がいくら必要ですか。</td>\r\n<td>20万</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">キャラクターは何レベルになると転生できますか。</td>\r\n<td>89</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\">次のうち、レベルが同じなのは？</td>\r\n<td>ジャスティス/デス</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"><span style=\"color: #ff33ff;\">ギフト交換使者が交換してくれる専属褒美の最高アイテムはなに？</span></td>\r\n<td><span style=\"color: #ff33ff;\">最高褒美</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"><span style=\"color: #ff33ff;\">夜影がマスタークラスで覚えられないスキルはそれ？</span></td>\r\n<td><span style=\"color: #ff33ff;\">飢狼刃</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"><span style=\"color: #ff33ff;\">各城にいる職業のマスターは何をしてくれる？</span></td>\r\n<td><span style=\"color: #ff33ff;\">スキルブックがある今はただの飾り</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"><span style=\"color: #ff33ff;\">朧族の「朧」ってなんて読むでしょうか？</span></td>\r\n<td><span style=\"color: #ff33ff;\">おぼろ</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n<li>Lv20以上のキャラクターがクエスト対象となります。</li>\r\n<li>出題内容はキャラクターレベル帯により、変化します。</li>\r\n<li>Lv20～59のキャラクターは「神遣いアルト」から、Lv60以上のキャラクターは「神遣いメルト」から受諾できます。</li>\r\n<li>クイズの出題から回答までには制限時間があります。</li>\r\n<li>「神遣いアルト」「神遣いメルト」から受諾可能なクイズクエストは、正解・不正解に関わらず、同一レベル帯で1日15回までとなります。なお、この回数制限は、MK-ID内で共有されます。</li>\r\n<li>同一MK-ID内に存在する、同一レベル帯のキャラクターにて、合計で15回のクイズクエストを受諾された場合は、同一レベル帯のクイズクエストを受諾することができなくなります。</li>\r\n</ul>','',2,7133,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2015-07-20 08:40:19','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('kanbi_quiz_90',3,0,'2014-10-12 18:50:11','【完美世界】クイズ90-','','<p>※１つのアカウントにつき同じレベル帯のクイズは15問までしか受ける事ができません！！</p>\r\n<table border=\"1\"><colgroup><col width=\"67%\" /> <col width=\"33%\" /> </colgroup>\r\n<tbody>\r\n<tr><th style=\"text-align: center;\" width=\"67%\">質問</th><th style=\"text-align: center;\" width=\"33%\">回答</th></tr>\r\n<tr>\r\n<td>16P特級オレンジ武器内でデストーションといわれる武器のタイプは。</td>\r\n<td>単刀</td>\r\n</tr>\r\n<tr>\r\n<td>16P特級オレンジ武器でLv50攻撃レベル付加、毎回のダメージに相当するのは？</td>\r\n<td class=\"xl65\">150%</td>\r\n</tr>\r\n<tr>\r\n<td>16P特級オレンジ武器ブリッツペインの説明で違うのは？</td>\r\n<td>ピアリスの付加属性を持つ</td>\r\n</tr>\r\n<tr>\r\n<td>15階級の輪廻武器を鋳造したいなら、霊性水晶が何個必要ですか。</td>\r\n<td>7</td>\r\n</tr>\r\n<tr>\r\n<td>Lv50になると冒険支援BOXから、受け取ることのできる武器は誰にゆかりのあるものですか。</td>\r\n<td>夏風将軍</td>\r\n</tr>\r\n<tr>\r\n<td>Lv1-12精錬100％成功の精錬石の名前は？</td>\r\n<td>Lv12精錬石</td>\r\n</tr>\r\n<tr>\r\n<td><span>伝説によると、「覇転生符」という宝を獲得できると、自分自身の「信念の力」を発揮させます。</span>「覇転生符」は何か不思議な効用があります。「覇転生符」を獲得した修真者は「仙魔転生使」のところで「天魔転換」が出来る。仙魔転換をするには必要なアイテムが何ですか。</td>\r\n<td>覇転生符</td>\r\n</tr>\r\n<tr>\r\n<td>以下の三つの項目の中で、どれがLv100以上の褒美クエストで獲得した褒美ではないですか。</td>\r\n<td>結丹石</td>\r\n</tr>\r\n<tr>\r\n<td>パーフェクトワールドで染色できないのは？</td>\r\n<td>武器</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどれが戦闘で不可欠品ではないですか。</td>\r\n<td>紙幣</td>\r\n</tr>\r\n<tr>\r\n<td>Lv30になると各種族は無料で族人にどんなアイテムを送りますか。</td>\r\n<td>飛行器</td>\r\n</tr>\r\n<tr>\r\n<td>パーフェクトワールドで無制限に薬を服用できますか。</td>\r\n<td>いいえ、できないです。薬にはクールタイムがあるから。</td>\r\n</tr>\r\n<tr>\r\n<td>巫霊を作成するには幻仙石がいくつ必要ですか。</td>\r\n<td>3</td>\r\n</tr>\r\n<tr>\r\n<td>飛行ツールの速度をより速くできるアイテムは？</td>\r\n<td>風の精霊</td>\r\n</tr>\r\n<tr>\r\n<td>巫霊が獲得できる最大のスキルポイントは？</td>\r\n<td>26点</td>\r\n</tr>\r\n<tr>\r\n<td>初期能力で力が成長しやすい巫霊は？</td>\r\n<td>青龍巫霊</td>\r\n</tr>\r\n<tr>\r\n<td>オークションは最大何時まで延長できる？</td>\r\n<td>24時</td>\r\n</tr>\r\n<tr>\r\n<td>ギルド趣味クエスト完了に必要なレベルは？</td>\r\n<td>Lv30</td>\r\n</tr>\r\n<tr>\r\n<td>神月谷ダンジョンPTモードを開始するたびに、リーダーはcoinをいくら払いますか。</td>\r\n<td>300万</td>\r\n</tr>\r\n<tr>\r\n<td>黄金装備「シャドーロッド」は以下のどのダンジョンのどのBOSSが落ちたものですか。</td>\r\n<td>魔界桃源郷、人面桃花</td>\r\n</tr>\r\n<tr>\r\n<td>黄金装備「エブリマウントのマント」の鋳具は以下のどのダンジョンのどのBOSSが落ちたものですか。</td>\r\n<td>魔界桃源郷、エブリマウント</td>\r\n</tr>\r\n<tr>\r\n<td>天界本箱:「真リザレクション」は以下のどのダンジョンのどのBOSSが落ちたものですか。</td>\r\n<td>魔界桃源郷、人面桃花</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのBOSSはダンジョン「天界煉獄」のBOSSではないですか。</td>\r\n<td>焔の使い</td>\r\n</tr>\r\n<tr>\r\n<td>プリズンキングはどのダンジョンのBOSSですか。</td>\r\n<td>天界99ダンジョン</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのモンスターは天界にいないですか。</td>\r\n<td>フレイムハイエロ</td>\r\n</tr>\r\n<tr>\r\n<td>以下のどのモンスターは魔界にいないですか。</td>\r\n<td>飛翔の鳳凰</td>\r\n</tr>\r\n<tr>\r\n<td>「運がいいね。千年の眠りから覚めた途端、人間の生き血を飲めるとは！」というのはどのBOSSでしょうか？</td>\r\n<td>ウォーデン</td>\r\n</tr>\r\n<tr>\r\n<td>「おいおい、震天鼓を奪いに来たのか？こいつめ！」と言うのはだれでしょうか。</td>\r\n<td>鼓神</td>\r\n</tr>\r\n<tr>\r\n<td>以下の誰が輪廻殿の最終のBOSSですか。</td>\r\n<td>太上大王</td>\r\n</tr>\r\n<tr>\r\n<td>以下のうち、輪廻殿の七つの道に含まれないのはどれでしょう。</td>\r\n<td>湿婆天道</td>\r\n</tr>\r\n<tr>\r\n<td>仙転生を選んだプレイヤーは、魔界に入ることができますか。</td>\r\n<td>できる。</td>\r\n</tr>\r\n<tr>\r\n<td>天界に入るには必要なクラスは何ですか。</td>\r\n<td>ロウ</td>\r\n</tr>\r\n<tr>\r\n<td>魔界に入るには必要なクラスは何ですか。</td>\r\n<td>カオス</td>\r\n</tr>\r\n<tr>\r\n<td>祖龍城の軍隊の指揮官は誰ですか。</td>\r\n<td>夏風将軍</td>\r\n</tr>\r\n<tr>\r\n<td>涼寿城はどこにありますか。</td>\r\n<td>孤島にある</td>\r\n</tr>\r\n<tr>\r\n<td>祖龍城の長老は城内のどの方位にいますか。</td>\r\n<td>城の東側</td>\r\n</tr>\r\n<tr>\r\n<td>祖龍城は以下のどの形と似ていますか。</td>\r\n<td>正方形</td>\r\n</tr>\r\n<tr>\r\n<td>神霊族の主城の名前は何ですか。</td>\r\n<td>神霊の城塞</td>\r\n</tr>\r\n<tr>\r\n<td>プレイヤーが幻霊界城ダンジョンに入るのを助けるNPCバイコウはどの町にいますか。</td>\r\n<td>桃源郷</td>\r\n</tr>\r\n<tr>\r\n<td>PTを組んだ時、隊長にはどの権限がないですか。</td>\r\n<td>指定のアイテムはある隊員のバッグにドロップした。</td>\r\n</tr>\r\n<tr>\r\n<td>Lv29は最高でどのクラスに達しますか。</td>\r\n<td>レギュラー</td>\r\n</tr>\r\n<tr>\r\n<td>キャラクターは何レベルになると、神月谷で生産した武器を装備できますか。</td>\r\n<td>95</td>\r\n</tr>\r\n<tr>\r\n<td>何曜日から各ギルドは宣戦できますか。</td>\r\n<td>水</td>\r\n</tr>\r\n<tr>\r\n<td>冥獣争覇イベントは毎週の何曜日行いますか。</td>\r\n<td>水</td>\r\n</tr>\r\n<tr>\r\n<td>死んだプレイヤーを復活させる職業はどの職業ですか。</td>\r\n<td>精霊師</td>\r\n</tr>\r\n<tr>\r\n<td>妖族の職業は何レベルになると飛べますか。</td>\r\n<td>Lv30</td>\r\n</tr>\r\n<tr>\r\n<td>初期には、妖精のペットハウスは何個ありますか。</td>\r\n<td>2</td>\r\n</tr>\r\n<tr>\r\n<td>陸海空に止まることができるペットの職業は何の職業ですか。</td>\r\n<td>召喚師</td>\r\n</tr>\r\n<tr>\r\n<td>召喚師の五行属性は何ですか。</td>\r\n<td>木</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ff33ff;\">以下のうち、輪廻殿の七つの道に含まれないのはどれでしょう</span></td>\r\n<td><span style=\"color: #ff33ff;\">北海道</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ff33ff;\">朧族が泳ぐときのフォームは?</span></td>\r\n<td><span style=\"color: #ff33ff;\">クロール</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n<li>Lv20以上のキャラクターがクエスト対象となります。</li>\r\n<li>出題内容はキャラクターレベル帯により、変化します。</li>\r\n<li>Lv20～59のキャラクターは「神遣いアルト」から、Lv60以上のキャラクターは「神遣いメルト」から受諾できます。</li>\r\n<li>クイズの出題から回答までには制限時間があります。</li>\r\n<li>「神遣いアルト」「神遣いメルト」から受諾可能なクイズクエストは、正解・不正解に関わらず、同一レベル帯で1日15回までとなります。なお、この回数制限は、MK-ID内で共有されます。</li>\r\n<li>同一MK-ID内に存在する、同一レベル帯のキャラクターにて、合計で15回のクイズクエストを受諾された場合は、同一レベル帯のクイズクエストを受諾することができなくなります。</li>\r\n</ul>','',2,8865,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2015-05-27 20:43:11','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20150126_au_android_ketai_support_term',3,0,'2015-01-26 12:56:33','au Androidケータイのサポートは大丈夫か','','<p>最近IT Mediaから下記のニュースがあった。<br /><a title=\"Google、古いAndroidのサポート終了か　9億台で脆弱性放置の恐れ\" href=\"http://www.itmedia.co.jp/enterprise/articles/1501/13/news113.html\">Google、古いAndroidのサポート終了か　9億台で脆弱性放置の恐れ(2015/1/13)</a></p>\r\n<p><span style=\"font-size: 0.9em; line-height: 1em;\">この記事により、国内外を含むAndroidケータイ9億台がサポート切れにより脆弱性が放置され、脅威にさらされていることが明らかになった。</span></p>\r\n<p><span style=\"font-size: 13px; line-height: 12.960000038147px;\">サポート期間はどのように決まっているのか。パソコンではMicrosoftはソフトウェア製品のサポート期間を基本的に10年(最低5年のメインストリームサポートと最低5年の延長サポート)と定めている。<br /></span><span style=\"font-size: 13px; line-height: 12.960000038147px;\">Android OSの場合、</span><span style=\"font-size: 13px; line-height: 12.960000038147px;\">Android OSそのものはGoogleがサポートするが、端末を含めた</span><span style=\"font-size: 13px; line-height: 12.960000038147px;\">サポートは端末メーカーが提供する。サポート期間は端末メーカーが決定するから、WindowsのようにOS単位では断定できない。発売時期が同じ端末でも、メーカーや機種によりサポート期間が異なるということはありえる。</span></p>\r\n<p><span style=\"font-size: 13px; line-height: 12.960000038147px;\"><span>よって、au Androidケータイの場合はauに確認しなければならない。先週金曜日(1/23)このニュースが国内を駆け巡ってから10日経ったこともあり、社としての見解もそろったことだろうと考え、auお客様センターに確認をしてみた。</span></span></p>','<p><span style=\"font-size: 0.9em; line-height: 1em;\">この時の結論から言うと、auではすべての現行ケータイに対し、4.4へのバージョンアップを提供しているとのこと。</span></p>\r\n<p>現行というのは話のやり取りの中で、くろねこが「御社では２年間の買い替えモデルを採用していますよね。２年間は保証された環境が使用できるのですか」と聞いたことへの返答であるので、２年間はGoogleがサポートする現行から２世代のOSが利用できるということになりそうだ。</p>\r\n<p>しかし、以下の記事ではそうではない事実があるようです。<br /><a title=\"発売1年未満の国産スマホも大打撃、GoogleがAndroid 4.3以下のサポート終了\" href=\"http://buzzap.jp/news/20150114-google-jellybean-support-end/\">発売1年未満の国産スマホも大打撃、GoogleがAndroid 4.3以下のサポート終了</a></p>\r\n<p><span>上記の内容は事前に確認していたのですが、機種名などを空でいえるほど暗記してなかったので、確認はしませんでしたが電話の時には提供が始まっていたのでしょうか。</span></p>\r\n<p>&rarr;そうではないようですね...<br />指摘されている<a title=\"AQUOS PHONE SERIE SHL23 アップデート情報\" href=\"http://www.au.kddi.com/information/notice_mobile/update/update-20140605-01/\">AQUOS PHONE SERIE SHL23 アップデート情報</a>のページでは、すでにサポートが終了している4.2へのバージョンアップしか提供されていません。</p>\r\n<p><span>もう一度機種名指定で確認しないとダメかなぁ？</span></p>',2,1813,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.itmedia.co.jp/enterprise/articles/1501/13/news113.html\">Google、古いAndroid',0,1,0,0,0,'2015-01-27 15:15:21','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_WindowsUpdateHistory',3,0,'2015-06-26 12:38:02','[Win]Windows update 履歴確認コマンド','FAQWin_Windows_Update_History','<p>Windows Update後何かおかしくなった???<br />「何を導入したらおかしくなったのか」を残したい。<br />コンパネからの表示でも履歴は見れるけれどもコピペもできないのでWebからの検索が少々面倒。また、企業などでは1台ではわからなかった問題も何台分か集まると何か見えてくるかもしれない...&nbsp;</p>\r\n<p>クライアント側でWindows Updateの適用履歴を確認したい際のコマンド<br />コマンドプロンプトから...</p>\r\n<pre class=\"brush: ps;\">wmic qfe &gt; wu.log</pre>\r\n<p>こうすることでWindows Updateの履歴がwu.logに出力できる。</p>\r\n<p>個人的にはWSUS側が提供した更新プログラムの一覧も入手したいんですけど、提供されていないようですね...</p>','',2,5214,1,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2015-06-29 11:14:43','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20150717_JR',3,0,'2015-07-17 21:02:50','今日のJRがグダグダだった理由','','<p>あああ</p>','',2,612,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2015-07-17 21:03:36','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20150717_Surface_Pro_4',3,0,'2015-07-17 20:00:02','Surface 4 発売日はいつかにゃ？','','<p>Surface 3の発売が始まったと思ったら、次はSurface Pro 4の発売が近いようだにゃ。</p>\r\n<p>Surface 3の購入を検討した際に、Pro 4の発売時期についても確認したんですけどねぇ。真実はいつも闇の中ですねぇ。そのとき自称MS社員は正確なところは分からないと念を押しつつも、<span>Surfaceの開発部隊は、</span>「Windows 10の開発で忙しく、Surface Proの開発まで手が回ってないので当分でないでしょう。 まぁ、年内はないですね。」とか言ってたのにちゃっかり10月っぽいです。</p>\r\n<ul>\r\n<li><a href=\"http://taisy0.com/2015/07/16/54684.html\">Microsoft、次期｢Surface Pro｣を10月に発売か - taisy0.com</a></li>\r\n<li><a href=\"http://ggsoku.com/2015/04/surface-pro-4-in-october/\">「Surface Pro 4」、10月中にも発表か - ggsoku.com</a></li>\r\n</ul>\r\n<p>くろねこ、タブレットを買ったもののほとんど使って無く、基本はデスクトップ。デスクトップの買い換えもしたいのだけど、そろそろタブレットでデスクトップの変わりも出来ないかな？とも考えていたりして&hellip;&nbsp;</p>\r\n<p>ちょっと、Surface Pro 4検討してみますかにゃ？</p>','',2,4741,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://taisy0.com/2015/07/16/54684.html\">Microsoft、次期｢Su...</a>\n<a href=\"http://ggsoku.com/2015/04/surface-pro-4-in-october/\">「Surface Pro 4」、1...</a>',0,1,0,0,0,'2015-07-23 21:48:36','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_TrustedInstaller',3,0,'2016-01-09 00:13:36','所有者をTrustedInstallerに戻す際の指定方法','','<p>Windows10にしてからユニバーサルアプリ(電卓など)の起動に失敗することがあってレジストリの権限を変更する機会があったのだが、一部のレジストリは管理者に変更権限がない。また、所有者がTrustedInstallerに設定されているため、管理者であってもフルコントロール権限が付与されていないと権限変更が出来ない。<span style=\"font-size: 0.9em; line-height: 1em;\">このため、所有者をAdministratorに変更するのだが、利用後には変更した後所有者を元に戻しておきたいと考えた。(※多分戻す必要は無い)</span></p>\r\n<p>ふつうにTrustedInstallerとして入力してもダメだったので、正式名称的な指定方法(BUILTIN￥Administrator)などがあるんだと調べたところ、所有者を元に戻すには「NT Service\\TrustedInstaller」と指定すれば良いことが分かったので残しておく。</p>','',2,9486,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2016-01-14 08:54:23','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_ConcatFils_copycmd',3,0,'2015-11-04 17:51:24','テキストファイル・分割ファイルの結合','','<p>単に結合するだけなら、copyコマンドで...とすぐに思い出せるのだが、ワイルドカードが使えるかどうか等含めていろいろ不安になるのでメモ。</p>\r\n<p>個人的にあるケースは以下のような感じ</p>\r\n<ol>\r\n<li>テキストデータの結合。<br />電話会社の請求明細がテキストファイルで中身がCSV形式だったので、毎月のデータを結合して1年分を作成</li>\r\n<li>元がアーカイブファイルでメールに添付できるサイズで切って送ってきたので、結合して元のzipファイルに戻す。</li>\r\n</ol>\r\n<p>2つのテキストファイルを結合させる場合、</p>\r\n<pre class=\"brush:ps\">C*\\&gt;copy 201509.txt+201510.txt 201509-10.txt</pre>\r\n<p>バイナリの場合は、/bオプションを付けて...</p>\r\n<pre class=\"brush:ps\">C*\\&gt;copy /b hoge.001+hoge.002 hoge.zip</pre>\r\n<p>ワイルドカードを利用して規則性のあるファイルを全部結合したい場合、</p>\r\n<pre class=\"brush:ps\">C*\\&gt;copy /b 2015*.txt 2015all.txt</pre>\r\n<p>などなど。</p>\r\n<p>でも、最近結合が必要な機会もかなり減ってきた。</p>','',2,3155,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2015-11-04 17:59:03','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_WinMgr_LimitedGroup',3,0,'2016-01-13 21:17:51','企業などで各パソコンに管理者アカウントを追加する方法','','<p>企業などで各パソコンの管理をしたい時には管理者アカウントを作成して、ドメインのAdministratorsグループにメンバーとして追加する方法が最もポピュラーだと思いますし、Windows Serverなどの講習会でもその方法が教えられていると思います。</p>\r\n<p>今日は、別の方法をご紹介したいと思います。<br />その方法は「グループポリシー」を使う方法です。各クライアントに管理者アカウントを追加する際には、各パソコンのAdministratorsグループにアカウントを追加します。この作業をドメインポリシーで一括して行うことができるのです。<br />その指定方法ですが、「Windowsの設定\\セキュリティの設定\\制限されたグループ」に、グループBUILTIN\\Administratorsを追加して、そのグループに対象ユーザーを追加します。</p>\r\n<p><a title=\"制限されたグループ\" href=\"https://msdn.microsoft.com/ja-jp/library/cc785631(v=ws.10).aspx\">制限されたグループ(日本マイクロソフト公式サイト)</a></p>\r\n<p>制限されたグループには2通りの設定があります。<br />「このグループのメンバー」と「このグループの所属」です。</p>\r\n<table><caption>「制限されたグループ」の設定項目</caption>\r\n<tbody>\r\n<tr><th>設定項目</th><th>説明</th></tr>\r\n<tr><th>このグループの<br />メンバー</th>\r\n<td>ローカル グループのメンバーを制限するために使用されます。<br />ここに記載されたメンバーのみがグループに所属されることになります。</td>\r\n</tr>\r\n<tr><th>このグループの<br />所属</th>\r\n<td>\r\n<p>ドメインのグループを強制的にサーバー/PC のローカル グループに追加することができます。<br />既存メンバーは追加されたままとなり、削除されません。</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>このグループのメンバーを使う利点として、管理者アカウントを追加するというよりは、その名の通りクライアントのグループを制限できるということかと思います。</p>\r\n<p>というのは、通常は各クライアントにて管理者権限を持っていると、グループを編集して権限を持ったアカウントの追加や削除ができることはご存知だと思います。また、ドメインポリシーは通常90分に一度サーバーからクライアントに同期しています。この同期のタイミングでクライアント側で書き換えられたグループの変更内容がリセットされてしまいます。よって、各クライアントで勝手な変更をされたくない場合に有効に使えると思います。</p>','',2,3760,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://msdn.microsoft.com/ja-jp/library/cc785631(v=ws.10).aspx\">制限されたグループ(日本マイクロソフト公式サイト)</a>',0,1,0,0,0,'2016-11-09 10:08:43','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20160129165942233',3,0,'2016-01-27 19:41:25','このSIM買いだな…','','<p>　ソネットは1月26日、MVNOサービスの新商品「0 SIM（ゼロシム）」を同社の<a href=\"http://lte.so-net.ne.jp/sim/0sim/\" target=\"_blank\">Webサイト</a>で販売開始した。SIMカードのサイズは標準、micro、nanoの3種類から選択可能で、初期費用（登録事務手数料）は3000円（税別、以下同）。</p>\r\n<p>　0 SIMは、毎月500MB未満の通信量であれば、ユニバーサルサービス料金込みで月額0円から利用できることが最大の特徴。500MB以上通信すると、2GB（1600円）を上限に100MBごとに100円の通信料が課金される。月間5GBまで下り最大225Mbps・上り最大50Mbps（ともに理論値）の高速データ通信が可能で、5GBを超過すると、上下200kbpsに通信速度が制限されるが、有料の「データチャージ」を行うことで通信速度を戻すこともできる。通信はNTTドコモのLTE（Xi）および3G（FOMA）のネットワークに対応する。</p>','',2,607,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://lte.so-net.ne.jp/sim/0sim/\">Webサイト</a>',0,1,0,0,0,'2016-01-29 16:59:42','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20160315085939699',3,0,'2016-03-15 08:59:39','Office 365 分割オフラインインストール手順','','<p>Office 365 分割オフラインインストール手順(分割インストール)を行う際、必要に応じて端末に残っている古い情報を削除する必要があります。</p>\r\n<ol type=\"I\">\r\n<li>Office 365 ProPlus のアンインストール について</li>\r\n<li>Office 2016 のオフライン インストールについて</li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">オフライン インストール概要　</span></li>\r\n<ol>\r\n<li>ライセンス認証について　</li>\r\n<li>作業の流れ　</li>\r\n<ol type=\"A\">\r\n<li>Office 展開ツールのダウンロードと解凍　</li>\r\n<li>XML ファイルの編集　</li>\r\n<li>コマンド プロンプトを実行し、インストール ソースをクライアント自身にダウンロード　</li>\r\n<li>コマンド プロンプトを実行し、インストール ソースから、クライアント自身に Office 製品をインスト　</li>\r\n</ol></ol></ol>','<h3>Office 365 ProPlus のアンインストール について</h3>\r\n<p>Office 365 ProPlus では、削除ツール [Easy Fix ツール] を適用することで、端末に残っている情報を消去し、あらためて再インストールを行うことが可能でございます。<br />Office 2016 がインストールされている端末に改めて Office 2016 をインストールいただく場合には、こちらの Easy Fix ツールをダウンロードいただき、Office 2016 をインストールする前に既存の Office 2016 のアンインストールを行っていただきますようお願いいたします。<br />※※ ご注意事項 ※※<br />下記削除ツール (Easy Fix ツール) は、\"すべての 2013 / 2016 バージョンの Office 製品\" が対象となります。<br />したがいまして、Office 365 提供の製品以外にも、パッケージ版や VL 版、 Visio、Project Pro などのアプリケーションにつきましても、[2013 バージョン] または [2016 バージョン] をご利用の場合は、すべてアンインストールの対象となりますので、恐れ入りますがあらかじめご留意いただきますようお願い申し上げます。<br />なお、Easy Fix ツールを適用すると、自動的にブラウザがシャット ダウンされる動作となるため、ブラウザで作業中のページ等がある場合には、あらかじめ作業を終了してから、下記の操作を行っていただきますようお願い申し上げます。<br /><br />&lt;Office 2013 または Office 2016 製品のアンインストール&gt;<br />以下の適用プログラム (Easy Fix ツール) を適用しアンインストールを行います。</p>\r\n<ol>\r\n<li>以下のリンク先にアクセスします。<br />Title : Windows コンピューターから Office 2016、Office 2013、または Office 365 をアンインストールする<br />URL : <a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" href=\"http://support.microsoft.com/kb/2739501/ja\">http://support.microsoft.com/kb/2739501/ja</a></li>\r\n<li>リンク先の画面下部にある [Download] をクリックします。</li>\r\n<li>[download.microsoft.com から O15CTRRemove.diagcab を開くか、または保存しますか?] と表示されますので、[保存] をクリックします。</li>\r\n<li>ダウンロード完了後、[ファイルを開く] をクリックして Easy Fix ツールを実行します。</li>\r\n<li>[Uninstall Microsoft Office] 画面が表示されますので、[次へ] をクリックします。</li>\r\n<li>[この修正を適用します] をクリックします。</li>\r\n<li>[問題を解決しています] と表示されますので、しばらくお待ちください。</li>\r\n<li>[The troubleshooter has successfully uninstalled Microsoft Office] と表示されましたら、[次へ] をクリックします。</li>\r\n<li>[トラブルシューティングが完了しました] 画面が表示されましたら、[閉じる] をクリックします。</li>\r\n<li>必ず、端末を &ldquo;再起動&rdquo; します。</li>\r\n</ol>\r\n<p><br />ここまでの操作で、アンインストール / レジストリ残留情報の削除は完了いたします。<br />&ldquo;再起動&rdquo; が完了いたしましたら、Office の再インストールを行っていただきますようお願いいたします。</p>\r\n<h3>Office 2016 のオフライン インストールについて</h3>\r\n<h4>オフライン インストール概要</h4>\r\n<p>オフライン インストールは、クラウド上に存在するインストール ソース (インストールに必要なデータ群) をクライアントに全てダウンロードすることで、Office 365 ポータルサイトを介さず、クライアント自身、あるいはネットワーク内の別のクライアントに、Office 製品をクイック実行形式でインストールすることが可能でございます。<br />＜画像付き手順書＞<br />オフライン インストール手順につきまして、以下の Web サイトにて画像付きの手順書をご用意しております。本メールに記載のインストール手順とあわせてご参照くださいますと幸いでございます。<br /><br />Title : Office 365 ProPlus (2013) オフラインインストール手順<br />URL : <a href=\"http://community.office365.com/ja-jp/wikis/officeapps/4888.aspx\">http://community.office365.com/ja-jp/wikis/officeapps/4888.aspx</a><br /><br />Title : Office 365 ProPlus (2016) オフラインインストール手順 <br />URL <a href=\"https://community.office365.com/ja-jp/f/347/t/421490\">https://community.office365.com/ja-jp/f/347/t/421490</a> <br />＜関連情報＞<br />Title : クイック実行の Office 展開ツールがサポートされている製品の Id<br />URL : <a href=\"http://support.microsoft.com/kb/2842297/ja\">http://support.microsoft.com/kb/2842297/ja</a></p>\r\n<h4>ライセンス認証について</h4>\r\n<p>インストール ソースには、ライセンスの情報は含まれておりません。予めライセンス情報を含めておくことや、管理者が一斉に代行することもできない動作となります。<br />したがいまして、Office 製品のライセンス認証はインストール後に別途行っていただく必要があり、その際にはユーザー ID とパスワードの入力が必要になります。</p>\r\n<h4>作業の流れ</h4>\r\n<p><span style=\"font-size: 12.96px; line-height: 1em;\">オフライン インストールの大まかな流れは以下の通りとなります。</span></p>\r\n<ol>\r\n<li>Office 展開ツールのダウンロードと解凍</li>\r\n<li>XML ファイルの編集</li>\r\n<li>コマンド プロンプトを実行し、インストール ソースをクライアント自身にダウンロード</li>\r\n<li>コマンド プロンプトを実行し、インストール ソースから、クライアント自身に Office 製品をインストール</li>\r\n</ol>\r\n<h4>■ &lt;補足のご案内&gt; オフライン インストールの操作手順</h4>\r\n<p>以下に、段階別に分けて操作手順を記載させていただきます。</p>\r\n<h5>A. Office 展開ツールのダウンロードと解凍</h5>\r\n<ol>\r\n<li>Office 展開ツールをダウンロードし、解凍します。<br />インストールする Office のバージョンによって利用する展開ツールが異なります。インストールしたいバージョンの展開ツールをダウンロードします。<br />※ インストールしないバージョンの展開ツールは不要となります。<br /><ol>\r\n<li>Office 2016 専用展開ツール<br />URL : http://www.microsoft.com/en-us/download/details.aspx?id=49117</li>\r\n<li>Office 2013 専用展開ツール<br />URL : http://www.microsoft.com/en-us/download/details.aspx?id=36778</li>\r\n</ol>\r\n<p>ファイル名 [OfficeDeploymentTool.exe] (実行することで解凍される、自己解凍式の EXE ファイルです。)</p>\r\n<p>解凍後に生成されるファイルは以下の通りです。</p>\r\n<ul>\r\n<li>onfiguration.xml</li>\r\n<li>setup.exe<span style=\"font-size: 0.9em; line-height: 1em;\">&nbsp;</span></li>\r\n</ul>\r\n</li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">解凍した上記 2 つのファイルを、任意のフォルダにコピーあるいは移動します。<br /><span style=\"font-size: 0.9em; line-height: 1em;\">必ずしも格納する必要はございませんが、本メールでは C ドライブ直下に [Office365] フォルダ (C:\\Office365\\) を作成いただき、当該フォルダにインストールソースを含めた上記ファイルを格納すると想定してご案内いたします。</span></span></li>\r\n</ol>\r\n<h5>&nbsp;<span style=\"font-size: 12.24px; line-height: 1em;\">B. XML ファイルの編集</span></h5>\r\n<ol>\r\n<li>展開ツール解凍後のダウンロードされた XML ファイルを右クリック後、[編集] で開きます。</li>\r\n<li>表示されたテキストを全て消去し、以下のテキストを貼り付けてから保存します。</li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">※ 以下は Office 365 ProPlus から Outlook のみを導入する際のテキストです。<br />--ここから---------------------------------------------<br />&lt;Configuration&gt;<br />&lt;Add SourcePath=\"C:\\Office365\\\" OfficeClientEdition=\"32\"&gt;<br />&lt;Product ID=\"O365ProPlusRetail\"&gt;<br />&lt;Language ID=\"ja-jp\" /&gt;<br />&lt;ExcludeApp ID=\"Access\" /&gt;<br />&lt;ExcludeApp ID=\"Excel\" /&gt;<br />&lt;ExcludeApp ID=\"Groove\" /&gt;<br />&lt;ExcludeApp ID=\"infoPath\" /&gt;<br />&lt;ExcludeApp ID=\"Lync\" /&gt;<br />&lt;ExcludeApp ID=\"OneNote\" /&gt;<br />&lt;ExcludeApp ID=\"PowerPoint\" /&gt;<br />&lt;ExcludeApp ID=\"Project\" /&gt;<br />&lt;ExcludeApp ID=\"Publisher\" /&gt;<br />&lt;ExcludeApp ID=\"SharePointDesigner\" /&gt;<br />&lt;ExcludeApp ID=\"Visio\" /&gt;<br />&lt;ExcludeApp ID=\"Word\" /&gt;<br />&lt;/Product&gt;<br />&lt;/Add&gt;<br />&lt;/Configuration&gt;<br />--ここまで------------------------------------------</p>\r\n<p style=\"padding-left: 30px;\">＜Officeの設定変更ついて＞<br />展開ツールを利用すると、様々な設定を変更することが可能となっております。設定可能な各属性につきましては、以下の公開情報をご参照ください。<br /><br />Title : クイック実行 configuration.xml ファイルのリファレンス<br />URL : <a href=\"https://technet.microsoft.com/ja-jp/library/jj219426.aspx\">https://technet.microsoft.com/ja-jp/library/jj219426.aspx</a><br /><br />＜ダウンロード &amp; インストールする Office 製品の 32 bit 版、64 bit 版の切り替え方について＞<br />XML ファイルのテキスト、&lt;Add OfficeClientEdition=\"**\" &gt; で制御しております。ご希望に合わせて数字を書き換える事でご対応いただけます。<br /><br />32 bit 版をインストールする例<br />&lt;Add OfficeClientEdition=\"32\" &gt;<br /><br />64 bit 版をインストールする例<br />&lt;Add OfficeClientEdition=\"64\" &gt;<br /><br />※ 64 bit OS に 32 bit をインストールすることは問題なく可能でございます。<br />※ 32 ビット版と 64 ビット版の差異につきましては、以下の Web サイトをご参照ください。<br /><br />Title : Microsoft Office の 32 ビット版と 64 ビット版を選択する<br />URL : <a href=\"https://support.office.com/ja-jp/article/2dee7807-8f95-4d0c-b5fe-6c6f49b8d261\">https://support.office.com/ja-jp/article/2dee7807-8f95-4d0c-b5fe-6c6f49b8d261</a></p>\r\n<h5>C. コマンド プロンプトを実行し、インストール ソースをクライアント自身にダウンロード</h5>\r\n<ol>\r\n<li>コマンド プロンプトを開き、Office 展開ツールが保存されているディレクトリにコマンド プロンプト上で移動します。<br />コマンド例<br />cd C:\\Office365\\<br />※ [Office365] というフォルダに Office 展開ツールが保存されている場合</li>\r\n<li>以下のコマンドを実行します。<br />コマンド例<br />setup /download configuration.xml</li>\r\n<li>インストール ソースのダウンロードが開始されます。20 分～30 分ほどお待ちいただきますと、ダウンロード完了となります。</li>\r\n<li>setup.exe が存在する階層に新しいフォルダが生成され、ダウンロードされたインストール ソースが [Office365] フォルダの [Office] フォルダに保存されたことを確認します。</li>\r\n</ol>\r\n<h5>D. コマンド プロンプトを実行し、インストール ソースから、クライアント自身に Office 製品をインストール</h5>\r\n<ol>\r\n<li>コマンド プロンプトを開き、Office 展開ツールが保存されているディレクトリにコマンド プロンプト上で移動します。<br />コマンド例<br />cd C:\\Office365\\<br />※ [Office365] というフォルダに Office 展開ツールとインストール ソース [Office] フォルダが保存されている場合</li>\r\n<li>以下のコマンドを実行します。<br />コマンド例<br />setup /configure configuration.xml</li>\r\n<li>インストールが完了するまでお待ちください。およそ 20 ～ 30 分前後でインストールが完了いたします。</li>\r\n<li>インストール完了後は Office アプリケーションを起動いただき、Office 365 のユーザー ID とパスワードにてライセンス認証を行っていただきますようお願いいたします。</li>\r\n</ol>',2,939,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://support.microsoft.com/kb/2739501/ja\">http://support.microsof...</a>\n<a href=\"http://community.office365.com/ja-jp/wikis/officeapps/4888.aspx\">http://community.office...</a>\n<a href=\"https://community.office365.com/ja-jp/f/347/t/421490\">https://community.offic...</a>\n<a href=\"http://support.microsoft.com/kb/2842297/ja\">http://support.microsof...</a>\n<a href=\"https://technet.microsoft.com/ja-jp/library/jj219426.aspx\">https://technet.microso...</a>\n<a href=\"https://support.office.com/ja-jp/article/2dee7807-8f95-4d0c-b5fe-6c6f49b8d261\">https://support.office....</a>',0,1,0,0,0,'2016-03-15 13:04:36','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('BlogO365_Register_contact2GAL',3,0,'2016-05-26 13:02:25','グローバルアドレス帳に連絡先を一括で登録する方法','','<p>組織内に利用中のO365以外のメールシステムやグループウェアがある場合、そのシステムを利用しているユーザーをO365システムに登録をしておきたいという要求が発生する可能性があると思います。</p>\r\n<p>そのような場合、メール連絡先として登録することで、グローバル アドレス帳に表示されます。<br />メール連絡先を新規で一括登録する方法に関して、CSV ファイルの作成例及び、インポート方法を下記にまとめました。</p>\r\n<ol>\r\n<li>メール連絡先のインポート時に使用する CSV ファイルの作成例</li>\r\n<li>メール連絡先にインポートする</li>\r\n</ol>','<h3>1. メール連絡先のインポート時に使用する CSV ファイルの作成例</h3>\r\n<p>メール連絡先のインポート時に使用する CSV ファイルを作成します。<br />1行目はヘッダ(固定値)となり、2 行目以降に実際の情報を記載します。</p>\r\n<ul>\r\n<li>表示名、エイリアス、外部連絡先電子メールアドレスは必須項目となります。</li>\r\n<li>国/地域に情報を記載する場合、2 桁のアルファベットで入力します。例えば、\"日本\"の場合、\"JP\" と記載します。その他の国につきましては、以下のサイトをご参照ください。<br />Title：Table of Country/Region and State/Province Names and Codes [C++]<br />URL：<a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" href=\"http://msdn.microsoft.com/en-US/library/ee799297(v=cs.20).aspx\">http://msdn.microsoft.com/en-US/library/ee799297(v=cs.20).aspx</a></li>\r\n</ul>\r\n<p>&lt;ファイルの書式例&gt;</p>\r\n<pre class=\"brush:powershell\">Name,Alias,ExternalEmailAddress,FirstName,LastName,Company,Department,Office,Phone,MobilePhone,HomePhone,PostalCode,StateOrProvince,City,StreetAddress,CountryOrRegion,Fax,Notes,Title\r\n&lt;表示名&gt;,&lt;エイリアス&gt;,&lt;外部連絡先電子メールアドレス&gt;,&lt;名&gt;,&lt;姓&gt;,&lt;会社名&gt;,&lt;部署&gt;,&lt;事業所&gt;,&lt;勤務先電話&gt;,&lt;携帯番号&gt;,&lt;自宅電話&gt;,&lt;郵便番号&gt;,&lt;都道府県&gt;,&lt;市町村&gt;,&lt;番地&gt;,&lt;国/地域&gt;,&lt;FAX&gt;,&lt;メモ&gt;,&lt;役職&gt;</pre>\r\n<p>&lt;ファイル作成例&gt;</p>\r\n<pre class=\"brush:powershell\">Name,Alias,ExternalEmailAddress,FirstName,LastName,Company,Department,Office,Phone,MobilePhone,HomePhone,PostalCode,StateOrProvince,City,StreetAddress,CountryOrRegion,Fax,Notes,Title\r\n山田 太郎,taro,taro@contoso.com,太郎,山田,Microsoft,営業部,品川本社,03-0000-0000,080-0000-0000,03-0000-0000,000-0000,東京,港区港南,0-0-0,JP,03-0000-0000,メモ,役職\r\n佐藤 花子,hanako,hanako@contoso.com,花子,佐藤,Microsoft,総務部,品川本社,03-0000-0000,080-0000-0000,03-0000-0000,000-0000,東京,港区港南,0-0-0,JP,03-0000-0000,メモ,役職</pre>\r\n<p>※ UTF-8 以外の文字コードが指定されている場合、文字コードを UTF-8 に変更します。文字コードの変更手順は、上記の「個人用の連絡先をインポートする方法について」内の &lt;UTF-8 での保存の手順&gt; をご参照いただけますようお願い申し上げます。</p>\r\n<h3>2. メール連絡先にインポートする</h3>\r\n<p>Exchange Online に接続した PowerShell にて、下記のコマンドレットを実行し、上記で作成した CSV ファイルをインポートします。</p>\r\n<p>1. 基本構文 (3 つのコマンドレットとなります)</p>\r\n<pre class=\"brush:powershell\">$Contacts = Import-CSV \"参照する CSV ファイルの格納先 \\ CSV ファイル名\"\r\n$Contacts | ForEach {New-MailContact -Name $_.Name -Alias $_.Alias -ExternalEmailAddress $_.ExternalEmailAddress -FirstName $_.FirstName -LastName $_.LastName}\r\n$Contacts | ForEach {Set-Contact $_.Name -Company $_.Company -Department $_.Department -Office $_.Office -Phone $_.Phone -MobilePhone $_.MobilePhone -HomePhone $_.HomePhone -PostalCode $_.PostalCode -StateOrProvince $_.StateOrProvince -City $_.City -StreetAddress $_.StreetAddress -CountryOrRegion $_.CountryOrRegion -Fax $_.Fax -Notes $_.Notes -Title $_.Title}\r\n</pre>\r\n<p>2. 実行例 (CSV ファイルは C:\\Users\\user\\Desktop\\Contact.csv として保存されている場合の例となります)</p>\r\n<pre class=\"brush:powershell\">$Contacts = Import-CSV \"C:\\Users\\user\\Desktop\\Contact.csv\"\r\n$Contacts | ForEach {New-MailContact -Name $_.Name -Alias $_.Alias -ExternalEmailAddress $_.ExternalEmailAddress -FirstName $_.FirstName -LastName $_.LastName}\r\n$Contacts | ForEach {Set-Contact $_.Name -Company $_.Company -Department $_.Department -Office $_.Office -Phone $_.Phone -MobilePhone $_.MobilePhone -HomePhone $_.HomePhone -PostalCode $_.PostalCode -StateOrProvince $_.StateOrProvince -City $_.City -StreetAddress $_.StreetAddress -CountryOrRegion $_.CountryOrRegion -Fax $_.Fax -Notes $_.Notes -Title $_.Title}\r\n</pre>\r\n<p>◆参考</p>\r\n<p>Title : Exchange Online での外部連絡先の一括作成<br /> URL :&nbsp;<a href=\"https://community.office365.com/ja-jp/w/exchange/1016\">https://community.office365.com/ja-jp/w/exchange/1016</a></p>\r\n<p>Title : New-MailContact<br /> URL :&nbsp;<a href=\"https://technet.microsoft.com/ja-JP/library/bb124519(v=exchg.150).aspx\">https://technet.microsoft.com/ja-JP/library/bb124519(v=exchg.150).aspx</a></p>\r\n<p>Title : Set-Contact<br /> URL :&nbsp;<a href=\"https://technet.microsoft.com/ja-jp/library/bb124535(v=exchg.150).aspx\">https://technet.microsoft.com/ja-jp/library/bb124535(v=exchg.150).aspx</a></p>',2,10428,141,0,'1970-01-01 09:00:00',0,'<a href=\"http://msdn.microsoft.com/en-US/library/ee799297(v=cs.20).aspx\">http://msdn.microsoft.c...</a>\n<a href=\"https://community.office365.com/ja-jp/w/exchange/1016\">https://community.offic...</a>\n<a href=\"https://technet.microsoft.com/ja-JP/library/bb124519(v=exchg.150).aspx\">https://technet.microso...</a>\n<a href=\"https://technet.microsoft.com/ja-jp/library/bb124535(v=exchg.150).aspx\">https://technet.microso...</a>',0,1,0,0,0,'2016-07-25 14:00:19','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_WinMgr_KB2771040',3,0,'2016-09-01 13:07:30','ログインを試みた際に&quot;このワークステーションとプライマリ ドメインとの信頼関係に失敗しました&quot; エラーがログオン画面に表示される','','<div class=\"section-header\">\r\n<p>■現象</p>\r\n<p><span>ドメインに参加しているパソコンで</span>コンピュータのロック状態から復帰しようとし、誤ったパスワードを永遠と入力し続けた結果、ログイン画面に「このワークステーションとプライマリ ドメインとの信頼関係に失敗しました。」と表示されドメインユーザーにログインできなくなる現象が発生する。</p>\r\n<p>■原因</p>\r\n<p>「コンピューターアカウント」の認証が破棄されたものと想像されます。</p>\r\n<p>解決方法</p>\r\n<p>この問題を解決するには、ドメインからコンピューターを削除し、その後でコンピューターをドメインに接続します。<br /><em>※この手順内で再起動が2度発生します。ログイン中のアカウントが行っていた未保存のデータは全て消えますのでご注意ください。&nbsp;</em></p>\r\n<p>&nbsp;</p>\r\n</div>','<p>この場合、次の手順を実行します。<br />マイクロソフト公式サイト(<a href=\"https://support.microsoft.com/ja-jp/kb/2771040\">\"このワークステーションとプライマリ ドメインとの信頼関係に失敗しました\" エラーが Windows 7 を搭載しているコンピューターにログオンすると表示される)からの転載です。</a>)</p>\r\n<ol>\r\n<li>ローカル管理者アカウントを使用して、コンピューターにログオンします。</li>\r\n<li>[スタート] ボタンをクリックし、[コンピューター] を右クリックし、[プロパティ] をクリックします。</li>\r\n<li>コンピューター名の横にある [設定の変更] をクリックします。</li>\r\n<li>[コンピューター名] タブで、[変更] をクリックします。</li>\r\n<li>[所属するグループ] 見出しの下で、[ワークグループ] を選択し、ワークグループ名を入力して、[OK] をクリックします。</li>\r\n<li>コンピューターを再起動するかどうかを確認するメッセージが表示されたら、[はい] をクリックします。</li>\r\n<li>[コンピューター名] タブで、[変更] をもう一度クリックします。</li>\r\n<li>[所属するグループ] 見出しの下で、[ドメイン] を選択し、ドメイン名を入力します。&nbsp;</li>\r\n<li>[OK] をクリックし、ドメイン内でアクセス許可を持っているユーザーの資格情報を入力します。</li>\r\n<li>コンピューターを再起動するかどうかを確認するメッセージが表示されたら、[はい] をクリックします。</li>\r\n<li>コンピューターを再起動します。</li>\r\n</ol>',2,3095,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://support.microsoft.com/ja-jp/kb/2771040\">\"このワークステ',0,1,0,0,0,'2016-09-01 13:25:38','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20161021011758320',3,0,'2016-10-21 01:17:58','17階級装備検討','','<ul>\r\n<li>必要素材\r\n<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>　</td>\r\n<td>血魂石</td>\r\n<td>金鉄隕石</td>\r\n<td>碧穹玉</td>\r\n<td>穢神木</td>\r\n<td>天玄骨</td>\r\n<td>八覚髄</td>\r\n<td>Coin</td>\r\n</tr>\r\n<tr>\r\n<td>②</td>\r\n<td>400</td>\r\n<td>240</td>\r\n<td>120</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>20M</td>\r\n</tr>\r\n<tr>\r\n<td>③</td>\r\n<td>1600</td>\r\n<td>960</td>\r\n<td>200</td>\r\n<td>70</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>50M</td>\r\n</tr>\r\n<tr>\r\n<td>④</td>\r\n<td>1800</td>\r\n<td>1080</td>\r\n<td>333</td>\r\n<td>108</td>\r\n<td>25</td>\r\n<td>&nbsp;</td>\r\n<td>90M</td>\r\n</tr>\r\n<tr>\r\n<td>⑤</td>\r\n<td>2200</td>\r\n<td>1320</td>\r\n<td>392</td>\r\n<td>122</td>\r\n<td>36</td>\r\n<td>13</td>\r\n<td>160M</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li>血魂石<br />血魂石（取引不可）&times;１&rarr;血石の破片・山（取引不可）&times;１＋血石の破片・海（取引不可）&times;１<br />血石の破片・山（取引不可）&times;４&rarr;盤古結・雨&times;１<br />血石の破片・山（取引不可）&times;１&rarr;血石の破片・山（取引可能）&times;１<br />血石の破片・山（取引可能）&times;１&rarr;盤古結・雨&times;１<br />血石の破片・海（取引可能）&rarr;幻海Dボスドロップ</li>\r\n<li>金鉄隕石<br />金鉄隕石（取引不可）&times;１&rarr;鉄隕石の破・山（取引不可）&times;１＋鉄隕石の破・海（取引不可）&times;１<br />鉄隕石の破・山（取引不可）&times;４&rarr;盤古結・雨&times;５<br />鉄隕石の破・山（取引不可）&times;１&rarr;鉄隕石の破・山（取引可能）&times;１<br />鉄隕石の破・山（取引可能）&times;１&rarr;盤古結・雨&times;５<br />鉄隕石の破・海（取引可能）&rarr;幻海Dボスドロップ</li>\r\n<li>碧穹玉<br />碧穹玉（取引不可）&times;１&rarr;碧穹玉（取引可能）&times;１<br />取引不可&rarr;盤古結・雨&times;１０<br />取引可能&rarr;盤古結・雨&times;４０　or　幻海Ｄボスドロップ</li>\r\n<li>穢神木<br />穢神木（取引不可）&times;１&rarr;穢神木（取引可能）&times;１<br />取引不可&rarr;盤古結・雨&times;１０＋盤古結・風&times;１０<br />取引可能&rarr;盤古結・雨&times;４０＋盤古結・風&times;４０　or　戦魂・剛&times;１</li>\r\n<li>天玄骨<br />天玄骨（取引不可）&times;１&rarr;天玄骨（取引可能）&times;１<br />取引可能&rarr;幻海Dボスドロップ（ゼートイフェルのみ）　or　戦魂・剛&times;３　or　戦魂・熾&times;１</li>\r\n<li>八覚髄<br />八覚髄（取引不可）&times;１&rarr;八覚髄（取引可能）&times;１<br />取引不可&rarr;盤古結・雲&times;６２<br />取引可能&rarr;盤古結・雲&times;２５０　or　戦魂・熾&times;３</li>\r\n</ul>','',2,639,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2016-10-21 01:47:23','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('RestoreGoogleChromBookmark',3,0,'2016-07-05 13:21:46','誤って削除したGoogle Chromeのブックマークを復元する方法','','<h4>普段から複数のPCで同期機能を利用している人が、誤ってブックマークを削除してしまった！と言うときに使える方法</h4>\r\n<h5>復元手順概要</h5>\r\n<ol>\r\n<li>ブックマーク同期OFF<br />復元してもすぐに同期が行われるので、まずブックマークの同期を中止する必要があります。</li>\r\n<li>ブックマーク復元<br />ブックマークの復元を行います。</li>\r\n<li>同期リセット<br />復元してもサーバー側の削除同期データが最新なので、これを削除する必要があります。</li>\r\n<li>ブックマーク同期ON<br />サーバー側の同期データがクリアできたら、クライアント側のデータを再度アップします。</li>\r\n</ol>','<h4>復元手順詳細</h4>\r\n<ol>\r\n<li>ブックマーク同期OFF<br />設定&rarr;個人設定&rarr;ログイン&rarr;詳細<br /><span style=\"font-size: 0.9em; line-height: 1em;\">「同期の詳細設定」にあるプルダウンメニューで「同期するデータタイプを選択」を選択。「ブックマーク」のチェックを外して「OK」ボタンをクリックします。</span></li>\r\n<li>ブックマーク復元<br />1)ブックマークのバックアップファイル「Bookmarks.bak」をコピーして複製します。Bookmarks.bakは下記のフォルダにあります。<br /><span style=\"font-size: 0.9em; line-height: 1em;\">C:\\Users\\[ユーザー名]\\AppData\\Local\\Google\\Chrome\\User Data\\Default</span>\r\n<p>2)同じフォルダにある「Bookmarks」を削除して、複製した「Bookmarks.bak」を「Bookmarks」にリネーム<br />復元にはブックマークのバックアップファイルを使います。このバックアップファイルが書き換えられてなければ復元可能です。</p>\r\n</li>\r\n<li>同期リセット<br /> <a title=\"Google Sync\" href=\"https://www.google.com/settings/chrome/sync\" target=\"_blank\">Google Sync</a>を開いて最下部にある同期をリセットボタンをクリックします。</li>\r\n<li>ブックマーク同期ON<br /> 設定&rarr;個人設定&rarr;ログイン&rarr;詳細<br /><span>OFFの時と逆で「同期の詳細設定」にあるプルダウンメニューで「同期するデータタイプを選択」を選択。「ブックマーク」のチェックをつけて「OK」ボタンをクリックします。</span></li>\r\n</ol>',2,8851,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://www.google.com/settings/chrome/sync\">Google Sync</a>',0,1,0,0,0,'2016-07-06 10:01:44','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('BlogPC_Spreadsheet_that_Unicode_can_be_used',3,0,'2016-07-19 11:49:48','Unicode CSVを扱える表計算ソフト','','<p>いつも使う表計算ソフトはマイクロソフトのExcelなのだが、<span style=\"font-size: 0.9em; line-height: 1em;\">Unicode(UTF-8)が扱えない。</span></p>\r\n<p>正確にはUnicodeを取り扱えるのだが単なるテキストとして。<br />表計算ソフトとしてUnicodeのCSVファイルを取込もうとすると文字化けする。</p>\r\n<p>なので、Unicodeを取り扱える表計算ソフトを探してみた。<br />LibreOfficeだと、CSV取込時に文字コードの確認があるので、文字化けすることなくCSVファイルを編集して書き戻せました。</p>\r\n<p>しかし、Office 365のデータにはUnicodeのCSVファイルもあるのにExcelで取り扱いが出来ないなんて&hellip;。(｀ﾍ&acute;) ﾌﾟﾝﾌﾟﾝ｡&nbsp;</p>','',2,3536,0,1,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2016-07-19 12:07:56','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('BlogO365_Register_contact2AddressList',3,0,'2016-07-25 13:21:06','個人用の連絡先をインポートする方法','','<p>他のメーラーなどから出力された連絡先(CSV)形式をインポートする。<br />クライアント 版Outlookでも連絡先のインポートはできるのだが、クライアント版のCSV形式インポートはS-JIS形式のみとなっているので、文字化けの危険性があるためOWA(<span>Outlook on the web</span>)を利用してインポートを行う。</p>','<h3><span style=\"font-size: 0.9em; line-height: 1em;\">1. CSV ファイルの作成</span></h3>\r\n<h4>&lt;CSV ファイルの基本構文&gt;</h4>\r\n<p>名,姓,電子メール アドレス,電子メールの種類,電子メール表示名<br /> [名],[姓],[メールアドレス],SMTP,[表示名]</p>\r\n<ul>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">1 行目はヘッダ行で、2行目以降がデータ行です。<br /></span><span style=\"font-size: 0.9em; line-height: 1em;\">実際に連絡先として登録するデーターは2行目以降に記入します。</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">CSV ファイルの文字コードは、多バイト文字や環境依存文字が文字化けすることを防ぐため、UTF-8 を指定する。</span></li>\r\n</ul>\r\n<h4>&lt;UTF-8 での保存の手順&gt;</h4>\r\n<p>他メーラーからエクスポートしたCSVはそのまま取り込めないので編集が必要。特に「<span>電子メールの種類」が無いと思うので追加が必要。</span></p>\r\n<p>1. CSV ファイルを右クリックし、[プログラムから開く] &gt; [メモ帳] の順にクリック。<br />2. 開いたメモ帳で [ファイル] &gt; [名前を付けて保存] の順にクリック。<br />3. ファイルの種類で「すべてのファイル」を選択。<br />4. 文字コードで「UTF-8」を選択。<br />5. [保存] をクリック。</p>\r\n<p>&lt;CSV ファイルの作成例&gt;<br /> ユーザーを 3 名追加する場合は、以下のように作成します。<br /> 電子メールの種類,名,姓,電子メール アドレス,電子メール表示名<br /> SMTP,太郎,山田,user01@hogehoge.com,山田太郎<br /> SMTP,二郎,山田,user02@hogehoge.com,山田二郎<br /> SMTP,三郎,山田,user03@hogehoge.com,山田三郎</p>\r\n<h3>2. OWAで連絡先をインポート</h3>\r\n<p>上記で作成された CSV ファイルをOWAにインポートする。</p>\r\n<ol>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">対象ユーザー ID にて、Office 365にサインインする。</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">画面左上の [アプリ ランチャー] から [連絡先] を選択。</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">画面上のリボンメニューの[管理] から、[連絡先のインポート] を選択。</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">[Outlook 2010 、2013、2016] を選択。<br /></span><span style=\"font-size: 0.9em; line-height: 1em;\">※ いずれの項目を選択した場合もインポート方法は同様。</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">[参照] をクリックし、作成したCSV ファイルを選択して、[開く] をクリック。</span></li>\r\n<li><span style=\"font-size: 0.9em; line-height: 1em;\">[アップロード] をクリック。</span></li>\r\n</ol>\r\n<p>&lt;参考資料&gt;<br />Title : PowerShellで個人の連絡先を制御<br />URL : https://community.office365.com/ja-jp/f/347/p/21769/102150#102150</p>',2,6760,67,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2016-07-25 14:03:25','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('BlogO365_PowerShell2O365',3,0,'2016-07-12 11:31:37','PowerShellでOffice 365 に接続する方法','','<p>Office 365の管理のためにPowerShellで接続をする機会があるが、接続方法を忘れるのでまとめました。</p>\r\n<p>この手順を行う事で下記のサービスに接続が可能です。</p>\r\n<ul>\r\n<li><a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" href=\"#O365\">Office 365</a></li>\r\n<li><a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" href=\"#Exchange\">Exchange Online</a></li>\r\n<li><a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" href=\"#SharePoint\">SharePoint Online</a></li>\r\n<li><a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" href=\"#SfB\">Skype for Business Online</a></li>\r\n<li><a style=\"font-size: 0.9em; line-height: 1em; background-color: #ffffff;\" href=\"#compliance\">コンプライアンス センター</a></li>\r\n</ul>\r\n<p>ブログにまとめていましたが、MSからもまとめページが出ていました。(2016/12/12追記)</p>\r\n<ul>\r\n<li><strong style=\"font-size: 0.9em;\">[MS公式]<a title=\"単一の Windows PowerShell ウィンドウですべての Office 365 サービスに接続する\" href=\"https://technet.microsoft.com/ja-jp/library/dn568015.aspx#BeforeYouBegin\" target=\"_blank\">単一の Windows PowerShell ウィンドウですべての Office 365 サービスに接続する</a></strong></li>\r\n</ul>','<h3><a name=\"O365\"></a>Office 365への接続</h3>\r\n<p>管理者として Windows PowerShellを実行し下記コマンドを発行する。</p>\r\n<pre class=\"brush:powershell\">$credential = Get-Credential\r\nImport-Module MsOnline\r\nConnect-MsolService -Credential $credential</pre>\r\n<h3><a name=\"Exchange\"></a>Exchange Onlineへの接続</h3>\r\n<p>管理者として Windows PowerShellを<span>実行し下記コマンドを発行する</span>。</p>\r\n<p>初回のみ下記コマンドを実行</p>\r\n<pre class=\"brush:powershell\">Set-ExecutionPolicy RemoteSigned</pre>\r\n<p>以下、通常手順</p>\r\n<pre class=\"brush:powershell\">$credential = Get-Credential\r\n$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $credential -Authentication Basic -AllowRedirection\r\nImport-PSSession $Session -AllowClobber</pre>\r\n<h3><a name=\"SharePoint\"></a>SharePoint Onlineへの接続</h3>\r\n<p>管理者として Windows PowerShellを<span>実行し下記コマンドを発行する</span>。</p>\r\n<pre class=\"brush:powershell\">$credential = Get-Credential\r\nImport-Module Microsoft.Online.SharePoint.PowerShell -DisableNameChecking\r\nConnect-SPOService -Url https://&lt;SharePoint Online管理サイトの URL &gt; -credential $credential</pre>\r\n<p>※ SharePoint Online 管理サイトの URL について<br /> ドメイン名のドメイン ホスト部分 + -admin.sharepoint.com となる。<br /> ドメインが hogehoge.onmicrosoft.com であった場合は ドメインホストが <span>hogehoge&nbsp;</span>となり 管理サイトの URL は&nbsp;<span>hogehoge</span><span>&nbsp;-admin.sharepoint.com&nbsp;</span>になる<span style=\"font-size: 0.9em; line-height: 1em;\">。</span></p>\r\n<h3><a name=\"SfB\"></a>Skype for Business Onlineへの接続</h3>\r\n<p>管理者として Windows PowerShellを<span>実行し下記コマンドを発行する</span>。</p>\r\n<pre class=\"brush:powershell\">$credential = Get-Credential\r\nImport-Module SkypeOnlineConnector\r\n$sfboSession = New-CsOnlineSession -Credential $credential\r\nImport-PSSession $sfboSession</pre>\r\n<h3><a name=\"compliance\"></a>コンプライアンスセンターへの接続</h3>\r\n<p>管理者として Windows PowerShellを<span>実行し下記コマンドを発行する</span>。</p>\r\n<pre class=\"brush:powershell\">$credential = Get-Credential\r\n$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.compliance.protection.outlook.com/powershell-liveid/ -Credential $credential -Authentication Basic -AllowRedirection\r\nImport-PSSession $Session</pre>\r\n<h3>各サービスへの接続するための前提条件について</h3>\r\n<p>◇ 動作環境<br /> 次の Windows の 64 ビット バージョンを使用可能とのことであったが、32ビット版でも動いていたりする。<br /> ・Windows 8.1 または Windows 8<br /> ・Windows Server 2012 R2 または Windows Server 2012<br /> ・Windows 7 Service Pack 1 (SP1)*<br />・Windows Server 2008 R2 SP1*</p>\r\n<p>◇ Microsoft .NET Framework、Windows Management Framework のインストール<br />下記サイトより、Microsoft .NET Framework 4.5.xのインストール後に、Windows Management Framework 3.0または Windows Management Framework 4.0のインストールが必要です。</p>\r\n<p>Title : .NET Framework のインストール<br /> &nbsp; URL : <a href=\"https://msdn.microsoft.com/library/5a4x27ek(VS.110).aspx\">https://msdn.microsoft.com/library/5a4x27ek(VS.110).aspx</a></p>\r\n<p>Title : Windows Management Framework 3.0<br /> &nbsp; URL : <a href=\"https://www.microsoft.com/en-us/download/details.aspx?id=34595\">https://www.microsoft.com/en-us/download/details.aspx?id=34595</a></p>\r\n<p>Title : Windows Management Framework 4.0 <br /> &nbsp; URL : <a href=\"https://www.microsoft.com/ja-jp/download/details.aspx?id=40855\">https://www.microsoft.com/ja-jp/download/details.aspx?id=40855</a></p>\r\n<p>◇ 各サービス接続に必要なモジュールのインストール<br /> Office 365、SharePoint Online、および Skype for Business Onlineに必要な以下のモジュールをインストールします。</p>\r\n<p>Title : IT プロフェッショナル 用 Microsoft Online Services サインイン アシスタント RTW<br /> &nbsp; URL : <a href=\"https://www.microsoft.com/ja-jp/download/details.aspx?id=41950\">https://www.microsoft.com/ja-jp/download/details.aspx?id=41950</a></p>\r\n<p>Title : SharePoint Online Management Shell<br /> &nbsp; URL : <a href=\"https://www.microsoft.com/en-us/download/details.aspx?id=35588\">https://www.microsoft.com/en-us/download/details.aspx?id=35588</a></p>\r\n<p>Title : Skype for Business Online, Windows PowerShell Module<br /> &nbsp; URL : <a href=\"https://www.microsoft.com/en-us/download/details.aspx?id=39366\">https://www.microsoft.com/en-us/download/details.aspx?id=39366</a></p>\r\n<p>Title : Windows PowerShell 用 Windows Azure Active Directory モジュール (64 ビット バージョン) <br /> &nbsp; URL : <a href=\"http://go.microsoft.com/fwlink/p/?linkid=236297\">http://go.microsoft.com/fwlink/p/?linkid=236297</a></p>',2,19549,0,0,'1970-01-01 09:00:00',0,'<a href=\"#O365\">Office 365</a>\n<a href=\"#Exchange\">Exchange Online</a>\n<a href=\"#SharePoint\">SharePoint Online</a>\n<a href=\"#SfB\">Skype for Business Online</a>\n<a href=\"#compliance\">コンプライアンス センター</a>\n<a href=\"https://technet.microsoft.com/ja-jp/library/dn568015.aspx#BeforeYouBegin\">単一の Windows Power...</a>\n<a href=\"https://msdn.microsoft.com/library/5a4x27ek(VS.110).aspx\">https://msdn.microsoft....</a>\n<a href=\"https://www.microsoft.com/en-us/download/details.aspx?id=34595\">https://www.microsoft.c...</a>\n<a href=\"https://www.microsoft.com/ja-jp/download/details.aspx?id=40855\">https://www.microsoft.c...</a>\n<a href=\"https://www.microsoft.com/ja-jp/download/details.aspx?id=41950\">https://www.microsoft.c...</a>\n<a href=\"https://www.microsoft.com/en-us/download/details.aspx?id=35588\">https://www.microsoft.c...</a>\n<a href=\"https://www.microsoft.com/en-us/download/details.aspx?id=39366\">https://www.microsoft.c...</a>\n<a href=\"http://go.microsoft.com/fwlink/p/?linkid=236297\">http://go.microsoft.com...</a>',0,0,0,0,0,'2016-12-12 17:01:30','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20170123172025668',3,0,'2017-01-23 17:20:25','セブンカードプラスはnanaco+クレカでは無い…','','<p>セブンカードプラスを使い始めて1年以上経過した。</p>\r\n<p>[image1]</p>\r\n<p>1年以上使ってみて申し込んでよかった点と申し込んで失敗した点をメモしておく。なお、思い出した都度記載していくので漏れがある。</p>','<p><span style=\"font-size: 0.9em;\">よかった点</span></p>\r\n<ol>\r\n<li>100円で1ポイントが請求締めの金額に対して計算されてとのことなので、会計の都度計算されるより無駄がない。<br />例)セブンカフェ&nbsp;レギュラー(一杯税込100円)のみを月に何度か購入した場合、通常はポイントが付かないが、セブンカードプラスなら付く。</li>\r\n<li>チャージする必要が無い<br />銀行から引き落とされるので店頭でチャージをする必要が無い。</li>\r\n</ol>\r\n<p>よくなかった点</p>\r\n<ol>\r\n<li>セブンカードプラスにはnanacoで支払う事とクレジットカード機能で支払う事の2通りの方法がある。</li>\r\n<li>nanacoカード機能(チャージ)<span>を利用</span>した場合は100％nanaco互換。</li>\r\n<li>セブンカードプラスのクレジットカード機能を利用した場合、nanacoポイントが付与されるがあくまでクレジットカード支払いを利用したことのポイント還元でありnanacoでの利用とはみなされない。</li>\r\n</ol>\r\n<p>ここで難しいのが</p>\r\n<ol>\r\n<li>nanacoでの支払いではないが、nanacoで購入したサイト同様ボーナスポイントは付与される。</li>\r\n<li>nanacoカード利用時のキャンペーンの適用外<br />店頭で「5本買うと1本もらえる」の様なキャンペーンはnanacoカードにのみ適用されるため、セブンカードプラスには適用されない。(店員も結構知らない)<br />[image2]</li>\r\n</ol>\r\n<p>セブンカードプラスにnanacoをチャージして使うのであれば、セブンカードプラスを使う必要性はまったく感じられない。</p>',2,636,0,0,'1970-01-01 09:00:00',0,'<a href=\"http://www.blackcat.xyz/images/articles/20170123172025668_1_original.PNG\">http://www.blackcat.xyz...</a>\n<a href=\"http://www.blackcat.xyz/images/articles/20170123172025668_2_original.PNG\">http://www.blackcat.xyz...</a>',0,1,0,0,0,'2017-02-17 11:32:10','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20170707_I_wont_iPad',3,0,'2017-07-07 13:12:08','iPadがほしい！','','<p>超久々な投稿なのだが...</p>\r\n<p>昨年末に新しいウィンタブ(Lenovo YOGA 710)を購入して毎日持ち歩いているのだがほとんど使ってない。<br />重量が1kg以上あって結構重くて慢性的に肩が痛い。さらに<span style=\"font-size: 0.9em;\">主な用途が通勤時の動画鑑賞なのだが、キャリアやAmazon Primeなどの動画はWindowsタブレットにはダウンロードして見ることが出来ないので、通信環境が不安定な通勤途中の動画鑑賞には向いていないと判断。iPad Pro 10.5インチを購入することにした。</span></p>\r\n<p>現在SoftBankユーザーなので、料金プランなどを考慮するとSoftBankのiPadを購入する方が良いと考えて、SoftBankに購入しに行くと在庫がなかったので予約することに。<br />6月13日現在で約10日ほどの待ちで、かつその時に予約していた人の分が遅れているのでさらに伸びる可能性は示唆されていたが、そのまま予約した。しかし、7月7日現在今だ入荷の気配無し。<br />10日過ぎても連絡も来ないので問合せするも、全然入荷のめどが付いて無い模様。別のSoftBankショップに問合せすると、週に1度ほど入荷があり、予約分以外のフリーの入荷もあると言うことなのでこちらのショップでも予約。<br />この予約をしてから早1週間になるけど、どちらの店からも連絡がない。<br />早く欲しいのに...<br />Apple Storeやdocomoには在庫があるようなので、SoftBankがおかしいとしか思えないのだが、やはりdocomoに乗り換えるべきだろうか...<br />iPhone8購入の際にはキャリアの変更も視野に入れて考えるか...</p>\r\n<p>&nbsp;</p>','',2,1462,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2017-07-07 15:52:14','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_WinMgr_OpenSpecialFolderCmd',3,0,'2017-07-12 09:35:34','Windowsの特殊フォルダを開くコマンド','','<p>Windowsの特殊フォルダを開くコマンド</p>\r\n<p>コマンドの発行手順</p>\r\n<ol>\r\n<li>「スタート」ボタンを右クリックします。</li>\r\n<li>メニューが表示されるので「ファイル名を指定して実行」をクリックします。</li>\r\n<li>「ファイル名を指定して実行」画面が表示されるので入力枠に下記のように入力します。xxxxには下記の一覧から目的に応じて選択します。<br />［Shell:xxxx］</li>\r\n</ol>\r\n<table class=\"bordered\" style=\"padding-left: 30px;\">\r\n<tbody>\r\n<tr><th>コマンド</th><th>コマンド説明</th></tr>\r\n<tr>\r\n<td>shell:Administrative Tools</td>\r\n<td>現在ログオンしているユーザーのWindows管理ツールフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:AppData</td>\r\n<td>現在ログオンしているユーザーのApplication Dataフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Common Administrative Tools</td>\r\n<td>PublicユーザーのWindows管理ツールフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Common AppData</td>\r\n<td><span>PublicユーザーのAppdata</span>フォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Common Desktop</td>\r\n<td><span>Publicユーザー</span>のデスクトップ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Common Documents</td>\r\n<td><span>Publicユーザー</span>のDocumentsフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Common Favorites</td>\r\n<td><span>Publicユーザー</span>のお気に入りフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Common Programs</td>\r\n<td><span>Publicユーザー</span>のプログラムフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Common Startup</td>\r\n<td><span>Publicユーザー</span>のスタートアップフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Common Templates</td>\r\n<td><span>Publicユーザー</span>のTemplatesフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:ConnectionsFolder</td>\r\n<td>ネットワーク接続フォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:ControlPanelFolder</td>\r\n<td>コントロールパネル</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Cookies</td>\r\n<td>現在ログオンしているユーザーのクッキーフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:DesktopFolder</td>\r\n<td>現在ログオンしているユーザーのデスクトップ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:DriveFolder</td>\r\n<td>マイコンピュータ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Favorites</td>\r\n<td>現在ログオンしているユーザーのお気に入りフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Fonts</td>\r\n<td>Fontsフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:History</td>\r\n<td>現在ログオンしているユーザーのヒストリーフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Local AppData</td>\r\n<td>現在ログオンしているユーザーのAppData/Localフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:My Pictures</td>\r\n<td>現在ログオンしているユーザーのマイピクチャーフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:NetHood</td>\r\n<td>現在ログオンしているユーザーのNetHoodフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:NetworkFolder</td>\r\n<td>マイネットワークフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Personal</td>\r\n<td>現在ログオンしているユーザーのマイドキュメントフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:PrintHood</td>\r\n<td>現在ログオンしているユーザーのPrintHoodフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:PrintersFolder</td>\r\n<td>プリンタとFAXフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Profile</td>\r\n<td>現在ログオンしているユーザーのプロフィールフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:ProgramFiles</td>\r\n<td>プログラムフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Programs</td>\r\n<td>現在ログオンしているユーザーのプログラムフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Recent</td>\r\n<td>現在ログオンしているユーザーのRecentフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:RecycleBinFolder</td>\r\n<td>「ごみ箱」フォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:SendTo</td>\r\n<td>現在ログオンしているユーザーのSendToフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:System</td>\r\n<td>System32フォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:SystemX86</td>\r\n<td>SysWOW64フォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Templates</td>\r\n<td>現在ログオンしているユーザーのTemplatesフォルダ</td>\r\n</tr>\r\n<tr>\r\n<td>shell:Windows</td>\r\n<td>Windowsフォルダ</td>\r\n</tr>\r\n</tbody>\r\n</table>','',2,6025,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2017-09-05 13:18:01','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('2017092910163458',3,0,'2017-09-28 22:16:34','Apple Pencileが使えない...','','<p><span style=\"font-size: 0.9em;\">iPad Pro 10.5から始めたiPad初心者のくろねこです。</span></p>\r\n<p>iPad Proについては、購入前から色々と製品以外の面でトラブルも多かったのだけれども、次回からSoftBankで在庫がないApple製品は基本買わないと言う事を決めました。具体的にはApple Storeだと当日入手可能なのに、SoftBank店頭だと納期もわからず、1カ月以上待たされると言う事、事前に話を聞きに行っても予約出来るとか一切教えてもらえないなどがあった。</p>\r\n<p>さて、今回のトラブル？はそんなiPad ProとApple Pencileの話です。<br />結論から言うと、iPad Proでは同時に1本のApple Pencileとしか接続出来ないと言う事です。</p>\r\n<p>iPad Proでは、同時に「接続済み」と表示されており、バッテリーなどの表示も2台分表示されるため、厳密には2台同時に接続しているのかもしれませんが、ペンとして機能するのは同時に一本で、現在接続中のApple Pencileを使いたい場合は、再ペアリングを行う必要があることがわかりました。<br />Apple Storeさんでスペシャリストの方と確認しました。どうやらいくつかのサイトでは既に記載があったのですが、Apple公式にはそのような記載が見当たらず、また事前に電話でAppleサポートに電話をして確認していた際に案内が無かったこと、ストアの修理担当の方もご存じなかったことから、そもそもペンを2本使う事ってほとんど無いから気づかなかったんだろうなとストアの修理担当の方と結論づけてました...</p>','',2,553,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2017-09-29 10:40:06','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20171125inYodobashi',3,0,'2017-11-25 21:24:47','昨日ヨドバシカメラでの事','','<p>昨日ヨドバシカメラで血圧計系を購入。</p>\r\n<p>毎日記録を取るのは面倒なので、Bluetooth対応血圧計にしてスマホ連携出来る様にした。ただし同じスマホ連携対応でもパナソニックはNFCでピッってやる必要があるのでめんどくさい。なので対象外となった。</p>\r\n<p>で、支払いの際にApple Payが使えることを知ったので、先日購入のiPhone Xに設定しようと思って、<a href=\"https://secure.goldpoint.co.jp/\">GOLD POINT CARD +</a>を登録しようとしてできない...</p>\r\n<p>窓口で聞いたら、<a href=\"https://secure.goldpoint.co.jp/\">GOLD POINT CARD +</a>はApple Payに対応してないらしいわ...</p>\r\n<p>Apple Pay使えるお店のクレジットカードが使えないなんて、ないわ～</p>\r\n<p>※ちなみに総合窓口の担当者は使えなかったので、その担当が、暇で死にそうな新規契約窓口に居た2名に確認してた。新規登録専用の担当って暇で人件費の無駄だわ～と思いつつ眺めてました。</p>','',2,1384,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://secure.goldpoint.co.jp/\">GOLD POINT CARD +</a>\n<a href=\"https://secure.goldpoint.co.jp/\">GOLD POINT CARD +</a>',0,1,0,0,0,'2017-12-11 12:57:55','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20171225_Scan2PC',3,0,'2017-12-25 21:17:31','複合機からスキャン出来ない','','<p>メリークリスマス！</p>\r\n<p>くろねこの勤めている会社では、現在PCのリプレースを進めています。この時期のPCリプレースですのでOSは当然Windows 10なのですが、バージョンはFall Creaters Updateをチョイスしています。</p>\r\n<p>ここで、事前に検証していたPCでは発生していない様々な問題が発生してしまいました。その一つが、「複合機からスキャン出来ない」という問題です。</p>','<p>すべての複合機からのスキャンができないのかと確認すると、Ricoh製複合機からはスキャンしたドキュメントをPCに保存できるのですけど、Xerox製の複合機からは保存できないという問題です。</p>\r\n<p>当初、Xerox製の複合機のOSはLinuxなので、SMBのバージョンが古くWindows 10と合わないので認証ができないと判断して、NTLMv2からNTLMv1に変更すればよいのだと考えて、ポリシーやレジストリで変更してみたんですけどダメでした。手元の検証機だとFall Creaters Updateでも保存できるんだけど？と思いつつ、色々調べてるとCreater Update以前からバージョンアップした場合は問題なく動作するのだけれども、直接Fall Creaters Updateをインストールした場合には問題が発生するようでした。</p>\r\n<p>ここで、Fall Creaters Updateで変更された点を確認していると、<span style=\"font-size: 0.9em;\">コントロール パネル\\すべてのコントロール パネル項目\\プログラムと機能の中にある、「Windowsの機能の有効化または無効化」に「SMB 1.0/CIFSファイル共有のサポート」があり、ここのチェックがFall Creaters Updateから外れているということがわかりました。<br /></span></p>\r\n<p><span style=\"font-size: 0.9em;\">[image1]</span></p>\r\n<p>ということは、認証レベルを引き下げてもその機能がないから認証できないということでした。<br />なので、まとめると以下の2点でした。</p>\r\n<ul>\r\n<li><strong>［SMB 1.0/CIFSファイル共有のサポート］のチェックをONに変更する</strong></li>\r\n<li><strong>［ネットワーク セキュリティ: LAN Manager 認証レベル］を［NTLM 応答のみ送信する］<span style=\"font-size: 0.9em;\">に変更する</span></strong></li>\r\n</ul>\r\n<p><span style=\"font-size: 0.9em;\">※ネットワーク セキュリティ: LAN Manager 認証レベルの変更方法</span></p>\r\n<p><span style=\"font-size: 0.9em;\">［コンピューターの構成］－［ポリシー］－［Windows の設定］－［セキュリティの設定］－［ローカル ポリシー］－［セキュリティ オプション］にある［ネットワーク セキュリティ: LAN Manager 認証レベル］</span></p>\r\n<p><span style=\"font-size: 0.9em;\">レジストリの場合は以下</span></p>\r\n<table id=\"tbl\" class=\"cmsTable cmsTable cmsTable\">\r\n<thead>\r\n<tr><th id=\"null\">項目</th><th id=\"null\">内容</th></tr>\r\n</thead>\r\n<tbody>\r\n<tr><th id=\"null\">キー</th>\r\n<td id=\"null\">HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa</td>\r\n</tr>\r\n<tr><th id=\"null\">値の名前</th>\r\n<td id=\"null\">LmCompatibilityLevel</td>\r\n</tr>\r\n<tr><th id=\"null\">値の型</th>\r\n<td id=\"null\">DWORD</td>\r\n</tr>\r\n<tr><th id=\"null\">値の内容</th>\r\n<td id=\"null\">2</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-size: 0.9em;\"><br /></span></p>',2,29060,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://www.blackcat.xyz/images/articles/20171225_Scan2PC_1_original.PNG\">https://www.blackcat.xy...</a>',0,1,0,0,0,'2017-12-25 21:41:17','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('2018012114170474',3,0,'2018-01-21 14:17:04','ダンジョン/幻沙蜃境','','<p>ボス攻略情報(ラスボス、中ボス)</p>','<h3>中ボス</h3>\r\n<table class=\"design01\">\r\n<tbody>\r\n<tr><th class=\"t_top\">名称</th><th class=\"t_top\" style=\"text-align: center;\">特徴・攻略情報</th></tr>\r\n<tr>\r\n<td class=\"t_line01\">流砂・元素の末裔</td>\r\n<td class=\"t_line03 no_img\">ツタンカーメンみたいなマスク姿の<span><strong>中ボス</strong></span>。<br /><strong><span>「氷霜の結界」</span><span>「火焔の結界」</span></strong>をまとっており、「火の像が3体必要」と言われたら<span>「氷の像(五行無効)」</span>を倒し、「氷の像が3体必要」と言われたら<span>「火の像(物理無効)」</span>を倒して相対する像を3体残せば、「結界が破れる！」でボスの結界が解除されHPが削れるようになる。火力のある遠距離職が石像減らしを担当するといいと思われ。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"t_line01\">流砂・黒翼邪龍</td>\r\n<td class=\"t_line03 no_img\">白い長い髪の人型をしている<span><strong>中ボス</strong></span>。<br />HPが半分くらいまで削れると「神龍血脈！変身」といって龍の姿に変化する。メンバーを空中に浮遊させて落下ダメージを与えてくる。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"t_line01\">流砂・三影の羅刹</td>\r\n<td class=\"t_line03 no_img\">黒くて気持ち悪い見た目の<span><strong>中ボス</strong></span>。<br /><strong>「物理攻撃免疫・金系攻撃免疫・土系攻撃免疫」</strong>をもっているため攻撃が通りにくい。足元に<strong><span>「火＝燃焼」</span><span>「水＝スタン」</span><span>「木＝中毒」</span></strong>が付与されるらしき渦のようなものがあり、戦闘中に<span>「火の結界に集合」</span><span>「水の結界に集合」</span>などと通知される色の渦に入ると逆にバフとして機能し、攻撃が通るようになる。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"t_line02\">流砂・異界修羅</td>\r\n<td class=\"t_line04 no_img\">コウモリの羽っぽいのを生やした人型の<span><strong>ラスボス</strong></span>。<br /><strong>近接ダメージ軽減</strong>のバフがついているので遠距離火力職が壁になるっぽい。途中で<strong>「修羅侍従」</strong>という物理免疫・五行免疫な雑魚が出てくるため、範囲職がタゲを引き受けるといいらしい。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"t_line02\">流砂・仁雅の双子<br />流砂・双子雅</td>\r\n<td class=\"t_line04 no_img\"><span><strong>赤い「仁雅の双子」</strong></span>と<span><strong>青い「双子雅」</strong></span>という名の<span><strong>双子ラスボス</strong></span>。<br />開始時は赤い方に<strong>五行無効・物理無効</strong>のバフがついており、青い方のHPをある程度削ると解除される。必ずどちらかが無効、どちらかが解除状態なので、バフがついてない方を攻撃すると良い。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"t_line01\">&nbsp;</td>\r\n<td class=\"t_line03 no_img\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>ラスボス</h3>\r\n<table class=\"design01\">\r\n<tbody>\r\n<tr><th class=\"t_top\">名称</th><th class=\"t_top\">特徴・攻略情報</th></tr>\r\n<tr>\r\n<td class=\"t_line01\">&nbsp;</td>\r\n<td class=\"t_line03 no_img\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td class=\"t_line01\">&nbsp;</td>\r\n<td class=\"t_line03 no_img\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td class=\"t_line02\">&nbsp;</td>\r\n<td class=\"t_line04 no_img\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>',2,658,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2018-01-21 14:21:05','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQXls_OpenBlankExcel',3,0,'2018-05-16 10:56:13','[Excel]Excelが二重起動する(空のExcelが起動する)','','<h3>現象：</h3>\r\n<p>Excelのファイルを閉じる際に空のExcelが開いてしまうという現象が発生するということがあるようです。<br />[image1]</p>\r\n<p>最初は、同時に開いている資産管理ソフトのマクロが悪さをしているのかと思ったのですが、マイクロソフトのバグのようでした。</p>\r\n<h3>原因：</h3>\r\n<p>エクスプローラーで「プレビューウィンドウ」を表示している環境では、対象Excelファイルの内容を表示するために内部でExcelを起動しています。この状態でExcelファイルを開きます。この状態でExcelを閉じるとこの現象が起こるようです。</p>\r\n<h3><span style=\"font-size: 14.4px;\">対処方法：</span></h3>\r\n<p>Windows 10の場合：</p>\r\n<ol>\r\n<li>エクスプローラーを起動。</li>\r\n<li>エクスプローラーの「表示」タブをクリック。</li>\r\n<li>「ペイン」カテゴリーの「プレビューウィンドウ」をOFF。<br />[image2]</li>\r\n</ol>','',2,83546,0,2,'1970-01-01 09:00:00',0,'<a href=\"https://www.blackcat.xyz/images/articles/FAQXls_OpenBlankExcel_1_original.PNG\">https://www.blackcat.xy...</a>\n<a href=\"https://www.blackcat.xyz/images/articles/FAQXls_OpenBlankExcel_2_original.PNG\">https://www.blackcat.xy...</a>',0,1,0,0,0,'2018-05-16 11:58:34','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_Inport_and_Export_WiFi_Settings',3,0,'2018-10-03 11:47:41','WiFi接続設定のエクスポート＆インポート設定','','<p>社内のWiFiネットワークが切断される事件が発生し、切り分けのためにWiFi環境を分ける事になって、新たなWiFi設定を複数台のPCに設定する必要に迫られてしった！<br />台数も少ないので全部手動でも問題無かったんだが、この機会にインポート・エクスポート設定を確認してみたのでメモ。<br />※Windows7の時はGUIで設定出来たのに&hellip;</p>','<h3>設定手順概要</h3>\r\n<ol>\r\n<li>まず、1台目にWiFi設定を行う</li>\r\n<li>WiFi設定をエクスポートする</li>\r\n<li>各PCにWiFi設定をインポートする</li>\r\n</ol>\r\n<h4>手順1 1台目：WiFi設定</h4>\r\n<p>お好きな手順で設定出来ますが、以下の手順で作成した。</p>\r\n<ol>\r\n<li>設定&rarr;「ネットワークとインターネット」を開く</li>\r\n<li>左ペインの「WiFi」をクリック</li>\r\n<li>中央ペインの「既知のネットワークの管理」をクリック</li>\r\n<li>「新しいネットワークの追加」をクリック</li>\r\n<li>必要情報を入力の上、保存する</li>\r\n</ol>\r\n<h4>手順2 1台目：WiFi設定エクスポート</h4>\r\n<ol>\r\n<li>コマンドプロンプトを管理者として実行する</li>\r\n<li>以下のコマンドを入力する<br />\r\n<p>netsh wlan export profile name=\"[SSID]\" folder=[保存先フォルダー]</p>\r\n</li>\r\n</ol>\r\n<h4>手順3 2台目以降：WiFi設定インポート</h4>\r\n<p>インポート用バッチファイルの作成して、各PCで実行しインポートします。</p>\r\n<ol>\r\n<li>下記のバッチファイルを作成<br /><br />\r\n<p>@echo off<br /> <br />netsh wlan add profile filename=[ファイル名]<br />netsh wlan set profileparameter name=[SSID] keymaterial=[パスワード] connectionmode=manual</p>\r\n<p>pause</p>\r\n</li>\r\n<li>\r\n<p>各PCでコマンドプロンプトを管理者で実行してインポートする。</p>\r\n</li>\r\n</ol>',2,995,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2018-10-03 13:25:24','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQXls_HanToZen',3,0,'2009-11-15 21:19:11','[Excel] 文字列関数 半角から全角','','<p>住所などデータを全角で統一してから処理したい時がありますが、1つずつ手で入力するのはかなり手間です。このような場合JIS関数を利用します。(JIS関数って文字のJISコードを得るための関数だと勝手に思い込んでました&hellip;検索で引っかからなかったらたぶん見つけられませんでした。)<br /> <br /> ●詳細●</p>\r\n<ol>\r\n<li>任意のセルを選択して「=JIS(半角の文字が入力されているセル番号)｣と入力します。</li>\r\n<li>JIS関数を入力したセルに半角文字が全角文字に変換され表示されます。</li>\r\n</ol>\r\n<p>必要に応じて下記の操作も行います。</p>\r\n<ol>\r\n<li>JIS関数の入力されているセルをコピーします。</li>\r\n<li>元の文字列が入力されているセルを選択して、[編集(E)]－[形式を選択して貼り付け]選択します。<br /> [形式を選択して貼り付け]ダイアログボックスが表示されるので貼り付けの[値(V)]を選択して[OK]ボタンを押します。</li>\r\n<li>元のセルのデータが全角に変換された文字列となります。(関数の結果ではなく単に文字列になります。)</li>\r\n</ol>\r\n<p>列方向などに連続して入力されている半角文字列の場合、オートフィルを使用してから変換すると便利です。</p>','',2,3309,0,0,'2009-12-15 21:19:11',0,'',0,1,1,0,0,'2018-05-16 11:48:16','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20181103_iPad_Broken',3,0,'2018-11-03 22:26:14','iPadが正常に起動しなくなった','','<h3>問題</h3>\r\n<p>原因はわかりませんが、現在iOS12.1へのアップデートにおいて、電源を入れてもすぐに落ちてしまう問題が発生しているようです。</p>\r\n<h3>経緯</h3>\r\n<p>普段、iPad ProとiPhone Xを使っています。ゲームをしててバテリーの残量が気になってきたので、充電を始めたんです。<br /><span>いつもは、ACアダプタから充電するんですけど、今日は手元に先日メンテした際のパソコンに接続されたままのライトニングケーブルがあったため、これにつないでしまいました。</span></p>\r\n<p><span>そうしたら、iOS12.1への誘いが...<br />導かれるままにアップデートしてたら...、iPadの電源が落ちたまま上がってこない。手動で電源を投入するも、すぐに電源が落ちてしまうような状況に。</span></p>\r\n<p><span>iTunesから再度、「更新」や「復元」を試してはみたものの効果は無く、と言うかiPadの電源入れてもすぐに落ちちゃうのでどうしようも無く...</span></p>\r\n<p>サポートに電話したら</p>\r\n<p><em><strong>現在、12.1へのアップデートをしている複数のお客様で該当の症状が確認されています...</strong></em></p>\r\n<p>とのことでした...既知のバグのようですね。<em><br /></em>今、Apple社内で調査している様ですが、原因も対応方法もわかってないようで、修正までにちょっと期間がかかりそうだと言うこと。そして、壊れたくろねこのiPadは復旧の見込みはなさそうなので、修理対応で新品と交換になりました。</p>\r\n<p>もうちょっと壊れるのが遅かったら、iPadPro 11インチバージョンに買い換えてたと思います。縁が狭くなるので11インチになったにもかかわらず、10.5インチよりも小さいとか、手で持つところが無くなりそうでそれが怖いですが...惜しい...</p>','',2,2333,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2018-11-03 22:51:35','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_WinMgr_PrinterSetup1',3,0,'2020-07-05 06:38:45','簡単に全社にプリンターを展開したい（1/2）','','<p>こんにちは、くろねこです。</p>\r\n<p>大変長らく放置しておりましたが、久々に更新するネタがありまして...</p>\r\n<p>さて、皆さんプリンターの展開はどうされていますでしょうか？<br />くろねこが在席している会社ではプリンターメーカー各社さんにプリンターの設定込みの専用インストーラーを作成いただき、ユーザーやベンダーさんに人力で実行していただくスタイルでした。</p>\r\n<p>何かもっと簡単にならないものか？と考えていました。色々なサイトを回った所2つほど方法を見つけました。以下です。</p>\r\n<ol>\r\n<li>バッチファイルでインストールする</li>\r\n<li>グループ ポリシーを使用してプリンターを展開する</li>\r\n</ol>\r\n<p>ただ、この方法それそれに問題がありまして...<br />プリンターはインストールできるんです！ですが、印刷設定・プロパティは展開してくれない...</p>','<p>印刷設定は諦めて取りあえずプリンターをバッチで展開するか...と始めたのが昨年。<br />細々とやってきたが、バッチを間違えてなさそうなのに最後の最後でプリンターが追加できない...<br />（ポートの追加、ドライバーのインストールまで成功するが、プリンターの追加でドライバーがみつからかない。<span style=\"font-size: 0.9em;\">）<br /></span></p>\r\n<p><span style=\"font-size: 12.96px;\">作ったバッチファイル</span></p>\r\n<pre class=\"brush:plain\">cd C:\\Windows\\System32\\Printing_Admin_Scripts\\ja-JP\r\ncscript prnport.vbs -a -r IP_192.168.xxx.yyy -h 192.168.xxx.yyy -o raw -n 9100\r\ncscript prndrvr.vbs -a -m \"FX DocuPrint 5100 d\" -v 3 -i \"C:\\temp\\...\\FXLFIJL.inf\" -h \"C:\\temp\\...\\FXLFIJL.inf\"\r\ncscript prnmngr.vbs -a -p \"DC5100_大阪\" -m \"FX DocuPrint 5100 d\" -r IP_192.168.xxx.yyy</pre>\r\n<p>マイクロソフトサポートさんにお伺いして、バッチが間違っていないことを確認。環境？とさらに頭を悩ませる結果に。<br />ベンダーさんなどにご協力頂き確認したところ、富士ゼロックス以外はバッチで展開出来る！と言う事がわかった。<br />さらに回避方法も判明。富士ゼロックスからダウンロードしたインストーラーでインストールせず、展開した中に含まれるinfファイルを使用してインストールする。インストーラーでインストールしてしまった場合、infファイルでプリンターを追加する際に既存のプリンタードライバーを上書きする。<br />するとinfファイルがシステムに正常に登録できたようで、バッチが正常動作するようになる。</p>\r\n<p>そんな事があって数日が経過、別件でプリンターを追加する機会があってコントロールパネルから追加仕様としたときに、「印刷の管理」の件を聞いた。設定からデバイス、プリンターとスキャナーと同じかなと思ったら全くの別物でした。<br />そしてこのツールが展開にすごく便利だったのです。</p>\r\n<p>[story:FAQWin_WinMgr_PrinterSetup2]に続く</p>',2,2421,0,0,'1970-01-01 09:00:00',0,'<a href=\"https://www.blackcat.xyz/article.php/FAQWin_WinMgr_PrinterSetup2\">簡単に全社にプリンターを展開したい（2/2）</a>',0,1,0,0,0,'2020-11-03 10:12:55','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('FAQWin_WinMgr_PrinterSetup2',3,0,'2020-07-05 06:59:33','簡単に全社にプリンターを展開したい（2/2）','','<p>こんにちは、くろねこです。</p>\r\n<p>「印刷の管理」は現在インストールされている、プリンタードライバー、用紙、ポート、そしてプリンターが一覧で管理出来る優れものです。<br />インストールされているプリンターをポート・ドライバー・プリンターの3点セットでエクスポートしてくれるので、展開先のPCでインポートするだけのお手軽展開が可能です。展開時に展開元の印刷設定も反映してくれるので、指定の印刷設定があるのならかなりの工数削減になる事間違いなしです。</p>\r\n<h3>設定のエクスポート並びにインポート手順</h3>\r\n<dl><dt>■展開元</dt><dd><ol>\r\n<li>必要なプリンターをPCにセットアップ</li>\r\n<li>「<strong>印刷の管理</strong>」を起動（プログラムの一覧の「Windowsの管理ツール」内にある）</li>\r\n<li>左ペインのプリント サーバーを展開してPCを表示</li>\r\n<li>PCを右クリックしポップアップメニューから、「プリンターをファイルにエクスポート」をクリック</li>\r\n<li>「プリンターの移行」ダイアログが表示されるので、対象印刷キュー（プリンター）を確認し、「次へ」をクリック</li>\r\n<li>適当なファイル名を付けて「次へ」をクリック</li>\r\n<li>最後に「完了」をクリックして完了</li>\r\n</ol></dd></dl><dl><dt>■展開先</dt><dd><ol>\r\n<li>「<strong>印刷の管理</strong>」を起動</li>\r\n<li>左ペインのプリント サーバーを展開してPCを表示<br />PCを右クリックしポップアップメニューから、「プリンターをファイルからインポート」をクリック</li>\r\n<li>復元に使用するエクスポートファイル（*.printerExport）を指定して、「次へ」をクリック</li>\r\n<li>復元対象キュー（プリンター）を確認して、「次へ」をクリック</li>\r\n<li>インポートモードで既存のプリンターとインポートするプリンターが重複した際にどちらを優先するか設定が出来るので、都合のよい方に設定して「次へ」をクリック<br />※デフォルトは「既存のプリンターを保持」なので上書きしない設定</li>\r\n<li>最後に「完了」をクリックして完了</li>\r\n</ol></dd></dl>\r\n<p>ただし、これだと展開元のプリンター全てが対象になってしまう。<br />なので、エクスポートしたファイルに細工をする。</p>','<h3>エクスポートファイルの加工手順（必要プリンターに限定）</h3>\r\n<ol>\r\n<li>エクスポートしたファイルの拡張子をzipに変更するzipファイルを展開する展開したファイル内の「BrmPrinters.xml********」をエディタで開く</li>\r\n<li>XMLファイルの中身は、&lt;PRINTQUEUE PrinterName=\"xxx\" FileName=\"yyy.xml\"/&gt;が1台分のプリンター設定となっている。必要分だけ残して全て削除<br />（XMLの編集はわかっているものとする）</li>\r\n<li>Printersフォルダーに詳細なプリンターの設定が入っている<br />容量削減のため2の手順で削除したプリンター（フォルダー名が上記のyyyと合致する）を削除可能。削除しなくても単なるゴミになるだけで動作に問題は無さそう</li>\r\n<li>展開されたフォルダーの中身だけをzipファイルとして再圧縮<br />※展開時に出来たファイル名のフォルダーは含めてはならない</li>\r\n<li>拡張子を元のprinterExportに戻す</li>\r\n</ol>\r\n<p>このファイルをインポートするだけで、必要なプリンターだけを展開出来る。</p>',2,6909,0,0,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2020-07-10 16:40:38','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('20210101000614170',3,0,'2021-01-01 00:06:14','新年あけましておめでとうございます。','','<p>新年あけましておめでとうございます。</p>\r\n<p>2021年がスタートしました。<br />今年は世界的なパンデミックもみんなで乗り越えて行ける期待しております。</p>\r\n<p>くろねことしては昨年はブログも更新せず、Google Mapsのローカルエリアガイドになって数十件投稿してたりしていました。直近ではとある病院の不正を投稿したりしていました。<br />そのほか、新たな投資を始めたりしました。楽天証券で米国株を購入してみました。確定拠出年金を始めてから米国株が一番安定してリターンをくれていたので個人的にも初めて見たくなりました。</p>\r\n<p>ブログでも何かお伝えできることが出来ましたら投稿したいと思います。</p>','',2,8220,0,1,'1970-01-01 09:00:00',0,'',0,1,0,0,0,'2021-01-01 17:24:55','html',0,1,'','',0,3,3,3,3,2,2);
INSERT INTO `bc_stories`VALUES ('Blog_Windows_BSoD20210423',3,0,'2021-04-23 01:40:08','ひさびさにWindows UpdateでBSoD（ブルースクリーン）','','<h3>当日の出来事</h3>\r\n<p>いつものようにWindows Updateが来ていたので、適用してシャットダウンを選択し、しばらく画面を見ていたらなかなか終わらなくて、画面が真っ暗になったので置いといて散歩に出かけたら...</p>\r\n<p>90分ほどして帰ってきてもまだ出かける前の状態。</p>\r\n<p>仕方なく、強制再起動。<br />Windowsが起動して普通に使い始めたら、2，3分でBSoDというか、緑色の画面にQRコード、そしてエラーコードのBAD_POOL_CALLER。初回だけなら適用失敗はあるあるなので、再起動して様子見。<br />しかし、またもやBSoD。</p>\r\n<p>まあ、最悪起動しなくてもバックアップがあるから問題ないんですけど、修復に時間がかかりますね...<br />と思いつつ、10秒くらい電源長押し、再度電源投入をしてメーカーロゴが出たら10秒ぐらい長押しを繰り返すこと2回くらいで、自動修復が開始されたので、まともに動作するようになった。<br />めでたし、めでたし。</p>\r\n<p>と言う訳にも行かず、どうせWindows Updateがアンインストールされて無かったことにされているので、もう一度Windows Updateが走ると思うので、設定からWindows Updateを適用すると、またもやBSoD。</p>\r\n<p>先ほどと同じように自動修復をしようとしたら、今度は自動修復できなくて、手動で更新プログラムのアンインストールを試みたが、パスワードが違うと...あってるって！再三試みてもだめだったので諦めて起動した数分間の間に4月22日にインストールされたKBを順に削除。でも、ひとつだけ起動してからBSoDまでに削除できなくてWinREから更新プログラムのアンインストールを再度試す。やはりだめなのでシステムの復元を試そうとして選択したら、ここでもパスワードを要求されたがなぜかここはパスワードがすんなり通る。でも、復元すべき復元ポイントが無かったので、再度更新プログラムのアンインストールを選択したら、先ほどシステムの復元でパスワード入力をクリアしていたからか、パスワード入力をすっ飛ばしてKBを削除できた。</p>','<h3>Windows Update後、BSoDでWindowsが起動しなくなったら...</h3>\r\n<ol>\r\n<li>PCの電源を10秒ほど長押しして電源OFF</li>\r\n<li>再度電源投入して、メーカーロゴかWindows起動画面を表示して10秒ほど電源長押ししてOFFからの電源ON</li>\r\n<li>メーカーロゴの下に自動修復中のぐるぐるが出たらしばらく待つ</li>\r\n<li>更新プログラムのアンインストールを選択。<br />[image1]</li>\r\n<li>最新の品質更新プログラムをアンインストールするを選択<br />[image2]</li>\r\n<li>アカウントを選択</li>\r\n<li>パスワードを入力</li>\r\n<li>あと画面の指示に従う...</li>\r\n</ol>\r\n<p>今は、Windows Updateを一時停止にしている状態。</p>\r\n<p>早く修正パッチが出ないかなぁ</p>\r\n<p>■参考</p>\r\n<p>&nbsp;</p>',2,2246,11,0,'1970-01-01 09:00:00',0,'<a href=\"https://www.blackcat.xyz/images/articles/Blog_Windows_BSoD20210423_1_original.jpg\">https://www.blackcat.xy...</a>\n<a href=\"https://www.blackcat.xyz/images/articles/Blog_Windows_BSoD20210423_2_original.jpg\">https://www.blackcat.xy...</a>',0,1,0,0,0,'2021-04-24 23:22:44','html',0,1,'','',0,3,3,3,3,2,2);

--
-- Table structure for table `bc_storysubmission`
--

DROP TABLE IF EXISTS `bc_storysubmission`;

CREATE TABLE `bc_storysubmission` (
  `sid` varchar(20) NOT NULL DEFAULT '',
  `uid` mediumint(8) NOT NULL DEFAULT 1,
  `title` varchar(128) DEFAULT NULL,
  `introtext` text DEFAULT NULL,
  `bodytext` text DEFAULT NULL,
  `text_version` tinyint(2) unsigned NOT NULL DEFAULT 1,
  `date` datetime DEFAULT NULL,
  `postmode` varchar(10) NOT NULL DEFAULT 'html',
  PRIMARY KEY (`sid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_storysubmission`
--


--
-- Table structure for table `bc_syndication`
--

DROP TABLE IF EXISTS `bc_syndication`;

CREATE TABLE `bc_syndication` (
  `fid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(30) NOT NULL DEFAULT 'article',
  `topic` varchar(128) NOT NULL DEFAULT '::all',
  `header_tid` varchar(128) NOT NULL DEFAULT 'none',
  `format` varchar(20) NOT NULL DEFAULT 'RSS-2.0',
  `limits` varchar(5) NOT NULL DEFAULT '10',
  `content_length` smallint(5) unsigned NOT NULL DEFAULT 0,
  `title` varchar(40) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL,
  `feedlogo` varchar(255) DEFAULT NULL,
  `filename` varchar(40) NOT NULL DEFAULT 'index.xml',
  `charset` varchar(20) NOT NULL DEFAULT 'UTF-8',
  `language` varchar(20) NOT NULL DEFAULT 'ja',
  `is_enabled` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `update_info` text DEFAULT NULL,
  PRIMARY KEY (`fid`),
  KEY `syndication_type` (`type`),
  KEY `syndication_topic` (`topic`),
  KEY `syndication_is_enabled` (`is_enabled`),
  KEY `syndication_updated` (`updated`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_syndication`
--

INSERT INTO `bc_syndication`VALUES (1,'article','::all','all','Atom-1.0','10',1,'くろねこ研究所 全ての話題','くろねこ研究所で更新された全ての更新内容です。','','index.xml','utf-8','ja',1,'2021-12-21 08:46:21','Blog_Windows_BSoD20210423,20210101000614170,FAQWin_WinMgr_PrinterSetup2,FAQWin_WinMgr_PrinterSetup1,20181103_iPad_Broken,FAQWin_Inport_and_Export_WiFi_Settings,FAQXls_OpenBlankExcel,2018012114170474,20171225_Scan2PC,20171125inYodobashi');
INSERT INTO `bc_syndication`VALUES (4,'article','Blog_Game_XenepicOnl','Blog_Game_XenepicOnl','Atom-1.0','10',1,'くろねこ研 Xenepic Onlineブログ','くろねこのXenepic Onlineでの徒然なるゲーム日記','','xenepicblog.xml','utf-8','ja',1,'2010-09-22 01:36:49','xo081023_1727,moe081008_2335,xo080822_22255,xo080722_0814,xo080721_0848,xo080627_2012,xo080618_0008,xo080529_0149,2008051616594661,xo080510_2228');

--
-- Table structure for table `bc_thm_contents`
--

DROP TABLE IF EXISTS `bc_thm_contents`;

CREATE TABLE `bc_thm_contents` (
  `thm_id` int(10) unsigned NOT NULL DEFAULT 0,
  `thm_name` varchar(20) NOT NULL DEFAULT '',
  `thm_filename` varchar(100) NOT NULL DEFAULT '',
  `thm_init_contents` longtext DEFAULT NULL,
  `thm_vars` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_thm_contents`
--

INSERT INTO `bc_thm_contents`VALUES (1,'professional','style.css','@charset \"utf-8\";\n\n/* STYLESHEET FORMAT GUIDE *****************************************************\n\n  split into the following sections:\n  - semantics (direct formatting for <td>, <a>, etc)\n  - classes (.whatever)\n  - common plugin CSS\n  - navbar\n  Within these sections, entries are to be strictly alphabetized.\n\n  SAMPLE:\n  .poll-vote,\n  .poll-vote-results {\n    background:transparent;\n    color:#000000;\n    font-size:smaller;\n  }\n\n  These are the rough rules:\n  - always put a \';\' after the last entry\n  - always a linebreak before .\n  - always a linebreak after , ; { and }\n  - always a . before all classes\n  - two spaces indent\n  - no tabs\n  - no spaces after colons\n*/\n\n/* SEMANTICS ******************************************************************/\n\na {\n  background:transparent;\n}\n\na:link.non-ul,\na:visited.non-ul,\na:hover.non-ul,\na:active.non-ul {\n  color:#000000;\n  text-decoration:none;\n}\na:link {\n  color:#0000FF;\n}\na:visited {\n  color:#800080;\n}\na:hover {\n  color:#008000;\n}\na:active {\n  color:#FF0000;\n}\nbody {\n  width:99%;\n  background:#FFFFFF;\n  color:#000000;\n  font:0.8em arial,verdana,tahoma,helvetica,sans-serif;\n  padding:0px;\n  margin:0px auto;\n  border:1px solid #E7E7E7;\n  padding-left:1px;\n  padding-right:1px;\n}\nfieldset {\n  margin-bottom:1em;\n}\nfieldset p {\n  padding:5px;\n  margin:0px;\n  margin-top:5px;\n  margin-bottom:0px;\n}\nfieldset legend {\n  font-size:0.9em;\n}\nform {\n  margin-top:5px;\n  margin-bottom:5px;\n}\nform div.notes p,\nform div small {\n  line-height:125%;\n}\nform div.notes ul {\n  margin:0px;\n  padding:0px;\n  padding-left:2px;\n}\nform div.notes ul li {\n  margin-left:15px;\n  list-style-position:outside;\n  padding-right:2px;\n}\nform fieldset div.notes {\n  float:right;\n  position:relative;\n  right:30px;\n  width:150px;\n  height:auto;\n  margin:0px 0px 10px 10px;\n  padding:5px;\n  border:1px solid #666666;\n  background-color:#ffffe1;\n  color:#666666;\n  font-size:.75em;\n}\n\nform fieldset div.notes h4 {\n  background-image:url(images/icon_info.png);\n  background-repeat:no-repeat;\n  background-position:top left;\n  padding:3px 0px 2px 27px;\n  border-width:0px 0px 1px 0px;\n  border-style:solid;\n  border-color:#666666;\n  color:#666666;\n  margin-bottom:5px;\n  margin-top:0px;\n  font-size:1.3em;\n}\n\nform fieldset div.notes p {\n  margin:0em 0em 1.2em 0em;\n  color:#666666;\n}\n\nform fieldset div.notes p.last {\n  margin:0em;\n  padding-bottom:5px;\n}\nform label {\n    font-weight:bold;\n}\nh1 {\n  font-size:125%;\n}\nh2 {\n  font-size:100%;\n}\nh3 {\n  font-size:100%;\n  margin:0px;\n}\nimg {\n  border:0;\n}\ninput {\n  font-size:.9em;\n}\ninput,\nsubmit,\ntd {\n  color:#000000;\n}\ntable {\n  border:0px;\n}\ntextarea {\n  color:#000000;\n  font-family: \"Hiragino Kaku Gothic Pro\", \"ヒラギノ角ゴ Pro W3\", Osaka, \"ＭＳ Ｐゴシック\", Verdana, Arial, Helvetica, sans-serif;\n  font-size:.9em;\n}\nth {\n  color:#000000;\n  background-color:#DAE0ED;\n  font-weight:bold;\n  padding-left:3px;\n  text-align:left;\n}\np {\n  margin-top:5px;\n}\nselect {\n  color:#000000;\n  font-size:.9em;\n}\n\n/* CLASSES ********************************************************************/\n\n/* Admin lists ****************************************************************/\n.admin-menu-icon {\n  float:left;\n  padding:5px;\n}\n.admin-menu {\n  /* the box around the menu */\n  padding:5px;\n  border:1px solid #EEEEEE;\n}\n.admin-menu-text {\n  /* the text below the links */\n  padding:5px;\n}\n.admin-menu-item {\n  /* a single link in the menu */\n  padding: 0px 5px 0px 5px;\n}\n.admin-list-smalltable {\n  text-align:left;\n  border-spacing:1px;\n}\n.admin-list-table {\n  width:100%;\n  text-align:left;\n  border-spacing:1px;\n}\n.admin-list-table form {\n  margin:0px;\n}\n.admin-list-search {\n  text-align:center;\n  margin-top:5px;\n  margin-bottom:5px;\n}\n.admin-list-field {\n  text-align:left;\n  padding-left:5px;\n  padding-right:5px;\n}\n.admin-list-headerfield {\n  text-align:left;\n  padding-left:5px;\n  padding-right:5px;\n  padding-top:2px;\n  padding-bottom:2px;\n}\n/* Menus in blocks ************************************************************/\n.blocklist ul {\n  list-style:none;\n  padding:0px;\n  margin:0px;\n}\n/* general alignment classes **************************************************/\n.alignleft {\n  text-align:left;\n}\n.alignright {\n  text-align:right;\n}\n.aligncenter {\n  text-align:center;\n}\n.aligntop {\n  vertical-align:top;\n}\n.floatright {\n  float:right;\n}\n.floatleft {\n  float:left;\n}\n.clearboth {\n  clear:both;\n}\n/* clear floats by applying the clearfix class to float-encasing block !*******/\n.clearfix:after {\n  content: \".\";\n  display: block;\n  height: 0;\n  clear: both;\n  visibility: hidden;\n}\n.clearfix {\n  display: inline-block;\n}\n\n/* Hides from IE-mac \\*/\n* html .clearfix {height: 1%;}\n.clearfix {display: block;}\n/* End hide from IE-mac */\n/* general formatting classes *************************************************/\n.b {\n  font-weight:bold;\n}\n.ext-link {\n  background-color: transparent;\n  background: url(./images/external.png) center right no-repeat;\n  background-attachment: scroll;\n  padding-right: 13px;\n}\n.ext-link-rtl {\n}\n.feed-link {\n  background-color: transparent;\n  background: url(./images/feed.png) center right no-repeat;\n  background-attachment: scroll;\n  padding: 2px 16px 2px 0px;\n}\n.feed-link-rtl {\n}\n.strike {\n  text-decoration: line-through;\n}\n/* Blocks *********************************************************************/\n.block-box-left,\n.block-box-right,\n.block-box {\n  margin:5px 10px 15px 10px;\n}\n.block-box-left ul,\n.block-box-right ul {\n  /* do not indent lists in the blocks too much */\n  margin:0px;\n  padding-left:20px;\n}\n.block-bg-left,\n.block-bg-right {\n}\n.block-bg-spreader {\n  /* this is making sure that the blocks have a minimum width */\n  background:transparent;\n  width:180px;\n  height:1px;\n}\n.block-content,\n.block-content-right,\n.block-content-left {\n  background:transparent;\n  color:#000000;\n  padding-bottom:2px;\n  padding-top:2px;\n  clear:both;\n}\n.block-content-left ul,\n.block-content-right ul,\n.block-content ul {\n  margin-top:0;\n  margin-bottom:0;\n  margin-left:16px;\n  padding-left:0;\n  border:none;\n}\n.block-divider {\n  background:#FFFFFF;\n  border-bottom:1px solid #F7F7F7;\n  border-top:1px solid #E7E7E7;\n  color:#000000;\n  padding-top:2px;\n}\n.block-divider-left {\n  border-top:1px solid #E7E7E7;\n  border-bottom:1px solid #FFFFFF;\n  width:90%;\n  margin:0 auto;\n  line-height:0px;\n}\n.block-divider-right {\n  border-top:1px solid #CCCCCC;\n  border-bottom:1px solid #FFFFFF;\n  width:90%;\n  margin:0 auto;\n  line-height:0px;\n}\n.block-featured-left {\n  background:#F7F7F7;\n  border-right:1px solid #FFFFFF;\n  color:#000000;\n}\n.block-featured-right {\n  background:#E7E7E7;\n  border-left:1px solid #FFFFFF;\n  color:#000000;\n}\n.block-helpicon {\n  padding-top:5px;\n  text-align:right;\n  float:right;\n}\n.block-outerborder-left {\n  border-left:1px solid #E7E7E7;\n  padding:0px;\n  margin:0px;\n}\n.block-outerborder-right {\n  border-right:1px solid #CCCCCC;\n}\n.block-title,\n.blocktitle,\n.block-title-left,\n.block-title-right {\n  background:transparent;\n  color:#1A3955;\n  font-weight:bold;\n  padding-top:5px;\n  padding-bottom:5px;\n  text-align:left;\n}\n/* Comments *******************************************************************/\n.commentbar-line1 {\n  background:transparent;\n  color:#000000;\n  padding:3px 3px;\n  text-align:center;\n}\n.commentbar-line2 {\n  background:#E7E7E7;\n  text-align:center;\n  padding-left:3px;\n  padding-right:3px;\n}\n.commentbar-line3 {\n  background:#FFFFFF;\n  border-bottom:1px solid #FFFFFF;\n  border-top:1px solid #E7E7E7;\n  color:#000000;\n  padding:3px 3px;\n  text-align:center;\n}\n.commenttitle {\n  background:#F7F7F7;\n  border-bottom:1px solid #E7E7E7;\n  border-left:1px solid #E7E7E7;\n  border-right:1px solid #E7E7E7;\n  border-top:1px solid #E7E7E7;\n  font-weight:bold;\n  font-size:smaller;\n  padding:3px 0px 3px 10px;\n}\n.comment-edit {\n  font-style: italic;\n  font-size: 0.85em;\n  color: #BBB;\n  padding-top:1ex;\n}\n.comment-sig {\n  color:#666666;\n  padding-top:1ex;\n}\n.comment {\n  margin-bottom:5px;\n}\n.commentbody {\n  margin-top:5px;\n  margin-bottom:1em;\n}\n.commentthread {\n  margin-top:5px;\n  margin-bottom:5px;\n}\n#commentperview {\n  margin:0;\n  background:transparent;\n  border:1px dashed grey;\n  padding:5px 10px;\n}\n#commenteditform {\n  margin:0;\n  background:#F7F7F7;\n  border:1px solid #E7E7E7;\n  padding:10px;\n}\n/******************************************************************************/\n.edit-perm-down {\n  text-align:center;\n}\n.edit-perm-up {\n  text-align:center;\n  padding-right:10px;\n  padding-left:10px;\n}\n.fieldhelp {\n  font-size:0.8em;\n  color:#666666;\n  padding-left:0.8em;\n  padding-right:0.8em;\n}\n/* Footer *********************************************************************/\n.footerblock {\n  background:#1A3955;\n  border-top:1px solid #CCCCCC;\n  color:#FFFFFF;\n  font-size:0.85em;\n  padding-bottom:10px;\n  padding-top:10px;\n  padding-left:4px;\n  padding-right:4px;\n  vertical-align:middle;\n}\n.footerblock a:link {\n  background:transparent;\n  color:#FFFFFF;\n  text-decoration:none;\n}\n.footerblock a:visited {\n  background:transparent;\n  color:#FFFFFF;\n  text-decoration:none;\n}\n.footerblock a:hover {\n  background:transparent;\n  color:#008000;\n  text-decoration:none;\n}\n.footerblock a:active {\n  background:transparent;\n  color:#FFFFFF;\n  text-decoration:none;\n}\n.footer-divider-top {\n  background:#FFFFFF;\n  border-top:1px solid #CCCCCC;\n  padding-top:1px;\n  color:#000000;\n}\n/* Forms **********************************************************************/\n.form-description {\n  font-weight:bold;\n  float:left;\n  width:100px;\n  text-align:right;\n  padding-right:5px;\n  display:block;\n}\n.form-field {\n  padding-bottom:5px;\n  margin-left:105px;\n}\n.checkboxes-list {\n  /* this is used for example by COM_checkList */\n  list-style:none;\n  padding:0px;\n  margin:0px;\n}\n.checkboxes-list span {\n  /* space between the text and the checkbox */\n  padding-left:5px;\n}\n.checkboxes-list .gldefault {\n  /* default blocks in the user settings block list */\n  font-weight:bold;\n}\n.missing-field {\n  /* reserved for future use */\n}\n.required-field {\n  /* reserved for future use */\n}\n/* Header *********************************************************************/\n.header-logo {\n  float:left;\n  padding-left:15px;\n  padding-top:13px;\n}\n.header-slogan {\n  float:right;\n  line-height:78px;\n  padding-right:15px;\n  color: #ffffff;\n}\n.header-logobg-container-inner {\n  background:url(images/header-bg.png) #1A3955;\n  border-bottom:1px solid #CCCCCC;\n  height:78px;\n  margin-bottom:1px;\n}\n.header-navigation-container {\n  border-bottom:1px solid #FFFFFF;\n  background:#E7E7E7;\n}\n.header-navigation-container ul {\n  list-style: none;\n  padding:0px;\n  margin:0px;\n  border-bottom:1px solid #CCCCCC;\n  color:#FFFFFF;\n  float:right;\n  height:24px;\n}\n.header-navigation-container li {\n  float:left;\n  padding-right:9px;\n  padding-left:9px;\n  margin-top:4px;\n  background:transparent;\n  font-size:.9em;\n  border-left: 1px dotted #FFFFFF;\n}\n.header-navigation-container a:link {\n  color:#0000FF;\n}\n.header-navigation-container a:visited {\n  color:#800080;\n}\n.header-navigation-container a:hover {\n  color:#008000;\n}\n.header-navigation-container a:active {\n  color:#FF0000;\n}\n.header-welcomeanddate-text {\n  padding-top:12px;\n  padding-left:4px;\n  margin: 0px;\n  height:40px;\n  border-bottom:1px solid #CCCCCC;\n}\n/******************************************************************************/\n.highlight {\n  color:#000000;\n  background-color:yellow;\n  text-decoration:none;\n}\n.inputTable td {\n  padding:4px;\n  vertical-align:top;\n}\n.inputTable label {\n  font-weight:bold;\n  float:right;\n  white-space:nowrap;\n}\n.moderation-cc {\n  width:100%;\n}\n.moderation-cc-row {\n  clear:both;\n  height:80px;\n  width:100%;\n}\n.moderation-cc-item {\n  float:left;\n  text-align:center;\n}\n.nowrap {\n  white-space:nowrap;\n}\n.pagenav {\n  text-align:center;\n}\n.row_center td {\n  text-align:center;\n}\n.searchauth {\n  background:transparent;\n  color:#000000;\n  text-align:left;\n}\n.searchdate {\n  background:transparent;\n  color:#000000;\n  text-align:right;\n}\n.searchform-box {\n  background:#E7E7E7;\n  text-align:right;\n  border-bottom:1px solid #CCCCCC;\n  height:52px;\n  padding:0px 4px 0px 1px;\n  margin:0px;\n}\n.searchform-elements {\n  display:inline;\n  position:relative;\n  top:6px;\n}\n.searchform-elements input {\n  font-size:0.9em;\n}\n.searchhits {\n  background:transparent;\n  color:#000000;\n  text-align:right;\n}\n.searchresult-byline {\n  color:green;\n}\n.site-slogan {\n  color:#ffffff;\n  background:transparent;\n}\n.sysmessage img {\n  border:none;\n  float:left;\n  padding-bottom:3px;\n  padding-right:5px;\n}\n/* Stats **********************************************************************/\n.stats-list-count {\n  text-align:right;\n  padding-left:5px;\n  padding-right:5px;\n}\n.stats-header-title {\n  text-align:left;\n  width:90%;\n  padding-left:5px;\n  padding-right:5px;\n}\n.stats-header-count {\n  text-align:left;\n  width:10%;\n  padding-left:5px;\n  padding-right:5px;\n}\n/* Story **********************************************************************/\n.story {\n  /* the frame around all elements of one story */\n  background:transparent;\n  color:#000000;\n}\n.story h1 {\n  /* the title of a story */\n  background:transparent;\n  color:#000000;\n  font-weight:bold;\n  padding-left:1px;\n}\n.story-body {\n  /* this is the actual content of the story */\n  padding:3px;\n}\n.story-featured {\n  /* the frame around all elements of a featured story */\n  background:transparent;\n  color:#000000;\n}\n.story-featured h1 {\n  /* the title of a featured story */\n  background:transparent;\n  color:#000000;\n  font-weight:bold;\n  font-size:1.4em;\n  padding-left:1px;\n}\n.story-icons {\n  /* print & mail icons in a storybox */\n  float:right;\n  padding-top:10px;\n}\n.story-icons a {\n  margin-left:5px;\n}\n.story-container {\n  /* frame around all stories & centerblocks*/\n  padding-right:9px;\n  width:100%;\n  vertical-align:top;\n}\n.story-footer {\n  /* the bottom of the story with edit-links etc */\n  padding:3px;\n  text-align:center;\n  clear:both;\n}\n.story-footer p {\n  padding:0px;\n  margin:0px;\n}\n.story-information {\n  /* the author, views and date of a story */\n  padding:3px;\n  font-size:0.85em;\n  background:transparent;\n  color:#000000;\n}\n.story-information p {\n  padding:0px;\n  margin:0px;\n}\n/******************************************************************************/\n#token-expirynotice {\n  padding:1em;\n  border:1px solid #CCCCCC;\n  background:#F7F7F7;\n}\n#token-expirytime {\n  font-weight:bold;\n}\n.topicoption,\n.topicoption-off {\n}\n.warning {\n  background:transparent;\n  color:#FF0000;\n  font-weight:bold;\n}\n.warningsmall {\n  background:transparent;\n  color:#FF0000;\n}\n\n/* Default Plugin CSS Declarations */\n/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */\n\n.plugin {\n  color:#000000;\n  background-color:#EFEFEF;\n  font-weight:normal;\n  border:1px solid #CCCCCC;\n}\n.plugin th {\n  color:#000000;\n  background-color:#B7C1DC;\n  padding:5px;\n  text-align:left;\n}\n.plugin tr {\n  vertical-align:top;\n}\n.plugin td {\n  padding:2px 5px 2px 5px;\n}\n.pluginBG {\n  color:#FEFEFE;\n  background-color:#7398BA;\n}\n.pluginAltBG {\n  background-color:#7398BA;\n}\n.pluginAltBG td {\n  color:#FFFFFF\n}\n.pluginCellTitle {\n  color:#666666;\n  font-weight:bold;\n  background-color:#E6E6E6;\n  padding:5px;\n}\n.pluginCellFill {\n  background-color:#F8FAFD;\n}\n.pluginCellText {\n  color:#636363;\n  font-weight:normal;\n}\n.pluginHeader {\n  color:#204275;\n  font-weight:bolder;\n  padding-top:3px;\n  padding-bottom:3px;\n}\n.pluginFooter, .pluginFooter td {\n  background-color:#507AA1;\n  color:#FFFFFF;\n  }\n.pluginAlert {\n  padding:5px 15px 5px 15px;\n  color:#D8010E;\n  background-color:#FEF1B4;\n  font-weight:bold;\n}\n.pluginInfo {\n  padding:5px 15px 5px 15px;\n  color:#707070;\n  background-color:#FEF1B4;\n  font-weight:normal;\n}\n.pluginSubTable {\n  color:#000000;\n  background-color:#CCCCCC;\n  font-weight:normal;\n  border:1px solid #CCCCCC;\n}\n.pluginSubTable th {\n  color:#000000;\n  background-color:#C9D1E4;\n  padding:5px;\n  text-align:left;\n}\n.pluginSubTable tr {\n  vertical-align:top;\n}\n.pluginSolidOutline {\n  background-color:#CCCCCC;\n}\n.pluginSolidFill {\n  background-color:#1A3955;\n}\n.pluginTitle {\n  background-color:#507AA1;\n  color:#F5F9FF;\n  padding:4px;\n  padding-left:6px;\n  padding-right:6px;\n}\n.pluginCellSubTitle {\n  background-color:#F7F7F7;\n  color:#000000;\n  padding:4px;\n  padding-left:6px;\n  padding-right:6px;\n}\n.pluginTinyText {\n  font-size:0.70em;\n}\n.pluginSmallText {\n  font-size:0.8em;\n}\n.pluginMediumText {\n  font-size:1em;\n}\n.pluginLargeText {\n  font-size:1.25em;\n}\n.pluginAltText {\n  color:#FFFFFF;\n}\n.pluginRow1, .pluginRow1 td {\n  color:#000000;\n  background-color:#F7F7F7;\n  line-height:120%;\n}\n.pluginRow2, .pluginRow2 td {\n  color:#000000;\n  background-color:#E7E7E7;\n  line-height: 120%;\n}\n.pluginRow1 .pluginRollOver,\n.pluginRow2 .pluginRollOver,\n.pluginRollOver {\n  color:#000000;\n  background-color:#FFFFFF;\n  line-height:120%;\n}\n.pluginRow1 .pluginRollOut,\n.pluginRow2 .pluginRollOut,\n.pluginRollOut {\n  color:#000000;\n  background-color:#F7F7F7;\n  line-height:120%;\n}\n.pluginLinks A:link {\n  color:#000000;\n  font-style:normal;\n  font-weight:normal;\n  text-decoration:none;\n}\n.pluginLinks A:visited {\n  color:#000000;\n  font-style:normal;\n  font-weight:normal;\n  text-decoration:none;\n}\n.pluginLinks A:hover {\n  color:#000000;\n  font-style:normal;\n  font-weight:normal;\n  text-decoration:underline;\n}\n.pluginBreadCrumbs,\n.pluginBreadCrumbs A:link {\n  color:#FFFFFF;\n  font-style:normal;\n  font-weight:normal;\n  text-decoration:none;\n}\n.pluginBreadCrumbs A:visited {\n  color:#FFFFFF;\n  font-style:normal;\n  font-weight:normal;\n  text-decoration:none;\n}\n.pluginBreadCrumbs A:hover {\n  color:#FFFFFF;\n  font-style:normal;\n  font-weight:normal;\n  text-decoration:none;\n}\na.pluginButton:link, a.pluginButton:visited {\n  color:#000000;\n  text-align:center;\n  padding-top:2px;\n  display:block;\n  height:19px;\n  text-decoration:none;\n  background-color:transparent;\n}\na.pluginButton:hover {\n  color:blue;\n  text-align:center;\n  padding-top:2px;\n  background:center url(navbar/images/button_over.gif);\n  background-repeat:repeat-x;\n  display:block;\n  height:19px;\n  text-decoration:none;\n  background-color:transparent;\n}\n\n/* Navbar Class CSS ***********************************************************/\n#navcontainer {\n  float:left;\n  width:100%;\n  background:#F4F4F4;\n  font-size:93%;\n  line-height:normal;\n  border-bottom:1px solid #24618E;\n  }\n#navcontainer ul {\n  margin:0px;\n  padding:10px 10px 0 50px;\n  list-style:none;\n}\n#navcontainer li {\n  display:inline;\n  margin:0px;\n  padding:0px;\n}\n#navcontainer a {\n  float:left;\n  background:url(\"navbar/images/tableftJ.gif\") no-repeat left top;\n  margin:0px;\n  padding:0px 0px 0px 5px;\n  text-decoration:none;\n}\n#navcontainer a span {\n  float:left;\n  display:block;\n  background:url(\"navbar/images/tabrightJ.gif\") no-repeat right top;\n  padding:5px 15px 4px 6px;\n  color:#24618E;\n}\n/* Commented Backslash Hack hides rule from IE5-Mac \\*/\n#navcontainer a span {\n  float:none;\n}\n/* End IE5-Mac hack */\n#navcontainer a:hover span {\n  color:#FFFFFF;\n}\n#navcontainer a:hover {\n  background-position:0% -42px;\n}\n#navcontainer a:hover span {\n  background-position:100% -42px;\n}\n#navcontainer a#current span {\n  background:url(\"navbar/images/tabrightI.gif\") no-repeat left top;\n  background-position:100% -42px;\n  color:#FFFFFF;\n}\n#navcontainer a:link#current,\n#navcontainer a:visited#current,\n#navcontainer a:hover#current {\n  background:url(\"navbar/images/tableftI.gif\") no-repeat left top;\n  background-position:0% -42px;\n}\n\n/* Page Navigation *********************************************************************/\n.gl-pagenav {\n  text-align:center;\n}\n\ndiv.gl-pagenav b {\n   display: inline-block;\n   margin: 3px;\n   padding: 3px;\n   line-height: 1.5;\n }\n \n/* for IE6 { */\n * html div.gl-pagenav b {\n   display: inline;\n   zoom: 1;\n }\n /* foe IE6 } */\n \n/* for IE7 { */\n *:first-child+html div.gl-pagenav b {\n   display: inline;\n   zoom: 1;\n }\n /* for IE7 } */\n \ndiv.gl-pagenav a {\n   display: inline-block;\n   margin: 3px;\n   padding: 3px;\n   text-decoration: none;\n }\n \n/* for IE6 { */\n * html div.gl-pagenav a {\n   display: inline;\n   zoom: 1;\n }\n /* for IE6 } */\n \n/* for IE7 { */\n *:first-child+html div.gl-pagenav a {\n   display: inline;\n   zoom: 1;\n }\n /* for IE7 } */\n \ndiv.gl-pagenav span {\n   display: inline-block;\n   padding: 3px;\n   line-height: 1.5;\n }\n \n/* for IE6 { */\n * html div.gl-pagenav span {\n   display: inline;\n   zoom: 1;\n }\n /* for IE6 } */\n \n/* for IE7 { */\n *:first-child+html div.gl-pagenav span {\n   display: inline;\n   zoom: 1;\n }\n /* for IE7 } */\n \ndiv.gl-pagenav span a { \n  margin: 0;\n   padding: 0;\n   background: transparent;\n   border: none;\n   text-decoration: underline;\n }\n  \n/* Common CSS for on-hover tooltip feature  *********************************************************************/\na.gl-tooltip {\n    border-bottom: 1px dotted #000000; color: #000000; outline: none;\n    text-decoration: none;\n    position: relative;\n}\na.gl-tooltip span {\n    margin-left: -999em;\n    position: absolute;\n    text-align: left;\n    width: 250px;\n}\na.gl-tooltip:hover span {\n    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; \n    box-shadow: 2px 2px 8px #666; -webkit-box-shadow: 2px 2px 8px #666; -moz-box-shadow: 2px 2px 8px #666;\n    font-family: Calibri, Tahoma, Geneva, sans, sans-serif;\n    position: absolute; left: 2.2em; top: 2.2em; z-index: 99;\n    margin-left: 0; width: 250px;\n}\na.gl-tooltip:hover img.icon {\n    border: 0; margin: -15px 0 0 -51px;\n    float: left; position: absolute;\n}\na.gl-tooltip img#gl-tooltip-icon { \n    border: 0;\n}\na.gl-tooltip:hover em {\n    font-family: Candara, Tahoma, Geneva, sans, sans-serif; font-size: 1.2em; font-weight: bold;\n    display: block; padding: 0.2em 0 0.6em 0.4em;\n}\nspan.classic     { padding: 0.8em 1em; }\nspan.custom      { padding: 0.5em 0.8em 0.8em 2em; }\n* html a:hover   { background: transparent; }\nspan.classic     { background: #EEEEEC; border: 2px solid #555753; }\nspan.critical    { background: #F5F0F0; border: 2px solid #A40000; }\nspan.help        { background: #EDF0F2; border: 2px solid #204A87; }\nspan.info        { background: #EDF0F2; border: 2px solid #204A87; }\nspan.warning     { background: #FCF7EF; border: 2px solid #CE5C00; font-weight: normal; color: black; }\n\nspan.critical em { color: #A40000; }\nspan.help     em { color: #204A87; }\nspan.info     em { color: #204A87; }\nspan.warning  em { color: #CE5C00; }\n\n/* End of common CSS for on-hover info feature */\n\n#admin-editor dt#title {\n  display:     block;\n  font-size:   13px;\n  font-weight: bold;\n  position:    relative;\n  top:         10px;\n}\n\n#admin-editor input#close {\n  width: 150px;\n}\n\n/* Used by lib-plugin.php to display dependencies */\nb.notbold { /* hack for HTML compliance inside tooltips */\n  font-weight: normal;\n}\n\nb.status_red {\n  display:     inline;\n  color:       #a40000;\n}\n\nb.status_orange {\n  display:     inline;\n  color:       #b25000;\n}\n\nb.status_green {\n  display:     inline;\n  color:       #3d7805;\n}\n\nb.status_black {\n  display:     inline;\n  color:       black;\n}\n/* End of Common Plugin CSS */\n\n/* Third party login */\nform.third-party-login {\n  margin: 0.1em 0;\n}\n\nform.third-party-login div {\n  position: relative;\n}\n\nform.third-party-login div img {\n  position: absolute;\n  left: 6px;\n  top: 6px;\n}\n\nform.third-party-login div input {\n  width: 100%;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\n\nform.third-party-login div input.submit {\n  text-indent: 24px;\n  font-size: 12px;\n  height: 28px;\n}\n\ndiv.third-party-login {\n  width: 164px;\n}\n\n/* Admin basic form ***********************************************************/\n.admin_basic {\n  padding: 0.5em 2em;\n}\n.form_block {\n  margin: 0;\n  padding: 0;\n}\n.form_block:after {\n  content: \"\";\n  display: block;\n  clear: both;\n  height: 1px;\n  overflow: hidden;\n}\n.compact dt {\n  float: left;\n  clear: left;\n  width: 15%;\n  margin: 0 0 1em 0;\n  padding: 0 1% 0 0;\n  font-weight: normal;\n  text-align: right;\n}\n.compact dt:after {\n  content: \":\";\n}\n.compact dt label {\n  font-weight: normal;\n}\n.compact dd {\n  float: left;\n  width: 84%;\n  margin: 0 0 1em 0;\n  padding: 0;\n}\n.compact dd.description {\n  margin: -0.5em 0 1em 16%;\n  padding: 0;\n}\n.compact p.description {\n  margin: 0 0 1em 0;\n  padding: 0;\n}\n.wide {\n  width: 98%;\n}\n.separator {\n  display: none;\n}\n.size1  { width:  60px; }\n.size2  { width: 120px; }\n.size3  { width: 180px; }\n.size4  { width: 240px; }\n.size5  { width: 300px; }\n.size6  { width: 360px; }\n.size7  { width: 420px; }\n.size8  { width: 480px; }\n.size9  { width: 540px; }\n.size10 { width: 600px; }\n\n.admin-topic-image {\n  margin: 0 5px 0 0;\n  vertical-align: middle;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (2,'professional','header.thtml','{doctype}\n<html{html_attribute}{xmlns}>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"{xhtml}>\n<title>{page_title_and_site_name}</title>\n<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\"{xhtml}>\n<meta http-equiv=\"Content-Style-Type\" content=\"text/css\"{xhtml}>\n<link rel=\"SHORTCUT ICON\" href=\"{layout_url}/images/favicon.ico\"{xhtml}>\n<!-- <meta http-equiv=\"Pragma\" content=\"no-cache\"{xhtml}> -->\n{feed_url}\n{rel_links}\n{plg_headercode}\n</head>\n<body dir=\"{direction}\">\n    <div class=\"header-navigation-container clearfix\">\n        <ul>\n            {menu_elements}\n        </ul>\n    </div>\n    <div class=\"header-logobg-container-inner\">\n        <a class=\"header-logo\" href=\"{site_url}/\" rel=\"home\">\n            <img src=\"{site_logo}\" width=\"151\" height=\"56\" alt=\"{site_name}\"{xhtml}>\n        </a>\n        <span class=\"header-slogan\">{site_slogan}</span>\n    </div>\n    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"width:100%;\">\n        <tr>\n            {left_blocks}\n            <td class=\"story-container\">\n                <p class=\"header-welcomeanddate-text\">\n                    <b>{welcome_msg_jp}</b><br{xhtml}>{datetime}\n                </p>\n\n                <!-- START OF CONTENT AREA -->\n','datetime,direction,doctype,feed_url,html_attribute,layout_url,left_blocks,menu_elements,page_title_and_site_name,plg_headercode,rel_links,site_logo,site_name,site_slogan,site_url,welcome_msg_jp,xhtml,xmlns');
INSERT INTO `bc_thm_contents`VALUES (3,'professional','footer.thtml','            <!-- End Content Area -->\n            </td>\n            {right_blocks}\n        </tr>\n    </table>\n    {centerblockfooter-span}\n    <table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"footer-divider-top\">\n        <tr>\n            <td class=\"footerblock alignleft\" style=\"width:70%;\">\n                {copyright_notice}\n            </td>\n            <td class=\"footerblock alignright\" style=\"width:30%;\">\n                {powered_by} <a href=\"{geeklog_url}\">Geeklog</a>&nbsp;<br{xhtml}>{execution_textandtime}&nbsp;\n            </td>\n        </tr>\n    </table>\n{plg_footercode}\n</body>\n</html>\n','centerblockfooter-span,copyright_notice,execution_textandtime,geeklog_url,plg_footercode,powered_by,right_blocks,xhtml');
INSERT INTO `bc_thm_contents`VALUES (4,'professional','leftblocks.thtml','<!-- Start of Left blocks -->\n                <td class=\"block-featured-left\" style=\"vertical-align:top;\">\n                    <div class=\"searchform-box\">\n                        <form class=\"searchform-elements\" action=\"{site_url}/search.php\" method=\"get\">\n                            <div>\n                                <input style=\"width:95%\" type=\"text\" name=\"query\" maxlength=\"255\" value=\"\"{xhtml}><br{xhtml}>\n                                <input type=\"hidden\" name=\"type\" value=\"all\"{xhtml}>\n                                <a href=\"{site_url}/search.php\" class=\"advancedsearch\">{button_advsearch}</a>&nbsp;\n                                <input type=\"hidden\" name=\"mode\" value=\"search\"{xhtml}>\n                                <input type=\"submit\" value=\"{button_search}\"{xhtml}>\n                            </div>\n                        </form>\n                    </div>\n                    <div class=\"block-bg-left\">\n                        {geeklog_blocks}\n                        <div class=\"block-bg-spreader\"></div>\n                    </div>\n                </td>\n                <td class=\"block-outerborder-left\">\n                    <div style=\"background:transparent; width:10px; height:1px;\"></div>\n                </td>\n','button_advsearch,button_search,geeklog_blocks,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (5,'professional','blockheader-left.thtml','<div class=\"block-box-left\">\n    <span class=\"block-helpicon\">\n        {block_help}\n    </span>\n    <h2>{block_title}</h2>\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (6,'professional','blockfooter-left.thtml','</div>\n<div class=\"aligncenter\">\n    <div class=\"block-divider-left\"></div>\n</div>\n\n','');
INSERT INTO `bc_thm_contents`VALUES (7,'professional','rightblocks.thtml','<!-- Start of Right Blocks -->\n<td class=\"block-outerborder-right\">\n    <div style=\"background:transparent; width:1px; height:1px;\"></div>\n</td>\n<td class=\"block-featured-right\" style=\"vertical-align:top;\">\n    <div class=\"block-bg-right\">\n            {geeklog_blocks}\n            <div class=\"block-bg-spreader\"></div>\n    </div>\n</td>\n<!--</td></tr></table>-->\n<!--If you want the splash, uncomment the last line. If you want no splash, make sure it is commented out.-->\n','geeklog_blocks');
INSERT INTO `bc_thm_contents`VALUES (8,'professional','blockheader-right.thtml','<div class=\"block-box-right\">\n    <span class=\"block-helpicon\">\n        {block_help}\n    </span>\n    <h2>{block_title}</h2>','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (9,'professional','blockfooter-right.thtml','</div>\n<div class=\"aligncenter\">\n    <div class=\"block-divider-right\"></div>\n</div>\n','');
INSERT INTO `bc_thm_contents`VALUES (10,'professional','storytext.thtml','<div class=\"story\">\n    <span class=\"story-icons\">\n        {email_icon}\n        {print_icon}\n        {edit_icon}\n    </span>\n    {breadcrumb_trail}\n    <h1>{story_title_link}</h1>\n    <div class=\"story-information\">\n        <p>{story_date}</p>\n        <p>{lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</p>\n        <p>{lang_views} {story_hits}</p>\n    </div>\n    <div class=\"story-body\">\n        {story_anchortag_and_image}{story_text_no_br}\n    </div>\n    <div class=\"story-footer\">\n        <p>{page_selector}</p>\n        <p>{readmore_link} {post_comment_link}</p>\n        <p>{plugin_itemdisplay}{comments_with_count} {trackbacks_with_count}</p>\n    </div>\n</div>\n<div class=\"block-divider\"> </div>\n','breadcrumb_trail,comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,story_anchortag_and_image,story_date,story_hits,story_text_no_br,story_title_link,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (11,'professional','featuredstorytext.thtml','<div class=\"story-featured\">\n    <span class=\"story-icons\">\n        {email_icon}\n        {print_icon}\n        {edit_icon}\n    </span>\n    {breadcrumb_trail}\n    <h1>{story_title_link}</h1>\n    <div class=\"story-information\">\n        <p>{story_date}</p>\n        <p>{lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</p>\n        <p>{lang_views} {story_hits}</p>\n    </div>\n    <div class=\"story-body\">\n        {story_anchortag_and_image}{story_text_no_br}\n    </div>\n    <div class=\"story-footer\">\n        <p>{page_selector}</p>\n        <p>{readmore_link} {post_comment_link}</p>\n        <p>{plugin_itemdisplay}{comments_with_count} {trackbacks_with_count}</p>\n    </div>\n</div>\n<div class=\"block-divider\"> </div>\n','breadcrumb_trail,comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,story_anchortag_and_image,story_date,story_hits,story_text_no_br,story_title_link,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (12,'professional','archivestorytext.thtml','<div class=\"story\">\n    <span class=\"story-icons\">\n        {email_icon}\n        {print_icon}\n        {edit_icon}\n    </span>\n    {breadcrumb_trail}\n    <h1>{story_title_link}</h1>\n    <div class=\"story-information\">\n        <p>{story_date}</p>\n        <p>{lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</p>\n        <p>{lang_views} {story_hits}</p>\n    </div>\n    <div class=\"story-body\">\n        {story_anchortag_and_image}{story_text_no_br}\n    </div>\n    <div class=\"story-footer\">\n        <p>{page_selector}</p>\n        <p>{readmore_link} {post_comment_link}</p>\n        <p>{plugin_itemdisplay}{comments_with_count} {trackbacks_with_count}</p>\n    </div>\n</div>\n<div class=\"block-divider\"> </div>\n','breadcrumb_trail,comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,story_anchortag_and_image,story_date,story_hits,story_text_no_br,story_title_link,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (13,'professional','article/article.thtml','        {formatted_article}\n        <div class=\"floatleft\" style=\"width:50%;\">{whats_related}</div>\n        <div class=\"floatleft\" style=\"width:50%;\">{story_options}</div>\n        <div class=\"clearboth\">{trackback}</div>\n        {commentbar}\n','commentbar,formatted_article,story_options,trackback,whats_related');
INSERT INTO `bc_thm_contents`VALUES (14,'professional','article/printable.thtml','<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n<html{lang_attribute}{xmlns}>\n<head>\n  <title>{page_title}</title>\n  <meta name=\"robots\" content=\"NOINDEX\"{xhtml}>\n  <link rel=\"stylesheet\" type=\"text/css\" href=\"{layout_url}/print.css\"{xhtml}>\n  <link rel=\"stylesheet\" type=\"text/css\" media=\"print\" href=\"{layout_url}/print.css\"{xhtml}>\n  <link rel=\"canonical\" href=\"{article_url}\"{xhtml}>\n</head>\n<body dir=\"{direction}\">\n    <h1>{story_title}</h1>\n    <h3>{story_date}</h3>\n    <p><b>{lang_contributedby} {story_author}</b></p>\n\n    {story_text_no_br}\n\n    <p>{comments_with_count}</p>\n\n    <hr{xhtml}>\n\n    <p>{site_name}<br{xhtml}>\n        <a href=\"{article_url}\">{article_url}</a>\n    </p>\n\n</body>\n</html>\n','article_url,comments_with_count,direction,lang_attribute,lang_contributedby,layout_url,page_title,site_name,story_author,story_date,story_text_no_br,story_title,xhtml,xmlns');
INSERT INTO `bc_thm_contents`VALUES (15,'professional','menuitem.thtml','<li><a href=\"{menuitem_url}\">{menuitem_text}</a></li>\n','menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (16,'professional','menuitem_last.thtml','<li class=\"last\"><a href=\"{menuitem_url}\">{menuitem_text}</a></li>\n','menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (17,'professional','menuitem_none.thtml','&nbsp;\n','');
INSERT INTO `bc_thm_contents`VALUES (18,'professional','list.thtml','<ul {list_class}>\n{list_items}\n</ul>\n','list_class,list_items');
INSERT INTO `bc_thm_contents`VALUES (19,'professional','listitem.thtml','  <li>{list_item}</li>\n','list_item');
INSERT INTO `bc_thm_contents`VALUES (20,'professional','loginform.thtml','<form action=\"{site_url}/users.php\" method=\"post\" style=\"margin-top:5px;margin-bottom:5px;\">\n    <div>\n        <label for=\"loginname\">{lang_username}:</label><br{xhtml}>\n        <input type=\"text\" size=\"10\" name=\"loginname\" value=\"\" id=\"loginname\"{xhtml}><br{xhtml}>\n        {services}\n        <label for=\"passwd\">{lang_password}:</label><br{xhtml}>\n        <input type=\"password\" size=\"10\" name=\"passwd\" id=\"passwd\"{xhtml}><br{xhtml}>\n        <input type=\"submit\" value=\"{lang_login}\"{xhtml}>\n    </div>\n</form>\n<p>{lang_signup}<br{xhtml}>\n{lang_forgetpassword}</p>\n{oauth_login}\n{openid_login}\n','lang_forgetpassword,lang_login,lang_password,lang_signup,lang_username,oauth_login,openid_login,services,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (21,'professional','profiles/contactuserform.thtml','<p>{lang_description}</p>\n<form action=\"{site_url}/profiles.php\" method=\"post\" name=\"contact\">\n    <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n        <tr>\n            <td class=\"alignright\"><b>{lang_username}</b></td>\n            <td><input type=\"text\" name=\"author\" size=\"40\" maxlength=\"96\" value=\"{username}\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_useremail}</b></td>\n            <td><input type=\"text\" name=\"authoremail\" size=\"40\" maxlength=\"96\" value=\"{useremail}\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_subject}</b></td>\n            <td><input type=\"text\" name=\"subject\" size=\"40\" maxlength=\"96\" value=\"{subject}\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_message}</b></td>\n            <td><textarea name=\"message\" rows=\"10\" cols=\"50\" style=\"width:100%\">{message}</textarea></td>\n        </tr>\n        <tr{cc_enabled}>\n            <td class=\"alignright\"><b>{lang_cc}</b></td>\n            <td><input type=\"checkbox\" name=\"cc\"{cc}{xhtml}>&nbsp;{lang_cc_description}</td>\n        </tr>\n        {captcha}\n        <tr>\n            <td colspan=\"2\" class=\"warning aligncenter\" style=\"padding-top:10px;\">\n                {lang_nohtml}\n                <div style=\"padding:5px;\">\n                    <input type=\"hidden\" name=\"what\" value=\"contact\"{xhtml}>\n                    <input type=\"hidden\" name=\"uid\" value=\"{uid}\"{xhtml}>\n                    <input type=\"submit\" value=\"{lang_submit}\"{xhtml}>\n                </div>\n            </td>\n        </tr>\n    </table>\n</form>\n','captcha,cc,cc_enabled,lang_cc,lang_cc_description,lang_description,lang_message,lang_nohtml,lang_subject,lang_submit,lang_useremail,lang_username,message,site_url,subject,uid,useremail,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (22,'professional','profiles/contactauthorform.thtml','{start_block_mailstory2friend}\n<form action=\"{site_url}/profiles.php\" method=\"post\" name=\"contact\">\n    <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n        <tr>\n            <td class=\"alignright\"><b>{lang_title}:</b></td>\n            <td>{story_link}</td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_fromname}:</b></td>\n            <td><input type=\"text\" name=\"from\" size=\"40\" maxlength=\"96\" value=\"{name}\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_fromemailaddress}:</b></td>\n            <td><input type=\"text\" name=\"fromemail\" size=\"40\" maxlength=\"96\" value=\"{email}\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_toname}:</b></td>\n            <td><input type=\"text\" name=\"to\" size=\"40\" maxlength=\"96\" value=\"{toname}\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_toemailaddress}:</b></td>\n            <td><input type=\"text\" name=\"toemail\" size=\"40\" maxlength=\"96\" value=\"{toemail}\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_shortmessage}:</b></td>\n            <td><textarea name=\"shortmsg\" rows=\"10\" cols=\"50\" style=\"width:100%\">{shortmsg}</textarea></td>\n        </tr>\n        <tr{cc_enabled}>\n            <td class=\"alignright\"><b>{lang_cc}</b></td>\n            <td><input type=\"checkbox\" name=\"cc\"{cc}{xhtml}>&nbsp;{lang_cc_description}</td>\n        </tr>\n        {captcha}\n        <tr>\n            <td colspan=\"2\" class=\"warning aligncenter\" style=\"padding-top:10px;\">\n                {lang_warning}\n                <div style=\"padding:5px;\">\n                    <input type=\"hidden\" name=\"sid\" value=\"{story_id}\"{xhtml}>\n                    <input type=\"hidden\" name=\"what\" value=\"sendstory\"{xhtml}>\n                    <input type=\"submit\" value=\"{lang_sendmessage}\"{xhtml}>\n                </div>\n            </td>\n        </tr>\n    </table>\n</form>\n{end_block}\n','captcha,cc,cc_enabled,email,end_block,lang_cc,lang_cc_description,lang_fromemailaddress,lang_fromname,lang_sendmessage,lang_shortmessage,lang_title,lang_toemailaddress,lang_toname,lang_warning,name,shortmsg,site_url,start_block_mailstory2friend,story_id,story_link,toemail,toname,xhtml');
INSERT INTO `bc_thm_contents`VALUES (23,'professional','preferences/profile.thtml','{noscript}\n<div id=\"pe_navbar\" style=\"display:none\">\n{navbar}\n</div>\n<div class=\"clearboth\" style=\"min-width:600px;\">\n    <div id=\"pe_preview\" class=\"jsenabled_hide\" style=\"display:none;\">\n        <fieldset style=\"margin-top:10px;\">\n            <legend>{lang_preview_title}</legend>\n            {preview}\n        </fieldset>\n    </div>\n    <form action=\"{site_url}/usersettings.php\" method=\"post\" {enctype}>\n    <div id=\"pe_namepass\" class=\"jsenabled_show\">\n        <fieldset style=\"margin-top:10px;\"><legend>{lang_name_legend}</legend>\n            <table class=\"inputTable\">\n                {username_option}\n                <tr>\n                    <td style=\"width:150px;\"><label for=\"fullname\">{lang_fullname}:</label></td>\n                    <td><input type=\"text\" id=\"fullname\" name=\"fullname\" size=\"60\" maxlength=\"80\" value=\"{fullname_value}\"{xhtml}></td>\n                </tr>\n            </table>\n        </fieldset>\n        <fieldset style=\"margin-top:10px;\"><legend>{lang_password_email_legend}</legend>\n            <div class=\"notes\">\n                <h4>{lang_password_help_title}</h4>\n                <p class=\"last\">\n                    {lang_password_help}<br{xhtml}><br{xhtml}>\n                    <span class=\"warningsmall\">{lang_enter_current_password}</span>  \n                </p>\n            </div>\n            <table class=\"inputTable\" border=\"0\">\n                {password_option}\n                {resynch_option}\n                <tr>\n                    <td><label for=\"cooktime\">{lang_cooktime}:</label></td>\n                    <td>{cooktime_selector}</td>\n                </tr>\n                <tr>\n                    <td><label for=\"email\">{lang_email}:</label></td>\n                    <td><input type=\"text\" id=\"email\" name=\"email\" size=\"50\" maxlength=\"96\" value=\"{email_value}\"{xhtml}></td>\n                </tr>\n                <tr>\n                    <td><label for=\"email_conf\">{lang_email_conf}:</label></td>\n                    <td><input type=\"text\" id=\"email_conf\" name=\"email_conf\" size=\"50\" maxlength=\"96\" value=\"{email_value}\"{xhtml}></td>\n                </tr>\n                {current_password_option}\n            </table>\n            {delete_account_option}\n        </fieldset>\n    </div>\n    <div id=\"pe_userinfo\" class=\"jsenabled_hide\">\n        <fieldset style=\"margin-top:10px;\"><legend>{lang_personal_info_legend}</legend>\n            <div class=\"notes\">\n                <h4>{lang_userinfo_help_title}</h4>\n                {lang_userinfo_help}\n            </div>\n            <table class=\"inputTable\">\n                <tr>\n                    <td style=\"width:100px;\"><label for=\"homepage\">{lang_homepage}:</label></td>\n                    <td><input type=\"text\" id=\"homepage\" name=\"homepage\" size=\"55\" maxlength=\"128\" value=\"{homepage_value}\"{xhtml}></td>\n                </tr>\n                <tr>\n                    <td style=\"width:100px;\"><label for=\"location\">{lang_location}:</label></td>\n                    <td><input type=\"text\" id=\"location\" name=\"location\" size=\"55\" maxlength=\"96\" value=\"{location_value}\"{xhtml}></td>\n                </tr>\n                {userphoto_option}\n                <tr>\n                    <td style=\"width:100px;\"><label for=\"sig\">{lang_signature}:</label></td>\n                    <td><textarea id=\"sig\" name=\"sig\" style=\"width:100%\" cols=\"20\" rows=\"4\">{signature_value}</textarea></td>\n                </tr>\n                <tr>\n                    <td style=\"width:100px;\"><label for=\"about\">{lang_about}:</label></td>\n                    <td><textarea id=\"about\" name=\"about\" style=\"width:100%\" cols=\"20\" rows=\"4\">{about_value}</textarea></td>\n                </tr>\n                <tr>\n                    <td style=\"width:100px;\"><label for=\"pgpkey\">{lang_pgpkey}:</label></td>\n                    <td><textarea id=\"pgpkey\" name=\"pgpkey\" style=\"width:100%\" cols=\"20\" rows=\"4\">{pgpkey_value}</textarea></td>\n                </tr>\n            </table>\n        </fieldset>\n    </div>\n\n    {prefs}\n    <p class=\"aligncenter\" id=\"save_button\">\n        <input type=\"hidden\" name=\"uid\" value=\"{uid_value}\"{xhtml}>\n        <input type=\"hidden\" name=\"mode\" value=\"saveuser\"{xhtml}>\n        <input type=\"hidden\" name=\"username\" value=\"{username_value}\"{xhtml}>\n        <span style=\"padding-right:50px;\"><input type=\"submit\" name=\"btnsubmit\" value=\"{lang_submit}\"{xhtml}></span>\n        <input type=\"submit\" name=\"btncancel\" value=\"{lang_cancel}\"{xhtml}>\n    </p>\n    </form>\n</div>\n\n','about_value,cooktime_selector,current_password_option,delete_account_option,email_value,enctype,fullname_value,homepage_value,lang_about,lang_cancel,lang_cooktime,lang_email,lang_email_conf,lang_enter_current_password,lang_fullname,lang_homepage,lang_location,lang_name_legend,lang_password_email_legend,lang_password_help,lang_password_help_title,lang_personal_info_legend,lang_pgpkey,lang_preview_title,lang_signature,lang_submit,lang_userinfo_help,lang_userinfo_help_title,location_value,navbar,noscript,password_option,pgpkey_value,prefs,preview,resynch_option,signature_value,site_url,uid_value,username_option,username_value,userphoto_option,xhtml');
INSERT INTO `bc_thm_contents`VALUES (24,'professional','users/profile.thtml','{start_block_userprofile}\n    <table cellspacing=\"0\" cellpadding=\"3\">\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_username}:</b></td>\n            <td style=\"vertical-align:top;\">{username} ({user_fullname}) {edit_link}<br{xhtml}> {user_photo}</td>\n        </tr>\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_membersince}:</b></td>\n            <td style=\"vertical-align:top;\">{user_regdate}</td>\n        </tr>\n        {email_option}\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_homepage}:</b></td>\n            <td style=\"vertical-align:top;\"><a href=\"{user_homepage}\">{user_homepage}</a></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_location}:</b></td>\n            <td style=\"vertical-align:top;\">{user_location}</td>\n        </tr>\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_bio}:</b></td>\n            <td style=\"vertical-align:top;\">{user_bio}</td>\n        </tr>\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_pgpkey}:</b></td>\n            <td style=\"vertical-align:top;\">{user_pgp}</td>\n        </tr>\n    </table>\n{end_block}\n{start_block_last10stories}\n    <table cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">\n        <tr>\n            <td>\n                <table cellspacing=\"0\" cellpadding=\"3\">\n                    {story_row}\n                </table>\n            </td>\n        </tr>\n    </table>\n{end_block}\n{start_block_last10comments}\n    <table cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">\n        <tr>\n            <td>\n                <table cellspacing=\"0\" cellpadding=\"3\">\n                    {comment_row}\n                </table>\n            </td>\n        </tr>\n    </table>\n{end_block}\n{start_block_postingstats}\n    <table cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">\n        <tr>\n            <td>\n                <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n                    <tr>\n                        <td>{lang_number_stories}</td>\n                        <td>{number_stories}</td>\n                    </tr>\n                    <tr>\n                        <td>{lang_number_comments}</td>\n                        <td>{number_comments}</td>\n                    </tr>\n                    <tr>\n                        <td colspan=\"2\"><a href=\"{site_url}/search.php?type=all&amp;author={user_id}&amp;mode=search\">{lang_all_postings_by}</a></td>\n                    </tr>\n                </table>\n            </td>\n        </tr>\n    </table>\n{end_block}\n','comment_row,edit_link,email_option,end_block,lang_all_postings_by,lang_bio,lang_homepage,lang_location,lang_membersince,lang_number_comments,lang_number_stories,lang_pgpkey,lang_username,number_comments,number_stories,site_url,start_block_last10comments,start_block_last10stories,start_block_postingstats,start_block_userprofile,story_row,user_bio,user_fullname,user_homepage,user_id,user_location,user_pgp,user_photo,user_regdate,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (25,'professional','search/searchform.thtml','                            {search_intro}\n                            <form action=\"{site_url}/search.php\" method=\"get\">\n                                <table cellspacing=\"0\" cellpadding=\"3\">\n                                    <tr>\n                                        <td class=\"alignright\">{lang_keywords}:</td>\n                                        <td>\n                                            <input type=\"text\" name=\"query\" size=\"35\" maxlength=\"35\" value=\"{query}\"{xhtml}>\n                                            <select name=\"keyType\">\n                                                <option value=\"phrase\" {key_phrase_selected}>{lang_exact_phrase}</option>\n                                                <option value=\"all\" {key_all_selected}>{lang_all_words}</option>\n                                                <option value=\"any\" {key_any_selected}>{lang_any_word}</option>\n                                            </select>\n                                            <input type=\"checkbox\" value=\"true\" name=\"title\"{title_checked}{xhtml}>{lang_titles}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_date}:</td>\n                                        <td>\n                                            <input type=\"text\" name=\"datestart\" size=\"10\" maxlength=\"10\" value=\"{datestart}\"{xhtml}> {lang_to} <input type=\"text\" name=\"dateend\" size=\"10\" maxlength=\"10\" value=\"{dateend}\"{xhtml}> {date_format}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_topic}:</td>\n                                        <td>\n                                            <select name=\"topic\">\n                                                {topic_option_list}\n                                            </select>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_type}:</td>\n                                        <td>\n                                            <select name=\"type\">\n                                                {plugin_types}\n                                            </select>\n                                        </td>\n                                    </tr>\n                                    {author_form_element}\n                                    <tr>\n                                        <td class=\"alignright\">{lang_results}:</td>\n                                        <td>\n                                        <select name=\"results\">\n                                            {search_limits}\n                                        </select>&nbsp; {lang_per_page}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <input type=\"submit\" value=\"{lang_search}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"mode\" value=\"search\"{xhtml}>\n                                        </td>\n                                    </tr>\n                                </table>\n                            </form>\n','author_form_element,date_format,dateend,datestart,key_all_selected,key_any_selected,key_phrase_selected,lang_all_words,lang_any_word,lang_date,lang_exact_phrase,lang_keywords,lang_per_page,lang_results,lang_search,lang_titles,lang_to,lang_topic,lang_type,plugin_types,query,search_intro,search_limits,site_url,title_checked,topic_option_list,xhtml');
INSERT INTO `bc_thm_contents`VALUES (26,'professional','search/searchresults.thtml','                            <p class=\"basic\"> {lang_matchesfor} {lang_found} <b>{num_matches}</b> ({search_time} {lang_seconds}). {refine_search}</p>\n                            {search_blocks}\n                            {search_pager}\n','lang_found,lang_matchesfor,lang_seconds,num_matches,refine_search,search_blocks,search_pager,search_time');
INSERT INTO `bc_thm_contents`VALUES (27,'professional','users/newpassword.thtml','<p>{lang_explain}</p>\n\n<form action=\"{site_url}/users.php\" method=\"post\">\n    <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\">\n        <tr>\n            <td class=\"alignright\">{lang_username}:</td>\n            <td class=\"alignleft\">{user_name}</td>\n        </tr>\n        <tr>\n            <td class=\"alignright\">{lang_newpassword}:</td>\n            <td class=\"alignleft\"><input type=\"password\" name=\"passwd\" size=\"16\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\">{lang_newpassword_conf}:</td>\n            <td class=\"alignleft\"><input type=\"password\" name=\"passwd_conf\" size=\"16\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td colspan=\"2\" class=\"aligncenter\">\n                <input type=\"submit\" value=\"{lang_setnewpwd}\"{xhtml}>\n                <input type=\"hidden\" name=\"mode\" value=\"setnewpwd\"{xhtml}>\n                <input type=\"hidden\" name=\"uid\" value=\"{user_id}\"{xhtml}>\n                <input type=\"hidden\" name=\"rid\" value=\"{request_id}\"{xhtml}>\n            </td>\n        </tr>\n    </table>\n</form>\n','lang_explain,lang_newpassword,lang_newpassword_conf,lang_setnewpwd,lang_username,request_id,site_url,user_id,user_name,xhtml');
INSERT INTO `bc_thm_contents`VALUES (28,'professional','users/getpasswordform.thtml','                                            {start_block_forgetpassword}\n                                            <table cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">\n                                                <tr>\n                                                    <td>\n                                                        <form action=\"{site_url}/users.php\" method=\"post\">\n                                                            <table cellspacing=\"0\" cellpadding=\"3\">\n                                                                <tr>\n                                                                    <td colspan=\"2\">{lang_instructions}</td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td class=\"alignright\"><b>{lang_username}:</b></td>\n                                                                    <td><input type=\"text\" size=\"16\" maxlength=\"16\" name=\"username\"{xhtml}></td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td class=\"alignright\"><b>{lang_email}:</b></td>\n                                                                    <td><input type=\"text\" size=\"16\" maxlength=\"96\" name=\"email\"{xhtml}></td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td class=\"aligncenter\" colspan=\"2\">\n                                                                        <input type=\"hidden\" name=\"mode\" value=\"emailpasswd\"{xhtml}>\n                                                                        <input type=\"submit\" value=\"{lang_emailpassword}\"{xhtml}>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </form>\n                                                    </td>\n                                                </tr>\n                                            </table>\n                                            {end_block}\n\n','end_block,lang_email,lang_emailpassword,lang_instructions,lang_username,site_url,start_block_forgetpassword,xhtml');
INSERT INTO `bc_thm_contents`VALUES (29,'professional','users/loginform.thtml','    {start_block_loginagain}\n    <table cellpadding=\"3\" cellspacing=\"0\">\n        <tr>\n            <td>\n                <form action=\"{site_url}/users.php\" method=\"post\">\n                    <table cellspacing=\"0\" cellpadding=\"3\">\n                        <tr>\n                            <td colspan=\"2\">{lang_message}  {lang_newreglink}</td>\n                        </tr>\n                        <tr>\n                            <td class=\"alignright\"><b><label for=\"loginname\">{lang_username}</label>:</b></td>\n                            <td><input type=\"text\" size=\"16\" name=\"loginname\"{xhtml}></td>\n                        </tr>\n                        {services}\n                        <tr>\n                            <td class=\"alignright\"><b><label for=\"passwd\">{lang_password}</label>:</b></td>\n                            <td><input type=\"password\" name=\"passwd\" size=\"16\"{xhtml}>\n                                &nbsp;<a href=\"{site_url}/users.php?mode=getpassword\" rel=\"nofollow\">{lang_forgetpassword}</a>\n                            </td>\n                        </tr>\n                        <tr>\n                            <td class=\"alignright\">&nbsp;</td>\n                            <td class=\"alignleft\">\n                                <input type=\"submit\" value=\"{lang_login}\"{xhtml}>\n                            </td>\n                        </tr>\n                    </table>\n                </form>\n            </td>\n        </tr>\n        <tr>\n            <td>\n                <div class=\"third-party-login\">\n                    {oauth_login}\n                </div>\n            </td>\n        </tr>\n        <tr>\n            <td>\n                <div class=\"third-party-login\">\n                    {openid_login}\n                </div>\n            </td>\n        </tr>\n    </table>\n    {end_block}\n','end_block,lang_forgetpassword,lang_login,lang_message,lang_newreglink,lang_password,lang_username,oauth_login,openid_login,services,site_url,start_block_loginagain,xhtml');
INSERT INTO `bc_thm_contents`VALUES (30,'professional','users/registrationform.thtml','                            {start_block}\n                                <form action=\"{site_url}/users.php\" method=\"post\">\n                                    <table cellspacing=\"0\" cellpadding=\"3\">\n                                        <tr>\n                                            <td colspan=\"2\" style=\"width:100%\">{lang_instructions}</td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\" style=\"width:50%\"><b>{lang_username}:</b></td>\n                                            <td style=\"width:50%\"><input type=\"text\" size=\"16\" maxlength=\"16\" name=\"username\" value=\"{username}\"{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\" style=\"width:50%\"><b>{lang_email}:</b></td>\n                                            <td style=\"width:50%\"><input type=\"text\" size=\"32\" maxlength=\"96\" name=\"email\" value=\"{email}\"{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\" style=\"width:50%\"><b>{lang_email_conf}:</b></td>\n                                            <td style=\"width:50%\"><input type=\"text\" size=\"32\" maxlength=\"96\" name=\"email_conf\" value=\"{email_conf}\"{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"aligncenter warning\" colspan=\"2\" style=\"width:100%\">{lang_warning}</td>\n                                        </tr>\n                                        {captcha}\n                                        <tr>\n                                            <td class=\"aligncenter\" colspan=\"2\" style=\"width:100%\">\n                                                <input type=\"hidden\" name=\"mode\" value=\"create\"{xhtml}>\n                                                <input type=\"submit\" value=\"{lang_register}\"{xhtml}>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                </form>\n                            {end_block}\n\n','captcha,email,email_conf,end_block,lang_email,lang_email_conf,lang_instructions,lang_register,lang_username,lang_warning,site_url,start_block,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (31,'professional','users/storyrow.thtml','                                            <tr>\n                                                <td>{row_number} {story_title}</td>\n                                                <td>{story_date}</td>\n                                            </tr>\n','row_number,story_date,story_title');
INSERT INTO `bc_thm_contents`VALUES (32,'professional','users/commentrow.thtml','                                            <tr>\n                                                <td>{row_number} {comment_title}</td>\n                                                <td>{comment_date}</td>\n                                            </tr>\n','comment_date,comment_title,row_number');
INSERT INTO `bc_thm_contents`VALUES (33,'default','storytext.thtml','\n<!-- storytext.thtml { -->\n\n<div class=\"storytext\">\n  <h2 class=\"story_title\">{start_storylink_anchortag}{story_title}{end_storylink_anchortag}</h2>\n\n  <ul class=\"icon\">\n    <li>{email_icon}</li>\n    <li>{print_icon}</li>\n    <li>{edit_icon}</li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <span class=\"story_image\">{story_anchortag_and_image}</span>\n\n  <ul class=\"status\">\n    <li>{story_date}</li>\n    <li>\n      <dl>\n        <dt>{lang_contributed_by}</dt>\n        <dd>{start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</dd>\n      </dl>\n    </li>\n    <li>\n     <dl>\n        <dt>{lang_views}</dt>\n        <dd>{story_hits}</dd>\n      </dl>\n    </li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <div class=\"story_introtext\">\n    {story_text_no_br}\n  </div>\n\n  <ul class=\"navi\">\n    <li>{page_selector}</li>\n    <li>{readmore_link}</li>\n    <li>{post_comment_link}</li>\n  </ul>\n\n  <ul class=\"feedback\">\n    <li>{plugin_itemdisplay}</li>\n    <li>{comments_with_count}</li>\n    <li>{trackbacks_with_count}</li>\n  </ul>\n</div>\n\n<!-- } storytext.thtml -->\n','comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,end_storylink_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,start_storylink_anchortag,story_anchortag_and_image,story_date,story_hits,story_text_no_br,story_title,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (34,'default','loginform_oauth.thtml','<!-- loginform_oauth.thtml { -->\n\n<form class=\"third-party-login\" action=\"{site_url}/users.php?oauth_login={oauth_service}\" method=\"post\">\n  <div>\n    <img alt=\"\" src=\"{oauth_sign_in_image}\"{xhtml}>\n    <input value=\"{lang_oauth_service}\" type=\"submit\" class=\"submit\"{xhtml}>\n  </div>\n</form>\n\n<!-- } loginform_oauth.thtml -->\n\n','lang_oauth_service,oauth_service,oauth_sign_in_image,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (35,'default','comment/commentform_advanced.thtml','\n<!-- comment/commentform_advanced.thtml { -->\n\n{noscript}\n<div id=\"advanced_editor\" style=\"display:none;\">\n    {start_block_postacomment}\n    <form action=\"{form_url}\" method=\"post\" onsubmit=\'set_postcontent();\' id=\"commentform_advanced\" class=\"linear\">\n      <div class=\"user_basic\">\n        <dl>\n          <dt class=\"username\">{lang_username}</dt>\n          <dd class=\"username\">{cid}\n             <input type=\"hidden\" name=\"order\" value=\"{order}\"{xhtml}>\n             <input type=\"hidden\" name=\"format\" value=\"{format}\"{xhtml}>\n             <input type=\"hidden\" name=\"cpage\" value=\"{cpage}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}pid\" value=\"{pid}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}type\" value=\"{type}\"{xhtml}>\n             <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}uid\" value=\"{uid}\"{xhtml}>{username}\n             <span{hidewhenediting}><a href=\"{action_url}\" rel=\"nofollow\" class=\"logoutorcreateaccount\">{lang_logoutorcreateaccount}</a></span>\n          </dd>\n          <dt class=\"title\"><label for=\"commentform-title\">{lang_title}</label></dt>\n          <dd class=\"title\"><input type=\"text\" size=\"32\" value=\"{title}\" maxlength=\"96\" name=\"title\" id=\"commentform-title\" class=\"text\"{xhtml}></dd>\n    \n          <dt><label for=\"comment_text\">{lang_comment}</label></dt>\n          <dd>\n            <div id=\"text_editor\" style=\"display: {show_texteditor};\">\n              <textarea cols=\"45\" rows=\"10\" name=\"comment\" id=\"comment_text\">{comment}</textarea>\n            </div>\n            <div id=\"html_editor\" style=\"display: {show_htmleditor};\">\n              <textarea cols=\"45\" rows=\"10\" name=\"comment_html\" id=\"comment_html\">{comment}</textarea>\n            </div>\n          </dd>\n          <dd class=\"description\">{allowed_html}</dd>\n    \n          <dt><label for=\"commentform-postmode\">{lang_postmode}</label></dt>\n          <dd>\n            <select id=\"sel_editmode\" name=\"postmode\" onchange=\"change_editmode(this);\">\n              {postmode_options}\n            </select>\n          </dd>\n        </dl>\n    \n        {captcha}\n    \n        <dl class=\"importantstuff\">\n          <dt>{lang_importantstuff}</dt>\n          <dd>\n            <ul>\n              <li>{lang_instr_line1}</li>\n              <li>{lang_instr_line2}</li>\n              <li>{lang_instr_line3}</li>\n              <li>{lang_instr_line4}</li>\n              <li>{lang_instr_line5}</li>\n            </ul>\n          </dd>\n        </dl>\n    \n        <ul class=\"submit\">\n          <li><input type=\"submit\" name=\"{nprefix}mode\" value=\"{lang_preview}\" class=\"submit\"{xhtml}></li>\n          <li>\n            <input type=\"hidden\" name=\"formtype\" value=\"{formtype}\"{xhtml}>\n            {save_option} \n            <input type=\"submit\" value=\"{lang_cancel}\" name=\"{nprefix}mode\"{xhtml}> \n            {delete_option} \n            {notification}\n          </li>\n        </ul>\n      </div>\n    </form>\n    {end_block}\n</div>\n\n<!-- } comment/commentform_advanced.thtml -->\n','action_url,allowed_html,captcha,cid,comment,cpage,delete_option,end_block,form_url,format,formtype,gltoken,gltoken_name,hidewhenediting,lang_cancel,lang_comment,lang_importantstuff,lang_instr_line1,lang_instr_line2,lang_instr_line3,lang_instr_line4,lang_instr_line5,lang_logoutorcreateaccount,lang_postmode,lang_preview,lang_title,lang_username,noscript,notification,nprefix,order,pid,postmode_options,save_option,show_htmleditor,show_texteditor,sid,start_block_postacomment,title,type,uid,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (36,'default','comment/commentform.thtml','\n<!-- comment/commentform.thtml { -->\n\n{start_block_postacomment}\n<div id=\"commenteditform\">\n\n<form action=\"{form_url}\" method=\"post\" id=\"commentform\" class=\"linear\">\n\n  <div class=\"user_basic\">\n    <dl>\n      <dt class=\"username\">{lang_username}</dt>\n      <dd class=\"username\">{cid}\n         <input type=\"hidden\" name=\"order\" value=\"{order}\"{xhtml}>\n         <input type=\"hidden\" name=\"format\" value=\"{format}\"{xhtml}>\n         <input type=\"hidden\" name=\"cpage\" value=\"{cpage}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}pid\" value=\"{pid}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}type\" value=\"{type}\"{xhtml}>\n         <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}uid\" value=\"{uid}\"{xhtml}>{username}\n         <span{hidewhenediting}><a href=\"{action_url}\" rel=\"nofollow\" class=\"logoutorcreateaccount\">{lang_logoutorcreateaccount}</a></span>\n      </dd>\n      <dt class=\"title\"><label for=\"commentform-title\">{lang_title}</label></dt>\n      <dd class=\"title\"><input type=\"text\" size=\"32\" value=\"{title}\" maxlength=\"96\" name=\"title\" id=\"commentform-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"comment_text\">{lang_comment}</label></dt>\n      <dd><textarea rows=\"10\" cols=\"45\" name=\"comment\" id=\"comment_text\">{comment}</textarea></dd>\n      <dd class=\"description\">{allowed_html}</dd>\n\n      <dt><label for=\"commentform-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"commentform-postmode\">\n          {postmode_options}\n        </select>\n      </dd>\n    </dl>\n\n    {captcha}\n\n    <dl class=\"importantstuff\">\n      <dt>{lang_importantstuff}</dt>\n      <dd>\n        <ul>\n          <li>{lang_instr_line1}</li>\n          <li>{lang_instr_line2}</li>\n          <li>{lang_instr_line3}</li>\n          <li>{lang_instr_line4}</li>\n          <li>{lang_instr_line5}</li>\n        </ul>\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" name=\"{nprefix}mode\" value=\"{lang_preview}\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" name=\"formtype\" value=\"{formtype}\"{xhtml}>\n        {save_option} \n        <input type=\"submit\" value=\"{lang_cancel}\" name=\"{nprefix}mode\"{xhtml}> \n        {delete_option} \n        {notification}\n      </li>\n    </ul>\n  </div>\n\n</form>\n\n</div>\n{end_block}\n<!-- } comment/commentform.thtml -->\n','action_url,allowed_html,captcha,cid,comment,cpage,delete_option,end_block,form_url,format,formtype,gltoken,gltoken_name,hidewhenediting,lang_cancel,lang_comment,lang_importantstuff,lang_instr_line1,lang_instr_line2,lang_instr_line3,lang_instr_line4,lang_instr_line5,lang_logoutorcreateaccount,lang_postmode,lang_preview,lang_title,lang_username,notification,nprefix,order,pid,postmode_options,save_option,sid,start_block_postacomment,title,type,uid,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (37,'default','comment/comment.thtml','\n<!-- comment/comment.thtml { -->\n\n<div class=\"block-comment-content level-{indent}\">\n  <ul class=\"status\">\n    <li class=\"title\">{title}</li>\n    <li class=\"author\">{lang_authoredby}{author_link}&nbsp;{lang_on}&nbsp;{date}</li>\n  </ul>\n\n  <div class=\"comment\">{comments}</div>\n\n  <ul class=\"navi\" {hide_if_preview}>\n    <li>{reply_option}</li>\n    <li>{parent_link}</li>\n    <li>{delete_option}</li>\n    <li class=\"permlink\"><a href=\"{site_url}/comment.php?mode=view&amp;cid={cid}\" rel=\"self bookmark\">{lang_permlink}</a></li>\n  </ul>\n</div>\n\n<!-- } comment/comment.thtml -->\n','author_link,cid,comments,date,delete_option,hide_if_preview,indent,lang_authoredby,lang_on,lang_permlink,parent_link,reply_option,site_url,title');
INSERT INTO `bc_thm_contents`VALUES (38,'default','comment/commentbar.thtml','\n<!-- comment/commentbar.thtml { -->\n\n<ul class=\"status\">\n  <li>{start_storylink_anchortag}<strong>{story_title}</strong>{end_storylink_anchortag}</li>\n  <li>{num_comments} {lang_comments}</li>\n  <li>{user_nullname}<a href=\"{login_logout_url}\" rel=\"nofollow\">{lang_login_logout}</a></li>\n</ul>\n\n<form action=\"{parent_url}\" method=\"post\" id=\"commentbar-selector\" class=\"basic\">\n\n  <div class=\"user_basic\">\n    <ul>\n      <li>{order_selector}</li>\n      <li>{mode_selector}</li>\n      <li>\n        {hidden_field}\n        <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n        <input type=\"hidden\" name=\"{nprefix}type\" value=\"{comment_type}\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_refresh}\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </div>  \n</form>\n\n<form action=\"{editor_url}\" method=\"post\" id=\"commentbar-comment\" class=\"basic\">\n  <div class=\"user_basic\">\n    <ul class=\"submit\">\n      <li>\n        {hidden_field_reply}\n        <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n        <input type=\"hidden\" name=\"{nprefix}pid\" value=\"0\"{xhtml}>\n        <input type=\"hidden\" name=\"{nprefix}type\" value=\"{comment_type}\"{xhtml}>\n        <input type=\"hidden\" name=\"title\" value=\"{comment_title}\"{xhtml}>\n        <input type=\"{reply_hidden_or_submit}\" name=\"reply\" value=\"{lang_reply}\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n</form>\n\n<p class=\"disclaimer\">{lang_disclaimer}</p>\n\n<!-- } comment/commentbar.thtml -->\n','comment_title,comment_type,editor_url,end_storylink_anchortag,hidden_field,hidden_field_reply,lang_comments,lang_disclaimer,lang_login_logout,lang_refresh,lang_reply,login_logout_url,mode_selector,nprefix,num_comments,order_selector,parent_url,reply_hidden_or_submit,sid,start_storylink_anchortag,story_title,user_nullname,xhtml');
INSERT INTO `bc_thm_contents`VALUES (39,'default','comment/reportcomment.thtml','\n<!-- comment/reportcomment.thtml { -->\n\n<form action=\"{site_url}/comment.php\" method=\"post\" id=\"reportcomment\" class=\"basic\">\n\n  <div class=\"user_basic\">\n    <div class=\"comment\">{comment}</div>\n\n    <p class=\"message\">{lang_report_this}</p>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"cid\" value=\"{cid}\"{xhtml}>\n        <input type=\"hidden\" name=\"type\" value=\"{type}\"{xhtml}>\n        <input type=\"hidden\" name=\"mode\" value=\"sendreport\"{xhtml}>\n        <input type=\"submit\" name=\"sendit\" value=\"{lang_send_report}\" class=\"submit\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n\n</form>\n\n<!-- } comment/reportcomment.thtml -->\n','cid,comment,gltoken,gltoken_name,lang_report_this,lang_send_report,site_url,type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (40,'default','comment/thread.thtml','\n<!-- comment/thread.thtml { -->\n\n<ul class=\"thread level-{indent}\">\n  <li class=\"title\"><a href=\"{site_url}/comment.php?mode=display&amp;format=threaded&amp;order={order}&amp;pid={pid}\">{title}</a></li>\n  <li class=\"author\">{lang_authoredby}{start_author_anchortag}{author}{end_author_anchortag}&nbsp;{lang_on}&nbsp;{date}</li>\n</ul>\n\n<!-- } comment/thread.thtml -->\n','author,date,end_author_anchortag,indent,lang_authoredby,lang_on,order,pid,site_url,start_author_anchortag,title');
INSERT INTO `bc_thm_contents`VALUES (41,'default','comment/startcomment.thtml','\n<!-- comment/startcomment.thtml { -->\n\n<div id=\"{area_id}\">\n  <div id=\"comments\" class=\"comments\">\n    {commentbar}\n    {comments}\n\n    <p class=\"pagenav\">{pagenav}</p>\n  </div>\n  {commenteditor}\n</div>\n\n<!-- } comment/startcomment.thtml -->\n','area_id,commentbar,commenteditor,comments,pagenav');
INSERT INTO `bc_thm_contents`VALUES (42,'default','adminoption.thtml','\n<!-- adminoption.thtml { -->\n\n        <li class=\"adminoption\"><a href=\"{option_url}\">{option_label}</a> ({option_count})</li>\n\n<!-- } adminoption.thtml -->\n','option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (43,'default','rightblocks.thtml','<!--[if !IE]> Using conditional comments to avoid Win IE 6 bugs. <![endif]-->\n<!--[if !IE]> (When combined with multiple floating elements, floating bug duplicate last element content) <![endif]-->\n<!--[if !IE]> rightblocks.thtml { <![endif]-->\n\n    <hr class=\"separator\"{xhtml}>\n\n    <!--[if !IE]> #rightblocks { <![endif]-->\n    <!--[if !IE]> Right Blocks Container <![endif]-->\n    <div id=\"rightblocks\">\n      {geeklog_blocks}\n    </div>\n    <!-- } #rightblocks -->\n\n<!-- } rightblocks.thtml -->\n','geeklog_blocks,xhtml');
INSERT INTO `bc_thm_contents`VALUES (44,'default','noscript.thtml','<noscript>    \n    <div class=\"pluginAlert aligncenter\" style=\"border:1px dashed #ccc;margin-top:10px;padding:15px;\">{lang_nojavascript}    \n        <p{hide_link}>{no_javascript_return_link}</p>\n        <br{xhtml}>    \n    </div>    \n</noscript>\n','hide_link,lang_nojavascript,no_javascript_return_link,xhtml');
INSERT INTO `bc_thm_contents`VALUES (45,'default','admin/mail/mailform.thtml','<!-- admin/mail/mailform.thtml { -->\n\n<form action=\"{php_self}\" method=\"post\" id=\"admin-mailform\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-mailform-to_group\">{lang_to}</label></dt>\n	  <dd>\n        <select name=\"to_group\" id=\"admin-mailform-to_group\">\n          <option value=\"\">{lang_selectgroup}</option>\n          {group_options}\n        </select>\n      </dd>\n\n      <dt><label for=\"admin-mailform-fra\">{lang_from}</label></dt>\n      <dd><input type=\"text\" value=\"{site_name}\" size=\"40\" name=\"fra\" class=\"text\" id=\"admin-mailform-fra\"{xhtml}></dd>\n\n      <dt><label for=\"admin-mailform-fraepost\">{lang_replyto}</label></dt>\n      <dd><input type=\"text\" value=\"{site_mail}\" size=\"40\" name=\"fraepost\" class=\"text\" id=\"admin-mailform-fraepost\"{xhtml}></dd>\n\n      <dt><label for=\"admin-mailform-subject\">{lang_subject}</label></dt>\n      <dd><input type=\"text\" value=\"{subject}\" size=\"40\" name=\"subject\" class=\"text\" id=\"admin-mailform-subject\"{xhtml}></dd>\n\n      <dt><label for=\"admin-mailform-message\">{lang_body}</label></dt>\n      <dd><textarea rows=\"12\" cols=\"44\" name=\"message\" id=\"admin-mailform-message\">{message}</textarea></dd>\n\n      <dt><label for=\"admin-mailform-html\">{lang_options}</label></dt>\n      <dd>\n        <input type=\"checkbox\" name=\"html\" id=\"admin-mailform-html\"{html}{xhtml}>{lang_HTML}\n        <input type=\"checkbox\" name=\"priority\"{priority}{xhtml}>{lang_urgent}\n        <input type=\"checkbox\" name=\"overstyr\"{overstyr}{xhtml}>{lang_ignoreusersettings}\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"mail\" value=\"mail\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_send}\" onClick=\"return postconfirm()\" class=\"submit\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n</form>\n\n<!-- } admin/mail/mailform.thtml -->\n','gltoken,gltoken_name,group_options,html,lang_HTML,lang_body,lang_from,lang_ignoreusersettings,lang_options,lang_replyto,lang_selectgroup,lang_send,lang_subject,lang_to,lang_urgent,message,overstyr,php_self,priority,site_mail,site_name,subject,xhtml');
INSERT INTO `bc_thm_contents`VALUES (46,'default','admin/user/password.thtml','      <dt><label for=\"admin-edituser-passwd\">{lang_password}</label></dt>\n      <dd><input type=\"password\" size=\"16\" value=\"\" name=\"passwd\" id=\"admin-edituser-passwd\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-edituser-passwd_conf\">{lang_password_conf}</label></dt>\n      <dd><input type=\"password\" size=\"16\" value=\"\" name=\"passwd_conf\" id=\"admin-edituser-passwd_conf\" class=\"text\"{xhtml}></dd>\n','lang_password,lang_password_conf,xhtml');
INSERT INTO `bc_thm_contents`VALUES (47,'default','admin/user/edituser.thtml','\n<!-- admin/user/edituser.thtml { -->\n\n<form action=\"{site_admin_url}/user.php\" method=\"post\" id=\"admin-edituser\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_userid}</dt>\n      <dd>{user_id}</dd>\n\n      <dt>{lang_regdate}</dt>\n      <dd>{user_regdate}</dd>\n\n      <dt>{lang_lastlogin}</dt>\n      <dd>{user_lastlogin}</dd>\n\n      <dt><label for=\"admin-edituser-username\">{lang_username}</label></dt>\n      <dd><input type=\"text\" size=\"16\" maxlength=\"16\" value=\"{username}\" name=\"username\" id=\"admin-edituser-username\" class=\"text\"{xhtml}> {remoteservice}<br{xhtml}></dd>\n      <dd class=\"user_photo\">\n        {user_photo}\n        {lang_delete_photo}{delete_photo_option}\n      </dd>\n\n      <dt><label for=\"admin-edituser-fullname\">{lang_fullname}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"80\" value=\"{user_fullname}\" name=\"fullname\" id=\"admin-edituser-fullname\" class=\"text\"{xhtml}></dd>\n\n      {password_option}\n\n      <dt><label for=\"admin-edituser-email\">{lang_emailaddress}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{user_email}\" name=\"email\" id=\"admin-edituser-email\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-edituser-homepage\">{lang_homepage}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{user_homepage}\" name=\"homepage\" id=\"admin-edituser-homepage\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_user_status}</dt>\n      <dd>{user_status}</dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_securitygroups}</legend>\n    <dl>\n      {group_edit}\n    </dl>\n\n  </fieldset>\n\n\n    <p class=\"submit\">\n      <input type=\"hidden\" name=\"uid\" value=\"{user_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"regdate\" value=\"{regdate_timestamp}\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}>\n      {delete_option}\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </p>\n\n</form>\n\n<!-- } admin/user/edituser.thtml -->\n','delete_option,delete_photo_option,gltoken,gltoken_name,group_edit,lang_cancel,lang_delete_photo,lang_emailaddress,lang_fullname,lang_homepage,lang_lastlogin,lang_regdate,lang_save,lang_securitygroups,lang_user_status,lang_userid,lang_username,password_option,regdate_timestamp,remoteservice,site_admin_url,user_email,user_fullname,user_homepage,user_id,user_lastlogin,user_photo,user_regdate,user_status,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (48,'default','admin/user/groupedit.thtml','\n<!-- admin/user/groupedit.thtml { -->\n\n<dd>\n  <p class=\"groupinstructions\">{lang_groupinstructions}</p>\n  {group_options}\n</dd>\n\n<!-- } admin/user/groupedit.thtml -->\n','group_options,lang_groupinstructions');
INSERT INTO `bc_thm_contents`VALUES (49,'default','admin/user/batchdelete.thtml','\n<!-- admin/user/batchdelete.thtml { -->\n\n<p>{lang_instruction}</p>\n\n<form action=\"{site_admin_url}/user.php?mode=batchdelete\" method=\"post\" id=\"admin-batchdelete\" class=\"compact\">\n  <fieldset>\n    <legend>{lang_updatelist}</legend>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"mode\" value=\"batchdelete\"{xhtml}>\n        <input type=\"hidden\" name=\"usr_type\" value=\"{usr_type}\"{xhtml}>\n        <input type=\"hidden\" name=\"usr_time[{usr_type}]\" value=\"{usr_time}\"{xhtml}>\n      </li>\n    </ul>\n    <dl>\n      <dt>\n      {options_list}\n      </dt>\n      <dd>\n        <input type=\"submit\" name=\"submit\" value=\"{lang_updatelist}\"{xhtml}>\n      </dd>\n    </dl>\n  </fieldset>\n</form>\n\n<!-- } admin/user/batchdelete.thtml -->\n','lang_instruction,lang_updatelist,options_list,site_admin_url,usr_time,usr_type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (50,'default','admin/user/batchdelete_options.thtml','\n<!-- admin/user/batchdelete_options.thtml { -->\n\n<dt><input type=\"radio\" name=\"usr_type\" value=\"{sel_id}\"{selector} class=\"radio\"{xhtml}>{lang_description}</dt>\n<dd>{lang_text_start}<input type=\"text\" name=\"usr_time[{sel_id}]\" value=\"{id_value}\" size=\"3\"{selector} class=\"text\"{xhtml}>{lang_text_end}</dd>\n\n<!-- } admin/user/batchdelete_options.thtml -->\n','id_value,lang_description,lang_text_end,lang_text_start,sel_id,selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (51,'default','admin/user/reminder.thtml','\n<!-- admin/user/reminder.thtml { -->\n\n<ul id=\"reminder-submit\" class=\"submit\">\n  <li><input type=\"submit\" name=\"mode\" value=\"{action_reminder}\" class=\"submit\"{xhtml}>&nbsp;{lang_reminder}</li>\n</ul>\n\n<!-- } admin/user/reminder.thtml -->\n','action_reminder,lang_reminder,xhtml');
INSERT INTO `bc_thm_contents`VALUES (52,'default','admin/block/defaultblockeditor.thtml','\n<!-- admin/block/defaultblockeditor.thtml { -->\n\n<form action=\"{site_admin_url}/block.php\" method=\"post\" id=\"admin-blockeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-blockeditor-title\">{lang_blocktitle}</label></dt>\n      <dd><input type=\"text\" name=\"title\" value=\"{block_title}\" size=\"48\" id=\"admin-blockeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" name=\"is_enabled\" {is_enabled} id=\"admin-blockeditor-is_enabled\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-help\">{lang_blockhelpurl}</label></dt>\n      <dd><input type=\"text\" name=\"help\" value=\"{block_help}\" size=\"48\" maxlength=\"{max_url_length}\" id=\"admin-blockeditor-help\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_includehttp}<br{xhtml}>\n                              {lang_explanation}</dd>\n\n      <dt><label for=\"admin-blockeditor-name\">{lang_blockname}</label></dt>\n      <dd>{block_name}\n        <input type=\"hidden\" name=\"name\" value=\"{block_name}\" id=\"admin-blockeditor-name\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_topic}</dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-blockeditor-onleft\">{lang_side}</label></dt>\n      <dd><select name=\"onleft\" id=\"admin-blockeditor-onleft\">\n          <option value=\"1\" {left_selected}>{lang_left}</option>\n          <option value=\"0\" {right_selected}>{lang_right}</option>\n        </select>\n      </dd>\n\n      <dt><label for=\"admin-blockeditor-blockorder\">{lang_blockorder}</label></dt>\n      <dd><input type=\"text\" size=\"4\" name=\"blockorder\" value=\"{block_order}\" id=\"admin-blockeditor-blockorder\" class=\"text\"{xhtml}>\n        0 - 9999</dd>\n\n      <dt><label for=\"admin-blockeditor-type\">{lang_blocktype}</label></dt>\n      <dd>gldefault\n        <input type=\"hidden\" name=\"type\" value=\"gldefault\" id=\"admin-blockeditor-type\"{xhtml}></dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl class=\"form_block\">\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}<input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}></dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li>\n        <input type=\"hidden\" name=\"bid\" value=\"{block_id}\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      </li>\n    </ul>\n</form>\n\n<!-- } admin/block/defaultblockeditor.thtml -->\n\n','block_help,block_id,block_name,block_order,block_title,gltoken,gltoken_name,group_dropdown,is_enabled,lang_accessrights,lang_blockhelpurl,lang_blockname,lang_blockorder,lang_blocktitle,lang_blocktype,lang_cancel,lang_enabled,lang_explanation,lang_group,lang_includehttp,lang_left,lang_owner,lang_perm_key,lang_permissions,lang_right,lang_save,lang_side,lang_topic,left_selected,max_url_length,owner_id,owner_name,permissions_editor,permissions_msg,right_selected,site_admin_url,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (53,'default','admin/block/blockeditor.thtml','\n<!-- admin/block/blockeditor.thtml { -->\n\n{start_block_editor}\n<form action=\"{site_admin_url}/block.php\" method=\"post\" id=\"admin-blockeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-blockeditor-title\">{lang_blocktitle}</label></dt>\n      <dd><input type=\"text\" size=\"40\" value=\"{block_title}\" name=\"title\" id=\"admin-blockeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" {is_enabled} name=\"is_enabled\" id=\"admin-blockeditor-is_enabled\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-help\">{lang_blockhelpurl}</label></dt>\n      <dd>\n        <input type=\"text\" value=\"{block_help}\" size=\"40\" name=\"help\" id=\"admin-blockeditor-help\" class=\"text\"{xhtml}>\n      </dd>\n      <dd class=\"description\">{lang_includehttp}</dd>\n      <dd class=\"description\">{lang_explanation}</dd>\n\n      <dt><label for=\"admin-blockeditor-name\">{lang_blockname}</label></dt>\n      <dd><input type=\"text\" size=\"40\" value=\"{block_name}\" name=\"name\" id=\"admin-blockeditor-name\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_nospaces}</dd>\n\n      <dt><label for=\"admin-blockeditor-tid\">{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-blockeditor-onleft\">{lang_side}</label></dt>\n      <dd>\n        <select name=\"onleft\" id=\"admin-blockeditor-onleft\">\n          <option value=\"1\" {left_selected}>{lang_left}</option>\n          <option value=\"0\" {right_selected}>{lang_right}</option>\n        </select>\n      </dd>\n\n      <dt><label for=\"admin-blockeditor-blockorder\">{lang_blockorder}</label></dt>\n      <dd><input type=\"text\" size=\"4\" value=\"{block_order}\" name=\"blockorder\" id=\"admin-blockeditor-blockorder\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">0-9999</dd>\n\n      <dt><label for=\"admin-blockeditor-type\">{lang_blocktype}</label></dt>\n      <dd>\n        <select name=\"type\" id=\"admin-blockeditor-type\">\n          <option value=\"normal\" {normal_selected}>{lang_normalblock}</option>\n          <option value=\"phpblock\" {php_selected}>{lang_phpblock}</option>\n          <option value=\"portal\" {portal_selected}>{lang_portalblock}</option>\n        </select>\n      </dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_phpblockoptions}</legend>\n\n    <dl>\n      <dt></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"50\" value=\"{block_phpblockfn}\" name=\"phpblockfn\" id=\"admin-blockeditor-phpblockfn\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_phpblockwarning}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_portalblockoptions}</legend>\n\n    <dl>\n      <dt><label for=\"admin-blockeditor-rdfurl\">{lang_rdfurl}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"{max_url_length}\" value=\"{block_rdfurl}\" name=\"rdfurl\" id=\"admin-blockeditor-rdfurl\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-rdflimit\">{lang_rdflimit}</label></dt>\n      <dd><input type=\"text\" size=\"3\" maxlength=\"3\" value=\"{block_rdflimit}\" name=\"rdflimit\" id=\"admin-blockeditor-rdflimit\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-rdfupdated\">{lang_lastrdfupdate}</label></dt>\n      <dd><input type=\"text\" size=\"19\" value=\"{block_rdfupdated}\" name=\"rdfupdated\" id=\"admin-blockeditor-rdfupdated\" class=\"text\"{xhtml}></dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_normalblockoptions}</legend>\n\n    <dl>\n      <dt><label for=\"admin-blockeditor-content\">{lang_blockcontent}</label></dt>\n      <dd><textarea cols=\"40\" rows=\"12\" name=\"content\" id=\"admin-blockeditor-content\">{block_content}</textarea></dd>\n      <dt>{lang_autotags}</dt>\n      <dd><input type=\"checkbox\" name=\"allow_autotags\" {allow_autotags}{xhtml}><span class=\"fieldhelp\">{lang_use_autotags}</span></dd>\n    </dl>\n\n    <p class=\"description\">{lang_allowed_html}</p>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl class=\"form_block\">\n      <dt>{lang_owner}</dt>\n      <dd>{owner_username}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"bid\" value=\"{block_bid}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {delete_option}\n    </li>\n  </ul>\n</form>\n{end_block}\n<!-- } admin/block/blockeditor.thtml -->\n','allow_autotags,block_bid,block_content,block_help,block_name,block_order,block_phpblockfn,block_rdflimit,block_rdfupdated,block_rdfurl,block_title,delete_option,end_block,gltoken,gltoken_name,group_dropdown,is_enabled,lang_accessrights,lang_allowed_html,lang_autotags,lang_blockcontent,lang_blockhelpurl,lang_blockname,lang_blockorder,lang_blocktitle,lang_blocktype,lang_cancel,lang_enabled,lang_explanation,lang_group,lang_includehttp,lang_lastrdfupdate,lang_left,lang_normalblock,lang_normalblockoptions,lang_nospaces,lang_owner,lang_perm_key,lang_permissions,lang_permissions_msg,lang_phpblock,lang_phpblockoptions,lang_phpblockwarning,lang_portalblock,lang_portalblockoptions,lang_rdflimit,lang_rdfurl,lang_right,lang_save,lang_side,lang_topic,lang_use_autotags,left_selected,max_url_length,normal_selected,owner_id,owner_username,permissions_editor,php_selected,portal_selected,right_selected,site_admin_url,start_block_editor,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (54,'default','admin/group/groupeditor.thtml','\n<!-- admin/group/groupeditor.thtml { -->\n\n<form action=\"{site_admin_url}/group.php\" method=\"post\" id=\"admin-groupeditor\" class=\"linear\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-groupeditor-grp_name\">{lang_groupname}</label></dt>\n      <dd>{groupname_static}<input type=\"{groupname_inputtype}\" size=\"20\" maxlength=\"50\" value=\"{group_name}\" name=\"grp_name\" id=\"admin-groupeditor-grp_name\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-groupeditor-grp_descr\">{lang_description}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"255\" value=\"{group_description}\" name=\"grp_descr\" id=\"admin-groupeditor-grp_descr\" class=\"text\"{xhtml}></dd>\n\n    </dl>\n\n    <dl {hide_adminoption}>\n      <dt>{lang_admingroup}</dt>\n      <dd><input type=\"checkbox\" name=\"chk_grpadmin\" value=\"1\" {chk_adminuse}{xhtml}>\n          <span class=\"fieldhelp\">{lang_admingrp_msg}</span>\n      </dd>\n    </dl>\n\n    <dl {hide_defaultoption}>\n      <dt>{lang_defaultgroup}</dt>\n      <dd>\n          <input type=\"checkbox\" name=\"chk_grpdefault\" id=\"chk1\" onclick=\"showHide(\'msg1\')\" value=\"1\" {chk_defaultuse}{xhtml}>\n          <span class=\"fieldhelp\">{lang_defaultgrp_msg}</span>\n      </dd>\n    </dl>\n\n    <dl id=\"applydefault_row\"  {hide_defaultoption}>\n      <dt></dt>\n      <dd>\n        <div style=\"display:none\" id=\"msg1\">\n          <input type=\"checkbox\" name=\"chk_applydefault\" id=\"chk2\" value=\"1\"{xhtml}>\n          <span class=\"fieldhelp\">{lang_applydefault_msg}</span>\n        </div>\n      </dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_securitygroups}</legend>\n\n    <dl>\n      <dd class=\"description\">{lang_securitygroupmsg}</dd>\n      <dd>{group_options}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_rights}</legend>  \n\n    <dl>\n      <dd class=\"description\">{lang_rightsmsg}</dd>\n      <dd><table style=\"width: 100%;\">{rights_options}</table></dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"grp_gl_core\" value=\"{group_core}\"{xhtml}>\n      <input type=\"hidden\" name=\"grp_id\" value=\"{group_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"chk_showall\" value=\"{show_all}\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </li>\n  </ul>\n</form>\n\n<!-- } admin/group/groupeditor.thtml -->\n','chk_adminuse,chk_defaultuse,delete_option,gltoken,gltoken_name,group_core,group_description,group_id,group_name,group_options,groupname_inputtype,groupname_static,hide_adminoption,hide_defaultoption,lang_admingroup,lang_admingrp_msg,lang_applydefault_msg,lang_cancel,lang_defaultgroup,lang_defaultgrp_msg,lang_description,lang_groupname,lang_rights,lang_rightsmsg,lang_save,lang_securitygroupmsg,lang_securitygroups,rights_options,show_all,site_admin_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (55,'default','admin/group/groupmembers.thtml','\n<!-- admin/group/groupmembers.thtml { -->\n\n<script type=\"text/JavaScript\" src=\"{site_url}/javascript/moveusers.js\"></script>\n\n<form name=\"groupusers\" action=\"{phpself}?group={groupid}\" method=\"post\" id=\"admin-groupmembers\" class=\"basic\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"sitemembers\">\n      <dt><label for=\"admin-groupmembers-fieldFrom\">{LANG_sitemembers}</label></dt>\n      <dd>\n        <select multiple=\"multiple\" size=\"10\" onDblClick=\"moveSelectedOptions(this.form[\'fieldFrom\'],this.form[\'fieldTo\'],false)\" name=\"fieldFrom\" id=\"admin-groupmembers-fieldFrom\">\n          {sitemembers}\n        </select>\n      </dd>\n    </dl>\n\n    <ul class=\"move\">\n      <li><input type=\"button\" name=\"right\" value=\"{LANG_add}\" onclick=\"moveSelectedOptions(this.form[\'fieldFrom\'],this.form[\'fieldTo\'],false)\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"button\" name=\"left\"  value=\"{LANG_remove}\" onclick=\"moveSelectedOptions(this.form[\'fieldTo\'],this.form[\'fieldFrom\'],false)\" class=\"submit\"{xhtml}></li>\n    </ul>\n\n    <dl class=\"grpmembers\">\n      <dt><label for=\"admin-groupmembers-fieldTo\">{LANG_grpmembers}</label></dt>\n      <dd>\n        <select multiple=\"multiple\" size=\"10\" onDblClick=\"moveSelectedOptions(this.form[\'fieldTo\'],this.form[\'fieldFrom\'],false)\" name=\"fieldTo\" id=\"admin-groupmembers-fieldTo\">\n          {group_list}\n        </select>\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"button\" value=\"{lang_cancel}\" onclick=\"javascript:history.go(-1)\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" name=\"mode\" value=\"savegroupusers\"{xhtml}>\n        <input type=\"hidden\" name=\"groupmembers\"{xhtml}>\n        <input type=\"hidden\" name=\"grp_id\" value=\"{group_id}\"{xhtml}>\n        <input type=\"hidden\" name=\"chk_showall\" value=\"{show_all}\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_save}\" onclick=\"return setUsers(this.form)\" class=\"submit\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n\n</form>\n\n<!-- } admin/group/groupmembers.thtml -->\n','LANG_add,LANG_grpmembers,LANG_remove,LANG_sitemembers,gltoken,gltoken_name,group_id,group_list,groupid,lang_cancel,lang_save,phpself,show_all,site_url,sitemembers,xhtml');
INSERT INTO `bc_thm_contents`VALUES (56,'default','admin/lists/inline.thtml','\n<!-- admin/lists/inline.thtml { -->\n\n                            {search_menu}\n                            {formfields_top}\n                            <table class=\"admin-list-table\">\n                                <tr style=\"background:#FFFFFF;\">\n                                 {header_row}\n                                </tr>\n                                {item_row}\n                            </table>\n                            <div>\n                                <input style=\"padding:5px 0px 0px 9px;{show_deleteimage}\" name=\"delbutton\" alt=\"delbutton\" type=\"image\" src=\"{layout_url}/images/deleteitem.png\" title=\"{lang_deleteall}\" onclick=\"return confirm(\'{lang_delconfirm}\');\"{xhtml}>\n                                {formfields_bottom}\n                            </div>\n                            <p class=\"aligncenter\" style=\"{show_message}\"><strong>{message}</strong></p>\n                            {google_paging}\n\n<!-- } admin/lists/inline.thtml -->\n','formfields_bottom,formfields_top,google_paging,header_row,item_row,lang_delconfirm,lang_deleteall,layout_url,message,search_menu,show_deleteimage,show_message,xhtml');
INSERT INTO `bc_thm_contents`VALUES (57,'default','admin/lists/field.thtml','\n<!-- admin/lists/field.thtml { -->\n\n<td class=\"{class}\"{colspan}>{itemtext}</td>\n\n<!-- } admin/lists/field.thtml -->\n','class,colspan,itemtext');
INSERT INTO `bc_thm_contents`VALUES (58,'default','admin/lists/header.thtml','\n<!-- admin/lists/header.thtml { -->\n\n<th class=\"{class}\"{th_subtags}>{header_text}</th>\n\n<!-- } admin/lists/header.thtml -->\n','class,header_text,th_subtags');
INSERT INTO `bc_thm_contents`VALUES (59,'default','admin/lists/list.thtml','\n<!-- admin/lists/list.thtml { -->\n\n{search_menu}\n\n<form action=\"{form_url}\" method=\"post\">\n<div>\n\n{formfields_top}\n\n<table class=\"admin-list\">\n  <tr>{header_row}</tr>\n  {item_row}\n</table>\n\n<ul class=\"admin-list-navi\" style=\"{show_deleteimage}\">\n  <li><input type=\"image\" name=\"delbutton\" alt=\"delbutton\" src=\"{layout_url}/images/deleteitem.png\" title=\"{lang_deleteall}\" onclick=\"return confirm(\'{lang_delconfirm}\');\"{xhtml}></li>\n</ul>\n\n{formfields_bottom}\n\n</div>\n</form>\n\n<p class=\"admin-list-message\" style=\"{show_message}\">{message}</p>\n\n{google_paging}\n\n<!-- } admin/lists/list.thtml -->\n','form_url,formfields_bottom,formfields_top,google_paging,header_row,item_row,lang_delconfirm,lang_deleteall,layout_url,message,search_menu,show_deleteimage,show_message,xhtml');
INSERT INTO `bc_thm_contents`VALUES (60,'default','admin/lists/topmenu.thtml','\n<!-- admin/lists/topmenu.thtml { -->\n\n<div id=\"admin-instructions\">\n  {icon}\n  <p id=\"menu_fields\">\n    {menu_fields_pre}{menu_fields}{menu_fields_aft}\n  </p>\n  <div id=\"instructions\">{lang_instructions}</div>\n</div>\n\n<!-- } admin/lists/topmenu.thtml -->\n','icon,lang_instructions,menu_fields,menu_fields_aft,menu_fields_pre');
INSERT INTO `bc_thm_contents`VALUES (61,'default','admin/lists/searchmenu.thtml','\n<!-- admin/lists/searchmenu.thtml { -->\n\n<form action=\"{form_url}\" method=\"post\" class=\"admin-topmenu basic\">\n  <fieldset>\n    <legend>{lang_search}</legend>\n\n    <ul class=\"filter\">\n	  <li>{filter}</li>\n	</ul>\n\n    <dl>\n      <dt>{lang_search}</dt>\n      <dd><input type=\"text\" size=\"20\" value=\"{last_query}\" name=\"q\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_limit_results}</dt>\n      <dd>\n        <select name=\"query_limit\">\n          <option value=\"10\" {10_selected}>10</option>\n          <option value=\"20\" {20_selected}>20</option>\n          <option value=\"50\" {50_selected}>50</option>\n          <option value=\"75\" {75_selected}>75</option>\n          <option value=\"100\" {100_selected}>100</option>\n          <option value=\"200\" {200_selected}>200</option>\n          <option value=\"500\" {500_selected}>500</option>\n        </select>\n      </dd>\n\n      <dt>{lang_records_found}</dt>\n      <dd>{records_found}</dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_submit}\" class=\"submit\"{xhtml}></li>\n    </ul>\n  </fieldset>\n</form>\n\n<!-- } admin/lists/searchmenu.thtml -->\n','100_selected,10_selected,200_selected,20_selected,500_selected,50_selected,75_selected,filter,form_url,lang_limit_results,lang_records_found,lang_search,lang_submit,last_query,records_found,xhtml');
INSERT INTO `bc_thm_contents`VALUES (62,'default','admin/lists/listitem.thtml','\n<!-- admin/lists/listitem.thtml { -->\n\n<tr class=\"admin-listitem{cssid}\" onmouseover=\"this.className=\'admin-listitem_rollover\'; return false;\" onmouseout=\"this.className=\'admin-listitem{cssid}\'; return false;\">\n  {item_field}\n</tr>\n\n<!-- } admin/lists/listitem.thtml -->\n','cssid,item_field');
INSERT INTO `bc_thm_contents`VALUES (63,'default','admin/story/storyeditor.japanese_utf-8.thtml','\n<!-- admin/story/storyeditor.japanese_utf-8.thtml { -->\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" id=\"admin-storyeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>\n        年\n        <select name=\"publish_month\" id=\"admin-storyeditor-publish_month\">\n          {publish_month_options}\n        </select>\n        月\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n\n      <dt><label for=\"admin-storyeditor-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_topic}</dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-storyeditor-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-expire_month\"></label></dt>\n      <dd>{lang_date}&nbsp;\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>\n        年\n        <select name=\"expire_month\" id=\"admin-storyeditor-expire_month\">\n          {expire_month_options}\n        </select>\n        月\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n\n      <dt>{lang_mode}</dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <br{xhtml}>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n\n      <dt>{lang_cmt_disable}:</dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n           &nbsp;\n           <span dir=\"ltr\">\n           <select name=\"cmt_close_year\">\n             {cmt_close_year_options}\n           </select>\n           年\n           <select name=\"cmt_close_month\">\n                   {cmt_close_month_options}\n           </select>\n           月\n           <select name=\"cmt_close_day\">\n             {cmt_close_day_options}\n           </select>\n           日&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor-sid\" class=\"text\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_description\" id=\"admin-storyeditor-metadescription\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\">{meta_keywords}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-introtext\">{lang_introtext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"12\" name=\"introtext\" id=\"admin-storyeditor-introtext\">{story_introtext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-bodytext\">{lang_bodytext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"20\" name=\"bodytext\" id=\"admin-storyeditor-bodytext\">{story_bodytext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"admin-storyeditor-postmode\">\n          {post_options}\n        </select>\n      </dd>\n      <dd class=\"description\">{lang_allowed_html}</dd>\n\n      <dt>{lang_images}</dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <h3>{lang_accessrights}</h3>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"editopt\" value=\"default\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </li>\n  </ul>\n</form>\n\n<!-- } admin/story/storyeditor.japanese_utf-8.thtml -->\n','cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_topic,lang_trackbacks,meta_description,meta_keywords,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (64,'default','admin/story/storyeditor_advanced.thtml','\n<!-- admin/story/storyeditor_advanced.thtml { -->\n\n{noscript}\n\n<div id=\"advanced_editor\" style=\"display: none;\">\n{navbar}\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" onsubmit=\"set_postcontent();\" id=\"admin-storyeditor_advanced\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor_advanced-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor_advanced-sid\" class=\"text\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_description\" id=\"admin-storyeditor-metadescription\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_keywords}</textarea></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor_advanced-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor_advanced-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"sel_editmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select {change_editormode} name=\"postmode\" id=\"sel_editmode\">\n          {post_options}\n        </select>\n      </dd>\n    </dl>\n  </div>\n\n  <div>\n    <div id=\"text_editor\" style=\"display: {show_texteditor};\">\n      <dl>\n        <dt><label for=\"introtext\">{lang_introtext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"14\" name=\"introtext\" id=\"introtext\">{story_introtext}</textarea>\n        </dd>\n\n        <dt>\n          <label for=\"bodytext\">{lang_bodytext}</label>\n        </dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"14\" name=\"bodytext\" id=\"bodytext\">{story_bodytext}</textarea>\n        </dd>\n      </dl>\n      <div class=\"description\">{lang_allowed_html}</div>\n    </div>\n\n    <div id=\"html_editor\" style=\"display: {show_htmleditor};\">\n      <dl>\n        <dt><label for=\"introhtml\">{lang_introtext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n            <li>\n              {lang_toolbar}\n              <select id=\"fckeditor_toolbar_selector\" name=\"fckeditor_toolbar_selector\" onchange=\"changeToolbar(this.value);\">\n                <option value=\"editor-toolbar1\">{toolbar1}</option>\n                <option value=\"editor-toolbar2\" selected=\"selected\">{toolbar2}</option>\n                <option value=\"editor-toolbar3\">{toolbar3}</option>\n                <option value=\"Default\">{toolbar5}</option>\n              </select>\n            </li>\n          </ul>\n          <textarea cols=\"45\" rows=\"12\" name=\"introhtml\" id=\"introhtml\">{story_introtext}</textarea>\n        </dd>\n\n        <dt><label for=\"bodyhtml\">{lang_bodytext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'larger\');\" alt=\"\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'smaller\');\" alt=\"\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"20\" name=\"bodyhtml\" id=\"bodyhtml\">{story_bodytext}</textarea>\n        </dd>\n      </dl>\n\n      <div id=\"editor_mode\" class=\"description\">{lang_allowed_html}</div>\n    </div>\n  </div>\n\n  <div id=\"se_options\" style=\"display: none;\">\n  <div id=\"se_publish\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_publishdate}</legend>\n\n    <dl>\n      <dt><label for=\"admin-storyeditor_advanced-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_month\" id=\"admin-storyeditor_advanced-publish_month\">\n          {publish_month_options}\n        </select>\n        /\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        /\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_publishoptions}</legend>\n\n    <dl>\n      <dt>{lang_mode}</dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n      <dt>{lang_cmt_disable}</dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n        &nbsp;\n           <span dir=\"ltr\">\n               <select name=\"cmt_close_month\">\n                   {cmt_close_month_options}\n           </select>\n           /\n           <select name=\"cmt_close_day\">\n              {cmt_close_day_options}\n           </select>\n           /\n           <select name=\"cmt_close_year\">\n              {cmt_close_year_options}\n           </select>&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n  <div id=\"se_images\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_images}</legend>\n\n    <dl>\n      <dt>{lang_images}</dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div id=\"se_archive\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_archivetitle}</legend>\n\n    <dl>\n      <dt><label for=\"admin-storyeditor_advanced-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor_advanced-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-expire_month\"></label></dt>\n      <dd>\n        {lang_date}&nbsp;\n        <select name=\"expire_month\" id=\"admin-storyeditor_advanced-expire_month\">\n          {expire_month_options}\n        </select>\n        /\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        /\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div  id=\"se_perms\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n  </div>\n  </div>\n\n\n  <div id=\"se_bottom\" style=\"display:{show_submitoptions}\">\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </li>\n  </ul>\n  </div>\n</form>\n</div>\n\n<div id=\"preview\" style=\"display: {show_preview};\">\n  {preview_content}\n</div>\n\n<!-- } admin/story/storyeditor_advanced.thtml -->\n','change_editormode,cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_expandhelp,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_publishdate,lang_publishoptions,lang_reducehelp,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_toolbar,lang_topic,lang_trackbacks,layout_url,meta_description,meta_keywords,navbar,noscript,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,preview_content,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_htmleditor,show_preview,show_submitoptions,show_texteditor,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,toolbar1,toolbar2,toolbar3,toolbar5,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (65,'default','admin/story/storyeditor.thtml','\n<!-- admin/story/storyeditor.thtml { -->\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" id=\"admin-storyeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_month\" id=\"admin-storyeditor-publish_month\">\n          {publish_month_options}\n        </select>\n        /\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        /\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n\n      <dt><label for=\"admin-storyeditor-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_topic}</dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-storyeditor-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-expire_month\"></label></dt>\n      <dd>{lang_date}&nbsp;\n        <select name=\"expire_month\" id=\"admin-storyeditor-expire_month\">\n          {expire_month_options}\n        </select>\n        /\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        /\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n\n      <dt>{lang_mode}</dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <br{xhtml}>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n\n      <dt>{lang_cmt_disable}:</dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n           &nbsp;\n           <span dir=\"ltr\">\n           <select name=\"cmt_close_month\">\n                   {cmt_close_month_options}\n           </select>\n           /\n           <select name=\"cmt_close_day\">\n              {cmt_close_day_options}\n           </select>\n           /\n           <select name=\"cmt_close_year\">\n              {cmt_close_year_options}\n           </select>&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor-sid\" class=\"text\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_description\" id=\"admin-storyeditor-metadescription\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\">{meta_keywords}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-introtext\">{lang_introtext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"12\" name=\"introtext\" id=\"admin-storyeditor-introtext\">{story_introtext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-bodytext\">{lang_bodytext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"20\" name=\"bodytext\" id=\"admin-storyeditor-bodytext\">{story_bodytext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"admin-storyeditor-postmode\">\n          {post_options}\n        </select>\n      </dd>\n      <dd class=\"description\">{lang_allowed_html}</dd>\n\n      <dt>{lang_images}</dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <h3>{lang_accessrights}</h3>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"editopt\" value=\"default\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </li>\n  </ul>\n</form>\n\n<!-- } admin/story/storyeditor.thtml -->\n','cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_topic,lang_trackbacks,meta_description,meta_keywords,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (66,'default','admin/story/storyeditor_advanced.japanese_utf-8.thtml','\n<!-- admin/story/storyeditor_advanced.japanese_utf-8.thtml { -->\n\n{noscript}\n\n<div id=\"advanced_editor\" style=\"display: none;\">\n{navbar}\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" onsubmit=\"set_postcontent();\" id=\"admin-storyeditor_advanced\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor_advanced-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor_advanced-sid\" class=\"text\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_description\" id=\"admin-storyeditor-metadescription\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_keywords}</textarea></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor_advanced-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor_advanced-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"sel_editmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select {change_editormode} name=\"postmode\" id=\"sel_editmode\">\n          {post_options}\n        </select>\n      </dd>\n    </dl>\n  </div>\n\n  <div>\n    <div id=\"text_editor\" style=\"display: {show_texteditor};\">\n      <dl>\n        <dt><label for=\"introtext\">{lang_introtext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"14\" name=\"introtext\" id=\"introtext\">{story_introtext}</textarea>\n        </dd>\n\n        <dt>\n          <label for=\"bodytext\">{lang_bodytext}</label>\n        </dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"14\" name=\"bodytext\" id=\"bodytext\">{story_bodytext}</textarea>\n        </dd>\n      </dl>\n      <div class=\"description\">{lang_allowed_html}</div>\n    </div>\n\n    <div id=\"html_editor\" style=\"display: {show_htmleditor};\">\n      <dl>\n        <dt><label for=\"introhtml\">{lang_introtext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n            <li>\n              {lang_toolbar}\n              <select id=\"fckeditor_toolbar_selector\" name=\"fckeditor_toolbar_selector\" onchange=\"changeToolbar(this.value);\">\n                <option value=\"editor-toolbar1\">{toolbar1}</option>\n                <option value=\"editor-toolbar2\" selected=\"selected\">{toolbar2}</option>\n                <option value=\"editor-toolbar3\">{toolbar3}</option>\n                <option value=\"Default\">{toolbar5}</option>\n              </select>\n            </li>\n          </ul>\n          <textarea cols=\"45\" rows=\"12\" name=\"introhtml\" id=\"introhtml\">{story_introtext}</textarea>\n        </dd>\n\n        <dt><label for=\"bodyhtml\">{lang_bodytext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'larger\');\" alt=\"\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'smaller\');\" alt=\"\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"20\" name=\"bodyhtml\" id=\"bodyhtml\">{story_bodytext}</textarea>\n        </dd>\n      </dl>\n\n      <div id=\"editor_mode\" class=\"description\">{lang_allowed_html}</div>\n    </div>\n  </div>\n\n  <div id=\"se_options\" style=\"display: none;\">\n  <div id=\"se_publish\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_publishdate}</legend>\n\n    <dl>\n      <dt><label for=\"admin-storyeditor_advanced-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>\n        年\n        <select name=\"publish_month\" id=\"admin-storyeditor_advanced-publish_month\">\n          {publish_month_options}\n        </select>\n        月\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_publishoptions}</legend>\n\n    <dl>\n      <dt>{lang_mode}</dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n      <dt>{lang_cmt_disable}</dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n        &nbsp;\n           <span dir=\"ltr\">\n           <select name=\"cmt_close_year\">\n             {cmt_close_year_options}\n           </select>\n           年\n           <select name=\"cmt_close_month\">\n              {cmt_close_month_options}\n           </select>\n           月\n           <select name=\"cmt_close_day\">\n             {cmt_close_day_options}\n           </select>\n           日&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n  <div id=\"se_images\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_images}</legend>\n\n    <dl>\n      <dt>{lang_images}</dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div id=\"se_archive\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_archivetitle}</legend>\n\n    <dl>\n      <dt><label for=\"admin-storyeditor_advanced-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor_advanced-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-expire_month\"></label></dt>\n      <dd>\n        {lang_date}&nbsp;\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>\n        年\n        <select name=\"expire_month\" id=\"admin-storyeditor_advanced-expire_month\">\n          {expire_month_options}\n        </select>\n        月\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div  id=\"se_perms\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n  </div>\n  </div>\n\n\n  <div id=\"se_bottom\" style=\"display:{show_submitoptions}\">\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </li>\n  </ul>\n  </div>\n</form>\n</div>\n\n<div id=\"preview\" style=\"display: {show_preview};\">\n  {preview_content}\n</div>\n\n<!-- } admin/story/storyeditor_advanced.japanese_utf-8.thtml -->\n','change_editormode,cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_expandhelp,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_publishdate,lang_publishoptions,lang_reducehelp,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_toolbar,lang_topic,lang_trackbacks,layout_url,meta_description,meta_keywords,navbar,noscript,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,preview_content,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_htmleditor,show_preview,show_submitoptions,show_texteditor,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,toolbar1,toolbar2,toolbar3,toolbar5,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (67,'default','admin/topic/topiclist.thtml','\n<!-- admin/topic/topiclist.thtml { -->\n\n{top_menu}\n\n<ul id=\"admin-topiclist\">\n  {list_row}\n</ul>\n\n<!-- } admin/topic/topiclist.thtml -->\n','list_row,top_menu');
INSERT INTO `bc_thm_contents`VALUES (68,'default','admin/topic/listitem.thtml','\n<!-- admin/topic/listitem.thtml { -->\n\n<li>\n  <a href=\"{site_admin_url}/topic.php?mode=edit&amp;tid={topic_id}\">{image_tag}</a>\n  <a href=\"{site_admin_url}/topic.php?mode=edit&amp;tid={topic_id}\">{topic_name}</a>\n  {default_topic} ({topic_access})\n</li>\n\n<!-- } admin/topic/listitem.thtml -->\n','default_topic,image_tag,site_admin_url,topic_access,topic_id,topic_name');
INSERT INTO `bc_thm_contents`VALUES (69,'default','admin/topic/topiceditor.thtml','\n<!-- admin/topic/topiceditor.thtml { -->\n\n<form action=\"{site_admin_url}/topic.php\" method=\"post\" enctype=\"multipart/form-data\" id=\"admin-topiceditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-topiceditor-tid\">{lang_topicid}</label></dt>\n      <dd><input type=\"text\" size=\"20\" maxlength=\"20\" value=\"{topic_id}\" name=\"tid\" id=\"admin-topiceditor-tid\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_donotusespaces}</dd>\n      \n      <dt><label for=\"admin-topiceditor-inherit\">{lang_inherit}</label></dt>\n      <dd><input type=\"checkbox\" {inherit_checked} name=\"inherit\" id=\"admin-topiceditor-inherit\"{xhtml}><span class=\"fieldhelp\">{lang_inherit_info}</span></dd>\n      \n      <dt><label for=\"admin-topiceditor-hidden\">{lang_hidden}</label></dt>\n      <dd><input type=\"checkbox\" {hidden_checked} name=\"hidden\" id=\"admin-topiceditor-hidden\"{xhtml}><span class=\"fieldhelp\">{lang_hidden_info}</span></dd>\n\n      <dt><label for=\"admin-topiceditor-parent_id\">{lang_parent_id}</label></dt>\n      <dd>\n        <select name=\"parent_id\" id=\"admin-topiceditor-parent_id\">\n            {parent_id_options}\n        </select>\n      </dd>\n      \n      <dt>{lang_sortorder}</dt>\n      <dd>{sort_order}</dd>\n\n      <dt><label for=\"admin-topiceditor-limitnews\">{lang_storiesperpage}</label></dt>\n      <dd><input type=\"text\" size=\"3\" maxlength=\"3\" value=\"{story_limit}\" name=\"limitnews\" id=\"admin-topiceditor-limitnews\" class=\"text\"{xhtml}><span class=\"fieldhelp\">{lang_defaultis} {default_limit}</span></dd>\n\n      <dt><label for=\"admin-topiceditor-topic\">{lang_topicname}</label></dt>\n      <dd><input type=\"text\" size=\"48\" value=\"{topic_name}\" name=\"topic_name\" id=\"admin-topiceditor-topic\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-topiceditor-imageurl\">{lang_topicimage}</label></dt>\n      <dd><input type=\"text\" dir=\"ltr\" size=\"48\" maxlength=\"{max_url_length}\" value=\"{image_url}\" name=\"imageurl\" id=\"admin-topiceditor-imageurl\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-topiceditor-newicon\">{lang_uploadimage}</label></dt>\n      <dd><input type=\"file\" name=\"newicon\" id=\"admin-topiceditor-newicon\"{xhtml}></dd>\n      <dd class=\"description\">{icon_max_dimensions}</dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_description\" id=\"admin-storyeditor-metadescription\" style=\"width:100%\" cols=\"70\" rows=\"2\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" style=\"width:100%\" cols=\"70\" rows=\"2\">{meta_keywords}</textarea></dd>\n\n      <dt><label for=\"admin-topiceditor-is_default\">{lang_defaulttopic}</label></dt>\n      <dd><input type=\"checkbox\" {default_checked} name=\"is_default\" id=\"admin-topiceditor-is_default\"{xhtml}><span class=\"fieldhelp\">{lang_defaulttext}</span></dd>\n\n      <dt><label for=\"admin-topiceditor-is_archive\">{lang_archivetopic}</label></dt>\n      <dd><input type=\"checkbox\" {archive_checked} {archive_disabled} name=\"is_archive\" id=\"admin-topiceditor-is_archive\"{xhtml}><span class=\"fieldhelp\">{lang_archivetext}</span></dd>\n\n      <dt>{lang_num_stories}</dt>\n      <dd>{num_stories}</dd>\n\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <p class=\"description\">{warning_msg}</p>\n\n  <ul class=\"submit\">\n    <li><input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}><input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}><input type=\"hidden\" name=\"old_tid\" value=\"{topic_id}\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n  </ul>\n</form>\n\n<!-- } admin/topic/topiceditor.thtml -->\n','archive_checked,archive_disabled,default_checked,default_limit,delete_option,gltoken,gltoken_name,group_dropdown,hidden_checked,hide_meta,icon_max_dimensions,image_url,inherit_checked,lang_accessrights,lang_archivetext,lang_archivetopic,lang_cancel,lang_defaultis,lang_defaulttext,lang_defaulttopic,lang_donotusespaces,lang_group,lang_hidden,lang_hidden_info,lang_inherit,lang_inherit_info,lang_metadescription,lang_metakeywords,lang_num_stories,lang_owner,lang_parent_id,lang_perm_key,lang_permissions,lang_permissions_msg,lang_save,lang_sortorder,lang_storiesperpage,lang_topicid,lang_topicimage,lang_topicname,lang_uploadimage,max_url_length,meta_description,meta_keywords,num_stories,owner_id,owner_name,parent_id_options,permissions_editor,site_admin_url,sort_order,story_limit,topic_id,topic_name,warning_msg,xhtml');
INSERT INTO `bc_thm_contents`VALUES (70,'default','admin/common/edit_permissions.thtml','\n<!-- admin/common/edit_permissions.thtml { -->\n\n<table id=\"admin-permissions\">\n  <thead>\n    <tr>\n      <th colspan=\"2\">{lang_owner}</th>\n      <th colspan=\"2\">{lang_group}</th>\n      <th>{lang_members}</th>\n      <th>{lang_anonymous}</th>\n    </tr>\n  </thead>\n\n  <tbody>\n    <tr>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_owner[]\" value=\"2\"{owner_r_checked} class=\"checkbox\"{xhtml}></td>\n      <td>E<br{xhtml}><input type=\"checkbox\" name=\"perm_owner[]\" value=\"1\"{owner_e_checked} class=\"checkbox\"{xhtml}></td>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_group[]\" value=\"2\"{group_r_checked} class=\"checkbox\"{xhtml}></td>\n      <td>E<br{xhtml}><input type=\"checkbox\" name=\"perm_group[]\" value=\"1\"{group_e_checked} class=\"checkbox\"{xhtml}></td>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_members[]\" value=\"2\"{members_checked} class=\"checkbox\"{xhtml}></td>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_anon[]\" value=\"2\"{anon_checked} class=\"checkbox\"{xhtml}></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- } admin/common/edit_permissions.thtml -->\n','anon_checked,group_e_checked,group_r_checked,lang_anonymous,lang_group,lang_members,lang_owner,members_checked,owner_e_checked,owner_r_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (71,'default','admin/common/edit_topics.thtml','\n<!-- admin/common/edit_topics.thtml { -->\n\n<div style=\"vertical-align:top;display:inline-block;{options_hide}\">\n    <input type=\"hidden\" name=\"topic_options_hide\" value=\"{topic_options_hide}\"{xhtml}>\n    <input type=\"radio\" name=\"topic_option\" value=\"all\" {all_checked}{xhtml}> {lang_all}\n    <input type=\"radio\" name=\"topic_option\" value=\"homeonly\" {homeonly_checked}{xhtml}> {lang_homeonly}\n    <span style=\"{topic_option_hide}\"><input type=\"radio\" name=\"topic_option\" value=\"selectedtopics\" {selectedtopics_checked}{xhtml}></span>\n</div>\n<div style=\"vertical-align:top;display:inline-block;{topic_hide}\">\n    <select name=\"tid[]\" multiple=\"multiple\" class=\"multiple\" size=\"4\">\n        {topic_options}\n    </select>\n</div>\n<div style=\"vertical-align:top;display:inline-block;{inherit_hide}\">\n    <input type=\"hidden\" name=\"topic_inherit_hide\" value=\"{topic_inherit_hide}\"{xhtml}>\n    <span style=\"vertical-align:top;\">{lang_inherit}:</span>\n    <select name=\"inherit_tid[]\" multiple=\"multiple\" class=\"multiple\" size=\"4\">\n        {inherit_options}\n    </select>\n</div>\n<div style=\"vertical-align:top;display:inline-block;{default_hide}\">\n    <input type=\"hidden\" name=\"topic_default_hide\" value=\"{topic_default_hide}\"{xhtml}>\n    <span style=\"vertical-align:top;\">{lang_default}:</span>\n    <select name=\"default_tid\">\n        {default_options}\n    </select>\n</div>\n<div style=\"{info_hide}\">\n    <p>{topic_info}</p>\n</div>\n\n<!-- } admin/common/edit_topics.thtml -->\n','all_checked,default_hide,default_options,homeonly_checked,info_hide,inherit_hide,inherit_options,lang_all,lang_default,lang_homeonly,lang_inherit,options_hide,selectedtopics_checked,topic_default_hide,topic_hide,topic_info,topic_inherit_hide,topic_option_hide,topic_options,topic_options_hide,xhtml');
INSERT INTO `bc_thm_contents`VALUES (72,'default','admin/config/configuration.thtml','\n<!-- /admin/config/configuration.thtml { -->\n{noscript}\n<div id=\"geeklog_config_editor\" style=\"display:none;\">\n    <form method=\"post\" action=\"{site_admin_url}/configuration.php\" name=\"group\">\n    <div>\n      <input type=\"hidden\" value=\"{open_group}\" name=\"conf_group\"{xhtml}>\n      <input type=\"hidden\" value=\"\" name=\"subgroup\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n    </form>\n    <table>\n        <tr>\n            <td class=\"block-featured-left\" style=\"vertical-align:top;\">\n                <div id=\"search-configuration-container\">\n                    <div class=\"block-center\">\n                        <h2><label for=\"search-configuration\">{search_configuration_label}</label></h2>\n                        <input name=\"search-configuration\" id=\"search-configuration\" value=\"{search_configuration_value}\"{xhtml}>\n                        <input name=\"tab-id\" id=\"tab-id\" type=\"hidden\" value=\"{tab_id_value}\"{xhtml}>\n                    </div>\n                </div>\n                <div class=\"block-bg-left\"> {config_menu} </div>\n            </td>\n            <td style=\"vertical-align:top; width: 100%\">\n            \n                <div class=\"saved_message {error_validation_class}\" style=\"display:{show_changeblock}\">\n                    {lang_changes_made}\n                    {lang_error_validation_occurs}\n                    {change_block}\n                </div>\n                <form action=\"{site_admin_url}/configuration.php\" method=\"post\" name=\"subgroup\">\n                <div>\n                  <input type=\"hidden\" name=\"conf_group\" value=\"{open_group}\"{xhtml}>\n                  <input type=\"hidden\" name=\"sub_group\" value=\"{open_sg}\"{xhtml}>\n                  <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                </div>\n    \n                <div id=\"tabs\">\n                \n                {tab_li}\n    \n                <!-- BEGIN tab -->\n                <div style=\"margin-top:10px;\" id=\"{tab_id}\">\n                \n                <!-- BEGIN notes -->\n                <div class=\"notes\">\n                 <h4>{tab_display}</h4>\n                 <p class=\"last\">{tab_help}</p>\n                 <span class=\"warningsmall\">{tab_warning}</span>\n                </div>\n                <!-- END notes -->\n    \n                {tab_contents}\n                \n                </div>\n                <!-- END tab -->\n                \n                </div>\n    \n                <div id=\"bottom_buttons\" class=\"aligncenter\">\n                    <input type=\"submit\" id=\"save_changes\" value=\"{lang_save_changes}\"{xhtml}>\n                    <input type=\"submit\" id=\"form_reset\" name=\"form_reset\" value=\"{lang_reset_form}\"{xhtml}>\n                    <input type=\"hidden\" name=\"form_submit\" value=\"true\"{xhtml}>\n                </div>\n\n                </form>\n    \n            </td>\n        </tr>\n    </table>\n</div>\n<!-- } /admin/config/configuration.thtml -->\n','change_block,config_menu,error_validation_class,gltoken,gltoken_name,lang_changes_made,lang_error_validation_occurs,lang_reset_form,lang_save_changes,noscript,open_group,open_sg,search_configuration_label,search_configuration_value,show_changeblock,site_admin_url,tab_contents,tab_display,tab_help,tab_id,tab_id_value,tab_li,tab_warning,xhtml');
INSERT INTO `bc_thm_contents`VALUES (73,'default','admin/config/menu_element.thtml','\n<!-- admin/config/menu_element.thtml { -->\n\n<li><a href=\"#\" onclick=\'open_group(\"{group_select_value}\");return false;\'>{group_display}</a>\n    <ul>\n<!-- BEGIN subgroup-selector -->\n   <li>\n     <a  href=\"#\" {select_id} onclick=\'open_subgroup(\"{group_select_value}\",\"{subgroup_name}\");return false;\'>{subgroup_display_name}</a>\n   </li>\n<!-- END subgroup-selector -->\n    </ul>\n</li>\n\n<!-- } admin/config/menu_element.thtml -->\n','group_display,group_select_value,select_id,subgroup_display_name,subgroup_name');
INSERT INTO `bc_thm_contents`VALUES (74,'default','admin/config/config_element.thtml','\n<!-- admin/config/config_element.thtml { -->\n\n<!-- BEGIN validation_error_block -->\n<div class=\"validation_error_block\"><span></span>{validation_error_message}</div>\n<!-- END validation_error_block -->\n\n<!-- BEGIN delete-button -->\n<input type=\"button\" class=\"del-link\" value=\"x\" onclick=\"gl_cfg_remove(this);\"{xhtml}>\n<!-- END delete-button -->\n\n<!-- BEGIN text-element -->\n<tr id=\"text_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<input type=\"text\" class=\"opt{error_class}\" name=\"{name}\" style=\"width:300px\" value=\"{value}\"{xhtml}>\n{delete}{error_block}\n</td></tr>\n<!-- END text-element -->\n\n<!-- BEGIN text-area -->\n<tr id=\"textarea_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<textarea class=\"opt{error_class}\" name=\"{name}\" style=\"width:300px\" cols=\"3\" rows=\"3\">{value}</textarea>\n{delete}{error_block}\n</td></tr>\n<!-- END text-area -->\n\n<!-- BEGIN placeholder-element -->\n<tr id=\"placeholder_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name}</td><td>\n<input type=\"hidden\" name=\"{name}\" value=\"{value}\"{xhtml}>\n{delete}\n</td></tr>\n<!-- END placeholder-element -->\n\n<!-- BEGIN select-element -->\n<tr{hide_row} id=\"select_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<select name=\"{name}\" class=\"opt{error_class}\">\n  <!-- BEGIN select-options -->\n    <option {selected} value=\"{opt_value}\">{opt_name}</option>\n  <!-- END select-options -->\n</select>\n{delete}{error_block}\n</td></tr>\n<!-- END select-element -->\n\n<!-- BEGIN unset-param -->\n<tr id=\"unset_param_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link}</td>\n<td><a href=\"#{name}\" class=\"restore_param\">{lang_enable}</a></td>\n</tr>\n<!-- END unset-param -->\n\n<!-- BEGIN list-element -->\n<tr id=\"{name}\" class=\"config_name\"><td class=\"alignright\" style=\"vertical-align:top\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<input type=\"button\" value=\"+\" onclick=\"hide_show_tbl(selectChildByID(this.parentNode, \'arr_table_{id_name}\'), this);\"{xhtml}>\n{delete}\n<input type=\"hidden\" value=\"true\" name=\"{name}[placeholder]\"{xhtml}>\n<table style=\"display:none\" id=\"arr_table_{id_name}\" class=\"{arr_table_class_list}\">\n<col width=\"100\">\n<col width=\"100%\">\n{my_elements}\n{my_add_element_button}\n</table>\n</td></tr>\n<!-- END list-element -->\n\n<!-- BEGIN keyed-add-button -->\n<tr id=\"keyed_button_{id_name}\" class=\"config_name\"><td colspan=\"2\">\n<input type=\"button\" value=\"{lang_add_element}\" class=\"add_ele_input\" onclick=\"handleAdd(this, \'{array_type}\', \'{arr_name}\')\"{xhtml}><input style=\"width: 65px\"{xhtml}>\n</td></tr>\n<!-- END keyed-add-button -->\n\n<!-- BEGIN unkeyed-add-button -->\n<tr id=\"unkeyed_button_{id_name}\" class=\"config_name\"><td colspan=\"2\">\n<input type=\"button\" value=\"{lang_add_element}\" class=\"add_ele_input\" onclick=\"handleAdd(this, \'{array_type}\', \'{arr_name}\')\"{xhtml}>\n</td></tr>\n<!-- END unkeyed-add-button -->\n\n<!-- } admin/config/config_element.thtml -->\n','arr_name,arr_table_class_list,array_type,delete,display_name,doc_link,error_block,error_class,hide_row,id_name,lang_add_element,lang_enable,my_add_element_button,my_elements,name,opt_name,opt_value,selected,unset_link,validation_error_message,value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (75,'default','admin/syndication/feededitor.thtml','\n<!-- admin/syndication/feededitor.thtml { -->\n\n{start_feed_editor}\n<form action=\"{site_admin_url}/syndication.php\" method=\"post\" id=\"admin-feededitor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-feededitor-title\">{lang_feedtitle}</label></dt>\n      <dd><input type=\"text\" size=\"48\" value=\"{feed_title}\" name=\"title\" id=\"admin-feededitor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-feededitor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" {is_enabled} name=\"is_enabled\" id=\"admin-feededitor-is_enabled\"{xhtml}></dd>\n\n      <dt>{lang_type}</dt>\n      <dd>{feed_type_display}</dd>\n\n      <dt>{lang_topic}</dt>\n      <dd>{feed_topic}</dd>\n\n      <dt><label for=\"admin-feededitor-header_tid\">{lang_header_topic}</label></dt>\n      <dd>\n        <select name=\"header_tid\" id=\"admin-feededitor-header_tid\">\n          {header_topic_options}\n        </select>\n      </dd>\n\n      <dt>{lang_format}</dt>\n      <dd>{feed_format}</dd>\n\n      <dt><label for=\"admin-feededitor-limits\">{lang_limits}</label></dt>\n      <dd><input type=\"text\" size=\"4\" value=\"{feed_limits}\" name=\"limits\" id=\"admin-feededitor-limits\" class=\"text\"{xhtml}>{feed_limits_what}</dd>\n\n      <dt><label for=\"admin-feededitor-content_length\">{lang_content_length}</label></dt>\n      <dd><input type=\"text\" size=\"4\" value=\"{feed_content_length}\" name=\"content_length\" id=\"admin-feededitor-content_length\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_clen_explain}</dd>\n\n      <dt><label for=\"admin-feededitor-description\">{lang_description}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"8\" name=\"description\" id=\"admin-feededitor-description\">{feed_description}</textarea></dd>\n\n      <dt><label for=\"admin-feededitor-feedlogo\">{lang_feedlogo}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" size=\"40\" value=\"{feed_logo}\" name=\"feedlogo\" id=\"admin-feededitor-feedlogo\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_feedlogo_explain}</dd>\n  \n      <dt><label for=\"admin-feededitor-filename\">{lang_filename}</label></dt>\n      <dd><input type=\"text\" size=\"40\" value=\"{feed_filename}\" name=\"filename\" id=\"admin-feededitor-filename\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-feededitor-charset\">{lang_charset}</label></dt>\n      <dd><input type=\"text\" size=\"20\" value=\"{feed_charset}\" name=\"charset\" id=\"admin-feededitor-charset\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-feededitor-language\">{lang_language}</label></dt>\n      <dd><input type=\"text\" size=\"20\" value=\"{feed_language}\" name=\"language\" id=\"admin-feededitor-language\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_updated}</dt>\n      <dd>{feed_updated}</dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" name=\"fid\" value=\"{feed_id}\"{xhtml}>\n        <input type=\"hidden\" name=\"type\" value=\"{feed_type}\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n        {delete_option}\n      </li>\n    </ul>\n  </div>\n</form>\n{end_block}\n\n<!-- } admin/syndication/feededitor.thtml -->\n','delete_option,end_block,feed_charset,feed_content_length,feed_description,feed_filename,feed_format,feed_id,feed_language,feed_limits,feed_limits_what,feed_logo,feed_title,feed_topic,feed_type,feed_type_display,feed_updated,gltoken,gltoken_name,header_topic_options,is_enabled,lang_cancel,lang_charset,lang_clen_explain,lang_content_length,lang_description,lang_enabled,lang_feedlogo,lang_feedlogo_explain,lang_feedtitle,lang_filename,lang_format,lang_header_topic,lang_language,lang_limits,lang_save,lang_topic,lang_type,lang_updated,site_admin_url,start_feed_editor,xhtml');
INSERT INTO `bc_thm_contents`VALUES (76,'default','admin/syndication/selecttype.thtml','\n<!-- admin/syndication/selecttype.thtml { -->\n\n<form action=\"{site_admin_url}/syndication.php\" method=\"post\" id=\"admin-selecttype\" class=\"basic\">\n  <fieldset>\n    <legend>{lang_go}</legend>\n\n    <p class=\"message\">{lang_explain}</p>\n\n    <ul class=\"submit\">\n      <li>{type_selection}</li>\n      <li><input type=\"submit\" value=\"{lang_go}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    </ul>\n  </fieldset>\n</form>\n\n<!-- } admin/syndication/selecttype.thtml -->\n','lang_explain,lang_go,site_admin_url,type_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (77,'default','admin/plugins/info.thtml','\n<!-- admin/plugins/info.thtml { -->\n\n{start_block_editor}\n<form action=\"{site_admin_url}/plugins.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\" id=\"admin-editor\">\n    <dl>\n      <dt id=\"title\">{title}</dt>\n      <dd><img src=\"{pi_icon}\" alt=\"\"{xhtml}></dd>\n\n      <dt>{lang_pluginname}</dt>\n      <dd>{pi_display_name}</dd>\n\n      <dt>{lang_pluginhomepage}</dt>\n      <dd>{pi_homepage}</dd>\n\n      <dt>{lang_pluginversion}</dt>\n      <dd>{pi_version}</dd>\n\n      <dt>{lang_plugincodeversion}</dt>\n      <dd>{pi_codeversion}</dd>\n\n      <dt>{lang_dependencies}</dt>\n      <dd>{pi_dependencies}</dd>\n\n      <dt>{lang_load}</dt>\n      <dd>{pi_load}</dd>\n\n      <dt>{lang_enabled}</dt>\n      <dd>{pi_enabled}</dd>\n\n      <dt></dt>\n      <dd><input id=\"close\" type=\"submit\" value=\"{back}\" {xhtml}></dd>\n    </dl>\n  </div>\n</form>\n{end_block}\n\n<!-- } admin/plugins/info.thtml -->\n','back,end_block,lang_dependencies,lang_enabled,lang_load,lang_plugincodeversion,lang_pluginhomepage,lang_pluginname,lang_pluginversion,pi_codeversion,pi_dependencies,pi_display_name,pi_enabled,pi_homepage,pi_icon,pi_load,pi_version,site_admin_url,start_block_editor,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (78,'default','admin/plugins/editor.thtml','\n<!-- admin/plugins/editor.thtml { -->\n\n{start_block_editor}\n<form action=\"{site_admin_url}/plugins.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\" id=\"admin-editor\">\n    <dl>\n      <dt id=\"title\">{title}</dt>\n      <dd><img src=\"{pi_icon}\" alt=\"\"{xhtml}></dd>\n\n      <dt>{lang_pluginname}</dt>\n      <dd>{pi_display_name}</dd>\n\n      <dt>{lang_pluginhomepage}</dt>\n      <dd><a href=\"{pi_homepage}\">{pi_homepage}</a></dd>\n\n      <dt>{lang_pluginversion}</dt>\n      <dd>{pi_version}</dd>\n\n      <dt>{lang_plugincodeversion}</dt>\n      <dd>{pi_codeversion}</dd>\n\n      <dt>{lang_dependencies}</dt>\n      <dd>{pi_dependencies}</dd>\n\n      <dt>{lang_load}</dt>\n      <dd>{pi_load}</dd>\n\n      <dt>{lang_enabled}</dt>\n      <dd>{pi_enabled}</dd>\n\n      <dt></dt>\n      <dd><input id=\"close\" type=\"submit\" value=\"{back}\" {xhtml}></dd>\n    </dl>\n  </div>\n</form>\n{end_block}\n\n<!-- } admin/plugins/editor.thtml -->\n','back,end_block,lang_dependencies,lang_enabled,lang_load,lang_plugincodeversion,lang_pluginhomepage,lang_pluginname,lang_pluginversion,pi_codeversion,pi_dependencies,pi_display_name,pi_enabled,pi_homepage,pi_icon,pi_load,pi_version,site_admin_url,start_block_editor,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (79,'default','admin/moderation/moderation.thtml','\n<!-- admin/moderation/moderation.thtml { -->\n\n<ul id=\"admin-moderation\">\n  {cc_rows}\n</ul>\n\n<!-- } admin/moderation/moderation.thtml -->\n','cc_rows');
INSERT INTO `bc_thm_contents`VALUES (80,'default','admin/moderation/ccrow.thtml','\n<!-- admin/moderation/ccrow.thtml { -->\n\n{cc_main_options}\n\n<!-- } admin/moderation/ccrow.thtml -->\n','cc_main_options');
INSERT INTO `bc_thm_contents`VALUES (81,'default','admin/moderation/ccitem.thtml','\n<!-- admin/moderation/ccitem.thtml { -->\n\n<li><a href=\"{page_url}\"><img src=\"{page_image}\" alt=\"\"{xhtml}></a><a href=\"{page_url}\">{option_label}</a></li>\n\n<!-- } admin/moderation/ccitem.thtml -->\n','option_label,page_image,page_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (82,'default','admin/trackback/pinglist.thtml','\n<!-- admin/trackback/pinglist.thtml { -->\n\n<p class=\"trackback-message\">{lang_results}</p>\n\n<table class=\"admin-list\">\n  <tbody>\n    {ping_results}\n  </tbody>\n</table>\n\n<!-- } admin/trackback/pinglist.thtml -->\n','lang_results,ping_results');
INSERT INTO `bc_thm_contents`VALUES (83,'default','admin/trackback/autodetectlist.thtml','\n<!-- admin/trackback/autodetectlist.thtml { -->\n\n<p class=\"trackback-message\">{lang_trackback_explain}</p>\n\n<table class=\"admin-list\">\n  <tbody>\n    {autodetect_items}\n  </tbody>\n</table>\n\n<!-- } admin/trackback/autodetectlist.thtml -->\n','autodetect_items,lang_trackback_explain');
INSERT INTO `bc_thm_contents`VALUES (84,'default','admin/trackback/trackbackeditor.thtml','\n<!-- admin/trackback/trackbackeditor.thtml { -->\n\n<form action=\"{site_admin_url}/trackback.php\" method=\"post\" id=\"trackbackeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <p class=\"message\">{lang_explain}</p>\n\n    <dl>\n      <dt><label for=\"trackbackeditor-target\">{lang_trackback_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{target_url}\" name=\"target\" id=\"trackbackeditor-target\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-blog_name\">{lang_blog_name}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"80\" value=\"{blog_name}\" name=\"blog_name\" id=\"trackbackeditor-blog_name\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-url\">{lang_entry_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{url}\" name=\"url\" id=\"trackbackeditor-url\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{title}\" name=\"title\" id=\"trackbackeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-excerpt\">{lang_excerpt}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"8\" name=\"excerpt\" id=\"trackbackeditor-excerpt\">{excerpt}</textarea></dd>\n      <dd class=\"description\">{lang_excerpt_truncated}</dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_send}\" name=\"mode[0]\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode[1]\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}></li>\n    </ul>\n  </div>\n</form>\n\n<!-- } admin/trackback/trackbackeditor.thtml -->\n','blog_name,excerpt,gltoken,gltoken_name,lang_blog_name,lang_entry_url,lang_excerpt,lang_excerpt_truncated,lang_explain,lang_preview,lang_send,lang_title,lang_trackback_url,max_url_length,site_admin_url,target_url,title,url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (85,'default','admin/trackback/pingitem.thtml','\n<!-- admin/trackback/pingitem.thtml { -->\n\n<tr class=\"admin-listitem{cssid}\">\n  <td><a href=\"{service_url}\">{service_name}</a></td>\n  <td>{ping_result}</td>\n  <td>{resend}</td>\n</tr>\n\n<!-- } admin/trackback/pingitem.thtml -->\n','cssid,ping_result,resend,service_name,service_url');
INSERT INTO `bc_thm_contents`VALUES (86,'default','admin/trackback/autodetectitem.thtml','\n<!-- admin/trackback/autodetectitem.thtml { -->\n\n<tr class=\"admin-listitem{cssid}\">\n  <td class=\"admin-list-field\"><a href=\"{autodetect_link}\">{link_text}</a></td>\n  <td class=\"admin-list-field\">{link_url}</td>\n</tr>\n\n<!-- } admin/trackback/autodetectitem.thtml -->\n','autodetect_link,cssid,link_text,link_url');
INSERT INTO `bc_thm_contents`VALUES (87,'default','admin/trackback/pingbacklist.thtml','\n<!-- admin/trackback/pingbacklist.thtml { -->\n\n<p class=\"trackback-message\">{lang_results}</p>\n\n<table class=\"admin-list\">\n  <tbody>\n    {pingback_results}\n  </tbody>\n</table>\n\n<!-- } admin/trackback/pingbacklist.thtml -->\n','lang_results,pingback_results');
INSERT INTO `bc_thm_contents`VALUES (88,'default','admin/trackback/pingform.thtml','\n<!-- admin/trackback/pingform.thtml { -->\n\n<p class=\"trackback-message\">{lang_ping_explain}</p>\n\n{ping_results}\n\n<form action=\"{php_self}\" method=\"post\" id=\"pingform\" class=\"compact\">\n  <fieldset>\n    <dl>\n      <dt>{pingback_button}</dt>\n      <dd>{lang_pingback_short}</dd>\n\n      <dt>{ping_button}</dt>\n      <dd>{lang_ping_short}</dd>\n\n      <dt>{trackback_button}{hidden_input_fields}</dt>\n      <dd>{lang_trackback_short}</dd>\n    </dl>\n\n    <p class=\"description\">{lang_may_take_a_while}</p>\n    {hidden_input_fields}\n    <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n  </fieldset>\n</form>\n\n<!-- } admin/trackback/pingform.thtml -->\n','gltoken,gltoken_name,hidden_input_fields,lang_may_take_a_while,lang_ping_explain,lang_ping_short,lang_pingback_short,lang_trackback_short,php_self,ping_button,ping_results,pingback_button,trackback_button,xhtml');
INSERT INTO `bc_thm_contents`VALUES (89,'default','admin/trackback/pingbackitem.thtml','\n<!-- admin/trackback/pingbackitem.thtml { -->\n\n<tr class=\"admin-listitem{cssid}\">\n  <td><a href=\"{url_to_ping}\">{link_text}</a>&nbsp;({host_name})</td>\n  <td>{pingback_result}</td>\n  <td>{resend}</td>\n</tr>\n\n<!-- } admin/trackback/pingbackitem.thtml -->\n','cssid,host_name,link_text,pingback_result,resend,url_to_ping');
INSERT INTO `bc_thm_contents`VALUES (90,'default','admin/trackback/serviceeditor.thtml','\n<!-- admin/trackback/serviceeditor.thtml { -->\n\n<form action=\"{site_admin_url}/trackback.php\" method=\"post\" id=\"admin-serviceeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-serviceeditor-service_name\">{lang_name}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"80\" value=\"{service_name}\" name=\"service_name\" id=\"admin-serviceeditor-service_name\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" {is_enabled} name=\"is_enabled\" id=\"admin-serviceeditor-is_enabled\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-service_site_url\">{lang_site_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{service_site_url}\" name=\"service_site_url\" id=\"admin-serviceeditor-service_site_url\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-service_ping_url\">{lang_ping_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{service_ping_url}\" name=\"service_ping_url\" id=\"admin-serviceeditor-service_ping_url\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-method\">{lang_method}</label></dt>\n      <dd>\n        <ul class=\"compact\">\n          <li>\n            <input type=\"radio\" value=\"standard\" {standard_is_checked} name=\"method\" id=\"admin-serviceeditor-method\"{xhtml}>\n            {lang_method_standard}<code>weblogUpdates.ping</code>\n          </li>\n          <li>\n            <input type=\"radio\" value=\"extended\" {extended_is_checked} name=\"method\"{xhtml}>\n            {lang_method_extended}<code>weblogUpdates.extendedPing</code>\n          </li>\n        </ul>\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_save}\" name=\"servicemode[0]\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"servicemode[1]\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" value=\"{service_id}\" name=\"service_id\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n        {delete_option}\n      </li>\n    </ul>\n  </div>\n</form>\n\n<!-- } admin/trackback/serviceeditor.thtml -->\n','delete_option,extended_is_checked,gltoken,gltoken_name,is_enabled,lang_cancel,lang_enabled,lang_method,lang_method_extended,lang_method_standard,lang_name,lang_ping_url,lang_save,lang_site_url,max_url_length,service_id,service_name,service_ping_url,service_site_url,site_admin_url,standard_is_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (91,'default','admin/trackback/pingbackform.thtml','\n<!-- admin/trackback/pingbackform.thtml { -->\n\n<form action=\"{site_admin_url}/trackback.php\" method=\"post\" id=\"pingbackform\" class=\"compact\">\n  <fieldset>\n    <p class=\"message\">{lang_explain}</p>\n\n    <dl>\n      <dt><label for=\"pingbackform-target\">{lang_pingback_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{target_url}\" name=\"target\" id=\"pingbackform-target\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_site_url}</dt>\n      <dd>{site_url}</dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}><input type=\"submit\" value=\"{lang_send}\" name=\"mode[2]\" class=\"submit\"{xhtml}></li>\n    </ul>\n  </fieldset>\n</form>\n\n<!-- } admin/trackback/pingbackform.thtml -->\n','gltoken,gltoken_name,lang_explain,lang_pingback_url,lang_send,lang_site_url,max_url_length,site_admin_url,site_url,target_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (92,'default','useroption.thtml','\n<!-- useroption.thtml { -->\n\n        <li class=\"useroption\"><a href=\"{option_url}\"{option_attributes}>{option_label}</a>&nbsp;{option_count}</li>\n\n<!-- } useroption.thtml -->\n','option_attributes,option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (93,'default','lists/table/list.thtml','\n<!-- lists/table/list.thtml { -->\n\n                            {list_top}\n                            <div class=\"admin-list-search\">\n                                <form name=\"page_limit\" style=\"display: inline;\">\n                                <select name=\"page_limit_links\" style=\"{show_limit}\" onchange=\"window.location=document.page_limit.page_limit_links.options[document.page_limit.page_limit_links.selectedIndex].value\">\n                                    {page_limit}\n                                </select>\n                               </form>\n                            </div>\n                            <table class=\"admin-list-table\" style=\"{show_sort}\">\n                                <tr style=\"background:#FFFFFF;\">\n                                    {page_sort}\n                                </tr>\n                                {item_row}\n                            </table>\n                            <p class=\"aligncenter\" style=\"{show_message}\"><strong>{message}</strong></p>\n                            <br{xhtml}>\n                            {google_paging}\n                            {list_bottom}\n\n<!-- } lists/table/list.thtml -->\n','google_paging,item_row,list_bottom,list_top,message,page_limit,page_sort,show_limit,show_message,show_sort,xhtml');
INSERT INTO `bc_thm_contents`VALUES (94,'default','lists/table/page_sort.thtml','\n<!-- lists/table/page_sort.thtml { -->\n\n<th class=\"admin-list-headerfield\"{sort_subtags}>{sort_text}{sort_selected}</th>\n\n<!-- } lists/table/page_sort.thtml -->\n','sort_selected,sort_subtags,sort_text');
INSERT INTO `bc_thm_contents`VALUES (95,'default','lists/table/page_limit.thtml','\n<!-- lists/table/page_limit.thtml { -->\n\n<option{limit_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{limit_href}\">{limit_text}</option>\n\n<!-- } lists/table/page_limit.thtml -->\n','limit_href,limit_selected,limit_text');
INSERT INTO `bc_thm_contents`VALUES (96,'default','lists/table/item_field.thtml','\n<!-- lists/table/item_field.thtml { -->\n\n                                    <td>{field_text}</td>\n\n<!-- } lists/table/item_field.thtml -->\n','field_text');
INSERT INTO `bc_thm_contents`VALUES (97,'default','lists/table/item_row.thtml','\n<!-- lists/table/item_row.thtml { -->\n\n                                <tr class=\"pluginRow{cssid}\" onmouseover=\"className=\'pluginRollOver\';\" onmouseout=\"className=\'pluginRow{cssid}\';\">\n                                    {item_field}\n                                </tr>\n\n<!-- } lists/table/item_row.thtml -->\n','cssid,item_field');
INSERT INTO `bc_thm_contents`VALUES (98,'default','lists/inline/list.thtml','\n<!-- lists/inline/list.thtml { -->\n\n                            {list_top}\n                            <div class=\"admin-list-search\">\n                                 <form name=\"page_limit\" style=\"display: inline;\">\n                                <select name=\"page_limit_links\" style=\"{show_limit}\" onchange=\"window.location=document.page_limit.page_limit_links.options[document.page_limit.page_limit_links.selectedIndex].value\">\n                                    {page_limit}\n                                </select>\n                                </form>\n\n                                 <form name=\"page_sort\"  style=\"display: inline;\">\n                                <select name=\"page_sort_links\" style=\"{show_sort}\" onchange=\"window.location=document.page_sort.page_sort_links.options[document.page_sort.page_sort_links.selectedIndex].value\">\n                                    {page_sort}\n                                </select>\n                                </form>\n                            </div>\n                            {item_row}\n                            <p class=\"aligncenter\" style=\"{show_message}\"><strong>{message}</strong></p>\n                            <br{xhtml}>\n                            {google_paging}\n                            {list_bottom}\n\n<!-- } lists/inline/list.thtml -->\n','google_paging,item_row,list_bottom,list_top,message,page_limit,page_sort,show_limit,show_message,show_sort,xhtml');
INSERT INTO `bc_thm_contents`VALUES (99,'default','lists/inline/page_sort.thtml','\n<!-- lists/inline/page_sort.thtml { -->\n\n<option{sort_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{sort_href}\">{sort_text}</option>\n\n<!-- } lists/inline/page_sort.thtml -->\n','sort_href,sort_selected,sort_text');
INSERT INTO `bc_thm_contents`VALUES (100,'default','lists/inline/page_limit.thtml','\n<!-- lists/inline/page_limit.thtml { -->\n\n<option{limit_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{limit_href}\">{limit_text}</option>\n\n<!-- } lists/inline/page_limit.thtml -->\n','limit_href,limit_selected,limit_text');
INSERT INTO `bc_thm_contents`VALUES (101,'default','lists/inline/item_field.thtml','\n<!-- lists/inline/item_field.thtml { -->\n\n                                    {field_text}\n\n<!-- } lists/inline/item_field.thtml -->\n','field_text');
INSERT INTO `bc_thm_contents`VALUES (102,'default','lists/inline/item_row.thtml','\n<!-- lists/inline/item_row.thtml { -->\n\n                                <div>\n                                    {item_field}\n                                </div>\n                                <br{xhtml}>\n\n<!-- } lists/inline/iitem_row.thtml -->\n','item_field,xhtml');
INSERT INTO `bc_thm_contents`VALUES (103,'default','custommenu/menuitem_drop.thtml','<li id=\"{menuitem_id}\" class=\"menuitem {menuitem_class}\"><a href=\"{menuitem_url}\"{class_property}>{menuitem_text}<!--[if gte IE 7]><!--></a><!--<![endif]-->\n<!--[if lte IE 6]><table><tr><td><![endif]-->\n<ul>\n{menu_elements}\n</ul>\n<!--[if lte IE 6]></td></tr></table></a><![endif]-->\n</li>\n','class_property,menu_elements,menuitem_class,menuitem_id,menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (104,'default','custommenu/menuitem.thtml','<li id=\"{menuitem_id}\" class=\"menuitem {menuitem_class}\"><a href=\"{menuitem_url}\"{class_property}>{menuitem_text}</a></li>\n','class_property,menuitem_class,menuitem_id,menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (105,'default','custommenu/menueditor.thtml','\n<form action=\"{site_admin_url}/plugins/custommenu/index.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"cmeditor-mmode\">{lang_mode}</label></dt>\n      <dd><select name=\"mmode\" id=\"cmeditor-mmode\">\n            <option value=\"fixation\" {val_mode_fixation}>{lang_mode_fixation}</option>\n            <option value=\"variable\" {val_mode_variable}>{lang_mode_variable}</option>\n            <option value=\"php\" {val_mode_php}>{lang_mode_php}</option>\n          </select>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_mode_info}</div></dd>\n\n      <dt><label for=\"cmeditor-title_fixation\">{lang_title_fixation}</label></dt>\n      <dd><input type=\"text\" name=\"title_fixation\" id=\"cmeditor-title_fixation\" value=\"{val_title_fixation}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_title_fixation_info}</div></dd>\n\n      <dt><label for=\"cmeditor-title_variable\">{lang_title_variable}</label></dt>\n      <dd><input type=\"text\" name=\"title_variable\" id=\"cmeditor-title_variable\" value=\"{val_title_variable}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_title_variable_info}</div></dd>\n\n      <dt><label for=\"cmeditor-php_function\">{lang_php_function}</label></dt>\n      <dd><input type=\"text\" name=\"php_function\" id=\"cmeditor-php_function\" value=\"{val_php_function}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_php_function_info}</div></dd>\n\n      <dt><label for=\"cmeditor-is_enabled\">{lang_is_enabled}</label></dt>\n      <dd><input type=\"checkbox\" name=\"is_enabled\" id=\"cmeditor-is_enabled\" {val_is_enabled}{xhtml}></dd>\n\n      <dt><label for=\"cmeditor-url\">{lang_menuitemurl}</label></dt>\n      <dd><input type=\"text\" name=\"url\" id=\"cmeditor-url\" value=\"{val_menuitemurl}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_includehttp}</div></dd>\n\n      <dt><label for=\"cmeditor-mid\">{lang_menuitemid}</label></dt>\n      <dd><input type=\"text\" name=\"mid\" id=\"cmeditor-mid\" value=\"{val_mid}\" size=\"48\" class=\"size6\" {mid_readonly}{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_nospaces}</div></dd>\n\n      <dt><label>{lang_parentitemid}</label></dt>\n      <dd>{selpmid}</dd>\n\n      <dt><label for=\"cmeditor-class_name\">{lang_class_name}</label></dt>\n      <dd><input type=\"text\" name=\"class_name\" id=\"cmeditor-class_name\" value=\"{val_class_name}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_class_name_info}</div></dd>\n\n      <dt><label for=\"cmeditor-tid\">{lang_topic}</label></dt>\n      <dd><select name=\"tid\" id=\"cmeditor-tid\">\n              <option value=\"all\" {all_selected}>{lang_all}</option>\n              <option value=\"homeonly\" {homeonly_selected}>{lang_homeonly}</option>\n              {topic_options}\n          </select></dd>\n\n      <dt><label for=\"cmeditor-menuorder\">{lang_menuitemorder}</label></dt>\n      <dd><input type=\"text\" name=\"menuorder\" id=\"cmeditor-menuorder\" value=\"{val_menuorder}\" size=\"4\"{xhtml}>\n          <span class=\"pluginMediumText\"> 0 - 9999</span></dd>\n\n      <dt><label>{lang_menuitemtype}</label></dt>\n      <dd>{lang_type}</dd>\n\n      <dt><label for=\"cmeditor-icon_url\">{lang_icon_url}</label></dt>\n      <dd><input type=\"text\" name=\"icon_url\" id=\"cmeditor-icon_url\" value=\"{val_icon_url}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_icon_url_info}</div></dd>\n\n      <dt><label for=\"cmeditor-pattern\">{lang_pattern}</label></dt>\n      <dd><input type=\"text\" name=\"pattern\" id=\"cmeditor-pattern\" value=\"{val_pattern}\" size=\"48\" class=\"size6\"{xhtml}>\n          &nbsp;{lang_is_preg}:\n          <input type=\"checkbox\" name=\"is_preg\" {val_is_preg}{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_pattern_info}</div></dd>\n    </dl>\n\n    <fieldset>\n      <legend>{lang_accessrights}</legend>\n      <dl class=\"form_block\">\n        <dt>{lang_owner}</dt>\n        <dd>{owner_name}</dd>\n\n        <dt><label>{lang_group}</label></dt>\n        <dd>{group_dropdown}</dd>\n\n        <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n        <dd>{permissions_editor}</dd>\n        <dd class=\"description\">{lang_perm_key}</dd>\n        <dd class=\"description\">{lang_permissions_msg}</dd>\n      </dl>\n    </fieldset>\n\n    <div class=\"submit\">\n      <input type=\"submit\" name=\"mode\" value=\"{lang_save}\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" name=\"mode\" value=\"{lang_cancel}\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" name=\"mode\" value=\"{lang_delete}\" class=\"submit\" onclick=\"return confirm(\'{lang_confirm}\');\" {delete_disabled}{xhtml}>\n      <input type=\"hidden\" name=\"type\" value=\"{val_type}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_mid\" value=\"{val_old_mid}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n  </div>\n</form>\n','all_selected,delete_disabled,gltoken,gltoken_name,group_dropdown,homeonly_selected,lang_accessrights,lang_all,lang_cancel,lang_class_name,lang_class_name_info,lang_confirm,lang_delete,lang_group,lang_homeonly,lang_icon_url,lang_icon_url_info,lang_includehttp,lang_is_enabled,lang_is_preg,lang_menuitemid,lang_menuitemorder,lang_menuitemtype,lang_menuitemurl,lang_mode,lang_mode_fixation,lang_mode_info,lang_mode_php,lang_mode_variable,lang_nospaces,lang_owner,lang_parentitemid,lang_pattern,lang_pattern_info,lang_perm_key,lang_permissions,lang_permissions_msg,lang_php_function,lang_php_function_info,lang_save,lang_title_fixation,lang_title_fixation_info,lang_title_variable,lang_title_variable_info,lang_topic,lang_type,mid_readonly,owner_id,owner_name,permissions_editor,selpmid,site_admin_url,topic_options,val_class_name,val_icon_url,val_is_enabled,val_is_preg,val_menuitemurl,val_menuorder,val_mid,val_mode_fixation,val_mode_php,val_mode_variable,val_old_mid,val_pattern,val_php_function,val_title_fixation,val_title_variable,val_type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (106,'default','custommenu/custommenu.css','\n#navigation li a.selected {\n  background: #ededeb url(\'../images/css/menu_bg_active.png\') repeat-x 0 0;\n}\n\n#navigation li:hover {\n  position: relative;\n  z-index: 100;\n}\n\n#navigation li ul {\n  display: none;\n}\n\n#navigation li:hover > ul {\n  display: block;\n  position: absolute;\n  top: 30px;\n  left: -12px;\n  background-color: #F4F4F2;\n  width: 162px;\n  border: 1px solid #C7C7C7;\n  border-top: 1px solid #D7D7D7;\n  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n\n#navigation li ul a {\n  width: 142px;\n}\n\n#navigation li ul li a {\n  border-width: 0px;\n  border-bottom: 1px solid #D7D7D7;\n}\n\n#navigation ul ul li.last > a,\n#navigation ul ul li:last-child > a {\n  border-bottom: 0px;\n}\n\ndiv#container div#navigation > ul > li.last > a,\ndiv#container div#navigation > ul > li.last > a:link,\ndiv#container div#navigation > ul > li.last > a:visited {\n  border-right: 1px dotted #939490;\n}\n\ndiv#container div#navigation > ul > li:last-child > a,\ndiv#container div#navigation > ul > li:last-child > a:link,\ndiv#container div#navigation > ul > li:last-child > a:visited {\n  border-right: 1px dotted #939490;\n}\n\ndiv#container div#navigation > ul > li.menuitem ul li.menuitem a,\ndiv#container div#navigation > ul > li.menuitem ul li.menuitem a:link,\ndiv#container div#navigation > ul > li.menuitem ul li.menuitem a:visited {\n  border-left: 0px;\n}\n\n#navigation li:hover > ul li:hover ul {\n  top: -1px;\n  left: 150px;\n}\n\n/* ================================================================\nThis copyright notice must be untouched at all times.\n\nThe original version of this stylesheet and the associated (x)html\nis available at http://www.cssplay.co.uk/menus/simple_vertical.html\nCopyright (c) 2005-2007 Stu Nicholls. All rights reserved.\nThis stylesheet and the associated (x)html may be modified in any\nway to fit your requirements.\n=================================================================== */\n','');
INSERT INTO `bc_thm_contents`VALUES (107,'default','stats/itemstatistics.thtml','\n<!-- stats/itemstatistics.thtml { -->\n\n<table class=\"itemstatistics\">\n  <thead>\n    <tr>\n      <th>{item_label}</th>\n      <th>{stat_name}</th>\n    </tr>\n  </thead>\n\n  <tbody>\n    {stat_row}\n  </tbody>\n\n</table>\n\n<!-- } stats/itemstatistics.thtml -->\n','item_label,stat_name,stat_row');
INSERT INTO `bc_thm_contents`VALUES (108,'default','stats/sitestatistics.thtml','\n<!-- stats/sitestatistics.thtml { -->\n\n<table class=\"sitestatistics\">\n  <tbody>\n    <tr>\n      <th>{lang_totalhitstosystem}</th>\n      <td>{total_hits}</td>\n    </tr>\n    <tr>\n      <th>{lang_active_users}</th>\n      <td>{active_users}</td>\n    </tr>\n    <tr>\n      <th>{lang_stories_comments}</th>\n      <td>{total_stories}({total_comments})</td>\n    </tr>\n\n    {summary_row}\n  </tbody>\n\n</table>\n\n<!-- } stats/sitestatistics.thtml -->\n','active_users,lang_active_users,lang_stories_comments,lang_totalhitstosystem,summary_row,total_comments,total_hits,total_stories');
INSERT INTO `bc_thm_contents`VALUES (109,'default','stats/singlesummary.thtml','\n<!-- stats/singlesummary.thtml { -->\n\n    <tr>\n      <th>{item_text}</th>\n      <td>{item_stat}</td>\n    </tr>\n\n<!-- } stats/singlesummary.thtml -->\n','item_stat,item_text');
INSERT INTO `bc_thm_contents`VALUES (110,'default','stats/singlestat.thtml','\n<!-- stats/singlestat.thtml { -->\n\n    <tr>\n      <th><a href=\"{item_url}\">{item_text}</a></th>\n      <td>{item_stat}</td>\n    </tr>\n\n<!-- } stats/singlestat.thtml -->\n','item_stat,item_text,item_url');
INSERT INTO `bc_thm_contents`VALUES (111,'default','users/registrationform.thtml','\n<!-- users/registrationform.thtml { -->\n\n{start_block}\n  <form action=\"{site_url}/users.php\" method=\"post\" id=\"registrationform\" class=\"compact\">\n    <fieldset>\n      <legend>{lang_register}</legend>\n\n      <p class=\"message\">{lang_instructions}</p>\n\n      <dl>\n        <dt><label for=\"registrationform-username\">{lang_username}</label></dt>\n        <dd><input type=\"text\" size=\"16\" maxlength=\"16\" name=\"username\" value=\"{username}\" id=\"registrationform-username\" class=\"text\"{xhtml}></dd>\n        <dt><label for=\"registrationform-email\">{lang_email}</label></dt>\n        <dd><input type=\"text\" size=\"32\" maxlength=\"96\" name=\"email\" value=\"{email}\" id=\"registrationform-email\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"registrationform-email_conf\">{lang_email_conf}</label></dt>\n        <dd><input type=\"text\" size=\"32\" maxlength=\"96\" name=\"email_conf\" value=\"{email_conf}\" id=\"registrationform-email_conf\" class=\"text\"{xhtml}></dd>\n\n        <dd class=\"description\">{lang_warning}</dd>\n      </dl>\n\n      {captcha}\n\n      <ul class=\"submit\">\n        <li>\n          <input type=\"hidden\" name=\"mode\" value=\"create\"{xhtml}>\n          <input type=\"submit\" value=\"{lang_register}\" class=\"submit\"{xhtml}>\n        </li>\n      </ul>\n    </fieldset>\n  </form>                               \n{end_block}\n\n<!-- } users/registrationform.thtml -->\n','captcha,email,email_conf,end_block,lang_email,lang_email_conf,lang_instructions,lang_register,lang_username,lang_warning,site_url,start_block,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (112,'default','users/services.thtml','\n<!-- users/services.thtml { -->\n\n{select_service}\n<label for=\"service\">{lang_service}</label>\n\n<!-- } users/services.thtml -->\n','lang_service,select_service');
INSERT INTO `bc_thm_contents`VALUES (113,'default','users/getpasswordform.thtml','\n<!-- users/getpasswordform.thtml { -->\n\n{start_block_forgetpassword}\n  <form action=\"{site_url}/users.php\" method=\"post\" id=\"getpasswordform\" class=\"compact\">\n\n    <div class=\"user_basic\">\n\n      <p class=\"message\">{lang_instructions}</p>\n\n      <dl>\n        <dt><label for=\"getpasswordform-username\">{lang_username}</label></dt>\n        <dd><input type=\"text\" size=\"16\" maxlength=\"16\" name=\"username\" id=\"getpasswordform-username\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"getpasswordform-email\">{lang_email}</label></dt>\n        <dd><input type=\"text\" size=\"32\" maxlength=\"96\" name=\"email\" id=\"getpasswordform-email\" class=\"text\"{xhtml}></dd>\n      </dl>\n\n      <ul class=\"submit\">\n        <li>\n          <input type=\"hidden\" name=\"mode\" value=\"emailpasswd\"{xhtml}>\n          <input type=\"submit\" value=\"{lang_emailpassword}\" class=\"submit\"{xhtml}>\n        </li>\n      </ul>\n    </div>\n\n  </form>\n{end_block}\n\n<!-- } users/getpasswordform.thtml -->\n','end_block,lang_email,lang_emailpassword,lang_instructions,lang_username,site_url,start_block_forgetpassword,xhtml');
INSERT INTO `bc_thm_contents`VALUES (114,'default','users/storyrow.thtml','\n<!-- users/storyrow.thtml { -->\n\n<p class=\"storyrow\">{row_number}{story_title}{story_date}</p>\n\n<!-- } users/storyrow.thtml -->\n','row_number,story_date,story_title');
INSERT INTO `bc_thm_contents`VALUES (115,'default','users/commentrow.thtml','\n<!-- users/commentrow.thtml { -->\n\n<p class=\"commentrow\">{row_number}{comment_title}{comment_date}</p>\n\n<!-- } users/commentrow.thtml -->\n','comment_date,comment_title,row_number');
INSERT INTO `bc_thm_contents`VALUES (116,'default','users/newpassword.thtml','\n<!-- users/newpassword.thtml { -->\n\n<form action=\"{site_url}/users.php\" method=\"post\" id=\"newpassword\" class=\"compact\">\n  <fieldset>\n    <legend>{lang_setnewpwd}</legend>\n\n    <p class=\"message\">{lang_explain}</p>\n\n    <dl>\n      <dt>{lang_username}</dt>\n      <dd>{user_name}</dd>\n\n      <dt><label for=\"newpassword-passwd\">{lang_newpassword}</label></dt>\n      <dd><input type=\"password\" size=\"16\" name=\"passwd\" id=\"newpassword-passwd\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"newpassword-passwd_conf\">{lang_newpassword_conf}</label></dt>\n      <dd><input type=\"password\" size=\"16\" name=\"passwd_conf\" id=\"newpassword-passwd_conf\" class=\"text\"{xhtml}></dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"mode\" value=\"setnewpwd\"{xhtml}>\n        <input type=\"hidden\" name=\"uid\" value=\"{user_id}\"{xhtml}>\n        <input type=\"hidden\" name=\"rid\" value=\"{request_id}\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_setnewpwd}\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </fieldset>\n</form>\n\n<!-- } users/newpassword.thtml -->\n','lang_explain,lang_newpassword,lang_newpassword_conf,lang_setnewpwd,lang_username,request_id,site_url,user_id,user_name,xhtml');
INSERT INTO `bc_thm_contents`VALUES (117,'default','users/loginform.thtml','\n<!-- users/loginform.thtml { -->\n\n{start_block_loginagain}\n<div class=\"login-wrapper {remote_login_class}\">\n  <div class=\"standard-login-panel {remote_login_class}\">\n    <form action=\"{site_url}/users.php\" method=\"post\" id=\"userloginform\" class=\"compact\">\n      <fieldset>\n        <legend>{lang_login}</legend>\n\n        <p class=\"message\">{lang_message}</p>\n\n          <input type=\"text\" size=\"16\" name=\"loginname\" id=\"loginform-loginname\" class=\"text\"{xhtml}>        \n          <label for=\"loginform-loginname\">{lang_username}</label>\n          <div style=\"clear:both\"></div>\n          {services}\n          <div style=\"clear:both\"></div>\n          <input type=\"password\" size=\"16\" name=\"passwd\" id=\"loginform-passwd\" class=\"text\"{xhtml}>\n          <label for=\"loginform-passwd\">{lang_password}</label>\n          <div style=\"clear:both\"></div>\n          <input type=\"submit\" value=\"{lang_login}\" class=\"submit\"{xhtml}>\n          <div style=\"clear:both\"></div>\n\n        <ul class=\"navi\">\n          <li>{lang_newreglink}</li>\n          <li><a href=\"{site_url}/users.php?mode=getpassword\" rel=\"nofollow\">{lang_forgetpassword}</a></li>\n        </ul>\n     </fieldset>\n    </form>\n  </div>\n  <div class=\"remote-login-panel {remote_login_class}\">\n    <fieldset>\n      <legend>{lang_remote_login}</legend>\n      <p class=\"message\">{lang_remote_login_desc}</p>\n        <div class=\"wrapper\">\n          {oauth_login}\n          {openid_login}\n        </div>\n     </fieldset>\n  </div>\n  <div style=\"clear:both\"></div>\n</div>\n{end_block}\n\n<!-- } users/loginform.thtml -->\n','end_block,lang_forgetpassword,lang_login,lang_message,lang_newreglink,lang_password,lang_remote_login,lang_remote_login_desc,lang_username,oauth_login,openid_login,remote_login_class,services,site_url,start_block_loginagain,xhtml');
INSERT INTO `bc_thm_contents`VALUES (118,'default','users/email.thtml','    <dt>{lang_email}</dt>\n    <dd><a href=\"{site_url}/profiles.php?uid={user_id}\">{lang_sendemail}</a></dd>','lang_email,lang_sendemail,site_url,user_id');
INSERT INTO `bc_thm_contents`VALUES (119,'default','users/profile.thtml','\n<!-- users/profile.thtml { -->\n\n{start_block_userprofile}\n  <dl id=\"profile-userprofile\">\n    <dt>{lang_username}</dt>\n    <dd>{username}&nbsp;{user_fullname}{edit_link}</dd>\n    <dd id=\"profile-user_photo\">{user_photo}</dd>\n\n    <dt>{lang_membersince}</dt>\n    <dd>{user_regdate}</dd>\n\n    {email_option}\n\n    <dt>{lang_homepage}</dt>\n    <dd><a href=\"{user_homepage}\">{user_homepage}</a></dd>\n\n    <dt>{lang_location}</dt>\n    <dd>{user_location}</dd>\n\n    <dt>{lang_bio}</dt>\n    <dd>{user_bio}</dd>\n\n    <dt>{lang_pgpkey}</dt>\n    <dd>{user_pgp}</dd>\n  </dl>\n{end_block}\n\n{start_block_last10stories}\n  {story_row}\n{end_block}\n\n{start_block_last10comments}\n  {comment_row}\n{end_block}\n\n{start_block_postingstats}\n  <dl id=\"profile-postingstats\">\n    <dt>{lang_number_stories}</dt>\n    <dd>{number_stories}</dd>\n\n    <dt>{lang_number_comments}</dt>\n    <dd>{number_comments}</dd>\n  </dl>\n\n  <ul id=\"profile-all_postings_by\">\n    <li><a href=\"{site_url}/search.php?type=all&amp;author={user_id}&amp;mode=search\">{lang_all_postings_by}</a></li>\n  </ul>\n{end_block}\n\n<!-- } users/profile.thtml -->\n','comment_row,edit_link,email_option,end_block,lang_all_postings_by,lang_bio,lang_homepage,lang_location,lang_membersince,lang_number_comments,lang_number_stories,lang_pgpkey,lang_username,number_comments,number_stories,site_url,start_block_last10comments,start_block_last10stories,start_block_postingstats,start_block_userprofile,story_row,user_bio,user_fullname,user_homepage,user_id,user_location,user_pgp,user_photo,user_regdate,username');
INSERT INTO `bc_thm_contents`VALUES (120,'default','featuredstorybodytext.thtml','\n<!-- featuredstorybodytext.thtml { -->\n\n\n<!-- } featuredstorybodytext.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (121,'default','loginform_openid.thtml','\n<!-- loginform_openid.thtml { -->\n<form class=\"third-party-login\" action=\"{site_url}/users.php?openid_login=1\" method=\"post\">\n  <div>\n    <div style=\"display: none;\">\n      <!-- this is revealed by login.js -->\n      <img alt=\"\" src=\"{site_url}/images/openid_login_icon.png\"{xhtml}>\n      <input value=\"{lang_openid_login}\" type=\"submit\" class=\"submit\"{xhtml}>\n    </div>\n    <noscript>\n      <label for=\"identity_url\">{lang_openid_login}</label><br{xhtml}>\n      <input name=\"identity_url\" id=\"identity_url\" style=\'background: url(\"{site_url}/images/openid_login_icon.png\") no-repeat;background-color:#fff;background-position:0 50%;color:#000;padding-left:18px;font-family:monospace;font-size:10px\' value=\"http://\" size=\"{input_field_size}\"{xhtml}>\n      <input src=\"{site_url}/images/right_arrow.png\" style=\"padding:1px;margin-bottom:-5px;height:16px;width:16px;border:1px\" type=\"image\"{xhtml}>\n    </noscript>\n  </div>\n</form>\n<!-- } loginform_openid.thtml -->\n','input_field_size,lang_openid_login,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (122,'default','footer.thtml','\n<!-- footer.thtml { -->\n          </div>\n        </div>\n        <!--[if !IE]> Using conditional comments to avoid Win IE 6 bugs <![endif]-->\n        <!--[if !IE]> (When combined with multiple floating elements, floating bug duplicate last element content) <![endif]-->\n        <!--[if !IE]> } #centerblocks <![endif]-->\n\n        {right_blocks}\n      </div>\n      <!-- } #wrapper -->\n\n      <hr class=\"separator\"{xhtml}>\n\n      <!-- #footer { -->\n      <div id=\"footer\">\n        <div id=\"footer-content\">\n        <ul class=\"copyright\">\n          <li class=\"copyright_notice\"><address>{copyright_notice}</address></li>\n        </ul>\n        <ul class=\"site_info\">\n          <li class=\"powered_by\">{powered_by}&nbsp;<a href=\"http://www.geeklog.net/\">Geeklog</a></li>\n          <!-- Theme by Fumito Arakawa as Phize (http://phize.net/) -->\n          <li class=\"execution_textandtime\">{execution_textandtime}</li>\n        </ul>\n        </div>\n        <div style=\"clear: both;\"></div>\n      </div>\n      <!-- } #footer -->\n\n    </div>\n    <!-- } #container -->\n\n    {plg_footercode} \n    \n    <!-- Depending on the situation, HTML body element\'s class attribute to specify a value by JavaScript\n       The argument from the left, the right block container, the middle block left the right block id attribute value -->\n    <script type=\"text/javascript\">\n    <!--\n    FixHTML(\'leftblocks\', \'centerblocks\', \'rightblocks\');\n    -->\n    </script>    \n\n<!-- } footer.thtml -->\n\n  </body>\n</html>\n','copyright_notice,execution_textandtime,plg_footercode,powered_by,right_blocks,xhtml');
INSERT INTO `bc_thm_contents`VALUES (123,'default','menuitem.thtml','\n<!-- menuitem.thtml { -->\n\n      <li class=\"menuitem\"><a href=\"{menuitem_url}\">{menuitem_text}</a></li>\n\n<!-- } menuitem.thtml -->\n','menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (124,'default','menuitem_last.thtml','\n<!-- menuitem_last.thtml { -->\n\n      <li class=\"menuitem last-child\"><a href=\"{menuitem_url}\">{menuitem_text}</a></li>\n\n<!-- } menuitem_last.thtml -->\n','menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (125,'default','preferences/excludeblock.thtml','\n<!-- preferences/excludeblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_exclude_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_excluded_items_title}</dt>\n    <dd>{lang_excluded_items}</dd>\n  </dl>\n\n  <dl>\n    <dt>{lang_topics}</dt>\n    <dd>{exclude_topic_checklist}</dd>\n\n    <dt>{lang_authors}</dt>\n    <dd>{exclude_author_checklist}</dd>\n  </dl>\n</fieldset>\n\n<!-- } preferences/excludeblock.thtml -->\n','exclude_author_checklist,exclude_topic_checklist,lang_authors,lang_exclude_title,lang_excluded_items,lang_excluded_items_title,lang_topics');
INSERT INTO `bc_thm_contents`VALUES (126,'default','preferences/theme.thtml','\n<!-- preferences/theme.thtml { -->\n\n<dt><label for=\"theme\">{lang_theme}</label></dt>\n<dd>{theme_selector}</dd>\n\n<!-- } preferences/theme.thtml -->\n','lang_theme,theme_selector');
INSERT INTO `bc_thm_contents`VALUES (127,'default','preferences/password.thtml','      <dt><label for=\"profile-passwd\">{lang_password}</label></dt>\n      <dd><input type=\"password\" size=\"32\" maxlength=\"32\" value=\"{password_value}\" name=\"passwd\" id=\"profile-passwd\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_password_text}</dd>\n\n      <dt><label for=\"profile-passwd_conf\">{lang_password_conf}</label></dt>\n      <dd><input type=\"password\" size=\"32\" maxlength=\"32\" value=\"{password_value}\" name=\"passwd_conf\" id=\"profile-passwd_conf\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_password_text_conf}</dd>\n','lang_password,lang_password_conf,lang_password_text,lang_password_text_conf,password_value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (128,'default','preferences/commentblock.thtml','\n<!-- preferences/commentblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_comment_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_comment_help_title}</dt>\n    <dd><ul>{lang_comment_help}</ul></dd>\n  </dl>\n\n  <dl>\n    <dt><label for=\"commentmode\">{lang_displaymode}</label></dt>\n    <dd>{displaymode_selector}</dd>\n\n    <dt><label for=\"commentorder\">{lang_sortorder}</label></dt>\n    <dd>{sortorder_selector}</dd>\n\n    <dt><label for=\"commentlimit\">{lang_commentlimit}</label></dt>\n    <dd><input type=\"text\" size=\"5\" maxlength=\"5\" value=\"{commentlimit_value}\" name=\"commentlimit\" id=\"commentlimit\" class=\"text\"{xhtml}></dd>\n  </dl>\n</fieldset>\n\n<!-- } preferences/commentblock.thtml -->\n','commentlimit_value,displaymode_selector,lang_comment_help,lang_comment_help_title,lang_comment_title,lang_commentlimit,lang_displaymode,lang_sortorder,sortorder_selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (129,'default','preferences/username.thtml','\n<!-- preferences/username.thtml { -->\n\n<dt><label for=\"profile-new_username\">{lang_username}</label></dt>\n<dd><input type=\"text\" size=\"16\" maxlength=\"16\" value=\"{new_username_value}\" name=\"new_username\" id=\"profile-new_username\" class=\"text\"{xhtml}></dd>\n<dd class=\"description\">{lang_username_text}</dd>\n\n<!-- } preferences/username.thtml -->\n','lang_username,lang_username_text,new_username_value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (130,'default','preferences/boxesblock.thtml','\n<!-- preferences/boxesblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_boxes_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_boxes_help_title}</dt>\n    <dd>{lang_boxes}</dd>\n  </dl>\n\n    {boxes_checklist}\n</fieldset>\n\n<!-- } preferences/boxesblock.thtml -->\n','boxes_checklist,lang_boxes,lang_boxes_help_title,lang_boxes_title');
INSERT INTO `bc_thm_contents`VALUES (131,'default','preferences/displayblock.thtml','\n<!-- preferences/displayblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_misc_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_misc_help_title}</dt>\n    <dd><ul>{lang_misc_help}</ul></dd>\n  </dl>\n\n  <dl>\n    {language_selection}\n    {theme_selection}\n\n    <dt><label for=\"displayprefs-noicons\">{lang_noicons}</label></dt>\n    <dd><input type=\"checkbox\" {noicons_checked} name=\"noicons\" id=\"displayprefs-noicons\" class=\"text\"{xhtml}>{lang_noicons_text}</dd>\n\n    <dt><label for=\"displayprefs-noboxes\">{lang_noboxes}</label></dt>\n    <dd><input type=\"checkbox\" {noboxes_checked} name=\"noboxes\" id=\"displayprefs-noboxes\" class=\"text\"{xhtml}>{lang_noboxes_text}</dd>\n\n    <dt><label for=\"displayprefs-maxstories\">{lang_maxstories}</label></dt>\n    <dd><input type=\"text\" size=\"3\" maxlength=\"3\" value=\"{maxstories_value}\" name=\"maxstories\" id=\"displayprefs-maxstories\" class=\"text\"{xhtml}></dd>\n\n    {advanced_editor_option}\n\n    <dt><label for=\"tzid\">{lang_timezone}</label></dt>\n    <dd>{timezone_selector}</dd>\n\n    <dt><label for=\"dfid\">{lang_dateformat}</label></dt>\n    <dd>{dateformat_selector}</dd>\n  </dl>\n</fieldset>\n\n<!-- } preferences/displayblock.thtml -->\n','advanced_editor_option,dateformat_selector,lang_dateformat,lang_maxstories,lang_misc_help,lang_misc_help_title,lang_misc_title,lang_noboxes,lang_noboxes_text,lang_noicons,lang_noicons_text,lang_timezone,language_selection,maxstories_value,noboxes_checked,noicons_checked,theme_selection,timezone_selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (132,'default','preferences/displayprefs.thtml','\n<!-- preferences/displayprefs.thtml { -->\n\n<div id=\"pe_layout\" class=\"jsenabled_hide\">\n  {display_block}\n  {comment_block}\n</div>\n\n<div id=\"pe_content\" class=\"jsenabled_hide\">\n  {exclude_block}\n  {digest_block}\n  {boxes_block}\n</div>\n\n<div id=\"pe_privacy\" class=\"jsenabled_hide\">\n  {privacy_block}\n</div>\n\n<!-- } preferences/displayprefs.thtml -->\n','boxes_block,comment_block,digest_block,display_block,exclude_block,privacy_block');
INSERT INTO `bc_thm_contents`VALUES (133,'default','preferences/editor.thtml','\n<!-- preferences/editor.thtml { -->\n\n    <dt><label for=\"advanced_editor\">{lang_advanced_editor}</label></dt>\n    <dd><input type=\"checkbox\" id=\"advanced_editor\" name=\"advanced_editor\" {advanced_editor_checked}{xhtml}>FCKeditor</dd>\n\n<!-- } preferences/editor.thtml -->\n','advanced_editor_checked,lang_advanced_editor,xhtml');
INSERT INTO `bc_thm_contents`VALUES (134,'default','preferences/deleteaccount.thtml','\n<!-- preferences/deleteaccount.thtml { -->\n\n<dl class=\"notes\">\n  <dt>{lang_deleteaccount}</dt>\n  <dd>{delete_text}</dd>\n</dl>\n\n<dl>\n  <dt><label for=\"deleteaccount-submit\">{lang_deleteoption}</label></dt>\n  <dd>\n    <input type=\"hidden\" name=\"mode\" value=\"{delete_mode}\"{xhtml}>\n    <input type=\"hidden\" name=\"account_id\" value=\"{account_id}\"{xhtml}>\n    <input type=\"submit\" name=\"btnsubmit\" value=\"{lang_button_delete}\" id=\"deleteaccount-submit\" class=\"submit\"{xhtml}>\n  </dd>\n</dl>\n\n<!-- } preferences/deleteaccount.thtml -->\n','account_id,delete_mode,delete_text,lang_button_delete,lang_deleteaccount,lang_deleteoption,xhtml');
INSERT INTO `bc_thm_contents`VALUES (135,'default','preferences/digestblock.thtml','\n<!-- preferences/digestblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_digest_top_header}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_digest_help_header}</dt>\n    <dd>{lang_emailedtopics}</dd>\n  </dl>\n\n  <p class=\"checklist\">\n    {email_topic_checklist}\n  </p>\n</fieldset>\n\n<!-- } preferences/digestblock.thtml -->\n','email_topic_checklist,lang_digest_help_header,lang_digest_top_header,lang_emailedtopics');
INSERT INTO `bc_thm_contents`VALUES (136,'default','preferences/current_password.thtml','      <dt><label for=\"profile-old_passwd\">{lang_old_password}</label></dt>\n      <dd><input type=\"password\" size=\"32\" maxlength=\"32\" value=\"\" name=\"old_passwd\" id=\"profile-old_passwd\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_old_password_text}</dd>\n','lang_old_password,lang_old_password_text,xhtml');
INSERT INTO `bc_thm_contents`VALUES (137,'default','preferences/language.thtml','\n<!-- preferences/language.thtml { -->\n\n<dt><label for=\"language\">{lang_language}</label></dt>\n<dd>{language_selector}</dd>\n\n<!-- } preferences/language.thtml -->\n','lang_language,language_selector');
INSERT INTO `bc_thm_contents`VALUES (138,'default','preferences/privacyblock.thtml','<!-- preferences/privacyblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_privacy_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_privacy_help_title}</dt>\n    <dd>{lang_privacy_help}</dd>\n  </dl>\n\n  <dl>\n    <dt><label for=\"displayprefs-emailfromuser\">{lang_emailfromuser}</label></dt>\n    <dd><input type=\"checkbox\" {emailfromuser_checked} name=\"emailfromuser\" id=\"displayprefs-emailfromuser\"{xhtml}>{lang_emailfromuser_text}</dd>\n\n    <dt><label for=\"displayprefs-emailfromadmin\">{lang_emailfromadmin}</label></dt>\n    <dd><input type=\"checkbox\" {emailfromadmin_checked} name=\"emailfromadmin\" id=\"displayprefs-emailfromadmin\"{xhtml}>{lang_emailfromadmin_text}</dd>\n\n    <dt><label for=\"displayprefs-showonline\">{lang_showonline}</label></dt>\n    <dd><input type=\"checkbox\" {showonline_checked} name=\"showonline\" id=\"displayprefs-showonline\"{xhtml}>{lang_showonline_text}</dd>\n  </dl>\n</fieldset>\n\n<!-- } preferences/privacyblock.thtml -->\n','emailfromadmin_checked,emailfromuser_checked,lang_emailfromadmin,lang_emailfromadmin_text,lang_emailfromuser,lang_emailfromuser_text,lang_privacy_help,lang_privacy_help_title,lang_privacy_title,lang_showonline,lang_showonline_text,showonline_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (139,'default','preferences/profile.thtml','\n<!-- preferences/profile.thtml { -->\n\n{noscript}\n\n<div id=\"pe_navbar\" style=\"display:none\">\n{navbar}\n</div>\n\n<div id=\"pe_preview\" class=\"jsenabled_hide\" style=\"display:none;\">\n  <fieldset>\n    <legend>{lang_preview_title}</legend>\n    {preview}\n  </fieldset>\n</div>\n\n<form action=\"{site_url}/usersettings.php\" method=\"post\" {enctype} id=\"profile\" class=\"linear\">\n\n<div id=\"pe_namepass\" class=\"jsenabled_show\">\n  <fieldset>\n    <legend>{lang_name_legend}</legend>\n\n    <dl>\n      {username_option}\n\n      <dt><label for=\"profile-fullname\">{lang_fullname}</label></dt>\n      <dd><input type=\"text\" size=\"60\" maxlength=\"80\" value=\"{fullname_value}\" name=\"fullname\" id=\"profile-fullname\" class=\"text\"{xhtml}></dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_password_email_legend}</legend>\n\n    <dl class=\"notes\">\n      <dt>{lang_password_help_title}</dt>\n      <dd>{lang_password_help}</dd>\n      <dd><strong>{lang_enter_current_password}</strong></dd>\n    </dl>\n\n    <dl>\n      {password_option}\n      \n      {resynch_option}      \n\n      <dt><label for=\"cooktime\">{lang_cooktime}</label></dt>\n      <dd>{cooktime_selector}</dd>\n\n      <dt><label for=\"profile-email\">{lang_email}</label></dt>\n      <dd><input type=\"text\" size=\"60\" maxlength=\"96\" value=\"{email_value}\" name=\"email\" id=\"profile-email\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_email_text}</dd>\n\n      <dt><label ','cooktime_selector,email_value,enctype,fullname_value,lang_cooktime,lang_email,lang_email_text,lang_enter_current_password,lang_fullname,lang_name_legend,lang_password_email_legend,lang_password_help,lang_password_help_title,lang_preview_title,navbar,noscript,password_option,preview,resynch_option,site_url,username_option,xhtml');
INSERT INTO `bc_thm_contents`VALUES (140,'default','preferences/userphoto.thtml','\n<!-- preferences/userphoto.thtml { -->\n\n<dt><label for=\"profile-photo\">{lang_userphoto}</label></dt>\n<dd><input type=\"file\" name=\"photo\" id=\"profile-photo\"{xhtml}></dd>\n<dd id=\"userphoto-photo\" class=\"description\">{lang_userphoto_text}{display_photo}<br{xhtml}>{photo_max_dimensions}</dd>\n\n<!-- } preferences/userphoto.thtml -->\n','display_photo,lang_userphoto,lang_userphoto_text,photo_max_dimensions,xhtml');
INSERT INTO `bc_thm_contents`VALUES (141,'default','preferences/resynch.thtml','\n<!-- preferences/resynch.thtml { -->\n\n      <dt><label for=\"profile-resynch\">{lang_resynch}</label></dt>\n      <dd><input type=\"checkbox\" {resynch_checked} name=\"resynch\" id=\"profile-resynch\"{xhtml}></dd>\n      <dd class=\"description\">{lang_resynch_text}</dd>\n\n<!-- } preferences/resynch.thtml -->\n','lang_resynch,lang_resynch_text,resynch_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (142,'default','header.thtml','{doctype}\n<html{html_attribute}{xmlns}>\n  <head profile=\"http://www.w3.org/2003/g/data-view\">\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"{xhtml}>\n    <title>{page_title_and_site_name}</title>\n\n    <meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\"{xhtml}>\n    <meta http-equiv=\"Content-Style-Type\" content=\"text/css\"{xhtml}>\n    <meta http-equiv=\"imagetoolbar\" content=\"no\"{xhtml}>\n    <link rel=\"SHORTCUT ICON\" href=\"{layout_url}/images/favicon.ico\"{xhtml}>\n    <!-- <meta http-equiv=\"Pragma\" content=\"no-cache\"{xhtml}> -->\n    <link rel=\"start contents\" href=\"{site_url}\"{xhtml}>\n{feed_url}\n{rel_links}\n{plg_headercode}\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/ads.js\"></script>\n\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shCore.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushCpp.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushCSharp.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushCss.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushDelphi.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushDiff.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushJScript.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPhp.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPerl.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPhp.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPlain.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPowerShell.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushSql.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushVb.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushXml.js\"></script>\n    <script type=\"text/javascript\">SyntaxHighlighter.all();</script>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"{site_url}/javascript/sh/shCore.css\">\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"{site_url}/javascript/sh/shThemeDefault.css\" id=\"css-ch\">\n\n<!-- ','\n  (i[r].q=i[r].q||[]).push(arguments),breadcrumb_trail,datetime,direction,doctype,feed_url,html_attribute,layout_columns,layout_url,left_blocks,menu_elements,page_title_and_site_name,plg_headercode,rel_links,site_logo,site_name,site_slogan,site_url,welcome_msg_jp,xhtml,xmlns');
INSERT INTO `bc_thm_contents`VALUES (143,'default','blockfooter-left.thtml','\n<!-- blockfooter-left.thtml { -->\n\n      </div>\n    </div>\n\n<!-- } blockfooter-left.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (144,'default','storybodytext.thtml','\n<!-- storybodytext.thtml { -->\n\n\n<!-- } storybodytext.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (145,'default','blockservices.thtml','\n<!-- blockservices.thtml { -->\n\n<dt><label for=\"service\">{lang_service}</label></dt>\n<dd>{select_service}</dd>\n\n<!-- } blockservices.thtml -->\n','lang_service,select_service');
INSERT INTO `bc_thm_contents`VALUES (146,'default','archivestorybodytext.thtml','\n<!-- archivestorybodytext.thtml { -->\n\n\n<!-- } archivestorybodytext.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (147,'default','jquery_ui/jquery.ui.spinner.css','/*!\n * jQuery UI Spinner 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Spinner#theming\n */\n.ui-spinner {\n	position: relative;\n	display: inline-block;\n	overflow: hidden;\n	padding: 0;\n	vertical-align: middle;\n}\n.ui-spinner-input {\n	border: none;\n	background: none;\n	color: inherit;\n	padding: 0;\n	margin: .2em 0;\n	vertical-align: middle;\n	margin-left: .4em;\n	margin-right: 22px;\n}\n.ui-spinner-button {\n	width: 16px;\n	height: 50%;\n	font-size: .5em;\n	padding: 0;\n	margin: 0;\n	text-align: center;\n	position: absolute;\n	cursor: default;\n	display: block;\n	overflow: hidden;\n	right: 0;\n}\n/* more specificity required here to overide default borders */\n.ui-spinner a.ui-spinner-button {\n	border-top: none;\n	border-bottom: none;\n	border-right: none;\n}\n/* vertical centre icon */\n.ui-spinner .ui-icon {\n	position: absolute;\n	margin-top: -8px;\n	top: 50%;\n	left: 0;\n}\n.ui-spinner-up {\n	top: 0;\n}\n.ui-spinner-down {\n	bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n	/* need to fix icons sprite */\n	background-position: -65px -16px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (148,'default','jquery_ui/jquery.ui.autocomplete.css','/*!\n * jQuery UI Autocomplete 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Autocomplete#theming\n */\n.ui-autocomplete {\n	position: absolute;\n	top: 0;\n	left: 0;\n	cursor: default;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (149,'default','jquery_ui/jquery.ui.datepicker.css','/*!\n * jQuery UI Datepicker 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Datepicker#theming\n */\n.ui-datepicker {\n	width: 17em;\n	padding: .2em .2em 0;\n	display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n	position: relative;\n	padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n	position: absolute;\n	top: 2px;\n	width: 1.8em;\n	height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n	top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n	left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n	right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n	left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n	right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n	display: block;\n	position: absolute;\n	left: 50%;\n	margin-left: -8px;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n	margin: 0 2.3em;\n	line-height: 1.8em;\n	text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n	font-size: 1em;\n	margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month-year {\n	width: 100%;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n	width: 49%;\n}\n.ui-datepicker table {\n	width: 100%;\n	font-size: .9em;\n	border-collapse: collapse;\n	margin: 0 0 .4em;\n}\n.ui-datepicker th {\n	padding: .7em .3em;\n	text-align: center;\n	font-weight: bold;\n	border: 0;\n}\n.ui-datepicker td {\n	border: 0;\n	padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n	display: block;\n	padding: .2em;\n	text-align: right;\n	text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n	background-image: none;\n	margin: .7em 0 0 0;\n	padding: 0 .2em;\n	border-left: 0;\n	border-right: 0;\n	border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n	float: right;\n	margin: .5em .2em .4em;\n	cursor: pointer;\n	padding: .2em .6em .3em .6em;\n	width: auto;\n	overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n	float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n	width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n	float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n	width: 95%;\n	margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n	width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n	width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n	width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n	border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n	clear: left;\n}\n.ui-datepicker-row-break {\n	clear: both;\n	width: 100%;\n	font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n	direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n	right: 2px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n	left: 2px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n	right: 1px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n	left: 1px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n	clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n	float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n	float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n	border-right-width: 0;\n	border-left-width: 1px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (150,'default','jquery_ui/jquery.ui.accordion.css','/*!\n * jQuery UI Accordion 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Accordion#theming\n */\n.ui-accordion .ui-accordion-header {\n	display: block;\n	cursor: pointer;\n	position: relative;\n	margin-top: 2px;\n	padding: .5em .5em .5em .7em;\n	min-height: 0; /* support: IE7 */\n}\n.ui-accordion .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-noicons {\n	padding-left: .7em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n	position: absolute;\n	left: .5em;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n	padding: 1em 2.2em;\n	border-top: 0;\n	overflow: auto;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (151,'default','jquery_ui/jquery.ui.dialog.css','/*!\n * jQuery UI Dialog 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Dialog#theming\n */\n.ui-dialog {\n	position: absolute;\n	top: 0;\n	left: 0;\n	padding: .2em;\n	outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n	padding: .4em 1em;\n	position: relative;\n}\n.ui-dialog .ui-dialog-title {\n	float: left;\n	margin: .1em 0;\n	white-space: nowrap;\n	width: 90%;\n	overflow: hidden;\n	text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n	position: absolute;\n	right: .3em;\n	top: 50%;\n	width: 21px;\n	margin: -10px 0 0 0;\n	padding: 1px;\n	height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n	position: relative;\n	border: 0;\n	padding: .5em 1em;\n	background: none;\n	overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n	text-align: left;\n	border-width: 1px 0 0 0;\n	background-image: none;\n	margin-top: .5em;\n	padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n	float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n	margin: .5em .4em .5em 0;\n	cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n	width: 12px;\n	height: 12px;\n	right: -5px;\n	bottom: -5px;\n	background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n	cursor: move;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (152,'default','jquery_ui/jquery.ui.base.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming\n */\n@import url(\"jquery.ui.core.css\");\n\n@import url(\"jquery.ui.accordion.css\");\n@import url(\"jquery.ui.autocomplete.css\");\n@import url(\"jquery.ui.button.css\");\n@import url(\"jquery.ui.datepicker.css\");\n@import url(\"jquery.ui.dialog.css\");\n@import url(\"jquery.ui.menu.css\");\n@import url(\"jquery.ui.progressbar.css\");\n@import url(\"jquery.ui.resizable.css\");\n@import url(\"jquery.ui.selectable.css\");\n@import url(\"jquery.ui.slider.css\");\n@import url(\"jquery.ui.spinner.css\");\n@import url(\"jquery.ui.tabs.css\");\n@import url(\"jquery.ui.tooltip.css\");\n','');
INSERT INTO `bc_thm_contents`VALUES (153,'default','jquery_ui/jquery.ui.slider.css','/*!\n * jQuery UI Slider 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Slider#theming\n */\n.ui-slider {\n	position: relative;\n	text-align: left;\n}\n.ui-slider .ui-slider-handle {\n	position: absolute;\n	z-index: 2;\n	width: 1.2em;\n	height: 1.2em;\n	cursor: default;\n}\n.ui-slider .ui-slider-range {\n	position: absolute;\n	z-index: 1;\n	font-size: .7em;\n	display: block;\n	border: 0;\n	background-position: 0 0;\n}\n\n/* For IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n	filter: inherit;\n}\n\n.ui-slider-horizontal {\n	height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n	top: -.3em;\n	margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n	top: 0;\n	height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n	left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n	right: 0;\n}\n\n.ui-slider-vertical {\n	width: .8em;\n	height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n	left: -.3em;\n	margin-left: 0;\n	margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n	left: 0;\n	width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n	bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n	top: 0;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (154,'default','jquery_ui/jquery-ui.css','/*! jQuery UI - v1.10.1 - 2013-03-03\n* http://jqueryui.com\n* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n	display: none;\n}\n.ui-helper-hidden-accessible {\n	border: 0;\n	clip: rect(0 0 0 0);\n	height: 1px;\n	margin: -1px;\n	overflow: hidden;\n	padding: 0;\n	position: absolute;\n	width: 1px;\n}\n.ui-helper-reset {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	line-height: 1.3;\n	text-decoration: none;\n	font-size: 100%;\n	list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n	content: \"\";\n	display: table;\n	border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n	clear: both;\n}\n.ui-helper-clearfix {\n	min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n	width: 100%;\n	height: 100%;\n	top: 0;\n	left: 0;\n	position: absolute;\n	opacity: 0;\n	filter:Alpha(Opacity=0);\n}\n\n.ui-front {\n	z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n	cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	display: block;\n	text-indent: -99999px;\n	overflow: hidden;\n	background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n	position: fixed;\n	top: 0;\n	left: 0;\n	width: 100%;\n	height: 100%;\n}\n.ui-resizable {\n	position: relative;\n}\n.ui-resizable-handle {\n	position: absolute;\n	font-size: 0.1px;\n	display: block;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n	display: none;\n}\n.ui-resizable-n {\n	cursor: n-resize;\n	height: 7px;\n	width: 100%;\n	top: -5px;\n	left: 0;\n}\n.ui-resizable-s {\n	cursor: s-resize;\n	height: 7px;\n	width: 100%;\n	bottom: -5px;\n	left: 0;\n}\n.ui-resizable-e {\n	cursor: e-resize;\n	width: 7px;\n	right: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-w {\n	cursor: w-resize;\n	width: 7px;\n	left: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-se {\n	cursor: se-resize;\n	width: 12px;\n	height: 12px;\n	right: 1px;\n	bottom: 1px;\n}\n.ui-resizable-sw {\n	cursor: sw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	bottom: -5px;\n}\n.ui-resizable-nw {\n	cursor: nw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	top: -5px;\n}\n.ui-resizable-ne {\n	cursor: ne-resize;\n	width: 9px;\n	height: 9px;\n	right: -5px;\n	top: -5px;\n}\n.ui-selectable-helper {\n	position: absolute;\n	z-index: 100;\n	border: 1px dotted black;\n}\n.ui-accordion .ui-accordion-header {\n	display: block;\n	cursor: pointer;\n	position: relative;\n	margin-top: 2px;\n	padding: .5em .5em .5em .7em;\n	min-height: 0; /* support: IE7 */\n}\n.ui-accordion .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-noicons {\n	padding-left: .7em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n	position: absolute;\n	left: .5em;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n	padding: 1em 2.2em;\n	border-top: 0;\n	overflow: auto;\n}\n.ui-autocomplete {\n	position: absolute;\n	top: 0;\n	left: 0;\n	cursor: default;\n}\n.ui-button {\n	display: inline-block;\n	position: relative;\n	padding: 0;\n	line-height: normal;\n	margin-right: .1em;\n	cursor: pointer;\n	vertical-align: middle;\n	text-align: center;\n	overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n	text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n	width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n	width: 2.4em;\n}\n.ui-button-icons-only {\n	width: 3.4em;\n}\nbutton.ui-button-icons-only {\n	width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n	display: block;\n	line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n	padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n	padding: .4em;\n	text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n	padding-left: 2.1em;\n	padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n	padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n	position: absolute;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n	left: 50%;\n	margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n	left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n	right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n	margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n	margin-left: 0;\n	margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n	border: 0;\n	padding: 0;\n}\n.ui-datepicker {\n	width: 17em;\n	padding: .2em .2em 0;\n	display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n	position: relative;\n	padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n	position: absolute;\n	top: 2px;\n	width: 1.8em;\n	height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n	top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n	left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n	right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n	left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n	right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n	display: block;\n	position: absolute;\n	left: 50%;\n	margin-left: -8px;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n	margin: 0 2.3em;\n	line-height: 1.8em;\n	text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n	font-size: 1em;\n	margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month-year {\n	width: 100%;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n	width: 49%;\n}\n.ui-datepicker table {\n	width: 100%;\n	font-size: .9em;\n	border-collapse: collapse;\n	margin: 0 0 .4em;\n}\n.ui-datepicker th {\n	padding: .7em .3em;\n	text-align: center;\n	font-weight: bold;\n	border: 0;\n}\n.ui-datepicker td {\n	border: 0;\n	padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n	display: block;\n	padding: .2em;\n	text-align: right;\n	text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n	background-image: none;\n	margin: .7em 0 0 0;\n	padding: 0 .2em;\n	border-left: 0;\n	border-right: 0;\n	border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n	float: right;\n	margin: .5em .2em .4em;\n	cursor: pointer;\n	padding: .2em .6em .3em .6em;\n	width: auto;\n	overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n	float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n	width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n	float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n	width: 95%;\n	margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n	width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n	width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n	width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n	border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n	clear: left;\n}\n.ui-datepicker-row-break {\n	clear: both;\n	width: 100%;\n	font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n	direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n	right: 2px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n	left: 2px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n	right: 1px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n	left: 1px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n	clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n	float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n	float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n	border-right-width: 0;\n	border-left-width: 1px;\n}\n.ui-dialog {\n	position: absolute;\n	top: 0;\n	left: 0;\n	padding: .2em;\n	outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n	padding: .4em 1em;\n	position: relative;\n}\n.ui-dialog .ui-dialog-title {\n	float: left;\n	margin: .1em 0;\n	white-space: nowrap;\n	width: 90%;\n	overflow: hidden;\n	text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n	position: absolute;\n	right: .3em;\n	top: 50%;\n	width: 21px;\n	margin: -10px 0 0 0;\n	padding: 1px;\n	height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n	position: relative;\n	border: 0;\n	padding: .5em 1em;\n	background: none;\n	overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n	text-align: left;\n	border-width: 1px 0 0 0;\n	background-image: none;\n	margin-top: .5em;\n	padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n	float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n	margin: .5em .4em .5em 0;\n	cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n	width: 12px;\n	height: 12px;\n	right: -5px;\n	bottom: -5px;\n	background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n	cursor: move;\n}\n.ui-menu {\n	list-style: none;\n	padding: 2px;\n	margin: 0;\n	display: block;\n	outline: none;\n}\n.ui-menu .ui-menu {\n	margin-top: -3px;\n	position: absolute;\n}\n.ui-menu .ui-menu-item {\n	margin: 0;\n	padding: 0;\n	width: 100%;\n}\n.ui-menu .ui-menu-divider {\n	margin: 5px -2px 5px -2px;\n	height: 0;\n	font-size: 0;\n	line-height: 0;\n	border-width: 1px 0 0 0;\n}\n.ui-menu .ui-menu-item a {\n	text-decoration: none;\n	display: block;\n	padding: 2px .4em;\n	line-height: 1.5;\n	min-height: 0; /* support: IE7 */\n	font-weight: normal;\n}\n.ui-menu .ui-menu-item a.ui-state-focus,\n.ui-menu .ui-menu-item a.ui-state-active {\n	font-weight: normal;\n	margin: -1px;\n}\n\n.ui-menu .ui-state-disabled {\n	font-weight: normal;\n	margin: .4em 0 .2em;\n	line-height: 1.5;\n}\n.ui-menu .ui-state-disabled a {\n	cursor: default;\n}\n\n/* icon support */\n.ui-menu-icons {\n	position: relative;\n}\n.ui-menu-icons .ui-menu-item a {\n	position: relative;\n	padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n	position: absolute;\n	top: .2em;\n	left: .2em;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n	position: static;\n	float: right;\n}\n.ui-progressbar {\n	height: 2em;\n	text-align: left;\n	overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n	margin: -1px;\n	height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n	background: url(\"images/animated-overlay.gif\");\n	height: 100%;\n	filter: alpha(opacity=25);\n	opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n	background-image: none;\n}\n.ui-slider {\n	position: relative;\n	text-align: left;\n}\n.ui-slider .ui-slider-handle {\n	position: absolute;\n	z-index: 2;\n	width: 1.2em;\n	height: 1.2em;\n	cursor: default;\n}\n.ui-slider .ui-slider-range {\n	position: absolute;\n	z-index: 1;\n	font-size: .7em;\n	display: block;\n	border: 0;\n	background-position: 0 0;\n}\n\n/* For IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n	filter: inherit;\n}\n\n.ui-slider-horizontal {\n	height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n	top: -.3em;\n	margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n	top: 0;\n	height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n	left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n	right: 0;\n}\n\n.ui-slider-vertical {\n	width: .8em;\n	height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n	left: -.3em;\n	margin-left: 0;\n	margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n	left: 0;\n	width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n	bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n	top: 0;\n}\n.ui-spinner {\n	position: relative;\n	display: inline-block;\n	overflow: hidden;\n	padding: 0;\n	vertical-align: middle;\n}\n.ui-spinner-input {\n	border: none;\n	background: none;\n	color: inherit;\n	padding: 0;\n	margin: .2em 0;\n	vertical-align: middle;\n	margin-left: .4em;\n	margin-right: 22px;\n}\n.ui-spinner-button {\n	width: 16px;\n	height: 50%;\n	font-size: .5em;\n	padding: 0;\n	margin: 0;\n	text-align: center;\n	position: absolute;\n	cursor: default;\n	display: block;\n	overflow: hidden;\n	right: 0;\n}\n/* more specificity required here to overide default borders */\n.ui-spinner a.ui-spinner-button {\n	border-top: none;\n	border-bottom: none;\n	border-right: none;\n}\n/* vertical centre icon */\n.ui-spinner .ui-icon {\n	position: absolute;\n	margin-top: -8px;\n	top: 50%;\n	left: 0;\n}\n.ui-spinner-up {\n	top: 0;\n}\n.ui-spinner-down {\n	bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n	/* need to fix icons sprite */\n	background-position: -65px -16px;\n}\n.ui-tabs {\n	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n	padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n	margin: 0;\n	padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n	list-style: none;\n	float: left;\n	position: relative;\n	top: 0;\n	margin: 1px .2em 0 0;\n	border-bottom: 0;\n	padding: 0;\n	white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav li a {\n	float: left;\n	padding: .5em 1em;\n	text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n	margin-bottom: -1px;\n	padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active a,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled a,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {\n	cursor: text;\n}\n.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {\n	cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n	display: block;\n	border-width: 0;\n	padding: 1em 1.4em;\n	background: none;\n}\n.ui-tooltip {\n	padding: 8px;\n	position: absolute;\n	z-index: 9999;\n	max-width: 300px;\n	-webkit-box-shadow: 0 0 5px #aaa;\n	box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n	border-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1.1em;\n}\n.ui-widget .ui-widget {\n	font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1em;\n}\n.ui-widget-content {\n	border: 1px solid #a6c9e2;\n	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;\n	color: #222222;\n}\n.ui-widget-content a {\n	color: #222222;\n}\n.ui-widget-header {\n	border: 1px solid #4297d7;\n	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;\n	color: #ffffff;\n	font-weight: bold;\n}\n.ui-widget-header a {\n	color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n	border: 1px solid #c5dbec;\n	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #2e6e9e;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n	color: #2e6e9e;\n	text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n	border: 1px solid #79b7e7;\n	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #1d5987;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n	color: #1d5987;\n	text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n	border: 1px solid #79b7e7;\n	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #e17009;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n	color: #e17009;\n	text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n	border: 1px solid #fad42e;\n	background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;\n	color: #363636;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n	color: #363636;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n	border: 1px solid #cd0a0a;\n	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;\n	color: #cd0a0a;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n	color: #cd0a0a;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n	color: #cd0a0a;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n	font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n	opacity: .7;\n	filter:Alpha(Opacity=70);\n	font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n	opacity: .35;\n	filter:Alpha(Opacity=35);\n	background-image: none;\n}\n.ui-state-disabled .ui-icon {\n	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	width: 16px;\n	height: 16px;\n	background-position: 16px 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n	background-image: url(images/ui-icons_469bdd_256x240.png);\n}\n.ui-widget-header .ui-icon {\n	background-image: url(images/ui-icons_d8e7f3_256x240.png);\n}\n.ui-state-default .ui-icon {\n	background-image: url(images/ui-icons_6da8d5_256x240.png);\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n	background-image: url(images/ui-icons_217bc0_256x240.png);\n}\n.ui-state-active .ui-icon {\n	background-image: url(images/ui-icons_f9bd01_256x240.png);\n}\n.ui-state-highlight .ui-icon {\n	background-image: url(images/ui-icons_2e83ff_256x240.png);\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n	background-image: url(images/ui-icons_cd0a0a_256x240.png);\n}\n\n/* positioning */\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n	border-top-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n	border-top-right-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n	border-bottom-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n	border-bottom-right-radius: 5px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n}\n.ui-widget-shadow {\n	margin: -8px 0 0 -8px;\n	padding: 8px;\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n	border-radius: 8px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (155,'default','jquery_ui/jquery.ui.geeklog.css','/* Geeklog JQuery UI custom CSS */\n\n/* Tabs\n----------------------------------*/\n.ui-tabs { position: relative; padding: .2em; zoom: 1; margin-bottom: 10px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }\n.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }\n.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; outline-style: none; }\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }\n.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }\n.ui-tabs .ui-tabs-hide { display: none !important; }\n/* drop down */\n#tabs-dropdown { position: absolute; display: none; list-style: none; padding: 10px 0 5px 0; }\n#tabs-dropdown li, #tabs-dropdown li a { display: block; float: none; }\n#tabs-dropdown li { margin: 0; }\n#tabs-dropdown li a:hover { background-color: #2E6E9E; color: #FFF; }\n\n/* Autocomplete */\n.ui-autocomplete-category {\n    font-weight:bold;\n    padding:.2em .4em;\n    margin:.8em 0 .2em;\n    line-height:1.5;\n}\n\n/* Selected Conf Row */\n.active-config { background: yellow; }\n\n/* Tooltip Balloon */\n#tooltip-container {\n    border:1px solid #83B3D8;\n    -moz-box-shadow:#47708F 0 2px 6px;-webkit-box-shadow:#47708F 0 2px 6px;\n    background:#fff;\n    position:absolute;\n    left:0;\n    top:0;\n    display:none;\n    z-index: 20000;\n}\n\n#tooltip-content {\n    background-color: #FFF;\n    min-width: 175px;\n    min-height: 50px;\n}\n\n.tooltip-block {\n    border-bottom:1px solid #83B3D8;\n    width: 100%;\n}\n.tooltip-title {\n    font-weight: bold;\n    background: #E7E7E7;\n    margin: 0;\n    padding: 2px;\n    \n}\n.tooltip-doc {\n    min-height: 1em;\n    padding: 4px 2px;\n}\n#tooltip-close {\n    display: none;\n}\n\n/* Validation */\n.input_error { border: solid 1px red; }\n.validation_error_block {\n    color: red;\n    font-size: 10px;\n}\n.validation_error_block span {\n    display:block;\n    overflow:hidden;\n    text-indent:-99999px;\n    width: 16px;\n    height: 16px;\n    float:left;\n    margin:0 4px;\n    background: url(\"images/ui-icons_cd0a0a_256x240.png\") 0 -144px;\n}\n.saved_message {\n    margin-bottom:5px;\n    padding:10px 5px 8px 36px;\n    background: #C6F9C9 url(\"../images/success.png\") 10px 50% no-repeat;\n    border: 2px solid #9BD39E;\n    overflow: auto;\n    font-weight: bold;\n    color: #333;\n}\n.error_validation {\n    background: #CF3333 url(\"../images/error.png\") no-repeat 10px 50%;\n    border: 2px solid #990000;\n    color: #FFF;\n}\n.saved_message a {\n    color: #E17009;\n}\n.error_validation a {\n    color: #FFFFBB;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (156,'default','jquery_ui/jquery.ui.button.css','/*!\n * jQuery UI Button 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Button#theming\n */\n.ui-button {\n	display: inline-block;\n	position: relative;\n	padding: 0;\n	line-height: normal;\n	margin-right: .1em;\n	cursor: pointer;\n	vertical-align: middle;\n	text-align: center;\n	overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n	text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n	width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n	width: 2.4em;\n}\n.ui-button-icons-only {\n	width: 3.4em;\n}\nbutton.ui-button-icons-only {\n	width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n	display: block;\n	line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n	padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n	padding: .4em;\n	text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n	padding-left: 2.1em;\n	padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n	padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n	position: absolute;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n	left: 50%;\n	margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n	left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n	right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n	margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n	margin-left: 0;\n	margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n	border: 0;\n	padding: 0;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (157,'default','jquery_ui/jquery.ui.selectable.css','/*!\n * jQuery UI Selectable 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Selectable#theming\n */\n.ui-selectable-helper {\n	position: absolute;\n	z-index: 100;\n	border: 1px dotted black;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (158,'default','jquery_ui/jquery.ui.menu.css','/*!\n * jQuery UI Menu 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Menu#theming\n */\n.ui-menu {\n	list-style: none;\n	padding: 2px;\n	margin: 0;\n	display: block;\n	outline: none;\n}\n.ui-menu .ui-menu {\n	margin-top: -3px;\n	position: absolute;\n}\n.ui-menu .ui-menu-item {\n	margin: 0;\n	padding: 0;\n	width: 100%;\n}\n.ui-menu .ui-menu-divider {\n	margin: 5px -2px 5px -2px;\n	height: 0;\n	font-size: 0;\n	line-height: 0;\n	border-width: 1px 0 0 0;\n}\n.ui-menu .ui-menu-item a {\n	text-decoration: none;\n	display: block;\n	padding: 2px .4em;\n	line-height: 1.5;\n	min-height: 0; /* support: IE7 */\n	font-weight: normal;\n}\n.ui-menu .ui-menu-item a.ui-state-focus,\n.ui-menu .ui-menu-item a.ui-state-active {\n	font-weight: normal;\n	margin: -1px;\n}\n\n.ui-menu .ui-state-disabled {\n	font-weight: normal;\n	margin: .4em 0 .2em;\n	line-height: 1.5;\n}\n.ui-menu .ui-state-disabled a {\n	cursor: default;\n}\n\n/* icon support */\n.ui-menu-icons {\n	position: relative;\n}\n.ui-menu-icons .ui-menu-item a {\n	position: relative;\n	padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n	position: absolute;\n	top: .2em;\n	left: .2em;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n	position: static;\n	float: right;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (159,'default','jquery_ui/jquery.ui.theme.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming/API\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1.1em;\n}\n.ui-widget .ui-widget {\n	font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1em;\n}\n.ui-widget-content {\n	border: 1px solid #a6c9e2;\n	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;\n	color: #222222;\n}\n.ui-widget-content a {\n	color: #222222;\n}\n.ui-widget-header {\n	border: 1px solid #4297d7;\n	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;\n	color: #ffffff;\n	font-weight: bold;\n}\n.ui-widget-header a {\n	color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n	border: 1px solid #c5dbec;\n	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #2e6e9e;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n	color: #2e6e9e;\n	text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n	border: 1px solid #79b7e7;\n	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #1d5987;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n	color: #1d5987;\n	text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n	border: 1px solid #79b7e7;\n	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #e17009;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n	color: #e17009;\n	text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n	border: 1px solid #fad42e;\n	background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;\n	color: #363636;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n	color: #363636;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n	border: 1px solid #cd0a0a;\n	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;\n	color: #cd0a0a;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n	color: #cd0a0a;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n	color: #cd0a0a;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n	font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n	opacity: .7;\n	filter:Alpha(Opacity=70);\n	font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n	opacity: .35;\n	filter:Alpha(Opacity=35);\n	background-image: none;\n}\n.ui-state-disabled .ui-icon {\n	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	width: 16px;\n	height: 16px;\n	background-position: 16px 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n	background-image: url(images/ui-icons_469bdd_256x240.png);\n}\n.ui-widget-header .ui-icon {\n	background-image: url(images/ui-icons_d8e7f3_256x240.png);\n}\n.ui-state-default .ui-icon {\n	background-image: url(images/ui-icons_6da8d5_256x240.png);\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n	background-image: url(images/ui-icons_217bc0_256x240.png);\n}\n.ui-state-active .ui-icon {\n	background-image: url(images/ui-icons_f9bd01_256x240.png);\n}\n.ui-state-highlight .ui-icon {\n	background-image: url(images/ui-icons_2e83ff_256x240.png);\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n	background-image: url(images/ui-icons_cd0a0a_256x240.png);\n}\n\n/* positioning */\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n	border-top-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n	border-top-right-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n	border-bottom-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n	border-bottom-right-radius: 5px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n}\n.ui-widget-shadow {\n	margin: -8px 0 0 -8px;\n	padding: 8px;\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n	border-radius: 8px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (160,'default','jquery_ui/jquery.ui.resizable.css','/*!\n * jQuery UI Resizable 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Resizable#theming\n */\n.ui-resizable {\n	position: relative;\n}\n.ui-resizable-handle {\n	position: absolute;\n	font-size: 0.1px;\n	display: block;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n	display: none;\n}\n.ui-resizable-n {\n	cursor: n-resize;\n	height: 7px;\n	width: 100%;\n	top: -5px;\n	left: 0;\n}\n.ui-resizable-s {\n	cursor: s-resize;\n	height: 7px;\n	width: 100%;\n	bottom: -5px;\n	left: 0;\n}\n.ui-resizable-e {\n	cursor: e-resize;\n	width: 7px;\n	right: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-w {\n	cursor: w-resize;\n	width: 7px;\n	left: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-se {\n	cursor: se-resize;\n	width: 12px;\n	height: 12px;\n	right: 1px;\n	bottom: 1px;\n}\n.ui-resizable-sw {\n	cursor: sw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	bottom: -5px;\n}\n.ui-resizable-nw {\n	cursor: nw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	top: -5px;\n}\n.ui-resizable-ne {\n	cursor: ne-resize;\n	width: 9px;\n	height: 9px;\n	right: -5px;\n	top: -5px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (161,'default','jquery_ui/jquery.ui.all.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming\n */\n@import \"jquery.ui.base.css\";\n@import \"jquery.ui.theme.css\";\n','');
INSERT INTO `bc_thm_contents`VALUES (162,'default','jquery_ui/jquery.ui.tooltip.css','/*!\n * jQuery UI Tooltip 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n.ui-tooltip {\n	padding: 8px;\n	position: absolute;\n	z-index: 9999;\n	max-width: 300px;\n	-webkit-box-shadow: 0 0 5px #aaa;\n	box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n	border-width: 2px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (163,'default','jquery_ui/jquery.ui.progressbar.css','/*!\n * jQuery UI Progressbar 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Progressbar#theming\n */\n.ui-progressbar {\n	height: 2em;\n	text-align: left;\n	overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n	margin: -1px;\n	height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n	background: url(\"images/animated-overlay.gif\");\n	height: 100%;\n	filter: alpha(opacity=25);\n	opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n	background-image: none;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (164,'default','jquery_ui/jquery.ui.core.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming/API\n */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n	display: none;\n}\n.ui-helper-hidden-accessible {\n	border: 0;\n	clip: rect(0 0 0 0);\n	height: 1px;\n	margin: -1px;\n	overflow: hidden;\n	padding: 0;\n	position: absolute;\n	width: 1px;\n}\n.ui-helper-reset {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	line-height: 1.3;\n	text-decoration: none;\n	font-size: 100%;\n	list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n	content: \"\";\n	display: table;\n	border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n	clear: both;\n}\n.ui-helper-clearfix {\n	min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n	width: 100%;\n	height: 100%;\n	top: 0;\n	left: 0;\n	position: absolute;\n	opacity: 0;\n	filter:Alpha(Opacity=0);\n}\n\n.ui-front {\n	z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n	cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	display: block;\n	text-indent: -99999px;\n	overflow: hidden;\n	background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n	position: fixed;\n	top: 0;\n	left: 0;\n	width: 100%;\n	height: 100%;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (165,'default','jquery_ui/jquery.ui.tabs.css','/*!\n * jQuery UI Tabs 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Tabs#theming\n */\n.ui-tabs {\n	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n	padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n	margin: 0;\n	padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n	list-style: none;\n	float: left;\n	position: relative;\n	top: 0;\n	margin: 1px .2em 0 0;\n	border-bottom: 0;\n	padding: 0;\n	white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav li a {\n	float: left;\n	padding: .5em 1em;\n	text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n	margin-bottom: -1px;\n	padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active a,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled a,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {\n	cursor: text;\n}\n.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {\n	cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n	display: block;\n	border-width: 0;\n	padding: 1em 1.4em;\n	background: none;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (166,'default','menuitem_none.thtml','\n<!-- menuitem_none.thtml { -->\n\n\n<!-- } menuitem_none.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (167,'default','blockfooter-message.thtml','\n<!-- blockfooter-message.thtml { -->\n\n    </dd>\n  </dl>\n</div>\n\n<!-- } blockfooter-message.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (168,'default','leftblocks.thtml','<!--[if !IE]> Using conditional comments to avoid Win IE 6 bugs. <![endif]-->\n<!--[if !IE]> (When combined with multiple floating elements, floating bug duplicate last element content) <![endif]-->\n<!-- leftblocks.thtml { -->\n\n    <!-- #leftblocks { -->\n    <!-- Left Blocks Container -->\n    <div id=\"leftblocks\">\n      <div class=\"block-left\" id=\"block-left-search\">\n        <div class=\"block-left-content\">\n          <form action=\"{site_url}/search.php\" method=\"get\" id=\"searchform\" class=\"basic\">\n            <div>\n              <input type=\"text\" value=\"{button_search}\" size=\"16\" maxlength=\"255\" name=\"query\" class=\"text\"{xhtml}>\n              <input type=\"submit\" value=\"\" title=\"{button_search}\" class=\"submit\"{xhtml}>\n              <input type=\"hidden\" value=\"all\" name=\"type\"{xhtml}>\n              <input type=\"hidden\" value=\"all\" name=\"keyType\"{xhtml}>\n              <input type=\"hidden\" value=\"search\" name=\"mode\"{xhtml}>\n            </div>\n          </form>\n        </div>\n      </div>\n\n      {geeklog_blocks}\n    </div>\n    <!--[if !IE]> } #leftblocks <![endif]-->\n\n    <hr class=\"separator\"{xhtml}>\n\n<!-- } leftblocks.thtml -->\n','button_search,geeklog_blocks,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (169,'default','blockheader-message.thtml','\n<!-- blockheader-message.thtml { -->\n\n<div id=\"block-message\">\n  <dl>\n    <dt class=\"title\">{showhide}{block_title}{block_help}</dt>\n    <dd class=\"message\">\n\n<!-- } blockheader-message.thtml -->\n','block_help,block_title,showhide');
INSERT INTO `bc_thm_contents`VALUES (170,'default','blockfooter.thtml','\n<!-- blockfooter.thtml { -->\n\n  </div>\n</div>\n\n<!-- } blockfooter.thtml -->\n ','');
INSERT INTO `bc_thm_contents`VALUES (171,'default','blockfooter-list.thtml','\n<!-- blockfooter-list.thtml { -->\n\n    </ul>\n    </div>\n</div>\n\n<!-- } blockfooter-list.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (172,'default','navbar/breadcrumbs.thtml','\n<!-- navbar/breadcrumbs.thtml { -->\n\n<ul class=\"navbar-breadcrumbs\">\n  {breadcrumb_links}{last_label}\n</ul>\n\n<!-- } navbar/breadcrumbs.thtml -->\n','breadcrumb_links,last_label');
INSERT INTO `bc_thm_contents`VALUES (173,'default','navbar/menuitem.thtml','\n<!-- navbar/menuitem.thtml { -->\n\n<li><a {csscurrent} class=\"clearfix\" href=\"{link}{parms}\"{onclick}><span class=\"label\">{label}</span></a></li>\n\n<!-- } navbar/menuitem.thtml -->\n','csscurrent,label,link,onclick,parms');
INSERT INTO `bc_thm_contents`VALUES (174,'default','navbar/breadcrumb_link.thtml','\n<!-- navbar/breadcrumbs_link.thtml { -->\n\n<li>{link_separator}<a href=\"{link_url}\" title=\"{link_title}\">{link_label}</a></li>\n\n<!-- } navbar/breadcrumbs_link.thtml -->\n','link_label,link_separator,link_title,link_url');
INSERT INTO `bc_thm_contents`VALUES (175,'default','navbar/navbar.thtml','\n<!-- navbar/navbar.thtml { -->\n\n<div id=\"navcontainer\">\n  <ul id=\"navlist\" class=\"clearfix\">\n    {menuitems}\n  </ul>\n</div>\n<div class=\"clearboth\"></div>\n\n<!-- } navbar/navbar.thtml -->\n','menuitems');
INSERT INTO `bc_thm_contents`VALUES (176,'default','list.thtml','<!-- list.thtml { -->\n\n      <ul {list_class}>\n        {list_items}\n      </ul>\n\n<!-- } list.thtml -->\n','list_class,list_items');
INSERT INTO `bc_thm_contents`VALUES (177,'default','blockheader-left.thtml','\n<!-- blockheader-left.thtml { -->\n\n    <div class=\"block-left\">\n      <h2>{block_title}{block_help}</h2>\n      <div class=\"block-left-content\">\n\n<!-- } blockheader-left.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (178,'default','page_navigation.thtml','\n<!-- page_navigation.thtml { -->\n\n<div class=\"gl-pagenav\">\n{message}<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> |\n<span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> |\n{pages}\n<!-- BEGIN page -->\n{page_number}\n<!-- END page -->\n<!-- BEGIN page-current -->\n<b>{page_number}</b>\n<!-- END page-current -->\n<!-- BEGIN nav-end -->\n| <span>{start_next_anchortag}{lang_next}{end_next_anchortag}</span>\n| <span>{start_last_anchortag}{lang_last}{end_last_anchortag}</span>\n<!-- END nav-end -->\n<!-- BEGIN nav-open-ended -->\n| {open_ended}\n<!-- END nav-open-ended -->\n</div>\n\n<!-- } page_navigation.thtml -->\n','end_first_anchortag,end_last_anchortag,end_next_anchortag,end_previous_anchortag,lang_first,lang_last,lang_next,lang_previous,message,open_ended,page_number,pages,start_first_anchortag,start_last_anchortag,start_next_anchortag,start_previous_anchortag');
INSERT INTO `bc_thm_contents`VALUES (179,'default','blockfooter-related.thtml','\n<!-- blockfooter-related.thtml { -->\n\n  </div>\n</div>\n\n<!-- } blockfooter-related.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (180,'default','search/searchform.thtml','<!-- search/searchform.thtml { -->\n\n<form action=\"{site_url}/search.php\" method=\"get\" id=\"advsearchform\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <p class=\"message\">{search_intro}</p>\n\n    <dl>\n      <dt><label for=\"advsearchform-query\">{lang_keywords}</label></dt>\n      <dd>\n        <input type=\"text\" size=\"35\" maxlength=\"35\" value=\"{query}\" name=\"query\" id=\"advsearchform-query\" class=\"text\"{xhtml}>\n        <br{xhtml}>\n        <select name=\"keyType\" id=\"advsearchform-keyType\">\n          <option value=\"phrase\" {key_phrase_selected}>{lang_exact_phrase}</option>\n          <option value=\"all\" {key_all_selected}>{lang_all_words}</option>\n          <option value=\"any\" {key_any_selected}>{lang_any_word}</option>\n        </select>\n        <span>\n          {lang_titles} <input type=\"checkbox\" value=\"true\" name=\"title\"{title_checked}{xhtml}>\n        </span>\n      </dd>\n\n      <dt><label for=\"advsearchform-datestart\">{lang_date}</label></dt>\n      <dd>\n        <input type=\"text\" size=\"10\" maxlength=\"10\" name=\"datestart\" value=\"{datestart}\" id=\"advsearchform-datestart\" class=\"text\"{xhtml}> {lang_to} <input type=\"text\" size=\"10\" maxlength=\"10\" name=\"dateend\" value=\"{dateend}\" id=\"advsearchform-dateend\" class=\"text\"{xhtml}>\n      </dd>\n      <dd class=\"description\">{date_format}</dd>\n\n      <dt><label for=\"advsearchform-topic\">{lang_topic}</label></dt>\n      <dd>\n        <select name=\"topic\" id=\"advsearchform-topic\">\n          {topic_option_list}\n        </select>\n      </dd>\n\n      <dt><label for=\"advsearchform-type\">{lang_type}</label></dt>\n      <dd>\n        <select name=\"type\" id=\"advsearchform-type\">\n          {plugin_types}\n        </select>\n      </dd>\n\n      {author_form_element}\n\n      <dt><label for=\"advsearchform-results\">{lang_results}</label></dt>\n      <dd>\n        <select name=\"results\" id=\"advsearchform-results\">\n          {search_limits}\n        </select>\n        {lang_per_page}\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"mode\" value=\"search\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_search}\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n</form>\n<!-- } search/searchform.thtml -->\n','author_form_element,date_format,dateend,datestart,key_all_selected,key_any_selected,key_phrase_selected,lang_all_words,lang_any_word,lang_date,lang_exact_phrase,lang_keywords,lang_per_page,lang_results,lang_search,lang_titles,lang_to,lang_topic,lang_type,plugin_types,query,search_intro,search_limits,site_url,title_checked,topic_option_list,xhtml');
INSERT INTO `bc_thm_contents`VALUES (181,'default','search/resultrow.thtml','\n<!-- search/resultrow.thtml { -->\n\n<tr class=\"resultrow{cssid}\">\n  {data_cols}\n</tr>\n\n<!-- } search/resultrow.thtml -->\n','cssid,data_cols');
INSERT INTO `bc_thm_contents`VALUES (182,'default','search/resultcolumn.thtml','\n<!-- search/resultcolumn.thtml { -->\n\n<td>{data}</td>\n\n<!-- } search/resultcolumn.thtml -->\n','data');
INSERT INTO `bc_thm_contents`VALUES (183,'default','search/resulttitle.thtml','\n<!-- search/resulttitle.thtml { -->\n\n<tr>\n  <td colspan=\"3\">{data}</td>\n</tr>\n\n<!-- } search/resulttitle.thtml -->\n','data');
INSERT INTO `bc_thm_contents`VALUES (184,'default','search/headingcolumn.thtml','\n<!-- search/headingcolumn.thtml { -->\n\n<th>{label}</th>\n\n<!-- } search/headingcolumn.thtml -->\n','label');
INSERT INTO `bc_thm_contents`VALUES (185,'default','search/searchresults_rows.thtml','\n<!-- search/searchresults_rows.thtml { -->\n\n<tr>\n  {results_columns}\n</tr>\n\n<!-- } search/searchresults_rows.thtml -->\n','results_columns');
INSERT INTO `bc_thm_contents`VALUES (186,'default','search/searchresults_norows.thtml','\n<!-- search/searchresults_norows.thtml { -->\n\n<p id=\"searchresults_norows\">{no_rows_msg}</p>\n\n<!-- } search/searchresults_norows.thtml -->\n','no_rows_msg');
INSERT INTO `bc_thm_contents`VALUES (187,'default','search/searchresults.thtml','\n<!-- search/searchresults.thtml { -->\n\n<dl id=\"searchresults-found\">\n  <dt>{lang_matchesfor}</dt>\n  <dd>{lang_found}{num_matches}</dd>\n  <dd class=\"search_time\">{search_time}{lang_seconds}</dd>\n  <dd>{refine_search}</dd>\n</dl>\n\n{search_blocks}\n{search_pager}\n\n<!-- } search/searchresults.thtml -->\n','lang_found,lang_matchesfor,lang_seconds,num_matches,refine_search,search_blocks,search_pager,search_time');
INSERT INTO `bc_thm_contents`VALUES (188,'default','search/resultsummary.thtml','\n<!-- search/resultsummary.thtml { -->\n\n<tr>\n  <td colspan=\"3\">{data}</td>\n</tr>\n\n<!-- } search/resultsummary.thtml -->\n','data');
INSERT INTO `bc_thm_contents`VALUES (189,'default','search/searchauthors.thtml','<!-- search/searchauthors.thtml { -->\n\n<dt><label for=\"advsearchform-author\">{lang_authors}</label></dt>\n<dd>\n  <select name=\"author\" id=\"advsearchform-author\">\n    <option selected=\"selected\" value=\"0\">{lang_all}</option>\n    {author_option_list}\n  </select>\n</dd>\n\n<!-- } search/searchauthors.thtml -->\n','author_option_list,lang_all,lang_authors');
INSERT INTO `bc_thm_contents`VALUES (190,'default','search/searchresults_heading.thtml','\n<!-- search/searchresults_heading.thtml { -->\n\n<tr>\n  {heading_columns}\n</tr>\n\n<!-- } search/searchresults_heading.thtml -->\n','heading_columns');
INSERT INTO `bc_thm_contents`VALUES (191,'default','search/resultrowenhanced.thtml','\n<!-- search/resultrowenhanced.thtml { -->\n\n<tr>\n  <td>\n    <table>\n      {data_cols}\n    </table>\n  </td>\n</tr>\n\n<!-- } search/resultrowenhanced.thtml -->\n','data_cols');
INSERT INTO `bc_thm_contents`VALUES (192,'default','search/searchblock.thtml','\n<!-- search/searchblock.thtml { -->\n\n{start_block_results}\n\n<table class=\"searchblock\">\n  <thead>\n    <tr>\n      {headings}\n    </tr>\n  </thead>\n\n  <tbody>\n    {results}\n  </tbody>\n</table>\n\n{end_block}\n\n<!-- search/searchblock.thtml { -->\n','end_block,headings,results,start_block_results');
INSERT INTO `bc_thm_contents`VALUES (193,'default','search/resultauthdatehits.thtml','\n<!-- search/resultauthdatehits.thtml { -->\n\n<tr>\n  <td>{data}</td>\n  <td>{data2}</td>\n  <td>{data3}</td>\n</tr>\n\n<!-- } search/resultauthdatehits.thtml -->\n','data,data2,data3');
INSERT INTO `bc_thm_contents`VALUES (194,'default','blockheader-right.thtml','\n<!-- blockheader-right.thtml { -->\n\n    <div class=\"block-right\">\n      <h2>{block_title}{block_help}</h2>\n      <div class=\"block-right-content\">\n\n<!-- } blockheader-right.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (195,'default','blockheader-related.thtml','\n<!-- blockheader-related.thtml { -->\n\n<div class=\"block-related\">\n  <h3>{block_title}{block_help}</h3>\n  <div class=\"block-related-content\">\n\n<!-- } blockheader-related.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (196,'default','submit/submitstory.thtml','\n<!-- submit/submitstory.thtml { -->\n\n<form action=\"{site_url}/submit.php\" method=\"post\" id=\"submitstory\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <dl>\n      <dt>{lang_username}</dt>\n      <dd>{story_username}\n        <ul class=\"navi\">\n          <li><a href=\"{status_url}\" rel=\"nofollow\">{lang_loginout}</a></li>\n          <li>{create_account}</li>\n        </ul>\n      </dd>\n\n      <dt><label for=\"submitstory-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"36\" maxlength=\"96\" value=\"{story_title}\" name=\"title\" id=\"submitstory-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"submitstory-tid\">{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"introtext\">{lang_introtext}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"15\" name=\"introtext\" id=\"introtext\">{story_introtext}</textarea></dd>\n\n      <dt><label for=\"bodytext\">{lang_bodytext}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"15\" name=\"bodytext\" id=\"bodytext\">{story_bodytext}</textarea></dd>\n\n      <dt><label for=\"submitstory-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"submitstory-postmode\">\n          {story_postmode_options}\n        </select>\n      </dd>\n      <dd class=\"description\">{allowed_html}</dd>\n    </dl>\n\n    {captcha}\n\n    <ul class=\"submit\">\n      <li><input name=\"mode\" type=\"submit\" value=\"{lang_preview}\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" name=\"type\" value=\"story\"{xhtml}>\n        <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n        <input type=\"hidden\" name=\"sid\" value=\"{story_sid}\"{xhtml}>\n        <input type=\"hidden\" name=\"date\" value=\"{story_date}\"{xhtml}>\n        {save_button}\n      </li>\n    </ul>\n  </div>\n</form>\n\n<!-- } submit/submitstory.thtml -->\n','allowed_html,captcha,create_account,lang_bodytext,lang_introtext,lang_loginout,lang_postmode,lang_preview,lang_title,lang_topic,lang_username,save_button,site_url,status_url,story_bodytext,story_date,story_introtext,story_postmode_options,story_sid,story_title,story_uid,story_username,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (197,'default','submit/submitstory_advanced.thtml','\n<!-- submit/submitstory_advanced.thtml { -->\n\n{noscript}\n<div id=\"advanced_editor\" style=\"display:none;\">\n    <form action=\"{site_url}/submit.php\" method=\"post\" onsubmit=\"set_postcontent();\" id=\"submitstory_advanced\" class=\"compact\">\n    \n      <div class=\"user_basic\">\n        <dl>\n          <dt>{lang_username}</dt>\n          <dd>{story_username}\n            <ul class=\"navi\">\n              <li><a href=\"{status_url}\" rel=\"nofollow\">{lang_loginout}</a></li>\n              <li>{create_account}</li>\n            </ul>\n          </dd>\n    \n          <dt><label for=\"submitstory_advanced-title\">{lang_title}</label></dt>\n          <dd><input type=\"text\" size=\"36\" maxlength=\"96\" value=\"{story_title}\" name=\"title\" id=\"submitstory_advanced-title\" class=\"text\"{xhtml}></dd>\n    \n          <dt><label for=\"submitstory_advanced-tid\">{lang_topic}</label></dt>\n          <dd>{topic_selection}</dd>\n    \n          <dt><label for=\"introtext\">{lang_story}</label></dt>\n          <dd>\n            <div id=\"text_editor\" style=\"display: {show_texteditor};\">\n              <textarea cols=\"45\" rows=\"15\" name=\"introtext\" id=\"introtext\">{story_introtext}</textarea>\n            </div>\n            <div id=\"html_editor\" style=\"display: {show_htmleditor};\">\n              <textarea cols=\"45\" rows=\"15\" name=\"introhtml\" id=\"introhtml\">{story_introtext}</textarea>\n            </div>\n          </dd>\n     \n          <dt><label for=\"submitstory_advanced-postmode\">{lang_postmode}</label></dt>\n          <dd>\n            <select name=\"postmode\" id=\"sel_editmode\" {change_editormode}>\n              {story_postmode_options}\n            </select>\n          </dd>\n          <dd class=\"description\">{allowed_html}</dd>\n        </dl>\n    \n        {captcha}\n    \n        <ul class=\"submit\">\n          <li><input name=\"mode\" type=\"submit\" value=\"{lang_preview}\" class=\"submit\"{xhtml}></li>\n          <li>\n            <input type=\"hidden\" name=\"type\" value=\"story\"{xhtml}>\n            <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n            <input type=\"hidden\" name=\"sid\" value=\"{story_sid}\"{xhtml}>\n            <input type=\"hidden\" name=\"date\" value=\"{story_date}\"{xhtml}>\n            {save_button}\n          </li>\n        </ul>\n      </div>\n    </form>\n</div>\n\n<!-- } submit/submitstory_advanced.thtml -->\n','allowed_html,captcha,change_editormode,create_account,lang_loginout,lang_postmode,lang_preview,lang_story,lang_title,lang_topic,lang_username,noscript,save_button,show_htmleditor,show_texteditor,site_url,status_url,story_date,story_introtext,story_postmode_options,story_sid,story_title,story_uid,story_username,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (198,'default','topicoption_off.thtml','\n<!-- topicoption_off.thtml { -->\n\n        <li class=\"topicoption_off\">{branch_spaces}{option_label}&nbsp;{option_count}</li>\n\n<!-- } topicoption_off.thtml -->\n','branch_spaces,option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (199,'default','archivestorytext.thtml','\n<!-- archivestorytext.thtml { -->\n\n<div class=\"archivestorytext\">\n  {breadcrumb_trail}\n  <h2 class=\"story_title\">{story_title_link}</h2>\n\n  <ul class=\"icon\">\n    <li>{email_icon}</li>\n    <li>{print_icon}</li>\n    <li>{edit_icon}</li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <span class=\"story_image\">{story_anchortag_and_image}</span>\n\n  <ul class=\"status\">\n    <li>{story_date}</li>\n    <li>\n      <dl>\n        <dt>{lang_contributed_by}</dt>\n        <dd>{start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</dd>\n      </dl>\n    </li>\n    <li>\n     <dl>\n        <dt>{lang_views}</dt>\n        <dd>{story_hits}</dd>\n      </dl>\n    </li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <div class=\"story_introtext\">\n    {story_text_no_br}\n  </div>\n\n  <ul class=\"navi\">\n    <li>{page_selector}</li>\n    <li>{readmore_link}</li>\n    <li>{post_comment_link}</li>\n  </ul>\n\n  <ul class=\"feedback\">\n    <li>{plugin_itemdisplay}</li>\n    <li>{comments_with_count}</li>\n    <li>{trackbacks_with_count}</li>\n  </ul>\n</div>\n\n<!-- } archivestorytext.thtml -->\n','breadcrumb_trail,comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,story_anchortag_and_image,story_date,story_hits,story_text_no_br,story_title_link,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (200,'default','loginform.thtml','\n<!-- loginform.thtml { -->\n\n<form action=\"{site_url}/users.php\" method=\"post\" id=\"loginform\" class=\"basic\">\n  <div>\n    <dl>\n      <dt><label for=\"loginform-loginname\">{lang_username}</label></dt>\n      <dd><input type=\"text\" size=\"12\" value=\"\" name=\"loginname\" id=\"loginform-loginname\" class=\"text\"{xhtml}></dd>\n\n      {services}\n\n      <dt><label for=\"loginform-passwd\">{lang_password}</label></dt>\n      <dd><input type=\"password\" size=\"12\" name=\"passwd\" id=\"loginform-passwd\" class=\"text\"{xhtml}></dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_login}\" class=\"submit\"{xhtml}></li>\n    </ul>\n  </div>\n  <ul class=\"navi\">\n    <li>{lang_signup}</li>\n    <li>{lang_forgetpassword}</li>\n  </ul>\n</form>\n{oauth_login}\n{openid_login}\n<!-- } loginform.thtml -->\n','lang_forgetpassword,lang_login,lang_password,lang_signup,lang_username,oauth_login,openid_login,services,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (201,'default','topicoption.thtml','\n<!-- topicoption.thtml { -->\n\n        <li class=\"topicoption\">{branch_spaces}<a href=\"{option_url}\">{option_label}</a>&nbsp;{option_count}</li>\n\n<!-- } topicoption.thtml -->\n','branch_spaces,option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (202,'default','featuredstorytext.thtml','\n<!-- featuredstorytext.thtml { -->\n\n<div class=\"featuredstorytext\">\n  <h2 class=\"story_title\">{start_storylink_anchortag}{story_title}{end_storylink_anchortag}</h2>\n\n  <ul class=\"icon\">\n    <li>{email_icon}</li>\n    <li>{print_icon}</li>\n    <li>{edit_icon}</li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <span class=\"story_image\">{story_anchortag_and_image}</span>\n\n  <ul class=\"status\">\n    <li>{story_date}</li>\n    <li>\n      <dl>\n        <dt>{lang_contributed_by}</dt>\n        <dd>{start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</dd>\n      </dl>\n    </li>\n    <li>\n     <dl>\n        <dt>{lang_views}</dt>\n        <dd>{story_hits}</dd>\n      </dl>\n    </li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <div class=\"story_introtext\">\n    {story_text_no_br}\n  </div>\n\n  <ul class=\"navi\">\n    <li>{page_selector}</li>\n    <li>{readmore_link}</li>\n    <li>{post_comment_link}</li>\n  </ul>\n\n  <ul class=\"feedback\">\n    <li>{plugin_itemdisplay}</li>\n    <li>{comments_with_count}</li>\n    <li>{trackbacks_with_count}</li>\n  </ul>\n</div>\n\n<!-- } featuredstorytext.thtml -->\n','comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,end_storylink_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,start_storylink_anchortag,story_anchortag_and_image,story_date,story_hits,story_text_no_br,story_title,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (203,'default','blockheader.thtml','\n<!-- blockheader.thtml { -->\n\n<div class=\"block-center\">\n  <h2>{block_title}{block_help}</h2>\n  <div class=\"block-center-content\">\n\n<!-- } blockheader.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (204,'default','tooltips/information.thtml','\n<!-- tooltips/information.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom info\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/info.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n\n<!-- } tooltips/information.thtml -->\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (205,'default','tooltips/classic.thtml','\n<!-- tooltips/classic.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"classic\">{text}</span></a>\n\n<!-- } tooltips/classic.thtml -->\n','class,cursor,hoverover,link,text');
INSERT INTO `bc_thm_contents`VALUES (206,'default','tooltips/critical.thtml','\n<!-- tooltips/critical.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom critical\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/critical.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n\n<!-- } tooltips/critical.thtml -->\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (207,'default','tooltips/help.thtml','\n<!-- tooltips/help.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom help\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/help.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n\n<!-- } tooltips/help.thtml -->\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (208,'default','tooltips/warning.thtml','\n<!-- tooltips/warning.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom warning\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/warning.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n\n<!-- } tooltips/warning.thtml -->\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (209,'default','blockheader-list.thtml','\n<!-- blockheader-list.thtml { -->\n\n<div class=\"block-list\">\n    <h2>{block_title}{block_help}</h2>\n      <div class=\"block-list-content\">\n      <ul>\n\n<!-- } blockheader-list.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (210,'default','profiles/contactuserform.thtml','\n<!-- profiles/contactuserform.thtml { -->\n\n<form action=\"{site_url}/profiles.php\" method=\"post\" id=\"contactuserform\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <p class=\"message\">{lang_description}</p>\n\n    <dl>\n      <dt><label for=\"contactuserform-author\">{lang_username}</label></dt>\n      <dd><input type=\"text\" size=\"32\" value=\"{username}\" maxlength=\"32\" name=\"author\" id=\"contactuserform-author\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"contactuserform-authoremail\">{lang_useremail}</label></dt>\n      <dd><input type=\"text\" size=\"32\" value=\"{useremail}\" maxlength=\"96\" name=\"authoremail\" id=\"contactuserform-authoremail\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"contactuserform-subject\">{lang_subject}</label></dt>\n      <dd><input type=\"text\" size=\"32\" maxlength=\"96\" value=\"{subject}\" name=\"subject\" id=\"contactuserform-subject\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"contactuserform-message\">{lang_message}</label></dt>\n      <dd><textarea rows=\"10\" cols=\"50\" name=\"message\" id=\"contactuserform-message\">{message}</textarea></dd>\n\n      <dt{cc_enabled}><label for=\"contactuserform-cc\">{lang_cc}</label></dt>\n      <dd{cc_enabled}><input type=\"checkbox\" name=\"cc\" id=\"contactuserform-cc\"{cc}{xhtml}>&nbsp;{lang_cc_description}</dd>\n\n      <dd class=\"description\">{lang_nohtml}</dd>\n    </dl>\n\n    {captcha}\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"what\" value=\"contact\"{xhtml}>\n        <input type=\"hidden\" name=\"uid\" value=\"{uid}\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_submit}\" onclick=\"return postconfirm();\" onkeypress=\"return postconfirm();\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n</form>\n\n<!-- } profiles/contactuserform.thtml-->\n','captcha,cc,cc_enabled,lang_cc,lang_cc_description,lang_description,lang_message,lang_nohtml,lang_subject,lang_submit,lang_useremail,lang_username,message,site_url,subject,uid,useremail,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (211,'default','profiles/contactauthorform.thtml','\n<!-- profiles/contactauthorform.thtml { -->\n\n{start_block_mailstory2friend}\n  <form action=\"{site_url}/profiles.php\" method=\"post\" id=\"contactauthorform\" class=\"compact\">\n\n    <div class=\"user_basic\">\n      <dl>\n        <dt>{lang_title}</dt>\n        <dd>{story_link}</dd>\n\n        <dt><label for=\"contactauthorform-from\">{lang_fromname}</label></dt>\n        <dd><input type=\"text\" size=\"30\" maxlength=\"96\" value=\"{name}\" name=\"from\" id=\"contactauthorform-from\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-fromemail\">{lang_fromemailaddress}</label></dt>\n        <dd><input type=\"text\" size=\"30\" maxlength=\"96\" value=\"{email}\" name=\"fromemail\" id=\"contactauthorform-fromemail\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-to\">{lang_toname}</label></dt>\n        <dd><input type=\"text\" size=\"30\" maxlength=\"96\" value=\"{toname}\" name=\"to\" id=\"contactauthorform-to\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-toemail\">{lang_toemailaddress}</label></dt>\n        <dd><input type=\"text\" size=\"30\" maxlength=\"96\" value=\"{toemail}\" name=\"toemail\" id=\"contactauthorform-toemail\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-shortmsg\">{lang_shortmessage}</label></dt>\n        <dd><textarea rows=\"8\" cols=\"50\" name=\"shortmsg\" id=\"contactauthorform-shortmsg\">{shortmsg}</textarea></dd>\n        <dt{cc_enabled}><label for=\"contactauthorform-cc\">{lang_cc}</label></dt>\n        <dd{cc_enabled}><input type=\"checkbox\" name=\"cc\" id=\"contactauthorform-cc\"{cc}{xhtml}>&nbsp;{lang_cc_description}</dd>\n\n      </dl>\n\n      {captcha}\n\n      <p class=\"description\">{lang_warning}</p>\n\n      <ul class=\"submit\">\n        <li>\n          <input type=\"hidden\" name=\"sid\" value=\"{story_id}\"{xhtml}>\n          <input type=\"hidden\" name=\"what\" value=\"sendstory\"{xhtml}>\n          <input type=\"submit\" value=\"{lang_sendmessage}\" onclick=\"return postconfirm();\" onkeypress=\"return postconfirm();\" class=\"submit\"{xhtml}>\n        </li>\n      </ul>\n    </div>\n  </form>\n{end_block}\n\n<!-- } profiles/contactauthorform.thtml -->\n','captcha,cc,cc_enabled,email,end_block,lang_cc,lang_cc_description,lang_fromemailaddress,lang_fromname,lang_sendmessage,lang_shortmessage,lang_title,lang_toemailaddress,lang_toname,lang_warning,name,shortmsg,site_url,start_block_mailstory2friend,story_id,story_link,toemail,toname,xhtml');
INSERT INTO `bc_thm_contents`VALUES (212,'default','blockfooter-config.thtml','<!-- blockfooter-config.thtml { -->\n\n    </ul>\n  </div>\n</div>\n\n<!-- } blockfooter-config.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (213,'default','article/printable.thtml','<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<html{lang_attribute}{xmlns}>\n<head>\n  <meta name=\"robots\" content=\"NOINDEX\"{xhtml}>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"{xhtml}>\n  <meta http-equiv=\"Content-Style-Type\" content=\"text/css\"{xhtml}>\n  <link rel=\"stylesheet\" type=\"text/css\" href=\"{layout_url}/print.css\"{xhtml}>\n  <link rel=\"stylesheet\" type=\"text/css\" media=\"print\" href=\"{layout_url}/print.css\"{xhtml}>\n  <link rel=\"canonical\" href=\"{article_url}\"{xhtml}>\n\n<title>{page_title}</title>\n\n</head>\n\n<body dir=\"{direction}\">\n\n<!-- article/printable.thtml { -->\n\n  <h1 id=\"printable-story_title\">{story_title}</h1>\n\n  <ul id=\"printable-author\">\n    <li>{story_date}</li>\n    <li>{lang_contributedby}{story_author}</li>\n  </ul>\n\n  {story_text_no_br}\n    <p>{comments_with_count}</p>\n\n    <hr{xhtml}>\n\n  <dl id=\"printable-url\">\n    <dt>{site_name}</dt>\n    <dd><a href=\"{article_url}\">{article_url}</a></dd>\n  </dl>\n\n<!-- } article/printable.thtml -->\n\n</body>\n</html>\n','article_url,comments_with_count,direction,lang_attribute,lang_contributedby,layout_url,page_title,site_name,story_author,story_date,story_text_no_br,story_title,xhtml,xmlns');
INSERT INTO `bc_thm_contents`VALUES (214,'default','article/article.thtml','\n<!-- article.thtml { -->\n\n{formatted_article}\n\n{whats_related}\n{story_options}\n\n{trackback}\n{commentbar}\n\n<!-- } article.thtml -->\n','commentbar,formatted_article,story_options,trackback,whats_related');
INSERT INTO `bc_thm_contents`VALUES (215,'default','blockfooter-right.thtml','\n<!-- blockfooter-right.thtml { -->\n\n      </div>\n    </div>\n\n<!-- } blockfooter-right.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (216,'default','useroption_off.thtml','\n<!-- useroption_off.thtml { -->\n\n        <li class=\"useroption_off\">{option_label}&nbsp;{option_count}</li>\n\n<!-- } useroption_off.thtml -->\n','option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (217,'default','adminoption_off.thtml','\n<!-- adminoption_off.thtml { -->\n\n        <li class=\"adminoption_off\">{option_label} ({option_count})</li>\n\n<!-- } adminoption_off.thtml -->\n','option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (218,'default','breadcrumbs/breadcrumbs.thtml','<!-- Start of Breadcrumbs Navigation -->\n<p>\n<div itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n    {breadcrumbs_list}\n</div>\n</p>\n<!-- End of Breadcrumbs Navigation -->\n','breadcrumbs_list');
INSERT INTO `bc_thm_contents`VALUES (219,'default','breadcrumbs/breadcrumb_root.thtml','{breadcrumb_root}\n','breadcrumb_root');
INSERT INTO `bc_thm_contents`VALUES (220,'default','breadcrumbs/breadcrumb_nolink.thtml','    <span itemprop=\"title\">{name}</span> {separator}\n{breadcrumb_child}\n\n','breadcrumb_child,name,separator');
INSERT INTO `bc_thm_contents`VALUES (221,'default','breadcrumbs/breadcrumb.thtml','<a href=\"{url}\" itemprop=\"url\">\n    <span itemprop=\"title\">{name}</span>\n</a> {separator}\n{breadcrumb_child}\n\n','breadcrumb_child,name,separator,url');
INSERT INTO `bc_thm_contents`VALUES (222,'default','breadcrumbs/breadcrumb_child.thtml','<span itemprop=\"child\" itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n    {breadcrumb}\n</span>\n','breadcrumb');
INSERT INTO `bc_thm_contents`VALUES (223,'default','listitem.thtml','\n<!-- listitem.thtml { -->\n\n        <li class=\"listitem\">{list_item}</li>\n\n<!-- } listitem.thtml -->\n','list_item');
INSERT INTO `bc_thm_contents`VALUES (224,'default','blockheader-config.thtml','\n<!-- blockheader-config.thtml { -->\n\n<div class=\"block-center\">\n  <h2>{block_title}{block_help}</h2>\n  <div class=\"block-center-content\">\n    <ul class=\"block-config-content\">\n\n<!-- } blockheader-config.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (225,'default','trackback/trackback.thtml','\n<!-- trackback/trackback.thtml { -->\n\n<div id=\"trackback\">\n  <h3>{lang_trackback}</h3>\n  <div class=\"block-trackback-content\">\n    <dl>\n      <dt>{lang_trackback_url}</dt>\n      <dd>{trackback_url}</dd>\n    </dl>\n\n    <p class=\"trackback_comments_no_link\">{lang_trackback_comments_no_link}</p>\n\n    {trackback_comments}\n  </div>\n</div>\n\n<!-- } trackback/trackback.thtml -->\n','lang_trackback,lang_trackback_comments_no_link,lang_trackback_url,trackback_comments,trackback_url');
INSERT INTO `bc_thm_contents`VALUES (226,'default','trackback/formattedcomment.thtml','\n<!-- trackback/formattedcomment.thtml { -->\n\n<div class=\"formattedcomment\">\n  <ul class=\"status\">\n    <li class=\"title\"><a href=\"{trackback_url}\">{trackback_title}</a>&nbsp;{trackback_from_blog_name}</li>\n    <li class=\"trackback_date\">{lang_tracked_on}&nbsp;{trackback_date}</li>\n  </ul>\n\n  <p class=\"trackback_excerpt_readmore\">{trackback_excerpt_readmore}</p>\n\n  <ul class=\"navi\">\n    <li class=\"delete_option\">{delete_option}</li>\n  </ul>\n</div>\n\n<!-- } trackback/formattedcomment.thtml -->\n','delete_option,lang_tracked_on,trackback_date,trackback_excerpt_readmore,trackback_from_blog_name,trackback_title,trackback_url');
INSERT INTO `bc_thm_contents`VALUES (227,'default','trackback/trackbackcomment.thtml','\n<!-- trackback/trackbackcomment.thtml { -->\n\n{formatted_comment}\n\n<!-- } trackback/trackbackcomment.thtml -->\n','formatted_comment');
INSERT INTO `bc_thm_contents`VALUES (228,'default','print.css','@charset \"utf-8\";\n\n/* STYLESHEET FOR PRINTOUTS ***************************************************\n\n Minimal stylesheet for printable templates.\n\n*/\n\nbody {\n  padding: 16px;\n  background:#FFFFFF;\n  color:#000000;\n  font-family: arial,verdana,tahoma,helvetica,sans-serif;\n}\n\n  h1#printable-story_title {\n    margin: 0 0 0.67em 0;\n    padding: 0;\n    font-size: 2em;\n    font-weight: bolder;\n  }\n\n  ul#printable-author {\n    list-style-position: outside;\n    list-style-type: none;\n    margin: 0;\n    padding: 0;\n  }\n\n  ul#printable- li {\n    margin: 0;\n    padding: 0;\n  }\n\n  div#printable-story_introtext,\n  div#printable-story_bodytext {\n    margin: 0 0 1em 0;\n    padding: 0;\n  }\n\n  dl#printable-url {\n    margin: 0;\n    padding: 1em 0 0 0;\n    border-top: 1px solid #000000;\n  }\n\n  dl#printable-url dt {\n    margin: 0;\n    padding: 0;\n  }\n\n  dl#printable-url dd {\n    margin: 0;\n    padding: 0;\n  }\n','');
INSERT INTO `bc_thm_contents`VALUES (229,'denim','storytext.thtml','\n<!-- storytext.thtml { -->\n\n<div class=\"storytext\">\n  <h2 class=\"story_title\">{start_storylink_anchortag}{story_title}{end_storylink_anchortag}</h2>\n\n  <div class=\"story_icon\">\n    {email_icon}{print_icon}{edit_icon}\n  </div>\n\n  <ul class=\"story_status\">\n    <li>{story_date}</li>\n    <li>{lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</li>\n    <li>{lang_views} {story_hits}</li>\n  </ul>\n\n  <div class=\"story_introtext\">\n    <span class=\"story_image\">{story_anchortag_and_image_no_align}</span>\n    {story_text_no_br}\n  </div>\n\n  <ul class=\"story_navi\">\n    <li>{page_selector}</li>\n    <li>{readmore_link}</li>\n    <li>{post_comment_link}</li>\n  </ul>\n\n  <ul class=\"feedback\">\n    <li>{plugin_itemdisplay}</li>\n    <li>{comments_with_count}</li>\n    <li>{trackbacks_with_count}</li>\n  </ul>\n</div>\n\n<!-- } storytext.thtml -->\n','comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,end_storylink_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,start_storylink_anchortag,story_anchortag_and_image_no_align,story_date,story_hits,story_text_no_br,story_title,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (230,'denim','loginform_oauth.thtml','<!-- loginform_oauth.thtml { -->\n\n<form class=\"third-party-login\" action=\"{site_url}/users.php?oauth_login={oauth_service}\" method=\"post\">\n  <div>\n    <img alt=\"\" src=\"{oauth_sign_in_image}\"{xhtml}>\n    <input value=\"{lang_oauth_service}\" type=\"submit\" class=\"submit\"{xhtml}>\n  </div>\n</form>\n\n<!-- } loginform_oauth.thtml -->\n\n','lang_oauth_service,oauth_service,oauth_sign_in_image,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (231,'denim','comment/commentform_advanced.thtml','\n<!-- comment/commentform_advanced.thtml { -->\n\n{noscript}\n<div id=\"advanced_editor\" style=\"display:none;\">\n  {start_block_postacomment}\n  <div id=\"commenteditform\">\n    <form action=\"{form_url}\" method=\"post\" onsubmit=\'set_postcontent();\' id=\"commentform_advanced\" class=\"compact\">\n      <div class=\"user_basic\">\n        <dl class=\"form_block\">\n          <dt class=\"dt-commentform-username\">{lang_username}</dt>\n          <dd class=\"dd-commentform-username\">{cid}\n             <input type=\"hidden\" name=\"order\" value=\"{order}\"{xhtml}>\n             <input type=\"hidden\" name=\"format\" value=\"{format}\"{xhtml}>\n             <input type=\"hidden\" name=\"cpage\" value=\"{cpage}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}pid\" value=\"{pid}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}type\" value=\"{type}\"{xhtml}>\n             <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}uid\" value=\"{uid}\"{xhtml}>{username}&nbsp;\n             <span{hidewhenediting}>[<a href=\"{action_url}\" rel=\"nofollow\" class=\"logoutorcreateaccount\">{lang_logoutorcreateaccount}</a>]</span>\n          </dd>\n          <dt class=\"title\"><label for=\"commentform-title\">{lang_title}</label></dt>\n          <dd class=\"title\"><input type=\"text\" value=\"{title}\" maxlength=\"96\" name=\"title\" id=\"commentform-title\" class=\"size6\"{xhtml}></dd>\n    \n          <dt><label for=\"comment_text\">{lang_comment}</label></dt>\n          <dd>\n            <div id=\"text_editor\" style=\"display: {show_texteditor};\">\n              <textarea cols=\"45\" rows=\"10\" name=\"comment\" id=\"comment_text\" class=\"wide\">{comment}</textarea>\n            </div>\n            <div id=\"html_editor\" style=\"display: {show_htmleditor};\">\n              <textarea cols=\"45\" rows=\"10\" name=\"comment_html\" id=\"comment_html\" class=\"wide\">{comment}</textarea>\n            </div>\n          </dd>\n          <dd class=\"description\">{allowed_html}</dd>\n    \n          <dt><label for=\"sel_editmode\">{lang_postmode}</label></dt>\n          <dd>\n            <select id=\"sel_editmode\" name=\"postmode\" onchange=\"change_editmode(this);\">\n              {postmode_options}\n            </select>\n          </dd>\n        </dl>\n    \n        {captcha}\n    \n        <dl class=\"importantstuff clearfix\">\n          <dt>{lang_importantstuff}</dt>\n          <dd>\n            <ul class=\"ul-importantstuff\">\n              <li class=\"li-importantstuff\">{lang_instr_line1}</li>\n              <li class=\"li-importantstuff\">{lang_instr_line2}</li>\n              <li class=\"li-importantstuff\">{lang_instr_line3}</li>\n              <li class=\"li-importantstuff\">{lang_instr_line4}</li>\n              <li class=\"li-importantstuff\">{lang_instr_line5}</li>\n            </ul>\n          </dd>\n        </dl>\n    \n        <div class=\"submit\">\n          <input type=\"submit\" name=\"{nprefix}mode\" value=\"{lang_preview}\" class=\"submit\"{xhtml}>\n          <input type=\"hidden\" name=\"formtype\" value=\"{formtype}\"{xhtml}>\n          {save_option} \n          <input type=\"submit\" value=\"{lang_cancel}\" name=\"{nprefix}mode\"{xhtml}>\n          {delete_option} \n          {notification}\n        </div>\n      </div>\n    </form>\n  </div>\n  {end_block}\n</div>\n\n<!-- } comment/commentform_advanced.thtml -->\n','action_url,allowed_html,captcha,cid,comment,cpage,delete_option,end_block,form_url,format,formtype,gltoken,gltoken_name,hidewhenediting,lang_cancel,lang_comment,lang_importantstuff,lang_instr_line1,lang_instr_line2,lang_instr_line3,lang_instr_line4,lang_instr_line5,lang_logoutorcreateaccount,lang_postmode,lang_preview,lang_title,lang_username,noscript,notification,nprefix,order,pid,postmode_options,save_option,show_htmleditor,show_texteditor,sid,start_block_postacomment,title,type,uid,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (232,'denim','comment/commentform.thtml','\n<!-- comment/commentform.thtml { -->\n\n{start_block_postacomment}\n<div id=\"commenteditform\">\n\n<form action=\"{form_url}\" method=\"post\" id=\"commentform\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <dl class=\"form_block\">\n      <dt class=\"dt-commentform-username\">{lang_username}</dt>\n      <dd class=\"dd-commentform-username\">{cid}\n         <input type=\"hidden\" name=\"order\" value=\"{order}\"{xhtml}>\n         <input type=\"hidden\" name=\"format\" value=\"{format}\"{xhtml}>\n         <input type=\"hidden\" name=\"cpage\" value=\"{cpage}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}pid\" value=\"{pid}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}type\" value=\"{type}\"{xhtml}>\n         <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}uid\" value=\"{uid}\"{xhtml}>{username}&nbsp;\n         <span{hidewhenediting}>[<a href=\"{action_url}\" rel=\"nofollow\" class=\"logoutorcreateaccount\">{lang_logoutorcreateaccount}</a>]</span>\n      </dd>\n      <dt class=\"title\"><label for=\"commentform-title\">{lang_title}</label></dt>\n      <dd class=\"title\"><input type=\"text\" value=\"{title}\" maxlength=\"96\" name=\"title\" id=\"commentform-title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"comment_text\">{lang_comment}</label></dt>\n      <dd><div class=\"text_editor\"><textarea rows=\"10\" cols=\"45\" name=\"comment\" id=\"comment_text\" class=\"wide\">{comment}</textarea></div></dd>\n      <dd class=\"description\">{allowed_html}</dd>\n\n      <dt><label for=\"commentform-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"commentform-postmode\">\n          {postmode_options}\n        </select>\n      </dd>\n    </dl>\n\n    {captcha}\n\n    <dl class=\"importantstuff clearfix\">\n      <dt>{lang_importantstuff}</dt>\n      <dd>\n        <ul class=\"ul-importantstuff\">\n          <li class=\"li-importantstuff\">{lang_instr_line1}</li>\n          <li class=\"li-importantstuff\">{lang_instr_line2}</li>\n          <li class=\"li-importantstuff\">{lang_instr_line3}</li>\n          <li class=\"li-importantstuff\">{lang_instr_line4}</li>\n          <li class=\"li-importantstuff\">{lang_instr_line5}</li>\n        </ul>\n      </dd>\n    </dl>\n\n    <div class=\"submit\">\n      <input type=\"submit\" name=\"{nprefix}mode\" value=\"{lang_preview}\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"formtype\" value=\"{formtype}\"{xhtml}>\n      {save_option} \n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"{nprefix}mode\"{xhtml}> \n      {delete_option} \n      {notification}\n    </div>\n  </div>\n\n</form>\n\n</div>\n{end_block}\n<!-- } comment/commentform.thtml -->\n','action_url,allowed_html,captcha,cid,comment,cpage,delete_option,end_block,form_url,format,formtype,gltoken,gltoken_name,hidewhenediting,lang_cancel,lang_comment,lang_importantstuff,lang_instr_line1,lang_instr_line2,lang_instr_line3,lang_instr_line4,lang_instr_line5,lang_logoutorcreateaccount,lang_postmode,lang_preview,lang_title,lang_username,notification,nprefix,order,pid,postmode_options,save_option,sid,start_block_postacomment,title,type,uid,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (233,'denim','comment/comment.thtml','\n<!-- comment/comment.thtml { -->\n\n<div class=\"block-comment-content level-{indent}\">\n  <ul class=\"comment_status\">\n    <li class=\"comment_title\">{title}</li>\n    <li class=\"comment_author\">{lang_authoredby}&nbsp;{author_link}&nbsp;{lang_on}&nbsp;{date}</li>\n  </ul>\n\n  <div class=\"comment_content\">{comments}</div>\n\n  <div class=\"comment_navi\">[\n   <span {hide_if_preview}>{reply_option} {parent_link} {delete_option} <a href=\"{site_url}/comment.php?mode=view&amp;cid={cid}\" rel=\"self bookmark\" title=\"{lang_permlink}\">#</a></span>\n  ]</div>\n</div>\n\n<!-- } comment/comment.thtml -->\n','author_link,cid,comments,date,delete_option,hide_if_preview,indent,lang_authoredby,lang_on,lang_permlink,parent_link,reply_option,site_url,title');
INSERT INTO `bc_thm_contents`VALUES (234,'denim','comment/commentbar.thtml','\n<!-- comment/commentbar.thtml { -->\n\n<div class=\"commentbar_status\">\n  {start_storylink_anchortag}<strong>{story_title}</strong>{end_storylink_anchortag}\n  <span class=\"bar_separator\">|</span>\n  {num_comments} {lang_comments}\n  <span class=\"bar_separator\">|</span>\n  {user_nullname} <a href=\"{login_logout_url}\" rel=\"nofollow\">{lang_login_logout}</a>\n</div>\n\n<div id=\"commentbar\">\n  <form action=\"{editor_url}\" method=\"post\" id=\"commentbar-comment\">\n    <div class=\"submit\">\n      <input type=\"{reply_hidden_or_submit}\" name=\"reply\" value=\"{lang_reply}\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n      <input type=\"hidden\" name=\"{nprefix}pid\" value=\"0\"{xhtml}>\n      <input type=\"hidden\" name=\"{nprefix}type\" value=\"{comment_type}\"{xhtml}>\n      <input type=\"hidden\" name=\"title\" value=\"{comment_title}\"{xhtml}>\n      {hidden_field_reply}\n    </div>\n  </form>\n\n  <form action=\"{parent_url}\" method=\"post\" id=\"commentbar-selector\">\n    <div>\n      {order_selector} {mode_selector}\n      <input type=\"submit\" value=\"{lang_refresh}\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n      <input type=\"hidden\" name=\"{nprefix}type\" value=\"{comment_type}\"{xhtml}>\n      {hidden_field}\n    </div>\n  </form>\n</div>\n\n<p class=\"disclaimer\">{lang_disclaimer}</p>\n\n<!-- } comment/commentbar.thtml -->\n','comment_title,comment_type,editor_url,end_storylink_anchortag,hidden_field,hidden_field_reply,lang_comments,lang_disclaimer,lang_login_logout,lang_refresh,lang_reply,login_logout_url,mode_selector,nprefix,num_comments,order_selector,parent_url,reply_hidden_or_submit,sid,start_storylink_anchortag,story_title,user_nullname,xhtml');
INSERT INTO `bc_thm_contents`VALUES (235,'denim','comment/reportcomment.thtml','\n<!-- comment/reportcomment.thtml { -->\n\n<form action=\"{site_url}/comment.php\" method=\"post\" id=\"reportcomment\">\n\n  <div class=\"user_basic\">\n    <div class=\"reportcomment\">{comment}</div>\n\n    <p class=\"form_message\">{lang_report_this}</p>\n\n    <div class=\"submit\">\n      <input type=\"submit\" name=\"sendit\" value=\"{lang_send_report}\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"cid\" value=\"{cid}\"{xhtml}>\n      <input type=\"hidden\" name=\"type\" value=\"{type}\"{xhtml}>\n      <input type=\"hidden\" name=\"mode\" value=\"sendreport\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n  </div>\n\n</form>\n\n<!-- } comment/reportcomment.thtml -->\n','cid,comment,gltoken,gltoken_name,lang_report_this,lang_send_report,site_url,type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (236,'denim','comment/thread.thtml','\n<!-- comment/thread.thtml { -->\n\n<ul class=\"comment_thread level-{indent}\">\n  <li class=\"thread_title\"><a href=\"{site_url}/comment.php?mode=display&amp;format=threaded&amp;order={order}&amp;pid={pid}\">{title}</a></li>\n  <li class=\"thread_author\">{lang_authoredby}&nbsp;{start_author_anchortag}{author}{end_author_anchortag}&nbsp;{lang_on}&nbsp;{date}</li>\n</ul>\n\n<!-- } comment/thread.thtml -->\n','author,date,end_author_anchortag,indent,lang_authoredby,lang_on,order,pid,site_url,start_author_anchortag,title');
INSERT INTO `bc_thm_contents`VALUES (237,'denim','comment/startcomment.thtml','\n<!-- comment/startcomment.thtml { -->\n\n<div id=\"{area_id}\">\n  <div id=\"comments\">\n    {commentbar}\n    {comments}\n\n    <p class=\"pagenav\">{pagenav}</p>\n  </div>\n  {commenteditor}\n</div>\n\n<!-- } comment/startcomment.thtml -->\n','area_id,commentbar,commenteditor,comments,pagenav');
INSERT INTO `bc_thm_contents`VALUES (238,'denim','adminoption.thtml','        <li class=\"adminoption sideoption\"><a href=\"{option_url}\">{option_label}<span>({option_count})</span></a></li>\n','option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (239,'denim','rightblocks.thtml','\n    <hr class=\"separator\"{xhtml}>\n\n    <div id=\"rightblocks\">\n      {geeklog_blocks}\n    </div>\n\n','geeklog_blocks,xhtml');
INSERT INTO `bc_thm_contents`VALUES (240,'denim','noscript.thtml','<!-- noscript.thtml { -->\n\n<noscript>    \n    <div class=\"pluginAlert aligncenter\" style=\"border:1px dashed #ccc;margin-top:10px;padding:15px;\">{lang_nojavascript}    \n        <p{hide_link}>{no_javascript_return_link}</p>\n        <br{xhtml}>    \n    </div>    \n</noscript>\n\n<!-- } noscript.thtml -->\n','hide_link,lang_nojavascript,no_javascript_return_link,xhtml');
INSERT INTO `bc_thm_contents`VALUES (241,'denim','admin/mail/mailform.thtml','<!-- admin/mail/mailform.thtml { -->\n\n<form action=\"{php_self}\" method=\"post\" id=\"admin-mailform\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-mailform-to_group\">{lang_to}</label></dt>\n	  <dd>\n        <select name=\"to_group\" id=\"admin-mailform-to_group\">\n          <option value=\"\">{lang_selectgroup}</option>\n          {group_options}\n        </select>\n      </dd>\n\n      <dt><label for=\"admin-mailform-fra\">{lang_from}</label></dt>\n      <dd><input type=\"text\" value=\"{site_name}\" name=\"fra\" class=\"size4\" id=\"admin-mailform-fra\"{xhtml}></dd>\n\n      <dt><label for=\"admin-mailform-fraepost\">{lang_replyto}</label></dt>\n      <dd><input type=\"text\" value=\"{site_mail}\" name=\"fraepost\" class=\"size4\" id=\"admin-mailform-fraepost\"{xhtml}></dd>\n\n      <dt><label for=\"admin-mailform-subject\">{lang_subject}</label></dt>\n      <dd><input type=\"text\" value=\"{subject}\" name=\"subject\" class=\"size4\" id=\"admin-mailform-subject\"{xhtml}></dd>\n\n      <dt><label for=\"admin-mailform-message\">{lang_body}</label></dt>\n      <dd><textarea rows=\"12\" cols=\"44\" name=\"message\" id=\"admin-mailform-message\" class=\"wide\">{message}</textarea></dd>\n\n      <dt><label for=\"admin-mailform-html\">{lang_options}</label></dt>\n      <dd>\n        <input type=\"checkbox\" name=\"html\" id=\"admin-mailform-html\"{html}{xhtml}>{lang_HTML}\n        <input type=\"checkbox\" name=\"priority\"{priority}{xhtml}>{lang_urgent}\n        <input type=\"checkbox\" name=\"overstyr\"{overstyr}{xhtml}>{lang_ignoreusersettings}\n      </dd>\n    </dl>\n\n    <div class=\"submit\">\n      <input type=\"hidden\" name=\"mail\" value=\"mail\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_send}\" onclick=\"return postconfirm()\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n  </div>\n</form>\n\n<!-- } admin/mail/mailform.thtml -->\n','gltoken,gltoken_name,group_options,html,lang_HTML,lang_body,lang_from,lang_ignoreusersettings,lang_options,lang_replyto,lang_selectgroup,lang_send,lang_subject,lang_to,lang_urgent,message,overstyr,php_self,priority,site_mail,site_name,subject,xhtml');
INSERT INTO `bc_thm_contents`VALUES (242,'denim','admin/user/password.thtml','\n<!-- admin/user/password.thtml { -->\n\n      <dt><label for=\"admin-edituser-passwd\">{lang_password}</label></dt>\n      <dd><input type=\"password\" value=\"\" name=\"passwd\" id=\"admin-edituser-passwd\" class=\"size2\"{xhtml}></dd>\n\n      <dt><label for=\"admin-edituser-passwd_conf\">{lang_password_conf}</label></dt>\n      <dd><input type=\"password\" value=\"\" name=\"passwd_conf\" id=\"admin-edituser-passwd_conf\" class=\"size2\"{xhtml}></dd>\n\n<!-- admin/user/password.thtml { -->\n','lang_password,lang_password_conf,xhtml');
INSERT INTO `bc_thm_contents`VALUES (243,'denim','admin/user/edituser.thtml','\n<!-- admin/user/edituser.thtml { -->\n\n<form action=\"{site_admin_url}/user.php\" method=\"post\" id=\"admin-edituser\">\n\n  <div class=\"admin_basic compact\">\n    <dl class=\"form_block\">\n      <dt>{lang_userid}</dt>\n      <dd>{user_id}</dd>\n\n      <dt>{lang_regdate}</dt>\n      <dd>{user_regdate}</dd>\n\n      <dt>{lang_lastlogin}</dt>\n      <dd>{user_lastlogin}</dd>\n\n      <dt><label for=\"admin-edituser-username\">{lang_username}</label></dt>\n      <dd><div><input type=\"text\" maxlength=\"16\" value=\"{username}\" name=\"username\" id=\"admin-edituser-username\" class=\"size2\"{xhtml}> {remoteservice}</div>\n          {user_photo}<label>{lang_delete_photo}</label>{delete_photo_option}\n      </dd>\n\n      <dt><label for=\"admin-edituser-fullname\">{lang_fullname}</label></dt>\n      <dd><input type=\"text\" maxlength=\"80\" value=\"{user_fullname}\" name=\"fullname\" id=\"admin-edituser-fullname\" class=\"size5\"{xhtml}></dd>\n\n      {password_option}\n\n      <dt><label for=\"admin-edituser-email\">{lang_emailaddress}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{user_email}\" name=\"email\" id=\"admin-edituser-email\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label for=\"admin-edituser-homepage\">{lang_homepage}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{user_homepage}\" name=\"homepage\" id=\"admin-edituser-homepage\" class=\"size5\"{xhtml}></dd>\n\n      <dt>{lang_user_status}</dt>\n      <dd>{user_status}</dd>\n    </dl>\n  </div>\n\n  <div class=\"admin_basic linear\">\n    <fieldset>\n      <legend>{lang_securitygroups}</legend>\n      <dl class=\"form_block\">\n        {group_edit}\n      </dl>\n\n    </fieldset>\n\n    <p class=\"submit\">\n      <input type=\"hidden\" name=\"uid\" value=\"{user_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"regdate\" value=\"{regdate_timestamp}\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}>\n      {delete_option}\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </p>\n  </div>\n\n</form>\n\n<!-- } admin/user/edituser.thtml -->\n','delete_option,delete_photo_option,gltoken,gltoken_name,group_edit,lang_cancel,lang_delete_photo,lang_emailaddress,lang_fullname,lang_homepage,lang_lastlogin,lang_regdate,lang_save,lang_securitygroups,lang_user_status,lang_userid,lang_username,password_option,regdate_timestamp,remoteservice,site_admin_url,user_email,user_fullname,user_homepage,user_id,user_lastlogin,user_photo,user_regdate,user_status,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (244,'denim','admin/user/groupedit.thtml','\n<!-- admin/user/groupedit.thtml { -->\n\n<dd>\n  <p class=\"groupinstructions\">{lang_groupinstructions}</p>\n  <div class=\"fieldset-table-wrapper\">{group_options}</div>\n</dd>\n\n<!-- } admin/user/groupedit.thtml -->\n','group_options,lang_groupinstructions');
INSERT INTO `bc_thm_contents`VALUES (245,'denim','admin/user/batchdelete.thtml','\n<!-- admin/user/batchdelete.thtml { -->\n\n{lang_instruction}\n\n<form style=\"display:inline\" action=\"{site_admin_url}/user.php?mode=batchdelete\" method=\"post\">\n  <div style=\"padding:10px 5px;border:1px solid #E7E7E7;background:#F7F7F7;margin-top:10px;\">\n    <div class=\"clearfix\">\n      {options_list}\n    </div>\n    <div class=\"submit\">\n      <input type=\"hidden\" name=\"mode\" value=\"batchdelete\"{xhtml}>\n      <input type=\"hidden\" name=\"usr_type\" value=\"{usr_type}\"{xhtml}>\n      <input type=\"hidden\" name=\"usr_time[{usr_type}]\" value=\"{usr_time}\"{xhtml}>\n      <input type=\"submit\" name=\"submit\" value=\"{lang_updatelist}\"{xhtml}>\n    </div>\n  </div>\n</form>\n\n<!-- } admin/user/batchdelete.thtml -->\n','lang_instruction,lang_updatelist,options_list,site_admin_url,usr_time,usr_type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (246,'denim','admin/user/batchdelete_options.thtml','\n<!-- admin/user/batchdelete_options.thtml { -->\n<div class=\"clearfix\">\n  <div>\n  <input type=\"radio\" name=\"usr_type\" value=\"{sel_id}\"{selector}{xhtml}> <strong>{lang_description}:</strong>\n  </div>\n\n  <div style=\"margin-bottom:1em;margin-left: 22px;\">\n  {lang_text_start} <input class=\"aligncenter\" type=\"text\" name=\"usr_time[{sel_id}]\" value=\"{id_value}\" size=\"3\"{selector}{xhtml}>{lang_text_end}\n  </div>\n</div>\n\n<!-- } admin/user/batchdelete_options.thtml -->\n','id_value,lang_description,lang_text_end,lang_text_start,sel_id,selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (247,'denim','admin/user/reminder.thtml','\n<!-- admin/user/reminder.thtml { -->\n\n<div id=\"reminder-submit\" class=\"submit\">\n  <input type=\"submit\" name=\"mode\" value=\"{action_reminder}\" class=\"submit\"{xhtml}>&nbsp;{lang_reminder}\n</div>\n\n<!-- } admin/user/reminder.thtml -->\n','action_reminder,lang_reminder,xhtml');
INSERT INTO `bc_thm_contents`VALUES (248,'denim','admin/block/defaultblockeditor.thtml','\n<!-- admin/block/defaultblockeditor.thtml { -->\n\n<form action=\"{site_admin_url}/block.php\" method=\"post\" id=\"admin-blockeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-blockeditor-title\">{lang_blocktitle}</label></dt>\n      <dd><input type=\"text\" name=\"title\" value=\"{block_title}\" id=\"admin-blockeditor-title\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" name=\"is_enabled\" {is_enabled} id=\"admin-blockeditor-is_enabled\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-help\">{lang_blockhelpurl}</label></dt>\n      <dd><input type=\"text\" name=\"help\" value=\"{block_help}\" maxlength=\"{max_url_length}\" id=\"admin-blockeditor-help\" class=\"size5\"{xhtml}></dd>\n      <dd class=\"description\">{lang_includehttp}<br{xhtml}>\n                              {lang_explanation}</dd>\n\n      <dt>{lang_blockname}</dt>\n      <dd>{block_name}\n        <input type=\"hidden\" name=\"name\" value=\"{block_name}\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-blockeditor-onleft\">{lang_side}</label></dt>\n      <dd><select name=\"onleft\" id=\"admin-blockeditor-onleft\">\n          <option value=\"1\" {left_selected}>{lang_left}</option>\n          <option value=\"0\" {right_selected}>{lang_right}</option>\n        </select>\n      </dd>\n\n      <dt><label for=\"admin-blockeditor-blockorder\">{lang_blockorder}</label></dt>\n      <dd><input type=\"text\" name=\"blockorder\" value=\"{block_order}\" id=\"admin-blockeditor-blockorder\" class=\"size1\"{xhtml}>\n        0 - 9999</dd>\n\n      <dt>{lang_blocktype}</dt>\n      <dd>gldefault\n        <input type=\"hidden\" name=\"type\" value=\"gldefault\"{xhtml}></dd>\n    </dl>\n\n    <fieldset>\n      <legend>{lang_accessrights}</legend>\n\n      <dl class=\"form_block\">\n        <dt>{lang_owner}</dt>\n        <dd>{owner_name}\n          <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}></dd>\n\n        <dt><label for=\"group_id\">{lang_group}</label></dt>\n        <dd>{group_dropdown}</dd>\n\n        <dt><label>{lang_permissions}</label></dt>\n        <dd>{permissions_editor}</dd>\n        <dd class=\"description\">{lang_perm_key}</dd>\n        <dd class=\"description\">{permissions_msg}</dd>\n      </dl>\n    </fieldset>\n\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"bid\" value=\"{block_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n  </div>\n\n</form>\n\n<!-- } admin/block/defaultblockeditor.thtml -->\n\n','block_help,block_id,block_name,block_order,block_title,gltoken,gltoken_name,group_dropdown,is_enabled,lang_accessrights,lang_blockhelpurl,lang_blockname,lang_blockorder,lang_blocktitle,lang_blocktype,lang_cancel,lang_enabled,lang_explanation,lang_group,lang_includehttp,lang_left,lang_owner,lang_perm_key,lang_permissions,lang_right,lang_save,lang_side,lang_topic,left_selected,max_url_length,owner_id,owner_name,permissions_editor,permissions_msg,right_selected,site_admin_url,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (249,'denim','admin/block/blockeditor.thtml','\n<!-- admin/block/blockeditor.thtml { -->\n\n{start_block_editor}\n<form action=\"{site_admin_url}/block.php\" method=\"post\" id=\"admin-blockeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-blockeditor-title\">{lang_blocktitle}</label></dt>\n      <dd><input type=\"text\" value=\"{block_title}\" name=\"title\" id=\"admin-blockeditor-title\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" {is_enabled} name=\"is_enabled\" id=\"admin-blockeditor-is_enabled\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-help\">{lang_blockhelpurl}</label></dt>\n      <dd>\n        <input type=\"text\" value=\"{block_help}\" name=\"help\" id=\"admin-blockeditor-help\" class=\"size5\"{xhtml}>\n      </dd>\n      <dd class=\"description\">{lang_includehttp}</dd>\n      <dd class=\"description\">{lang_explanation}</dd>\n\n      <dt><label for=\"admin-blockeditor-name\">{lang_blockname}</label></dt>\n      <dd><input type=\"text\" value=\"{block_name}\" name=\"name\" id=\"admin-blockeditor-name\" class=\"size5\"{xhtml}></dd>\n      <dd class=\"description\">{lang_nospaces}</dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-blockeditor-onleft\">{lang_side}</label></dt>\n      <dd>\n        <select name=\"onleft\" id=\"admin-blockeditor-onleft\">\n          <option value=\"1\" {left_selected}>{lang_left}</option>\n          <option value=\"0\" {right_selected}>{lang_right}</option>\n        </select>\n      </dd>\n\n      <dt><label for=\"admin-blockeditor-blockorder\">{lang_blockorder}</label></dt>\n      <dd><input type=\"text\" value=\"{block_order}\" name=\"blockorder\" id=\"admin-blockeditor-blockorder\" class=\"size1\"{xhtml}></dd>\n      <dd class=\"description\">0-9999</dd>\n\n      <dt><label for=\"admin-blockeditor-type\">{lang_blocktype}</label></dt>\n      <dd>\n        <select name=\"type\" id=\"admin-blockeditor-type\">\n          <option value=\"normal\" {normal_selected}>{lang_normalblock}</option>\n          <option value=\"phpblock\" {php_selected}>{lang_phpblock}</option>\n          <option value=\"portal\" {portal_selected}>{lang_portalblock}</option>\n        </select>\n      </dd>\n    </dl>\n\n    <fieldset>\n      <legend>{lang_phpblockoptions}</legend>\n\n      <dl class=\"form_block\">\n        <dt><label for=\"admin-blockeditor-phpblockfn\">{lang_blockfunction}</label></dt>\n        <dd><input type=\"text\" maxlength=\"50\" value=\"{block_phpblockfn}\" name=\"phpblockfn\" id=\"admin-blockeditor-phpblockfn\" class=\"size5\"{xhtml}></dd>\n        <dd class=\"description\">{lang_phpblockwarning}</dd>\n      </dl>\n    </fieldset>\n\n    <fieldset>\n      <legend>{lang_portalblockoptions}</legend>\n\n      <dl class=\"form_block\">\n        <dt><label for=\"admin-blockeditor-rdfurl\">{lang_rdfurl}</label></dt>\n        <dd><input type=\"text\" maxlength=\"{max_url_length}\" value=\"{block_rdfurl}\" name=\"rdfurl\" id=\"admin-blockeditor-rdfurl\" class=\"size5\"{xhtml}></dd>\n\n        <dt><label for=\"admin-blockeditor-rdflimit\">{lang_rdflimit}</label></dt>\n        <dd><input type=\"text\" maxlength=\"3\" value=\"{block_rdflimit}\" name=\"rdflimit\" id=\"admin-blockeditor-rdflimit\" class=\"size1\"{xhtml}></dd>\n\n        <dt><label for=\"admin-blockeditor-rdfupdated\">{lang_lastrdfupdate}</label></dt>\n        <dd><input type=\"text\" value=\"{block_rdfupdated}\" name=\"rdfupdated\" id=\"admin-blockeditor-rdfupdated\" class=\"size3\"{xhtml}></dd>\n      </dl>\n    </fieldset>\n\n    <fieldset>\n      <legend>{lang_normalblockoptions}</legend>\n\n      <dl class=\"form_block\">\n        <dt><label for=\"admin-blockeditor-content\">{lang_blockcontent}</label></dt>\n        <dd><textarea cols=\"40\" rows=\"12\" name=\"content\" id=\"admin-blockeditor-content\" class=\"wide\">{block_content}</textarea></dd>\n        <dt>{lang_autotags}</dt>\n        <dd><input type=\"checkbox\" name=\"allow_autotags\" {allow_autotags}{xhtml}>({lang_use_autotags})</dd>\n      </dl>\n\n      <p class=\"description\">{lang_allowed_html}</p>\n    </fieldset>\n\n    <fieldset>\n      <legend>{lang_accessrights}</legend>\n\n      <dl class=\"form_block\">\n        <dt>{lang_owner}</dt>\n        <dd>{owner_username}</dd>\n\n        <dt><label for=\"group_id\">{lang_group}</label></dt>\n        <dd>{group_dropdown}</dd>\n\n        <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n        <dd>{permissions_editor}</dd>\n        <dd class=\"description\">{lang_perm_key}</dd>\n        <dd class=\"description\">{lang_permissions_msg}</dd>\n      </dl>\n    </fieldset>\n\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"bid\" value=\"{block_bid}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {delete_option}\n    </div>\n  </div>\n\n</form>\n{end_block}\n<!-- } admin/block/blockeditor.thtml -->\n','allow_autotags,block_bid,block_content,block_help,block_name,block_order,block_phpblockfn,block_rdflimit,block_rdfupdated,block_rdfurl,block_title,delete_option,end_block,gltoken,gltoken_name,group_dropdown,is_enabled,lang_accessrights,lang_allowed_html,lang_autotags,lang_blockcontent,lang_blockfunction,lang_blockhelpurl,lang_blockname,lang_blockorder,lang_blocktitle,lang_blocktype,lang_cancel,lang_enabled,lang_explanation,lang_group,lang_includehttp,lang_lastrdfupdate,lang_left,lang_normalblock,lang_normalblockoptions,lang_nospaces,lang_owner,lang_perm_key,lang_permissions,lang_permissions_msg,lang_phpblock,lang_phpblockoptions,lang_phpblockwarning,lang_portalblock,lang_portalblockoptions,lang_rdflimit,lang_rdfurl,lang_right,lang_save,lang_side,lang_topic,lang_use_autotags,left_selected,max_url_length,normal_selected,owner_id,owner_username,permissions_editor,php_selected,portal_selected,right_selected,site_admin_url,start_block_editor,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (250,'denim','admin/group/groupeditor.thtml','\n<!-- admin/group/groupeditor.thtml { -->\n\n<form action=\"{site_admin_url}/group.php\" method=\"post\" id=\"admin-groupeditor\">\n\n  <div class=\"admin_basic compact\">\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-groupeditor-grp_name\">{lang_groupname}</label></dt>\n      <dd>{groupname_static}<input type=\"{groupname_inputtype}\" maxlength=\"50\" value=\"{group_name}\" name=\"grp_name\" id=\"admin-groupeditor-grp_name\" class=\"size3\"{xhtml}></dd>\n\n      <dt><label for=\"admin-groupeditor-grp_descr\">{lang_description}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{group_description}\" name=\"grp_descr\" id=\"admin-groupeditor-grp_descr\" class=\"size5\"{xhtml}></dd>\n\n    </dl>\n\n    <dl class=\"form_block\" {hide_adminoption}>\n      <dt>{lang_admingroup}</dt>\n      <dd><input type=\"checkbox\" name=\"chk_grpadmin\" value=\"1\" {chk_adminuse}{xhtml}>\n          <span class=\"fieldhelp\">{lang_admingrp_msg}</span>\n      </dd>\n    </dl>\n\n    <dl class=\"form_block\" {hide_defaultoption}>\n      <dt>{lang_defaultgroup}</dt>\n      <dd>\n          <input type=\"checkbox\" name=\"chk_grpdefault\" id=\"chk1\" onclick=\"showHide(\'msg1\')\" value=\"1\" {chk_defaultuse}{xhtml}>\n          <span class=\"fieldhelp\">{lang_defaultgrp_msg}</span>\n      </dd>\n    </dl>\n\n    <dl id=\"applydefault_row\" class=\"form_block\" {hide_defaultoption}>\n      <dt></dt>\n      <dd>\n        <div style=\"display:none\" id=\"msg1\">\n          <input type=\"checkbox\" name=\"chk_applydefault\" id=\"chk2\" value=\"1\"{xhtml}>\n          <span class=\"fieldhelp\">{lang_applydefault_msg}</span>\n        </div>\n      </dd>\n    </dl>\n  </div>\n\n  <div class=\"linear\">\n    <fieldset>\n      <legend>{lang_securitygroups}</legend>\n\n      <dl class=\"form_block\">\n        <dd class=\"description\">{lang_securitygroupmsg}</dd>\n        <dd><div class=\"fieldset-table-wrapper\">{group_options}</div></dd>\n      </dl>\n    </fieldset>\n\n    <fieldset>\n      <legend>{lang_rights}</legend>\n\n      <dl class=\"form_block\">\n        <dd class=\"description\">{lang_rightsmsg}</dd>\n        <dd><div class=\"fieldset-table-wrapper\"><table id=\"rights_options\">{rights_options}</table></div></dd>\n      </dl>\n    </fieldset>\n  </div>\n\n  <div class=\"submit\">\n    <input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}>\n    {delete_option}\n    <input type=\"hidden\" name=\"grp_gl_core\" value=\"{group_core}\"{xhtml}>\n    <input type=\"hidden\" name=\"grp_id\" value=\"{group_id}\"{xhtml}>\n    <input type=\"hidden\" name=\"chk_showall\" value=\"{show_all}\"{xhtml}>\n    <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}>\n    <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n  </div>\n</form>\n\n<!-- } admin/group/groupeditor.thtml -->\n','chk_adminuse,chk_defaultuse,delete_option,gltoken,gltoken_name,group_core,group_description,group_id,group_name,group_options,groupname_inputtype,groupname_static,hide_adminoption,hide_defaultoption,lang_admingroup,lang_admingrp_msg,lang_applydefault_msg,lang_cancel,lang_defaultgroup,lang_defaultgrp_msg,lang_description,lang_groupname,lang_rights,lang_rightsmsg,lang_save,lang_securitygroupmsg,lang_securitygroups,rights_options,show_all,site_admin_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (251,'denim','admin/group/groupmembers.thtml','\n<!-- admin/group/groupmembers.thtml { -->\n\n<script type=\"text/JavaScript\" src=\"{site_url}/javascript/moveusers.js\"></script>\n\n<form name=\"groupusers\" action=\"{phpself}?group={groupid}\" method=\"post\" id=\"admin-groupmembers\">\n\n  <div class=\"admin_basic clearfix\" style=\"height:300px\">\n    <div class=\"listmembers\">\n      <div class=\"aligncenter\"><label for=\"admin-groupmembers-fieldFrom\">{LANG_sitemembers}</label></div>\n      <select multiple=\"multiple\" ondblclick=\"moveSelectedOptions(this.form[\'fieldFrom\'],this.form[\'fieldTo\'],false)\" name=\"fieldFrom\" id=\"admin-groupmembers-fieldFrom\" style=\"height:250px\">\n        {sitemembers}\n      </select>\n    </div>\n\n    <div class=\"movemembers\">\n      <div class=\"movebutton\"><input type=\"button\" name=\"right\" value=\"{LANG_add}\"    onclick=\"moveSelectedOptions(this.form[\'fieldFrom\'],this.form[\'fieldTo\'],false)\" class=\"submit\"{xhtml}></div>\n      <div class=\"movebutton\"><input type=\"button\" name=\"left\"  value=\"{LANG_remove}\" onclick=\"moveSelectedOptions(this.form[\'fieldTo\'],this.form[\'fieldFrom\'],false)\" class=\"submit\"{xhtml}></div>\n    </div>\n\n    <div class=\"listmembers\">\n      <div class=\"aligncenter\"><label for=\"admin-groupmembers-fieldTo\">{LANG_grpmembers}</label></div>\n      <select multiple=\"multiple\" ondblclick=\"moveSelectedOptions(this.form[\'fieldTo\'],this.form[\'fieldFrom\'],false)\" name=\"fieldTo\" id=\"admin-groupmembers-fieldTo\" style=\"height:250px\">\n        {group_list}\n      </select>\n    </div>\n  </div>\n\n  <div class=\"submit aligncenter\">\n    <input type=\"submit\" value=\"{lang_save}\" onclick=\"return setUsers(this.form)\" class=\"submit\"{xhtml}>\n    <input type=\"button\" value=\"{lang_cancel}\" onclick=\"javascript:history.go(-1)\" class=\"submit\"{xhtml}>\n    <input type=\"hidden\" name=\"mode\" value=\"savegroupusers\"{xhtml}>\n    <input type=\"hidden\" name=\"groupmembers\"{xhtml}>\n    <input type=\"hidden\" name=\"grp_id\" value=\"{group_id}\"{xhtml}>\n    <input type=\"hidden\" name=\"chk_showall\" value=\"{show_all}\"{xhtml}>\n    <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n  </div>\n\n</form>\n\n<!-- } admin/group/groupmembers.thtml -->\n','LANG_add,LANG_grpmembers,LANG_remove,LANG_sitemembers,gltoken,gltoken_name,group_id,group_list,groupid,lang_cancel,lang_save,phpself,show_all,site_url,sitemembers,xhtml');
INSERT INTO `bc_thm_contents`VALUES (252,'denim','admin/lists/inline.thtml','\n<!-- admin/lists/inline.thtml { -->\n\n                            {search_menu}\n                            {formfields_top}\n                            <table class=\"admin-list-table\">\n                                <tr style=\"background:#FFFFFF;\">\n                                 {header_row}\n                                </tr>\n                                {item_row}\n                            </table>\n                            <div>\n                                <input style=\"padding:5px 0px 0px 9px;{show_deleteimage}\" name=\"delbutton\" alt=\"delbutton\" type=\"image\" src=\"{layout_url}/images/deleteitem.png\" title=\"{lang_deleteall}\" onclick=\"return confirm(\'{lang_delconfirm}\');\"{xhtml}>\n                                {formfields_bottom}\n                            </div>\n                            <p class=\"aligncenter\" style=\"{show_message}\"><strong>{message}</strong></p>\n                            {google_paging}\n\n<!-- } admin/lists/inline.thtml -->\n','formfields_bottom,formfields_top,google_paging,header_row,item_row,lang_delconfirm,lang_deleteall,layout_url,message,search_menu,show_deleteimage,show_message,xhtml');
INSERT INTO `bc_thm_contents`VALUES (253,'denim','admin/lists/field.thtml','<td class=\"{class}\"{colspan}>{itemtext}</td>\n','class,colspan,itemtext');
INSERT INTO `bc_thm_contents`VALUES (254,'denim','admin/lists/header.thtml','<th class=\"{class}\"{th_subtags}>{header_text}</th>\n','class,header_text,th_subtags');
INSERT INTO `bc_thm_contents`VALUES (255,'denim','admin/lists/list.thtml','\n<!-- admin/lists/list.thtml { -->\n\n{search_menu}\n\n<form action=\"{form_url}\" method=\"post\">\n\n<div>\n{formfields_top}\n</div>\n\n<div class=\"table-wrapper\">\n<table class=\"admin-list-table\">\n<tr>\n{header_row}</tr>\n{item_row}\n</table>\n</div>\n\n<div class=\"admin-list-navi\" style=\"{show_deleteimage}\">\n  <input type=\"image\" name=\"delbutton\" alt=\"delbutton\" src=\"{layout_url}/images/deleteitem.png\" title=\"{lang_deleteall}\" onclick=\"return confirm(\'{lang_delconfirm}\');\"{xhtml}>\n</div>\n\n<div>\n{formfields_bottom}\n</div>\n\n</form>\n\n<p class=\"admin-list-message\" style=\"{show_message}\">{message}</p>\n\n{google_paging}\n\n<!-- } admin/lists/list.thtml -->\n','form_url,formfields_bottom,formfields_top,google_paging,header_row,item_row,lang_delconfirm,lang_deleteall,layout_url,message,search_menu,show_deleteimage,show_message,xhtml');
INSERT INTO `bc_thm_contents`VALUES (256,'denim','admin/lists/topmenu.thtml','\n<!-- admin/lists/topmenu.thtml { -->\n\n<div id=\"admin-topmenu\" class=\"clearfix\">\n  {icon}\n  <div id=\"admin-menu-fields\">\n    {menu_fields_pre}{menu_fields}{menu_fields_aft}\n  </div>\n  <div id=\"instructions\">{lang_instructions}</div>\n</div>\n\n<!-- } admin/lists/topmenu.thtml -->\n','icon,lang_instructions,menu_fields,menu_fields_aft,menu_fields_pre');
INSERT INTO `bc_thm_contents`VALUES (257,'denim','admin/lists/searchmenu.thtml','\n<!-- admin/lists/searchmenu.thtml { -->\n\n<form action=\"{form_url}\" method=\"post\">\n  <div class=\"admin-list-search\">\n    <div class=\"search-part\">\n      {filter}\n    </div>\n    <div class=\"search-part\">\n      {lang_search}: <input type=\"text\" size=\"20\" name=\"q\" value=\"{last_query}\"{xhtml}>\n    </div>\n    <div class=\"search-part\">\n      {lang_limit_results}:\n      <select name=\"query_limit\">\n        <option value=\"10\" {10_selected}>10</option>\n        <option value=\"20\" {20_selected}>20</option>\n        <option value=\"50\" {50_selected}>50</option>\n        <option value=\"75\" {75_selected}>75</option>\n        <option value=\"100\" {100_selected}>100</option>\n        <option value=\"200\" {200_selected}>200</option>\n        <option value=\"500\" {500_selected}>500</option>\n      </select>\n      <input type=\"submit\" value=\"{lang_submit}\"{xhtml}>\n    </div>\n    <div class=\"search-part\">\n      {lang_records_found}:&nbsp;{records_found}\n    </div>\n  </div>\n</form>\n\n<!-- } admin/lists/searchmenu.thtml -->\n','100_selected,10_selected,200_selected,20_selected,500_selected,50_selected,75_selected,filter,form_url,lang_limit_results,lang_records_found,lang_search,lang_submit,last_query,records_found,xhtml');
INSERT INTO `bc_thm_contents`VALUES (258,'denim','admin/lists/listitem.thtml','\n<!-- admin/lists/listitem.thtml { -->\n\n<tr class=\"pluginRow{cssid}\" onmouseover=\"this.className=\'pluginRollOver\'; return false;\" onmouseout=\"this.className=\'pluginRow{cssid}\'; return false;\">\n{item_field}</tr>\n\n<!-- } admin/lists/listitem.thtml -->\n','cssid,item_field');
INSERT INTO `bc_thm_contents`VALUES (259,'denim','admin/story/storyeditor.japanese_utf-8.thtml','\n<!-- admin/story/storyeditor.japanese_utf-8.thtml { -->\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" id=\"frmstory\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_year\" id=\"admin-storyeditor-publish_month\">\n          {publish_year_options}\n        </select>\n        年\n        <select name=\"publish_month\">\n          {publish_month_options}\n        </select>\n        月\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n\n      <dt><label for=\"admin-storyeditor-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor-title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-storyeditor-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-expire_month\">{lang_archivetitle}({lang_date})</label></dt>\n      <dd>\n        <select name=\"expire_year\" id=\"admin-storyeditor-expire_month\">\n          {expire_year_options}\n        </select>\n        年\n        <select name=\"expire_month\">\n          {expire_month_options}\n        </select>\n        月\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n\n      <dt><label>{lang_mode}</label></dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <br{xhtml}>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n\n      <dt><label>{lang_cmt_disable}:</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n           &nbsp;\n           <span dir=\"ltr\">\n           <select name=\"cmt_close_year\">\n             {cmt_close_year_options}\n           </select>\n           年\n           <select name=\"cmt_close_month\">\n                   {cmt_close_month_options}\n           </select>\n           月\n           <select name=\"cmt_close_day\">\n              {cmt_close_day_options}\n           </select>\n           日&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor-sid\" class=\"size5\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_description\" id=\"admin-storyeditor-metadescription\" class=\"wide\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" class=\"wide\">{meta_keywords}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-introtext\">{lang_introtext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"12\" name=\"introtext\" id=\"admin-storyeditor-introtext\">{story_introtext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-bodytext\">{lang_bodytext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"20\" name=\"bodytext\" id=\"admin-storyeditor-bodytext\">{story_bodytext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"admin-storyeditor-postmode\">\n          {post_options}\n        </select>\n      </dd>\n      <dd class=\"description\">{lang_allowed_html}</dd>\n\n      <dt><label>{lang_images}</label></dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n    </dl>\n\n    <fieldset>\n      <legend>{lang_accessrights}</legend>\n      <dl class=\"form_block\">\n        <dt>{lang_owner}</dt>\n        <dd>{owner_name}</dd>\n\n        <dt><label for=\"group_id\">{lang_group}</label></dt>\n        <dd>{group_dropdown}</dd>\n\n        <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n        <dd>{permissions_editor}</dd>\n        <dd class=\"description\">{lang_perm_key}</dd>\n        <dd class=\"description\">{lang_permissions_msg}</dd>\n      </dl>\n    </fieldset>\n\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n      {delete_option}\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"editopt\" value=\"default\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </div>\n  </div>\n\n</form>\n\n<!-- } admin/story/storyeditor.japanese_utf-8.thtml -->\n','cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_topic,lang_trackbacks,meta_description,meta_keywords,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (260,'denim','admin/story/storyeditor_advanced.thtml','\n<!-- admin/story/storyeditor_advanced.thtml { -->\n\n{noscript}\n\n<div id=\"advanced_editor\" style=\"display: none;\">\n{navbar}\n\n<form  name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" onsubmit=\'set_postcontent();\' id=\"frmstory\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor_advanced-title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor_advanced-sid\" class=\"size5\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_description\" id=\"admin-storyeditor-metadescription\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_keywords}</textarea></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor_advanced-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor_advanced-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"sel_editmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select {change_editormode} name=\"postmode\" id=\"sel_editmode\">\n          {post_options}\n        </select>\n      </dd>\n    </dl>\n  </div>\n\n  <div class=\"clearboth\">\n    <div id=\"text_editor\" class=\"story_editor\" style=\"display: {show_texteditor};\">\n      <dl class=\"form_block\">\n        <dt><label for=\"introtext\">{lang_introtext}</label></dt>\n        <dd>\n          <div class=\"navi\">\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'larger\');\" alt=\"expand button\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'smaller\');\" alt=\"collapse button\"{xhtml}>\n          </div>\n          <textarea cols=\"45\" rows=\"14\" name=\"introtext\" id=\"introtext\" class=\"wide\">{story_introtext}</textarea>\n        </dd>\n\n        <dt><label for=\"bodytext\">{lang_bodytext}</label></dt>\n        <dd>\n          <div class=\"navi\">\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'larger\');\" alt=\"expand button\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'smaller\');\" alt=\"collapse button\"{xhtml}>\n          </div>\n          <textarea cols=\"45\" rows=\"14\" name=\"bodytext\" id=\"bodytext\" class=\"wide\">{story_bodytext}</textarea>\n        </dd>\n        <dd class=\"description\">{lang_allowed_html}</dd>\n      </dl>\n    </div>\n\n    <div id=\"html_editor\" class=\"story_editor\" style=\"display: {show_htmleditor};\">\n      <dl class=\"form_block\">\n        <dt><label for=\"fckeditor_toolbar_selector\">{lang_toolbar}</label></dt>\n        <dd><select id=\"fckeditor_toolbar_selector\" name=\"fckeditor_toolbar_selector\" onchange=\"changeToolbar(this.value);\">\n              <option value=\"editor-toolbar1\">{toolbar1}</option>\n              <option value=\"editor-toolbar2\" selected=\"selected\">{toolbar2}</option>\n              <option value=\"editor-toolbar3\">{toolbar3}</option>\n              <option value=\"Default\">{toolbar5}</option>\n            </select></dd>\n\n        <dt><label for=\"introhtml\">{lang_introtext}</label></dt>\n        <dd>\n          <div class=\"navi\">\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'larger\');\" alt=\"expand button\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'smaller\');\" alt=\"collapse button\"{xhtml}>\n          </div>\n          <textarea cols=\"45\" rows=\"12\" name=\"introhtml\" id=\"introhtml\" class=\"wide\">{story_introtext}</textarea>\n        </dd>\n\n        <dt><label for=\"bodyhtml\">{lang_bodytext}</label></dt>\n        <dd>\n          <div class=\"navi\">\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'larger\');\" alt=\"\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'smaller\');\" alt=\"\"{xhtml}>\n          </div>\n          <textarea cols=\"45\" rows=\"20\" name=\"bodyhtml\" id=\"bodyhtml\" class=\"wide\">{story_bodytext}</textarea>\n          <div id=\"editor_mode\">{lang_allowed_html}</div>\n        </dd>\n      </dl>\n    </div>\n  </div>\n\n  <div id=\"se_options\" style=\"display: none;\">\n  <div id=\"se_publish\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_publishdate}</legend>\n\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-storyeditor_advanced-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_month\" id=\"admin-storyeditor_advanced-publish_month\">\n          {publish_month_options}\n        </select>\n        /\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        /\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_publishoptions}</legend>\n\n    <dl class=\"form_block\">\n      <dt><label>{lang_mode}</label></dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n      <dt><label>{lang_cmt_disable}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n        &nbsp;\n           <span dir=\"ltr\">\n               <select name=\"cmt_close_month\">\n                   {cmt_close_month_options}\n           </select>\n           /\n           <select name=\"cmt_close_day\">\n              {cmt_close_day_options}\n           </select>\n           /\n           <select name=\"cmt_close_year\">\n              {cmt_close_year_options}\n           </select>&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n  <div id=\"se_images\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_images}</legend>\n\n    <dl class=\"form_block\">\n      <dt><label>{lang_images}</label></dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div id=\"se_archive\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_archivetitle}</legend>\n\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-storyeditor_advanced-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor_advanced-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-expire_month\"></label></dt>\n      <dd>\n        {lang_date}&nbsp;\n        <select name=\"expire_month\" id=\"admin-storyeditor_advanced-expire_month\">\n          {expire_month_options}\n        </select>\n        /\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        /\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div  id=\"se_perms\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n    <dl class=\"form_block\">\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n  </div>\n  </div>\n\n\n  <div id=\"se_bottom\" style=\"display:{show_submitoptions}\">\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n      {delete_option}\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </div>\n  </div>\n</form>\n</div>\n\n<div id=\"preview\" class=\"article\" style=\"display: {show_preview};\">\n  {preview_content}\n</div>\n\n<!-- } admin/story/storyeditor_advanced.thtml -->\n','change_editormode,cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_expandhelp,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_publishdate,lang_publishoptions,lang_reducehelp,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_toolbar,lang_topic,lang_trackbacks,layout_url,meta_description,meta_keywords,navbar,noscript,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,preview_content,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_htmleditor,show_preview,show_submitoptions,show_texteditor,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,toolbar1,toolbar2,toolbar3,toolbar5,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (261,'denim','admin/story/storyeditor.thtml','\n<!-- admin/story/storyeditor.thtml { -->\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" id=\"frmstory\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_month\" id=\"admin-storyeditor-publish_month\">\n          {publish_month_options}\n        </select>\n        /\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        /\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n\n      <dt><label for=\"admin-storyeditor-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor-title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-storyeditor-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-expire_month\">{lang_archivetitle}({lang_date})</label></dt>\n      <dd>\n        <select name=\"expire_month\" id=\"admin-storyeditor-expire_month\">\n          {expire_month_options}\n        </select>\n        /\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        /\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n\n      <dt><label>{lang_mode}</label></dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <br{xhtml}>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n\n      <dt><label>{lang_cmt_disable}:</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n           &nbsp;\n           <span dir=\"ltr\">\n           <select name=\"cmt_close_month\">\n                   {cmt_close_month_options}\n           </select>\n           /\n           <select name=\"cmt_close_day\">\n              {cmt_close_day_options}\n           </select>\n           /\n           <select name=\"cmt_close_year\">\n              {cmt_close_year_options}\n           </select>&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor-sid\" class=\"size5\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_description\" id=\"admin-storyeditor-metadescription\" class=\"wide\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" class=\"wide\">{meta_keywords}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-introtext\">{lang_introtext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"12\" name=\"introtext\" id=\"admin-storyeditor-introtext\">{story_introtext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-bodytext\">{lang_bodytext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"20\" name=\"bodytext\" id=\"admin-storyeditor-bodytext\">{story_bodytext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"admin-storyeditor-postmode\">\n          {post_options}\n        </select>\n      </dd>\n      <dd class=\"description\">{lang_allowed_html}</dd>\n\n      <dt><label>{lang_images}</label></dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n    </dl>\n\n    <fieldset>\n      <legend>{lang_accessrights}</legend>\n      <dl class=\"form_block\">\n        <dt>{lang_owner}</dt>\n        <dd>{owner_name}</dd>\n\n        <dt><label for=\"group_id\">{lang_group}</label></dt>\n        <dd>{group_dropdown}</dd>\n\n        <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n        <dd>{permissions_editor}</dd>\n        <dd class=\"description\">{lang_perm_key}</dd>\n        <dd class=\"description\">{lang_permissions_msg}</dd>\n      </dl>\n    </fieldset>\n\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n      {delete_option}\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"editopt\" value=\"default\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </div>\n  </div>\n\n</form>\n\n<!-- } admin/story/storyeditor.thtml -->\n','cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_topic,lang_trackbacks,meta_description,meta_keywords,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (262,'denim','admin/story/storyeditor_advanced.japanese_utf-8.thtml','\n<!-- admin/story/storyeditor_advanced.japanese_utf-8.thtml { -->\n\n{noscript}\n\n<div id=\"advanced_editor\" style=\"display: none;\">\n{navbar}\n\n<form  name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" onsubmit=\'set_postcontent();\' id=\"frmstory\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor_advanced-title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor_advanced-sid\" class=\"size5\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_description\" id=\"admin-storyeditor-metadescription\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_keywords}</textarea></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor_advanced-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor_advanced-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"sel_editmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select {change_editormode} name=\"postmode\" id=\"sel_editmode\">\n          {post_options}\n        </select>\n      </dd>\n    </dl>\n  </div>\n\n  <div class=\"clearboth\">\n    <div id=\"text_editor\" class=\"story_editor\" style=\"display: {show_texteditor};\">\n      <dl class=\"form_block\">\n        <dt><label for=\"introtext\">{lang_introtext}</label></dt>\n        <dd>\n          <div class=\"navi\">\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'larger\');\" alt=\"expand button\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'smaller\');\" alt=\"collapse button\"{xhtml}>\n          </div>\n          <textarea cols=\"45\" rows=\"14\" name=\"introtext\" id=\"introtext\" class=\"wide\">{story_introtext}</textarea>\n        </dd>\n\n        <dt><label for=\"bodytext\">{lang_bodytext}</label></dt>\n        <dd>\n          <div class=\"navi\">\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'larger\');\" alt=\"expand button\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'smaller\');\" alt=\"collapse button\"{xhtml}>\n          </div>\n          <textarea cols=\"45\" rows=\"14\" name=\"bodytext\" id=\"bodytext\" class=\"wide\">{story_bodytext}</textarea>\n        </dd>\n        <dd class=\"description\">{lang_allowed_html}</dd>\n      </dl>\n    </div>\n\n    <div id=\"html_editor\" class=\"story_editor\" style=\"display: {show_htmleditor};\">\n      <dl class=\"form_block\">\n        <dt><label for=\"fckeditor_toolbar_selector\">{lang_toolbar}</label></dt>\n        <dd><select id=\"fckeditor_toolbar_selector\" name=\"fckeditor_toolbar_selector\" onchange=\"changeToolbar(this.value);\">\n              <option value=\"editor-toolbar1\">{toolbar1}</option>\n              <option value=\"editor-toolbar2\" selected=\"selected\">{toolbar2}</option>\n              <option value=\"editor-toolbar3\">{toolbar3}</option>\n              <option value=\"Default\">{toolbar5}</option>\n            </select></dd>\n\n        <dt><label for=\"introhtml\">{lang_introtext}</label></dt>\n        <dd>\n          <div class=\"navi\">\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'larger\');\" alt=\"expand button\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'smaller\');\" alt=\"collapse button\"{xhtml}>\n          </div>\n          <textarea cols=\"45\" rows=\"12\" name=\"introhtml\" id=\"introhtml\" class=\"wide\">{story_introtext}</textarea>\n        </dd>\n\n        <dt><label for=\"bodyhtml\">{lang_bodytext}</label></dt>\n        <dd>\n          <div class=\"navi\">\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'larger\');\" alt=\"\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'smaller\');\" alt=\"\"{xhtml}>\n          </div>\n          <textarea cols=\"45\" rows=\"20\" name=\"bodyhtml\" id=\"bodyhtml\" class=\"wide\">{story_bodytext}</textarea>\n          <div id=\"editor_mode\">{lang_allowed_html}</div>\n        </dd>\n      </dl>\n    </div>\n  </div>\n\n  <div id=\"se_options\" style=\"display: none;\">\n  <div id=\"se_publish\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_publishdate}</legend>\n\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-storyeditor_advanced-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>\n        年\n        <select name=\"publish_month\" id=\"admin-storyeditor_advanced-publish_month\">\n          {publish_month_options}\n        </select>\n        月\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_publishoptions}</legend>\n\n    <dl class=\"form_block\">\n      <dt><label>{lang_mode}</label></dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n      <dt><label>{lang_cmt_disable}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n        &nbsp;\n           <span dir=\"ltr\">\n               <select name=\"cmt_close_year\">\n                 {cmt_close_year_options}\n           </select>\n           年\n           <select name=\"cmt_close_month\">\n              {cmt_close_month_options}\n           </select>\n           月\n           <select name=\"cmt_close_day\">\n              {cmt_close_day_options}\n           </select>\n           日&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n  <div id=\"se_images\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_images}</legend>\n\n    <dl class=\"form_block\">\n      <dt><label>{lang_images}</label></dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div id=\"se_archive\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_archivetitle}</legend>\n\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-storyeditor_advanced-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor_advanced-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-expire_month\"></label></dt>\n      <dd>\n        {lang_date}&nbsp;\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>\n        年\n        <select name=\"expire_month\" id=\"admin-storyeditor_advanced-expire_month\">\n          {expire_month_options}\n        </select>\n        月\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div  id=\"se_perms\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n    <dl class=\"form_block\">\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n  </div>\n  </div>\n\n\n  <div id=\"se_bottom\" style=\"display:{show_submitoptions}\">\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n      {delete_option}\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </div>\n  </div>\n</form>\n</div>\n\n<div id=\"preview\" class=\"article\" style=\"display: {show_preview};\">\n  {preview_content}\n</div>\n\n<!-- } admin/story/storyeditor_advanced.japanese_utf-8.thtml -->\n','change_editormode,cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_expandhelp,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_publishdate,lang_publishoptions,lang_reducehelp,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_toolbar,lang_topic,lang_trackbacks,layout_url,meta_description,meta_keywords,navbar,noscript,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,preview_content,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_htmleditor,show_preview,show_submitoptions,show_texteditor,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,toolbar1,toolbar2,toolbar3,toolbar5,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (263,'denim','admin/topic/topiclist.thtml','\n<!-- admin/topic/topiclist.thtml { -->\n\n{top_menu}\n\n<ul id=\"admin-topiclist\" class=\"clearfix\">\n{list_row}\n</ul>\n\n<!-- } admin/topic/topiclist.thtml -->\n','list_row,top_menu');
INSERT INTO `bc_thm_contents`VALUES (264,'denim','admin/topic/listitem.thtml','<li>\n<a href=\"{site_admin_url}/topic.php?mode=edit&amp;tid={topic_id}\">\n{image_tag}\n<span style=\"display:block\">{topic_name}</span></a><span style=\"display:block\">{default_topic} ({topic_access})</span>\n</li>\n','default_topic,image_tag,site_admin_url,topic_access,topic_id,topic_name');
INSERT INTO `bc_thm_contents`VALUES (265,'denim','admin/topic/topiceditor.thtml','\n<!-- admin/topic/topiceditor.thtml { -->\n\n<form action=\"{site_admin_url}/topic.php\" method=\"post\" enctype=\"multipart/form-data\" id=\"admin-topiceditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-topiceditor-tid\">{lang_topicid}</label></dt>\n      <dd><input type=\"text\" maxlength=\"20\" value=\"{topic_id}\" name=\"tid\" id=\"admin-topiceditor-tid\" class=\"size3\"{xhtml}> {lang_donotusespaces}</dd>\n\n      <dt><label for=\"admin-topiceditor-inherit\">{lang_inherit}</label></dt>\n      <dd><input type=\"checkbox\" {inherit_checked} name=\"inherit\" id=\"admin-topiceditor-inherit\"{xhtml}><span class=\"fieldhelp\">{lang_inherit_info}</span></dd>\n      \n      <dt><label for=\"admin-topiceditor-hidden\">{lang_hidden}</label></dt>\n      <dd><input type=\"checkbox\" {hidden_checked} name=\"hidden\" id=\"admin-topiceditor-hidden\"{xhtml}><span class=\"fieldhelp\">{lang_hidden_info}</span></dd>\n\n      <dt><label for=\"admin-topiceditor-parent_id\">{lang_parent_id}</label></dt>\n      <dd>\n        <select name=\"parent_id\" id=\"admin-topiceditor-parent_id\">\n            {parent_id_options}\n        </select>\n      </dd>\n\n      <dt><label>{lang_sortorder}</label></dt>\n      <dd>{sort_order}</dd>\n\n      <dt><label for=\"admin-topiceditor-limitnews\">{lang_storiesperpage}</label></dt>\n      <dd><input type=\"text\" maxlength=\"3\" value=\"{story_limit}\" name=\"limitnews\" id=\"admin-topiceditor-limitnews\" class=\"size1\"{xhtml}> <span class=\"fieldhelp\">{lang_defaultis}{default_limit}</span></dd>\n\n      <dt><label for=\"admin-topiceditor-topic\">{lang_topicname}</label></dt>\n      <dd><input type=\"text\" value=\"{topic_name}\" name=\"topic_name\" id=\"admin-topiceditor-topic\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label for=\"admin-topiceditor-imageurl\">{lang_topicimage}</label></dt>\n      <dd><input type=\"text\" dir=\"ltr\" maxlength=\"{max_url_length}\" value=\"{image_url}\" name=\"imageurl\" id=\"admin-topiceditor-imageurl\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label for=\"admin-topiceditor-newicon\">{lang_uploadimage}</label></dt>\n      <dd><input type=\"file\" name=\"newicon\" id=\"admin-topiceditor-newicon\"{xhtml}><br{xhtml}>{icon_max_dimensions}</dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_description\" id=\"admin-storyeditor-metadescription\" class=\"wide\" cols=\"70\" rows=\"2\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" class=\"wide\" cols=\"70\" rows=\"2\">{meta_keywords}</textarea></dd>\n\n      <dt><label for=\"admin-topiceditor-is_default\">{lang_defaulttopic}</label></dt>\n      <dd><input type=\"checkbox\" {default_checked} name=\"is_default\" id=\"admin-topiceditor-is_default\"{xhtml}><span class=\"fieldhelp\">{lang_defaulttext}</span></dd>\n\n      <dt><label for=\"admin-topiceditor-is_archive\">{lang_archivetopic}</label></dt>\n      <dd><input type=\"checkbox\" {archive_checked} {archive_disabled} name=\"is_archive\" id=\"admin-topiceditor-is_archive\"{xhtml}><span class=\"fieldhelp\">{lang_archivetext}</span></dd>\n\n      <dt><label>{lang_num_stories}</label></dt>\n      <dd>{num_stories}</dd>\n\n    </dl>\n\n    <fieldset>\n      <legend>{lang_accessrights}</legend>\n\n      <dl class=\"form_block\">\n        <dt>{lang_owner}</dt>\n        <dd>{owner_name}</dd>\n\n        <dt><label for=\"group_id\">{lang_group}</label></dt>\n        <dd>{group_dropdown}</dd>\n\n        <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n        <dd>{permissions_editor}</dd>\n        <dd class=\"description\">{lang_perm_key}</dd>\n        <dd class=\"description\">{lang_permissions_msg}</dd>\n      </dl>\n    </fieldset>\n\n    <p class=\"description\">{warning_msg}</p>\n\n    <div class=\"submit\">\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n      <input type=\"hidden\" name=\"old_tid\" value=\"{topic_id}\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n      {delete_option}\n    </div>\n  </div>\n\n</form>\n\n<!-- } admin/topic/topiceditor.thtml -->\n','archive_checked,archive_disabled,default_checked,default_limit,delete_option,gltoken,gltoken_name,group_dropdown,hidden_checked,hide_meta,icon_max_dimensions,image_url,inherit_checked,lang_accessrights,lang_archivetext,lang_archivetopic,lang_cancel,lang_defaultis,lang_defaulttext,lang_defaulttopic,lang_donotusespaces,lang_group,lang_hidden,lang_hidden_info,lang_inherit,lang_inherit_info,lang_metadescription,lang_metakeywords,lang_num_stories,lang_owner,lang_parent_id,lang_perm_key,lang_permissions,lang_permissions_msg,lang_save,lang_sortorder,lang_storiesperpage,lang_topicid,lang_topicimage,lang_topicname,lang_uploadimage,max_url_length,meta_description,meta_keywords,num_stories,owner_id,owner_name,parent_id_options,permissions_editor,site_admin_url,sort_order,story_limit,topic_id,topic_name,warning_msg,xhtml');
INSERT INTO `bc_thm_contents`VALUES (266,'denim','admin/common/edit_permissions.thtml','\n<!-- admin/common/edit_permissions.thtml { -->\n\n<table id=\"admin-permissions\">\n  <thead>\n    <tr>\n      <th colspan=\"2\">{lang_owner}</th>\n      <th colspan=\"2\">{lang_group}</th>\n      <th>{lang_members}</th>\n      <th>{lang_anonymous}</th>\n    </tr>\n  </thead>\n\n  <tbody>\n    <tr class=\"pluginRow1\">\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_owner[]\" value=\"2\"{owner_r_checked}{xhtml}></td>\n      <td>E<br{xhtml}><input type=\"checkbox\" name=\"perm_owner[]\" value=\"1\"{owner_e_checked}{xhtml}></td>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_group[]\" value=\"2\"{group_r_checked}{xhtml}></td>\n      <td>E<br{xhtml}><input type=\"checkbox\" name=\"perm_group[]\" value=\"1\"{group_e_checked}{xhtml}></td>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_members[]\" value=\"2\"{members_checked}{xhtml}></td>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_anon[]\" value=\"2\"{anon_checked}{xhtml}></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- } admin/common/edit_permissions.thtml -->\n','anon_checked,group_e_checked,group_r_checked,lang_anonymous,lang_group,lang_members,lang_owner,members_checked,owner_e_checked,owner_r_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (267,'denim','admin/common/edit_topics.thtml','\n<!-- admin/common/edit_topics.thtml { -->\n\n<div style=\"vertical-align:top;display:inline-block;{options_hide}\">\n    <input type=\"hidden\" name=\"topic_options_hide\" value=\"{topic_options_hide}\"{xhtml}>\n    <input type=\"radio\" name=\"topic_option\" value=\"all\" {all_checked}{xhtml}> {lang_all}\n    <input type=\"radio\" name=\"topic_option\" value=\"homeonly\" {homeonly_checked}{xhtml}> {lang_homeonly}\n    <span style=\"{topic_option_hide}\"><input type=\"radio\" name=\"topic_option\" value=\"selectedtopics\" {selectedtopics_checked}{xhtml}></span>\n</div>\n<div style=\"vertical-align:top;display:inline-block;{topic_hide}\">\n    <select name=\"tid[]\" multiple=\"multiple\" class=\"multiple\" size=\"4\">\n        {topic_options}\n    </select>\n</div>\n<div style=\"vertical-align:top;display:inline-block;{inherit_hide}\">\n    <input type=\"hidden\" name=\"topic_inherit_hide\" value=\"{topic_inherit_hide}\"{xhtml}>\n    <span style=\"vertical-align:top;\">{lang_inherit}:</span>\n    <select name=\"inherit_tid[]\" multiple=\"multiple\" class=\"multiple\" size=\"4\">\n        {inherit_options}\n    </select>\n</div>\n<div style=\"vertical-align:top;display:inline-block;{default_hide}\">\n    <input type=\"hidden\" name=\"topic_default_hide\" value=\"{topic_default_hide}\"{xhtml}>\n    <span style=\"vertical-align:top;\">{lang_default}:</span>\n    <select name=\"default_tid\">\n        {default_options}\n    </select>\n</div>\n<div style=\"{info_hide}\">\n    <p>{topic_info}</p>\n</div>\n\n<!-- } admin/common/edit_topics.thtml -->\n','all_checked,default_hide,default_options,homeonly_checked,info_hide,inherit_hide,inherit_options,lang_all,lang_default,lang_homeonly,lang_inherit,options_hide,selectedtopics_checked,topic_default_hide,topic_hide,topic_info,topic_inherit_hide,topic_option_hide,topic_options,topic_options_hide,xhtml');
INSERT INTO `bc_thm_contents`VALUES (268,'denim','admin/config/configuration.thtml','{noscript}\n<div id=\"geeklog_config_editor\" style=\"display:none;\">\n    <form method=\"post\" action=\"{site_admin_url}/configuration.php\" name=\"group\">\n        <div>\n            <input type=\"hidden\" value=\"{open_group}\" name=\"conf_group\"{xhtml}>\n            <input type=\"hidden\" value=\"\" name=\"subgroup\"{xhtml}>\n            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n        </div>\n    </form>\n\n    <div id=\"config_menu\">\n        <div id=\"search-configuration-container\">\n            <label for=\"search-configuration\">{search_configuration_label}</label>\n            <input name=\"search-configuration\" id=\"search-configuration\" type=\"text\" value=\"{search_configuration_value}\"{xhtml}>\n            <input name=\"tab-id\" id=\"tab-id\" type=\"hidden\" value=\"{tab_id_value}\"{xhtml}>\n        </div>\n        {config_menu}\n    </div>\n\n    <div id=\"config_content\">\n\n        <div class=\"saved_message{error_validation_class}\" style=\"display:{show_changeblock}\">\n            {lang_changes_made}\n            {lang_error_validation_occurs}\n            {change_block}\n        </div>\n\n        <div id=\"config_main\">\n            <form action=\"{site_admin_url}/configuration.php\" method=\"post\" name=\"subgroup\">\n                <div>\n                    <input type=\"hidden\" name=\"conf_group\" value=\"{open_group}\"{xhtml}>\n                    <input type=\"hidden\" name=\"sub_group\" value=\"{open_sg}\"{xhtml}>\n                    <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                    <input type=\"hidden\" name=\"form_submit\" value=\"true\"{xhtml}>\n                </div>\n                <div id=\"tabs\">\n\n                    {tab_li}\n\n                    <!-- BEGIN tab -->\n                    <div id=\"{tab_id}\">\n\n                        <!-- BEGIN notes -->\n                        <div class=\"notes\">\n                            <h4>{tab_display}</h4>\n                            <p class=\"last\">{tab_help}</p>\n                            <span class=\"warningsmall\">{tab_warning}</span>\n                        </div>\n                        <!-- END notes -->\n\n                        {tab_contents}\n\n                    </div>\n                    <!-- END tab -->\n\n                </div>\n                <div id=\"bottom_buttons\" class=\"aligncenter\">\n                    <input type=\"submit\" id=\"save_changes\" value=\"{lang_save_changes}\"{xhtml}>\n                    <input type=\"submit\" id=\"form_reset\" name=\"form_reset\" value=\"{lang_reset_form}\"{xhtml}>\n                </div>\n            </form>\n        </div>\n    </div>\n</div>\n','change_block,config_menu,error_validation_class,gltoken,gltoken_name,lang_changes_made,lang_error_validation_occurs,lang_reset_form,lang_save_changes,noscript,open_group,open_sg,search_configuration_label,search_configuration_value,show_changeblock,site_admin_url,tab_contents,tab_display,tab_help,tab_id,tab_id_value,tab_li,tab_warning,xhtml');
INSERT INTO `bc_thm_contents`VALUES (269,'denim','admin/config/menu_element.thtml','\n<li><a href=\"#\" onclick=\'open_group(\"{group_select_value}\");return false;\'>{group_display}</a>\n    <ul>\n<!-- BEGIN subgroup-selector -->\n   <li>\n     <a  href=\"#\" {select_id} onclick=\'open_subgroup(\"{group_select_value}\",\"{subgroup_name}\");return false;\'>{subgroup_display_name}</a>\n   </li>\n<!-- END subgroup-selector -->\n    </ul>\n</li>\n','group_display,group_select_value,select_id,subgroup_display_name,subgroup_name');
INSERT INTO `bc_thm_contents`VALUES (270,'denim','admin/config/config_element.thtml','<!-- BEGIN validation_error_block -->\n<div class=\"validation_error_block\"><span></span>{validation_error_message}</div>\n<!-- END validation_error_block -->\n\n<!-- BEGIN delete-button -->\n<input type=\"button\" class=\"del-link\" value=\"x\" onclick=\"gl_cfg_remove(this);\"{xhtml}>\n<!-- END delete-button -->\n\n<!-- BEGIN text-element -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<input type=\"text\" class=\"opt{error_class}\" name=\"{name}\" style=\"width:300px\" value=\"{value}\"{xhtml}>\n{delete}{error_block}\n</td></tr>\n<!-- END text-element -->\n\n<!-- BEGIN text-area -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<textarea class=\"opt{error_class}\" name=\"{name}\" style=\"width:300px\" cols=\"3\" rows=\"3\">{value}</textarea>\n{delete}{error_block}\n</td></tr>\n<!-- END text-area -->\n\n<!-- BEGIN placeholder-element -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name}</td><td>\n<input type=\"hidden\" name=\"{name}\" value=\"{value}\"{xhtml}>\n{delete}\n</td></tr>\n<!-- END placeholder-element -->\n\n<!-- BEGIN select-element -->\n<tr{hide_row} id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<select name=\"{name}\" class=\"opt{error_class}\">\n  <!-- BEGIN select-options -->\n    <option {selected} value=\"{opt_value}\">{opt_name}</option>\n  <!-- END select-options -->\n</select>\n{delete}{error_block}\n</td></tr>\n<!-- END select-element -->\n\n<!-- BEGIN unset-param -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link}</td>\n<td><a href=\"#{name}\" class=\"restore_param\">{lang_enable}</a></td>\n</tr>\n<!-- END unset-param -->\n\n<!-- BEGIN list-element -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\" style=\"vertical-align:top\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<input type=\"button\" value=\"+\" onclick=\"hide_show_toggle(\'#arr_{id_name}\', this);\"{xhtml}>\n{delete}\n<input type=\"hidden\" value=\"true\" name=\"{name}[placeholder]\"{xhtml}>\n<table style=\"display:none\" id=\"arr_{id_name}\" class=\"{arr_table_class_list}\">\n<col width=\"100\">\n<col width=\"100%\">\n{my_elements}\n{my_add_element_button}\n</table>\n</td></tr>\n<!-- END list-element -->\n\n<!-- BEGIN keyed-add-button -->\n<tr id=\"add_{id_name}\" class=\"config_name\"><td colspan=\"2\">\n<input type=\"button\" value=\"{lang_add_element}\" class=\"add_ele_input\" onclick=\"handleAdd(this, \'{array_type}\', \'{arr_name}\')\"{xhtml}><input style=\"width: 65px\"{xhtml}>\n</td></tr>\n<!-- END keyed-add-button -->\n\n<!-- BEGIN unkeyed-add-button -->\n<tr id=\"add_{id_name}\" class=\"config_name\"><td colspan=\"2\">\n<input type=\"button\" value=\"{lang_add_element}\" class=\"add_ele_input\" onclick=\"handleAdd(this, \'{array_type}\', \'{arr_name}\')\"{xhtml}>\n</td></tr>\n<!-- END unkeyed-add-button -->\n','arr_name,arr_table_class_list,array_type,delete,display_name,doc_link,error_block,error_class,hide_row,id_name,lang_add_element,lang_enable,my_add_element_button,my_elements,name,opt_name,opt_value,selected,unset_link,validation_error_message,value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (271,'denim','admin/syndication/feededitor.thtml','\n<!-- admin/syndication/feededitor.thtml { -->\n\n{start_feed_editor}\n<form action=\"{site_admin_url}/syndication.php\" method=\"post\" id=\"admin-feededitor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-feededitor-title\">{lang_feedtitle}</label></dt>\n      <dd><input type=\"text\" value=\"{feed_title}\" name=\"title\" id=\"admin-feededitor-title\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label for=\"admin-feededitor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" {is_enabled} name=\"is_enabled\" id=\"admin-feededitor-is_enabled\"{xhtml}></dd>\n\n      <dt>{lang_type}</dt>\n      <dd>{feed_type_display}</dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{feed_topic}</dd>\n\n      <dt><label for=\"admin-feededitor-header_tid\">{lang_header_topic}</label></dt>\n      <dd>\n        <select name=\"header_tid\" id=\"admin-feededitor-header_tid\">\n          {header_topic_options}\n        </select>\n      </dd>\n\n      <dt><label>{lang_format}</label></dt>\n      <dd>{feed_format}</dd>\n\n      <dt><label for=\"admin-feededitor-limits\">{lang_limits}</label></dt>\n      <dd><input type=\"text\" value=\"{feed_limits}\" name=\"limits\" id=\"admin-feededitor-limits\" class=\"size1\"{xhtml}> {feed_limits_what}</dd>\n\n      <dt><label for=\"admin-feededitor-content_length\">{lang_content_length}</label></dt>\n      <dd><input type=\"text\" value=\"{feed_content_length}\" name=\"content_length\" id=\"admin-feededitor-content_length\" class=\"size1\"{xhtml}></dd>\n      <dd class=\"description\">{lang_clen_explain}</dd>\n\n      <dt><label for=\"admin-feededitor-description\">{lang_description}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"8\" name=\"description\" id=\"admin-feededitor-description\" class=\"wide\">{feed_description}</textarea></dd>\n\n      <dt><label for=\"admin-feededitor-feedlogo\">{lang_feedlogo}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{feed_logo}\" name=\"feedlogo\" id=\"admin-feededitor-feedlogo\" class=\"size5\"{xhtml}></dd>\n      <dd class=\"description\">{lang_feedlogo_explain}</dd>\n  \n      <dt><label for=\"admin-feededitor-filename\">{lang_filename}</label></dt>\n      <dd><input type=\"text\" value=\"{feed_filename}\" name=\"filename\" id=\"admin-feededitor-filename\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label for=\"admin-feededitor-charset\">{lang_charset}</label></dt>\n      <dd><input type=\"text\" value=\"{feed_charset}\" name=\"charset\" id=\"admin-feededitor-charset\" class=\"size3\"{xhtml}></dd>\n\n      <dt><label for=\"admin-feededitor-language\">{lang_language}</label></dt>\n      <dd><input type=\"text\" value=\"{feed_language}\" name=\"language\" id=\"admin-feededitor-language\" class=\"size3\"{xhtml}></dd>\n\n      <dt>{lang_updated}</dt>\n      <dd>{feed_updated}</dd>\n    </dl>\n\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"fid\" value=\"{feed_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"type\" value=\"{feed_type}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {delete_option}\n    </div>\n  </div>\n</form>\n{end_block}\n\n<!-- } admin/syndication/feededitor.thtml -->\n','delete_option,end_block,feed_charset,feed_content_length,feed_description,feed_filename,feed_format,feed_id,feed_language,feed_limits,feed_limits_what,feed_logo,feed_title,feed_topic,feed_type,feed_type_display,feed_updated,gltoken,gltoken_name,header_topic_options,is_enabled,lang_cancel,lang_charset,lang_clen_explain,lang_content_length,lang_description,lang_enabled,lang_feedlogo,lang_feedlogo_explain,lang_feedtitle,lang_filename,lang_format,lang_header_topic,lang_language,lang_limits,lang_save,lang_topic,lang_type,lang_updated,site_admin_url,start_feed_editor,xhtml');
INSERT INTO `bc_thm_contents`VALUES (272,'denim','admin/syndication/selecttype.thtml','\n<!-- admin/syndication/selecttype.thtml { -->\n\n<form action=\"{site_admin_url}/syndication.php\" method=\"post\" id=\"admin-selecttype\">\n  <fieldset>\n    <legend>{lang_go}</legend>\n\n    <p class=\"form_message\">{lang_explain}</p>\n\n    <div class=\"submit\">\n      {type_selection}\n      <input type=\"submit\" value=\"{lang_go}\" name=\"mode\" class=\"submit\"{xhtml}>\n    </div>\n  </fieldset>\n</form>\n\n<!-- } admin/syndication/selecttype.thtml -->\n','lang_explain,lang_go,site_admin_url,type_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (273,'denim','admin/plugins/info.thtml','\n<!-- admin/plugins/info.thtml { -->\n\n{start_block_editor}\n<form action=\"{site_admin_url}/plugins.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\" id=\"admin-editor\">\n    <dl class=\"form_block\">\n      <dt id=\"title\">{title}</dt>\n      <dd><img src=\"{pi_icon}\" alt=\"\"{xhtml}></dd>\n\n      <dt>{lang_pluginname}</dt>\n      <dd>{pi_display_name}</dd>\n\n      <dt>{lang_pluginhomepage}</dt>\n      <dd>{pi_homepage}</dd>\n\n      <dt>{lang_pluginversion}</dt>\n      <dd>{pi_version}</dd>\n\n      <dt>{lang_plugincodeversion}</dt>\n      <dd>{pi_codeversion}</dd>\n\n      <dt>{lang_dependencies}</dt>\n      <dd>{pi_dependencies}</dd>\n\n      <dt>{lang_load}</dt>\n      <dd>{pi_load}</dd>\n\n      <dt>{lang_enabled}</dt>\n      <dd>{pi_enabled}</dd>\n    </dl>\n    <div class=\"submit\">\n      <input id=\"close\" type=\"submit\" value=\"{back}\" {xhtml}>\n    </div>\n  </div>\n</form>\n{end_block}\n\n<!-- } admin/plugins/info.thtml -->\n','back,end_block,lang_dependencies,lang_enabled,lang_load,lang_plugincodeversion,lang_pluginhomepage,lang_pluginname,lang_pluginversion,pi_codeversion,pi_dependencies,pi_display_name,pi_enabled,pi_homepage,pi_icon,pi_load,pi_version,site_admin_url,start_block_editor,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (274,'denim','admin/plugins/editor.thtml','\n<!-- admin/plugins/editor.thtml { -->\n\n{start_block_editor}\n<form action=\"{site_admin_url}/plugins.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\" id=\"admin-editor\">\n    <dl class=\"form_block\">\n      <dt id=\"title\">{title}</dt>\n      <dd><img src=\"{pi_icon}\" alt=\"\"{xhtml}></dd>\n\n      <dt>{lang_pluginname}</dt>\n      <dd>{pi_display_name}</dd>\n\n      <dt>{lang_pluginhomepage}</dt>\n      <dd><a href=\"{pi_homepage}\" class=\"break-word\">{pi_homepage}</a></dd>\n\n      <dt>{lang_pluginversion}</dt>\n      <dd>{pi_version}</dd>\n\n      <dt>{lang_plugincodeversion}</dt>\n      <dd>{pi_codeversion}</dd>\n\n      <dt>{lang_dependencies}</dt>\n      <dd>{pi_dependencies}</dd>\n\n      <dt>{lang_load}</dt>\n      <dd>{pi_load}</dd>\n\n      <dt>{lang_enabled}</dt>\n      <dd>{pi_enabled}</dd>\n    </dl>\n    <div class=\"submit\">\n      <input id=\"close\" type=\"submit\" value=\"{back}\" {xhtml}>\n    </div>\n  </div>\n</form>\n{end_block}\n\n<!-- } admin/plugins/editor.thtml -->\n','back,end_block,lang_dependencies,lang_enabled,lang_load,lang_plugincodeversion,lang_pluginhomepage,lang_pluginname,lang_pluginversion,pi_codeversion,pi_dependencies,pi_display_name,pi_enabled,pi_homepage,pi_icon,pi_load,pi_version,site_admin_url,start_block_editor,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (275,'denim','admin/moderation/moderation.thtml','\n<!-- admin/moderation/moderation.thtml { -->\n\n<ul id=\"admin-moderation\" class=\"clearfix\">\n{cc_rows}</ul>\n\n<!-- } admin/moderation/moderation.thtml -->\n','cc_rows');
INSERT INTO `bc_thm_contents`VALUES (276,'denim','admin/moderation/ccrow.thtml','{cc_main_options}','cc_main_options');
INSERT INTO `bc_thm_contents`VALUES (277,'denim','admin/moderation/ccitem.thtml','<li><a href=\"{page_url}\" style=\"text-align:center\"><img src=\"{page_image}\" style=\"display:block;margin:5px auto\" alt=\"\"{xhtml}>{option_label}</a></li>','option_label,page_image,page_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (278,'denim','admin/trackback/pinglist.thtml','\n<!-- admin/trackback/pinglist.thtml { -->\n\n<p class=\"trackback-message\">{lang_results}</p>\n\n<table class=\"admin-list-table\">\n  <tbody>\n    {ping_results}\n  </tbody>\n</table>\n\n<!-- } admin/trackback/pinglist.thtml -->\n','lang_results,ping_results');
INSERT INTO `bc_thm_contents`VALUES (279,'denim','admin/trackback/autodetectlist.thtml','\n<!-- admin/trackback/autodetectlist.thtml { -->\n\n<p class=\"trackback-message\">{lang_trackback_explain}</p>\n\n<table class=\"admin-list-table\">\n  <tbody>\n    {autodetect_items}\n  </tbody>\n</table>\n\n<!-- } admin/trackback/autodetectlist.thtml -->\n','autodetect_items,lang_trackback_explain');
INSERT INTO `bc_thm_contents`VALUES (280,'denim','admin/trackback/trackbackeditor.thtml','\n<!-- admin/trackback/trackbackeditor.thtml { -->\n\n<form action=\"{site_admin_url}/trackback.php\" method=\"post\" id=\"trackbackeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <p class=\"form_message\">{lang_explain}</p>\n\n    <dl class=\"form_block\">\n      <dt><label for=\"trackbackeditor-target\">{lang_trackback_url}</label></dt>\n      <dd><input type=\"text\" maxlength=\"{max_url_length}\" value=\"{target_url}\" name=\"target\" id=\"trackbackeditor-target\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-blog_name\">{lang_blog_name}</label></dt>\n      <dd><input type=\"text\" maxlength=\"80\" value=\"{blog_name}\" name=\"blog_name\" id=\"trackbackeditor-blog_name\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-url\">{lang_entry_url}</label></dt>\n      <dd><input type=\"text\" maxlength=\"{max_url_length}\" value=\"{url}\" name=\"url\" id=\"trackbackeditor-url\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" value=\"{title}\" name=\"title\" id=\"trackbackeditor-title\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-excerpt\">{lang_excerpt}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"8\" name=\"excerpt\" id=\"trackbackeditor-excerpt\" class=\"wide\">{excerpt}</textarea></dd>\n      <dd class=\"description\">{lang_excerpt_truncated}</dd>\n    </dl>\n\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_send}\" name=\"mode[0]\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_preview}\" name=\"mode[1]\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n  </div>\n</form>\n\n<!-- } admin/trackback/trackbackeditor.thtml -->\n','blog_name,excerpt,gltoken,gltoken_name,lang_blog_name,lang_entry_url,lang_excerpt,lang_excerpt_truncated,lang_explain,lang_preview,lang_send,lang_title,lang_trackback_url,max_url_length,site_admin_url,target_url,title,url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (281,'denim','admin/trackback/pingitem.thtml','\n<!-- admin/trackback/pingitem.thtml { -->\n\n<tr class=\"pluginRow{cssid}\">\n  <td class=\"admin-list-field\"><a href=\"{service_url}\">{service_name}</a></td>\n  <td class=\"admin-list-field\">{ping_result}</td>\n  <td class=\"admin-list-field\">{resend}</td>\n</tr>\n\n<!-- } admin/trackback/pingitem.thtml -->\n','cssid,ping_result,resend,service_name,service_url');
INSERT INTO `bc_thm_contents`VALUES (282,'denim','admin/trackback/autodetectitem.thtml','\n<!-- admin/trackback/autodetectitem.thtml { -->\n\n<tr class=\"pluginRow{cssid}\">\n  <td class=\"admin-list-field\"><a href=\"{autodetect_link}\">{link_text}</a></td>\n  <td class=\"admin-list-field\">{link_url}</td>\n</tr>\n\n<!-- } admin/trackback/autodetectitem.thtml -->\n','autodetect_link,cssid,link_text,link_url');
INSERT INTO `bc_thm_contents`VALUES (283,'denim','admin/trackback/pingbacklist.thtml','\n<!-- admin/trackback/pingbacklist.thtml { -->\n\n<p class=\"trackback-message\">{lang_results}</p>\n\n<table class=\"admin-list-table\">\n  <tbody>\n    {pingback_results}\n  </tbody>\n</table>\n\n<!-- } admin/trackback/pingbacklist.thtml -->\n','lang_results,pingback_results');
INSERT INTO `bc_thm_contents`VALUES (284,'denim','admin/trackback/pingform.thtml','\n<!-- admin/trackback/pingform.thtml { -->\n\n<p class=\"trackback-message\">{lang_ping_explain}</p>\n\n{ping_results}\n\n<form action=\"{php_self}\" method=\"post\" id=\"pingform\" class=\"compact\">\n  <fieldset>\n    <dl class=\"form_block\">\n      <dt>{pingback_button}</dt>\n      <dd>{lang_pingback_short}</dd>\n\n      <dt>{ping_button}</dt>\n      <dd>{lang_ping_short}</dd>\n\n      <dt>{trackback_button}{hidden_input_fields}</dt>\n      <dd>{lang_trackback_short}</dd>\n    </dl>\n\n    <p class=\"description\">{lang_may_take_a_while}</p>\n    {hidden_input_fields}\n    <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n  </fieldset>\n</form>\n\n<!-- } admin/trackback/pingform.thtml -->\n','gltoken,gltoken_name,hidden_input_fields,lang_may_take_a_while,lang_ping_explain,lang_ping_short,lang_pingback_short,lang_trackback_short,php_self,ping_button,ping_results,pingback_button,trackback_button,xhtml');
INSERT INTO `bc_thm_contents`VALUES (285,'denim','admin/trackback/pingbackitem.thtml','\n<!-- admin/trackback/pingbackitem.thtml { -->\n\n<tr class=\"pluginRow{cssid}\">\n  <td class=\"admin-list-field\"><a href=\"{url_to_ping}\">{link_text}</a> ({host_name})</td>\n  <td class=\"admin-list-field\">{pingback_result}</td>\n  <td class=\"admin-list-field\">{resend}</td>\n</tr>\n\n<!-- } admin/trackback/pingbackitem.thtml -->\n','cssid,host_name,link_text,pingback_result,resend,url_to_ping');
INSERT INTO `bc_thm_contents`VALUES (286,'denim','admin/trackback/serviceeditor.thtml','\n<!-- admin/trackback/serviceeditor.thtml { -->\n\n<form action=\"{site_admin_url}/trackback.php\" method=\"post\" id=\"admin-serviceeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"admin-serviceeditor-service_name\">{lang_name}</label></dt>\n      <dd><input type=\"text\" maxlength=\"80\" value=\"{service_name}\" name=\"service_name\" id=\"admin-serviceeditor-service_name\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" {is_enabled} name=\"is_enabled\" id=\"admin-serviceeditor-is_enabled\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-service_site_url\">{lang_site_url}</label></dt>\n      <dd><input type=\"text\" maxlength=\"{max_url_length}\" value=\"{service_site_url}\" name=\"service_site_url\" id=\"admin-serviceeditor-service_site_url\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-service_ping_url\">{lang_ping_url}</label></dt>\n      <dd><input type=\"text\" maxlength=\"{max_url_length}\" value=\"{service_ping_url}\" name=\"service_ping_url\" id=\"admin-serviceeditor-service_ping_url\" class=\"size6\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-method\">{lang_method}</label></dt>\n      <dd>\n        <ul class=\"compact\">\n          <li>\n            <input type=\"radio\" value=\"standard\" {standard_is_checked} name=\"method\" id=\"admin-serviceeditor-method\"{xhtml}>\n            {lang_method_standard} <code>weblogUpdates.ping</code>\n          </li>\n          <li>\n            <input type=\"radio\" value=\"extended\" {extended_is_checked} name=\"method\"{xhtml}>\n            {lang_method_extended} <code>weblogUpdates.extendedPing</code>\n          </li>\n        </ul>\n      </dd>\n    </dl>\n\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_save}\" name=\"servicemode[0]\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"servicemode[1]\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" value=\"{service_id}\" name=\"service_id\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {delete_option}\n    </div>\n  </div>\n</form>\n\n<!-- } admin/trackback/serviceeditor.thtml -->\n','delete_option,extended_is_checked,gltoken,gltoken_name,is_enabled,lang_cancel,lang_enabled,lang_method,lang_method_extended,lang_method_standard,lang_name,lang_ping_url,lang_save,lang_site_url,max_url_length,service_id,service_name,service_ping_url,service_site_url,site_admin_url,standard_is_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (287,'denim','admin/trackback/pingbackform.thtml','\n<!-- admin/trackback/pingbackform.thtml { -->\n\n<form action=\"{site_admin_url}/trackback.php\" method=\"post\" id=\"pingbackform\" class=\"compact\">\n  <fieldset>\n    <p class=\"form_message\">{lang_explain}</p>\n\n    <dl class=\"form_block\">\n      <dt><label for=\"pingbackform-target\">{lang_pingback_url}</label></dt>\n      <dd><input type=\"text\" maxlength=\"{max_url_length}\" value=\"{target_url}\" name=\"target\" id=\"pingbackform-target\" class=\"size6\"{xhtml}></dd>\n\n      <dt>{lang_site_url}</dt>\n      <dd><span class=\"url\">{site_url}</span></dd>\n    </dl>\n\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_send}\" name=\"mode[2]\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n  </fieldset>\n</form>\n\n<!-- } admin/trackback/pingbackform.thtml -->\n','gltoken,gltoken_name,lang_explain,lang_pingback_url,lang_send,lang_site_url,max_url_length,site_admin_url,site_url,target_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (288,'denim','useroption.thtml','        <li class=\"useroption sideoption\"><a href=\"{option_url}\"{option_attributes}>{option_label}<span>{option_count}</span></a></li>\n','option_attributes,option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (289,'denim','lists/table/list.thtml','\n<!-- lists/table/list.thtml { -->\n\n                            {list_top}\n                            <div class=\"admin-list-search\">\n                                <form name=\"page_limit\" style=\"display: inline;\">\n                                <select name=\"page_limit_links\" style=\"{show_limit}\" onchange=\"window.location=document.page_limit.page_limit_links.options[document.page_limit.page_limit_links.selectedIndex].value\">\n                                    {page_limit}\n                                </select>\n                               </form>\n                            </div>\n                            <table class=\"admin-list-table\" style=\"{show_sort}\">\n                                <tr style=\"background:#FFFFFF;\">\n                                    {page_sort}\n                                </tr>\n                                {item_row}\n                            </table>\n                            <p class=\"aligncenter\" style=\"{show_message}\"><strong>{message}</strong></p>\n                            <br{xhtml}>\n                            {google_paging}\n                            {list_bottom}\n\n<!-- } lists/table/list.thtml -->\n','google_paging,item_row,list_bottom,list_top,message,page_limit,page_sort,show_limit,show_message,show_sort,xhtml');
INSERT INTO `bc_thm_contents`VALUES (290,'denim','lists/table/page_sort.thtml','\n<!-- lists/table/page_sort.thtml { -->\n\n<th class=\"admin-list-headerfield\"{sort_subtags}>{sort_text}{sort_selected}</th>\n\n<!-- } lists/table/page_sort.thtml -->\n','sort_selected,sort_subtags,sort_text');
INSERT INTO `bc_thm_contents`VALUES (291,'denim','lists/table/page_limit.thtml','\n<!-- lists/table/page_limit.thtml { -->\n\n<option{limit_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{limit_href}\">{limit_text}</option>\n\n<!-- } lists/table/page_limit.thtml -->\n','limit_href,limit_selected,limit_text');
INSERT INTO `bc_thm_contents`VALUES (292,'denim','lists/table/item_field.thtml','\n<!-- lists/table/item_field.thtml { -->\n\n                                    <td>{field_text}</td>\n\n<!-- } lists/table/item_field.thtml -->\n','field_text');
INSERT INTO `bc_thm_contents`VALUES (293,'denim','lists/table/item_row.thtml','\n<!-- lists/table/item_row.thtml { -->\n\n                                <tr class=\"pluginRow{cssid}\" onmouseover=\"className=\'pluginRollOver\';\" onmouseout=\"className=\'pluginRow{cssid}\';\">\n                                    {item_field}\n                                </tr>\n\n<!-- } lists/table/item_row.thtml -->\n','cssid,item_field');
INSERT INTO `bc_thm_contents`VALUES (294,'denim','lists/inline/list.thtml','\n<!-- lists/inline/list.thtml { -->\n\n                            {list_top}\n                            <div class=\"admin-list-search\">\n                                 <form name=\"page_limit\" style=\"display: inline;\">\n                                <select name=\"page_limit_links\" style=\"{show_limit}\" onchange=\"window.location=document.page_limit.page_limit_links.options[document.page_limit.page_limit_links.selectedIndex].value\">\n                                    {page_limit}\n                                </select>\n                                </form>\n\n                                 <form name=\"page_sort\"  style=\"display: inline;\">\n                                <select name=\"page_sort_links\" style=\"{show_sort}\" onchange=\"window.location=document.page_sort.page_sort_links.options[document.page_sort.page_sort_links.selectedIndex].value\">\n                                    {page_sort}\n                                </select>\n                                </form>\n                            </div>\n                            {item_row}\n                            <p class=\"aligncenter\" style=\"{show_message}\"><strong>{message}</strong></p>\n                            <br{xhtml}>\n                            {google_paging}\n                            {list_bottom}\n\n<!-- } lists/inline/list.thtml -->\n','google_paging,item_row,list_bottom,list_top,message,page_limit,page_sort,show_limit,show_message,show_sort,xhtml');
INSERT INTO `bc_thm_contents`VALUES (295,'denim','lists/inline/page_sort.thtml','\n<!-- lists/inline/page_sort.thtml { -->\n\n<option{sort_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{sort_href}\">{sort_text}</option>\n\n<!-- } lists/inline/page_sort.thtml -->\n','sort_href,sort_selected,sort_text');
INSERT INTO `bc_thm_contents`VALUES (296,'denim','lists/inline/page_limit.thtml','\n<!-- lists/inline/page_limit.thtml { -->\n\n<option{limit_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{limit_href}\">{limit_text}</option>\n\n<!-- } lists/inline/page_limit.thtml -->\n','limit_href,limit_selected,limit_text');
INSERT INTO `bc_thm_contents`VALUES (297,'denim','lists/inline/item_field.thtml','\n<!-- lists/inline/item_field.thtml { -->\n\n                                    {field_text}\n\n<!-- } lists/inline/item_field.thtml -->\n','field_text');
INSERT INTO `bc_thm_contents`VALUES (298,'denim','lists/inline/item_row.thtml','\n<!-- lists/inline/item_row.thtml { -->\n\n                                <div>\n                                    {item_field}\n                                </div>\n                                <br{xhtml}>\n\n<!-- } lists/inline/iitem_row.thtml -->\n','item_field,xhtml');
INSERT INTO `bc_thm_contents`VALUES (299,'denim','custommenu/menuitem_drop.thtml','<li id=\"{menuitem_id}\" class=\"menuitem {menuitem_class}\"><a href=\"{menuitem_url}\"{class_property}>{menuitem_text}</a>\n<ul>\n{menu_elements}\n</ul>\n</li>\n','class_property,menu_elements,menuitem_class,menuitem_id,menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (300,'denim','custommenu/menuitem.thtml','<li id=\"{menuitem_id}\" class=\"menuitem {menuitem_class}\"><a href=\"{menuitem_url}\"{class_property}>{menuitem_text}</a></li>\n','class_property,menuitem_class,menuitem_id,menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (301,'denim','custommenu/menueditor.thtml','\n<form action=\"{site_admin_url}/plugins/custommenu/index.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"cmeditor-mmode\">{lang_mode}</label></dt>\n      <dd><select name=\"mmode\" id=\"cmeditor-mmode\">\n            <option value=\"fixation\" {val_mode_fixation}>{lang_mode_fixation}</option>\n            <option value=\"variable\" {val_mode_variable}>{lang_mode_variable}</option>\n            <option value=\"php\" {val_mode_php}>{lang_mode_php}</option>\n          </select>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_mode_info}</div></dd>\n\n      <dt><label for=\"cmeditor-title_fixation\">{lang_title_fixation}</label></dt>\n      <dd><input type=\"text\" name=\"title_fixation\" id=\"cmeditor-title_fixation\" value=\"{val_title_fixation}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_title_fixation_info}</div></dd>\n\n      <dt><label for=\"cmeditor-title_variable\">{lang_title_variable}</label></dt>\n      <dd><input type=\"text\" name=\"title_variable\" id=\"cmeditor-title_variable\" value=\"{val_title_variable}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_title_variable_info}</div></dd>\n\n      <dt><label for=\"cmeditor-php_function\">{lang_php_function}</label></dt>\n      <dd><input type=\"text\" name=\"php_function\" id=\"cmeditor-php_function\" value=\"{val_php_function}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_php_function_info}</div></dd>\n\n      <dt><label for=\"cmeditor-is_enabled\">{lang_is_enabled}</label></dt>\n      <dd><input type=\"checkbox\" name=\"is_enabled\" id=\"cmeditor-is_enabled\" {val_is_enabled}{xhtml}></dd>\n\n      <dt><label for=\"cmeditor-url\">{lang_menuitemurl}</label></dt>\n      <dd><input type=\"text\" name=\"url\" id=\"cmeditor-url\" value=\"{val_menuitemurl}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_includehttp}</div></dd>\n\n      <dt><label for=\"cmeditor-mid\">{lang_menuitemid}</label></dt>\n      <dd><input type=\"text\" name=\"mid\" id=\"cmeditor-mid\" value=\"{val_mid}\" size=\"48\" class=\"size6\" {mid_readonly}{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_nospaces}</div></dd>\n\n      <dt><label>{lang_parentitemid}</label></dt>\n      <dd>{selpmid}</dd>\n\n      <dt><label for=\"cmeditor-class_name\">{lang_class_name}</label></dt>\n      <dd><input type=\"text\" name=\"class_name\" id=\"cmeditor-class_name\" value=\"{val_class_name}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_class_name_info}</div></dd>\n\n      <dt><label for=\"cmeditor-tid\">{lang_topic}</label></dt>\n      <dd><select name=\"tid\" id=\"cmeditor-tid\">\n              <option value=\"all\" {all_selected}>{lang_all}</option>\n              <option value=\"homeonly\" {homeonly_selected}>{lang_homeonly}</option>\n              {topic_options}\n          </select></dd>\n\n      <dt><label for=\"cmeditor-menuorder\">{lang_menuitemorder}</label></dt>\n      <dd><input type=\"text\" name=\"menuorder\" id=\"cmeditor-menuorder\" value=\"{val_menuorder}\" size=\"4\"{xhtml}>\n          <span class=\"pluginMediumText\"> 0 - 9999</span></dd>\n\n      <dt><label>{lang_menuitemtype}</label></dt>\n      <dd>{lang_type}</dd>\n\n      <dt><label for=\"cmeditor-icon_url\">{lang_icon_url}</label></dt>\n      <dd><input type=\"text\" name=\"icon_url\" id=\"cmeditor-icon_url\" value=\"{val_icon_url}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_icon_url_info}</div></dd>\n\n      <dt><label for=\"cmeditor-pattern\">{lang_pattern}</label></dt>\n      <dd><input type=\"text\" name=\"pattern\" id=\"cmeditor-pattern\" value=\"{val_pattern}\" size=\"48\" class=\"size6\"{xhtml}>\n          &nbsp;{lang_is_preg}:\n          <input type=\"checkbox\" name=\"is_preg\" {val_is_preg}{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_pattern_info}</div></dd>\n    </dl>\n\n    <fieldset>\n      <legend>{lang_accessrights}</legend>\n      <dl class=\"form_block\">\n        <dt>{lang_owner}</dt>\n        <dd>{owner_name}</dd>\n\n        <dt><label>{lang_group}</label></dt>\n        <dd>{group_dropdown}</dd>\n\n        <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n        <dd>{permissions_editor}</dd>\n        <dd class=\"description\">{lang_perm_key}</dd>\n        <dd class=\"description\">{lang_permissions_msg}</dd>\n      </dl>\n    </fieldset>\n\n    <div class=\"submit\">\n      <input type=\"submit\" name=\"mode\" value=\"{lang_save}\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" name=\"mode\" value=\"{lang_cancel}\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" name=\"mode\" value=\"{lang_delete}\" class=\"submit\" onclick=\"return confirm(\'{lang_confirm}\');\" {delete_disabled}{xhtml}>\n      <input type=\"hidden\" name=\"type\" value=\"{val_type}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_mid\" value=\"{val_old_mid}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n  </div>\n</form>\n','all_selected,delete_disabled,gltoken,gltoken_name,group_dropdown,homeonly_selected,lang_accessrights,lang_all,lang_cancel,lang_class_name,lang_class_name_info,lang_confirm,lang_delete,lang_group,lang_homeonly,lang_icon_url,lang_icon_url_info,lang_includehttp,lang_is_enabled,lang_is_preg,lang_menuitemid,lang_menuitemorder,lang_menuitemtype,lang_menuitemurl,lang_mode,lang_mode_fixation,lang_mode_info,lang_mode_php,lang_mode_variable,lang_nospaces,lang_owner,lang_parentitemid,lang_pattern,lang_pattern_info,lang_perm_key,lang_permissions,lang_permissions_msg,lang_php_function,lang_php_function_info,lang_save,lang_title_fixation,lang_title_fixation_info,lang_title_variable,lang_title_variable_info,lang_topic,lang_type,mid_readonly,owner_id,owner_name,permissions_editor,selpmid,site_admin_url,topic_options,val_class_name,val_icon_url,val_is_enabled,val_is_preg,val_menuitemurl,val_menuorder,val_mid,val_mode_fixation,val_mode_php,val_mode_variable,val_old_mid,val_pattern,val_php_function,val_title_fixation,val_title_variable,val_type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (302,'denim','custommenu/custommenu.css','\n.navigation_content li a.selected {\n  color: #2661A2;\n  background-color: #DFDFDF;\n}\n\n.navigation_content li:hover {\n  position: relative;\n  z-index: 100;\n}\n\n.navigation_content li ul {\n  display: none;\n}\n\n.navigation_content li:hover > ul {\n  display: block;\n  position: absolute;\n  top: 30px;\n  left: -1px;\n  background-color: #F5F5F5;\n  width: 150px;\n  border: 1px solid #C7C7C7;\n  border-top: 1px solid #D7D7D7;\n  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n\n.navigation_content li ul a {\n  width: 136px;\n}\n\n#navigation .navigation_content li ul li:first-child a {\n  border-left: 0px;\n}\n\n#navigation .navigation_content li ul li a {\n  border-width: 0px;\n  border-bottom: 1px solid #D7D7D7;\n}\n\n#navigation .navigation_content li ul li a:hover,\n#navigation .navigation_content li ul li a.selected {\n  background-color: #EBEBEB;\n}\n\n#navigation .navigation_content ul ul li.last > a,\n#navigation .navigation_content ul ul li:last-child > a {\n  border-bottom : 0px;\n}\n\n.navigation_content li:hover > ul li:hover ul {\n  top: -1px;\n  left: 150px;\n}\n\n/* ================================================================\nThis copyright notice must be untouched at all times.\n\nThe original version of this stylesheet and the associated (x)html\nis available at http://www.cssplay.co.uk/menus/simple_vertical.html\nCopyright (c) 2005-2007 Stu Nicholls. All rights reserved.\nThis stylesheet and the associated (x)html may be modified in any\nway to fit your requirements.\n=================================================================== */\n','');
INSERT INTO `bc_thm_contents`VALUES (303,'denim','stats/itemstatistics.thtml','\n<!-- stats/itemstatistics.thtml { -->\n\n<table class=\"itemstatistics\">\n  <thead>\n    <tr>\n      <th>{item_label}</th>\n      <th>{stat_name}</th>\n    </tr>\n  </thead>\n\n  <tbody>\n    {stat_row}\n  </tbody>\n\n</table>\n\n<!-- } stats/itemstatistics.thtml -->\n','item_label,stat_name,stat_row');
INSERT INTO `bc_thm_contents`VALUES (304,'denim','stats/sitestatistics.thtml','\n<!-- stats/sitestatistics.thtml { -->\n\n<table class=\"sitestatistics\">\n  <tbody>\n    <tr>\n      <th>{lang_totalhitstosystem}</th>\n      <td>{total_hits}</td>\n    </tr>\n    <tr>\n      <th>{lang_active_users}</th>\n      <td>{active_users}</td>\n    </tr>\n    <tr>\n      <th>{lang_stories_comments}</th>\n      <td>{total_stories}({total_comments})</td>\n    </tr>\n\n    {summary_row}\n  </tbody>\n\n</table>\n\n<!-- } stats/sitestatistics.thtml -->\n','active_users,lang_active_users,lang_stories_comments,lang_totalhitstosystem,summary_row,total_comments,total_hits,total_stories');
INSERT INTO `bc_thm_contents`VALUES (305,'denim','stats/singlesummary.thtml','\n<!-- stats/singlesummary.thtml { -->\n\n    <tr>\n      <th>{item_text}</th>\n      <td>{item_stat}</td>\n    </tr>\n\n<!-- } stats/singlesummary.thtml -->\n','item_stat,item_text');
INSERT INTO `bc_thm_contents`VALUES (306,'denim','stats/singlestat.thtml','\n<!-- stats/singlestat.thtml { -->\n\n    <tr>\n      <th><a href=\"{item_url}\">{item_text}</a></th>\n      <td>{item_stat}</td>\n    </tr>\n\n<!-- } stats/singlestat.thtml -->\n','item_stat,item_text,item_url');
INSERT INTO `bc_thm_contents`VALUES (307,'denim','users/registrationform.thtml','\n<!-- users/registrationform.thtml { -->\n\n{start_block}\n  <form action=\"{site_url}/users.php\" method=\"post\" id=\"registrationform\" class=\"compact\">\n    <fieldset>\n      <legend>{lang_register}</legend>\n\n      <p class=\"form_message\">{lang_instructions}</p>\n\n      <dl class=\"form_block\">\n        <dt><label for=\"registrationform-username\">{lang_username}</label></dt>\n        <dd><input type=\"text\" maxlength=\"16\" name=\"username\" value=\"{username}\" id=\"registrationform-username\" class=\"size3\"{xhtml}></dd>\n        <dt><label for=\"registrationform-email\">{lang_email}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" name=\"email\" value=\"{email}\" id=\"registrationform-email\" class=\"size4\"{xhtml}></dd>\n\n        <dt><label for=\"registrationform-email_conf\">{lang_email_conf}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" name=\"email_conf\" value=\"{email_conf}\" id=\"registrationform-email_conf\" class=\"size4\"{xhtml}></dd>\n\n        <dd class=\"description\">{lang_warning}</dd>\n      </dl>\n\n      {captcha}\n\n      <div class=\"submit\">\n        <input type=\"hidden\" name=\"mode\" value=\"create\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_register}\" class=\"submit\"{xhtml}>\n      </div>\n    </fieldset>\n  </form>\n{end_block}\n\n<!-- } users/registrationform.thtml -->\n','captcha,email,email_conf,end_block,lang_email,lang_email_conf,lang_instructions,lang_register,lang_username,lang_warning,site_url,start_block,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (308,'denim','users/services.thtml','\n<!-- users/services.thtml { -->\n\n<dt><label for=\"service\">{lang_service}</label></dt>\n<dd>{select_service}</dd>\n\n<!-- } users/services.thtml -->\n','lang_service,select_service');
INSERT INTO `bc_thm_contents`VALUES (309,'denim','users/getpasswordform.thtml','\n<!-- users/getpasswordform.thtml { -->\n\n{start_block_forgetpassword}\n  <form action=\"{site_url}/users.php\" method=\"post\" id=\"getpasswordform\" class=\"compact\">\n\n    <div class=\"user_basic\">\n\n      <p class=\"form_message\">{lang_instructions}</p>\n\n      <dl class=\"form_block\">\n        <dt><label for=\"getpasswordform-username\">{lang_username}</label></dt>\n        <dd><input type=\"text\" maxlength=\"16\" name=\"username\" id=\"getpasswordform-username\" class=\"size3\"{xhtml}></dd>\n\n        <dt><label for=\"getpasswordform-email\">{lang_email}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" name=\"email\" id=\"getpasswordform-email\" class=\"size4\"{xhtml}></dd>\n      </dl>\n\n      <div class=\"submit\">\n        <input type=\"hidden\" name=\"mode\" value=\"emailpasswd\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_emailpassword}\" class=\"submit\"{xhtml}>\n      </div>\n    </div>\n\n  </form>\n{end_block}\n\n<!-- } users/getpasswordform.thtml -->\n','end_block,lang_email,lang_emailpassword,lang_instructions,lang_username,site_url,start_block_forgetpassword,xhtml');
INSERT INTO `bc_thm_contents`VALUES (310,'denim','users/storyrow.thtml','\n<!-- users/storyrow.thtml { -->\n\n<p class=\"storyrow\">{row_number} {story_title}{story_date}</p>\n\n<!-- } users/storyrow.thtml -->\n','row_number,story_date,story_title');
INSERT INTO `bc_thm_contents`VALUES (311,'denim','users/commentrow.thtml','\n<!-- users/commentrow.thtml { -->\n\n<p class=\"commentrow\">{row_number} {comment_title}{comment_date}</p>\n\n<!-- } users/commentrow.thtml -->\n','comment_date,comment_title,row_number');
INSERT INTO `bc_thm_contents`VALUES (312,'denim','users/newpassword.thtml','\n<!-- users/newpassword.thtml { -->\n\n<form action=\"{site_url}/users.php\" method=\"post\" id=\"newpassword\" class=\"compact\">\n  <fieldset>\n    <legend>{lang_setnewpwd}</legend>\n\n    <p class=\"form_message\">{lang_explain}</p>\n\n    <dl class=\"form_block\">\n      <dt>{lang_username}</dt>\n      <dd>{user_name}</dd>\n\n      <dt><label for=\"newpassword-passwd\">{lang_newpassword}</label></dt>\n      <dd><input type=\"password\" name=\"passwd\" id=\"newpassword-passwd\" class=\"size3\"{xhtml}></dd>\n\n      <dt><label for=\"newpassword-passwd_conf\">{lang_newpassword_conf}</label></dt>\n      <dd><input type=\"password\" name=\"passwd_conf\" id=\"newpassword-passwd_conf\" class=\"size4\"{xhtml}></dd>\n    </dl>\n\n    <div class=\"submit\">\n      <input type=\"hidden\" name=\"mode\" value=\"setnewpwd\"{xhtml}>\n      <input type=\"hidden\" name=\"uid\" value=\"{user_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"rid\" value=\"{request_id}\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_setnewpwd}\" class=\"submit\"{xhtml}>\n    </div>\n  </fieldset>\n</form>\n\n<!-- } users/newpassword.thtml -->\n','lang_explain,lang_newpassword,lang_newpassword_conf,lang_setnewpwd,lang_username,request_id,site_url,user_id,user_name,xhtml');
INSERT INTO `bc_thm_contents`VALUES (313,'denim','users/loginform.thtml','\n<!-- users/loginform.thtml { -->\n\n{start_block_loginagain}\n  <form action=\"{site_url}/users.php\" method=\"post\" id=\"userloginform\" class=\"compact\">\n    <fieldset>\n      <legend>{lang_login}</legend>\n\n      <p class=\"form_message\">{lang_message}</p>\n\n      <dl class=\"form_block\">\n        <dt><label for=\"users-loginform-loginname\">{lang_username}</label></dt>\n        <dd><input type=\"text\" name=\"loginname\" id=\"users-loginform-loginname\" class=\"size3\"{xhtml}></dd>\n\n        {services}\n\n        <dt><label for=\"users-loginform-passwd\">{lang_password}</label></dt>\n        <dd><input type=\"password\" name=\"passwd\" id=\"users-loginform-passwd\" class=\"size3\"{xhtml}></dd>\n      </dl>\n\n      <div class=\"loginform-submit\" style=\"margin-bottom:1em\"><input type=\"submit\" value=\"{lang_login}\" class=\"submit\"{xhtml}></div>\n      <div style=\"margin-bottom:0.5em\">{lang_newreglink}</div>\n      <div style=\"margin-bottom:0.5em\"><a href=\"{site_url}/users.php?mode=getpassword\" rel=\"nofollow\">{lang_forgetpassword}</a></div>\n   </fieldset>\n  </form>\n  {openid_login}\n  {oauth_login}\n{end_block}\n\n<!-- } users/loginform.thtml -->\n','end_block,lang_forgetpassword,lang_login,lang_message,lang_newreglink,lang_password,lang_username,oauth_login,openid_login,services,site_url,start_block_loginagain,xhtml');
INSERT INTO `bc_thm_contents`VALUES (314,'denim','users/email.thtml','\n<!-- users/email.thtml { -->\n\n    <dt>{lang_email}</dt>\n    <dd><a href=\"{site_url}/profiles.php?uid={user_id}\">{lang_sendemail}</a></dd>\n\n<!-- } users/email.thtml -->\n','lang_email,lang_sendemail,site_url,user_id');
INSERT INTO `bc_thm_contents`VALUES (315,'denim','users/profile.thtml','\n<!-- users/profile.thtml { -->\n\n{start_block_userprofile}\n  <dl id=\"profile-userprofile\">\n    <dt>{lang_username}</dt>\n    <dd>{username}&nbsp;{user_fullname} {edit_link}</dd>\n    <dd id=\"profile-user_photo\">{user_photo}</dd>\n\n    <dt>{lang_membersince}</dt>\n    <dd>{user_regdate}</dd>\n\n    {email_option}\n\n    <dt>{lang_homepage}</dt>\n    <dd><span class=\"url\"><a href=\"{user_homepage}\">{user_homepage}</a></span></dd>\n\n    <dt>{lang_location}</dt>\n    <dd>{user_location}</dd>\n\n    <dt>{lang_bio}</dt>\n    <dd>{user_bio}</dd>\n\n    <dt>{lang_pgpkey}</dt>\n    <dd>{user_pgp}</dd>\n  </dl>\n{end_block}\n\n{start_block_last10stories}\n  {story_row}\n{end_block}\n\n{start_block_last10comments}\n  {comment_row}\n{end_block}\n\n{start_block_postingstats}\n  <dl id=\"profile-postingstats\">\n    <dt>{lang_number_stories}</dt>\n    <dd>{number_stories}</dd>\n\n    <dt>{lang_number_comments}</dt>\n    <dd>{number_comments}</dd>\n  </dl>\n\n  <div id=\"profile-all_postings_by\">\n    <a href=\"{site_url}/search.php?type=all&amp;author={user_id}&amp;mode=search\">{lang_all_postings_by}</a>\n  </div>\n{end_block}\n\n<!-- } users/profile.thtml -->\n','comment_row,edit_link,email_option,end_block,lang_all_postings_by,lang_bio,lang_homepage,lang_location,lang_membersince,lang_number_comments,lang_number_stories,lang_pgpkey,lang_username,number_comments,number_stories,site_url,start_block_last10comments,start_block_last10stories,start_block_postingstats,start_block_userprofile,story_row,user_bio,user_fullname,user_homepage,user_id,user_location,user_pgp,user_photo,user_regdate,username');
INSERT INTO `bc_thm_contents`VALUES (316,'denim','featuredstorybodytext.thtml','\n<!-- featuredstorybodytext.thtml { -->\n\n\n<!-- } featuredstorybodytext.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (317,'denim','loginform_openid.thtml','\n<!-- loginform_openid.thtml { -->\n<form class=\"third-party-login\" action=\"{site_url}/users.php?openid_login=1\" method=\"post\">\n  <div>\n    <div style=\"display: none;\">\n      <!-- this is revealed by login.js -->\n      <img alt=\"\" src=\"{site_url}/images/openid_login_icon.png\"{xhtml}>\n      <input value=\"{lang_openid_login}\" type=\"submit\" class=\"submit\"{xhtml}>\n    </div>\n    <noscript>\n      <label for=\"identity_url\">{lang_openid_login}</label><br{xhtml}>\n      <input name=\"identity_url\" id=\"identity_url\" style=\'background: url(\"{site_url}/images/openid_login_icon.png\") no-repeat;background-color:#fff;background-position:0 50%;color:#000;padding-left:18px;font-family:monospace;font-size:10px\' value=\"http://\" size=\"{input_field_size}\"{xhtml}>\n      <input src=\"{site_url}/images/right_arrow.png\" style=\"padding:1px;margin-bottom:-5px;height:16px;width:16px;border:1px\" type=\"image\"{xhtml}>\n    </noscript>\n  </div>\n</form>\n<!-- } loginform_openid.thtml -->\n','input_field_size,lang_openid_login,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (318,'denim','footer.thtml','\n<!-- footer.thtml { -->\n\n        </div>\n      </div>\n\n      {left_blocks}\n\n      {right_blocks}\n\n    </div>\n    <!-- } #wrapper -->\n\n    <hr class=\"separator\"{xhtml}>\n\n    <!-- #footer { -->\n    <div id=\"footer\" class=\"clearfix\">\n      <div id=\"footer-content\">\n        <p class=\"copyright\">{copyright_notice}</p>\n        <p class=\"site_info\">\n          <span class=\"powered_by\">{powered_by}&nbsp;<a href=\"http://www.geeklog.net/\">Geeklog</a></span><br{xhtml}>\n          <span class=\"execution_textandtime\">{execution_textandtime}</span>\n        </p>\n      </div>\n    </div>\n    <!-- } #footer -->\n\n  </div>\n  <!-- } #container -->\n\n  {plg_footercode}\n\n  <!-- Depending on the situation, HTML body element\'s class attribute to specify a value by JavaScript\n       The argument from the left, the right block container, the middle block left the right block id attribute value -->\n  <script type=\"text/javascript\">\n  <!--\n    FixHTML(\'leftblocks\', \'centerblocks\', \'rightblocks\');\n  -->\n  </script>\n\n<!-- } footer.thtml -->\n\n</body>\n\n</html>\n','copyright_notice,execution_textandtime,left_blocks,plg_footercode,powered_by,right_blocks,xhtml');
INSERT INTO `bc_thm_contents`VALUES (319,'denim','menuitem.thtml','      <li class=\"menuitem\"><a href=\"{menuitem_url}\">{menuitem_text}</a></li>\n','menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (320,'denim','menuitem_last.thtml','      <li class=\"menuitem last-child\"><a href=\"{menuitem_url}\">{menuitem_text}</a></li>\n','menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (321,'denim','preferences/excludeblock.thtml','\n<!-- preferences/excludeblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_exclude_title}</legend>\n\n  <div class=\"linear\">\n    <dl class=\"profile_notes\">\n      <dt>{lang_excluded_items_title}</dt>\n      <dd>{lang_excluded_items}</dd>\n    </dl>\n  </div>\n\n  <div class=\"compact\">\n    <dl class=\"form_block\">\n      <dt><label>{lang_topics}</label></dt>\n      <dd><div id=\"exclude_topic\">{exclude_topic_checklist}</div></dd>\n\n      <dt><label>{lang_authors}</label></dt>\n      <dd>{exclude_author_checklist}</dd>\n    </dl>\n  </div>\n</fieldset>\n\n<!-- } preferences/excludeblock.thtml -->\n','exclude_author_checklist,exclude_topic_checklist,lang_authors,lang_exclude_title,lang_excluded_items,lang_excluded_items_title,lang_topics');
INSERT INTO `bc_thm_contents`VALUES (322,'denim','preferences/theme.thtml','\n<!-- preferences/theme.thtml { -->\n\n<dt><label for=\"theme\">{lang_theme}</label></dt>\n<dd>{theme_selector}</dd>\n\n<!-- } preferences/theme.thtml -->\n','lang_theme,theme_selector');
INSERT INTO `bc_thm_contents`VALUES (323,'denim','preferences/password.thtml','\n<!-- preferences/password.thtml { -->\n\n      <dt><label for=\"profile-passwd\">{lang_password}</label></dt>\n      <dd><input type=\"password\" maxlength=\"32\" value=\"{password_value}\" name=\"passwd\" id=\"profile-passwd\" class=\"size4\"{xhtml}></dd>\n      <dd class=\"description\">{lang_password_text}</dd>\n\n      <dt><label for=\"profile-passwd_conf\">{lang_password_conf}</label></dt>\n      <dd><input type=\"password\" maxlength=\"32\" value=\"{password_value}\" name=\"passwd_conf\" id=\"profile-passwd_conf\" class=\"size4\"{xhtml}></dd>\n      <dd class=\"description\">{lang_password_text_conf}</dd>\n\n<!-- } preferences/password.thtml -->\n','lang_password,lang_password_conf,lang_password_text,lang_password_text_conf,password_value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (324,'denim','preferences/commentblock.thtml','\n<!-- preferences/commentblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_comment_title}</legend>\n\n  <div class=\"linear\">\n    <dl class=\"profile_notes\">\n      <dt>{lang_comment_help_title}</dt>\n      <dd><ul>{lang_comment_help}</ul></dd>\n    </dl>\n  </div>\n\n  <div class=\"compact\">\n    <dl class=\"form_block\">\n      <dt><label for=\"commentmode\">{lang_displaymode}</label></dt>\n      <dd>{displaymode_selector}</dd>\n\n      <dt><label for=\"commentorder\">{lang_sortorder}</label></dt>\n      <dd>{sortorder_selector}</dd>\n\n      <dt><label for=\"commentlimit\">{lang_commentlimit}</label></dt>\n      <dd><input type=\"text\" maxlength=\"5\" value=\"{commentlimit_value}\" name=\"commentlimit\" id=\"commentlimit\" class=\"size1\"{xhtml}></dd>\n    </dl>\n  </div>\n\n</fieldset>\n\n<!-- } preferences/commentblock.thtml -->\n','commentlimit_value,displaymode_selector,lang_comment_help,lang_comment_help_title,lang_comment_title,lang_commentlimit,lang_displaymode,lang_sortorder,sortorder_selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (325,'denim','preferences/username.thtml','\n<!-- preferences/username.thtml { -->\n\n<dt><label for=\"profile-new_username\">{lang_username}</label></dt>\n<dd><input type=\"text\" maxlength=\"16\" value=\"{new_username_value}\" name=\"new_username\" id=\"profile-new_username\" class=\"size3\"{xhtml}></dd>\n<dd class=\"description\">{lang_username_text}</dd>\n\n<!-- } preferences/username.thtml -->\n','lang_username,lang_username_text,new_username_value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (326,'denim','preferences/boxesblock.thtml','\n<!-- preferences/boxesblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_boxes_title}</legend>\n\n  <div class=\"linear\">\n    <dl class=\"profile_notes\">\n      <dt>{lang_boxes_help_title}</dt>\n      <dd>{lang_boxes}</dd>\n    </dl>\n  </div>\n\n  <div id=\"boxesblock\">\n    {boxes_checklist}\n  </div>\n</fieldset>\n\n<!-- } preferences/boxesblock.thtml -->\n','boxes_checklist,lang_boxes,lang_boxes_help_title,lang_boxes_title');
INSERT INTO `bc_thm_contents`VALUES (327,'denim','preferences/displayblock.thtml','\n<!-- preferences/displayblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_misc_title}</legend>\n\n  <div class=\"linear\">\n    <dl class=\"profile_notes\">\n      <dt>{lang_misc_help_title}</dt>\n      <dd><ul>{lang_misc_help}</ul></dd>\n    </dl>\n  </div>\n\n  <div class=\"compact\">\n    <dl class=\"form_block\">\n      {language_selection}\n      {theme_selection}\n\n      <dt><label for=\"displayprefs-noicons\">{lang_noicons}</label></dt>\n      <dd><input type=\"checkbox\" {noicons_checked} name=\"noicons\" id=\"displayprefs-noicons\"{xhtml}>{lang_noicons_text}</dd>\n\n      <dt><label for=\"displayprefs-noboxes\">{lang_noboxes}</label></dt>\n      <dd><input type=\"checkbox\" {noboxes_checked} name=\"noboxes\" id=\"displayprefs-noboxes\"{xhtml}>{lang_noboxes_text}</dd>\n\n      <dt><label for=\"displayprefs-maxstories\">{lang_maxstories}</label></dt>\n      <dd><input type=\"text\" maxlength=\"3\" value=\"{maxstories_value}\" name=\"maxstories\" id=\"displayprefs-maxstories\" class=\"size1\"{xhtml}></dd>\n\n      {advanced_editor_option}\n\n      <dt><label for=\"tzid\">{lang_timezone}</label></dt>\n      <dd>{timezone_selector}</dd>\n\n      <dt><label for=\"dfid\">{lang_dateformat}</label></dt>\n      <dd>{dateformat_selector}</dd>\n    </dl>\n  </div>\n\n</fieldset>\n\n<!-- } preferences/displayblock.thtml -->\n','advanced_editor_option,dateformat_selector,lang_dateformat,lang_maxstories,lang_misc_help,lang_misc_help_title,lang_misc_title,lang_noboxes,lang_noboxes_text,lang_noicons,lang_noicons_text,lang_timezone,language_selection,maxstories_value,noboxes_checked,noicons_checked,theme_selection,timezone_selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (328,'denim','preferences/displayprefs.thtml','\n<!-- preferences/displayprefs.thtml { -->\n\n<div id=\"pe_layout\" class=\"jsenabled_hide\">\n  {display_block}\n  {comment_block}\n</div>\n\n<div id=\"pe_content\" class=\"jsenabled_hide\">\n  {exclude_block}\n  {digest_block}\n  {boxes_block}\n</div>\n\n<div id=\"pe_privacy\" class=\"jsenabled_hide\">\n  {privacy_block}\n</div>\n\n<!-- } preferences/displayprefs.thtml -->\n','boxes_block,comment_block,digest_block,display_block,exclude_block,privacy_block');
INSERT INTO `bc_thm_contents`VALUES (329,'denim','preferences/editor.thtml','\n<!-- preferences/editor.thtml { -->\n\n    <dt><label for=\"advanced_editor\">{lang_advanced_editor}</label></dt>\n    <dd><input type=\"checkbox\" id=\"advanced_editor\" name=\"advanced_editor\" {advanced_editor_checked}{xhtml}>FCKeditor</dd>\n\n<!-- } preferences/editor.thtml -->\n','advanced_editor_checked,lang_advanced_editor,xhtml');
INSERT INTO `bc_thm_contents`VALUES (330,'denim','preferences/deleteaccount.thtml','\n<!-- preferences/deleteaccount.thtml { -->\n\n<div class=\"linear\">\n  <dl class=\"profile_notes\">\n    <dt>{lang_deleteaccount}</dt>\n    <dd>{delete_text}</dd>\n  </dl>\n</div>\n\n<div class=\"compact\">\n  <dl class=\"form_block\">\n    <dt><label for=\"deleteaccount-submit\">{lang_deleteoption}</label></dt>\n    <dd>\n      <input type=\"hidden\" name=\"mode\" value=\"{delete_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"account_id\" value=\"{account_id}\"{xhtml}>\n      <input type=\"submit\" name=\"btnsubmit\" value=\"{lang_button_delete}\" id=\"deleteaccount-submit\" class=\"submit\"{xhtml}>\n    </dd>\n  </dl>\n</div>\n\n<!-- } preferences/deleteaccount.thtml -->\n','account_id,delete_mode,delete_text,lang_button_delete,lang_deleteaccount,lang_deleteoption,xhtml');
INSERT INTO `bc_thm_contents`VALUES (331,'denim','preferences/digestblock.thtml','\n<!-- preferences/digestblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_digest_top_header}</legend>\n\n  <div class=\"linear\">\n    <dl class=\"profile_notes\">\n      <dt>{lang_digest_help_header}</dt>\n      <dd>{lang_emailedtopics}</dd>\n    </dl>\n  </div>\n\n  <div class=\"compact\">\n    <p class=\"checklist\">\n      {email_topic_checklist}\n    </p>\n  </div>\n</fieldset>\n\n<!-- } preferences/digestblock.thtml -->\n','email_topic_checklist,lang_digest_help_header,lang_digest_top_header,lang_emailedtopics');
INSERT INTO `bc_thm_contents`VALUES (332,'denim','preferences/current_password.thtml','\n<!-- preferences/current_password.thtml { -->\n\n      <dt><label for=\"profile-old_passwd\" class=\"warningsmall\"><strong>{lang_old_password}</strong></label></dt>\n      <dd><input type=\"password\" maxlength=\"32\" value=\"\" name=\"old_passwd\" id=\"profile-old_passwd\" class=\"size4\"{xhtml}></dd>\n      <dd class=\"description\">{lang_old_password_text}</dd>\n\n<!-- } preferences/current_password.thtml -->\n','lang_old_password,lang_old_password_text,xhtml');
INSERT INTO `bc_thm_contents`VALUES (333,'denim','preferences/language.thtml','\n<!-- preferences/language.thtml { -->\n\n<dt><label for=\"language\">{lang_language}</label></dt>\n<dd>{language_selector}</dd>\n\n<!-- } preferences/language.thtml -->\n','lang_language,language_selector');
INSERT INTO `bc_thm_contents`VALUES (334,'denim','preferences/privacyblock.thtml','<!-- preferences/privacyblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_privacy_title}</legend>\n\n  <div class=\"linear\">\n    <dl class=\"profile_notes\">\n      <dt>{lang_privacy_help_title}</dt>\n      <dd>{lang_privacy_help}</dd>\n    </dl>\n  </div>\n\n  <div class=\"compact\">\n    <dl class=\"form_block\">\n      <dt><label for=\"displayprefs-emailfromuser\">{lang_emailfromuser}</label></dt>\n      <dd><input type=\"checkbox\" {emailfromuser_checked} name=\"emailfromuser\" id=\"displayprefs-emailfromuser\"{xhtml}>{lang_emailfromuser_text}</dd>\n\n      <dt><label for=\"displayprefs-emailfromadmin\">{lang_emailfromadmin}</label></dt>\n      <dd><input type=\"checkbox\" {emailfromadmin_checked} name=\"emailfromadmin\" id=\"displayprefs-emailfromadmin\"{xhtml}>{lang_emailfromadmin_text}</dd>\n\n      <dt><label for=\"displayprefs-showonline\">{lang_showonline}</label></dt>\n      <dd><input type=\"checkbox\" {showonline_checked} name=\"showonline\" id=\"displayprefs-showonline\"{xhtml}>{lang_showonline_text}</dd>\n    </dl>\n  </div>\n</fieldset>\n\n<!-- } preferences/privacyblock.thtml -->\n','emailfromadmin_checked,emailfromuser_checked,lang_emailfromadmin,lang_emailfromadmin_text,lang_emailfromuser,lang_emailfromuser_text,lang_privacy_help,lang_privacy_help_title,lang_privacy_title,lang_showonline,lang_showonline_text,showonline_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (335,'denim','preferences/profile.thtml','\n<!-- preferences/profile.thtml { -->\n\n{noscript}\n\n<div id=\"pe_navbar\" style=\"display:none\">\n{navbar}\n</div>\n\n<div id=\"pe_preview\" class=\"jsenabled_hide\" style=\"display:none;\">\n  <fieldset>\n    <legend>{lang_preview_title}</legend>\n    {preview}\n  </fieldset>\n</div>\n\n<form action=\"{site_url}/usersettings.php\" method=\"post\" {enctype} id=\"profile\">\n\n<div id=\"pe_namepass\" class=\"jsenabled_show\">\n  <fieldset>\n    <legend>{lang_name_legend}</legend>\n    <div class=\"compact\">\n      <dl class=\"form_block\">\n        {username_option}\n        <dt><label for=\"profile-fullname\">{lang_fullname}</label></dt>\n        <dd><input type=\"text\" maxlength=\"80\" value=\"{fullname_value}\" name=\"fullname\" id=\"profile-fullname\" class=\"size7\"{xhtml}></dd>\n      </dl>\n    </div>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_password_email_legend}</legend>\n\n    <div class=\"linear\">\n      <dl class=\"profile_notes\">\n        <dt>{lang_password_help_title}</dt>\n        <dd>{lang_password_help}</dd>\n        <dd><span class=\"warningsmall\"><strong>{lang_enter_current_password}</strong></span></dd>\n      </dl>\n    </div>\n\n    <div class=\"compact\">\n      <dl class=\"form_block\">\n        {password_option}\n\n        {resynch_option}\n\n        <dt><label for=\"cooktime\">{lang_cooktime}</label></dt>\n        <dd>{cooktime_selector}</dd>\n\n        <dt><label for=\"profile-email\">{lang_email}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" value=\"{email_value}\" name=\"email\" id=\"profile-email\" class=\"size6\"{xhtml}></dd>\n        <dd class=\"description\">{lang_email_text}</dd>\n\n        <dt><label for=\"profile-email_conf\">{lang_email_conf}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" value=\"{email_value}\" name=\"email_conf\" id=\"profile-email_conf\" class=\"size6\"{xhtml}></dd>\n\n        {current_password_option}\n      </dl>\n    </div>\n    {delete_account_option}\n  </fieldset>\n</div>\n\n<div id=\"pe_userinfo\" class=\"jsenabled_hide\">\n  <fieldset>\n    <legend>{lang_personal_info_legend}</legend>\n\n    <div class=\"linear\">\n      <dl class=\"profile_notes\">\n        <dt>{lang_userinfo_help_title}</dt>\n        <dd>{lang_userinfo_help}</dd>\n      </dl>\n    </div>\n\n    <div class=\"compact\">\n      <dl class=\"form_block\">\n        <dt><label for=\"profile-homepage\">{lang_homepage}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" value=\"{homepage_value}\" name=\"homepage\" id=\"profile-homepage\" class=\"size7\"{xhtml}></dd>\n        <dd class=\"description\">{lang_homepage_text}</dd>\n\n        <dt><label for=\"profile-location\">{lang_location}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" value=\"{location_value}\" name=\"location\" id=\"profile-location\" class=\"size7\"{xhtml}></dd>\n        <dd class=\"description\">{lang_location_text}</dd>\n\n        {userphoto_option}\n\n        <dt><label for=\"profile-sig\">{lang_signature}{lang_signature_text}</label></dt>\n        <dd><textarea cols=\"45\" rows=\"4\" name=\"sig\" id=\"profile-sig\" class=\"wide\">{signature_value}</textarea></dd>\n\n        <dt><label for=\"profile-about\">{lang_about}{lang_about_text}</label></dt>\n        <dd><textarea cols=\"45\" rows=\"6\" name=\"about\" id=\"profile-about\" class=\"wide\">{about_value}</textarea></dd>\n\n        <dt><label for=\"profile-pgpkey\">{lang_pgpkey}{lang_pgpkey_text}</label></dt>\n        <dd><textarea cols=\"45\" rows=\"6\" name=\"pgpkey\" id=\"profile-pgpkey\" class=\"wide\">{pgpkey_value}</textarea></dd>\n      </dl>\n    </div>\n  </fieldset>\n</div>\n\n{prefs}\n\n<div id=\"save_button\" class=\"submit\">\n  <input type=\"hidden\" name=\"uid\" value=\"{uid_value}\"{xhtml}>\n  <input type=\"hidden\" name=\"mode\" value=\"saveuser\"{xhtml}>\n  <input type=\"hidden\" name=\"username\" value=\"{username_value}\"{xhtml}>\n  <input type=\"submit\" name=\"btnsubmit\" value=\"{lang_submit}\" class=\"submit\"{xhtml}>\n  <input type=\"submit\" name=\"btncancel\" value=\"{lang_cancel}\"{xhtml}>\n</div>\n\n</form>\n\n<!-- } preferences/profile.thtml -->\n','about_value,cooktime_selector,current_password_option,delete_account_option,email_value,enctype,fullname_value,homepage_value,lang_about,lang_about_text,lang_cancel,lang_cooktime,lang_email,lang_email_conf,lang_email_text,lang_enter_current_password,lang_fullname,lang_homepage,lang_homepage_text,lang_location,lang_location_text,lang_name_legend,lang_password_email_legend,lang_password_help,lang_password_help_title,lang_personal_info_legend,lang_pgpkey,lang_pgpkey_text,lang_preview_title,lang_signature,lang_signature_text,lang_submit,lang_userinfo_help,lang_userinfo_help_title,location_value,navbar,noscript,password_option,pgpkey_value,prefs,preview,resynch_option,signature_value,site_url,uid_value,username_option,username_value,userphoto_option,xhtml');
INSERT INTO `bc_thm_contents`VALUES (336,'denim','preferences/userphoto.thtml','\n<!-- preferences/userphoto.thtml { -->\n\n<dt><label for=\"profile-photo\">{lang_userphoto}</label></dt>\n<dd><input type=\"file\" name=\"photo\" id=\"profile-photo\"{xhtml}></dd>\n<dd id=\"userphoto-photo\" class=\"description\">{lang_userphoto_text}{display_photo}<br{xhtml}>{photo_max_dimensions}</dd>\n\n<!-- } preferences/userphoto.thtml -->\n','display_photo,lang_userphoto,lang_userphoto_text,photo_max_dimensions,xhtml');
INSERT INTO `bc_thm_contents`VALUES (337,'denim','preferences/resynch.thtml','\n<!-- preferences/resynch.thtml { -->\n\n      <dt><label for=\"profile-resynch\">{lang_resynch}</label></dt>\n      <dd><input type=\"checkbox\" {resynch_checked} name=\"resynch\" id=\"profile-resynch\"{xhtml}></dd>\n      <dd class=\"description\">{lang_resynch_text}</dd>\n\n<!-- } preferences/resynch.thtml -->\n','lang_resynch,lang_resynch_text,resynch_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (338,'denim','header.thtml','{doctype}\n<html{html_attribute}{xmlns}>\n\n<head profile=\"http://www.w3.org/2003/g/data-view\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"{xhtml}>\n<title>{page_title_and_site_name}</title>\n<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\"{xhtml}>\n<meta http-equiv=\"Content-Style-Type\" content=\"text/css\"{xhtml}>\n<meta http-equiv=\"imagetoolbar\" content=\"no\"{xhtml}>\n\n<!-- Mobile Specific Metas -->\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=yes\"{xhtml}>\n\n<!-- Favicons -->\n<link rel=\"shortcut icon\" href=\"{layout_url}/images/favicon.ico\"{xhtml}>\n\n<!-- <meta http-equiv=\"Pragma\" content=\"no-cache\"{xhtml}> -->\n<link rel=\"start contents\" href=\"{site_url}\"{xhtml}>\n{feed_url}\n{rel_links}\n{plg_headercode}\n<!--[if lt IE 7]><link rel=\"stylesheet\" type=\"text/css\" href=\"{layout_url}/css_{direction}/ie6.css\"{xhtml}>\n<script type=\"text/javascript\" src=\"{layout_url}/javascript/iepngfix.js\"></script><![endif]-->\n<!--[if IE 7]><link rel=\"stylesheet\" type=\"text/css\" href=\"{layout_url}/css_{direction}/ie7.css\"{xhtml}><![endif]-->\n<!--[if IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"{layout_url}/css_{direction}/ie8.css\"{xhtml}><![endif]-->\n<!--[if lt IE 9]><script type=\"text/javascript\" src=\"{layout_url}/javascript/respond.min.js\"></script><![endif]-->\n</head>\n\n<body dir=\"{direction}\" class=\"{layout_columns}\">\n\n<!-- header.thtml { -->\n\n  <!-- #container { -->\n  <div id=\"container\">\n\n    <!-- #header { -->\n    <div id=\"header\">\n      <div id=\"header-content\" class=\"type1\">\n        <h1 class=\"site_name\"><a href=\"{site_url}\" title=\"{site_name}\">{site_name}</a></h1>\n        <p class=\"site_slogan\">{site_slogan}</p>\n      </div>\n    </div>\n    <!-- } #header -->\n\n    <hr class=\"separator\"{xhtml}>\n\n    <!-- #navigation { -->\n    <div id=\"navigation\">\n      <div class=\"navigation_content\">\n        <ul id=\"navigation_ul\">\n          {menu_elements}\n        </ul>\n      </div>\n    </div>\n    <!-- } #navigation -->\n\n    <hr class=\"separator\"{xhtml}>\n\n    <!-- #wrapper { -->\n    <div id=\"wrapper\">\n\n      <!-- Center Block Container -->\n      <div id=\"centerblocks\">\n        <div id=\"main-content\">\n          <p class=\"welcome_msg\">{welcome_msg_jp}&nbsp;{datetime}</p>\n          {breadcrumb_trail}\n          \n<!-- } header.thtml -->\n','breadcrumb_trail,datetime,direction,doctype,feed_url,html_attribute,layout_columns,layout_url,menu_elements,page_title_and_site_name,plg_headercode,rel_links,site_name,site_slogan,site_url,welcome_msg_jp,xhtml,xmlns');
INSERT INTO `bc_thm_contents`VALUES (339,'denim','blockfooter-left.thtml','\n<!-- blockfooter-left.thtml { -->\n\n      </div>\n    </div>\n\n<!-- } blockfooter-left.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (340,'denim','storybodytext.thtml','\n<!-- storybodytext.thtml { -->\n\n\n<!-- } storybodytext.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (341,'denim','blockservices.thtml','\n<!-- blockservices.thtml { -->\n\n      <div class=\"form_part\">\n        <label for=\"service\">{lang_service}</label>\n        {select_service}\n      </div>\n\n<!-- } blockservices.thtml -->\n','lang_service,select_service');
INSERT INTO `bc_thm_contents`VALUES (342,'denim','archivestorybodytext.thtml','\n<!-- archivestorybodytext.thtml { -->\n\n\n<!-- } archivestorybodytext.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (343,'denim','jquery_ui/jquery.ui.spinner.css','/*!\n * jQuery UI Spinner 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Spinner#theming\n */\n.ui-spinner {\n	position: relative;\n	display: inline-block;\n	overflow: hidden;\n	padding: 0;\n	vertical-align: middle;\n}\n.ui-spinner-input {\n	border: none;\n	background: none;\n	color: inherit;\n	padding: 0;\n	margin: .2em 0;\n	vertical-align: middle;\n	margin-left: .4em;\n	margin-right: 22px;\n}\n.ui-spinner-button {\n	width: 16px;\n	height: 50%;\n	font-size: .5em;\n	padding: 0;\n	margin: 0;\n	text-align: center;\n	position: absolute;\n	cursor: default;\n	display: block;\n	overflow: hidden;\n	right: 0;\n}\n/* more specificity required here to overide default borders */\n.ui-spinner a.ui-spinner-button {\n	border-top: none;\n	border-bottom: none;\n	border-right: none;\n}\n/* vertical centre icon */\n.ui-spinner .ui-icon {\n	position: absolute;\n	margin-top: -8px;\n	top: 50%;\n	left: 0;\n}\n.ui-spinner-up {\n	top: 0;\n}\n.ui-spinner-down {\n	bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n	/* need to fix icons sprite */\n	background-position: -65px -16px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (344,'denim','jquery_ui/jquery.ui.autocomplete.css','/*!\n * jQuery UI Autocomplete 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Autocomplete#theming\n */\n.ui-autocomplete {\n	position: absolute;\n	top: 0;\n	left: 0;\n	cursor: default;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (345,'denim','jquery_ui/jquery.ui.datepicker.css','/*!\n * jQuery UI Datepicker 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Datepicker#theming\n */\n.ui-datepicker {\n	width: 17em;\n	padding: .2em .2em 0;\n	display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n	position: relative;\n	padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n	position: absolute;\n	top: 2px;\n	width: 1.8em;\n	height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n	top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n	left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n	right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n	left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n	right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n	display: block;\n	position: absolute;\n	left: 50%;\n	margin-left: -8px;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n	margin: 0 2.3em;\n	line-height: 1.8em;\n	text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n	font-size: 1em;\n	margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month-year {\n	width: 100%;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n	width: 49%;\n}\n.ui-datepicker table {\n	width: 100%;\n	font-size: .9em;\n	border-collapse: collapse;\n	margin: 0 0 .4em;\n}\n.ui-datepicker th {\n	padding: .7em .3em;\n	text-align: center;\n	font-weight: bold;\n	border: 0;\n}\n.ui-datepicker td {\n	border: 0;\n	padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n	display: block;\n	padding: .2em;\n	text-align: right;\n	text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n	background-image: none;\n	margin: .7em 0 0 0;\n	padding: 0 .2em;\n	border-left: 0;\n	border-right: 0;\n	border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n	float: right;\n	margin: .5em .2em .4em;\n	cursor: pointer;\n	padding: .2em .6em .3em .6em;\n	width: auto;\n	overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n	float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n	width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n	float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n	width: 95%;\n	margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n	width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n	width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n	width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n	border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n	clear: left;\n}\n.ui-datepicker-row-break {\n	clear: both;\n	width: 100%;\n	font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n	direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n	right: 2px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n	left: 2px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n	right: 1px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n	left: 1px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n	clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n	float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n	float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n	border-right-width: 0;\n	border-left-width: 1px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (346,'denim','jquery_ui/jquery.ui.accordion.css','/*!\n * jQuery UI Accordion 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Accordion#theming\n */\n.ui-accordion .ui-accordion-header {\n	display: block;\n	cursor: pointer;\n	position: relative;\n	margin-top: 2px;\n	padding: .5em .5em .5em .7em;\n	min-height: 0; /* support: IE7 */\n}\n.ui-accordion .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-noicons {\n	padding-left: .7em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n	position: absolute;\n	left: .5em;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n	padding: 1em 2.2em;\n	border-top: 0;\n	overflow: auto;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (347,'denim','jquery_ui/jquery.ui.dialog.css','/*!\n * jQuery UI Dialog 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Dialog#theming\n */\n.ui-dialog {\n	position: absolute;\n	top: 0;\n	left: 0;\n	padding: .2em;\n	outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n	padding: .4em 1em;\n	position: relative;\n}\n.ui-dialog .ui-dialog-title {\n	float: left;\n	margin: .1em 0;\n	white-space: nowrap;\n	width: 90%;\n	overflow: hidden;\n	text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n	position: absolute;\n	right: .3em;\n	top: 50%;\n	width: 21px;\n	margin: -10px 0 0 0;\n	padding: 1px;\n	height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n	position: relative;\n	border: 0;\n	padding: .5em 1em;\n	background: none;\n	overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n	text-align: left;\n	border-width: 1px 0 0 0;\n	background-image: none;\n	margin-top: .5em;\n	padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n	float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n	margin: .5em .4em .5em 0;\n	cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n	width: 12px;\n	height: 12px;\n	right: -5px;\n	bottom: -5px;\n	background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n	cursor: move;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (348,'denim','jquery_ui/jquery.ui.base.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming\n */\n@import url(\"jquery.ui.core.css\");\n\n@import url(\"jquery.ui.accordion.css\");\n@import url(\"jquery.ui.autocomplete.css\");\n@import url(\"jquery.ui.button.css\");\n@import url(\"jquery.ui.datepicker.css\");\n@import url(\"jquery.ui.dialog.css\");\n@import url(\"jquery.ui.menu.css\");\n@import url(\"jquery.ui.progressbar.css\");\n@import url(\"jquery.ui.resizable.css\");\n@import url(\"jquery.ui.selectable.css\");\n@import url(\"jquery.ui.slider.css\");\n@import url(\"jquery.ui.spinner.css\");\n@import url(\"jquery.ui.tabs.css\");\n@import url(\"jquery.ui.tooltip.css\");\n','');
INSERT INTO `bc_thm_contents`VALUES (349,'denim','jquery_ui/jquery.ui.slider.css','/*!\n * jQuery UI Slider 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Slider#theming\n */\n.ui-slider {\n	position: relative;\n	text-align: left;\n}\n.ui-slider .ui-slider-handle {\n	position: absolute;\n	z-index: 2;\n	width: 1.2em;\n	height: 1.2em;\n	cursor: default;\n}\n.ui-slider .ui-slider-range {\n	position: absolute;\n	z-index: 1;\n	font-size: .7em;\n	display: block;\n	border: 0;\n	background-position: 0 0;\n}\n\n/* For IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n	filter: inherit;\n}\n\n.ui-slider-horizontal {\n	height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n	top: -.3em;\n	margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n	top: 0;\n	height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n	left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n	right: 0;\n}\n\n.ui-slider-vertical {\n	width: .8em;\n	height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n	left: -.3em;\n	margin-left: 0;\n	margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n	left: 0;\n	width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n	bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n	top: 0;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (350,'denim','jquery_ui/jquery-ui.css','/*! jQuery UI - v1.10.1 - 2013-03-03\n* http://jqueryui.com\n* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n	display: none;\n}\n.ui-helper-hidden-accessible {\n	border: 0;\n	clip: rect(0 0 0 0);\n	height: 1px;\n	margin: -1px;\n	overflow: hidden;\n	padding: 0;\n	position: absolute;\n	width: 1px;\n}\n.ui-helper-reset {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	line-height: 1.3;\n	text-decoration: none;\n	font-size: 100%;\n	list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n	content: \"\";\n	display: table;\n	border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n	clear: both;\n}\n.ui-helper-clearfix {\n	min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n	width: 100%;\n	height: 100%;\n	top: 0;\n	left: 0;\n	position: absolute;\n	opacity: 0;\n	filter:Alpha(Opacity=0);\n}\n\n.ui-front {\n	z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n	cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	display: block;\n	text-indent: -99999px;\n	overflow: hidden;\n	background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n	position: fixed;\n	top: 0;\n	left: 0;\n	width: 100%;\n	height: 100%;\n}\n.ui-resizable {\n	position: relative;\n}\n.ui-resizable-handle {\n	position: absolute;\n	font-size: 0.1px;\n	display: block;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n	display: none;\n}\n.ui-resizable-n {\n	cursor: n-resize;\n	height: 7px;\n	width: 100%;\n	top: -5px;\n	left: 0;\n}\n.ui-resizable-s {\n	cursor: s-resize;\n	height: 7px;\n	width: 100%;\n	bottom: -5px;\n	left: 0;\n}\n.ui-resizable-e {\n	cursor: e-resize;\n	width: 7px;\n	right: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-w {\n	cursor: w-resize;\n	width: 7px;\n	left: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-se {\n	cursor: se-resize;\n	width: 12px;\n	height: 12px;\n	right: 1px;\n	bottom: 1px;\n}\n.ui-resizable-sw {\n	cursor: sw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	bottom: -5px;\n}\n.ui-resizable-nw {\n	cursor: nw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	top: -5px;\n}\n.ui-resizable-ne {\n	cursor: ne-resize;\n	width: 9px;\n	height: 9px;\n	right: -5px;\n	top: -5px;\n}\n.ui-selectable-helper {\n	position: absolute;\n	z-index: 100;\n	border: 1px dotted black;\n}\n.ui-accordion .ui-accordion-header {\n	display: block;\n	cursor: pointer;\n	position: relative;\n	margin-top: 2px;\n	padding: .5em .5em .5em .7em;\n	min-height: 0; /* support: IE7 */\n}\n.ui-accordion .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-noicons {\n	padding-left: .7em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n	position: absolute;\n	left: .5em;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n	padding: 1em 2.2em;\n	border-top: 0;\n	overflow: auto;\n}\n.ui-autocomplete {\n	position: absolute;\n	top: 0;\n	left: 0;\n	cursor: default;\n}\n.ui-button {\n	display: inline-block;\n	position: relative;\n	padding: 0;\n	line-height: normal;\n	margin-right: .1em;\n	cursor: pointer;\n	vertical-align: middle;\n	text-align: center;\n	overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n	text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n	width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n	width: 2.4em;\n}\n.ui-button-icons-only {\n	width: 3.4em;\n}\nbutton.ui-button-icons-only {\n	width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n	display: block;\n	line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n	padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n	padding: .4em;\n	text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n	padding-left: 2.1em;\n	padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n	padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n	position: absolute;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n	left: 50%;\n	margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n	left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n	right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n	margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n	margin-left: 0;\n	margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n	border: 0;\n	padding: 0;\n}\n.ui-datepicker {\n	width: 17em;\n	padding: .2em .2em 0;\n	display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n	position: relative;\n	padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n	position: absolute;\n	top: 2px;\n	width: 1.8em;\n	height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n	top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n	left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n	right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n	left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n	right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n	display: block;\n	position: absolute;\n	left: 50%;\n	margin-left: -8px;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n	margin: 0 2.3em;\n	line-height: 1.8em;\n	text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n	font-size: 1em;\n	margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month-year {\n	width: 100%;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n	width: 49%;\n}\n.ui-datepicker table {\n	width: 100%;\n	font-size: .9em;\n	border-collapse: collapse;\n	margin: 0 0 .4em;\n}\n.ui-datepicker th {\n	padding: .7em .3em;\n	text-align: center;\n	font-weight: bold;\n	border: 0;\n}\n.ui-datepicker td {\n	border: 0;\n	padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n	display: block;\n	padding: .2em;\n	text-align: right;\n	text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n	background-image: none;\n	margin: .7em 0 0 0;\n	padding: 0 .2em;\n	border-left: 0;\n	border-right: 0;\n	border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n	float: right;\n	margin: .5em .2em .4em;\n	cursor: pointer;\n	padding: .2em .6em .3em .6em;\n	width: auto;\n	overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n	float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n	width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n	float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n	width: 95%;\n	margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n	width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n	width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n	width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n	border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n	clear: left;\n}\n.ui-datepicker-row-break {\n	clear: both;\n	width: 100%;\n	font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n	direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n	right: 2px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n	left: 2px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n	right: 1px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n	left: 1px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n	clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n	float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n	float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n	border-right-width: 0;\n	border-left-width: 1px;\n}\n.ui-dialog {\n	position: absolute;\n	top: 0;\n	left: 0;\n	padding: .2em;\n	outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n	padding: .4em 1em;\n	position: relative;\n}\n.ui-dialog .ui-dialog-title {\n	float: left;\n	margin: .1em 0;\n	white-space: nowrap;\n	width: 90%;\n	overflow: hidden;\n	text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n	position: absolute;\n	right: .3em;\n	top: 50%;\n	width: 21px;\n	margin: -10px 0 0 0;\n	padding: 1px;\n	height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n	position: relative;\n	border: 0;\n	padding: .5em 1em;\n	background: none;\n	overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n	text-align: left;\n	border-width: 1px 0 0 0;\n	background-image: none;\n	margin-top: .5em;\n	padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n	float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n	margin: .5em .4em .5em 0;\n	cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n	width: 12px;\n	height: 12px;\n	right: -5px;\n	bottom: -5px;\n	background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n	cursor: move;\n}\n.ui-menu {\n	list-style: none;\n	padding: 2px;\n	margin: 0;\n	display: block;\n	outline: none;\n}\n.ui-menu .ui-menu {\n	margin-top: -3px;\n	position: absolute;\n}\n.ui-menu .ui-menu-item {\n	margin: 0;\n	padding: 0;\n	width: 100%;\n}\n.ui-menu .ui-menu-divider {\n	margin: 5px -2px 5px -2px;\n	height: 0;\n	font-size: 0;\n	line-height: 0;\n	border-width: 1px 0 0 0;\n}\n.ui-menu .ui-menu-item a {\n	text-decoration: none;\n	display: block;\n	padding: 2px .4em;\n	line-height: 1.5;\n	min-height: 0; /* support: IE7 */\n	font-weight: normal;\n}\n.ui-menu .ui-menu-item a.ui-state-focus,\n.ui-menu .ui-menu-item a.ui-state-active {\n	font-weight: normal;\n	margin: -1px;\n}\n\n.ui-menu .ui-state-disabled {\n	font-weight: normal;\n	margin: .4em 0 .2em;\n	line-height: 1.5;\n}\n.ui-menu .ui-state-disabled a {\n	cursor: default;\n}\n\n/* icon support */\n.ui-menu-icons {\n	position: relative;\n}\n.ui-menu-icons .ui-menu-item a {\n	position: relative;\n	padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n	position: absolute;\n	top: .2em;\n	left: .2em;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n	position: static;\n	float: right;\n}\n.ui-progressbar {\n	height: 2em;\n	text-align: left;\n	overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n	margin: -1px;\n	height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n	background: url(\"images/animated-overlay.gif\");\n	height: 100%;\n	filter: alpha(opacity=25);\n	opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n	background-image: none;\n}\n.ui-slider {\n	position: relative;\n	text-align: left;\n}\n.ui-slider .ui-slider-handle {\n	position: absolute;\n	z-index: 2;\n	width: 1.2em;\n	height: 1.2em;\n	cursor: default;\n}\n.ui-slider .ui-slider-range {\n	position: absolute;\n	z-index: 1;\n	font-size: .7em;\n	display: block;\n	border: 0;\n	background-position: 0 0;\n}\n\n/* For IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n	filter: inherit;\n}\n\n.ui-slider-horizontal {\n	height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n	top: -.3em;\n	margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n	top: 0;\n	height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n	left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n	right: 0;\n}\n\n.ui-slider-vertical {\n	width: .8em;\n	height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n	left: -.3em;\n	margin-left: 0;\n	margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n	left: 0;\n	width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n	bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n	top: 0;\n}\n.ui-spinner {\n	position: relative;\n	display: inline-block;\n	overflow: hidden;\n	padding: 0;\n	vertical-align: middle;\n}\n.ui-spinner-input {\n	border: none;\n	background: none;\n	color: inherit;\n	padding: 0;\n	margin: .2em 0;\n	vertical-align: middle;\n	margin-left: .4em;\n	margin-right: 22px;\n}\n.ui-spinner-button {\n	width: 16px;\n	height: 50%;\n	font-size: .5em;\n	padding: 0;\n	margin: 0;\n	text-align: center;\n	position: absolute;\n	cursor: default;\n	display: block;\n	overflow: hidden;\n	right: 0;\n}\n/* more specificity required here to overide default borders */\n.ui-spinner a.ui-spinner-button {\n	border-top: none;\n	border-bottom: none;\n	border-right: none;\n}\n/* vertical centre icon */\n.ui-spinner .ui-icon {\n	position: absolute;\n	margin-top: -8px;\n	top: 50%;\n	left: 0;\n}\n.ui-spinner-up {\n	top: 0;\n}\n.ui-spinner-down {\n	bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n	/* need to fix icons sprite */\n	background-position: -65px -16px;\n}\n.ui-tabs {\n	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n	padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n	margin: 0;\n	padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n	list-style: none;\n	float: left;\n	position: relative;\n	top: 0;\n	margin: 1px .2em 0 0;\n	border-bottom: 0;\n	padding: 0;\n	white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav li a {\n	float: left;\n	padding: .5em 1em;\n	text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n	margin-bottom: -1px;\n	padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active a,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled a,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {\n	cursor: text;\n}\n.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {\n	cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n	display: block;\n	border-width: 0;\n	padding: 1em 1.4em;\n	background: none;\n}\n.ui-tooltip {\n	padding: 8px;\n	position: absolute;\n	z-index: 9999;\n	max-width: 300px;\n	-webkit-box-shadow: 0 0 5px #aaa;\n	box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n	border-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1.1em;\n}\n.ui-widget .ui-widget {\n	font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1em;\n}\n.ui-widget-content {\n	border: 1px solid #a6c9e2;\n	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;\n	color: #222222;\n}\n.ui-widget-content a {\n	color: #222222;\n}\n.ui-widget-header {\n	border: 1px solid #4297d7;\n	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;\n	color: #ffffff;\n	font-weight: bold;\n}\n.ui-widget-header a {\n	color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n	border: 1px solid #c5dbec;\n	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #2e6e9e;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n	color: #2e6e9e;\n	text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n	border: 1px solid #79b7e7;\n	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #1d5987;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n	color: #1d5987;\n	text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n	border: 1px solid #79b7e7;\n	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #e17009;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n	color: #e17009;\n	text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n	border: 1px solid #fad42e;\n	background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;\n	color: #363636;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n	color: #363636;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n	border: 1px solid #cd0a0a;\n	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;\n	color: #cd0a0a;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n	color: #cd0a0a;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n	color: #cd0a0a;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n	font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n	opacity: .7;\n	filter:Alpha(Opacity=70);\n	font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n	opacity: .35;\n	filter:Alpha(Opacity=35);\n	background-image: none;\n}\n.ui-state-disabled .ui-icon {\n	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	width: 16px;\n	height: 16px;\n	background-position: 16px 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n	background-image: url(images/ui-icons_469bdd_256x240.png);\n}\n.ui-widget-header .ui-icon {\n	background-image: url(images/ui-icons_d8e7f3_256x240.png);\n}\n.ui-state-default .ui-icon {\n	background-image: url(images/ui-icons_6da8d5_256x240.png);\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n	background-image: url(images/ui-icons_217bc0_256x240.png);\n}\n.ui-state-active .ui-icon {\n	background-image: url(images/ui-icons_f9bd01_256x240.png);\n}\n.ui-state-highlight .ui-icon {\n	background-image: url(images/ui-icons_2e83ff_256x240.png);\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n	background-image: url(images/ui-icons_cd0a0a_256x240.png);\n}\n\n/* positioning */\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n	border-top-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n	border-top-right-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n	border-bottom-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n	border-bottom-right-radius: 5px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n}\n.ui-widget-shadow {\n	margin: -8px 0 0 -8px;\n	padding: 8px;\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n	border-radius: 8px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (351,'denim','jquery_ui/jquery.ui.geeklog.css','/* Geeklog JQuery UI custom CSS */\n\n/* Tabs\n----------------------------------*/\n.ui-tabs { position: relative; padding: .2em; zoom: 1; margin-bottom: 10px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }\n.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }\n.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; outline-style: none; }\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }\n.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }\n.ui-tabs .ui-tabs-hide { display: none !important; }\n/* drop down */\n#tabs-dropdown { position: absolute; display: none; list-style: none; padding: 10px 0 5px 0; }\n#tabs-dropdown li, #tabs-dropdown li a { display: block; float: none; }\n#tabs-dropdown li { margin: 0; }\n#tabs-dropdown li a:hover { background-color: #2E6E9E; color: #FFF; }\n\n/* Autocomplete */\n.ui-autocomplete-category {\n    font-weight:bold;\n    padding:.2em .4em;\n    margin:.8em 0 .2em;\n    line-height:1.5;\n}\n\n/* Selected Conf Row */\n.active-config { background: yellow; }\n\n/* Tooltip Balloon */\n#tooltip-container {\n    border:1px solid #83B3D8;\n    -moz-box-shadow:#47708F 0 2px 6px;-webkit-box-shadow:#47708F 0 2px 6px;\n    background:#fff;\n    position:absolute;\n    left:0;\n    top:0;\n    display:none;\n    z-index: 20000;\n}\n\n#tooltip-content {\n    background-color: #FFF;\n    min-width: 175px;\n    min-height: 50px;\n}\n\n.tooltip-block {\n    border-bottom:1px solid #83B3D8;\n    width: 100%;\n}\n.tooltip-title {\n    font-weight: bold;\n    background: #E7E7E7;\n    margin: 0;\n    padding: 2px;\n    \n}\n.tooltip-doc {\n    min-height: 1em;\n    padding: 4px 2px;\n}\n#tooltip-close {\n    display: none;\n}\n\n/* Validation */\n.input_error { border: solid 1px red; }\n.validation_error_block {\n    color: red;\n    font-size: 10px;\n}\n.validation_error_block span {\n    display:block;\n    overflow:hidden;\n    text-indent:-99999px;\n    width: 16px;\n    height: 16px;\n    float:left;\n    margin:0 4px;\n    background: url(\"images/ui-icons_cd0a0a_256x240.png\") 0 -144px;\n}\n.saved_message {\n    margin-bottom:5px;\n    padding:10px 5px 8px 36px;\n    background: #C6F9C9 url(\"../images/success.png\") 10px 50% no-repeat;\n    border: 2px solid #9BD39E;\n    overflow: auto;\n    font-weight: bold;\n    color: #333;\n}\n.error_validation {\n    background: #CF3333 url(\"../images/error.png\") no-repeat 10px 50%;\n    border: 2px solid #990000;\n    color: #FFF;\n}\n.saved_message a {\n    color: #E17009;\n}\n.error_validation a {\n    color: #FFFFBB;\n}\n\n/*\n* Customize for Geeklog Denim Theme\n*\n*/\n\n/* Component containers\n----------------------------------*/\n\n.ui-widget-header {\n	border: 1px solid #cccccc;\n}\n\n/* Interaction states\n----------------------------------*/\n\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n	border: 1px solid #dddddd;\n	font-weight: normal;\n	color: #555555;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n	color: #555555;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n	border: 1px solid #dddddd;\n	font-weight: normal;\n	color: #555555;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover {\n	color: #555555;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n	border: 1px solid #dddddd;\n	font-weight: normal;\n	color: #111111;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n	color: #111111;\n}\n\n.ui-widget :active {\n	outline: none;\n}\n\n/* Tabs\n----------------------------------*/\n\n.ui-tabs {\n	margin-bottom: 0;\n}\n\n/* Datepicker\n----------------------------------*/\n\n.ui-datepicker {\n	font-size: 1em;\n}\n.ui-datepicker th {\n	background: none;\n	padding: .6em .3em;\n}\n.ui-datepicker-trigger {\n	vertical-align: middle;\n}\n\n/* Autocomplete\n----------------------------------*/\n\n.ui-autocomplete {\n	background: #FFF;\n	border: 1px solid #DDD;\n}\n\n/* Configuration UI\n----------------------------------*/\n\n#geeklog_config_editor .ui-widget-content {\n	border: none;\n	background: none;\n}\n#geeklog_config_editor .ui-widget-header {\n	background: none;\n	border: none;\n	border-bottom: 1px solid #DDD;\n}\n#geeklog_config_editor .ui-tabs .ui-tabs-panel {\n	background: none;\n	border: none;\n	padding: 1em 0 0;\n}\n#geeklog_config_editor #tabs-dropdown .ui-widget-content {\n	background: #FCFDFD;\n	border: 1px solid #A6C9E2;\n}\n#geeklog_config_editor #tabs-dropdown {\n	background: #FFF;\n	border: 1px solid #DDD;\n}\n#geeklog_config_editor .ui-state-default, \n#geeklog_config_editor .ui-widget-content .ui-state-default, \n#geeklog_config_editor .ui-widget-header .ui-state-default {\n	background: #F5F5F5;\n}\n#geeklog_config_editor .ui-state-hover, \n#geeklog_config_editor .ui-widget-content .ui-state-hover, \n#geeklog_config_editor .ui-widget-header .ui-state-hover, \n#geeklog_config_editor .ui-state-focus, \n#geeklog_config_editor .ui-widget-content .ui-state-focus, \n#geeklog_config_editor .ui-widget-header .ui-state-focus {\n	background: #F5F5F5;\n}\n#geeklog_config_editor .ui-state-active, \n#geeklog_config_editor .ui-widget-content .ui-state-active, \n#geeklog_config_editor .ui-widget-header .ui-state-active {\n	background: #FFF;\n}\n\n/* Selected Conf Row */\n.active-config {\n	background: #EEE;\n	border-radius: 4px 4px 4px 4px;\n}\n\n/* Tooltip Balloon */\n#tooltip-container {\n	border:2px solid #83B3D8;\n}\n#tooltip-close {\n	position: absolute;\n	top: 1px;\n	right: 1px;\n	z-index: 20010;\n	display: block;\n	border:2px solid #83B3D8;\n	border-radius: 4px 4px 4px 4px;\n	background: #fff;\n	width: 25px;\n	height: 25px;\n	line-height: 25px;\n	font-weight: bold;\n	text-align: center;\n	vertical-align: middle;\n	text-decoration: none;\n}\n#tooltip-close:link,\n#tooltip-close:hover {\n	text-decoration: none;\n}\n\n/* Validation */\n.saved_message {\n	margin-top: 5px;\n}\n\n/*\n* Support for Right-To-Left Languages\n*\n*/\nbody[dir=\"rtl\"] .ui-tabs .ui-tabs-nav li {\n	float: right;\n}\nbody[dir=\"rtl\"] .ui-tabs .ui-tabs-nav li a {\n	float: right;\n}\nbody[dir=\"rtl\"] #tooltip-close {\n	top: 1px;\n	right: auto;\n	left: 1px;\n}\n\n','');
INSERT INTO `bc_thm_contents`VALUES (352,'denim','jquery_ui/jquery.ui.button.css','/*!\n * jQuery UI Button 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Button#theming\n */\n.ui-button {\n	display: inline-block;\n	position: relative;\n	padding: 0;\n	line-height: normal;\n	margin-right: .1em;\n	cursor: pointer;\n	vertical-align: middle;\n	text-align: center;\n	overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n	text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n	width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n	width: 2.4em;\n}\n.ui-button-icons-only {\n	width: 3.4em;\n}\nbutton.ui-button-icons-only {\n	width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n	display: block;\n	line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n	padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n	padding: .4em;\n	text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n	padding-left: 2.1em;\n	padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n	padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n	position: absolute;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n	left: 50%;\n	margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n	left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n	right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n	margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n	margin-left: 0;\n	margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n	border: 0;\n	padding: 0;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (353,'denim','jquery_ui/jquery.ui.selectable.css','/*!\n * jQuery UI Selectable 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Selectable#theming\n */\n.ui-selectable-helper {\n	position: absolute;\n	z-index: 100;\n	border: 1px dotted black;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (354,'denim','jquery_ui/jquery.ui.menu.css','/*!\n * jQuery UI Menu 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Menu#theming\n */\n.ui-menu {\n	list-style: none;\n	padding: 2px;\n	margin: 0;\n	display: block;\n	outline: none;\n}\n.ui-menu .ui-menu {\n	margin-top: -3px;\n	position: absolute;\n}\n.ui-menu .ui-menu-item {\n	margin: 0;\n	padding: 0;\n	width: 100%;\n}\n.ui-menu .ui-menu-divider {\n	margin: 5px -2px 5px -2px;\n	height: 0;\n	font-size: 0;\n	line-height: 0;\n	border-width: 1px 0 0 0;\n}\n.ui-menu .ui-menu-item a {\n	text-decoration: none;\n	display: block;\n	padding: 2px .4em;\n	line-height: 1.5;\n	min-height: 0; /* support: IE7 */\n	font-weight: normal;\n}\n.ui-menu .ui-menu-item a.ui-state-focus,\n.ui-menu .ui-menu-item a.ui-state-active {\n	font-weight: normal;\n	margin: -1px;\n}\n\n.ui-menu .ui-state-disabled {\n	font-weight: normal;\n	margin: .4em 0 .2em;\n	line-height: 1.5;\n}\n.ui-menu .ui-state-disabled a {\n	cursor: default;\n}\n\n/* icon support */\n.ui-menu-icons {\n	position: relative;\n}\n.ui-menu-icons .ui-menu-item a {\n	position: relative;\n	padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n	position: absolute;\n	top: .2em;\n	left: .2em;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n	position: static;\n	float: right;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (355,'denim','jquery_ui/jquery.ui.theme.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming/API\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1.1em;\n}\n.ui-widget .ui-widget {\n	font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1em;\n}\n.ui-widget-content {\n	border: 1px solid #a6c9e2;\n	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;\n	color: #222222;\n}\n.ui-widget-content a {\n	color: #222222;\n}\n.ui-widget-header {\n	border: 1px solid #4297d7;\n	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;\n	color: #ffffff;\n	font-weight: bold;\n}\n.ui-widget-header a {\n	color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n	border: 1px solid #c5dbec;\n	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #2e6e9e;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n	color: #2e6e9e;\n	text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n	border: 1px solid #79b7e7;\n	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #1d5987;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n	color: #1d5987;\n	text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n	border: 1px solid #79b7e7;\n	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #e17009;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n	color: #e17009;\n	text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n	border: 1px solid #fad42e;\n	background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;\n	color: #363636;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n	color: #363636;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n	border: 1px solid #cd0a0a;\n	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;\n	color: #cd0a0a;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n	color: #cd0a0a;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n	color: #cd0a0a;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n	font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n	opacity: .7;\n	filter:Alpha(Opacity=70);\n	font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n	opacity: .35;\n	filter:Alpha(Opacity=35);\n	background-image: none;\n}\n.ui-state-disabled .ui-icon {\n	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	width: 16px;\n	height: 16px;\n	background-position: 16px 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n	background-image: url(images/ui-icons_469bdd_256x240.png);\n}\n.ui-widget-header .ui-icon {\n	background-image: url(images/ui-icons_d8e7f3_256x240.png);\n}\n.ui-state-default .ui-icon {\n	background-image: url(images/ui-icons_6da8d5_256x240.png);\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n	background-image: url(images/ui-icons_217bc0_256x240.png);\n}\n.ui-state-active .ui-icon {\n	background-image: url(images/ui-icons_f9bd01_256x240.png);\n}\n.ui-state-highlight .ui-icon {\n	background-image: url(images/ui-icons_2e83ff_256x240.png);\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n	background-image: url(images/ui-icons_cd0a0a_256x240.png);\n}\n\n/* positioning */\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n	border-top-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n	border-top-right-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n	border-bottom-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n	border-bottom-right-radius: 5px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n}\n.ui-widget-shadow {\n	margin: -8px 0 0 -8px;\n	padding: 8px;\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n	border-radius: 8px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (356,'denim','jquery_ui/jquery.ui.resizable.css','/*!\n * jQuery UI Resizable 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Resizable#theming\n */\n.ui-resizable {\n	position: relative;\n}\n.ui-resizable-handle {\n	position: absolute;\n	font-size: 0.1px;\n	display: block;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n	display: none;\n}\n.ui-resizable-n {\n	cursor: n-resize;\n	height: 7px;\n	width: 100%;\n	top: -5px;\n	left: 0;\n}\n.ui-resizable-s {\n	cursor: s-resize;\n	height: 7px;\n	width: 100%;\n	bottom: -5px;\n	left: 0;\n}\n.ui-resizable-e {\n	cursor: e-resize;\n	width: 7px;\n	right: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-w {\n	cursor: w-resize;\n	width: 7px;\n	left: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-se {\n	cursor: se-resize;\n	width: 12px;\n	height: 12px;\n	right: 1px;\n	bottom: 1px;\n}\n.ui-resizable-sw {\n	cursor: sw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	bottom: -5px;\n}\n.ui-resizable-nw {\n	cursor: nw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	top: -5px;\n}\n.ui-resizable-ne {\n	cursor: ne-resize;\n	width: 9px;\n	height: 9px;\n	right: -5px;\n	top: -5px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (357,'denim','jquery_ui/jquery.ui.all.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming\n */\n@import \"jquery.ui.base.css\";\n@import \"jquery.ui.theme.css\";\n','');
INSERT INTO `bc_thm_contents`VALUES (358,'denim','jquery_ui/jquery.ui.tooltip.css','/*!\n * jQuery UI Tooltip 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n.ui-tooltip {\n	padding: 8px;\n	position: absolute;\n	z-index: 9999;\n	max-width: 300px;\n	-webkit-box-shadow: 0 0 5px #aaa;\n	box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n	border-width: 2px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (359,'denim','jquery_ui/jquery.ui.progressbar.css','/*!\n * jQuery UI Progressbar 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Progressbar#theming\n */\n.ui-progressbar {\n	height: 2em;\n	text-align: left;\n	overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n	margin: -1px;\n	height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n	background: url(\"images/animated-overlay.gif\");\n	height: 100%;\n	filter: alpha(opacity=25);\n	opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n	background-image: none;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (360,'denim','jquery_ui/jquery.ui.core.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming/API\n */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n	display: none;\n}\n.ui-helper-hidden-accessible {\n	border: 0;\n	clip: rect(0 0 0 0);\n	height: 1px;\n	margin: -1px;\n	overflow: hidden;\n	padding: 0;\n	position: absolute;\n	width: 1px;\n}\n.ui-helper-reset {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	line-height: 1.3;\n	text-decoration: none;\n	font-size: 100%;\n	list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n	content: \"\";\n	display: table;\n	border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n	clear: both;\n}\n.ui-helper-clearfix {\n	min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n	width: 100%;\n	height: 100%;\n	top: 0;\n	left: 0;\n	position: absolute;\n	opacity: 0;\n	filter:Alpha(Opacity=0);\n}\n\n.ui-front {\n	z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n	cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	display: block;\n	text-indent: -99999px;\n	overflow: hidden;\n	background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n	position: fixed;\n	top: 0;\n	left: 0;\n	width: 100%;\n	height: 100%;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (361,'denim','jquery_ui/jquery.ui.tabs.css','/*!\n * jQuery UI Tabs 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Tabs#theming\n */\n.ui-tabs {\n	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n	padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n	margin: 0;\n	padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n	list-style: none;\n	float: left;\n	position: relative;\n	top: 0;\n	margin: 1px .2em 0 0;\n	border-bottom: 0;\n	padding: 0;\n	white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav li a {\n	float: left;\n	padding: .5em 1em;\n	text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n	margin-bottom: -1px;\n	padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active a,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled a,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {\n	cursor: text;\n}\n.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {\n	cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n	display: block;\n	border-width: 0;\n	padding: 1em 1.4em;\n	background: none;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (362,'denim','menuitem_none.thtml','\n','');
INSERT INTO `bc_thm_contents`VALUES (363,'denim','blockfooter-message.thtml','\n<!-- blockfooter-message.thtml { -->\n\n    </dd>\n  </dl>\n</div>\n\n<!-- } blockfooter-message.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (364,'denim','leftblocks.thtml','\n    <hr class=\"separator\"{xhtml}>\n\n    <div id=\"leftblocks\">\n      <div class=\"block-left\" id=\"block-left-search\">\n        <h2 class=\"block-title\">{button_search}</h2>\n        <div class=\"block-left-content\">\n          <form action=\"{site_url}/search.php\" method=\"get\" id=\"searchform\">\n            <fieldset class=\"noborder_fieldset\">\n              <legend class=\"hidden_legend\">{button_search}</legend>\n              <div class=\"searchform\">\n                <input type=\"text\" class=\"search\" size=\"16\" maxlength=\"255\" value=\"{button_search}\" name=\"query\"\n                  onfocus=\"if (this.value == \'{button_search}\') this.value = \'\'\"\n                  onblur=\"if (this.value == \'\') this.value = \'{button_search}\'\"{xhtml}>\n                <input type=\"submit\" value=\"{button_search}\" class=\"submit\" style=\"display:none;\"{xhtml}>\n                <input type=\"hidden\" value=\"all\" name=\"type\"{xhtml}>\n                <input type=\"hidden\" value=\"all\" name=\"keyType\"{xhtml}>\n                <input type=\"hidden\" value=\"search\" name=\"mode\"{xhtml}>\n              </div>\n              <div class=\"navi\">\n                <a href=\"{site_url}/search.php\">{button_advsearch}</a>\n              </div>\n            </fieldset>\n          </form>\n        </div>\n      </div>\n\n      {geeklog_blocks}\n    </div>\n','button_advsearch,button_search,geeklog_blocks,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (365,'denim','blockheader-message.thtml','\n<!-- blockheader-message.thtml { -->\n\n<div id=\"block-message\">\n  <dl>\n    <dt class=\"title\">{showhide}{block_title}{block_help}</dt>\n    <dd class=\"message\">\n\n<!-- } blockheader-message.thtml -->\n','block_help,block_title,showhide');
INSERT INTO `bc_thm_contents`VALUES (366,'denim','blockfooter.thtml','\n<!-- blockfooter.thtml { -->\n\n  </div>\n</div>\n\n<!-- } blockfooter.thtml -->\n ','');
INSERT INTO `bc_thm_contents`VALUES (367,'denim','blockfooter-list.thtml','\n<!-- blockfooter-list.thtml { -->\n\n    </ul>\n    </div>\n</div>\n\n<!-- } blockfooter-list.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (368,'denim','navbar/breadcrumbs.thtml','\n<!-- navbar/breadcrumbs.thtml { -->\n\n<ul class=\"navbar-breadcrumbs\">\n  {breadcrumb_links}{last_label}\n</ul>\n\n<!-- } navbar/breadcrumbs.thtml -->\n','breadcrumb_links,last_label');
INSERT INTO `bc_thm_contents`VALUES (369,'denim','navbar/menuitem.thtml','<li class=\"li-navlist\"><a {csscurrent} class=\"a-navlist\" href=\"{link}{parms}\"{onclick}><span class=\"label-navlist\">{label}</span></a></li>\n','csscurrent,label,link,onclick,parms');
INSERT INTO `bc_thm_contents`VALUES (370,'denim','navbar/breadcrumb_link.thtml','<li class=\"li-navbar-breadcrumbs\">{link_separator}<a href=\"{link_url}\" title=\"{link_title}\" class=\"a-navbar-breadcrumbs\">{link_label}</a></li>\n','link_label,link_separator,link_title,link_url');
INSERT INTO `bc_thm_contents`VALUES (371,'denim','navbar/navbar.thtml','\n<!-- navbar/navbar.thtml { -->\n\n<div id=\"navcontainer\">\n  <ul id=\"navlist\">\n    {menuitems}\n  </ul>\n</div>\n<div class=\"clearboth\"></div>\n\n<!-- } navbar/navbar.thtml -->\n','menuitems');
INSERT INTO `bc_thm_contents`VALUES (372,'denim','list.thtml','\n<!-- list.thtml { -->\n\n      <ul {list_class}>\n        {list_items}\n      </ul>\n\n<!-- } list.thtml -->\n','list_class,list_items');
INSERT INTO `bc_thm_contents`VALUES (373,'denim','blockheader-left.thtml','\n<!-- blockheader-left.thtml { -->\n\n    <div class=\"block-left\">\n      <h2 class=\"block-title\">{block_title}{block_help}</h2>\n      <div class=\"block-left-content\">\n\n<!-- } blockheader-left.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (374,'denim','page_navigation.thtml','\n<!-- page_navigation.thtml { -->\n\n<div class=\"gl-pagenav\">\n{message}<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> |\n<span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> |\n{pages}\n<!-- BEGIN page -->\n{page_number}\n<!-- END page -->\n<!-- BEGIN page-current -->\n<b>{page_number}</b>\n<!-- END page-current -->\n<!-- BEGIN nav-end -->\n| <span>{start_next_anchortag}{lang_next}{end_next_anchortag}</span>\n| <span>{start_last_anchortag}{lang_last}{end_last_anchortag}</span>\n<!-- END nav-end -->\n<!-- BEGIN nav-open-ended -->\n| {open_ended}\n<!-- END nav-open-ended -->\n</div>\n\n<!-- } page_navigation.thtml -->\n','end_first_anchortag,end_last_anchortag,end_next_anchortag,end_previous_anchortag,lang_first,lang_last,lang_next,lang_previous,message,open_ended,page_number,pages,start_first_anchortag,start_last_anchortag,start_next_anchortag,start_previous_anchortag');
INSERT INTO `bc_thm_contents`VALUES (375,'denim','blockfooter-related.thtml','\n<!-- blockfooter-related.thtml { -->\n\n  </div>\n</div>\n\n<!-- } blockfooter-related.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (376,'denim','search/searchform.thtml','<!-- search/searchform.thtml { -->\n\n<form action=\"{site_url}/search.php\" method=\"get\" id=\"advsearchform\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <p class=\"form_message\">{search_intro}</p>\n\n    <dl class=\"form_block\">\n      <dt><label for=\"advsearchform-query\">{lang_keywords}</label></dt>\n      <dd>\n        <input type=\"text\" maxlength=\"35\" value=\"{query}\" name=\"query\" id=\"advsearchform-query\" class=\"size3\"{xhtml}>\n        <select name=\"keyType\" id=\"advsearchform-keyType\">\n          <option value=\"phrase\" {key_phrase_selected}>{lang_exact_phrase}</option>\n          <option value=\"all\" {key_all_selected}>{lang_all_words}</option>\n          <option value=\"any\" {key_any_selected}>{lang_any_word}</option>\n        </select>\n        <label><input type=\"checkbox\" value=\"true\" name=\"title\"{title_checked}{xhtml}>{lang_titles}</label>\n      </dd>\n\n      <dt><label for=\"advsearchform-datestart\">{lang_date}</label></dt>\n      <dd>\n        <input type=\"text\" maxlength=\"10\" name=\"datestart\" value=\"{datestart}\" id=\"advsearchform-datestart\" class=\"size2\"{xhtml}> <span class=\"loose\">{lang_to}</span> <input type=\"text\" maxlength=\"10\" name=\"dateend\" value=\"{dateend}\" id=\"advsearchform-dateend\" class=\"size2\"{xhtml}>\n      </dd>\n      <dd class=\"description\">{date_format}</dd>\n\n      <dt><label for=\"advsearchform-topic\">{lang_topic}</label></dt>\n      <dd>\n        <select name=\"topic\" id=\"advsearchform-topic\">\n          {topic_option_list}\n        </select>\n      </dd>\n\n      <dt><label for=\"advsearchform-type\">{lang_type}</label></dt>\n      <dd>\n        <select name=\"type\" id=\"advsearchform-type\">\n          {plugin_types}\n        </select>\n      </dd>\n\n      {author_form_element}\n\n      <dt><label for=\"advsearchform-results\">{lang_results}</label></dt>\n      <dd>\n        <select name=\"results\" id=\"advsearchform-results\">\n          {search_limits}\n        </select>\n        {lang_per_page}\n      </dd>\n    </dl>\n\n    <div class=\"submit\">\n      <input type=\"hidden\" name=\"mode\" value=\"search\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_search}\" class=\"submit\"{xhtml}>\n    </div>\n  </div>\n</form>\n<!-- } search/searchform.thtml -->\n','author_form_element,date_format,dateend,datestart,key_all_selected,key_any_selected,key_phrase_selected,lang_all_words,lang_any_word,lang_date,lang_exact_phrase,lang_keywords,lang_per_page,lang_results,lang_search,lang_titles,lang_to,lang_topic,lang_type,plugin_types,query,search_intro,search_limits,site_url,title_checked,topic_option_list,xhtml');
INSERT INTO `bc_thm_contents`VALUES (377,'denim','search/resultrow.thtml','\n<!-- search/resultrow.thtml { -->\n\n<tr class=\"resultrow{cssid}\">\n  {data_cols}\n</tr>\n\n<!-- } search/resultrow.thtml -->\n','cssid,data_cols');
INSERT INTO `bc_thm_contents`VALUES (378,'denim','search/resultcolumn.thtml','\n<!-- search/resultcolumn.thtml { -->\n\n<td>{data}</td>\n\n<!-- } search/resultcolumn.thtml -->\n','data');
INSERT INTO `bc_thm_contents`VALUES (379,'denim','search/resulttitle.thtml','\n<!-- search/resulttitle.thtml { -->\n\n<tr>\n  <td colspan=\"3\">{data}</td>\n</tr>\n\n<!-- } search/resulttitle.thtml -->\n','data');
INSERT INTO `bc_thm_contents`VALUES (380,'denim','search/headingcolumn.thtml','\n<!-- search/headingcolumn.thtml { -->\n\n<th>{label}</th>\n\n<!-- } search/headingcolumn.thtml -->\n','label');
INSERT INTO `bc_thm_contents`VALUES (381,'denim','search/searchresults_rows.thtml','\n<!-- search/searchresults_rows.thtml { -->\n\n<tr>\n  {results_columns}\n</tr>\n\n<!-- } search/searchresults_rows.thtml -->\n','results_columns');
INSERT INTO `bc_thm_contents`VALUES (382,'denim','search/searchresults_norows.thtml','\n<!-- search/searchresults_norows.thtml { -->\n\n<p id=\"searchresults_norows\">{no_rows_msg}</p>\n\n<!-- } search/searchresults_norows.thtml -->\n','no_rows_msg');
INSERT INTO `bc_thm_contents`VALUES (383,'denim','search/searchresults.thtml','\n<!-- search/searchresults.thtml { -->\n\n<dl id=\"searchresults-found\">\n  <dt>{lang_matchesfor}</dt>\n  <dd>{lang_found}{num_matches}</dd>\n  <dd class=\"search_time\">{search_time}{lang_seconds}</dd>\n  <dd>{refine_search}</dd>\n</dl>\n\n{search_blocks}\n{search_pager}\n\n<!-- } search/searchresults.thtml -->\n','lang_found,lang_matchesfor,lang_seconds,num_matches,refine_search,search_blocks,search_pager,search_time');
INSERT INTO `bc_thm_contents`VALUES (384,'denim','search/resultsummary.thtml','\n<!-- search/resultsummary.thtml { -->\n\n<tr>\n  <td colspan=\"3\">{data}</td>\n</tr>\n\n<!-- } search/resultsummary.thtml -->\n','data');
INSERT INTO `bc_thm_contents`VALUES (385,'denim','search/searchauthors.thtml','<!-- search/searchauthors.thtml { -->\n\n<dt><label for=\"advsearchform-author\">{lang_authors}</label></dt>\n<dd>\n  <select name=\"author\" id=\"advsearchform-author\">\n    <option selected=\"selected\" value=\"0\">{lang_all}</option>\n    {author_option_list}\n  </select>\n</dd>\n\n<!-- } search/searchauthors.thtml -->\n','author_option_list,lang_all,lang_authors');
INSERT INTO `bc_thm_contents`VALUES (386,'denim','search/searchresults_heading.thtml','\n<!-- search/searchresults_heading.thtml { -->\n\n<tr>\n  {heading_columns}\n</tr>\n\n<!-- } search/searchresults_heading.thtml -->\n','heading_columns');
INSERT INTO `bc_thm_contents`VALUES (387,'denim','search/resultrowenhanced.thtml','\n<!-- search/resultrowenhanced.thtml { -->\n\n<tr>\n  <td>\n    <table>\n      {data_cols}\n    </table>\n  </td>\n</tr>\n\n<!-- } search/resultrowenhanced.thtml -->\n','data_cols');
INSERT INTO `bc_thm_contents`VALUES (388,'denim','search/searchblock.thtml','\n<!-- search/searchblock.thtml { -->\n\n{start_block_results}\n\n<table class=\"searchblock\">\n  <thead>\n    <tr>\n      {headings}\n    </tr>\n  </thead>\n\n  <tbody>\n    {results}\n  </tbody>\n</table>\n\n{end_block}\n\n<!-- search/searchblock.thtml { -->\n','end_block,headings,results,start_block_results');
INSERT INTO `bc_thm_contents`VALUES (389,'denim','search/resultauthdatehits.thtml','\n<!-- search/resultauthdatehits.thtml { -->\n\n<tr>\n  <td>{data}</td>\n  <td>{data2}</td>\n  <td>{data3}</td>\n</tr>\n\n<!-- } search/resultauthdatehits.thtml -->\n','data,data2,data3');
INSERT INTO `bc_thm_contents`VALUES (390,'denim','blockheader-right.thtml','\n<!-- blockheader-right.thtml { -->\n\n    <div class=\"block-right\">\n      <h2 class=\"block-title\">{block_title}{block_help}</h2>\n      <div class=\"block-right-content\">\n\n<!-- } blockheader-right.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (391,'denim','blockheader-related.thtml','\n<!-- blockheader-related.thtml { -->\n\n<div class=\"block-related\">\n  <h3>{block_title}{block_help}</h3>\n  <div class=\"block-related-content\">\n\n<!-- } blockheader-related.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (392,'denim','submit/submitstory.thtml','\n<!-- submit/submitstory.thtml { -->\n\n<form action=\"{site_url}/submit.php\" method=\"post\" id=\"submitstory\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <dl class=\"form_block\">\n      <dt>{lang_username}</dt>\n      <dd>{story_username} [ <a href=\"{status_url}\" rel=\"nofollow\">{lang_loginout}</a>{separator}{create_account} ]</dd>\n\n      <dt><label for=\"submitstory-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" maxlength=\"96\" value=\"{story_title}\" name=\"title\" id=\"submitstory-title\" class=\"size5\"{xhtml}></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"introtext\">{lang_introtext}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"15\" name=\"introtext\" id=\"introtext\" class=\"wide\">{story_introtext}</textarea></dd>\n\n      <dt><label for=\"bodytext\">{lang_bodytext}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"15\" name=\"bodytext\" id=\"bodytext\" class=\"wide\">{story_bodytext}</textarea></dd>\n\n      <dt><label for=\"submitstory-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"submitstory-postmode\">\n          {story_postmode_options}\n        </select>\n      </dd>\n      <dd class=\"description\">{allowed_html}</dd>\n    </dl>\n\n    {captcha}\n\n    <div class=\"submit\">\n      <input name=\"mode\" type=\"submit\" value=\"{lang_preview}\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"type\" value=\"story\"{xhtml}>\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"sid\" value=\"{story_sid}\"{xhtml}>\n      <input type=\"hidden\" name=\"date\" value=\"{story_date}\"{xhtml}>\n      {save_button}\n    </div>\n  </div>\n</form>\n\n<!-- } submit/submitstory.thtml -->\n','allowed_html,captcha,create_account,lang_bodytext,lang_introtext,lang_loginout,lang_postmode,lang_preview,lang_title,lang_topic,lang_username,save_button,separator,site_url,status_url,story_bodytext,story_date,story_introtext,story_postmode_options,story_sid,story_title,story_uid,story_username,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (393,'denim','submit/submitstory_advanced.thtml','\n<!-- submit/submitstory_advanced.thtml { -->\n\n{noscript}\n<div id=\"advanced_editor\" style=\"display:none;\">\n    <form action=\"{site_url}/submit.php\" method=\"post\" onsubmit=\"set_postcontent();\" id=\"submitstory\" class=\"compact\">\n    \n      <div class=\"user_basic\">\n        <dl class=\"form_block\">\n          <dt>{lang_username}</dt>\n          <dd>{story_username} [ <a href=\"{status_url}\" rel=\"nofollow\">{lang_loginout}</a>{separator}{create_account} ]</dd>\n    \n          <dt><label for=\"submitstory_advanced-title\">{lang_title}</label></dt>\n          <dd><input type=\"text\" maxlength=\"96\" value=\"{story_title}\" name=\"title\" id=\"submitstory_advanced-title\" class=\"size5\"{xhtml}></dd>\n    \n          <dt><label>{lang_topic}</label></dt>\n          <dd>{topic_selection}</dd>\n    \n          <dt><label for=\"introtext\">{lang_story}</label></dt>\n          <dd>\n            <div class=\"text_editor\" style=\"display: {show_texteditor};\">\n              <textarea cols=\"45\" rows=\"15\" name=\"introtext\" id=\"introtext\" class=\"wide\">{story_introtext}</textarea>\n            </div>\n            <div class=\"html_editor\" style=\"display: {show_htmleditor};\">\n              <textarea cols=\"45\" rows=\"15\" name=\"introhtml\" id=\"introhtml\" class=\"wide\">{story_introtext}</textarea>\n            </div>\n          </dd>\n     \n          <dt><label for=\"sel_editmode\">{lang_postmode}</label></dt>\n          <dd>\n            <select name=\"postmode\" id=\"sel_editmode\" {change_editormode}>\n              {story_postmode_options}\n            </select>\n          </dd>\n          <dd class=\"description\">{allowed_html}</dd>\n        </dl>\n    \n        {captcha}\n    \n        <div class=\"submit\">\n          <input name=\"mode\" type=\"submit\" value=\"{lang_preview}\" class=\"submit\"{xhtml}>\n          <input type=\"hidden\" name=\"type\" value=\"story\"{xhtml}>\n          <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n          <input type=\"hidden\" name=\"sid\" value=\"{story_sid}\"{xhtml}>\n          <input type=\"hidden\" name=\"date\" value=\"{story_date}\"{xhtml}>\n          {save_button}\n        </div>\n      </div>\n    </form>\n</div>\n\n<!-- } submit/submitstory_advanced.thtml -->\n','allowed_html,captcha,change_editormode,create_account,lang_loginout,lang_postmode,lang_preview,lang_story,lang_title,lang_topic,lang_username,noscript,save_button,separator,show_htmleditor,show_texteditor,site_url,status_url,story_date,story_introtext,story_postmode_options,story_sid,story_title,story_uid,story_username,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (394,'denim','topicoption_off.thtml','        <li class=\"topicoption_off sideoption_off branch_level{branch_level}\">{option_label}&nbsp;{option_count}</li>\n','branch_level,option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (395,'denim','archivestorytext.thtml','\n<!-- archivestorytext.thtml { -->\n\n<div class=\"storytext archivestorytext\">\n  {breadcrumb_trail}\n  <h2 class=\"story_title\">{story_title_link}</h2>\n\n  <div class=\"story_icon\">\n    {email_icon}{print_icon}{edit_icon}\n  </div>\n\n  <ul class=\"story_status\">\n    <li>{story_date}</li>\n    <li>{lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</li>\n    <li>{lang_views} {story_hits}</li>\n  </ul>\n\n  <div class=\"story_introtext\">\n    <span class=\"story_image\">{story_anchortag_and_image_no_align}</span>\n    {story_text_no_br}\n  </div>\n\n  <ul class=\"story_navi\">\n    <li>{page_selector}</li>\n    <li>{readmore_link}</li>\n    <li>{post_comment_link}</li>\n  </ul>\n\n  <ul class=\"feedback\">\n    <li>{plugin_itemdisplay}</li>\n    <li>{comments_with_count}</li>\n    <li>{trackbacks_with_count}</li>\n  </ul>\n</div>\n\n<!-- } archivestorytext.thtml -->\n','breadcrumb_trail,comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,story_anchortag_and_image_no_align,story_date,story_hits,story_text_no_br,story_title_link,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (396,'denim','loginform.thtml','\n<!-- loginform.thtml { -->\n\n<form action=\"{site_url}/users.php\" method=\"post\" id=\"loginform\">\n  <fieldset class=\"noborder_fieldset\">\n    <legend class=\"hidden_legend\">{lang_login}</legend>\n\n    <div class=\"loginform\">\n      <div class=\"form_part\">\n        <label for=\"loginform-loginname\">{lang_username}</label>\n        <input type=\"text\" value=\"\" name=\"loginname\" id=\"loginform-loginname\" class=\"size3\"{xhtml}>\n      </div>\n\n      {services}\n\n      <div class=\"form_part\">\n        <label for=\"loginform-passwd\">{lang_password}</label>\n        <input type=\"password\" name=\"passwd\" id=\"loginform-passwd\" class=\"size3\"{xhtml}>\n      </div>\n    </div>\n\n    <div class=\"submit\">\n      <input type=\"submit\" value=\"{lang_login}\" class=\"submit\"{xhtml}>\n    </div>\n\n    <div class=\"navi\">\n      <div>{lang_signup}</div>\n      <div>{lang_forgetpassword}</div>\n    </div>\n  </fieldset>\n</form>\n{oauth_login}\n{openid_login}\n\n<!-- } loginform.thtml -->\n','lang_forgetpassword,lang_login,lang_password,lang_signup,lang_username,oauth_login,openid_login,services,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (397,'denim','topicoption.thtml','        <li class=\"topicoption sideoption branch_level{branch_level}\"><a href=\"{option_url}\">{option_label}<span>{option_count}</span></a></li>\n','branch_level,option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (398,'denim','featuredstorytext.thtml','\n<!-- featuredstorytext.thtml { -->\n\n<div class=\"storytext featuredstorytext\">\n  <h2 class=\"story_title\">{start_storylink_anchortag}{story_title}{end_storylink_anchortag}</h2>\n\n  <div class=\"story_icon\">\n    {email_icon}{print_icon}{edit_icon}\n  </div>\n\n  <ul class=\"story_status\">\n    <li>{story_date}</li>\n    <li>{lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</li>\n    <li>{lang_views} {story_hits}</li>\n  </ul>\n\n  <div class=\"story_introtext\">\n    <span class=\"story_image\">{story_anchortag_and_image_no_align}</span>\n    {story_text_no_br}\n  </div>\n\n  <ul class=\"story_navi\">\n    <li>{page_selector}</li>\n    <li>{readmore_link}</li>\n    <li>{post_comment_link}</li>\n  </ul>\n\n  <ul class=\"feedback\">\n    <li>{plugin_itemdisplay}</li>\n    <li>{comments_with_count}</li>\n    <li>{trackbacks_with_count}</li>\n  </ul>\n</div>\n\n<!-- } featuredstorytext.thtml -->\n','comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,end_storylink_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,start_storylink_anchortag,story_anchortag_and_image_no_align,story_date,story_hits,story_text_no_br,story_title,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (399,'denim','blockheader.thtml','\n<!-- blockheader.thtml { -->\n\n<div class=\"block-center\">\n  <h2>{block_title}{block_help}</h2>\n  <div class=\"block-center-content\">\n\n<!-- } blockheader.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (400,'denim','tooltips/information.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom info\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/info.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (401,'denim','tooltips/classic.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"classic\">{text}</span></a>\n','class,cursor,hoverover,link,text');
INSERT INTO `bc_thm_contents`VALUES (402,'denim','tooltips/critical.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom critical\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/critical.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (403,'denim','tooltips/help.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom help\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/help.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (404,'denim','tooltips/warning.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom warning\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/warning.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (405,'denim','blockheader-list.thtml','\n<!-- blockheader-list.thtml { -->\n\n<div class=\"block-list\">\n    <h2 class=\"block-title\">{block_title}{block_help}</h2>\n      <div class=\"block-list-content\">\n      <ul class=\"noliststyle\">\n\n<!-- } blockheader-list.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (406,'denim','profiles/contactuserform.thtml','\n<!-- profiles/contactuserform.thtml { -->\n\n<form action=\"{site_url}/profiles.php\" method=\"post\" id=\"contactuserform\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <p class=\"form_message\">{lang_description}</p>\n\n    <dl class=\"form_block\">\n      <dt><label for=\"contactuserform-author\">{lang_username}</label></dt>\n      <dd><input type=\"text\" value=\"{username}\" maxlength=\"32\" name=\"author\" id=\"contactuserform-author\" class=\"size4\"{xhtml}></dd>\n\n      <dt><label for=\"contactuserform-authoremail\">{lang_useremail}</label></dt>\n      <dd><input type=\"text\" value=\"{useremail}\" maxlength=\"96\" name=\"authoremail\" id=\"contactuserform-authoremail\" class=\"size4\"{xhtml}></dd>\n\n      <dt><label for=\"contactuserform-subject\">{lang_subject}</label></dt>\n      <dd><input type=\"text\" maxlength=\"96\" value=\"{subject}\" name=\"subject\" id=\"contactuserform-subject\" class=\"size4\"{xhtml}></dd>\n\n      <dt><label for=\"contactuserform-message\">{lang_message}</label></dt>\n      <dd><textarea rows=\"10\" cols=\"50\" name=\"message\" id=\"contactuserform-message\" class=\"wide\">{message}</textarea></dd>\n\n      <dt{cc_enabled}><label for=\"contactuserform-cc\">{lang_cc}</label></dt>\n      <dd{cc_enabled}><input type=\"checkbox\" name=\"cc\" id=\"contactuserform-cc\"{cc}{xhtml}>&nbsp;{lang_cc_description}</dd>\n\n      <dd class=\"description\">{lang_nohtml}</dd>\n    </dl>\n\n    {captcha}\n\n    <div class=\"submit\">\n      <input type=\"hidden\" name=\"what\" value=\"contact\"{xhtml}>\n      <input type=\"hidden\" name=\"uid\" value=\"{uid}\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_submit}\" onclick=\"return postconfirm();\" onkeypress=\"return postconfirm();\" class=\"submit\"{xhtml}>\n    </div>\n  </div>\n</form>\n\n<!-- } profiles/contactuserform.thtml-->\n','captcha,cc,cc_enabled,lang_cc,lang_cc_description,lang_description,lang_message,lang_nohtml,lang_subject,lang_submit,lang_useremail,lang_username,message,site_url,subject,uid,useremail,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (407,'denim','profiles/contactauthorform.thtml','\n<!-- profiles/contactauthorform.thtml { -->\n\n{start_block_mailstory2friend}\n  <form action=\"{site_url}/profiles.php\" method=\"post\" id=\"contactauthorform\" class=\"compact\">\n\n    <div class=\"user_basic\">\n      <dl class=\"form_block\">\n        <dt>{lang_title}</dt>\n        <dd>{story_link}</dd>\n\n        <dt><label for=\"contactauthorform-from\">{lang_fromname}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" value=\"{name}\" name=\"from\" id=\"contactauthorform-from\" class=\"size4\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-fromemail\">{lang_fromemailaddress}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" value=\"{email}\" name=\"fromemail\" id=\"contactauthorform-fromemail\" class=\"size4\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-to\">{lang_toname}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" value=\"{toname}\" name=\"to\" id=\"contactauthorform-to\" class=\"size4\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-toemail\">{lang_toemailaddress}</label></dt>\n        <dd><input type=\"text\" maxlength=\"96\" value=\"{toemail}\" name=\"toemail\" id=\"contactauthorform-toemail\" class=\"size4\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-shortmsg\">{lang_shortmessage}</label></dt>\n        <dd><textarea rows=\"8\" cols=\"50\" name=\"shortmsg\" id=\"contactauthorform-shortmsg\" class=\"wide\">{shortmsg}</textarea></dd>\n        <dt{cc_enabled}><label for=\"contactauthorform-cc\">{lang_cc}</label></dt>\n        <dd{cc_enabled}><input type=\"checkbox\" name=\"cc\" id=\"contactauthorform-cc\"{cc}{xhtml}>&nbsp;{lang_cc_description}</dd>\n\n      </dl>\n\n      {captcha}\n\n      <p class=\"description\">{lang_warning}</p>\n\n      <div class=\"submit\">\n        <input type=\"hidden\" name=\"sid\" value=\"{story_id}\"{xhtml}>\n        <input type=\"hidden\" name=\"what\" value=\"sendstory\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_sendmessage}\" onclick=\"return postconfirm();\" onkeypress=\"return postconfirm();\" class=\"submit\"{xhtml}>\n      </div>\n    </div>\n  </form>\n{end_block}\n\n<!-- } profiles/contactauthorform.thtml -->\n','captcha,cc,cc_enabled,email,end_block,lang_cc,lang_cc_description,lang_fromemailaddress,lang_fromname,lang_sendmessage,lang_shortmessage,lang_title,lang_toemailaddress,lang_toname,lang_warning,name,shortmsg,site_url,start_block_mailstory2friend,story_id,story_link,toemail,toname,xhtml');
INSERT INTO `bc_thm_contents`VALUES (408,'denim','blockfooter-config.thtml','<!-- blockfooter-config.thtml { -->\n\n    </ul>\n</div>\n\n<!-- } blockfooter-config.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (409,'denim','article/printable.thtml','<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<html{lang_attribute}>\n<head>\n  <meta name=\"robots\" content=\"NOINDEX\">\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n  <meta http-equiv=\"Content-Style-Type\" content=\"text/css\">\n  <title>{page_title}</title>\n  <link rel=\"stylesheet\" type=\"text/css\" href=\"{layout_url}/css_{direction}/print.css\">\n  <link rel=\"stylesheet\" type=\"text/css\" media=\"print\" href=\"{layout_url}/css/print.css\">\n  <link rel=\"shortcut icon\" href=\"{layout_url}/images/favicon.ico\">\n  <link rel=\"canonical\" href=\"{article_url}\">\n</head>\n<body id=\"print\" dir=\"{direction}\">\n  <div id=\"wrapper\">\n    <div id=\"header\">\n      <h2>{story_title}</h2>\n      <p>{lang_contributedby} {story_author} {story_date}</p>\n    </div>\n    <div id=\"story\">\n      {story_text_no_br}\n    </div>\n    <p>{comments_with_count}</p>\n    <hr class=\"hidden\">\n    <div id=\"footer\">\n      <p>{page_title} - {site_name}<br>{article_url}</p>\n    </div>\n  </div>\n</body>\n</html>\n','article_url,comments_with_count,direction,lang_attribute,lang_contributedby,layout_url,page_title,site_name,story_author,story_date,story_text_no_br,story_title');
INSERT INTO `bc_thm_contents`VALUES (410,'denim','article/article.thtml','\n<!-- article.thtml { -->\n\n<div class=\"article\">\n{formatted_article}\n</div>\n\n{whats_related}\n{story_options}\n\n{trackback}\n{commentbar}\n\n<!-- } article.thtml -->\n','commentbar,formatted_article,story_options,trackback,whats_related');
INSERT INTO `bc_thm_contents`VALUES (411,'denim','blockfooter-right.thtml','\n<!-- blockfooter-right.thtml { -->\n\n      </div>\n    </div>\n\n<!-- } blockfooter-right.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (412,'denim','useroption_off.thtml','        <li class=\"useroption_off sideoption_off\">{option_label}&nbsp;{option_count}</li>\n','option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (413,'denim','adminoption_off.thtml','        <li class=\"adminoption_off sideoption_off\">{option_label} ({option_count})</li>\n','option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (414,'denim','breadcrumbs/breadcrumbs.thtml','<!-- Start of Breadcrumbs Navigation -->\n<div itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\" class=\"bc_navigation\">\n    {breadcrumbs_list}\n</div>\n<!-- End of Breadcrumbs Navigation -->\n','breadcrumbs_list');
INSERT INTO `bc_thm_contents`VALUES (415,'denim','breadcrumbs/breadcrumb_root.thtml','{breadcrumb_root}\n','breadcrumb_root');
INSERT INTO `bc_thm_contents`VALUES (416,'denim','breadcrumbs/breadcrumb_nolink.thtml','    <span itemprop=\"title\">{name}</span> {separator}\n{breadcrumb_child}\n\n','breadcrumb_child,name,separator');
INSERT INTO `bc_thm_contents`VALUES (417,'denim','breadcrumbs/breadcrumb.thtml','<a href=\"{url}\" itemprop=\"url\">\n    <span itemprop=\"title\">{name}</span>\n</a> {separator}\n{breadcrumb_child}\n\n','breadcrumb_child,name,separator,url');
INSERT INTO `bc_thm_contents`VALUES (418,'denim','breadcrumbs/breadcrumb_child.thtml','<span itemprop=\"child\" itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n    {breadcrumb}\n</span>\n','breadcrumb');
INSERT INTO `bc_thm_contents`VALUES (419,'denim','listitem.thtml','        <li class=\"listitem\">{list_item}</li>\n','list_item');
INSERT INTO `bc_thm_contents`VALUES (420,'denim','blockheader-config.thtml','\n<!-- blockheader-config.thtml { -->\n\n<div class=\"block-config\">\n    <h2 class=\"block-title\">{block_title}{block_help}</h2>\n    <ul class=\"block-config-content\">\n\n<!-- } blockheader-config.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (421,'denim','trackback/trackback.thtml','\n<!-- trackback/trackback.thtml { -->\n\n<div id=\"trackback\">\n  <h3>{lang_trackback}</h3>\n  <div class=\"block-trackback-content\">\n    <p>{lang_trackback_url}<br{xhtml}><span class=\"break-word\">{trackback_url}</span></p>\n    <p class=\"trackback_comments_no_link\">{lang_trackback_comments_no_link}</p>\n    {trackback_comments}\n  </div>\n</div>\n\n<!-- } trackback/trackback.thtml -->\n','lang_trackback,lang_trackback_comments_no_link,lang_trackback_url,trackback_comments,trackback_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (422,'denim','trackback/formattedcomment.thtml','\n<!-- trackback/formattedcomment.thtml { -->\n\n<div class=\"formattedcomment\">\n  <ul class=\"trackback_status\">\n    <li class=\"trackback_title\"><a href=\"{trackback_url}\">{trackback_title}</a> {trackback_from_blog_name}</li>\n    <li class=\"trackback_date\">{lang_tracked_on} {trackback_date}</li>\n  </ul>\n\n  <p class=\"trackback_excerpt_readmore\">{trackback_excerpt_readmore}</p>\n\n  <div class=\"trackback_option\">{delete_option}</div>\n</div>\n\n<!-- } trackback/formattedcomment.thtml -->\n','delete_option,lang_tracked_on,trackback_date,trackback_excerpt_readmore,trackback_from_blog_name,trackback_title,trackback_url');
INSERT INTO `bc_thm_contents`VALUES (423,'denim','trackback/trackbackcomment.thtml','\n<!-- trackback/trackbackcomment.thtml { -->\n\n{formatted_comment}\n\n<!-- } trackback/trackbackcomment.thtml -->\n','formatted_comment');
INSERT INTO `bc_thm_contents`VALUES (424,'modern_curve','storytext.thtml','\n<!-- storytext.thtml { -->\n\n<div class=\"storytext\">\n  <h2 class=\"story_title\">{start_storylink_anchortag}{story_title}{end_storylink_anchortag}</h2>\n\n  <ul class=\"icon\">\n    <li>{email_icon}</li>\n    <li>{print_icon}</li>\n    <li>{edit_icon}</li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <span class=\"story_image\">{story_anchortag_and_image}</span>\n\n  <ul class=\"status\">\n    <li>{story_date}</li>\n    <li>\n      <dl>\n        <dt>{lang_contributed_by}</dt>\n        <dd>{start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</dd>\n      </dl>\n    </li>\n    <li>\n     <dl>\n        <dt>{lang_views}</dt>\n        <dd>{story_hits}</dd>\n      </dl>\n    </li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <div class=\"story_introtext\">\n    {story_text_no_br}\n  </div>\n\n  <ul class=\"navi\">\n    <li>{page_selector}</li>\n    <li>{readmore_link}</li>\n    <li>{post_comment_link}</li>\n  </ul>\n\n  <ul class=\"feedback\">\n    <li>{plugin_itemdisplay}</li>\n    <li>{comments_with_count}</li>\n    <li>{trackbacks_with_count}</li>\n  </ul>\n</div>\n\n<!-- } storytext.thtml -->\n','comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,end_storylink_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,start_storylink_anchortag,story_anchortag_and_image,story_date,story_hits,story_text_no_br,story_title,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (425,'modern_curve','loginform_oauth.thtml','<!-- loginform_oauth.thtml { -->\n\n<form class=\"third-party-login\" action=\"{site_url}/users.php?oauth_login={oauth_service}\" method=\"post\">\n  <div>\n    <img alt=\"\" src=\"{oauth_sign_in_image}\"{xhtml}>\n    <input value=\"{lang_oauth_service}\" type=\"submit\" class=\"submit\"{xhtml}>\n  </div>\n</form>\n\n<!-- } loginform_oauth.thtml -->\n\n','lang_oauth_service,oauth_service,oauth_sign_in_image,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (426,'modern_curve','comment/commentform_advanced.thtml','\n<!-- comment/commentform_advanced.thtml { -->\n\n{noscript}\n<div id=\"advanced_editor\" style=\"display:none;\">\n    {start_block_postacomment}\n    <form action=\"{form_url}\" method=\"post\" onsubmit=\'set_postcontent();\' id=\"commentform_advanced\" class=\"linear\">\n      <div class=\"user_basic\">\n        <dl>\n          <dt class=\"username\">{lang_username}</dt>\n          <dd class=\"username\">{cid}\n             <input type=\"hidden\" name=\"order\" value=\"{order}\"{xhtml}>\n             <input type=\"hidden\" name=\"format\" value=\"{format}\"{xhtml}>\n             <input type=\"hidden\" name=\"cpage\" value=\"{cpage}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}pid\" value=\"{pid}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}type\" value=\"{type}\"{xhtml}>\n             <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n             <input type=\"hidden\" name=\"{nprefix}uid\" value=\"{uid}\"{xhtml}>{username}\n             <span{hidewhenediting}><a href=\"{action_url}\" rel=\"nofollow\" class=\"logoutorcreateaccount\">{lang_logoutorcreateaccount}</a></span>\n          </dd>\n          <dt class=\"title\"><label for=\"commentform-title\">{lang_title}</label></dt>\n          <dd class=\"title\"><input type=\"text\" size=\"32\" value=\"{title}\" maxlength=\"96\" name=\"title\" id=\"commentform-title\" class=\"text\"{xhtml}></dd>\n    \n          <dt><label for=\"comment_text\">{lang_comment}</label></dt>\n          <dd>\n            <div id=\"text_editor\" style=\"display: {show_texteditor};\">\n              <textarea cols=\"45\" rows=\"10\" name=\"comment\" id=\"comment_text\">{comment}</textarea>\n            </div>\n            <div id=\"html_editor\" style=\"display: {show_htmleditor};\">\n              <textarea cols=\"45\" rows=\"10\" name=\"comment_html\" id=\"comment_html\">{comment}</textarea>\n            </div>\n          </dd>\n          <dd class=\"description\">{allowed_html}</dd>\n    \n          <dt><label for=\"commentform-postmode\">{lang_postmode}</label></dt>\n          <dd>\n            <select id=\"sel_editmode\" name=\"postmode\" onchange=\"change_editmode(this);\">\n              {postmode_options}\n            </select>\n          </dd>\n        </dl>\n    \n        {captcha}\n    \n        <dl class=\"importantstuff\">\n          <dt>{lang_importantstuff}</dt>\n          <dd>\n            <ul>\n              <li>{lang_instr_line1}</li>\n              <li>{lang_instr_line2}</li>\n              <li>{lang_instr_line3}</li>\n              <li>{lang_instr_line4}</li>\n              <li>{lang_instr_line5}</li>\n            </ul>\n          </dd>\n        </dl>\n    \n        <ul class=\"submit\">\n          <li><input type=\"submit\" name=\"{nprefix}mode\" value=\"{lang_preview}\" class=\"submit\"{xhtml}></li>\n          <li>\n            <input type=\"hidden\" name=\"formtype\" value=\"{formtype}\"{xhtml}>\n            {save_option} \n            <input type=\"submit\" value=\"{lang_cancel}\" name=\"{nprefix}mode\"{xhtml}> \n            {delete_option} \n            {notification}\n          </li>\n        </ul>\n      </div>\n    </form>\n    {end_block}\n</div>\n\n<!-- } comment/commentform_advanced.thtml -->\n','action_url,allowed_html,captcha,cid,comment,cpage,delete_option,end_block,form_url,format,formtype,gltoken,gltoken_name,hidewhenediting,lang_cancel,lang_comment,lang_importantstuff,lang_instr_line1,lang_instr_line2,lang_instr_line3,lang_instr_line4,lang_instr_line5,lang_logoutorcreateaccount,lang_postmode,lang_preview,lang_title,lang_username,noscript,notification,nprefix,order,pid,postmode_options,save_option,show_htmleditor,show_texteditor,sid,start_block_postacomment,title,type,uid,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (427,'modern_curve','comment/commentform.thtml','\n<!-- comment/commentform.thtml { -->\n\n{start_block_postacomment}\n<div id=\"commenteditform\">\n\n<form action=\"{form_url}\" method=\"post\" id=\"commentform\" class=\"linear\">\n\n  <div class=\"user_basic\">\n    <dl>\n      <dt class=\"username\">{lang_username}</dt>\n      <dd class=\"username\">{cid}\n         <input type=\"hidden\" name=\"order\" value=\"{order}\"{xhtml}>\n         <input type=\"hidden\" name=\"format\" value=\"{format}\"{xhtml}>\n         <input type=\"hidden\" name=\"cpage\" value=\"{cpage}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}pid\" value=\"{pid}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}type\" value=\"{type}\"{xhtml}>\n         <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n         <input type=\"hidden\" name=\"{nprefix}uid\" value=\"{uid}\"{xhtml}>{username}\n         <span{hidewhenediting}><a href=\"{action_url}\" rel=\"nofollow\" class=\"logoutorcreateaccount\">{lang_logoutorcreateaccount}</a></span>\n      </dd>\n      <dt class=\"title\"><label for=\"commentform-title\">{lang_title}</label></dt>\n      <dd class=\"title\"><input type=\"text\" size=\"32\" value=\"{title}\" maxlength=\"96\" name=\"title\" id=\"commentform-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"comment_text\">{lang_comment}</label></dt>\n      <dd><textarea rows=\"10\" cols=\"45\" name=\"comment\" id=\"comment_text\">{comment}</textarea></dd>\n      <dd class=\"description\">{allowed_html}</dd>\n\n      <dt><label for=\"commentform-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"commentform-postmode\">\n          {postmode_options}\n        </select>\n      </dd>\n    </dl>\n\n    {captcha}\n\n    <dl class=\"importantstuff\">\n      <dt>{lang_importantstuff}</dt>\n      <dd>\n        <ul>\n          <li>{lang_instr_line1}</li>\n          <li>{lang_instr_line2}</li>\n          <li>{lang_instr_line3}</li>\n          <li>{lang_instr_line4}</li>\n          <li>{lang_instr_line5}</li>\n        </ul>\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" name=\"{nprefix}mode\" value=\"{lang_preview}\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" name=\"formtype\" value=\"{formtype}\"{xhtml}>\n        {save_option} \n        <input type=\"submit\" value=\"{lang_cancel}\" name=\"{nprefix}mode\"{xhtml}> \n        {delete_option} \n        {notification}\n      </li>\n    </ul>\n  </div>\n\n</form>\n\n</div>\n{end_block}\n<!-- } comment/commentform.thtml -->\n','action_url,allowed_html,captcha,cid,comment,cpage,delete_option,end_block,form_url,format,formtype,gltoken,gltoken_name,hidewhenediting,lang_cancel,lang_comment,lang_importantstuff,lang_instr_line1,lang_instr_line2,lang_instr_line3,lang_instr_line4,lang_instr_line5,lang_logoutorcreateaccount,lang_postmode,lang_preview,lang_title,lang_username,notification,nprefix,order,pid,postmode_options,save_option,sid,start_block_postacomment,title,type,uid,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (428,'modern_curve','comment/comment.thtml','\n<!-- comment/comment.thtml { -->\n\n<div class=\"block-comment-content level-{indent}\">\n  <ul class=\"status\">\n    <li class=\"title\">{title}</li>\n    <li class=\"author\">{lang_authoredby}{author_link}&nbsp;{lang_on}&nbsp;{date}</li>\n  </ul>\n\n  <div class=\"comment\">{comments}</div>\n\n  <ul class=\"navi\" {hide_if_preview}>\n    <li>{reply_option}</li>\n    <li>{parent_link}</li>\n    <li>{delete_option}</li>\n    <li class=\"permlink\"><a href=\"{site_url}/comment.php?mode=view&amp;cid={cid}\" rel=\"self bookmark\">{lang_permlink}</a></li>\n  </ul>\n</div>\n\n<!-- } comment/comment.thtml -->\n','author_link,cid,comments,date,delete_option,hide_if_preview,indent,lang_authoredby,lang_on,lang_permlink,parent_link,reply_option,site_url,title');
INSERT INTO `bc_thm_contents`VALUES (429,'modern_curve','comment/commentbar.thtml','\n<!-- comment/commentbar.thtml { -->\n\n<ul class=\"status\">\n  <li>{start_storylink_anchortag}<strong>{story_title}</strong>{end_storylink_anchortag}</li>\n  <li>{num_comments} {lang_comments}</li>\n  <li>{user_nullname}<a href=\"{login_logout_url}\" rel=\"nofollow\">{lang_login_logout}</a></li>\n</ul>\n\n<form action=\"{parent_url}\" method=\"post\" id=\"commentbar-selector\" class=\"basic\">\n\n  <div class=\"user_basic\">\n    <ul>\n      <li>{order_selector}</li>\n      <li>{mode_selector}</li>\n      <li>\n        {hidden_field}\n        <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n        <input type=\"hidden\" name=\"{nprefix}type\" value=\"{comment_type}\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_refresh}\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </div>  \n</form>\n\n<form action=\"{editor_url}\" method=\"post\" id=\"commentbar-comment\" class=\"basic\">\n  <div class=\"user_basic\">\n    <ul class=\"submit\">\n      <li>\n        {hidden_field_reply}\n        <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n        <input type=\"hidden\" name=\"{nprefix}pid\" value=\"0\"{xhtml}>\n        <input type=\"hidden\" name=\"{nprefix}type\" value=\"{comment_type}\"{xhtml}>\n        <input type=\"hidden\" name=\"title\" value=\"{comment_title}\"{xhtml}>\n        <input type=\"{reply_hidden_or_submit}\" name=\"reply\" value=\"{lang_reply}\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n</form>\n\n<p class=\"disclaimer\">{lang_disclaimer}</p>\n\n<!-- } comment/commentbar.thtml -->\n','comment_title,comment_type,editor_url,end_storylink_anchortag,hidden_field,hidden_field_reply,lang_comments,lang_disclaimer,lang_login_logout,lang_refresh,lang_reply,login_logout_url,mode_selector,nprefix,num_comments,order_selector,parent_url,reply_hidden_or_submit,sid,start_storylink_anchortag,story_title,user_nullname,xhtml');
INSERT INTO `bc_thm_contents`VALUES (430,'modern_curve','comment/reportcomment.thtml','\n<!-- comment/reportcomment.thtml { -->\n\n<form action=\"{site_url}/comment.php\" method=\"post\" id=\"reportcomment\" class=\"basic\">\n\n  <div class=\"user_basic\">\n    <div class=\"comment\">{comment}</div>\n\n    <p class=\"message\">{lang_report_this}</p>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"cid\" value=\"{cid}\"{xhtml}>\n        <input type=\"hidden\" name=\"type\" value=\"{type}\"{xhtml}>\n        <input type=\"hidden\" name=\"mode\" value=\"sendreport\"{xhtml}>\n        <input type=\"submit\" name=\"sendit\" value=\"{lang_send_report}\" class=\"submit\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n\n</form>\n\n<!-- } comment/reportcomment.thtml -->\n','cid,comment,gltoken,gltoken_name,lang_report_this,lang_send_report,site_url,type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (431,'modern_curve','comment/thread.thtml','\n<!-- comment/thread.thtml { -->\n\n<ul class=\"thread level-{indent}\">\n  <li class=\"title\"><a href=\"{site_url}/comment.php?mode=display&amp;format=threaded&amp;order={order}&amp;pid={pid}\">{title}</a></li>\n  <li class=\"author\">{lang_authoredby}{start_author_anchortag}{author}{end_author_anchortag}&nbsp;{lang_on}&nbsp;{date}</li>\n</ul>\n\n<!-- } comment/thread.thtml -->\n','author,date,end_author_anchortag,indent,lang_authoredby,lang_on,order,pid,site_url,start_author_anchortag,title');
INSERT INTO `bc_thm_contents`VALUES (432,'modern_curve','comment/startcomment.thtml','\n<!-- comment/startcomment.thtml { -->\n\n<div id=\"{area_id}\">\n  <div id=\"comments\" class=\"comments\">\n    {commentbar}\n    {comments}\n\n    <p class=\"pagenav\">{pagenav}</p>\n  </div>\n  {commenteditor}\n</div>\n\n<!-- } comment/startcomment.thtml -->\n','area_id,commentbar,commenteditor,comments,pagenav');
INSERT INTO `bc_thm_contents`VALUES (433,'modern_curve','adminoption.thtml','\n<!-- adminoption.thtml { -->\n\n        <li class=\"adminoption\"><a href=\"{option_url}\">{option_label}</a> ({option_count})</li>\n\n<!-- } adminoption.thtml -->\n','option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (434,'modern_curve','rightblocks.thtml','<!--[if !IE]> Using conditional comments to avoid Win IE 6 bugs. <![endif]-->\n<!--[if !IE]> (When combined with multiple floating elements, floating bug duplicate last element content) <![endif]-->\n<!--[if !IE]> rightblocks.thtml { <![endif]-->\n\n    <hr class=\"separator\"{xhtml}>\n\n    <!--[if !IE]> #rightblocks { <![endif]-->\n    <!--[if !IE]> Right Blocks Container <![endif]-->\n    <div id=\"rightblocks\">\n      {geeklog_blocks}\n    </div>\n    <!-- } #rightblocks -->\n\n<!-- } rightblocks.thtml -->\n','geeklog_blocks,xhtml');
INSERT INTO `bc_thm_contents`VALUES (435,'modern_curve','noscript.thtml','<noscript>    \n    <div class=\"pluginAlert aligncenter\" style=\"border:1px dashed #ccc;margin-top:10px;padding:15px;\">{lang_nojavascript}    \n        <p{hide_link}>{no_javascript_return_link}</p>\n        <br{xhtml}>    \n    </div>    \n</noscript>\n','hide_link,lang_nojavascript,no_javascript_return_link,xhtml');
INSERT INTO `bc_thm_contents`VALUES (436,'modern_curve','admin/mail/mailform.thtml','<!-- admin/mail/mailform.thtml { -->\n\n<form action=\"{php_self}\" method=\"post\" id=\"admin-mailform\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-mailform-to_group\">{lang_to}</label></dt>\n	  <dd>\n        <select name=\"to_group\" id=\"admin-mailform-to_group\">\n          <option value=\"\">{lang_selectgroup}</option>\n          {group_options}\n        </select>\n      </dd>\n\n      <dt><label for=\"admin-mailform-fra\">{lang_from}</label></dt>\n      <dd><input type=\"text\" value=\"{site_name}\" size=\"40\" name=\"fra\" class=\"text\" id=\"admin-mailform-fra\"{xhtml}></dd>\n\n      <dt><label for=\"admin-mailform-fraepost\">{lang_replyto}</label></dt>\n      <dd><input type=\"text\" value=\"{site_mail}\" size=\"40\" name=\"fraepost\" class=\"text\" id=\"admin-mailform-fraepost\"{xhtml}></dd>\n\n      <dt><label for=\"admin-mailform-subject\">{lang_subject}</label></dt>\n      <dd><input type=\"text\" value=\"{subject}\" size=\"40\" name=\"subject\" class=\"text\" id=\"admin-mailform-subject\"{xhtml}></dd>\n\n      <dt><label for=\"admin-mailform-message\">{lang_body}</label></dt>\n      <dd><textarea rows=\"12\" cols=\"44\" name=\"message\" id=\"admin-mailform-message\">{message}</textarea></dd>\n\n      <dt><label for=\"admin-mailform-html\">{lang_options}</label></dt>\n      <dd>\n        <input type=\"checkbox\" name=\"html\" id=\"admin-mailform-html\"{html}{xhtml}>{lang_HTML}\n        <input type=\"checkbox\" name=\"priority\"{priority}{xhtml}>{lang_urgent}\n        <input type=\"checkbox\" name=\"overstyr\"{overstyr}{xhtml}>{lang_ignoreusersettings}\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"mail\" value=\"mail\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_send}\" onClick=\"return postconfirm()\" class=\"submit\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n</form>\n\n<!-- } admin/mail/mailform.thtml -->\n','gltoken,gltoken_name,group_options,html,lang_HTML,lang_body,lang_from,lang_ignoreusersettings,lang_options,lang_replyto,lang_selectgroup,lang_send,lang_subject,lang_to,lang_urgent,message,overstyr,php_self,priority,site_mail,site_name,subject,xhtml');
INSERT INTO `bc_thm_contents`VALUES (437,'modern_curve','admin/user/password.thtml','      <dt><label for=\"admin-edituser-passwd\">{lang_password}</label></dt>\n      <dd><input type=\"password\" size=\"16\" value=\"\" name=\"passwd\" id=\"admin-edituser-passwd\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-edituser-passwd_conf\">{lang_password_conf}</label></dt>\n      <dd><input type=\"password\" size=\"16\" value=\"\" name=\"passwd_conf\" id=\"admin-edituser-passwd_conf\" class=\"text\"{xhtml}></dd>\n','lang_password,lang_password_conf,xhtml');
INSERT INTO `bc_thm_contents`VALUES (438,'modern_curve','admin/user/edituser.thtml','\n<!-- admin/user/edituser.thtml { -->\n\n<form action=\"{site_admin_url}/user.php\" method=\"post\" id=\"admin-edituser\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_userid}</dt>\n      <dd>{user_id}</dd>\n\n      <dt>{lang_regdate}</dt>\n      <dd>{user_regdate}</dd>\n\n      <dt>{lang_lastlogin}</dt>\n      <dd>{user_lastlogin}</dd>\n\n      <dt><label for=\"admin-edituser-username\">{lang_username}</label></dt>\n      <dd><input type=\"text\" size=\"16\" maxlength=\"16\" value=\"{username}\" name=\"username\" id=\"admin-edituser-username\" class=\"text\"{xhtml}> {remoteservice}<br{xhtml}></dd>\n      <dd class=\"user_photo\">\n        {user_photo}\n        {lang_delete_photo}{delete_photo_option}\n      </dd>\n\n      <dt><label for=\"admin-edituser-fullname\">{lang_fullname}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"80\" value=\"{user_fullname}\" name=\"fullname\" id=\"admin-edituser-fullname\" class=\"text\"{xhtml}></dd>\n\n      {password_option}\n\n      <dt><label for=\"admin-edituser-email\">{lang_emailaddress}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{user_email}\" name=\"email\" id=\"admin-edituser-email\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-edituser-homepage\">{lang_homepage}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{user_homepage}\" name=\"homepage\" id=\"admin-edituser-homepage\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_user_status}</dt>\n      <dd>{user_status}</dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_securitygroups}</legend>\n    <dl>\n      {group_edit}\n    </dl>\n\n  </fieldset>\n\n\n    <p class=\"submit\">\n      <input type=\"hidden\" name=\"uid\" value=\"{user_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"regdate\" value=\"{regdate_timestamp}\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}>\n      {delete_option}\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </p>\n\n</form>\n\n<!-- } admin/user/edituser.thtml -->\n','delete_option,delete_photo_option,gltoken,gltoken_name,group_edit,lang_cancel,lang_delete_photo,lang_emailaddress,lang_fullname,lang_homepage,lang_lastlogin,lang_regdate,lang_save,lang_securitygroups,lang_user_status,lang_userid,lang_username,password_option,regdate_timestamp,remoteservice,site_admin_url,user_email,user_fullname,user_homepage,user_id,user_lastlogin,user_photo,user_regdate,user_status,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (439,'modern_curve','admin/user/groupedit.thtml','\n<!-- admin/user/groupedit.thtml { -->\n\n<dd>\n  <p class=\"groupinstructions\">{lang_groupinstructions}</p>\n  {group_options}\n</dd>\n\n<!-- } admin/user/groupedit.thtml -->\n','group_options,lang_groupinstructions');
INSERT INTO `bc_thm_contents`VALUES (440,'modern_curve','admin/user/batchdelete.thtml','\n<!-- admin/user/batchdelete.thtml { -->\n\n<p>{lang_instruction}</p>\n\n<form action=\"{site_admin_url}/user.php?mode=batchdelete\" method=\"post\" id=\"admin-batchdelete\" class=\"compact\">\n  <fieldset>\n    <legend>{lang_updatelist}</legend>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"mode\" value=\"batchdelete\"{xhtml}>\n        <input type=\"hidden\" name=\"usr_type\" value=\"{usr_type}\"{xhtml}>\n        <input type=\"hidden\" name=\"usr_time[{usr_type}]\" value=\"{usr_time}\"{xhtml}>\n      </li>\n    </ul>\n    <dl>\n      <dt>\n      {options_list}\n      </dt>\n      <dd>\n        <input type=\"submit\" name=\"submit\" value=\"{lang_updatelist}\"{xhtml}>\n      </dd>\n    </dl>\n  </fieldset>\n</form>\n\n<!-- } admin/user/batchdelete.thtml -->\n','lang_instruction,lang_updatelist,options_list,site_admin_url,usr_time,usr_type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (441,'modern_curve','admin/user/batchdelete_options.thtml','\n<!-- admin/user/batchdelete_options.thtml { -->\n\n<dt><input type=\"radio\" name=\"usr_type\" value=\"{sel_id}\"{selector} class=\"radio\"{xhtml}>{lang_description}</dt>\n<dd>{lang_text_start}<input type=\"text\" name=\"usr_time[{sel_id}]\" value=\"{id_value}\" size=\"3\"{selector} class=\"text\"{xhtml}>{lang_text_end}</dd>\n\n<!-- } admin/user/batchdelete_options.thtml -->\n','id_value,lang_description,lang_text_end,lang_text_start,sel_id,selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (442,'modern_curve','admin/user/reminder.thtml','\n<!-- admin/user/reminder.thtml { -->\n\n<ul id=\"reminder-submit\" class=\"submit\">\n  <li><input type=\"submit\" name=\"mode\" value=\"{action_reminder}\" class=\"submit\"{xhtml}>&nbsp;{lang_reminder}</li>\n</ul>\n\n<!-- } admin/user/reminder.thtml -->\n','action_reminder,lang_reminder,xhtml');
INSERT INTO `bc_thm_contents`VALUES (443,'modern_curve','admin/block/defaultblockeditor.thtml','\n<!-- admin/block/defaultblockeditor.thtml { -->\n\n<form action=\"{site_admin_url}/block.php\" method=\"post\" id=\"admin-blockeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-blockeditor-title\">{lang_blocktitle}</label></dt>\n      <dd><input type=\"text\" name=\"title\" value=\"{block_title}\" size=\"48\" id=\"admin-blockeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" name=\"is_enabled\" {is_enabled} id=\"admin-blockeditor-is_enabled\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-help\">{lang_blockhelpurl}</label></dt>\n      <dd><input type=\"text\" name=\"help\" value=\"{block_help}\" size=\"48\" maxlength=\"{max_url_length}\" id=\"admin-blockeditor-help\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_includehttp}<br{xhtml}>\n                              {lang_explanation}</dd>\n\n      <dt><label for=\"admin-blockeditor-name\">{lang_blockname}</label></dt>\n      <dd>{block_name}\n        <input type=\"hidden\" name=\"name\" value=\"{block_name}\" id=\"admin-blockeditor-name\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_topic}</dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-blockeditor-onleft\">{lang_side}</label></dt>\n      <dd><select name=\"onleft\" id=\"admin-blockeditor-onleft\">\n          <option value=\"1\" {left_selected}>{lang_left}</option>\n          <option value=\"0\" {right_selected}>{lang_right}</option>\n        </select>\n      </dd>\n\n      <dt><label for=\"admin-blockeditor-blockorder\">{lang_blockorder}</label></dt>\n      <dd><input type=\"text\" size=\"4\" name=\"blockorder\" value=\"{block_order}\" id=\"admin-blockeditor-blockorder\" class=\"text\"{xhtml}>\n        0 - 9999</dd>\n\n      <dt><label for=\"admin-blockeditor-type\">{lang_blocktype}</label></dt>\n      <dd>gldefault\n        <input type=\"hidden\" name=\"type\" value=\"gldefault\" id=\"admin-blockeditor-type\"{xhtml}></dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl class=\"form_block\">\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}<input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}></dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li>\n        <input type=\"hidden\" name=\"bid\" value=\"{block_id}\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      </li>\n    </ul>\n</form>\n\n<!-- } admin/block/defaultblockeditor.thtml -->\n\n','block_help,block_id,block_name,block_order,block_title,gltoken,gltoken_name,group_dropdown,is_enabled,lang_accessrights,lang_blockhelpurl,lang_blockname,lang_blockorder,lang_blocktitle,lang_blocktype,lang_cancel,lang_enabled,lang_explanation,lang_group,lang_includehttp,lang_left,lang_owner,lang_perm_key,lang_permissions,lang_right,lang_save,lang_side,lang_topic,left_selected,max_url_length,owner_id,owner_name,permissions_editor,permissions_msg,right_selected,site_admin_url,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (444,'modern_curve','admin/block/blockeditor.thtml','\n<!-- admin/block/blockeditor.thtml { -->\n\n{start_block_editor}\n<form action=\"{site_admin_url}/block.php\" method=\"post\" id=\"admin-blockeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-blockeditor-title\">{lang_blocktitle}</label></dt>\n      <dd><input type=\"text\" size=\"40\" value=\"{block_title}\" name=\"title\" id=\"admin-blockeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" {is_enabled} name=\"is_enabled\" id=\"admin-blockeditor-is_enabled\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-help\">{lang_blockhelpurl}</label></dt>\n      <dd>\n        <input type=\"text\" value=\"{block_help}\" size=\"40\" name=\"help\" id=\"admin-blockeditor-help\" class=\"text\"{xhtml}>\n      </dd>\n      <dd class=\"description\">{lang_includehttp}</dd>\n      <dd class=\"description\">{lang_explanation}</dd>\n\n      <dt><label for=\"admin-blockeditor-name\">{lang_blockname}</label></dt>\n      <dd><input type=\"text\" size=\"40\" value=\"{block_name}\" name=\"name\" id=\"admin-blockeditor-name\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_nospaces}</dd>\n\n      <dt><label for=\"admin-blockeditor-tid\">{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-blockeditor-onleft\">{lang_side}</label></dt>\n      <dd>\n        <select name=\"onleft\" id=\"admin-blockeditor-onleft\">\n          <option value=\"1\" {left_selected}>{lang_left}</option>\n          <option value=\"0\" {right_selected}>{lang_right}</option>\n        </select>\n      </dd>\n\n      <dt><label for=\"admin-blockeditor-blockorder\">{lang_blockorder}</label></dt>\n      <dd><input type=\"text\" size=\"4\" value=\"{block_order}\" name=\"blockorder\" id=\"admin-blockeditor-blockorder\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">0-9999</dd>\n\n      <dt><label for=\"admin-blockeditor-type\">{lang_blocktype}</label></dt>\n      <dd>\n        <select name=\"type\" id=\"admin-blockeditor-type\">\n          <option value=\"normal\" {normal_selected}>{lang_normalblock}</option>\n          <option value=\"phpblock\" {php_selected}>{lang_phpblock}</option>\n          <option value=\"portal\" {portal_selected}>{lang_portalblock}</option>\n        </select>\n      </dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_phpblockoptions}</legend>\n\n    <dl>\n      <dt></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"50\" value=\"{block_phpblockfn}\" name=\"phpblockfn\" id=\"admin-blockeditor-phpblockfn\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_phpblockwarning}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_portalblockoptions}</legend>\n\n    <dl>\n      <dt><label for=\"admin-blockeditor-rdfurl\">{lang_rdfurl}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"{max_url_length}\" value=\"{block_rdfurl}\" name=\"rdfurl\" id=\"admin-blockeditor-rdfurl\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-rdflimit\">{lang_rdflimit}</label></dt>\n      <dd><input type=\"text\" size=\"3\" maxlength=\"3\" value=\"{block_rdflimit}\" name=\"rdflimit\" id=\"admin-blockeditor-rdflimit\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-blockeditor-rdfupdated\">{lang_lastrdfupdate}</label></dt>\n      <dd><input type=\"text\" size=\"19\" value=\"{block_rdfupdated}\" name=\"rdfupdated\" id=\"admin-blockeditor-rdfupdated\" class=\"text\"{xhtml}></dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_normalblockoptions}</legend>\n\n    <dl>\n      <dt><label for=\"admin-blockeditor-content\">{lang_blockcontent}</label></dt>\n      <dd><textarea cols=\"40\" rows=\"12\" name=\"content\" id=\"admin-blockeditor-content\">{block_content}</textarea></dd>\n      <dt>{lang_autotags}</dt>\n      <dd><input type=\"checkbox\" name=\"allow_autotags\" {allow_autotags}{xhtml}><span class=\"fieldhelp\">{lang_use_autotags}</span></dd>\n    </dl>\n\n    <p class=\"description\">{lang_allowed_html}</p>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl class=\"form_block\">\n      <dt>{lang_owner}</dt>\n      <dd>{owner_username}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"bid\" value=\"{block_bid}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {delete_option}\n    </li>\n  </ul>\n</form>\n{end_block}\n<!-- } admin/block/blockeditor.thtml -->\n','allow_autotags,block_bid,block_content,block_help,block_name,block_order,block_phpblockfn,block_rdflimit,block_rdfupdated,block_rdfurl,block_title,delete_option,end_block,gltoken,gltoken_name,group_dropdown,is_enabled,lang_accessrights,lang_allowed_html,lang_autotags,lang_blockcontent,lang_blockhelpurl,lang_blockname,lang_blockorder,lang_blocktitle,lang_blocktype,lang_cancel,lang_enabled,lang_explanation,lang_group,lang_includehttp,lang_lastrdfupdate,lang_left,lang_normalblock,lang_normalblockoptions,lang_nospaces,lang_owner,lang_perm_key,lang_permissions,lang_permissions_msg,lang_phpblock,lang_phpblockoptions,lang_phpblockwarning,lang_portalblock,lang_portalblockoptions,lang_rdflimit,lang_rdfurl,lang_right,lang_save,lang_side,lang_topic,lang_use_autotags,left_selected,max_url_length,normal_selected,owner_id,owner_username,permissions_editor,php_selected,portal_selected,right_selected,site_admin_url,start_block_editor,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (445,'modern_curve','admin/group/groupeditor.thtml','\n<!-- admin/group/groupeditor.thtml { -->\n\n<form action=\"{site_admin_url}/group.php\" method=\"post\" id=\"admin-groupeditor\" class=\"linear\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-groupeditor-grp_name\">{lang_groupname}</label></dt>\n      <dd>{groupname_static}<input type=\"{groupname_inputtype}\" size=\"20\" maxlength=\"50\" value=\"{group_name}\" name=\"grp_name\" id=\"admin-groupeditor-grp_name\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-groupeditor-grp_descr\">{lang_description}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"255\" value=\"{group_description}\" name=\"grp_descr\" id=\"admin-groupeditor-grp_descr\" class=\"text\"{xhtml}></dd>\n\n    </dl>\n\n    <dl {hide_adminoption}>\n      <dt>{lang_admingroup}</dt>\n      <dd><input type=\"checkbox\" name=\"chk_grpadmin\" value=\"1\" {chk_adminuse}{xhtml}>\n          <span class=\"fieldhelp\">{lang_admingrp_msg}</span>\n      </dd>\n    </dl>\n\n    <dl {hide_defaultoption}>\n      <dt>{lang_defaultgroup}</dt>\n      <dd>\n          <input type=\"checkbox\" name=\"chk_grpdefault\" id=\"chk1\" onclick=\"showHide(\'msg1\')\" value=\"1\" {chk_defaultuse}{xhtml}>\n          <span class=\"fieldhelp\">{lang_defaultgrp_msg}</span>\n      </dd>\n    </dl>\n\n    <dl id=\"applydefault_row\"  {hide_defaultoption}>\n      <dt></dt>\n      <dd>\n        <div style=\"display:none\" id=\"msg1\">\n          <input type=\"checkbox\" name=\"chk_applydefault\" id=\"chk2\" value=\"1\"{xhtml}>\n          <span class=\"fieldhelp\">{lang_applydefault_msg}</span>\n        </div>\n      </dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_securitygroups}</legend>\n\n    <dl>\n      <dd class=\"description\">{lang_securitygroupmsg}</dd>\n      <dd>{group_options}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_rights}</legend>  \n\n    <dl>\n      <dd class=\"description\">{lang_rightsmsg}</dd>\n      <dd><table style=\"width: 100%;\">{rights_options}</table></dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"grp_gl_core\" value=\"{group_core}\"{xhtml}>\n      <input type=\"hidden\" name=\"grp_id\" value=\"{group_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"chk_showall\" value=\"{show_all}\"{xhtml}>\n      <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </li>\n  </ul>\n</form>\n\n<!-- } admin/group/groupeditor.thtml -->\n','chk_adminuse,chk_defaultuse,delete_option,gltoken,gltoken_name,group_core,group_description,group_id,group_name,group_options,groupname_inputtype,groupname_static,hide_adminoption,hide_defaultoption,lang_admingroup,lang_admingrp_msg,lang_applydefault_msg,lang_cancel,lang_defaultgroup,lang_defaultgrp_msg,lang_description,lang_groupname,lang_rights,lang_rightsmsg,lang_save,lang_securitygroupmsg,lang_securitygroups,rights_options,show_all,site_admin_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (446,'modern_curve','admin/group/groupmembers.thtml','\n<!-- admin/group/groupmembers.thtml { -->\n\n<script type=\"text/JavaScript\" src=\"{site_url}/javascript/moveusers.js\"></script>\n\n<form name=\"groupusers\" action=\"{phpself}?group={groupid}\" method=\"post\" id=\"admin-groupmembers\" class=\"basic\">\n\n  <div class=\"admin_basic\">\n    <dl class=\"sitemembers\">\n      <dt><label for=\"admin-groupmembers-fieldFrom\">{LANG_sitemembers}</label></dt>\n      <dd>\n        <select multiple=\"multiple\" size=\"10\" onDblClick=\"moveSelectedOptions(this.form[\'fieldFrom\'],this.form[\'fieldTo\'],false)\" name=\"fieldFrom\" id=\"admin-groupmembers-fieldFrom\">\n          {sitemembers}\n        </select>\n      </dd>\n    </dl>\n\n    <ul class=\"move\">\n      <li><input type=\"button\" name=\"right\" value=\"{LANG_add}\" onclick=\"moveSelectedOptions(this.form[\'fieldFrom\'],this.form[\'fieldTo\'],false)\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"button\" name=\"left\"  value=\"{LANG_remove}\" onclick=\"moveSelectedOptions(this.form[\'fieldTo\'],this.form[\'fieldFrom\'],false)\" class=\"submit\"{xhtml}></li>\n    </ul>\n\n    <dl class=\"grpmembers\">\n      <dt><label for=\"admin-groupmembers-fieldTo\">{LANG_grpmembers}</label></dt>\n      <dd>\n        <select multiple=\"multiple\" size=\"10\" onDblClick=\"moveSelectedOptions(this.form[\'fieldTo\'],this.form[\'fieldFrom\'],false)\" name=\"fieldTo\" id=\"admin-groupmembers-fieldTo\">\n          {group_list}\n        </select>\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"button\" value=\"{lang_cancel}\" onclick=\"javascript:history.go(-1)\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" name=\"mode\" value=\"savegroupusers\"{xhtml}>\n        <input type=\"hidden\" name=\"groupmembers\"{xhtml}>\n        <input type=\"hidden\" name=\"grp_id\" value=\"{group_id}\"{xhtml}>\n        <input type=\"hidden\" name=\"chk_showall\" value=\"{show_all}\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_save}\" onclick=\"return setUsers(this.form)\" class=\"submit\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n\n</form>\n\n<!-- } admin/group/groupmembers.thtml -->\n','LANG_add,LANG_grpmembers,LANG_remove,LANG_sitemembers,gltoken,gltoken_name,group_id,group_list,groupid,lang_cancel,lang_save,phpself,show_all,site_url,sitemembers,xhtml');
INSERT INTO `bc_thm_contents`VALUES (447,'modern_curve','admin/lists/inline.thtml','\n<!-- admin/lists/inline.thtml { -->\n\n                            {search_menu}\n                            {formfields_top}\n                            <table class=\"admin-list-table\">\n                                <tr style=\"background:#FFFFFF;\">\n                                 {header_row}\n                                </tr>\n                                {item_row}\n                            </table>\n                            <div>\n                                <input style=\"padding:5px 0px 0px 9px;{show_deleteimage}\" name=\"delbutton\" alt=\"delbutton\" type=\"image\" src=\"{layout_url}/images/deleteitem.png\" title=\"{lang_deleteall}\" onclick=\"return confirm(\'{lang_delconfirm}\');\"{xhtml}>\n                                {formfields_bottom}\n                            </div>\n                            <p class=\"aligncenter\" style=\"{show_message}\"><strong>{message}</strong></p>\n                            {google_paging}\n\n<!-- } admin/lists/inline.thtml -->\n','formfields_bottom,formfields_top,google_paging,header_row,item_row,lang_delconfirm,lang_deleteall,layout_url,message,search_menu,show_deleteimage,show_message,xhtml');
INSERT INTO `bc_thm_contents`VALUES (448,'modern_curve','admin/lists/field.thtml','\n<!-- admin/lists/field.thtml { -->\n\n<td class=\"{class}\"{colspan}>{itemtext}</td>\n\n<!-- } admin/lists/field.thtml -->\n','class,colspan,itemtext');
INSERT INTO `bc_thm_contents`VALUES (449,'modern_curve','admin/lists/header.thtml','\n<!-- admin/lists/header.thtml { -->\n\n<th class=\"{class}\"{th_subtags}>{header_text}</th>\n\n<!-- } admin/lists/header.thtml -->\n','class,header_text,th_subtags');
INSERT INTO `bc_thm_contents`VALUES (450,'modern_curve','admin/lists/list.thtml','\n<!-- admin/lists/list.thtml { -->\n\n{search_menu}\n\n<form action=\"{form_url}\" method=\"post\">\n<div>\n\n{formfields_top}\n\n<table class=\"admin-list\">\n  <tr>{header_row}</tr>\n  {item_row}\n</table>\n\n<ul class=\"admin-list-navi\" style=\"{show_deleteimage}\">\n  <li><input type=\"image\" name=\"delbutton\" alt=\"delbutton\" src=\"{layout_url}/images/deleteitem.png\" title=\"{lang_deleteall}\" onclick=\"return confirm(\'{lang_delconfirm}\');\"{xhtml}></li>\n</ul>\n\n{formfields_bottom}\n\n</div>\n</form>\n\n<p class=\"admin-list-message\" style=\"{show_message}\">{message}</p>\n\n{google_paging}\n\n<!-- } admin/lists/list.thtml -->\n','form_url,formfields_bottom,formfields_top,google_paging,header_row,item_row,lang_delconfirm,lang_deleteall,layout_url,message,search_menu,show_deleteimage,show_message,xhtml');
INSERT INTO `bc_thm_contents`VALUES (451,'modern_curve','admin/lists/topmenu.thtml','\n<!-- admin/lists/topmenu.thtml { -->\n\n<div id=\"admin-instructions\">\n  {icon}\n  <p id=\"menu_fields\">\n    {menu_fields_pre}{menu_fields}{menu_fields_aft}\n  </p>\n  <div id=\"instructions\">{lang_instructions}</div>\n</div>\n\n<!-- } admin/lists/topmenu.thtml -->\n','icon,lang_instructions,menu_fields,menu_fields_aft,menu_fields_pre');
INSERT INTO `bc_thm_contents`VALUES (452,'modern_curve','admin/lists/searchmenu.thtml','\n<!-- admin/lists/searchmenu.thtml { -->\n\n<form action=\"{form_url}\" method=\"post\" class=\"admin-topmenu basic\">\n  <fieldset>\n    <legend>{lang_search}</legend>\n\n    <ul class=\"filter\">\n	  <li>{filter}</li>\n	</ul>\n\n    <dl>\n      <dt>{lang_search}</dt>\n      <dd><input type=\"text\" size=\"20\" value=\"{last_query}\" name=\"q\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_limit_results}</dt>\n      <dd>\n        <select name=\"query_limit\">\n          <option value=\"10\" {10_selected}>10</option>\n          <option value=\"20\" {20_selected}>20</option>\n          <option value=\"50\" {50_selected}>50</option>\n          <option value=\"75\" {75_selected}>75</option>\n          <option value=\"100\" {100_selected}>100</option>\n          <option value=\"200\" {200_selected}>200</option>\n          <option value=\"500\" {500_selected}>500</option>\n        </select>\n      </dd>\n\n      <dt>{lang_records_found}</dt>\n      <dd>{records_found}</dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_submit}\" class=\"submit\"{xhtml}></li>\n    </ul>\n  </fieldset>\n</form>\n\n<!-- } admin/lists/searchmenu.thtml -->\n','100_selected,10_selected,200_selected,20_selected,500_selected,50_selected,75_selected,filter,form_url,lang_limit_results,lang_records_found,lang_search,lang_submit,last_query,records_found,xhtml');
INSERT INTO `bc_thm_contents`VALUES (453,'modern_curve','admin/lists/listitem.thtml','\n<!-- admin/lists/listitem.thtml { -->\n\n<tr class=\"admin-listitem{cssid}\" onmouseover=\"this.className=\'admin-listitem_rollover\'; return false;\" onmouseout=\"this.className=\'admin-listitem{cssid}\'; return false;\">\n  {item_field}\n</tr>\n\n<!-- } admin/lists/listitem.thtml -->\n','cssid,item_field');
INSERT INTO `bc_thm_contents`VALUES (454,'modern_curve','admin/story/storyeditor.japanese_utf-8.thtml','\n<!-- admin/story/storyeditor.japanese_utf-8.thtml { -->\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" id=\"admin-storyeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>\n        年\n        <select name=\"publish_month\" id=\"admin-storyeditor-publish_month\">\n          {publish_month_options}\n        </select>\n        月\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n\n      <dt><label for=\"admin-storyeditor-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_topic}</dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-storyeditor-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-expire_month\"></label></dt>\n      <dd>{lang_date}&nbsp;\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>\n        年\n        <select name=\"expire_month\" id=\"admin-storyeditor-expire_month\">\n          {expire_month_options}\n        </select>\n        月\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n\n      <dt>{lang_mode}</dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <br{xhtml}>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n\n      <dt>{lang_cmt_disable}:</dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n           &nbsp;\n           <span dir=\"ltr\">\n           <select name=\"cmt_close_year\">\n             {cmt_close_year_options}\n           </select>\n           年\n           <select name=\"cmt_close_month\">\n                   {cmt_close_month_options}\n           </select>\n           月\n           <select name=\"cmt_close_day\">\n             {cmt_close_day_options}\n           </select>\n           日&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor-sid\" class=\"text\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_description\" id=\"admin-storyeditor-metadescription\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\">{meta_keywords}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-introtext\">{lang_introtext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"12\" name=\"introtext\" id=\"admin-storyeditor-introtext\">{story_introtext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-bodytext\">{lang_bodytext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"20\" name=\"bodytext\" id=\"admin-storyeditor-bodytext\">{story_bodytext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"admin-storyeditor-postmode\">\n          {post_options}\n        </select>\n      </dd>\n      <dd class=\"description\">{lang_allowed_html}</dd>\n\n      <dt>{lang_images}</dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <h3>{lang_accessrights}</h3>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"editopt\" value=\"default\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </li>\n  </ul>\n</form>\n\n<!-- } admin/story/storyeditor.japanese_utf-8.thtml -->\n','cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_topic,lang_trackbacks,meta_description,meta_keywords,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (455,'modern_curve','admin/story/storyeditor_advanced.thtml','\n<!-- admin/story/storyeditor_advanced.thtml { -->\n\n{noscript}\n\n<div id=\"advanced_editor\" style=\"display: none;\">\n{navbar}\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" onsubmit=\"set_postcontent();\" id=\"admin-storyeditor_advanced\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor_advanced-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor_advanced-sid\" class=\"text\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_description\" id=\"admin-storyeditor-metadescription\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_keywords}</textarea></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor_advanced-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor_advanced-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"sel_editmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select {change_editormode} name=\"postmode\" id=\"sel_editmode\">\n          {post_options}\n        </select>\n      </dd>\n    </dl>\n  </div>\n\n  <div>\n    <div id=\"text_editor\" style=\"display: {show_texteditor};\">\n      <dl>\n        <dt><label for=\"introtext\">{lang_introtext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"14\" name=\"introtext\" id=\"introtext\">{story_introtext}</textarea>\n        </dd>\n\n        <dt>\n          <label for=\"bodytext\">{lang_bodytext}</label>\n        </dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"14\" name=\"bodytext\" id=\"bodytext\">{story_bodytext}</textarea>\n        </dd>\n      </dl>\n      <div class=\"description\">{lang_allowed_html}</div>\n    </div>\n\n    <div id=\"html_editor\" style=\"display: {show_htmleditor};\">\n      <dl>\n        <dt><label for=\"introhtml\">{lang_introtext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n            <li>\n              {lang_toolbar}\n              <select id=\"fckeditor_toolbar_selector\" name=\"fckeditor_toolbar_selector\" onchange=\"changeToolbar(this.value);\">\n                <option value=\"editor-toolbar1\">{toolbar1}</option>\n                <option value=\"editor-toolbar2\" selected=\"selected\">{toolbar2}</option>\n                <option value=\"editor-toolbar3\">{toolbar3}</option>\n                <option value=\"Default\">{toolbar5}</option>\n              </select>\n            </li>\n          </ul>\n          <textarea cols=\"45\" rows=\"12\" name=\"introhtml\" id=\"introhtml\">{story_introtext}</textarea>\n        </dd>\n\n        <dt><label for=\"bodyhtml\">{lang_bodytext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'larger\');\" alt=\"\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'smaller\');\" alt=\"\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"20\" name=\"bodyhtml\" id=\"bodyhtml\">{story_bodytext}</textarea>\n        </dd>\n      </dl>\n\n      <div id=\"editor_mode\" class=\"description\">{lang_allowed_html}</div>\n    </div>\n  </div>\n\n  <div id=\"se_options\" style=\"display: none;\">\n  <div id=\"se_publish\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_publishdate}</legend>\n\n    <dl>\n      <dt><label for=\"admin-storyeditor_advanced-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_month\" id=\"admin-storyeditor_advanced-publish_month\">\n          {publish_month_options}\n        </select>\n        /\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        /\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_publishoptions}</legend>\n\n    <dl>\n      <dt>{lang_mode}</dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n      <dt>{lang_cmt_disable}</dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n        &nbsp;\n           <span dir=\"ltr\">\n               <select name=\"cmt_close_month\">\n                   {cmt_close_month_options}\n           </select>\n           /\n           <select name=\"cmt_close_day\">\n              {cmt_close_day_options}\n           </select>\n           /\n           <select name=\"cmt_close_year\">\n              {cmt_close_year_options}\n           </select>&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n  <div id=\"se_images\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_images}</legend>\n\n    <dl>\n      <dt>{lang_images}</dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div id=\"se_archive\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_archivetitle}</legend>\n\n    <dl>\n      <dt><label for=\"admin-storyeditor_advanced-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor_advanced-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-expire_month\"></label></dt>\n      <dd>\n        {lang_date}&nbsp;\n        <select name=\"expire_month\" id=\"admin-storyeditor_advanced-expire_month\">\n          {expire_month_options}\n        </select>\n        /\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        /\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div  id=\"se_perms\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n  </div>\n  </div>\n\n\n  <div id=\"se_bottom\" style=\"display:{show_submitoptions}\">\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </li>\n  </ul>\n  </div>\n</form>\n</div>\n\n<div id=\"preview\" style=\"display: {show_preview};\">\n  {preview_content}\n</div>\n\n<!-- } admin/story/storyeditor_advanced.thtml -->\n','change_editormode,cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_expandhelp,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_publishdate,lang_publishoptions,lang_reducehelp,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_toolbar,lang_topic,lang_trackbacks,layout_url,meta_description,meta_keywords,navbar,noscript,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,preview_content,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_htmleditor,show_preview,show_submitoptions,show_texteditor,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,toolbar1,toolbar2,toolbar3,toolbar5,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (456,'modern_curve','admin/story/storyeditor.thtml','\n<!-- admin/story/storyeditor.thtml { -->\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" id=\"admin-storyeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_month\" id=\"admin-storyeditor-publish_month\">\n          {publish_month_options}\n        </select>\n        /\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        /\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n\n      <dt><label for=\"admin-storyeditor-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_topic}</dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"admin-storyeditor-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-expire_month\"></label></dt>\n      <dd>{lang_date}&nbsp;\n        <select name=\"expire_month\" id=\"admin-storyeditor-expire_month\">\n          {expire_month_options}\n        </select>\n        /\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        /\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n\n      <dt>{lang_mode}</dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <br{xhtml}>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n\n      <dt>{lang_cmt_disable}:</dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n           &nbsp;\n           <span dir=\"ltr\">\n           <select name=\"cmt_close_month\">\n                   {cmt_close_month_options}\n           </select>\n           /\n           <select name=\"cmt_close_day\">\n              {cmt_close_day_options}\n           </select>\n           /\n           <select name=\"cmt_close_year\">\n              {cmt_close_year_options}\n           </select>&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n\n      <dt><label for=\"admin-storyeditor-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor-sid\" class=\"text\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_description\" id=\"admin-storyeditor-metadescription\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea cols=\"70\" rows=\"2\" name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\">{meta_keywords}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-introtext\">{lang_introtext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"12\" name=\"introtext\" id=\"admin-storyeditor-introtext\">{story_introtext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-bodytext\">{lang_bodytext}</label></dt>\n      <dd><textarea cols=\"70\" rows=\"20\" name=\"bodytext\" id=\"admin-storyeditor-bodytext\">{story_bodytext}</textarea></dd>\n\n      <dt><label for=\"admin-storyeditor-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"admin-storyeditor-postmode\">\n          {post_options}\n        </select>\n      </dd>\n      <dd class=\"description\">{lang_allowed_html}</dd>\n\n      <dt>{lang_images}</dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <h3>{lang_accessrights}</h3>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"editopt\" value=\"default\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </li>\n  </ul>\n</form>\n\n<!-- } admin/story/storyeditor.thtml -->\n','cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_topic,lang_trackbacks,meta_description,meta_keywords,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (457,'modern_curve','admin/story/storyeditor_advanced.japanese_utf-8.thtml','\n<!-- admin/story/storyeditor_advanced.japanese_utf-8.thtml { -->\n\n{noscript}\n\n<div id=\"advanced_editor\" style=\"display: none;\">\n{navbar}\n\n<form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" onsubmit=\"set_postcontent();\" id=\"admin-storyeditor_advanced\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt>{lang_author}</dt>\n      <dd>{story_author}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{story_title}\" name=\"title\" id=\"admin-storyeditor_advanced-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor-page_title\">{lang_page_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{page_title}\" name=\"page_title\" id=\"admin-storyeditor-page_title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-sid\">{lang_sid}</label></dt>\n      <dd><input type=\"text\" size=\"40\" maxlength=\"40\" value=\"{story_id}\" name=\"sid\" id=\"admin-storyeditor_advanced-sid\" class=\"text\"{xhtml}></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_description\" id=\"admin-storyeditor-metadescription\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" style=\"width:95%\" cols=\"70\" rows=\"2\">{meta_keywords}</textarea></dd>\n\n      <dt><label>{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt>{lang_hits}</dt>\n      <dd>{story_hits}</dd>\n\n      <dt>{lang_comments}</dt>\n      <dd>{story_comments}</dd>\n\n      <dt>{lang_trackbacks}</dt>\n      <dd>{story_trackbacks}</dd>\n\n      <dt>{lang_emails}</dt>\n      <dd>{story_emails}</dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-show_topic_icon\">{lang_show_topic_icon}</label></dt>\n      <dd><input type=\"checkbox\" {show_topic_icon_checked} name=\"show_topic_icon\" id=\"admin-storyeditor_advanced-show_topic_icon\"{xhtml}></dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-draft_flag\">{lang_draft}</label></dt>\n      <dd><input type=\"checkbox\" {is_checked} name=\"draft_flag\" id=\"admin-storyeditor_advanced-draft_flag\"{xhtml}></dd>\n\n      <dt><label for=\"sel_editmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select {change_editormode} name=\"postmode\" id=\"sel_editmode\">\n          {post_options}\n        </select>\n      </dd>\n    </dl>\n  </div>\n\n  <div>\n    <div id=\"text_editor\" style=\"display: {show_texteditor};\">\n      <dl>\n        <dt><label for=\"introtext\">{lang_introtext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'introtext\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"14\" name=\"introtext\" id=\"introtext\">{story_introtext}</textarea>\n        </dd>\n\n        <dt>\n          <label for=\"bodytext\">{lang_bodytext}</label>\n        </dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeTextAreaSize(\'bodytext\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"14\" name=\"bodytext\" id=\"bodytext\">{story_bodytext}</textarea>\n        </dd>\n      </dl>\n      <div class=\"description\">{lang_allowed_html}</div>\n    </div>\n\n    <div id=\"html_editor\" style=\"display: {show_htmleditor};\">\n      <dl>\n        <dt><label for=\"introhtml\">{lang_introtext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'larger\');\" alt=\"expand button\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'smaller\');\" alt=\"collapse button\"{xhtml}></li>\n            <li>\n              {lang_toolbar}\n              <select id=\"fckeditor_toolbar_selector\" name=\"fckeditor_toolbar_selector\" onchange=\"changeToolbar(this.value);\">\n                <option value=\"editor-toolbar1\">{toolbar1}</option>\n                <option value=\"editor-toolbar2\" selected=\"selected\">{toolbar2}</option>\n                <option value=\"editor-toolbar3\">{toolbar3}</option>\n                <option value=\"Default\">{toolbar5}</option>\n              </select>\n            </li>\n          </ul>\n          <textarea cols=\"45\" rows=\"12\" name=\"introhtml\" id=\"introhtml\">{story_introtext}</textarea>\n        </dd>\n\n        <dt><label for=\"bodyhtml\">{lang_bodytext}</label></dt>\n        <dd>\n          <ul class=\"navi\">\n            <li><img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'larger\');\" alt=\"\"{xhtml}></li>\n            <li><img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'smaller\');\" alt=\"\"{xhtml}></li>\n          </ul>\n          <textarea cols=\"45\" rows=\"20\" name=\"bodyhtml\" id=\"bodyhtml\">{story_bodytext}</textarea>\n        </dd>\n      </dl>\n\n      <div id=\"editor_mode\" class=\"description\">{lang_allowed_html}</div>\n    </div>\n  </div>\n\n  <div id=\"se_options\" style=\"display: none;\">\n  <div id=\"se_publish\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_publishdate}</legend>\n\n    <dl>\n      <dt><label for=\"admin-storyeditor_advanced-publish_month\">{lang_date}</label></dt>\n      <dd>\n        <select name=\"publish_year\">\n          {publish_year_options}\n        </select>\n        年\n        <select name=\"publish_month\" id=\"admin-storyeditor_advanced-publish_month\">\n          {publish_month_options}\n        </select>\n        月\n        <select name=\"publish_day\">\n          {publish_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"publish_hour\">\n          {publish_hour_options}\n        </select>\n        :\n        <select name=\"publish_minute\">\n          {publish_minute_options}\n        </select>\n\n        {publishampm_selection}\n      </dd>\n      <dd class=\"description\">{publish_date_explanation}</dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_publishoptions}</legend>\n\n    <dl>\n      <dt>{lang_mode}</dt>\n      <dd>\n        {featured_options}\n        <select name=\"frontpage\">\n          {frontpage_options}\n        </select>\n        <select name=\"commentcode\">\n          {comment_options}\n        </select>\n        <select name=\"trackbackcode\">\n          {trackback_options}\n        </select>\n      </dd>\n      <dt>{lang_cmt_disable}</dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n        &nbsp;\n           <span dir=\"ltr\">\n           <select name=\"cmt_close_year\">\n             {cmt_close_year_options}\n           </select>\n           年\n           <select name=\"cmt_close_month\">\n              {cmt_close_month_options}\n           </select>\n           月\n           <select name=\"cmt_close_day\">\n             {cmt_close_day_options}\n           </select>\n           日&nbsp;&nbsp;\n\n           <select name=\"cmt_close_hour\">\n               {cmt_close_hour_options}\n           </select>\n           :\n           <select name=\"cmt_close_minute\">\n               {cmt_close_minute_options}\n           </select>\n               {cmt_close_ampm_selection}\n           <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n           </span>\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n  <div id=\"se_images\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_images}</legend>\n\n    <dl>\n      <dt>{lang_images}</dt>\n      <dd>\n        {saved_images}\n        {image_form_elements}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div id=\"se_archive\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_archivetitle}</legend>\n\n    <dl>\n      <dt><label for=\"admin-storyeditor_advanced-archiveflag\">{lang_archivetitle}</label></dt>\n      <dd>\n        {lang_enabled}&nbsp;\n        <input type=\"checkbox\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\" name=\"archiveflag\" id=\"admin-storyeditor_advanced-archiveflag\"{xhtml}>\n        <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n        &nbsp;&nbsp;&nbsp;&nbsp;<input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>\n        &nbsp;{lang_optiondelete}\n      </dd>\n\n      <dt><label for=\"admin-storyeditor_advanced-expire_month\"></label></dt>\n      <dd>\n        {lang_date}&nbsp;\n        <select name=\"expire_year\">\n          {expire_year_options}\n        </select>\n        年\n        <select name=\"expire_month\" id=\"admin-storyeditor_advanced-expire_month\">\n          {expire_month_options}\n        </select>\n        月\n        <select name=\"expire_day\">\n          {expire_day_options}\n        </select>\n        日&nbsp;&nbsp;\n\n        <select name=\"expire_hour\">\n          {expire_hour_options}\n        </select>\n        :\n        <select name=\"expire_minute\">\n          {expire_minute_options}\n        </select>\n        {expireampm_selection}\n      </dd>\n    </dl>\n  </fieldset>\n  </div>\n\n\n\n  <div  id=\"se_perms\" style=\"display: none;\">\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n  </div>\n  </div>\n\n\n  <div id=\"se_bottom\" style=\"display:{show_submitoptions}\">\n  <ul class=\"submit\">\n    <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n    <li>\n      <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n      <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n      <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n      <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>\n      <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n      <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n      <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n      {submission_option}\n    </li>\n  </ul>\n  </div>\n</form>\n</div>\n\n<div id=\"preview\" style=\"display: {show_preview};\">\n  {preview_content}\n</div>\n\n<!-- } admin/story/storyeditor_advanced.japanese_utf-8.thtml -->\n','change_editormode,cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_expandhelp,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_publishdate,lang_publishoptions,lang_reducehelp,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_toolbar,lang_topic,lang_trackbacks,layout_url,meta_description,meta_keywords,navbar,noscript,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,preview_content,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_htmleditor,show_preview,show_submitoptions,show_texteditor,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,toolbar1,toolbar2,toolbar3,toolbar5,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (458,'modern_curve','admin/topic/topiclist.thtml','\n<!-- admin/topic/topiclist.thtml { -->\n\n{top_menu}\n\n<ul id=\"admin-topiclist\">\n  {list_row}\n</ul>\n\n<!-- } admin/topic/topiclist.thtml -->\n','list_row,top_menu');
INSERT INTO `bc_thm_contents`VALUES (459,'modern_curve','admin/topic/listitem.thtml','\n<!-- admin/topic/listitem.thtml { -->\n\n<li>\n  <a href=\"{site_admin_url}/topic.php?mode=edit&amp;tid={topic_id}\">{image_tag}</a>\n  <a href=\"{site_admin_url}/topic.php?mode=edit&amp;tid={topic_id}\">{topic_name}</a>\n  {default_topic} ({topic_access})\n</li>\n\n<!-- } admin/topic/listitem.thtml -->\n','default_topic,image_tag,site_admin_url,topic_access,topic_id,topic_name');
INSERT INTO `bc_thm_contents`VALUES (460,'modern_curve','admin/topic/topiceditor.thtml','\n<!-- admin/topic/topiceditor.thtml { -->\n\n<form action=\"{site_admin_url}/topic.php\" method=\"post\" enctype=\"multipart/form-data\" id=\"admin-topiceditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-topiceditor-tid\">{lang_topicid}</label></dt>\n      <dd><input type=\"text\" size=\"20\" maxlength=\"20\" value=\"{topic_id}\" name=\"tid\" id=\"admin-topiceditor-tid\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_donotusespaces}</dd>\n      \n      <dt><label for=\"admin-topiceditor-inherit\">{lang_inherit}</label></dt>\n      <dd><input type=\"checkbox\" {inherit_checked} name=\"inherit\" id=\"admin-topiceditor-inherit\"{xhtml}><span class=\"fieldhelp\">{lang_inherit_info}</span></dd>\n      \n      <dt><label for=\"admin-topiceditor-hidden\">{lang_hidden}</label></dt>\n      <dd><input type=\"checkbox\" {hidden_checked} name=\"hidden\" id=\"admin-topiceditor-hidden\"{xhtml}><span class=\"fieldhelp\">{lang_hidden_info}</span></dd>\n\n      <dt><label for=\"admin-topiceditor-parent_id\">{lang_parent_id}</label></dt>\n      <dd>\n        <select name=\"parent_id\" id=\"admin-topiceditor-parent_id\">\n            {parent_id_options}\n        </select>\n      </dd>\n      \n      <dt>{lang_sortorder}</dt>\n      <dd>{sort_order}</dd>\n\n      <dt><label for=\"admin-topiceditor-limitnews\">{lang_storiesperpage}</label></dt>\n      <dd><input type=\"text\" size=\"3\" maxlength=\"3\" value=\"{story_limit}\" name=\"limitnews\" id=\"admin-topiceditor-limitnews\" class=\"text\"{xhtml}><span class=\"fieldhelp\">{lang_defaultis} {default_limit}</span></dd>\n\n      <dt><label for=\"admin-topiceditor-topic\">{lang_topicname}</label></dt>\n      <dd><input type=\"text\" size=\"48\" value=\"{topic_name}\" name=\"topic_name\" id=\"admin-topiceditor-topic\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-topiceditor-imageurl\">{lang_topicimage}</label></dt>\n      <dd><input type=\"text\" dir=\"ltr\" size=\"48\" maxlength=\"{max_url_length}\" value=\"{image_url}\" name=\"imageurl\" id=\"admin-topiceditor-imageurl\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-topiceditor-newicon\">{lang_uploadimage}</label></dt>\n      <dd><input type=\"file\" name=\"newicon\" id=\"admin-topiceditor-newicon\"{xhtml}></dd>\n      <dd class=\"description\">{icon_max_dimensions}</dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metadescription\">{lang_metadescription}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_description\" id=\"admin-storyeditor-metadescription\" style=\"width:100%\" cols=\"70\" rows=\"2\">{meta_description}</textarea></dd>\n\n      <dt{hide_meta}><label for=\"admin-storyeditor-metakeywords\">{lang_metakeywords}</label></dt>\n      <dd{hide_meta}><textarea name=\"meta_keywords\" id=\"admin-storyeditor-metakeywords\" style=\"width:100%\" cols=\"70\" rows=\"2\">{meta_keywords}</textarea></dd>\n\n      <dt><label for=\"admin-topiceditor-is_default\">{lang_defaulttopic}</label></dt>\n      <dd><input type=\"checkbox\" {default_checked} name=\"is_default\" id=\"admin-topiceditor-is_default\"{xhtml}><span class=\"fieldhelp\">{lang_defaulttext}</span></dd>\n\n      <dt><label for=\"admin-topiceditor-is_archive\">{lang_archivetopic}</label></dt>\n      <dd><input type=\"checkbox\" {archive_checked} {archive_disabled} name=\"is_archive\" id=\"admin-topiceditor-is_archive\"{xhtml}><span class=\"fieldhelp\">{lang_archivetext}</span></dd>\n\n      <dt>{lang_num_stories}</dt>\n      <dd>{num_stories}</dd>\n\n    </dl>\n  </div>\n\n  <fieldset>\n    <legend>{lang_accessrights}</legend>\n\n    <dl>\n      <dt>{lang_owner}</dt>\n      <dd>{owner_name}</dd>\n\n      <dt><label for=\"group_id\">{lang_group}</label></dt>\n      <dd>{group_dropdown}</dd>\n\n      <dt>{lang_permissions}</dt>\n      <dd>{permissions_editor}</dd>\n      <dd class=\"description\">{lang_perm_key}</dd>\n      <dd class=\"description\">{lang_permissions_msg}</dd>\n    </dl>\n  </fieldset>\n\n  <p class=\"description\">{warning_msg}</p>\n\n  <ul class=\"submit\">\n    <li><input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}><input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}><input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}><input type=\"hidden\" name=\"old_tid\" value=\"{topic_id}\"{xhtml}></li>\n    <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></li>\n    <li>{delete_option}</li>\n  </ul>\n</form>\n\n<!-- } admin/topic/topiceditor.thtml -->\n','archive_checked,archive_disabled,default_checked,default_limit,delete_option,gltoken,gltoken_name,group_dropdown,hidden_checked,hide_meta,icon_max_dimensions,image_url,inherit_checked,lang_accessrights,lang_archivetext,lang_archivetopic,lang_cancel,lang_defaultis,lang_defaulttext,lang_defaulttopic,lang_donotusespaces,lang_group,lang_hidden,lang_hidden_info,lang_inherit,lang_inherit_info,lang_metadescription,lang_metakeywords,lang_num_stories,lang_owner,lang_parent_id,lang_perm_key,lang_permissions,lang_permissions_msg,lang_save,lang_sortorder,lang_storiesperpage,lang_topicid,lang_topicimage,lang_topicname,lang_uploadimage,max_url_length,meta_description,meta_keywords,num_stories,owner_id,owner_name,parent_id_options,permissions_editor,site_admin_url,sort_order,story_limit,topic_id,topic_name,warning_msg,xhtml');
INSERT INTO `bc_thm_contents`VALUES (461,'modern_curve','admin/common/edit_permissions.thtml','\n<!-- admin/common/edit_permissions.thtml { -->\n\n<table id=\"admin-permissions\">\n  <thead>\n    <tr>\n      <th colspan=\"2\">{lang_owner}</th>\n      <th colspan=\"2\">{lang_group}</th>\n      <th>{lang_members}</th>\n      <th>{lang_anonymous}</th>\n    </tr>\n  </thead>\n\n  <tbody>\n    <tr>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_owner[]\" value=\"2\"{owner_r_checked} class=\"checkbox\"{xhtml}></td>\n      <td>E<br{xhtml}><input type=\"checkbox\" name=\"perm_owner[]\" value=\"1\"{owner_e_checked} class=\"checkbox\"{xhtml}></td>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_group[]\" value=\"2\"{group_r_checked} class=\"checkbox\"{xhtml}></td>\n      <td>E<br{xhtml}><input type=\"checkbox\" name=\"perm_group[]\" value=\"1\"{group_e_checked} class=\"checkbox\"{xhtml}></td>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_members[]\" value=\"2\"{members_checked} class=\"checkbox\"{xhtml}></td>\n      <td>R<br{xhtml}><input type=\"checkbox\" name=\"perm_anon[]\" value=\"2\"{anon_checked} class=\"checkbox\"{xhtml}></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- } admin/common/edit_permissions.thtml -->\n','anon_checked,group_e_checked,group_r_checked,lang_anonymous,lang_group,lang_members,lang_owner,members_checked,owner_e_checked,owner_r_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (462,'modern_curve','admin/common/edit_topics.thtml','\n<!-- admin/common/edit_topics.thtml { -->\n\n<div style=\"vertical-align:top;display:inline-block;{options_hide}\">\n    <input type=\"hidden\" name=\"topic_options_hide\" value=\"{topic_options_hide}\"{xhtml}>\n    <input type=\"radio\" name=\"topic_option\" value=\"all\" {all_checked}{xhtml}> {lang_all}\n    <input type=\"radio\" name=\"topic_option\" value=\"homeonly\" {homeonly_checked}{xhtml}> {lang_homeonly}\n    <span style=\"{topic_option_hide}\"><input type=\"radio\" name=\"topic_option\" value=\"selectedtopics\" {selectedtopics_checked}{xhtml}></span>\n</div>\n<div style=\"vertical-align:top;display:inline-block;{topic_hide}\">\n    <select name=\"tid[]\" multiple=\"multiple\" class=\"multiple\" size=\"4\">\n        {topic_options}\n    </select>\n</div>\n<div style=\"vertical-align:top;display:inline-block;{inherit_hide}\">\n    <input type=\"hidden\" name=\"topic_inherit_hide\" value=\"{topic_inherit_hide}\"{xhtml}>\n    <span style=\"vertical-align:top;\">{lang_inherit}:</span>\n    <select name=\"inherit_tid[]\" multiple=\"multiple\" class=\"multiple\" size=\"4\">\n        {inherit_options}\n    </select>\n</div>\n<div style=\"vertical-align:top;display:inline-block;{default_hide}\">\n    <input type=\"hidden\" name=\"topic_default_hide\" value=\"{topic_default_hide}\"{xhtml}>\n    <span style=\"vertical-align:top;\">{lang_default}:</span>\n    <select name=\"default_tid\">\n        {default_options}\n    </select>\n</div>\n<div style=\"{info_hide}\">\n    <p>{topic_info}</p>\n</div>\n\n<!-- } admin/common/edit_topics.thtml -->\n','all_checked,default_hide,default_options,homeonly_checked,info_hide,inherit_hide,inherit_options,lang_all,lang_default,lang_homeonly,lang_inherit,options_hide,selectedtopics_checked,topic_default_hide,topic_hide,topic_info,topic_inherit_hide,topic_option_hide,topic_options,topic_options_hide,xhtml');
INSERT INTO `bc_thm_contents`VALUES (463,'modern_curve','admin/config/configuration.thtml','\n<!-- /admin/config/configuration.thtml { -->\n{noscript}\n<div id=\"geeklog_config_editor\" style=\"display:none;\">\n    <form method=\"post\" action=\"{site_admin_url}/configuration.php\" name=\"group\">\n    <div>\n      <input type=\"hidden\" value=\"{open_group}\" name=\"conf_group\"{xhtml}>\n      <input type=\"hidden\" value=\"\" name=\"subgroup\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n    </form>\n    <table>\n        <tr>\n            <td class=\"block-featured-left\" style=\"vertical-align:top;\">\n                <div id=\"search-configuration-container\">\n                    <div class=\"block-center\">\n                        <h2><label for=\"search-configuration\">{search_configuration_label}</label></h2>\n                        <input name=\"search-configuration\" id=\"search-configuration\" value=\"{search_configuration_value}\"{xhtml}>\n                        <input name=\"tab-id\" id=\"tab-id\" type=\"hidden\" value=\"{tab_id_value}\"{xhtml}>\n                    </div>\n                </div>\n                <div class=\"block-bg-left\"> {config_menu} </div>\n            </td>\n            <td style=\"vertical-align:top; width: 100%\">\n            \n                <div class=\"saved_message {error_validation_class}\" style=\"display:{show_changeblock}\">\n                    {lang_changes_made}\n                    {lang_error_validation_occurs}\n                    {change_block}\n                </div>\n                <form action=\"{site_admin_url}/configuration.php\" method=\"post\" name=\"subgroup\">\n                <div>\n                  <input type=\"hidden\" name=\"conf_group\" value=\"{open_group}\"{xhtml}>\n                  <input type=\"hidden\" name=\"sub_group\" value=\"{open_sg}\"{xhtml}>\n                  <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                </div>\n    \n                <div id=\"tabs\">\n                \n                {tab_li}\n    \n                <!-- BEGIN tab -->\n                <div style=\"margin-top:10px;\" id=\"{tab_id}\">\n                \n                <!-- BEGIN notes -->\n                <div class=\"notes\">\n                 <h4>{tab_display}</h4>\n                 <p class=\"last\">{tab_help}</p>\n                 <span class=\"warningsmall\">{tab_warning}</span>\n                </div>\n                <!-- END notes -->\n    \n                {tab_contents}\n                \n                </div>\n                <!-- END tab -->\n                \n                </div>\n    \n                <div id=\"bottom_buttons\" class=\"aligncenter\">\n                    <input type=\"submit\" id=\"save_changes\" value=\"{lang_save_changes}\"{xhtml}>\n                    <input type=\"submit\" id=\"form_reset\" name=\"form_reset\" value=\"{lang_reset_form}\"{xhtml}>\n                    <input type=\"hidden\" name=\"form_submit\" value=\"true\"{xhtml}>\n                </div>\n\n                </form>\n    \n            </td>\n        </tr>\n    </table>\n</div>\n<!-- } /admin/config/configuration.thtml -->\n','change_block,config_menu,error_validation_class,gltoken,gltoken_name,lang_changes_made,lang_error_validation_occurs,lang_reset_form,lang_save_changes,noscript,open_group,open_sg,search_configuration_label,search_configuration_value,show_changeblock,site_admin_url,tab_contents,tab_display,tab_help,tab_id,tab_id_value,tab_li,tab_warning,xhtml');
INSERT INTO `bc_thm_contents`VALUES (464,'modern_curve','admin/config/menu_element.thtml','\n<!-- admin/config/menu_element.thtml { -->\n\n<li><a href=\"#\" onclick=\'open_group(\"{group_select_value}\");return false;\'>{group_display}</a>\n    <ul>\n<!-- BEGIN subgroup-selector -->\n   <li>\n     <a  href=\"#\" {select_id} onclick=\'open_subgroup(\"{group_select_value}\",\"{subgroup_name}\");return false;\'>{subgroup_display_name}</a>\n   </li>\n<!-- END subgroup-selector -->\n    </ul>\n</li>\n\n<!-- } admin/config/menu_element.thtml -->\n','group_display,group_select_value,select_id,subgroup_display_name,subgroup_name');
INSERT INTO `bc_thm_contents`VALUES (465,'modern_curve','admin/config/config_element.thtml','\n<!-- admin/config/config_element.thtml { -->\n\n<!-- BEGIN validation_error_block -->\n<div class=\"validation_error_block\"><span></span>{validation_error_message}</div>\n<!-- END validation_error_block -->\n\n<!-- BEGIN delete-button -->\n<input type=\"button\" class=\"del-link\" value=\"x\" onclick=\"gl_cfg_remove(this);\"{xhtml}>\n<!-- END delete-button -->\n\n<!-- BEGIN text-element -->\n<tr id=\"text_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<input type=\"text\" class=\"opt{error_class}\" name=\"{name}\" style=\"width:300px\" value=\"{value}\"{xhtml}>\n{delete}{error_block}\n</td></tr>\n<!-- END text-element -->\n\n<!-- BEGIN text-area -->\n<tr id=\"textarea_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<textarea class=\"opt{error_class}\" name=\"{name}\" style=\"width:300px\" cols=\"3\" rows=\"3\">{value}</textarea>\n{delete}{error_block}\n</td></tr>\n<!-- END text-area -->\n\n<!-- BEGIN placeholder-element -->\n<tr id=\"placeholder_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name}</td><td>\n<input type=\"hidden\" name=\"{name}\" value=\"{value}\"{xhtml}>\n{delete}\n</td></tr>\n<!-- END placeholder-element -->\n\n<!-- BEGIN select-element -->\n<tr{hide_row} id=\"select_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<select name=\"{name}\" class=\"opt{error_class}\">\n  <!-- BEGIN select-options -->\n    <option {selected} value=\"{opt_value}\">{opt_name}</option>\n  <!-- END select-options -->\n</select>\n{delete}{error_block}\n</td></tr>\n<!-- END select-element -->\n\n<!-- BEGIN unset-param -->\n<tr id=\"unset_param_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link}</td>\n<td><a href=\"#{name}\" class=\"restore_param\">{lang_enable}</a></td>\n</tr>\n<!-- END unset-param -->\n\n<!-- BEGIN list-element -->\n<tr id=\"{name}\" class=\"config_name\"><td class=\"alignright\" style=\"vertical-align:top\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<input type=\"button\" value=\"+\" onclick=\"hide_show_tbl(selectChildByID(this.parentNode, \'arr_table_{id_name}\'), this);\"{xhtml}>\n{delete}\n<input type=\"hidden\" value=\"true\" name=\"{name}[placeholder]\"{xhtml}>\n<table style=\"display:none\" id=\"arr_table_{id_name}\" class=\"{arr_table_class_list}\">\n<col width=\"100\">\n<col width=\"100%\">\n{my_elements}\n{my_add_element_button}\n</table>\n</td></tr>\n<!-- END list-element -->\n\n<!-- BEGIN keyed-add-button -->\n<tr id=\"keyed_button_{id_name}\" class=\"config_name\"><td colspan=\"2\">\n<input type=\"button\" value=\"{lang_add_element}\" class=\"add_ele_input\" onclick=\"handleAdd(this, \'{array_type}\', \'{arr_name}\')\"{xhtml}><input style=\"width: 65px\"{xhtml}>\n</td></tr>\n<!-- END keyed-add-button -->\n\n<!-- BEGIN unkeyed-add-button -->\n<tr id=\"unkeyed_button_{id_name}\" class=\"config_name\"><td colspan=\"2\">\n<input type=\"button\" value=\"{lang_add_element}\" class=\"add_ele_input\" onclick=\"handleAdd(this, \'{array_type}\', \'{arr_name}\')\"{xhtml}>\n</td></tr>\n<!-- END unkeyed-add-button -->\n\n<!-- } admin/config/config_element.thtml -->\n','arr_name,arr_table_class_list,array_type,delete,display_name,doc_link,error_block,error_class,hide_row,id_name,lang_add_element,lang_enable,my_add_element_button,my_elements,name,opt_name,opt_value,selected,unset_link,validation_error_message,value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (466,'modern_curve','admin/syndication/feededitor.thtml','\n<!-- admin/syndication/feededitor.thtml { -->\n\n{start_feed_editor}\n<form action=\"{site_admin_url}/syndication.php\" method=\"post\" id=\"admin-feededitor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-feededitor-title\">{lang_feedtitle}</label></dt>\n      <dd><input type=\"text\" size=\"48\" value=\"{feed_title}\" name=\"title\" id=\"admin-feededitor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-feededitor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" {is_enabled} name=\"is_enabled\" id=\"admin-feededitor-is_enabled\"{xhtml}></dd>\n\n      <dt>{lang_type}</dt>\n      <dd>{feed_type_display}</dd>\n\n      <dt>{lang_topic}</dt>\n      <dd>{feed_topic}</dd>\n\n      <dt><label for=\"admin-feededitor-header_tid\">{lang_header_topic}</label></dt>\n      <dd>\n        <select name=\"header_tid\" id=\"admin-feededitor-header_tid\">\n          {header_topic_options}\n        </select>\n      </dd>\n\n      <dt>{lang_format}</dt>\n      <dd>{feed_format}</dd>\n\n      <dt><label for=\"admin-feededitor-limits\">{lang_limits}</label></dt>\n      <dd><input type=\"text\" size=\"4\" value=\"{feed_limits}\" name=\"limits\" id=\"admin-feededitor-limits\" class=\"text\"{xhtml}>{feed_limits_what}</dd>\n\n      <dt><label for=\"admin-feededitor-content_length\">{lang_content_length}</label></dt>\n      <dd><input type=\"text\" size=\"4\" value=\"{feed_content_length}\" name=\"content_length\" id=\"admin-feededitor-content_length\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_clen_explain}</dd>\n\n      <dt><label for=\"admin-feededitor-description\">{lang_description}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"8\" name=\"description\" id=\"admin-feededitor-description\">{feed_description}</textarea></dd>\n\n      <dt><label for=\"admin-feededitor-feedlogo\">{lang_feedlogo}</label></dt>\n      <dd><input type=\"text\" maxlength=\"255\" size=\"40\" value=\"{feed_logo}\" name=\"feedlogo\" id=\"admin-feededitor-feedlogo\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_feedlogo_explain}</dd>\n  \n      <dt><label for=\"admin-feededitor-filename\">{lang_filename}</label></dt>\n      <dd><input type=\"text\" size=\"40\" value=\"{feed_filename}\" name=\"filename\" id=\"admin-feededitor-filename\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-feededitor-charset\">{lang_charset}</label></dt>\n      <dd><input type=\"text\" size=\"20\" value=\"{feed_charset}\" name=\"charset\" id=\"admin-feededitor-charset\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"admin-feededitor-language\">{lang_language}</label></dt>\n      <dd><input type=\"text\" size=\"20\" value=\"{feed_language}\" name=\"language\" id=\"admin-feededitor-language\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_updated}</dt>\n      <dd>{feed_updated}</dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_save}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" name=\"fid\" value=\"{feed_id}\"{xhtml}>\n        <input type=\"hidden\" name=\"type\" value=\"{feed_type}\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n        {delete_option}\n      </li>\n    </ul>\n  </div>\n</form>\n{end_block}\n\n<!-- } admin/syndication/feededitor.thtml -->\n','delete_option,end_block,feed_charset,feed_content_length,feed_description,feed_filename,feed_format,feed_id,feed_language,feed_limits,feed_limits_what,feed_logo,feed_title,feed_topic,feed_type,feed_type_display,feed_updated,gltoken,gltoken_name,header_topic_options,is_enabled,lang_cancel,lang_charset,lang_clen_explain,lang_content_length,lang_description,lang_enabled,lang_feedlogo,lang_feedlogo_explain,lang_feedtitle,lang_filename,lang_format,lang_header_topic,lang_language,lang_limits,lang_save,lang_topic,lang_type,lang_updated,site_admin_url,start_feed_editor,xhtml');
INSERT INTO `bc_thm_contents`VALUES (467,'modern_curve','admin/syndication/selecttype.thtml','\n<!-- admin/syndication/selecttype.thtml { -->\n\n<form action=\"{site_admin_url}/syndication.php\" method=\"post\" id=\"admin-selecttype\" class=\"basic\">\n  <fieldset>\n    <legend>{lang_go}</legend>\n\n    <p class=\"message\">{lang_explain}</p>\n\n    <ul class=\"submit\">\n      <li>{type_selection}</li>\n      <li><input type=\"submit\" value=\"{lang_go}\" name=\"mode\" class=\"submit\"{xhtml}></li>\n    </ul>\n  </fieldset>\n</form>\n\n<!-- } admin/syndication/selecttype.thtml -->\n','lang_explain,lang_go,site_admin_url,type_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (468,'modern_curve','admin/plugins/info.thtml','\n<!-- admin/plugins/info.thtml { -->\n\n{start_block_editor}\n<form action=\"{site_admin_url}/plugins.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\" id=\"admin-editor\">\n    <dl>\n      <dt id=\"title\">{title}</dt>\n      <dd><img src=\"{pi_icon}\" alt=\"\"{xhtml}></dd>\n\n      <dt>{lang_pluginname}</dt>\n      <dd>{pi_display_name}</dd>\n\n      <dt>{lang_pluginhomepage}</dt>\n      <dd>{pi_homepage}</dd>\n\n      <dt>{lang_pluginversion}</dt>\n      <dd>{pi_version}</dd>\n\n      <dt>{lang_plugincodeversion}</dt>\n      <dd>{pi_codeversion}</dd>\n\n      <dt>{lang_dependencies}</dt>\n      <dd>{pi_dependencies}</dd>\n\n      <dt>{lang_load}</dt>\n      <dd>{pi_load}</dd>\n\n      <dt>{lang_enabled}</dt>\n      <dd>{pi_enabled}</dd>\n\n      <dt></dt>\n      <dd><input id=\"close\" type=\"submit\" value=\"{back}\" {xhtml}></dd>\n    </dl>\n  </div>\n</form>\n{end_block}\n\n<!-- } admin/plugins/info.thtml -->\n','back,end_block,lang_dependencies,lang_enabled,lang_load,lang_plugincodeversion,lang_pluginhomepage,lang_pluginname,lang_pluginversion,pi_codeversion,pi_dependencies,pi_display_name,pi_enabled,pi_homepage,pi_icon,pi_load,pi_version,site_admin_url,start_block_editor,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (469,'modern_curve','admin/plugins/editor.thtml','\n<!-- admin/plugins/editor.thtml { -->\n\n{start_block_editor}\n<form action=\"{site_admin_url}/plugins.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\" id=\"admin-editor\">\n    <dl>\n      <dt id=\"title\">{title}</dt>\n      <dd><img src=\"{pi_icon}\" alt=\"\"{xhtml}></dd>\n\n      <dt>{lang_pluginname}</dt>\n      <dd>{pi_display_name}</dd>\n\n      <dt>{lang_pluginhomepage}</dt>\n      <dd><a href=\"{pi_homepage}\">{pi_homepage}</a></dd>\n\n      <dt>{lang_pluginversion}</dt>\n      <dd>{pi_version}</dd>\n\n      <dt>{lang_plugincodeversion}</dt>\n      <dd>{pi_codeversion}</dd>\n\n      <dt>{lang_dependencies}</dt>\n      <dd>{pi_dependencies}</dd>\n\n      <dt>{lang_load}</dt>\n      <dd>{pi_load}</dd>\n\n      <dt>{lang_enabled}</dt>\n      <dd>{pi_enabled}</dd>\n\n      <dt></dt>\n      <dd><input id=\"close\" type=\"submit\" value=\"{back}\" {xhtml}></dd>\n    </dl>\n  </div>\n</form>\n{end_block}\n\n<!-- } admin/plugins/editor.thtml -->\n','back,end_block,lang_dependencies,lang_enabled,lang_load,lang_plugincodeversion,lang_pluginhomepage,lang_pluginname,lang_pluginversion,pi_codeversion,pi_dependencies,pi_display_name,pi_enabled,pi_homepage,pi_icon,pi_load,pi_version,site_admin_url,start_block_editor,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (470,'modern_curve','admin/moderation/moderation.thtml','\n<!-- admin/moderation/moderation.thtml { -->\n\n<ul id=\"admin-moderation\">\n  {cc_rows}\n</ul>\n\n<!-- } admin/moderation/moderation.thtml -->\n','cc_rows');
INSERT INTO `bc_thm_contents`VALUES (471,'modern_curve','admin/moderation/ccrow.thtml','\n<!-- admin/moderation/ccrow.thtml { -->\n\n{cc_main_options}\n\n<!-- } admin/moderation/ccrow.thtml -->\n','cc_main_options');
INSERT INTO `bc_thm_contents`VALUES (472,'modern_curve','admin/moderation/ccitem.thtml','\n<!-- admin/moderation/ccitem.thtml { -->\n\n<li><a href=\"{page_url}\"><img src=\"{page_image}\" alt=\"\"{xhtml}></a><a href=\"{page_url}\">{option_label}</a></li>\n\n<!-- } admin/moderation/ccitem.thtml -->\n','option_label,page_image,page_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (473,'modern_curve','admin/trackback/pinglist.thtml','\n<!-- admin/trackback/pinglist.thtml { -->\n\n<p class=\"trackback-message\">{lang_results}</p>\n\n<table class=\"admin-list\">\n  <tbody>\n    {ping_results}\n  </tbody>\n</table>\n\n<!-- } admin/trackback/pinglist.thtml -->\n','lang_results,ping_results');
INSERT INTO `bc_thm_contents`VALUES (474,'modern_curve','admin/trackback/autodetectlist.thtml','\n<!-- admin/trackback/autodetectlist.thtml { -->\n\n<p class=\"trackback-message\">{lang_trackback_explain}</p>\n\n<table class=\"admin-list\">\n  <tbody>\n    {autodetect_items}\n  </tbody>\n</table>\n\n<!-- } admin/trackback/autodetectlist.thtml -->\n','autodetect_items,lang_trackback_explain');
INSERT INTO `bc_thm_contents`VALUES (475,'modern_curve','admin/trackback/trackbackeditor.thtml','\n<!-- admin/trackback/trackbackeditor.thtml { -->\n\n<form action=\"{site_admin_url}/trackback.php\" method=\"post\" id=\"trackbackeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <p class=\"message\">{lang_explain}</p>\n\n    <dl>\n      <dt><label for=\"trackbackeditor-target\">{lang_trackback_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{target_url}\" name=\"target\" id=\"trackbackeditor-target\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-blog_name\">{lang_blog_name}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"80\" value=\"{blog_name}\" name=\"blog_name\" id=\"trackbackeditor-blog_name\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-url\">{lang_entry_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{url}\" name=\"url\" id=\"trackbackeditor-url\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"255\" value=\"{title}\" name=\"title\" id=\"trackbackeditor-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"trackbackeditor-excerpt\">{lang_excerpt}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"8\" name=\"excerpt\" id=\"trackbackeditor-excerpt\">{excerpt}</textarea></dd>\n      <dd class=\"description\">{lang_excerpt_truncated}</dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_send}\" name=\"mode[0]\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"submit\" value=\"{lang_preview}\" name=\"mode[1]\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}></li>\n    </ul>\n  </div>\n</form>\n\n<!-- } admin/trackback/trackbackeditor.thtml -->\n','blog_name,excerpt,gltoken,gltoken_name,lang_blog_name,lang_entry_url,lang_excerpt,lang_excerpt_truncated,lang_explain,lang_preview,lang_send,lang_title,lang_trackback_url,max_url_length,site_admin_url,target_url,title,url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (476,'modern_curve','admin/trackback/pingitem.thtml','\n<!-- admin/trackback/pingitem.thtml { -->\n\n<tr class=\"admin-listitem{cssid}\">\n  <td><a href=\"{service_url}\">{service_name}</a></td>\n  <td>{ping_result}</td>\n  <td>{resend}</td>\n</tr>\n\n<!-- } admin/trackback/pingitem.thtml -->\n','cssid,ping_result,resend,service_name,service_url');
INSERT INTO `bc_thm_contents`VALUES (477,'modern_curve','admin/trackback/autodetectitem.thtml','\n<!-- admin/trackback/autodetectitem.thtml { -->\n\n<tr class=\"admin-listitem{cssid}\">\n  <td class=\"admin-list-field\"><a href=\"{autodetect_link}\">{link_text}</a></td>\n  <td class=\"admin-list-field\">{link_url}</td>\n</tr>\n\n<!-- } admin/trackback/autodetectitem.thtml -->\n','autodetect_link,cssid,link_text,link_url');
INSERT INTO `bc_thm_contents`VALUES (478,'modern_curve','admin/trackback/pingbacklist.thtml','\n<!-- admin/trackback/pingbacklist.thtml { -->\n\n<p class=\"trackback-message\">{lang_results}</p>\n\n<table class=\"admin-list\">\n  <tbody>\n    {pingback_results}\n  </tbody>\n</table>\n\n<!-- } admin/trackback/pingbacklist.thtml -->\n','lang_results,pingback_results');
INSERT INTO `bc_thm_contents`VALUES (479,'modern_curve','admin/trackback/pingform.thtml','\n<!-- admin/trackback/pingform.thtml { -->\n\n<p class=\"trackback-message\">{lang_ping_explain}</p>\n\n{ping_results}\n\n<form action=\"{php_self}\" method=\"post\" id=\"pingform\" class=\"compact\">\n  <fieldset>\n    <dl>\n      <dt>{pingback_button}</dt>\n      <dd>{lang_pingback_short}</dd>\n\n      <dt>{ping_button}</dt>\n      <dd>{lang_ping_short}</dd>\n\n      <dt>{trackback_button}{hidden_input_fields}</dt>\n      <dd>{lang_trackback_short}</dd>\n    </dl>\n\n    <p class=\"description\">{lang_may_take_a_while}</p>\n    {hidden_input_fields}\n    <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n  </fieldset>\n</form>\n\n<!-- } admin/trackback/pingform.thtml -->\n','gltoken,gltoken_name,hidden_input_fields,lang_may_take_a_while,lang_ping_explain,lang_ping_short,lang_pingback_short,lang_trackback_short,php_self,ping_button,ping_results,pingback_button,trackback_button,xhtml');
INSERT INTO `bc_thm_contents`VALUES (480,'modern_curve','admin/trackback/pingbackitem.thtml','\n<!-- admin/trackback/pingbackitem.thtml { -->\n\n<tr class=\"admin-listitem{cssid}\">\n  <td><a href=\"{url_to_ping}\">{link_text}</a>&nbsp;({host_name})</td>\n  <td>{pingback_result}</td>\n  <td>{resend}</td>\n</tr>\n\n<!-- } admin/trackback/pingbackitem.thtml -->\n','cssid,host_name,link_text,pingback_result,resend,url_to_ping');
INSERT INTO `bc_thm_contents`VALUES (481,'modern_curve','admin/trackback/serviceeditor.thtml','\n<!-- admin/trackback/serviceeditor.thtml { -->\n\n<form action=\"{site_admin_url}/trackback.php\" method=\"post\" id=\"admin-serviceeditor\" class=\"compact\">\n\n  <div class=\"admin_basic\">\n    <dl>\n      <dt><label for=\"admin-serviceeditor-service_name\">{lang_name}</label></dt>\n      <dd><input type=\"text\" size=\"48\" maxlength=\"80\" value=\"{service_name}\" name=\"service_name\" id=\"admin-serviceeditor-service_name\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-is_enabled\">{lang_enabled}</label></dt>\n      <dd><input type=\"checkbox\" {is_enabled} name=\"is_enabled\" id=\"admin-serviceeditor-is_enabled\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-service_site_url\">{lang_site_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{service_site_url}\" name=\"service_site_url\" id=\"admin-serviceeditor-service_site_url\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-service_ping_url\">{lang_ping_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{service_ping_url}\" name=\"service_ping_url\" id=\"admin-serviceeditor-service_ping_url\"{xhtml}></dd>\n\n      <dt><label for=\"admin-serviceeditor-method\">{lang_method}</label></dt>\n      <dd>\n        <ul class=\"compact\">\n          <li>\n            <input type=\"radio\" value=\"standard\" {standard_is_checked} name=\"method\" id=\"admin-serviceeditor-method\"{xhtml}>\n            {lang_method_standard}<code>weblogUpdates.ping</code>\n          </li>\n          <li>\n            <input type=\"radio\" value=\"extended\" {extended_is_checked} name=\"method\"{xhtml}>\n            {lang_method_extended}<code>weblogUpdates.extendedPing</code>\n          </li>\n        </ul>\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_save}\" name=\"servicemode[0]\" class=\"submit\"{xhtml}></li>\n      <li><input type=\"submit\" value=\"{lang_cancel}\" name=\"servicemode[1]\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" value=\"{service_id}\" name=\"service_id\"{xhtml}>\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n        {delete_option}\n      </li>\n    </ul>\n  </div>\n</form>\n\n<!-- } admin/trackback/serviceeditor.thtml -->\n','delete_option,extended_is_checked,gltoken,gltoken_name,is_enabled,lang_cancel,lang_enabled,lang_method,lang_method_extended,lang_method_standard,lang_name,lang_ping_url,lang_save,lang_site_url,max_url_length,service_id,service_name,service_ping_url,service_site_url,site_admin_url,standard_is_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (482,'modern_curve','admin/trackback/pingbackform.thtml','\n<!-- admin/trackback/pingbackform.thtml { -->\n\n<form action=\"{site_admin_url}/trackback.php\" method=\"post\" id=\"pingbackform\" class=\"compact\">\n  <fieldset>\n    <p class=\"message\">{lang_explain}</p>\n\n    <dl>\n      <dt><label for=\"pingbackform-target\">{lang_pingback_url}</label></dt>\n      <dd><input type=\"text\" size=\"50\" maxlength=\"{max_url_length}\" value=\"{target_url}\" name=\"target\" id=\"pingbackform-target\" class=\"text\"{xhtml}></dd>\n\n      <dt>{lang_site_url}</dt>\n      <dd>{site_url}</dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}><input type=\"submit\" value=\"{lang_send}\" name=\"mode[2]\" class=\"submit\"{xhtml}></li>\n    </ul>\n  </fieldset>\n</form>\n\n<!-- } admin/trackback/pingbackform.thtml -->\n','gltoken,gltoken_name,lang_explain,lang_pingback_url,lang_send,lang_site_url,max_url_length,site_admin_url,site_url,target_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (483,'modern_curve','useroption.thtml','\n<!-- useroption.thtml { -->\n\n        <li class=\"useroption\"><a href=\"{option_url}\"{option_attributes}>{option_label}</a>&nbsp;{option_count}</li>\n\n<!-- } useroption.thtml -->\n','option_attributes,option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (484,'modern_curve','lists/table/list.thtml','\n<!-- lists/table/list.thtml { -->\n\n                            {list_top}\n                            <div class=\"admin-list-search\">\n                                <form name=\"page_limit\" style=\"display: inline;\">\n                                <select name=\"page_limit_links\" style=\"{show_limit}\" onchange=\"window.location=document.page_limit.page_limit_links.options[document.page_limit.page_limit_links.selectedIndex].value\">\n                                    {page_limit}\n                                </select>\n                               </form>\n                            </div>\n                            <table class=\"admin-list-table\" style=\"{show_sort}\">\n                                <tr style=\"background:#FFFFFF;\">\n                                    {page_sort}\n                                </tr>\n                                {item_row}\n                            </table>\n                            <p class=\"aligncenter\" style=\"{show_message}\"><strong>{message}</strong></p>\n                            <br{xhtml}>\n                            {google_paging}\n                            {list_bottom}\n\n<!-- } lists/table/list.thtml -->\n','google_paging,item_row,list_bottom,list_top,message,page_limit,page_sort,show_limit,show_message,show_sort,xhtml');
INSERT INTO `bc_thm_contents`VALUES (485,'modern_curve','lists/table/page_sort.thtml','\n<!-- lists/table/page_sort.thtml { -->\n\n<th class=\"admin-list-headerfield\"{sort_subtags}>{sort_text}{sort_selected}</th>\n\n<!-- } lists/table/page_sort.thtml -->\n','sort_selected,sort_subtags,sort_text');
INSERT INTO `bc_thm_contents`VALUES (486,'modern_curve','lists/table/page_limit.thtml','\n<!-- lists/table/page_limit.thtml { -->\n\n<option{limit_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{limit_href}\">{limit_text}</option>\n\n<!-- } lists/table/page_limit.thtml -->\n','limit_href,limit_selected,limit_text');
INSERT INTO `bc_thm_contents`VALUES (487,'modern_curve','lists/table/item_field.thtml','\n<!-- lists/table/item_field.thtml { -->\n\n                                    <td>{field_text}</td>\n\n<!-- } lists/table/item_field.thtml -->\n','field_text');
INSERT INTO `bc_thm_contents`VALUES (488,'modern_curve','lists/table/item_row.thtml','\n<!-- lists/table/item_row.thtml { -->\n\n                                <tr class=\"pluginRow{cssid}\" onmouseover=\"className=\'pluginRollOver\';\" onmouseout=\"className=\'pluginRow{cssid}\';\">\n                                    {item_field}\n                                </tr>\n\n<!-- } lists/table/item_row.thtml -->\n','cssid,item_field');
INSERT INTO `bc_thm_contents`VALUES (489,'modern_curve','lists/inline/list.thtml','\n<!-- lists/inline/list.thtml { -->\n\n                            {list_top}\n                            <div class=\"admin-list-search\">\n                                 <form name=\"page_limit\" style=\"display: inline;\">\n                                <select name=\"page_limit_links\" style=\"{show_limit}\" onchange=\"window.location=document.page_limit.page_limit_links.options[document.page_limit.page_limit_links.selectedIndex].value\">\n                                    {page_limit}\n                                </select>\n                                </form>\n\n                                 <form name=\"page_sort\"  style=\"display: inline;\">\n                                <select name=\"page_sort_links\" style=\"{show_sort}\" onchange=\"window.location=document.page_sort.page_sort_links.options[document.page_sort.page_sort_links.selectedIndex].value\">\n                                    {page_sort}\n                                </select>\n                                </form>\n                            </div>\n                            {item_row}\n                            <p class=\"aligncenter\" style=\"{show_message}\"><strong>{message}</strong></p>\n                            <br{xhtml}>\n                            {google_paging}\n                            {list_bottom}\n\n<!-- } lists/inline/list.thtml -->\n','google_paging,item_row,list_bottom,list_top,message,page_limit,page_sort,show_limit,show_message,show_sort,xhtml');
INSERT INTO `bc_thm_contents`VALUES (490,'modern_curve','lists/inline/page_sort.thtml','\n<!-- lists/inline/page_sort.thtml { -->\n\n<option{sort_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{sort_href}\">{sort_text}</option>\n\n<!-- } lists/inline/page_sort.thtml -->\n','sort_href,sort_selected,sort_text');
INSERT INTO `bc_thm_contents`VALUES (491,'modern_curve','lists/inline/page_limit.thtml','\n<!-- lists/inline/page_limit.thtml { -->\n\n<option{limit_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{limit_href}\">{limit_text}</option>\n\n<!-- } lists/inline/page_limit.thtml -->\n','limit_href,limit_selected,limit_text');
INSERT INTO `bc_thm_contents`VALUES (492,'modern_curve','lists/inline/item_field.thtml','\n<!-- lists/inline/item_field.thtml { -->\n\n                                    {field_text}\n\n<!-- } lists/inline/item_field.thtml -->\n','field_text');
INSERT INTO `bc_thm_contents`VALUES (493,'modern_curve','lists/inline/item_row.thtml','\n<!-- lists/inline/item_row.thtml { -->\n\n                                <div>\n                                    {item_field}\n                                </div>\n                                <br{xhtml}>\n\n<!-- } lists/inline/iitem_row.thtml -->\n','item_field,xhtml');
INSERT INTO `bc_thm_contents`VALUES (494,'modern_curve','custommenu/menuitem_drop.thtml','<li id=\"{menuitem_id}\" class=\"menuitem {menuitem_class}\"><a href=\"{menuitem_url}\"{class_property}>{menuitem_text}<!--[if gte IE 7]><!--></a><!--<![endif]-->\n<!--[if lte IE 6]><table><tr><td><![endif]-->\n<ul>\n{menu_elements}\n</ul>\n<!--[if lte IE 6]></td></tr></table></a><![endif]-->\n</li>\n','class_property,menu_elements,menuitem_class,menuitem_id,menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (495,'modern_curve','custommenu/menuitem.thtml','<li id=\"{menuitem_id}\" class=\"menuitem {menuitem_class}\"><a href=\"{menuitem_url}\"{class_property}>{menuitem_text}</a></li>\n','class_property,menuitem_class,menuitem_id,menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (496,'modern_curve','custommenu/menueditor.thtml','\n<form action=\"{site_admin_url}/plugins/custommenu/index.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"cmeditor-mmode\">{lang_mode}</label></dt>\n      <dd><select name=\"mmode\" id=\"cmeditor-mmode\">\n            <option value=\"fixation\" {val_mode_fixation}>{lang_mode_fixation}</option>\n            <option value=\"variable\" {val_mode_variable}>{lang_mode_variable}</option>\n            <option value=\"php\" {val_mode_php}>{lang_mode_php}</option>\n          </select>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_mode_info}</div></dd>\n\n      <dt><label for=\"cmeditor-title_fixation\">{lang_title_fixation}</label></dt>\n      <dd><input type=\"text\" name=\"title_fixation\" id=\"cmeditor-title_fixation\" value=\"{val_title_fixation}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_title_fixation_info}</div></dd>\n\n      <dt><label for=\"cmeditor-title_variable\">{lang_title_variable}</label></dt>\n      <dd><input type=\"text\" name=\"title_variable\" id=\"cmeditor-title_variable\" value=\"{val_title_variable}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_title_variable_info}</div></dd>\n\n      <dt><label for=\"cmeditor-php_function\">{lang_php_function}</label></dt>\n      <dd><input type=\"text\" name=\"php_function\" id=\"cmeditor-php_function\" value=\"{val_php_function}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_php_function_info}</div></dd>\n\n      <dt><label for=\"cmeditor-is_enabled\">{lang_is_enabled}</label></dt>\n      <dd><input type=\"checkbox\" name=\"is_enabled\" id=\"cmeditor-is_enabled\" {val_is_enabled}{xhtml}></dd>\n\n      <dt><label for=\"cmeditor-url\">{lang_menuitemurl}</label></dt>\n      <dd><input type=\"text\" name=\"url\" id=\"cmeditor-url\" value=\"{val_menuitemurl}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_includehttp}</div></dd>\n\n      <dt><label for=\"cmeditor-mid\">{lang_menuitemid}</label></dt>\n      <dd><input type=\"text\" name=\"mid\" id=\"cmeditor-mid\" value=\"{val_mid}\" size=\"48\" class=\"size6\" {mid_readonly}{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_nospaces}</div></dd>\n\n      <dt><label>{lang_parentitemid}</label></dt>\n      <dd>{selpmid}</dd>\n\n      <dt><label for=\"cmeditor-class_name\">{lang_class_name}</label></dt>\n      <dd><input type=\"text\" name=\"class_name\" id=\"cmeditor-class_name\" value=\"{val_class_name}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_class_name_info}</div></dd>\n\n      <dt><label for=\"cmeditor-tid\">{lang_topic}</label></dt>\n      <dd><select name=\"tid\" id=\"cmeditor-tid\">\n              <option value=\"all\" {all_selected}>{lang_all}</option>\n              <option value=\"homeonly\" {homeonly_selected}>{lang_homeonly}</option>\n              {topic_options}\n          </select></dd>\n\n      <dt><label for=\"cmeditor-menuorder\">{lang_menuitemorder}</label></dt>\n      <dd><input type=\"text\" name=\"menuorder\" id=\"cmeditor-menuorder\" value=\"{val_menuorder}\" size=\"4\"{xhtml}>\n          <span class=\"pluginMediumText\"> 0 - 9999</span></dd>\n\n      <dt><label>{lang_menuitemtype}</label></dt>\n      <dd>{lang_type}</dd>\n\n      <dt><label for=\"cmeditor-icon_url\">{lang_icon_url}</label></dt>\n      <dd><input type=\"text\" name=\"icon_url\" id=\"cmeditor-icon_url\" value=\"{val_icon_url}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_icon_url_info}</div></dd>\n\n      <dt><label for=\"cmeditor-pattern\">{lang_pattern}</label></dt>\n      <dd><input type=\"text\" name=\"pattern\" id=\"cmeditor-pattern\" value=\"{val_pattern}\" size=\"48\" class=\"size6\"{xhtml}>\n          &nbsp;{lang_is_preg}:\n          <input type=\"checkbox\" name=\"is_preg\" {val_is_preg}{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_pattern_info}</div></dd>\n    </dl>\n\n    <fieldset>\n      <legend>{lang_accessrights}</legend>\n      <dl class=\"form_block\">\n        <dt>{lang_owner}</dt>\n        <dd>{owner_name}</dd>\n\n        <dt><label>{lang_group}</label></dt>\n        <dd>{group_dropdown}</dd>\n\n        <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n        <dd>{permissions_editor}</dd>\n        <dd class=\"description\">{lang_perm_key}</dd>\n        <dd class=\"description\">{lang_permissions_msg}</dd>\n      </dl>\n    </fieldset>\n\n    <div class=\"submit\">\n      <input type=\"submit\" name=\"mode\" value=\"{lang_save}\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" name=\"mode\" value=\"{lang_cancel}\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" name=\"mode\" value=\"{lang_delete}\" class=\"submit\" onclick=\"return confirm(\'{lang_confirm}\');\" {delete_disabled}{xhtml}>\n      <input type=\"hidden\" name=\"type\" value=\"{val_type}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_mid\" value=\"{val_old_mid}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n  </div>\n</form>\n','all_selected,delete_disabled,gltoken,gltoken_name,group_dropdown,homeonly_selected,lang_accessrights,lang_all,lang_cancel,lang_class_name,lang_class_name_info,lang_confirm,lang_delete,lang_group,lang_homeonly,lang_icon_url,lang_icon_url_info,lang_includehttp,lang_is_enabled,lang_is_preg,lang_menuitemid,lang_menuitemorder,lang_menuitemtype,lang_menuitemurl,lang_mode,lang_mode_fixation,lang_mode_info,lang_mode_php,lang_mode_variable,lang_nospaces,lang_owner,lang_parentitemid,lang_pattern,lang_pattern_info,lang_perm_key,lang_permissions,lang_permissions_msg,lang_php_function,lang_php_function_info,lang_save,lang_title_fixation,lang_title_fixation_info,lang_title_variable,lang_title_variable_info,lang_topic,lang_type,mid_readonly,owner_id,owner_name,permissions_editor,selpmid,site_admin_url,topic_options,val_class_name,val_icon_url,val_is_enabled,val_is_preg,val_menuitemurl,val_menuorder,val_mid,val_mode_fixation,val_mode_php,val_mode_variable,val_old_mid,val_pattern,val_php_function,val_title_fixation,val_title_variable,val_type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (497,'modern_curve','custommenu/custommenu.css','\n#navigation li a.selected {\n  background: #ededeb url(\'../images/css/menu_bg_active.png\') repeat-x 0 0;\n}\n\n#navigation li:hover {\n  position: relative;\n  z-index: 100;\n}\n\n#navigation li ul {\n  display: none;\n}\n\n#navigation li:hover > ul {\n  display: block;\n  position: absolute;\n  top: 30px;\n  left: -12px;\n  background-color: #F4F4F2;\n  width: 162px;\n  border: 1px solid #C7C7C7;\n  border-top: 1px solid #D7D7D7;\n  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n\n#navigation li ul a {\n  width: 142px;\n}\n\n#navigation li ul li a {\n  border-width: 0px;\n  border-bottom: 1px solid #D7D7D7;\n}\n\n#navigation ul ul li.last > a,\n#navigation ul ul li:last-child > a {\n  border-bottom: 0px;\n}\n\ndiv#container div#navigation > ul > li.last > a,\ndiv#container div#navigation > ul > li.last > a:link,\ndiv#container div#navigation > ul > li.last > a:visited {\n  border-right: 1px dotted #939490;\n}\n\ndiv#container div#navigation > ul > li:last-child > a,\ndiv#container div#navigation > ul > li:last-child > a:link,\ndiv#container div#navigation > ul > li:last-child > a:visited {\n  border-right: 1px dotted #939490;\n}\n\ndiv#container div#navigation > ul > li.menuitem ul li.menuitem a,\ndiv#container div#navigation > ul > li.menuitem ul li.menuitem a:link,\ndiv#container div#navigation > ul > li.menuitem ul li.menuitem a:visited {\n  border-left: 0px;\n}\n\n#navigation li:hover > ul li:hover ul {\n  top: -1px;\n  left: 150px;\n}\n\n/* ================================================================\nThis copyright notice must be untouched at all times.\n\nThe original version of this stylesheet and the associated (x)html\nis available at http://www.cssplay.co.uk/menus/simple_vertical.html\nCopyright (c) 2005-2007 Stu Nicholls. All rights reserved.\nThis stylesheet and the associated (x)html may be modified in any\nway to fit your requirements.\n=================================================================== */\n','');
INSERT INTO `bc_thm_contents`VALUES (498,'modern_curve','stats/itemstatistics.thtml','\n<!-- stats/itemstatistics.thtml { -->\n\n<table class=\"itemstatistics\">\n  <thead>\n    <tr>\n      <th>{item_label}</th>\n      <th>{stat_name}</th>\n    </tr>\n  </thead>\n\n  <tbody>\n    {stat_row}\n  </tbody>\n\n</table>\n\n<!-- } stats/itemstatistics.thtml -->\n','item_label,stat_name,stat_row');
INSERT INTO `bc_thm_contents`VALUES (499,'modern_curve','stats/sitestatistics.thtml','\n<!-- stats/sitestatistics.thtml { -->\n\n<table class=\"sitestatistics\">\n  <tbody>\n    <tr>\n      <th>{lang_totalhitstosystem}</th>\n      <td>{total_hits}</td>\n    </tr>\n    <tr>\n      <th>{lang_active_users}</th>\n      <td>{active_users}</td>\n    </tr>\n    <tr>\n      <th>{lang_stories_comments}</th>\n      <td>{total_stories}({total_comments})</td>\n    </tr>\n\n    {summary_row}\n  </tbody>\n\n</table>\n\n<!-- } stats/sitestatistics.thtml -->\n','active_users,lang_active_users,lang_stories_comments,lang_totalhitstosystem,summary_row,total_comments,total_hits,total_stories');
INSERT INTO `bc_thm_contents`VALUES (500,'modern_curve','stats/singlesummary.thtml','\n<!-- stats/singlesummary.thtml { -->\n\n    <tr>\n      <th>{item_text}</th>\n      <td>{item_stat}</td>\n    </tr>\n\n<!-- } stats/singlesummary.thtml -->\n','item_stat,item_text');
INSERT INTO `bc_thm_contents`VALUES (501,'modern_curve','stats/singlestat.thtml','\n<!-- stats/singlestat.thtml { -->\n\n    <tr>\n      <th><a href=\"{item_url}\">{item_text}</a></th>\n      <td>{item_stat}</td>\n    </tr>\n\n<!-- } stats/singlestat.thtml -->\n','item_stat,item_text,item_url');
INSERT INTO `bc_thm_contents`VALUES (502,'modern_curve','users/registrationform.thtml','\n<!-- users/registrationform.thtml { -->\n\n{start_block}\n  <form action=\"{site_url}/users.php\" method=\"post\" id=\"registrationform\" class=\"compact\">\n    <fieldset>\n      <legend>{lang_register}</legend>\n\n      <p class=\"message\">{lang_instructions}</p>\n\n      <dl>\n        <dt><label for=\"registrationform-username\">{lang_username}</label></dt>\n        <dd><input type=\"text\" size=\"16\" maxlength=\"16\" name=\"username\" value=\"{username}\" id=\"registrationform-username\" class=\"text\"{xhtml}></dd>\n        <dt><label for=\"registrationform-email\">{lang_email}</label></dt>\n        <dd><input type=\"text\" size=\"32\" maxlength=\"96\" name=\"email\" value=\"{email}\" id=\"registrationform-email\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"registrationform-email_conf\">{lang_email_conf}</label></dt>\n        <dd><input type=\"text\" size=\"32\" maxlength=\"96\" name=\"email_conf\" value=\"{email_conf}\" id=\"registrationform-email_conf\" class=\"text\"{xhtml}></dd>\n\n        <dd class=\"description\">{lang_warning}</dd>\n      </dl>\n\n      {captcha}\n\n      <ul class=\"submit\">\n        <li>\n          <input type=\"hidden\" name=\"mode\" value=\"create\"{xhtml}>\n          <input type=\"submit\" value=\"{lang_register}\" class=\"submit\"{xhtml}>\n        </li>\n      </ul>\n    </fieldset>\n  </form>                               \n{end_block}\n\n<!-- } users/registrationform.thtml -->\n','captcha,email,email_conf,end_block,lang_email,lang_email_conf,lang_instructions,lang_register,lang_username,lang_warning,site_url,start_block,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (503,'modern_curve','users/services.thtml','\n<!-- users/services.thtml { -->\n\n{select_service}\n<label for=\"service\">{lang_service}</label>\n\n<!-- } users/services.thtml -->\n','lang_service,select_service');
INSERT INTO `bc_thm_contents`VALUES (504,'modern_curve','users/getpasswordform.thtml','\n<!-- users/getpasswordform.thtml { -->\n\n{start_block_forgetpassword}\n  <form action=\"{site_url}/users.php\" method=\"post\" id=\"getpasswordform\" class=\"compact\">\n\n    <div class=\"user_basic\">\n\n      <p class=\"message\">{lang_instructions}</p>\n\n      <dl>\n        <dt><label for=\"getpasswordform-username\">{lang_username}</label></dt>\n        <dd><input type=\"text\" size=\"16\" maxlength=\"16\" name=\"username\" id=\"getpasswordform-username\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"getpasswordform-email\">{lang_email}</label></dt>\n        <dd><input type=\"text\" size=\"32\" maxlength=\"96\" name=\"email\" id=\"getpasswordform-email\" class=\"text\"{xhtml}></dd>\n      </dl>\n\n      <ul class=\"submit\">\n        <li>\n          <input type=\"hidden\" name=\"mode\" value=\"emailpasswd\"{xhtml}>\n          <input type=\"submit\" value=\"{lang_emailpassword}\" class=\"submit\"{xhtml}>\n        </li>\n      </ul>\n    </div>\n\n  </form>\n{end_block}\n\n<!-- } users/getpasswordform.thtml -->\n','end_block,lang_email,lang_emailpassword,lang_instructions,lang_username,site_url,start_block_forgetpassword,xhtml');
INSERT INTO `bc_thm_contents`VALUES (505,'modern_curve','users/storyrow.thtml','\n<!-- users/storyrow.thtml { -->\n\n<p class=\"storyrow\">{row_number}{story_title}{story_date}</p>\n\n<!-- } users/storyrow.thtml -->\n','row_number,story_date,story_title');
INSERT INTO `bc_thm_contents`VALUES (506,'modern_curve','users/commentrow.thtml','\n<!-- users/commentrow.thtml { -->\n\n<p class=\"commentrow\">{row_number}{comment_title}{comment_date}</p>\n\n<!-- } users/commentrow.thtml -->\n','comment_date,comment_title,row_number');
INSERT INTO `bc_thm_contents`VALUES (507,'modern_curve','users/newpassword.thtml','\n<!-- users/newpassword.thtml { -->\n\n<form action=\"{site_url}/users.php\" method=\"post\" id=\"newpassword\" class=\"compact\">\n  <fieldset>\n    <legend>{lang_setnewpwd}</legend>\n\n    <p class=\"message\">{lang_explain}</p>\n\n    <dl>\n      <dt>{lang_username}</dt>\n      <dd>{user_name}</dd>\n\n      <dt><label for=\"newpassword-passwd\">{lang_newpassword}</label></dt>\n      <dd><input type=\"password\" size=\"16\" name=\"passwd\" id=\"newpassword-passwd\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"newpassword-passwd_conf\">{lang_newpassword_conf}</label></dt>\n      <dd><input type=\"password\" size=\"16\" name=\"passwd_conf\" id=\"newpassword-passwd_conf\" class=\"text\"{xhtml}></dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"mode\" value=\"setnewpwd\"{xhtml}>\n        <input type=\"hidden\" name=\"uid\" value=\"{user_id}\"{xhtml}>\n        <input type=\"hidden\" name=\"rid\" value=\"{request_id}\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_setnewpwd}\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </fieldset>\n</form>\n\n<!-- } users/newpassword.thtml -->\n','lang_explain,lang_newpassword,lang_newpassword_conf,lang_setnewpwd,lang_username,request_id,site_url,user_id,user_name,xhtml');
INSERT INTO `bc_thm_contents`VALUES (508,'modern_curve','users/loginform.thtml','\n<!-- users/loginform.thtml { -->\n\n{start_block_loginagain}\n<div class=\"login-wrapper {remote_login_class}\">\n  <div class=\"standard-login-panel {remote_login_class}\">\n    <form action=\"{site_url}/users.php\" method=\"post\" id=\"userloginform\" class=\"compact\">\n      <fieldset>\n        <legend>{lang_login}</legend>\n\n        <p class=\"message\">{lang_message}</p>\n\n          <input type=\"text\" size=\"16\" name=\"loginname\" id=\"loginform-loginname\" class=\"text\"{xhtml}>        \n          <label for=\"loginform-loginname\">{lang_username}</label>\n          <div style=\"clear:both\"></div>\n          {services}\n          <div style=\"clear:both\"></div>\n          <input type=\"password\" size=\"16\" name=\"passwd\" id=\"loginform-passwd\" class=\"text\"{xhtml}>\n          <label for=\"loginform-passwd\">{lang_password}</label>\n          <div style=\"clear:both\"></div>\n          <input type=\"submit\" value=\"{lang_login}\" class=\"submit\"{xhtml}>\n          <div style=\"clear:both\"></div>\n\n        <ul class=\"navi\">\n          <li>{lang_newreglink}</li>\n          <li><a href=\"{site_url}/users.php?mode=getpassword\" rel=\"nofollow\">{lang_forgetpassword}</a></li>\n        </ul>\n     </fieldset>\n    </form>\n  </div>\n  <div class=\"remote-login-panel {remote_login_class}\">\n    <fieldset>\n      <legend>{lang_remote_login}</legend>\n      <p class=\"message\">{lang_remote_login_desc}</p>\n        <div class=\"wrapper\">\n          {oauth_login}\n          {openid_login}\n        </div>\n     </fieldset>\n  </div>\n  <div style=\"clear:both\"></div>\n</div>\n{end_block}\n\n<!-- } users/loginform.thtml -->\n','end_block,lang_forgetpassword,lang_login,lang_message,lang_newreglink,lang_password,lang_remote_login,lang_remote_login_desc,lang_username,oauth_login,openid_login,remote_login_class,services,site_url,start_block_loginagain,xhtml');
INSERT INTO `bc_thm_contents`VALUES (509,'modern_curve','users/email.thtml','    <dt>{lang_email}</dt>\n    <dd><a href=\"{site_url}/profiles.php?uid={user_id}\">{lang_sendemail}</a></dd>','lang_email,lang_sendemail,site_url,user_id');
INSERT INTO `bc_thm_contents`VALUES (510,'modern_curve','users/profile.thtml','\n<!-- users/profile.thtml { -->\n\n{start_block_userprofile}\n  <dl id=\"profile-userprofile\">\n    <dt>{lang_username}</dt>\n    <dd>{username}&nbsp;{user_fullname}{edit_link}</dd>\n    <dd id=\"profile-user_photo\">{user_photo}</dd>\n\n    <dt>{lang_membersince}</dt>\n    <dd>{user_regdate}</dd>\n\n    {email_option}\n\n    <dt>{lang_homepage}</dt>\n    <dd><a href=\"{user_homepage}\">{user_homepage}</a></dd>\n\n    <dt>{lang_location}</dt>\n    <dd>{user_location}</dd>\n\n    <dt>{lang_bio}</dt>\n    <dd>{user_bio}</dd>\n\n    <dt>{lang_pgpkey}</dt>\n    <dd>{user_pgp}</dd>\n  </dl>\n{end_block}\n\n{start_block_last10stories}\n  {story_row}\n{end_block}\n\n{start_block_last10comments}\n  {comment_row}\n{end_block}\n\n{start_block_postingstats}\n  <dl id=\"profile-postingstats\">\n    <dt>{lang_number_stories}</dt>\n    <dd>{number_stories}</dd>\n\n    <dt>{lang_number_comments}</dt>\n    <dd>{number_comments}</dd>\n  </dl>\n\n  <ul id=\"profile-all_postings_by\">\n    <li><a href=\"{site_url}/search.php?type=all&amp;author={user_id}&amp;mode=search\">{lang_all_postings_by}</a></li>\n  </ul>\n{end_block}\n\n<!-- } users/profile.thtml -->\n','comment_row,edit_link,email_option,end_block,lang_all_postings_by,lang_bio,lang_homepage,lang_location,lang_membersince,lang_number_comments,lang_number_stories,lang_pgpkey,lang_username,number_comments,number_stories,site_url,start_block_last10comments,start_block_last10stories,start_block_postingstats,start_block_userprofile,story_row,user_bio,user_fullname,user_homepage,user_id,user_location,user_pgp,user_photo,user_regdate,username');
INSERT INTO `bc_thm_contents`VALUES (511,'modern_curve','featuredstorybodytext.thtml','\n<!-- featuredstorybodytext.thtml { -->\n\n\n<!-- } featuredstorybodytext.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (512,'modern_curve','loginform_openid.thtml','\n<!-- loginform_openid.thtml { -->\n<form class=\"third-party-login\" action=\"{site_url}/users.php?openid_login=1\" method=\"post\">\n  <div>\n    <div style=\"display: none;\">\n      <!-- this is revealed by login.js -->\n      <img alt=\"\" src=\"{site_url}/images/openid_login_icon.png\"{xhtml}>\n      <input value=\"{lang_openid_login}\" type=\"submit\" class=\"submit\"{xhtml}>\n    </div>\n    <noscript>\n      <label for=\"identity_url\">{lang_openid_login}</label><br{xhtml}>\n      <input name=\"identity_url\" id=\"identity_url\" style=\'background: url(\"{site_url}/images/openid_login_icon.png\") no-repeat;background-color:#fff;background-position:0 50%;color:#000;padding-left:18px;font-family:monospace;font-size:10px\' value=\"http://\" size=\"{input_field_size}\"{xhtml}>\n      <input src=\"{site_url}/images/right_arrow.png\" style=\"padding:1px;margin-bottom:-5px;height:16px;width:16px;border:1px\" type=\"image\"{xhtml}>\n    </noscript>\n  </div>\n</form>\n<!-- } loginform_openid.thtml -->\n','input_field_size,lang_openid_login,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (513,'modern_curve','footer.thtml','\n<!-- footer.thtml { -->\n          </div>\n        </div>\n        <!--[if !IE]> Using conditional comments to avoid Win IE 6 bugs <![endif]-->\n        <!--[if !IE]> (When combined with multiple floating elements, floating bug duplicate last element content) <![endif]-->\n        <!--[if !IE]> } #centerblocks <![endif]-->\n\n        {right_blocks}\n      </div>\n      <!-- } #wrapper -->\n\n      <hr class=\"separator\"{xhtml}>\n\n      <!-- #footer { -->\n      <div id=\"footer\">\n        <div id=\"footer-content\">\n        <ul class=\"copyright\">\n          <li class=\"copyright_notice\"><address>{copyright_notice}</address></li>\n        </ul>\n        <ul class=\"site_info\">\n          <li class=\"powered_by\">{powered_by}&nbsp;<a href=\"http://www.geeklog.net/\">Geeklog</a></li>\n          <!-- Theme by Fumito Arakawa as Phize (http://phize.net/) -->\n          <li class=\"execution_textandtime\">{execution_textandtime}</li>\n        </ul>\n        </div>\n        <div style=\"clear: both;\"></div>\n      </div>\n      <!-- } #footer -->\n\n    </div>\n    <!-- } #container -->\n\n    {plg_footercode} \n    \n    <!-- Depending on the situation, HTML body element\'s class attribute to specify a value by JavaScript\n       The argument from the left, the right block container, the middle block left the right block id attribute value -->\n    <script type=\"text/javascript\">\n    <!--\n    FixHTML(\'leftblocks\', \'centerblocks\', \'rightblocks\');\n    -->\n    </script>    \n\n<!-- } footer.thtml -->\n\n  </body>\n</html>\n','copyright_notice,execution_textandtime,plg_footercode,powered_by,right_blocks,xhtml');
INSERT INTO `bc_thm_contents`VALUES (514,'modern_curve','menuitem.thtml','\n<!-- menuitem.thtml { -->\n\n      <li class=\"menuitem\"><a href=\"{menuitem_url}\">{menuitem_text}</a></li>\n\n<!-- } menuitem.thtml -->\n','menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (515,'modern_curve','menuitem_last.thtml','\n<!-- menuitem_last.thtml { -->\n\n      <li class=\"menuitem last-child\"><a href=\"{menuitem_url}\">{menuitem_text}</a></li>\n\n<!-- } menuitem_last.thtml -->\n','menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (516,'modern_curve','preferences/excludeblock.thtml','\n<!-- preferences/excludeblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_exclude_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_excluded_items_title}</dt>\n    <dd>{lang_excluded_items}</dd>\n  </dl>\n\n  <dl>\n    <dt>{lang_topics}</dt>\n    <dd>{exclude_topic_checklist}</dd>\n\n    <dt>{lang_authors}</dt>\n    <dd>{exclude_author_checklist}</dd>\n  </dl>\n</fieldset>\n\n<!-- } preferences/excludeblock.thtml -->\n','exclude_author_checklist,exclude_topic_checklist,lang_authors,lang_exclude_title,lang_excluded_items,lang_excluded_items_title,lang_topics');
INSERT INTO `bc_thm_contents`VALUES (517,'modern_curve','preferences/theme.thtml','\n<!-- preferences/theme.thtml { -->\n\n<dt><label for=\"theme\">{lang_theme}</label></dt>\n<dd>{theme_selector}</dd>\n\n<!-- } preferences/theme.thtml -->\n','lang_theme,theme_selector');
INSERT INTO `bc_thm_contents`VALUES (518,'modern_curve','preferences/password.thtml','      <dt><label for=\"profile-passwd\">{lang_password}</label></dt>\n      <dd><input type=\"password\" size=\"32\" maxlength=\"32\" value=\"{password_value}\" name=\"passwd\" id=\"profile-passwd\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_password_text}</dd>\n\n      <dt><label for=\"profile-passwd_conf\">{lang_password_conf}</label></dt>\n      <dd><input type=\"password\" size=\"32\" maxlength=\"32\" value=\"{password_value}\" name=\"passwd_conf\" id=\"profile-passwd_conf\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_password_text_conf}</dd>\n','lang_password,lang_password_conf,lang_password_text,lang_password_text_conf,password_value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (519,'modern_curve','preferences/commentblock.thtml','\n<!-- preferences/commentblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_comment_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_comment_help_title}</dt>\n    <dd><ul>{lang_comment_help}</ul></dd>\n  </dl>\n\n  <dl>\n    <dt><label for=\"commentmode\">{lang_displaymode}</label></dt>\n    <dd>{displaymode_selector}</dd>\n\n    <dt><label for=\"commentorder\">{lang_sortorder}</label></dt>\n    <dd>{sortorder_selector}</dd>\n\n    <dt><label for=\"commentlimit\">{lang_commentlimit}</label></dt>\n    <dd><input type=\"text\" size=\"5\" maxlength=\"5\" value=\"{commentlimit_value}\" name=\"commentlimit\" id=\"commentlimit\" class=\"text\"{xhtml}></dd>\n  </dl>\n</fieldset>\n\n<!-- } preferences/commentblock.thtml -->\n','commentlimit_value,displaymode_selector,lang_comment_help,lang_comment_help_title,lang_comment_title,lang_commentlimit,lang_displaymode,lang_sortorder,sortorder_selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (520,'modern_curve','preferences/username.thtml','\n<!-- preferences/username.thtml { -->\n\n<dt><label for=\"profile-new_username\">{lang_username}</label></dt>\n<dd><input type=\"text\" size=\"16\" maxlength=\"16\" value=\"{new_username_value}\" name=\"new_username\" id=\"profile-new_username\" class=\"text\"{xhtml}></dd>\n<dd class=\"description\">{lang_username_text}</dd>\n\n<!-- } preferences/username.thtml -->\n','lang_username,lang_username_text,new_username_value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (521,'modern_curve','preferences/boxesblock.thtml','\n<!-- preferences/boxesblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_boxes_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_boxes_help_title}</dt>\n    <dd>{lang_boxes}</dd>\n  </dl>\n\n    {boxes_checklist}\n</fieldset>\n\n<!-- } preferences/boxesblock.thtml -->\n','boxes_checklist,lang_boxes,lang_boxes_help_title,lang_boxes_title');
INSERT INTO `bc_thm_contents`VALUES (522,'modern_curve','preferences/displayblock.thtml','\n<!-- preferences/displayblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_misc_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_misc_help_title}</dt>\n    <dd><ul>{lang_misc_help}</ul></dd>\n  </dl>\n\n  <dl>\n    {language_selection}\n    {theme_selection}\n\n    <dt><label for=\"displayprefs-noicons\">{lang_noicons}</label></dt>\n    <dd><input type=\"checkbox\" {noicons_checked} name=\"noicons\" id=\"displayprefs-noicons\" class=\"text\"{xhtml}>{lang_noicons_text}</dd>\n\n    <dt><label for=\"displayprefs-noboxes\">{lang_noboxes}</label></dt>\n    <dd><input type=\"checkbox\" {noboxes_checked} name=\"noboxes\" id=\"displayprefs-noboxes\" class=\"text\"{xhtml}>{lang_noboxes_text}</dd>\n\n    <dt><label for=\"displayprefs-maxstories\">{lang_maxstories}</label></dt>\n    <dd><input type=\"text\" size=\"3\" maxlength=\"3\" value=\"{maxstories_value}\" name=\"maxstories\" id=\"displayprefs-maxstories\" class=\"text\"{xhtml}></dd>\n\n    {advanced_editor_option}\n\n    <dt><label for=\"tzid\">{lang_timezone}</label></dt>\n    <dd>{timezone_selector}</dd>\n\n    <dt><label for=\"dfid\">{lang_dateformat}</label></dt>\n    <dd>{dateformat_selector}</dd>\n  </dl>\n</fieldset>\n\n<!-- } preferences/displayblock.thtml -->\n','advanced_editor_option,dateformat_selector,lang_dateformat,lang_maxstories,lang_misc_help,lang_misc_help_title,lang_misc_title,lang_noboxes,lang_noboxes_text,lang_noicons,lang_noicons_text,lang_timezone,language_selection,maxstories_value,noboxes_checked,noicons_checked,theme_selection,timezone_selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (523,'modern_curve','preferences/displayprefs.thtml','\n<!-- preferences/displayprefs.thtml { -->\n\n<div id=\"pe_layout\" class=\"jsenabled_hide\">\n  {display_block}\n  {comment_block}\n</div>\n\n<div id=\"pe_content\" class=\"jsenabled_hide\">\n  {exclude_block}\n  {digest_block}\n  {boxes_block}\n</div>\n\n<div id=\"pe_privacy\" class=\"jsenabled_hide\">\n  {privacy_block}\n</div>\n\n<!-- } preferences/displayprefs.thtml -->\n','boxes_block,comment_block,digest_block,display_block,exclude_block,privacy_block');
INSERT INTO `bc_thm_contents`VALUES (524,'modern_curve','preferences/editor.thtml','\n<!-- preferences/editor.thtml { -->\n\n    <dt><label for=\"advanced_editor\">{lang_advanced_editor}</label></dt>\n    <dd><input type=\"checkbox\" id=\"advanced_editor\" name=\"advanced_editor\" {advanced_editor_checked}{xhtml}>FCKeditor</dd>\n\n<!-- } preferences/editor.thtml -->\n','advanced_editor_checked,lang_advanced_editor,xhtml');
INSERT INTO `bc_thm_contents`VALUES (525,'modern_curve','preferences/deleteaccount.thtml','\n<!-- preferences/deleteaccount.thtml { -->\n\n<dl class=\"notes\">\n  <dt>{lang_deleteaccount}</dt>\n  <dd>{delete_text}</dd>\n</dl>\n\n<dl>\n  <dt><label for=\"deleteaccount-submit\">{lang_deleteoption}</label></dt>\n  <dd>\n    <input type=\"hidden\" name=\"mode\" value=\"{delete_mode}\"{xhtml}>\n    <input type=\"hidden\" name=\"account_id\" value=\"{account_id}\"{xhtml}>\n    <input type=\"submit\" name=\"btnsubmit\" value=\"{lang_button_delete}\" id=\"deleteaccount-submit\" class=\"submit\"{xhtml}>\n  </dd>\n</dl>\n\n<!-- } preferences/deleteaccount.thtml -->\n','account_id,delete_mode,delete_text,lang_button_delete,lang_deleteaccount,lang_deleteoption,xhtml');
INSERT INTO `bc_thm_contents`VALUES (526,'modern_curve','preferences/digestblock.thtml','\n<!-- preferences/digestblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_digest_top_header}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_digest_help_header}</dt>\n    <dd>{lang_emailedtopics}</dd>\n  </dl>\n\n  <p class=\"checklist\">\n    {email_topic_checklist}\n  </p>\n</fieldset>\n\n<!-- } preferences/digestblock.thtml -->\n','email_topic_checklist,lang_digest_help_header,lang_digest_top_header,lang_emailedtopics');
INSERT INTO `bc_thm_contents`VALUES (527,'modern_curve','preferences/current_password.thtml','      <dt><label for=\"profile-old_passwd\">{lang_old_password}</label></dt>\n      <dd><input type=\"password\" size=\"32\" maxlength=\"32\" value=\"\" name=\"old_passwd\" id=\"profile-old_passwd\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_old_password_text}</dd>\n','lang_old_password,lang_old_password_text,xhtml');
INSERT INTO `bc_thm_contents`VALUES (528,'modern_curve','preferences/language.thtml','\n<!-- preferences/language.thtml { -->\n\n<dt><label for=\"language\">{lang_language}</label></dt>\n<dd>{language_selector}</dd>\n\n<!-- } preferences/language.thtml -->\n','lang_language,language_selector');
INSERT INTO `bc_thm_contents`VALUES (529,'modern_curve','preferences/privacyblock.thtml','<!-- preferences/privacyblock.thtml { -->\n\n<fieldset>\n  <legend>{lang_privacy_title}</legend>\n\n  <dl class=\"notes\">\n    <dt>{lang_privacy_help_title}</dt>\n    <dd>{lang_privacy_help}</dd>\n  </dl>\n\n  <dl>\n    <dt><label for=\"displayprefs-emailfromuser\">{lang_emailfromuser}</label></dt>\n    <dd><input type=\"checkbox\" {emailfromuser_checked} name=\"emailfromuser\" id=\"displayprefs-emailfromuser\"{xhtml}>{lang_emailfromuser_text}</dd>\n\n    <dt><label for=\"displayprefs-emailfromadmin\">{lang_emailfromadmin}</label></dt>\n    <dd><input type=\"checkbox\" {emailfromadmin_checked} name=\"emailfromadmin\" id=\"displayprefs-emailfromadmin\"{xhtml}>{lang_emailfromadmin_text}</dd>\n\n    <dt><label for=\"displayprefs-showonline\">{lang_showonline}</label></dt>\n    <dd><input type=\"checkbox\" {showonline_checked} name=\"showonline\" id=\"displayprefs-showonline\"{xhtml}>{lang_showonline_text}</dd>\n  </dl>\n</fieldset>\n\n<!-- } preferences/privacyblock.thtml -->\n','emailfromadmin_checked,emailfromuser_checked,lang_emailfromadmin,lang_emailfromadmin_text,lang_emailfromuser,lang_emailfromuser_text,lang_privacy_help,lang_privacy_help_title,lang_privacy_title,lang_showonline,lang_showonline_text,showonline_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (530,'modern_curve','preferences/profile.thtml','\n<!-- preferences/profile.thtml { -->\n\n{noscript}\n\n<div id=\"pe_navbar\" style=\"display:none\">\n{navbar}\n</div>\n\n<div id=\"pe_preview\" class=\"jsenabled_hide\" style=\"display:none;\">\n  <fieldset>\n    <legend>{lang_preview_title}</legend>\n    {preview}\n  </fieldset>\n</div>\n\n<form action=\"{site_url}/usersettings.php\" method=\"post\" {enctype} id=\"profile\" class=\"linear\">\n\n<div id=\"pe_namepass\" class=\"jsenabled_show\">\n  <fieldset>\n    <legend>{lang_name_legend}</legend>\n\n    <dl>\n      {username_option}\n\n      <dt><label for=\"profile-fullname\">{lang_fullname}</label></dt>\n      <dd><input type=\"text\" size=\"60\" maxlength=\"80\" value=\"{fullname_value}\" name=\"fullname\" id=\"profile-fullname\" class=\"text\"{xhtml}></dd>\n    </dl>\n  </fieldset>\n\n  <fieldset>\n    <legend>{lang_password_email_legend}</legend>\n\n    <dl class=\"notes\">\n      <dt>{lang_password_help_title}</dt>\n      <dd>{lang_password_help}</dd>\n      <dd><strong>{lang_enter_current_password}</strong></dd>\n    </dl>\n\n    <dl>\n      {password_option}\n      \n      {resynch_option}      \n\n      <dt><label for=\"cooktime\">{lang_cooktime}</label></dt>\n      <dd>{cooktime_selector}</dd>\n\n      <dt><label for=\"profile-email\">{lang_email}</label></dt>\n      <dd><input type=\"text\" size=\"60\" maxlength=\"96\" value=\"{email_value}\" name=\"email\" id=\"profile-email\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_email_text}</dd>\n\n      <dt><label for=\"profile-email_conf\">{lang_email_conf}</label></dt>\n      <dd><input type=\"text\" size=\"60\" maxlength=\"96\" value=\"{email_value}\" name=\"email_conf\" id=\"profile-email_conf\" class=\"text\"{xhtml}></dd>\n\n      {current_password_option}\n\n      {delete_account_option}\n    </dl>\n  </fieldset>\n</div>\n\n<div id=\"pe_userinfo\" class=\"jsenabled_hide\">\n  <fieldset>\n    <legend>{lang_personal_info_legend}</legend>\n\n    <dl class=\"notes\">\n      <dt>{lang_userinfo_help_title}</dt>\n      <dd>{lang_userinfo_help}</dd>\n    </dl>\n\n    <dl>\n      <dt><label for=\"profile-homepage\">{lang_homepage}</label></dt>\n      <dd><input type=\"text\" size=\"60\" maxlength=\"96\" value=\"{homepage_value}\" name=\"homepage\" id=\"profile-homepage\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_homepage_text}</dd>\n\n      <dt><label for=\"profile-location\">{lang_location}</label></dt>\n      <dd><input type=\"text\" size=\"60\" maxlength=\"96\" value=\"{location_value}\" name=\"location\" id=\"profile-location\" class=\"text\"{xhtml}></dd>\n      <dd class=\"description\">{lang_location_text}</dd>\n\n      {userphoto_option}\n\n      <dt><label for=\"profile-sig\">{lang_signature}{lang_signature_text}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"4\" name=\"sig\" id=\"profile-sig\">{signature_value}</textarea></dd>\n\n      <dt><label for=\"profile-about\">{lang_about}{lang_about_text}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"6\" name=\"about\" id=\"profile-about\">{about_value}</textarea></dd>\n\n      <dt><label for=\"profile-pgpkey\">{lang_pgpkey}{lang_pgpkey_text}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"6\" name=\"pgpkey\" id=\"profile-pgpkey\">{pgpkey_value}</textarea></dd>\n    </dl>\n  </fieldset>\n</div>\n\n{prefs}\n\n<ul id=\"save_button\" class=\"submit\">\n  <li>\n    <input type=\"hidden\" name=\"uid\" value=\"{uid_value}\"{xhtml}>\n    <input type=\"hidden\" name=\"mode\" value=\"saveuser\"{xhtml}>\n    <input type=\"hidden\" name=\"username\" value=\"{username_value}\"{xhtml}>\n    <input type=\"submit\" name=\"btnsubmit\" value=\"{lang_submit}\" class=\"submit\"{xhtml}>\n  </li>\n</ul>\n\n</form>\n\n<!-- } preferences/profile.thtml -->\n','about_value,cooktime_selector,current_password_option,delete_account_option,email_value,enctype,fullname_value,homepage_value,lang_about,lang_about_text,lang_cooktime,lang_email,lang_email_conf,lang_email_text,lang_enter_current_password,lang_fullname,lang_homepage,lang_homepage_text,lang_location,lang_location_text,lang_name_legend,lang_password_email_legend,lang_password_help,lang_password_help_title,lang_personal_info_legend,lang_pgpkey,lang_pgpkey_text,lang_preview_title,lang_signature,lang_signature_text,lang_submit,lang_userinfo_help,lang_userinfo_help_title,location_value,navbar,noscript,password_option,pgpkey_value,prefs,preview,resynch_option,signature_value,site_url,uid_value,username_option,username_value,userphoto_option,xhtml');
INSERT INTO `bc_thm_contents`VALUES (531,'modern_curve','preferences/userphoto.thtml','\n<!-- preferences/userphoto.thtml { -->\n\n<dt><label for=\"profile-photo\">{lang_userphoto}</label></dt>\n<dd><input type=\"file\" name=\"photo\" id=\"profile-photo\"{xhtml}></dd>\n<dd id=\"userphoto-photo\" class=\"description\">{lang_userphoto_text}{display_photo}<br{xhtml}>{photo_max_dimensions}</dd>\n\n<!-- } preferences/userphoto.thtml -->\n','display_photo,lang_userphoto,lang_userphoto_text,photo_max_dimensions,xhtml');
INSERT INTO `bc_thm_contents`VALUES (532,'modern_curve','preferences/resynch.thtml','\n<!-- preferences/resynch.thtml { -->\n\n      <dt><label for=\"profile-resynch\">{lang_resynch}</label></dt>\n      <dd><input type=\"checkbox\" {resynch_checked} name=\"resynch\" id=\"profile-resynch\"{xhtml}></dd>\n      <dd class=\"description\">{lang_resynch_text}</dd>\n\n<!-- } preferences/resynch.thtml -->\n','lang_resynch,lang_resynch_text,resynch_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (533,'modern_curve','header.thtml','{doctype}\n<html{html_attribute}{xmlns}>\n  <head profile=\"http://www.w3.org/2003/g/data-view\">\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"{xhtml}>\n    <title>{page_title_and_site_name}</title>\n\n    <meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\"{xhtml}>\n    <meta http-equiv=\"Content-Style-Type\" content=\"text/css\"{xhtml}>\n    <meta http-equiv=\"imagetoolbar\" content=\"no\"{xhtml}>\n    <link rel=\"SHORTCUT ICON\" href=\"{layout_url}/images/favicon.ico\"{xhtml}>\n    <!-- <meta http-equiv=\"Pragma\" content=\"no-cache\"{xhtml}> -->\n    <link rel=\"start contents\" href=\"{site_url}\"{xhtml}>\n{feed_url}\n{rel_links}\n{plg_headercode}\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/ads.js\"></script>\n\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shCore.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushCpp.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushCSharp.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushCss.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushDelphi.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushDiff.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushJScript.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPhp.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPerl.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPhp.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPlain.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushPowerShell.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushSql.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushVb.js\"></script>\n    <script type=\"text/javascript\" src=\"{site_url}/javascript/sh/shBrushXml.js\"></script>\n    <script type=\"text/javascript\">SyntaxHighlighter.all();</script>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"{site_url}/javascript/sh/shCore.css\">\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"{site_url}/javascript/sh/shThemeDefault.css\" id=\"css-ch\">\n\n<!-- ','breadcrumb_trail,datetime,direction,doctype,feed_url,html_attribute,layout_columns,layout_url,left_blocks,menu_elements,page_title_and_site_name,plg_headercode,rel_links,site_logo,site_name,site_slogan,site_url,welcome_msg_jp,xhtml,xmlns');
INSERT INTO `bc_thm_contents`VALUES (534,'modern_curve','blockfooter-left.thtml','\n<!-- blockfooter-left.thtml { -->\n\n      </div>\n    </div>\n\n<!-- } blockfooter-left.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (535,'modern_curve','storybodytext.thtml','\n<!-- storybodytext.thtml { -->\n\n\n<!-- } storybodytext.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (536,'modern_curve','blockservices.thtml','\n<!-- blockservices.thtml { -->\n\n<dt><label for=\"service\">{lang_service}</label></dt>\n<dd>{select_service}</dd>\n\n<!-- } blockservices.thtml -->\n','lang_service,select_service');
INSERT INTO `bc_thm_contents`VALUES (537,'modern_curve','archivestorybodytext.thtml','\n<!-- archivestorybodytext.thtml { -->\n\n\n<!-- } archivestorybodytext.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (538,'modern_curve','jquery_ui/jquery.ui.spinner.css','/*!\n * jQuery UI Spinner 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Spinner#theming\n */\n.ui-spinner {\n	position: relative;\n	display: inline-block;\n	overflow: hidden;\n	padding: 0;\n	vertical-align: middle;\n}\n.ui-spinner-input {\n	border: none;\n	background: none;\n	color: inherit;\n	padding: 0;\n	margin: .2em 0;\n	vertical-align: middle;\n	margin-left: .4em;\n	margin-right: 22px;\n}\n.ui-spinner-button {\n	width: 16px;\n	height: 50%;\n	font-size: .5em;\n	padding: 0;\n	margin: 0;\n	text-align: center;\n	position: absolute;\n	cursor: default;\n	display: block;\n	overflow: hidden;\n	right: 0;\n}\n/* more specificity required here to overide default borders */\n.ui-spinner a.ui-spinner-button {\n	border-top: none;\n	border-bottom: none;\n	border-right: none;\n}\n/* vertical centre icon */\n.ui-spinner .ui-icon {\n	position: absolute;\n	margin-top: -8px;\n	top: 50%;\n	left: 0;\n}\n.ui-spinner-up {\n	top: 0;\n}\n.ui-spinner-down {\n	bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n	/* need to fix icons sprite */\n	background-position: -65px -16px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (539,'modern_curve','jquery_ui/jquery.ui.autocomplete.css','/*!\n * jQuery UI Autocomplete 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Autocomplete#theming\n */\n.ui-autocomplete {\n	position: absolute;\n	top: 0;\n	left: 0;\n	cursor: default;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (540,'modern_curve','jquery_ui/jquery.ui.datepicker.css','/*!\n * jQuery UI Datepicker 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Datepicker#theming\n */\n.ui-datepicker {\n	width: 17em;\n	padding: .2em .2em 0;\n	display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n	position: relative;\n	padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n	position: absolute;\n	top: 2px;\n	width: 1.8em;\n	height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n	top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n	left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n	right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n	left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n	right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n	display: block;\n	position: absolute;\n	left: 50%;\n	margin-left: -8px;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n	margin: 0 2.3em;\n	line-height: 1.8em;\n	text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n	font-size: 1em;\n	margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month-year {\n	width: 100%;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n	width: 49%;\n}\n.ui-datepicker table {\n	width: 100%;\n	font-size: .9em;\n	border-collapse: collapse;\n	margin: 0 0 .4em;\n}\n.ui-datepicker th {\n	padding: .7em .3em;\n	text-align: center;\n	font-weight: bold;\n	border: 0;\n}\n.ui-datepicker td {\n	border: 0;\n	padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n	display: block;\n	padding: .2em;\n	text-align: right;\n	text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n	background-image: none;\n	margin: .7em 0 0 0;\n	padding: 0 .2em;\n	border-left: 0;\n	border-right: 0;\n	border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n	float: right;\n	margin: .5em .2em .4em;\n	cursor: pointer;\n	padding: .2em .6em .3em .6em;\n	width: auto;\n	overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n	float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n	width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n	float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n	width: 95%;\n	margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n	width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n	width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n	width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n	border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n	clear: left;\n}\n.ui-datepicker-row-break {\n	clear: both;\n	width: 100%;\n	font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n	direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n	right: 2px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n	left: 2px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n	right: 1px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n	left: 1px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n	clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n	float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n	float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n	border-right-width: 0;\n	border-left-width: 1px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (541,'modern_curve','jquery_ui/jquery.ui.accordion.css','/*!\n * jQuery UI Accordion 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Accordion#theming\n */\n.ui-accordion .ui-accordion-header {\n	display: block;\n	cursor: pointer;\n	position: relative;\n	margin-top: 2px;\n	padding: .5em .5em .5em .7em;\n	min-height: 0; /* support: IE7 */\n}\n.ui-accordion .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-noicons {\n	padding-left: .7em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n	position: absolute;\n	left: .5em;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n	padding: 1em 2.2em;\n	border-top: 0;\n	overflow: auto;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (542,'modern_curve','jquery_ui/jquery.ui.dialog.css','/*!\n * jQuery UI Dialog 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Dialog#theming\n */\n.ui-dialog {\n	position: absolute;\n	top: 0;\n	left: 0;\n	padding: .2em;\n	outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n	padding: .4em 1em;\n	position: relative;\n}\n.ui-dialog .ui-dialog-title {\n	float: left;\n	margin: .1em 0;\n	white-space: nowrap;\n	width: 90%;\n	overflow: hidden;\n	text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n	position: absolute;\n	right: .3em;\n	top: 50%;\n	width: 21px;\n	margin: -10px 0 0 0;\n	padding: 1px;\n	height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n	position: relative;\n	border: 0;\n	padding: .5em 1em;\n	background: none;\n	overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n	text-align: left;\n	border-width: 1px 0 0 0;\n	background-image: none;\n	margin-top: .5em;\n	padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n	float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n	margin: .5em .4em .5em 0;\n	cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n	width: 12px;\n	height: 12px;\n	right: -5px;\n	bottom: -5px;\n	background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n	cursor: move;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (543,'modern_curve','jquery_ui/jquery.ui.base.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming\n */\n@import url(\"jquery.ui.core.css\");\n\n@import url(\"jquery.ui.accordion.css\");\n@import url(\"jquery.ui.autocomplete.css\");\n@import url(\"jquery.ui.button.css\");\n@import url(\"jquery.ui.datepicker.css\");\n@import url(\"jquery.ui.dialog.css\");\n@import url(\"jquery.ui.menu.css\");\n@import url(\"jquery.ui.progressbar.css\");\n@import url(\"jquery.ui.resizable.css\");\n@import url(\"jquery.ui.selectable.css\");\n@import url(\"jquery.ui.slider.css\");\n@import url(\"jquery.ui.spinner.css\");\n@import url(\"jquery.ui.tabs.css\");\n@import url(\"jquery.ui.tooltip.css\");\n','');
INSERT INTO `bc_thm_contents`VALUES (544,'modern_curve','jquery_ui/jquery.ui.slider.css','/*!\n * jQuery UI Slider 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Slider#theming\n */\n.ui-slider {\n	position: relative;\n	text-align: left;\n}\n.ui-slider .ui-slider-handle {\n	position: absolute;\n	z-index: 2;\n	width: 1.2em;\n	height: 1.2em;\n	cursor: default;\n}\n.ui-slider .ui-slider-range {\n	position: absolute;\n	z-index: 1;\n	font-size: .7em;\n	display: block;\n	border: 0;\n	background-position: 0 0;\n}\n\n/* For IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n	filter: inherit;\n}\n\n.ui-slider-horizontal {\n	height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n	top: -.3em;\n	margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n	top: 0;\n	height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n	left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n	right: 0;\n}\n\n.ui-slider-vertical {\n	width: .8em;\n	height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n	left: -.3em;\n	margin-left: 0;\n	margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n	left: 0;\n	width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n	bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n	top: 0;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (545,'modern_curve','jquery_ui/jquery-ui.css','/*! jQuery UI - v1.10.1 - 2013-03-03\n* http://jqueryui.com\n* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n	display: none;\n}\n.ui-helper-hidden-accessible {\n	border: 0;\n	clip: rect(0 0 0 0);\n	height: 1px;\n	margin: -1px;\n	overflow: hidden;\n	padding: 0;\n	position: absolute;\n	width: 1px;\n}\n.ui-helper-reset {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	line-height: 1.3;\n	text-decoration: none;\n	font-size: 100%;\n	list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n	content: \"\";\n	display: table;\n	border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n	clear: both;\n}\n.ui-helper-clearfix {\n	min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n	width: 100%;\n	height: 100%;\n	top: 0;\n	left: 0;\n	position: absolute;\n	opacity: 0;\n	filter:Alpha(Opacity=0);\n}\n\n.ui-front {\n	z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n	cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	display: block;\n	text-indent: -99999px;\n	overflow: hidden;\n	background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n	position: fixed;\n	top: 0;\n	left: 0;\n	width: 100%;\n	height: 100%;\n}\n.ui-resizable {\n	position: relative;\n}\n.ui-resizable-handle {\n	position: absolute;\n	font-size: 0.1px;\n	display: block;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n	display: none;\n}\n.ui-resizable-n {\n	cursor: n-resize;\n	height: 7px;\n	width: 100%;\n	top: -5px;\n	left: 0;\n}\n.ui-resizable-s {\n	cursor: s-resize;\n	height: 7px;\n	width: 100%;\n	bottom: -5px;\n	left: 0;\n}\n.ui-resizable-e {\n	cursor: e-resize;\n	width: 7px;\n	right: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-w {\n	cursor: w-resize;\n	width: 7px;\n	left: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-se {\n	cursor: se-resize;\n	width: 12px;\n	height: 12px;\n	right: 1px;\n	bottom: 1px;\n}\n.ui-resizable-sw {\n	cursor: sw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	bottom: -5px;\n}\n.ui-resizable-nw {\n	cursor: nw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	top: -5px;\n}\n.ui-resizable-ne {\n	cursor: ne-resize;\n	width: 9px;\n	height: 9px;\n	right: -5px;\n	top: -5px;\n}\n.ui-selectable-helper {\n	position: absolute;\n	z-index: 100;\n	border: 1px dotted black;\n}\n.ui-accordion .ui-accordion-header {\n	display: block;\n	cursor: pointer;\n	position: relative;\n	margin-top: 2px;\n	padding: .5em .5em .5em .7em;\n	min-height: 0; /* support: IE7 */\n}\n.ui-accordion .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-noicons {\n	padding-left: .7em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n	position: absolute;\n	left: .5em;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n	padding: 1em 2.2em;\n	border-top: 0;\n	overflow: auto;\n}\n.ui-autocomplete {\n	position: absolute;\n	top: 0;\n	left: 0;\n	cursor: default;\n}\n.ui-button {\n	display: inline-block;\n	position: relative;\n	padding: 0;\n	line-height: normal;\n	margin-right: .1em;\n	cursor: pointer;\n	vertical-align: middle;\n	text-align: center;\n	overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n	text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n	width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n	width: 2.4em;\n}\n.ui-button-icons-only {\n	width: 3.4em;\n}\nbutton.ui-button-icons-only {\n	width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n	display: block;\n	line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n	padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n	padding: .4em;\n	text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n	padding-left: 2.1em;\n	padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n	padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n	position: absolute;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n	left: 50%;\n	margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n	left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n	right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n	margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n	margin-left: 0;\n	margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n	border: 0;\n	padding: 0;\n}\n.ui-datepicker {\n	width: 17em;\n	padding: .2em .2em 0;\n	display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n	position: relative;\n	padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n	position: absolute;\n	top: 2px;\n	width: 1.8em;\n	height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n	top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n	left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n	right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n	left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n	right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n	display: block;\n	position: absolute;\n	left: 50%;\n	margin-left: -8px;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n	margin: 0 2.3em;\n	line-height: 1.8em;\n	text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n	font-size: 1em;\n	margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month-year {\n	width: 100%;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n	width: 49%;\n}\n.ui-datepicker table {\n	width: 100%;\n	font-size: .9em;\n	border-collapse: collapse;\n	margin: 0 0 .4em;\n}\n.ui-datepicker th {\n	padding: .7em .3em;\n	text-align: center;\n	font-weight: bold;\n	border: 0;\n}\n.ui-datepicker td {\n	border: 0;\n	padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n	display: block;\n	padding: .2em;\n	text-align: right;\n	text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n	background-image: none;\n	margin: .7em 0 0 0;\n	padding: 0 .2em;\n	border-left: 0;\n	border-right: 0;\n	border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n	float: right;\n	margin: .5em .2em .4em;\n	cursor: pointer;\n	padding: .2em .6em .3em .6em;\n	width: auto;\n	overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n	float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n	width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n	float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n	width: 95%;\n	margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n	width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n	width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n	width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n	border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n	clear: left;\n}\n.ui-datepicker-row-break {\n	clear: both;\n	width: 100%;\n	font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n	direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n	right: 2px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n	left: 2px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n	right: 1px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n	left: 1px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n	clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n	float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n	float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n	border-right-width: 0;\n	border-left-width: 1px;\n}\n.ui-dialog {\n	position: absolute;\n	top: 0;\n	left: 0;\n	padding: .2em;\n	outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n	padding: .4em 1em;\n	position: relative;\n}\n.ui-dialog .ui-dialog-title {\n	float: left;\n	margin: .1em 0;\n	white-space: nowrap;\n	width: 90%;\n	overflow: hidden;\n	text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n	position: absolute;\n	right: .3em;\n	top: 50%;\n	width: 21px;\n	margin: -10px 0 0 0;\n	padding: 1px;\n	height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n	position: relative;\n	border: 0;\n	padding: .5em 1em;\n	background: none;\n	overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n	text-align: left;\n	border-width: 1px 0 0 0;\n	background-image: none;\n	margin-top: .5em;\n	padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n	float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n	margin: .5em .4em .5em 0;\n	cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n	width: 12px;\n	height: 12px;\n	right: -5px;\n	bottom: -5px;\n	background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n	cursor: move;\n}\n.ui-menu {\n	list-style: none;\n	padding: 2px;\n	margin: 0;\n	display: block;\n	outline: none;\n}\n.ui-menu .ui-menu {\n	margin-top: -3px;\n	position: absolute;\n}\n.ui-menu .ui-menu-item {\n	margin: 0;\n	padding: 0;\n	width: 100%;\n}\n.ui-menu .ui-menu-divider {\n	margin: 5px -2px 5px -2px;\n	height: 0;\n	font-size: 0;\n	line-height: 0;\n	border-width: 1px 0 0 0;\n}\n.ui-menu .ui-menu-item a {\n	text-decoration: none;\n	display: block;\n	padding: 2px .4em;\n	line-height: 1.5;\n	min-height: 0; /* support: IE7 */\n	font-weight: normal;\n}\n.ui-menu .ui-menu-item a.ui-state-focus,\n.ui-menu .ui-menu-item a.ui-state-active {\n	font-weight: normal;\n	margin: -1px;\n}\n\n.ui-menu .ui-state-disabled {\n	font-weight: normal;\n	margin: .4em 0 .2em;\n	line-height: 1.5;\n}\n.ui-menu .ui-state-disabled a {\n	cursor: default;\n}\n\n/* icon support */\n.ui-menu-icons {\n	position: relative;\n}\n.ui-menu-icons .ui-menu-item a {\n	position: relative;\n	padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n	position: absolute;\n	top: .2em;\n	left: .2em;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n	position: static;\n	float: right;\n}\n.ui-progressbar {\n	height: 2em;\n	text-align: left;\n	overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n	margin: -1px;\n	height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n	background: url(\"images/animated-overlay.gif\");\n	height: 100%;\n	filter: alpha(opacity=25);\n	opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n	background-image: none;\n}\n.ui-slider {\n	position: relative;\n	text-align: left;\n}\n.ui-slider .ui-slider-handle {\n	position: absolute;\n	z-index: 2;\n	width: 1.2em;\n	height: 1.2em;\n	cursor: default;\n}\n.ui-slider .ui-slider-range {\n	position: absolute;\n	z-index: 1;\n	font-size: .7em;\n	display: block;\n	border: 0;\n	background-position: 0 0;\n}\n\n/* For IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n	filter: inherit;\n}\n\n.ui-slider-horizontal {\n	height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n	top: -.3em;\n	margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n	top: 0;\n	height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n	left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n	right: 0;\n}\n\n.ui-slider-vertical {\n	width: .8em;\n	height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n	left: -.3em;\n	margin-left: 0;\n	margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n	left: 0;\n	width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n	bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n	top: 0;\n}\n.ui-spinner {\n	position: relative;\n	display: inline-block;\n	overflow: hidden;\n	padding: 0;\n	vertical-align: middle;\n}\n.ui-spinner-input {\n	border: none;\n	background: none;\n	color: inherit;\n	padding: 0;\n	margin: .2em 0;\n	vertical-align: middle;\n	margin-left: .4em;\n	margin-right: 22px;\n}\n.ui-spinner-button {\n	width: 16px;\n	height: 50%;\n	font-size: .5em;\n	padding: 0;\n	margin: 0;\n	text-align: center;\n	position: absolute;\n	cursor: default;\n	display: block;\n	overflow: hidden;\n	right: 0;\n}\n/* more specificity required here to overide default borders */\n.ui-spinner a.ui-spinner-button {\n	border-top: none;\n	border-bottom: none;\n	border-right: none;\n}\n/* vertical centre icon */\n.ui-spinner .ui-icon {\n	position: absolute;\n	margin-top: -8px;\n	top: 50%;\n	left: 0;\n}\n.ui-spinner-up {\n	top: 0;\n}\n.ui-spinner-down {\n	bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n	/* need to fix icons sprite */\n	background-position: -65px -16px;\n}\n.ui-tabs {\n	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n	padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n	margin: 0;\n	padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n	list-style: none;\n	float: left;\n	position: relative;\n	top: 0;\n	margin: 1px .2em 0 0;\n	border-bottom: 0;\n	padding: 0;\n	white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav li a {\n	float: left;\n	padding: .5em 1em;\n	text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n	margin-bottom: -1px;\n	padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active a,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled a,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {\n	cursor: text;\n}\n.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {\n	cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n	display: block;\n	border-width: 0;\n	padding: 1em 1.4em;\n	background: none;\n}\n.ui-tooltip {\n	padding: 8px;\n	position: absolute;\n	z-index: 9999;\n	max-width: 300px;\n	-webkit-box-shadow: 0 0 5px #aaa;\n	box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n	border-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1.1em;\n}\n.ui-widget .ui-widget {\n	font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1em;\n}\n.ui-widget-content {\n	border: 1px solid #a6c9e2;\n	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;\n	color: #222222;\n}\n.ui-widget-content a {\n	color: #222222;\n}\n.ui-widget-header {\n	border: 1px solid #4297d7;\n	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;\n	color: #ffffff;\n	font-weight: bold;\n}\n.ui-widget-header a {\n	color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n	border: 1px solid #c5dbec;\n	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #2e6e9e;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n	color: #2e6e9e;\n	text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n	border: 1px solid #79b7e7;\n	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #1d5987;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n	color: #1d5987;\n	text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n	border: 1px solid #79b7e7;\n	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #e17009;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n	color: #e17009;\n	text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n	border: 1px solid #fad42e;\n	background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;\n	color: #363636;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n	color: #363636;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n	border: 1px solid #cd0a0a;\n	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;\n	color: #cd0a0a;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n	color: #cd0a0a;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n	color: #cd0a0a;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n	font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n	opacity: .7;\n	filter:Alpha(Opacity=70);\n	font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n	opacity: .35;\n	filter:Alpha(Opacity=35);\n	background-image: none;\n}\n.ui-state-disabled .ui-icon {\n	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	width: 16px;\n	height: 16px;\n	background-position: 16px 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n	background-image: url(images/ui-icons_469bdd_256x240.png);\n}\n.ui-widget-header .ui-icon {\n	background-image: url(images/ui-icons_d8e7f3_256x240.png);\n}\n.ui-state-default .ui-icon {\n	background-image: url(images/ui-icons_6da8d5_256x240.png);\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n	background-image: url(images/ui-icons_217bc0_256x240.png);\n}\n.ui-state-active .ui-icon {\n	background-image: url(images/ui-icons_f9bd01_256x240.png);\n}\n.ui-state-highlight .ui-icon {\n	background-image: url(images/ui-icons_2e83ff_256x240.png);\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n	background-image: url(images/ui-icons_cd0a0a_256x240.png);\n}\n\n/* positioning */\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n	border-top-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n	border-top-right-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n	border-bottom-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n	border-bottom-right-radius: 5px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n}\n.ui-widget-shadow {\n	margin: -8px 0 0 -8px;\n	padding: 8px;\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n	border-radius: 8px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (546,'modern_curve','jquery_ui/jquery.ui.geeklog.css','/* Geeklog JQuery UI custom CSS */\n\n/* Tabs\n----------------------------------*/\n.ui-tabs { position: relative; padding: .2em; zoom: 1; margin-bottom: 10px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }\n.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }\n.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; outline-style: none; }\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }\n.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }\n.ui-tabs .ui-tabs-hide { display: none !important; }\n/* drop down */\n#tabs-dropdown { position: absolute; display: none; list-style: none; padding: 10px 0 5px 0; }\n#tabs-dropdown li, #tabs-dropdown li a { display: block; float: none; }\n#tabs-dropdown li { margin: 0; }\n#tabs-dropdown li a:hover { background-color: #2E6E9E; color: #FFF; }\n\n/* Autocomplete */\n.ui-autocomplete-category {\n    font-weight:bold;\n    padding:.2em .4em;\n    margin:.8em 0 .2em;\n    line-height:1.5;\n}\n\n/* Selected Conf Row */\n.active-config { background: yellow; }\n\n/* Tooltip Balloon */\n#tooltip-container {\n    border:1px solid #83B3D8;\n    -moz-box-shadow:#47708F 0 2px 6px;-webkit-box-shadow:#47708F 0 2px 6px;\n    background:#fff;\n    position:absolute;\n    left:0;\n    top:0;\n    display:none;\n    z-index: 20000;\n}\n\n#tooltip-content {\n    background-color: #FFF;\n    min-width: 175px;\n    min-height: 50px;\n}\n\n.tooltip-block {\n    border-bottom:1px solid #83B3D8;\n    width: 100%;\n}\n.tooltip-title {\n    font-weight: bold;\n    background: #E7E7E7;\n    margin: 0;\n    padding: 2px;\n    \n}\n.tooltip-doc {\n    min-height: 1em;\n    padding: 4px 2px;\n}\n#tooltip-close {\n    display: none;\n}\n\n/* Validation */\n.input_error { border: solid 1px red; }\n.validation_error_block {\n    color: red;\n    font-size: 10px;\n}\n.validation_error_block span {\n    display:block;\n    overflow:hidden;\n    text-indent:-99999px;\n    width: 16px;\n    height: 16px;\n    float:left;\n    margin:0 4px;\n    background: url(\"images/ui-icons_cd0a0a_256x240.png\") 0 -144px;\n}\n.saved_message {\n    margin-bottom:5px;\n    padding:10px 5px 8px 36px;\n    background: #C6F9C9 url(\"../images/success.png\") 10px 50% no-repeat;\n    border: 2px solid #9BD39E;\n    overflow: auto;\n    font-weight: bold;\n    color: #333;\n}\n.error_validation {\n    background: #CF3333 url(\"../images/error.png\") no-repeat 10px 50%;\n    border: 2px solid #990000;\n    color: #FFF;\n}\n.saved_message a {\n    color: #E17009;\n}\n.error_validation a {\n    color: #FFFFBB;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (547,'modern_curve','jquery_ui/jquery.ui.button.css','/*!\n * jQuery UI Button 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Button#theming\n */\n.ui-button {\n	display: inline-block;\n	position: relative;\n	padding: 0;\n	line-height: normal;\n	margin-right: .1em;\n	cursor: pointer;\n	vertical-align: middle;\n	text-align: center;\n	overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n	text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n	width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n	width: 2.4em;\n}\n.ui-button-icons-only {\n	width: 3.4em;\n}\nbutton.ui-button-icons-only {\n	width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n	display: block;\n	line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n	padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n	padding: .4em;\n	text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n	padding-left: 2.1em;\n	padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n	padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n	position: absolute;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n	left: 50%;\n	margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n	left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n	right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n	margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n	margin-left: 0;\n	margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n	border: 0;\n	padding: 0;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (548,'modern_curve','jquery_ui/jquery.ui.selectable.css','/*!\n * jQuery UI Selectable 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Selectable#theming\n */\n.ui-selectable-helper {\n	position: absolute;\n	z-index: 100;\n	border: 1px dotted black;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (549,'modern_curve','jquery_ui/jquery.ui.menu.css','/*!\n * jQuery UI Menu 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Menu#theming\n */\n.ui-menu {\n	list-style: none;\n	padding: 2px;\n	margin: 0;\n	display: block;\n	outline: none;\n}\n.ui-menu .ui-menu {\n	margin-top: -3px;\n	position: absolute;\n}\n.ui-menu .ui-menu-item {\n	margin: 0;\n	padding: 0;\n	width: 100%;\n}\n.ui-menu .ui-menu-divider {\n	margin: 5px -2px 5px -2px;\n	height: 0;\n	font-size: 0;\n	line-height: 0;\n	border-width: 1px 0 0 0;\n}\n.ui-menu .ui-menu-item a {\n	text-decoration: none;\n	display: block;\n	padding: 2px .4em;\n	line-height: 1.5;\n	min-height: 0; /* support: IE7 */\n	font-weight: normal;\n}\n.ui-menu .ui-menu-item a.ui-state-focus,\n.ui-menu .ui-menu-item a.ui-state-active {\n	font-weight: normal;\n	margin: -1px;\n}\n\n.ui-menu .ui-state-disabled {\n	font-weight: normal;\n	margin: .4em 0 .2em;\n	line-height: 1.5;\n}\n.ui-menu .ui-state-disabled a {\n	cursor: default;\n}\n\n/* icon support */\n.ui-menu-icons {\n	position: relative;\n}\n.ui-menu-icons .ui-menu-item a {\n	position: relative;\n	padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n	position: absolute;\n	top: .2em;\n	left: .2em;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n	position: static;\n	float: right;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (550,'modern_curve','jquery_ui/jquery.ui.theme.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming/API\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1.1em;\n}\n.ui-widget .ui-widget {\n	font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1em;\n}\n.ui-widget-content {\n	border: 1px solid #a6c9e2;\n	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;\n	color: #222222;\n}\n.ui-widget-content a {\n	color: #222222;\n}\n.ui-widget-header {\n	border: 1px solid #4297d7;\n	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;\n	color: #ffffff;\n	font-weight: bold;\n}\n.ui-widget-header a {\n	color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n	border: 1px solid #c5dbec;\n	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #2e6e9e;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n	color: #2e6e9e;\n	text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n	border: 1px solid #79b7e7;\n	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #1d5987;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n	color: #1d5987;\n	text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n	border: 1px solid #79b7e7;\n	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #e17009;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n	color: #e17009;\n	text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n	border: 1px solid #fad42e;\n	background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;\n	color: #363636;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n	color: #363636;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n	border: 1px solid #cd0a0a;\n	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;\n	color: #cd0a0a;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n	color: #cd0a0a;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n	color: #cd0a0a;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n	font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n	opacity: .7;\n	filter:Alpha(Opacity=70);\n	font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n	opacity: .35;\n	filter:Alpha(Opacity=35);\n	background-image: none;\n}\n.ui-state-disabled .ui-icon {\n	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	width: 16px;\n	height: 16px;\n	background-position: 16px 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n	background-image: url(images/ui-icons_469bdd_256x240.png);\n}\n.ui-widget-header .ui-icon {\n	background-image: url(images/ui-icons_d8e7f3_256x240.png);\n}\n.ui-state-default .ui-icon {\n	background-image: url(images/ui-icons_6da8d5_256x240.png);\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n	background-image: url(images/ui-icons_217bc0_256x240.png);\n}\n.ui-state-active .ui-icon {\n	background-image: url(images/ui-icons_f9bd01_256x240.png);\n}\n.ui-state-highlight .ui-icon {\n	background-image: url(images/ui-icons_2e83ff_256x240.png);\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n	background-image: url(images/ui-icons_cd0a0a_256x240.png);\n}\n\n/* positioning */\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n	border-top-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n	border-top-right-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n	border-bottom-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n	border-bottom-right-radius: 5px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n}\n.ui-widget-shadow {\n	margin: -8px 0 0 -8px;\n	padding: 8px;\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n	border-radius: 8px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (551,'modern_curve','jquery_ui/jquery.ui.resizable.css','/*!\n * jQuery UI Resizable 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Resizable#theming\n */\n.ui-resizable {\n	position: relative;\n}\n.ui-resizable-handle {\n	position: absolute;\n	font-size: 0.1px;\n	display: block;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n	display: none;\n}\n.ui-resizable-n {\n	cursor: n-resize;\n	height: 7px;\n	width: 100%;\n	top: -5px;\n	left: 0;\n}\n.ui-resizable-s {\n	cursor: s-resize;\n	height: 7px;\n	width: 100%;\n	bottom: -5px;\n	left: 0;\n}\n.ui-resizable-e {\n	cursor: e-resize;\n	width: 7px;\n	right: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-w {\n	cursor: w-resize;\n	width: 7px;\n	left: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-se {\n	cursor: se-resize;\n	width: 12px;\n	height: 12px;\n	right: 1px;\n	bottom: 1px;\n}\n.ui-resizable-sw {\n	cursor: sw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	bottom: -5px;\n}\n.ui-resizable-nw {\n	cursor: nw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	top: -5px;\n}\n.ui-resizable-ne {\n	cursor: ne-resize;\n	width: 9px;\n	height: 9px;\n	right: -5px;\n	top: -5px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (552,'modern_curve','jquery_ui/jquery.ui.all.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming\n */\n@import \"jquery.ui.base.css\";\n@import \"jquery.ui.theme.css\";\n','');
INSERT INTO `bc_thm_contents`VALUES (553,'modern_curve','jquery_ui/jquery.ui.tooltip.css','/*!\n * jQuery UI Tooltip 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n.ui-tooltip {\n	padding: 8px;\n	position: absolute;\n	z-index: 9999;\n	max-width: 300px;\n	-webkit-box-shadow: 0 0 5px #aaa;\n	box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n	border-width: 2px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (554,'modern_curve','jquery_ui/jquery.ui.progressbar.css','/*!\n * jQuery UI Progressbar 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Progressbar#theming\n */\n.ui-progressbar {\n	height: 2em;\n	text-align: left;\n	overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n	margin: -1px;\n	height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n	background: url(\"images/animated-overlay.gif\");\n	height: 100%;\n	filter: alpha(opacity=25);\n	opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n	background-image: none;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (555,'modern_curve','jquery_ui/jquery.ui.core.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming/API\n */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n	display: none;\n}\n.ui-helper-hidden-accessible {\n	border: 0;\n	clip: rect(0 0 0 0);\n	height: 1px;\n	margin: -1px;\n	overflow: hidden;\n	padding: 0;\n	position: absolute;\n	width: 1px;\n}\n.ui-helper-reset {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	line-height: 1.3;\n	text-decoration: none;\n	font-size: 100%;\n	list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n	content: \"\";\n	display: table;\n	border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n	clear: both;\n}\n.ui-helper-clearfix {\n	min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n	width: 100%;\n	height: 100%;\n	top: 0;\n	left: 0;\n	position: absolute;\n	opacity: 0;\n	filter:Alpha(Opacity=0);\n}\n\n.ui-front {\n	z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n	cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	display: block;\n	text-indent: -99999px;\n	overflow: hidden;\n	background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n	position: fixed;\n	top: 0;\n	left: 0;\n	width: 100%;\n	height: 100%;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (556,'modern_curve','jquery_ui/jquery.ui.tabs.css','/*!\n * jQuery UI Tabs 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Tabs#theming\n */\n.ui-tabs {\n	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n	padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n	margin: 0;\n	padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n	list-style: none;\n	float: left;\n	position: relative;\n	top: 0;\n	margin: 1px .2em 0 0;\n	border-bottom: 0;\n	padding: 0;\n	white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav li a {\n	float: left;\n	padding: .5em 1em;\n	text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n	margin-bottom: -1px;\n	padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active a,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled a,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {\n	cursor: text;\n}\n.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {\n	cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n	display: block;\n	border-width: 0;\n	padding: 1em 1.4em;\n	background: none;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (557,'modern_curve','menuitem_none.thtml','\n<!-- menuitem_none.thtml { -->\n\n\n<!-- } menuitem_none.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (558,'modern_curve','blockfooter-message.thtml','\n<!-- blockfooter-message.thtml { -->\n\n    </dd>\n  </dl>\n</div>\n\n<!-- } blockfooter-message.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (559,'modern_curve','leftblocks.thtml','<!--[if !IE]> Using conditional comments to avoid Win IE 6 bugs. <![endif]-->\n<!--[if !IE]> (When combined with multiple floating elements, floating bug duplicate last element content) <![endif]-->\n<!-- leftblocks.thtml { -->\n\n    <!-- #leftblocks { -->\n    <!-- Left Blocks Container -->\n    <div id=\"leftblocks\">\n      <div class=\"block-left\" id=\"block-left-search\">\n        <div class=\"block-left-content\">\n          <form action=\"{site_url}/search.php\" method=\"get\" id=\"searchform\" class=\"basic\">\n            <div>\n              <input type=\"text\" value=\"{button_search}\" size=\"16\" maxlength=\"255\" name=\"query\" class=\"text\"{xhtml}>\n              <input type=\"submit\" value=\"\" title=\"{button_search}\" class=\"submit\"{xhtml}>\n              <input type=\"hidden\" value=\"all\" name=\"type\"{xhtml}>\n              <input type=\"hidden\" value=\"all\" name=\"keyType\"{xhtml}>\n              <input type=\"hidden\" value=\"search\" name=\"mode\"{xhtml}>\n            </div>\n          </form>\n        </div>\n      </div>\n\n      {geeklog_blocks}\n    </div>\n    <!--[if !IE]> } #leftblocks <![endif]-->\n\n    <hr class=\"separator\"{xhtml}>\n\n<!-- } leftblocks.thtml -->\n','button_search,geeklog_blocks,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (560,'modern_curve','blockheader-message.thtml','\n<!-- blockheader-message.thtml { -->\n\n<div id=\"block-message\">\n  <dl>\n    <dt class=\"title\">{showhide}{block_title}{block_help}</dt>\n    <dd class=\"message\">\n\n<!-- } blockheader-message.thtml -->\n','block_help,block_title,showhide');
INSERT INTO `bc_thm_contents`VALUES (561,'modern_curve','blockfooter.thtml','\n<!-- blockfooter.thtml { -->\n\n  </div>\n</div>\n\n<!-- } blockfooter.thtml -->\n ','');
INSERT INTO `bc_thm_contents`VALUES (562,'modern_curve','blockfooter-list.thtml','\n<!-- blockfooter-list.thtml { -->\n\n    </ul>\n    </div>\n</div>\n\n<!-- } blockfooter-list.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (563,'modern_curve','navbar/breadcrumbs.thtml','\n<!-- navbar/breadcrumbs.thtml { -->\n\n<ul class=\"navbar-breadcrumbs\">\n  {breadcrumb_links}{last_label}\n</ul>\n\n<!-- } navbar/breadcrumbs.thtml -->\n','breadcrumb_links,last_label');
INSERT INTO `bc_thm_contents`VALUES (564,'modern_curve','navbar/menuitem.thtml','\n<!-- navbar/menuitem.thtml { -->\n\n<li><a {csscurrent} class=\"clearfix\" href=\"{link}{parms}\"{onclick}><span class=\"label\">{label}</span></a></li>\n\n<!-- } navbar/menuitem.thtml -->\n','csscurrent,label,link,onclick,parms');
INSERT INTO `bc_thm_contents`VALUES (565,'modern_curve','navbar/breadcrumb_link.thtml','\n<!-- navbar/breadcrumbs_link.thtml { -->\n\n<li>{link_separator}<a href=\"{link_url}\" title=\"{link_title}\">{link_label}</a></li>\n\n<!-- } navbar/breadcrumbs_link.thtml -->\n','link_label,link_separator,link_title,link_url');
INSERT INTO `bc_thm_contents`VALUES (566,'modern_curve','navbar/navbar.thtml','\n<!-- navbar/navbar.thtml { -->\n\n<div id=\"navcontainer\">\n  <ul id=\"navlist\" class=\"clearfix\">\n    {menuitems}\n  </ul>\n</div>\n<div class=\"clearboth\"></div>\n\n<!-- } navbar/navbar.thtml -->\n','menuitems');
INSERT INTO `bc_thm_contents`VALUES (567,'modern_curve','list.thtml','<!-- list.thtml { -->\n\n      <ul {list_class}>\n        {list_items}\n      </ul>\n\n<!-- } list.thtml -->\n','list_class,list_items');
INSERT INTO `bc_thm_contents`VALUES (568,'modern_curve','blockheader-left.thtml','\n<!-- blockheader-left.thtml { -->\n\n    <div class=\"block-left\">\n      <h2>{block_title}{block_help}</h2>\n      <div class=\"block-left-content\">\n\n<!-- } blockheader-left.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (569,'modern_curve','page_navigation.thtml','\n<!-- page_navigation.thtml { -->\n\n<div class=\"gl-pagenav\">\n{message}<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> |\n<span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> |\n{pages}\n<!-- BEGIN page -->\n{page_number}\n<!-- END page -->\n<!-- BEGIN page-current -->\n<b>{page_number}</b>\n<!-- END page-current -->\n<!-- BEGIN nav-end -->\n| <span>{start_next_anchortag}{lang_next}{end_next_anchortag}</span>\n| <span>{start_last_anchortag}{lang_last}{end_last_anchortag}</span>\n<!-- END nav-end -->\n<!-- BEGIN nav-open-ended -->\n| {open_ended}\n<!-- END nav-open-ended -->\n</div>\n\n<!-- } page_navigation.thtml -->\n','end_first_anchortag,end_last_anchortag,end_next_anchortag,end_previous_anchortag,lang_first,lang_last,lang_next,lang_previous,message,open_ended,page_number,pages,start_first_anchortag,start_last_anchortag,start_next_anchortag,start_previous_anchortag');
INSERT INTO `bc_thm_contents`VALUES (570,'modern_curve','blockfooter-related.thtml','\n<!-- blockfooter-related.thtml { -->\n\n  </div>\n</div>\n\n<!-- } blockfooter-related.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (571,'modern_curve','search/searchform.thtml','<!-- search/searchform.thtml { -->\n\n<form action=\"{site_url}/search.php\" method=\"get\" id=\"advsearchform\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <p class=\"message\">{search_intro}</p>\n\n    <dl>\n      <dt><label for=\"advsearchform-query\">{lang_keywords}</label></dt>\n      <dd>\n        <input type=\"text\" size=\"35\" maxlength=\"35\" value=\"{query}\" name=\"query\" id=\"advsearchform-query\" class=\"text\"{xhtml}>\n        <br{xhtml}>\n        <select name=\"keyType\" id=\"advsearchform-keyType\">\n          <option value=\"phrase\" {key_phrase_selected}>{lang_exact_phrase}</option>\n          <option value=\"all\" {key_all_selected}>{lang_all_words}</option>\n          <option value=\"any\" {key_any_selected}>{lang_any_word}</option>\n        </select>\n        <span>\n          {lang_titles} <input type=\"checkbox\" value=\"true\" name=\"title\"{title_checked}{xhtml}>\n        </span>\n      </dd>\n\n      <dt><label for=\"advsearchform-datestart\">{lang_date}</label></dt>\n      <dd>\n        <input type=\"text\" size=\"10\" maxlength=\"10\" name=\"datestart\" value=\"{datestart}\" id=\"advsearchform-datestart\" class=\"text\"{xhtml}> {lang_to} <input type=\"text\" size=\"10\" maxlength=\"10\" name=\"dateend\" value=\"{dateend}\" id=\"advsearchform-dateend\" class=\"text\"{xhtml}>\n      </dd>\n      <dd class=\"description\">{date_format}</dd>\n\n      <dt><label for=\"advsearchform-topic\">{lang_topic}</label></dt>\n      <dd>\n        <select name=\"topic\" id=\"advsearchform-topic\">\n          {topic_option_list}\n        </select>\n      </dd>\n\n      <dt><label for=\"advsearchform-type\">{lang_type}</label></dt>\n      <dd>\n        <select name=\"type\" id=\"advsearchform-type\">\n          {plugin_types}\n        </select>\n      </dd>\n\n      {author_form_element}\n\n      <dt><label for=\"advsearchform-results\">{lang_results}</label></dt>\n      <dd>\n        <select name=\"results\" id=\"advsearchform-results\">\n          {search_limits}\n        </select>\n        {lang_per_page}\n      </dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"mode\" value=\"search\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_search}\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n</form>\n<!-- } search/searchform.thtml -->\n','author_form_element,date_format,dateend,datestart,key_all_selected,key_any_selected,key_phrase_selected,lang_all_words,lang_any_word,lang_date,lang_exact_phrase,lang_keywords,lang_per_page,lang_results,lang_search,lang_titles,lang_to,lang_topic,lang_type,plugin_types,query,search_intro,search_limits,site_url,title_checked,topic_option_list,xhtml');
INSERT INTO `bc_thm_contents`VALUES (572,'modern_curve','search/resultrow.thtml','\n<!-- search/resultrow.thtml { -->\n\n<tr class=\"resultrow{cssid}\">\n  {data_cols}\n</tr>\n\n<!-- } search/resultrow.thtml -->\n','cssid,data_cols');
INSERT INTO `bc_thm_contents`VALUES (573,'modern_curve','search/resultcolumn.thtml','\n<!-- search/resultcolumn.thtml { -->\n\n<td>{data}</td>\n\n<!-- } search/resultcolumn.thtml -->\n','data');
INSERT INTO `bc_thm_contents`VALUES (574,'modern_curve','search/resulttitle.thtml','\n<!-- search/resulttitle.thtml { -->\n\n<tr>\n  <td colspan=\"3\">{data}</td>\n</tr>\n\n<!-- } search/resulttitle.thtml -->\n','data');
INSERT INTO `bc_thm_contents`VALUES (575,'modern_curve','search/headingcolumn.thtml','\n<!-- search/headingcolumn.thtml { -->\n\n<th>{label}</th>\n\n<!-- } search/headingcolumn.thtml -->\n','label');
INSERT INTO `bc_thm_contents`VALUES (576,'modern_curve','search/searchresults_rows.thtml','\n<!-- search/searchresults_rows.thtml { -->\n\n<tr>\n  {results_columns}\n</tr>\n\n<!-- } search/searchresults_rows.thtml -->\n','results_columns');
INSERT INTO `bc_thm_contents`VALUES (577,'modern_curve','search/searchresults_norows.thtml','\n<!-- search/searchresults_norows.thtml { -->\n\n<p id=\"searchresults_norows\">{no_rows_msg}</p>\n\n<!-- } search/searchresults_norows.thtml -->\n','no_rows_msg');
INSERT INTO `bc_thm_contents`VALUES (578,'modern_curve','search/searchresults.thtml','\n<!-- search/searchresults.thtml { -->\n\n<dl id=\"searchresults-found\">\n  <dt>{lang_matchesfor}</dt>\n  <dd>{lang_found}{num_matches}</dd>\n  <dd class=\"search_time\">{search_time}{lang_seconds}</dd>\n  <dd>{refine_search}</dd>\n</dl>\n\n{search_blocks}\n{search_pager}\n\n<!-- } search/searchresults.thtml -->\n','lang_found,lang_matchesfor,lang_seconds,num_matches,refine_search,search_blocks,search_pager,search_time');
INSERT INTO `bc_thm_contents`VALUES (579,'modern_curve','search/resultsummary.thtml','\n<!-- search/resultsummary.thtml { -->\n\n<tr>\n  <td colspan=\"3\">{data}</td>\n</tr>\n\n<!-- } search/resultsummary.thtml -->\n','data');
INSERT INTO `bc_thm_contents`VALUES (580,'modern_curve','search/searchauthors.thtml','<!-- search/searchauthors.thtml { -->\n\n<dt><label for=\"advsearchform-author\">{lang_authors}</label></dt>\n<dd>\n  <select name=\"author\" id=\"advsearchform-author\">\n    <option selected=\"selected\" value=\"0\">{lang_all}</option>\n    {author_option_list}\n  </select>\n</dd>\n\n<!-- } search/searchauthors.thtml -->\n','author_option_list,lang_all,lang_authors');
INSERT INTO `bc_thm_contents`VALUES (581,'modern_curve','search/searchresults_heading.thtml','\n<!-- search/searchresults_heading.thtml { -->\n\n<tr>\n  {heading_columns}\n</tr>\n\n<!-- } search/searchresults_heading.thtml -->\n','heading_columns');
INSERT INTO `bc_thm_contents`VALUES (582,'modern_curve','search/resultrowenhanced.thtml','\n<!-- search/resultrowenhanced.thtml { -->\n\n<tr>\n  <td>\n    <table>\n      {data_cols}\n    </table>\n  </td>\n</tr>\n\n<!-- } search/resultrowenhanced.thtml -->\n','data_cols');
INSERT INTO `bc_thm_contents`VALUES (583,'modern_curve','search/searchblock.thtml','\n<!-- search/searchblock.thtml { -->\n\n{start_block_results}\n\n<table class=\"searchblock\">\n  <thead>\n    <tr>\n      {headings}\n    </tr>\n  </thead>\n\n  <tbody>\n    {results}\n  </tbody>\n</table>\n\n{end_block}\n\n<!-- search/searchblock.thtml { -->\n','end_block,headings,results,start_block_results');
INSERT INTO `bc_thm_contents`VALUES (584,'modern_curve','search/resultauthdatehits.thtml','\n<!-- search/resultauthdatehits.thtml { -->\n\n<tr>\n  <td>{data}</td>\n  <td>{data2}</td>\n  <td>{data3}</td>\n</tr>\n\n<!-- } search/resultauthdatehits.thtml -->\n','data,data2,data3');
INSERT INTO `bc_thm_contents`VALUES (585,'modern_curve','blockheader-right.thtml','\n<!-- blockheader-right.thtml { -->\n\n    <div class=\"block-right\">\n      <h2>{block_title}{block_help}</h2>\n      <div class=\"block-right-content\">\n\n<!-- } blockheader-right.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (586,'modern_curve','blockheader-related.thtml','\n<!-- blockheader-related.thtml { -->\n\n<div class=\"block-related\">\n  <h3>{block_title}{block_help}</h3>\n  <div class=\"block-related-content\">\n\n<!-- } blockheader-related.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (587,'modern_curve','submit/submitstory.thtml','\n<!-- submit/submitstory.thtml { -->\n\n<form action=\"{site_url}/submit.php\" method=\"post\" id=\"submitstory\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <dl>\n      <dt>{lang_username}</dt>\n      <dd>{story_username}\n        <ul class=\"navi\">\n          <li><a href=\"{status_url}\" rel=\"nofollow\">{lang_loginout}</a></li>\n          <li>{create_account}</li>\n        </ul>\n      </dd>\n\n      <dt><label for=\"submitstory-title\">{lang_title}</label></dt>\n      <dd><input type=\"text\" size=\"36\" maxlength=\"96\" value=\"{story_title}\" name=\"title\" id=\"submitstory-title\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"submitstory-tid\">{lang_topic}</label></dt>\n      <dd>{topic_selection}</dd>\n\n      <dt><label for=\"introtext\">{lang_introtext}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"15\" name=\"introtext\" id=\"introtext\">{story_introtext}</textarea></dd>\n\n      <dt><label for=\"bodytext\">{lang_bodytext}</label></dt>\n      <dd><textarea cols=\"45\" rows=\"15\" name=\"bodytext\" id=\"bodytext\">{story_bodytext}</textarea></dd>\n\n      <dt><label for=\"submitstory-postmode\">{lang_postmode}</label></dt>\n      <dd>\n        <select name=\"postmode\" id=\"submitstory-postmode\">\n          {story_postmode_options}\n        </select>\n      </dd>\n      <dd class=\"description\">{allowed_html}</dd>\n    </dl>\n\n    {captcha}\n\n    <ul class=\"submit\">\n      <li><input name=\"mode\" type=\"submit\" value=\"{lang_preview}\" class=\"submit\"{xhtml}></li>\n      <li>\n        <input type=\"hidden\" name=\"type\" value=\"story\"{xhtml}>\n        <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n        <input type=\"hidden\" name=\"sid\" value=\"{story_sid}\"{xhtml}>\n        <input type=\"hidden\" name=\"date\" value=\"{story_date}\"{xhtml}>\n        {save_button}\n      </li>\n    </ul>\n  </div>\n</form>\n\n<!-- } submit/submitstory.thtml -->\n','allowed_html,captcha,create_account,lang_bodytext,lang_introtext,lang_loginout,lang_postmode,lang_preview,lang_title,lang_topic,lang_username,save_button,site_url,status_url,story_bodytext,story_date,story_introtext,story_postmode_options,story_sid,story_title,story_uid,story_username,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (588,'modern_curve','submit/submitstory_advanced.thtml','\n<!-- submit/submitstory_advanced.thtml { -->\n\n{noscript}\n<div id=\"advanced_editor\" style=\"display:none;\">\n    <form action=\"{site_url}/submit.php\" method=\"post\" onsubmit=\"set_postcontent();\" id=\"submitstory_advanced\" class=\"compact\">\n    \n      <div class=\"user_basic\">\n        <dl>\n          <dt>{lang_username}</dt>\n          <dd>{story_username}\n            <ul class=\"navi\">\n              <li><a href=\"{status_url}\" rel=\"nofollow\">{lang_loginout}</a></li>\n              <li>{create_account}</li>\n            </ul>\n          </dd>\n    \n          <dt><label for=\"submitstory_advanced-title\">{lang_title}</label></dt>\n          <dd><input type=\"text\" size=\"36\" maxlength=\"96\" value=\"{story_title}\" name=\"title\" id=\"submitstory_advanced-title\" class=\"text\"{xhtml}></dd>\n    \n          <dt><label for=\"submitstory_advanced-tid\">{lang_topic}</label></dt>\n          <dd>{topic_selection}</dd>\n    \n          <dt><label for=\"introtext\">{lang_story}</label></dt>\n          <dd>\n            <div id=\"text_editor\" style=\"display: {show_texteditor};\">\n              <textarea cols=\"45\" rows=\"15\" name=\"introtext\" id=\"introtext\">{story_introtext}</textarea>\n            </div>\n            <div id=\"html_editor\" style=\"display: {show_htmleditor};\">\n              <textarea cols=\"45\" rows=\"15\" name=\"introhtml\" id=\"introhtml\">{story_introtext}</textarea>\n            </div>\n          </dd>\n     \n          <dt><label for=\"submitstory_advanced-postmode\">{lang_postmode}</label></dt>\n          <dd>\n            <select name=\"postmode\" id=\"sel_editmode\" {change_editormode}>\n              {story_postmode_options}\n            </select>\n          </dd>\n          <dd class=\"description\">{allowed_html}</dd>\n        </dl>\n    \n        {captcha}\n    \n        <ul class=\"submit\">\n          <li><input name=\"mode\" type=\"submit\" value=\"{lang_preview}\" class=\"submit\"{xhtml}></li>\n          <li>\n            <input type=\"hidden\" name=\"type\" value=\"story\"{xhtml}>\n            <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n            <input type=\"hidden\" name=\"sid\" value=\"{story_sid}\"{xhtml}>\n            <input type=\"hidden\" name=\"date\" value=\"{story_date}\"{xhtml}>\n            {save_button}\n          </li>\n        </ul>\n      </div>\n    </form>\n</div>\n\n<!-- } submit/submitstory_advanced.thtml -->\n','allowed_html,captcha,change_editormode,create_account,lang_loginout,lang_postmode,lang_preview,lang_story,lang_title,lang_topic,lang_username,noscript,save_button,show_htmleditor,show_texteditor,site_url,status_url,story_date,story_introtext,story_postmode_options,story_sid,story_title,story_uid,story_username,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (589,'modern_curve','topicoption_off.thtml','\n<!-- topicoption_off.thtml { -->\n\n        <li class=\"topicoption_off\">{branch_spaces}{option_label}&nbsp;{option_count}</li>\n\n<!-- } topicoption_off.thtml -->\n','branch_spaces,option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (590,'modern_curve','archivestorytext.thtml','\n<!-- archivestorytext.thtml { -->\n\n<div class=\"archivestorytext\">\n  {breadcrumb_trail}\n  <h2 class=\"story_title\">{story_title_link}</h2>\n\n  <ul class=\"icon\">\n    <li>{email_icon}</li>\n    <li>{print_icon}</li>\n    <li>{edit_icon}</li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <span class=\"story_image\">{story_anchortag_and_image}</span>\n\n  <ul class=\"status\">\n    <li>{story_date}</li>\n    <li>\n      <dl>\n        <dt>{lang_contributed_by}</dt>\n        <dd>{start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</dd>\n      </dl>\n    </li>\n    <li>\n     <dl>\n        <dt>{lang_views}</dt>\n        <dd>{story_hits}</dd>\n      </dl>\n    </li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <div class=\"story_introtext\">\n    {story_text_no_br}\n  </div>\n\n  <ul class=\"navi\">\n    <li>{page_selector}</li>\n    <li>{readmore_link}</li>\n    <li>{post_comment_link}</li>\n  </ul>\n\n  <ul class=\"feedback\">\n    <li>{plugin_itemdisplay}</li>\n    <li>{comments_with_count}</li>\n    <li>{trackbacks_with_count}</li>\n  </ul>\n</div>\n\n<!-- } archivestorytext.thtml -->\n','breadcrumb_trail,comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,story_anchortag_and_image,story_date,story_hits,story_text_no_br,story_title_link,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (591,'modern_curve','loginform.thtml','\n<!-- loginform.thtml { -->\n\n<form action=\"{site_url}/users.php\" method=\"post\" id=\"loginform\" class=\"basic\">\n  <div>\n    <dl>\n      <dt><label for=\"loginform-loginname\">{lang_username}</label></dt>\n      <dd><input type=\"text\" size=\"12\" value=\"\" name=\"loginname\" id=\"loginform-loginname\" class=\"text\"{xhtml}></dd>\n\n      {services}\n\n      <dt><label for=\"loginform-passwd\">{lang_password}</label></dt>\n      <dd><input type=\"password\" size=\"12\" name=\"passwd\" id=\"loginform-passwd\" class=\"text\"{xhtml}></dd>\n    </dl>\n\n    <ul class=\"submit\">\n      <li><input type=\"submit\" value=\"{lang_login}\" class=\"submit\"{xhtml}></li>\n    </ul>\n  </div>\n  <ul class=\"navi\">\n    <li>{lang_signup}</li>\n    <li>{lang_forgetpassword}</li>\n  </ul>\n</form>\n{oauth_login}\n{openid_login}\n<!-- } loginform.thtml -->\n','lang_forgetpassword,lang_login,lang_password,lang_signup,lang_username,oauth_login,openid_login,services,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (592,'modern_curve','topicoption.thtml','\n<!-- topicoption.thtml { -->\n\n        <li class=\"topicoption\">{branch_spaces}<a href=\"{option_url}\">{option_label}</a>&nbsp;{option_count}</li>\n\n<!-- } topicoption.thtml -->\n','branch_spaces,option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (593,'modern_curve','featuredstorytext.thtml','\n<!-- featuredstorytext.thtml { -->\n\n<div class=\"featuredstorytext\">\n  <h2 class=\"story_title\">{start_storylink_anchortag}{story_title}{end_storylink_anchortag}</h2>\n\n  <ul class=\"icon\">\n    <li>{email_icon}</li>\n    <li>{print_icon}</li>\n    <li>{edit_icon}</li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <span class=\"story_image\">{story_anchortag_and_image}</span>\n\n  <ul class=\"status\">\n    <li>{story_date}</li>\n    <li>\n      <dl>\n        <dt>{lang_contributed_by}</dt>\n        <dd>{start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</dd>\n      </dl>\n    </li>\n    <li>\n     <dl>\n        <dt>{lang_views}</dt>\n        <dd>{story_hits}</dd>\n      </dl>\n    </li>\n  </ul>\n\n  <div style=\"clear:both\"></div>\n\n  <div class=\"story_introtext\">\n    {story_text_no_br}\n  </div>\n\n  <ul class=\"navi\">\n    <li>{page_selector}</li>\n    <li>{readmore_link}</li>\n    <li>{post_comment_link}</li>\n  </ul>\n\n  <ul class=\"feedback\">\n    <li>{plugin_itemdisplay}</li>\n    <li>{comments_with_count}</li>\n    <li>{trackbacks_with_count}</li>\n  </ul>\n</div>\n\n<!-- } featuredstorytext.thtml -->\n','comments_with_count,contributedby_author,edit_icon,email_icon,end_contributedby_anchortag,end_storylink_anchortag,lang_contributed_by,lang_views,page_selector,plugin_itemdisplay,post_comment_link,print_icon,readmore_link,start_contributedby_anchortag,start_storylink_anchortag,story_anchortag_and_image,story_date,story_hits,story_text_no_br,story_title,trackbacks_with_count');
INSERT INTO `bc_thm_contents`VALUES (594,'modern_curve','blockheader.thtml','\n<!-- blockheader.thtml { -->\n\n<div class=\"block-center\">\n  <h2>{block_title}{block_help}</h2>\n  <div class=\"block-center-content\">\n\n<!-- } blockheader.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (595,'modern_curve','tooltips/information.thtml','\n<!-- tooltips/information.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom info\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/info.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n\n<!-- } tooltips/information.thtml -->\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (596,'modern_curve','tooltips/classic.thtml','\n<!-- tooltips/classic.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"classic\">{text}</span></a>\n\n<!-- } tooltips/classic.thtml -->\n','class,cursor,hoverover,link,text');
INSERT INTO `bc_thm_contents`VALUES (597,'modern_curve','tooltips/critical.thtml','\n<!-- tooltips/critical.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom critical\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/critical.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n\n<!-- } tooltips/critical.thtml -->\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (598,'modern_curve','tooltips/help.thtml','\n<!-- tooltips/help.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom help\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/help.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n\n<!-- } tooltips/help.thtml -->\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (599,'modern_curve','tooltips/warning.thtml','\n<!-- tooltips/warning.thtml { -->\n\n<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom warning\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/warning.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>\n\n<!-- } tooltips/warning.thtml -->\n','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (600,'modern_curve','blockheader-list.thtml','\n<!-- blockheader-list.thtml { -->\n\n<div class=\"block-list\">\n    <h2>{block_title}{block_help}</h2>\n      <div class=\"block-list-content\">\n      <ul>\n\n<!-- } blockheader-list.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (601,'modern_curve','profiles/contactuserform.thtml','\n<!-- profiles/contactuserform.thtml { -->\n\n<form action=\"{site_url}/profiles.php\" method=\"post\" id=\"contactuserform\" class=\"compact\">\n\n  <div class=\"user_basic\">\n    <p class=\"message\">{lang_description}</p>\n\n    <dl>\n      <dt><label for=\"contactuserform-author\">{lang_username}</label></dt>\n      <dd><input type=\"text\" size=\"32\" value=\"{username}\" maxlength=\"32\" name=\"author\" id=\"contactuserform-author\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"contactuserform-authoremail\">{lang_useremail}</label></dt>\n      <dd><input type=\"text\" size=\"32\" value=\"{useremail}\" maxlength=\"96\" name=\"authoremail\" id=\"contactuserform-authoremail\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"contactuserform-subject\">{lang_subject}</label></dt>\n      <dd><input type=\"text\" size=\"32\" maxlength=\"96\" value=\"{subject}\" name=\"subject\" id=\"contactuserform-subject\" class=\"text\"{xhtml}></dd>\n\n      <dt><label for=\"contactuserform-message\">{lang_message}</label></dt>\n      <dd><textarea rows=\"10\" cols=\"50\" name=\"message\" id=\"contactuserform-message\">{message}</textarea></dd>\n\n      <dt{cc_enabled}><label for=\"contactuserform-cc\">{lang_cc}</label></dt>\n      <dd{cc_enabled}><input type=\"checkbox\" name=\"cc\" id=\"contactuserform-cc\"{cc}{xhtml}>&nbsp;{lang_cc_description}</dd>\n\n      <dd class=\"description\">{lang_nohtml}</dd>\n    </dl>\n\n    {captcha}\n\n    <ul class=\"submit\">\n      <li>\n        <input type=\"hidden\" name=\"what\" value=\"contact\"{xhtml}>\n        <input type=\"hidden\" name=\"uid\" value=\"{uid}\"{xhtml}>\n        <input type=\"submit\" value=\"{lang_submit}\" onclick=\"return postconfirm();\" onkeypress=\"return postconfirm();\" class=\"submit\"{xhtml}>\n      </li>\n    </ul>\n  </div>\n</form>\n\n<!-- } profiles/contactuserform.thtml-->\n','captcha,cc,cc_enabled,lang_cc,lang_cc_description,lang_description,lang_message,lang_nohtml,lang_subject,lang_submit,lang_useremail,lang_username,message,site_url,subject,uid,useremail,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (602,'modern_curve','profiles/contactauthorform.thtml','\n<!-- profiles/contactauthorform.thtml { -->\n\n{start_block_mailstory2friend}\n  <form action=\"{site_url}/profiles.php\" method=\"post\" id=\"contactauthorform\" class=\"compact\">\n\n    <div class=\"user_basic\">\n      <dl>\n        <dt>{lang_title}</dt>\n        <dd>{story_link}</dd>\n\n        <dt><label for=\"contactauthorform-from\">{lang_fromname}</label></dt>\n        <dd><input type=\"text\" size=\"30\" maxlength=\"96\" value=\"{name}\" name=\"from\" id=\"contactauthorform-from\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-fromemail\">{lang_fromemailaddress}</label></dt>\n        <dd><input type=\"text\" size=\"30\" maxlength=\"96\" value=\"{email}\" name=\"fromemail\" id=\"contactauthorform-fromemail\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-to\">{lang_toname}</label></dt>\n        <dd><input type=\"text\" size=\"30\" maxlength=\"96\" value=\"{toname}\" name=\"to\" id=\"contactauthorform-to\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-toemail\">{lang_toemailaddress}</label></dt>\n        <dd><input type=\"text\" size=\"30\" maxlength=\"96\" value=\"{toemail}\" name=\"toemail\" id=\"contactauthorform-toemail\" class=\"text\"{xhtml}></dd>\n\n        <dt><label for=\"contactauthorform-shortmsg\">{lang_shortmessage}</label></dt>\n        <dd><textarea rows=\"8\" cols=\"50\" name=\"shortmsg\" id=\"contactauthorform-shortmsg\">{shortmsg}</textarea></dd>\n        <dt{cc_enabled}><label for=\"contactauthorform-cc\">{lang_cc}</label></dt>\n        <dd{cc_enabled}><input type=\"checkbox\" name=\"cc\" id=\"contactauthorform-cc\"{cc}{xhtml}>&nbsp;{lang_cc_description}</dd>\n\n      </dl>\n\n      {captcha}\n\n      <p class=\"description\">{lang_warning}</p>\n\n      <ul class=\"submit\">\n        <li>\n          <input type=\"hidden\" name=\"sid\" value=\"{story_id}\"{xhtml}>\n          <input type=\"hidden\" name=\"what\" value=\"sendstory\"{xhtml}>\n          <input type=\"submit\" value=\"{lang_sendmessage}\" onclick=\"return postconfirm();\" onkeypress=\"return postconfirm();\" class=\"submit\"{xhtml}>\n        </li>\n      </ul>\n    </div>\n  </form>\n{end_block}\n\n<!-- } profiles/contactauthorform.thtml -->\n','captcha,cc,cc_enabled,email,end_block,lang_cc,lang_cc_description,lang_fromemailaddress,lang_fromname,lang_sendmessage,lang_shortmessage,lang_title,lang_toemailaddress,lang_toname,lang_warning,name,shortmsg,site_url,start_block_mailstory2friend,story_id,story_link,toemail,toname,xhtml');
INSERT INTO `bc_thm_contents`VALUES (603,'modern_curve','blockfooter-config.thtml','<!-- blockfooter-config.thtml { -->\n\n    </ul>\n  </div>\n</div>\n\n<!-- } blockfooter-config.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (604,'modern_curve','article/printable.thtml','<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<html{lang_attribute}{xmlns}>\n<head>\n  <meta name=\"robots\" content=\"NOINDEX\"{xhtml}>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"{xhtml}>\n  <meta http-equiv=\"Content-Style-Type\" content=\"text/css\"{xhtml}>\n  <link rel=\"stylesheet\" type=\"text/css\" href=\"{layout_url}/print.css\"{xhtml}>\n  <link rel=\"stylesheet\" type=\"text/css\" media=\"print\" href=\"{layout_url}/print.css\"{xhtml}>\n  <link rel=\"canonical\" href=\"{article_url}\"{xhtml}>\n\n<title>{page_title}</title>\n\n</head>\n\n<body dir=\"{direction}\">\n\n<!-- article/printable.thtml { -->\n\n  <h1 id=\"printable-story_title\">{story_title}</h1>\n\n  <ul id=\"printable-author\">\n    <li>{story_date}</li>\n    <li>{lang_contributedby}{story_author}</li>\n  </ul>\n\n  {story_text_no_br}\n    <p>{comments_with_count}</p>\n\n    <hr{xhtml}>\n\n  <dl id=\"printable-url\">\n    <dt>{site_name}</dt>\n    <dd><a href=\"{article_url}\">{article_url}</a></dd>\n  </dl>\n\n<!-- } article/printable.thtml -->\n\n</body>\n</html>\n','article_url,comments_with_count,direction,lang_attribute,lang_contributedby,layout_url,page_title,site_name,story_author,story_date,story_text_no_br,story_title,xhtml,xmlns');
INSERT INTO `bc_thm_contents`VALUES (605,'modern_curve','article/article.thtml','\n<!-- article.thtml { -->\n\n{formatted_article}\n\n{whats_related}\n{story_options}\n\n{trackback}\n{commentbar}\n\n<!-- } article.thtml -->\n','commentbar,formatted_article,story_options,trackback,whats_related');
INSERT INTO `bc_thm_contents`VALUES (606,'modern_curve','blockfooter-right.thtml','\n<!-- blockfooter-right.thtml { -->\n\n      </div>\n    </div>\n\n<!-- } blockfooter-right.thtml -->\n','');
INSERT INTO `bc_thm_contents`VALUES (607,'modern_curve','useroption_off.thtml','\n<!-- useroption_off.thtml { -->\n\n        <li class=\"useroption_off\">{option_label}&nbsp;{option_count}</li>\n\n<!-- } useroption_off.thtml -->\n','option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (608,'modern_curve','adminoption_off.thtml','\n<!-- adminoption_off.thtml { -->\n\n        <li class=\"adminoption_off\">{option_label} ({option_count})</li>\n\n<!-- } adminoption_off.thtml -->\n','option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (609,'modern_curve','breadcrumbs/breadcrumbs.thtml','<!-- Start of Breadcrumbs Navigation -->\n<p>\n<div itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n    {breadcrumbs_list}\n</div>\n</p>\n<!-- End of Breadcrumbs Navigation -->\n','breadcrumbs_list');
INSERT INTO `bc_thm_contents`VALUES (610,'modern_curve','breadcrumbs/breadcrumb_root.thtml','{breadcrumb_root}\n','breadcrumb_root');
INSERT INTO `bc_thm_contents`VALUES (611,'modern_curve','breadcrumbs/breadcrumb_nolink.thtml','    <span itemprop=\"title\">{name}</span> {separator}\n{breadcrumb_child}\n\n','breadcrumb_child,name,separator');
INSERT INTO `bc_thm_contents`VALUES (612,'modern_curve','breadcrumbs/breadcrumb.thtml','<a href=\"{url}\" itemprop=\"url\">\n    <span itemprop=\"title\">{name}</span>\n</a> {separator}\n{breadcrumb_child}\n\n','breadcrumb_child,name,separator,url');
INSERT INTO `bc_thm_contents`VALUES (613,'modern_curve','breadcrumbs/breadcrumb_child.thtml','<span itemprop=\"child\" itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n    {breadcrumb}\n</span>\n','breadcrumb');
INSERT INTO `bc_thm_contents`VALUES (614,'modern_curve','listitem.thtml','\n<!-- listitem.thtml { -->\n\n        <li class=\"listitem\">{list_item}</li>\n\n<!-- } listitem.thtml -->\n','list_item');
INSERT INTO `bc_thm_contents`VALUES (615,'modern_curve','blockheader-config.thtml','\n<!-- blockheader-config.thtml { -->\n\n<div class=\"block-center\">\n  <h2>{block_title}{block_help}</h2>\n  <div class=\"block-center-content\">\n    <ul class=\"block-config-content\">\n\n<!-- } blockheader-config.thtml -->\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (616,'modern_curve','trackback/trackback.thtml','\n<!-- trackback/trackback.thtml { -->\n\n<div id=\"trackback\">\n  <h3>{lang_trackback}</h3>\n  <div class=\"block-trackback-content\">\n    <dl>\n      <dt>{lang_trackback_url}</dt>\n      <dd>{trackback_url}</dd>\n    </dl>\n\n    <p class=\"trackback_comments_no_link\">{lang_trackback_comments_no_link}</p>\n\n    {trackback_comments}\n  </div>\n</div>\n\n<!-- } trackback/trackback.thtml -->\n','lang_trackback,lang_trackback_comments_no_link,lang_trackback_url,trackback_comments,trackback_url');
INSERT INTO `bc_thm_contents`VALUES (617,'modern_curve','trackback/formattedcomment.thtml','\n<!-- trackback/formattedcomment.thtml { -->\n\n<div class=\"formattedcomment\">\n  <ul class=\"status\">\n    <li class=\"title\"><a href=\"{trackback_url}\">{trackback_title}</a>&nbsp;{trackback_from_blog_name}</li>\n    <li class=\"trackback_date\">{lang_tracked_on}&nbsp;{trackback_date}</li>\n  </ul>\n\n  <p class=\"trackback_excerpt_readmore\">{trackback_excerpt_readmore}</p>\n\n  <ul class=\"navi\">\n    <li class=\"delete_option\">{delete_option}</li>\n  </ul>\n</div>\n\n<!-- } trackback/formattedcomment.thtml -->\n','delete_option,lang_tracked_on,trackback_date,trackback_excerpt_readmore,trackback_from_blog_name,trackback_title,trackback_url');
INSERT INTO `bc_thm_contents`VALUES (618,'modern_curve','trackback/trackbackcomment.thtml','\n<!-- trackback/trackbackcomment.thtml { -->\n\n{formatted_comment}\n\n<!-- } trackback/trackbackcomment.thtml -->\n','formatted_comment');
INSERT INTO `bc_thm_contents`VALUES (619,'modern_curve','print.css','@charset \"utf-8\";\n\n/* STYLESHEET FOR PRINTOUTS ***************************************************\n\n Minimal stylesheet for printable templates.\n\n*/\n\nbody {\n  padding: 16px;\n  background:#FFFFFF;\n  color:#000000;\n  font-family: arial,verdana,tahoma,helvetica,sans-serif;\n}\n\n  h1#printable-story_title {\n    margin: 0 0 0.67em 0;\n    padding: 0;\n    font-size: 2em;\n    font-weight: bolder;\n  }\n\n  ul#printable-author {\n    list-style-position: outside;\n    list-style-type: none;\n    margin: 0;\n    padding: 0;\n  }\n\n  ul#printable- li {\n    margin: 0;\n    padding: 0;\n  }\n\n  div#printable-story_introtext,\n  div#printable-story_bodytext {\n    margin: 0 0 1em 0;\n    padding: 0;\n  }\n\n  dl#printable-url {\n    margin: 0;\n    padding: 1em 0 0 0;\n    border-top: 1px solid #000000;\n  }\n\n  dl#printable-url dt {\n    margin: 0;\n    padding: 0;\n  }\n\n  dl#printable-url dd {\n    margin: 0;\n    padding: 0;\n  }\n','');
INSERT INTO `bc_thm_contents`VALUES (620,'professional','loginform_oauth.thtml','<form class=\"third-party-login\" action=\"{site_url}/users.php?oauth_login={oauth_service}\" method=\"post\">\n  <div>\n    <img alt=\"\" src=\"{oauth_sign_in_image}\"{xhtml}>\n    <input value=\"{lang_oauth_service}\" type=\"submit\" class=\"submit\"{xhtml}>\n  </div>\n</form>\n','lang_oauth_service,oauth_service,oauth_sign_in_image,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (621,'professional','comment/commentform_advanced.thtml','                                {noscript}\n                                <div id=\"advanced_editor\" style=\"display:none;\">\n                                {start_block_postacomment}\n                                        <div id=\"commenteditform\">\n                                            <form action=\"{form_url}\" method=\"post\" onsubmit=\'set_postcontent();\'>\n                                                <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n                                                    <tr>\n                                                        <td class=\"alignright\" style=\"width:7em\"><b>{lang_username}:</b></td>\n                                                        <td>\n                                                            <input type=\"hidden\" name=\"order\" value=\"{order}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"format\" value=\"{format}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"cpage\" value=\"{cpage}\"{xhtml}>\n                                                            {cid}\n                                                            <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"{nprefix}pid\" value=\"{pid}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"{nprefix}type\" value=\"{type}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"comment\" value=\"\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"{nprefix}uid\" value=\"{uid}\"{xhtml}>{username} <span{hidewhenediting}>[ <a href=\"{action_url}\" rel=\"nofollow\">{lang_logoutorcreateaccount}</a> ]</span>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td class=\"alignright\"><b>{lang_title}:</b></td>\n                                                        <td><input type=\"text\" name=\"title\" size=\"32\" value=\"{title}\" maxlength=\"96\"{xhtml}></td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_comment}:</b></td>\n                                                        <td>\n                                                            <div id=\"text_editor\" style=\"display:{show_texteditor};\">\n                                                                <textarea id=\"comment_text\" name=\"comment\" cols=\"60\" rows=\"10\">{comment}</textarea>\n                                                            </div>\n                                                            <div  id=\"html_editor\" style=\"display:{show_htmleditor};\">\n                                                                <textarea id=\"comment_html\" name=\"comment_html\" cols=\"60\" rows=\"10\">{comment}</textarea>\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_postmode}:</b></td>\n                                                        <td style=\"vertical-align:top;\">\n                                                            <select id=\"sel_editmode\" name=\"postmode\" onchange=\"change_editmode(this);\">\n                                                                {postmode_options}\n                                                            </select><br{xhtml}>\n                                                            {allowed_html}\n                                                        </td>\n                                                    </tr>\n                                                    {captcha}\n                                                    <tr>\n                                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\"><b>{lang_importantstuff}</b><ul>\n                                                            <li>{lang_instr_line1}</li>\n                                                            <li>{lang_instr_line2}</li>\n                                                            <li>{lang_instr_line3}</li>\n                                                            <li>{lang_instr_line4}</li>\n                                                            <li>{lang_instr_line5}</li></ul>\n                                                            <input type=\"submit\" name=\"{nprefix}mode\" value=\"{lang_preview}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"formtype\" value=\"{formtype}\"{xhtml}>\n                                                            {save_option} \n                                                            <input type=\"submit\" value=\"{lang_cancel}\" name=\"{nprefix}mode\"{xhtml}> \n                                                            {delete_option} \n                                                            {notification}\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </form>\n                                        </div>\n                                {end_block}\n                                </div>\n','action_url,allowed_html,captcha,cid,comment,cpage,delete_option,end_block,form_url,format,formtype,gltoken,gltoken_name,hidewhenediting,lang_cancel,lang_comment,lang_importantstuff,lang_instr_line1,lang_instr_line2,lang_instr_line3,lang_instr_line4,lang_instr_line5,lang_logoutorcreateaccount,lang_postmode,lang_preview,lang_title,lang_username,noscript,notification,nprefix,order,pid,postmode_options,save_option,show_htmleditor,show_texteditor,sid,start_block_postacomment,title,type,uid,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (622,'professional','comment/commentform.thtml','                                {start_block_postacomment}\n                                        <div id=\"commenteditform\">\n                                            <form action=\"{form_url}\" method=\"post\">\n                                                <table cellspacing=\"0\" cellpadding=\"3\" width=\"95%\">\n                                                    <tr>\n                                                        <td class=\"alignright\" style=\"width:7em\"><b>{lang_username}:</b></td>\n                                                        <td>\n                                                            <input type=\"hidden\" name=\"order\" value=\"{order}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"format\" value=\"{format}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"cpage\" value=\"{cpage}\"{xhtml}>\n                                                            {cid}\n                                                            <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"{nprefix}pid\" value=\"{pid}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"{nprefix}type\" value=\"{type}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"{nprefix}uid\" value=\"{uid}\"{xhtml}>{username} <span{hidewhenediting}>[ <a href=\"{action_url}\" rel=\"nofollow\">{lang_logoutorcreateaccount}</a> ]</span>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td class=\"alignright\"><b>{lang_title}:</b></td>\n                                                        <td><input type=\"text\" name=\"title\" size=\"32\" value=\"{title}\" maxlength=\"96\"{xhtml}></td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_comment}:</b></td>\n                                                        <td><textarea name=\"comment\" cols=\"60\" rows=\"10\" style=\"width:95%\">{comment}</textarea></td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_postmode}:</b></td>\n                                                        <td style=\"vertical-align:top;\">\n                                                            <select name=\"postmode\">\n                                                                {postmode_options}\n                                                            </select><br{xhtml}>\n                                                            {allowed_html}\n                                                        </td>\n                                                    </tr>\n                                                    {captcha}\n                                                    <tr>\n                                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\"><b>{lang_importantstuff}</b><ul>\n                                                            <li>{lang_instr_line1}</li>\n                                                            <li>{lang_instr_line2}</li>\n                                                            <li>{lang_instr_line3}</li>\n                                                            <li>{lang_instr_line4}</li>\n                                                            <li>{lang_instr_line5}</li></ul>\n                                                            <input type=\"submit\" name=\"{nprefix}mode\" value=\"{lang_preview}\"{xhtml}>\n                                                            <input type=\"hidden\" name=\"formtype\" value=\"{formtype}\"{xhtml}>\n                                                            {save_option} \n                                                            <input type=\"submit\" value=\"{lang_cancel}\" name=\"{nprefix}mode\"{xhtml}> \n                                                            {delete_option} \n                                                            {notification}\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </form>\n                                        </div>\n                                {end_block}\n','action_url,allowed_html,captcha,cid,comment,cpage,delete_option,end_block,form_url,format,formtype,gltoken,gltoken_name,hidewhenediting,lang_cancel,lang_comment,lang_importantstuff,lang_instr_line1,lang_instr_line2,lang_instr_line3,lang_instr_line4,lang_instr_line5,lang_logoutorcreateaccount,lang_postmode,lang_preview,lang_title,lang_username,notification,nprefix,order,pid,postmode_options,save_option,sid,start_block_postacomment,title,type,uid,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (623,'professional','comment/comment.thtml','<div class=\"comment\" style=\"padding-left: {indent}px\">\n  <div class=\"commenttitle\">{title}</div>\n  <div>{lang_authoredby} {author_link} {lang_on}\n{date}</div>\n  <div style=\"vertical-align: top\">{comments}</div>\n  <div>\n   <span {hide_if_preview}>\n    [ {reply_option} {parent_link} {delete_option} <a href=\"{site_url}/comment.php?mode=view&amp;cid={cid}\" rel=\"self bookmark\" title=\"{lang_permlink}\">#</a> ]\n   </span>\n  </div>\n</div>\n','author_link,cid,comments,date,delete_option,hide_if_preview,indent,lang_authoredby,lang_on,lang_permlink,parent_link,reply_option,site_url,title');
INSERT INTO `bc_thm_contents`VALUES (624,'professional','comment/commentbar.thtml','<div class=\"block-divider\"> </div>\n<a id=\"comments\" name=\"comments\"></a>\n<div class=\"commentbar-line1\">\n    <b>{start_storylink_anchortag}{story_title}{end_storylink_anchortag}</b> | {num_comments} {lang_comments} | {user_nullname} <a href=\"{login_logout_url}\" rel=\"nofollow\" class=\"commentbar1\">{lang_login_logout}</a>\n</div>\n<table cellpadding=\"0\" style=\"width:100%;\" class=\"commentbar-line2\"><tr><td>\n    <form action=\"{editor_url}\" method=\"post\" class=\"floatleft\" style=\"display:inline;\">\n        <div>\n            {hidden_field_reply}\n            <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n            <input type=\"hidden\" name=\"{nprefix}pid\" value=\"0\"{xhtml}>\n            <input type=\"hidden\" name=\"{nprefix}type\" value=\"{comment_type}\"{xhtml}>\n            <input type=\"hidden\" name=\"title\" value=\"{comment_title}\"{xhtml}>\n            <input type=\"{reply_hidden_or_submit}\" name=\"reply\" value=\"{lang_reply}\"{xhtml}>\n        </div>\n    </form>\n    <form action=\"{parent_url}\" method=\"post\" class=\"floatright\" style=\"display:inline;\">\n        <div>\n            {hidden_field}\n            {order_selector}\n            {mode_selector}\n            <input type=\"submit\" value=\"{lang_refresh}\"{xhtml}>\n            <input type=\"hidden\" name=\"{nprefix}sid\" value=\"{sid}\"{xhtml}>\n            <input type=\"hidden\" name=\"{nprefix}type\" value=\"{comment_type}\"{xhtml}>\n        </div>\n    </form>\n</td></tr></table>\n<div class=\"commentbar-line3\">\n    {lang_disclaimer}\n</div>\n','comment_title,comment_type,editor_url,end_storylink_anchortag,hidden_field,hidden_field_reply,lang_comments,lang_disclaimer,lang_login_logout,lang_refresh,lang_reply,login_logout_url,mode_selector,nprefix,num_comments,order_selector,parent_url,reply_hidden_or_submit,sid,start_storylink_anchortag,story_title,user_nullname,xhtml');
INSERT INTO `bc_thm_contents`VALUES (625,'professional','comment/reportcomment.thtml','<form action=\"{site_url}/comment.php\" method=\"post\">\n    <div>\n        <div id=\"commentarea\">\n            {comment}\n        </div>\n        <hr{xhtml}>\n        <p>\n            {lang_report_this}\n        </p>\n        <p>\n            <input type=\"hidden\" name=\"cid\" value=\"{cid}\"{xhtml}>\n            <input type=\"hidden\" name=\"type\" value=\"{type}\"{xhtml}>\n            <input type=\"hidden\" name=\"mode\" value=\"sendreport\"{xhtml}>\n            <input type=\"submit\" name=\"sendit\" value=\"{lang_send_report}\"{xhtml}>\n            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n        </p>\n    </div>\n</form>\n','cid,comment,gltoken,gltoken_name,lang_report_this,lang_send_report,site_url,type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (626,'professional','comment/thread.thtml','<div class=\"commentthread\" style=\"padding-left:{indent}px\">\n  <ul style=\"margin:0; padding:0\"><li style=\"padding-top:1px; padding-bottom:2px;\">\n    <a href=\"{site_url}/comment.php?mode=display&amp;format=threaded&amp;order={order}&amp;pid={pid}\">{title}</a>\n    - {lang_authoredby} {start_author_anchortag}{author}{end_author_anchortag} {lang_on} {date}\n  </li></ul>\n</div>\n','author,date,end_author_anchortag,indent,lang_authoredby,lang_on,order,pid,site_url,start_author_anchortag,title');
INSERT INTO `bc_thm_contents`VALUES (627,'professional','comment/startcomment.thtml','<div id=\"{area_id}\">\n{commentbar}\n{comments}\n<div class=\"aligncenter\">{pagenav}</div>\n{commenteditor}\n</div>\n','area_id,commentbar,commenteditor,comments,pagenav');
INSERT INTO `bc_thm_contents`VALUES (628,'professional','adminoption.thtml','<li><a href=\"{option_url}\">{option_label}</a> ({option_count})</li>\n','option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (629,'professional','noscript.thtml','<noscript>    \n    <div class=\"pluginAlert aligncenter\" style=\"border:1px dashed #ccc;margin-top:10px;padding:15px;\">{lang_nojavascript}    \n        <p{hide_link}>{no_javascript_return_link}</p>\n        <br{xhtml}>    \n    </div>    \n</noscript>\n','hide_link,lang_nojavascript,no_javascript_return_link,xhtml');
INSERT INTO `bc_thm_contents`VALUES (630,'professional','admin/mail/mailform.thtml','<form action=\"{php_self}\" method=\"post\">\n    <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n        <tr>\n            <td class=\"alignright\"><b>{lang_to}:</b></td>\n            <td>\n                <select name=\"to_group\">\n                    <option value=\"\">{lang_selectgroup}</option>\n                    {group_options}\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_from}:</b></td>\n            <td><input type=\"text\" name=\"fra\" value=\"{site_name}\" size=\"40\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_replyto}:</b></td>\n            <td><input type=\"text\" name=\"fraepost\" value=\"{site_mail}\" size=\"40\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_subject}:</b></td>\n            <td><input type=\"text\" name=\"subject\" value=\"{subject}\" size=\"40\"{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_body}:</b></td>\n            <td><textarea name=\"message\" cols=\"45\" rows=\"10\" style=\"width:100%\">{message}</textarea></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_options}:</b></td>\n            <td><input type=\"checkbox\" name=\"html\"{html}{xhtml}> {lang_HTML}</td>\n        </tr>\n        <tr>\n            <td>&nbsp;</td>\n            <td><input type=\"checkbox\" name=\"priority\"{priority}{xhtml}> {lang_urgent}</td>\n        </tr>\n        <tr>\n            <td>&nbsp;</td>\n            <td><input type=\"checkbox\" name=\"overstyr\"{overstyr}{xhtml}> {lang_ignoreusersettings}</td>\n        </tr>\n        <tr>\n            <td colspan=\"2\" class=\"aligncenter\" style=\"padding-top:10px;\">\n                <div style=\"padding:5px;\">\n                    <input type=\"submit\" value=\"{lang_send}\"{xhtml}>\n                    <input type=\"hidden\" name=\"mail\" value=\"mail\"{xhtml}>\n                    <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                </div>\n            </td>\n        </tr>\n    </table>\n</form>\n','gltoken,gltoken_name,group_options,html,lang_HTML,lang_body,lang_from,lang_ignoreusersettings,lang_options,lang_replyto,lang_selectgroup,lang_send,lang_subject,lang_to,lang_urgent,message,overstyr,php_self,priority,site_mail,site_name,subject,xhtml');
INSERT INTO `bc_thm_contents`VALUES (631,'professional','admin/user/password.thtml','                                    <tr>\n                                        <td class=\"alignright\">{lang_password}:</td>\n                                        <td><input type=\"password\" size=\"16\" name=\"passwd\" value=\"\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_password_conf}:</td>\n                                        <td><input type=\"password\" size=\"16\" name=\"passwd_conf\" value=\"\"{xhtml}></td>\n                                    </tr>\n','lang_password,lang_password_conf,xhtml');
INSERT INTO `bc_thm_contents`VALUES (632,'professional','admin/user/edituser.thtml','                            <form action=\"{site_admin_url}/user.php\" method=\"post\">\n                                <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n                                    <tr>\n                                        <td class=\"alignright\">{lang_userid}:</td>\n                                        <td>{user_id}<input type=\"hidden\" name=\"uid\" value=\"{user_id}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_regdate}:</td>\n                                        <td>\n                                            <input type=\"hidden\" name=\"regdate\" value=\"{regdate_timestamp}\"{xhtml}>{user_regdate}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_lastlogin}:</td>\n                                        <td>{user_lastlogin}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_username}:</td>\n                                        <td>\n                                            <input type=\"text\" size=\"16\" maxlength=\"16\" name=\"username\" value=\"{username}\"{xhtml}> {remoteservice}<br{xhtml}>\n                                            {user_photo}<br{xhtml}>\n                                            {lang_delete_photo} {delete_photo_option}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_fullname}:</td>\n                                        <td><input type=\"text\" size=\"48\" maxlength=\"80\" name=\"fullname\" value=\"{user_fullname}\"{xhtml}></td>\n                                    </tr>\n                                    {password_option}\n                                    <tr>\n                                        <td class=\"alignright\">{lang_emailaddress}:</td>\n                                        <td><input type=\"text\" size=\"48\" maxlength=\"255\" name=\"email\" value=\"{user_email}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_homepage}:</td>\n                                        <td><input type=\"text\" size=\"48\" maxlength=\"255\" name=\"homepage\" value=\"{user_homepage}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_user_status}:</td>\n                                        <td>{user_status}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                    </tr>\n                                    {group_edit}\n                                    <tr><td>&nbsp;</td></tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n                                            <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n                                            {delete_option}\n                                            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                                        </td>\n                                    </tr>\n                                </table>\n                            </form>\n','delete_option,delete_photo_option,gltoken,gltoken_name,group_edit,lang_cancel,lang_delete_photo,lang_emailaddress,lang_fullname,lang_homepage,lang_lastlogin,lang_regdate,lang_save,lang_user_status,lang_userid,lang_username,password_option,regdate_timestamp,remoteservice,site_admin_url,user_email,user_fullname,user_homepage,user_id,user_lastlogin,user_photo,user_regdate,user_status,username,xhtml');
INSERT INTO `bc_thm_contents`VALUES (633,'professional','admin/user/groupedit.thtml','                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_securitygroups}</b></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><p>{lang_groupinstructions}</p>\n                                            {group_options}\n                                        </td>\n                                    </tr>\n','group_options,lang_groupinstructions,lang_securitygroups');
INSERT INTO `bc_thm_contents`VALUES (634,'professional','admin/user/batchdelete.thtml','<form style=\"display:inline\" action=\"{site_admin_url}/user.php?mode=batchdelete\" method=\"post\">\n    <div>\n        <input type=\"hidden\" name=\"mode\" value=\"batchdelete\"{xhtml}>\n        <input type=\"hidden\" name=\"usr_type\" value=\"{usr_type}\"{xhtml}>\n        <input type=\"hidden\" name=\"usr_time[{usr_type}]\" value=\"{usr_time}\"{xhtml}>\n        {lang_instruction}\n        <p>{options_list}</p>\n        <input type=\"submit\" name=\"submit\" value=\"{lang_updatelist}\"{xhtml}>&nbsp;\n    </div>\n</form>\n','lang_instruction,lang_updatelist,options_list,site_admin_url,usr_time,usr_type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (635,'professional','admin/user/batchdelete_options.thtml','<input type=\"radio\" name=\"usr_type\" value=\"{sel_id}\"{selector}{xhtml}> <strong>{lang_description}:</strong>&nbsp;{lang_text_start} <input class=\"aligncenter\" type=\"text\" name=\"usr_time[{sel_id}]\" value=\"{id_value}\" size=\"3\"{selector}{xhtml}>{lang_text_end}<br{xhtml}>\n','id_value,lang_description,lang_text_end,lang_text_start,sel_id,selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (636,'professional','admin/user/reminder.thtml','<div style=\"padding:10px 0px 5px 0px;\"><input type=\"submit\" name=\"mode\" value=\"{action_reminder}\">&nbsp;{lang_reminder}</div>\n','action_reminder,lang_reminder');
INSERT INTO `bc_thm_contents`VALUES (637,'professional','admin/block/defaultblockeditor.thtml','                            <form action=\"{site_admin_url}/block.php\" method=\"post\">\n                                <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n                                    <tr>\n                                        <td class=\"alignright\">{lang_blocktitle}:</td>\n                                        <td><input type=\"text\" name=\"title\" value=\"{block_title}\" size=\"48\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_enabled}:</td>\n                                        <td><input type=\"checkbox\" name=\"is_enabled\" {is_enabled}{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_blockhelpurl}:</td>\n                                        <td><input type=\"text\" dir=\"ltr\" name=\"help\" value=\"{block_help}\" size=\"48\" maxlength=\"{max_url_length}\"{xhtml}> {lang_includehttp}<br{xhtml}>{lang_explanation}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_blockname}:</td>\n                                        <td>{block_name}<input type=\"hidden\" name=\"name\" value=\"{block_name}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_topic}:</td>\n                                        <td>{topic_selection}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_side}:</td>\n                                        <td>\n                                            <select name=\"onleft\">\n                                                <option value=\"1\" {left_selected}>{lang_left}</option>\n                                                <option value=\"0\" {right_selected}>{lang_right}</option>\n                                            </select>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_blockorder}:</td>\n                                        <td><input type=\"text\" size=\"4\" name=\"blockorder\" value=\"{block_order}\"{xhtml}> 0 - 9999</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_blocktype}:</td>\n                                        <td>gldefault<input type=\"hidden\" name=\"type\" value=\"gldefault\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_accessrights}</b></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_owner}:</td>\n                                        <td>{owner_name}<input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_group}:</td>\n                                        <td>{group_dropdown}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_permissions}</b>:</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_perm_key}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            {permissions_editor}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_permissions_msg}</td>\n                                    </tr>\n                                    <tr><td>&nbsp;</td></tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n                                            <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n                                            <input type=\"hidden\" name=\"bid\" value=\"{block_id}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                                        </td>\n                                    </tr>\n                                </table>\n                            </form>\n','block_help,block_id,block_name,block_order,block_title,gltoken,gltoken_name,group_dropdown,is_enabled,lang_accessrights,lang_blockhelpurl,lang_blockname,lang_blockorder,lang_blocktitle,lang_blocktype,lang_cancel,lang_enabled,lang_explanation,lang_group,lang_includehttp,lang_left,lang_owner,lang_perm_key,lang_permissions,lang_permissions_msg,lang_right,lang_save,lang_side,lang_topic,left_selected,max_url_length,owner_id,owner_name,permissions_editor,right_selected,site_admin_url,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (638,'professional','admin/block/blockeditor.thtml','                                {start_block_editor}\n                                <form action=\"{site_admin_url}/block.php\" method=\"post\">\n                                    <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n                                        <tr>\n                                            <td class=\"alignright\">{lang_blocktitle}:</td>\n                                            <td><input type=\"text\" size=\"48\" name=\"title\" value=\"{block_title}\"{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_enabled}:</td>\n                                            <td><input type=\"checkbox\" name=\"is_enabled\" {is_enabled}{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\" style=\"vertical-align:top\">{lang_blockhelpurl}:</td>\n                                            <td><input type=\"text\" dir=\"ltr\" name=\"help\" value=\"{block_help}\" size=\"48\" maxlength=\"{max_url_length}\"{xhtml}><div class=\"pluginMediumText\">{lang_includehttp}&nbsp;{lang_explanation}</div></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\" style=\"vertical-align:top\">{lang_blockname}:</td>\n                                            <td><input type=\"text\" size=\"48\" name=\"name\" value=\"{block_name}\"{xhtml}><br{xhtml}>{lang_nospaces}</td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\" valign=\"top\">{lang_topic}:</td>\n                                            <td>{topic_selection}</td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_side}:</td>\n                                            <td>\n                                                <select name=\"onleft\">\n                                                    <option value=\"1\" {left_selected}>{lang_left}</option>\n                                                    <option value=\"0\" {right_selected}>{lang_right}</option>\n                                                </select>\n                                           </td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_blockorder}:</td>\n                                            <td><input type=\"text\" size=\"4\" name=\"blockorder\" value=\"{block_order}\"{xhtml}> 0 - 9999</td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_blocktype}:</td>\n                                            <td>\n                                                <select name=\"type\">\n                                                    <option value=\"normal\" {normal_selected}>{lang_normalblock}</option>\n                                                    <option value=\"phpblock\" {php_selected}>{lang_phpblock}</option>\n                                                    <option value=\"portal\" {portal_selected}>{lang_portalblock}</option>\n                                                </select>\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td colspan=\"2\"><hr{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td colspan=\"2\"><b>{lang_phpblockoptions}</b></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_blockfunction}:</td>\n                                            <td><input type=\"text\" size=\"50\" maxlength=\"64\" name=\"phpblockfn\" value=\"{block_phpblockfn}\"{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td colspan=\"2\">{lang_phpblockwarning}</td>\n                                        </tr>\n                                        <tr><td colspan=\"2\"><hr{xhtml}></td></tr>\n                                        <tr>\n                                            <td colspan=\"2\"><b>{lang_portalblockoptions}</b></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_rdfurl}:</td>\n                                            <td><input type=\"text\" dir=\"ltr\" size=\"50\" maxlength=\"{max_url_length}\" name=\"rdfurl\" value=\"{block_rdfurl}\"{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_rdflimit}:</td>\n                                            <td><input type=\"text\" size=\"3\" maxlength=\"3\" name=\"rdflimit\" value=\"{block_rdflimit}\"{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_lastrdfupdate}:</td>\n                                            <td><input type=\"text\" size=\"19\" name=\"rdfupdated\" value=\"{block_rdfupdated}\"{xhtml}></td>\n                                        </tr>\n                                        <tr><td colspan=\"2\"><hr{xhtml}></td></tr>\n                                        <tr>\n                                            <td colspan=\"2\"><b>{lang_normalblockoptions}</b></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\" style=\"vertical-align:top\">{lang_blockcontent}:</td>\n                                            <td><textarea name=\"content\" cols=\"45\" rows=\"12\" style=\"width:100%;\">{block_content}</textarea><br{xhtml}>\n                                                <span class=\"warningsmall\">{lang_allowed_html}</span></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_autotags}:</td>\n                                            <td><input type=\"checkbox\" name=\"allow_autotags\" {allow_autotags}{xhtml}> ({lang_use_autotags})</td>\n                                        </tr>\n                                        <tr>\n                                            <td colspan=\"2\"><hr{xhtml}></td>\n                                        </tr>\n                                        <tr>\n                                            <td colspan=\"2\"><b>{lang_accessrights}</b></td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_owner}:</td>\n                                            <td>{owner_name} <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td class=\"alignright\">{lang_group}:</td>\n                                            <td>\n                                                {group_dropdown}\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td colspan=\"2\"><b>{lang_permissions}:</b></td>\n                                        </tr>\n                                        <tr>\n                                            <td colspan=\"2\">{lang_perm_key}</td>\n                                        </tr>\n                                        <tr>\n                                            <td colspan=\"2\">{permissions_editor}</td>\n                                        </tr>\n                                        <tr>\n                                            <td colspan=\"2\">{lang_permissions_msg}</td>\n                                        </tr>\n                                        <tr><td>&nbsp;</td></tr>\n                                        <tr>\n                                            <td colspan=\"2\">\n                                            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n                                            <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n                                            {delete_option}\n                                            <input type=\"hidden\" name=\"bid\" value=\"{block_bid}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                </form>\n                                {end_block}\n','allow_autotags,block_bid,block_content,block_help,block_name,block_order,block_phpblockfn,block_rdflimit,block_rdfupdated,block_rdfurl,block_title,delete_option,end_block,gltoken,gltoken_name,group_dropdown,is_enabled,lang_accessrights,lang_allowed_html,lang_autotags,lang_blockcontent,lang_blockfunction,lang_blockhelpurl,lang_blockname,lang_blockorder,lang_blocktitle,lang_blocktype,lang_cancel,lang_enabled,lang_explanation,lang_group,lang_includehttp,lang_lastrdfupdate,lang_left,lang_normalblock,lang_normalblockoptions,lang_nospaces,lang_owner,lang_perm_key,lang_permissions,lang_permissions_msg,lang_phpblock,lang_phpblockoptions,lang_phpblockwarning,lang_portalblock,lang_portalblockoptions,lang_rdflimit,lang_rdfurl,lang_right,lang_save,lang_side,lang_topic,lang_use_autotags,left_selected,max_url_length,normal_selected,owner_id,owner_name,permissions_editor,php_selected,portal_selected,right_selected,site_admin_url,start_block_editor,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (639,'professional','admin/group/groupeditor.thtml','                            <form action=\"{site_admin_url}/group.php\" method=\"post\">\n                                <table cellspacing=\"0\" cellpadding=\"2\" width=\"100%\">\n                                    <tr>\n                                        <td class=\"alignright\">{lang_groupname}:</td>\n                                        <td>{groupname_static}<input type=\"{groupname_inputtype}\" size=\"20\" maxlength=\"50\" name=\"grp_name\" value=\"{group_name}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_description}:</td>\n                                        <td><input type=\"text\" size=\"40\" maxlength=\"255\" name=\"grp_descr\" value=\"{group_description}\"{xhtml}></td>\n                                    </tr>\n                                    <tr{hide_adminoption}>\n                                        <td class=\"alignright\">{lang_admingroup}:</td>\n                                        <td><input type=\"checkbox\" name=\"chk_grpadmin\" value=\"1\" {chk_adminuse}{xhtml}>\n                                            <span class=\"fieldhelp\">{lang_admingrp_msg}</span>\n                                        </td>\n                                    </tr>\n                                    <tr{hide_defaultoption}>\n                                        <td class=\"alignright\">{lang_defaultgroup}:</td>\n                                        <td>\n                                            <input type=\"checkbox\" name=\"chk_grpdefault\" id=\"chk1\" onclick=\"showHide(\'msg1\')\" value=\"1\" {chk_defaultuse}{xhtml}>\n                                            <span class=\"fieldhelp\">{lang_defaultgrp_msg}</span>\n                                        </td>\n                                    </tr>\n                                    <tr id=\"applydefault_row\" {hide_defaultoption}>\n                                        <td class=\"alignright\">&nbsp;</td>\n                                        <td>\n                                            <div style=\"display:none\" id=\"msg1\">\n                                                <input type=\"checkbox\" name=\"chk_applydefault\" id=\"chk2\" value=\"1\"{xhtml}>\n                                                <span class=\"fieldhelp\">{lang_applydefault_msg}</span>\n                                            </div>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_securitygroups}</b></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_securitygroupmsg}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\" style=\"width:100%\">\n                                            {group_options}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_rights}</b></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_rightsmsg}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\" style=\"width:100%\">\n                                            <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n                                                {rights_options}\n                                            </table>\n                                        </td>\n                                    </tr>\n                                    <tr><td>&nbsp;</td></tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n                                            <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n                                            {delete_option}\n                                            <input type=\"hidden\" name=\"grp_gl_core\" value=\"{group_core}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"grp_id\" value=\"{group_id}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"chk_showall\" value=\"{show_all}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                                        </td>\n                                    </tr>\n                                </table>\n                            </form>\n','chk_adminuse,chk_defaultuse,delete_option,gltoken,gltoken_name,group_core,group_description,group_id,group_name,group_options,groupname_inputtype,groupname_static,hide_adminoption,hide_defaultoption,lang_admingroup,lang_admingrp_msg,lang_applydefault_msg,lang_cancel,lang_defaultgroup,lang_defaultgrp_msg,lang_description,lang_groupname,lang_rights,lang_rightsmsg,lang_save,lang_securitygroupmsg,lang_securitygroups,rights_options,show_all,site_admin_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (640,'professional','admin/group/groupmembers.thtml','<script type=\"text/javascript\" src=\"{site_url}/javascript/moveusers.js\"></script>\n<div style=\"border: 1px solid grey; margin-top:.5ex;\">\n    <form name=\"groupusers\" action=\"{phpself}\" method=\"post\" style=\"margin:0px;\">\n        <table cellspacing=\"0\" cellpadding=\"0\" class=\"pluginBG\" style=\"width:100%; padding:15px;\">\n            <tr>\n                <td class=\"blocktitle\" style=\"text-align:right; padding:5px 40px 5px 5px;\">{LANG_sitemembers}</td>\n                <td>&nbsp;</td>\n                <td class=\"blocktitle\" style=\"text-align:left; padding:5px 5px 5px 20px;\">{LANG_grpmembers}</td>\n            </tr>\n            <tr>\n                <td class=\"alignright\" style=\"padding-right:5px; width:40%;\">\n                    <select multiple=\"multiple\" size=\"10\" name=\"fieldFrom\" style=\"width: 15em; height: 20em; padding: 2px;\" ondblclick=\"moveSelectedOptions(this.form[\'fieldFrom\'],this.form[\'fieldTo\'],false)\">{sitemembers}</select>\n                </td>\n                <td class=\"aligncenter\">\n                    <input type=\"button\" name=\"right\" value=\"{LANG_add}\" onclick=\"moveSelectedOptions(this.form[\'fieldFrom\'],this.form[\'fieldTo\'],false)\"{xhtml}>\n                    <br{xhtml}><br{xhtml}>\n                    <input type=\"button\" name=\"left\"  value=\"{LANG_remove}\" onclick=\"moveSelectedOptions(this.form[\'fieldTo\'],this.form[\'fieldFrom\'],false)\"{xhtml}>\n                    <br{xhtml}><br{xhtml}>\n                </td>\n                <td class=\"alignleft\" style=\"padding-left:5px; width:40%;\">\n                    <select multiple=\"multiple\" size=\"10\" name=\"fieldTo\" style=\"width: 15em; height: 20em; padding: 2px;\" ondblclick=\"moveSelectedOptions(this.form[\'fieldTo\'],this.form[\'fieldFrom\'],false)\">{group_list}</select>\n                </td>\n            </tr>\n            <tr>\n                <td class=\"aligncenter\" colspan=\"3\"><br{xhtml}>\n                    <input type=\"hidden\" name=\"mode\" value=\"savegroupusers\"{xhtml}>\n                    <input type=\"hidden\" name=\"groupmembers\"{xhtml}>\n                    <input type=\"hidden\" name=\"grp_id\" value=\"{group_id}\"{xhtml}>\n                    <input type=\"hidden\" name=\"chk_showall\" value=\"{show_all}\"{xhtml}>\n                    <input type=\"button\" value=\"{lang_cancel}\" onclick=\"javascript:history.go(-1)\"{xhtml}>&nbsp;&nbsp;\n                    <input type=\"submit\" value=\"{lang_save}\" onclick=\"return setUsers(this.form)\"{xhtml}>\n                    <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                </td>\n            </tr>\n        </table>\n    </form>\n</div>\n','LANG_add,LANG_grpmembers,LANG_remove,LANG_sitemembers,gltoken,gltoken_name,group_id,group_list,lang_cancel,lang_save,phpself,show_all,site_url,sitemembers,xhtml');
INSERT INTO `bc_thm_contents`VALUES (641,'professional','admin/lists/inline.thtml','                            {search_menu}\n                            {formfields_top}\n                            <table class=\"admin-list-table\">\n                                <tr style=\"background:#FFFFFF;\">\n                                 {header_row}\n                                </tr>\n                                {item_row}\n                            </table>\n                            <div>\n                                <input style=\"padding:5px 0px 0px 9px;{show_deleteimage}\" name=\"delbutton\" alt=\"delbutton\" type=\"image\" src=\"{layout_url}/images/deleteitem.png\" title=\"{lang_deleteall}\" onclick=\"return confirm(\'{lang_delconfirm}\');\"{xhtml}>\n                                {formfields_bottom}\n                            </div>\n                            <p class=\"aligncenter\" style=\"{show_message}\"><b>{message}</b></p>\n                            {google_paging}\n','formfields_bottom,formfields_top,google_paging,header_row,item_row,lang_delconfirm,lang_deleteall,layout_url,message,search_menu,show_deleteimage,show_message,xhtml');
INSERT INTO `bc_thm_contents`VALUES (642,'professional','admin/lists/field.thtml','                                    <td class=\"{class}\"{colspan}>{itemtext}</td>\n','class,colspan,itemtext');
INSERT INTO `bc_thm_contents`VALUES (643,'professional','admin/lists/header.thtml','<th class=\"{class}\"{th_subtags}>{header_text}</th>\n','class,header_text,th_subtags');
INSERT INTO `bc_thm_contents`VALUES (644,'professional','admin/lists/list.thtml','                            {search_menu}\n                            <form action=\"{form_url}\" method=\"post\">\n                                <div>\n                                    {formfields_top}\n                                    <table class=\"admin-list-table\">\n                                        <tr style=\"background:#FFFFFF;\">\n                                         {header_row}\n                                        </tr>\n                                        {item_row}\n                                    </table>\n                                    <input style=\"padding:5px 0px 0px 9px;{show_deleteimage}\" name=\"delbutton\" alt=\"delbutton\" type=\"image\" src=\"{layout_url}/images/deleteitem.png\" title=\"{lang_deleteall}\" onclick=\"return confirm(\'{lang_delconfirm}\');\"{xhtml}>\n                                    {formfields_bottom}\n                                </div>\n                            </form>\n                            <p class=\"aligncenter\" style=\"{show_message}\"><b>{message}</b></p>\n                            {google_paging}\n','form_url,formfields_bottom,formfields_top,google_paging,header_row,item_row,lang_delconfirm,lang_deleteall,layout_url,message,search_menu,show_deleteimage,show_message,xhtml');
INSERT INTO `bc_thm_contents`VALUES (645,'professional','admin/lists/topmenu.thtml','                            <div class=\"admin-menu\">\n                                {icon}\n                                <div class=\"admin-menu-items\">\n                                    {menu_fields_pre}{menu_fields}{menu_fields_aft}\n                                </div>\n                                <div class=\"admin-menu-text\">\n                                    {lang_instructions}\n                                </div>\n                                <div class=\"clearboth\"></div>\n                            </div>\n','icon,lang_instructions,menu_fields,menu_fields_aft,menu_fields_pre');
INSERT INTO `bc_thm_contents`VALUES (646,'professional','admin/lists/searchmenu.thtml','<form action=\"{form_url}\" method=\"post\">\n    <div class=\"admin-list-search\">\n        {filter}\n        {lang_search}: <input type=\"text\" size=\"20\" name=\"q\" value=\"{last_query}\"{xhtml}>\n        &nbsp;&nbsp;{lang_limit_results}:\n            <select name=\"query_limit\">\n                <option value=\"10\" {10_selected}>10</option>\n                <option value=\"20\" {20_selected}>20</option>\n                <option value=\"50\" {50_selected}>50</option>\n                <option value=\"75\" {75_selected}>75</option>\n                <option value=\"100\" {100_selected}>100</option>\n                <option value=\"200\" {200_selected}>200</option>\n                <option value=\"500\" {500_selected}>500</option>\n            </select>\n        <input type=\"submit\" value=\"{lang_submit}\"{xhtml}>\n        &nbsp;&nbsp;{lang_records_found}:&nbsp;{records_found}\n    </div>\n</form>\n','100_selected,10_selected,200_selected,20_selected,500_selected,50_selected,75_selected,filter,form_url,lang_limit_results,lang_records_found,lang_search,lang_submit,last_query,records_found,xhtml');
INSERT INTO `bc_thm_contents`VALUES (647,'professional','admin/lists/listitem.thtml','                                <tr class=\"pluginRow{cssid}\" onmouseover=\"className=\'pluginRollOver\';\" onmouseout=\"className=\'pluginRow{cssid}\';\">\n                                    {item_field}\n                                </tr>\n','cssid,item_field');
INSERT INTO `bc_thm_contents`VALUES (648,'professional','admin/story/storyeditor.japanese_utf-8.thtml','                            <form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\">\n                                <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n                                    <tr>\n                                        <td class=\"alignright\" style=\"width:100px;\">{lang_author}:</td>\n                                        <td>{story_author}<input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_date}:</td>\n                                        <td>\n                                          <span dir=\"ltr\">\n                                            <select name=\"publish_year\">\n                                                {publish_year_options}\n                                            </select>\n                                            年\n                                            <select name=\"publish_month\">\n                                                {publish_month_options}\n                                            </select>\n                                            月\n                                            <select name=\"publish_day\">\n                                                {publish_day_options}\n                                            </select>\n                                            日&nbsp;&nbsp;\n                                            <select name=\"publish_hour\">\n                                                {publish_hour_options}\n                                            </select>\n                                            :\n                                            <select name=\"publish_minute\">\n                                                {publish_minute_options}\n                                            </select>\n                                            {publishampm_selection}\n                                            <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n                                          </span><br{xhtml}>\n                                          {publish_date_explanation}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_title}:</td>\n                                        <td><input type=\"text\" size=\"48\" maxlength=\"128\" name=\"title\" value=\"{story_title}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_page_title}:</td>\n                                        <td><input type=\"text\" size=\"48\" maxlength=\"128\" name=\"page_title\" value=\"{page_title}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" valign=\"top\">{lang_topic}:</td>\n                                        <td>{topic_selection}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_show_topic_icon}:</td>\n                                        <td>\n                                            <input type=\"checkbox\" name=\"show_topic_icon\" {show_topic_icon_checked}{xhtml}>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_draft}:</td>\n                                        <td><input type=\"checkbox\" name=\"draft_flag\" {is_checked}{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n                                                <tr>\n                                                    <td colspan=\"3\" style=\"padding-left:20px;\">{lang_archivetitle}</td>\n                                                </tr>\n                                                <tr>\n                                                    <td class=\"alignright\" style=\"padding-right:5px; width:20%\">{lang_option}:</td>\n                                                    <td style=\"width:20%\">{lang_enabled}:<input type=\"checkbox\" name=\"archiveflag\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\"{xhtml}></td>\n                                                    <td class=\"alignleft\">\n                                                        <label for=\"storycode10\">\n                                                            <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n                                                        </label>&nbsp;\n                                                        <label for=\"storycode11\">\n                                                            <input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>{lang_optiondelete}\n                                                        </label>\n                                                    </td>\n                                                </tr>\n                                                <tr>\n                                                    <td class=\"alignright\" style=\"vertical-align:top;padding-right:5px;\">{lang_date}:</td>\n                                                    <td colspan=\"2\">\n                                                      <span dir=\"ltr\">\n                                                        <select name=\"expire_year\">\n                                                            {expire_year_options}\n                                                        </select>\n                                                        年\n                                                        <select id=\"expire_month\" name=\"expire_month\">\n                                                            {expire_month_options}\n                                                        </select>\n                                                        月\n                                                        <select name=\"expire_day\">\n                                                            {expire_day_options}\n                                                        </select>\n                                                        日&nbsp;&nbsp;\n                                                        <select name=\"expire_hour\">\n                                                            {expire_hour_options}\n                                                        </select>\n                                                        :\n                                                        <select name=\"expire_minute\">\n                                                            {expire_minute_options}\n                                                        </select>\n                                                        {expireampm_selection}\n                                                        <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n                                                      </span><br{xhtml}>\n                                                    </td>\n                                                </tr>\n                                            </table>\n                                         </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_mode}:</td>\n                                        <td style=\"vertical-align:top;\">\n                                            {featured_options}\n                                            <select name=\"frontpage\">\n                                                {frontpage_options}\n                                            </select><div style=\"padding-top:5px;\">\n                                            <select name=\"commentcode\">\n                                                {comment_options}\n                                            </select>\n                                            <select name=\"trackbackcode\">\n                                                {trackback_options}\n                                            </select>\n                                            </div>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_cmt_disable}:</td>\n                                        <td class=\"alignleft\" style=\"vertical-align:top;\" colspan=\"1\">{lang_enabled}:<input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n                                            <span dir=\"ltr\">\n                                                 <select name=\"cmt_close_year\">\n                                                    {cmt_close_year_options}\n                                                 </select>\n                                                 年\n                                                 <select name=\"cmt_close_month\">\n                                                    {cmt_close_month_options}\n                                                 </select>\n                                                 月\n                                                 <select name=\"cmt_close_day\">\n                                                    {cmt_close_day_options}\n                                                 </select>\n                                                 日&nbsp;&nbsp;\n                                                 <select name=\"cmt_close_hour\">\n                                                     {cmt_close_hour_options}\n                                                 </select>\n                                                 :\n                                                 <select name=\"cmt_close_minute\">\n                                                     {cmt_close_minute_options}\n                                                 </select>\n                                                     {cmt_close_ampm_selection}\n                                                  <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n                                                      </span><br{xhtml}>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_sid}:</td>\n                                        <td><input type=\"text\" dir=\"ltr\" size=\"40\" maxlength=\"40\" name=\"sid\" value=\"{story_id}\"{xhtml}></td>\n                                    </tr>\n                                    <tr{hide_meta}>\n                                        <td valign=\"top\" align=\"right\">{lang_metadescription}:</td>\n                                        <td><textarea name=\"meta_description\" cols=\"45\" rows=\"2\" style=\"width:100%\">{meta_description}</textarea></td>\n                                    </tr>\n                                    <tr{hide_meta}>\n                                        <td valign=\"top\" align=\"right\">{lang_metakeywords}:</td>\n                                        <td><textarea name=\"meta_keywords\" cols=\"45\" rows=\"2\" style=\"width:100%\">{meta_keywords}</textarea></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_introtext}:</td>\n                                        <td><textarea name=\"introtext\" cols=\"45\" rows=\"12\" style=\"width:100%\">{story_introtext}</textarea></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_bodytext}:</td>\n                                        <td><textarea name=\"bodytext\" cols=\"45\" rows=\"20\" style=\"width:100%\">{story_bodytext}</textarea></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_postmode}:</td>\n                                        <td style=\"vertical-align:top;\">\n                                            <select name=\"postmode\">\n                                                {post_options}\n                                            </select>\n                                            <br{xhtml}>\n                                            {lang_allowed_html}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_images}:</td>\n                                        <td style=\"vertical-align:top;\">\n                                            {saved_images}\n                                            {image_form_elements}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_hits}:</td>\n                                        <td>\n                                            <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n                                                <tr>\n                                                    <td class=\"alignleft\">\n                                                        <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>{story_hits}\n                                                        <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n                                                        <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n                                                        <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n                                                        <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n                                                    </td>\n                                                    <td>{lang_comments}:{story_comments}</td>\n                                                    <td>{lang_trackbacks}:{story_trackbacks}</td>\n                                                    <td class=\"alignright\">{lang_emails}:{story_emails}</td>\n                                                </tr>\n                                            </table>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_accessrights}</b></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_owner}:</td>\n                                        <td>{owner_name}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_group}:</td>\n                                        <td>\n                                            {group_dropdown}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">&nbsp;</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_permissions}</b>:</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_perm_key}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            {permissions_editor}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_permissions_msg}</td>\n                                    </tr>\n                                    <tr><td colspan=\"2\">&nbsp;</td></tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n                                            <input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}>\n                                            <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n                                            {delete_option}\n                                            {submission_option}\n                                            <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"editopt\" value=\"default\"{xhtml}>\n                                            <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                                        </td>\n                                    </tr>\n                                </table>\n                            </form>\n\n','cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_option,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_topic,lang_trackbacks,meta_description,meta_keywords,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (649,'professional','admin/story/storyeditor_advanced.thtml','{noscript}\n<div id=\"advanced_editor\" style=\"display:none;\">\n    {navbar}\n    <form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" onsubmit=\"set_postcontent();\">\n        <table id=\'adveditor\' cellspacing=\"0\" cellpadding=\"3\" style=\"width:100%; margin-top:10px; border:1px solid #ECE9D8;\">\n            <tr>\n                <td style=\"width:20%;\" class=\"alignright\">{lang_author}:</td>\n                <td>{story_author}<input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}></td>\n            </tr>\n            <tr>\n                <td class=\"alignright\">{lang_title}:</td>\n                <td><input type=\"text\" size=\"48\" maxlength=\"128\" name=\"title\" value=\"{story_title}\"{xhtml}></td>\n            </tr>\n            <tr>\n                <td class=\"alignright\">{lang_page_title}:</td>\n                <td><input type=\"text\" size=\"48\" maxlength=\"128\" name=\"page_title\" value=\"{page_title}\"{xhtml}></td>\n            </tr>\n\n            <tr>\n                <td class=\"alignright\" style=\"vertical-align:top;\">{lang_sid}:</td>\n                <td><input type=\"text\" dir=\"ltr\" size=\"48\" maxlength=\"40\" name=\"sid\" value=\"{story_id}\"{xhtml}></td>\n            </tr>\n            <tr{hide_meta}>\n                <td valign=\"top\" align=\"right\">{lang_metadescription}:</td>\n                <td><textarea name=\"meta_description\" style=\"width:98%\" cols=\"45\" rows=\"2\">{meta_description}</textarea></td>\n            </tr>\n            <tr{hide_meta}>\n                <td valign=\"top\" align=\"right\">{lang_metakeywords}:</td>\n                <td><textarea name=\"meta_keywords\" style=\"width:98%\" cols=\"45\" rows=\"2\">{meta_keywords}</textarea></td>\n            </tr>            \n            <tr>\n                <td class=\"alignright\" valign=\"top\">{lang_topic}:</td>\n                <td>{topic_selection}</td>\n            </tr>\n            <tr>\n                <td class=\"alignright\">{lang_story_stats}:</td>\n                <td>\n                  <table cellspacing=\"0\" cellpadding=\"3\" style=\"width:50%;\">\n                    <tr>\n                        <td class=\"alignright\">{lang_hits}:</td>\n                        <td><input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>{story_hits}</td>\n                        <td class=\"alignright\">{lang_comments}:</td>\n                        <td><input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>{story_comments}</td>\n                        <td class=\"alignright\">{lang_emails}:</td>\n                        <td><input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>{story_emails}</td>\n                    </tr>\n                 </table>\n                </td>\n            </tr>\n            <tr>\n                <td class=\"alignright\">{lang_show_topic_icon}:<input type=\"checkbox\" name=\"show_topic_icon\" {show_topic_icon_checked}{xhtml}> </td>\n                <td style=\"padding-left:25px;\">{lang_draft}:<input type=\"checkbox\" name=\"draft_flag\" {is_checked}{xhtml}><span style=\"padding-left:30px;\">{lang_postmode}:</span>&nbsp;<select id=\"sel_editmode\" name=\"postmode\" {change_editormode}>{post_options}</select></td>\n            </tr>\n        </table>\n        <!-- Basic textarea field - no editor -->\n        <div id=\"text_editor\" style=\"margin-top:10px; padding:5px 0 5px 10px; border:1px solid #ECE9D8;display:{show_texteditor};\">\n            {lang_introtext}:\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" alt=\"\" onclick=\"changeTextAreaSize(\'introtext\',\'larger\');\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" alt=\"\" onclick=\"changeTextAreaSize(\'introtext\',\'smaller\');\"{xhtml}>\n            <textarea id=\"introtext\" style=\"padding:5px 10px 5px 10px; width:95%;\" name=\"introtext\" cols=\"45\" rows=\"14\">{story_introtext}</textarea>\n            {lang_bodytext}:\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" alt=\"\" onclick=\"changeTextAreaSize(\'bodytext\',\'larger\');\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" alt=\"\" onclick=\"changeTextAreaSize(\'bodytext\',\'smaller\');\"{xhtml}>\n            <textarea id=\"bodytext\" style=\"padding:5px 10px 5px 10px; width:95%;\" name=\"bodytext\" cols=\"45\" rows=\"14\">{story_bodytext}</textarea>\n        </div>\n        <!-- HTML Editor -->\n        <div id=\"html_editor\" style=\"margin-top:10px; padding:5px; border:1px solid #ECE9D8;display:{show_htmleditor};\">\n            {lang_introtext}:\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" alt=\"\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'larger\');\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" alt=\"\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'smaller\');\"{xhtml}>\n            <span style=\"padding-left:15px;\">{lang_toolbar}:&nbsp;\n                <select id=\"fckeditor_toolbar_selector\" name=\"fckeditor_toolbar_selector\" onchange=\"changeToolbar(this.value);\">\n                     <option value=\"editor-toolbar1\">{toolbar1}</option>\n                     <option value=\"editor-toolbar2\" selected=\"selected\">{toolbar2}</option>\n                     <option value=\"editor-toolbar3\">{toolbar3}</option>\n                     <option value=\"Default\">{toolbar5}</option>\n                </select>\n            </span>\n            <textarea id=\"introhtml\" style=\"padding:5px 10px 5px 10px;\" name=\"introhtml\" cols=\"45\" rows=\"12\">{story_introtext}</textarea>\n            {lang_bodytext}:\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" alt=\"\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'larger\');\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" alt=\"\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'smaller\');\"{xhtml}>\n            <textarea id=\"bodyhtml\" style=\"padding:5px 10px 5px 10px;\" name=\"bodyhtml\" cols=\"45\" rows=\"20\">{story_bodytext}</textarea>\n        </div>\n        <div id=\"editor_mode\">\n            {lang_allowed_html}\n        </div>\n        <div  id=\"se_options\" style=\"width:100%; margin-top:10px; border:1px solid #ECE9D8; display:none;\">\n            <div id=\"se_publish\" style=\"display:none;\">\n                <fieldset><legend>{lang_publishdate}</legend>\n                    <table cellspacing=\"0\" cellpadding=\"3\" style=\"width:100%;\">\n                        <tr>\n                            <td class=\"alignright\" style=\"vertical-align:top;\">{lang_date}:</td>\n                            <td>\n                              <span dir=\"ltr\">\n                                <select name=\"publish_month\">\n                                    {publish_month_options}\n                                </select>\n                                /\n                                <select name=\"publish_day\">\n                                    {publish_day_options}\n                                </select>\n                                /\n                                <select name=\"publish_year\">\n                                    {publish_year_options}\n                                </select>&nbsp;&nbsp;\n                                <select name=\"publish_hour\">\n                                    {publish_hour_options}\n                                </select>\n                                :\n                                <select name=\"publish_minute\">\n                                    {publish_minute_options}\n                                </select>\n                                {publishampm_selection}\n                                <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n                              </span><br{xhtml}><br{xhtml}>\n                              {publish_date_explanation}\n                            </td>\n                        </tr>\n                    </table>\n                </fieldset>\n                <fieldset style=\"margin-top:10px;\"><legend>{lang_publishoptions}</legend>\n                    <table cellspacing=\"3\" cellpadding=\"3\" style=\"width:100%;\">\n                        <tr>\n                            <td>\n                                {featured_options}\n                            </td>\n                            <td style=\"width:75%;\">\n                                <select name=\"frontpage\">\n                                    {frontpage_options}\n                                </select>\n                            </td>\n                        </tr>\n                        <tr>\n                            <td>\n                                <select name=\"commentcode\">\n                                    {comment_options}\n                                </select>\n                            </td>\n                            <td>\n                                <select name=\"trackbackcode\">\n                                    {trackback_options}\n                                </select>\n                            </td>\n                         </tr>\n                         <tr>\n                            <td>{lang_cmt_disable}:</td>\n                                        <td class=\"alignleft\" style=\"vertical-align:top;\" colspan=\"1\">{lang_enabled}:<input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n                                            <span dir=\"ltr\">\n                                                <select name=\"cmt_close_month\">\n                                                    {cmt_close_month_options}\n                                                 </select>\n                                                 /\n                                                 <select name=\"cmt_close_day\">\n                                                    {cmt_close_day_options}\n                                                 </select>\n                                                 /\n                                                 <select name=\"cmt_close_year\">\n                                                    {cmt_close_year_options}\n                                                 </select>&nbsp;&nbsp;\n                                                 <select name=\"cmt_close_hour\">\n                                                     {cmt_close_hour_options}\n                                                 </select>\n                                                 :\n                                                 <select name=\"cmt_close_minute\">\n                                                     {cmt_close_minute_options}\n                                                 </select>\n                                                     {cmt_close_ampm_selection}\n                                                  <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n                                                      </span><br{xhtml}>\n                                        </td>\n\n                        </tr>\n                    </table>\n                </fieldset>\n            </div>\n            <div id=\"se_images\" style=\"display:none;\">\n                <fieldset style=\"margin-top:10px;\"><legend>{lang_images}</legend>\n                    {saved_images}\n                    {image_form_elements}\n                </fieldset>\n            </div>\n            <div id=\"se_archive\" style=\"display:none;\">\n                <fieldset style=\"margin-top:10px;\">\n                    <legend>{lang_archivetitle}</legend>\n                    <table cellspacing=\"0\" cellpadding=\"3\" style=\"width:100%;\">\n                        <tr>\n                            <td class=\"alignright\" style=\"width:20%; padding-right:5px;\">{lang_option}:</td>\n                            <td style=\"width:20%;\">{lang_enabled}:<input type=\"checkbox\" name=\"archiveflag\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\"{xhtml}></td>\n                            <td class=\"alignleft\">\n                                <label for=\"storycode10\">\n                                    <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n                                </label>&nbsp;\n                                <label for=\"storycode11\">\n                                    <input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>{lang_optiondelete}\n                                </label>\n                            </td>\n                        </tr>\n                        <tr>\n                            <td class=\"alignright\" style=\"vertical-align:top;padding-right:5px;\">{lang_date}:</td>\n                            <td colspan=\"2\">\n                              <span dir=\"ltr\">\n                                <select id=\"expire_month\" name=\"expire_month\">\n                                    {expire_month_options}\n                                </select>\n                                <select name=\"expire_day\">\n                                    {expire_day_options}\n                                </select>\n                                <select name=\"expire_year\">\n                                    {expire_year_options}\n                                </select>\n                                <select name=\"expire_hour\">\n                                    {expire_hour_options}\n                                </select>&nbsp;:\n                                <select name=\"expire_minute\">\n                                    {expire_minute_options}\n                                </select>\n                                {expireampm_selection}\n                                <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n                              </span><br{xhtml}>\n                            </td>\n                        </tr>\n                    </table>\n                </fieldset>\n            </div>\n            <fieldset id=\"se_perms\" style=\"margin-top:10px; display:none;\">\n                <legend>{lang_permissions}</legend>\n                <p>{lang_owner}: {owner_name}<input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}></p>\n                <p>{lang_group}: {group_dropdown}</p>\n                <p>{lang_permissions}:</p>\n                <p>{lang_perm_key}</p>\n                {permissions_editor}\n                <p>{lang_permissions_msg}</p>\n            </fieldset>\n        </div>\n        <div id=\"se_bottom\" style=\"width:100%; padding:3px; margin-top:20px;display:{show_submitoptions}\">\n            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n            <span style=\"padding-right:10px;padding-left:10px;\"><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></span>\n            <span style=\"padding-right:50px;\"><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></span>\n            {delete_option}\n            {submission_option}\n            <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n            <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n        </div>\n    </form>\n    <div id=\"preview\" style=\"width:100%; border:1px dashed grey; padding:0; margin-top:10px; display:{show_preview};\">\n        <div style=\"margin:10px;\">\n            {preview_content}\n        </div>\n    </div>\n</div>\n','change_editormode,cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_expandhelp,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_option,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_publishdate,lang_publishoptions,lang_reducehelp,lang_save,lang_show_topic_icon,lang_sid,lang_story_stats,lang_title,lang_toolbar,lang_topic,layout_url,meta_description,meta_keywords,navbar,noscript,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,preview_content,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_htmleditor,show_preview,show_submitoptions,show_texteditor,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_uid,submission_option,toolbar1,toolbar2,toolbar3,toolbar5,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (650,'professional','admin/story/storyeditor.thtml','                            <form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\">\n                                <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n                                    <tr>\n                                        <td class=\"alignright\" style=\"width:100px;\">{lang_author}:</td>\n                                        <td>{story_author}<input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_date}:</td>\n                                        <td>\n                                          <span dir=\"ltr\">\n                                            <select name=\"publish_month\">\n                                                {publish_month_options}\n                                            </select>\n                                            /\n                                            <select name=\"publish_day\">\n                                                {publish_day_options}\n                                            </select>\n                                            /\n                                            <select name=\"publish_year\">\n                                                {publish_year_options}\n                                            </select>&nbsp;&nbsp;\n                                            <select name=\"publish_hour\">\n                                                {publish_hour_options}\n                                            </select>\n                                            :\n                                            <select name=\"publish_minute\">\n                                                {publish_minute_options}\n                                            </select>\n                                            {publishampm_selection}\n                                            <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n                                          </span><br{xhtml}>\n                                          {publish_date_explanation}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_title}:</td>\n                                        <td><input type=\"text\" size=\"48\" maxlength=\"128\" name=\"title\" value=\"{story_title}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_page_title}:</td>\n                                        <td><input type=\"text\" size=\"48\" maxlength=\"128\" name=\"page_title\" value=\"{page_title}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" valign=\"top\">{lang_topic}:</td>\n                                        <td>{topic_selection}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_show_topic_icon}:</td>\n                                        <td>\n                                            <input type=\"checkbox\" name=\"show_topic_icon\" {show_topic_icon_checked}{xhtml}>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_draft}:</td>\n                                        <td><input type=\"checkbox\" name=\"draft_flag\" {is_checked}{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n                                                <tr>\n                                                    <td colspan=\"3\" style=\"padding-left:20px;\">{lang_archivetitle}</td>\n                                                </tr>\n                                                <tr>\n                                                    <td class=\"alignright\" style=\"padding-right:5px; width:20%\">{lang_option}:</td>\n                                                    <td style=\"width:20%\">{lang_enabled}:<input type=\"checkbox\" name=\"archiveflag\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\"{xhtml}></td>\n                                                    <td class=\"alignleft\">\n                                                        <label for=\"storycode10\">\n                                                            <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n                                                        </label>&nbsp;\n                                                        <label for=\"storycode11\">\n                                                            <input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>{lang_optiondelete}\n                                                        </label>\n                                                    </td>\n                                                </tr>\n                                                <tr>\n                                                    <td class=\"alignright\" style=\"vertical-align:top;padding-right:5px;\">{lang_date}:</td>\n                                                    <td colspan=\"2\">\n                                                      <span dir=\"ltr\">\n                                                        <select id=\"expire_month\" name=\"expire_month\">\n                                                            {expire_month_options}\n                                                        </select>\n                                                        /\n                                                        <select name=\"expire_day\">\n                                                            {expire_day_options}\n                                                        </select>\n                                                        /\n                                                        <select name=\"expire_year\">\n                                                            {expire_year_options}\n                                                        </select>&nbsp;&nbsp;\n                                                        <select name=\"expire_hour\">\n                                                            {expire_hour_options}\n                                                        </select>\n                                                        :\n                                                        <select name=\"expire_minute\">\n                                                            {expire_minute_options}\n                                                        </select>\n                                                        {expireampm_selection}\n                                                        <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n                                                      </span><br{xhtml}>\n                                                    </td>\n                                                </tr>\n                                            </table>\n                                         </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_mode}:</td>\n                                        <td style=\"vertical-align:top;\">\n                                            {featured_options}\n                                            <select name=\"frontpage\">\n                                                {frontpage_options}\n                                            </select><div style=\"padding-top:5px;\">\n                                            <select name=\"commentcode\">\n                                                {comment_options}\n                                            </select>\n                                            <select name=\"trackbackcode\">\n                                                {trackback_options}\n                                            </select>\n                                            </div>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_cmt_disable}:</td>\n                                        <td class=\"alignleft\" style=\"vertical-align:top;\" colspan=\"1\">{lang_enabled}:<input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n                                            <span dir=\"ltr\">\n                                                <select name=\"cmt_close_month\">\n                                                    {cmt_close_month_options}\n                                                 </select>\n                                                 /\n                                                 <select name=\"cmt_close_day\">\n                                                    {cmt_close_day_options}\n                                                 </select>\n                                                 /\n                                                 <select name=\"cmt_close_year\">\n                                                    {cmt_close_year_options}\n                                                 </select>&nbsp;&nbsp;\n                                                 <select name=\"cmt_close_hour\">\n                                                     {cmt_close_hour_options}\n                                                 </select>\n                                                 :\n                                                 <select name=\"cmt_close_minute\">\n                                                     {cmt_close_minute_options}\n                                                 </select>\n                                                     {cmt_close_ampm_selection}\n                                                  <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n                                                      </span><br{xhtml}>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_sid}:</td>\n                                        <td><input type=\"text\" dir=\"ltr\" size=\"40\" maxlength=\"40\" name=\"sid\" value=\"{story_id}\"{xhtml}></td>\n                                    </tr>\n                                    <tr{hide_meta}>\n                                        <td valign=\"top\" align=\"right\">{lang_metadescription}:</td>\n                                        <td><textarea name=\"meta_description\" cols=\"45\" rows=\"2\" style=\"width:100%\">{meta_description}</textarea></td>\n                                    </tr>\n                                    <tr{hide_meta}>\n                                        <td valign=\"top\" align=\"right\">{lang_metakeywords}:</td>\n                                        <td><textarea name=\"meta_keywords\" cols=\"45\" rows=\"2\" style=\"width:100%\">{meta_keywords}</textarea></td>\n                                    </tr>                                        \n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_introtext}:</td>\n                                        <td><textarea name=\"introtext\" cols=\"45\" rows=\"12\" style=\"width:100%\">{story_introtext}</textarea></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_bodytext}:</td>\n                                        <td><textarea name=\"bodytext\" cols=\"45\" rows=\"20\" style=\"width:100%\">{story_bodytext}</textarea></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_postmode}:</td>\n                                        <td style=\"vertical-align:top;\">\n                                            <select name=\"postmode\">\n                                                {post_options}\n                                            </select>\n                                            <br{xhtml}>\n                                            {lang_allowed_html}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\">{lang_images}:</td>\n                                        <td style=\"vertical-align:top;\">\n                                            {saved_images}\n                                            {image_form_elements}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_hits}:</td>\n                                        <td>\n                                            <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n                                                <tr>\n                                                    <td class=\"alignleft\">\n                                                        <input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>{story_hits}\n                                                        <input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>\n                                                        <input type=\"hidden\" name=\"trackbacks\" value=\"{story_trackbacks}\"{xhtml}>\n                                                        <input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>\n                                                        <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n                                                    </td>\n                                                    <td>{lang_comments}:{story_comments}</td>\n                                                    <td>{lang_trackbacks}:{story_trackbacks}</td>\n                                                    <td class=\"alignright\">{lang_emails}:{story_emails}</td>\n                                                </tr>\n                                            </table>\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_accessrights}</b></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_owner}:</td>\n                                        <td>{owner_name}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_group}:</td>\n                                        <td>\n                                            {group_dropdown}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">&nbsp;</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_permissions}</b>:</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_perm_key}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            {permissions_editor}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_permissions_msg}</td>\n                                    </tr>\n                                    <tr><td colspan=\"2\">&nbsp;</td></tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n                                            <input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}>\n                                            <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n                                            {delete_option}\n                                            {submission_option}\n                                            <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"editopt\" value=\"default\"{xhtml}>\n                                            <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                                        </td>\n                                    </tr>\n                                </table>\n                            </form>\n\n','cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_accessrights,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_mode,lang_option,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_save,lang_show_topic_icon,lang_sid,lang_title,lang_topic,lang_trackbacks,meta_description,meta_keywords,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_trackbacks,story_uid,submission_option,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (651,'professional','admin/story/storyeditor_advanced.japanese_utf-8.thtml','{noscript}\n<div id=\"advanced_editor\" style=\"display:none;\">\n    {navbar}\n    <form name=\"frmstory\" action=\"{site_admin_url}/story.php\" method=\"post\" enctype=\"multipart/form-data\" onsubmit=\"set_postcontent();\">\n        <table id=\'adveditor\' cellspacing=\"0\" cellpadding=\"3\" style=\"width:100%; margin-top:10px; border:1px solid #ECE9D8;\">\n            <tr>\n                <td style=\"width:20%;\" class=\"alignright\">{lang_author}:</td>\n                <td>{story_author}<input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}></td>\n            </tr>\n            <tr>\n                <td class=\"alignright\">{lang_title}:</td>\n                <td><input type=\"text\" size=\"48\" maxlength=\"128\" name=\"title\" value=\"{story_title}\"{xhtml}></td>\n            </tr>\n            <tr>\n                <td class=\"alignright\">{lang_page_title}:</td>\n                <td><input type=\"text\" size=\"48\" maxlength=\"128\" name=\"page_title\" value=\"{page_title}\"{xhtml}></td>\n            </tr>\n\n            <tr>\n                <td class=\"alignright\" style=\"vertical-align:top;\">{lang_sid}:</td>\n                <td><input type=\"text\" dir=\"ltr\" size=\"48\" maxlength=\"40\" name=\"sid\" value=\"{story_id}\"{xhtml}></td>\n            </tr>\n            <tr{hide_meta}>\n                <td valign=\"top\" align=\"right\">{lang_metadescription}:</td>\n                <td><textarea name=\"meta_description\" style=\"width:100%\" cols=\"45\" rows=\"2\">{meta_description}</textarea></td>\n            </tr>\n            <tr{hide_meta}>\n                <td valign=\"top\" align=\"right\">{lang_metakeywords}:</td>\n                <td><textarea name=\"meta_keywords\" style=\"width:100%\" cols=\"45\" rows=\"2\">{meta_keywords}</textarea></td>\n            </tr>\n            <tr>\n                <td class=\"alignright\" valign=\"top\">{lang_topic}:</td>\n                <td>{topic_selection}</td>\n            </tr>\n            <tr>\n                <td class=\"alignright\">{lang_story_stats}:</td>\n                <td>\n                  <table cellspacing=\"0\" cellpadding=\"3\" style=\"width:50%;\">\n                    <tr>\n                        <td class=\"alignright\">{lang_hits}:</td>\n                        <td><input type=\"hidden\" name=\"hits\" value=\"{story_hits}\"{xhtml}>{story_hits}</td>\n                        <td class=\"alignright\">{lang_comments}:</td>\n                        <td><input type=\"hidden\" name=\"comments\" value=\"{story_comments}\"{xhtml}>{story_comments}</td>\n                        <td class=\"alignright\">{lang_emails}:</td>\n                        <td><input type=\"hidden\" name=\"numemails\" value=\"{story_emails}\"{xhtml}>{story_emails}</td>\n                    </tr>\n                 </table>\n                </td>\n            </tr>\n            <tr>\n                <td class=\"alignright\">{lang_show_topic_icon}:<input type=\"checkbox\" name=\"show_topic_icon\" {show_topic_icon_checked}{xhtml}> </td>\n                <td style=\"padding-left:25px;\">{lang_draft}:<input type=\"checkbox\" name=\"draft_flag\" {is_checked}{xhtml}><span style=\"padding-left:30px;\">{lang_postmode}:</span>&nbsp;<select id=\"sel_editmode\" name=\"postmode\" {change_editormode}>{post_options}</select></td>\n            </tr>\n        </table>\n        <!-- Basic textarea field - no editor -->\n        <div id=\"text_editor\" style=\"width:100%; margin-top:10px; padding-left:10px; border:1px solid #ECE9D8;display:{show_texteditor};\">\n            {lang_introtext}:\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" alt=\"\" onclick=\"changeTextAreaSize(\'introtext\',\'larger\');\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" alt=\"\" onclick=\"changeTextAreaSize(\'introtext\',\'smaller\');\"{xhtml}>\n            <textarea id=\"introtext\"  style=\"width:100%; padding:5px 10px 5px 10px;\" name=\"introtext\" cols=\"45\" rows=\"14\">{story_introtext}</textarea>\n            {lang_bodytext}:\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" alt=\"\" onclick=\"changeTextAreaSize(\'bodytext\',\'larger\');\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" alt=\"\" onclick=\"changeTextAreaSize(\'bodytext\',\'smaller\');\"{xhtml}>\n            <textarea id=\"bodytext\" style=\"padding:5px 10px 5px 10px; width:100%;\" name=\"bodytext\" cols=\"45\" rows=\"14\">{story_bodytext}</textarea>\n        </div>\n        <!-- HTML Editor -->\n        <div id=\"html_editor\" style=\"margin-top:10px; padding-left:10px; border:1px solid #ECE9D8;display:{show_htmleditor};\">\n            {lang_introtext}:\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" alt=\"\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'larger\');\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" alt=\"\" onclick=\"changeHTMLTextAreaSize(\'introhtml\',\'smaller\');\"{xhtml}>\n            <span style=\"padding-left:15px;\">{lang_toolbar}:&nbsp;\n                <select id=\"fckeditor_toolbar_selector\" name=\"fckeditor_toolbar_selector\" onchange=\"changeToolbar(this.value);\">\n                     <option value=\"editor-toolbar1\">{toolbar1}</option>\n                     <option value=\"editor-toolbar2\" selected=\"selected\">{toolbar2}</option>\n                     <option value=\"editor-toolbar3\">{toolbar3}</option>\n                     <option value=\"Default\">{toolbar5}</option>\n                </select>\n            </span>\n            <textarea id=\"introhtml\" style=\"padding:5px 10px 5px 10px;\" name=\"introhtml\" cols=\"45\" rows=\"12\">{story_introtext}</textarea>\n            {lang_bodytext}:\n            <img src=\"{layout_url}/images/expand.png\" title=\"{lang_expandhelp}\" alt=\"\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'larger\');\"{xhtml}>\n            <img src=\"{layout_url}/images/collapse.png\" title=\"{lang_reducehelp}\" alt=\"\" onclick=\"changeHTMLTextAreaSize(\'bodyhtml\',\'smaller\');\"{xhtml}>\n            <textarea id=\"bodyhtml\" style=\"padding:5px 10px 5px 10px;\" name=\"bodyhtml\" cols=\"45\" rows=\"20\">{story_bodytext}</textarea>\n        </div>\n        <div id=\"editor_mode\">\n            {lang_allowed_html}\n        </div>\n        <div  id=\"se_options\" style=\"width:100%; margin-top:10px; border:1px solid #ECE9D8; display:none;\">\n            <div id=\"se_publish\" style=\"display:none;\">\n                <fieldset><legend>{lang_publishdate}</legend>\n                    <table cellspacing=\"0\" cellpadding=\"3\" style=\"width:100%;\">\n                        <tr>\n                            <td class=\"alignright\" style=\"vertical-align:top; width:3em\">{lang_date}:</td>\n                            <td>\n                              <span dir=\"ltr\">\n                                <select name=\"publish_year\">\n                                    {publish_year_options}\n                                </select>\n                                年\n                                <select name=\"publish_month\">\n                                    {publish_month_options}\n                                </select>\n                                月\n                                <select name=\"publish_day\">\n                                    {publish_day_options}\n                                </select>\n                                日&nbsp;&nbsp;\n                                <select name=\"publish_hour\">\n                                    {publish_hour_options}\n                                </select>\n                                :\n                                <select name=\"publish_minute\">\n                                    {publish_minute_options}\n                                </select>\n                                {publishampm_selection}\n                                <input type=\"hidden\" name=\"publish_second\" value=\"{publish_second}\"{xhtml}>\n                              </span><br{xhtml}><br{xhtml}>\n                              {publish_date_explanation}\n                            </td>\n                        </tr>\n                    </table>\n                </fieldset>\n                <fieldset style=\"margin-top:10px;\"><legend>{lang_publishoptions}</legend>\n                    <table cellspacing=\"3\" cellpadding=\"3\" style=\"width:100%;\">\n                        <tr>\n                            <td>\n                                {featured_options}\n                            </td>\n                            <td style=\"width:75%;\">\n                                <select name=\"frontpage\">\n                                    {frontpage_options}\n                                </select>\n                            </td>\n                        </tr>\n                        <tr>\n                            <td>\n                                <select name=\"commentcode\">\n                                    {comment_options}\n                                </select>\n                            </td>\n                            <td>\n                                <select name=\"trackbackcode\">\n                                    {trackback_options}\n                                </select>\n                            </td>\n                         </tr>\n                         <tr>\n                            <td>{lang_cmt_disable}:</td>\n                                        <td class=\"alignleft\" style=\"vertical-align:top;\" colspan=\"1\">{lang_enabled}:<input type=\"checkbox\" name=\"cmt_close_flag\" value=\"1\" {is_checked5} onclick=\"enablecmtclose(this);\"{xhtml}>\n                                            <span dir=\"ltr\">\n                                                 <select name=\"cmt_close_year\">\n                                                    {cmt_close_year_options}\n                                                 </select>\n                                                 年\n                                                 <select name=\"cmt_close_month\">\n                                                    {cmt_close_month_options}\n                                                 </select>\n                                                 月\n                                                 <select name=\"cmt_close_day\">\n                                                    {cmt_close_day_options}\n                                                 </select>\n                                                 日&nbsp;&nbsp;\n                                                 <select name=\"cmt_close_hour\">\n                                                     {cmt_close_hour_options}\n                                                 </select>\n                                                 :\n                                                 <select name=\"cmt_close_minute\">\n                                                     {cmt_close_minute_options}\n                                                 </select>\n                                                     {cmt_close_ampm_selection}\n                                                  <input type=\"hidden\" name=\"cmt_close_second\" value=\"{cmt_close_second}\"{xhtml}>\n                                                      </span><br{xhtml}>\n                                        </td>\n\n                        </tr>\n                    </table>\n                </fieldset>\n            </div>\n            <div id=\"se_images\" style=\"display:none;\">\n                <fieldset style=\"margin-top:10px;\"><legend>{lang_images}</legend>\n                    {saved_images}\n                    {image_form_elements}\n                </fieldset>\n            </div>\n            <div id=\"se_archive\" style=\"display:none;\">\n                <fieldset style=\"margin-top:10px;\">\n                    <legend>{lang_archivetitle}</legend>\n                    <table cellspacing=\"0\" cellpadding=\"3\" style=\"width:100%;\">\n                        <tr>\n                            <td class=\"alignright\" style=\"width:20%; padding-right:5px;\">{lang_option}:</td>\n                            <td style=\"width:20%;\">{lang_enabled}:<input type=\"checkbox\" name=\"archiveflag\" value=\"1\" {is_checked2} onclick=\"enablearchive(this);\"{xhtml}></td>\n                            <td class=\"alignleft\">\n                                <label for=\"storycode10\">\n                                    <input type=\"radio\" name=\"statuscode\" id=\"storycode10\" value=\"10\" {is_checked3}{xhtml}>{lang_optionarchive}\n                                </label>&nbsp;\n                                <label for=\"storycode11\">\n                                    <input type=\"radio\" name=\"statuscode\" id=\"storycode11\" value=\"11\" {is_checked4}{xhtml}>{lang_optiondelete}\n                                </label>\n                            </td>\n                        </tr>\n                        <tr>\n                            <td class=\"alignright\" style=\"vertical-align:top;padding-right:5px;\">{lang_date}:</td>\n                            <td colspan=\"2\">\n                              <span dir=\"ltr\">\n                                <select name=\"expire_year\">\n                                    {expire_year_options}\n                                </select>\n                                年\n                                <select id=\"expire_month\" name=\"expire_month\">\n                                    {expire_month_options}\n                                </select>\n                                月\n                                <select name=\"expire_day\">\n                                    {expire_day_options}\n                                </select>\n                                日&nbsp;&nbsp;\n                                <select name=\"expire_hour\">\n                                    {expire_hour_options}\n                                </select>&nbsp;:\n                                <select name=\"expire_minute\">\n                                    {expire_minute_options}\n                                </select>\n                                {expireampm_selection}\n                                <input type=\"hidden\" name=\"expire_second\" value=\"{expire_second}\"{xhtml}>\n                              </span><br{xhtml}>\n                            </td>\n                        </tr>\n                    </table>\n                </fieldset>\n            </div>\n            <fieldset id=\"se_perms\" style=\"margin-top:10px; display:none;\">\n                <legend>{lang_permissions}</legend>\n                <p>{lang_owner}: {owner_name}<input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}></p>\n                <p>{lang_group}: {group_dropdown}</p>\n                <p>{lang_permissions}:</p>\n                <p>{lang_perm_key}</p>\n                {permissions_editor}\n                <p>{lang_permissions_msg}</p>\n            </fieldset>\n        </div>\n        <div id=\"se_bottom\" style=\"width:100%; padding:3px; margin-top:20px;display:{show_submitoptions}\">\n            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n            <span style=\"padding-right:10px;padding-left:10px;\"><input type=\"submit\" value=\"{lang_preview}\" name=\"mode\"{xhtml}></span>\n            <span style=\"padding-right:50px;\"><input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}></span>\n            {delete_option}\n            {submission_option}\n            <input type=\"hidden\" name=\"old_sid\" value=\"{old_story_id}\"{xhtml}>\n            <input type=\"hidden\" name=\"hour_mode\" value=\"{hour_mode}\"{xhtml}>\n            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n        </div>\n    </form>\n    <div id=\"preview\" style=\"margin-top:10px; border:1px dashed grey; width:100%; padding:0; display:{show_preview};\">\n        <div style=\"margin:10px;\">\n            {preview_content}\n        </div>\n    </div>\n</div>\n','change_editormode,cmt_close_ampm_selection,cmt_close_day_options,cmt_close_hour_options,cmt_close_minute_options,cmt_close_month_options,cmt_close_second,cmt_close_year_options,comment_options,delete_option,expire_day_options,expire_hour_options,expire_minute_options,expire_month_options,expire_second,expire_year_options,expireampm_selection,featured_options,frontpage_options,gltoken,gltoken_name,group_dropdown,hide_meta,hour_mode,image_form_elements,is_checked,is_checked2,is_checked3,is_checked4,is_checked5,lang_allowed_html,lang_archivetitle,lang_author,lang_bodytext,lang_cancel,lang_cmt_disable,lang_comments,lang_date,lang_draft,lang_emails,lang_enabled,lang_expandhelp,lang_group,lang_hits,lang_images,lang_introtext,lang_metadescription,lang_metakeywords,lang_option,lang_optionarchive,lang_optiondelete,lang_owner,lang_page_title,lang_perm_key,lang_permissions,lang_permissions_msg,lang_postmode,lang_preview,lang_publishdate,lang_publishoptions,lang_reducehelp,lang_save,lang_show_topic_icon,lang_sid,lang_story_stats,lang_title,lang_toolbar,lang_topic,layout_url,meta_description,meta_keywords,navbar,noscript,old_story_id,owner_id,owner_name,page_title,permissions_editor,post_options,preview_content,publish_date_explanation,publish_day_options,publish_hour_options,publish_minute_options,publish_month_options,publish_second,publish_year_options,publishampm_selection,saved_images,show_htmleditor,show_preview,show_submitoptions,show_texteditor,show_topic_icon_checked,site_admin_url,story_author,story_bodytext,story_comments,story_emails,story_hits,story_id,story_introtext,story_title,story_uid,submission_option,toolbar1,toolbar2,toolbar3,toolbar5,topic_selection,trackback_options,xhtml');
INSERT INTO `bc_thm_contents`VALUES (652,'professional','admin/topic/topiclist.thtml','                            {top_menu}\n                            <table cellspacing=\"0\" cellpadding=\"2\" width=\"100%\">\n                                {list_row}\n                            </table>\n','list_row,top_menu');
INSERT INTO `bc_thm_contents`VALUES (653,'professional','admin/topic/listitem.thtml','                            {begin_row}\n                            <td>\n                                <a href=\"{site_admin_url}/topic.php?mode=edit&amp;tid={topic_id}\">{image_tag}</a><br{xhtml}>\n                                <a href=\"{site_admin_url}/topic.php?mode=edit&amp;tid={topic_id}\">{topic_name}</a>\n                                {default_topic} ({topic_access})\n                            </td>\n                            {end_row}','begin_row,default_topic,end_row,image_tag,site_admin_url,topic_access,topic_id,topic_name,xhtml');
INSERT INTO `bc_thm_contents`VALUES (654,'professional','admin/topic/topiceditor.thtml','                            <form action=\"{site_admin_url}/topic.php\" method=\"post\" enctype=\"multipart/form-data\">\n                                <table cellspacing=\"0\" cellpadding=\"2\" width=\"100%\">\n                                    <tr>\n                                        <td class=\"alignright\">{lang_topicid}:</td>\n                                        <td><input type=\"text\" size=\"20\" maxlength=\"20\" name=\"tid\" value=\"{topic_id}\"{xhtml}> {lang_donotusespaces}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_inherit}:</td>\n                                        <td><input type=\"checkbox\" name=\"inherit\" {inherit_checked}{xhtml}>  <span class=\"fieldhelp\">{lang_inherit_info}</span></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_hidden}:</td>\n                                        <td><input type=\"checkbox\" name=\"hidden\" {hidden_checked}{xhtml}>  <span class=\"fieldhelp\">{lang_hidden_info}</span></td>\n                                    </tr>                                    \n                                    <tr>\n                                        <td class=\"alignright\">{lang_parent_id}:</td>\n                                        <td>\n                                            <select name=\"parent_id\">\n                                                {parent_id_options}\n                                            </select>                                        \n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_sortorder}:</td>\n                                        <td>{sort_order}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_storiesperpage}:</td>\n                                        <td><input type=\"text\" size=\"3\" maxlength=\"3\" name=\"limitnews\" value=\"{story_limit}\"{xhtml}> <span class=\"fieldhelp\">{lang_defaultis} {default_limit}</span></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_topicname}:</td>\n                                        <td><input type=\"text\" size=\"48\" name=\"topic_name\" value=\"{topic_name}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_topicimage}:</td>\n                                        <td><input type=\"text\" dir=\"ltr\" size=\"48\" maxlength=\"{max_url_length}\" name=\"imageurl\" value=\"{image_url}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_uploadimage}:</td>\n                                        <td><input type=\"file\" name=\"newicon\"{xhtml}> {icon_max_dimensions}</td>\n                                    </tr>\n                                    <tr{hide_meta}>\n                                        <td valign=\"top\" align=\"right\">{lang_metadescription}:</td>\n                                        <td><textarea name=\"meta_description\" style=\"width:100%\" cols=\"45\" rows=\"2\">{meta_description}</textarea></td>\n                                    </tr>\n                                    <tr{hide_meta}>\n                                        <td valign=\"top\" align=\"right\">{lang_metakeywords}:</td>\n                                        <td><textarea name=\"meta_keywords\" style=\"width:100%\" cols=\"45\" rows=\"2\">{meta_keywords}</textarea></td>\n                                    </tr>                                     \n                                    <tr>\n                                        <td class=\"alignright\">{lang_defaulttopic}:</td>\n                                        <td><input type=\"checkbox\" name=\"is_default\" {default_checked}{xhtml}> <span class=\"fieldhelp\">{lang_defaulttext}</span></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_archivetopic}:</td>\n                                        <td><input type=\"checkbox\" name=\"is_archive\" {archive_checked} {archive_disabled}{xhtml}> <span class=\"fieldhelp\">{lang_archivetext}</span></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_num_stories}:</td>\n                                        <td>{num_stories}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_accessrights}</b></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_owner}:</td>\n                                        <td>{owner_name}<input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\">{lang_group}:</td>\n                                        <td>\n                                            {group_dropdown}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><b>{lang_permissions}</b>:</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_perm_key}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            {permissions_editor}\n                                        </td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\">{lang_permissions_msg}</td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\"><hr{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td colspan=\"2\" class=\"warning\">{warning_msg}</td>\n                                    </tr>\n                                    <tr><td>&nbsp;</td></tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n                                            <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n                                            {delete_option}\n                                            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n											<input type=\"hidden\" name=\"old_tid\" value=\"{topic_id}\"{xhtml}>\n                                        </td>\n                                    </tr>\n                                </table>\n                            </form>\n','archive_checked,archive_disabled,default_checked,default_limit,delete_option,gltoken,gltoken_name,group_dropdown,hidden_checked,hide_meta,icon_max_dimensions,image_url,inherit_checked,lang_accessrights,lang_archivetext,lang_archivetopic,lang_cancel,lang_defaultis,lang_defaulttext,lang_defaulttopic,lang_donotusespaces,lang_group,lang_hidden,lang_hidden_info,lang_inherit,lang_inherit_info,lang_metadescription,lang_metakeywords,lang_num_stories,lang_owner,lang_parent_id,lang_perm_key,lang_permissions,lang_permissions_msg,lang_save,lang_sortorder,lang_storiesperpage,lang_topicid,lang_topicimage,lang_topicname,lang_uploadimage,max_url_length,meta_description,meta_keywords,num_stories,owner_id,owner_name,parent_id_options,permissions_editor,site_admin_url,sort_order,story_limit,topic_id,topic_name,warning_msg,xhtml');
INSERT INTO `bc_thm_contents`VALUES (655,'professional','admin/common/edit_permissions.thtml','<table cellpadding=\"0\" cellspacing=\"0\" class=\"admin-list-smalltable\">\n    <tr>\n        <th colspan=\"2\" class=\"edit-perm-up admin-list-headerfield\">{lang_owner}</th>\n        <th colspan=\"2\" class=\"edit-perm-up admin-list-headerfield\">{lang_group}</th>\n        <th class=\"edit-perm-up admin-list-headerfield\">{lang_members}</th>\n        <th class=\"edit-perm-up admin-list-headerfield\">{lang_anonymous}</th>\n    </tr>\n    <tr class=\"pluginRow1\">\n        <td class=\"edit-perm-down admin-list-field\"><b>R</b><br{xhtml}><input type=\"checkbox\" name=\"perm_owner[]\" value=\"2\"{owner_r_checked}{xhtml}></td>\n        <td class=\"edit-perm-down admin-list-field\"><b>E</b><br{xhtml}><input type=\"checkbox\" name=\"perm_owner[]\" value=\"1\"{owner_e_checked}{xhtml}></td>\n        <td class=\"edit-perm-down admin-list-field\"><b>R</b><br{xhtml}><input type=\"checkbox\" name=\"perm_group[]\" value=\"2\"{group_r_checked}{xhtml}></td>\n        <td class=\"edit-perm-down admin-list-field\"><b>E</b><br{xhtml}><input type=\"checkbox\" name=\"perm_group[]\" value=\"1\"{group_e_checked}{xhtml}></td>\n        <td class=\"edit-perm-down admin-list-field\"><b>R</b><br{xhtml}><input type=\"checkbox\" name=\"perm_members[]\" value=\"2\"{members_checked}{xhtml}></td>\n        <td class=\"edit-perm-down admin-list-field\"><b>R</b><br{xhtml}><input type=\"checkbox\" name=\"perm_anon[]\" value=\"2\"{anon_checked}{xhtml}></td>\n    </tr>\n</table>\n','anon_checked,group_e_checked,group_r_checked,lang_anonymous,lang_group,lang_members,lang_owner,members_checked,owner_e_checked,owner_r_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (656,'professional','admin/common/edit_topics.thtml','<span style=\"vertical-align:top;{options_hide}\">                 \n    <input type=\"hidden\" name=\"topic_options_hide\" value=\"{topic_options_hide}\"{xhtml}>\n    <input type=\"radio\" name=\"topic_option\" value=\"all\" {all_checked}> {lang_all} \n    <input type=\"radio\" name=\"topic_option\" value=\"homeonly\" {homeonly_checked}> {lang_homeonly}\n    <span style=\"{topic_option_hide}\"><input type=\"radio\" name=\"topic_option\" value=\"selectedtopics\" {selectedtopics_checked}></span> \n</span>\n<span style=\"vertical-align:top;{topic_hide}\">\n    <select name=\"tid[]\" multiple=\"multiple\" size=\"4\">\n        {topic_options}\n    </select>\n</span>\n<span style=\"vertical-align:top;{inherit_hide}\">\n    <input type=\"hidden\" name=\"topic_inherit_hide\" value=\"{topic_inherit_hide}\"{xhtml}>\n    <span style=\"vertical-align:top;\">{lang_inherit}:</span>\n    <select name=\"inherit_tid[]\" multiple=\"multiple\" size=\"4\">\n        {inherit_options}\n    </select>\n</span>\n<span style=\"vertical-align:top;{default_hide}\">\n    <input type=\"hidden\" name=\"topic_default_hide\" value=\"{topic_default_hide}\"{xhtml}>\n    {lang_default}:\n    <select name=\"default_tid\">\n        {default_options}\n    </select>\n</span>\n<span style=\"{info_hide}\">\n    <p>{topic_info}</p>\n</span>\n','all_checked,default_hide,default_options,homeonly_checked,info_hide,inherit_hide,inherit_options,lang_all,lang_default,lang_homeonly,lang_inherit,options_hide,selectedtopics_checked,topic_default_hide,topic_hide,topic_info,topic_inherit_hide,topic_option_hide,topic_options,topic_options_hide,xhtml');
INSERT INTO `bc_thm_contents`VALUES (657,'professional','admin/config/configuration.thtml','{noscript}\n<div id=\"geeklog_config_editor\" style=\"display:none;\">\n    <form method=\"post\" action=\"{site_admin_url}/configuration.php\" name=\"group\">\n        <div>\n            <input type=\"hidden\" value=\"{open_group}\" name=\"conf_group\"{xhtml}>\n            <input type=\"hidden\" value=\"\" name=\"subgroup\"{xhtml}>\n            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n        </div>\n    </form>\n    <table>\n        <tr>\n            <td class=\"block-featured-left\" style=\"vertical-align:top;\">\n                <div class=\"block-bg-left\"> {config_menu} </div>\n            </td>\n            <td style=\"vertical-align:top; width: 100%\">\n            \n                <div class=\"saved_message{error_validation_class}\" style=\"display:{show_changeblock}\">\n                    {lang_changes_made}\n                    {lang_error_validation_occurs}\n                    {change_block}\n                </div>\n                \n                <div id=\"search-configuration-container\" style=\"text-align: right\">\n                    <label for=\"search-configuration\">{search_configuration_label}</label>\n                    <input name=\"search-configuration\" id=\"search-configuration\" value=\"{search_configuration_value}\"{xhtml}>\n                    <input name=\"tab-id\" id=\"tab-id\" type=\"hidden\" value=\"{tab_id_value}\"{xhtml}>\n                </div>\n    \n                <form action=\"{site_admin_url}/configuration.php\" method=\"post\" name=\"subgroup\">\n                    <div>\n                        <input type=\"hidden\" name=\"conf_group\" value=\"{open_group}\"{xhtml}>\n                        <input type=\"hidden\" name=\"sub_group\" value=\"{open_sg}\"{xhtml}>\n                        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n                        <input type=\"hidden\" name=\"form_submit\" value=\"true\"{xhtml}>\n                    </div>\n                    <div id=\"tabs\">\n                    \n                        {tab_li}\n            \n                        <!-- BEGIN tab -->\n                        <div style=\"margin-top:10px;\" id=\"{tab_id}\">\n                        \n                        <!-- BEGIN notes -->\n                        <div class=\"notes\">\n                            <h4>{tab_display}</h4>\n                            <p class=\"last\">{tab_help}</p>\n                            <span class=\"warningsmall\">{tab_warning}</span>\n                        </div>\n                        <!-- END notes -->\n            \n                        {tab_contents}\n                    \n                    </div>\n                    <!-- END tab -->\n                    \n                    </div>\n                    <div id=\"bottom_buttons\" class=\"aligncenter\">\n                        <input type=\"submit\" id=\"save_changes\" value=\"{lang_save_changes}\"{xhtml}>\n                        <input type=\"submit\" id=\"form_reset\" name=\"form_reset\" value=\"{lang_reset_form}\"{xhtml}>\n                    </div>\n                </form>\n    \n            </td>\n        </tr>\n    </table>\n</div>\n','change_block,config_menu,error_validation_class,gltoken,gltoken_name,lang_changes_made,lang_error_validation_occurs,lang_reset_form,lang_save_changes,noscript,open_group,open_sg,search_configuration_label,search_configuration_value,show_changeblock,site_admin_url,tab_contents,tab_display,tab_help,tab_id,tab_id_value,tab_li,tab_warning,xhtml');
INSERT INTO `bc_thm_contents`VALUES (658,'professional','admin/config/menu_element.thtml','\n<li><a href=\"#\" onclick=\'open_group(\"{group_select_value}\");return false;\'>{group_display}</a>\n    <ul>\n<!-- BEGIN subgroup-selector -->\n   <li>\n     <a  href=\"#\" {select_id} onclick=\'open_subgroup(\"{group_select_value}\",\"{subgroup_name}\");return false;\'>{subgroup_display_name}</a>\n   </li>\n<!-- END subgroup-selector -->\n    </ul>\n</li>\n','group_display,group_select_value,select_id,subgroup_display_name,subgroup_name');
INSERT INTO `bc_thm_contents`VALUES (659,'professional','admin/config/config_element.thtml','<!-- BEGIN validation_error_block -->\n<div class=\"validation_error_block\"><span></span>{validation_error_message}</div>\n<!-- END validation_error_block -->\n\n<!-- BEGIN delete-button -->\n<input type=\"button\" class=\"del-link\" value=\"x\" onclick=\"gl_cfg_remove(this);\"{xhtml}>\n<!-- END delete-button -->\n\n<!-- BEGIN text-element -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<input type=\"text\" class=\"opt{error_class}\" name=\"{name}\" style=\"width:300px\" value=\"{value}\"{xhtml}>\n{delete}{error_block}\n</td></tr>\n<!-- END text-element -->\n\n<!-- BEGIN text-area -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<textarea class=\"opt{error_class}\" name=\"{name}\" style=\"width:300px\" cols=\"3\" rows=\"3\">{value}</textarea>\n{delete}{error_block}\n</td></tr>\n<!-- END text-area -->\n\n<!-- BEGIN placeholder-element -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name}</td><td>\n<input type=\"hidden\" name=\"{name}\" value=\"{value}\"{xhtml}>\n{delete}\n</td></tr>\n<!-- END placeholder-element -->\n\n<!-- BEGIN select-element -->\n<tr{hide_row} id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<select name=\"{name}\" class=\"opt{error_class}\">\n  <!-- BEGIN select-options -->\n    <option {selected} value=\"{opt_value}\">{opt_name}</option>\n  <!-- END select-options -->\n</select>\n{delete}{error_block}\n</td></tr>\n<!-- END select-element -->\n\n<!-- BEGIN unset-param -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\">{display_name} {doc_link}</td>\n<td><a href=\"#{name}\" class=\"restore_param\">{lang_enable}</a></td>\n</tr>\n<!-- END unset-param -->\n\n<!-- BEGIN list-element -->\n<tr id=\"config_{id_name}\" class=\"config_name\"><td class=\"alignright\" style=\"vertical-align:top\">{display_name} {doc_link} {unset_link}</td>\n<td>\n<input type=\"button\" value=\"+\" onclick=\"hide_show_tbl(selectChildByID(this.parentNode, \'arr_{id_name}\'), this);\"{xhtml}>\n{delete}\n<input type=\"hidden\" value=\"true\" name=\"{name}[placeholder]\"{xhtml}>\n<table style=\"display:none\" id=\"arr_{id_name}\" class=\"{arr_table_class_list}\">\n<col width=\"100\">\n<col width=\"100%\">\n{my_elements}\n{my_add_element_button}\n</table>\n</td></tr>\n<!-- END list-element -->\n\n<!-- BEGIN keyed-add-button -->\n<tr id=\"add_{id_name}\" class=\"config_name\"><td colspan=\"2\">\n<input type=\"button\" value=\"{lang_add_element}\" class=\"add_ele_input\" onclick=\"handleAdd(this, \'{array_type}\', \'{arr_name}\')\"{xhtml}><input style=\"width: 65px\"{xhtml}>\n</td></tr>\n<!-- END keyed-add-button -->\n\n<!-- BEGIN unkeyed-add-button -->\n<tr id=\"add_{id_name}\" class=\"config_name\"><td colspan=\"2\">\n<input type=\"button\" value=\"{lang_add_element}\" class=\"add_ele_input\" onclick=\"handleAdd(this, \'{array_type}\', \'{arr_name}\')\"{xhtml}>\n</td></tr>\n<!-- END unkeyed-add-button -->\n','arr_name,arr_table_class_list,array_type,delete,display_name,doc_link,error_block,error_class,hide_row,id_name,lang_add_element,lang_enable,my_add_element_button,my_elements,name,opt_name,opt_value,selected,unset_link,validation_error_message,value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (660,'professional','admin/syndication/feededitor.thtml','{start_feed_editor}\n<form action=\"{site_admin_url}/syndication.php\" method=\"post\">\n    <table cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n        <tr>\n          <td class=\"alignright\">{lang_feedtitle}:</td>\n          <td><input type=\"text\" size=\"48\" name=\"title\" value=\"{feed_title}\"{xhtml}></td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_enabled}:</td>\n          <td><input type=\"checkbox\" name=\"is_enabled\" {is_enabled}{xhtml}></td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_type}:</td>\n          <td>{feed_type_display}\n            <input type=\"hidden\" name=\"type\" value=\"{feed_type}\"{xhtml}></td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_topic}:</td>\n          <td>{feed_topic}</td>\n        </tr>\n        <tr>\n            <td class=\"alignright\">{lang_header_topic}:</td>\n            <td>\n                <select name=\"header_tid\">\n                {header_topic_options}\n                </select>\n            </td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_format}:</td>\n          <td>{feed_format}</td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_limits}:</td>\n          <td><input type=\"text\" size=\"4\" name=\"limits\" value=\"{feed_limits}\"{xhtml}> {feed_limits_what}</td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_content_length}:</td>\n          <td><input type=\"text\" size=\"4\" name=\"content_length\" value=\"{feed_content_length}\"{xhtml}> <small>{lang_clen_explain}</small></td>\n        </tr>\n        <tr>\n          <td class=\"alignright\" style=\"vertical-align:top;\">{lang_description}:</td>\n          <td><textarea name=\"description\" cols=\"50\" rows=\"8\">{feed_description}</textarea></td>\n        </tr>\n        <tr>\n          <td class=\"alignright\" style=\"vertical-align:top;\">{lang_feedlogo}:</td>\n          <td><input type=\"text\" maxlength=\"255\" size=\"40\" name=\"feedlogo\" value=\"{feed_logo}\"{xhtml}> <small>{lang_feedlogo_explain}</small></td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_filename}:</td>\n          <td><input type=\"text\" size=\"40\" name=\"filename\" value=\"{feed_filename}\"{xhtml}></td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_charset}:</td>\n          <td><input type=\"text\" size=\"20\" name=\"charset\" value=\"{feed_charset}\"{xhtml}></td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_language}:</td>\n          <td><input type=\"text\" size=\"20\" name=\"language\" value=\"{feed_language}\"{xhtml}></td>\n        </tr>\n        <tr>\n          <td class=\"alignright\">{lang_updated}:</td>\n          <td>{feed_updated}</td>\n        </tr>\n        <tr><td colspan=\"2\">&nbsp;</td></tr>\n        <tr>\n          <td colspan=\"2\">\n            <input type=\"submit\" value=\"{lang_save}\" name=\"mode\"{xhtml}>\n            <input type=\"submit\" value=\"{lang_cancel}\" name=\"mode\"{xhtml}>\n            {delete_option}\n            <input type=\"hidden\" name=\"fid\" value=\"{feed_id}\"{xhtml}>\n            <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n          </td>\n        </tr>\n    </table>\n</form>\n{end_block}\n','delete_option,end_block,feed_charset,feed_content_length,feed_description,feed_filename,feed_format,feed_id,feed_language,feed_limits,feed_limits_what,feed_logo,feed_title,feed_topic,feed_type,feed_type_display,feed_updated,gltoken,gltoken_name,header_topic_options,is_enabled,lang_cancel,lang_charset,lang_clen_explain,lang_content_length,lang_description,lang_enabled,lang_feedlogo,lang_feedlogo_explain,lang_feedtitle,lang_filename,lang_format,lang_header_topic,lang_language,lang_limits,lang_save,lang_topic,lang_type,lang_updated,site_admin_url,start_feed_editor,xhtml');
INSERT INTO `bc_thm_contents`VALUES (661,'professional','admin/syndication/selecttype.thtml','<form action=\"{site_admin_url}/syndication.php\" method=\"post\">\n    <p>{lang_explain}</p>\n    <p class=\"aligncenter\">\n        {type_selection}&nbsp;&nbsp;&nbsp;\n        <input type=\"submit\" value=\"{lang_go}\" name=\"mode\"{xhtml}>\n    </p>\n</form>\n','lang_explain,lang_go,site_admin_url,type_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (662,'professional','admin/plugins/info.thtml','                            <table cellspacing=\"0\" cellpadding=\"3\" style=\"margin: 20px auto; width: 480px; border: dotted 1px #ccc; padding: 15px;\">\n                                <tr>\n                                    <td style=\"text-align: right; width: 150px;\">\n                                        <img src=\"{pi_icon}\" alt=\"\"{xhtml}>\n                                    </td>\n                                    <td class=\"alignleft\">\n                                        {start_block_editor}\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td class=\"alignright\"><b>{lang_pluginname}:</b></td>\n                                    <td>{pi_display_name}</td>\n                                </tr>\n                                {homepage}\n                                <tr>\n                                    <td class=\"alignright\"><b>{lang_pluginversion}:</b></td>\n                                    <td>{pi_version}</td>\n                                </tr>\n                                <tr>\n                                    <td class=\"alignright\" style=\"vertical-align: top;\"><b>{lang_dependencies}:</b></td>\n                                    <td>{pi_dependencies}</td>\n                                </tr>\n                                    <tr>\n                                        <td colspan=\"2\">\n                                            <form method=\"get\" action=\"{site_admin_url}/plugins.php\">\n                                                <div>\n                                                    <input style=\"width: 100%\" type=\"submit\" value=\"{back}\"{xhtml}>\n                                                </div>\n                                            </form>\n                                        </td>\n                                    </tr>\n                            </table>\n                            {end_block}\n\n','back,end_block,homepage,lang_dependencies,lang_pluginname,lang_pluginversion,pi_dependencies,pi_display_name,pi_icon,pi_version,site_admin_url,start_block_editor,xhtml');
INSERT INTO `bc_thm_contents`VALUES (663,'professional','admin/plugins/editor.thtml','                        {start_block_editor}\n                            <table cellspacing=\"0\" cellpadding=\"3\" style=\"margin: 20px; width: 460px; border: dotted 1px #ccc; padding: 15px;\">\n                                <tr>\n                                    <td style=\"text-align: right; width: 150px;\">\n                                        <img src=\"{pi_icon}\" alt=\"\"{xhtml}>\n                                    </td>\n                                    <td class=\"alignleft\">\n                                        <h2>{title}</h2>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td class=\"alignright\"><b>{lang_pluginname}:</b></td>\n                                    <td>{pi_display_name}</td>\n                                </tr>\n                                <tr>\n                                    <td class=\"alignright\"><b>{lang_pluginhomepage}:</b></td>\n                                    <td><a href=\"{pi_homepage}\">{pi_homepage}</a></td>\n                                </tr>\n                                <tr>\n                                    <td class=\"alignright\"><b>{lang_pluginversion}:</b></td>\n                                    <td>{pi_version}</td>\n                                </tr>\n                                <tr>\n                                    <td class=\"alignright\"><b>{lang_plugincodeversion}:</b></td>\n                                    <td>{pi_codeversion}</td>\n                                </tr>\n                                <tr>\n                                    <td class=\"alignright\" style=\"vertical-align: top;\"><b>{lang_dependencies}:</b></td>\n                                    <td>{pi_dependencies}</td>\n                                </tr>\n                                <tr>\n                                    <td class=\"alignright\"><b>{lang_load}:</b></td>\n                                    <td>{pi_load}</td>\n                                </tr>\n                                <tr>\n                                    <td class=\"alignright\"><b>{lang_enabled}:</b></td>\n                                    <td>{pi_enabled}</td>\n                                </tr>\n                                <tr>\n                                    <td colspan=\"2\">\n                                        <form method=\"get\" action=\"{site_admin_url}/plugins.php\">\n                                            <div>\n                                                <input style=\"width: 100%\" type=\"submit\" value=\"{back}\"{xhtml}>\n                                            </div>\n                                        </form>\n                                    </td>\n                                </tr>\n                            </table>\n                        {end_block}\n','back,end_block,lang_dependencies,lang_enabled,lang_load,lang_plugincodeversion,lang_pluginhomepage,lang_pluginname,lang_pluginversion,pi_codeversion,pi_dependencies,pi_display_name,pi_enabled,pi_homepage,pi_icon,pi_load,pi_version,site_admin_url,start_block_editor,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (664,'professional','admin/moderation/moderation.thtml','<div class=\"moderation-cc\">\n    {cc_rows}\n</div>\n','cc_rows');
INSERT INTO `bc_thm_contents`VALUES (665,'professional','admin/moderation/ccrow.thtml','    <div class=\"moderation-cc-row\">\n        {cc_main_options}\n    </div>\n','cc_main_options');
INSERT INTO `bc_thm_contents`VALUES (666,'professional','admin/moderation/ccitem.thtml','        <div class=\"moderation-cc-item\" style=\"width:{cc_icon_width}%\">\n            <a href=\"{page_url}\"><img src=\"{page_image}\" alt=\"\"{xhtml}></a><br{xhtml}>\n            <a href=\"{page_url}\">{option_label}</a>\n\n        </div>\n','cc_icon_width,option_label,page_image,page_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (667,'professional','admin/trackback/pinglist.thtml','<p>{lang_results}:</p>\n<table class=\"admin-list-table\">\n    {ping_results}\n</table>\n','lang_results,ping_results');
INSERT INTO `bc_thm_contents`VALUES (668,'professional','admin/trackback/autodetectlist.thtml','<p>{lang_trackback_explain}</p>\n\n<table class=\"admin-list-table\">\n    {autodetect_items}\n</table>\n','autodetect_items,lang_trackback_explain');
INSERT INTO `bc_thm_contents`VALUES (669,'professional','admin/trackback/trackbackeditor.thtml','<form action=\"{site_admin_url}/trackback.php\" method=\"post\">\n    <p>{lang_explain}</p>\n    <table cellspacing=\"0\" cellpadding=\"2\" width=\"100%\">\n        <tr>\n            <td class=\"alignright\"><b>{lang_trackback_url}:</b></td>\n            <td>\n                <input type=\"text\" dir=\"ltr\" size=\"50\" maxlength=\"{max_url_length}\" name=\"target\" value=\"{target_url}\"{xhtml}>\n            </td>\n        </tr>\n        <tr>\n            <td class=\"alignright\">{lang_blog_name}:</td>\n            <td>\n                <input type=\"text\" size=\"50\" maxlength=\"80\" name=\"blog_name\" value=\"{blog_name}\"{xhtml}>\n            </td>\n        </tr>\n        <tr>\n            <td class=\"alignright\"><b>{lang_entry_url}:</b></td>\n            <td>\n                <input type=\"text\" dir=\"ltr\" size=\"50\" maxlength=\"{max_url_length}\" name=\"url\" value=\"{url}\"{xhtml}>\n            </td>\n        </tr>\n        <tr>\n            <td class=\"alignright\">{lang_title}:</td>\n            <td>\n                <input type=\"text\" size=\"50\" maxlength=\"255\" name=\"title\" value=\"{title}\"{xhtml}>\n            </td>\n        </tr>\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\">{lang_excerpt}:</td>\n            <td>\n                <textarea name=\"excerpt\" style=\"width:100%\" rows=\"8\">{excerpt}</textarea><br{xhtml}>\n                <p class=\"warningsmall\">{lang_excerpt_truncated}</p>\n            </td>\n        </tr>\n        <tr>\n            <td colspan=\"2\">\n                <input type=\"submit\" value=\"{lang_send}\" name=\"mode[0]\"{xhtml}>\n                <input type=\"submit\" value=\"{lang_preview}\" name=\"mode[1]\"{xhtml}>\n                <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n            </td>\n        </tr>\n    </table>\n</form>\n','blog_name,excerpt,gltoken,gltoken_name,lang_blog_name,lang_entry_url,lang_excerpt,lang_excerpt_truncated,lang_explain,lang_preview,lang_send,lang_title,lang_trackback_url,max_url_length,site_admin_url,target_url,title,url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (670,'professional','admin/trackback/pingitem.thtml','    <tr class=\"pluginRow{cssid}\">\n        <td class=\"admin-list-field\"><a href=\"{service_url}\">{service_name}</a></td>\n        <td class=\"admin-list-field\">{ping_result}</td>\n        <td class=\"admin-list-field\">{resend}</td>\n    </tr>\n','cssid,ping_result,resend,service_name,service_url');
INSERT INTO `bc_thm_contents`VALUES (671,'professional','admin/trackback/autodetectitem.thtml','    <tr class=\"pluginRow{cssid}\">\n        <td class=\"admin-list-field\"><a href=\"{autodetect_link}\">{link_text}</a></td>\n        <td class=\"admin-list-field\">{link_url}</td>\n    </tr>\n','autodetect_link,cssid,link_text,link_url');
INSERT INTO `bc_thm_contents`VALUES (672,'professional','admin/trackback/pingbacklist.thtml','<p>{lang_results}:</p>\n<table class=\"admin-list-table\">\n    {pingback_results}\n</table>\n','lang_results,pingback_results');
INSERT INTO `bc_thm_contents`VALUES (673,'professional','admin/trackback/pingform.thtml','{lang_ping_explain}\n{ping_results}\n<form action=\"{php_self}\" method=\"post\">\n    <table cellspacing=\"0\" cellpadding=\"2\" width=\"100%\">\n        <tr>\n            <td class=\"aligncenter\">{pingback_button}</td>\n            <td>{lang_pingback_short} </td>\n        </tr>\n        <tr>\n            <td class=\"aligncenter\">{ping_button}</td>\n            <td>{lang_ping_short} </td>\n        </tr>\n        <tr>\n            <td class=\"aligncenter\">{trackback_button}</td>\n            <td>{lang_trackback_short} </td>\n        </tr>\n    </table>\n    <div>\n        {hidden_input_fields}\n        <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n    <p class=\"warningsmall aligncenter\">{lang_may_take_a_while}</p>\n</form>\n','gltoken,gltoken_name,hidden_input_fields,lang_may_take_a_while,lang_ping_explain,lang_ping_short,lang_pingback_short,lang_trackback_short,php_self,ping_button,ping_results,pingback_button,trackback_button,xhtml');
INSERT INTO `bc_thm_contents`VALUES (674,'professional','admin/trackback/pingbackitem.thtml','    <tr class=\"pluginRow{cssid}\">\n        <td class=\"admin-list-field\"><a href=\"{url_to_ping}\">{link_text}</a> ({host_name})</td>\n        <td class=\"admin-list-field\">{pingback_result}</td>\n        <td class=\"admin-list-field\">{resend}</td>\n    </tr>\n','cssid,host_name,link_text,pingback_result,resend,url_to_ping');
INSERT INTO `bc_thm_contents`VALUES (675,'professional','admin/trackback/serviceeditor.thtml','<form action=\"{site_admin_url}/trackback.php\" method=\"post\">\n    <table cellspacing=\"0\" cellpadding=\"2\" width=\"100%\">\n        <tr>\n            <td class=\"alignright\">{lang_name}:</td>\n            <td>\n                <input type=\"text\" size=\"48\" maxlength=\"80\" name=\"service_name\" value=\"{service_name}\"{xhtml}>\n            </td>\n        </tr>\n        <tr>\n            <td class=\"alignright\">{lang_enabled}:</td>\n            <td><input type=\"checkbox\" name=\"is_enabled\" {is_enabled}{xhtml}></td>\n        </tr>\n        <tr>\n            <td class=\"alignright\">{lang_site_url}:</td>\n            <td>\n                <input type=\"text\" dir=\"ltr\" size=\"50\" maxlength=\"{max_url_length}\" name=\"service_site_url\" value=\"{service_site_url}\"{xhtml}>\n            </td>\n        </tr>\n        <tr>\n            <td class=\"alignright\">{lang_ping_url}:</td>\n            <td>\n                <input type=\"text\" dir=\"ltr\" size=\"50\" maxlength=\"{max_url_length}\" name=\"service_ping_url\" value=\"{service_ping_url}\"{xhtml}>\n            </td>\n        </tr>\n        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\">{lang_method}:</td>\n            <td>\n                <input type=\"radio\" name=\"method\" value=\"standard\" {standard_is_checked}{xhtml}> {lang_method_standard} (<code>weblogUpdates.ping</code>)<br{xhtml}>\n                <input type=\"radio\" name=\"method\" value=\"extended\" {extended_is_checked}{xhtml}> {lang_method_extended} (<code>weblogUpdates.extendedPing</code>)\n            </td>\n        </tr>\n        <tr>\n            <td colspan=\"2\">\n                <input type=\"submit\" value=\"{lang_save}\" name=\"servicemode[0]\"{xhtml}>\n                <input type=\"submit\" value=\"{lang_cancel}\" name=\"servicemode[1]\"{xhtml}>\n                {delete_option}\n                <input type=\"hidden\" value=\"{service_id}\" name=\"service_id\"{xhtml}>\n                <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n            </td>\n        </tr>\n    </table>\n</form>\n','delete_option,extended_is_checked,gltoken,gltoken_name,is_enabled,lang_cancel,lang_enabled,lang_method,lang_method_extended,lang_method_standard,lang_name,lang_ping_url,lang_save,lang_site_url,max_url_length,service_id,service_name,service_ping_url,service_site_url,site_admin_url,standard_is_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (676,'professional','admin/trackback/pingbackform.thtml','<form action=\"{site_admin_url}/trackback.php\" method=\"post\">\n    <p>{lang_explain}</p>\n    <table cellspacing=\"0\" cellpadding=\"2\" width=\"100%\">\n        <tr>\n            <td class=\"alignright\"><b>{lang_pingback_url}:</b></td>\n            <td>\n                <input type=\"text\" dir=\"ltr\" size=\"50\" maxlength=\"{max_url_length}\" name=\"target\" value=\"{target_url}\"{xhtml}>\n            </td>\n        </tr>\n        <tr>\n            <td class=\"alignright\">{lang_site_url}:</td>\n            <td>\n                <b>{site_url}</b>\n            </td>\n        </tr>\n        <tr>\n            <td colspan=\"2\">\n                <input type=\"submit\" value=\"{lang_send}\" name=\"mode[2]\"{xhtml}>\n                <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n            </td>\n        </tr>\n    </table>\n</form>\n','gltoken,gltoken_name,lang_explain,lang_pingback_url,lang_send,lang_site_url,max_url_length,site_admin_url,site_url,target_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (677,'professional','useroption.thtml','<li><a href=\"{option_url}\">{option_label}</a> {option_count}</li>\n','option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (678,'professional','lists/table/list.thtml','                            {list_top}\n                            <div class=\"admin-list-search\">\n                                <form name=\"page_limit\" style=\"display: inline;\" action=\"#\"><div style=\"display: inline;\">\n                                    <select name=\"page_limit_links\" style=\"{show_limit}\" onChange=\"window.location=document.page_limit.page_limit_links.options[document.page_limit.page_limit_links.selectedIndex].value\">\n                                        {page_limit}\n                                    </select>\n                                </div></form>\n                            </div>\n                            <table class=\"admin-list-table\" style=\"{show_sort}\">\n                                <tr style=\"background:#FFFFFF;\">\n                                    {page_sort}\n                                </tr>\n                                {item_row}\n                            </table>\n                            <p class=\"aligncenter\" style=\"{show_message}\"><b>{message}</b></p>\n                            <br{xhtml}>\n                            {google_paging}\n                            {list_bottom}\n','google_paging,item_row,list_bottom,list_top,message,page_limit,page_sort,show_limit,show_message,show_sort,xhtml');
INSERT INTO `bc_thm_contents`VALUES (679,'professional','lists/table/page_sort.thtml','<th class=\"admin-list-headerfield\">{sort_text}{sort_selected}</th>\n','sort_selected,sort_text');
INSERT INTO `bc_thm_contents`VALUES (680,'professional','lists/table/page_limit.thtml','<option{limit_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{limit_href}\">{limit_text}</option>\n','limit_href,limit_selected,limit_text');
INSERT INTO `bc_thm_contents`VALUES (681,'professional','lists/table/item_field.thtml','                                    <td>{field_text}</td>\n','field_text');
INSERT INTO `bc_thm_contents`VALUES (682,'professional','lists/table/item_row.thtml','                                <tr class=\"pluginRow{cssid}\" onmouseover=\"className=\'pluginRollOver\';\" onmouseout=\"className=\'pluginRow{cssid}\';\">\n                                    {item_field}\n                                </tr>\n','cssid,item_field');
INSERT INTO `bc_thm_contents`VALUES (683,'professional','lists/inline/list.thtml','                            {list_top}\n                            <div class=\"admin-list-search\">\n                                <form name=\"page_limit\" style=\"display: inline;\" action=\"#\"><div style=\"display: inline;\">\n                                    <select name=\"page_limit_links\" style=\"{show_limit}\" onchange=\"window.location=document.page_limit.page_limit_links.options[document.page_limit.page_limit_links.selectedIndex].value\">\n                                        {page_limit}\n                                    </select>\n                                </div></form>\n                                <form name=\"page_sort\" style=\"display: inline;\" action=\"#\"><div style=\"display: inline;\">\n                                    <select name=\"page_sort_links\" style=\"{show_sort}\" onchange=\"window.location=document.page_sort.page_sort_links.options[document.page_sort.page_sort_links.selectedIndex].value\">\n                                        {page_sort}\n                                    </select>\n                                </div></form>\n                            </div>\n                            {item_row}\n                            <p class=\"aligncenter\" style=\"{show_message}\"><b>{message}</b></p>\n                            <br{xhtml}>\n                            {google_paging}\n                            {list_bottom}\n','google_paging,item_row,list_bottom,list_top,message,page_limit,page_sort,show_limit,show_message,show_sort,xhtml');
INSERT INTO `bc_thm_contents`VALUES (684,'professional','lists/inline/page_sort.thtml','<option{sort_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{sort_href}\">{sort_text}</option>\n','sort_href,sort_selected,sort_text');
INSERT INTO `bc_thm_contents`VALUES (685,'professional','lists/inline/page_limit.thtml','<option{limit_selected} onmouseover=\"this.style.cursor=\'pointer\';\" value=\"{limit_href}\">{limit_text}</option>\n','limit_href,limit_selected,limit_text');
INSERT INTO `bc_thm_contents`VALUES (686,'professional','lists/inline/item_field.thtml','                                    {field_text}\n','field_text');
INSERT INTO `bc_thm_contents`VALUES (687,'professional','lists/inline/item_row.thtml','                                <div>\n                                    {item_field}\n                                </div>\n                                <br{xhtml}>\n','item_field,xhtml');
INSERT INTO `bc_thm_contents`VALUES (688,'professional','custommenu/menuitem_drop.thtml','<li id=\"{menuitem_id}\" class=\"menuitem {menuitem_class}\"><a href=\"{menuitem_url}\"{class_property}>{menuitem_text}</a>\n<ul>\n{menu_elements}\n</ul>\n</li>\n','class_property,menu_elements,menuitem_class,menuitem_id,menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (689,'professional','custommenu/menuitem.thtml','<li id=\"{menuitem_id}\" class=\"menuitem {menuitem_class}\"><a href=\"{menuitem_url}\"{class_property}>{menuitem_text}</a></li>\n','class_property,menuitem_class,menuitem_id,menuitem_text,menuitem_url');
INSERT INTO `bc_thm_contents`VALUES (690,'professional','custommenu/menueditor.thtml','\n<form action=\"{site_admin_url}/plugins/custommenu/index.php\" method=\"post\" class=\"compact\">\n  <div class=\"admin_basic\">\n    <dl class=\"form_block\">\n      <dt><label for=\"cmeditor-mmode\">{lang_mode}</label></dt>\n      <dd><select name=\"mmode\" id=\"cmeditor-mmode\">\n            <option value=\"fixation\" {val_mode_fixation}>{lang_mode_fixation}</option>\n            <option value=\"variable\" {val_mode_variable}>{lang_mode_variable}</option>\n            <option value=\"php\" {val_mode_php}>{lang_mode_php}</option>\n          </select>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_mode_info}</div></dd>\n\n      <dt><label for=\"cmeditor-title_fixation\">{lang_title_fixation}</label></dt>\n      <dd><input type=\"text\" name=\"title_fixation\" id=\"cmeditor-title_fixation\" value=\"{val_title_fixation}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_title_fixation_info}</div></dd>\n\n      <dt><label for=\"cmeditor-title_variable\">{lang_title_variable}</label></dt>\n      <dd><input type=\"text\" name=\"title_variable\" id=\"cmeditor-title_variable\" value=\"{val_title_variable}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_title_variable_info}</div></dd>\n\n      <dt><label for=\"cmeditor-php_function\">{lang_php_function}</label></dt>\n      <dd><input type=\"text\" name=\"php_function\" id=\"cmeditor-php_function\" value=\"{val_php_function}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_php_function_info}</div></dd>\n\n      <dt><label for=\"cmeditor-is_enabled\">{lang_is_enabled}</label></dt>\n      <dd><input type=\"checkbox\" name=\"is_enabled\" id=\"cmeditor-is_enabled\" {val_is_enabled}{xhtml}></dd>\n\n      <dt><label for=\"cmeditor-url\">{lang_menuitemurl}</label></dt>\n      <dd><input type=\"text\" name=\"url\" id=\"cmeditor-url\" value=\"{val_menuitemurl}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_includehttp}</div></dd>\n\n      <dt><label for=\"cmeditor-mid\">{lang_menuitemid}</label></dt>\n      <dd><input type=\"text\" name=\"mid\" id=\"cmeditor-mid\" value=\"{val_mid}\" size=\"48\" class=\"size6\" {mid_readonly}{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_nospaces}</div></dd>\n\n      <dt><label>{lang_parentitemid}</label></dt>\n      <dd>{selpmid}</dd>\n\n      <dt><label for=\"cmeditor-class_name\">{lang_class_name}</label></dt>\n      <dd><input type=\"text\" name=\"class_name\" id=\"cmeditor-class_name\" value=\"{val_class_name}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_class_name_info}</div></dd>\n\n      <dt><label for=\"cmeditor-tid\">{lang_topic}</label></dt>\n      <dd><select name=\"tid\" id=\"cmeditor-tid\">\n              <option value=\"all\" {all_selected}>{lang_all}</option>\n              <option value=\"homeonly\" {homeonly_selected}>{lang_homeonly}</option>\n              {topic_options}\n          </select></dd>\n\n      <dt><label for=\"cmeditor-menuorder\">{lang_menuitemorder}</label></dt>\n      <dd><input type=\"text\" name=\"menuorder\" id=\"cmeditor-menuorder\" value=\"{val_menuorder}\" size=\"4\"{xhtml}>\n          <span class=\"pluginMediumText\"> 0 - 9999</span></dd>\n\n      <dt><label>{lang_menuitemtype}</label></dt>\n      <dd>{lang_type}</dd>\n\n      <dt><label for=\"cmeditor-icon_url\">{lang_icon_url}</label></dt>\n      <dd><input type=\"text\" name=\"icon_url\" id=\"cmeditor-icon_url\" value=\"{val_icon_url}\" size=\"48\" class=\"size6\"{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_icon_url_info}</div></dd>\n\n      <dt><label for=\"cmeditor-pattern\">{lang_pattern}</label></dt>\n      <dd><input type=\"text\" name=\"pattern\" id=\"cmeditor-pattern\" value=\"{val_pattern}\" size=\"48\" class=\"size6\"{xhtml}>\n          &nbsp;{lang_is_preg}:\n          <input type=\"checkbox\" name=\"is_preg\" {val_is_preg}{xhtml}>\n          <br{xhtml}><div class=\"pluginMediumText\">{lang_pattern_info}</div></dd>\n    </dl>\n\n    <fieldset>\n      <legend>{lang_accessrights}</legend>\n      <dl class=\"form_block\">\n        <dt>{lang_owner}</dt>\n        <dd>{owner_name}</dd>\n\n        <dt><label>{lang_group}</label></dt>\n        <dd>{group_dropdown}</dd>\n\n        <dt><label for=\"admin-permissions\">{lang_permissions}</label></dt>\n        <dd>{permissions_editor}</dd>\n        <dd class=\"description\">{lang_perm_key}</dd>\n        <dd class=\"description\">{lang_permissions_msg}</dd>\n      </dl>\n    </fieldset>\n\n    <div class=\"submit\">\n      <input type=\"submit\" name=\"mode\" value=\"{lang_save}\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" name=\"mode\" value=\"{lang_cancel}\" class=\"submit\"{xhtml}>\n      <input type=\"submit\" name=\"mode\" value=\"{lang_delete}\" class=\"submit\" onclick=\"return confirm(\'{lang_confirm}\');\" {delete_disabled}{xhtml}>\n      <input type=\"hidden\" name=\"type\" value=\"{val_type}\"{xhtml}>\n      <input type=\"hidden\" name=\"owner_id\" value=\"{owner_id}\"{xhtml}>\n      <input type=\"hidden\" name=\"old_mid\" value=\"{val_old_mid}\"{xhtml}>\n      <input type=\"hidden\" name=\"{gltoken_name}\" value=\"{gltoken}\"{xhtml}>\n    </div>\n  </div>\n</form>\n','all_selected,delete_disabled,gltoken,gltoken_name,group_dropdown,homeonly_selected,lang_accessrights,lang_all,lang_cancel,lang_class_name,lang_class_name_info,lang_confirm,lang_delete,lang_group,lang_homeonly,lang_icon_url,lang_icon_url_info,lang_includehttp,lang_is_enabled,lang_is_preg,lang_menuitemid,lang_menuitemorder,lang_menuitemtype,lang_menuitemurl,lang_mode,lang_mode_fixation,lang_mode_info,lang_mode_php,lang_mode_variable,lang_nospaces,lang_owner,lang_parentitemid,lang_pattern,lang_pattern_info,lang_perm_key,lang_permissions,lang_permissions_msg,lang_php_function,lang_php_function_info,lang_save,lang_title_fixation,lang_title_fixation_info,lang_title_variable,lang_title_variable_info,lang_topic,lang_type,mid_readonly,owner_id,owner_name,permissions_editor,selpmid,site_admin_url,topic_options,val_class_name,val_icon_url,val_is_enabled,val_is_preg,val_menuitemurl,val_menuorder,val_mid,val_mode_fixation,val_mode_php,val_mode_variable,val_old_mid,val_pattern,val_php_function,val_title_fixation,val_title_variable,val_type,xhtml');
INSERT INTO `bc_thm_contents`VALUES (691,'professional','custommenu/custommenu.css','\n.header-navigation-container {\n  width: 100%;\n  background-color: #E7E7E7;\n  border-bottom: 1px solid #C7C7C7;\n  text-align: left;\n  font-size: 0.9em;\n}\n\n.header-navigation-container ul {\n  float: none;\n  list-style: none;\n  margin: 0;\n  padding: 0;\n  font-weight: bold;\n  font-weight: normal;\n  height: auto;\n}\n\n.header-navigation-container li {\n  float: left;\n  margin: 0;\n  padding: 0;\n  border-left: none;\n  font-size: 1em;\n}\n\n.header-navigation-container li a {\n  display: block;\n  line-height: 30px;\n  margin: 0;\n  padding: 0 7px;\n  border-right: 1px solid #D7D7D7;\n}\n\n.header-navigation-container li:first-child a {\n  border-left: 1px solid #D7D7D7;\n}\n\n.menuitem a,\n.menuitem a:link,\n.menuitem a:visited {\n  color: #666;\n  text-decoration: none;\n}\n\n.menuitem a:hover,\n.menuitem a:focus,\n.menuitem a:active {\n  color: #2661A2;\n  text-decoration: none;\n  background-color: #DFDFDF;\n}\n\n.header-navigation-container li a.selected {\n  color: #2661A2;\n  background-color: #DFDFDF;\n}\n\n.header-navigation-container li:hover {\n  position: relative;\n  z-index: 100;\n}\n\n.header-navigation-container li ul {\n  display: none;\n}\n\n.header-navigation-container li:hover > ul {\n  display: block;\n  position: absolute;\n  top: 30px;\n  left: -1px;\n  background-color: #F5F5F5;\n  width: 150px;\n  border: 1px solid #C7C7C7;\n  border-top: 1px solid #D7D7D7;\n  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n\n.header-navigation-container li ul a {\n  width: 136px;\n}\n\n.header-navigation-container li ul li:first-child a {\n  border-left: 0px;\n}\n\n.header-navigation-container li ul li a {\n  border-width: 0px;\n  border-bottom: 1px solid #D7D7D7;\n}\n\n.header-navigation-container li ul li a:hover,\n.header-navigation-container li ul li a.selected {\n  background-color: #EBEBEB;\n}\n\n.header-navigation-container ul ul li.last > a,\n.header-navigation-container ul ul li:last-child > a {\n  border-bottom: 0px;\n}\n\n.header-navigation-container li:hover > ul li:hover ul {\n  top: -1px;\n  left: 150px;\n}\n\n/* ================================================================\nThis copyright notice must be untouched at all times.\n\nThe original version of this stylesheet and the associated (x)html\nis available at http://www.cssplay.co.uk/menus/simple_vertical.html\nCopyright (c) 2005-2007 Stu Nicholls. All rights reserved.\nThis stylesheet and the associated (x)html may be modified in any\nway to fit your requirements.\n=================================================================== */\n','');
INSERT INTO `bc_thm_contents`VALUES (692,'professional','stats/itemstatistics.thtml','                            <table cellpadding=\"0\" cellspacing=\"1\" width=\"99%\">\n                                <tr>\n                                    <td width=\"100%\"><b>{item_label}</b></td><td class=\"alignright\"><b>{stat_name}</b></td>\n                                </tr>\n                                {stat_row}\n                            </table>\n\n','item_label,stat_name,stat_row');
INSERT INTO `bc_thm_contents`VALUES (693,'professional','stats/sitestatistics.thtml','                            <table cellpadding=\"0\" cellspacing=\"1\" width=\"99%\">\n                                <tr>\n                                    <td>{lang_totalhitstosystem}</td>\n                                    <td class=\"alignright\">{total_hits}</td>\n                                </tr>\n                                <tr>\n                                    <td>{lang_active_users}</td>\n                                    <td class=\"alignright\">{active_users}</td>\n                                </tr>\n                                <tr>\n                                    <td>{lang_stories_comments}</td>\n                                    <td class=\"alignright\">{total_stories} ({total_comments})</td>\n                                </tr>\n                                {summary_row}\n                            </table>\n','active_users,lang_active_users,lang_stories_comments,lang_totalhitstosystem,summary_row,total_comments,total_hits,total_stories');
INSERT INTO `bc_thm_contents`VALUES (694,'professional','stats/singlesummary.thtml','                                <tr>\n                                    <td>\n                                        {item_text}\n                                    </td>\n                                    <td class=\"alignright\">{item_stat}</td>\n                                </tr>\n','item_stat,item_text');
INSERT INTO `bc_thm_contents`VALUES (695,'professional','stats/singlestat.thtml','                                <tr>\n                                    <td>\n                                        <a href=\"{item_url}\">{item_text}</a>\n                                    </td>\n                                    <td class=\"alignright\">{item_stat}</td>\n                                </tr>\n','item_stat,item_text,item_url');
INSERT INTO `bc_thm_contents`VALUES (696,'professional','users/services.thtml','<tr>\n	<td class=\"alignright\"><b><label for=\"service\">{lang_service}</label>:</b></td>\n  <td>{select_service}</td>\n</tr>','lang_service,select_service');
INSERT INTO `bc_thm_contents`VALUES (697,'professional','users/email.thtml','        <tr>\n            <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_email}:</b></td>\n            <td style=\"vertical-align:top;\"><a href=\"{site_url}/profiles.php?uid={user_id}\">{lang_sendemail}</a></td>\n        </tr>','lang_email,lang_sendemail,site_url,user_id');
INSERT INTO `bc_thm_contents`VALUES (698,'professional','featuredstorybodytext.thtml','&nbsp;\n','');
INSERT INTO `bc_thm_contents`VALUES (699,'professional','loginform_openid.thtml','<form class=\"third-party-login\" action=\"{site_url}/users.php?openid_login=1\" method=\"post\">\n  <div>\n    <div style=\"display: none;\">\n      <!-- this is revealed by login.js -->\n      <img alt=\"\" src=\"{site_url}/images/openid_login_icon.png\"{xhtml}>\n      <input value=\"{lang_openid_login}\" type=\"submit\" class=\"submit\"{xhtml}>\n    </div>\n    <noscript>\n      <div>\n        <b><label for=\"identity_url\">{lang_openid_login}</label></b><br{xhtml}>\n        <input name=\"identity_url\" id=\"identity_url\" style=\'background: url(\"{site_url}/images/openid_login_icon.png\") no-repeat;background-color:#fff;background-position:0 50%;color:#000;padding-left:18px;font-family:monospace;font-size:10px\' value=\"http://\" size=\"{input_field_size}\"{xhtml}>\n        <input src=\"{site_url}/images/right_arrow.png\" style=\"padding:1px;margin-bottom:-5px;height:16px;width:16px;border:1px\" type=\"image\"{xhtml}>\n      </div>\n    </noscript>\n  </div>\n</form>\n','input_field_size,lang_openid_login,site_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (700,'professional','preferences/excludeblock.thtml','<fieldset style=\"margin-top:10px;\">\n    <legend>{lang_exclude_title}</legend>\n      <div class=\"notes\" style=\"width:200px;\">\n        <h4>{lang_excluded_items_title}</h4>\n        {lang_excluded_items}\n       </div>\n    <table>\n        <tr>\n            <td style=\"vertical-align:top;padding-right:45px\"><b>{lang_topics}</b><br{xhtml}>\n            {exclude_topic_checklist}</td>\n            <td style=\"vertical-align:top;\"><b>{lang_authors}</b><br{xhtml}>\n            {exclude_author_checklist}</td>\n        </tr>\n    </table>\n</fieldset>','exclude_author_checklist,exclude_topic_checklist,lang_authors,lang_exclude_title,lang_excluded_items,lang_excluded_items_title,lang_topics,xhtml');
INSERT INTO `bc_thm_contents`VALUES (701,'professional','preferences/theme.thtml','   <tr>\n        <td style=\"width:100px;\"><label for=\"theme\">{lang_theme}:</label></td>\n        <td>{theme_selector}</td>\n   </tr>\n','lang_theme,theme_selector');
INSERT INTO `bc_thm_contents`VALUES (702,'professional','preferences/password.thtml','                <tr>\n                    <td style=\"width:150px;\"><label for=\"passwd\">{lang_password}:</label></td>\n                    <td><input type=\"password\" id=\"passwd\" name=\"passwd\" size=\"32\" maxlength=\"32\" value=\"{password_value}\"{xhtml}></td>\n                </tr>\n                <tr>\n                    <td><label for=\"passwd_conf\">{lang_password_conf}:</label></td>\n                    <td><input type=\"password\" id=\"passwd_conf\" name=\"passwd_conf\" size=\"32\" maxlength=\"32\" value=\"{password_value}\"{xhtml}></td>\n                 </tr>\n\n','lang_password,lang_password_conf,password_value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (703,'professional','preferences/commentblock.thtml','<fieldset style=\"margin-top:10px;\"><legend>{lang_comment_title}</legend>\n    <div class=\"notes\" style=\"width:250px;\">\n        <h4>{lang_comment_help_title}</h4>\n        <ul>\n        {lang_comment_help}\n        </ul>\n    </div>\n    <table class=\"inputTable\">\n        <tr>\n            <td style=\"width:120\"><label for=\"commentmode\">{lang_displaymode}:</label></td>\n            <td>{displaymode_selector}</td>\n        </tr>\n        <tr>\n            <td><label for=\"commentorder\">{lang_sortorder}:</label></td>\n            <td>{sortorder_selector}</td>\n        </tr>\n        <tr>\n            <td><label for=\"commentlimit\">{lang_commentlimit}:</label></td>\n            <td><input type=\"text\" id=\"commentlimit\" name=\"commentlimit\" size=\"5\" maxlength=\"5\" value=\"{commentlimit_value}\"{xhtml}></td>\n        </tr>\n    </table>\n</fieldset>\n','commentlimit_value,displaymode_selector,lang_comment_help,lang_comment_help_title,lang_comment_title,lang_commentlimit,lang_displaymode,lang_sortorder,sortorder_selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (704,'professional','preferences/username.thtml','    <tr>\n        <td><label for=\"new_username\">{lang_username}:</label></td>\n        <td><input type=\"text\" id=\"new_username\" name=\"new_username\" size=\"16\" maxlength=\"16\" value=\"{new_username_value}\"{xhtml}></td>\n    </tr>\n','lang_username,new_username_value,xhtml');
INSERT INTO `bc_thm_contents`VALUES (705,'professional','preferences/boxesblock.thtml','<fieldset style=\"margin-top:10px;\">\n    <legend>{lang_boxes_title}</legend>\n      <div class=\"notes\" style=\"width:200px;\">\n        <h4>{lang_boxes_help_title}</h4>\n        {lang_boxes}\n       </div>\n    <div>\n        {boxes_checklist}\n    </div>\n</fieldset>','boxes_checklist,lang_boxes,lang_boxes_help_title,lang_boxes_title');
INSERT INTO `bc_thm_contents`VALUES (706,'professional','preferences/displayblock.thtml','    <fieldset style=\"margin-top:10px;\"><legend>{lang_misc_title}</legend>\n        <div class=\"notes\" style=\"width:250px;\">\n        <h4>{lang_misc_help_title}</h4>\n             <ul>\n            {lang_misc_help}\n            </ul>\n        </div>\n        <table class=\"inputTable\">\n            {language_selection}\n            {theme_selection}\n            <tr>\n                <td style=\"width:120px;\"><label for=\"noicons\">{lang_noicons}:</label></td>\n                <td><input type=\"checkbox\" id=\"noicons\" name=\"noicons\" {noicons_checked}{xhtml}></td>\n            </tr>\n            <tr>\n                <td style=\"width:100px;\"><label for=\"noboxes\">{lang_noboxes}:</label></td>\n                <td><input type=\"checkbox\" id=\"noboxes\" name=\"noboxes\" {noboxes_checked}{xhtml}></td>\n            </tr>\n            <tr>\n                <td style=\"width:100px;\"><label for=\"maxstories\">{lang_maxstories}:</label></td>\n                <td><input type=\"text\" size=\"3\" maxlength=\"3\" id=\"maxstories\" name=\"maxstories\" value=\"{maxstories_value}\"{xhtml}></td>\n            </tr>\n            {advanced_editor_option}\n        </table>\n        <table class=\"inputTable\">\n            <tr>\n                <td style=\"width:120px;\"><label for=\"tzid\">{lang_timezone}:</label></td>\n                <td>{timezone_selector}</td>\n            </tr>\n            <tr>\n                <td style=\"width:100px;\"><label for=\"dfid\">{lang_dateformat}:</label></td>\n                <td>{dateformat_selector}</td>\n            </tr>\n        </table>\n    </fieldset>\n','advanced_editor_option,dateformat_selector,lang_dateformat,lang_maxstories,lang_misc_help,lang_misc_help_title,lang_misc_title,lang_noboxes,lang_noicons,lang_timezone,language_selection,maxstories_value,noboxes_checked,noicons_checked,theme_selection,timezone_selector,xhtml');
INSERT INTO `bc_thm_contents`VALUES (707,'professional','preferences/displayprefs.thtml','<div id=\"pe_layout\" class=\"jsenabled_hide\">\n        {display_block}\n        {comment_block}\n</div>\n<div id=\"pe_content\" class=\"jsenabled_hide\">\n        {exclude_block}\n        {digest_block}\n        {boxes_block}\n</div>\n<div id=\"pe_privacy\" class=\"jsenabled_hide\">\n        {privacy_block}\n</div>\n','boxes_block,comment_block,digest_block,display_block,exclude_block,privacy_block');
INSERT INTO `bc_thm_contents`VALUES (708,'professional','preferences/editor.thtml','   <tr>\n        <td style=\"width:100px;\"><label for=\"advanced_editor\">{lang_advanced_editor}:</label></td>\n        <td><input type=\"checkbox\" id=\"advanced_editor\" name=\"advanced_editor\" {advanced_editor_checked}{xhtml}></td>\n   </tr>\n','advanced_editor_checked,lang_advanced_editor,xhtml');
INSERT INTO `bc_thm_contents`VALUES (709,'professional','preferences/deleteaccount.thtml','\n      <div class=\"notes\" style=\"clear:both;\">\n        <h4>{lang_deleteaccount}</h4>\n        <p class=\"last\">{delete_text}</p>\n       </div>\n        <table class=\"inputTable\" style=\"margin-top:20px;\">\n            <tr>\n                <td style=\"width:150px;\"><label for=\"old_passwd\" class=\"warningsmall\">{lang_deleteoption}:</label></td>\n                <td>\n                      <input type=\"submit\" name=\"btnsubmit\" value=\"{lang_button_delete}\"{xhtml}>\n                      <input type=\"hidden\" name=\"mode\" value=\"{delete_mode}\"{xhtml}>\n                      <input type=\"hidden\" name=\"account_id\" value=\"{account_id}\"{xhtml}>\n                </td>\n            </tr>\n        </table>\n','account_id,delete_mode,delete_text,lang_button_delete,lang_deleteaccount,lang_deleteoption,xhtml');
INSERT INTO `bc_thm_contents`VALUES (710,'professional','preferences/digestblock.thtml','<fieldset style=\"margin-top:10px;\">\n    <legend>{lang_digest_top_header}</legend>\n      <div class=\"notes\">\n        <h4>{lang_digest_help_header}</h4>\n        {lang_emailedtopics}\n       </div>\n    <div>{email_topic_checklist}</div>\n</fieldset>\n\n','email_topic_checklist,lang_digest_help_header,lang_digest_top_header,lang_emailedtopics');
INSERT INTO `bc_thm_contents`VALUES (711,'professional','preferences/current_password.thtml','                <tr>\n                    <td><label for=\"old_passwd\" class=\"warningsmall\">{lang_old_password}:</label></td>\n                    <td><input type=\"password\" id=\"old_passwd\" name=\"old_passwd\" size=\"32\" maxlength=\"32\" value=\"\"{xhtml}></td>\n                </tr>\n\n','lang_old_password,xhtml');
INSERT INTO `bc_thm_contents`VALUES (712,'professional','preferences/language.thtml','   <tr>\n        <td style=\"width:100px;\"><label for=\"language\">{lang_language}:</label></td>\n        <td>{language_selector}</td>\n   </tr>\n','lang_language,language_selector');
INSERT INTO `bc_thm_contents`VALUES (713,'professional','preferences/privacyblock.thtml','<fieldset style=\"margin-top:10px;\"><legend>{lang_privacy_title}</legend>\n      <div class=\"notes\" style=\"width:250px;\">\n        <h4>{lang_privacy_help_title}</h4>\n        {lang_privacy_help}\n       </div>\n<table class=\"inputTable\">\n  <tr>\n    <td style=\"width:100px;\"><label for=\"emailfromuser\">{lang_emailfromuser}:</label></td>\n    <td><input type=\"checkbox\" id=\"emailfromuser\" name=\"emailfromuser\" {emailfromuser_checked}{xhtml}></td>\n  </tr>\n  <tr>\n    <td style=\"width:100px;\"><label for=\"emailfromadmin\">{lang_emailfromadmin}:</label></td>\n    <td><input type=\"checkbox\" id=\"emailfromadmin\" name=\"emailfromadmin\" {emailfromadmin_checked}{xhtml}></td>\n  </tr>\n  <tr>\n    <td style=\"width:100px;\"><label for=\"showonline\">{lang_showonline}:</label></td>\n    <td><input type=\"checkbox\" id=\"showonline\" name=\"showonline\" {showonline_checked}{xhtml}></td>\n  </tr>\n</table>\n</fieldset>','emailfromadmin_checked,emailfromuser_checked,lang_emailfromadmin,lang_emailfromuser,lang_privacy_help,lang_privacy_help_title,lang_privacy_title,lang_showonline,showonline_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (714,'professional','preferences/userphoto.thtml','           <tr>\n                <td style=\"width:100px;\"><label for=\"photo\">{lang_userphoto}:</label></td>\n                <td><input type=\"file\" dir=\"ltr\" id=\"photo\" name=\"photo\" size=\"30\"{xhtml}><br{xhtml}>{display_photo}<br{xhtml}>{photo_max_dimensions}</td>\n           </tr>\n','display_photo,lang_userphoto,photo_max_dimensions,xhtml');
INSERT INTO `bc_thm_contents`VALUES (715,'professional','preferences/resynch.thtml','    <tr>\n        <td><label for=\"resynch\">{lang_resynch}:</label></td>\n        <td><input type=\"checkbox\" id=\"resynch\" name=\"resynch\" {resynch_checked}{xhtml}></td>\n    </tr>\n','lang_resynch,resynch_checked,xhtml');
INSERT INTO `bc_thm_contents`VALUES (716,'professional','storybodytext.thtml','&nbsp;\n','');
INSERT INTO `bc_thm_contents`VALUES (717,'professional','blockservices.thtml','<b><label for=\"service\">{lang_service}</label>:</b><br{xhtml}>\n{select_service}<br{xhtml}>\n','lang_service,select_service,xhtml');
INSERT INTO `bc_thm_contents`VALUES (718,'professional','archivestorybodytext.thtml','&nbsp;\n','');
INSERT INTO `bc_thm_contents`VALUES (719,'professional','jquery_ui/jquery.ui.spinner.css','/*!\n * jQuery UI Spinner 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Spinner#theming\n */\n.ui-spinner {\n	position: relative;\n	display: inline-block;\n	overflow: hidden;\n	padding: 0;\n	vertical-align: middle;\n}\n.ui-spinner-input {\n	border: none;\n	background: none;\n	color: inherit;\n	padding: 0;\n	margin: .2em 0;\n	vertical-align: middle;\n	margin-left: .4em;\n	margin-right: 22px;\n}\n.ui-spinner-button {\n	width: 16px;\n	height: 50%;\n	font-size: .5em;\n	padding: 0;\n	margin: 0;\n	text-align: center;\n	position: absolute;\n	cursor: default;\n	display: block;\n	overflow: hidden;\n	right: 0;\n}\n/* more specificity required here to overide default borders */\n.ui-spinner a.ui-spinner-button {\n	border-top: none;\n	border-bottom: none;\n	border-right: none;\n}\n/* vertical centre icon */\n.ui-spinner .ui-icon {\n	position: absolute;\n	margin-top: -8px;\n	top: 50%;\n	left: 0;\n}\n.ui-spinner-up {\n	top: 0;\n}\n.ui-spinner-down {\n	bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n	/* need to fix icons sprite */\n	background-position: -65px -16px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (720,'professional','jquery_ui/jquery.ui.autocomplete.css','/*!\n * jQuery UI Autocomplete 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Autocomplete#theming\n */\n.ui-autocomplete {\n	position: absolute;\n	top: 0;\n	left: 0;\n	cursor: default;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (721,'professional','jquery_ui/jquery.ui.datepicker.css','/*!\n * jQuery UI Datepicker 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Datepicker#theming\n */\n.ui-datepicker {\n	width: 17em;\n	padding: .2em .2em 0;\n	display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n	position: relative;\n	padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n	position: absolute;\n	top: 2px;\n	width: 1.8em;\n	height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n	top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n	left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n	right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n	left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n	right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n	display: block;\n	position: absolute;\n	left: 50%;\n	margin-left: -8px;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n	margin: 0 2.3em;\n	line-height: 1.8em;\n	text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n	font-size: 1em;\n	margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month-year {\n	width: 100%;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n	width: 49%;\n}\n.ui-datepicker table {\n	width: 100%;\n	font-size: .9em;\n	border-collapse: collapse;\n	margin: 0 0 .4em;\n}\n.ui-datepicker th {\n	padding: .7em .3em;\n	text-align: center;\n	font-weight: bold;\n	border: 0;\n}\n.ui-datepicker td {\n	border: 0;\n	padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n	display: block;\n	padding: .2em;\n	text-align: right;\n	text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n	background-image: none;\n	margin: .7em 0 0 0;\n	padding: 0 .2em;\n	border-left: 0;\n	border-right: 0;\n	border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n	float: right;\n	margin: .5em .2em .4em;\n	cursor: pointer;\n	padding: .2em .6em .3em .6em;\n	width: auto;\n	overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n	float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n	width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n	float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n	width: 95%;\n	margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n	width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n	width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n	width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n	border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n	clear: left;\n}\n.ui-datepicker-row-break {\n	clear: both;\n	width: 100%;\n	font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n	direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n	right: 2px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n	left: 2px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n	right: 1px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n	left: 1px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n	clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n	float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n	float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n	border-right-width: 0;\n	border-left-width: 1px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (722,'professional','jquery_ui/jquery.ui.accordion.css','/*!\n * jQuery UI Accordion 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Accordion#theming\n */\n.ui-accordion .ui-accordion-header {\n	display: block;\n	cursor: pointer;\n	position: relative;\n	margin-top: 2px;\n	padding: .5em .5em .5em .7em;\n	min-height: 0; /* support: IE7 */\n}\n.ui-accordion .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-noicons {\n	padding-left: .7em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n	position: absolute;\n	left: .5em;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n	padding: 1em 2.2em;\n	border-top: 0;\n	overflow: auto;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (723,'professional','jquery_ui/jquery.ui.dialog.css','/*!\n * jQuery UI Dialog 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Dialog#theming\n */\n.ui-dialog {\n	position: absolute;\n	top: 0;\n	left: 0;\n	padding: .2em;\n	outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n	padding: .4em 1em;\n	position: relative;\n}\n.ui-dialog .ui-dialog-title {\n	float: left;\n	margin: .1em 0;\n	white-space: nowrap;\n	width: 90%;\n	overflow: hidden;\n	text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n	position: absolute;\n	right: .3em;\n	top: 50%;\n	width: 21px;\n	margin: -10px 0 0 0;\n	padding: 1px;\n	height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n	position: relative;\n	border: 0;\n	padding: .5em 1em;\n	background: none;\n	overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n	text-align: left;\n	border-width: 1px 0 0 0;\n	background-image: none;\n	margin-top: .5em;\n	padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n	float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n	margin: .5em .4em .5em 0;\n	cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n	width: 12px;\n	height: 12px;\n	right: -5px;\n	bottom: -5px;\n	background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n	cursor: move;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (724,'professional','jquery_ui/jquery.ui.base.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming\n */\n@import url(\"jquery.ui.core.css\");\n\n@import url(\"jquery.ui.accordion.css\");\n@import url(\"jquery.ui.autocomplete.css\");\n@import url(\"jquery.ui.button.css\");\n@import url(\"jquery.ui.datepicker.css\");\n@import url(\"jquery.ui.dialog.css\");\n@import url(\"jquery.ui.menu.css\");\n@import url(\"jquery.ui.progressbar.css\");\n@import url(\"jquery.ui.resizable.css\");\n@import url(\"jquery.ui.selectable.css\");\n@import url(\"jquery.ui.slider.css\");\n@import url(\"jquery.ui.spinner.css\");\n@import url(\"jquery.ui.tabs.css\");\n@import url(\"jquery.ui.tooltip.css\");\n','');
INSERT INTO `bc_thm_contents`VALUES (725,'professional','jquery_ui/jquery.ui.slider.css','/*!\n * jQuery UI Slider 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Slider#theming\n */\n.ui-slider {\n	position: relative;\n	text-align: left;\n}\n.ui-slider .ui-slider-handle {\n	position: absolute;\n	z-index: 2;\n	width: 1.2em;\n	height: 1.2em;\n	cursor: default;\n}\n.ui-slider .ui-slider-range {\n	position: absolute;\n	z-index: 1;\n	font-size: .7em;\n	display: block;\n	border: 0;\n	background-position: 0 0;\n}\n\n/* For IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n	filter: inherit;\n}\n\n.ui-slider-horizontal {\n	height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n	top: -.3em;\n	margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n	top: 0;\n	height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n	left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n	right: 0;\n}\n\n.ui-slider-vertical {\n	width: .8em;\n	height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n	left: -.3em;\n	margin-left: 0;\n	margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n	left: 0;\n	width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n	bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n	top: 0;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (726,'professional','jquery_ui/jquery-ui.css','/*! jQuery UI - v1.10.1 - 2013-03-03\n* http://jqueryui.com\n* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n	display: none;\n}\n.ui-helper-hidden-accessible {\n	border: 0;\n	clip: rect(0 0 0 0);\n	height: 1px;\n	margin: -1px;\n	overflow: hidden;\n	padding: 0;\n	position: absolute;\n	width: 1px;\n}\n.ui-helper-reset {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	line-height: 1.3;\n	text-decoration: none;\n	font-size: 100%;\n	list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n	content: \"\";\n	display: table;\n	border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n	clear: both;\n}\n.ui-helper-clearfix {\n	min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n	width: 100%;\n	height: 100%;\n	top: 0;\n	left: 0;\n	position: absolute;\n	opacity: 0;\n	filter:Alpha(Opacity=0);\n}\n\n.ui-front {\n	z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n	cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	display: block;\n	text-indent: -99999px;\n	overflow: hidden;\n	background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n	position: fixed;\n	top: 0;\n	left: 0;\n	width: 100%;\n	height: 100%;\n}\n.ui-resizable {\n	position: relative;\n}\n.ui-resizable-handle {\n	position: absolute;\n	font-size: 0.1px;\n	display: block;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n	display: none;\n}\n.ui-resizable-n {\n	cursor: n-resize;\n	height: 7px;\n	width: 100%;\n	top: -5px;\n	left: 0;\n}\n.ui-resizable-s {\n	cursor: s-resize;\n	height: 7px;\n	width: 100%;\n	bottom: -5px;\n	left: 0;\n}\n.ui-resizable-e {\n	cursor: e-resize;\n	width: 7px;\n	right: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-w {\n	cursor: w-resize;\n	width: 7px;\n	left: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-se {\n	cursor: se-resize;\n	width: 12px;\n	height: 12px;\n	right: 1px;\n	bottom: 1px;\n}\n.ui-resizable-sw {\n	cursor: sw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	bottom: -5px;\n}\n.ui-resizable-nw {\n	cursor: nw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	top: -5px;\n}\n.ui-resizable-ne {\n	cursor: ne-resize;\n	width: 9px;\n	height: 9px;\n	right: -5px;\n	top: -5px;\n}\n.ui-selectable-helper {\n	position: absolute;\n	z-index: 100;\n	border: 1px dotted black;\n}\n.ui-accordion .ui-accordion-header {\n	display: block;\n	cursor: pointer;\n	position: relative;\n	margin-top: 2px;\n	padding: .5em .5em .5em .7em;\n	min-height: 0; /* support: IE7 */\n}\n.ui-accordion .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-noicons {\n	padding-left: .7em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n	padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n	position: absolute;\n	left: .5em;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n	padding: 1em 2.2em;\n	border-top: 0;\n	overflow: auto;\n}\n.ui-autocomplete {\n	position: absolute;\n	top: 0;\n	left: 0;\n	cursor: default;\n}\n.ui-button {\n	display: inline-block;\n	position: relative;\n	padding: 0;\n	line-height: normal;\n	margin-right: .1em;\n	cursor: pointer;\n	vertical-align: middle;\n	text-align: center;\n	overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n	text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n	width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n	width: 2.4em;\n}\n.ui-button-icons-only {\n	width: 3.4em;\n}\nbutton.ui-button-icons-only {\n	width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n	display: block;\n	line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n	padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n	padding: .4em;\n	text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n	padding-left: 2.1em;\n	padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n	padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n	position: absolute;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n	left: 50%;\n	margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n	left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n	right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n	margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n	margin-left: 0;\n	margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n	border: 0;\n	padding: 0;\n}\n.ui-datepicker {\n	width: 17em;\n	padding: .2em .2em 0;\n	display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n	position: relative;\n	padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n	position: absolute;\n	top: 2px;\n	width: 1.8em;\n	height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n	top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n	left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n	right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n	left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n	right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n	display: block;\n	position: absolute;\n	left: 50%;\n	margin-left: -8px;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n	margin: 0 2.3em;\n	line-height: 1.8em;\n	text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n	font-size: 1em;\n	margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month-year {\n	width: 100%;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n	width: 49%;\n}\n.ui-datepicker table {\n	width: 100%;\n	font-size: .9em;\n	border-collapse: collapse;\n	margin: 0 0 .4em;\n}\n.ui-datepicker th {\n	padding: .7em .3em;\n	text-align: center;\n	font-weight: bold;\n	border: 0;\n}\n.ui-datepicker td {\n	border: 0;\n	padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n	display: block;\n	padding: .2em;\n	text-align: right;\n	text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n	background-image: none;\n	margin: .7em 0 0 0;\n	padding: 0 .2em;\n	border-left: 0;\n	border-right: 0;\n	border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n	float: right;\n	margin: .5em .2em .4em;\n	cursor: pointer;\n	padding: .2em .6em .3em .6em;\n	width: auto;\n	overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n	float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n	width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n	float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n	width: 95%;\n	margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n	width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n	width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n	width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n	border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n	clear: left;\n}\n.ui-datepicker-row-break {\n	clear: both;\n	width: 100%;\n	font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n	direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n	right: 2px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n	left: 2px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n	right: 1px;\n	left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n	left: 1px;\n	right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n	clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n	float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n	float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n	border-right-width: 0;\n	border-left-width: 1px;\n}\n.ui-dialog {\n	position: absolute;\n	top: 0;\n	left: 0;\n	padding: .2em;\n	outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n	padding: .4em 1em;\n	position: relative;\n}\n.ui-dialog .ui-dialog-title {\n	float: left;\n	margin: .1em 0;\n	white-space: nowrap;\n	width: 90%;\n	overflow: hidden;\n	text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n	position: absolute;\n	right: .3em;\n	top: 50%;\n	width: 21px;\n	margin: -10px 0 0 0;\n	padding: 1px;\n	height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n	position: relative;\n	border: 0;\n	padding: .5em 1em;\n	background: none;\n	overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n	text-align: left;\n	border-width: 1px 0 0 0;\n	background-image: none;\n	margin-top: .5em;\n	padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n	float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n	margin: .5em .4em .5em 0;\n	cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n	width: 12px;\n	height: 12px;\n	right: -5px;\n	bottom: -5px;\n	background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n	cursor: move;\n}\n.ui-menu {\n	list-style: none;\n	padding: 2px;\n	margin: 0;\n	display: block;\n	outline: none;\n}\n.ui-menu .ui-menu {\n	margin-top: -3px;\n	position: absolute;\n}\n.ui-menu .ui-menu-item {\n	margin: 0;\n	padding: 0;\n	width: 100%;\n}\n.ui-menu .ui-menu-divider {\n	margin: 5px -2px 5px -2px;\n	height: 0;\n	font-size: 0;\n	line-height: 0;\n	border-width: 1px 0 0 0;\n}\n.ui-menu .ui-menu-item a {\n	text-decoration: none;\n	display: block;\n	padding: 2px .4em;\n	line-height: 1.5;\n	min-height: 0; /* support: IE7 */\n	font-weight: normal;\n}\n.ui-menu .ui-menu-item a.ui-state-focus,\n.ui-menu .ui-menu-item a.ui-state-active {\n	font-weight: normal;\n	margin: -1px;\n}\n\n.ui-menu .ui-state-disabled {\n	font-weight: normal;\n	margin: .4em 0 .2em;\n	line-height: 1.5;\n}\n.ui-menu .ui-state-disabled a {\n	cursor: default;\n}\n\n/* icon support */\n.ui-menu-icons {\n	position: relative;\n}\n.ui-menu-icons .ui-menu-item a {\n	position: relative;\n	padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n	position: absolute;\n	top: .2em;\n	left: .2em;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n	position: static;\n	float: right;\n}\n.ui-progressbar {\n	height: 2em;\n	text-align: left;\n	overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n	margin: -1px;\n	height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n	background: url(\"images/animated-overlay.gif\");\n	height: 100%;\n	filter: alpha(opacity=25);\n	opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n	background-image: none;\n}\n.ui-slider {\n	position: relative;\n	text-align: left;\n}\n.ui-slider .ui-slider-handle {\n	position: absolute;\n	z-index: 2;\n	width: 1.2em;\n	height: 1.2em;\n	cursor: default;\n}\n.ui-slider .ui-slider-range {\n	position: absolute;\n	z-index: 1;\n	font-size: .7em;\n	display: block;\n	border: 0;\n	background-position: 0 0;\n}\n\n/* For IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n	filter: inherit;\n}\n\n.ui-slider-horizontal {\n	height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n	top: -.3em;\n	margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n	top: 0;\n	height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n	left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n	right: 0;\n}\n\n.ui-slider-vertical {\n	width: .8em;\n	height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n	left: -.3em;\n	margin-left: 0;\n	margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n	left: 0;\n	width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n	bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n	top: 0;\n}\n.ui-spinner {\n	position: relative;\n	display: inline-block;\n	overflow: hidden;\n	padding: 0;\n	vertical-align: middle;\n}\n.ui-spinner-input {\n	border: none;\n	background: none;\n	color: inherit;\n	padding: 0;\n	margin: .2em 0;\n	vertical-align: middle;\n	margin-left: .4em;\n	margin-right: 22px;\n}\n.ui-spinner-button {\n	width: 16px;\n	height: 50%;\n	font-size: .5em;\n	padding: 0;\n	margin: 0;\n	text-align: center;\n	position: absolute;\n	cursor: default;\n	display: block;\n	overflow: hidden;\n	right: 0;\n}\n/* more specificity required here to overide default borders */\n.ui-spinner a.ui-spinner-button {\n	border-top: none;\n	border-bottom: none;\n	border-right: none;\n}\n/* vertical centre icon */\n.ui-spinner .ui-icon {\n	position: absolute;\n	margin-top: -8px;\n	top: 50%;\n	left: 0;\n}\n.ui-spinner-up {\n	top: 0;\n}\n.ui-spinner-down {\n	bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n	/* need to fix icons sprite */\n	background-position: -65px -16px;\n}\n.ui-tabs {\n	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n	padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n	margin: 0;\n	padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n	list-style: none;\n	float: left;\n	position: relative;\n	top: 0;\n	margin: 1px .2em 0 0;\n	border-bottom: 0;\n	padding: 0;\n	white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav li a {\n	float: left;\n	padding: .5em 1em;\n	text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n	margin-bottom: -1px;\n	padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active a,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled a,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {\n	cursor: text;\n}\n.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {\n	cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n	display: block;\n	border-width: 0;\n	padding: 1em 1.4em;\n	background: none;\n}\n.ui-tooltip {\n	padding: 8px;\n	position: absolute;\n	z-index: 9999;\n	max-width: 300px;\n	-webkit-box-shadow: 0 0 5px #aaa;\n	box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n	border-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1.1em;\n}\n.ui-widget .ui-widget {\n	font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1em;\n}\n.ui-widget-content {\n	border: 1px solid #a6c9e2;\n	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;\n	color: #222222;\n}\n.ui-widget-content a {\n	color: #222222;\n}\n.ui-widget-header {\n	border: 1px solid #4297d7;\n	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;\n	color: #ffffff;\n	font-weight: bold;\n}\n.ui-widget-header a {\n	color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n	border: 1px solid #c5dbec;\n	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #2e6e9e;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n	color: #2e6e9e;\n	text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n	border: 1px solid #79b7e7;\n	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #1d5987;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n	color: #1d5987;\n	text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n	border: 1px solid #79b7e7;\n	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #e17009;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n	color: #e17009;\n	text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n	border: 1px solid #fad42e;\n	background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;\n	color: #363636;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n	color: #363636;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n	border: 1px solid #cd0a0a;\n	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;\n	color: #cd0a0a;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n	color: #cd0a0a;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n	color: #cd0a0a;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n	font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n	opacity: .7;\n	filter:Alpha(Opacity=70);\n	font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n	opacity: .35;\n	filter:Alpha(Opacity=35);\n	background-image: none;\n}\n.ui-state-disabled .ui-icon {\n	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	width: 16px;\n	height: 16px;\n	background-position: 16px 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n	background-image: url(images/ui-icons_469bdd_256x240.png);\n}\n.ui-widget-header .ui-icon {\n	background-image: url(images/ui-icons_d8e7f3_256x240.png);\n}\n.ui-state-default .ui-icon {\n	background-image: url(images/ui-icons_6da8d5_256x240.png);\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n	background-image: url(images/ui-icons_217bc0_256x240.png);\n}\n.ui-state-active .ui-icon {\n	background-image: url(images/ui-icons_f9bd01_256x240.png);\n}\n.ui-state-highlight .ui-icon {\n	background-image: url(images/ui-icons_2e83ff_256x240.png);\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n	background-image: url(images/ui-icons_cd0a0a_256x240.png);\n}\n\n/* positioning */\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n	border-top-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n	border-top-right-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n	border-bottom-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n	border-bottom-right-radius: 5px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n}\n.ui-widget-shadow {\n	margin: -8px 0 0 -8px;\n	padding: 8px;\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n	border-radius: 8px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (727,'professional','jquery_ui/jquery.ui.geeklog.css','/* Geeklog JQuery UI custom CSS */\n\n/* Tabs\n----------------------------------*/\n.ui-tabs { position: relative; padding: .2em; zoom: 1; margin-bottom: 10px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }\n.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }\n.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; outline-style: none; }\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }\n.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }\n.ui-tabs .ui-tabs-hide { display: none !important; }\n/* drop down */\n#tabs-dropdown { position: absolute; display: none; list-style: none; padding: 10px 0 5px 0; }\n#tabs-dropdown li, #tabs-dropdown li a { display: block; float: none; }\n#tabs-dropdown li { margin: 0; }\n#tabs-dropdown li a:hover { background-color: #2E6E9E; color: #FFF; }\n\n/* Autocomplete */\n.ui-autocomplete-category {\n    font-weight:bold;\n    padding:.2em .4em;\n    margin:.8em 0 .2em;\n    line-height:1.5;\n}\n\n/* Selected Conf Row */\n.active-config { background: yellow; }\n\n/* Tooltip Balloon */\n#tooltip-container {\n    border:1px solid #83B3D8;\n    -moz-box-shadow:#47708F 0 2px 6px;-webkit-box-shadow:#47708F 0 2px 6px;\n    background:#fff;\n    position:absolute;\n    left:0;\n    top:0;\n    display:none;\n    z-index: 20000;\n}\n\n#tooltip-content {\n    background-color: #FFF;\n    min-width: 175px;\n    min-height: 50px;\n}\n\n.tooltip-block {\n    border-bottom:1px solid #83B3D8;\n    width: 100%;\n}\n.tooltip-title {\n    font-weight: bold;\n    background: #E7E7E7;\n    margin: 0;\n    padding: 2px;\n    \n}\n.tooltip-doc {\n    min-height: 1em;\n    padding: 4px 2px;\n}\n#tooltip-close {\n    display: none;\n}\n\n/* Validation */\n.input_error { border: solid 1px red; }\n.validation_error_block {\n    color: red;\n    font-size: 10px;\n}\n.validation_error_block span {\n    display:block;\n    overflow:hidden;\n    text-indent:-99999px;\n    width: 16px;\n    height: 16px;\n    float:left;\n    margin:0 4px;\n    background: url(\"images/ui-icons_cd0a0a_256x240.png\") 0 -144px;\n}\n.saved_message {\n    margin-top:5px;\n    margin-bottom:5px;\n    padding:10px 5px 8px 36px;\n    background: #C6F9C9 url(\"../images/success.png\") 10px 50% no-repeat;\n    border: 2px solid #9BD39E;\n    overflow: auto;\n    font-weight: bold;\n    color: #333;\n}\n.error_validation {\n    background: #CF3333 url(\"../images/error.png\") no-repeat 10px 50%;\n    border: 2px solid #990000;\n    color: #FFF;\n}\n.saved_message a {\n    color: #E17009;\n}\n.error_validation a {\n    color: #FFFFBB;\n}\n\n/* Layout helpers */\n.ui-helper-clearfix:before, .ui-helper-clearfix:after {\n    display: block;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (728,'professional','jquery_ui/jquery.ui.button.css','/*!\n * jQuery UI Button 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Button#theming\n */\n.ui-button {\n	display: inline-block;\n	position: relative;\n	padding: 0;\n	line-height: normal;\n	margin-right: .1em;\n	cursor: pointer;\n	vertical-align: middle;\n	text-align: center;\n	overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n	text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n	width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n	width: 2.4em;\n}\n.ui-button-icons-only {\n	width: 3.4em;\n}\nbutton.ui-button-icons-only {\n	width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n	display: block;\n	line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n	padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n	padding: .4em;\n	text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n	padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n	padding-left: 2.1em;\n	padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n	padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n	position: absolute;\n	top: 50%;\n	margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n	left: 50%;\n	margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n	left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n	right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n	margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n	margin-left: 0;\n	margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n	border: 0;\n	padding: 0;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (729,'professional','jquery_ui/jquery.ui.selectable.css','/*!\n * jQuery UI Selectable 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Selectable#theming\n */\n.ui-selectable-helper {\n	position: absolute;\n	z-index: 100;\n	border: 1px dotted black;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (730,'professional','jquery_ui/jquery.ui.menu.css','/*!\n * jQuery UI Menu 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Menu#theming\n */\n.ui-menu {\n	list-style: none;\n	padding: 2px;\n	margin: 0;\n	display: block;\n	outline: none;\n}\n.ui-menu .ui-menu {\n	margin-top: -3px;\n	position: absolute;\n}\n.ui-menu .ui-menu-item {\n	margin: 0;\n	padding: 0;\n	width: 100%;\n}\n.ui-menu .ui-menu-divider {\n	margin: 5px -2px 5px -2px;\n	height: 0;\n	font-size: 0;\n	line-height: 0;\n	border-width: 1px 0 0 0;\n}\n.ui-menu .ui-menu-item a {\n	text-decoration: none;\n	display: block;\n	padding: 2px .4em;\n	line-height: 1.5;\n	min-height: 0; /* support: IE7 */\n	font-weight: normal;\n}\n.ui-menu .ui-menu-item a.ui-state-focus,\n.ui-menu .ui-menu-item a.ui-state-active {\n	font-weight: normal;\n	margin: -1px;\n}\n\n.ui-menu .ui-state-disabled {\n	font-weight: normal;\n	margin: .4em 0 .2em;\n	line-height: 1.5;\n}\n.ui-menu .ui-state-disabled a {\n	cursor: default;\n}\n\n/* icon support */\n.ui-menu-icons {\n	position: relative;\n}\n.ui-menu-icons .ui-menu-item a {\n	position: relative;\n	padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n	position: absolute;\n	top: .2em;\n	left: .2em;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n	position: static;\n	float: right;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (731,'professional','jquery_ui/jquery.ui.theme.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming/API\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1.1em;\n}\n.ui-widget .ui-widget {\n	font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;\n	font-size: 1em;\n}\n.ui-widget-content {\n	border: 1px solid #a6c9e2;\n	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;\n	color: #222222;\n}\n.ui-widget-content a {\n	color: #222222;\n}\n.ui-widget-header {\n	border: 1px solid #4297d7;\n	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;\n	color: #ffffff;\n	font-weight: bold;\n}\n.ui-widget-header a {\n	color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n	border: 1px solid #c5dbec;\n	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #2e6e9e;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n	color: #2e6e9e;\n	text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n	border: 1px solid #79b7e7;\n	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #1d5987;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n	color: #1d5987;\n	text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n	border: 1px solid #79b7e7;\n	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;\n	font-weight: bold;\n	color: #e17009;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n	color: #e17009;\n	text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n	border: 1px solid #fad42e;\n	background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;\n	color: #363636;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n	color: #363636;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n	border: 1px solid #cd0a0a;\n	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;\n	color: #cd0a0a;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n	color: #cd0a0a;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n	color: #cd0a0a;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n	font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n	opacity: .7;\n	filter:Alpha(Opacity=70);\n	font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n	opacity: .35;\n	filter:Alpha(Opacity=35);\n	background-image: none;\n}\n.ui-state-disabled .ui-icon {\n	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	width: 16px;\n	height: 16px;\n	background-position: 16px 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n	background-image: url(images/ui-icons_469bdd_256x240.png);\n}\n.ui-widget-header .ui-icon {\n	background-image: url(images/ui-icons_d8e7f3_256x240.png);\n}\n.ui-state-default .ui-icon {\n	background-image: url(images/ui-icons_6da8d5_256x240.png);\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n	background-image: url(images/ui-icons_217bc0_256x240.png);\n}\n.ui-state-active .ui-icon {\n	background-image: url(images/ui-icons_f9bd01_256x240.png);\n}\n.ui-state-highlight .ui-icon {\n	background-image: url(images/ui-icons_2e83ff_256x240.png);\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n	background-image: url(images/ui-icons_cd0a0a_256x240.png);\n}\n\n/* positioning */\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n	border-top-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n	border-top-right-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n	border-bottom-left-radius: 5px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n	border-bottom-right-radius: 5px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n}\n.ui-widget-shadow {\n	margin: -8px 0 0 -8px;\n	padding: 8px;\n	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;\n	opacity: .3;\n	filter: Alpha(Opacity=30);\n	border-radius: 8px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (732,'professional','jquery_ui/jquery.ui.resizable.css','/*!\n * jQuery UI Resizable 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Resizable#theming\n */\n.ui-resizable {\n	position: relative;\n}\n.ui-resizable-handle {\n	position: absolute;\n	font-size: 0.1px;\n	display: block;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n	display: none;\n}\n.ui-resizable-n {\n	cursor: n-resize;\n	height: 7px;\n	width: 100%;\n	top: -5px;\n	left: 0;\n}\n.ui-resizable-s {\n	cursor: s-resize;\n	height: 7px;\n	width: 100%;\n	bottom: -5px;\n	left: 0;\n}\n.ui-resizable-e {\n	cursor: e-resize;\n	width: 7px;\n	right: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-w {\n	cursor: w-resize;\n	width: 7px;\n	left: -5px;\n	top: 0;\n	height: 100%;\n}\n.ui-resizable-se {\n	cursor: se-resize;\n	width: 12px;\n	height: 12px;\n	right: 1px;\n	bottom: 1px;\n}\n.ui-resizable-sw {\n	cursor: sw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	bottom: -5px;\n}\n.ui-resizable-nw {\n	cursor: nw-resize;\n	width: 9px;\n	height: 9px;\n	left: -5px;\n	top: -5px;\n}\n.ui-resizable-ne {\n	cursor: ne-resize;\n	width: 9px;\n	height: 9px;\n	right: -5px;\n	top: -5px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (733,'professional','jquery_ui/jquery.ui.all.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming\n */\n@import \"jquery.ui.base.css\";\n@import \"jquery.ui.theme.css\";\n','');
INSERT INTO `bc_thm_contents`VALUES (734,'professional','jquery_ui/jquery.ui.tooltip.css','/*!\n * jQuery UI Tooltip 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n.ui-tooltip {\n	padding: 8px;\n	position: absolute;\n	z-index: 9999;\n	max-width: 300px;\n	-webkit-box-shadow: 0 0 5px #aaa;\n	box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n	border-width: 2px;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (735,'professional','jquery_ui/jquery.ui.progressbar.css','/*!\n * jQuery UI Progressbar 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Progressbar#theming\n */\n.ui-progressbar {\n	height: 2em;\n	text-align: left;\n	overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n	margin: -1px;\n	height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n	background: url(\"images/animated-overlay.gif\");\n	height: 100%;\n	filter: alpha(opacity=25);\n	opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n	background-image: none;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (736,'professional','jquery_ui/jquery.ui.core.css','/*!\n * jQuery UI CSS Framework 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Theming/API\n */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n	display: none;\n}\n.ui-helper-hidden-accessible {\n	border: 0;\n	clip: rect(0 0 0 0);\n	height: 1px;\n	margin: -1px;\n	overflow: hidden;\n	padding: 0;\n	position: absolute;\n	width: 1px;\n}\n.ui-helper-reset {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	line-height: 1.3;\n	text-decoration: none;\n	font-size: 100%;\n	list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n	content: \"\";\n	display: table;\n	border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n	clear: both;\n}\n.ui-helper-clearfix {\n	min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n	width: 100%;\n	height: 100%;\n	top: 0;\n	left: 0;\n	position: absolute;\n	opacity: 0;\n	filter:Alpha(Opacity=0);\n}\n\n.ui-front {\n	z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n	cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n	display: block;\n	text-indent: -99999px;\n	overflow: hidden;\n	background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n	position: fixed;\n	top: 0;\n	left: 0;\n	width: 100%;\n	height: 100%;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (737,'professional','jquery_ui/jquery.ui.tabs.css','/*!\n * jQuery UI Tabs 1.10.1\n * http://jqueryui.com\n *\n * Copyright 2013 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://docs.jquery.com/UI/Tabs#theming\n */\n.ui-tabs {\n	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n	padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n	margin: 0;\n	padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n	list-style: none;\n	float: left;\n	position: relative;\n	top: 0;\n	margin: 1px .2em 0 0;\n	border-bottom: 0;\n	padding: 0;\n	white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav li a {\n	float: left;\n	padding: .5em 1em;\n	text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n	margin-bottom: -1px;\n	padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active a,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled a,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {\n	cursor: text;\n}\n.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {\n	cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n	display: block;\n	border-width: 0;\n	padding: 1em 1.4em;\n	background: none;\n}\n','');
INSERT INTO `bc_thm_contents`VALUES (738,'professional','blockfooter-message.thtml','    </div>\n</div>\n','');
INSERT INTO `bc_thm_contents`VALUES (739,'professional','blockheader-message.thtml','<div style=\"font-weight:bold;width:95%;margin:10px;border:1px solid black;\">\n    <div style=\"padding:5px;color:#FFFFFF;background:url({layout_url}/images/header-bg.png) #1A3955;\">\n        <span class=\"floatright\">{block_help}</span>\n        {showhide}\n        {block_title}\n    </div>\n    <div style=\"padding:5px 15px 5px 15px;border-top:3px solid black;background:#E7E7E7;\">\n','block_help,block_title,layout_url,showhide');
INSERT INTO `bc_thm_contents`VALUES (740,'professional','blockfooter.thtml','</div>\n<div class=\"aligncenter\">\n    <div class=\"block-divider\"></div>\n</div>','');
INSERT INTO `bc_thm_contents`VALUES (741,'professional','blockfooter-list.thtml','    </ul>\n</div>\n<div class=\"aligncenter\">\n    <div class=\"block-divider\"></div>\n</div>','');
INSERT INTO `bc_thm_contents`VALUES (742,'professional','navbar/breadcrumbs.thtml','<p class=\"breadcrumbs\">\n    {breadcrumb_links}{last_label}\n</p>\n','breadcrumb_links,last_label');
INSERT INTO `bc_thm_contents`VALUES (743,'professional','navbar/menuitem.thtml','        <li><a {csscurrent} href=\"{link}{parms}\"{onclick}><span style=\"padding-top:5px;\">{label}</span></a></li>\n','csscurrent,label,link,onclick,parms');
INSERT INTO `bc_thm_contents`VALUES (744,'professional','navbar/breadcrumb_link.thtml','{link_separator}<a class=\"breadcrumb_link\" href=\"{link_url}\" title=\"{link_title}\">{link_label}</a>\n','link_label,link_separator,link_title,link_url');
INSERT INTO `bc_thm_contents`VALUES (745,'professional','navbar/navbar.thtml','        <div id=\"navcontainer\">\n            <ul id=\"navlist\" style=\"padding-left:15px;\">\n                {menuitems}\n            </ul>\n        </div>\n        <div class=\"clearboth\"></div>','menuitems');
INSERT INTO `bc_thm_contents`VALUES (746,'professional','page_navigation.thtml','<div class=\"gl-pagenav\">\n{message}<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> |\n<span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> |\n{pages}\n<!-- BEGIN page -->\n{page_number}\n<!-- END page -->\n<!-- BEGIN page-current -->\n<b>{page_number}</b>\n<!-- END page-current -->\n<!-- BEGIN nav-end -->\n| <span>{start_next_anchortag}{lang_next}{end_next_anchortag}</span>\n| <span>{start_last_anchortag}{lang_last}{end_last_anchortag}</span>\n<!-- END nav-end -->\n<!-- BEGIN nav-open-ended -->\n| {open_ended}\n<!-- END nav-open-ended -->\n</div>\n','end_first_anchortag,end_last_anchortag,end_next_anchortag,end_previous_anchortag,lang_first,lang_last,lang_next,lang_previous,message,open_ended,page_number,pages,start_first_anchortag,start_last_anchortag,start_next_anchortag,start_previous_anchortag');
INSERT INTO `bc_thm_contents`VALUES (747,'professional','blockfooter-related.thtml','</div>\n\n','');
INSERT INTO `bc_thm_contents`VALUES (748,'professional','search/resultrow.thtml','                                <tr class=\"pluginRow{cssid}\">\n                                    {data_cols}\n                                </tr>\n','cssid,data_cols');
INSERT INTO `bc_thm_contents`VALUES (749,'professional','search/resultcolumn.thtml','<td class=\"alignleft\">{data}</td>\n','data');
INSERT INTO `bc_thm_contents`VALUES (750,'professional','search/resulttitle.thtml','<tr><td class=\"alignleft\" class=\"basic\" colspan=\"3\">{data}</td></tr>\n','data');
INSERT INTO `bc_thm_contents`VALUES (751,'professional','search/headingcolumn.thtml','<th class=\"alignleft\">{label}</th>\n','label');
INSERT INTO `bc_thm_contents`VALUES (752,'professional','search/searchresults_rows.thtml','                                <tr class=\"row_center\">\n                                    {results_columns}\n                                </tr>\n','results_columns');
INSERT INTO `bc_thm_contents`VALUES (753,'professional','search/searchresults_norows.thtml','                                <td>{no_rows_msg}</td>\n','no_rows_msg');
INSERT INTO `bc_thm_contents`VALUES (754,'professional','search/resultsummary.thtml','<tr><td class=\"alignleft\" class=\"basicsm\" colspan=\"3\">{data}</td></tr>\n','data');
INSERT INTO `bc_thm_contents`VALUES (755,'professional','search/searchauthors.thtml','                                    <tr>\n                                        <td class=\"alignright\">{lang_authors}:</td>\n                                        <td>\n                                            <select name=\"author\">\n                                                <option selected=\"selected\" value=\"0\">{lang_all}</option>\n                                                {author_option_list}\n                                            </select>\n                                        </td>\n                                    </tr>\n','author_option_list,lang_all,lang_authors');
INSERT INTO `bc_thm_contents`VALUES (756,'professional','search/searchresults_heading.thtml','                                <tr>\n                                    {heading_columns}\n                                </tr>\n','heading_columns');
INSERT INTO `bc_thm_contents`VALUES (757,'professional','search/resultrowenhanced.thtml','                                <tr>\n                                	<td>\n                                        <table width=\"100%\">\n                                            {data_cols}\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td>\n                                        &nbsp;\n                                    </td>\n                                </tr>\n','data_cols');
INSERT INTO `bc_thm_contents`VALUES (758,'professional','search/searchblock.thtml','                                {start_block_results}\n                                <br{xhtml}><br{xhtml}>\n                                <table cellpadding=\"0\" cellspacing=\"1\" width=\"99%\">\n                                    <tr>\n                                        {headings}\n                                    </tr>\n                                    {results}\n                                </table><br{xhtml}>\n                                {end_block}\n','end_block,headings,results,start_block_results,xhtml');
INSERT INTO `bc_thm_contents`VALUES (759,'professional','search/resultauthdatehits.thtml','<tr>\n<td class=\"searchAuth\">{data}</td>\n<td class=\"searchDate\">{data2}</td>\n<td class=\"searchHits\" width=\"100\">{data3}</td>\n</tr>\n','data,data2,data3');
INSERT INTO `bc_thm_contents`VALUES (760,'professional','blockheader-related.thtml','<div class=\"block-box-left\">\n    <span class=\"block-helpicon\">\n        {block_help}\n    </span>\n    <h2>{block_title}</h2>','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (761,'professional','submit/submitstory.thtml','                            <form action=\"{site_url}/submit.php\" method=\"post\">\n                                <table cellspacing=\"0\" cellpadding=\"3\">\n                                    <tr>\n                                        <td class=\"alignright\"><b>{lang_username}:</b></td>\n                                        <td>{story_username} [ <a href=\"{status_url}\" rel=\"nofollow\">{lang_loginout}</a>{separator}{create_account} ]</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\"><b>{lang_title}:</b></td>\n                                        <td><input type=\"text\" size=\"36\" maxlength=\"96\" name=\"title\" value=\"{story_title}\"{xhtml}></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_topic}:</b></td>\n                                        <td>{topic_selection}</td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_introtext}:</b></td>\n                                        <td style=\"vertical-align:top;\"><textarea name=\"introtext\" cols=\"45\" rows=\"5\">{story_introtext}</textarea></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_bodytext}:</b></td>\n                                        <td style=\"vertical-align:top;\"><textarea name=\"bodytext\" cols=\"45\" rows=\"10\">{story_bodytext}</textarea></td>\n                                    </tr>\n                                    <tr>\n                                        <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_postmode}:</b></td>\n                                        <td style=\"vertical-align:top;\">\n                                            <select name=\"postmode\">\n                                                {story_postmode_options}\n                                            </select>\n                                            <br{xhtml}>{allowed_html}\n                                        </td>\n                                    </tr>\n                                    {captcha}\n                                    <tr>\n                                        <td class=\"aligncenter\" colspan=\"2\">\n                                            <input type=\"hidden\" name=\"type\" value=\"story\"{xhtml}>\n                                            <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"sid\" value=\"{story_sid}\"{xhtml}>\n                                            <input type=\"hidden\" name=\"date\" value=\"{story_date}\"{xhtml}>\n                                            {save_button}\n                                            <input name=\"mode\" type=\"submit\" value=\"{lang_preview}\"{xhtml}>\n                                        </td>\n                                    </tr>\n                                </table>\n                            </form>\n','allowed_html,captcha,create_account,lang_bodytext,lang_introtext,lang_loginout,lang_postmode,lang_preview,lang_title,lang_topic,lang_username,save_button,separator,site_url,status_url,story_bodytext,story_date,story_introtext,story_postmode_options,story_sid,story_title,story_uid,story_username,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (762,'professional','submit/submitstory_advanced.thtml','{noscript}\n<div id=\"advanced_editor\" style=\"display:none;\">\n    <form action=\"{site_url}/submit.php\" method=\"post\" onsubmit=\"set_postcontent();\">\n        <table cellspacing=\"0\" cellpadding=\"3\">\n            <tr>\n                <td class=\"alignright\"><b>{lang_username}:</b></td>\n                <td>{story_username} [ <a href=\"{status_url}\" rel=\"nofollow\">{lang_loginout}</a>{separator}{create_account} ]</td>\n            </tr>\n            <tr>\n                <td class=\"alignright\"><b>{lang_title}:</b></td>\n                <td><input type=\"text\" size=\"36\" maxlength=\"96\" name=\"title\" value=\"{story_title}\"{xhtml}></td>\n            </tr>\n            <tr>\n                <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_topic}:</b></td>\n                <td>{topic_selection}</td>\n            </tr>\n            <tr>\n                <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_story}:</b></td>\n                <td style=\"vertical-align:top;\">\n                    <div id=\"text_editor\" style=\"display:{show_texteditor};\">\n                        <textarea id=\"introtext\" name=\"introtext\" cols=\"45\" rows=\"15\">{story_introtext}</textarea>\n                    </div>\n                    <div  id=\"html_editor\" style=\"display:{show_htmleditor};\">\n                        <textarea id=\"introhtml\" name=\"introhtml\" cols=\"45\" rows=\"15\">{story_introtext}</textarea>\n                    </div>\n                </td>\n            </tr>\n            <tr>\n                <td class=\"alignright\" style=\"vertical-align:top;\"><b>{lang_postmode}:</b></td>\n                <td style=\"vertical-align:top;\">\n                    <select id=\"sel_editmode\" name=\"postmode\" {change_editormode}>\n                        {story_postmode_options}\n                    </select>\n                    <br{xhtml}>{allowed_html}\n                </td>\n            </tr>\n            {captcha}\n            <tr>\n                <td class=\"aligncenter\" colspan=\"2\">\n                    <input type=\"hidden\" name=\"type\" value=\"story\"{xhtml}>\n                    <input type=\"hidden\" name=\"uid\" value=\"{story_uid}\"{xhtml}>\n                    <input type=\"hidden\" name=\"sid\" value=\"{story_sid}\"{xhtml}>\n                    <input type=\"hidden\" name=\"date\" value=\"{story_date}\"{xhtml}>\n                    {save_button}\n                    <input name=\"mode\" type=\"submit\" value=\"{lang_preview}\"{xhtml}>\n                </td>\n            </tr>\n        </table>\n    </form>\n</div>\n','allowed_html,captcha,change_editormode,create_account,lang_loginout,lang_postmode,lang_preview,lang_story,lang_title,lang_topic,lang_username,noscript,save_button,separator,show_htmleditor,show_texteditor,site_url,status_url,story_date,story_introtext,story_postmode_options,story_sid,story_title,story_uid,story_username,topic_selection,xhtml');
INSERT INTO `bc_thm_contents`VALUES (763,'professional','topicoption_off.thtml','<li class=\"topicoption-off\">{branch_spaces}{option_label} {option_count}</li>\n','branch_spaces,option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (764,'professional','topicoption.thtml','<li class=\"topicoption\">{branch_spaces}<a href=\"{option_url}\"{option_attributes}>{option_label}</a> {option_count}</li>\n','branch_spaces,option_attributes,option_count,option_label,option_url');
INSERT INTO `bc_thm_contents`VALUES (765,'professional','blockheader.thtml','<div class=\"block-box\">\n    <span class=\"block-helpicon\">\n        {block_help}\n    </span>\n    <h2>{block_title}</h2>','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (766,'professional','tooltips/information.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom info\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/info.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (767,'professional','tooltips/classic.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"classic\">{text}</span></a>','class,cursor,hoverover,link,text');
INSERT INTO `bc_thm_contents`VALUES (768,'professional','tooltips/critical.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom critical\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/critical.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (769,'professional','tooltips/help.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom help\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/help.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (770,'professional','tooltips/warning.thtml','<a class=\"{class}\" style=\"cursor: {cursor}; \" href=\"{link}\">{hoverover}<span class=\"custom warning\"><img class=\"icon\" src=\"{layout_url}/tooltips/images/warning.png\" alt=\"{title}\" height=\"48\" width=\"48\"{xhtml}><em>{title}</em>{text}</span></a>','class,cursor,hoverover,layout_url,link,text,title,xhtml');
INSERT INTO `bc_thm_contents`VALUES (771,'professional','blockheader-list.thtml','<div class=\"block-box blocklist\">\n    <span class=\"block-helpicon\">\n        {block_help}\n    </span>\n    <h2>{block_title}</h2>\n    <ul>\n','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (772,'professional','blockfooter-config.thtml','</div>\n<div class=\"aligncenter\">\n    <div class=\"block-divider\"></div>\n</div>\n<div class=\"block-bg-spreader\"></div>\n','');
INSERT INTO `bc_thm_contents`VALUES (773,'professional','useroption_off.thtml','<li>{option_label} {option_count}</li>\n','option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (774,'professional','adminoption_off.thtml','<li>{option_label} ({option_count})</li>\n','option_count,option_label');
INSERT INTO `bc_thm_contents`VALUES (775,'professional','breadcrumbs/breadcrumbs.thtml','<!-- Start of Breadcrumbs Navigation -->\n<p>\n<div itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n    {breadcrumbs_list}\n</div>\n</p>\n<!-- End of Breadcrumbs Navigation -->\n','breadcrumbs_list');
INSERT INTO `bc_thm_contents`VALUES (776,'professional','breadcrumbs/breadcrumb_root.thtml','{breadcrumb_root}\n','breadcrumb_root');
INSERT INTO `bc_thm_contents`VALUES (777,'professional','breadcrumbs/breadcrumb_nolink.thtml','    <span itemprop=\"title\">{name}</span> {separator}\n{breadcrumb_child}\n\n','breadcrumb_child,name,separator');
INSERT INTO `bc_thm_contents`VALUES (778,'professional','breadcrumbs/breadcrumb.thtml','<a href=\"{url}\" itemprop=\"url\">\n    <span itemprop=\"title\">{name}</span>\n</a> {separator}\n{breadcrumb_child}\n\n','breadcrumb_child,name,separator,url');
INSERT INTO `bc_thm_contents`VALUES (779,'professional','breadcrumbs/breadcrumb_child.thtml','<span itemprop=\"child\" itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n    {breadcrumb}\n</span>\n','breadcrumb');
INSERT INTO `bc_thm_contents`VALUES (780,'professional','blockheader-config.thtml','<div class=\"block-box\">\n    <span class=\"block-helpicon\">\n        {block_help}\n    </span>\n    <h2>{block_title}</h2>','block_help,block_title');
INSERT INTO `bc_thm_contents`VALUES (781,'professional','trackback/trackback.thtml','<h2><a name=\"trackback\">{lang_trackback}</a></h2>\n<p>{lang_trackback_url} {trackback_url}</p>\n{lang_trackback_comments_no_link}\n{trackback_comments}\n','lang_trackback,lang_trackback_comments_no_link,lang_trackback_url,trackback_comments,trackback_url');
INSERT INTO `bc_thm_contents`VALUES (782,'professional','trackback/formattedcomment.thtml','<p>\n<a href=\"{trackback_url}\">{trackback_title}</a> {trackback_from_blog_name}<br{xhtml}>\n{trackback_excerpt_readmore}{excerpt_br}\n{lang_tracked_on} {trackback_date} {delete_option}\n</p>\n','delete_option,excerpt_br,lang_tracked_on,trackback_date,trackback_excerpt_readmore,trackback_from_blog_name,trackback_title,trackback_url,xhtml');
INSERT INTO `bc_thm_contents`VALUES (783,'professional','trackback/trackbackcomment.thtml','<div>\n  {formatted_comment}\n</div>\n','formatted_comment');
INSERT INTO `bc_thm_contents`VALUES (784,'professional','print.css','@charset \"utf-8\";\n\n/* STYLESHEET FOR PRINTOUTS ***************************************************\n\n Minimal stylesheet for printable templates.\n\n*/\n\nbody {\n  background:#FFFFFF;\n  color:#000000;\n  font-family: arial,verdana,tahoma,helvetica,sans-serif;\n}\n','');

--
-- Table structure for table `bc_tinymce_configs`
--

DROP TABLE IF EXISTS `bc_tinymce_configs`;

CREATE TABLE `bc_tinymce_configs` (
  `cid` mediumint(8) NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL DEFAULT '',
  `theme` varchar(30) NOT NULL DEFAULT 'advanced',
  `buttons` text DEFAULT NULL,
  `plugins` text DEFAULT NULL,
  `tb_allow_upload` tinyint(4) NOT NULL DEFAULT 1,
  `tb_allow_edit` tinyint(4) NOT NULL DEFAULT 0,
  `tb_allow_delete` tinyint(4) NOT NULL DEFAULT 0,
  `tb_allow_folders` tinyint(4) NOT NULL DEFAULT 1,
  `enter_function` tinyint(4) NOT NULL DEFAULT 0,
  `group_id` mediumint(8) NOT NULL DEFAULT 2,
  PRIMARY KEY (`cid`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_tinymce_configs`
--

INSERT INTO `bc_tinymce_configs`VALUES (1,'default','advanced','a:4:{s:8:\"buttons1\";s:88:\"bold,italic,underline,strikethrough,|,styleselect,formatselect,fontselect,fontsizeselect\";s:8:\"buttons2\";s:134:\"cut,copy,paste,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,code,|,forecolor,backcolor\";s:8:\"buttons3\";s:81:\"tablecontrols,|,hr,visualaid,|,emotions,media,|,emojiau,emojidocomo,emojisoftbank\";s:8:\"buttons4\";s:37:\"styleprops,|,visualchars,restoredraft\";}','style,table,advimage,advlink,emotions,iespell,inlinepopups,media,searchreplace,contextmenu,paste,visualchars,xhtmlxtras,advlist,autosave,autoresize,tinybrowser,emojiau,emojidocomo,emojisoftbank',1,0,0,1,0,2);
INSERT INTO `bc_tinymce_configs`VALUES (2,'admin','advanced','a:4:{s:8:\"buttons1\";s:166:\"cut,copy,paste,pastetext,pasteword,undo,redo,|,bold,italic,underline,strikethrough,|,search,replace,|,justifyleft,justifycenter,justifyright,justifyfull,|,visualchars\";s:8:\"buttons2\";s:157:\"bullist,numlist,|,outdent,indent,blockquote,|,link,unlink,anchor,image,media,|,forecolor,backcolor,|,pagebreak,hr,charmap,|,emojiau,emojidocomo,emojisoftbank\";s:8:\"buttons3\";s:66:\"tablecontrols,|,emotions,iespell,|,code,cleanup,template,visualaid\";s:8:\"buttons4\";s:91:\"styleprops,removeformat,|,restoredraft,|,styleselect,formatselect,fontselect,fontsizeselect\";}','pagebreak,style,table,save,advimage,advlink,emotions,iespell,inlinepopups,media,searchreplace,print,contextmenu,paste,visualchars,nonbreaking,xhtmlxtras,template,advlist,autosave,autoresize,tinybrowser,emojiau,emojidocomo,emojisoftbank',1,1,1,1,0,1);

--
-- Table structure for table `bc_tokens`
--

DROP TABLE IF EXISTS `bc_tokens`;

CREATE TABLE `bc_tokens` (
  `token` varchar(32) NOT NULL,
  `created` datetime NOT NULL,
  `owner_id` mediumint(8) unsigned NOT NULL,
  `urlfor` varchar(255) NOT NULL,
  `ttl` mediumint(8) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`token`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_tokens`
--

INSERT INTO `bc_tokens`VALUES ('bafc2b2d2d4ee9f904196fcbd4a1338f','2024-06-03 11:20:50',3,'https://www.blackcat.xyz/admin/story.php?mode=edit&sid=ProgramingFAQ_sql00001',1200);

--
-- Table structure for table `bc_topic_assignments`
--

DROP TABLE IF EXISTS `bc_topic_assignments`;

CREATE TABLE `bc_topic_assignments` (
  `tid` varchar(128) NOT NULL,
  `type` varchar(30) NOT NULL,
  `id` varchar(128) NOT NULL,
  `inherit` tinyint(1) NOT NULL DEFAULT 1,
  `tdefault` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`tid`,`type`,`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_topic_assignments`
--

INSERT INTO `bc_topic_assignments`VALUES ('all','block','1',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','2',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','3',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','4',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','6',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('homeonly','block','7',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('homeonly','block','20',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','8',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','9',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','46',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','45',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','35',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','31',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','32',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('homeonly','block','10',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('homeonly','block','11',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','21',0,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','13',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('homeonly','block','18',0,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','27',0,0);
INSERT INTO `bc_topic_assignments`VALUES ('homeonly','block','17',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','23',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','37',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','38',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','42',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','43',0,0);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','47',1,0);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0001',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0002',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0003',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0004',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0005',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0006',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0007',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0008',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0009',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0010',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0011',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0012',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0014',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0015',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','Windows_VirtualOFF',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0016',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0017',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0013',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0018',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0019',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0020',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0021',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0022',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0023',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0024',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0025',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0076',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0026',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0027',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0028',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0029',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0085',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0030',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0031',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0032',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0033',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0034',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0035',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0036',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0037',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0038',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0039',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0040',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0041',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0042',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0043',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0044',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0046',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0045',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0047',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0048',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0049',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0050',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0051',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050101_happy_new_year',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050102_goback',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050104_red_bean_soup',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050107_oracle_iso',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050109_QRCode',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050109_441190104411901',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050111_English_School',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050116_kinoko_obj',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050119_key_in_outlet',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050122_sleep',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','050126_delphi2005_pro_1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050130_Hoken',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050205_snow',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050206_adult_site',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050209_tdbimage_gdi_error',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050215_ic_card',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0053',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050215_cpu',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050118_cms_tempra',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','050223_peverify',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050223_css',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050302_final_return',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050305_original_sin',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0052',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0054',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0055',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','050312_delphi2005_update2_eng',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050313_fit_door',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050314_consumption_tax',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050316_means_lady_first',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050318_movabletype_to_lolipoblog',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050319_creating_blog_template',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050321_umekoji',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050321_image_patch',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050323_spam_filter',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050324_uo_guidebook',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050327_xml',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050327_game',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050331_hosting_service',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','050401_delphi2005_update2_jpn',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050402_nara_park',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','50403_trap',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050403_bress_arcane_robe',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050406_msnet_tdd',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050410_gundam_tenshi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050415_doraemon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050417_account_title',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050420_pay_tax',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','050420_delphi2005_installed_update2_jpn',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050420_image_patch',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','050423_installed_delphi2005_update2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050424_heterologous',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050425_quality_control',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050425_rise_in_the_National_Pension_Plan',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050502_aoiro_shinkoku',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050503_habanero',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050504_anpanman',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050510_jr',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050510_son',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050512_jude_community',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','050512_install_xoops',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050517_habanero',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050525_habanero',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','050525_tupdatesql',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','050526_delphi2005_update3_jpn',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050531_jr',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0056',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050610_habanero_dead',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050619_restart_hukuchiyama_line',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050620_overspeed_jr_express',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050701_chance',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_44',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_43',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050715_katesaien',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','xylitol_gum',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050717_established_interest',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','nec_valuestar',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_47',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_49',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','vbvba_ubound1_1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_50',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','fireworks',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Excel','article','ProgFAQ-Xls_R1c1toA1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Excel','article','ProgFAQ-Xls_IsMissing',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_52',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','htmlhelp290bpl',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_53',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050808_postoffice',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_55',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Delx','article','ProgramingFAQ_del0057',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_56',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','ucgo',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','unicode_utf',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_58',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050828_oda_1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_57',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_59',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_60',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_61',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_62',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_63',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_64',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','movabletype_32',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','fit_navi1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','ucgo_1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0058',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0073',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_67',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','auction_0930_f38454313',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','auction_10061520',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_69',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_70',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0059',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','fit_navi2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Excel','article','ProgFAQ-Xls_EmptyQueue',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_71',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','051013_tbs',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_72',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_10',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','delphi2006',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0060',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_65',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','051020_nhk',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','051020_nhk2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','nhk3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo051025',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_68',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_73',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','nhk_1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','tmo051031',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_74',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_75',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_76',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','blog_pet',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','051105_free_virus_check',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','nhk_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','blanket',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_78',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','kappa',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Excel','article','ProgFAQ-Xls_Compile',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Excel','article','ProgFAQ-Xls_FindCell',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0061',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','the_microsoft_c',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','nhk_3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','051127_amazoncojp',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_79',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo051202',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_81',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_82',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_83',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','051213_internavi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_84',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','visual_studio_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','microsoft_wirel',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_85',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo051222',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','051227_symantec',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo051230',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','online_game',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_89',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','post_90',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060104_not_need_to_be_warm_up',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060104_1934',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060112_come_in_assist_bike',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','060113_round',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','060116_error_1328_ccon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','060117_xoops',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','060117_blog_designed_with_dreamweaver',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060118_google_personalized_page',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','060118_clickonce',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060119_conversation_in_elevator',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060122_integration_HONDA',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060122_get_assist_bike',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060123_irresponsible_people',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060126_clickonce',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','tmo060201',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060203_honda_step_comp',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060203_unconstitutional',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060203_Imperial_House_Law',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060203_Conversation',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060203',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060205',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0062',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','110218_Filem',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','tmo060207',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060207_anpanman',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060209_w41t_hdd',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060209_boland_delphi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Excel','article','ProgFAQ-Xls_FindCell2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Excel','article','ProgFAQ-Xls_ProcessToCellAfterAutoFill',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','tmo060214',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','tmo060215',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060215_depositor_protection',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060215_traffic_control_in_jr',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060216_yahoo_auction',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060218',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060218b',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060220',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060221',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060222_clean_room',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060223_au_w41t',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060223',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060225_food_security',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060226_site_access',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060226',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060303_w41t',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060304_white_kerosene_sea',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060305',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060306_I_thought_because_I_walked_in_the',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060306_delicious',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060308',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060309_google_desktop',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','060310_xoops',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060311',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060313_mcafee',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060314_kakutei17',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060316',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','winny',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','how_many_bug_in_sys',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060317',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','demo_in_france',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060319',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','w41t_headphone',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060321',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060322',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060322_windows_vista',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060323',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060324',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060325_in_mac',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060326',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060326_miyagawa_is_dead',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060327',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060328_parachan_mouse',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060329_new_pc_dynabook',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060330_hot_cake',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060330_clorets_xp',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060330_police',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060330',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','tmo060401',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','tmo060402',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060402',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060404_componential_analysis',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','ProgramingFAQ_ora0001',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','060405_oracle_10g_xe',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060406_intel_macwindow',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','060407_oracle_10g_xe',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060408',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060409_wife_play_tmo',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060410',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060410_openofficeorg_b',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','ProgramingFAQ_ora0002',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060411_administrator',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060412',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','tmo060413',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060414_screenshot',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060414_comeback_uo',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060415',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060416_a_lost_and_found_item',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060416_toy_box',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060416_saw_the_cherry_blossoms',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060417',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060417_what_do_you_trust',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060418_gas',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','uo060418',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060419_hold_your_tongue_skorea',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060419_negligence',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060420',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060421_to_nhn_japan',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060421',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060423',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060423_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060424_marine_corps_move',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060425',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060425_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060426',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060427',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060428',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060429',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060429_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060430',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060501',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060502',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060502_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060503',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060504',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060505',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060505_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060505_3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060506',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060507',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060507_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060508',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060509_doubleclick',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060509',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060510',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060510_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060511_ie7beta2_public_release',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060511',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060512',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060513_fc2_blog',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060514',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060514_try_fo',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060515_broken_pc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060515_cms',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060516_mcdonalds',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060516',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060517_icoca',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060518',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060521',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060521_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060522',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060523',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060523_share_folder_trouble',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060524',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060524_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','to_nhn_japan2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060526',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060527',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060527_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060528',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060529',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060530',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060530_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060531',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060601_newspaper',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060601_shokking',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060602',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060603',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060603_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060604_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060604',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060605',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060606_divorce',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060606',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060608',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060608_rainy_season',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060609',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060609_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060610',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060611',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060612_web_analysing',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060613',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060614',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060615_internet_line',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060616',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060617',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060618',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060619',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060619_security_soft',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060620_pc_broken',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060621_result',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060622',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060623',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060624',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060625',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060626',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060627',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060627_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060627_3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060628_mt_dynamic',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060628',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060629',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060630',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','w44t',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060703_bbq_in_biwako',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','made_keybord',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060704',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060705',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060726_bbq_in_biwako',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','honda_fit',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060708',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060709',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060709_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060710',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060711',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060712',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060712_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060713',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060714',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060714_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060715',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060716_bbq_in_biwako',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060717',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','ie7_3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060719',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060719_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060719_3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','ntt',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060721',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060723',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','comment',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060724',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060725_amd_bought_ati',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060726',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060727',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060728',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060729',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060730_1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060730_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060731',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060731_w41t_reciver',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060801_bbq',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060802',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060803',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060803_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060804',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060805',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060805_1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060805_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','060807_400entries',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060807',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060808',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060809',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060809_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060810',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060811',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060812',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060813',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060814',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060816',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060817_add_planets',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060818',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060818_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060819',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060820',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060821',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060822',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060822_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060823',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060823_one_care_pc_safety',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060824',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060825',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060828_mt331-ja',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060828',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060828_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060829',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','love_of_possess',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','universalcentury',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','nec',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060830',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','fc2_blog_ranking',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060830_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060831',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060831_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060901',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060902',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060903',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060904',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060905',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060906',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','imperial_family',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060907',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060908',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060909',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060910',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060911',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','blackcat_hand01',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060912',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','blackcat_hand02',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','women_only',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','blackcat_hand03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060913',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060914',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060915_0008',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060916_1234',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060916_1958',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060918_2007',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','060919_in_recent_days',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060920_1745',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo090621_0712',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060922_1005',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060923_1128',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060924_1231',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060924_2231',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060926_2200',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060927_1216',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060927_1220',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('XOHeal','article','XohealWelcome',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060927_1823',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060928_0825',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060928_2318',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060930_2203',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo060930_2358',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DelphiComponents','article','DelphiCompTop',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DelphiComponents','article','JDBGrid',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DelphiComponents','article','JEdit',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DelphiComponents','article','JDBGridOutline',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DelphiComponents','article','JDBGridSample',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DC_History','article','JDBGridHistory',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','061001_yoshinoya',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061002_1250',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061003_2204',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061004_1250',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061004_2120',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061007_1100',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061008_0850',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061008_2355',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061009_2349',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061010_2342',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061011_0824',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061012_0821',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061012_2250',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061015_1344',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061016_0724',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','061019_regular_medical_checkups',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061019_1251',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061019_1905',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061019_2014',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','site_maint10-18',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061020_2058',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061021_2309',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061022_1540',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061023_1258',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061024_1253',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','lotion_tissue',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061025_0152',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','site_move',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061026_2245',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061028_1553',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061029_0049',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061031_0822',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061101_0833',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061102_1258',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061102_2315',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061103_2140',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061104_0958',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061106_0828',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061107_0053',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061108_1258',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061108_2330',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','061109_lcd',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061112_0122',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061113_2342',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061114_1237',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061115_1253',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061115_2309',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061118_2258',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061119_1232',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061120_1255',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061120_1823',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061121_1257',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061122_0817',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061122_1801',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061123_0001',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061124_1259',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061126_0246',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061126_1431',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061126_2025',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061126_1126',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DelphiComponents','article','Distribution_of_component_source_code',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061127_1251',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061129_0810',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map146',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map144',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map145',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map147',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061130_0746',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061130_1248',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061201_1225',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061202_0313',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061202_2106',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061203_1041',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','061203_fit_navi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061204_0745',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','061206_road',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061206_0032',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061206_0143',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061206_1218',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061207_1814',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061208_1215',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061209_1200',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061211_1256',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061212_1252',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061212_1829',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061213_1802',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061214_1845',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map148',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map149',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map150',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map151',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map152',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map153',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map154',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map155',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061218_0018',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061218_0033',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20061218075658927',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061219_0754',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061220_0808',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20061220093914500',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061221_1251',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061222_0048',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map156',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061223_0048',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061225_0822',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061226_1251',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061226_1259',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061227_1255',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','061227_mast-bb',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061227_2203',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061228_1403',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo061229_2309',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070101000000000',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070101_0957',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070101_1157',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070101_1342',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070103_1922',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map157',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070106_1112',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070106_1544',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070107_honda_stepcompo',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070108_1729',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070109_0816',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070109_1215',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070110_brushing_of_teeth',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070110_0719',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','070110_geeklog_leftbrocks',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map158',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070111_1303',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070114_1150',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070115_recorder',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070115_2053',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070116_spam_romans2com',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_XpItem_Exp',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo010717_0744',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070117_1320',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070117_2137',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_partybonus060125',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070118_1218',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070119_1252',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070122_1217',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Xeni',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070125_1249',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_XpItem_GachaLimit',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Comparing',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_XpItem_Gacha200',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070125_2035',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_XpItem_Gacha300',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_XpItem_Gacha500',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070126_1254',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070126_2343',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070126_2358',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_XpItem_Gacha',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070129_1300',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map161',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map159',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map160',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070130_1252',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070131_1220',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070201_1813',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070202_1244',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070202_1259',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070205_1559',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070206_2143',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070207_2221',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070208_0823',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Magician',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Mage',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Wizard',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Logue',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Scouter',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Assassin',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Acolyte',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Cleric',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_Item_Eq_Priest',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DC_History','article','JDBGrid_Release_Note_v329',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070212_2137',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070213_1253',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070214_0659',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070214_2106',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070215_1245',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070215125357608',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070216_1228',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070219_1244',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070219134520524',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070219_2307',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070220_1206',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070221_0152',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070221_1215',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','070221_sitemainte',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070222_0311',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070223_1354',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070225_1230',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070225_1224',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070228_1224',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070228_1318',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','2007030100000000',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070301_0658',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_partybonus',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070302_1215',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DC_History','article','JDBGrid_Release_Note_v3210',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070305_1203',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070306113516788',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070306_1225',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070307_debut',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070308_1200',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070308_access_ranking',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070309_0125',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070311_0038',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070311_1515',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070312_1247',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map138',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map139',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070313_1256',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map162',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map163',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','article','xo_map164',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070314',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070315_0826',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070315_sandisk_ssd_32g',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070315_2157',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070316_0057',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070318_1540',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070319_0650',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','070319_blog_settings',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070320_gasu',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070320_128gbssd',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070321_2347',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20141225_AC_adapter_4_DELL_PC',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070322_1818',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070323_0828',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070324_2020',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070325_2304',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070326_1821',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070327_1219',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070328_1756',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0064',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0065',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070331_1142',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070401_2115',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070402_0155',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070402110940777',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070402_logo_get',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070405_2152',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','070406_value_of_id',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070406_2217',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070407_OhanamiKasahara',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070408_0112',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070408_1820',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070410_OhanamiKusatsuRev',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-DelA','article','ProgramingFAQ_del0066',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110213_IS04',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070414_1637',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070416_1817',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('GeekLog','article','welcome',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0067',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070420195857590',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070423_1300',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070424_1255',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070425_kokumin-touhyou-houan',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070425_touyoucho',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070425_1805',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070426_1233',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070428_2057',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070429_0801',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','070430_snoring',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070430_0804',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070501_2306',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070502_1114',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('XOHeal','article','XoHeal_Release1.0.4',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070502_1344',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo0504_2319',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070505_1455',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070507_1253',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070508_1255',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070508_1257',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070509_1221',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070511_2322',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070513_1036',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070514_1245',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070514_What_do_you_do_when_HDD_breaks',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070515_2043',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070517_0801',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070517_1256',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070522_1255',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo0705_0800',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070524_1810',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070525_0722',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070526_1505',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070528_lost_phone',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','070628_close_blog',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070530_0734',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100313_take_big_losses',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_DSW','article','dsw100227_check1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070531_pepsi_ice_cucumber',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070531_numlock_on_at_start',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070602_1305',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070603_1112',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070604_GANDAM00',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070604_1142',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070604_1254',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070605161634275',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070606_1259',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070606_1254',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070607_tax_increase',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070609_2044',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070611_1756',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070612_1258',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070613_drunk_pepsi_ice_cucumber',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070614_0100',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070615_0138',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070616_2358',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070617_1340',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070618_2359',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070618_5959',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070620_0133',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070620_0217',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070620080222135',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070620_2354',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070623_0832',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070623_2029',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070624_0137',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070625_2356',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070626_0829',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070627_bloadband',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070627_1951',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','070628_RSS_Aggregator',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070628020853161',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070629_0226',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070629_0751',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070703_1259',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','2007070419061873',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070705_1944',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','20070705_thermorunaway',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070708_0959',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070709_0823',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070710_0828',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070710_1153',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070712_0758',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070712190109237',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','2007071219021012',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070716_0113',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070716012752362',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070718_election',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070718_0005',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070718_0015',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070719_0120',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070721_1917',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070724_1924',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','17-24xo070724_1924',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070723_1933',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070724193752808',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070726_1850',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070727_0056',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070727_news_f22',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070727_news_kuroshio_railway',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070727_news_examin',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070729_2218',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070801_0732',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070801_1954',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070803_0116',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070805_2351',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070807_0716',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','2007080719724942',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070808_1258',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070808_2218',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070809_2222',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070811_23212',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070812_1619',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070813_2026',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070814_2029',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070815_1947',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070816_2321',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070817_2337',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070820_2032',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070822_2025',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070823_0054',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070823011838572',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070823_0733',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070826_1133',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070828_2222',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070829_2219',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','20070829_2323',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo70901_0126',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','070902_RSS_Aggregator',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070902_au_mobile',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070902_2033',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070903_0217',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','20070905190520504',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070906_health',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070908_1037',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','070908_BuyHDD',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20070913005142460',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070914_1909',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070915_2148',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070916_1551',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070919_0004',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','070919_GeeklogPermission',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070920_2115',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070921_2134',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070923_1350',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070924_2228',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20070926_gas_stop',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070927_2203',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070927_2322',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070930_2137',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071001_0006',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','071004_honda_internavi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071004_2339',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071006_1643',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071007_1718',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071009_2040',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','071010_call_price_by_kddi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','071010_NVBTH-CGH',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','2007101023361912',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071012_0817',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071012_2224',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071013_2259',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071014_2150',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071015_2112',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','ProgramingFAQ_dos00001',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','ProgramingFAQ_dos00002',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071017_2237',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071019_2322',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20071022205112832',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071022_2156',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071023_01560',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071024_0102',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DC_History','article','JDBGrid_Release_Note_v3211',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071026_1851',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071029131815533',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071030102515984',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071031_0011',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','071104_CreateShortCutFromWeb',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071105_1906',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071108_2306',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','071108_multigeneration',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071110_1915',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071111_2012',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071113_0113',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071113_2147',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','xo071118_1818',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','xo071120_rec_PC_sound',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','071121_recording_PC_sound2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071124_0345',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','xo071126_2157',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071126222909631',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071128_1354',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071128_2223',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071129095355487',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071201_2127',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','xo071202_2000',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071203_1449',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071204_0039',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071204130813721',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071206132238772',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0068',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071207_01333',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071209_0212',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071209_2204',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','2007121012082972',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071212_1258',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071213_0109',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071213_0128',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071213125347496',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','071213_hondainternavi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071213_2335',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071214165347563',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071215_1042',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071219_0220',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20071219131035835',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071220_Treasurys_answers_to_tax_quest',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071220_1313',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071220185727998',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071220_1857',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071221_1231',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071225_0005',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071226_0029',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071228_0832',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071228190644481',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','071228_trouble',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo071229_0155',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20071230171758142',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','071231_suihanki',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20080101000000000',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080101_tel',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080103_1645',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20080104194117879',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080105_1755',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080106_0324',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080107_MX_Revolution',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080107_2230',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','20080109155726694',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080110_0043',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080112_0244',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080115_1219',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080116_0109',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080117_0126',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080117_2327',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080119_2331',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080120_2134',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080122_2304',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080123_1520',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20080124192139961',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('????Xenepic O','article','20080124204931521',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080126_2137',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080129_0755',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080129_1902',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20080131002824751',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080202_0100',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080203_2103',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080204_2322',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080212_1957',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080215_0813',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20080218081842448',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080221_1012',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080221_1946',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080222_recording_PC_Sound_for_Vista',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080224_1733',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080224_Select_AMD_Graphic_Driver',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20080229140151572',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080229_FirstContact',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080301_0142',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080302_2114',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','080304_Dual_Run_Application',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080305_tohato',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080308_2205',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080313_InfringeOnThePrivacyOfCommunicati',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','20080317135404681',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','080318_nmoxmenu_bug',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20080318005049942',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080319_InfringeOnThePrivacyOfCommunicati',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080320_uso_oogesa_magirawashii',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080321_zanteizaisei',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080323_0015',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080323_0430',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('XOHeal','article','XoHeal_Release1.7.0',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080325_2354',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080326_2325',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080329_0041',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080329_2347',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','xo080330_2311',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080330_2326',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080401_0117',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080402_diary',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080402_0233',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080404_0151',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080408_0139',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080410_2354',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080413_0146',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080414_0220',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080415_1335',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080416_2357',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080418_1334',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080423_0805',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080423_1828',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080425_1835',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','moe080430_2212',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080501_2350',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080505_1118',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080506_0822',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080507_0130',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080507_2021',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080510_2228',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080511_0155',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080511_1940',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','2008051616594661',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080517_2308',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080519_mentos',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080525_2335',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080526_1843',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080528_1200',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080529_0149',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080603_2130',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080604_0812',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080606_2257',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080611_0056',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080611_1256',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20080614111118814',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080615_0809',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080618_0008',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20080619153649337',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080622_0057',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080623_0122',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080623_missed_my_stop',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080626_0811',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080627_2012',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080629_2223',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080630_0125',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080704_0823',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20080704091241691',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080707_0809',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080714_0050',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080715_sigmatel_saund_driver',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','080715_0809',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080717_1839',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080721_0848',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080722_0814',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080725_2030_youkenteigi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','0725_0120_Katakana',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080726_1502',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080728_0814',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080731_consume_tax',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080803_0218',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080806_0026',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080811_0100',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080811_1017',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','080812_strangeness_of_DORAEMON1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080814_1011',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080814_1349',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080814_1414',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080820_0007',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo080822_22255',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080829_1316',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080830_1500',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080830_1844',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080901_2054',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20080907180300626',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080918_2202',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080921_0210',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080924_2302',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','2008092500023446',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080929_0101',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080929_0155',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe080930_0113',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe081005_2322',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe081008_0022',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','moe081008_2335',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo081023_1727',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0069',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe081024_1253',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe081027_0712',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe081028_0015',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe081101_2136',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0070',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081112_move',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','2008111218421833',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081118_after_move',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20081119091832910',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','ProgramingFAQ_sql00001',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081121_webmoney',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081124_security_of_key',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20140419_auWiFiConnectionTool',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20081127102104413',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081202_AfterMove1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe081204_alchemy',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','081205_design_each_topic',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20081208130403875',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','081209_for_user_registration',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081211_AfterMove2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081212_AfterMove3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081216_sarah_sarvh',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081217_AfterMove3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe081224_Lost',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe081224_so_lonely',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','081226_Install_OpenGL',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','110807_WhatDoYouRecomandCMS',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090104',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090106_hakenmura',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090110_Buy_WILLCOM03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090120_gaika_trade',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090121_1021',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090121_RepireRequest',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090122_gaika_trade',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090122_willcom_new_plan',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090124_0210',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090129_1814',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090202_Ketchup_Pasta',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090203_Ketchup_Pasta',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090203_duplicate_billing_problem',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090217_StopRepair03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','090218_ROMAZI',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090220_WILLCOM_03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090227_Repiring03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090301_WindowsMediaPlayer',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090302_sonpo',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090303_Repairing_03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090303_ComeToNextPower',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090305_abandoned_the_repair_of_03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090308_Japan_won',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090305_CallToSHARP',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090314',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090327_03_SoftwareUpdate',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090331_NEET',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090401',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090403',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090404_Thunderbird3_And_XREA',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090406_ohamami',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20090412031222200',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090413_come_back_meitei',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090413_repairing_WILLCOM03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090413_mithril_pop',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090414_event',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090417_Set_NoahBalance',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','2009041912550480',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090420_Last_line_of_defence',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090421',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090422',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090427_Chager_USB_to_microUSB',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090427_WILLCOM_Events',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090428_gishikinoma',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090430_CreateNewForderOnThunderbird',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090501',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090503',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090504_at_last',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20090508182106980',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090508_Nya_meets_GM',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090510_Ketchup_Pasta',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090514_miracle',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20090515204057383',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20090516150227765',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090516_mechanival_parking',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090516_toss_a_sword_into_the_fountain',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe0905220_NINGENKOKUHO-',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20090522_HDMItoDVI',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','090528_install_Windows7',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','moe090529',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','090529_ESET_smart_security',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090606_After_changed_to_the_uniform',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090607_macro',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20090608024216976',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','090621_AMD_GraphicDriver',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090624_KPlanning_AEON',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090624_DOCOMO_T-01A',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','090628_nProtect',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090719',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090719_DestinyMemo',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090723_put_in_part-time',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090726_drop',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','090731_chotto',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','090804_SendKeys_under_UAC',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','110819_updated_historical_record',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','110828_ToySword-8',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','110829_install_graphics_driver',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-DelU','article','ProgramingFAQ_del0081',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20090806004706196',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20090806124540679',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090819_RouterTrouble1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090819_RouterTrouble2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090821_RouterTrouble3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090829_TrafficGate',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090829_RouterTrouble4',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090830_elections',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090830_drive',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx090901',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe090901',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090902_SidewinderX8',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','090903_WILLCOM_03_Bug',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx090904',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','090908_tax_with_FX',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090908_care',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx090907',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx090908',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx090909',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx090910',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090915_RouterTrouble5',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','090916_Sudden_lawsuit',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx09093017',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091001',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091001_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091002',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091003',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','091011_WILLCOM03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0079',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','091012_STARTKAWASE_RAKUTEN-SEC',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091218_foreland',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091011_rtri',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091013',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091014_claim',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091015',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20091018014423696',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20091018224017862',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091022_kousyuboukasekininshakousyu-',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20091023212310625',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091026_address_change_notice',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091026',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091028',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091028_2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091029',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091030',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091031',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091101',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091102',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091103',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','091105_scheduling_management',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091106',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','20091108173621642',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091108_CustomFilter',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091108',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','091109_ReoveryOrder',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091112_cork-mat',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091114',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091115_waon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_Inport_and_Export_WiFi_Settings',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','091117_charge_with_mobile',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe091119',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091124_ReplaceCPUandGraphicBord',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091125_dub10',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091125_USDJPY',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','fx091126_favorable_yen_exchange_rate',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091128',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091128_DISMAStoGeekLognoAISHOU',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091128_promise',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091128_Call',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091201_GeeklogTrouble',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091201_RouterTrouble6',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091203',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091203_FX',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091206',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091206_fxchart',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091211_xmas_presents',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091212',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','091213_RCUMBC',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20110101100145190',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091214_1056',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20091213171408230',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091213_MACROSS',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','20091219123626595',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','091219_NengajoEqualCO2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx09122',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091223',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx091229',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100104_traffic_accident',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','100107_EneloopWith03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100129_TraPadToDefault',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','100131_chage_to_WILLCOM03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100128_selectedforaninterview',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100204_coming_soon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100205_down',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100211_ChangeStrain',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100210_ChangeStrain',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','100114_new_willcom_planG',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','100115_spread_in_foreland',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100122_why',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100122',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100122_USDJPY90',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100122_RepairCost',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100126_inthelast2weeks',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','100123_RandExchangeRateDevaluation',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100127_application',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100127_USDJPY',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100126_RandRate7',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100127',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100127_ZARJPY',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100128_fomc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100114_foreland',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100212_Evolution',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','100217_ZAR_HeatUP',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100222_gothic_accessories',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx1002222_status',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100224_crossYen_down',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100224_down_trend',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100224_down_trend2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100225_the_worst_possible_situation',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100226_',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20100226002848914',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100226_skype',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','2010022716250999',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_DSW','article','100328_recentry',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_DSW','article','dsw100406_check',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100406_yendaka',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_DSW','article','dsw100315_check',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_Puchi','article','Shogi-Kakoi-SouYagura',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100306_TrailOrderIsDangerous',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','Shogi-Kakoi-KinYagura',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','article','xo070530_2048',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100406_rand',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100409_MORINAGA',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','100414_direction',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100424',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','100414_just_a_bit_more',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100425',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100428_after_the_Golden_Week_holidays',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100507',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100508',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100510_irregular_license',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','2010051304293146',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100511_SakuraMochi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100514_optical_fiber_cable',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100514_decay_or_rust',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100516',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100517',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100519_VIX_UP2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100519_VIX_UP3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100519_VIX_UP',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fc100520_greece',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100520_AUD2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100520_AUD',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100520_AUD3',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100520_AddressBook_Management',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100521_AUDJPY',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100521_AUDJPY2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100525_BrokenHeart',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100528_I_came_down_with_a_cold',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100528',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','faq100528_001',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','ProgFAQ-JS_isNumeric',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20100530220748450',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100701_AUD',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100609',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100608_mochinaoshi',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','100702_Skype_for_WM',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100702_Sprits_of_orihalc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','1007007_battery',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100725_SGKW',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','100716_Mobile_corresponding',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100716_EneShare',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100801',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100806_to_Thunderbird_from_Becky2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100803_SquareRing',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100803_BrotherOfExercise',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100803_watermelonman',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100806_BiwakoBigfireworks',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe100811_summar_event',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20100812063243424',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_DSW','article','dsweb100820',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx100824',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_DSW','article','dsweb100826',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','111218_SentSubNotePC',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100829_Becky_can_Search',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20100901065159822',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','100906_kokuseicho-sa',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0071',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_DevelopDialy','article','100916_BCRunAs',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0086',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe121014_2325',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0072',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110725_Skype_for_au',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0077',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','050930_kokuseichosa',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-DelU','article','ProgramingFAQ_del0074',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_DSW','article','dsweb101004',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_DSW','article','dsweb101003',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0075',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20101102213021742',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0080',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','2010121900061785',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110807_Trouble_for_IS12SH',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe_120616',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20120617173350695',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20120617220152634',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','101114_yamada',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20101121214346297',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','101123_Maitsukiwari',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','101212_Skype',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','101130_GALAXY_Tab',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','101202_willcom03',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','101221_GALAXY_TAB',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','101225_IS04',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','101211_Buy__GALAXY_TAB',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','120218_auSmartValue',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','101225_SidewinderX4',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','110123_BuyNewPC',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','ProgramingFAQ_sql00002',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0078',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110102_sdcard_on_GALAXY',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe110101_MagnetBandage',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx110111_grinding_bear_market',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','110104_TrendMicro',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx110105_AUDJPY_82.0',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','fx110105_AUDJPY_82.5',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110426_IS04',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Excel','staticpages','ExcelFunctionList',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110226_IS04_is_repaired',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','110227_Installed_Win7sp1_and_IE9RC',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','120610_auMailFilterBug',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110328_is04',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110402_IS04repairagain',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110424_IS04',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('FX','article','110807_deployment_market',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','110515_MoE',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','ProgFAQ-PS_SyncRun',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgramingFAQ','article','ProgFAQ-PS_Set-Acl',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','110726_Skype_for_au2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe111024',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20130314_HTL21',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-DelU','article','ProgramingFAQ_del0082',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','111127_cancellation',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','111127_softbank',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','111129_usefull_CMS',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0083',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0084',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Game_XenepicData','staticpages','xenepic_top',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xenepic_allmap',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map165',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map167',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map166',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map168',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map170',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map169',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Paladine_Glove',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Paladine_Shoes',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Paladine_Acc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Paladine_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Paladine_Shield',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Paladine_Head',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Paladine_Body',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Fighter_Shield',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Fighter_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Fighter_Body',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Fighter_Head',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Fighter_Glove',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Fighter_Shoes',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Fighter_Acc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map171',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map173',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map172',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map174',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Knight_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Knight_Shield',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Knight_Head',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Knight_Body',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Knight_Glove',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Knight_Shoes',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Knight_Acc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Wizard_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Wizard_Head',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Wizard_Glove',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Wizard_Shoes',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Wizard_Body',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Wizard_Acc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Archer_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Predictor_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Predictor_Shield',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Predictor_Head',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Predictor_Body',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Predictor_Glove',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Predictor_Shoes',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Archer_Glove',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Archer_Shoes',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','pageRSSAggregator',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Priest_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Priest_Shield',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Priest_Body',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Priest_Head',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Priest_Glove',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Priest_Shoes',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Priest_Acc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Archer_Body',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Predictor_Acc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Archer_Acc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Acolyte_Body',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','pageZZZAffiliate_Bottom',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Acolyte_Acc',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Acolyte_Glove',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Acolyte_Head',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Acolyte_Shield',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Acolyte_Shoes',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Acolyte_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Clegy_Body',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Clegy_Glove',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Clegy_Head',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Clegy_Shield',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Clegy_Shoes',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Clegy_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Rogue_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Equipment_Rogue2_Weapon',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','pageRSS',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Item_Fukubukuro200704',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Item_Fukubukuro200707',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','pageRSSAggregatorFavorite',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','iframeRSSAggregator',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_Item_Fukubukuro',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_exp_ptpbonus',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','xo_map164',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','staticpages','pageCopyright_MoE',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_XenepicOnl','staticpages','pageCopyrightXenepic',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('DelphiComponents','staticpages','DelphiCompTop',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_WinMgr_PrinterSetup2',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','Windows7_compatibilityList',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','fxRanking_LowSpread',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','iframeRSSAggregatorFavorite',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','staticpages','20111229181805752',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe110921_Lolimore',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe20130914',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0087',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20121219225256625',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20130101000000000',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20130103180422531',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20130108_SkypeOnDesktopWin8',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article',' 20130113_DR-BT140QP ',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20130205_HTL21',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe20121124',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20130317_HTL21',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article',' moe20130324recipie ',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20121027win8',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140116183015196',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','win20140129_MainPC ',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','win20140206_MainPC2',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','win20140213HowTo',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_MoE','article','moe20121120Maintenance',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('ProgFAQ-Del','article','ProgramingFAQ_del0088',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140502_IE_Zeroday',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140509_LOGOS_RescueCan',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20140511_Win8Tab',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140513_SelfDefenceForce',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140516101202573',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140519144424159',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140624_OneDrive',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140603_CDNetworks.Bankeiya',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140627_GoogleDrive_UnLimitted',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140725_ActiveStylusBattery',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140724_ThinkPadKeyCustomize',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140725_Ondrive_2PhaseAuth',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20140805_GetNewDomain',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20140829074917914',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140818_WindowsUpdateTrouble',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20140829074917914',0,0);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20140830_Icanttrusttheapliofau',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20140923_trouble_mailaddress_filter',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','article','kanbi_quiz_40',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','article','kanbi_quiz_50',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','article','kanbi_quiz_70',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','article','kanbi_quiz_80',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','article','kanbi_quiz_90',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('General','article','20141025_MovedTheSite',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','article','kanbi_quiz_20',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','article','kanbi_quiz_30',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','article','kanbi_quiz_60',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20141216140025920',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_WinMgr_DeployIE11',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20150126_au_android_ketai_support_term',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('homeonly','block','48',0,0);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','staticpages','PW_Quiz_List',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','block','49',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20120320_HOME_SPOT_CUBE',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','20150722_Windows10onVenu11',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_WindowsUpdateHistory',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20150717_JR',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','20150707_Setup_Windows10_on_Venue',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20150717_Surface_Pro_4',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','20150729_upgrade_to_win10',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Windows','article','20150801_VerUp_Windows10',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_ConcatFils_copycmd',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_TrustedInstaller',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_WinMgr_LimitedGroup',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20160129165942233',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','20160315085939699',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','RestoreGoogleChromBookmark',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_O365','article','BlogO365_Register_contact2GAL',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_O365','article','BlogO365_Register_contact2AddressList',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_PC','article','BlogPC_Spreadsheet_that_Unicode_can_be_used',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_O365','article','BlogO365_PowerShell2O365',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_WinMgr_KB2771040',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Game_PW','article','20161021011758320',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20170123172025668',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('all','block','50',0,0);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20170707_I_wont_iPad',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_WinMgr_OpenSpecialFolderCmd',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','2017092910163458',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20171125inYodobashi',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20171225_Scan2PC',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','2018012114170474',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Excel','article','FAQXls_OpenBlankExcel',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Excel','article','FAQXls_HanToZen',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mobile','article','20181103_iPad_Broken',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Blog_Windows','article','FAQWin_WinMgr_PrinterSetup1',1,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','20210101000614170',0,1);
INSERT INTO `bc_topic_assignments`VALUES ('Mumble','article','Blog_Windows_BSoD20210423',0,1);

--
-- Table structure for table `bc_topics`
--

DROP TABLE IF EXISTS `bc_topics`;

CREATE TABLE `bc_topics` (
  `tid` varchar(128) NOT NULL,
  `topic` varchar(128) DEFAULT NULL,
  `imageurl` varchar(255) DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  `meta_keywords` text DEFAULT NULL,
  `sortnum` smallint(3) DEFAULT NULL,
  `limitnews` tinyint(3) DEFAULT NULL,
  `is_default` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `archive_flag` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `parent_id` varchar(128) NOT NULL DEFAULT 'root',
  `inherit` tinyint(1) NOT NULL DEFAULT 1,
  `hidden` tinyint(1) NOT NULL DEFAULT 0,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT 3,
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT 2,
  PRIMARY KEY (`tid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_topics`
--

INSERT INTO `bc_topics`VALUES ('General','おしらせ','/images/topics/topic_news.gif','','',10,5,0,0,'root',1,0,2,6,3,2,2,2);
INSERT INTO `bc_topics`VALUES ('Mumble','くろねこのつぶやき','',null,null,140,5,1,0,'root',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_O365','Office 365','','','',40,0,0,0,'Blog_PC',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_Game_XenepicOnl','ゼネブログ','/images/topics/topic_Blog_Game_XenepicOnl.gif','','',120,5,0,0,'Game',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_DevelopDialy','開発記録','','','',220,5,0,0,'Development',1,0,3,6,3,2,2,2);
INSERT INTO `bc_topics`VALUES ('DelphiComponents','Delphiｺﾝﾎﾟｰﾈﾝﾄ','','','',190,10,0,0,'Development',1,0,3,6,3,2,2,2);
INSERT INTO `bc_topics`VALUES ('ProgramingFAQ','未分類Tips&FAQ','','','',280,5,0,0,'Development',1,0,3,6,3,2,2,2);
INSERT INTO `bc_topics`VALUES ('XOHeal','くろねこの愛の手','/images/topics/topic_XOHeal.PNG','','',210,10,0,0,'Development',1,0,3,22,3,2,2,2);
INSERT INTO `bc_topics`VALUES ('NewTopic','メール記事投稿用','',null,null,290,4,0,0,'root',1,0,3,4,3,2,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_Game_MoE','Master of Epic','/images/topics/topic_Blog_Game_MoE.PNG','','',90,5,0,0,'Game',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('ProgFAQ-Del','Delphi Tips&FAQ','','','',230,0,0,0,'Development',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('ProgFAQ-Excel','Excel Tips&FAQ','','','',270,10,0,0,'Development',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('DC_History','コンポーネント開発','','','',200,10,0,0,'Development',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Game_XenepicData','ゼネデーター','/images/topics/topic_Xenepic.gif','','',130,5,0,0,'Game',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Windows','Windows関係','/images/topics/WinLogo.PNG','','',170,10,0,0,'Mumble',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('FX','くろねこのFX','/images/topics/topic_FX.png','','',160,10,0,0,'Mumble',1,1,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_Game_DSW','大戦略WEB','/images/topics/dsw.png','','',100,10,0,0,'Game',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('ProgFAQ-DelA','Delphi2006以前','','','',250,0,0,0,'ProgFAQ-Del',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('ProgFAQ-Delx','未分類','','','',260,0,0,0,'ProgFAQ-Del',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_Game_Puchi','プチハンゲ','','','',110,10,0,0,'Game',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('ProgFAQ-DelU','Delphi2007以降','','','',240,0,0,0,'ProgFAQ-Del',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Mobile','くろねこモバイル','','','',150,10,0,0,'Mumble',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Game','ゲーム','','','',70,0,0,0,'root',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Development','開発系','','','',180,0,0,0,'root',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_Game_PW','完美世界(PW)','','','',80,0,0,0,'Game',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_Excel','Excel','','','',50,0,0,0,'Blog_PC',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_Windows','Windows','','','',30,0,0,0,'Blog_PC',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_PC','パソコン関係','','','',20,0,0,0,'root',1,0,3,6,3,3,2,2);
INSERT INTO `bc_topics`VALUES ('Blog_Word','Word','','','',60,0,0,0,'Blog_PC',1,0,3,6,3,3,2,2);

--
-- Table structure for table `bc_trackback`
--

DROP TABLE IF EXISTS `bc_trackback`;

CREATE TABLE `bc_trackback` (
  `cid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `sid` varchar(128) NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `blog` varchar(80) DEFAULT NULL,
  `excerpt` text DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `type` varchar(30) NOT NULL DEFAULT 'article',
  `ipaddress` varchar(39) NOT NULL DEFAULT '',
  PRIMARY KEY (`cid`),
  KEY `trackback_sid` (`sid`),
  KEY `trackback_url` (`url`),
  KEY `trackback_type` (`type`),
  KEY `trackback_date` (`date`)
) ENGINE=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_trackback`
--

INSERT INTO `bc_trackback`VALUES (1,'050401_delphi2005_update2_jpn','http://www.blackcat.xyz/article.php/050420_delphi2005_upd','やっと Delphi2005 Update2 導入できました...','くろねこのつぶやき','インストール中に Error 1706. が発生したら、MEDIAPACKAGEPATH が間違っているかもしれません。\r\n<a href=\"http://sup...','2005-04-20 21:12:44','article','202.222.30.216');
INSERT INTO `bc_trackback`VALUES (2,'050321_image_patch','http://www.blackcat.xyz/article.php/050420_image_patch','画像変換 クライアントパッチ4.0.10a 対応版','くろねこのつぶやき','画像変換 クライアントパッチ4.0.10a 対応版をアップしました。 ここ数日使...','2005-04-20 22:09:34','article','202.222.30.216');
INSERT INTO `bc_trackback`VALUES (3,'050510_jr','http://www.kei-jp.net/mt/archives/2005/05/2_1.html','あの大惨事から2週間・・・今','ちょぉ?っ！弱小零細企業オヤジのつぶやき','　ゴールデンウィーク明けの月曜日、先々日の9日の日に、JR西日本福知山線の尼崎列車脱線事故の現場へと行って来た。実はこの脱線事故現場、今から7年程前になるだろう...','2005-05-12 03:09:43','article','219.163.200.102');
INSERT INTO `bc_trackback`VALUES (4,'050504_anpanman','http://x-wog.net/jp/%a4%ad%a4%e9%a4%ad%a4%e9%c0%b1','「きらきら星」でブログ検索してみました。','日刊カタログ','「 きらきら星 」の検索結果で、「くろねこのつぶやき .. 」さんを紹介させていただきました。つながり系サイトです。','2005-05-12 11:53:20','article','202.171.155.233');
INSERT INTO `bc_trackback`VALUES (5,'050517_habanero','http://www.blackcat.xyz/article.php/050525_habanero.htm','ハバネロいっぱい生えてきた','くろねこのつぶやき','さらに約１週間後、ハバネロの双葉が4っつ... img alt=\"P525000...','2005-05-25 22:00:32','article','202.222.30.216');
INSERT INTO `bc_trackback`VALUES (6,'050717_established_interest','http://plaza.rakuten.co.jp/kawamurakent/diary/200507180000/','在日朝鮮人を逆差別するのはやめよう！','悪の教典楽天市場店','　在日朝鮮人は差別されていると考えている人は多いと思うが、実体はあべこべで、彼らは外国人なのに日本人よりも優遇されているのである。クライン孝子の日記平成十七年七...','2005-07-18 11:51:33','article','218.216.133.112');
INSERT INTO `bc_trackback`VALUES (7,'050717_established_interest','http://www.blackcat.xyz/article.php/050808_postoffice.htm','郵政民営化法案 否決','くろねこのつぶやき','郵政民営化法案が否決されましたが、この後どうなるんでしょうか？\r\nやはり、解散総選挙？今度も自民ががつんでしょうかね～。','2005-09-16 23:17:59','article','202.222.30.216');
INSERT INTO `bc_trackback`VALUES (8,'post_70','http://blog.goo.ne.jp/augustrait/e/5fe2b8d7c96f65a3aafbb6b449a948e8','【カード被害】『キャッシュカードがあぶない』/柳田邦男','Augustrait','この国の銀行の歪んだ貌\n\n\n\n\n§晴天の霹靂\n　銀行に預けておいた預貯金が、忽然と消え失せる。にわかには信じがたいことだが、それが現実に起きている。しかも...','2005-10-20 22:55:12','article','210.165.9.64');
INSERT INTO `bc_trackback`VALUES (9,'051227_symantec','http://blog.livedoor.jp/parepora/archives/50265895.html','Symantec AntiVirus にバグ(dwhwizrd.exe のアプリケーションエラー)','最近ちょっと気になる雑学','Symantec AntiVirus にバグがあるらしい。\r\nいきなり「dwhwizrd.exe」のエラーが出たので調べてみた。\r\n\r\nWindows98...','2006-01-15 23:30:50','article','203.131.194.84');
INSERT INTO `bc_trackback`VALUES (10,'050321_image_patch','http://www.blackcat.xyz/article.php/050420_image_patch.htm','画像変換 クライアントパッチ4.0.10a 対応版','くろねこのつぶやき','画像変換新しくしましたので、必要な方持っていってください。','2006-01-26 21:14:29','article','202.222.30.216');
INSERT INTO `bc_trackback`VALUES (11,'050321_umekoji','http://blogs.dion.ne.jp/shin_shin/archives/2895761.html','SLスチーム号。出発しまぁす♪ (京都は梅小路蒸気機関車館です)','ハツラツしんしん★・:*:・゜☆・:*:','京都は梅小路公園の蒸気機関車館に 来ています  爆烈&amp;#63651;汽笛が鳴って出発しましたが  しんしん。 借りてきた猫状態です☆','2006-02-22 16:36:33','article','222.3.140.72');
INSERT INTO `bc_trackback`VALUES (12,'online_game','http://www.blackcat.xyz/article.php/online_game.htm','オンラインゲームの有効期間について確認してみました。その後...','くろねこのつぶやき','ゼネピックの有料アイテムの利用期間計算方法は変わるのでしょうか？','2006-03-08 01:36:45','article','202.222.30.216');
INSERT INTO `bc_trackback`VALUES (13,'060216_yahoo_auction','http://blog.livedoor.jp/tour_guide/archives/50588357.html','(19)ついに\"全国区\"に…','多 窓 の 小 草 子','例のBBS論争があったせいもあって、1月19日の長浜地裁支部でのY事件の2回め公判には、私はもはや特に興味は無くなっていました。それよりも、今回の公判で、...','2006-03-15 06:37:31','article','203.104.103.244');
INSERT INTO `bc_trackback`VALUES (14,'xylitol_gum','http://www.blackcat.xyz/article.php/clorets_xp.htm','ロッテ「キシリトールガム」よりも「Clorets XP」の方が安全か？','くろねこのつぶやき','ロッテ「キシリトールガム」の捨て紙についての危険性は以前に、食品に安全なロッテキ...','2006-03-30 19:44:40','article','202.222.30.216');
INSERT INTO `bc_trackback`VALUES (15,'xo060616','http://www.blackcat.xyz/article.php/xo060627.htm','ハンゲームから回答が(ねこlv.76, 果汁lv.48)','くろねこのつぶやき','先日の問い合わせに対し、ハンゲームサービスサポート 担当 相沢様から回答が......','2006-06-27 00:39:38','article','202.222.30.216');
INSERT INTO `bc_trackback`VALUES (16,'xo061004_2120','http://rikunavinext.sblo.jp/','リクナビネクスト（リクナビNEXT)転職情報','リクナビネクスト（リクナビNEXT)転職情報','突然のＴＢ失礼します。リクナビネクスト（リクナビNEXT)はリクルートが運営する転職者の為の転職情報サイトです。転職ならまずはリクナビネクスト（リクナビN...','2006-10-07 00:45:57','article','122.17.154.247');
INSERT INTO `bc_trackback`VALUES (17,'xo061009_2349','http://gifu-net.com/alc/','アルコールセンサー販売','アルコールセンサー','アルコールセンサー販売。飲んだら乗るな！乗るなら飲むな！飲酒運転撲滅キャンペーン実施中！飲酒運転の事故が多発しているためアルコールセンサーを特別価格にて販...','2006-10-10 23:14:44','article','211.133.125.166');
INSERT INTO `bc_trackback`VALUES (18,'xo061012_0821','http://rikunavinext.sblo.jp/','リクナビネクスト（リクナビNEXT)転職情報','リクナビネクスト（リクナビNEXT)転職情報','突然のＴＢ失礼します。リクナビネクスト（リクナビNEXT)はリクルートが運営する転職者の為の転職情報サイトです。転職ならまずはリクナビネクスト（リクナビN...','2006-10-14 02:01:31','article','122.17.166.240');
INSERT INTO `bc_trackback`VALUES (19,'xo061016_0724','http://rikunabinext.sblo.jp/','リクナビネクストで転職しよう!!【リクナビネクスト転職情報】','リクナビネクストで転職しよう!!【リクナビネクスト転職情報】','転職するならリクナビネクストで求人情報をゲット！！\r\nあなたにぴったりの理想の転職先みつかります♪\r\n転職　第二新卒　中途採用　求人情報　多数掲載！！\r\n...','2006-10-16 18:52:12','article','210.138.22.69');
INSERT INTO `bc_trackback`VALUES (20,'xo061015_1344','http://rikunabinext.sblo.jp/','リクナビネクストで転職しよう!!【リクナビネクスト転職情報】','リクナビネクストで転職しよう!!【リクナビネクスト転職情報】','転職するならリクナビネクストで求人情報をゲット！！\nあなたにぴったりの理想の転職先みつかります♪\n転職　第二新卒　中途採用　求人情報　多数掲載！！\n 第二...','2006-10-17 09:32:55','article','210.138.22.69');
INSERT INTO `bc_trackback`VALUES (21,'xo061025_0152','http://fas.ejyo.com/higedatumou/','ひげ脱毛で爽やかに ','ひげ脱毛で爽やかに ','ひげ脱毛について。ひげ脱毛して爽やかになりたい。\r\nひげ　脱毛でかっこよくなりたい。\r\n','2006-10-28 07:09:20','article','61.213.113.183');
INSERT INTO `bc_trackback`VALUES (22,'xo061019_1905','http://blog.livedoor.jp/mamegoma1212/?blog_id=2026698','ふたたびやわらか戦車','やわらか戦車','やわらか戦車の人気について','2006-11-02 17:50:37','article','210.198.147.61');
INSERT INTO `bc_trackback`VALUES (23,'xo070122_1217','http://free.x-star.biz/','そのまんま東　知事で大忙し','今日のネタ','いきなりのトラックバック失礼します！宮崎県の知事選で当選したそのまんま東の事だったものでトラックバックしちゃいました！　さて、彼は・・・','2007-01-22 23:05:37','article','58.188.239.101');
INSERT INTO `bc_trackback`VALUES (24,'xo061114_1237','http://job-employment.sblo.jp/','転職（サイト）ランキング・高収入・求人の完全オススメ情報','転職（サイト）ランキング・高収入・求人の完全オススメ情報','転職（サイト）ランキング・高収入・求人の完全オススメ情報','2006-11-17 12:13:05','article','221.18.11.140');
INSERT INTO `bc_trackback`VALUES (25,'061206_road','http://syakaifukushishi.seesaa.net/article/29914262.html','あなたは道路特定財源の一般財源化に賛成？ 反対？','ヤフーアンケートから見る現代社会','あなたは道路特定財源の一般財源化に賛成？ 反対？（実施期間：2006年12月6日~2006年12月12日）道路財源の一般財源化、反対が上回る','2006-12-20 13:37:03','article','122.20.141.223');
INSERT INTO `bc_trackback`VALUES (26,'xo061120_1823','http://rikunabinext.sblo.jp/article/1713673.html','リクナビネクストで転職活動！！','リクナビネクストで転職活動！！','転職するならリクナビネクストで求人情報をゲット！！\nあなたにぴったりの理想の転職先みつかります♪\n転職　第二新卒　中途採用　求人情報　多数掲載！！ ','2006-11-21 06:11:44','article','220.208.151.192');
INSERT INTO `bc_trackback`VALUES (27,'xo060930_2358','http://www.blackcat.xyz/article.php/xo061124_1259.htm','11/23 新マップに凸ν(突入)','くろねこのつぶやき','水曜日にまりにあが浮いたというｗ新マップに行ってきました。 今回のマップのレベル...','2006-11-24 13:03:33','article','59.139.29.229');
INSERT INTO `bc_trackback`VALUES (28,'xo070111_1303','http://stock-life.com/','【株の超初心者】でも一年で資産を８００％増やせる脅威の投資術！','株初心者','数ヶ月の間で１４００万円という資産を吹き飛ばしたどん底の中から這い上がり、4年で100万円をを1億円に膨らませた著者が投資術を暴露！雑誌・新聞からの取材依...','2007-01-11 14:05:30','article','61.206.127.60');
INSERT INTO `bc_trackback`VALUES (29,'xo061107_0053','http://news-synthesis.seesaa.net/article/28149164.html','ＰＣなしで使える『Ｓｋｙｐｅ（スカイプ）』フォン','今日の気になるニュース＠総合','WSKP-G/BK    ＰＣが無くても使えるＳｋｙｐｅフォンが発売になります！ 来月１２月中旬ごろにバッファローから、ＰＣがなくても無線ＬＡＮ接続で使え...','2006-11-27 16:32:18','article','218.224.196.242');
INSERT INTO `bc_trackback`VALUES (30,'061227_mast-bb','http://ntt-hikari.sblo.jp/','光ブロードバンドで高速インターネット','光インターネットなら、NTT光ブロードバンドでしょう','光ブロードバンドを使いたい！と前々から思っていました。\r\n\r\n今や私たちの生活とは切っても切れないインターネットの\r\nブロードバンド高速回線の存在は要チェ...','2007-01-13 23:44:23','article','124.103.4.102');
INSERT INTO `bc_trackback`VALUES (31,'xo070117_1320','http://www.blackcat.xyz/article.php/xo070117_2137.htm','パーティボーナス調査','くろねこのつぶやき','パーティボーナスの調査を行いました。 結果パーティメンバがひとり増えるごとに6%...','2007-01-18 10:07:52','article','59.139.29.229');
INSERT INTO `bc_trackback`VALUES (32,'xo061126_2025','http://dj-k-jazz.blog.ocn.ne.jp/netdehataraku/','あなたのブログでできること','あなたのブログでできること','とても良いブログですね♪お気に入り登録しちゃいました、良かったら私のブログも見てくださいね♪管理人さん不要でしたら削除してください。','2006-11-30 05:02:56','article','124.87.249.212');
INSERT INTO `bc_trackback`VALUES (33,'xo061130_0746','http://dj-k-jazz.blog.ocn.ne.jp/netdehataraku/','あなたのブログでできること','あなたのブログでできること','とても良いブログですね♪お気に入り登録しちゃいました、良かったら私のブログも見てくださいね♪管理人さん不要でしたら削除してください。','2006-11-30 19:49:19','article','124.87.249.212');
INSERT INTO `bc_trackback`VALUES (34,'xo070111_1303','http://www.blackcat.xyz/article.php/xo070130_1252.htm','ワンパンで沈むモンスターの反撃...実は...','くろねこのつぶやき','うちのメンバのまりにあが、摩訶不思議な情報と検証結果のSS送ってくれました。 S...','2007-01-30 13:05:41','article','59.139.29.229');
INSERT INTO `bc_trackback`VALUES (35,'xo061115_2309','http://dj-k-jazz.blog.ocn.ne.jp/j/','コーヒーでものみながら聞いてみてください♪','音楽ダウンロード','こんにちは、パワーアップしました、cdを安く買う方法や音楽動画、ダウンロード無料に、ｃｄの紹介もしてます！カフェで流れそうな曲もたくさんあり。','2006-12-11 22:27:23','article','122.17.144.34');
INSERT INTO `bc_trackback`VALUES (36,'xo061211_1256','http://r.s.wsd.jp/','ブランド服販売','ブティック　アールズ','ピンキーアンドダイアン、ノーベスパジオ、ロートレアモンなどの ブランド服販売。','2006-12-12 09:06:27','article','222.158.229.173');
INSERT INTO `bc_trackback`VALUES (37,'xo061211_1256','http://tibityatuto.sblo.jp/','ちび チャットを楽しもう','ちび チャットを楽しもう','ちび チャットの話題.感想を綴ります。','2007-01-09 17:37:16','article','60.33.220.131');
INSERT INTO `bc_trackback`VALUES (38,'xo061211_1256','http://sutandbaimi.sblo.jp/','スタンドバイミー の話をしようよ','スタンドバイミー の話をしようよ','スタンドバイミー の話題や感想を綴ります。','2007-01-09 17:40:11','article','60.33.220.131');
INSERT INTO `bc_trackback`VALUES (45,'xo070629_0226','http://www.blackcat.xyz/article.php/xo071026_1851','10/26 Vista で動いたYO!','くろねこ研究所','先々週のメンテナンスでエンブレムの保存位置とか変更になってVista対応が進んだXenepic Online。ようやくくろねこの環境でテストできる日が来た。\r\nもう一回Vistaを入れ直してと...','2007-10-26 02:16:48','article','60.32.200.74');
INSERT INTO `bc_trackback`VALUES (39,'060405_oracle_10g_xe','http://www.blackcat.xyz/article.php/060407_oracle_10g_xe','Oracle 10g XE インストール。再インストール？','くろねこ研究所','繋がった。繋がらなかった原因は、Windowsファイアウォールだった。(前回のトラブル内容)\r\n原因が分かったのでコントロールパネル！Windowsファイアウォールで例外ポートを指定する。例外ポートはTCP1521。','2007-06-05 13:38:58','article','60.32.200.74');
INSERT INTO `bc_trackback`VALUES (41,'070531_pepsi_ice_cucumber','http://www.blackcat.xyz/article.php/20070613_drunk_pepsi_ice_cucumber','くろねこ研究所 - きゅうり味のコーラのんだ？','','','2007-06-14 10:41:02','article','60.32.200.74');
INSERT INTO `bc_trackback`VALUES (42,'20070718_election','http://2007saninsen.blog110.fc2.com/blog-entry-475.html','参院選 比例区','2007 参院選 最新情報（口コミ 噂)','2007 参院選ついに一大政局転換の時が　やってきたのか？日本国の国民の選択は？2007 参院選に関する　最新情報とネットでの忌憚のない　口コミ 噂を集めました比例投票先 民主３２％、自民２０％ 本社連続世論調査朝日新聞朝','2007-07-24 02:43:23','article','66.160.206.241');
INSERT INTO `bc_trackback`VALUES (43,'xo071001_0006','http://www.blackcat.xyz/article.php/xo071213_0109','今日のパッチが重たかったわけ','くろねこ研究所','本日サブをエイル北のマップからシェリルの森に運んできて、PT狩りの準備を....\r\nついでにシェリルの森でソロ狩りをしていると、とある方から頂き物。','2007-12-17 16:28:25','article','60.32.200.74');
INSERT INTO `bc_trackback`VALUES (44,'20071213125347496','http://www.blackcat.xyz/article.php/071213_hondainternavi','ホンダインターナビにブルートゥース接続アダプタが!!!（NVBTH2）','くろねこ研究所','本日、アイ・オー・データ機器からインターナビBluetoothユニット(NVBTH2)が発売された。\r\n携帯からすでに投稿したフィット用ブルトゥース接続アダプタが、このユニットはまたもやmova用ケーブルでインターナビと接続するようだ。アイ・オー・データ機器に確認してみると、「Bluetooth対応電話機をインターナビにmovaとして認識させることがコンセプト」と言っていた。この発言に対して、早いケーブルと遅いケーブルの二本があってどうしてわざわざ遅い方のケーブルで説zくしなければならないのか？とい...','2007-12-17 16:34:50','article','60.32.200.74');
INSERT INTO `bc_trackback`VALUES (46,'050126_delphi2005_pro_1','http://www.blackcat.xyz/article.php/050312_delphi2005_update2','Delphi2005 Update2 for English release.','くろねこ研究所','英語版 Delphi 2005 のUpdate2がでました。\r\n更新内容を見ようとリリースノートを見たのですが、内容はCodeCentral参照と言うことで何も記載されていませんでした。仕方なく、CodeCentralを見たのですがどこに載ってるかわからない。\r\nでも、日本語版のUpdate2が待ち遠しいですね。\r\n今度はProfessionalだけ遅れてということはやめてほしいな...\r\nDelphi 8 のGeneral Update3もでてますね。これもAvailable Englishになっ...','2007-12-26 21:57:06','article','60.32.200.74');
INSERT INTO `bc_trackback`VALUES (47,'050126_delphi2005_pro_1','http://www.blackcat.xyz/article.php/050401_delphi2005_release','Delphi2005 アップデート2 日本語版でました','くろねこ研究所','やっぱりというか何というか、今日にリリースがアナウンスされてたDelphi2005 アップデート2。これをダウンロードしようと先ほど Delphi Registered User Updates に見に行ったら、日本語版は Architect 版しかありませんでした。\r\n\r\nとほほ...\r\nまた Professional ユーザは待たないといけないようです。\r\nそれとも、今日中にもう一度リリースがあるのかな？','2007-12-26 22:03:48','article','60.32.200.74');
INSERT INTO `bc_trackback`VALUES (48,'050312_delphi2005_update2_eng','http://www.blackcat.xyz/article.php/050401_delphi2005_release','Delphi2005 アップデート2 日本語版でました','くろねこ研究所','やっぱりというか何というか、今日にリリースがアナウンスされてたDelphi2005 アップデート2。これをダウンロードしようと先ほど Delphi Registered User Updates に見に行ったら、日本語版は Architect 版しかありませんでした。\r\n\r\nとほほ...\r\nまた Professional ユーザは待たないといけないようです。\r\nそれとも、今日中にもう一度リリースがあるのかな？','2007-12-26 22:10:27','article','60.32.200.74');
INSERT INTO `bc_trackback`VALUES (49,'071121_recording_PC_sound2','http://www.blackcat.xyz/article.php/080222_recording_PC_Sound_for_Vista','02/22 Vistaでも録音がしたい','くろねこ研究所','かなり以前だがXPではちょと強引な方法だが、録音が出来るようになった～でStereo Mix が導入できて録音が出来るようになった。\r\n新しいDELL Notebook PC ではStereo Mix対応の新ドライバが公開されているようだ。\r\nNotebookForums.com というフォーラムのHacking SigmaTel Drivers for E1705/9400, i need knowledgable helpersという記事を見ているとDELL PCでは使われていないSigmaTe...','2008-02-22 20:47:28','article','60.32.200.74');
INSERT INTO `bc_trackback`VALUES (50,'080715_sigmatel_saund_driver','http://freesoftwares.seesaa.net/article/122029834.html','Sigma Tel Audioをアンインストールしてしまい音が聞こえない。ドライバーをダウンロード・インストールしたい。','無料ソフト・フリーソフトのダウンロードとインストール','http://www.blackcat.xyz/article.php/080715_sigmatel_saund_driver  シグマテルオーディオを消してしまって、情報を探している人はなかなか見つからずお困りなのではないでしょうか。  Sigma Tel Audioのドライバーはどこからダウンロードできるのかが分からなければイ..','2009-06-22 23:12:24','article','59.106.28.133');
INSERT INTO `bc_trackback`VALUES (51,'fx091028_2','http://sunrise.holy.jp/wp/blog4/?p=581','楽天fxを探してる？ | FX初心者の優良情報はここ','','[...] 楽天FXには10万追加、スター為替にはたぶん今回の下落では必要ないと思ったけど同じく10万追加。良いところまで下がったらもう1枚追加して購入しておいて &#8230;続き&#8212;●10/28 やべー、下落がとまんね～\n&#8230; 今日はさらに拍車がかかってくろねこの証拠金維持比率は&#8230; 楽天FXで262.81%ぐらいまで低下していたと思われる&amp;hellip; スター為替は282.88%ぐらい&amp;hellip; かなりやば～～い &#8230; [...]','2009-11-01 10:19:33','article','219.94.197.107');
INSERT INTO `bc_trackback`VALUES (52,'ProgFAQ-Xls_R1c1toA1','http://topsy.com/trackback?utm_source=pingback&utm_campaign=L1&url=http://www.blackcat.xyz/article.php/ProgFAQ-Xls_R1c1toA1','','','[...] Retweet Button to your Blog or Web Site. WordPress Web Sites 1 tweet tweet 1 All 0 Influential くろねこ研究所 - [Excel VBA] セルの形式をR1C1形式からA1形式に変換 www.blackcatlab.com/article.php/ProgFAQ-Xls_R1c1toA1 &ndash; view page &ndash; cached くろねこの徒然なるサイト [...]','2010-04-28 20:52:08','article','74.112.128.68');
INSERT INTO `bc_trackback`VALUES (53,'ProgramingFAQ_del0081','http://www.blackcat.xyz/article.php/ProgramingFAQ_del0082','[Delphi] MainFormOnTaskBarとタスクバーボタン2','くろねこ研究所','[Delphi] MainFormOnTaskBarとタスクバーボタンで完成できていなかったActiveFormOnTaskBarの動きがようやく完成です。\r\nM社のサポートセンターの方にもご協力いただいて...\r\n実現しました。\r\nウィンドウスタイルを変更すると概観にも変化が起きてしまうので、今度はタスクバーそのものを直接いじってます。\r\nこのため、今回はComObjectを利用することになりました。\r\nよって、uses にComObj, ShlObjを追加しておいてください。\r\nタスクバーにタス...','2011-08-30 13:12:04','article','202.172.26.8');
INSERT INTO `bc_trackback`VALUES (54,'fx100114_foreland','http://ffffxxxx.4649comicomi.com/post_10.html/','フォーランドフォレックス　　　　口コミ・評判 | FXの口コミ・評判！「FXクチコミTOWNS」','','[...] フォーランドフォレックス（フォーランドオンライン）の口コミが気になりますか？ そこでフォーランドフォレックスの口コミや評判を集めてみましたよ！ さて、どんな口コミがあるんでしょうか？ ■一般サイトより■ ランド円のスプレッドが7(8)銭もある&#8230; &#8230; &#8230; &#8230; &#8230; &#8230; ■Q&#038;Aサイトより■ フォーランドフォレックスに初めてログインしてみました。&#8230; &#8230; &#8230; [...]','2011-11-16 08:42:28','article','122.214.1.43');

--
-- Table structure for table `bc_trackbackcodes`
--

DROP TABLE IF EXISTS `bc_trackbackcodes`;

CREATE TABLE `bc_trackbackcodes` (
  `code` tinyint(4) NOT NULL DEFAULT 0,
  `name` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_trackbackcodes`
--

INSERT INTO `bc_trackbackcodes`VALUES (-1,'トラックバック拒否');
INSERT INTO `bc_trackbackcodes`VALUES (0,'トラックバック許可');

--
-- Table structure for table `bc_usercomment`
--

DROP TABLE IF EXISTS `bc_usercomment`;

CREATE TABLE `bc_usercomment` (
  `uid` mediumint(8) NOT NULL DEFAULT 1,
  `commentmode` varchar(10) NOT NULL DEFAULT 'threaded',
  `commentorder` varchar(4) NOT NULL DEFAULT 'ASC',
  `commentlimit` mediumint(8) unsigned NOT NULL DEFAULT 100,
  PRIMARY KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_usercomment`
--

INSERT INTO `bc_usercomment`VALUES (2,'threaded','ASC',100);
INSERT INTO `bc_usercomment`VALUES (3,'threaded','ASC',100);
INSERT INTO `bc_usercomment`VALUES (315,'flat','ASC',100);

--
-- Table structure for table `bc_userindex`
--

DROP TABLE IF EXISTS `bc_userindex`;

CREATE TABLE `bc_userindex` (
  `uid` mediumint(8) NOT NULL DEFAULT 1,
  `tids` varchar(255) NOT NULL DEFAULT '',
  `etids` text DEFAULT NULL,
  `aids` varchar(255) NOT NULL DEFAULT '',
  `boxes` varchar(255) NOT NULL DEFAULT '',
  `noboxes` tinyint(4) NOT NULL DEFAULT 0,
  `maxstories` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`uid`),
  KEY `userindex_uid` (`uid`),
  KEY `userindex_noboxes` (`noboxes`),
  KEY `userindex_maxstories` (`maxstories`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_userindex`
--

INSERT INTO `bc_userindex`VALUES (1,'','-','','',0,null);
INSERT INTO `bc_userindex`VALUES (2,'','-','','',0,0);
INSERT INTO `bc_userindex`VALUES (3,'','-','','',0,0);
INSERT INTO `bc_userindex`VALUES (315,'','-','','',0,0);

--
-- Table structure for table `bc_userinfo`
--

DROP TABLE IF EXISTS `bc_userinfo`;

CREATE TABLE `bc_userinfo` (
  `uid` mediumint(8) NOT NULL DEFAULT 1,
  `about` text DEFAULT NULL,
  `location` varchar(96) NOT NULL DEFAULT '',
  `pgpkey` text DEFAULT NULL,
  `userspace` varchar(255) NOT NULL DEFAULT '',
  `tokens` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `totalcomments` mediumint(9) NOT NULL DEFAULT 0,
  `lastgranted` int(10) unsigned NOT NULL DEFAULT 0,
  `lastlogin` varchar(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_userinfo`
--

INSERT INTO `bc_userinfo`VALUES (1,null,'',null,'',0,0,0,'1778761403');
INSERT INTO `bc_userinfo`VALUES (2,'','','','',0,0,0,'1647836819');
INSERT INTO `bc_userinfo`VALUES (3,'','','','',0,0,0,'1717381246');
INSERT INTO `bc_userinfo`VALUES (315,'','','','',0,0,0,'1455844280');

--
-- Table structure for table `bc_userprefs`
--

DROP TABLE IF EXISTS `bc_userprefs`;

CREATE TABLE `bc_userprefs` (
  `uid` mediumint(8) NOT NULL DEFAULT 1,
  `noicons` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `willing` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `dfid` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `advanced_editor` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `tzid` varchar(125) NOT NULL DEFAULT '',
  `emailstories` tinyint(4) NOT NULL DEFAULT 1,
  `emailfromadmin` tinyint(1) NOT NULL DEFAULT 1,
  `emailfromuser` tinyint(1) NOT NULL DEFAULT 1,
  `showonline` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_userprefs`
--

INSERT INTO `bc_userprefs`VALUES (1,0,0,0,0,'',0,1,1,1);
INSERT INTO `bc_userprefs`VALUES (2,0,0,0,1,'Asia/Tokyo',1,1,1,1);
INSERT INTO `bc_userprefs`VALUES (3,0,0,0,1,'Asia/Tokyo',1,1,1,1);
INSERT INTO `bc_userprefs`VALUES (315,0,0,0,1,'Asia/Tokyo',1,1,1,1);

--
-- Table structure for table `bc_users`
--

DROP TABLE IF EXISTS `bc_users`;

CREATE TABLE `bc_users` (
  `uid` mediumint(8) NOT NULL AUTO_INCREMENT,
  `username` varchar(108) NOT NULL DEFAULT '',
  `remoteusername` varchar(60) DEFAULT NULL,
  `remoteservice` varchar(60) DEFAULT NULL,
  `fullname` varchar(80) DEFAULT NULL,
  `passwd` varchar(128) NOT NULL DEFAULT '',
  `salt` varchar(64) NOT NULL DEFAULT '',
  `algorithm` tinyint(3) NOT NULL DEFAULT 0,
  `stretch` int(8) unsigned NOT NULL DEFAULT 1,
  `email` varchar(96) DEFAULT NULL,
  `homepage` varchar(96) DEFAULT NULL,
  `sig` varchar(160) NOT NULL DEFAULT '',
  `regdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `photo` varchar(128) DEFAULT NULL,
  `cookietimeout` int(8) unsigned DEFAULT 28800,
  `theme` varchar(64) DEFAULT NULL,
  `language` varchar(64) DEFAULT NULL,
  `pwrequestid` varchar(16) DEFAULT NULL,
  `status` smallint(5) unsigned NOT NULL DEFAULT 1,
  `num_reminders` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`uid`),
  KEY `LOGIN` (`uid`,`passwd`,`username`),
  KEY `users_username` (`username`),
  KEY `users_fullname` (`fullname`),
  KEY `users_email` (`email`),
  KEY `users_passwd` (`passwd`),
  KEY `users_pwrequestid` (`pwrequestid`)
) ENGINE=MyISAM AUTO_INCREMENT=316 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_users`
--

INSERT INTO `bc_users`VALUES (1,'ゲストユーザー',null,null,'ゲストユーザー','','',0,1,null,null,'','2007-04-17 18:02:42',null,0,'default',null,null,3,0);
INSERT INTO `bc_users`VALUES (2,'Admin',null,null,'サイト管理者','94daf4fe92737db2e363a5789a1f6e804128ca72','RN3wfKUN9moKS3M9013Xc6',1,4096,'webmaster@blackcatlab.com','http://www.blackcatlab.com','','2006-09-04 14:55:38','',3600,'default','japanese_utf-8','NULL',3,0);
INSERT INTO `bc_users`VALUES (3,'くろねこ',null,null,'くろねこ','9aaf9dc79c491040aecaf67fc1f0516b8545034e','XTu7VM2cGmVwp7fZC5htU0',1,4096,'blackcat@blackcatlab.com','http://www.blackcatlab.com/','','2006-09-04 15:36:12','',86400,'default','japanese_utf-8','NULL',3,0);
INSERT INTO `bc_users`VALUES (315,'English',null,null,'英語表記確認用','3058d82d901ce68fbe14a6f6c642b33add11358f','qV447xu1wBYdMaxYGsMAyX',1,4096,'jun@nishida.xyz','','','2016-02-19 10:10:28','',28800,'default','english_utf-8','c88f8342288838dc',3,0);

--
-- Table structure for table `bc_vars`
--

DROP TABLE IF EXISTS `bc_vars`;

CREATE TABLE `bc_vars` (
  `name` varchar(20) NOT NULL DEFAULT '',
  `value` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `bc_vars`
--

INSERT INTO `bc_vars`VALUES ('totalhits','102788794');
INSERT INTO `bc_vars`VALUES ('lastemailedstories','');
INSERT INTO `bc_vars`VALUES ('last_scheduled_run','1778761403');
INSERT INTO `bc_vars`VALUES ('dbman_gid','17');
INSERT INTO `bc_vars`VALUES ('security_check','1');
INSERT INTO `bc_vars`VALUES ('forum_admin','19');
INSERT INTO `bc_vars`VALUES ('userconfigadmingrpid','23');
INSERT INTO `bc_vars`VALUES ('nmoxmenu_admin','35');
INSERT INTO `bc_vars`VALUES ('lastoptimizeddb','2013-04-02 00:10:00');
INSERT INTO `bc_vars`VALUES ('nmox10stories_admin','33');
INSERT INTO `bc_vars`VALUES ('database_version','2.1.0');
INSERT INTO `bc_vars`VALUES ('sitemap_gid','39');
INSERT INTO `bc_vars`VALUES ('dataproxy_gid','40');
INSERT INTO `bc_vars`VALUES ('japanize_custommail','1');
INSERT INTO `bc_vars`VALUES ('xmlsitemap_filename','sitemap.xml');
INSERT INTO `bc_vars`VALUES ('xmlsitemap_mobile','mobile_sitemap.xml');
INSERT INTO `bc_vars`VALUES ('previous_theme','default');
INSERT INTO `bc_vars`VALUES ('tinymce_adveditor','b:0;');
INSERT INTO `bc_vars`VALUES ('japanize_plugin','63');
INSERT INTO `bc_vars`VALUES ('spamx.counter','1799');


        <html>
            <head>
                <title>くろねこ研究所 - An Error Occurred</title>
            </head>
            <body>
            <div style="width: 100%; text-align: center;">
            Unfortunately, an error has occurred rendering this page. Please try
            again later.
            </div>
            </body>
        </html>
        